.main-section {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.border {
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    transition: all 0.3s;
}

.border-bottom {
    border-bottom: 1px solid #E0E0E0;
}

.main-title {
    color: var(#000000, #000);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px; /* 191.667% */
}

.sub-title {
    color: var(--b4, #7A7E83);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.payment-method-title {
    font-size: 12px;
    font-weight: normal;
    color: #9F9F9F;
    transition: all 0.3s;
}

.payment-details {
    color: var(--b1, #121314);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

/* Style the tab */
.tab {
    overflow: hidden;
    /*border: 1px solid #ccc;*/
    /*background-color: #f1f1f1;*/
}

.form-label {
    font-size: 12px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-select {
    display: block;
    width: 100%;
    padding: 3px 12px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-label {
    font-size: 14px;
    color: #575757;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    border-radius: 8px;
    padding: 1rem;
}

.method-box-wrapper{
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100px;
    /*padding: 8px;*/
}

.payment-method-logo {
    max-width: 100%;
    max-height: 100%;
    width: auto; /* Ensure the image scales proportionally */
    height: auto; /* Maintain aspect ratio */
    display: block;
}

.payment-method-info {
    font-size: 13px;
}

.payment-methods {
    align-items: flex-start;
    margin: 30px 0 0 0;
}

.payment-method-box {
    width: min-content;
}

/*.card {*/
/*    padding: 6px 0;*/
/*    margin: 30px 0 6px 0; !* top right bottom left  *!*/
/*}*/

.card-no {
    color: var(--Blacks-02, #17191B);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card-no.active {
    color: #0d6efd;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*@media (prefers-color-scheme: dark) {*/
/*    .dark\:bg-black {*/
/*        background-color: #121212;*/
/*    }*/

/*    .border {*/
/*        border-color: #3d3b3b;*/
/*    }*/

/*    .main-title, .sub-title, .payment-method-title, .payment-details {*/
/*        color: #E0E0E0;*/
/*    }*/

/*    .card-no {*/
/*        color: var(--Blacks-02, #E0E0E0);*/
/*    }*/

/*    .main-section {*/
/*        border: 1px solid #FFF;*/
/*        box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.06);*/
/*    }*/
/*}*/

/*@media (min-width: 1024px) {*/
/*    .lg\:method-box-wrapper {*/
/*            height: 70px;*/
/*            width: 150px;*/
/*    }*/
/*}*/