
body, html {
    height: 100%;
    /*
    font-family: 'Mali', cursive !important;
    
    font-family: 'Sarabun', cursive !important;
    */
    font-family: 'Sarabun', sans-serif;
    font-size: 0.95rem !important;
}
.bg {
    background: #56baed;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    clip-path: polygon(0 0, 55% 0, 45% 100%, 0% 100%);
}
.toggle.ios, .toggle-on.ios, .toggle-off.ios { 
    border-radius: 20px; 
    font-weight: 100px;
}
.toggle.ios .toggle-handle { 
    border-radius: 20px; 
}
.toggle-on.btn {
    padding-right: 19px;
    font-weight: 100 !important;
}
.btn {
    font-size: inherit !important;
}
.btn-50 {
    border-radius: 50%;
}
.btn-12px {
    border-radius: 12px;
}
.btn-25px {
    border-radius: 25px;
}
#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 9999;
}
#loading-image {
    position: center;
    z-index: 10000;
}