﻿:root {
    /*blue*/
    --primary1: #0B3AA4;
    --primary2: #1A4CB7;
    --primary3: #2A5FCA;
    --primary4: #3A72DD;
    --primary5: #4A85F0;
    --primary6: #6C9EFA;
    --primary7: #ABC8FE;
    --primary8: #E0EBFF;
    --primary9: #F0F5FF;
    --primary10: #F6F9FF;
    --primary11: #F9FBFF;
    /*green*/
    --primary12: #19A094;
    /*purple*/
    --primary13: #5262BC;
    --gray-1: #101828;
    --gray-2: #1D2939;
    --gray-3: #344054;
    --gray-4: #475467;
    --gray-5: #667085;
    --gray-6: #98A2B3;
    --gray-7: #D0D5DD;
    --gray-8: #EAECF0;
    --gray-9: #F2F4F7;
    --gray-10: #F9FAFB;
    --gray-11: #FCFCFD;
    --danger: #D92D20;
    --warning: #F79009;
    --success: #12B76A;
    --green-1: #42ac16;
    --red-1: #d03f3f;
    --yellow-1: #ffcc24;
    --blue-1: #3f51b5;
    --blue-2: #5bc0de;
    --blue-3: #6e9bfe;
    --green-1: #42ac16;
}

@font-face {
    font-family: 'Inter';
    src: url('../Asset/Fonts/Inter-Regular.ttf') format('truetype');
}


.body-login {
    background-image: url('../Asset/bg-login.svg');
    height: 100vh;
    overflow: hidden; /* Mencegah halaman dari bergeser */
}


body {
    font-family: 'Inter', sans-serif;
    background-color: var(--gray-9);
    font-size: 0.8em;
}

a {
    cursor: pointer;
    text-decoration: none !important;
}

li {
    list-style: none;
}


/* Color */



.text-gray-1 {
    color: var(--gray-1);
}

.text-gray-3 {
    color: var(--gray-3);
}

.text-gray-4 {
    color: var(--gray-4);
}

.text-gray-5 {
    color: var(--gray-5);
}

.text-primary-1 {
    color: var(--primary1);
}

.text-danger {
    color: var(--danger);
}

.text-count20 {
    font-size: 20px;
    font-weight: 600;
}

.text-header {
    font-size: 16px;
}

.text-subheader {
    font-size: 14px;
}

.text-normal {
    font-size: 14px;
    font-weight: 600;
}

.text-regular {
    font-size: 12px;
}

.text-small {
    font-size: 10px;
}

.text-info {
    font-size: 12px;
    font-style: italic;
    color: var(--gray-4) !important;
}

.form-control {
    margin-top: -5px;
    margin-left: 10px;
}

.width-300 {
    width: 320px;
}


.border-viewdetail {
    border: 1px solid var(--gray-8);
}


/* Button Color */
.button {
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
}

.button-sicknessLetter {
    padding: 5px 10px !important;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
}

.button-medicalRecord {
    padding: 5px 20px !important;
    border-radius: 8px;
    font-size: 14px;
}

.btnScanAppointment {
    padding: 10px 10px !important;
    border-radius: 8px;
    font-size: 14px;
}

.btninputmedical {
    padding: 8px 10px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
}

.button-right-section {
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 12px;
}

.button-primary-color-w {
    background-color: white !important;
    color: black !important;
    border: 1px solid black;
    border-radius: 6px !important;
}



.button-primary-color1 {
    background-color: var(--primary1) !important;
    color: var(--gray-11) !important;
    border: none;
    border-radius: 6px !important;
}

.button-primary-color12 {
    background-color: var(--primary12) !important;
    color: var(--gray-11) !important;
    border: none;
    border-radius: 6px !important;
}

.button-primary-color13 {
    background-color: var(--primary13) !important;
    color: var(--gray-11) !important;
    border: none;
    border-radius: 6px !important;
}

.button-primary-color14 {
    background-color: #189f93 !important;
    color: var(--gray-11) !important;
    border: none;
    border-radius: 6px !important;
}

.button-primary-color15 {
    background-color: black !important;
    color: white !important;
    border: none;
    border-radius: 6px !important;
}

.button-primary-color-yellow1 {
    background-color: var(--yellow-1) !important;
    color: white !important;
    border: none;
    border-radius: 6px !important;
}

.button-danger {
    background-color: var(--danger) !important;
    color: var(--gray-11) !important;
    border: none;
    border-radius: 6px !important;
}


.button-color-blue {
    background-color: #F0F5FF !important;
    color: #0B3AA4 !important;
    border: 1px solid #0B3AA4;
    border-radius: 3px !important;
}


