﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
    --rz-white: #ffffff;
    --rz-black: #000000;
    --rz-base-50: #ffffff;
    --rz-base-100: #f4f5f9;
    --rz-base-200: #e9eaed;
    --rz-base-300: #e0e1e4;
    --rz-base-400: #c9cacd;
    --rz-base-500: #afafb2;
    --rz-base-600: #8d8e90;
    --rz-base-700: #707072;
    --rz-base-800: #4f4f50;
    --rz-base-900: #262526;
    --rz-primary: #0097b2 !important;
    --rz-primary-light: #0097b2 !important;
    --rz-primary-lighter: rgba(17, 81, 243, 0.16);
    --rz-primary-dark: #0e44cc;
    --rz-primary-darker: #0d3eb9;
    --rz-secondary: #5d89f7;
    --rz-secondary-light: #779cf8;
    --rz-secondary-lighter: rgba(93, 137, 247, 0.16);
    --rz-secondary-dark: #4e73cf;
    --rz-secondary-darker: #4768bc;
    --rz-info: #12a4f5;
    --rz-info-light: #38b3f7;
    --rz-info-lighter: rgba(18, 164, 245, 0.16);
    --rz-info-dark: #0f8ace;
    --rz-info-darker: #0e7dba;
    --rz-success: #009b51;
    --rz-success-light: #29ab6d;
    --rz-success-lighter: rgba(0, 155, 81, 0.16);
    --rz-success-dark: #008244;
    --rz-success-darker: #00763e;
    --rz-warning: #ffae11;
    --rz-warning-light: #ffbb37;
    --rz-warning-lighter: rgba(255, 174, 17, 0.16);
    --rz-warning-dark: #d6920e;
    --rz-warning-darker: #c2840d;
    --rz-danger: #f31155;
    --rz-danger-light: #f53770;
    --rz-danger-lighter: rgba(243, 17, 85, 0.16);
    --rz-danger-dark: #cc0e47;
    --rz-danger-darker: #b90d41;
    --rz-series-1: #25a8a8 !important;
    --rz-series-2: #64dfdf;
    --rz-series-3: #f68769;
    --rz-series-4: #c161e2;
    --rz-series-5: #fdd07a;
    --rz-series-6: #f8629b;
    --rz-series-7: #74d062;
    --rz-series-8: #84a7ff;
    --rz-series-9: #4d99f9;
    --rz-series-10: #8cecec;
    --rz-series-11: #fab793;
    --rz-series-12: #da88ee;
    --rz-series-13: #fee3ab;
    --rz-series-14: #fb89c3;
    --rz-series-15: #a2e389;
    --rz-series-16: #b5caff;
    --rz-series-17: #1750f3;
    --rz-series-18: #46d7d7;
    --rz-series-19: #f46e4c;
    --rz-series-20: #b343db;
    --rz-series-21: #fdc55f;
    --rz-series-22: #f64485;
    --rz-series-23: #58c544;
    --rz-series-24: #6a93ff;
    --rz-199-menu: #188b82;
    --rz-199-menu-light: #22a399;
    --rz-199-menu-lighter: #00AB9D;
}

.rz-layout {
    background-color: #ffffff !important;
}

.rz-panel-menu .rz-navigation-item {
    border-top: 1px solid rgba(255,255,255,0.2) !important;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
}

.rz-panel-menu .rz-navigation-item-active:before, .rz-panel-menu .rz-navigation-item-wrapper-active:before {
    background-color: #f85d2c !important;
}
/*.rz-sidebar {
    background-color: var(--rz-199-menu) !important;
    border-right: var(--rz-199-menu) !important;
}

.rz-panel-menu {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    overflow: auto;
    font-size: var(--rz-panel-menu-font-size);
    font-weight: var(--rz-panel-menu-font-weight);
    color: var(--rz-panel-menu-color);
    background-color: var(--rz-199-menu) !important;
}

    .rz-panel-menu .rz-navigation-menu .rz-navigation-item-wrapper {
        margin: var(--rz-panel-menu-item-2nd-level-margin);
        border-radius: var(--rz-panel-menu-item-2nd-level-border-radius);
        background-color: var(--rz-199-menu-light) !important;
        overflow: hidden;
    }
        .rz-panel-menu .rz-navigation-menu .rz-navigation-item-wrapper:hover {
            background-color: var(--rz-primary-light) !important;
            color: var(--rz-panel-menu-item-2nd-level-hover-color);
        }

            .rz-panel-menu .rz-navigation-menu .rz-navigation-item-wrapper:hover .rz-navigation-item-icon {
                color: var(--rz-panel-menu-item-2nd-level-hover-color);
            }

    .rz-panel-menu .rz-navigation-item-active:before, .rz-panel-menu .rz-navigation-item-wrapper-active:before {
        background-color: #f85d2c !important;
    }

    .rz-panel-menu .rz-navigation-item {
        border-top: 1px solid rgba(255,255,255,0.2) !important;
        border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    }
    .rz-panel-menu .rz-navigation-menu .rz-navigation-menu .rz-navigation-item-wrapper:hover {
        background-color: var(--rz-primary-light) !important;
        color: var(--rz-panel-menu-item-3rd-level-hover-color);
    }*/
