/* body background */

.main-area {
  background: url(../images/office-background.jpg) no-repeat center center;
  background-size: cover;
  height: auto;
  min-height: 100vh;
  overflow: auto;
  background-attachment: fixed;
}

/* grreen color with opacity  */
.blue-opacity {
  background: var(--color-blue-opacity);
}
.blue-lightopacity {
  background: var(--color-blue-lightopacity);
}

/* left panel start */
.left-panel {
  padding: 46px 65px;
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

/* welcome intro styling */
/* .welcome-intro {
  min-height: 85vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
} */

.welcome-intro h1 {
  color: var(--color-white);
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  text-wrap: balance;
}
.welcome-intro p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 22px;
  font-weight: 700;
  line-height: 136.5%; /* 32.76px */
  padding-top: 16px;
  padding-bottom: 33px;
}

#register-content .welcome-intro p {
  font-size: 16px;
  line-height: 26.76px;
}

/* checklist start */
.checklist {
  padding-left: 0;
}
.checklist li {
  position: relative;
  list-style: none;
  color: rgba(255, 255, 255, 0.62);
  padding-left: 45px;
  font-size: var(--font-size-base);
  font-weight: 700;
  line-height: 24px;
  /* letter-spacing: 0.3px; */
}
.checklist li:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: -2px;
  background: url(../images/lightblue-check.svg) no-repeat;
}
.checklist li:not(:last-child) {
  margin-bottom: 15px;
}
/* checklist end */

/* outline btn */
.outline-btn a {
  padding: 14px 30px;
  border: 1px solid var(--color-white);
  border-radius: 30px;
  color: var(--color-white);
  text-decoration: none;
  font-size: var(--font-size-base);
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  display: table;
  transition: all 0.6s ease;
  min-width: 216px;
  text-align: center;
}
.outline-btn a i {
  padding-right: 20px;
}
.outline-btn a:hover {
  box-shadow: 0 0.5em 0.5em -0.4em var(--color-white);
  transform: scale(0.98);
}
/* filled btn */
.filled-btn a {
  padding: 14px 30px;
  border: 2px solid var(--color-theme-blue);
  border-radius: 30px;
  color: var(--color-white);
  text-decoration: none;
  font-size: var(--font-size-base);
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  background: var(--color-theme-blue);
  min-width: 216px;
  display: table;
  transition: all 0.6s ease;
}
.filled-btn a i {
  padding-right: 20px;
}
.filled-btn a:hover {
  box-shadow: 0 0.5em 0.5em -0.4em var(--color-white);
  transform: scale(0.98);
}
/* left panel end */

/* right content area start */

.white-opacity {
  background: rgba(255, 255, 255, 0.5);
}
.content-wrapper {
  margin: 0px auto;
  width: 462px;
}

.vertical-logo {
  padding: 36px 78px 15px;
  background: var(--color-theme-blue);
  border-radius: 20px 20px 0 0;
}
.vertical-logo img {
  width: 94px;
  height: 77px;
  object-fit: contain;
}

.login-box {
  border-radius: 20px;
  width: 100%;
  /* min-height: 808px; */
  margin: 0 auto;
  /* padding: 46px 78px; */
  display: flex;
  flex-flow: column;
  transition: all 0.6s ease;
  justify-content: space-between;
}
.blur-area {
  position: relative;
  z-index: 1;
}
.blur-area:before {
  content: "";
  border-radius: 20px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}

/* tab layout start */
.tab-navs {
  align-items: center;
  justify-content: center;
  width: 236px;
  background: var(--color-theme-blue);
  border-radius: 100px;
  margin: auto;
  height: 42px;
  gap: 17px;
  position: relative;
}
.tab-navs:after {
  content: "";
  width: 105px;
  background: #ffffff;
  height: 33px;
  position: absolute;
  top: 4px;
  left: 7px;
  transition: all 0.5s ease-in-out;
  border-radius: 35px;
  z-index: 0;
}
.tab-navs .nav-link.active,
.tab-navs .show > .nav-link {
  color: var(--color-theme-blue);
  background-color: transparent;
  font-weight: 700;
}
.tab-navs .nav-link:focus {
  box-shadow: none !important;
}
.tab-navs .nav-link {
  width: 108px;
  border-radius: 100px;
  height: 40px;
  color: var(--color-white);
  font-size: 12px;
  font-weight: 400;
  position: relative;
  z-index: 2;
}

.tab-navs.slide:after {
  left: 53%;
}

.about-info > .about-content {
  display: none;
}
.about-info > .active {
  display: block;
}

