body, html{
    font-family: Kanit, sans-serif !important;
    height: 100%;
}
a{
    text-decoration: none !important;
    color: #19A9F7 !important;
}

input:disabled, select:disabled, textarea:disabled {
    background-color: #EFF8FF !important;
    border: 1px solid #A4BACC !important;
}

.relative { position: relative; }

.mrg {
    margin-top: 16px !important;
}
.mrgsm{
    margin-top: 20px !important;
}
.mrgnm{
    margin-top: 20px !important;
}
.navbarHeader{
    background-color: #19A9F7 !important;
    box-shadow: 0px 3px 3px #8B8B8B1A;
    height: 60px !important;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
}
.navbar-main {
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
}
.dropdown-nav{
    padding: 0 10px;
}
.imguser{
    width: 100%;
}
.usernameHeader{
    padding-left: 0px;
    padding-right: 5px;
    font-size: 12px !important;
    font-weight:400;
    color: #ffff;
}
.font-li{
    padding-left: 10px;
    color: #000;
    font-size: 13px !important;
    cursor: pointer;
}
li:hover{
    color: #1e2125;
    background-color: #e9ecef;
}
.font-li:hover{
    color: #1e2125;
}
.mg-dropdown-item{
    margin-right: 10px;
}
.dropdown-item{
    font-size: 14px;
}
.badgecircle {
    position: absolute;
    top: 6px !important;
    right: 7px !important;
    border-radius: 7px;
    background: #F46363;
    height: 9px;
    width: 9px;
    min-width: 9px !important;
    min-height: 9px !important;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
} 
.badgecirclex2 {
    position: absolute;
    top: 6px !important;
    right: 7px !important;
    border-radius: 7px;
    background: #F46363;
    height: 9px;
    width: 9px;
    min-width: 9px !important;
    min-height: 9px !important;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
}
.menutgleft{
    padding-left: 20px;
    cursor: pointer;
    height: 17px;
}
.logobar{
    height: 30px;
}
.sub{
    height: 60px!important;
}

/*********************************************  modal menu  ************************************************************/
#subsidebar {
    width: 180px;
    position: fixed;
    height: 100vh;
    z-index: 99;
    background: #FFFFFF;
    box-shadow: 2px 3px 2px #7777771A;
    color: #fff;
    transition: all 0.3s;
    margin-top:12px;
    padding-top:20px;
    padding-left:30px;
}
.subsidebarHeader{
    color: #51C1FD;
    font-size:18px;
    font-weight: 600;
}
.modal{
    padding-top: 50px !important;
}
.modal.left .modal-dialog{
    position: fixed;
    margin: auto;
    width: 215px;
    height: 100vh;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content,
.modal.sub .modal-content {
    height: 0;
    overflow-y: auto;
    border: 0px;
    border-radius: 0rem;
}
.modal.left .modal-body,
.modal.sub .modal-body {
    padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog, .modal.left.fade.sub .modal-dialog{
    left: 0px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
         -o-transition: opacity 0.3s linear, left 0.3s ease-out;
            transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.in .modal-dialog, .modal.left.fade.sub.in .modal-dialog{
    left: 0;
}
.submenu.disible , .subsidemenu.disible{        
    background: #FFFFFF;
}
.txtsubmenu.disible{
    color: #B6B6B4;
}
.logoheadsidebar{
    height:50px;
}

.submenu.disible:hover , .subsidemenu.disible:hover{
    background: #FFFFFF;
}
.submenu.disible:hover p{
    color:#B6B6B4;
}

.submenu , .subsidemenu{
    padding-left: 25px !important;
    padding-right: 25px !important;
    cursor:pointer;
}
.submenu:hover , .subsidemenu:hover{
    background: #19A9F7;
}
.submenu:hover p{
    color:#fff;
}
.submenu:active , .subsidemenu:active{
    background: #19A9F7;
}
.submenu:active p{
    color:#fff;
}
.txtsubmenu{
    color: #2A2E43;
    font-size:14px;
    font-weight:500;
    margin:0px;
    padding-top:10px;
    padding-bottom:10px;
    font-weight:300 !important;
}
#calendarsub{
    display:none;
    width: 200px;
    position: fixed;
    z-index: 999;
    background: #FFFFFF;
    box-shadow: 3px 3px 6px #0000001A;
    color: #2A2E43;
    left:210px;
    top: 130px;
    padding-left: 0px !important;
    font-family: Kanit, sans-serif !important;
}
#calendarmenu:hover #calendarsub{
    display:block;
} 

#calendarmenu:hover .sizemenuheadsub{
    background: #F3F6F9;
} 
li{
    list-style-type: none;
}
.imgnone{ 
    display:none;
 }

.floatL{
    float:left !important;
}
.floatR{
    float: right;
    }
