.side-nav .menuitem-active>a {
    color: var(--ct-menu-item-color);
    font-weight: 500;
    background-color: #f3f4f8;
}
.side-nav .menuitem-active>a:hover {
    color: var(--ct-menu-item-hover-color);
}
@media (min-width: 2200px) {
    .col-xxxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    
    }
}
.login__or {
    display: flex;
    flex-direction: column;
    margin: 0px 30px;
}
.divider {
    flex: 1;
    border-right: 1px solid #ccc;
    position: relative;
}


.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-right: .9rem;
    position: relative;
    padding-top: 1.625rem;
    padding-bottom: .625rem;
    padding-left: .9rem;
}

.w-15 {
    width: 15%;
}

.w-85 {
    width: 85%;
}

.daterangepicker.ltr.opensright {
    right: 23px !important;
}
.daterangepicker.opensright:after {
    right: 10px;
    left: auto;
}
.daterangepicker.opensright:before {
    right: 9px;
    left: auto;
}
.topsale li {
    font-size: 18px;
}
.topsale li span {
    font-size: 24px;
}
.ri-calendar-2-line:before {
    font-size: 24px;
}
.fs-18 {
    font-size: 18px;
}

.grid-table-cell {
    border: 1px solid #dee2e6; /* Bootstrap's default table border color */
    padding: 0.75rem; /* Bootstrap's default table cell padding */
}

.ml-\[280px\] {
  margin-left:280px;
}