/* 
    Created on : Mar 30, 2021, 3:04:42 PM
    Author     : wonderkide
*/

/* .user-header {
    background: #000b19;
    background-image: linear-gradient(#000b19, #152553);
    padding: 5px;
    color: #fff;
}
.text-direction {
    background: #fff;
    border-radius: 10px;
    color: #000;
    margin-top: 5px;
}
.border-radius-0{
    border-radius: 0;
}
.sidebar .nav-item .nav-treeview{
    margin-left: 15px;
}
table.cell-align-middle th, table.cell-align-middle td{
    vertical-align: middle;
}
.table > :not(caption) > * > * {
    padding: 0.4rem;
} */

body{
    min-width: 100%;
    background: radial-gradient(circle, #002E6C 0, #002E6C 70%);
    color: #f1f3f5;
    min-height: 100vh;
}
.main-wrapper{
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    gap: 1rem;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding: 0.3125rem;
    max-width: 50rem;
}
.login-logo-wrapper{
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: calc(1rem / 2);
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
}
.login-form-wrapper{
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: calc(1rem / 2);
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
}
.login-logo-wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.logo-inner{
    width: 100%;
    margin: 2.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    max-width: 12.5rem;
}
.login-title{
    font-family: Kanit, sans-serif;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.45;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
#login-form{
    margin-bottom: 1rem;
}
.btn-login{
    color: rgb(5, 79, 183);
    font-weight: 700;
}
#login-form .invalid-feedback{
    color: rgb(250, 176, 5);
}


@media (min-width: 48em) {
    .logo-inner {
        padding-top: 0rem;
        padding-bottom: 0rem;
        max-width: 15.625rem;
    }
}

.button:hover{
    color: inherit;
}

.login-wrapper{
    margin: calc(-1rem / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0rem;
    max-width: 62.5rem;
    padding-top: 15.625rem;
}

/*.login-page {
    background: #000066;
}

body.main {
    background: #000066;
}*/

.main-header-wrapper{
    padding: 0.9375rem;
    justify-content: space-between;
}

.main-logo-wrapper{
    max-width: 12.5rem;
    padding: 0.625rem;
}
.main-user-detail{
    display: flex;
    gap: 0.625rem;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}
#update-balance-btn{
    cursor: pointer;
}

#update-balance-btn.loading{
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(-360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(-360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(-360deg); 
        transform:rotate(-360deg); 
    } 
}

.main-menu-wrapper{
    outline: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    text-decoration: none;
    color: rgb(0, 0, 0);
    box-sizing: border-box;
    border-radius: 1.25rem;
    box-shadow: none;
    overflow: hidden;
    z-index: 1000;
    position: relative;
    bottom: 0px;
    background: rgb(255, 255, 255);
    width: 100%;
}
.main-menu-btn{
    -webkit-tap-highlight-color: transparent;
    font-family: Kanit, sans-serif;
    cursor: pointer;
    border-width: 6px 0px 0px;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image: initial;
    appearance: none;
    font-size: 1rem;
    background-color: transparent;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
    color: rgb(86, 157, 255);
    width: 100%;
    border-top-style: solid;
    border-top-color: transparent;

    padding: 0rem;
    margin: 0;
}
.main-btn-wrapper{
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    gap: 0.3125rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.main-btn-icon{
    font-family: Kanit, sans-serif;
    -webkit-tap-highlight-color: transparent;
    font-size: 3.125rem;
    line-height: 1.55;
    text-decoration: none;
    color: rgb(70, 86, 163);
}
.main-btn-icon.active{
    color: rgb(5, 36, 77);
}
.main-btn-icon.active:hover{
    color: rgb(70, 86, 163);
}
.main-btn-text{
    font-family: Kanit, sans-serif;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.55;
    text-decoration: none;
    color: rgb(40, 53, 122);
    /*font-size: 0.8rem;*/
    font-weight: 600;
}
.main-btn-text.active{
    -webkit-tap-highlight-color: transparent;
    font-family: Kanit, sans-serif;
    height: 1.625rem;
    line-height: calc(1.5rem);
    text-decoration: none;
    padding: 0px calc(0.5rem);
    box-sizing: border-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: auto;
    text-transform: uppercase;
    border-radius: 2rem;
    letter-spacing: 0.015625rem;
    cursor: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(76, 110, 245) 0%, rgb(21, 170, 191) 100%);
    border: 0rem solid transparent;
    color: white;
    /*font-size: 0.8rem;*/
    font-weight: 600;
}
.main-btn-text:not(.active):hover {
    color: rgb(5, 79, 183);
}


