:root {
    --primaryColor: #038566;
    --secondaryColor: #23A047;
    --primaryFontColor: #002A3A;
    --secondaryFontColor: #7A7B7A;
    --backgroundLight: #F7F7F7;
    --borderLight: #d6d6d6;
}

/* color: var(--secondaryColor); */

/* Standard elements */

body {
    height: 100%;
    margin: 0;
    color: #002A3A;
}

.cSignInSignUpTheme input[type=checkbox]:checked {
    accent-color: #008566 !important;
}

.auth-container {
    width: 100%;
    max-width: 512px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.reset-password_modal .auth-left-col_content {
    min-width: 90%;
    background: #fff;
    padding: 1rem 0.5rem;
}

@media(min-width:550px) {
    .reset-password_modal .auth-left-col_content {
        min-width: 512px;
        padding: 1.5rem;
    }
}

.reset-password_modal .auth-left-col {
    background-image: url(/resource/smartSearchBannerImage);
    background-repeat: no-repeat;
    background-size: cover;
}

.auth-wrapper h1 {
    font-size: clamp(2rem, 2.2vw + 1rem, 2.5rem);
    color: var(--primaryFontColor);
    font-weight: 700;
    line-height: 3rem;
}

.auth-wrapper h2 {
    font-size: clamp(1.6rem, 2.2vw + 1rem, 1.9rem);
    color: #fff;
    font-weight: 700;
    line-height: normal;
}


.auth-wrapper h3 {
    font-size: clamp(1.15rem, 1vw + 1rem, 1.2rem);
    line-height: 1.4;
    font-weight: 700;
}

.auth-wrapper p {
    font-size: clamp(1rem, 1vw + 0.5rem, 1.05rem);
}

.auth-link,
.auth-container a {
    color: #008299;
    font-weight: normal;
    text-decoration: underline;
    font-size: clamp(1rem, 1vw + 0.5rem, 1.05rem);
}

.auth-container p a {
    font-weight: 600;
}

.auth-wrapper i {
    font-size: clamp(1.05rem, 1vw + 1rem, 1.15rem);
    color: var(--secondaryColor);
}

.auth-wrapper .auth-right-col i {
    font-size: clamp(1.3rem, 1vw + 1rem, 1.5rem);
    color: #fff;
}

.auth-wrapper .auth_button p {
    font-size: 0.96rem;
}

.auth-wrapper p.text-small {
    font-size: 1rem;
}

.auth-wrapper .slds-button_brand,
.auth-wrapper .slds-button_neutral {
    font-size: clamp(1.05rem, 1vw + 1rem, 1.15rem);
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
}

.auth-wrapper .slds-button_brand,
.auth-info-modal_wrapper .slds-modal__container .slds-button_brand {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
    color: #fff;
}

.auth-info-modal_wrapper .slds-modal__container .slds-button_brand {
    font-size: 1rem;
}

.auth-wrapper .slds-button_brand:hover,
.auth-info-modal_wrapper .slds-modal__container .slds-button_brand:hover {
    background-color: #004F59;
    border-color: #004F59;
    color: #fff;
}

.auth-wrapper .slds-button_neutral {
    background-color: #fff;
    color: var(--primaryFontColor);
    border-color: var(--primaryFontColor);
}

.auth-wrapper .slds-form-element__label,
.auth-wrapper legend.slds-form-element__legend.slds-form-element__label {
    color: var(--primaryFontColor);
    font-size: clamp(1.05rem, 1vw + 1rem, 1.1rem);
    font-weight: normal;
    margin-top: 0.75rem;
    margin-bottom: 0.2rem;
}

.auth-wrapper .auth-input-wrapper:first-of-type .slds-form-element__label {
    margin-top: 0;
}

.auth-wrapper input {
    background-color: var(--backgroundLight);
    border-color: var(--backgroundLight);
    border-radius: 6px;
    font-size: clamp(1.05rem, 1vw + 1rem, 1.1rem);
    height: calc(3.125 * clamp(1.05rem, 1vw + 1rem, 1.15rem));
    padding: 0.5em;
    box-sizing: border-box;
    color: #002a3a;
}

.auth-wrapper .step-three-individual .slds-form-element__label:not(.slds-radio .slds-form-element__label)::after,
.auth-wrapper .step-three-business .slds-form-element__label:not(.slds-radio .slds-form-element__label)::after {
    content: "(REQUIRED)";
    font-size: 14px;
    margin-left: 4px;
    color: #7A7B7A;
}



/* END */

/* Layout */

.auth-wrapper .slds-modal__container {
    height: 100vh;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    justify-content: start;
}

.auth-wrapper .slds-modal__content {
    background-color: transparent;
    box-shadow: none;
}

.auth-wrapper .slds-modal .slds-modal__content {
    padding: 0;
}

.auth-left-col {
    background-color: #fff;
    min-height: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    /* Full viewport height */
}

.auth-left-col_content,
.scroll-left-col_content {
    background-color: #fff;
}

.auth-left-column {
    height: auto;
    overflow-y: auto;
    background-color: #fff;
    min-height: 100vh;
}

.auth-right-col {
    /* background-image: url('/resource/NewCustomerBackgroundIMG'); */
    background-color: #00223E;
    background-size: cover;
    background-position: center;
    height: 100vh;
    /* Fixed height */
    position: fixed;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth-container .background-container img {
    width: 26%;
    position: absolute;
    bottom: 0;
    right: 4rem;
}

.scroll-left-col {
    background-color: #fff;
    min-height: 100%;
    height: 100%;
}

/* Info sections */

.auth-info_box {
    border-color: var(--borderLight);
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
}

.auth-info_box i {
    font-size: clamp(1.2rem, 2vw + 1rem, 1.35rem);
}

.auth-notice_box {
    border-color: var(--secondaryColor);
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    background-color: #F7FFFA;
    color: #000;
    padding: .8rem;
    font-size: clamp(1rem, 1vw + 0.5rem, 1.05rem);
}

.auth-notice_box i {
    color: var(--secondaryColor);
}

.auth-why_box {
    color: #fff;
    border-radius: 6px;
    padding-right: 2.5rem;
}

/* Custom buttons */

.auth_button {
    background-color: var(--backgroundLight);
    border-color: var(--backgroundLight);
    cursor: pointer;
    border-radius: 9px;
    padding: 1.2rem 1.4rem;
}

.auth_button-large {
    padding: 1rem 1rem 1rem .7rem;
}

.auth_button-icon-circle {
    display: inline-flex;
    width: clamp(48px, 6vw, 64px);
    height: clamp(48px, 6vw, 64px);
    /* background-color: #fff; */
    border-radius: 50%;
}

.auth_button-icon-circle i {
    color: #008299;
    font-size: clamp(1.1rem, 2vw, 1.6rem);
}

.auth_button {
    border: 1px solid transparent;
}

.auth_button.active {
    border-color: var(--secondaryColor);
}

.auth-wrapper .back-button {
    padding-bottom: 1rem;
    font-size: .9rem;
    padding-left: 1rem;
}

/* Styles for items inside input fields */

.fieldCheck {
    top: 60px;
    right: 1rem;
}

.auth-container .auth-input-wrapper:first-of-type .fieldCheck {
    top: 53px;
}

.fieldCheck-action {
    bottom: 0;
    right: 0;
    margin-bottom: 18px;
    margin-right: 20px;
}

.fieldCheck-info {
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 1;
}

.auth-container .fieldCheck-action a,
.auth-container .fieldCheck-info a {
    font-size: 14px;
    text-decoration: underline;
}

/* End */


/* Styles for info modals */

.auth-info-modal_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
}

.auth-info-modal_wrapper .slds-modal__container {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    width: 740px;
    box-sizing: border-box;
    height: auto;
    padding: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    max-height: 90vh;
    overflow-y: auto;
}

.auth-info-modal_wrapper .slds-modal__footer {
    border-color: rgba(247, 247, 247, 1);
}

.auth-info-modal_wrapper h1 {
    font-size: clamp(1.2rem, 2.2vw + 1rem, 1.6rem);
    color: var(--primaryColor);
    font-weight: 600;
    line-height: 1.4em;
}

.auth-info-modal_wrapper h2 {
    font-size: clamp(1rem, 2.2vw + 1rem, 1.2rem);
    color: var(--primaryFontColor);
    font-weight: 600;
    line-height: 1.4em;
}

.auth-info-modal_wrapper p {
    font-size: 1rem;
    line-height: 1.8rem;
}

.auth-info-modal_wrapper ul li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 1rem;
    margin-bottom: .6rem;
}

