@font-face {
    font-family: "DINNextLTArabic";
    src: url("../fonts/DINNextLTArabic/DINNextLTArabic-Regular.ttf")
        format("truetype");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "DINNextLTArabic";
    src: url("../fonts/DINNextLTArabic/DINNextLTArabic-Medium.ttf")
        format("truetype");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "DINNextLTArabic";
    src: url("../fonts/DINNextLTArabic/DINNextLTArabic-Bold.ttf")
        format("truetype");
    font-weight: 600;
    font-display: swap;
}

:root {
    --main-color: #259b9a;
    --hover-color: #efdc4a;
    --whiteColor: #ffffff;
    --text-dark-color: #1e272e;
    --bodyBg: #f9fafb;
    --thead-bg: rgba(243, 246, 249, 0.56);
    --searchBg: #f5f7f9;
}

[data-theme="dark"] {
    --whiteColor: #1e1e2d !important;
    --text-dark-color: #ffffff !important;
    --bodyBg: #151521 !important;
    --thead-bg: rgb(43, 43, 64) !important;
    --searchBg: #252538 !important;
}

body {
    font-family: "DINNextLTArabic", sans-serif !important;
    background-color: var(--bodyBg);
    font-size: 15px !important;
}

body::-webkit-scrollbar-track {
    background: #fff;
}

body::-webkit-scrollbar-thumb {
    background: var(--main-color);
}

a {
    color: #3f4254;
}

a:hover {
    color: var(--main-color);
}

body::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

body:not([data-theme="dark"]) .theme-dark-show {
    display: none !important;
}

body:not([data-theme="light"]) .theme-light-show {
    display: none !important;
}

.font-medium {
    font-weight: 500 !important;
}

.tooltip {
    font-family: "DINNextLTArabic", sans-serif;
}

.object-contain {
    object-fit: contain;
}

.object-cover {
    object-fit: cover;
}

.text-secondary {
    color: #50cd89 !important;
}

.text-warning {
    color: #eeb82c !important;
}

.text-blue {
    color: #009ef7 !important;
}

.text-blue-1 {
    color: #0893df !important;
}

.btn-check:checked + .btn.btn-primary,
.btn-check:active + .btn.btn-primary,
.btn.btn-primary:focus:not(.btn-active),
.btn.btn-primary:hover:not(.btn-active),
.btn.btn-primary:active:not(.btn-active),
.btn.btn-primary.active,
.btn.btn-primary.show,
.show > .btn.btn-primary {
    background-color: var(--hover-color) !important;
}

.btn.btn-warning {
    color: #ffffff;
    border-color: #f5c342 !important;
    background-color: #f5c342;
}

.btn.btn-light {
    color: #2c2c2c;
    border-color: #f5f5f5;
    background-color: #f5f5f5;
}

.btn-check:checked + .btn.btn-light,
.btn-check:active + .btn.btn-light,
.btn.btn-light:focus:not(.btn-active),
.btn.btn-light:hover:not(.btn-active),
.btn.btn-light:active:not(.btn-active),
.btn.btn-light.active,
.btn.btn-light.show,
.show > .btn.btn-light {
    color: #2c2c2c !important;
}

.btn-white {
    padding: 10px 15px !important;
}

.btn-check:checked + .btn.btn-white,
.btn-check:active + .btn.btn-white,
.btn.btn-white:focus:not(.btn-active),
.btn.btn-white:hover:not(.btn-active),
.btn.btn-white:active:not(.btn-active),
.btn.btn-white.active,
.btn.btn-white.show,
.show > .btn.btn-white {
    color: #fff !important;
    background-color: var(--main-color) !important;
}

.btn-check:checked + .btn.btn-white svg path,
.btn-check:active + .btn.btn-white svg path,
.btn.btn-white:focus:not(.btn-active) svg path,
.btn.btn-white:hover:not(.btn-active) svg path,
.btn.btn-white:active:not(.btn-active) svg path,
.btn.btn-white.active svg path,
.btn.btn-white.show svg path,
.show > .btn.btn-white svg path {
    fill: #fff;
}

.btn-check:checked + .btn.btn-white svg path[stroke],
.btn-check:active + .btn.btn-white svg path[stroke],
.btn.btn-white:focus:not(.btn-active) svg path[stroke],
.btn.btn-white:hover:not(.btn-active) svg path[stroke],
.btn.btn-white:active:not(.btn-active) svg path[stroke],
.btn.btn-white.active svg path[stroke],
.btn.btn-white.show svg path[stroke],
.show > .btn.btn-white svg path[stroke] {
    stroke: #fff;
}

.btn-check:checked + .btn.btn-white span,
.btn-check:active + .btn.btn-white span,
.btn.btn-white:focus:not(.btn-active) span,
.btn.btn-white:hover:not(.btn-active) span,
.btn.btn-white:active:not(.btn-active) span,
.btn.btn-white.active span,
.btn.btn-white.show span,
.show > .btn.btn-white span {
    color: #fff !important;
}

.btn.btn-info {
    color: #ffffff;
    border-color: #7e90d4;
    background-color: #7e90d4;
}

