html:not([dir="rtl"]) .c-sidebar-nav-icon:first-child {
    margin-left: 0 !important;
}
.c-sidebar-nav-icon {
    flex: 0 0 18px;
}
.c-sidebar .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-dropdown-toggle i {
    color: #fff;
}
.btn-danger {
    background-color: #ced4da;
    color: #000;
    border-color: #ced4da;
    text-transform: capitalize;
}
.btn-success {
    background-color: #45cb85;
    text-transform: capitalize;
}
.btn {
    -webkit-box-shadow: 0 3px 3px rgba(56, 65, 74, 0.1) !important;
    box-shadow: 0 3px 3px rgba(56, 65, 74, 0.1) !important;
    padding: 7px 15px;
}
.btn-delete {
    background-color: #de2727;
    border-color: #d82121;
}
.btn-delete i {
    color: #fff;
}
.c-sidebar-dark input.form-control {
    height: 32px !important;
    width: 96%;
    margin: 0 auto;
}
.form-group:not(.mb-3) {
    margin-bottom: 6px;
}
.text-products {
    color: #333;
    font-size: 14px;
    font-weight: 700;
}
.bg-success {
    background-color: #e3f7ed !important;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 500;
}
.bg-danger {
    background-color: #ea9889 !important;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 500;
}
.pagination {
    gap: 5px;
}
.pagination .page-item .page-link {
    border-color: #e9ebec;
    border-radius: 0.25rem !important;
    color: #4b38b3;
    padding: 5px 11px;
}
.pagination .page-item.active .page-link {
    color: #fff;
}
.btn-sm i {
    margin-right: 5px;
}
.bulk-actions .btn--selection {
    padding: 6.4px 10px;
}
.c-sidebar-nav-dropdown.c-show > .c-sidebar-nav-dropdown-items {
    margin-left: 10px;
}
.c-sidebar-nav-dropdown.c-show
    > .c-sidebar-nav-dropdown-items
    .c-sidebar-nav-link {
    position: relative;
    padding-left: 5px;
    font-size: 14px !important;
    padding-top: 12px;
    padding-bottom: 12px;
}
.c-sidebar-nav-dropdown.c-show
    > .c-sidebar-nav-dropdown-items
    .c-sidebar-nav-link.c-active
    .c-sidebar-nav-icon::before,
.c-sidebar-nav-dropdown.c-show
    > .c-sidebar-nav-dropdown-items
    .c-sidebar-nav-link:hover
    .c-sidebar-nav-icon::before {
    opacity: 1;
}
.c-sidebar-nav-dropdown.c-show
    > .c-sidebar-nav-dropdown-items
    .c-sidebar-nav-link
    .c-sidebar-nav-icon::before {
    content: "";
    width: 6px;
    height: 1.5px;
    background-color: #fff;
    position: absolute;
    left: 20px;
    top: 17.5px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0.5;
}
input.form-status {
    border-radius: 3px !important;
    border: 1px solid #dfdfdf !important;
    background: #fff;
    height: 34px !important;
    text-align: center;
    width: 50px;
    padding: 10px 5px;
}