.auth-info-modal_wrapper ul li::marker {
    font-size: 1rem;
}

.auth-info-modal_wrapper ul.roman {
    margin-left: 1rem;
}

.auth-info-modal_wrapper ul.alpha li {
    list-style: lower-alpha;
    padding-left: 10px;
}

.auth-info-modal_wrapper ul.roman li {
    list-style: lower-roman;
    padding-left: 10px;
}

/* End */

abbr.slds-required {
    display: none;
}

.auth-verification label {
    display: none;
}


.step-one,
.step-two {
    display: flex;
    height: 100vh;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    height: 100dvh;


}

.step-three-business,
.step-three-individual {
    padding-top: 2rem;
    padding-bottom: 2rem;
    min-height: 100vh;

    height: 100vh;
    height: 100dvh;
}








/* New CSS for Login Box Model */


.auth-wrapper .slds-modal__container {
    padding: 0;
    min-width: 100%;
}

@keyframes slideZoomOut {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
    }
}

.auth-wrapper .slds-fade-in-open {
    animation: slideZoomOut 0.4s ease-out;
}


@media (max-width: 544px) {
    .auth-container {
        width: 100%;
        max-width: 100%;
    }
}





/* CSS code moved from previous Theme CSS files */





.auth-wrapper .font-size-15 {
    font-size: 15px;
}