.button-primary-color3 {
    background-color: var(--primary3) !important;
    color: var(--gray-11) !important;
    border: none;
    border-radius: 6px !important;
}

.button-primary-color4 {
    background-color: var(--primary4) !important;
    color: var(--gray-11) !important;
    border: none;
}

.button-primary-color5 {
    background-color: var(--primary5) !important;
    color: var(--gray-11) !important;
    border: none;
}

.button-primary-color6 {
    background-color: var(--primary6) !important;
    color: var(--gray-11) !important;
    border: none;
}

.button-primary-color7 {
    background-color: var(--blue-3) !important;
    color: white !important;
    border: none;
}

.button-primary-medicine {
    background-color: #6C9EFA !important;
    color: var(--gray-11) !important;
    border: none;
}

.button-outline-style {
    background-color: var(--gray-11) !important;
    color: var(--gray-5) !important;
    border: 1px solid var(--gray-6)
}


.swal2-styled.swal2-confirm {
    background-color: #0B3AA4 !important;
    border: none !important; /* Menghapus border */
    box-shadow: none !important; /* Menghapus shadow */
}


/* Navtabs */

.nav-tabs .nav-link {
    color: var(--gray-1);
    border: none;
    font-weight: 400; /* Mengatur berat font */
    font-size: 14px; /* Mengatur ukuran font */
}

    .nav-tabs .nav-link.active {
        color: var(--primary2) !important;
        font-weight: 600;
        font-size: 14px;
        border: none;
        border-bottom: 2px solid #1A4CB7 !important; /* Menambahkan border bawah saat aktif */
    }




/* Layout skeleton */

.wrapper {
    align-items: stretch;
    display: flex;
    width: 100%;
}

.horizontal-line-form {
    width: 1px;
    height: 22px;
    padding-top: 12px;
    border: 1px solid var(--gray-7);
}

#sidebar {
    min-height: 100%;
    max-height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    max-width: 264px;
    min-width: 264px;
    transition: all 0.35s ease-in-out;
    box-shadow: 0 0 35px 0 rgba(49, 57, 66, 0.5);
    z-index: 1000;
    /*z-index: 1111;*/
    background-color: var(--primary1);
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    #sidebar::-webkit-scrollbar {
        display: none;
    }

    /* Sidebar collapse */

    #sidebar.collapsed {
        margin-left: -264px;
    }

.main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    /*overflow: hidden;*/
    transition: all 0.35s ease-in-out;
}

.sidebar-icon {
    padding-right: 10px;
}

.sidebar-logo {
    padding: 1rem 1.5rem .5rem;
}

    .sidebar-logo a {
        color: #F5F5F5;
        font-size: 18px;
    }

    .sidebar-logo p {
        color: #F5F5F5;
        font-size: .75rem;
        font-weight: 400;
    }

.sidebar-nav {
    padding: 0;
}

.sidebar-header {
    color: #F5F5F5;
    font-size: 12px;
    /*padding: 1rem 1.5rem .375rem;*/
}

.sidebar-item {
    margin-left: 10px;
    margin-right: 10px !important;
}

.sidebar-link {
    font-size: 14px;
}

    .sidebar-link:hover, .sidebar-item.active {
        background-color: #FCF7F233;
        opacity: 100%;
        width: auto;
        /*border-left: 4px solid #E4D5C2;*/
        border-radius: 3px;
    }

a.sidebar-link.active {
    background-color: #FCF7F233;
    opacity: 100%;
    width: auto
}

a.sidebar-link {
    padding: .625rem 1.625rem;
    color: #F5F5F5;
    position: relative;
    display: block;
    font-size: 1rem;
}

a .sidebar-path {
    position: absolute;
    left: 55px;
    top: 12px;
}

.sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all .2s ease-out;
}

.sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all .2s ease-out;
}

.content {
    flex: 1;
    max-width: 100vw;
    width: 100vw;
}

#navbar {
    max-height: 65px;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    z-index: 1030 !important;
}

.navbar .navbar-right {
    width: 30%;
}

.navbar .navbar-rounded-bell {
    border-radius: 50%;
    border: 1px solid #C7C7C7;
    width: 40px;
    height: 40px;
    position: relative;
}

    .navbar .navbar-rounded-bell img {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
    }

.navbar .navbar-lines {
    width: 1px;
    height: 38px;
    border: 1px solid #C7C7C7;
}

.navbar .navbar-profile-picture {
    border-radius: 50%;
}

