html, body {
    font-size: 16px;
    height: 100%;
    margin: 0px;
    color: #504e4e;
    font-family: Arial, Helvetica, sans-serif;
}

select {
    height: 38px;
    background-color: transparent;
    border: 1px solid #CED4DA;
    border-radius: 5px;
    padding-left: 8px;
    font-size: 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #504e4e;
}

svg {
    user-select: none;
}

label {
    margin-bottom: 0px;
}

bold {
    font-weight: bold;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type="file"] {
    display: none;
}

h5 {
    line-height: 1.5;
    margin-bottom: 0px;
    font-size: 20px;
}

.simplebar-scrollbar::before {
    background-color: rgb(0 0 0 / 20%) !important;
    opacity: 1 !important;
    margin-right: 3px;
}

.form-label-group {
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 0px;
}

.form-label-group > label {
    padding-left: 1px;
    font-size: 16px;
    margin-bottom: 4px;
    color: #212529;
}

.form-label-group form-group:not(:last-child) {
    margin-bottom: 10px;
}

.form-row-space-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.router-component.visible {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 400ms;
}

.router-component.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 150ms, opacity 250ms;
}

#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;
    }

textarea::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

textarea::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

textarea::placeholder {
    color: #6c757d;
    opacity: 1;
}

#confirmation-cancel-btn, #filter-cancel-btn, #export-cancel-btn {
    margin-right: 20px;
}

.select2-selection__rendered:not([aria-expaned=true]) {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.select2-results__option--highlighted {
    background-color: #f3f3f3 !important;
    color: #504e4e !important;
    transition: 0.15s ease-out;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
}

    .select2-results__option--highlighted:last-child {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

.select2-selection {
    height: 50px !important;
}

.select2-selection__clear {
    color: black;
    opacity: 0.5;
}

.select2-container {
    font-size: 15px;
}

.select2-dropdown {
    border-color: transparent !important;
    box-shadow: 0 0 0px 1px #59a6cd !important;
}

.select2-results__option--disabled {
    display: none;
}

.select2-selection__clear:hover {
    opacity: 1;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dadce0 !important;
    padding-left: 12px !important;
    padding-top: 7px !important;
    border-radius: 3px !important;
}

.select2-container--default .select2-selection--multiple {
    padding-top: 8px !important;
    padding-bottom: 0px !important;
    min-height: 38px !important;
}

.select2-selection--clearable.disabled li {
    padding-left: 3px !important;
}

.select2-selection--clearable.disabled .select2-selection__clear {
    display: none;
}

.select2-container--default .select2-selection--single.modified:not(.invalid, [aria-expanded=true]) {
    box-shadow: 0 0 0px 1px #59a6cd !important;
    border-color: transparent !important;
}

.select2-container--default .select2-selection--single.invalid:not([aria-expanded=true]) {
    border: 1px solid #d50000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: unset !important;
}

.select2-container--default .select2-selection--single:hover:not([aria-expanded=true], [aria-disabled=true], .modified, .invalid) {
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%) !important;
    transition: 0.15s ease-in;
}

.select2-container--default .select2-selection--multiple:hover:not([aria-expanded=true], [aria-disabled=true]) {
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    transition: 0.15s ease-in;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px !important;
    margin-left: 0px !important;
    vertical-align: unset !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none !important;
    outline: none !important;
}

.select2-dropdown select2-dropdown--below {
    box-shadow: 0 0 0 1px rgba(0,123,255,.5) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0px !important;
}



.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 0px;
    padding-left: 0px !important;
    padding-right: 26px !important;
    color: #504e4e !important;
    font-size: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px !important;
    right: 4px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-width: 6.25px 5px 0 5px !important;
    }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #c6c6c6 !important;
    line-height: 1.5 !important;
    font-size: 15px;
    color: #6c757d !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dadce0 !important;
    padding-top: 5px;
    padding-left: 12px;
}

span.select2-selection--single[aria-expanded=true] {
    border-color: transparent !important;
    box-shadow: 0 0 0px 1px #59a6cd;
    transition: 0.15s ease-in;
}

span.select2-selection--multiple[aria-expanded=true] {
    border-color: transparent !important;
    box-shadow: 0 0 0px 1px #479cc8;
    transition: 0.15s ease-in;
}

.select2-selection, .select2-selection, #selector3 .select2-selection {
    height: 38px !important;
    padding-bottom: 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none !important;
    background-color: #59a6cd !important;
    color: white;
    font-weight: 100;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
    margin-left: 0px !important;
    margin-right: 5px !important;
    font-size: 13px;
    height: 25px !important;
    line-height: 25px !important;
    border-radius: 0px !important;
    padding-left: 27px !important;
    padding-right: 9px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 0px !important;
    position: absolute;
    top: 7px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: solid 1px white !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white !important;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        background-color: #569ac7 !important;
    }

.select2-selection.select2-selection--multiple.select2-selection--clearable.modified:not([aria-expanded=true]) {
    box-shadow: 0 0 0px 1px #59a6cd !important;
    border-color: transparent !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    color: #949494 !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #59a6cd !important;
    color: white !important;
}

    .select2-container--default .select2-results__option--selected:hover {
        background-color: #569ac7 !important;
    }

.select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute !important;
    top: 6px;
    right: 10px;
    font-size: 16px !important;
}

