.logo {
    max-width: 150px;
}

body{
    background-color: #f1fffb !important;
}

.page-footer {
    font-size: 11px;
    border-top: 1px solid #dbe1e8;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    border-top-color: #eaedf1;
    margin-top: 50px !important;
}

.nav-item .dropdown-menu{
    margin-top: -4px;
}

.alert-heading {
    font-size: 17px;
}

label.required:after {
    content: " *";
    color: red;
}

.active.nav-link {
    color: #4582EC !important;
}

.btn {
    border-radius: 0.300em !important;
}

.btn-xs {
    padding: 0.25rem 0.5rem;
    font-size: 0.500rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-md-sm {
    padding: 0.30rem 0.5rem;
    font-size: 0.800rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-sm-xs {
    padding: 0.25rem 0.5rem;
    font-size: 0.600rem;
    line-height: 1.5;
    width: 14px;
}

.bg-green {
    background-color: rgb(195, 248, 193);
}

.bg-green-dark {
    background-color: rgb(82, 199, 97);
}

.mt-35 {
    margin-top: 35px;
}

@media screen and (max-width: 767px) {
    .mt-35 {
        margin-top: 10px !important;
    }

    .mt-35 button {
        float: right;
    }
}

.custom-file-input~.custom-file-label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f093";
    font-weight: 900;
}

.min-250 {
    min-width: 250px!important;
}

.min-180 {
    min-width: 180px!important;
}

.min-160 {
    min-width: 160px!important;
}

.min-140 {
    min-width: 140px!important;
}

.min-110 {
    min-width: 110px!important;
}

.min-100 {
    min-width: 100px !important;
}

.min-90 {
    min-width: 90px !important;
}

.min-80 {
    min-width: 80px !important;
}

.min-70 {
    min-width: 70px !important;
}

.min-50 {
    min-width: 50px !important;
}

.modal-xl {
    max-width: 99.5% !important;
}

.modal-header{
    padding: 0.5rem 1rem!important;
}

.breadcrumb {
    padding: 0.5rem 0.75rem;
    margin-bottom: 5px;
}

.badge-pill {
    padding-right: 0.8em;
    padding-left: 0.8em;
    border-radius: 10rem;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
    font-weight: bold;
}

#alert-message .alert {
    position: absolute;
    z-index: 999;
    max-width: 350px;
    right: 15px;
    padding-top: 1rem;
    padding-left: 1.25rem;
    padding-bottom: 0;
    margin-top: 5px;
    margin-bottom: 0;
    border: 1px solid black;
    border-radius: 0;
}

.badge-status{
    color: #000;
    font-size: 12px;
    padding: 0.2em 0.5em;
    width: 100%;
    border: 1px solid #d5d5d5;
    text-overflow: ellipsis;
    overflow: hidden;
}

.table th, .table td {
    vertical-align: middle!important;
}

.table {
    color: #000000 !important;
}