.btn-check:checked + .btn.btn-info,
.btn-check:active + .btn.btn-info,
.btn.btn-info:focus:not(.btn-active),
.btn.btn-info:hover:not(.btn-active),
.btn.btn-info:active:not(.btn-active),
.btn.btn-info.active,
.btn.btn-info.show,
.show > .btn.btn-info {
    border-color: #606fa8 !important;
    background-color: #606fa8 !important;
}

.btn-light-primary {
    background-color: rgba(175, 84, 127, 0.08) !important;
}

.btn-light-primary svg path {
    fill: var(--main-color);
}

.btn-light-primary:is(:hover, :focus, :active) svg path {
    fill: var(--whiteColor) !important;
}

.form-check-input[type="checkbox"] {
    border-radius: 4px;
}

.rest-btn {
    background: transparent;
    border: 0;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0;
    cursor: pointer;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

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

.aside,
.header .header-brand {
    background-color: #1e2124;
}

.aside .aside-toolbar .aside-user {
    border-bottom: 1px solid rgba(56, 60, 66, 0.4);
    border-top: 1px solid rgba(56, 60, 66, 0.4);
}

#kt_aside_mobile_toggle i {
    font-size: 18px;
}

/* aside-menu */
.aside-menu .menu > .menu-item {
    margin-bottom: 0;
    padding: 0;
}

.aside-menu
    .menu
    .menu-item
    .menu-link
    .menu-icon
    .svg-icon
    svg
    [fill]:not(.permanent):not(g) {
    fill: #ffffff;
}

.aside-menu .menu .menu-item .menu-link .menu-title {
    color: #ffffff;
}

.aside-menu .menu .menu-item .menu-link {
    font-size: 14px;
    padding: 12px 18px 12px 20px;
    border-radius: 0;
    border-inline-start: 5px solid transparent;
}

.aside-menu .menu .menu-item .menu-link.active {
    border-inline-start-color: #fff;
}

.aside-menu .menu-item .menu-link .menu-icon {
    margin-left: 11.3px;
    width: 20px !important;
    height: 20px !important;
}

.aside-menu .menu-item .menu-link .menu-icon svg {
    width: 17px !important;
    height: 17px !important;
}

.aside-menu .menu .menu-item .menu-link.active {
    background-color: var(--main-color);
    font-weight: 500;
}

.aside-menu .menu .menu-item .menu-link:hover {
    background-color: #2c2f32 !important;
}

.aside-menu .menu .menu-item .menu-link.active:hover {
    background-color: var(--main-color) !important;
}

.aside-menu .menu .menu-item .menu-link.active .menu-title {
    color: #fff;
}

.aside-menu
    .menu
    .menu-item
    .menu-link.active
    .menu-icon
    .svg-icon
    svg
    [fill]:not(.permanent):not(g) {
    fill: #fff;
}

.aside-menu
    .menu
    .menu-item
    .menu-link.active
    .menu-icon
    .svg-icon
    svg
    [stroke]:not(.permanent):not(g) {
    stroke: #fff;
}

.aside-menu .menu .menu-item.hover > .menu-link:not(.disabled):not(.active),
.aside-menu .menu .menu-item .menu-link:hover:not(.disabled):not(.active) {
    background-color: #2c2f32 !important;
    border-inline-start-color: transparent;
}

.aside-menu .menu-item .menu-link .menu-badge .badge {
    background-color: #f1416c;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    min-height: 18px;
    min-width: 18px;
    font-size: 10px;
}

.aside-menu .menu-item .menu-icon i {
    color: #b5b5c3;
    font-size: 17px;
}

.number-size {
    font-size: 35px;
}

div.dataTables_wrapper div.dataTables_length {
    padding-left: 10px;
}

.iti {
    width: 100%;
}

.iti__arrow {
    border-top-color: #727272 !important;
}

.iti__selected-flag {
    direction: ltr !important;
    outline: none;
}

.iti__country-name {
    font-size: 12px;
}

.iti__arrow--up {
    border-bottom: none;
}

.iti__country-list {
    left: 0;
    right: auto;
    max-width: 290px;
    overflow-x: scroll !important;
}

/* tel responsive */
@media (max-width: 1024px) {
    .iti__country-list {
        left: 0;
        right: auto;
    }
}

@media (max-width: 576px) {
    .iti__country-list {
        right: 0;
        left: auto;
    }
}

.iti__country-name,
.iti__flag-box {
    margin-left: 6px;
}

.iti__country {
    direction: ltr;
    text-align: left;
}

.iti__arrow {
    border-top: 4px solid #fff;
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: #030f17;
    font-size: 14px;
    font-weight: 300;
}

.iti--separate-dial-code .iti__selected-flag {
    background: transparent;
    padding: 0 6px 0 15px;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background: transparent;
}

/* rest */
.text-hover-primary:hover {
    color: var(--main-color);
}

.header-brand img {
    width: 97px;
}

/* .header-brand {
    border-bottom: 1px solid rgba(56, 60, 66, 0.23);
} */

@media (min-width: 992px) {
    .aside-minimize {
        left: 19px !important;
    }

    #kt_aside_toggle svg {
        width: 14.29px !important;
        height: 14.47px !important;
    }

    #kt_aside_toggle svg path {
        fill: #fff;
    }
}