.navbar .navbar-dropdown-list {
    padding-inline-start: 0 !important;
    background-color: white;
    border: solid 1px white;
    box-shadow: 1px 2px 1px 1px rgba(250,242,250,1);
    -webkit-box-shadow: 1px 2px 1px 1px rgba(250,242,250,1);
    -moz-box-shadow: 1px 2px 1px 1px rgba(250,242,250,1);
    position: absolute;
    width: 185px;
    right: 0;
    top: 50px;
}

.navbar .navbar-dropdown-list {
    min-height: 50px;
    display: none;
}

    .navbar .navbar-dropdown-list.active {
        display: block;
    }

.navbar .navbar-icon-logout {
    position: absolute;
    top: 15px;
    left: 60px;
}

.navbar .navbar-logout {
    position: absolute;
    top: 16px;
    left: 85px;
}

.navbar .navbar-user-role {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}




.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }


    /* Rounded sliders */
    .slider.round {
        border-radius: 34px;
    }

        .slider.round:before {
            border-radius: 50%;
        }

.addTime {
    width: 16px;
    height: 16px;
    margin-left: -20px;
}

.margin-top-minus-20 {
    margin-top: -20px !important;
}
/* Responsive */
@media (max-width: 480px) {
    .input-icon-left {
        left: 8% !important;
    }
}

@media (min-width:768px) {
    .content {
        width: auto;
    }
}


/* Body Style */
.content-bg-white {
    background-color: var(--gray-11);
}

.content-bg-graywhite {
    background-color: #F7F8FA;
}

/* Media query to handle layout change for smaller screens */
@media (max-width: 1100px) {
    .d-md-flex {
        display: flex !important;
        justify-content: center;
    }
}



.input-group {
    display: flex;
    margin-top: -2px;
    width: 100%;
}

.input-group-age {
    display: flex;
    margin-top: -6px;
    width: 50%;
}

.custom-form-control {
    padding: .375rem .75rem;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    box-sizing: border-box;
}

.form-no-border-right {
    border-right: 0 !important;
}



.custom-form-medicine {
    padding: .375rem .75rem;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    box-sizing: border-box;
    height: 40px;
}

.custom-form-age {
    width: 50% !important;
    height: 32px;
    padding: .375rem .75rem;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #E9ECEF;
    border: 1px solid #ced4da;
    border-right: 0 !important;
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-sizing: border-box;
}

.custom-form-sickness {
    width: 50% !important;
    height: 32px;
    padding: .375rem .75rem;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff !important;
    border: 1px solid #ced4da;
    border-right: 0 !important;
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-sizing: border-box;
}

.input-group-age .custom-form-age {
    flex: 1;
}

.input-group .custom-form-control {
    flex: 1;
}

.input-group-age .input-group-text {
    background-color: #E9ECEF;
    border: 1px solid #ced4da;
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group .input-group-text {
    background-color: var(--gray-11);
    border: 1px solid #ced4da;
}




.input-password .input-icon-eye {
    position: absolute;
    right: 3%;
    top: 40%;
    transform: translateY(-50%);
}






/* LOGIN */
.container-login-form {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh; /* Menambahkan tinggi minimum 100% dari viewport */
    transform: none; /* Menghapus translateY jika tidak diperlukan */
}


.text-login {
    font-size: 28px;
    font-weight: 600;
    color: #100F0F;
}

.text-sublogin {
    font-size: 14px;
    color: #808080;
}


/* STYLE SEARCH INPUT */

.input-icon-search {
    left: 20%;
}



.form-search-style {
    height: 45px;
    width: 200px;
}

.input-icon-left {
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1; /* Ensure the icon appears above the input */
}

.input-icon-right {
    position: absolute;
    right: 1%;
    top: 50%;
    transform: translateY(-150%);
    z-index: 1; /* Ensure the icon appears above the input */
}


.input-container-search {
    position: relative;
    width: 100%;
}

/*.input-container-searchAppointment {
    position: relative;
    width: 120%
}*/


.search-on-table {
    border: 1px solid #ccc;
    width: 80%;
    padding: 0 20px 0 40px;
    height: 40px;
    border-radius: 8px;
    box-sizing: border-box;
}

/* END OF STYLE SEARCH INPUT */


.gridview-no-border {
    border-collapse: collapse;
}


    .gridview-no-border th {
        background-color: #F7F8FA !important;
        border: none;
    }

    .gridview-no-border td {
        border: none;
    }


.gridview-noborder-med {
    border-collapse: collapse;
}

    .gridview-noborder-med th {
        position: -webkit-sticky; /* Untuk Safari */
        position: sticky !important;
        top: 0;
        background-color: #F7F8FA !important;
        border: none;
        z-index: 1;
    }

.content-section {
    max-height: 500px;
    overflow-y: auto;
}



.status-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.2em 0.5em;
    border-radius: 1em;
    font-weight: 500;
    font-size: 0.9em;
    color: #fff;
}

