@import url("./variables.css");
header {
  background: var(--white);
  padding: 10px 0;
  box-shadow: 0px 5px 10px rgba(9, 19, 29, 0.2);
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
}
header .success-icons{
  height:70px;
  width:70px;
  background: url("/assets/icon/success.svg") no-repeat center;

 
}
header .delete-icons{
  height:70px;
  width:70px;
  background: url("/assets/icon/delete.svg") no-repeat center;

 
}
header .custom-alert {
  border-radius: 20px !important;
}
header .custom-alert.delete-alert{
  width:350px;
}
header .delete-alert{
  border-radius: 30px !important;
  padding: 20px 41px 30px 41px;
}
header .delete-alert .custom-buttons{
  margin-top: 20px !important;
}

header .delete-alert .custom-cancel{
  background-color:#EDF4F6 !important;
  padding: 18px 55px !important;
  border-radius: 10px;
}
header .delete-alert .custom-confirm{
  padding:18px 55px !important;

}
header .delete-alert .no-border{
  margin: 0 auto;
}
header .no-border {
  border: 0 !important;
}
header .custom-alert.success-alert{
  width: 400px;
}
header .success-alert .alert-title{
  padding-top: 5px;
}
header .success-alert .custom-buttons{
  margin-top: 50px;
}
header .alert-title {
  color: #0b3f54 !important;
  font-weight: 800 !important;
  font-size: 24px !important;
}
header .alert-text {
  font-weight: 400 !important;
  color: #0b3f54 !important;
  line-height: 21px !important;
  font-size: 16px !important;
}
header .custom-confirm {
  background: linear-gradient(
90deg
, var(--c1, #05b1b7) 0%, var(--c2, #00cdac) 50%, var(--c2, #05b1b7) 100%) var(--x, 0) / 200% !important;
  text-transform: none !important;
  font-size: 15px !important;
  padding: 18px 50px !important;
  line-height: var(--header-font-size);
  color: var(--white);
  font-weight: 700 !important;
  transition: 0.5s !important;
  border: none !important;
  border-radius: 10px !important;
}
header .custom-cancel {
  background: none !important;
  color: #0b3f54 !important;
  font-weight: 700 !important;
}
header .custom-buttons {
  margin-top: 50px;
}
header .swal2-container .select-styled{
  display: none;
}
header .uk-navbar-container:not(.uk-navbar-transparent) {
  background: var(--white);
}

header .uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a[aria-expanded="true"] {
  color: var(--dark-green);
}
header .buy-container a{
  flex-direction: column;
  transition: .5s;
}
header .buy-container a.green-box:hover{
  background-color: #b7e5de;
}
header .buy-container a.purple-box:hover{
  background-color: #f7d2da;
}
header .uk-navbar-dropdown {
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgb(112 144 176 / 10%);
}
header .custom-dropdown {
  width: 300px;
  line-height: 36px;
  font-size: 14px;
  padding: 10px;
  border-radius: 10px;
}
header .custom-dropdown .uk-nav > li > a {
  padding-left: 10px;
  color: var(--dark-green);
}
header .custom-dropdown .uk-nav > li > a:hover {
  background: #f8fafc;
  transition: 0.5s;
  border-radius: 5px;
  padding-left: 15px;
  font-weight: 700;
}

header .uk-navbar-dropdown-nav > li > a {
  font-size: 14px;
  color: var(--dark-green);
}

header .uk-navbar-dropdown-nav > li.uk-active > a {
  font-size: 14px;
  color: var(--dark-green);
  background: var(--light-gray);
}

header .uk-navbar-nav > li > a {
  text-transform: capitalize;
  font-size: var(--header-font-size);
  font-weight: 700;
  color: var(--dark-green);
  position: relative;
}

header .uk-navbar-nav > li > a.active {
  color: var(--orange-color);
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #bfd3e7;
  border-radius: 20px;
}
header .uk-navbar-nav > li > a.active::before {
  content: "";
  width: 50%;
  height: 1px;
  background: var(--orange-color);
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translate(-50%);
  transition: 0.6s ease width;
}

header .uk-navbar-nav > li > .orange-btn.active::before {
  display: none;
}

header .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
/* .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 76px;
  height: 44px;
} */
header .select-styled {
  background-image: url("/assets/icon/down-black.svg") !important;
  background-repeat: no-repeat !important;
  padding: 14px 12px 14px 15px;
  font-weight: 700;
  font-size: var(--header-font-size);
  line-height: var(--header-font-size);
  color: var(--dark-green);
  background: var(--light-gray);
  border-radius: var(--border10);
  background-position: 75% 50%;
  align-items: center;
  justify-content: center;
}
header .select-content-ln .select-styled {
  margin-right: 20px;
}
header .header-notifications {
  transition: 0.3s;
}
header .hover-active-content{
  padding-top: 15px;
}
header .hover-active-content .text-content-wrapper {
   margin-left: 12px;
   border-bottom: 1px solid #E4EDFA;
   
}
header .text-content-wrapper.last{
  border:0;
}
header .noti-dropdowns {
  left: -312px !important;
  padding: 9px 22px;
  border-radius:10px;
  width: 355px;
}
header .header-notifications:hover {
  background-color: #0b3f54;
}
header .text-content-wrapper .years{
  padding-top:10px ;
  padding-bottom:15px;
  font-size: 13px;

  color: #607B96;
}
header .hover-active-content .icon img {
  width: 30px;
}

header .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 16px;
  right: 10px;
}
header .selectbox {
  display: none !important;
}

header .select-styled:active:after,
header .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}
header .select-options {
  display: none;
  position: absolute;
  margin-top: 10px;
  border-radius: 10px;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  color: black;
  margin: 0;
  padding: 10px;
  list-style: none;
  background-color: white;
}
header .select-options li {
  margin: 0;
  padding: 12px 10px;
  text-align: center;
}
header .select-options li:hover,
header .select-options li.is-selected {
  background-color: #f8fafc;
  font-weight: 700;
  border-radius: 10px;
}
header .select-options li[rel="hide"] {
  display: none;
}

