.custom-hover {
    transition: all 0.3s ease;
}

.custom-hover:hover {

    color: #fff !important;
}

.custom-hover:hover i {
    color: #fff !important;
}
.rotate-left {
    transform: rotate(180deg);
    display: inline-block;
}

 .switch {
     position: relative;
     display: inline-block;
     width: 50px;
     height: 26px;
 }

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 26px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px; width: 20px;
    left: 3px; bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:checked + .slider:before {
    transform: translateX(24px);
}

.mt-4{
    margin-top: 42px !important;
}
.modal-content{
    max-width:100% !important
}
body.rtl .modal-header .close {
    margin: -1rem auto -1rem -1rem;
    float: left;
}
body.rtl .dataTables_wrapper thead .sorting:before,
body.rtl .dataTables_wrapper thead .sorting:after{
    right: auto;
    left: 0;
}
body.rtl .dataTables_wrapper .dataTables_length {
    float: right;
}
body.rtl .dataTables_wrapper .dataTables_filter {
    float: left;
}
.modal.full {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-inline-end: 0 !important;
}
.pagination {
    flex-wrap: wrap;
}
.v-text-field .v-label {
    top: -10px !important;
}
#left-sidebar .menu_option {
    display: none !important
}
.table{
    width: 100% !important;
    margin-bottom: 10px !important;
}
.table-responsive {
    padding-bottom: 10px;

}
.table-responsive::-webkit-scrollbar {
    height: 10px;
    background: #eee;
}
.table-responsive::-webkit-scrollbar-thumb {
    background: #004660 !important;
}
.avatar {
    width: 35px;
    height: 35px;
}
#chart-bar{
   direction: ltr !important;
   text-align: left !important;
}
.header-action {
    margin-bottom: 20px;
}
label{
    margin-top: 10px;
}
.form-control, .dataTables_wrapper .dataTables_filter {
    display: inline-block;
    margin: 2px;
}
.btn.w-100{
    margin: 2px;
}
body.rtl .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
body.rtl .page-item:last-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.table td, .table th {
    font-size: 13px;
}
svg{
    max-width: 100%;
}

/* Make text black and properly aligned */
.multiselect-container li a {
    color: #000 !important;        /* text color black */
    padding: 0.25rem 0.75rem;      /* vertical + horizontal padding */
    display: flex;
    align-items: center;           /* vertical align checkbox and label */
}

/* Label inside a tag */
.multiselect-container li a label.checkbox {
    margin: 0;
    padding-left: 0.5rem;          /* space between checkbox and text */
    color: #000 !important;        /* ensure label text is black */
    cursor: pointer;
    flex-grow: 1;                   /* take full width for proper alignment */
}

/* Checkbox spacing */
.multiselect-container li a input[type="checkbox"] {
    margin: 0;
    margin-right: 0.5rem;          /* spacing between checkbox and label text */
    vertical-align: middle;
}

@media only screen and (max-width: 1200px){
    body.rtl.offcanvas-active #left-sidebar {
        right: 0;
        left: auto;
        position: fixed;
        z-index: 99;
    }
}
@media screen and (max-width: 991px){
    .page-header {
        position: relative;
        display: block;
    }
    .page-header p{
        right: 60px;
        top: 50%;
        transform: translateY(-50%);
    }
    .table td, .table th {
        font-size: 11px;
    }
}