.sign-page .login-bg {
    background-image: url("../images/sign-bg2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.sign-page .login-bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #18191b;
    opacity: 0.88;
    z-index: -1;
}

.sign-page .logo {
    position: relative;
    z-index: 2;
}

.sign-page .logo img {
    width: 140px;
}

.sign-page .login-text {
    font-size: 15px;
    font-weight: 400;
    margin-top: 15px;
}

@media (max-width: 575px) {
    .sign-page .sign-box {
        width: 90% !important;
    }
}

.header .toolbar .menu-sub-dropdown i {
    font-size: 29px;
    color: var(--main-color);
}

@media (min-width: 992px) {
    .header .header-brand {
        justify-content: center;
        position: relative;
    }

    .aside-minimize {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 991px) {
    .header-brand img {
        width: 90px;
    }
}

.settings-page .image-input {
    margin-top: 30px !important;
    border: 4px solid #ddd;
}

.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item.show .nav-link {
    border-bottom: 3px solid var(--main-color) !important;
    font-weight: bold;
}

.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link {
    border-bottom-width: 3px;
}

.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link.active,
.nav-line-tabs.nav-line-tabs-2x .nav-item.show .nav-link,
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link:hover:not(.disabled) {
    border-bottom-width: 3px;
}

table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
    display: none !important;
}

table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled) {
    padding: 15px 0.75rem;
}

.modal-header {
    padding: 10px 15px !important;
}

.modal-header .modal-title {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 500;
}

.modal-header svg path,
.modal-header svg rect {
    fill: #484e56 !important;
    opacity: 1;
}

.modal-header [aria-label="Close"] span {
    color: #fff;
}

.modal-header .btn.btn-active-light-primary:hover:not(.btn-active),
.modal-header .btn.btn-active-light-primary.show {
    background-color: inherit !important;
}

.modal-header .btn.btn-active-light-primary:hover:not(.btn-active),
.modal-header .btn.btn-active-light-primary.show {
    background-color: inherit !important;
}

@media (max-width: 991.98px) {
    .modal-header .toolbar {
        flex-direction: row;
        background-color: inherit !important;
    }
}

.btn.btn-icon {
    height: 35px;
    width: 35px;
}

.latest-commissions .card-body .symbol .symbol-label {
    width: 90px !important;
    height: 90px !important;
}

.fa-exclamation-circle {
    color: var(--main-color);
}

/* dropzone */

.dropzone {
    border-color: #dcdee0;
    background: transparent;
    min-height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.dropzone.dz-started {
    justify-content: flex-start;
}

.dropzone .dz-message {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropzone.dz-started .dz-message {
    margin-bottom: 20px;
}

.dropzone .dz-preview .dz-image {
    width: 100px !important;
    height: 100px !important;
}

.dropzone .dz-preview .dz-image img {
    width: 100% !important;
    height: 100% !important;
}

.dropzone .dz-error-mark svg {
    height: 35px !important;
    width: 35px !important;
}

.dropzone .dz-preview {
    margin: 8px !important;
}

.form-check.form-check-solid .form-check-input {
    background-color: #dfdfdf !important;
}

.form-check.form-check-solid .form-check-input:checked {
    background-color: #50cd89 !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
    text-align: start;
}

.table > thead {
    background: #f5f5f5;
}

.table tr:first-child,
.table th:first-child,
.table td:first-child {
    padding-right: 15px !important;
}

.select2-container {
    direction: rtl !important;
    text-align: right !important;
}

.select2-container--bootstrap5
    .select2-selection--single
    .select2-selection__rendered {
    color: #525252 !important;
    font-weight: normal;
}

.select2-container--bootstrap5
    .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg)
    .select2-selection__choice
    .select2-selection__choice__remove {
    left: 4px;
}

.select2-container--bootstrap5
    .select2-dropdown
    .select2-results__option.select2-results__option--selected {
    background-color: var(--main-color);
}

.select2-container .select2-search--inline .select2-search__field {
    font-family: "DINNextLTArabic", sans-serif;
    height: 20px;
}

.select2-container--bootstrap5 .select2-selection__clear {
    display: none;
}

.select2-container--bootstrap5
    .select2-search.select2-search--inline
    .select2-search__field {
    font-weight: normal;
    font-size: 12px;
}

.form-select-lg + .select2-container .select2-selection {
    min-height: 50px !important;
}

.form-group
    .select2-container--bootstrap5
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 12px;
    color: #b5bcc7;
    position: relative;
    top: -2px;
    padding: 0;
    font-weight: normal;
}

.card .card-header {
    padding: 0;
    margin: 0 25px;
    min-height: 55px;
}

.card .card-header h3 {
    font-size: 15px;
}

.card .card-body {
    padding: 15px 25px;
}

.note-toolbar .dropdown-toggle::after {
    display: none;
}

.tag-input {
    height: 80px;
}

/* summer note */
.note-editor .note-toolbar .note-color .dropdown-toggle {
    padding-left: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.note-btn-group > .note-btn-group:not(:last-child) > .note-btn,
.note-btn-group > .note-btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 3px !important;
    margin: 0 2px;
}

