/* Minification failed. Returning unminified contents.
(45,24): run-time error CSS1039: Token not allowed after unary operator: '-red-solid'
(64,17): run-time error CSS1039: Token not allowed after unary operator: '-blue-solid'
(159,22): run-time error CSS1039: Token not allowed after unary operator: '-red-lgt'
(187,28): run-time error CSS1039: Token not allowed after unary operator: '-red-solid'
 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');

/* Default cards */


.card-footer {
    background-color: white;
    border-bottom-right-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
    border-style: none;
}

/* Stepper */
.stepIndicatorContainer {
    background-color: white !important; 
    display: none !important;
}

.stepIndicator {
    position: relative;
    font-weight: 600;
    color: #9C9C9C;
    flex: 1;
}

.stepIndicator.active {
    color: #006F82 !important;
}

.stepIndicator.finish {
    color: #9C9C9C;
}

.stepIndicator > a {
    cursor: pointer;
}

.step {
    display: none;
}
/* End Stepper */

/* Plan selection */
.card-plan-selected {
    border-color: var(--red-solid) !important;
    box-shadow: 0px 10px 15px 8px rgba(0,0,0,0.1);
}

.card-plan {
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.16);
    border-radius:0px !important;
}

/*
.card-plan {
    border-color: #707070;
    border-style: solid;
    border-width: 2px;
    min-height: 490px;
}
*/
.plan-price {
    font-size: 50px;
    color: var(--blue-solid) !important;
}
/* End plan selection */

/* The message box is shown when the user clicks on the password field */
.message, messageConfirm {
    display: none;
    background: #f1f1f1;
    color: #000;
    position: relative;
    padding: 10px;
    margin-top: 10px;
}

#message p {
    padding: 0px 5px;
    font-size: 11px;
    margin-bottom:0px;
}

.planLogo {
    position: absolute;
    right: 40PX;
    top: 30px;
}

.btn-check-FreeRXOnly:hover, .btn-check-OptServiceAdded:hover {
    background-color: #cc0000ad !important;
    color: white !important;
    transition: 0.5s;
}

.btn-check-OptServiceContinue {
    text-transform: uppercase;
}

.btn-check-FreeRXOnly, .btn-check-OptServiceAdded {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    max-width: 380px !important;
    text-transform: uppercase;
}





#messageConfirm p {
    padding: 0px 5px;
    font-size: 11px;
    margin-bottom: 0px;
}

.security-label {
    font-size: 14px !important;
    line-height: 20px !important;
}

.password-icon {
    cursor: pointer;
    height: fit-content;
    padding-top: 8px;
}

/* Add a green text color and a checkmark when the requirements are right */
.validPass {
    color: green;
}

.validPass:before {
    position: relative;
    left: -5px;
    content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalidPass {
    color: red;
}

.invalidPass:before {
    position: relative;
    left: -5px;
    content: "✖";
}

.shield-icon {
    width: 28px;
}




.btn-lightwhite2 {
    border-radius: 8px !important;
    background: var(--red-lgt);
    color: white;
    border-style: none;
    font-size: 18px;
    word-wrap: break-word;
}

#lnkBackStep1 {
    cursor: pointer !important;
}


ul {
    list-style: disc;
}

.card li {
    font-size: 16px !important;
    padding-left: 5px;
    padding-bottom: 8px;
}

.membership-Container li {
    padding-bottom: 8px;
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: white;
    background-color: var(--red-solid);
    border-color: white;
}

.modal-lower {
    border-radius: 20PX;
}

.btn-lower {
    border-radius: 16px !important;
    padding: 15px 48px 15px 48px !important
}

.membership-Container {
    border-radius: 8px;
}

.calendar-icon {
    border-bottom-right-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
    padding-top: 8px;
    border-style: solid;
    border-width: 1PX;
    BORDER-COLOR: #707070;
    border-left-style: none;
}

.form-date {
    border-right: none;
}

.form-control {
    padding-bottom: 12px;
    padding-top: 12px;
    font-size: 16px;
}

.bi-calendar4 {
    background-color: #07ADC8;
    padding-left: 4px;
    PADDING-RIGHT: 4px;
    padding-top: 1px;
    BORDER-RADIUS: 2px;
    height: fit-content;
    color: white;
}

.text-danger {
    font-size: 14PX;
}



.miDivBehavioral {
    position: relative;
    padding: 0px;
    border: 0px solid #ccc;
}


.closeBehavioralPlan {
    position: ABSOLUTE;
    cursor: pointer;
    font-size: 1.5rem;
    color: white;
    padding: 5px;
    width: 27px;
    height: 27px;
    margin-top: -20px;
    margin-left: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.cancel-label {
    font-size: 14px;
}


@media only screen and (max-width: 992px) {

    .form-label-bg {
        font-size: 20px !important;
    }

    #btnSubmitCreditCardPayment {
        font-size: 12px !important;
    }

    .security-label {
        font-size: 12px !important;
    }
}


@media only screen and (max-width: 432px) {
    .cancel-label
    {
        font-size:12px;
    }

    .planLogo {
        right: 8PX;
        top: 20px;
        width: 50PX;
    }

    #linkStep1 {
        padding-top: 10%;
        display: block;
    }
}