.status-circle {
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    margin-right: 0.5em;
}

.badge-navtab-item {
    padding: 0.2em 0.5em;
    border-radius: 30%;
    /*background-color: #F0F5FF; 
    color: var(--primary2);*/
}

.badge-success {
    background-color: #D1FADF; /* Background color for In Stock */
    color: #027A48; /* Text color for In Stock */
}

    .badge-success .status-circle {
        background-color: #027A48; /* Circle color for In Stock */
    }

.badge-warning {
    background-color: #FEF3C7; /* Background color for Low Stock */
    color: #B45309; /* Text color for Low Stock */
}

    .badge-warning .status-circle {
        background-color: #B45309; /* Circle color for Low Stock */
    }

.badge-danger {
    background-color: #FFE4E6; /* Background color for Out Of Stock */
    color: #B91C1C; /* Text color for Out Of Stock */
}

    .badge-danger .status-circle {
        background-color: #B91C1C; /* Circle color for Out Of Stock */
    }

.badge-waiting-appointment {
    background-color: #F0F5FF;
    color: #4A85F0;
}

    .badge-waiting-appointment .status-circle {
        background-color: #4A85F0
    }

.badge-waiting-for-check-up {
    background-color: #DCE6FD;
    color: #0B3AA4;
}

    .badge-waiting-for-check-up .status-circle {
        background-color: #0B3AA4;
    }

.badge-waiting-consultation {
    background-color: #FFF0F7;
    color: #D92D20;
}


    .badge-waiting-consultation .status-circle {
        background-color: #D92D20
    }

.badge-ongoing-consultation {
    background-color: #FFFCF0;
    color: #F79009;
}

    .badge-ongoing-consultation .status-circle {
        background-color: #F79009
    }

.badge-completed-appointment {
    background-color: #F0FFF3;
    color: #12B76A;
}

    .badge-completed-appointment .status-circle {
        background-color: #12B76A
    }



.badge-in {
    background-color: #F6F9FF;
    color: #2A5FCA;
}

    .badge-in .status-circle {
        background-color: #2A5FCA
    }

.badge-out {
    background-color: #FFF6FE;
    color: #D92058;
}

    .badge-out .status-circle {
        background-color: #D92058;
    }

.no-resize {
    height: 100px;
    resize: none; /* Prevent resizing */
}

.minusMarginTopTakeMed {
    margin-top: -10px !important;
}


.merged-date {
    text-align: center; /* Horizontal alignment */
    vertical-align: middle; /* Vertical alignment */
    height: 100%; /* Ensure the label takes the full height of the cell */
    display: table-cell; /* To properly align vertically */
}


/* Profile Image */

.arrowRightDashboardMed {
    margin-top: -5px;
    margin-left: 5px
}


.imagemed-dashboard {
    width: 40px;
    height: 72px;
}

.imagemed2-dashboard {
    width: 66px;
    height: 74px;
}

