.form-admin .form-bg{
    background: linear-gradient(135deg, rgba(53,63,147,255) 0%, #2596be 100%);
}
.dashboard-admin .dashboard-bg {
    background: linear-gradient(135deg, rgba(53, 63, 147, 255) 0%, #2596be 100%);
}
.sidebar .sidebar-wrapper .logo{
    background: #2596be;
}
.sidebar .sidebar-wrapper .menu-list .menu-item.active{
    background: #1275b9;
    border-color: #1275b9;
}
.sidebar .sidebar-wrapper .menu-list .sub-menu .sub-item.active svg{
    stroke: #1275b9;
    fill: #1275b9;
}
.bg-success {
    background-color: #2596be !important;
}
.header-tab .header-action-button button.btn-create{
    ackground: #1275b9;
}
.slideFooterPath .leftFooter{
    background: #231f20;
}
.table-footer .pagination-right .pagination-wrapper .pagination-item.active{
    background: #024de3;
}
.form-admin .form-wrapper .form-body .form-button button[color=primary]{
    background-color: #353f93;
}
.request {
    background-color: #FF0000 !important;
}

.waitingForReview {
    background: #FF9900 !important;
}

.complete {
    background: #6FB873 !important;
}

.cancel {
    background: #737373 !important;
}

.dashboard-admin .dashboard-wrapper .dashboard-body .dashboard-list>*>* {
    width: calc((100% / 4) - 30px - (0px * 2));
    margin: 10px;

}

.dashboard-admin .dashboard-wrapper .dashboard-body .dashboard-list>* {
    margin-left: 0;
}

.dashboard-admin .dashboard-wrapper .dashboard-body .dashboard-list {
    margin-top: 0;
}