@font-face {
  font-family: Kanit;
  src: url(../fonts/Kanit/Kanit-SemiBold.ttf);
}

body,
select,
button:not(.mydpicon),
input,
table,
li,
div,
legend {
  font-family: 'Kanit', sans-serif !important;
}




i.pi {
  font-weight: 900;
  font-size: 17px;
}

legend {
  width: 300px !important;
}

.p-sidebar-scroll {
  overflow-y: scroll;
  overflow-x: hidden;
}


*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f8fdff;
}

*::-webkit-scrollbar {
  width: 12px;
  background-color: #f8fdff;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #d8dfe2;
}




.btn-f-m {
  font-size: 16px !important;
  letter-spacing: 1px;
}

.ui-tabview-panels {
  border: 1px solid #eee;
}

.ui-sidebar-close {
  border: 1px solid #212121;
}

.ui-tabview-nav {
  border: none !important;
}

.ui-tabview .ui-tabview-nav>li.ui-state-active {
  font-weight: normal;
  color: #ffffff;
  background: #f44336 !important;
}

@media all and (min-height:600px) {

  #frmSidebarKeyTrash label,
  #frmSidebarKeyTrash input {
    font-size: 18px;
  }
}

@media all and (max-width: 600px) {
  .pc-only {
    display: none;
  }
}

@media screen  and (max-width: 600px) {
  .pc-only {
    display: none !important;
  }
}
