body {
    min-width: 250px !important;
}

.reports .tabs-title {
    font-size: 25px;
    font-weight: bold;
    color: #a1a5b7 !important;
}

.reports .fa-filter {
    font-weight: bold;
    color: #a1a5b7 !important;
}

.table-link {
    cursor: pointer;
    color: #181c32;
}

.table-link:hover {
    color: #009ef7;
}

.flatpickr-clear {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}

.bg-dark-blue {
    background-color: #2b2b42 !important;
    color: #43434e;
}

.text-secondary-dark {
    color: #6974a6 !important
}

.space-x-1 > * + * {
    margin-left: 0.25rem !important;
}

.space-x-2 > * + * {
    margin-left: 0.5rem !important;
}

.space-x-3 > * + * {
    margin-left: 0.75rem !important;
}

.space-x-4 > * + * {
    margin-left: 1rem !important;
}

.pm-0 {
    padding: 0 !important;
    margin: 0 !important;
}

.livewire-table th, td {
    text-align: left !important;
    padding-left: 1rem !important;
    border: 1px solid #f4f6f8 !important;
}

.livewire-table th {
    font-weight: bolder !important;
}

.livewire-table td {
    font-weight: 600 !important;
}

.absolute-end-top {
    position: absolute;
    top: -5px;
    font-size: 14px;
    cursor: pointer;
    transition: transform 0.5s;
}

body[dir="rtl"] .absolute-end-top {
    left: -5px;
}

body[dir="ltr"] .absolute-end-top {
    right: -5px;
}

.hover-scale {
    transition: transform 0.5s;
}

.hover-scale:hover {
    transform: scale(1.2)
}

.custom-modal {
    background-color: rgba(0, 0, 0, 0.3);
}

.d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.d-flex-center-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.d-flex-end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
}

.d-flex-end-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.d-flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}

.d-flex-start-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.d-flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.d-flex-between-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.table.text-start th,
.table.text-start td {
    text-align: start !important;
}

.table.text-center th,
.table.text-center td {
    text-align: center !important;
}

.table.text-end th,
.table.text-end td {
    text-align: end !important;
}

.menu-title {
    user-select: none !important;
}

::-webkit-scrollbar {
    width: 8px;
    height: 6px;
    border-left: 1px solid #E6ECF8;
}

::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 15rem;
}

.multiple-checkbox li {
    list-style: none;
}

.multiple-checkbox .brands-items {
    list-style: none;
    display: inline-block;

}

/*.brands-items .brands-items-ul {*/
/*    columns: 2;*/
/*    -webkit-columns: 2;*/
/*    -moz-columns: 2;*/
/*    margin: 5px;*/
/*}*/

/*@media screen and (min-width: 1200px) {*/
/*    .brands-items .brands-items-ul {*/
/*        columns: 3;*/
/*        -webkit-columns: 3;*/
/*        -moz-columns: 3;*/
/*        margin: 5px;*/
/*    }*/
/*}*/

.brands-items .custom-control-input {
    margin: 3px;
}

.brands-items .custom-control-label {
    font-size: 14px;
}

.brands-items .head {
    font-size: 16px;
}

.multiple-checkbox-grouping li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    margin: 5px;
}

.pre-wrap {
    white-space: pre-wrap !important;
    text-align: justify !important;
}

.bg-radial-gradient-danger {
    background-color: #F64E60;
    background-image: radial-gradient(circle, rgba(255, 226, 229, 0.4), #F64E60 70%);
}

.bg-radial-gradient-primary {
    background-color: #3699FF;
    background-image: radial-gradient(circle, rgba(225, 240, 255, 0.4), #3699FF 70%);
}
