@font-face {
    font-family: 'FS Humana';
    src: url('../fonts/fs-humana.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FS Humana';
    src: url('../fonts/fs-humana-bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'FS Humana';
    src: url('../fonts/fs-humana-light.woff2') format('woff2');
    font-weight: light;
    font-style: normal;
}

html,
body {
    font-family: 'FS Humana' !important;
}

.btn-primary {
    background-color: #5c9a1b !important;
    border-color: #5c9a1b !important;
}

.btn-primary:active {
    background-color: #487815 !important;
    border-color: #487815 !important;
}

.border-primary {
    border-color: #78be20 !important;
}

.border-10 {
    border-width: 10px !important;
}

.bg-primary {
    background-color: #78be20 !important;
}



.form-control,
.form-select {
    border-color: #78be20;
}

.form-control:focus {
    border-color: #dee2e6 !important;
    box-shadow: 0 0 0 0.2rem rgba(92, 154, 27, 0.25) !important;
}

.form-check-input:checked {
    background-color: #5c9a1b !important;
    border-color: #5c9a1b !important;
}

.form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgba(92, 154, 27, 0.25) !important;
}

.st0 {
    fill: #78be20;
}

.rounded-top-left-2 {
    border-radius: 0.375rem 0 0 0 !important;
}

.border-end {
    border-right: 3px solid #78be20 !important;
}

@media (max-width:991px) {
    .border-end {
        border-right: 0 !important;
        /* border-bottom: 3px solid #78be20 !important; */
    }

    .rounded-start-2 {
        border-radius: 0 0 0.375rem 0.375rem !important;
    }

    .rounded-end-2 {
        border-radius: 0.375rem 0.375rem 0 0 !important;
    }

    .rounded-top-left-2 {
        border-radius: 0 !important;
    }

    .form-text {
        font-size: 0.75rem !important;
    }

    .form-floating>.form-control,
    .form-floating>.form-select {
        padding: 1rem 0.75rem 0.25rem 0.75rem !important;
        height: calc(3rem + 2px) !important;
        min-height: calc(3rem + 2px) !important;
        font-size: 0.9rem !important;
    }

    .form-floating>label {
        padding: 0.75rem .5rem !important;
        font-size: 0.85rem !important;
    }

    .form-check-label {
        font-size: 0.85rem !important;
    }

    footer {
        font-size: 0.85rem !important;
    }
}

@media (max-width: 767px) {
    .icon-template-svg-icon svg {
        width: 30px !important;
        height: 37px !important;
    }

    footer {
        font-size: 0.8rem !important;
    }
}

.hero-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ffffff 0%, #f3f8f4 100%);
    border-left: 1px solid var(--border);
    padding: 1.5rem;
}

.hero-image {
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, .12));
}