.brand-logo img{
    max-height: 45px;
}
.header-menu .sidebar-icon li a i {
    font-size: 24px;
} 
header {
  right: auto;
}



.tooltip-sec li .tooltip-cls{
    top: auto;
    left: auto;
}
.tooltip-sec li .tooltip-cls::after {
    display: none;
}
.tooltip-sec li .tooltip-cls span {
    white-space: nowrap;
} 


#comingSoonToast {
  background-color: white !important;
}

#authModal {
  z-index: 1055;
}

#authModal .modal-dialog {
  z-index: 1056;
}

#authModalBackdrop {
  z-index: 1050;
}

#authModal.fade .modal-dialog {
  opacity: 0;
  transform: translateY(-16px);
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}

#authModal.fade.show .modal-dialog {
  opacity: 1;
  transform: translateY(0);
}

.auth-modal-backdrop {
  opacity: 0;
  transition: opacity 0.25s ease-out;
}

.auth-modal-backdrop.show {
  opacity: 0.5;
}

.auth-modal-dialog {
  max-width: 900px;
}

.auth-modal-content {
  border: none;
  border-radius: 12px;
  overflow: hidden;
}

.auth-modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 5;
  border: none;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  opacity: 0.6;
}

.auth-modal-welcome {
  background: linear-gradient(135deg, #0389ff 0%, #0056b3 100%);
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.auth-modal-welcome .login-welcome {
  text-align: center;
}

.auth-modal-welcome .login-welcome h1 {
  color: #fff;
  margin-top: 20px;
}

.auth-modal-form {
  padding: 30px 35px;
}

.auth-modal-tabs {
  display: flex;
  width: 100%;
  border-bottom: none;
  margin-bottom: 20px;
  gap: 8px;
}

.auth-modal-tabs .nav-item {
  flex: 1;
  width: 50%;
}

.auth-modal-tabs .nav-link { 
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 600;
  padding: 14px 16px;
  margin-right: 0;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.auth-modal-tabs #auth-tab-login {
  background-color: #e8f4ff;
  color: #0389ff;
}

.auth-modal-tabs #auth-tab-login.active {
  background-color: #0389ff;
  color: #fff;
}

.auth-modal-tabs #auth-tab-register {
  background-color: #ecfdf5;
  color: #10b981;
}

.auth-modal-tabs #auth-tab-register.active {
  background-color: #10b981;
  color: #fff;
}

.auth-modal-form .auth-pane {
  display: none;
}

.auth-modal-form .auth-pane.active {
  display: block;
}

#authModal.auth-show-login .auth-welcome-login,
#authModal:not(.auth-show-register) .auth-welcome-login {
  display: block;
}

#authModal.auth-show-login .auth-welcome-register,
#authModal:not(.auth-show-register) .auth-welcome-register {
  display: none;
}

#authModal.auth-show-register .auth-welcome-login {
  display: none;
}

#authModal.auth-show-register .auth-welcome-register {
  display: block;
}

@media (max-width: 991px) {
  .auth-modal-form {
    padding: 24px 20px;
  }
}

/* Login form extras (from style.css — auth modal lacks .login-section wrapper) */
.login-form .form-sec .bottom-sec {
  display: flex;
  align-items: center;
}

.login-form .form-sec .bottom-sec label {
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
}

.login-form .form-sec .bottom-sec .forget-password {
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: -10px;
  color: #51595e;
}

.login-form .form-sec .btn-section {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

/* Social login links */
.login-form .form-sec .connect-with {
  margin-top: 45px;
  text-align: center;
}

.login-form .form-sec .connect-with h6,
.login-form .form-sec .connect-with .h6 {
  position: relative;
  z-index: 1;
  display: block;
}

.login-form .form-sec .connect-with h6 span,
.login-form .form-sec .connect-with .h6 span {
  font-size: 12px;
  font-weight: 600;
  background-color: #ffffff;
  padding: 0 10px;
}

.login-form .form-sec .connect-with h6:after,
.login-form .form-sec .connect-with .h6:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 70%;
  height: 1px;
  top: 6px;
  background-color: rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
  z-index: -1;
}

.login-form .form-sec .connect-with .social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.login-form .form-sec .connect-with .social-links li {
  width: 50px;
  height: 50px;
  margin: 0 12px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.login-form .form-sec .connect-with .social-links li a {
  line-height: 1;
}

.login-form .form-sec .connect-with .social-links li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: -1;
  transform: scale(1);
  transition: all 0.3s ease;
}

.login-form .form-sec .connect-with .social-links li svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
  transition: all 0.3s ease;
}

.login-form .form-sec .connect-with .social-links li.facebook {
  box-shadow: 0px 6px 8px rgba(56, 92, 180, 0.21);
}

.login-form .form-sec .connect-with .social-links li.facebook:after {
  background-color: #385cb4;
}

.login-form .form-sec .connect-with .social-links li.twitter {
  box-shadow: 0px 6px 8px rgba(0, 160, 221, 0.21);
}

.login-form .form-sec .connect-with .social-links li.twitter:after {
  background-color: #00a0dd;
}

.login-form .form-sec .connect-with .social-links li.google {
  box-shadow: 0px 6px 8px rgba(254, 70, 83, 0.21);
}

.login-form .form-sec .connect-with .social-links li.google:after {
  background-color: #fe4653;
}

.login-form .form-sec .connect-with .social-links li.google svg {
  width: 30px;
  height: 30px;
}

.login-form .form-sec .connect-with .social-links li:hover:after {
  transform: scale(0);
  transition: all 0.3s ease;
}

.login-form .form-sec .connect-with .social-links li:hover.facebook svg {
  fill: #385cb4;
  transition: all 0.3s ease;
}

.login-form .form-sec .connect-with .social-links li:hover.twitter svg {
  fill: #00a0dd;
  transition: all 0.3s ease;
}

.login-form .form-sec .connect-with .social-links li:hover.google svg {
  fill: #fe4653;
  transition: all 0.3s ease;
}

@media (max-width: 576px) {
  .login-form .form-sec .bottom-sec {
    display: block;
  }

  .login-form .form-sec .btn-section {
    margin-top: 20px;
    display: block;
  }

  .login-form .form-sec .btn-section .btn {
    padding: 6px 25px !important;
    width: 100%;
    margin-top: 10px;
  }

  .login-form .form-sec .connect-with {
    margin-top: 25px;
  }

  .login-form .form-sec .connect-with .social-links {
    margin-top: 20px;
  }

  .login-form .form-sec .connect-with .social-links li {
    width: 40px;
    height: 40px;
    margin: 0 6px;
  }

  .login-form .form-sec .connect-with .social-links li svg {
    width: 18px;
    height: 18px;
  }

  .login-form .form-sec .connect-with .social-links li.google svg {
    width: 25px;
    height: 25px;
  }
}