* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    color: #434343;
}

body {
    /* background-color: #8393be !important; */
    background-color: #D3E3F5 !important;
    /* background-color: #F5F7FA !important; */
    ;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.dashboard {
    min-height: 100vh;
    width: 250px !important;
    background: #191F2F;
    position: fixed;
}

.dashboard img {
    height: 20px;
}

.side-bar-btn {
    padding: 8px 16px;
    background-color: #D3E3F5 !important;
    color: #002334;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    box-shadow: rgba(193, 193, 193, 0.35) 0px 5px 15px;
}

.side-bar-btn-upload:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.side-bar-btn-run:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.main-content {
    margin-left: 250px !important;
}

.filter-container {
    /* position: absolute;
    top : 4px;
    right: 4px; */
    background-color: #E5E5EF;
    border-radius: 20px;
    width: 120px !important;
    align-self: flex-end;
    margin: 10px 10px 0px;
    /* padding: 2px 8px; */

}

.filter {
    font-size: 10px !important;
    border: none !important;
    outline: none !important;
    width: 120px !important;
}

.filter:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}


.card-body {
    padding-top: 4px !important;
}


.pagination-container {
    text-align: center;
    margin-top: 20px;
}

.pagination-btn {
    border: none;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 6px;
    background-color: #c20000;
    color: #007bff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.pagination-btn:hover {
    background-color: #1d1d1d;
    color: #ffffff;
    cursor: pointer;
}

.pagination-btn.btn-primary {
    background-color: #007bff;
    color: #ffffff;
    font-weight: 500;
}

.pagination-btn.btn-outline-primary {
    background-color: #ffffff;
    border: 1px solid #007bff;
    color: #007bff;
}

@media (max-width: 900px) {
    .dashboard {
        width: 80px !important;
    }

    .side-bar-btn-text{
        display: none;
        
    }

    .side-bar-btn{
        padding: 8px;
    }

    .side-bar-btn img{
        margin: 0px !important;
    }

    .main-content {
        margin-left: 80px !important;
    }

    .dashboard h3 {
        display: none;
    }
}


.navbar {
    position: sticky !important;
    top: 0;
    z-index: 1000;
    background-color: #fff !important;
}

.energySavingIcon {
    width: 70px;
    height: 70px;
    background-color: #DDF0F1;
    border-radius: 5px;
}

.energySavingIcon img {
    object-fit: contain;
    width: 50px;
}

.card-left-border {
    border-left: 3px solid #002334;
}

.card-title h3 {
    color: #434343;
}

.card-icon {
    width: 60px;
    height: 50px;
    border-radius: 5px;
}

.card-icon img {
    height: 30px;
}



#patientCasesChart {
    max-width: 300px;
    max-height: 300px;
}


.legend {
    border-radius: 50%;
}

.hospitalCylinderStatus img {
    object-fit: contain;
}

.relocationTable th {
    background-color: #D3EDF5;
    color: #002334;
}

.relocationTable th,
td {
    width: 20%;
}


@media(max-width:532px) {
    .hospital-icon {
        width: 30px !important;
    }

    .hospital-name {
        font-size: 15px !important;
    }

    .patient-data {
        font-size: 10px;
    }

    .patient-table-header {
        font-size: 12px;
    }

    #patientCasesChart {
        width: 250px !important;
        height: 250px !important;
    }
}

@media(max-width: 420px) {
    #patientCasesChart {
        width: 200px !important;
        height: 200px !important;
    }
}