header .uk-navbar-right .sub-item a {
  text-transform: capitalize;
  font-size: var(--header-font-size);
  font-weight: 700;
  color: var(--dark-green);
  text-decoration: none;
}
header .uk-navbar-right .sub-item:nth-of-type(1){
  padding: 0 15px;
}

header .uk-navbar-nav > li {
  padding: 0 15px;
}

header .uk-navbar-nav > li > a.active:hover::before {
  width: 100%;
  background: var(--orange-color);
}

header .uk-navbar-item,
.uk-navbar-nav > li > a,
header .uk-navbar-toggle {
  padding: 0;
}

header .uk-nav-primary > li > a.active {
  color: var(--dark-green);
  background: var(--white);
  padding-left: 10px;
  font-weight: bold;
}

header .uk-nav-primary > li > a.active:hover {
  color: var(--dark-green);
}

header .selectbox {
  min-width: 76px;
  padding: 14px 12px 14px 15px;
  font-weight: 700;
  font-size: var(--header-font-size);
  line-height: var(--header-font-size);
  color: var(--dark-green);
  background: var(--light-gray);
  border-radius: var(--border10);
  display: flex;
  align-items: center;
  justify-content: center;
}

header .uk-navbar-nav > li > a.orange-btn {
  min-height: 50px;
  color: var(--white);
  padding: 0 15px;
}

.v2 .uk-logo {
  max-width: 182px;
}

header.v2 {
  box-shadow: 0px 5px 10px rgba(9, 19, 29, 0.05);
  position: relative;
  z-index: 2;
}

header.v2 .uk-navbar-nav > li {
  padding: 0 20px;
}

header.v2 .uk-navbar-nav > li > a {
  font-weight: 600;
}

header.v2 .menu-space {
  margin-left: 15px;
}

header .lang-arrow {
  display: flex;
  flex-direction: row;
  margin-left: 8px;
}

header .mini-notification {
  margin-right: 20px;
}

header .mini-notification .uk-badge {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--red);
  border-radius: 50%;
  min-width: initial;
  width: 16px;
  height: 16px;
  font-size: 9px;
  font-weight: 600;
  color: #f1f6fb !important;
}

