.body-background {
    background-image: url('../images/laramint_background.png');
    background-size: cover;
}

.login-card-bg {
    background: #77d3a9;
}

.card-bg {
    background: #487d65;
}

.text-input, .text-input:focus, .text-input::placeholder {
    background-color: #06914c;
    color: white;
}

#accordionSidebar {
    max-height: 100vh;
    min-width: fit-content;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.main-content {
    max-height: 76vh;
    min-width: fit-content;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.sticky-footer {
    padding: 0.5rem 0 !important;
}

.ml-40 {
    margin-left: 40px;
}