.content-wrapper-block{
    display: flex;
    flex-direction: column;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    justify-content: flex-start;
    gap: 1rem;
    width: 100%;
    
}

.main-block-bg-wrapper-pd{
    outline: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    text-decoration: none;
    color: rgb(0, 0, 0);
    box-sizing: border-box;
    border-radius: 1.25rem;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0.0625rem 0.1875rem, rgba(0, 0, 0, 0.05) 0px 1.25rem 1.5625rem -0.3125rem, rgba(0, 0, 0, 0.04) 0px 0.625rem 0.625rem -0.3125rem;
    padding: 0.9375rem 1.5625rem;
    background: rgb(248, 249, 250);
    width: 100%;
}

.main-block-bg-wrapper {
    outline: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    text-decoration: none;
    color: rgb(0, 0, 0);
    box-sizing: border-box;
    border-radius: 1.25rem;
    box-shadow: none;
    overflow: hidden;
    z-index: 1000;
    position: relative;
    bottom: 0px;
    background: rgb(255, 255, 255);
    width: 100%;
}
.text-theme-blue{
    color: rgb(5, 79, 183);
}
.account-detail-wrapper{
    outline: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    text-decoration: none;
    color: rgb(0, 0, 0);
    box-sizing: border-box;
    border-radius: 0.625rem;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0.0625rem 0.1875rem, rgba(0, 0, 0, 0.05) 0px 2.25rem 1.75rem -0.4375rem, rgba(0, 0, 0, 0.04) 0px 1.0625rem 1.0625rem -0.4375rem;
    border: 2px solid rgb(4, 99, 222);
    cursor: default;
    margin: 0.625rem;
    padding: 0.625rem;
    background: rgb(255, 255, 255);
    min-width: 15.625rem;
    position: relative;
}
.account-detail-inner{
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    display: flex;
    gap: 1.25rem;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: start;
}
.account-img-wrapper{
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    position: relative;
    display: block;
    user-select: none;
    overflow: hidden;
    border-radius: 6.25rem;
    text-decoration: none;
    border: 0px;
    background-color: transparent;
    width: 4.375rem;
    min-width: 4.375rem;
    height: 4.375rem;
    padding: 0.3125rem;
}
.account-detail-text-wrapper{
    display: flex;
    flex-direction: column;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    justify-content: flex-start;
    gap: 0rem;
    font-weight: 500;
}
.btn-copy-account-number{
    padding: 0px 0.5rem;
    appearance: none;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
    height: 1.625rem;
    font-family: Kanit, sans-serif;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    border-radius: 0.25rem;
    font-weight: 600;
    line-height: 1;
    font-size: 0.875rem;
    user-select: none;
    cursor: pointer;
    border: 0.0625rem solid transparent;
    background-color: rgb(76, 110, 245);
    color: rgb(255, 255, 255);
    width: 7.5rem;
    position: absolute;
    top: 5px;
    right: 0.3125rem;
    text-align: center;
}