html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
   /*  overflow: hidden; Ẩn cuộn bên ngoài */
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.box {
    display: flex;
    justify-content: space-between;
}

.modal-backdrop {
    width: 99vw;
}

.font-size-30 {
    font-size: 30px;
}

.file-label {
    color: white;
    padding: 0.5rem;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-top: 1rem;
}

.animate-text {
    animation-name: Fade-in;
    animation-duration: 1s;
}

.rz-g {
    justify-content: center;
}

.resize-base-on-content span {
    white-space: normal !important;
}

@keyframes Fade-in {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.rz-datatable-loading {
    background-color: unset !important;
}

.rz-treenode-label {
    width: 100%;
}

.rz-paginator label {
    margin-bottom: 0;
}

.search-input {
    width: 100%;
    border-radius: 2px;
    display: flex;
    border: 1px solid #8888;
}


#myTable tr td {
    max-width: 200px;
}

@media only screen and (max-width: 600px) {
    .lichsu-kcb {
        padding-left: 10px;
        padding-right: 10px;
    }

        .lichsu-kcb .logo {
            max-width: 150px;
        }

        .lichsu-kcb h2 {
            font-size: 22px;
            display: block;
            text-align: center;
            font-weight: bold;
        }

        .lichsu-kcb h3 {
            font-size: 18px;
            display: block;
            font-weight: bold;
        }

    .chu-ky-199 {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .lichsu-kcb {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .img_logo {
        display: none;
    }

    /*.rz-treenode {
        display: flex;
        width: 50%;
        float: left;
    }*/
}

.bg_login {
    position: relative; /* cần để pseudo-element đặt chồng lên */
    background-image: url("/Images/bg-axis.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    overflow: hidden;
    height: 100vh;
    padding: 10px;
    justify-content: center; /* Căn giữa theo chiều ngang */
    align-items: center; /* Căn giữa theo chiều dọc */
}

.f-login {
    max-width: 800px;
    /*max-height: 420px;*/
    width: 100%;
    overflow: hidden;
    margin: auto;
}

.login-head {
    height: 100%;
    background-color: rgba(0, 151, 178, 0.7) !important;
}

.login-body {
    background-color: rgba(240, 247, 255, 0.9) !important;
}

.login-img {
    width: 220px;
}

.project-box {
    transition: transform 0.3s ease-in-out;
    width: 300px !important;
    flex: none;
    background-color: var(--white);
    padding: 1rem;
    border-radius: 8px !important;
    width: 100%;
    margin-bottom: 1rem;
    border-color: rgba(162,179,207,.2) !important;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px !important;
    border-color: rgba(162,179,207,.2) !important;
}

.project-user {
    border: 1px solid #e0e1e4;
    border-radius: 10px;
    height: 15vh;
    overflow: auto
}

.project-box:hover {
    /*cursor: pointer;*/
    /*  transform: scale(1.0);
        border: 1px solid #8888;*/
    /*box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    border-color: rgba(162,179,207,.2) !important;*/
}

.project-task-list-item:hover {
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    border-color: rgba(162,179,207,.2) !important;
    cursor: pointer;
}

.project-task-list-item-100:hover {
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    border-color: rgba(162,179,207,.2) !important;
    cursor: pointer;
}

.project-box .rz-button {
    border-radius: 5px !important;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
}

.project-task-list-item .rz-button {
    border-radius: 5px !important;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
}

#project-box-grid .rz-g {
    justify-content: flex-start;
}

.project-box-task {
    width: 100%;
    border-radius: 5px;
    flex: none;
    padding: 0;
    padding-left: 40px
}

.project-task-list-item {
    width: 100%;
    border-radius: 8px !important;
    flex: none;
    padding: 0;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #edf4f7 !important;
    border-color: rgba(162,179,207,.2) !important;
    max-width: 350px;
}

.project-task-list-item-100 {
    width: 100%;
    border-radius: 8px !important;
    flex: none;
    padding: 0;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #edf4f7 !important;
    border-color: rgba(162,179,207,.2) !important;
}

.project-task-file {
    width: 100%;
    border-radius: 5px;
    flex: none;
    padding-bottom: 0;
    padding: 8px !important;
    margin: 5px;
    width: 98%;
}

.project-task-comment {
    display: flex;
    height: 800px;
    flex-direction: column;
    padding: 10px;
    background: #fbfbfb;
    border-radius: 10px;
    overflow-x: scroll;
}

.project-task-action {
    padding: 10px;
}

.work_done {
    cursor: pointer;
    background-color: #5cbf7a;
    border-radius: 8px;
    box-shadow: rgba(255, 255, 255, 0.3) 0px 2px 8px 0px;
    border-color: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid;
    padding: 15px;
    min-width: 120px;
}

.work_processing {
    cursor: pointer;
    background-color: #ccdb4b;
    border-radius: 8px;
    box-shadow: rgba(255, 255, 255, 0.3) 0px 2px 8px 0px;
    border-color: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid;
    padding: 15px;
    min-width: 120px;
}

.work_overdue {
    cursor: pointer;
    background-color: #f9777f;
    border-radius: 8px;
    border-color: rgba(162,179,207,.2) !important;
    box-shadow: rgba(255, 255, 255, 0.3) 0px 2px 8px 0px;
    border-color: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid;
    padding: 15px;
    min-width: 120px;
}

.task_done {
    cursor: pointer;
    background-color: #5cbf7a;
    border-radius: 8px;
    border-color: rgba(162,179,207,.2) !important;
    box-shadow: rgba(255, 255, 255, 0.3) 0px 2px 8px 0px;
    border-color: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid;
    padding: 15px;
    padding: 15px;
    min-width: 120px;
}

.task_processing {
    cursor: pointer;
    background-color: #ccdb4b;
    border-radius: 8px;
    border-color: rgba(162,179,207,.2) !important;
    box-shadow: rgba(255, 255, 255, 0.3) 0px 2px 8px 0px;
    border-color: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid;
    padding: 15px;
    min-width: 120px;
}

.task_overdue {
    cursor: pointer;
    background-color: #f9777f;
    border-radius: 8px;
    border-color: rgba(162,179,207,.2) !important;
    box-shadow: rgba(255, 255, 255, 0.3) 0px 2px 8px 0px;
    border-color: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid;
    padding: 15px;
    min-width: 120px;
}

.dashboard_chart {
    border-radius: 5px;
    border-color: rgba(162,179,207,.2) !important;
    padding: 50px;
    margin-top: 50px;
}

.pr_dashboard div {
    /*height:100px;*/
}

.das-project {
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: left;
    transition: all 0.3s ease;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    border-color: rgba(162, 179, 207, .2) !important;
    background-color: rgb(18, 160, 185, 0.50);
    padding: 20px;
    font-weight: bold !important;
    overflow: auto;
}

    .das-project .rzi {
        box-shadow: rgba(255, 255, 255, 0.3) 0px 2px 8px 0px;
        border-color: rgba(255, 255, 255, 0.2) !important;
        border: 1px solid;
    }

.das-task {
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: left;
    transition: all 0.3s ease;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    border-color: rgba(162, 179, 207, .2) !important;
    background-color: rgb(18, 160, 185, 0.50);
    padding: 20px;
    font-weight: bold !important;
    overflow: auto;
}

    .das-task .rzi {
        box-shadow: rgba(255, 255, 255, 0.3) 0px 2px 8px 0px;
        border-color: rgba(255, 255, 255, 0.2) !important;
        border: 1px solid;
    }

.pr_dashboard {
    cursor: pointer;
}

.pr_dashboard {
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: left;
    transition: all 0.3s ease;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    border-color: rgba(162, 179, 207, .2) !important;
}

    .pr_dashboard:hover {
        box-shadow: #0097b2 0px 2px 8px 0px;
    }

    .pr_dashboard .rz-col-3 {
        display: flex;
        justify-content: center;
    }

    .pr_dashboard .rz-col-3 {
        padding-top: 20px !important;
        padding-left: 20px;
    }

    .pr_dashboard div.rz-col-9 {
        padding-top: 20px;
    }



.overdue-box-border {
    background: #fedfdf !important;
}

.task-panel {
    /*flex-basis: 20%;
    padding: 10px;
    border-radius: 8px !important;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    border-color: rgba(162,179,207,.2) !important;*/
    flex-basis: 20%;
    background-color: var(--white);
    padding: 1rem;
    border-radius: 8px;
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
    margin-bottom: 1rem;
    border: 3px dashed transparent;
}

.my-task-description {
    overflow: auto;
    font-size: 14px;
    max-height: 150px;
    text-align: justify;
}

.project-task-list-item a {
    color: #100e0e;
}

    .project-task-list-item a:hover {
        color: #00AB9D;
    }

.my-task-list-item {
    width: 100%;
    border-radius: 8px !important;
    flex: none;
    padding: 0;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #ebf0f7
}

    .my-task-list-item a {
        text-decoration: none !important;
    }

.rz-g > div {
    flex: none !important;
}

.rz-chart svg {
    overflow: visible;
}


.mydashboard-panel-4 .icon,
.mydashboard-panel-8 .icon {
    font-size: 20px;
}

.mydashboard-panel-4 .text,
.mydashboard-panel-8 .text {
    margin-left: 10px;
}


.mydashboard-panel-4 {
    background-color: #F0FAF2;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    border-color: rgba(162,179,207,.2) !important;
    padding: 15px;
}

.mydashboard-panel-8 {
    background-color: #F0FAF2;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    border-color: rgba(162,179,207,.2) !important;
    padding: 15px;
}

.appointment_patient {
    background-color: #F0FAF2;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    border-color: rgba(162,179,207,.2) !important;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 150px;
}

.appointment_doctor {
    background-color: #F0F7FF;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    border-color: rgba(162,179,207,.2) !important;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 150px;
}

.appointment_info {
    background-color: #FFEFF0;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    border-color: rgba(162,179,207,.2) !important;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 150px;
}

.dashboard-web {
    background-color: #F0FAF2;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    border-color: rgba(162,179,207,.2) !important;
    max-height: 110px;
    min-height: 80px;
    margin-bottom: 10px;
    color: #00AB9D !important;
    padding: 20px;
}

/*KET QUA KCB*/
.lichsu-kcb {
    padding-left: 30px;
    padding-right: 30px;
}

    .lichsu-kcb h5 {
        font-weight: bold;
    }

.kl-detail {
    border: #ffffff 1px !important;
    padding: 10px;
}

.qldh_menu {
    background: #00AB9D !important;
    /* border-radius: 10px;*/
    padding-left: 100px;
    padding-right: 100px;
    padding: 10px;
    text-align: right
}

.qldh-xml-header {
}

.qldh-xml-header-logo {
    text-align: left
}

.qldh-xml-header-diachi {
    text-align: right
}

.QLDH_XML {
    border: #00AB9D 1px solid;
    padding: 20px;
    margin: 20px;
    border-radius: 10px;
}

.xml_timeline {
    max-width: 800px;
    margin: 0 auto;
}

.QLDH_XML button {
    margin: 2px;
    border-radius: 3px;
}

.xml-title {
    text-align: center;
    padding-top: 10px;
}

iframe {
    overflow: scroll !important;
}

.watermark {
    position: relative;
    top: -380px;
    font-size: 16px;
    display: block;
    height: 25px;
    overflow: hidden;
    color: #c4c5c78a;
    transform: rotate(-45deg);
    text-transform: uppercase;
    opacity: 2.0;
    letter-spacing: 4px;
}

.text-sm-end {
    text-align: right !important;
}

.my-tasks {
    overflow-y: scroll !important;
}

.rz-dropzone {
    min-width: 250px;
    max-width: 260px;
    float: left;
}

.rz-dropzone-container {
    min-height: 500px !important;
}
/*AXIS-WORK*/
:root {
    --mud-palette-primary: #0097b2 !important;
}

.axis-body {
    background-color: #e8ebe8;
    background-image: url(/Images/bg-axis.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    background-attachment: fixed;
}

.axis-home {
    padding: 40px;
    max-width: 90%;
    margin: auto;
}

    .axis-home div {
    }

.axis-home-menu {
    display: flex; /* Sử dụng Flexbox */
    justify-content: center; /* Căn giữa theo chiều ngang */
    align-items: center; /* Căn giữa theo chiều dọc */
    gap: 20px;
}

.ic-home {
    color: #0097b2;
    height: 30px;
}

.rz-footer {
    background: #0097b2 !important;
    color: #ffffff !important;
}

.menu-parent-disable {
    min-width: 220px;
    padding: 20px;
    background-color: rgb(112, 114, 116, 0.20);
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    border-color: rgba(162, 179, 207, .2) !important;
    max-height: 220px;
    min-height: 80px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
}

.menu-parent {
    min-width: 220px;
    padding: 20px;
    background-color: rgba(240, 247, 255, 0.9);
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    border-color: rgba(162, 179, 207, .2) !important;
    max-height: 220px;
    min-height: 80px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
}

    .menu-parent:hover {
        box-shadow: #0097b2 0px 2px 8px 0px;
        border-color: rgba(162, 179, 207, .2) !important;
    }

.img_logo {
    max-width: 240px;
    align-items: center;
    padding: 10px
}

.mn-home-breadcrumb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    background-color: rgba(240, 247, 255, 0.7);
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    border-color: rgba(162, 179, 207, .2) !important;
    padding: 8px;
}
/* Hiệu ứng fade-in */
.fade-in {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Back button style */
.back-button {
    margin-bottom: 15px;
    padding: 8px 16px;
    border: none;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .back-button:hover {
        background-color: #0056b3;
    }

/* Style for child menu items */
.menu-child-item {
    padding: 10px;
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: left;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: rgba(240, 247, 255, 0.7);
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    border-color: rgba(162, 179, 207, .2) !important;
}

    .menu-child-item:hover {
        box-shadow: red 0px 2px 8px 0px;
        border-color: rgb(236, 108, 7, 0,20) !important;
    }

.axis-home-menu:focus {
    outline: none; /* Loại bỏ viền focus mặc định */
}
/* Header Menu */
.header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    position: fixed;
    top: 0;
    width: 100%;
}

.menu-icon {
    cursor: pointer;
    font-size: 24px;
}

.menu-items {
    display: flex;
    gap: 20px;
}

    .menu-items span {
        cursor: pointer;
        font-size: 16px;
        color: #333;
        transition: color 0.3s ease;
    }

        .menu-items span:hover {
            color: #007bff;
        }

/* Fullpage Menu */
.menu-fullpage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    z-index: 2000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease-in-out;
}

    .menu-fullpage .close-button {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 24px;
        background: none;
        border: none;
        color: white;
        cursor: pointer;
        font-weight: bold;
        transition: color 0.3s ease;
    }

        .menu-fullpage .close-button:hover {
            color: #007bff;
        }

    .menu-fullpage .menu-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .menu-fullpage .menu-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        cursor: pointer;
        transition: transform 0.3s ease, color 0.3s ease;
    }

        .menu-fullpage .menu-item:hover {
            transform: scale(1.1);
            color: #007bff;
        }

        .menu-fullpage .menu-item span {
            margin-top: 10px;
            font-size: 16px;
        }

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* QuickMenu Styles */
.quickmenu-container-horizontal {
    display: flex;
    overflow-x: auto;
    border-radius: 8px;
    padding: 10px;
    z-index: 1000;
    gap: 10px; /* Khoảng cách giữa các mục */
    flex-wrap: nowrap;
    overflow-y: hidden;
    white-space: nowrap; /* Ngăn chặn xuống hàng */
    -webkit-overflow-scrolling: touch; /* Hỗ trợ cuộn mượt trên iOS */
    scroll-behavior: smooth; /* Cuộn mượt */
    width: 100% !important;
}

.quickmenu-item-horizontal {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 8px 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    min-width: 80px; /* Đặt chiều rộng tối thiểu để đồng đều */
    text-align: center;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
    background-color: rgba(255, 0, 0, 0.5);
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    border-color: rgba(162, 179, 207, .2) !important;
    color: #ffffff;
}

    .quickmenu-item-horizontal:hover {
        background-color: #0097b2;
        color: white;
    }

    .quickmenu-item-horizontal span {
        font-size: 14px;
        color: #ffffff;
    }

    .quickmenu-item-horizontal:hover span {
        color: white;
    }

.access-denied-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 95%;
    background-color: rgba(240, 247, 255, 0.7);
}

