body {
    font-family: 'Kanit', 'Sarabun', 'Google Sans', 'sans-serif';
}

html,
body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

.btn-scroll-to-top {
    position: fixed;
    bottom: 24px;
    z-index: 1020;
    opacity: 0;
    display: none;
}

.btn-scroll-to-top.show {
    opacity: 1.0;
    display: block;
    -webkit-animation: btnFadeIn 0.2s ease;
    -moz-animation: btnFadeIn 0.2s ease;
    -ms-animation: btnFadeIn 0.2s ease;
    -o-animation: btnFadeIn 0.2s ease;
    animation: btnFadeIn 0.2s ease;
}

@media (min-width: 768px) {
    .btn-scroll-to-top {
        right: 18px;
    }
}

@media (max-width: 767.98px) {
    .btn-scroll-to-top {
        right: 10px;
    }
}

.parsley-error {
    background: #FFFFFF !important;
    border-color: #ea4335 !important;
    color: #212121 !important;
}

.parsley-error:focus {
    border-color: #ea4335 !important;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(234, 67, 53, 0.3) !important;
    box-shadow: 0 0 0 0.25rem rgba(234, 67, 53, 0.3) !important;
}

.parsley-success {
    background: #FFFFFF !important;
    border-color: #33a853 !important;
    color: #212121 !important;
}

.parsley-success:focus {
    border-color: #33a853 !important;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(51, 168, 83, 0.3) !important;
    box-shadow: 0 0 0 0.25rem rgba(51, 168, 83, 0.3) !important;
}

.parsley-errors-list {
    padding: 0 !important;
    list-style-type: none !important;
    margin: 0 !important;
    color: #ea4335;
    font-size: 0.875rem !important;
    line-height: inherit !important;
}

.parsley-errors-list.filled {
    margin-top: 0.5rem !important;
}

.cursor-pointer {
    cursor: pointer;
}

.profile-select-image {
    opacity: 0.0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.mw-10 {
    min-width: 10px;
}

.mw-20 {
    min-width: 20px;
}

.mw-30 {
    min-width: 30px;
}

.mw-40 {
    min-width: 40px;
}

.mw-50 {
    min-width: 50px;
}

.mw-60 {
    min-width: 60px;
}

.mw-70 {
    min-width: 70px;
}

.mw-80 {
    min-width: 80px;
}

.mw-90 {
    min-width: 90px;
}

.mw-100 {
    min-width: 100px;
}

.mw-150 {
    min-width: 150px;
}

.mw-200 {
    min-width: 200px;
}

.mw-220 {
    min-width: 220px;
}

.mw-250 {
    min-width: 250px;
}

.mw-500 {
    min-width: 500px;
}

.mw-100p {
    min-width: 100%;
}

@media (min-width:768px) {
    .mw-md-220 {
        min-width: 220px;
    }
}

.table>tbody>tr>td {
    vertical-align: middle;
}