.listsp {width: 100%; border: 1px solid #eeeeee; padding: 10px; display: none; }
#mysp { display: none; }
#listdt { position: relative; }
#listdt .timdt { background: #333; position: absolute; left:15px; z-index: 2; color: #fff; }
#listdt .timdt .item { padding: 5px 10px; border-bottom: 1px solid #727272; cursor: pointer }
#listdt .timdt .item:hover { background: #555; color: #00ff28;  }
#listdt .timdt .item:last-child { border-bottom: none; }
/* Fix select 2 */
.select2-container { vertical-align: baseline;}
.select2-container .select2-selection--single { height: 38px; }
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    border-radius: 4px;
    box-shadow:none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 36px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 36px; width: 25px; }

.loading-full {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 99999;
}

.loading-full > img {
    height: 100px;
}

.bg-hethan {
    background: #ffc4c4;
}
.bg-saphet {
    background: #fff9c4;
}
.bg-kgh {
    background: #eac4ff;
}