.access-denied-card {
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    background: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    animation: fadeIn 0.5s ease-in-out;
}

    .access-denied-card h1 {
        font-size: 24px;
        color: #d32f2f;
        margin-top: 15px;
    }

    .access-denied-card p {
        font-size: 16px;
        color: #666;
        margin-bottom: 20px;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.rz-category-axis .rz-tick-text {
    font-size: 10px; /* Kích thước font */
}

/*ĐÂY LÀ CSS CUA CHAT*/
/* Sidebar styling */
.chat-home {
    display: flex;
    flex-direction: column;
    height: 100%; /* Chiều cao 100% từ cha */
}

.conversation-list {
    width: 30%;
    height: 100%;
    overflow-y: auto;
    color: #2b2828 !important;
    /* border-right: 1px solid #ddd;*/
    /*  background-color: #f9f9f9;
    border-radius: 10px;
    padding: 10px;
    border-color: #00AB9D !important;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px !important;*/
}

.top-actions {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

/*.search-input {
    flex: 1;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}*/

.search-button,
.new-chat-button {
    padding: 8px 12px;
    border: none;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

.new-chat-button {
    background-color: #28a745;
}

    .search-button:hover,
    .new-chat-button:hover {
        opacity: 0.9;
    }

.unread-conversation {
    background-color: #d6eff3;
}

    .unread-conversation p {
        font-weight: bold;
    }

.conversation-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
    position: relative;
    cursor: pointer;
    border: #f4f4f4 1px solid;
    border-radius: 8px;
    margin-bottom: 2px;
}

    .conversation-item:hover {
        background-color: #f0f0f0;
    }

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.group-avatar {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3eeee; /* Màu nền nếu thiếu ảnh */
    overflow: hidden;
}

.avatar-group {
    width: 20px; /* Kích thước mỗi ảnh nhỏ hơn */
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    border: 1px solid #fff; /* Tạo khoảng cách giữa các ảnh */
}

.group-avatar .avatar-group:nth-child(1) {
    top: 5px;
    left: 5px;
}

.group-avatar .avatar-group:nth-child(2) {
    top: 5px;
    right: 5px;
}

.group-avatar .avatar-group:nth-child(3) {
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.conversation-details {
    flex: 1;
}

.conversation-time {
    font-size: 10px;
    color: #888;
    align-self: flex-end;
    margin-left: auto;
    padding-right: 0px;
}

/* Main conversation panel styling */
.message-area {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #edefee;
    float: right;
    overflow: auto;
    padding: 0px !important;
}

.conversation-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
}

.header-icons {
    display: flex;
    gap: 10px;
}

.icon-button {
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    background-color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .icon-button:hover {
        background-color: #d6eff3;
    }

.message-list {
    flex: 1;
    overflow-y: auto;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.message-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    padding: 10px;
    border-radius: 8px;
    position: relative;
    color: #2b2828 !important;
}

.sender {
    align-self: flex-end;
    background-color: #d6eff3;
    text-align: right;
    margin-left: auto;
    border: #dfe2df 1px solid;
    color: #2b2828 !important;
}

.receiver {
    align-self: flex-start;
    background-color: #ffffff;
    text-align: left;
    margin-right: auto;
    border: #d0d0d0 1px solid;
    color: #2b2828 !important;
}

.message-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    transition: all 0.3s ease; /* Hiệu ứng chuyển đổi */
}

    .message-content p {
        margin: 0;
        word-wrap: break-word;
    }

.message-timestamp {
    font-size: 12px;
    color: #888;
    margin-top: 5px;
}

.message-content {
    transition: all 0.3s ease; /* Thêm hiệu ứng cho chiều cao và padding */
}

.message-item:hover .message-content {
    padding: 2px; /* Tăng khoảng cách padding */
}

.message-actions {
    display: none;
    position: absolute;
    top: 100%; /* Vị trí nằm dưới nội dung tin nhắn */
    right: -10px; /* Mặc định canh phải */
    transform: translateY(-50%);
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
    padding: 5px;
    gap: 10px;
    flex-direction: row; /* Hiển thị các nút cùng một hàng */
    align-items: center;
    white-space: nowrap; /* Đảm bảo nội dung không bị xuống dòng */
}

.message-item:hover .message-actions {
    display: flex;
}

.message-item.sender .message-actions {
    right: auto !important; /* Hủy canh phải */
    left: -10px;
}

.message-actions {
    opacity: 0;
    transition: opacity 0.2s, transform 0.2s;
}

.message-item:hover .message-actions {
    opacity: 1;
    transform: translateY(-50%);
}
/* CSS cho các icon */
.message-actions .icon-button {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease; /* Hiệu ứng chuyển đổi */
    color: #888; /* Màu mặc định của icon */
    margin: 0 2px 0 2px;
}

    .message-actions .icon-button:hover {
        background-color: #d6eff3; /* Màu nền khi trỏ chuột vào */
        color: #00ab9d; /* Màu của icon khi trỏ chuột vào */
        transform: scale(1.1); /* Phóng to nhẹ icon */
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Hiệu ứng đổ bóng */
    }

    /* Tùy chỉnh thêm nếu cần */
    .message-actions .icon-button:active {
        transform: scale(1.0); /* Hiệu ứng thu nhỏ nhẹ khi click */
        background-color: #c5e4e9; /* Màu nền khi click */
    }

.message-heart-count {
    font-size: 12px;
    color: #888;
    text-align: right;
    margin-top: 5px;
}

.icon-button {
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 50%;
    background-color: #d6eff3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #00AB9D
}

    .icon-button:hover {
        background-color: #d6eff3;
        color: #f9777f
    }

.message-input {
    display: flex;
    align-items: center;
    padding: 10px;
    border-top: 1px solid #ddd;
    background-color: #f9f9f9;
}

.detail-header {
    text-align: center;
    margin-bottom: 20px;
}

.detail-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.detail-info {
    font-size: 16px;
}

.detail-option {
    display: flex;
    align-items: center;
    margin: 10px 0;
    cursor: pointer;
}

    .detail-option.danger {
        color: red;
    }

.detail-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
}

    .detail-action:hover {
        background-color: #e0e0e0;
    }

.message-heart-count {
    font-size: 14px;
    color: #c60505;
    text-align: right;
    margin-top: 5px;
    display: none;
}

.detail-panel {
    position: fixed;
    right: 0;
    top: 0;
    width: 30%;
    height: 100vh;
    background-color: #fff;
    border-left: 1px solid #ddd;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    z-index: 1000;
    animation: slide-in 0.3s ease-out;
    max-width: 400px !important;
}

    .detail-panel .close-button {
        position: absolute;
        top: 10px;
        right: 10px;
        border: none;
        background: none;
        cursor: pointer;
    }

@keyframes slide-in {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}
/*CHAT CSS*/
.file-info {
    max-height: 350px;
    min-height: 450px;
}

.chat-menu {
    margin-top: 15px;
    text-align: center;
}

.full-height-container {
    display: flex;
    height: 100%; /* Đảm bảo chiếm toàn bộ chiều cao màn hình */
}

.full-height-card {
    display: flex;
    flex-direction: column;
    height: 100%; /* Chiều cao card bằng toàn bộ chiều cao */
}

.flex-grow-1 {
    flex-grow: 1; /* Tab file-info chiếm toàn bộ không gian còn lại */
    overflow-y: auto; /* Cuộn khi nội dung vượt quá chiều cao */
    margin: 0;
}

.action-buttons {
    margin-top: auto; /* Đẩy các nút xuống cuối cùng */
    border-top: 1px solid #ddd; /* Đường phân cách với nội dung phía trên */
    background-color: #f9f9f9;
}

.rz-fileupload-files {
    display: none;
}


.reply-message {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: -24px;
    max-width: 100%;
    border-radius: 8px;
    position: relative;
    text-align: right;
    margin-left: auto;
    padding: 10px;
}

    .reply-message p {
        max-width: 100%;
        padding: 10px;
        margin-bottom: -16px;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        background: #fff;
        color: #222020;
        border-left: #0097b2 5px solid;
        font-style: italic
    }

.link-preview {
    border: 1px solid #ccc;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 600px;
    background: #ffffff;
    text-align: left;
    border-radius: 8px;
}

    .link-preview img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        border-radius: 4px;
    }

    .link-preview h3 {
        margin: 0;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
    }

    .link-preview p {
        margin: 0;
        font-size: 12px;
        color: #555;
        text-align: left;
    }

