@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Inter-Regular.woff2?v=3.19") format("woff2"),
         url("../fonts/Inter-Regular.woff?v=3.19") format("woff");
  } 
  
  @font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/Inter-Medium.woff2?v=3.19") format("woff2"),
         url("../fonts/Inter-Medium.woff?v=3.19") format("woff");
  } 
  @font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/Inter-SemiBold.woff2?v=3.19") format("woff2"),
         url("../fonts/Inter-SemiBold.woff?v=3.19") format("woff");
  }  
  @font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Inter-Bold.woff2?v=3.19") format("woff2"),
         url("../fonts/Inter-Bold.woff?v=3.19") format("woff");
  }  
  @font-face{
    font-family: NotoSansThai-Regular;
    src: url(../fonts/NotoSansThai-Regular.ttf);
    font-style: normal;
    font-variant:initial;
  }  
  @font-face{
    font-family: NotoSansThai-Medium;
    src: url(../fonts/NotoSansThai-Medium.ttf);
    font-style: normal;
    font-variant:initial;
  }    
  @font-face{
    font-family: NotoSansThai-SemiBold;
    src: url(../fonts/NotoSansThai-SemiBold.ttf);
    font-style: normal;
    font-variant:initial;
  }    
  @font-face{
    font-family: NotoSansThai-Bold;
    src: url(../fonts/NotoSansThai-Bold.ttf);
    font-style: normal;
    font-variant:initial;
  }   
  a:hover{
    text-decoration: none;
  }  
     
  @media only screen and (max-width: 1024px) { /* MOBILE */
    .mb-x{
      display: none !important;
    }  
  }
  @media only screen and (min-width: 1025px) { /* PC */
    .pc-x{
      display: none !important;
    }  
  }  
  .login1-main{
    background: linear-gradient(270deg, #FFFFFF 43.91%, rgba(255, 255, 255, 0.24) 100.87%) , url(../images/BG1.png);
    background-position: center , left top !important;
    background-repeat: no-repeat , no-repeat;
    background-size: 100% , 60% auto !important;
    height: 100%;
    min-height: 100vh;
  }
  .login2-main{
    background: #F5F5F5; 
    min-height: 100vh;
  }
  .login2-main .form-loginx{ 
    height: 100%;
    display: block;
  }
  .login2-main  .login-b{
    height: 90%;
    border-radius: 20px;
  }
  .form-loginx{
    display: flex;
    justify-content: center;
    align-items: center; 
    padding-top:50px;
    padding-bottom: 50px;
  }
  .form-loginx .logo{
    max-height: 80px;
    margin-bottom: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  } 
  .form-loginx label{
    font-family: 'Inter'; 
    font-weight: 600;
    font-size: 18px;
    line-height: 24px; 
    color: #18181B;
  
  }
  .form-loginx h1{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px; 
    text-align: center; 
    color: #224096; 
    margin-bottom: 60px;
  }
  .form-loginx input{ 
    height: 50px;  
    background: #FFFFFF; 
    border: 1px solid #DEDCE7;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .form-loginx input:focus{
    box-shadow: none;
    border: 1px solid #224096;
  }
  .form-loginx > div{
    width: 100%;
  } 
  .form-loginx input + span{ 
    right: 20px;
    margin-top: 53px;
    position: absolute;
    z-index: 2;
    color: #AEAEAE;;
    cursor: pointer;
  } 
  .form-loginx .custom-control-label{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px; 
    color: #18181B;
  }
  .form-loginx .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #F29D29;
    background-color: #F29D29;
  }
  .form-loginx .link-text{ 
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;  
    color: #224096;
  }
  .form-loginx .btn.bt-login{ 
    width: 100%;
    display: block; 
    height: 50px; 
    background: linear-gradient(95.78deg, #3A8EF6 -47.27%, #224096 108.92%);
    box-shadow: 0px 8px 23px rgba(65, 132, 247, 0.24);
    border-radius: 8px;
    font-family: NotoSansThai-SemiBold; 
    font-size: 20px;
    line-height: 20px; 
    color: #FFFFFF; 
  }
  .form-loginx h5{
    font-family: NotoSansThai-Regular; 
    font-weight: 400;
    font-size: 18px;
    line-height: 24px; 
    text-align: center;
    color: #666666;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .form-loginx .btn.bt-ss{ 
    width: 100%;
    display: block; 
    height: 50px; 
    background: #FFFFFF; 
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    margin-bottom: 20px; 
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px; 
    color: #18181B; 
  
  }
  .form-loginx .btn.bt-ss img{ 
    width: 24px;
    height: 24px;
  }
  .form-loginx .btn.btn-language{  
    width: 104px;
    height: 60px;  
    background: #FFFFFF; 
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    margin-left: 20px;
    margin-right: 20px;
    transition: .33s all ease-out;
  }
  .form-loginx .btn.btn-language img{ 
    width: 44px;
    height: 32px;
    border-radius: 10px;
    object-fit: cover;
  }
  .form-loginx .btn.btn-language:hover{  
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid #fff; 
  }
  .form-loginx .btn.btn-language.active{  
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid #fff; 
  }
  .form-loginx .btn.btn-language:focus{  
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid #fff; 
  }
  small{ 
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
  }
  .login2-main .logo{
    height: 36px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  body.main-b{
    background-color: #F6F8FB !important; 
  }
  .menu-top{
    position: absolute;
    top: 0;
    left: 0;
    background: #FFFFFF;
    height: 88px;
    width: 100%;
    z-index: 1;
    text-align: right;
    padding: 28px 119px;
  }
  .menu-top .user{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px; 
    color: #18181B;
  }
  .menu-top .user img{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 8px;
  }
  .menu-left{
    z-index: 2;
    position: fixed; 
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    left: 0px;
    top: 0px !important; 
    bottom: 0 !important;
    background: #FFFFFF;
    box-shadow: 4px 0px 16px rgba(34, 64, 150, 0.08);
  }
  .menu-left h1{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 56px; 
    color: #224096;
  }
  .menu-left ul{
    list-style: none;
    padding-left: 0;
    padding-bottom: 80px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 0px;
  }
  .menu-left ul li{
    margin-bottom: 8px;
    height: 56px; 
    background: #FFFFFF;
    width: 100%;
    position: relative;
  }
  .menu-left ul li a{
    display: block;
    height: 56px; 
    padding-left: 60px;
    transition: .33s all ease-out;
    font-family: NotoSansThai-Regular; 
    font-weight: 400;
    font-size: 18px;
    line-height: 60px; 
    color: #9DABD3; 
    border-left: 4px solid #FFFFFF;
    position: relative;
  }
  .menu-left ul li.active a{
    color: #224096; 
    border-left: 4px solid #224096;
    font-family: NotoSansThai-SemiBold; 
    font-weight: 600;
    background: linear-gradient(90deg, rgba(214, 225, 255, 0.65) -35.27%, rgba(255, 255, 255, 0.6) 100%);
  }
  .menu-left ul li:hover a{
    border-left: 4px solid #224096;
    color: #224096; 
    background: linear-gradient(90deg, rgba(214, 225, 255, 0.65) -35.27%, rgba(255, 255, 255, 0.6) 100%);
  }
  .menu-left ul li img{
    position: absolute;
    width: 24px;
    height: 24px;
    left: 20px;
    top: 16px;
  }
  .main-sec h1{
    font-family: NotoSansThai-Bold; 
    font-weight: 700;
    font-size: 40px;
    line-height: 30px; 
    color: #224096;
    margin-bottom: 30px;
  }
  .btn-plus{
    width: 192px;
    height: 48px; 
    background: linear-gradient(270.18deg, #224096 0.15%, #3AA3F4 147.41%);
    box-shadow: 0px 4px 8px rgba(128, 174, 255, 0.08);
    border-radius: 8px; 
    font-family: NotoSansThai-SemiBold; 
    font-weight: 600;
    font-size: 18px;
    line-height: 38px; 
    color: #FFFFFF; 
  } 
  .btn-plus:hover{ 
    color: #FFFFFF; 
  }
  .box-tb1{
    margin-top: 40px; 
    padding: 32px 24px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(203, 220, 251, 0.08);
    border-radius: 12px;
  }
  .box-tb1 .form-control{ 
    font-family: NotoSansThai-Regular; 
    height: 48px;  
    background: #FFFFFF; 
    border: 1px solid #DDDDDD;
    border-radius: 8px;
  }
  .box-tb1 form input + span{ 
    right: 30px;
    margin-top: -32px;
    position: absolute;
    z-index: 1;
    color: #AEAEAE;;
    cursor: pointer;
  }  
  .box-tb2{
    margin-top: 25px; 
    padding: 20px 14px 24px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(203, 220, 251, 0.08);
    border-radius: 12px;
    position: relative;
  }
  .box-tb2 h3.pad{
    padding-left: 60px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px; 
    color: #333333;
  }
  .box-tb2 .form-control.sel-con{
    position: absolute;
    width: 92px;
    height: 40px; 
    background: rgba(204, 217, 255, 0.33); 
    border: 1px solid #224096;
    border-radius: 4px; 
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px; 
    color: #224096;
    left: 320px;
    top: 20px;
  }
  .box-tb2 .table{
    margin-top: 20px;
  }
  .box-tb2 .table thead tr th{
    background: #FFFFFF; 
    border: 1px solid #DEDCE7;
    text-align: center;
    vertical-align: middle;
    width: auto;
    position: relative;
    padding: 15px;
  }
  .box-tb2 .table thead tr th:nth-child(1){
    width: 73px; 
    border-left: 0px;
    border-bottom: 0px !important;
  }
  .box-tb2 .table thead tr th p{
    position: absolute;
    left: 0;
    bottom:  0px;
    right: 0; 
    font-family: NotoSansThai-Regular; 
    font-weight: 400;
    font-size: 16px;
    line-height: 34px; 
    text-align: center;
    letter-spacing: 0.04em; 
    color: #000000;
  }
  .box-tb2 .table thead tr th h2{
    margin-bottom: 30px;
  }
  .box-tb2 .table tbody tr td:nth-child(1){
    border: 0px !important; 
    text-align: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px; 
    color: #18181B;
  
  }
  .box-tb2 .table tbody tr td{ 
    padding: 3px !important;
    border: 1px solid #DEDCE7;
    width: 125px;
  } 
  .box-tb2 .table tbody tr td > div{
    min-height: 65px !important; 
  }
  .box-tb2 .table thead tr th.active{
    background: #F4F8FF;
  } 
  .box-tb2 .table tbody tr td.active{
    background: #F4F8FF;
  }
  .box-tb2 .event{
    margin-top: 2px;
    margin-bottom: 2px; 
    border-radius: 3px;
    padding: 5px 9px 5px 21px; 
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 10px; 
    letter-spacing: 0.04em; 
    color: #575757;
    max-width: 125px; 
    position: relative;
  } 
  .box-tb2 .event > span{
    float: right;
  } 
  .box-tb2 .event p{
    left: 9px;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px; 
  }  
  .box-tb2 .event.event-yellow{ 
    background: #F9F3C5; 
  } 
  .box-tb2 .event.event-green{ 
    background: #DAF5E5; 
  } 
  .box-tb2 .event.event-red{ 
    background: #EFD4CF; 
  } 
  .box-tb2 .event.event-orange{ 
    background: #F8E7CA; 
  } 
  .box-tb2 .event.event-blue1{ 
    background:  #C6EBF2; 
  } 
  .box-tb2 .event.event-blue2{ 
    background: #C2D8E8;; 
  } 
  .box-tb2 .event.event-purple{ 
    background: #EADCF2; 
  }   
  .box-tb2 .event p.bg-yellow{ 
    background: #F1DE54;
  }  
  .box-tb2 .event p.bg-green{ 
    background: #8FE9AE;
  }  
  .box-tb2 .event p.bg-red{ 
    background: #DF7C6A;
  }  
  .box-tb2 .event p.bg-orange{ 
    background: #FFB653;
  }  
  .box-tb2 .event p.bg-blue1{ 
    background: #63C9E2;
  }  
  .box-tb2 .event p.bg-blue2{ 
    background: #6DA2CB;
  }  
  .box-tb2 .event p.bg-purple{ 
    background: #C490E0;
  }   
  
  .box-tb3{
    background: #FFFFFF;
    box-shadow: 8px 3px 22px rgba(203, 220, 251, 0.24);
    border-radius: 20px;
    height: 100%;
    padding: 11px 17px;
    z-index: 2;
  }
  .box-tb3 .datepicker .datepicker-switch{
    font-family: NotoSansThai-SemiBold; 
    font-weight: 600;
    font-size: 16px;
    line-height: 20px; 
    color: #18181B; 
  }
  .box-tb3 .datepicker .today.day{
    width: 24px !important;
    height: 24px !important; 
    background: #F29D29;
    border-radius: 40px;
  }
  .box-tb3 .datepicker .dow{
    font-family: NotoSansThai-SemiBold;  
  }
  .box-tb3 .datepicker .day{
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding: 8px;
  } 
  .box-tb3 .datepicker .table-condensed thead th.dow{
    border-top: 0.8px solid #DEDCE7;
  } 
  .box-tb3 h4{
    font-family: NotoSansThai-SemiBold; 
    font-weight: 600;
    font-size: 20px;
    line-height: 24px; 
    color: #224096;
    margin-top: 25px;
  } 
  .box-tb3 h4 span{
    font-family: NotoSansThai-Regular; 
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;  
    color: #18181B;
    float: right;
  }
  .box-tb3 .case{
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .box-tb3 .case{
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .box-tb3 .case .box{
    width: 64px;
    height: 64px; 
    border-radius: 8px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px; 
    color: #FFFFFF;
  
  }
  .box-tb3 .case .box > div{
    margin-top: 10px;
  }
  .box-tb3 .case .bg1{
    background: #224096; 
  }
  .box-tb3 .case .bg2{
    background: #3AA3F4;
  } 
  .box-tb3 .case .bg3{
    background: #F29D29;
  }
  .box-tb3 .case div h5{
    margin-top: 8px;
    font-family: NotoSansThai-Regular; 
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px; 
    color: #18181B; 
  }
  .box-tb3 h2{ 
    font-family: NotoSansThai-SemiBold; 
    font-weight: 600;
    font-size: 20px;
    line-height: 24px; 
    color: #224096;
  }
  .doctor-today{
    list-style: none;
    padding-left: 0px;
  }
  .doctor-today li{
    position: relative;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 55px;
  }
  .doctor-today li img{
    position: absolute;
    left: 0;
    border-radius: 100%;
    width: 40px;
    height: 40px;
  }
  .doctor-today li h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px; 
    color: #18181B;
    margin-bottom: 4px;
  }
  .doctor-today li h6{
    font-family: NotoSansThai-Regular; 
    font-weight: 400;
    font-size: 12px;
    line-height: 12px; 
    color: #808080;
  }
  .dropdown-nofi{
    position: absolute;
    right: 320px;
    top: 35px;
  }
  .dropdown-nofi i.fa-bell{
    font-size: 24px;
    color: #224096;
  } 
  .dropdown-nofi i.fa-bell + p{
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    top: 0;
    right: -5px;
    background: #E82F2F;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px; 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; 
    color: #FFFFFF;
  } 
  .notifications {
    min-width:420px; 
  }
  .notifications-wrapper {
    overflow:auto;
    max-height:250px;
  }
  .menu-title {
    color:#ff7788;
    font-size:1.5rem;
    display:inline-block;
    font-family: NotoSansThai-SemiBold; 
  } 
  .notification-heading, .notification-footer  {
    padding:2px 10px;
  }
  .dropdown-menu.divider {
    margin:5px 0;          
  }
  .item-title {
    font-size:1.3rem;
    color:#000;
    font-family: NotoSansThai-SemiBold; 
  }
  .item-info{
    font-family: NotoSansThai-SemiBold;  
  }
  .notifications a.content {
    text-decoration:none;
    background:#ccc;
  }
  .notification-item {
    padding:10px;
    margin:5px;
    background:#ccc;
    border-radius:4px;
  }
  .menu-mbx{
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 2;
  }
  .label-p{
    font-weight: 400;
    font-size: 20px;
    line-height: 45px; 
    color: #18181B;
    font-family: NotoSansThai-Regular; 
    margin-right: 15px;
  }
  .label-p span{ 
    color: #224096; 
    font-family: NotoSansThai-SemiBold; 
  }
  .label-p2{
    font-weight: 600;
    font-size: 20px;
    line-height: 45px; 
    color: #18181B;
    font-family: NotoSansThai-SemiBold; 
    margin-right: 15px;
  }
  .label-p3{
    font-weight: 400;
    font-size: 16px;
    line-height: 45px; 
    color: #18181B;
    font-family: NotoSansThai-Regular; 
    margin-right: 8px;
    white-space: nowrap; 
  }
  .label-p3 span{ 
    color: #224096; 
    font-family: NotoSansThai-SemiBold; 
  }
  .box-tb1 form input + i {
    position: absolute;
    right: 70px;
    margin-top: 15px; 
  }
  form .datepicker {
    font-family: NotoSansThai-Regular; 
  }
  
  .datepicker .datepicker-switch{
    font-family: NotoSansThai-SemiBold; 
    font-weight: 600;
    font-size: 16px;
    line-height: 20px; 
    color: #18181B; 
  }
  .datepicker .today.day{
    width: 24px !important;
    height: 24px !important; 
    background: #F29D29;
    border-radius: 40px;
  }
  .datepicker .dow{
    font-family: NotoSansThai-SemiBold !important;  
  }
  .datepicker .day{
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding: 8px;
  } 
  .tabs-examination .nav-tabs .nav-item{
    min-width: 152px; 
  }
  .tabs-examination .nav-tabs .nav-item .nav-link{ 
    border: 0;
    text-align: center; 
    font-family: NotoSansThai-Regular; 
    font-weight: 400;
    font-size: 18px;
    line-height: 24px; 
    color: #18181B;
    position: relative;
  }
  .tabs-examination .nav-tabs .nav-item .nav-link img{ 
    width: 24px;
    height: 24px;
    position: absolute;
  }
  .tabs-examination .nav-tabs .nav-item .nav-link img:nth-child(1){
    display: block; 
  }
  .tabs-examination .nav-tabs .nav-item .nav-link img:nth-child(2){
    display: none; 
  }
  .tabs-examination .nav-tabs .nav-item .nav-link.active img:nth-child(2){
    display: block; 
  }
  .tabs-examination .nav-tabs .nav-item .nav-link.active img:nth-child(1){
    display: none; 
  } 
  .tabs-examination .nav-tabs .nav-item .nav-link.active{ 
    font-family: NotoSansThai-Bold; 
    border-bottom: 4px solid #F29D29;
    color: #F29D29;
    font-weight: 600;
  }
  .table-exam thead tr th{
    font-size: 18px;
    line-height: 24px; 
    text-align: center;
    font-family: NotoSansThai-SemiBold; 
    border-top: 0px;
    border-bottom: 0px;
    background: #F6F6F6; 
    vertical-align: middle;
  }
  .table-exam thead tr th:first-child{
    border-top-left-radius: 12px;
  }
  .table-exam thead tr th:last-child{
    border-top-right-radius: 12px;
  }
  .table-exam tbody tr td{
    font-size: 16px;
    line-height: 20px; 
    text-align: center;
    font-family: NotoSansThai-Regular; 
    vertical-align: middle;
  }
  .table-exam tbody tr td img{
    width: 24px;
    height: 24px;
  }
  .number-list{
    list-style: none;
    padding-left: 0px;
  }
  .number-list li{ 
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #FFFFFF; 
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
  }
  .number-list li a{
    font-family: NotoSansThai-Regular; 
    font-weight: 400;
    font-size: 16px;
    color: #18181B;
    transition: .33s all ease-out; 
  }
  .number-list li.active { 
    background-color: #3AA3F4;
    border: 1px solid #3AA3F4;
  }
  .number-list li.active a{
    color: #fff; 
  }
  .control-form{
    display: flex;
    justify-content: center;
  }
  .modal .modal-dialog {
    max-width: 100%; 
    width: 1276px; 
  }
  .modal .modal-dialog .modal-content{
    border-radius: 12px;
    border: 0px; 
    padding: 20px 32px;
  }
  .modal .modal-dialog .modal-content .modal-body{ 
    padding: 0px;
  }
  .modal h2{ 
    font-family: NotoSansThai-Bold; 
    font-weight: 700;
    font-size: 32px;
    line-height: 48px; 
    color: #18181B;
  }
  .modal h2 .close{ 
    width: 40px;
    height: 40px; 
    background: #F6F6F6;
    border-radius: 8px;
    opacity: 1;
  }
  .modal h3{ 
    font-family: NotoSansThai-Bold; 
    font-weight: 700;
    font-size: 24px;
    line-height: 32px; 
    color: #224096;
  }
  .modal .btn-light{
    width: 160px;
    height: 48px; 
    background: #FFFFFF; 
    border: 1px solid #3AA3F4;
    border-radius: 8px;
    margin-right: 25px; 
    font-family: NotoSansThai-SemiBold; 
    font-weight: 600;
    font-size: 18px;
    line-height: 36px; 
    color: #3AA3F4; 
  }
  .modal .btn-info{
    width: 160px;
    height: 48px; 
    background: linear-gradient(278.98deg, #224096 3.55%, #3AA2F4 101.1%); 
    border: 1px solid #3AA3F4;
    border-radius: 8px;
    font-family: NotoSansThai-SemiBold; 
    font-weight: 600;
    font-size: 18px;
    line-height: 36px; 
    color: #fff;
  } 
  .modal label{
    font-family: NotoSansThai-SemiBold; 
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px; 
    color: #18181B;
  }
  .modal label span{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600; 
  }
  .modal label sub{
    color: #E82F2F;
    vertical-align: top;
  }
  .modal input.form-control{
    font-family: NotoSansThai-Regular; 
    font-weight: 400;
    font-size: 18px;
    line-height: 24px; 
    color: #18181B;
    background: #FFFFFF;
    height: 48px;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
  } 
  .modal input.form-control:focus{
    border: 1px solid #224096; 
    box-shadow: none;
  } 
  .modal textarea{
    height: 200px; 
    font-family: NotoSansThai-Regular; 
    font-weight: 400;
    font-size: 18px;
    line-height: 24px; 
    color: #18181B;
    background: #FFFFFF; 
    border: 1px solid #DDDDDD;
    border-radius: 8px;
  } 
  .modal textarea:focus{
    border: 1px solid #224096; 
    box-shadow: none;
  } 
  .modal select{
    font-family: NotoSansThai-Regular; 
    font-weight: 400;
    font-size: 18px;
    line-height: 24px; 
    color: #18181B;
    background: #FFFFFF;
    height: 48px;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
  } 
  .modal select:focus{
    border: 1px solid #224096; 
    box-shadow: none;
  } 
  .modal input + p{
    position: absolute; 
    right: 30px;
    margin-top: -35px; 
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px; 
    text-align: right; 
    color: #808080;
  } 
  .modal input + p img{
    width: 24px;
    height: 24px;
  } 
  .modal input::placeholder{
    font-family: NotoSansThai-Regular; 
    font-weight: 400;
    font-size: 18px;
    line-height: 24px; 
    color: #9D9D9D;
  }  
  .modal hr{
    border-top: 1px solid #DDDDDD;
    margin-top: 20px;
    margin-bottom: 20px;
  } 
  .modal .group-btn{
    background: #F6F8FB;
    border-radius: 8px;
    padding: 16px 8px;
  }
  .modal .group-btn .btn{ 
    height: 48px; 
    background: #FFFFFF; 
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    width: 100%; 
    font-family: NotoSansThai-SemiBold; 
    font-weight: 600;
    font-size: 18px;
    line-height: 22px; 
    text-align: center; 
    color: #18181B; 
    margin-bottom: 16px;
  } 
  .modal .group-btn > div { 
    padding-left: 8px;
    padding-right: 8px;
  } 
  .modal .group-btn .btn.active{ 
    background: #224096;
    border-radius: 8px;
    color: #fff;
  }
  .modal .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #F29D29;
    background-color: #F29D29;
  }
  .modal .btn-default{
    font-family: NotoSansThai-SemiBold; 
    width: 152px; 
    height: 48px; 
    background: #F6F6F6; 
    border-radius: 8px;
    margin-right: 16px;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px; 
    color: #18181B;
  } 
  .modal .btn-primary{
    font-family: NotoSansThai-SemiBold; 
    width: 152px; 
    height: 48px; 
    background: #224096;
    border-radius: 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px; 
    color: #fff;
  } 
  .treeSelection {
    z-index: 22;
    right: -30px;
    padding: 10px;
    border-radius: 8px;
  }
  .treeSelection ul{
    padding-left: 0px;
    list-style: none;
  }
  .treeSelection ul li{
    display: inline-block;
    width: 33%;
  }
  span.treeSelector{  
    height: 50px;
  }
  span.treeSelector b{
    font-family: NotoSansThai-Regular; 
    min-width: 112px;
    height: 36px; 
    background: #FFFFFF; 
    border: 1px solid #224096;
    border-radius: 4px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;  
    color: #224096;
    cursor: pointer;
  }
  span.treeSelector b:hover{ 
    background: #FFFFFF; 
    border: 1px solid #224096; 
    color: #224096;
  }
  span.treeSelector b span{ 
    border: 0;
    background: #FFFFFF;  
    color: #224096;
    font-weight: bold;
  }
  span.treeSelector b span:hover{ 
    border: 0;
    background: #FFFFFF;  
    color: #224096;
    font-weight: bold;
  }
  .table-exam img.device{
    width: 22px !important;
    height: 18px !important;
  }
  .table-exam img.os{
    width: 20px !important;
    height: 24px !important;
  } 
  .table-exam img.location{
    width: 24px !important;
    height: 24px !important;
  }
  .tabs-examination h4{
    font-family: NotoSansThai-Bold; 
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px; 
    color: #224096;
    padding-bottom: 24px;
    border-bottom: 1px solid #DDDDDD; 
    margin-bottom: 24px;
  } 
  .form-examination h4{
    font-family: NotoSansThai-Bold; 
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px; 
    color: #224096;
    padding-bottom: 24px;
    border-bottom: 1px solid #DDDDDD; 
    margin-bottom: 24px;
  } 
  .form-examination h6{
    font-family: NotoSansThai-Regular; 
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px; 
    color: #808080;
  }
  
  .form-examination hr{
    border-bottom: 1px solid #DDDDDD; 
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .form-examination h5{
    font-family: NotoSansThai-Bold; 
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px; 
    color: #224096;
  }
  .form-examination .img-profile{
    position: relative;
    padding-left: 97px;
    margin-top: 20px;
  }
  .form-examination .img-profile img{
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    object-fit: cover;
    left: 0;
  }
  .form-examination .img-profile h5{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px; 
    color: #18181B; 
  }
  .form-examination .img-profile h6{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px; 
    color: #808080;
  } 
  .profile-pic {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    object-fit: cover;
    left: 0;
  }
  
  .file-upload {
    display: none;
  } 
  .p-image {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    position: absolute;
    top: 50px;
    left: 45px;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    background-color: #fff;
    text-align: center;
  }
  .p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  }
  .upload-button {
    font-size: 1rem !important;
    color: #3AA3F4 !important; 
    line-height: 30px !important;
  } 
  .upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #999;
  }
  .form-examination form label{
    font-family: NotoSansThai-SemiBold; 
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px; 
    color: #18181B; 
  }
  .form-examination form label span{ 
    color: #E82F2F; 
  }
  .form-examination form .form-control{
    font-family: NotoSansThai-Regular; 
    height: 48px; 
    background: #FFFFFF; 
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px; 
    color: #18181B; 
    margin-bottom: 20px
  } 
  .form-examination form .btn-primary{
    font-family: NotoSansThai-SemiBold; 
    width: 152px; 
    height: 48px; 
    background: #224096;
    border-radius: 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px; 
    color: #fff;
  }  
  .form-examination form .btn-default{
    font-family: NotoSansThai-SemiBold; 
    width: 152px; 
    height: 48px; 
    background: #F6F6F6; 
    border-radius: 8px;
    margin-right: 16px;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px; 
    color: #18181B;
  } 
  .tabs-dash .nav-tabs {
    justify-content: end;
    border-bottom: 0px;
    background: #FFFFFF;
    border-radius: 8px;
    width: 468px;
    float: right;
  }
  .tabs-dash .nav-tabs .nav-item{
    min-width: 152px; 
  }
  .tabs-dash .nav-tabs .nav-item .nav-link{ 
    width: 156px;
    height: 48px; 
    background: #FFFFFF; 
    border: 1px solid #DDDDDD;
    text-align: center;
    font-family: NotoSansThai-SemiBold; 
    color: #808080;
    font-weight: 600;
    font-size: 18px;
    line-height: 34px;
    border-radius: 0px;
  } 
  .tabs-dash .nav-tabs .nav-item .nav-link.active{  
    border-radius: 8px; 
    background: linear-gradient(270.18deg, #224096 0.15%, #3AA3F4 147.41%);
    box-shadow: 0px 4px 8px rgba(128, 174, 255, 0.08);
    border-radius: 8px;
    color: #fff;
  }
  .label-box{
    height: 128px; 
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(16, 30, 115, 0.06);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 30px;
    position: relative;
  }
  .label-box h6{
    font-family: NotoSansThai-SemiBold; 
    font-weight: 600;
    font-size: 20px;
    line-height: 24px; 
    color: #18181B; 
  } 
  .label-box h6 span{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;  
    float: right;
  }
  .label-box h6 span.plus{ 
    color: #09B338; 
  }
  .label-box h6 span.minus{ 
    color: #E82F2F; 
  }
  .label-box h1{
    font-family: 'Inter';
    font-style: normal;
    margin-top: 24px;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px; 
    color: #224096; 
  } 
  .label-box h1 span{ 
    font-family: NotoSansThai-Regular; 
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px; 
    color: #808080; 
  }  
  .label-box h5{
    padding-left: 48px;
    font-family: NotoSansThai-SemiBold; 
    font-weight: 600;
    font-size: 20px; 
    color: #18181B;  
    line-height: 40px; 
    margin-bottom: -12px;
  } 
  .label-box h5 span{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;  
    float: right;
  }
  .label-box h5 span.plus{ 
    color: #09B338; 
  }
  .label-box h5 span.minus{ 
    color: #E82F2F; 
  }
  .label-box .img{ 
    z-index: 1;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 16px;
    top: 16px;   
    padding: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
  } 
  .label-box .img img{ 
    max-height: 100%;
  } 
  .label-box .img.danger{  
    background: rgba(232, 47, 47 , .1) ; 
  }
  .label-box .img.success{  
    background: rgba(9, 179, 56 ,.1);
  } 
  .label-box .img.info{  
    background: rgba(58, 163, 244 , .1);
  }  
  .label-box h2{
    font-family: 'Inter';
    font-style: normal;
    margin-top: 24px;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px; 
    color: #18181B; 
  } 
  .label-box h2 span{ 
    font-family: NotoSansThai-Regular; 
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px; 
    color: #808080; 
  }  
  .table-text{ 
    margin-bottom: 30px;
  }
  .table-text thead tr th{
    font-size: 16px;
    line-height: 20px; 
    text-align: center;
    font-family: NotoSansThai-SemiBold; 
    border-top: 0px;
    border-bottom: 0px;
    background: #F6F6F6; 
    vertical-align: middle;
    border-bottom: 0px;
  }
  .table-text thead tr th:first-child{
    border-top-left-radius: 12px;
  }
  .table-text thead tr th:last-child{
    border-top-right-radius: 12px;
  }
  .table-text{
    padding: 16px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(16, 30, 115, 0.06);
    border-radius: 12px;
  }
  .table-text tbody tr td{ 
    border-top: 0px;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px; 
    color: #18181B;
  }
  .table-text tbody tr:nth-child(even){ 
    background: #F6F6F6;
  }  
  .panel-box{
    padding: 16px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(16, 30, 115, 0.06);
    border-radius: 12px; 
    margin-bottom: 30px;
    position: relative;
  } 
  .panel-box h3{
    position: absolute;
    left: 16px;
    top: 16px;
    font-family: NotoSansThai-Bold; 
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px; 
    color: #18181B;
  
  }
  .pie-legend {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: NotoSansThai-Bold; 
  }
  
    .pie-legend span {
        display: inline-block;
        width: 14px;
        height: 14px;
        border-radius: 100%;
        margin-right: 16px;
        margin-bottom: -2px;
        font-family: NotoSansThai-Bold; 
    }
  
    .pie-legend li {
        margin-bottom: 10px;
        display: inline-block;
        margin-right: 10px;
        font-family: NotoSansThai-Bold; 
    }
  
  /*  
    font-family: NotoSansThai-Bold; 
    SemiBold Regular 
    font-family: 'Inter';
  Blue        #224096
  Blue Sky    #3AA3F4
  Orang       #F29D29
  Black       #18181B
  Light_Blue  #9DABD3 
  */
  /* transition: .33s all ease-out;  */ 
  
  @media only screen and (max-width: 991px) { /* MOBILE */   
    .form-loginx{  
      padding: 20px;
    } 
    .login1-main{
      background: linear-gradient(270deg, #FFFFFF 43.91%, rgba(255, 255, 255, 0.24) 100.87%) , url(../images/BG1.png);
      background-position: center , 70% !important;
      background-repeat: no-repeat , no-repeat;
      background-size: 100% , auto 100%  !important;
      height: 100%;
    }
    .login2-main .form-loginx{  
      padding: 35px !important;
    } 
    small{ 
      margin-bottom: 15px; 
    }
    .form-loginx h5 { 
      margin-top: 15px;
      margin-bottom: 15px;
    }
    .form-loginx .logo {
      max-height: 60px;
      margin-bottom: 30px; 
    }
    .main-b.active .menu-left{
      display: block;
    }
    .main-b .menu-left{
      display: none;
    }
    .main-sec {
      padding: 0px;
    }
    .menu-top { 
      height: 65px; 
      padding: 15px;
      position: relative;
    }
    .menu-top .user { 
      font-size: 14px; 
    }
    .dropdown-nofi {
      position: absolute;
      right: 170px;
      top: 25px;
    }
    .box-tb2 h3.pad {
      padding-left: 0px; 
      font-size: 20px;
      line-height: 34px; 
    }
    .box-tb2 .form-control.sel-con{
      right: 10px;
      left: unset;
    } 
    .menu-left{ 
      width: 100%; 
      z-index: 3;
      background-color: rgba(0, 0, 0, 0.65);
    } 
    .menu-left h1{  
      background-color: #fff;
      width: 80%; 
      margin-bottom: 0px;
    }
    .menu-left ul{ 
      width: 80%; 
      z-index: 3;
      background-color: #fff;
      padding-bottom: 30px;
    }
    .main-sec h1 { 
      font-size: 32px;
      line-height: 49px; 
      margin-bottom: 10px;
    }
    .box-tb1 {
      margin-top: 30px; 
    }
    .box-tb2 .table thead tr th:nth-child(1) {
      width: 10px; 
      padding: 0;
      font-size: 10px;
    }
    .control-form{
      display: block;
      justify-content: start;
    }
    .control-form p{
      margin-bottom: 0px;
      margin-top: 15px;
    }
    .control-form input{
      width: 100% !important; 
    }
    .box-tb1 { 
      padding: 25px 10px; 
    }
    .box-tb1 form input + i { 
      right: 30px;
      margin-top: -33px;
    } 
    .table-exam thead tr th{
      font-size: 14px;
      line-height: 20px; 
      text-align: center;
      padding: 4px;
    }
    .table-exam tbody tr td{
      font-size: 12px;
      line-height: 18px; 
      text-align: center;
      padding: 4px;
    }
    .number-list{
      display: flex;
      justify-content: center;
    }
    .modal label {
      font-size: 16px;
      margin-top: 15px;
    }
    .modal .group-btn .btn { 
      font-size: 16px; 
    }
    .modal .btn.btn-light{ 
      width: 100%;
    }
    .modal .btn.btn-info{ 
      width: 100%;
      margin-top: 10px;
    } 
    .modal .modal-dialog .modal-content { 
      padding: 10px 15px;
    }
    .modal-content { 
      width: 96%;
    }
    .treeSelection { 
      width: 90%;
      top: 0px;
      left: 0px;
      margin-left: auto;
      margin-right: auto;
      display: block;
      right: 0;
    }
    .treeSelection ul li {
      display: inline-block;
      width: 50%;
    }   
    .form-examination form .btn-default{   
      margin-right: 0px; 
    } 
  
  }
  @media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1416px;
    }   
    .main-sec{
      padding: 124px 25px 50px 300px;
    } 
    .menu-left{ 
      width: 280px; 
    }
    .menu-left ul{
      overflow-y: auto;
      height: calc(100% - 155px);
    } 
    .menu-left ul::-webkit-scrollbar {
      width: 8px;
    } 
    .menu-left ul::-webkit-scrollbar-track {
      background: #fff; 
      border-radius: 4px;
    } 
    .menu-left ul::-webkit-scrollbar-thumb {
      background: #f1f1f1; 
    } 
    .menu-left ul::-webkit-scrollbar-thumb:hover {
      background: #e5e5e5; 
    }
  }
  @media (min-width: 1600px){ 
    .main-sec{
      padding: 144px 104px 50px 393px;
    }
    .menu-left{ 
      width: 322px; 
    }
  }
  @media (width: 768px){  
    .menu-left:after{  
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 80%;
      height: 100%;
      background-color: #fff;
      z-index: -1;
    }
  }
  @media (width: 820px){  
    .menu-left:after{  
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 80%;
      height: 100%;
      background-color: #fff;
      z-index: -1;
    }
  }
  @media (width: 1024px){  
    .main-sec{
      padding: 120px 15px 30px 250px;
    }
    .menu-left {
      width: 222px;
    }
  }

  .form-section {
    min-height: 84vh;
  }