
.modal__container {
    background-color: #fff;
    max-width: 100%;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box;
}

.modal__close {
    background: transparent;
    border: 0;
}

.modal__header .modal__close:before {
    content: '\2715';
}

.modal__content {
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
    font-size: 0.875rem;
    background-color: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    border-radius: 0.25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
    padding: 15px 25px;
}

.modal__btn:focus,
.modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff;
}


.modal__footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bank-mate-payment {
}
.bank-mate-payment button {
    background-color: #00449e;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.modal-qr-auto-banking-content {
    display: flex;
    flex-direction: column;
}
.modal-qr-auto-banking-content .modal-qr-left {
    text-align: center;
}
.modal-qr-auto-banking-content .modal-qr-left .img-qr {
    width: 237px;
    margin-top: 12px;
}
.modal-qr-auto-banking-content .modal-qr-left .desc {
}
.modal-qr-auto-banking-content .modal-qr-left .sub-desc {
    font-size: 14px;
}
.modal-qr-auto-banking-content .modal-qr-left .download-qr {
    display: block;
    text-align: center;
    color: #f92f57;
    border: 1px dotted #f92f57;
}
.modal-qr-auto-banking-content .modal-qr-right {
}
.modal-qr-auto-banking-content .modal-qr-right .desc {
    text-align: center;
}
.modal-qr-auto-banking-content .modal-qr-right .bank-detail {
    margin-top: 10px;
}
.modal-qr-auto-banking-content .modal-qr-right .bank-detail div {
    display: flex;
    padding: 5px 0px;
}
.modal-qr-auto-banking-content .modal-qr-right .bank-detail div .ic-cpy {
    cursor: pointer;
}

#bank-mate-content {
    color: green;
    padding: 5px;
    border: 1px solid green;
}

.note {
    text-align: left;
    color: red;
}

@media only screen and (min-width: 700px) {
    .modal__container {
        /*width: 700px;*/
        /*max-width: 700px;*/
    }
    .modal-qr-auto-banking-content {
        display: flex;
        flex-direction: row;
    }

    .modal-qr-auto-banking-content .modal-qr-left {
        width: 279px;
    }
    .modal-qr-auto-banking-content .modal-qr-right {
        flex: 1;
    }
    .modal-qr-auto-banking-content .modal-qr-right .desc {
        text-align: left;
    }
}

.copy-text {
    margin-left: 4px;
}

.contact-box-bottom {
    position: fixed;
    bottom: 54px;
    right: 10px;
    z-index: 10000;
}
.contact-box-bottom a {color: #333e48;cursor: pointer; text-decoration: none;}

.contact-box-wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
}

.contact-icon-box {
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 38px;
    border: 1px solid #e5e5e5;
    border-radius: 999px;
}

.contact-info {
    padding-left: 10px;
}
.contact-info b {display: block;font-weight: 700;}
.contact-info span {
    color: #868686;
    font-size: 12px;
}

.content {
    display: block;
    max-width: 815px;
    height: auto;
    margin: auto;
}
.video-youtube {position: relative;padding-bottom: 56.25%;height: 0; overflow: hidden;max-width: 100%;}
.video-youtube iframe, .video-youtube object, .video-youtube embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.bdr {border-radius: 8px;}
.bg-1 {background-color: #00ff45;}
.bg-2 {background-color: #00c5ff;}
.bg-3 {background-color: #c8ff00;}
.bg-4 {background-color: #ffef00;}
.bg-5 {background-color: #ff8f00;}
.bg-6 {background-color: #f8abc2;}
.bg-7 {background-color: #f47198;}
.bg-8 {background-color: #d09ff1;}
.bg-9 {background-color: #f8caab;}
.bg-10 {background-color: #dbeb9c;}
.bg-11 {background-color: #a380f0;}