.header {
    position: relative;
    background-color: #064469;
    padding: 20px;
    font-size: larger;
    text-transform: capitalize;
    display: block;
    justify-content: space-between;
    transition: all 0.3s ease;
    border-radius: 0px 0px 12px 12px;
}

.header .title {
    /*font-family: serif;*/
    color: white !important;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: normal;

    /*text-align: justify;*/
}

.smllhead {
    font-size: small;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    color: white !important;
}

.header .fa-expand {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #064469;
    color: #d0d7e1;
    font-size: small;
}

.header .fa-compress {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #064469;
    color: #D0D7E1;
    font-size: small;
}

.logo {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e0e0;
    background-color: #ffffff;
    border-radius: 0px 0px 0px 38px;
}

.logo {
    padding-top: 5px;
    display: flex;
    align-items: center;
}

main {
    background-color: #d0d7e1 !important;
}

.page {
    background-color: #d0d7e1 !important;
}

.sidebar {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 250px;
    background-color: #072d44;
    transition: width 0.3s ease;
    overflow: hidden;
    border-radius: 0px 0px 51px 0px;
}

.foot-label {
    font-size: smaller;
    color: #064469;
}

.footer {
    border-top: 1px solid #072d44;
    background: linear-gradient(183deg, #f7fbff, transparent);
    text-align: center;
    margin-top: auto;
    padding: 8px 15px 8px 15px;
    border-left-color: white;
}

.sidebar ul.nav-links li .sub-menu li .active {
    color: white !important;
    font-weight: bold;
}

.panel-body {
    opacity: 1;
    visibility: visible;
    transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    /*  border-top: 2px solid #064469 !important*/
}

.panel-head {
    padding: 6px 5px;
    font-weight: 500;
    font-size: medium;
    text-transform: capitalize;
    color: #525151;
    display: flex;
    justify-content: space-between;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
    height: 35px;
}

.text-end button {
    margin-bottom: 30px;
    border-radius: 0;
    background-color: #0067b8;
    border-color: #0067b8;
}

.table thead tr th {
    background-color: #9ccddb;
    /* font-weight: 600; */
    color: #2a2d31;
    padding: 6px 30px 6px 10px;
    font-size: 15px;
}

.table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-color-type: #525252;
    --bs-table-bg-type: #d0d7e15c;
}



#showbtn {
    padding: 0px 10px;
    /* Increased horizontal padding */
    text-align: left;
    background-color: #fdfeff;
    width: 60px;
    height: 28px;
    border-radius: 3px;
    margin-left: 6px;
    margin-right: 12px;
    /* Add space to the right of the button */
    border: 1px solid #eee;
}

.form-control {
    line-height: normal;
    margin-top: 3px;
    background-color: #f9fcff;
    height: 30px;
    border-radius: 3px;
    font-size: 13px;
}

.form-control:focus {
    outline: 0;
    background: #ffffff;
    box-shadow: none;
    /*box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);*/
    border-color: #86b7fe;
    border: 1px solid #c7c8c9;
    background: #ffffff;
}

select.form-select {
    color: grey;
}

.panel-body {
    padding: 12px 24px 10px 35px;
    background-color: white;
    height: auto;
}