.note-btn-group > .note-btn-group:not(:first-child) > .note-btn,
.note-btn-group > .note-btn:not(:first-child) {
    border-radius: 3px !important;
}

.note-color-all.open .note-dropdown-menu {
    display: flex;
}

.note-editor .note-toolbar .note-color-all .note-dropdown-menu,
.note-popover .popover-content .note-color-all .note-dropdown-menu {
    min-width: auto;
}

@media (max-width: 991px) {
    .note-color-all.open .note-dropdown-menu {
        flex-direction: column;
        align-items: flex-end;
    }
}

.note-editable,
.note-placeholder {
    font-family: "DINNextLTArabic", sans-serif !important;
}

.note-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    padding: 15px 20px !important;
}

.note-modal-header .close {
    float: none;
    opacity: 1 !important;
    display: flex;
    align-items: center;
}

.note-modal-header .close i {
    color: #000;
}

.note-modal-header .note-modal-title {
    font-size: 15px;
    color: #42515f;
}

.note-modal-body {
    padding: 20px 15px !important;
}

.note-modal-footer {
    display: flex;
    align-items: center;
    height: auto !important;
    justify-content: flex-end;
    padding: 15px !important;
    border-top: 1px solid #dddddd;
}

.note-form-label {
    font-size: 15px !important;
    color: #42515f !important;
    font-weight: normal !important;
}

.note-modal-footer .note-btn {
    float: none;
}

.note-modal-content {
    border: none !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: none !important;
}

@media (min-width: 768px) {
    .note-modal-content {
        margin: 20vh auto !important;
    }
}

.note-modal-content .note-modal-body [type="checkbox"] {
    margin: 0 5px !important;
}

.btn-outline-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--main-color) !important;
    border-radius: 100vmax;
}

.btn-outline-primary span {
    color: var(--main-color);
}

.btn-outline-primary:hover {
    border: 1px solid var(--main-color) !important;
    background-color: var(--main-color);
}

.btn-outline-primary:hover span {
    color: #fff;
}

.btn-outline-primary:hover svg path {
    fill: #fff;
}

.btn-gray {
    color: var(--main-color);
    background-color: #f9fafb;
    padding: 6px 15px !important;
    border-radius: 20vw;
    display: flex;
    align-items: center;
}

.btn-gray:hover {
    color: #fff;
    background-color: var(--main-color);
}

.btn-gray:hover svg path {
    fill: #fff;
}

.btn-gray:hover span {
    color: #fff !important;
}

.svg-icon.svg-icon-primary svg [fill]:not(.permanent):not(g) {
    fill: #6b6b6b;
}

@media (max-width: 575px) {
    .table tr:first-child,
    .table th:first-child,
    .table td:first-child {
        padding-right: 25px !important;
        padding-left: 10px !important;
    }

    table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
    table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
        right: 5px;
        left: auto;
    }
}

[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
    direction: rtl;
}

#tinymce_Des + .tox-tinymce {
    height: 300px !important;
}

.apexcharts-text,
.apexcharts-title-text,
.apexcharts-legend-text {
    font-family: "DINNextLTArabic", sans-serif !important;
}

.apexcharts-legend-text {
    margin: 0 5px;
}

.menu-state-bg-light-primary
    .menu-item.hover
    > .menu-link:not(.disabled):not(.active),
.menu-state-bg-light-primary
    .menu-item
    .menu-link:hover:not(.disabled):not(.active) {
    background-color: #f5f8ef;
}

/* header */

.header .header-search {
    width: 356px;
    min-height: 40px;
    height: 40px;
}

.header .header-search .form-control {
    padding: 6px 18px;
    font-size: 14px;
    border-radius: 7px;
    border-color: rgba(114, 100, 214, 0.11);
    height: 100%;
}

.header .header-search .form-control::placeholder {
    font-size: 12px !important;
    color: #babcc8;
    font-weight: normal;
}

.header .header-search .svg-icon {
    inset-inline-start: 15px;
    inset-block-start: 48%;
    transform: translateY(-50%);
}

.header .head-notification,
.header .head-cart {
    position: relative;
}

.header .head-notification .badge,
.header .head-cart .badge {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    padding: 0;
    font-size: 9px;
    position: absolute;
    inset-block-start: -2px;
    inset-inline-end: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.header .head-cart .badge {
    inset-inline-end: auto !important;
    inset-inline-start: 0 !important;
}

.header .head-notification .badge span,
.header .head-cart .badge span {
    position: relative;
    top: -1px;
}

.header .head-notification .badge-danger,
.header .head-cart .badge-danger {
    background-color: #d60505;
    border: 1px solid #f1416c;
}

.header .head-userMenu .menu-sub-dropdown {
    width: 236px !important;
    top: 23px !important;
}

.header .menu-item.logout svg path {
    fill: #d62b18;
}

.header .menu-item.logout span {
    color: #d62b18;
}

.app-toolbar {
    margin-bottom: 12px;
}

.page-title .breadcrumb .breadcrumb-item {
    display: flex;
    align-items: center;
}

.page-title .breadcrumb .breadcrumb-item:after {
    display: none;
}

.page-title .breadcrumb .breadcrumb-item a {
    font-weight: 500;
    font-size: 16px;
}

.page-title .breadcrumb .breadcrumb-item span {
    font-weight: 500;
    font-size: 16px;
    color: #484e56;
    padding-inline-start: 6px;
}

.page-title .breadcrumb .breadcrumb-item .arrow {
    font-weight: bold;
    color: #484e56;
}

/* card boxs */
.reporst-cards-boxs .card {
    border-radius: 9px;
    background: var(--whiteColor);
    padding: 21px 24px 21px 5px;
    min-height: 103px;
    transition: all 0.3s;
    display: flex;
    flex-direction: row;
    position: relative;
}

.reporst-cards-boxs .card .card-icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 3px 6px rgba(241, 241, 253, 0.45);
    transition: 0.7s;
}