.top-actions .bt-chat-add i {
    margin: 0 5px 0 5px;
}

.conversation-time .rz-badge {
    margin-left: 6px !important;
}

.bt-bookmark {
    position: absolute;
    top: 10px; /* Căn lên trên 10px */
    right: 10px; /* Căn sang phải 10px */
    z-index: 1000; /* Đảm bảo nút luôn nằm trên */
}
/*MOBILE APP*/
@media (max-width: 576px) {
    .user-info-text {
        display: none;
    }

    .mud-popover-provider div {
        width: 70vw !important;
        padding: 10px;
    }

    .ic-home {
        display: none !important;
    }

    .axis-home {
        padding: 0px !important;
        max-width: 100% !important;
    }

    .menu-parent-disable {
        min-width: 160px;
        max-width: 180px !important;
    }

    .menu-parent {
        min-width: 160px;
        max-width: 180px !important;
    }

    .rz-text-h5 {
        font-size: 1.0rem !important;
    }

    .rz-text-h6, rz-text-overline {
        font-size: 12px !important;
    }

    .rz-text-overline {
        font-size: 8px !important;
    }

    .mn-child {
        min-width: 165px;
    }

    .menu-child-item {
        margin: 0px;
    }

    .menu-child-item {
        min-height: 120px;
    }

    .quickmenu-container-horizontal {
        overflow-x: scroll; /* Giữ thanh cuộn nếu menu dài */
        -webkit-overflow-scrolling: touch; /* Cuộn mượt trên iOS */
    }

    .quickmenu-item-horizontal span {
        font-size: 12px !important;
    }

    .menu-child-item .rz-col-3 {
        min-width: 25px;
    }

    .menu-child-item .rz-col-9 {
        text-align: center;
    }

    .rz-button {
        font-size: 12px !important;
    }

    .mn-home-breadcrumb .rz-button-icon-left {
        display: none !important;
    }

    .axis-page-menu div {
        padding: 2px;
    }
    .mud-button-group-root.mud-button-group-outlined-size-large .mud-button-root.mud-icon-button {
        padding: 17px 20px !important;
        background: #adf1fee0;
    }
}