header .mini-notification button {
  width: 44px;
  height: 44px;
  /* background: #f8fafc; */
  background: var(--light-gray);
  padding: 0;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* .mini-notification button::before {
  height: 26px;
  content: url("../icon/bell.svg");
} */
header .mini-notification button span{
  background-image: url("../icon/bell.svg");
  width:26px;
  background-repeat: no-repeat;
  background-position:center;
  height:26px;
}
header .header-notifications:hover  .white-reverse{
  background-image: url("/assets/icon/white-notification.png");

}
header .mini-profile {
  padding: 0;
}

header .mini-profile button {
  padding: 0;
  border: none;
  font-size: 16px;
  color: var(--dark-green);
  font-weight: 600;
  background: transparent;
  cursor: pointer;
}

header .mini-profile .name {
  margin: 0 10px;
  display: inline-block;
}
header .navbar-margin {
  margin-right: 50px;
}
header .profile-dropdown {
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 12px 12px rgb(0 0 0 / 15%);
}
header .premium-container {
  background: url("../img/header-premium.svg"),
    linear-gradient(90deg, #083648 0%, #547585 100%);
  background-position: center;
  display: flex;
  border-radius: 10px;
  margin-bottom: 15px;
  position: relative;
}
header .premium-container .target-link{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  right: 0;
}
header .gold-diamond {
  background: url("../icon/gold-diamond.svg") no-repeat center;
  width: 45px;
  height: 40px;
  margin: 25px 0 25px 30px;
}
header .premium-container .text-container {
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-top: 15px;
  text-align: center;
  flex-direction: column;
}
header header .premium-container .text-container .premium-title {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
}
header .premium-container .text-container .premium-desc {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  margin-top: -5px;
}
header .profile-dropdown .buy-container {
  display: flex;
  flex-direction: row;
}
header .profile-dropdown .green-box {
  background: #d9faf5;
  width: 50%;
  margin-right: 10px;
  border-radius: 10px;
}
header .profile-dropdown .green-box .check-ellipse {
  background: url("../icon/check-icon-small-white.svg") no-repeat center,
    linear-gradient(90deg, #05b1b7 0%, #00cdac 100%);
  height: 40px;
  width: 40px;
  border-radius: 20px;
  margin: auto;
  margin-top: 10px;
}
header .profile-dropdown .solver-text {
  color: #0b3f54;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 12px 0;
  line-height: 16px;
}
header .profile-dropdown .purple-box {
  background: #ffe4ea;
  width: 50%;
  border-radius: 10px;
}
header .profile-dropdown .purple-box .person-ellipse {
  background: url("../icon/persons.svg") no-repeat center,
    linear-gradient(90deg, #f857a6 0%, #ff5858 100%);
  height: 40px;
  width: 40px;
  border-radius: 20px;
  margin: auto;
  margin-top: 10px;
}
header .profile-dropdown a {
  width: 100%;
  display: flex;
  padding: 15px 0 15px 10px;
  color: #0b3f54;
  border-radius: 5px;
}
header .profile-dropdown a:hover:not(.target-link) {
  font-weight: 700;
  background: #f8fafc;
  text-decoration: none;
}
header .profile-dropdown .links {
  margin-top: 15px;
  margin-bottom: 35px;
}
header .profile-dropdown .logout img {
  margin-right: 10px;
}
header .ellipsis-container{
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .ellipsis-container .lds-ellipsis div{
  width: 20px;
  height: 20px;
}
header .menu-ellipses .lds-ellipsis div{
  width: 8px;
  height: 8px;
}
header .menu-ellipses .lds-ellipsis{
  height: 20px;
  width: 100%;
}
header .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
header .lds-ellipsis div {
  position: absolute;
  top:0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--dark-green);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
header .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
header .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
header .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
header .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

header .mini-profile-photo {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 50%;
}

header .uk-button .lds-ellipsis,.start-question-banks .lds-ellipsis {
  height:14px;
}
header .uk-button .lds-ellipsis div,.start-question-banks .lds-ellipsis div{
  background:#fff;
}
header .noti-dropdowns .hover-active-content .last{
  padding: 15px 0px 25px;
  font-weight: 700;
  font-size: 14px;
  
}
header .menu-space{
  margin-left: 0px;
}
header .noti-dropdowns .desc a{
  text-decoration: none;
  color: inherit;
}

.js-no-result {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:var(--dark-green);
  color:#fff;
  z-index: 1;
  display:none;
}

.js-no-result .result-alert {
  text-align:center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.js-no-result .result-alert .result-icon {
  width: 44px;
  height:44px;
  margin: 0 auto 10px;
  display: block;
  background:url('../icon/no-result-icon.svg') 0 0 no-repeat;
}