.reporst-cards-boxs .card .card-icon svg {
    width: 25px;
    height: 25px;
}

.reporst-cards-boxs .card .card-info {
    margin-inline-start: 12px;
}

.reporst-cards-boxs .card .card-info p {
    color: var(--text-dark-color);
    font-size: 15px;
    margin-bottom: 18px;
}

.reporst-cards-boxs .card .card-info span {
    color: #7e90d4;
    font-weight: bold;
    font-size: 20px;
}

.apexcharts-tooltip-series-group {
    text-align: right !important;
    justify-content: flex-start !important;
    gap: 5px;
}

.custom-table tr:last-child,
.custom-table th:last-child,
.custom-table td:last-child {
    padding-left: 0.75rem;
}

.custom-table thead {
    background: var(--thead-bg);
}

.custom-table th {
    font-size: 13px;
    font-weight: normal;
}

.custom-table tbody tr td {
    font-size: 13px;
    color: #676767;
    font-weight: normal;
}

.custom-table .badge {
    font-weight: normal;
    font-size: 13px;
    padding: 7px 18px;
}

.badge-light-success {
    color: #50cd89;
    background-color: #e8fff3;
}

.badge-light-info {
    color: #009ef7;
    background-color: #f1faff;
}

.badge-light-warning {
    color: #eba84e;
    background-color: #fdf5e9;
}

.badge-light-danger {
    color: #d62121;
    background-color: #ffe2e5;
}

.bg-light-main-primary.active {
    background: rgba(175, 84, 127, 0.09) !important;
}

@media (max-width: 1199px) {
    .header .header-search {
        display: none;
    }
}

.app-footer .menu .menu-item .menu-link {
    color: #484e56;
}

.form-check.form-check-solid.form-check-success .form-check-input:checked {
    background-color: var(--main-color) !important;
}

.modal-footer .btn {
    min-width: 112px;
    height: 40px;
}

.input-box.datepicker-group input {
    padding-inline-end: 35px;
}

.input-box.datepicker-group span {
    position: absolute;
    left: 15px;
    top: 10px;
}

.input-box.search-group input {
    padding-inline-start: 35px;
}

.input-box.search-group span {
    position: absolute;
    right: 15px;
    top: 10px;
}

/* toast style */
#toast-container > div {
    opacity: 1;
    box-shadow: none !important;
}

#toast-container > .toast {
    background-image: none !important;
}

#toast-container {
    right: 12px !important;
    bottom: 12px !important;
    top: unset !important;
}

.toast-success {
    background-color: var(--main-color);
}

#toast-container .toast-message {
    font-size: 14px;
}

.phone-input {
    text-align: start;
    direction: ltr;
}

.form-control {
    font-weight: normal;
}

.form-control::placeholder {
    font-size: 12px;
    color: #b5bcc7;
    position: relative;
    top: -2px;
    font-weight: normal;
}

.input-icon {
    position: relative;
}

.input-icon span {
    position: absolute;
    top: 12px;
    inset-inline-start: 19px;
}

.input-icon-center span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-start: 19px;
}

.input-icon .form-control {
    padding-inline-start: 46px;
}

.form-control.form-control-solid {
    background-color: var(--searchBg);
    border-radius: 8px;
}

.form-control[disabled],
.form-control.disabled {
    color: #5a5a5a !important;
    background: #f9f9f9 !important;
    border: none !important;
}

.form-control-lg {
    padding: 1rem 1.5rem;
}

.tagify.form-control-lg {
    padding: 0.67rem 1.5rem;
    padding-inline-end: 55px;
}

.checkbox-wrap {
    min-width: 106.5px;
    height: 30px;
    background-color: var(--main-color);
}

.checkbox-wrap .form-check.form-check-custom.form-check-sm .form-check-input {
    height: 15px;
    width: 15px;
    background-color: transparent;
    border-color: #fff;
    border-radius: 2px;
    border-width: 1.3px !important;
}

.text-success {
    color: var(--main-color) !important;
}

.image-input.image-input-circle [data-kt-image-input-action="change"] {
    left: 0px;
    top: 0;
}

.image-input.image-input-circle [data-kt-image-input-action="cancel"],
.image-input.image-input-circle [data-kt-image-input-action="remove"] {
    left: 0;
    bottom: 0;
}