.external-div {
  position: relative;
}
.fade {
  transition: opacity 0.6s ease-in-out;
}
/* tab layout end */

/* form layout */
.form-layout {
  padding: 55px 0 60px 0px;
}
.pr-78 {
  padding-right: 71px;
}
.pl-78 {
  padding-left: 71px;
}
.pb-41 {
  padding-bottom: 41px;
}
.form-layout label {
  color: var(--color-theme-blue);
  font-size: var(--font-size-sm);
  font-weight: 400;
  line-height: 18px;
}
.form-layout input {
  font-size: var(--font-size-sm);
  color: var(--color-gray);
  border-radius: 20px;
  border: 1px solid var(--color-theme-blue);
  background: var(--color-white);
  height: 48px;
  transition: 0.6s ease;
  padding: 0 20px;
}
.form-layout input:focus,
.form-layout select:focus,
.select2-container--focus .select2-selection--single {
  color: var(--color-black);
  background-color: rgb(255 255 255 / 34%);
  border-color: var(--color-theme-blue);
  outline: 0;
  box-shadow: 0 0 0 5px rgb(27 70 139 / 15%);
}

.toggle-password {
  position: absolute;
  right: 20px;
  top: 18px;
  color: var(--color-gray);
  font-size: 12px;
}

.blue-lightopacity-extra {
  background: var(--color-blue-lightopacity);
}
.personal-details label {
  color: var(--color-white);
}

.form-scroll .mCSB_draggerContainer {
  display: none;
}
.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

/* Apply the animation to the element */
.fade-in-animation {
  animation: fadeIn 3s ease-in-out;
}

.fadeOnScroll {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
.fade-in-list {
  opacity: 1;
}

/* form layout end */

/* navigating buttons */
.navigate-buttons {
  margin-bottom: 40px;
}
.navigate-buttons ul {
  align-items: center;
  justify-content: center;
  width: 262px;
  background: var(--color-theme-blue);
  border-radius: 100px;
  margin: auto;
  height: 48px;
  gap: 17px;
  padding: 0;
  display: flex;
}
.navigate-buttons ul li a {
  width: 117px;
  border-radius: 100px;
  height: 40px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--color-white);
  background: var(--color-theme-blue);
  transition: all 0.6s ease;
}
.navigate-buttons ul li {
  list-style: none;
}
.navigate-buttons ul li.active a,
.navigate-buttons ul li a:hover {
  color: var(--color-theme-blue);
  background: var(--color-white);
}

/* navigation buttons end */

/* custom checkbox start */
.checkbox-label label {
  font-size: var(--font-size-xs);
}
.g15 {
  gap: 15px;
}
.form-group {
  display: block;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  /* gap: 5px; */
}

.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid var(--color-theme-blue);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 11px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 4px;
  background: var(--color-white);
  flex: 0 0 24px;
}

.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid var(--color-theme-blue);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* custom checkbox end */

.other-details {
  display: flex;
  justify-content: space-between;
  /* gap: 5px; */
}
.forgot-link a {
  font-size: var(--font-size-xs);
  color: var(--color-theme-blue);
  line-height: 22px;
}

/* recaptch size */
/* .recaptcha-size {
  transform: scale(1.18);
  transform-origin: 0 0;
  margin-top: 24px;
} */

.recaptcha-wrapper {
  height: 60px;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 36px auto 0px auto;
  color: #000;
  border-radius: 2px;
  border: 0;
  width: 260px !important;
}
.recaptcha-wrapper .g-recaptcha, .recaptcha-wrapper .g-recaptcha div {
   width: 100% !important;
   height: 100% !important;
   margin: 0;
   transform: unset !important;
}
.recaptcha-info {
  background-size: 26px;
  height: 26px;
  margin: 0 13px 0 13px;
  position: absolute;
  right: 8px;
  top: 7px;
  width: 26px;
  background-image: url(https://www.gstatic.com/recaptcha/api2/logo_48.png);
  background-repeat: no-repeat;
}
.rc-anchor-logo-text {
  color: #9b9b9b;
  cursor: default;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  margin-top: 5px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 34px;
}
.rc-anchor-checkbox-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  left: 50px;
  top: 22px;
  position: absolute;
  color: var(--color-black);
}
.rc-anchor .rc-anchor-normal .rc-anchor-light {
  border: none;
}
.rc-anchor-pt {
  color: #9b9b9b;
  font-size: 8px;
  font-weight: 400;
  right: 10px;
  top: 47px;
  position: absolute;
}
.rc-anchor-pt a:link {
  color: #9b9b9b;
  text-decoration: none;
}
.g-recaptcha {
  width: 41px;
  height: 38px;
  overflow: hidden;
  float: left;
  margin-top: 14px;
  margin-left: 6px;
}
.g-recaptcha > div {
  width: 46px;
  height: 30px;
  background-color: #f9f9f9;
  overflow: hidden;
  border: 1px solid red;
  transform: translate3d(-8px, -19px, 0px);
}
.g-recaptcha div {
  border: 0;
}

