﻿.telerik-pop {
    z-index: 44444;
}


.swal2-container {
    z-index: 20000 !important;
}
 

.k-checkbox {
    border-color: gray !important;
    background-color: #ffffff;
}

/*begin สำหรับ loading แบบ transparent เต็มหน้า*/
.loading-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.5); /* สีเทาโปร่งใส */
    z-index: 9999; /* ให้แสดงอยู่ด้านหน้า */
    display: flex;
    align-items: center;
    justify-content: center;
}
/*end สำหรับ loading แบบ transparent เต็มหน้า*/
 