html, body{
	font-family: 'Barlow Semi Condensed', 'Sarabun' !important;
}
.cke_notifications_area { display: none !important; }
.sidebar-link{
	font-size: 15px !important;
}

.boxright{
	width: 400px;
}

.boxleft{
	width: 100%;
}

.fs12{
	font-size: 12px;
}

.fs14{
	font-size: 14px;
}

.fs16{
    font-size: 16px;
}

.fs18{
    font-size: 18px;
}

.form-label{
    font-weight: 500 !important;
}

.icc{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    background: #ccc;
    border-radius: 50px;
    padding: 12px;
    font-size: 12px;
}

.chpt {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: rgb(0 0 0 / 25%);
    color: #fff;
}

.sidebar-content, body[data-theme=dark] .sidebar-content {
    background: #0b4f8a;
}

.sidebar-link, a.sidebar-link {
	  background: #0b4f8a;
}

.sidebar-link:hover {
    background: #177acf;
    border-left-color: transparent;
}

.sidebar-link i, .sidebar-link svg, a.sidebar-link i, a.sidebar-link svg {
    color: rgb(255 255 255 / 100%);
}

.sidebar-link:hover i,.sidebar-link:hover svg,body[data-theme=dark] .sidebar-link:hover i,body[data-theme=dark] .sidebar-link:hover svg {
    color: rgba(233,236,239,1)
}

.sidebar-dropdown .sidebar-item .sidebar-link:hover {
    background: #01689b;
}

.select2-container .select2-selection--single {
height: calc(2.08rem) !important;
    padding: .1rem 2.55rem .3rem .85rem;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: calc(1.95rem + 2px) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
      color: #495057 !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d1d3e2 !important;
}

.select2-results__option[aria-selected] {
    font-weight: 400 !important;
}

.thumbnailxl{
  width: 100%;
  height: 100%;
  max-height: 250px;
  max-width: 250px;
  aspect-ratio: 1 / 1; 
  object-fit: cover;
}

.thumbnaillg{
  width: 150px;
  height: 150px;
  aspect-ratio: 1 / 1; 
  object-fit: cover;
}

.thumbnail{
  width: 100px;
  height: 100px;
  aspect-ratio: 1 / 1; 
  object-fit: cover;
}

.thumbnail-sm{
  width: 80px;
  height: 80px;
  aspect-ratio: 1 / 1; 
  object-fit: cover;
}

.delimage{
      position: absolute;
    top: -10px;
    right: -2px;
    color: #ff0303;
    background: #ffffff;
    border-radius: 50px;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.content {
    padding: 1rem 1rem 1.5rem;
}

div.table-responsive > div.dataTables_wrapper > div.row {
    row-gap: 0.5rem;
}    

table.dataTable > tbody > tr.child ul.dtr-details > li {
    flex-direction: column;
    display: flex;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    display: block !important;
}

@media screen and (max-width: 768px) {
.boxright{
	width: 100%;
}

}

@media (forced-colors: active) {
  body {
    background: Canvas;
    color: CanvasText;
  }
  button {
    background: ButtonFace;
    color: ButtonText;
  }
}