@media (min-width: 768px) and (max-width: 991px) { /* Tablet */
    .menu-parent-disable {
        min-width: 160px;
        max-width: 220px !important;
    }

    .menu-parent {
        min-width: 160px;
        max-width: 220px !important;
    }

    .mn-child {
        min-width: 190px;
    }

    .menu-child-item {
        min-height: 120px;
    }

    .axis-home {
        padding: 10px !important;
        max-width: 100% !important;
    }
}

/*KY DUYET*/
.sidebar, #listCol {
    transition: filter 0.3s ease-in-out;
}

#detailCol {
    position: absolute;
    right: -100%;
    top: 0;
    width: 55%;
    height: 100%;
    background: white;
    transition: right 1s ease-in-out;
    z-index: 10;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
    overflow: scroll;
}

    #detailCol.active {
        display: flex !important;
        flex-direction: column;
        flex: 0 0 60%;
        border-left: 1px solid #dee2e6;
        opacity: 1;
        transform: translateX(0);
        right: 0;
    }

.sidebar.blur, #listCol.blur {
    filter: blur(3px);
    pointer-events: none;
}

.sidebar.blur-clickable, #listCol.blur-clickable {
    filter: blur(3px);
    cursor: pointer;
}

.detail-header-sign, .detail-status, .detail-actions, .p-3 {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    background: #eef6f7;
}

