
/* ------------------------------------- */
/* --------------- ADMIN --------------- */
/* ------------------------------------- */



body
     {
         font-family: Kanit, sans-serif;  
         font-size : 10px !important;
    }
    
    
@font-face {
  font-family: Kanit;
src: url("../font/Kanit/Kanit-Regular.ttf") format("woff");
}
 @font-face {
  font-family: hv-thin;
  src: url("../font/Kanit/Kanit-Regular.ttf") format("woff");
}
@font-face {
  font-family: hv-light;
  src: url("../font/Kanit/Kanit-Regular.ttf") format("woff");
}
@font-face {
  font-family: hv-bold;
  src: url("../font/Kanit/Kanit-Regular.ttf") format("woff");
}
@font-face {
  font-family: hv-med;
  src: url("../font/Kanit/Kanit-Regular.ttf") format("woff");
} 
/*.admin-sidebar--logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.admin-sidebar--logo > img {
  height: 98px;
  width: 109px;
}*/
.admin-header--container {
  /* background-color: #22143e;*/
  background-color: #195e8c;
  padding: 10px 40px 10px;
  margin-bottom: 0;
  box-shadow: 0px 5px 5px grey;
}

.admin--title {
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 18px;
  /*color: #4C3399;*/
  color:#1c76ad;
}

.admin--sub-title {
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 18px;
  /*color: #4C3399;*/
  color:#1c76ad;
}

.inner--view {
  width: calc(100% - 206px);
  padding-left: 40px;
  padding-right: 40px;
}

th {
  border-right: 1px dashed #B0B0B0;
  text-align: center;
}

th:last-child {
  border-right: none;
}

.table thead th {
  vertical-align: middle;
}
.pagination {
  margin-bottom: 60px
}

.admin-table-footer--input-number {
  width:40px;
}

td {
  border-right: 1px dashed #B0B0B0;
}

td:last-child {
  border-right: none;
}

table {
  font-size: 22px;
}

.table--modal {
  width: 100%;
}

.qTable > thead > tr >th{
  letter-spacing: 2px;
}

.qTable > tbody > tr >td >div {
  min-height: 16px;
  display: flex;
  justify-content: space-around;
}

.not-pass {
  color: red;
}

.icon--deactive {
  opacity: 0.2;
}

.detail--text-detail {
  font-size: 22px;
}

.rectangle--detail {
  height: 330px;/*height: 241px;*/
  width: 100%;
  background-color: #FBFBFB;
  box-shadow: 0 1px 4px 0 rgba(119,119,119,0.5);
}

.profile-picture {
  height: 174px;
  width: 174px;
  border: 7px solid #EFEFEF;
  border-radius: 92px;
  box-shadow: 1px 3px 4px 0 rgba(0,0,0,0.5);
}

.download-btn {
  width:80px;
  height:70px;
  font-size: 22px;
  padding: 5px 2px 0 2px;
  color: white;
  border-radius: 8px;
  /*background-color: #7763C0;*/
  background-color: #195e8c;
}