/* terms and conditions */
.term-conditions p {
  color: var(--color-black);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.3px;
  padding-top: 35px;
}
.term-conditions p a {
  color: var(--color-black);
  text-decoration-line: none;
  font-weight: 600;
  background-image: linear-gradient(to right, var(--color-theme-blue), var(--color-theme-blue) 50%, var(--color-black) 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
.term-conditions p a:hover {
  background-position: 0;
}
.term-conditions p a:before {
  content: "";
  background: var(--color-theme-blue);
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.25s ease-in-out;
  z-index: 1;
}
.term-conditions p a:after {
  content: "";
  background: var(--color-theme-black);
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.25s ease-in-out;
}
.term-conditions p a:hover::before {
  width: 100%;
}

.moreHeight a:before,
.moreHeight a:after {
  height: 3px !important;
}

/* error msg style */
.error-msg,
.error {
  font-size: 14px !important;
  color: #ff3434 !important;
  padding-top: 2px;
  /* position: absolute; */
  padding-left: 15px !important;
}

/* right content area end */

/* register tab start */

.form-elements:not(:last-child) {
  margin-bottom: 12px;
}
.submit-btn button {
  padding: 21px 109px;
  border: 2px solid var(--color-theme-blue);
  border-radius: 30px;
  color: var(--color-white);
  text-decoration: none;
  font-size: var(--font-size-base);
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.5px;
  background: var(--color-theme-blue);
  /* min-width: 216px; */
  display: block;
  transition: all 0.6s ease;
  margin: 24px auto 8px auto;
}
.submit-btn button:hover {
  background: rgba(255, 255, 255, 0.5);
  color: var(--color-black);
  box-shadow: 0 0.5em 0.5em -0.4em var(--color-theme-blue);
}
#register .submit-btn button {
  padding: 21px 48px;
  margin-top: 24px;
}

/* company dropdwon style */
#login-company {
  width: 100%;
  background: var(--color-white);
  color: var(--color-gray);
  text-align: left;
  padding-left: 20px;
  height: 48px;
  border-radius: 20px;
  border: 1px solid var(--color-theme-blue);
  font-size: var(--font-size-base);
}
#login-company a {
  font-size: var(--font-size-sm);
  padding: 0;
  display: flex;
  align-items: center;
}
#login-company a:hover {
  color: var(--color-gray);
}
#login-company::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  position: absolute;
  top: 12px;
  right: 15px;
  color: var(--color-theme-blue);
  border: none;
}
#login-company-dropdown.show {
  border-radius: 0px 0px 20px 20px;
  background: var(--color-white);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.07);
  top: 38px !important;
  left: 0 !important;
  /* height: 104px; */
  width: 96%;
  display: flex !important;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  transform: none !important;
  border: none !important;
  overflow: hidden;
  margin: 0 auto !important;
  right: 0 !important;
}
#login-company-dropdown.show li {
  position: relative;
  width: 100%;
  display: flex !important;
}
#login-company-dropdown.show li.selected a {
  color: var(--color-gray) !important;
}
#login-company-dropdown.show li a {
  color: #ababab;
  font-size: var(--font-size-sm);
  display: flex;
}
#login-company-dropdown.show li:not(:last-child) a {
  margin-bottom: 6px;
}
#login-company-dropdown.show li.selected::after {
  position: absolute;
  content: "";
  background-image: url("../images/check-gray.svg");
  top: 50%;
  right: 12px;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
#login-company-dropdown.show li span,
#login-company span {
  margin-right: 15px;
  display: block;
}
#login-company span img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
#login-company-dropdown.show li span img {
  visibility: hidden;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
#login-company-dropdown.show li.selected span img {
  visibility: visible;
}
button:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 5px rgb(27 70 139 / 15%) !important;
}

/* register tab end */

/* congratulations page start */

