﻿.header-desk{
    display: block;
    position: sticky;
    top: 0;
    z-index: 9999;
}
.app-header{
    display: none;
}

@media (max-width: 991.98px) {
    .app-container {
        max-width: none;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .header-desk{
        display: none;
    }
    .app-header{
        display: block;
    }
}
@media (max-width: 991.98px) {
    /* .header-name .header-right {
        position: relative;
        right: 0;
    }
    .resdesktop{
        display: none;
    }
    .resmobile{
        display: block;
    }
    .container.resmobile {
        max-width: 100% !important;
    }
    .app-content {
        max-width: none;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 2px !important;
        padding-right: 2px !important;
        margin-top: 0;
        border-radius: 0;
    }
    #kt_app_header_menu_toggle {
        margin: 10px !important;
    }
    .header-left {
        border: 1px solid #DBDFE9;
        border-radius: 5px;
    } */
}

.highlight {
    background-color: yellow !important;
    border-radius: 0 !important;
    padding: 0 !important;
    color: #000;
}

.highlight-red {
    background-color: red !important;
    border-radius: 0 !important;
    padding: 0 !important;
    color: #ffffff;
}

.highlight-yellow {
    background-color: yellow !important;
    border-radius: 0 !important;
    padding: 0 !important;
    color: #ffffff;
}

.header-left .header-link {
    margin-right: 20px;
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.header-right {
    display: flex;
    align-items: center;
}

h1 {
    font-size: 24px;
    margin: 0 0 10px;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    /* margin-top: 20px; */
}

thead th {
    color: #78829D;
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}

/* .widthcol th {
    width: 10%;
} */

tbody td {
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

/* .content-pb {
    background-color: #f8d7da;
} */

    /* .content-pb:nth-child(odd) {
        background-color: #FFEEF3;
    }

    .content-pb:nth-child(even) {
        background-color: white;
    } */

    .content-pb .text-left {
        text-align: left;
        /* width: 45%; */
    }

.phongban td {
    background-color: #F6B10033;
    font-weight: 700;
    padding: 25px 0;
}

.header-info span.usname {
    font-size: 18px;
    font-weight: 600;
    color: #1B84FF;
    line-height: 25px;
    padding-bottom: 5px;
}

.header-info span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #78829D;
}

.header-name {
    position: relative;
}

    .header-name .header-right {
        position: absolute;
        right: 0;
        top: -15px;
    }

    .header-name .header-info-1 {
        padding: 10px 20px;
        border: 0.5px dashed #C4CADA;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .header-name .header-info-2 {
        padding: 10px 20px;
        border: 0.5px dashed #C4CADA;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-left: none;
    }

.table.gy-4 td, .table.gy-4 th {
    border-left: 1px solid #F1F1F4;
}

a.page-bg-tab {
    color: black;
    padding: 25px 0px 15px 0;
    margin-right: 30px;
    font-size: 14px;
    font-weight: 600;
}

    a.page-bg-tab.active {
        border-bottom: 3px solid #1B84FF;
        color: #1B84FF;
        font-weight: 600;
    }

th.text-uppercase.title-tile {
    padding: 30px;
    /* background-color: antiquewhite; */
}

.top-left-radius {
    border-top-left-radius: 10px;
}

.top-right-radius {
    border-top-right-radius: 10px;
}

.bot-left-radius {
    border-bottom-left-radius: 10px;
}

.bot-right-radius {
    border-bottom-right-radius: 10px;
}

/* tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
} */

.red-text {
    color: red !important;
}

.tilte-height{
    background-color: #FFEEF3;
    color: #D81A48;
}
.tilte-medium {
    background-color: #FFF8DD;
    color: #DFA000;
}
.tilte-low {
    background-color:#EAFFF1;
    color: #01BF73;
}
.check-trung .content-pb .text-left{
    background-color: #FFEEF3;
}
.check-trung tr.content-pb .rscolor-0 {
    background-color: #EAFFF1;
}
/* mobile */

.production-schedule {
    width: 100%;
    /* border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;  */
    border-radius: 8px;
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
}



.resdesktop{
    display: block;
}
.resmobile{
    display: none;
}
