/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
/* DataTable Styling for Dashboard */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    margin: 10px;
    padding: 5px;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 10px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 5px 10px;
    margin: 0 2px;
    border-radius: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #7367f0;
    color: white !important;
    border-color: #7367f0;
}

table.dataTable thead th {
    background: #f8f8f8;
    font-weight: 600;
}

/* Avatar Circle Fix */
.avatar {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    /* background-color: #7367f0 !important; */
}

.avatar .avatar-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.avatar i,
.avatar svg {
    width: 24px;
    height: 24px;
    /* color: white !important; */
}
/.navbar-header{
    /* height: 130px !important; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo img{
    width: 240px !important;
    max-width: 80%;
    /* height: auto; */
}
/* Custom scrollbar for staff sales */
.dashboard-scroll::-webkit-scrollbar {
    width: 1px;
}
.dashboard-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 1px;
}
.dashboard-scroll::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 1px;
}