.error-valid {
    color: red;
}

.col-6.permission {
    background: red;
    height: 100px;
    margin: 10px;
}

.logo-sidebar {
    background: white;
    padding: 8px;
    border-radius: 10px;
}

.count-table {
    background: rgb(25 48 90) !important;
}

a.ribbon.ribbon-info.ribbon-shape.trending-ribbon.butoom-delete {
    position: relative;
    top: 35px;
    z-index: 1;
    right: 20px;
    background: red;
    display: flex;
    width: 31px;
    height: 29px;
    text-align: center;
    border-radius: 13px;
}

i.fa.fa-trash.text-white.align-bottom.icon-delete {
    /* text-align: center; */
    margin: auto;
}

.dataTables_filter {
    text-align: end;
}

.dataTables_filter label {
    text-align: justify;
}

.dataTables_paginate {
    /* text-align: end; */
    /* margin: auto; */
    float: inline-end;
}

td.dataTables_empty {
    text-align: center;
}

.cart-count {
    background-color: #cdc083;
    color: #932E56;
    width: 19px;
    height: 19px;
    line-height: normal ! important;
    font-weight: bold;
    font-size: 11px;
}

.menu-vertical .menu-item .menu-link {
    font-size: 18px !important;
}

h4,
.h4 {
    font-size: 25px !important;
}

h5,
.h5 {
    font-size: 20px !important;
}

.table th {
    text-transform: uppercase;
    font-size: 15px !important;
    letter-spacing: 1px;
}

table.dataTable>tbody>tr {
    background-color: transparent;
    font-size: 18px !important;
}

label {
    display: inline-block;
    font-size: 20px !important;
}

.form-label,
.col-form-label {
    font-size: 20px !important;
    text-transform: uppercase;
    letter-spacing: inherit;
}

.btn {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.4375rem 0.875rem;
    font-size: 20px !important;
    font-weight: 400;
    line-height: 1.53;
    color: #a3a4cc;
    appearance: none;
    background-color: #2b2c40;
    background-clip: padding-box;
    border: var(--bs-border-width) solid #444564;
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container {
    margin: 0;
    width: 100% !important;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 20px !important;
}
