﻿.dropdown-balance {
    width: 550px;
    overflow-y: auto;
}

.history_custom {
    grid-template-columns: 355px 288px 288px;
}

.logout_btn {
    color: #ffffff;
    background-color: #126e51;
    border-radius: 20px;
    cursor: pointer;
}

.megamenu {
    top: 85px;
}

.modal-content {
    width: 127%;
}

.modal-body table {
    width: 100% !important;
}

    .modal-body table th {
        text-align: center !important;
    }

#downloadmodal {
    z-index: 100000;
}

.modal-backdrop {
    /*background-color: transparent;*/
}

.download-modal {
    border: 3px solid #126e51;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
}

.modal-title {
    color: #126e51;
    text-align: center;
    padding-bottom: 10px;
}

.download-qr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    flex-flow: row;
    gap: 50px;
}

.qr-code {
    width: 100%;
    border: 3px solid #126e51;
    padding: 10px;
    border-radius: 15px;
}

.download-qr .qr-btn {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #246d51;
    width: 100%;
    margin-top: 10px;
    border-radius: 25px;
    border: 0;
    padding: 5px;
}

.qr-btn img {
    width: 20px;
    margin-right: 5px;
}

#downloadmodal .close {
    float: right;
    font-size: 1.5rem;
    line-height: 0;
    opacity: 1;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    z-index: 99;
    top: -10px;
    right: -10px;
    border: none;
    display: block;
    /* font-size: 30px; */
    position: absolute;
    border-radius: 50% !important;
    /* border: 1px solid #f6f0b3!important; */
    background: #246d51 !important;
    color: #fff;
}

.index_body_custom {
    padding: 0 0 50px 0;
}

.footer-seo {
    color: #808ea8;
}

.read-more-btn {
    text-align: center;
    padding-top: 20px;
}

    .read-more-btn button {
        background: #126e51;
        color: #fff;
        border-radius: 20px;
        font-size: 16px;
        padding: 5px 15px;
        font-weight: bold;
        border: none;
    }

#more {
    display: none;
}

.footer-seo h1 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.footer-seo h2 {
    font-size: 18px;
    font-weight: bold;
}

.footer-seo h3 {
    font-size: 16px;
    font-weight: bold;
}

.footer-seo h4 {
    font-size: 15px;
    font-weight: bold;
}

.footer-seo a, .footer-seo a:not([href]):not([class]),
.footer-seo a:not([href]):not([class]):hover {
    color: #126e51;
}

.bank-input-wrap.method {
    width: unset;
}

.stage_bg {
    top: 440px;
}

.slidermain_02 {
    margin-bottom: unset;
}

    .slidermain_02 .slider-for {
        height: auto !important;
    }

    .slidermain_02 .slider.slider-for {
        padding-top: 15%;
    }

body.modal-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9998;
}

.modal {
    z-index: 9999;
}