.btn-setting-account-mobile{
    padding: 0px 0.5rem;
    appearance: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: Kanit, sans-serif;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    border-radius: 0.25rem;
    font-weight: 600;
    line-height: 1;
    font-size: 0.875rem;
    user-select: none;
    cursor: pointer;
    border: 0.0625rem solid transparent;
    background-color: rgb(76, 110, 245);
    color: rgb(255, 255, 255);
    position: absolute;
    top: 5px;
    right: 0.3125rem;
    text-align: center;
}
.wrapper-gap{
    display: flex;
    flex-direction: column;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    justify-content: flex-start;
    gap: 1rem;
    color: rgb(40, 53, 122);
    font-weight: 500;
}
._separator_{
    border-width: 0.0625rem 0px 0px;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-top-color: rgb(206, 212, 218);
    border-top-style: solid;
    margin: 0px;
}
.dp-f-text{
    font-family: Kanit, sans-serif;
    -webkit-tap-highlight-color: transparent;
    color: rgb(5, 79, 183);
    line-height: 1.55;
    text-decoration: none;
    font-size: 1.5625rem;
}
.btn-line-style{
    padding: 0px 1.125rem;
    appearance: none;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
    font-family: Kanit, sans-serif;
    -webkit-tap-highlight-color: transparent;
    display: block;
    width: 100%;
    border-radius: 0.25rem;
    font-weight: 600;
    position: relative;
    line-height: 1;
    font-size: 0.875rem;
    user-select: none;
    cursor: pointer;
    border: 0.0625rem solid transparent;
    background-color: rgb(55, 178, 77);
    color: rgb(255, 255, 255);
    height: 3.125rem;
}
.btn-line-inner{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    overflow: visible;
}
.btn-line-label{
    white-space: nowrap;
    height: 100%;
    overflow: hidden;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.btn-line-img{
    object-fit: cover;
    width: 1.875rem;
    height: 1.875rem;
    display: block;
    width: 100%;
    height: 100%;
    border: 0px;
    border-radius: 0rem;
}

.table-stm td{
    padding: 0.2rem;
}
.table-stm-time-row{
    display: flex;
    gap: 0.625rem;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    color: #000;
}

@media only screen and (max-width: 767px) {
    .main-menu-wrapper {
        outline: 0px;
        -webkit-tap-highlight-color: transparent;
        display: block;
        text-decoration: none;
        color: rgb(0, 0, 0);
        box-sizing: border-box;
        border-radius: 0rem;
        box-shadow: none;
        overflow: hidden;
        z-index: 1000;
        position: fixed;
        bottom: 0px;
        background: rgb(255, 255, 255);
        width: 100%;
    }
    .main-wrapper{
        margin-bottom: 150px;
    }
    .main-btn-text{
        font-size: 0.75rem;
    }
    .main-menu-btn{
        padding: 0;
    }
    .main-btn-wrapper {
        gap: 0;
        margin-top: 0;
        margin-bottom: 0.5rem;
    }
    .main-btn-icon {
        font-size: 2.5rem;
        line-height: 1;
    }
    .btn-copy-account-number{
        width: auto;
        height: auto;
    }
}



section.menu a{
    text-decoration: none;
    color: #000;
}
section.menu a.active{
    text-decoration: underline;
    color: #cc0000;
    font-weight: bold;
}


.modal-theme-ufa .modal-inner{
    background-color: rgba(23, 20, 17, 0.95);
    padding: 15px 15px 15px 15px;
    border-radius: 20px;
    position: relative;
}
.modal-border{
    border-color:rgb(150, 150, 150);
    border-radius:20px;
    border-width:1px 1px 1px 1;
    margin:5px 5px 5px 5px;
    border-style: dashed;
}
.modal-content-wrapper{
    pointer-events: auto;
}

.modal-theme-content-wrapper .img-title{
    width: 25%;
    margin-left: auto;
    margin-right: auto;
}
.modal-theme-content-wrapper .text-title{
    font-size: 1.5rem;
}
.modal-divider{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    max-width: 300px;
    height: 1px;
    background-color: rgb(159, 159, 159);
}
.btn-modal-close{
    cursor: pointer;
    outline: none;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: fixed;
    top: 0;
    right: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0;
    padding: 0;
    mix-blend-mode: difference;
    margin: 0 !important;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    min-height: 0;
    width: 50px;
    -webkit-backface-visibility: hidden;
    height: 50px;
    line-height: 50px;
    font-family: Arial,monospace;
    -webkit-transition: opacity .6s,-webkit-transform .6s;
    transition: opacity .6s,-webkit-transform .6s;
    -o-transition: opacity .6s,transform .6s;
    transition: opacity .6s,transform .6s;
    transition: opacity .6s,transform .6s,-webkit-transform .6s;
    -webkit-transform: translateY(50%) translateZ(1px);
    transform: translateY(50%) translateZ(1px);
}
.modal.show .btn-modal-close {
    opacity: .6;
    -webkit-transform: translateY(0) translateZ(1px);
    transform: translateY(0) translateZ(1px);
}
.btn-modal-close:hover {
    opacity: 1;
}
.btn-green{
    background-image: linear-gradient( 186deg , #5cd044 0%, #368530 100%);
    text-shadow: 1px 2px 0px #116c49;
    border-radius: 10px;
    padding: 0px 20px 0px 20px;
    font-size: 1.15em;
}
.modal-theme-content-wrapper .img-title.w-70{
    width: 70%;
}

.swl-ufa-theme .swal2-modal {
    background-color: rgba(23, 20, 17, 0.95);
    padding: 15px 15px 15px 15px;
    border-radius: 20px;
    border-color: rgb(150, 150, 150);
    border-width: 1px 1px 1px 1px;
    margin: 5px 5px 5px 5px;
    border-style: dashed;
}

.swl-ufa-theme .swal2-confirm {
    background-image: linear-gradient( #13dc8e,#06bc51,#116c49);
    text-shadow: 1px 2px 0px #116c49;
    border-radius: 10px;
    padding: 0px 20px 0px 20px;
    font-size: 1.15em;
    color: #fff;
    margin: 0 10px;
}
.swl-ufa-theme .swal2-cancel {
    color: #fff;
    font-size: 1.15em;
    border-radius: 10px;
    background-image: linear-gradient( #b20000,#b81a1a,#580909);
    text-shadow: 1px 2px 0px #b20000;
    padding: 0px 20px 0px 20px;
    margin: 0 10px;
}
.swl-ufa-theme .swal2-icon.swal2-question {
    border-color: #ffcf7e;
    color: #ffcf7e;
}
.swl-ufa-theme .swal2-title {
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.5;
}
.swl-ufa-theme .swl-img{
    width: 30%;
}
.swl-ufa-loading .swal2-title{
    color: #fff;
}
.swl-ufa-loading .swal2-confirm{
    border-left-color: rgb(255, 255, 255)!important;
    border-right-color: rgb(255, 255, 255)!important;
}
.button, button, input[type=submit], input[type=reset], input[type=button] {
    position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    -webkit-transition: border .3s,background .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
    transition: border .3s,background .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
    -o-transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
    transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
    transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fs-01{
    font-size: 0.1rem;
}
.fs-02{
    font-size: 0.2rem;
}
.fs-03{
    font-size: 0.3rem;
}
.fs-04{
    font-size: 0.4rem;
}
.fs-05{
    font-size: 0.5rem;
}
.fs-06{
    font-size: 0.6rem;
}
.fs-07{
    font-size: 0.7rem;
}
.fs-08{
    font-size: 0.8rem;
}
.fs-09{
    font-size: 0.9rem;
}
.fs-1{
    font-size: 1rem;
}
.fs-11{
    font-size: 1.1rem;
}
.fs-12{
    font-size: 1.2rem;
}
.fs-13{
    font-size: 1.3rem;
}
.fs-14{
    font-size: 1.4rem;
}
.fs-15{
    font-size: 1.5rem;
}
.fs-16{
    font-size: 1.6rem;
}
.fs-17{
    font-size: 1.7rem;
}
.fs-18{
    font-size: 1.8rem;
}
.fs-19{
    font-size: 1.9rem;
}
.fs-2{
    font-size: 2rem;
}
.bg-ufa-red{
    border-radius: 10px;
    background-image: linear-gradient( #b20000,#b81a1a,#580909);
    text-shadow: 1px 2px 0px #b20000;
}
.btn-red {
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    background-image: linear-gradient( #b20000,#b81a1a,#580909);
    text-shadow: 1px 2px 0px #b20000;
}
.btn-green{
    background-image: linear-gradient( 186deg , #5cd044 0%, #368530 100%);
    text-shadow: 1px 2px 0px #116c49;
    border-radius: 10px;
    padding: 0px 20px 0px 20px;
    font-size: 1.15em;
}
.provider-item{
    flex: 1;
    text-align: center;
}
.provider-item-inner{
    padding: 15px;
}
.provider-item-inner .provider-name{
    color: rgb(40, 53, 122);
}
.gap-1{
    gap: 1rem;
}


@media (min-width: 62em) {
    .login-logo-wrapper, .login-form-wrapper {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
}