﻿@import url('loader.css');
@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@1,700&display=swap');
html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.body {
    margin-bottom: 60px;
    background-color: #f5f5f5 !important;
    background: #f5f5f5 !important;
    padding-top: 4.5rem;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
    font-size: .875em;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

a, .btn-link {
    color: #5e7b34;
    cursor: pointer !important;
}

    a:hover, .btn-link:hover {
        color: #83af43;
    }


.btn-primary {
    color: #fff;
    background-color: #83af43 !important;
    border-color: #83af43 !important;
}

    .btn-primary:hover {
        background-color: #5e7b34 !important;
        border-color: #5e7b34 !important;
    }

.text-success {
    color: #83af43 !important;
}

.card-header {
    background-color: rgb(131 175 67 / 50%);
}

.text-justify {
    text-align: justify !important;
}


.label {
    font-size: 1.35rem;
    font-weight: 300;
    line-height: 1.2;
    text-align: right;
}


.label-strong {
    font-size: 1.35rem;
    font-weight: bolder;
    line-height: 1.2;
}

@media (max-width: 767.98px) {
    .label {
        font-size: 1rem !important;
        text-align: left !important;
    }

    .label-strong {
        font-size: 1rem  !important;
    }

    footer {
        font-size: 0.95rem;
        line-height: 50px !important;

    }
}

@media (max-width: 575.98px) {
    table {
        font-size: 0.95rem;
    }
}