

/* Formation Datatable */
div.dataTables_wrapper div.dataTables_scrollBody {
  min-height: 480px;
}


/*Checkbox tree */
ul.checktree, .checktree ul{
    list-style-type: none;
    margin: 3px;
}
ul.checktree li:before {
    height: 1.5em;
    width: 12px;
    border-bottom: 1px dashed;
    content: "";
    display: inline-block;
    top: -0.3em;
}
ul.checktree li {
    border-left: 1px dashed;
    margin: 3px;
}
ul.checktree li:last-child:before { border-left: 1px dashed; }
ul.checktree li:last-child { border-left: none; }

/* iframe viewer */
.iframe_viewer{
    width: 100%;
    min-height: 700px;
}

.w100 {
    width: 100% !important;
}

.language_en{
    font-family: "Inter", system-ui, 'KhmerOS_Content', -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 500;
    line-height: 1.5715;
    -webkit-text-size-adjust: 100%;
}
 .language_kh{
        font-family: 'Khmer siemreap','Inter',system-ui,-apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        /* font-weight: 500; */
   }

/* .language_kh{
    font-family: 'KhmerOS_Content';
    font-weight: 500;
    font-size: 13.5px;
} */
.khmerOS_moulight{
    font-family: 'Khmer Os Muol Light';
    font-weight: 500;
}
.khmer_siemreap{
    font-family: 'Khmer siemreap';
    font-size: 15px;
    font-weight: 500;
}
#loadingDataTable{
    -webkit-animation: spin 0.6s linear infinite;
    animation: spin 0.6s linear infinite;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
.confirm-message{
      color: #ff0000;
      font-size: 14px;
      font-weight: 500;
  }

  .error-message {
      font-size: 80%;
      color: rgb(220 53 69);
  }

  .success-message {
      color: green;
  }
.active-success>.page-link, .page-link.active {
    z-index: 3;
    color: #FFFFFF !important; /* Apple-like gray */
    background-color: #059669 !important; /* Apple-like gray */
    border-color: #059669 !important; /* Apple-like gray */
}
.active-error>.page-link, .page-link.active {
    z-index: 3;
    color: #FFFFFF !important; /* Apple-like gray */
    background-color: #dc2626 !important; /* Apple-like gray */
    border-color: #dc2626 !important; /* Apple-like gray */
}

/* .a-hover-me{
    position: relative;
}
.a-hover-me::before{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #f6f7f8;
    box-shadow: 0 0 10px 1px #f6f7f8;
    transition: all 0.3s ease-in-out 0s;
}
.a-hover-me:hover::before{
    width: 100%;
} */

.active-side {
    background-color: #1560e4 !important; /* Apple-like gray */
    color: #FFFFFF !important; /* White text for contrast */
    opacity: 0.95; /* Slight transparency for a soft look */
    border: 1.5px solid #1560e4 !important; /* White text for contrast */

}

.active-side i {
    color: #FFFFFF !important;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: rgb(245 245 245);
    border: 1px solid rgb(227 227 227);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

    .select2-container--default .select2-selection--single {
    cursor: pointer;
    }

    .select2-container--default .select2-selection--multiple {
        cursor: pointer;
    }

    .select2-results__option {
        cursor: pointer;
    }