.overlay {
  position: relative;
  z-index: 0;
}
.overlay::before {
  content: "";
  background: rgb(255 255 255 / 55%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.blue-box {
  width: 568px;
  height: 698px;
  text-align: center;
  border-radius: 20px;
  padding: 40px;
  color: var(--color-white);
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.blue-box h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 120%; /* 48px */
  padding-top: 65px;
}

.check-circle {
  width: 100px;
  margin: 30px 0;
}
.success-text {
  padding: 0 0 80px;
}

.success-text h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 136.5%; /* 32.76px */
  padding-bottom: 25px;
}
.success-text p {
  width: 280px;
  margin: auto;
  font-size: 14px;
  line-height: 164.188%;
}
.success-text p a {
  color: var(--color-white);
  transition: 0.6s ease;
}

.vh-adjust {
  height: 100dvh;
}
/* verify now link end */

.verify-now a {
  text-decoration-line: unset;
  background-image: linear-gradient(to right, var(--color-theme-blue), var(--color-theme-blue) 50%, var(--color-white) 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  text-shadow: 0 0 0 var(--color-white);
  font-weight: 400;
}
.verify-now a:before {
  content: "";
  background: var(--color-theme-blue);
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.25s ease-in-out;
  z-index: 1;
}
.verify-now a:after {
  content: "";
  background: var(--color-white);
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.25s ease-in-out;
}
.verify-now a:hover {
  background-position: 0;
  text-shadow: 0 0 0 var(--color-theme-blue);
}
.verify-now a:hover::before {
  width: 100%;
}
/* verify now link end */

/* top button start */
.top-btn {
  position: absolute;
  left: 40px;
  top: 40px;
}
.top-btn a {
  padding: 2px 20px;
  border: 2px solid var(--color-theme-blue);
  border-radius: 30px;
  color: var(--color-white);
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  background: var(--color-theme-blue);
  min-width: 201px;
  display: flex;
  transition: all 0.6s ease;
  align-items: center;
}
.top-btn a i {
  padding-right: 5px;
}

.top-btn a:hover {
  background: rgba(255, 255, 255, 0.5);
  color: var(--color-black);
  box-shadow: 0 0.5em 0.5em -0.4em var(--color-theme-blue);
}
/* top button  end*/

/* congratulation page end */

.mCustomScrollBox {
  max-height: none !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* update design all css list */

.term-conditions .form-group.checkbox-label label {
  justify-content: center;
  gap: 10px;
}

.term-conditions .form-group.checkbox-label label::before {
  content: unset;
}

.term-conditions .term-check p {
  padding-top: 2px !important;
  padding-bottom: 0 !important;
}

.term-conditions .check-border {
  border: 3px solid var(--color-theme-blue);
  background-color: #fff;
  width: 24px;
  height: 24px;
  position: relative;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.term-conditions .form-group input:checked + label .check-border {
  border: 3px solid var(--color-theme-blue);
  background: var(--color-white);
}
.term-conditions .form-group input:checked + label .check-border::before {
  content: "";
  position: absolute;
  background: var(--color-theme-blue);
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
.term-conditions .form-group input:checked + label:after {
  content: unset !important;
}
/* .term-conditions.term-check {
  padding-top: 35px;
} */
.term-conditions.term-check p {
  padding: 0 !important;
}
/* custom checkbox end */

/* new passowrd styling */
.password-inner {
  padding: 17px 12px;
  background: #fff;
  border-radius: 20px;
  margin-top: 20px;
}
.progress-bar {
  width: 140px;
  height: 3.5px;
  background-color: #e0e0e0;
  border-radius: 10px;
}
#strength-bar,
#strength-bar-second {
  height: 100%;
  /* width: 0; */
  border-radius: 10px;
  background-color: #d80027;
}

#strength-label,
#strength-label-second {
  font-family: var(--font-roboto);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}
.password-strength p {
  line-height: 0;
}
.password-strength {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  margin-bottom: 6px;
}

.password-requirements p {
  font-family: var(--font-roboto);
  color: var(--color-royal-black);
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 6px;
  line-height: 20px;
  letter-spacing: -0.16px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.password-requirements .icon img {
  width: 12px;
  height: 12px;
  object-fit: contain;
}

.psw-bind img {
  position: absolute;
  top: 14px;
  right: 14px;
}

/* retrieve-password css */
.login-box.retrieve-pass {
  min-height: 500px !important;
}
.retrieve-password .submit-btn button {
  margin-top: 40px;
}
.retrieve-password-content p {
  font-family: var(--font-roboto);
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  color: var(--color-theme-blue);
}

/* Animate the checkmark stroke */
/* Animate the checkmark stroke */

/* Blue circle animation */
svg .circle {
  stroke-dasharray: 283; /* Circumference of the circle (2 * pi * r) */
  stroke-dashoffset: 0;
  animation: rotate-circle 8s linear infinite;
}

/* Checkmark animation */
/* Blue circle animation */
svg .circle {
  stroke-dasharray: 283; /* Circumference of the circle (2 * pi * r) */
  stroke-dashoffset: 0;
  animation: rotate-circle 2s linear infinite;
}

/* Checkmark animation */
/* Checkmark animation */
/* Rotate the outer blue circle continuously */
svg .rotate-circle {
  transform-origin: 50% 50%;
  animation: rotate 5s linear infinite;
}

/* Animate the checkmark drawing */
svg .checkmark {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: draw-checkmark 2s ease forwards;
  animation-delay: 1s;
}

/* Keyframes for rotating the blue circle */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Keyframes for drawing the checkmark */
@keyframes draw-checkmark {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.form-control.password {
  padding: 0 36px 0 20px;
}
.form-login {
  padding-top: 13px;
}
.error_element {
  padding: 16px 20px;
  border-radius: 20px;

  background-color: #fff0f0;

  margin-top: 8px;
}
.error_element p {
  font-size: 12px;
  line-height: 22px;
  color: #d80027;
  font-weight: 500;
}
.form-elements.errors input {
  color: #d80027;
  border-color: #d80027;
  outline: unset !important;
  box-shadow: unset !important;
}
.img-logo {
  position: absolute;
  top: 46px;
  left: 72px;
}
#register .term-check {
  margin: 48px 0 0 0;
}
#register .form_check {
  padding-top: 12px;
  padding-bottom: 12px;
}
.form-layout div#register {
  margin-bottom: 20px;
}
.select2-dropdown {
  border: 1px solid #e8e8e8 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  z-index: 98 !important;
}

.select2-results__option {
  padding: 6px 20px;
  font-size: 12px;
  color: #888;
  font-weight: 400;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #1b468b !important;
}
.select2-container--default .select2-results__option--selected {
  background: transparent !important;
  color: #1b468b;
}
.form-elements .select2-container--default .select2-selection--single {
  font-size: var(--font-size-sm);
  color: var(--color-gray);
  border-radius: 20px !important;
  border: 1px solid var(--color-theme-blue);
  background: var(--color-white);
  height: 48px;
  transition: 0.6s ease;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.form-elements span.select2-selection__rendered {
  padding: 0 !important;
  color: #888 !important;
}
.select2-search--dropdown .select2-search__field {
  border-radius: 8px;
  box-shadow: unset !important;
  outline: unset !important;
  padding: 4px 14px;
  font-size: 12px;
}
.select2-selection__arrow b {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: url(../images/down-arrow.svg) !important;
  border: 0 !important;
  width: 12px !important;
  height: 8px !important;
  right: 20px !important;
  transition: all 0.4s ease;
  margin: 0 !important;
  left: unset !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px !important;
}
.form-login .term-conditions {
  margin: 48px 0 0 0;
}
.pre-loader,
div.timeloader-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.65);
  z-index: 1056;
  right: 0;
  backdrop-filter: blur(2px);
}
.preloader-active {
  overflow: hidden !important;
}
.pre-loader .pre-timeloader,
.timeloader {
  position: relative;
  top: 50%;
  transform: translateY(-50%);

  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}
.pre-loader img,
.timeloader img {
  margin: 0 44%;
  width: 12%;
  height: auto;
}
.btn-link-disabled,
.btn-modal-disable.disabled,
.filter-btn[disabled] {
  opacity: 0.65;
  filter: unset;
  cursor: not-allowed !important;
  pointer-events: unset;
}
.success_msg {
  margin: 33px 0 0 0;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  background: #0052b42e;
}

.success_msg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  border-radius: 20px;
  z-index: -1;
  border: 1px solid #0052b4;
}

.success_msg p {
  font-size: 12px;
  line-height: 22px;
  color: #0052b4;
  font-weight: 500;
}
/* .form-login form {
  height: 445px;
  overflow-y: auto;
  margin-right: 3px;
} */

.form-login form::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.form-login form::-webkit-scrollbar-track {
  background: #e8e8e8;
  border-radius: 10px;
}

/* Handle */
.form-login form::-webkit-scrollbar-thumb {
  background: var(--color-theme-blue);
}
.text-red {
   color: #eb4335 !important;
}
.form-elements.errors .select2-container--default .select2-selection--single {
   border-color: #d80027;
}
.form-elements.errors .select2-container--default .select2-selection--single .select2-selection__rendered{
   color: #d80027 !important;
}
.form-elements .select2-container {
   width: 100% !important;
}
.form-layout div#register .checkbox_elements .form-group.checkbox-label label {
   display: block;
}
.link-hover:hover{
   text-decoration: unset;
}
.link-hover{
   text-decoration: unset !important;
}
.img-logo a img {
   width: 184px;
}