.sign-files {
    border: 1px solid #ccc;
    border-radius: 8px;
    text-align: left;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    border-color: rgba(162, 179, 207, .2) !important;
    background-color: rgb(18, 160, 185, 0.50);
    padding: 20px;
    font-weight: bold !important;
    overflow: auto;
}

.file-info {
    border: 1px solid #ccc;
    border-radius: 8px;
    text-align: left;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    border-color: rgba(162, 179, 207, .2) !important;
    background-color: #d6eff3;
    padding: 20px;
    font-weight: bold !important;
    overflow: auto;
}

.section-box {
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .section-box div {
        display: flex;
    }

.ky-duyet col-md-9, col-md-3 {
    padding: 0px;
}

.file-ky {
    padding: 5px;
    font-size: 12px;
    font-weight: 110;
}

.sign-layout {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    border-color: rgba(162, 179, 207, .2) !important;
    padding: 8px;
    overflow-y: auto;
}

.sign-box {
    transition: transform 0.3s ease-in-out;
    flex: none;
    background-color: var(--white);
    padding: 1rem;
    width: 100%;
    margin-bottom: 1rem;
    border: #d6eff3 1px solid !important;
}

.list-group-item {
    background-color: #e9f6f8 !important;
    padding: 1rem;
    width: 100%;
    margin-bottom: 1rem;
    border: #b5ebe7 1px solid !important;
    border-radius: 10px !important;
    cursor: pointer;
}
.list-group-item:hover {
    background-color: #beecf3 !important;
   
}

    .list-group-item.active {
        background-color: #d6eff3 !important;
        padding: 1rem;
        width: 100%;
        margin-bottom: 1rem;
        border: #d6eff3 1px solid !important;
        border-radius: 15px !important;
    }

@media (max-width: 767.98px) {
    .sidebar {
        display: none;
    }

    #listCol {
        flex: 1 1 100%;
    }

    #detailCol.active {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 1050;
        border-left: none;
    }
    .mud-button-group-root.mud-button-group-outlined-size-large .mud-button-root.mud-icon-button {
        padding: 17px 20px !important;
        background: #adf1fee0;
    }
}

