.page-content{
    min-height: 90vh;
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 1.5rem !important;
    }
}

.fw-bold{
    font-weight: bold;
}

.gap-2 {
    gap: 0.5rem !important;
}
.mt-6 {
    margin-top: 2.5rem !important;
}

.mt-7 {
    margin-top: 3rem !important;
}

.login-form{
    margin-top: 10rem;
}

.sidebar-menu{
    display: flex;
    flex-direction: column;
    height: 90%;
}
.sidebar-menu .bottom-list {
    margin-top: auto !important; /* pushes this list to the bottom */
}

.page-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.page-heading .actions {
    display: flex;
    gap: 10px;
}
.page-heading input {
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
}


.monthselect , .yearselect {
    /* display: block; */
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #607080;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dce7f1;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.dropdown-menu {
    min-width: 160px;
    padding: 0.5rem 0;
}

.dropdown-item img {
    border-radius: 50%;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

.btn-outline-light {
    border-color: #e9ecef;
    transition: all 0.2s ease;
}

.btn-outline-light:hover {
    background-color: #ffffff;
    color: #000;
}
.modal-dialog{
    min-width: 65%;
}

.circle{
    border-radius: 50%;
}

.non-bordered{
    border-style: none !important;

}