.cute-text {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn.btn-outline-light {
    border: 1px solid rgba(114, 100, 214, 0.11) !important;
    color: #878f99;
}

.daterangepicker .drp-calendar td.active {
    background-color: var(--main-color) !important;
}

/* form-group-box */

.form-group-box {
    margin-bottom: 15px;
}

.form-group-box label {
    margin-bottom: 9px;
    font-size: 15px;
    color: #3b3f47;
}

.form-group-box label span {
    font-size: 15px;
    color: var(--main-color);
    -webkit-padding-start: 7px;
    padding-inline-start: 7px;
}

.form-group-box .form-control {
    border-color: rgba(181, 181, 181, 0.2);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    height: 45px;
    border-radius: 23px;
    font-size: 14px;
}

.form-group-box .form-control:focus,
.form-group-box .form-control:active {
    border-color: var(--main-color);
}

.form-group-box .form-control::-webkit-input-placeholder {
    color: #c7c7c7;
    font-size: 14px;
}

.form-group-box .form-control::-moz-placeholder {
    color: #c7c7c7;
    font-size: 14px;
}

.form-group-box .form-control:-ms-input-placeholder {
    color: #c7c7c7;
    font-size: 14px;
}

.form-group-box .form-control::-ms-input-placeholder {
    color: #c7c7c7;
    font-size: 14px;
}

.form-group-box .form-control::placeholder {
    color: #c7c7c7;
    font-size: 14px;
}

.form-group-box .form-control:disabled {
    background-color: #f7f7f7;
}

.form-group-box .form-control:disabled:focus,
.form-group-box .form-control:disabled:active {
    border-color: rgba(181, 181, 181, 0.2);
}

.form-group-box textarea {
    height: 90px !important;
}

.form-control-icon {
    width: 100%;
    position: relative;
}

.form-control-icon .form-control {
    -webkit-padding-end: 50px;
    padding-inline-end: 50px;
}

.form-control-icon span {
    position: absolute;
    inset-inline-end: 16px;
    inset-block-start: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    user-select: none;
    pointer-events: none;
}

/* main-modal */
@media (min-width: 992px) {
    .main-modal .modal-dialog {
        max-width: 587.24px;
    }
}

.main-modal .modal-content {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    border-radius: 17px;
}

.main-modal .modal-body {
    padding: 23px 32px 17px;
}

@media (max-width: 992px) {
    .main-modal .modal-body {
        padding: 20px 15px;
    }
}

.main-modal .main-modal-header {
    text-align: center;
    padding-bottom: 15px;
}

.main-modal .main-modal-header h4 {
    font-size: 18px;
    font-weight: 500;
    color: var(--main-color);
    margin-bottom: 0;
}

.main-modal .close-modal {
    position: absolute;
    inset-inline-end: 16px;
    inset-block-start: 14px;
    width: 31px;
    height: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-modal .main-modal-inner.scroll {
    max-height: 430px;
    overflow-y: auto;
    padding: 0 10px 15px;
}

.main-modal .main-modal-action-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    text-align: center;
    border-top: 1px solid rgba(112, 112, 112, 0.1);
    padding-top: 13px;
    margin-top: 15px;
}

.main-modal .main-modal-action-between .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 45px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 20px;
}

/* form-modal */

/* @media (min-width: 992px) {
    .form-modal .modal-dialog {
        max-width: 588px;
    }
} */

.form-modal .modal-content {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    border-radius: 18px;
}

.form-modal .modal-body {
    padding: 27px 37px 17px;
}

@media (max-width: 992px) {
    .form-modal .modal-body {
        padding: 20px 15px;
    }
}

.form-modal .form-modal-header {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(160, 164, 182, 0.11);
}

.form-modal .form-modal-header h4 {
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color);
    margin-bottom: 0;
}

.form-modal .close-modal {
    position: absolute;
    inset-inline-end: 10px;
    inset-block-start: 10px;
    width: 31px;
    height: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-modal-action {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 10px;
}

.form-modal-action .btn {
    min-width: 130px;
    height: 45px;
    font-weight: 500;
    font-size: 16px;
}

.form-modal-action .btn.btn-secondary {
    background-color: #f1f3f6;
}

.form-modal-body .form-modal-inner.scroll {
    max-height: 420px;
    overflow-y: auto;
    padding: 0 5px;
}

.form-group {
    margin-bottom: 17px;
}

.form-group label {
    margin-bottom: 14px;
    font-size: 14px;
}

.form-group .form-control {
    border-radius: 9px;
    height: 48px;
}

.form-group .form-control-solid {
    background-color: #f9f9f9;
}

.form-group .form-select.form-select-solid {
    background-color: #f9f9f9;
}

.form-group .form-select-lg + .select2-container .select2-selection {
    min-height: 48px !important;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
    padding-left: 0 !important;
    padding-inline-start: 90px !important;
}

/* small-modal */
@media (min-width: 992px) {
    .small-modal .modal-dialog {
        max-width: 365px;
    }
}

.small-modal .close-modal {
    position: absolute;
    inset-inline-end: 16px;
    inset-block-start: 14px;
    width: 31px;
    height: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.small-modal .modal-content {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    border-radius: 20px;
}

.small-modal .modal-body {
    padding: 28px 22px 23px;
}

.small-modal .small-modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.small-modal .small-modal-body .img {
    margin-bottom: 14px;
}

.small-modal .small-modal-body h5 {
    font-size: 18px;
    font-weight: 500;
    color: #3b3f47;
    margin-bottom: 10px;
}

.small-modal .small-modal-body p {
    font-size: 14px;
    color: #7b7b7b;
    line-height: 32px;
}

.small-modal .small-modal-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12.5px;
}

.small-modal .small-modal-action .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 14px;
    width: 100%;
    height: 45px;
    font-weight: 500;
    border-radius: 25px;
}

