.atx-navbar-brand {
  padding-top: 10px;
  padding-bottom: 10px;
}

.atx-whtap {
  color: #00e676;
}

.w-70 {
  width: 70% !important;
}

.atx-lys-btn {
  margin-bottom: 0 !important;
  height: 100%;
  display: flex;
  font-size: var(--bs-nav-link-font-size);
  align-items: center;
}

.ind {
  background-image: url("../../icons/flags/ind_f.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  white-space: nowrap;
  display: inline;
}

.uae {
  background-image: url("../../icons/flags/uae_f.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  white-space: nowrap;
  display: inline;
}

.atx-img-width {
  width: 25px !important;
  display: inline-block;
}

.atx-flags ::ng-deep .mat-select-arrow-wrapper {
  visibility: hidden;
  width: 25px;
  height: 30px;
}

.atx-az-custom-dialog .mat-dialog-container {
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 1199.98px) {
  .atx-focus-btn-li {
    display: flex !important;
    justify-content: center !important;
  }

  .atx-focus-btn-li a {
    width: fit-content !important;
  }

  .atx-mobile-view-position {
    left: 60% !important;
  }
}

.header-sticky.header-sticky-on {
  position: fixed;
  top: 0;
  z-index: 999;

  width: 100vw;
  background: #fff;
  /* Optional: prevent transparency */
  box-sizing: border-box;
}

.whatsappNumber:hover {
  background: none;
  color: black;
}

.nav-link.atxLoginBtn {
  color: #52658c;
  border-color: #52658c;
  font-size: 16px;
  padding: 10px 24px !important;
  line-height: normal;
  border-radius: 60px !important;
  font-weight: 700;
}

.nav-link.atxLoginBtn:hover {
  border-color: transparent;
  background: #e5e8ee;
}

@media (max-width: 767px) {
  .atx-navbar-brand {
    max-width: 203px !important;
  }
}