@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700;800;900&display=swap");

body {
  background-color: #fff;
}

#auth {
  height: 100vh;
  overflow-x: hidden;
}

#auth #auth-right {
  height: 100%;
  background: url(../../../images/bg/4853433.jpg),
    linear-gradient(90deg, #2d499d, #3f5491);
}

#auth #auth-left {
  padding: 5rem 8rem;
}

#auth #auth-left .auth-title {
  font-size: 4rem;
  margin-bottom: 1rem;
}

#auth #auth-left .auth-subtitle {
  font-size: 1.7rem;
  line-height: 2.5rem;
  color: #a8aebb;
}

#auth #auth-left .auth-logo {
  margin-bottom: 7rem;
}

#auth #auth-left .auth-logo img {
  height: 2rem;
}

.form-control {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  background-color: #fff !important;
}

.cursorpointer {
  cursor: pointer;
}

.modal .btn-close.white {
  background-image: url(../../../images/close-white.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  opacity: 0.8;
}
.modal .btn-close.white {
  opacity: 1;
}
a,
.btn.common-web-btn {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.main-content {
  background-color: #f2f7ff;
  background: url(../../../images/bg.jpg),
    linear-gradient(90deg, #d1dcfd8c, #dcf7ff85);
  /* background: url(../../../images/bg.jpg),linear-gradient(138deg,#e4eaff,#f6eeff); */
}

.common-form-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  /* padding-top: 70px; */
}

.common-form-style {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}

.auth-logo {
  position: absolute;
  left: 15px;
  top: 15px;
}

.auth-logo a {
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  color: var(--blue-color);
  font-family: Authenia-Solid !important;
  font-weight: 700;
}

.auth-logo a:hover {
  color: #6a6c6f;
}

.auth-logo a span {
  font-size: 44px;
  line-height: 52px;
}

.common-form-spacing {
  padding: 30px 20px;
  /* max-height: calc(100vh - 73px); */
  /* overflow-y: auto; */
  box-shadow: 0 0 0.875rem 0 rgba(33, 37, 41, 0.05);
  border-radius: 10px;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  background-color: #fff;
}

.auth-title {
  font-size: 33px;
  font-weight: 600;
  color: #000;
  text-align: center;
  font-family: var(--bs-font-sans-serif);
  margin-bottom: 15px;
}
.common-form-style .form-group {
  margin-bottom: 15px;
}
.common-form-style .form-group .form-group-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
}

.common-form-style .form-group[class*="has-icon-"].has-icon-left .form-control {
  height: 45px;
  padding-left: 37px;
  background-color: transparent;
}

.common-form-style
  .form-group[class*="has-icon-"].has-icon-left
  .form-control:focus {
  box-shadow: none;
  outline: none;
}

.common-form-style .form-group[class*="has-icon-"] .form-control-icon i {
  color: #6a6c6f;
  font-size: 17px;
}

.common-form-style .form-fields-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.small-info-text {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  line-height: 1;
  margin-top: 3px;
}

.common-form-style .form-check {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  /* cursor: pointer; */
  position: relative;
  flex-wrap: wrap;
  padding-left: 1.3em;
}

.form-check-wrap {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.common-form-style .register-form .form-check {
  margin-bottom: 15px;
}

.common-form-style .register-form .form-check .error {
  margin-left: -18px;
}

.common-form-style .form-check .form-check-input {
  margin: 0 5px 0 -20px !important;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-width: 2px;
  border-color: #dce7f1;
}

.common-form-style .form-check .form-check-input:checked {
  background-color: var(--blue-color);
  border-color: var(--blue-color);
}

.common-form-style .form-check .form-check-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.common-form-style .form-check .form-check-label .link-redirect {
  margin-left: 5px;
  font-size: 14px;
}

.link-redirect {
  color: var(--blue-color);
  text-decoration: none;
  font-size: 14px;
  /* line-height: 1; */
  position: relative;
  font-weight: 700;
}
.link-redirect:hover {
  color: var(--blue-color);
}

.btn.common-web-btn {
  background-color: var(--blue-color);
  border: 1px solid var(--blue-color);
  color: #fff;
  padding: 8px;
  width: 100%;
  font-size: 18px;
}

.btn.common-web-btn:hover {
  border: 1px solid var(--dark-blue-color);
  background-color: var(--dark-blue-color);
  color: var(--bs-white);
}

.btn.common-web-btn:active,
.btn.common-web-btn[disable],
.btn.common-web-btn.disable {
  border: 1px solid var(--dark-blue-color-100) !important;
  background-color: var(--dark-blue-color-100) !important;
  color: var(--bs-white) !important;
}

.account-register-link {
  font-weight: 600;
  margin-top: 25px;
}

/* .form-bottom-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
}  */

.register-info {
  font-weight: 400;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 12px;
  margin-top: 2px;
}

.form-bottom-link a {
  margin-left: 5px;
}

.web-info-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.web-info-wrapper a {
  display: flex;
  text-decoration: none;
  align-items: center;
  color: var(--blue-color);
}
.web-info-wrapper a span {
  display: none;
}
.web-info-wrapper a:hover {
  color: var(--dark-blue-color);
}
.web-info-wrapper a:first-child {
  margin-right: 10px;
}
.web-info-wrapper a:first-child:not(a:last-child):after {
  display: inline-block;
  content: "|";
  margin-left: 10px;
}
.info-title {
  font-weight: 700;
  margin-bottom: 0px;
}

.info-icon-wrap img {
  max-height: 10px;
  display: none;
}

.common-modal-popup .modal-dialog {
  width: 800px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.common-modal-popup .modal-header {
  padding: 10px 25px;
}
.common-modal-popup .modal-body {
  padding: 25px;
}
.common-modal-popup .modal-body .accordion:not(:last-child) {
  margin-bottom: 30px;
}
.common-modal-popup .accordion-button:focus {
  box-shadow: none;
}

/**/
.help-video-wrapper {
  width: 100%;
  height: 100%;
}
.help-video-wrapper video,
.accordion-body video {
  width: 100%;
  height: 100%;
}

#main.cms-page-content {
  margin-left: 0px;
  background-color: #f2f7ff;
  padding: 0;
}

#main.cms-page-content .page-content .card {
  border: 0px;
  padding: 30px;
  border-radius: 10px;
}

.cms-page-content .auth-logo {
  position: sticky;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 5px 15px;
  z-index: 2;
}

.terms-service-content {
  padding: 10px;
}

/**/
.accordion-main-header {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 15px;
  font-family: Nunito;
}
.accordion-main-header:first-child {
  margin-top: 0px !important;
}
.accordion-item:first-of-type,
.accordion-item:last-of-type {
  border-radius: 0px !important;
}
.accordion-item:not(:first-of-type) {
  border-top: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color) !important;
}
.accordion-button {
  padding: 12px 16px !important;
}
.accordion-button:after {
  background-size: 17px !important;
}
.accordion-item {
  border: 1px solid #e9eeff;
}
.accordion-item:not(:first-of-type) {
  border-top: 1px solid #e9eeff !important;
}
.accordion-button {
  padding: 8px 12px !important;
  background: #fafbff;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
}
.accordion-body {
  padding: 0 12px;
  font-size: 14px;
}
.accordion-button:not(.collapsed),
.accordion-button:focus {
  box-shadow: none;
}

.verfy-email-link {
  background: none;
  border: none;
  color: #435ebe;
  font-weight: bold;
}

.form-control[readonly] {
  background-color: #e9ecef !important;
  opacity: 1;
}

.timer {
  font-weight: 500;
  margin-left: 5px;
}

.two-fa-card.common-form-style,
.two-fa-card .common-form-spacing {
  max-width: 670px;
  margin-top: 10px;
}

.two-fa-configure-section .step-row:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}

.two-fa-configure-section .step-row {
  padding: 10px 0;
}

.two-fa-configure-section .step-row > * {
  padding: 0;
}

.two-fa-configure-section .row .left-column {
  align-items: center;
  display: flex;
  justify-content: center;
}

.two-fa-configure-section .row p {
  padding-bottom: 0;
  margin-bottom: 10px;
}

.two-fa-configure-section .code {
  background-color: #dce7f169;
  padding: 5px 10px !important;
  width: max-content;
}

.account-register-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.account-register-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.verfy-email-link {
  text-decoration: underline;
}

.dialog-content {
  padding: 10px 0;
  margin: 0;
}