.login-form-container {
    background-image: url("../img/login-bg-2.jpg");
}

.card {
    border: none;
}

nav .app-nav .main-nav>li:not(.menu-title) ul {
    padding: 0 0.5rem 0 0.5rem;
}

.dataTables_wrapper .dataTables_filter input,
.select2-search__field {
    outline: none;
}

.btn:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
select:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: none !important;
}

.app-form .select2-container--default .select2-selection,
.select2-dropdown {
    border-color: var(--border_color);
}

.app-form .select2-container--default .select2-selection,
.select2-selection__rendered {
    min-height: 35.78px;
    line-height: normal;
}



.select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute;
    right: 18px;
    top: 10px;
}

.swal2-actions {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.dt-buttons {
    margin-bottom: 20px;
}

.dt-buttons button {
    padding: 5px 8px;
}

.dt-buttons i {
    font-size: 18px;
}

.dt-info {
    float: left;
}

.dt-paging {
    float: right;
}

.dt-search {
    float: right;
}

nav .app-nav .main-nav>li:not(.menu-title)>a[aria-expanded=true] {
    margin-bottom: 0.5rem;
}

.dt-paging button {
    font-size: 14px;
}

.form-group-item {
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
}

.form-group-item:not(.show) li.active {
    border-radius: 0.5rem;
}

.form-group-item li:not(.active) {
    display: none;
}

.dt-orderable-asc .dt-column-order::before,
.dt-orderable-desc .dt-column-order::before {
    content: "▲";
}

.dt-orderable-asc .dt-column-order::after,
.dt-orderable-desc .dt-column-order::after {
    content: "▼";
}

.delete-btn {
    padding: 4px 10px;
}

.card-action {
    position: absolute;
    right: 10px;
    top: 10px;
    width: auto;
}

.form-color {
    width: 20px;
    height: 20px;
    border-radius: 4px;
}

.uploaded-files li {
    display: flex;
    justify-content: space-between;
}

.uploaded-files li>.text-truncate {
    max-width: calc(100% - 60px);
}

.delete-img-item {
    width: 60px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.custom-select2+.select2-container--default {
    display: block;
}

.custom-select2+.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--bs-border-color) !important;
}

.custom-select2+.select2-container--default .select2-selection--single {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    height: 38px;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

.custom-select2+.select2-container--default .select2-selection__arrow {
    right: 5px !important;
    top: 5px !important;
}

.custom-select2+.select2-container--default .select2-selection__clear {
    right: 8px !important;
    top: 5px !important;
}

.custom-select2+.select2-container--default .select2-selection--multiple .select2-selection__clear {
    right: 8px !important;
    top: 0px !important;
}

.custom-select2+.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
}

.custom-select2+.select2-container--default.select2-container--focus .select2-selection--multiple,
.custom-select2+.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: var(--bs-border-color);
}

.float-left {
    float: left;
}

.app-loader span {
    width: 4px;
    height: 50px;
    background: #1673BA;
    animation: scale 0.9s ease-in-out infinite;
}

.app-loader span:nth-child(2) {
    background: #1673BA;
    animation-delay: -0.8s;
}

.app-loader span:nth-child(3) {
    background: #5BBB47;
    animation-delay: -0.7s;
}

.app-loader span:nth-child(4) {
    background: #5BBB47;
    animation-delay: -0.6s;
}

.app-loader span:nth-child(5) {
    background: #5BBB47;
    animation-delay: -0.5s;
}


@media only screen and (max-width: 920px) {
    div.dt-container div.dt-search input {
        margin-left: 0;
        width: 100%;
    }

    .dt-search {
        float: left;
        width: 100%;
    }
}