h5.text-dark {
    border-left: 5px solid #f33333;
    padding-left: 5px;
}

.icon-color {
    height: 24px;
    width: 24px;
    box-sizing: content-box;
}

h3.text-dark,
h2.text-dark {
    border-left: 5px solid #f33333;
    padding-left: 5px;
}


.field-icon {
    right: 5px;
    float: right;
    margin-left: -30px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
}

.container {
    padding-top: 50px;
    margin: auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
label,
tr,
td,
th,
.tooltip {
    font-family: 'Athiti', sans-serif !important;
}

input {
    margin: .4rem 0;
}

.btn-slot {
    color: white;
    background-color: #2085cc;
}

.slot-color {
    color: white;
    background-color: #8a0000;
}

.btn-slot2 {
    color: white;
    background-color: #878a96;
}

.text-dark {
    color: #878a96 !important;
}

.jqstooltip {
    position: absolute;
    left: 0px;
    top: 0px;
    visibility: hidden;
    background: rgb(0, 0, 0) transparent;
    background-color: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    color: white;
    font: 10px arial, san serif;
    text-align: left;
    white-space: nowrap;
    padding: 5px;
    border: 1px solid white;
    z-index: 10000;
}

.jqsfield {
    color: white;
    font: 10px arial, san serif;
    text-align: left;
}

.font-monoscaped {
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}

.nav-auto-feature>.nav-link {
    background: linear-gradient(90deg, rgba(255, 186, 0, 1) 0%, rgba(255, 186, 0, 1) 1%, rgba(255, 186, 0, 0.15) 1%, rgba(255, 186, 0, 0) 38%);
}

.nav-auto-feature>.nav-link:hover {
    background: linear-gradient(90deg, rgba(255, 186, 0, 1) 0%, rgba(255, 186, 0, 1) 1%, rgb(255 186 0 / 28%) 1%, rgb(255 186 0 / 4%) 38%) !important;
}

.nav-auto-disabled>.nav-link::before {
    content: 'ติดต่อทีมงานเพื่อขอเปิดใช้งาน';
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.95rem;
    color: #FFF;
    opacity: 0;
    transition: opacity 250ms ease-out;
}

.nav-auto-disabled:hover .nav-link::before {
    opacity: 1;
}

/*
datatable
*/

.dataTables_scrollHead {
    position: sticky !important;
    top: 5rem;
    z-index: 5;
}

.boxed-icon {
    box-shadow: inset rgba(0, 0, 0, 0.2) 0 0 0 2px;
}