.bg-yellow {
    background-color: #b59412 !important;
}

.text-yellow {
    color: #b59412 !important;
}

.bg-warning {
    background-color: #f6a38f !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: calc(2.25rem + 9px);
    padding: 12px 20px 35px !important;
}

.select2-container .select2-selection--multiple {
    min-height: calc(2.25rem + 9px);
    padding: 2px 4px !important;
    margin-top: 8px !important;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    padding: 5px !important;
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection,
.select2-container .select2-selection--single {
    box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02) !important;
    border: 0 !important;
    transition: box-shadow .15s ease !important;
    color: #8898aa;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    color: #555;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    cursor: default;
    float: left;
    padding: 6px 11px 6px 6px !important;
    font-size: 0.8rem;
    line-height: 1.3;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    border: none;
    background: none;
    box-shadow: none;
    outline: none;
    float: right;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1rem;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    padding-left: 7px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    border: none;
    border-left: 0 !important;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    position: absolute;
    height: 98%;
    top: 1px;
    right: 1px;
    width: 1.25rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: #8898aa;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    border: none;
}

.select2-container:not(.select2-container--disabled) .select2-dropdown {
    box-shadow: 0 0.375rem 0.75rem 0.2rem rgba(0, 123, 255, 0.25);
}

.select2-dropdown.select2-dropdown--below {
    z-index: 1090;
    border-radius: 8px;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary);
    color: #fff;
    font-weight: 600;
}

.select2-container .select2-results__option {
    border-radius: 8px !important;
    margin: 5px;
    padding: 8px 6px;
}

.select2-container .select2-search__field {
    width: 100% !important;
}

.heading-small {
    font-weight: 400;
}

.redactor-toolbar {
    border-radius: .375rem .375rem 0 0;
    box-shadow: none !important;
}

.redactor-toolbar-tooltip {
    height: 0;
    width: 0;
    position: absolute !important;
    display: none !important;
}

.redactor-toolbar li a:hover,
.redactor-toolbar li a:active,
.redactor-toolbar li a.redactor-act {
    background-color: var(--lighter) !important;
    border-radius: 4px;
    color: #222 !important;
}

.redactor-editor {
    border-radius: 0 0 .375rem .375rem;
}

.redactor-box-fullscreen,
.redactor-dropdown {
    z-index: 9000 !important;
}

#redactor-modal-overlay,
#redactor-modal-box,
#redactor-modal {
    z-index: 1100 !important;
}

.datepicker.datepicker-dropdown {
    z-index: 1200 !important;
}

.select2-container.select2-container--krajee-bs4.select2-container--open {
    z-index: 1076 !important;
}

.btn-outline-secondary:hover {
    color: white;
}

.theme-explorer-fa6 .file-actions-cell {
    position: relative;
    height: 38px !important;
    width: auto !important;
}

.theme-explorer-fa6 .file-drop-zone {
    border: 1px dashed var(--lighter) !important;
    margin: 0 !important;
    padding: 2px !important;
    display: block;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 70px !important;
    margin-bottom: 5px;
}

.theme-explorer-fa6 .file-preview-frame {
    border: 0 !important;
    border-bottom: 1px dashed #ddd !important;
    margin: 4px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.theme-explorer-fa6 .explorer-frame .kv-file-content {
    width: 52px !important;
    height: 52px !important;
    padding: 5px;
}

.theme-explorer-fa6 .file-footer-buttons {
    background: var(--lighter);
    border-radius: 10px;
    padding: 6px 10px;
    float: none !important;
}

#kvFileinputModal {
    z-index: 2000;
}

.file-drop-zone-title {
    color: var(--light);
    font-size: 1em !important;
    padding: 35px 10px !important;
    text-transform: uppercase;
    font-weight: lighter;
}

.explorer-frame:not(.kv-zoom-body):hover {
    background-color: transparent !important;
}