.rotatest {
transform: rotate(180deg);
transition-duration: 0.3s;
}
.a {
    overflow: auto;
}
.lili{
    padding-right:0px;
}
.sizep{
    width:150px;
    padding-right:0px;
}
.list-group{
    width: max-content;
    max-height: 400px;
    margin-bottom: 10px;
    overflow:scroll;
    -webkit-overflow-scrolling: touch;
}
.displayInline{
display: inline-block;
}
button.close {
    width: 25px;
    font-size: 35px;
    color: #EB5353 !important;
    background-color: transparent;
    border: none;
    margin-bottom: 5px;
    opacity: 1 !important;
    margin-top: -5px !important;
}

button.close_menu {
    width: 24px;
    font-size: 18px;
    color: #EB5353 !important;
    align-self: flex-end;
    background-color: transparent;
    border: none;
    margin-bottom: 5px;
    opacity: 1 !important;
    margin-top: 13px !important;
    margin-right: 15px;
}
.sizemenu:active #ab, .sizemenu:active #bb, .sizemenu:active #cb, .sizemenu:active #db,
.sizemenux:active #eb, .sizemenu:active #fb, .sizemenu:active #gb{
    display:none;
    }
.sizemenu:active #aw{
    background: url("images/premium_icon/homew.svg") no-repeat !important;
    width: 16px;
    height: 16px;
    padding-bottom: 5px;
    float:left;
    background-size: cover !important;  
    background-position: center center;     
}
.sizemenu:active #bw{
    background: url("images/Main/dashboardw.svg") no-repeat !important;
    width: 16px;
    height: 16px;
    padding-bottom: 5px;
    float:left;
    background-size: cover !important;  
    background-position: center center;  
}
.sizemenu:active #cw{
    background: url("images/Main/dashboardw.svg") no-repeat !important;
    width: 16px;
    height: 16px;
    padding-bottom: 5px;
    float:left;
    background-size: cover !important;  
    background-position: center center;  
}
.sizemenu:active #ew{
    background: url("../images/Main/trackw.svg") no-repeat !important;
    width: 16px;
    height: 16px;
    padding-bottom: 5px;
    float:left;
    background-size: cover !important;  
    background-position: center center;   
}

.sizemenu:active #fw{
    background: url("../images/Main/settingsw.svg") no-repeat !important;
    width: 16px;
    height: 16px;
    padding-bottom: 5px;
    float:left;
    background-size: cover !important;  
    background-position: center center;  
}

.sizemenu:active #gw{
    background: url("../images/Main/thai-bahtw.svg") no-repeat !important;
    width: 16px;
    height: 16px;
    padding-bottom: 5px;
    float:left;
    background-size: cover !important;  
    background-position: center center;   
}
.sizemenu:hover #ab, .sizemenu:hover #bb, .sizemenu:hover #cb, .sizemenu:hover #db,
.sizemenu:hover #eb, .sizemenu:hover #fb, .sizemenu:hover #gb{
    display:none;
    }
.sizemenu:hover #bw{
    background: url("../images/Main/dashboardw.svg") no-repeat !important;
    width: 16px;
    height: 16px;
    padding-bottom: 5px;
    float:left;
    background-size: cover !important;  
    background-position: center center;  
}
.sizemenu:hover #cw{
    background: url("../images/Main/timew.svg") no-repeat !important;
    width: 16px;
    height: 16px;
    padding-bottom: 5px;
    float:left;
    background-size: cover !important;  
    background-position: center center;  
}

.sizemenu:hover #ew{
    background: url("../images/Main/trackw.svg") no-repeat !important;
    width: 16px;
    height: 16px;
    padding-bottom: 5px;
    float:left;
    background-size: cover !important;  
    background-position: center center;   
}

.sizemenu:hover #fw{
    background: url("../images/Main/settingsw.svg") no-repeat !important;
    width: 16px;
    height: 16px;
    padding-bottom: 5px;
    float:left;
    background-size: cover !important;  
    background-position: center center;  
}

.sizemenu:hover #gw{
    background: url("../images/Main/thai-bahtw.svg") no-repeat !important;
    width: 16px;
    height: 16px;
    padding-bottom: 5px;
    float:left;
    background-size: cover !important;  
    background-position: center center;   
}