.select2-selection.select2-selection--multiple {
    height: 100% !important;
}

    .select2-selection.select2-selection--multiple.select2-selection--clearable {
        height: 100% !important;
        padding-bottom: 4px !important;
    }

.select2.select2-container.select2-container--default.select2-container--below {
    height: 100% !important;
}

.select2.select2-container.select2-container--default.select2-container--focus {
    height: 100% !important;
}

.select2.select2-container.select2-container--default.select2-container {
    height: 100% !important;
}

.datepicker-dropdown {
    z-index: 1100 !important;
}

.datepicker-cell.selected, .datepicker-cell.selected:hover {
    background-color: #19b96e !important;
    border-radius: 0px !important;
}

.datepicker-cell.focused:not(.selected) {
    background-color: #19b96ead !important;
    color: white !important;
    border-radius: 0px !important;
}

.datepicker-cell:not(.disabled):hover {
    border-radius: 0px !important;
}

.datepicker-cell {
    border-top: solid 1px rgba(151, 151, 151, 0.1) !important;
}

.datepicker-header .datepicker-controls .button {
    background-color: #e6ecef80 !important;
    border-radius: 0px !important;
}

.datepicker-input.in-edit:active, .datepicker-input.in-edit:focus {
    box-shadow: none !important;
}

.datepicker-controls .button.prev-btn {
    color: #40b0a6 !important;
}

.datepicker-controls .button.next-btn {
    color: #40b0a6 !important;
}

.datepicker-controls .button.view-switch {
    color: #504e4e !important;
    font-weight: 100 !important;
}

.datepicker-grid {
    width: 315px !important;
}

.datepicker-dropdown .datepicker-picker {
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 10%) !important;
    border: 1px solid #CED4DA;
    border-radius: 0px !important;
}

@media screen and (max-width: 2559px) {
    h5 {
        font-size: 20px;
    }

    .form-label-group {
        margin-bottom: 12px;
    }

        .form-label-group > label {
            font-size: 16px;
            margin-bottom: 4px;
        }

    .select2-selection, .select2-selection {
        height: 38px !important;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-top: 0px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 5px !important;
        right: 10px !important;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-width: 6px 6px 0 6px !important;
            border-radius: 1px;
            border-color: #000 transparent transparent !important;
        }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        margin-top: 0px;
        margin-right: 20px !important;
        position: absolute;
        right: 10px;
        top: 6px;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 1920px) {
    .form-label-group {
        margin-bottom: 10px;
    }

        .form-label-group > label {
            font-size: 15px;
        }
}

@media screen and (max-width: 1024px) {
    .form-label-group > label {
        font-size: 14px;
    }
}

@media screen and (max-width: 1536px) and (min-width: 1025px) {

    h5 {
        font-size: 16px;
    }

    .form-label-group {
        margin-bottom: 5px;
    }

        .form-label-group > label {
            font-size: 12px;
            margin-bottom: 3px;
        }



    #confirmation-cancel-btn, #filter-cancel-btn, #export-cancel-btn {
        margin-right: 16px;
    }

    .select2-container {
        font-size: 12px;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        font-size: 12px;
    }

    .select2-container--default .select2-selection--single {
        padding: 4px .75rem !important;
    }

    .select2-selection, .select2-selection {
        height: 28px !important;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-top: 0px;
        padding-left: 2px !important;
        line-height: 19px !important;
        font-size: 12px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 0.8px !important;
        right: 0.8px !important;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-width: 4px 3.2px 0 3.2px !important;
        }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        margin-top: -3px !important;
        margin-right: 15px !important;
        font-size: 10px !important;
    }

    .select2-container--default .select2-selection--multiple {
        padding-top: 5px !important;
        min-height: 30px !important;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice {
            font-size: 10px;
            margin-right: 4px !important;
            margin-bottom: 2px !important;
            height: 20px !important;
            line-height: 20px !important;
            padding-left: 22px !important;
            padding-right: 4px !important;
        }

        .select2-container--default .select2-selection--multiple .select2-selection__clear {
            top: 4px;
        }

    .datepicker-grid {
        width: 252px !important;
    }

    .datepicker-cell, .datepicker-view .week {
        height: 25px !important;
        line-height: 25px !important;
    }

    .datepicker-cell {
        font-size: 11px !important;
    }

    .datepicker-view .dow {
        font-size: 9px !important;
    }

    .datepicker-header .datepicker-controls {
        font-size: 13px !important;
    }
}


@media screen and (max-width: 1024px) {
    .datepicker-dropdown .datepicker-picker {
        box-shadow: unset !important;
        border: none !important;
        border-radius: 0px !important;
    }

    .datepicker-picker .datepicker-header .datepicker-controls .button {
        background-color: white !important;
        border-bottom: 1px solid #e9e9e9;
    }
}

@keyframes slide-in-right {
    100% {
        left: 100%;
    }

    0% {
        left: 0;
    }
}

@keyframes slide-out-right {
    0% {
        right: 0;
    }

    100% {
        right: 100%;
    }
}

@keyframes fadeIn-delay {
    99% {
        visibility: hidden;
    }

    100% {
        visibility: visible;
    }
}

@keyframes fadeOut-delay {
    99% {
        visibility: visible;
    }

    100% {
        visibility: hidden;
    }
}