.sidebar {
    width: 300px;
}

.material-symbols-outlined {
    vertical-align: middle;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}

.filter-bar {
    padding: .75rem 1rem;
    border-bottom: 1px solid #dee2e6;
}

.proposal-list {
    flex: 1;
    overflow-y: auto;
}

#listCol {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.detail-header h5 {
    margin: 0;
}

.detail-header .btn-close {
    margin-left: auto;
}

.detail-header .btn {
    margin-left: .5rem;
}

.detail-status {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
}

    .detail-status .star {
        color: #f0ad4e;
    }

.detail-actions .btn {
    margin-right: .5rem;
}

.detail-section-title {
    font-size: .900rem;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 0.2rem;
    margin-bottom: .2rem;
    font-weight: bold;
    border: #5dbf74 1px solid;
    padding: 5px;
    margin-bottom: 5px;
    background: #5dbf74;
}

.detail-info dt {
    font-weight: 500;
    display: flex;
    align-items: center;
}

.detail-info dd {
    margin-bottom: .75rem;
    margin-left: 0;
}

.detail-info dt .material-symbols-outlined {
    margin-right: .5rem;
    color: #6c757d;
}

.attachments a {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
    color: inherit;
    text-decoration: none;
    background: #dee2e6;
    padding: 5px;
    border-left: #00AB9D 5px solid;
    /*    border-radius: 10px;
*/
}
.attachments a:hover {
   text-decoration:none !important;
}
/*.attachments .material-symbols-outlined {
    margin-right: .5rem;
    color: #6c757d;
}*/
.sign-search {
    width: 250px !important;
}
.sign-status {
    width: 150px !important;
}
.pdf-view {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
    text-decoration: none;
    background: #dee2e6;
    padding: 5px;
    text-transform: uppercase;
    border-left: #d9450c 5px solid;
}
    .pdf-view:hover {
        text-decoration: none !important;

    }

    .pdf-view .material-symbols-outlined {
        margin-right: .5rem;
    }

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.attachments {
}