.file-drop-zone {
    border: 1px dashed #CCC !important;
    margin: 0 !important;
    padding: 2px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 70px !important;
}

.file-drop-disabled .file-drop-zone {
    border: 0 !important;
}

.file-preview {
    border: 0 !important;
    padding: 0 !important;
    width: 100%;
    margin-bottom: 0px !important;
}

.krajee-default.file-preview-frame {
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    float: left !important;
    text-align: center !important;
}

.krajee-default.file-preview-frame:not(.file-preview-error):hover {
    border: 0;
    box-shadow: none;
}

.krajee-default .file-other-icon {
    font-size: 2.6em !important;
    line-height: 1;
}

.krajee-default.file-preview-frame .kv-file-content {
    width: 120px !important;
    height: 80px !important;
    padding-right: 15px;
}

.file-preview-status {
    display: none;
}

.swal2-container {
    z-index: 2000 !important;
}

.bg-translucent-dark-2 {
    background-color: rgba(0, 0, 0, 0.03) !important;
}

.swal2-label,
.swal2-validation-message {
    font-size: 1rem;
}

.card {
    border: 0px;
}

.card-footer:last-child {
    border-radius: 0 0 0.376rem 0.376rem;
}

.card-footer .btn-block {
    border-radius: 0 0 0.375rem 0.375rem !important;
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 0.95rem;
    outline: none;
}


.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
    bottom: 1px;
    border-top-color: var(--primary);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
    bottom: 1px;
    border-bottom-color: var(--primary);
}


button[type='submit'].btn-block:not(.strict) {
    border-radius: 0 0 0.375rem 0.375rem !important;
}

.card-footer .btn:hover {
    box-shadow: 0;
    transform: none;
    font-weight: 800;
    outline: none;
}

.card-footer {
    border: 0px;
}

.modal button[type='submit'].btn-block {
    outline: none;
}

.invalid-feedback {
    display: block !important;
}

.select2-selection__rendered {
    font-size: 13px;
}

.select2-container--krajee-bs4 li.select2-results__option {
    background-color: #FFF !important;
}

.select2-container--krajee-bs4 .select2-results__option.select2-results__option--selected,
.select2-container--krajee-bs4 .select2-results__option[aria-selected=true] {
    background-color: #d9edf7 !important;
}

.select2-container--krajee-bs4 .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary) !important;
    color: #fff;
    font-weight: 600;
}

.select2-container--krajee-bs4 .select2-results__group {
    border-radius: 5px;
    background-color: var(--lighter);
}

.modal-backdrop.show {
    opacity: 0.7;
}

.dropdown-menu .dropdown-item>i,
.dropdown-menu .dropdown-item>svg {
    margin-right: 0.3rem;
    font-size: 1rem;
    vertical-align: -8%;
}

.dropdown-toggle::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f105";
    margin-left: auto;
    color: #8898aa;
    transition: all 0.15s ease;
    border-top: 0 !important;
    margin-top: -20px;
}

.nav-link.dropdown-toggle[aria-expanded=true]:after {
    transform: rotate(90deg) !important;
}

.badge {
    font-weight: 400;
}

.file-input-clip {
    overflow: hidden;
    max-height: 80px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--lighter);
}

@media (max-width: 992px) {
    .krajee-default.file-preview-frame .kv-file-content {
        width: 100% !important;
        height: 100% !important;
        max-height: 180px;
        overflow-y: hidden;
        margin: 10px 0;
    }

    .file-input-clip {
        overflow: hidden;
        max-height: 180px;
    }
}

@media (min-width: 768px) {
    .navbar-vertical .navbar-collapse:before {
        content: "";
        display: block;
        margin: 0.5rem -1rem;
    }

    .dropdown-toggle::after {
        display: none;
    }
}

@media (min-width: 1200px) {
    .navbar-vertical.navbar-expand-xl .navbar-collapse {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        padding-left: 0.6rem;
    }
}