/* Menu Styles */

.navbar .container-fluid {
  max-width: 1640px;
  padding: 20px 0;
  background: transparent;
}

.container {
  max-width: 1170px;
}

#navbarsExample03 {
  justify-content: space-around;
  position: relative;
  z-index: 2;
}

.navbar-nav .nav-link {
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #F3D75C;
}

/* Language Switcher */
#country-select .fas.fa-sort-down {
  position: absolute;
  right: 0;
  top: 7px;
}

#country-select .fa-sort-down::before {
  content: "\f0dd";
  line-height: 1.2;
  color: #fff;
}

#country-select .dropdown dd ul {
  background: #0E1C3A;
  display: none;
  left: 0px;
  padding: 5px 5px 0 0;
  position: absolute;
  width: auto;
  list-style: none;
  top: 0px;
  z-index: 2;
}

#country-select ul {
  list-style: none;
}

.countryFlag {
  padding: 0;
  background-image: url("https://i.imgur.com/OQiDoZe.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  margin-right: 4px;
  width: 16px;
  cursor: pointer;
  white-space: nowrap;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #BFBFC1 #B6B6B6 #969696;
  border-image: none;
  border-radius: 2px 2px 2px 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}

#country-select.dropdown a:hover span.lang-def,
#country-select.dropdown a:hover span.lang-new {
  background: linear-gradient(55.35deg, #F3D75C 19.55%, #D88443 85.36%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#country-select dt {
  display: flex;
  justify-content: center;
  align-content: center;
}

/* Client Dashboard */
.client-dashboard {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-block {
  cursor: pointer;
}

.login-block span {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.login-block:hover {
  background: linear-gradient(35.35deg, #F3D75C 0%, #D88443 65.36%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}

.sign-up-block span {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.login-block i,
.sign-up-block i {
  color: #fff;
  margin-right: 7px;
}

/* Responsive */
@media (min-width: 768px) {
  .client-dashboard div.login-block {
    margin-left: 25px;
  }
  .client-dashboard div.sign-up-block {
    margin-left: 25px;
  }
}

@media (max-width: 767px) {
  .client-dashboard div.login-block {
    margin-left: 5px;
  }
  .client-dashboard div.sign-up-block {
    margin-left: 5px;
  }
  header {
    margin-top: 30px;
  }
  .notibox {
    height: 30px;
  }
}

/* Navbar Toggler */
.navbar.navbar-expand-lg .navbar-toggler[aria-expanded="false"] .fas::before {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: "\f039";
  font-size: 16px;
  color: #fff;
}

.navbar.navbar-expand-lg .navbar-toggler[aria-expanded="true"] .fas::before {
  content: "\f037";
  color: #fff;
  font-size: 16px;
}

/* Dropdown Styles */
.dropdown-toggle::after {
  color: #fff;
  font-size: 17px;
}

.dropdown-menu {
  background-color: transparent;
}

.dropdown-menu a {
  color: #fff;
}

.dropdown-item:hover,
.dropdown-item {
  background-color: transparent;
  color: #fff !important;
}

.sign-up-block .dropdown .dropdown-toggle:hover {
  background: linear-gradient(35.35deg, #F3D75C 0%, #D88443 65.36%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Modal Styles */
.sign-in-content .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  outline: 0;
  background: rgba(17, 48, 117, 0.85);
  border: none;
  box-sizing: border-box;
  border-radius: 25px;
  backdrop-filter: blur(10px);
}

.sign-in-content .modal-header .btn-close {
  margin: 0;
}

.sign-in-content .modal-header {
  flex-direction: column;
}

.sign-in-content .modal-header .fas.fa-times {
  position: absolute;
  right: 12px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}

.sign-in-content .modal-header .fas.fa-times:hover {
  background: linear-gradient(35.35deg, #F3D75C 0%, #D88443 65.36%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sign-in-content .modal-footer-sub button {
  background: linear-gradient(27.11deg, #74F2F8 8.71%, #1E4A97 83.24%);
  border-radius: 39px;
  border: navajowhite;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 15px;
  width: 100%;
}

.sign-in-content .modal-footer a {
  background: linear-gradient(27.11deg, #74F2F8 8.71%, #1E4A97 83.24%);
  border-radius: 39px;
  border: navajowhite;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 15px;
  width: 100%;
}

.sign-in-content .modal-footer-sub button:hover,
.sign-in-content .modal-footer a:hover {
  background: linear-gradient(55.35deg, #F3D75C 19.55%, #D88443 85.36%);
}

.sign-in-content .modal-footer {
  padding: 20px 37px;
}

.sign-in-content .modal-footer-sub {
  padding: 0 45px 45px;
  border-top: none;
}

.sign-in-content .form-control {
  background: rgba(14, 28, 58, 0.55);
  border: 1px solid #1E4A97;
  box-sizing: border-box;
  backdrop-filter: blur(7px);
  border-radius: 30px;
  color: #1E4A97;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  padding: 19px 19px 19px 50px;
  line-height: 20px;
}

.sign-in-content .col-12 {
  margin: 24px 0;
  position: relative;
}

.sign-in-content .col-12 i {
  position: absolute;
  top: 20px;
  left: 18px;
  font-size: 20px;
}

/* Notification Box */
.notibox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 999;
  padding: 5px;
  display: grid;
  grid-template-columns: 8% 90%;
  background: #0E1C3A;
}

.notibox marquee {
  text-align: right;
  padding-right: 85px;
  font-size: 14px;
  margin: 0;
  color: white;
  font-weight: bold;
  line-height: 20px;
}

.notibox img {
  margin: auto;
  width: 20px;
  cursor: pointer;
  display: block;
}

/* Responsive Navbar */
@media (max-width: 991px) {
  #navbarsExample03 {
    margin: 25px 3px;
  }
}

.navbar.navbar-expand-lg {
  z-index: 1;
}

.modal-backdrop {
  z-index: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

ul.navbar-nav li a {
  font-family: inherit;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-transform: uppercase;
}

ul.navbar-nav .nav-link.active {
  background: linear-gradient(55.35deg, #F3D75C 19.55%, #D88443 85.36%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

ul.navbar-nav .nav-link:hover {
  background: linear-gradient(55.35deg, #F3D75C 19.55%, #D88443 85.36%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}