.sign-success {
    border: #00AB9D 1px solid !important;
    border-left: #00AB9D 8px solid !important;
}

.sign-rejected {
    border-left: #f61111 8px solid !important;
}

.sign-returned {
    border-left: #ccdb4b 8px solid !important;
}

.sign-draft {
    border-left: #888 8px solid !important;
}

.rotate-90 {
    display: inline-block; /* cho phép transform trên inline text */
    transform: rotate(90deg);
}

.left-menu .nav-link {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: transparent;
    color: var(--rz-primary);
    border-radius: 0.25rem;
    transition: background 0.2s, color 0.2s;
}

    .left-menu .nav-link .rz-icon {
        font-size: 1.2rem;
        margin-right: 0.5rem;
    }

    .left-menu .nav-link:hover {
        background: rgba(var(--rz-secondary-rgb), 0.1);
    }

    .left-menu .nav-link.active {
        background: var(--rz-primary);
        color: #fff;
    }

.nav-item i {
    margin-right: 5px;
}

.left-menu hr {
    border-color: rgba(0,0,0,0.1);
    margin: 0.5rem 0;
}

.left-menu .text-uppercase {
    padding: 0 1rem;
}
.doctor-review {
    border: 1px solid #ddd !important;
    border-radius: 15px !important;
    padding: 15px !important;
    margin-bottom: 30px !important;
    text-align: center !important;
    background-color: #fff !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 10px rgba(0,0,0,0.05) !important;
    transition: transform 0.2s !important;
    max-width: 380px !important;
    min-width: 380px !important;
}

.doctor-review:hover {
    transform: scale(1.02);
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    cursor:pointer;
}
.doctor-container {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}