@font-face {
  font-family: prompt;
  src: url("../font/Prompt-Regular.ttf");
}

@font-face {
  font-family: promptLight;
  src: url("../font/Prompt-Light.ttf");
}

@font-face {
  font-family: promptSemiBold;
  src: url("../font/Prompt-SemiBold.ttf");
}

@font-face {
  font-family: 'Anakotmai-Bold';
  src: url("../font/Anakotmai-Bold.ttf");
}

@font-face {
  font-family: 'Anakotmai-Light';
  src: url("../font/Anakotmai-Light.ttf");
}

@font-face {
  font-family: 'Anakotmai-Medium';
  src: url("../font/Anakotmai-Medium.ttf");
}

body {
  font-family: 'prompt';
  /*font-size: 20px;*/
}

body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

a {
  text-decoration: none !important;
}

button.close {
  font-size: 2.5em;
}

.main-sidebar {
  background-image: url('../../images/wall-aside3.jpg');
  background-position: 50% 50%;
}

[class*='sidebar-dark-'] .sidebar a {
  color: #6f7174;
}

.nav-pills .nav-link:not(.active):hover {
  color: #303031!important;
}

.main-sidebar .nav-sidebar .nav-item > .nav-link {
  font-size: 14px;
}


.sidebar{
  -webkit-backdrop-filter:blur(5px);
  backdrop-filter: blur(5px);
}

.sidebar::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}

.sidebar::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #c3e20f;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

[class*='sidebar-dark'] .user-panel{
  border-bottom: unset;
}

.main-header {
  background: rgb(230, 230, 230);
}

.login-box {
  position: relative;
}

.card.login {
  background-color: transparent;
  position: relative;
}

.card.login .login-card-body {
  padding: 30px;
  -webkit-box-shadow: 0 0 10px #ffffff6e;
          box-shadow: 0 0 10px #ffffff6e;
}

.card.login .login-card-body .logo figure {
  margin: 0 auto;
  /* width: 150px; */
  /* height: 150px; */
}

.card.login .login-card-body .logo figure img {
  /* border-radius: 50%; */
  /* width: 100%; */
  /* height: 100%; */
  max-width: 100%;
  max-height: 100%;
  padding: 5px;
  /* border: 1px solid #e8e8e8; */
}

form .form-group.error .error-text {
  display: block;
}

form .error-text {
  display: none;
  font-size: 13px;
  font-weight: 400;
  color: #dc3545;
}

form.form-p-login button.btn {
  border-radius: 25px !important;
}

.form-group {
  position: relative;
}

.form-group label {
  position: absolute;
  font-size: 14px;
  top: 8px;
  left: 18px;
  pointer-events: none;
  z-index: 2;
  background-color: #FFF;
  -webkit-transition: .3s;
  transition: .3s;
  color: #b1b1b1;
}

.form-group .form-control {
  font-size: 13px;
}

.form-group .form-control:focus + label,
.form-group .form-control:not(:placeholder-shown) + label {
  left: 9px;
  top: -13px;
  z-index: 105;
  padding: 0 5px;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 14px;
  color: #000;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated textarea.form-control:valid, textarea.form-control.is-valid,
.was-validated .form-control:invalid, .form-control.is-invalid {
  background-position: top calc(0.375em + 0.1875rem) right calc(1em + 1rem);
}

.loadding {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  display: none;
}

.loadding.open {
  display: block;
}

.loadding .spinner-grow {
  display: block;
  width: 15rem;
  height: 15rem;
  margin: 0 auto;
  margin-top: 10%;
}

.swal2-container {
  z-index: 10000 !important;
}

.navbar-nav .user-menu .nav-link:after {
  content: none;
}

.navbar-nav .user-menu .dropdown-menu {
  padding: 0;
  border-top-width: 0;
  width: 280px;
  background-color: #203d60;
}

.navbar-nav .user-menu .dropdown-menu li.user-header {
  height: 175px;
  padding: 10px;
  text-align: center;
}

.navbar-nav .user-menu .dropdown-menu li.user-header img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.navbar-nav .user-menu .dropdown-menu li.user-header p {
  z-index: 5;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-top: 10px;
}

.navbar-nav .user-menu .dropdown-menu li.user-header p small {
  display: block;
  font-size: 12px;
}

.navbar-nav .user-menu .dropdown-menu .user-body {
  padding: 15px;
  border-bottom: none !important;
  border-top: 1px solid #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar-nav .user-menu .dropdown-menu .user-body a {
  color: #444 !important;
}

.navbar-nav .user-menu .dropdown-menu .user-footer {
  background-color: unset !important;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar-nav .user-menu .dropdown-menu .user-footer .btn-default {
  color: #666666;
}

.navbar-nav .user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}

.dropdown-menu {
  overflow-y: scroll;
}

.dropdown-menu::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
}

.card:hover .card-body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
}

.card .card-body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}

.card .card-body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  width: 4px;
}

.modal.modal-d-block {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
}

.modal.custom .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.modal.custom .modal-dialog .modal-body {
  height: 0;
}

.modal.custom .modal-dialog .modal-body > .row {
  height: 100%;
}

.modal.custom .modal-dialog .modal-body > .row .scroll {
  border: 1px solid #d4d4d4;
  overflow-y: scroll;
  height: 100%;
  padding: 15px;
}

.modal.custom .modal-dialog .modal-body > .row .scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}

.modal.custom .modal-dialog .modal-body > .row .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal.custom .modal-dialog .modal-body > .row .scroll:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
}

.box-category {
  border: 1px solid #e8e8e8;
  height: 100%;
  overflow-y: scroll;
}

.box-category::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}

.box-category::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.box-category .box--title {
  padding: 5px;
  text-align: center;
  background-color: #e8e8e8;
}

.box-category .box--item {
  padding: 5px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box-category .box--item:hover {
  background-color: #f0f0f0;
}

table tbody tr td:nth-child(3) div:nth-child(2) {
  opacity: 0.3;
}

table tbody tr:hover td:nth-child(3) div:nth-child(2) {
  opacity: 1;
}

.table-contact tbody td {
  border-top: unset !important;
}

.table-report th, .table-report td {
  padding: 0.4rem !important;
}

.table-responsive:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
}

.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 5px;
}

.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.report-type-active {
  -webkit-box-shadow: 0 0 5px #736c6c;
          box-shadow: 0 0 5px #736c6c;
}

@media (max-width: 768px) {
  .modal.custom .modal-dialog {
    display: unset;
    height: auto;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .modal.custom .modal-dialog .modal-body {
    height: auto;
  }
  .modal.custom .modal-dialog .modal-body .row {
    height: unset;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1490px !important;
  }
}
/*# sourceMappingURL=style.css.map */