/* dialog-modal */
@media (min-width: 992px) {
    .dialog-modal .modal-dialog {
        max-width: 365px;
    }
}

.dialog-modal .modal-content {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    border-radius: 20px;
}

.dialog-modal .modal-body {
    padding: 46px 20px 29px;
}

.dialog-modal .dialog-modal-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dialog-modal .dialog-modal-wrap .dialog-modal-content h5 {
    font-size: 16px;
    font-weight: 500;
    color: #3b3f47;
    margin-bottom: 10px;
}

.dialog-modal .dialog-modal-wrap .dialog-modal-action {
    margin-top: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.dialog-modal .dialog-modal-wrap .dialog-modal-action .btn {
    width: 111px;
    height: 35px;
    font-weight: 500;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-input-file {
    position: relative;
}

.fileUpload {
    overflow: hidden;
    position: absolute;
    inset-inline-end: 5px;
    inset-block-start: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    background: rgba(143, 192, 78, 0.15);
    color: var(--main-color);
    border-radius: 20px;
    min-width: 85px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.fileUpload span {
    font-size: 14px;
    font-weight: 500;
    color: var(--main-color);
}

.fileUpload input.upload {
    position: absolute;
    inset: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.bg-light-primary {
    background-color: rgba(175, 84, 127, 0.1) !important;
}

.badge-light-primary {
    color: var(--main-color);
    background-color: rgba(175, 84, 127, 0.14);
}

.btn.btn-light-danger {
    background-color: rgba(241, 65, 108, 0.08);
}

/* form-check */
.form-check-input[type="radio"]:not(:checked).wrong-answer {
    background-color: #f0406c;
    border-color: #f0406c;
}

.form-check-input[type="radio"]:not(:checked).wrong-answer {
    position: relative;
}

.form-check-input[type="radio"]:not(:checked).wrong-answer:after {
    content: "";
    position: absolute;
    inset-block-start: 50%;
    inset-inline-end: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    background-color: #fff;
    border-radius: 50%;
}

.number-noarrow::-webkit-outer-spin-button,
.number-noarrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.number-noarrow[type="number"] {
    -moz-appearance: textfield;
}

.btn-tag {
    background-color: #f9fafb;
    border-radius: 20px;
    padding: 5px 15px;
    color: var(--main-color);
}

.btn-tag span {
    padding-inline-end: 10px;
}

.btn-tag.active {
    background-color: var(--main-color);
    color: #fff;
}

.btn-tag.active svg path {
    fill: #fff;
}

/*******
****
*
    new 25-7-2023
*
****
********/

.show.menu-dropdown > .menu-sub-dropdown,
.menu-sub-dropdown.menu.show,
.menu-sub-dropdown.show[data-popper-placement] {
    /* top: 10px !important; */
}

.app-toolbar {
    margin-bottom: 12px;
}

.app-toolbar .app_toolbar-btns .btn {
    padding: 8px 13px !important;
    border-radius: 30px;
    flex-shrink: 0;
}

.app-toolbar .flex-stack {
    flex-wrap: wrap;
    gap: 15px;
}

/* pagination */
.pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pagination .page-item .page-link,
.pagination .page-item .page-link {
    padding: 0;
    display: flex;
    align-items: center;
    min-width: auto;
    padding: 8px;
    font-size: 12px !important;
    color: #2c2c2c;
    font-weight: normal;
    background: transparent !important;
}

.pagination .page-item.active .page-link {
    color: var(--main-color);
    background: transparent !important;
    font-weight: bold;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:hover {
    background: transparent !important;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    min-width: auto;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #f5f5f5 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.pagination .page-item:first-of-type .page-link:hover,
.pagination .page-item:last-of-type .page-link:hover {
    background: var(--main-color) !important;
}

.pagination .page-item:first-of-type .page-link:hover svg path,
.pagination .page-item:last-of-type .page-link:hover svg path {
    fill: #ffffff;
}

/* textarea-input */
.textarea-input {
    position: relative;
}

.textarea-input label {
    cursor: pointer;
    width: 13.54px;
    height: 13.54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.textarea-input label .file-input {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.textarea-input .attachment-inputs {
    position: absolute;
    inset-inline-end: 20px;
    top: 23px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
}

.reply-textarea {
    height: 40px;
    border-radius: 20px;
}

/* cut text */
.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dialog-modal .close-modal {
    position: absolute;
    inset-inline-end: 10px;
    inset-block-start: 10px;
    width: 31px;
    height: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-green {
    background: #50cd89;
    color: #fff !important;
}

.btn-green:hover {
    background: #3ea56d;
}

.notice.bg-light-warning {
    background-color: #fefbf2 !important;
}

.notice.border-warning {
    border-color: rgba(234, 192, 57, 0.64) !important;
}

/* btn-gold */
.btn-gold {
    background: #e8cf7b !important;
    color: #fff !important;
}

.bg-gold {
    background: #e8cf7b !important;
}

.text-gold {
    color: #d2b143;
}

.btn-gold:hover,
.btn-gold:active,
.btn-gold:focus {
    background: #bea656 !important;
}

/* status */
.status-waiting {
    color: #37b7c3;
}
.status-branch {
    color: #da7297;
}
.status-progress-delivery {
    color: #4c3bcf;
}
.status-delivered {
    color: #219c90;
}
.status-received-accountant {
    color: #ffc700;
}
.status-paid-customer {
    color: #06d001;
}
.status-complete {
    color: #0a6847;
}
.status-unacceptable {
    color: #ff0000;
}
.status-related {
    color: #d8ae7e;
}
.status-delayed {
    color: #6c0345;
}
.status-new {
    color: #d20062;
}
.status-preparing {
    color: #824d74;
}
.status-in-process {
    color: #76abae;
}
.status-amount-delivered {
    color: #ff8e8f;
}
.status-waiting-dealer {
    color: #5f5d9c;
}
.status-approved {
    color: #006769;
}

.line-height-32 {
    line-height: 32px;
}

.note-in-progress {
    background: #a875ff;
}

.note-preview {
    background: #ddc163;
}

.input-bg-50 {
    background: #fcfcfd !important;
}

/* filter-date-box */
.filter-date-box {
    position: relative;
}

.filter-date-box .filter-date-label {
    position: absolute;
    right: 13px;
    top: 0;
    padding-left: 5px;
    border-left: 1px solid rgba(112, 112, 112, 0.04);
    height: 100%;
    line-height: 40px;
    color: #7e8299;
}

.filter-date-box .form-control {
    padding-inline-start: 100px;
    color: #7e8299;
}

.filter-date-box .arrow {
    position: absolute;
    left: 13px;
    top: 10px;
}

/* new  dashboaed */

.statistics-bg {
    background: url(../images/widget-bg2.png) no-repeat;
    background-size: cover;
}

/* track-item */
.track-item {
    display: grid;
    gap: 7px;
    grid-template-columns: 26px 1fr;
}

.track-item.disabled {
    pointer-events: none;
    user-select: none;
    position: relative;
}

.track-item.disabled:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bs-white);
    opacity: 0.51;
}

.track-item .icon {
    position: relative;
}

.track-item .icon .icon-circle {
    position: relative;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #eee1ee;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.track-item .icon:after {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-end: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    border: 1px dashed #e9eaef;
    z-index: 0;
}

.track-item:last-child .icon:after {
    display: none;
}

.track-item .details {
    margin-bottom: 30px;
}

.track-item .details .name {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 7px;
}

.track-item .details .name p {
    color: #1e272e;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.track-item .details .name p span {
    color: #009ef7;
}

.track-item .details .name .date {
    color: #a1a5b7;
    font-size: 11px;
}

.track-item .details p {
    color: #a1a5b7;
    font-size: 13px;
    margin-bottom: 0;
}

.track-item.disabled .icon .icon-circle {
    background: #f4f4f6;
    opacity: 0.5;
}

.btn-light-primary:hover svg path[fill],
.btn-light-primary:active svg path[fill],
.btn-light-primary:focus svg path[fill] {
    fill: #ffffff;
}

.btn-light-primary:hover svg path[stroke],
.btn-light-primary:active svg path[stroke],
.btn-light-primary:focus svg path[stroke] {
    stroke: #ffffff;
}

.btn-32 {
    width: 32px;
    height: 32px;
}

.files-wrapper {
    padding: 15px 0;
}

.files-wrapper h6 {
    font-size: 14px;
    font-weight: 500;
    color: #1e272e;
    margin-bottom: 11px;
}

.files-wrapper .folders-boxs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
    user-select: none;
    cursor: pointer;
}

.files-wrapper .folders-boxs .folder-box {
    background: #f5f7f9;
    padding: 18px 10px 18px 12px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.files-wrapper .folders-boxs .folder-box span {
    flex: 1;
    color: #050505;
}

.files-wrapper .dropdown-toggle {
    padding: 0 5px;
}

.files-wrapper .dropdown-toggle:after {
    display: none;
}

.files-wrapper .dropdown-item.active span,
.files-wrapper .dropdown-item:active span {
    color: #fff;
}

.files-wrapper .dropdown-item.active svg path,
.files-wrapper .dropdown-item:active svg path {
    fill: #fff;
}

.files-boxs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
}

.files-boxs .file-box {
    background-color: #f5f7f9;
    padding: 8px;
    border-radius: 11px;
}

.files-boxs .file-box span {
    flex: 1;
    font-size: 13px;
    color: #050505;
    width: 150px;
}

.files-boxs .file-box .file-preview {
    margin-top: 10px;
    background: #ffffff !important;
    min-height: 136px;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.action-btn {
    width: 29px;
    height: 28px;
    border-radius: 9.3552px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}