#sidebar {
    width: 210px;
    position: fixed;
    height: 100vh;
    top:0px !important;
    z-index: 999;
    background: #FFFFFF;
    box-shadow: 3px 3px 6px #0000001A;
    color: #fff;
    padding-top: 0px;
    left: 0px !important;
    font-family: Kanit, sans-serif !important;
}
.imglogo{
    width: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 25px;
}
.sizemenu {
    width: 210px;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    cursor:pointer;
    font-family: Kanit, sans-serif !important;
}
.sizemenuheadsub {
    width: 210px;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    cursor:pointer;
    font-family: Kanit, sans-serif !important;
}
.sizemenuheadsub:hover {
    background: #F3F6F9;
}
.actsizemenuheadsub {
    background: #F3F6F9;
}
.sizemenu:hover {
    background: #19A9F7;
}
.sizemenu:hover .txtcenterli {
    color: #fff;
    background: #19A9F7;
}
.sizemenu:active .txtcenterli {
    color: #fff;
    background: #19A9F7;
}
.sizemenu:active{
    background: #19A9F7;
}
.centerli{
    width: 16px;
    padding-bottom: 5px;
    float:left;
}
.centerlisub{
    width: 15px;
    padding-bottom: 5px;
    float:left;
}
.arrowright{
    width:5px; 
    float:right; 
    padding-top: 5px;
}
.txtcenterli{
 /*   text-align: center;   */
    color: #2A2E43;
    font-size:14px;
    font-weight:500;
    border:none;
    margin-left:16px;
  /*  display:inline;  */
    padding-left: 20px;
    font-weight:300 !important;
}
.disinline{
    display: inline;
    margin-left:0px !important;
}
/*************************************************scoll bar***********************************************************/
.scrollbar {
    margin-left: 30px;
    float: left;
    height: 80vh;
    width: 65px;
    background: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 25px;
    /* position: absolute; */
  }
  /* .force-overflow {
    min-height: 450px;
  } */
  
  .scrollbar-primary::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
  }
  
  .scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #a4bacc;
  }
  
  .scrollbar-primary {
    scrollbar-color: #a4bacc #F5F5F5;
  }
  .thin::-webkit-scrollbar {
    width: 6px;
}
/**************************************************************************************************************************/
.headText{
    font-size: 24px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #1C2124;
}
.floatL{
    float: left;
}
.floatR{
    float: right;
}
.pd16px{
    padding-left: 16px;
}
.margin5px{
    margin-bottom: 5px;
}
.mrggrophead{
    margin: 0 13px 0 0 !important;
    width: 100%;
}
.mrggrophead2{
    margin: 0 13px 0 13px !important;
    width: 100%;
}
.nomrg{
    margin: 0px !important;
}
.sizeinput{
    height: 30px;
    font-size: 14px !important;
}
.sizeinput::placeholder{
    font-size: 14px;
}
.btnserch{
    height: 40px;
    background: #19A9F7;
    border: #19A9F7;
    border-radius: 5px;
    color: #fff;
    font-size: 14px !important;
    width: 100%;
}
.btncf{
    height: 30px;
    background: #02ccb8;
    border: #02ccb8;
    border-radius: 5px;
    color: #fff;
    font-size: 14px !important;
    width: 100%;
}
.btncc{
    height: 30px;
    background: #fff;
    border: #A4BACC 1px solid;
    border-radius: 5px;
    color: #A4BACC;
    font-size: 14px !important;
    width: 100%;
}
.disflex{
    display: flex;
    justify-content: space-between;
}
.disflexcenter{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.row{
    --bs-gutter-x: 0rem;
}
.imgdatepick{
    position: absolute;
    bottom: 18px;
    right: 0;
}
.relative{
    position: relative;
}
.cursor{
    cursor:pointer;
}
.swal2-title{
    font-size: 20px !important;
    color: #000000 !important;
}
.swal2-html-container{
    font-size: 18px !important;
}

.swal2-actions { padding: 0 !important; }
.swal2-content { padding: 0 !important; }

.swal2-confirm{
    /* height: 30px !important; */
    background: #19A9F7 !important;
    border: #19A9F7 !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-size: 14px !important;
    width: 50% !important;
}

.swal2-cancel{
    background: #fc6969 !important;
    border: #fc6969 1px solid !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-size: 14px !important;
    width: 50% !important;
}

.swal2-deny{
    background: #19A9F7 !important;
    border: #19A9F7 1px solid !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-size: 14px !important;
    width: 50% !important;
}

.widthfrom{
    width: 60%;
    max-width: 450px;
}
.disbetween{
    display: flex;
    justify-content: space-between;
}
.txtcenter{
    text-align: center;
}
.fontbold{
    font-weight: 600;
}
.fontnm{
    font-weight: 500;
}
.font19{
    font-size: 19px;
}
.font12{
    font-size: 12px;
}
.font14{
    font-size: 14px;
}
.font15{
    font-size: 15px;
}
.font16{
    font-size: 16px;
}
.font20{
    font-size: 20px;
}
.font23{
    font-size: 23px;
}
.c19a9f7{
    color: #19A9F7;
}
.underline{
    text-decoration: underline;
}

/* Modal term & condition */
.warp-temp-condition {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 9999;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    overflow: auto;
    background-color: rgb(0 0 0 / 80%);
}

.warp-temp-condition p {     
    margin-bottom: 0;
    color: #ffffff;
    font-size: 14px;
}

.warp-temp-condition p a { text-decoration: underline !important; }