.image-uploadMedRecord {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.display-uploadMedRecord {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
}

.image-preview-wrapper {
    display: flex;
    border: 1px solid #EAECF0 !important;
    width: 70%;
    border-radius: 10px;
    margin-top: 10px;
    padding: 5px 10px !important;
    position: relative; /* Added to position the remove button within this wrapper */
}

.remove-button {
    position: absolute;
    top: 25px;
    right: 9px;
    border: none;
    cursor: pointer;
}


.profile-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-image-takeMed {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-image-appointment {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}

.row-border-preliminary {
    border: 1px solid #EAECF0;
    border-radius: 8px;
}



.row-checkbox {
    display: flex;
    align-items: center;
}

.rowdata-info {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}


/* PAGINATION */
.navigation-arrow {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 20px;
}

    .navigation-arrow.disabled i {
        color: #FCFCFD;
        cursor: default;
    }

    .navigation-arrow i {
        color: #0B3AA4;
    }

.page-number {
    display: inline-block;
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid #E8E8E8;
    cursor: pointer;
}

    .page-number.active {
        border: 1px solid #007bff;
        background-color: #007bff;
        color: white;
    }


.btn {
    /*border: 1px solid #E8E8E8;*/
    border: none;
    background-color: transparent;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 10px;
}

    .btn.disabled {
        color: #98A2B3;
        cursor: not-allowed;
    }

    .btn.active {
        color: #0B3AA4;
    }


.pagination {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.page-number {
    margin: 0 5px;
    padding: 5px 10px;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    background-color: var(--gray-11);
    color: var(--gray-1);
}

    .page-number.active {
        border: 1px solid var(--primary1);
        background-color: var(--gray-11);
        color: var(--gray-1);
        font-weight: bold;
    }

.pagination .page-number.disabled {
    color: #98A2B3;
    cursor: not-allowed;
}

.page-number span {
    cursor: default;
    color: #666;
}


.scrollable-container-inventory-balance {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: auto;
    position: relative;
    table-layout: fixed;
    width: 100%;
    border: none;
}

    .scrollable-container-inventory-balance th {
        background-color: #F7F8FA !important;
        border: none;
    }

    .scrollable-container-inventory-balance td {
        border: none;
    }

    .scrollable-container-inventory-balance tbody {
        border: none;
        display: block;
    }

        /*.scrollable-container-inventory-balance tbody:first-child td {
            position: sticky;
            bottom: 0;
            z-index: 1;
            background-color: #fff;
        }*/

        .scrollable-container-inventory-balance tbody tr:nth-child(1) th:nth-child(1) {
            position: sticky;
            left: 0;
            z-index: 10;
            color: var(--erp-black) !important;
            background-color: #F7F8FA !important;
        }

        /*.scrollable-container-inventory-balance tbody tr:nth-child(1) td:nth-child(1) {
            position: sticky;
            left: 0;
            z-index: 10;
            color: var(--erp-black) !important;
            background-color: #f0f0f0 !important;
        }*/

        .scrollable-container-inventory-balance tbody tr:nth-child(1) th {
            position: sticky;
            top: 0;
            z-index: 3;
            color: var(--erp-black) !important;
            background-color: #F7F8FA !important;
        }


        .scrollable-container-inventory-balance tbody tr:nth-child(n+1) td:nth-child(1) {
            position: sticky;
            left: 0;
            z-index: 2;
            background-color: #fff;
        }

        .scrollable-container-inventory-balance tbody tr:nth-child(1) th:last-child {
            right: 0;
            z-index: 6;
        }

        .scrollable-container-inventory-balance tbody tr:nth-child(n+1) td:last-child {
            position: sticky;
            right: 0;
            z-index: 3;
        }

/* .scrollable-container-inventory-balance tbody tr:nth-child(n+1) td:last-child {
            position: sticky;
            right: 0;
            z-index: 2;
            background-color: #fff;
        }*/


/*NEW CSS*/

.css-status {
    color: white;
    padding: 5px 10px 5px 10px;
    border-radius: 6px;
}

.payment-paid {
    background-color: var(--green-1);
}

.payment-unpaid {
    background-color: var(--red-1);
}

.orderlab-notprocess {
    background-color: var(--yellow-1);
}

.orderlab-inprocess {
    background-color: var(--primary12);
}

.orderlab-completed {
    background-color: var(--green-1);
}

.orderlab-cancel {
    background-color: var(--red-1);
}

.antrian-completed {
    background-color: var(--green-1);
}

.antrian-cancel {
    background-color: var(--red-1);
}


.po-waiting {
    background-color: var(--blue-1);
}

.po-approved {
    background-color: var(--green-1);
}

.po-completed {
    background-color: var(--blue-2);
}

.po-cancel {
    background-color: var(--red-1);
}


/*  SIDEBAR  */

input[name="menu"],
input[name=dropdowns] {
    display: none;
}

input[type=radio]:checked ~ label {
    /*color: rgb(124, 179, 66);*/
}

input[type=radio]:checked ~ label > i:first-child {
    /*color: rgb(124, 179, 66);*/
}

input:not(checked) ~ label {
    /*color: rgb(60, 33, 33);*/
}


input[type=checkbox]:checked ~ ul {
    display: block;
}

#uparrow,
#downarrow {
    float: right;
}

input[name=dropdowns]:checked ~ label > #downarrow {
    display: none;
}

input[name=dropdowns]:checked ~ label > #uparrow {
    display: inline-block;
}

input[name=dropdowns]:not(checked) ~ label > #uparrow {
    display: none;
}


.sidebar-title {
    display: inline-block;
    width: 100%;
    padding: 1rem 1.5rem .375rem;
}

.sidebar-title:hover {
    cursor: pointer;
}

ul .drop {
    display: none;
    padding-left: 0px;
}

ul .drop li {
 /*   display: block;
    font-size: 14px;*/
}

