html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

input[type="text"], input[type="tel"], input[type="password"] {
    font-size: medium;
}

label {
    color: gray;
}

.payment-type {
    cursor: pointer;
    background-color: #f3f3f3;
    margin-left: 1.5px;
    margin-right: 1.5px;
}

    .payment-type:hover, .payment-type.active {
        background-color: #e1e1e1;
    }

    .payment-type:first-child {
        border-radius: 7px 0px 0px 7px;
        margin-left: 0px;
    }

    .payment-type:last-child {
        border-radius: 0px 7px 7px 0px;
        margin-right: 0px;
    }

    .payment-type .payment-type-image {
        display: flex;
        align-items: center;
    }

        .payment-type .payment-type-image > img {
            width: 45px;
        }

    .payment-type .payment-type-text {
        display: flex;
        align-items: center;
    }


div.col.footer > img {
}


footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.footer-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

    .footer-img > img {
        width: 50px;
        margin-left: 5px;
        margin-right: 5px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        object-fit: contain;
        height: 40px;
    }

        .footer-img > img:hover {
            width: 50px;
            margin-left: 5px;
            margin-right: 5px;
            -webkit-filter: none;
            filter: none;
        }

.checkout-body {
    z-index: 1;
}

#qr {
    padding: 25px 15px 25px 25px;
    border-color: #d5d5d5;
    border-style: solid;
    border-width: thick;
    border-radius: 35px;
}

@media (max-width: 575.98px) {
    .auth-main .auth-wrapper.v3 .auth-form {
        padding: 24px 0px 24px 0px;
    }

    .checkout-body {
        border-radius: 0;
    }
}

.fw-500 {
    font-weight: 500 !important;
}
