.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 87.5%;
    color: #e23e3d;
}

.required:after {
    content: '*';
    color: red;
    padding-left: 1px;
}

.side-header .header-brand-img.light-logo {
    height: auto;
}

.header-brand-img.light-logo1 {
    max-height: 60px;
}

.select2-selection__choice {
    background-color: var(--primary-bg-color) !important;
}

.backround {
    background-color: #4c6db3 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    min-width: 300px;
}

.logo-note {
    max-width: 250px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}

.custom-switch-input:checked~.custom-switch-indicator {
    background: var(--primary-bg-color);
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}

.dropify-wrapper {
    height: 100px;
}

.bank-boucher {
    height: 5px !important;
    background: gray;
}

.max-height-100 {
    height: 100px;
    width: auto;
    max-width: 200px;
}

.custom-filter {
    min-width: 200px;
}


.label-white {
    color: white;
}