.auth-wrapper .left-side-bar-inner_forgot-password,
.auth-wrapper .reset-password {
    padding-bottom: 10rem;
}

.auth-wrapper .infoTextBox {
    background-color: #F3FFF7;
    border: 1px solid rgba(35, 160, 71, 1);
    border-radius: 5px;
    width: 100%;
    margin-left: 0px;
}

.auth-wrapper .infoTextBox i {
    color: rgba(35, 160, 71, 1);
    font-size: 1.1rem;
    margin-top: 5px;
}

.auth-wrapper .font-weight-700 {
    font-weight: 700;
}

.auth-wrapper .boxColor {
    background-color: rgba(247, 247, 247, 1);
    cursor: pointer;
    border-radius: 8px;
}

.auth-wrapper .boxColor span {
    font-size: 0.9rem;
}

.auth-wrapper .slds-form-element__control>.slds-radio {
    padding: 1rem;
    margin-bottom: 0.6rem;
    background-color: #f3f3f3;
}

.auth-wrapper .gstRegistered .slds-form-element__control {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.auth-wrapper .gstRegistered .slds-form-element__control>.slds-radio {
    width: 50%;
}

.auth-wrapper .terms-and-conditions p {
    font-size: 1rem;
}

.auth-wrapper input[type=checkbox] {
    zoom: 1.8;
    height: 100%;
    vertical-align: bottom;
    margin-top: 1px;
}

.auth-wrapper input[type="checkbox"]:checked {
    accent-color: rgba(0, 99, 91, 1);
}

/* Right Side Box Styling */

.auth-wrapper .textColor {
    color: #fff;
}

.auth-wrapper .right-side-label {
    font-size: 1.4rem;
}


/* Create Account Screen Code Start */


.auth-wrapper .name-box .fieldCheck {
    top: 50px;
}



.auth-wrapper .logo-container img {
    max-width: 100%;
    width: 300px;
}

.auth-wrapper .back-button .slds-button {
    color: #000;
}

.auth-wrapper .slds-radio [type=radio]:checked+.slds-radio__label .slds-radio_faux:after {
    background-color: rgba(0, 99, 91, 1);
    width: 1.2rem;
    height: 1.2rem;
}

.auth-wrapper .slds-radio .slds-radio__label .slds-radio_faux {
    width: 26px;
    height: 26px;
}


/*  Error message */

.error-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid #d72d3a;     /* border around right column content */
  border-radius: 8px;
  padding: 12px 16px;             /* padding inside the bordered box */
  background: #fff5f5;
}

.auth-wrapper .error-wrapper .icon i {
  flex: 0 0 auto;
  font-size: 20px;                /* make the FA icon a touch larger */
  line-height: 1;
  margin-top: 2px;
  color: #d72d3a;
}

.error-wrapper .content {
  flex: 1 1 auto;
}

.error-wrapper .text-err {
  color: var(--primaryFontColor);
  text-decoration: none;
  font-size: .95rem;
}

/*.error-wrapper .text-err:hover {
  text-decoration: underline;
}*/



/*  Terms and condition Pop Up */




@media(max-width:767px) {

    .auth-wrapper .modalBackgroundClr {
        background: #fff !important;
    }


    .cSignInSignUpTheme .back-button {
        padding-top: 1rem;
        padding-left: 1rem;
    }


}
