@font-face {
    font-family: 'signature-font';
    src: url('signature-font.otf') format('opentype');
    font-display: swap;
}

body {
    background-color: white !important;
    font-family: Poppins !important;
}

* {
    font-family: Poppins !important;
}

p {
    margin-bottom: revert;
}

/* Loader CSS */

.sites_loading {
    display: none;
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 2em;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.sites_loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.sites_loading:not(:required):after {
    content: '';
    display: block;
    font-size: 18px;
    width: 14px;
    height: 14px;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    box-shadow: #009EF7 1.5em 0 0 0, #009EF7 1.1em 1.1em 0 0, rgb(0 0 0 / 75%) 0 1.5em 0 0, rgb(0 0 0 / 75%) -1.1em 1.1em 0 0, rgb(0 0 0 / 75%) -1.5em 0 0 0, rgb(0 0 0 / 75%) -1.1em -1.1em 0 0, rgb(0 0 0 / 75%) 0 -1.5em 0 0, rgb(0 0 0 / 75%) 1.1em -1.1em 0 0;
    -webkit-box-shadow: #009EF7 1.5em 0 0 0, #009EF7 1.1em 1.1em 0 0, #009EF7 0 1.5em 0 0, #009EF7 -1.1em 1.1em 0 0, #009EF7 -1.5em 0 0 0, #009EF7 -1.1em -1.1em 0 0, #009EF7 0 -1.5em 0 0, #009EF7 1.1em -1.1em 0 0;
    box-shadow: #009EF7 1.5em 0 0 0, #009EF7 1.1em 1.1em 0 0, #009EF7 0 1.5em 0 0, #009EF7 -1.1em 1.1em 0 0, #009EF7 -1.5em 0 0 0, #009EF7 -1.1em -1.1em 0 0, #009EF7 0 -1.5em 0 0, #009EF7 1.1em -1.1em 0 0;
}

.sites_loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

/* ================== Animation ================== */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.innerPlayerBg {
    height: 650px;
    background-size: cover;
    background-position: bottom center;
    padding: 30px;
}

.mainTitleSection {
    text-align: center;
}

.mainTitle {
    font-size: 76px;
    font-weight: 700;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: Poppins !important;
}

.subTitle {
    color: #00283F;
    font-size: 32px;
    font-weight: 600;
    font-family: "Anton", sans-serif !important;
    letter-spacing: 1px;
}

.customBgBox {
    border-radius: 20px;
    border: 0px;
    padding: 30px;
}

.commen_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.topLogsSection {
    display: flex;
    justify-content: center;
}

.topLogsSection li {
    width: calc(100% / 7);
    padding: 10px;
}

.personalTextSection {
    margin-top: -150px;
    margin-bottom: -220px !important;
}

.commenText,
.commenText p {
    font-family: Poppins !important;
    font-size: 15px;
    line-height: 26px;
}

.innerAlignForm {
    border: 1px solid #aae6ff;;
    border-radius: 16px;
    padding: 30px 20px 30px 20px;
}

.innerFormTitle {
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    font-family: Poppins !important;
}

.personalDetailSection .form-label {
    font-family: Poppins !important;
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 2px;
}

.personalDetailSection .form-control {
    border: 1px solid #D4D4D4;
    font-family: Poppins !important;
    font-size: 14px;
    padding: 8px 10px;
    background-color: #FAFAFA;
    color: #000;
}

.floatingRadio {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

.floatingRadio li label.btn-outline {
    padding: 10px 40px !important;
    background-color: #F1FAFF;
    border: 0px !important;
    font-family: Poppins !important;
    font-size: 16px;
    font-weight: 600;
    color: #009EF7 !important;
}

.btn-check:active + .btn.btn-active-light-primary,
.btn-check:checked + .btn.btn-active-light-primary,
.btn.btn-active-light-primary.active,
.btn.btn-active-light-primary.show,
.btn.btn-active-light-primary:active:not(.btn-active),
.btn.btn-active-light-primary:focus:not(.btn-active),
.btn.btn-active-light-primary:hover:not(.btn-active),
.show > .btn.btn-active-light-primary {
    color: #fff !important;
    border-color: var(--kt-primary-light);
    background-color: #009EF7 !important;
}

.bg_checkbox {
    background-color: #F1FAFF;
    padding: 20px 30px;
}

.bg-box-content {
    background-color: #D1E7F3;
}

.checkboxAccordian .accordion-item,
.checkboxAccordian .accordion-item .accordion-button {
    background-color: #F1FAFF !important;
    font-size: 18px !important;
    line-height: 27px;
    text-align: left;
}

.checkboxAccordian .accordion-body {
    background-color: #D1E7F3;
}

.accordion-body p {
    margin-bottom: 8px;
}

.playerFooter {
    background-size: cover;
    background-position: top center;
}

.playerFooter img {
    padding-top: 300px;
    padding-bottom: 40px;
}

.commenBtn {
    font-family: 'Poppins' !important;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    background-color: #0089BE;
    padding: 15px 60px;
    border-radius: 6px;
    color: #fff;
    border: 0px;
}

.commenBtn:hover {
    color: inherit !important;
}

.addAnotherChild {
    background-color: #D9D9D9;
    color: #252F4A;
}

.continuePayment {
    background-color: #009EF7;
}

.completePayment {
    background-color: #00BC56;
}

.signature,
.signatureBox {
    display: none;
    position: relative;
}

.signature_img {
    width: 220px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}

.firstPlayerSection .anotherChildren {
    display: none;
}

.anotherChildren {
    margin-top: 50px;
    margin-bottom: 30px;
    position: relative;
}

.anotherChildren h3 {
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    font-family: Poppins !important;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 10px;
}

.paymentForm {
    background-color: #FAFAFA;
    /* width: 500px; */ 
    margin: 40px auto;
}

.parsley-errors-list,
.customErrorMsg {
    padding: 5px 0px;
    margin: 0;
    list-style: none;
    color: red;
    font-size: 15px;
}

.form-check-custom.form-check-solid .form-check-input {
    background-color: #F5F5F5;
    border: #00b7ff 0px solid;
    border-radius: 3px;
    width: 22px;
    height: 22px;
}

.form-check-custom.form-check-solid .form-check-input:checked {
    background-color: #02A7E8;
    background-image: url(../img/checkmark.png) !important;
    border: 1px solid #00b7ff;
    border-color: #00b7ff !important;
}

.leftFixedImg {
    left: 0px;
    width: 120px;
    top: 385px;
    position: absolute;
}

.rightFixedImg {
    position: fixed;
    right: 0px;
    width: 120px;
    bottom: 20px;
}

.removeChildren {
    position: absolute;
    top: 10px;
    right: 0;
}

.removeSignature {
    position: absolute;
    top: -10px;
    left: -10px;
}

.paymentSection {
    display: none;
}

.playerTable .table > :not(:first-child) {
    border-top: 0px solid currentColor;
}

.playerTable td {
    border: 1px solid #dee2e6;
    padding: 8px 10px !important;
}

.playerTable tbody td:hover {
    color: inherit !important;
}

body .personalDetailSection .applicant_signature_digital {
    font-family: 'signature-font' !important;
    font-size: 55px;
    text-align: center;
    height: 120px;
    padding-top: 25px;
}

.parentSignature {
    display: none;
}

body .table tbody tr:last-child,
body.table tfoot tr:last-child {
    border-bottom: 1px solid #dee2e6 !important;
}

.customErrorMsg {
    display: none;
}

body .playerTable tbody td:hover {
    color: inherit !important;
    border: 1px solid #dee2e6;
}

.form-check-custom.form-check-solid .form-check-input.customValidate {
    background-color: #ffa9a9;
}

body .playerTable thead tr {
    background-color: #aae6ff;
    color: #000 !important;
    font-size: 16px !important;
    font-family: Poppins !important;
    font-weight: 600 !important;
}

body .playerTable {
    border: 2px solid #aae6ff;
    border-radius: 10px;
}

.continuePayment:disabled, .completePayment:disabled, .backBtn:disabled {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .mainTitle {
        font-size: 30px;
    }

    .subTitle {
        font-size: 24px;
    }

    .playerFooter img {
        width: 100%;
    }

    .rightFixedImg,
    .leftFixedImg {
        display: none;
    }

    .floatingRadio {
        width: 100%;
        flex-wrap: wrap;
    }

    .topLogsSection {
        flex-wrap: wrap;
    }

    .topLogsSection li {
        width: calc(100% / 2);
        padding: 10px;
    }

    .topLogsSection li img {
        width: 100%;
    }

    .personalTextSection {
        margin-top: 60px;
    }

    .customBgBox {
        padding: 10px;
    }

    .innerPlayerBg {
        padding: 10px;
    }

    .commenBtn {
        width: 100%;
        margin-bottom: 15px;
    }
}
