.login-container {
  font-family: Manrope, sans-serif !important;
}

@media (max-width: 992px) {
  .break-row {
    display: none;
  }
}


.login-background {
  background: #10152A !important;
  color: #fff !important;

  @media (max-width: 991px) {
    padding: 60px 0;
  }

  @media (max-width: 576px) {
    padding: 20px 0;
  }
}

.logo{
  margin-bottom: 40px !important;
  max-width: 250px !important;
}

.title-description {
  margin-bottom: 34px !important;

  @media (max-width: 1279px) {
    .break-row {
      display: none !important;
    }
  }

 
}

.title-description h4 {
  color: var(--white-100, #fff) !important;
  font-size: 30px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  @media (max-width: 1279px) {
    font-size: 26px !important;
    
  }

  @media (max-width: 576px) {
    font-size: 22px !important;
  }

}

.title-description span {
  font-family: Manrope;
  color: var(--white-100, #fff) !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}

.login-form {
  gap: 20px !important;
  
  @media (max-width: 576px) {
    gap: 10px !important;
    font-size: 20px !important;
  }
}

.form-label {
  color: var(--white-100, #fff) !important;
  font-family: Manrope, sans-serif !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  margin-bottom: 20px !important;

  @media (max-width: 576px) {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }
}

.input-style {
  border-radius: 10px !important;
  border: 1px solid
    var(--Foundation-Primary---color-primary---color-50, #ebedfe) !important;
  height: 75px !important;
  background: transparent !important;
  padding-left: 20px;
  padding-right: 20px;
  color: var(--white-100, #fff) !important;
  font-family: Manrope, sans-serif !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;

  @media (max-width: 1600px) {
    height: 60px !important;
    font-size: 16px !important;
  }

  @media (max-width: 576px) {
    height: 55px !important;
  }
}

.error-input {
  border: 1px solid
    var(--Foundation-Primary---color-primary---color-50, red) !important;
}

input.error-input::placeholder {
  color: red; 
}

.input-style:hover,
.input-style:focus {
  background: #3d4349 !important;
}

.input-style::placeholder {
  color: var(--white-100, #fff) !important;
  font-family: Commissioner, sans-serif !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  opacity: 0.2 !important;

  @media (max-width: 576px) {
    font-size: 16px !important;
  }
}

.input-container {
  position: relative;
  display: flex;
  align-items: center;
}

.input-icon {
  position: absolute;
  right: 20px;
  width: 30px;
  color: #fff;
  cursor: pointer;
  font-size: 22px;

  @media (max-width: 430px) {
    font-size: 20px;
  }
}

.forgot-password-span {
  margin-bottom: 20px;
  }



.security-message {
  font-family: Commissioner, sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.security-message a,
.forgot-password {
  color: var(
    --Foundation-Terciary---Color-terciary---color-500,
    var(--white-100, #5dd0ff)
  ) !important;
}

.forgot-password {
  font-family: Manrope;
  text-decoration: none !important;
  font-size: 16px !important;
}

.forgot-password:hover {
  text-decoration: underline !important;
}

.login-button {
  display: flex;
  padding: 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: linear-gradient(270deg, #F23ADF 0%, #0F91FD 100%), #354BF7;
  border: none;
  cursor: pointer;

  color: var(--white-100, #fff);
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.login-button:hover {
  font-weight: 600;
	background: linear-gradient(270deg, #B225AF 0%, #0B6ECC 100%), #2836C0;
}

.background-image {
  opacity: 1 !important;
}

.li-wrapper:hover {
  opacity: 0.1;
  background: var(--white-100, #fff);
  color: #fff !important;
}

.inner-wrapper {
  padding: 30px 40px !important;

  @media (max-width: 992px) {
    padding: 30px 20px !important;
  }

  @media (max-width: 430px) {
    padding: 30px 0px !important;
  }
}

.blue-card {
  border-radius: 20px !important;
  border: 2px solid #244886;
  padding: 45px 70px !important;
  min-height: 200px !important;

  @media (max-width: 1400px) {
    .break-row {
      display: none !important;
    }
  }

  @media (max-width: 1300px) {
    padding: 30px 35px !important;
  }
}

.blue-card .title {
  color: #343a40 !important;
  font-family: Roboto, sans-serif !important;
  font-size: 26px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
  margin-bottom: 30px !important;

  @media (max-width: 1300px) {
    font-size: 24px !important;
  }
}

.blue-card span {
  color: #343a40 !important;
  font-family: Roboto, sans-serif !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;

  @media (max-width: 1300px) {
    font-size: 18px !important;
  }
}

.black-card {
  max-height: 520px !important;
  border-radius: 20px !important;
  background: #343a40 !important;
  padding: 50px !important;
}

.black-card .title,
.image-card .title {
  color: #eee !important;
  font-family: Roboto, sans-serif !important;
  font-size: 34px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;

  @media (max-width: 1400px) {
    font-size: 30px !important;
  }

  @media (max-width: 1100px) {
    font-size: 28px !important;
  }
}

.black-card span,
.image-card span {
  font-weight: 400 !important;
}

.blue-banner,
.black-banner {
  max-width: 210px !important;
  border-radius: 20px;
  background: #244886;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 100%;

  color: #eee;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.black-banner {
  background: #343a40 !important;
  max-width: 101px !important;
}


.image-card {
  border-radius: 20px !important;
  max-height: 680px !important;
  background-size: cover; 
  background-position: center; 

  @media (max-width: 1544px) {
    .break-row {
      display: none !important;
    }
  }
}

.big-blue-card {
  max-width: none !important;
}

.big-card-container {
  padding: 20px 150px !important;

  @media (max-width: 1600px) {
    padding: 20px 100px !important;
  }

  @media (max-width: 1300px) {
    padding: 30px 35px !important;
  }

  @media (max-width: 768px) {
    padding: 0 !important;
  }
}

.bottom-text {
  margin-top: 20px;
  color: var(--AAAAAA, #aaa) !important;
  font-family: Roboto, sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}

.page-title-wrapper {
  @media (min-width: 992px) {
    padding-right: 45px !important;
  }
}

.title-bar-select {
  color: var(--606060, #606060) !important;
  font-family: Roboto, sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  padding: 0.5rem 3rem 0.5rem 1rem !important;
}

.search-input::placeholder {
  color: var(
    --Foundation-Terciary---Color-terciary---color-50,
    #effaff
  ) !important;
}

.list-a {
  height: 60px !important;
}

.user-actions {
  cursor: pointer !important;
}



.menu-footer {
  display: flex !important;
  align-items: center;
  text-align: start;
  flex-direction: column !important;
  justify-content: end !important;
 
}

.menu-footer a {
  color: #fff !important;
  text-decoration: underline !important;
  
}

.dropdown-icon {
  margin-right: 20px !important;
  color: #50b8e4 !important;
  font-size: 34px !important;
}

.top-bar {
  color: white !important;
}

.menu-items {
  padding: 20px 0 !important;
  height: 90% !important;
}

.title-description .sub-message {
  font-weight: 400 !important;
  font-size: 18px !important;
}

.required-message {
  font-size: 16px;
  color: red;
}

.message-cards-row .message-cards-container {
  height: 100%;
}

.image-cards-container {
  max-height: 680px !important;
}

.image-col {
  @media (max-width: 767px) {
    padding: 0 !important;
  }
}

.sac-form {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 10px;
}

.app-inner-layout .app-inner-layout__wrapper {
  min-height: 0px !important;
}

.fa-comment-alt {
  font-size: 32px !important;
}

.chat-icon {
  font-size: 26px !important;
}

.chat-description {
  border-bottom: 1px solid #dee2e6;
}


