/*SWEET ALERT*/
.sweet-alert {
    background-color: transparent !important;
}
.sweet-alert .sa-icon.sa-custom {
    width: 100% !important;
    height: 200px !important;
}
body {
    font-family: 'Sarabun','Roboto',sans-serif !important;
    padding-top: 40px;
    font-size: 13px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Sarabun','Roboto',sans-serif !important;
}
.spw-footer-logo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

body::-webkit-scrollbar {
    cursor: pointer;
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, 0);
}
body::-webkit-scrollbar-track {
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
}
body::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: white;
}

.spw-body-login {
    /* background-image: url('/assets/admin/images/bg_login.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-color: #2e3295;
}

@media screen and (max-width: 766px) {
    .spw-body-login {
        background-image: none;
    }
}

.spw-login-box {
    /* background-color: rgba(255,255,255,0.9); */

    background-color: white;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3), -2px -2px 5px rgba(0,0,0,0.3);
    padding: 10%;
    margin-top: 20%;
}

.spw-text-error {
    color: #ff0000;
    font-style: italic;
    font-size: 12px;
}
.spw-brand-text {
    color: #2e3295;
}

.spw-brand-img-mobile {
    width: 30%
}

.spw-page-brand-info {
    margin-top: 100px !important;
}


/*COLOR*/

.spw-center {
    text-align: center;
}
.spw-white {
    color: white !important;
}
.spw-color {
    color: #2e3295 !important;
}

.spw-bg-color {
    background-color: #2e3295 !important;
}

/*BUTTON COLOR*/
.btn-color {
    color: white;
    background-color: #2e3295;
    border: 1px solid #2e3295;
}

.btn-color.btn-outline {
    color: #2e3295;
    background-color: transparent;
}

.btn-color.btn-outline:hover,
.btn-color.btn-outline:focus,
.btn-color.btn-outline.focus {
    background: #2e3295;
    color: #ffffff;
}

.radio-color input[type="radio"]+label::after {
    background-color: #2e3295;
}

.radio-color input[type="radio"]:checked+label::before {
    border-color: #2e3295;
}

.radio-color input[type="radio"]:checked+label::after {
    background-color: #2e3295;
}