@font-face {
    font-family: "Glimer";
    src: url(./Gilmer-Bold.woff) format("woff");
    font-display: swap;
    font-weight: 600;
}

@font-face {
    font-family: "Glimer";
    font-display: swap;
    src: url(./Gilmer-Heavy.woff) format("woff");
    font-weight: 700;
}

@font-face {
    font-family: "Glimer";
    font-display: swap;
    src: url(./Gilmer-Regular.woff) format("woff");
    font-weight: 400;
}

@font-face {
    font-family: "Glimer";
    font-display: swap;
    src: url(./Gilmer-Medium.woff) format("woff");
    font-weight: 500;
}

.paymentMethod .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 9998;
}

.paymentMethod {
    font-family: "Glimer";
    display: none;
    /* position: fixed;
    z-index: 9998;     */
}

.paymentMethod.show {
    display: block;
}

.paymentMethod .popup__content {
    background-color: #fff;
    width: 47%;
    margin: 50px auto;
    padding: 50px 70px 0;
    border-radius: 10px;
    position: absolute;
    z-index: 99999;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    margin: 0;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    margin:0;
    min-width: 190px;
    min-height: 60px;
    border-radius: 6px;
    background-color: #FFFFFF;
    padding: 6px 16px;
    gap: 10px;
    border: 2px solid #FFFFFF;
}

.custom-checkbox input[type="radio"] {
    display: none;
}

.checkmark {
    width: 24px;
    height: 24px;
    border: 2px solid #888;
    border-radius: 50%;
    margin-right: 8px;
}

.custom-checkbox input[type="radio"]:checked+.checkmark {
    background-color: #4CAF50;
    display: inline-block;
    position: relative;
    border-color: #4CAF50;
}

.custom-checkbox input[type="radio"]:checked+.checkmark:after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #ffffff;
}

.custom-checkbox.active .checkmark {
    background-color: #F4C045;
}

.custom-checkbox.active {
    border: 2px solid #F4C045;
    background-color: #fefbf2;
    padding: 6px 16px;

}

.yellowBtn.paybtn {
    min-width: 185px;
    padding: 13px 15px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    background-color: #F4C045;
    border: 1px solid #F4C045;
    border-radius: 8px;
}

.edit-btns {
    text-align: center;
}


.edit-btns .yellowBtn {
    min-width: 185px;
    padding: 13px 15px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    background-color: #ffcb09;
    border: 1px solid #ffcb09;
    border-radius: 35px;
    display: inline-block;
    margin-top: 50px;
    color: #000000;
    margin: 25px auto;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.paymentCheck {
    /* display: flex;
    justify-content: center; */
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    flex-wrap: wrap;
}

.uploader.pay {
    background-color: hsl(0deg 0% 94.9%);
    border-radius: 16px;
    padding: 32px;
    margin: 0 auto;
}

.payContent {
    margin: 0 auto;
}

.payContent h3 {
    text-align: left;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 12px;
}

.payContent p {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 40px;
}

.paymentMethod .divider.policy-detail {
    margin: 50px 0px 0px;
    border-bottom: 1px solid #f2f2f2;
}

@media(max-width:1250px) {
    .paymentMethod .popup__content {
        padding: 50px 30px 0;
    }
}

/* @media(max-width:992px) {
    .paymentCheck {
        flex-direction: column;
        gap: 10px;
    }
} */
@media(max-width:1199px){
   
    .checkmark{
        width:20px;
        height:20px;
        margin-right: 0px;
    }
    .paymentCheck{
      gap:16px;
    }
    .paymentMethod .popup__content{
        width:70%;
    }
}

@media(max-width:991px){
    .paymentMethod .popup__content{
     top:50%;
    }
}


@media(max-width:767px) {
    .paymentMethod .popup__content {
        width: 100%;
        margin: auto 0;
        position: absolute;
        /* top: unset; */
        bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding: 56px 21px 39px;
        transform: translate(-50%, 0);
        /* left: unset; */
        /* right: unset; */
        height: fit-content;
        top:unset;
    }
    .edit-btns .yellowBtn{
        margin-bottom: 0;
    }

    /* .paymentCheck {
        flex-direction: column;
        gap: 30px;
    } */

    .payContent {
        margin: 0px auto;
    }

    .payContent h3 {
        font-size: 20px;
    }

    .payContent p {
        font-size: 12px;
    }

    .custom-checkbox {
        min-height: 60px;
        max-width: 200px;
        margin: 0 auto;
    }

    .uploader.pay {
        padding: 20px;
    }

    .paymentMethod .divider.policy-detail {
        margin:0;
        border-bottom: unset;
    }
    /* .paymentCheck{
                flex-direction: row;
    } */
    .checkmark{
        width:16px;
        height:16px;
    }
    .custom-checkbox{
        min-width:auto;
                max-width: unset !important;
                        object-fit: contain;


    }
    .paymentCheck img {
    width: 70%;
}
}

.payment-method-btn {
    text-align: right;
}

.payment-method-btn button {
    border: none;
    background: white;
    position: absolute;
    top: 22px;
    right: 18px;
}