:root {
    --bs-primary: #14532d;
    --bs-primary-rgb: 20, 83, 45;
    --bs-link-color: #14532d;
    --bs-link-hover-color: #052e16;
}

.text-primary {
    color: #14532d !important;
}

.bg-primary {
    background-color: #14532d !important;
}

.border-primary {
    border-color: #14532d !important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #14532d;
    --bs-btn-border-color: #14532d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #052e16;
    --bs-btn-hover-border-color: #052e16;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #052e16;
    --bs-btn-active-border-color: #052e16;
}

.btn-outline-primary {
    --bs-btn-color: #14532d;
    --bs-btn-border-color: #14532d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #14532d;
    --bs-btn-hover-border-color: #14532d;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #052e16;
    --bs-btn-active-border-color: #052e16;
}

.bg-primary.bg-opacity-10 {
    background-color: rgba(20, 83, 45, 0.1) !important;
}

.sidebar {
    height: calc(100vh - 56px);
    max-height: calc(100vh - 56px);
    overflow-y: auto !important;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 24px;
    scrollbar-width: thin;
}

.application-detail-page .sidebar {
    height: 100vh;
    max-height: 100vh;
}
