@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;700;900&family=Poppins:wght@100;400;500;700;900&display=swap');

* {
    font-family: 'Poppins', sans-serif;
}

.navbar {
    background-color: #332534;
}

    .navbar a {
        font-family: 'Mulish', sans-serif;
        line-height: 30px;
        letter-spacing: 0.3px;
        color: #FFFFFF;
        font-size: 24px;
        font-weight: 700;
    }

.createorg-btn {
    text-align: right;
}

.welcome {
    padding-top: 132px;
}

    .welcome h3 {
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
    }

    .welcome h5 {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 15px;
    }

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: black;
    padding-right: calc(1.5em + .75rem);
    background-image: url(none);
}

    .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: green;
        box-shadow: 0 0 0 0rem white;
    }

.body_form {
    padding: 50px 140px 0 140px;
}

.insidemainform {
    box-shadow: 0px 0px 8.46729px rgba(0, 0, 0, 0.1);
    border-radius: 17.3215px;
    padding-bottom: 2rem;
    margin-bottom: 10rem;
}

.form-control {
    border: 0.564486px solid black;
    border-radius: 0.5rem;
}

    .form-control.is-valid, .was-validated .form-control:valid {
        color: #332534;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0.2px;
    }

.form-group {
    padding-top: 0.5rem;
}

.form-check {
    margin-left: 1.8rem;
}

.custom-control-label:before {
    background-color: white;
    border: 2px solid black;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #be1632;
    border: 2px solid #be1632;
}

.custom-control-input:active ~ .custom-control-label::before {
    background-color: green;
}

/** focus shadow pinkish **/
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    border: 2px solid #be1632;
}

.custom-checkbox label {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    margin-top: 0.5rem;
    /* identical to box height */


    display: flex;
    align-items: center;
    letter-spacing: 0.2px;
}

.form_bottom #form-btn {
    border-radius: 1rem;
}

.form_bottom {
    padding-bottom: 0rem;
}

    .form_bottom p {
        margin-bottom: 0rem;
    }

.insidemainform .pss {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.2px;
}

.insidemainform .form-group input {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.2px;
    padding-left: 1.5rem;
}

/* form field text */
.form-group label {
    font-size: 12px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 18px;
    letter-spacing: 0.2px;
}

#mainform {
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 0;
}

#emailbut .btn {
    border-radius: 10px;
    background: #be1632 !important;
}

#headercard {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.mainform .password_container {
    position: relative;
}

.passwordfield {
    border: 1px solid #332534;
    box-sizing: border-box;
    filter: drop-shadow(0px 1px 11px rgba(0, 0, 0, 0.1));
    border-radius: 8px;
    height: 42px;
    padding-right: 30px;
}

.passwordfield_img {
    position: absolute;
    bottom: 0.8rem;
    right: 15px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.terms_sevices {
    background-color: #be1632;
    border-top-left-radius: 20.3215px;
    border-top-right-radius: 20.3215px;
}

#header_form {
    color: white;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
}




.scrollspy-example p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: #34373C;
}



/* Track */

.scrollspy-example {
    position: relative;
    height: 520px;
    overflow: auto;
}

::-webkit-scrollbar {
    width: 7px;
    height: 69px;
}

.scrollspy-example::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #C4C4C4;
    border-radius: 10px;
    background: #C4C4C4;
    border-left: 2px solid white;
    border-right: 2px solid white;
}

/* Handle */
.scrollspy-example::-webkit-scrollbar-thumb {
    background: #be1632;
    border-radius: 16px;
}

    /* Handle on hover */
    .scrollspy-example::-webkit-scrollbar-thumb:hover {
        background: #be1632;
    }

#fade_effect h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: #34373C;
    font-weight: 600;
    line-height: 20px;
}

#fade_effect p {
    font-size: 14px;
    font-style: normal;
    color: #34373C;
    font-weight: 500;
    line-height: 20px;
}


.content-wrapper {
    position: relative;
    width: 100%;
}

    .content-wrapper img {
        position: relative;
        width: 100%;
    }


.text-wrapper {
    text-align: center;
    width: 100%;
    position: relative;
    margin-top: -15%;
}

    .text-wrapper p {
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.262966px;
        color: #332534;
    }

.__select_organization .card.active {
    border: 2px solid #DA2738;
}

.__select_organization a.disabled {
    background: #C4C4C4;
    border: #C4C4C4;
}

.__select_organization .card {
    border: 2px solid #7f8084;
    cursor: pointer;
}

.__select_organization .card:hover {
    border: 2px solid #03a133;
}

.__registration_plan .card:hover, .__registration_types .card:hover {
    cursor: pointer;
    border: 2px solid #a7010a;
}

.__registration_plan .card.active, .__registration_types .card.active {
    border: 2px solid #a7010a !important;
    box-shadow: 1px 1px 3px 1px #cfc9c9;
    background-image: linear-gradient(to right, #dc3545, #830606);
    color: white;
}

.__registration_plan .card.active button {
    background: #01a715 !important;
}

.__registration_plan .card button {
    background: #C4C4C4 !important;
    border: 1px solid #C4C4C4 !important;
}
.payment-duration-type .nav-link.active {
    border: unset !important;
    color: #ffffff !important;
    background: #dc3545;
    padding: 5px 60px !important;
    border-radius: 5px !important;
}
.payment-duration-type {
    justify-content: space-around;
    border-bottom: unset !important;
    margin: auto;
    padding: 5px;
    border: 1px solid #dadada !important;
    border-radius: 10px !important;
    align-items: center;
    margin: 40px 0px;
}
.payment-duration-type > a{
    width:50%;
    text-align:center;
    color:#332534;
}
@media (max-width: 575.98px) {
    .createorg-btn{
        text-align: center;
    }
    .plans{
        flex-direction:column;
    }
    .plans > div{
        width:100% !important;
    }
}

.btn-success {
    color: white;
    background: #bd2e2e !important;
    border-color: #ab1616 !important;
}

.btn-success:hover {
    color: #fff;
    background-color: #831717 !important;
    border-color: #ab1616 !important;
}
.text-success {
    color: #ab1616 !important;
}
a.text-success:focus, a.text-success:hover {
    color: #831717 !important;
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(180 72 77 / 50%) !important;
}
#agreementAction{
    display:none;
}