* {
    font-family: 'Source Sans Pro';
    margin: 0;
}

*, ::after, ::before {
    box-sizing: border-box;
}

label{
    font-size: .8rem;
}
.container {
    width: 100%;
    max-width: 95vw;
    margin: 0 auto;
    
}

.main_container {
    margin-top: 0px;
    
    display: block;
    height: calc(100vh - 100px);
    z-index: -99;
}

.topbar+.main_container {
    margin-top: 50px;
    display: block;
    height: calc(100vh - 100px);
    z-index: -99;
}

.main_section {
    background: #ffffff;
    width: 100%;
    margin-left: 0px;
    position: relative;
}

.sidebar+.main_section {
    background: #ffffff;
    width: calc(100% - 250px);
    margin-left: 250px;
    position: relative;
}

@media screen and (max-width:648px) {
    .main_section {
        background: #ffffff;
        width: 100%;
        margin-left: 0px;
        position: relative;
    }
}

.pages {
    padding: 10px;
    z-index: 999;
}

.h100 {
    height: 100%;
}

.my_0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.my_1 {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.my_2 {
    margin-top: .8rem;
    margin-bottom: .8rem;
}

.my_3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my_4 {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

.mx_1 {
    margin-left: .5rem;
    margin-right: .5rem;
}

.mx_2 {
    margin-left: .8rem;
    margin-right: .8rem;
}

.mx_3 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx_4 {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
}

.ml_auto {
    margin-left: auto !important;
}

.ml_1 {
    margin-left: .5rem;
}

.ml_2 {
    margin-left: .8rem;
}

.ml_3 {
    margin-left: 1rem;
}

.ml_4 {
    margin-left: 1.2rem;
}

.mr_1 {
    margin-right: .5rem;
}

.mr_2 {
    margin-right: .8rem;
}

.mr_3 {
    margin-right: 1rem;
}

.mr_4 {
    margin-right: 1.2rem;
}

.mt_1 {
    margin-top: .5rem;
}

.mt_2 {
    margin-top: .8rem;
}

.mt_3 {
    margin-top: 1rem;
}

.mt_4 {
    margin-top: 1.2rem;
}

.mb_0 {
    margin-bottom: 0 !important;
}

.mb_1 {
    margin-bottom: .5rem;
}

.mb_2 {
    margin-bottom: .8rem;
}

.mb_3 {
    margin-bottom: 1rem;
}

.mb_4 {
    margin-bottom: 1.2rem;
}

.py_1 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.py_2 {
    padding-top: .8rem;
    padding-bottom: .8rem;
}

.py_3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py_4 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

.px_1 {
    padding-left: .5rem;
    padding-right: .5rem;
}

.px_2 {
    padding-left: .8rem;
    padding-right: .8rem;
}

.px_3 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px_4 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.pl_1 {
    padding-left: .5rem;
}

.pl_2 {
    padding-left: .8rem;
}

.pl_3 {
    padding-left: 1rem;
}

.pl_4 {
    padding-left: 1.2rem;
}

.pr_1 {
    padding-right: .5rem;
}

.pr_2 {
    padding-right: .8rem;
}

.pr_3 {
    padding-right: 1rem;
}

.pr_4 {
    padding-right: 1.2rem;
}

.pt_1 {
    padding-top: .5rem;
}

.pt_2 {
    padding-top: .8rem;
}

.pt_3 {
    padding-top: 1rem;
}

.pt_4 {
    padding-top: 1.2rem;
}

.pb_1 {
    padding-bottom: .5rem;
}

.pb_2 {
    padding-bottom: .8rem;
}

.pb_3 {
    padding-bottom: 1rem;
}

.pb_4 {
    padding-bottom: 1.2rem;
}

table {
    width: 100%;
    border-spacing: 0px;
    border-collapse: separate;
    border-radius: 0px;
}

.d-flex {
    display: flex !important;
}

.box_rounded {
    border-radius: 5px;
}

.box_rounded_top_lr_0 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.box_rounded_bottom_lr_0 {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.box_shadow {
    box-shadow: 0 0 9px 1px #b4b4b4;
}

.background_head {
    background: #ebebee;
}

.btn_form_primary {
    background: #3146be;
    color: #fff;
}

.btn_form_danger {
    background: #cc2222;
    color: #fff;
}

.tablebtn {
    border: 0px;
    border-radius: 5px;
    font-size: 1rem;
    padding: 2px 2px;
    cursor: pointer;
    width: fit-content;
    margin: 2px 2px;
    position: relative;
    display: flex;
}


.tablebtn>svg {
    width: 25px;
    height: 25px;
}

select {
    -webkit-appearance: none;

}

.text-center {
    text-align: center;
}

.login_container {
    margin: 0;
    height: calc(100vh - 100px);
    display: flex;
    padding: 10px;
}

.login_pages {
    position: relative;
    width: 30%;
    margin: auto;
    box-shadow: 0 0 9px 4px #ebebeb;
    border-radius: 10px;
}

.login_pages>h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 5px;
}

.login_pages>p {
    font-size: .8rem;
    margin: 0;
}

.login_main {
    padding: 10px;
    width: auto;
}

.login_form {
    width: auto;
}

.form_row {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
}

.form_group {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.form_control {

    width: 100%;
    border: 0px;
    box-shadow: 0 0 5px 1px #ebebeb;
    outline: 0px;
    min-height: 2.5vw;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1rem;
}

.form_control:focus {
    outline: 0px;

}

.form_group small {
    color: #e74c3c;
    position: absolute;
    bottom: -15px;
    left: 10px;
    visibility: hidden;
}

.btn {
    border: 0px;
    border-radius: 5px;
    font-size: 1rem;
    padding: 5px 15px;
    cursor: pointer;

}

.btn_login {
    background: rgb(0, 171, 57);
    color: #fff;
}

.password_show {
    position: absolute;
    top: 8px;
    right: 5px;
    cursor: pointer;
    color: #222222;
}

@media screen and (max-width:648px) {
    .login_pages {
        position: relative;
        width: 100%;
        margin: auto;
        box-shadow: 0 0 9px 4px #ebebeb;
        border-radius: 10px;
        height: auto;
    }

    .password_show {
        position: absolute;
        top: 5px;
        right: 5px;
        cursor: pointer;
    }
}

.login_as {
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background: #6b6b6b;
    padding: 5px 10px;
}

.break_line {
    position: relative;
}

.break_line::after {
    content: "";
    position: absolute;
    border-top: 1.5px solid rgba(214, 209, 209, 1);
    width: 35%;
    right: 0;
    top: 50%
}

.break_line::before {
    content: "";
    position: absolute;
    border-top: 1.5px solid rgba(214, 209, 209, 1);
    width: 35%;
    left: 0;
    top: 50%
}

/* nav */
nav {
    height: 100%;
    display: flex;
    align-items: center;
}

.nav-brand {
    width: 120px;
    font-size: 1.5rem;
    font-weight: 600;
}

.nav-brand a {
    text-decoration: none;
}

.search {
    box-shadow: 0 0 5px 1px #ebebeb;
    border-radius: 5px;
}

.search-icon {
    color: #b4b4b4;

    display: flex;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
}

.search .form_control {
    box-shadow: none;
}

.profile {
    position: relative;
}

.pro_icon {
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 #ebebeb;
}

.pro_icon i {
    font-size: 2.2rem;
    color: #b4b4b4;
}

.profile-dropdown {
    position: absolute;
    width: 150px;
    background: #ffffff;
    right: 0px;
    top: 42px;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 #ebebeb;
}

.profile-dropdown ul {
    padding-inline-start: 0px;
    list-style: none;

}

.profile-dropdown ul li {
    padding: 5px 10px;
    cursor: pointer;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
}

.profile-dropdown ul li:last-child {
    border-bottom: 0px solid #fff;

}

/* end nav */

/* side nav */
.aside {
    position: fixed;
    height: 100%;
    z-index: 9;
    box-shadow: 0 1px 10px 0px #d1d1d1;
    background: #292929;
    width: 250px;
}

.sidebar {
    height: 100%;
    position: absolute;
    z-index: 1;
    /* top: 50px; */
    width: 100%;
    overflow-y: hidden;
    padding-bottom: 50px;

}

@media screen and (max-width:648px) {
    .aside {
        position: fixed;
        height: 100%;
        z-index: 9;
        box-shadow: 0 1px 10px 0px #d1d1d1;
        background: #292929;
        width: 0px;
    }
    .sidebar {
        background: #f8fbff;
        height: 100%;
        position: absolute;
        z-index: 0;
        /* top: 50; */
        width: 0px;
        overflow-y: scroll;
    }
}

.sidebarcontainer {
    padding: 5px;
    padding-bottom: 100px;
}

.navtitle {
    margin: 0 0 5px 0;
    font-size: .8rem;
    color: #b3b3b3;
    font-weight: 400;
}

.sidenavs {
    list-style: none;
    padding-inline-start: 0px;
    margin: 0 0 5px 0;
    padding: 0px;
}

.navitem {
    background: transparent;
    display: block;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0px;
    border-radius: 0px;
    cursor: pointer;
    box-shadow: 0 0 0 0 #ebebeb;
    border-bottom: 1px solid #404040;
}
.navitem:last-child{
    border-bottom:none;
}

.navitem.has-collapsible.active>.navlink {
    margin-bottom: 0px !important;
    background: rgb(219, 219, 219);
    color: #000;
}

.navitem.active>.navlink {
    margin-bottom: 0px !important;
    background: rgb(219, 219, 219);
    color: #000;
}

.navlink {
    border-radius: 5px;
    margin: 2px 0px;
}

.navlink:hover {
    background: rgb(28, 27, 38);
}



.navitem>a {
    width: 100%;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #f1f1f1;
}

.navitem>span {
    width: 100%;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
}

.navicon {
    margin-right: 5px;
    height: 20px;
    font-size: 1.3rem;
}


/* end side nav */
/* scroll */
.mCSB_scrollTools {
    position: absolute;
    width: 8px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 0;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(214, 214, 214, 0.81);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

/* end scroll */

/* demo */
.navitem.has-collapsible {
    position: relative;
}

.navitem.has-collapsible .sub-navitem {
    display: none;
}

.navitem.has-collapsible .sub-navitem .navitem .navlink {
    color: #c6c6c6;
    font-size: .9rem;
}

.navitem.has-collapsible .sub-navitem .navitem:hover {
    color: #ffffff;
    background: rgb(28, 27, 38);
    border-radius: 0;
}

.navitem.has-collapsible .sub-navitem .navitem:hover .navlink {
    color: #ffffff;
}

.navitem.has-collapsible span::after {
    font-family: "Material Icons";
    content: "";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: inherit;
    position: absolute;
    top: 3px;
    right: 1px;
    color: #727272;
    transition: all 0.35s ease;
}

.navitem.has-collapsible span::after:hover {
    color: #a8a8a8;
}

.navitem.active.has-collapsible .sub-navitem {
    display: block;
    transition: all 0.35s ease;
}

.navitem.active.has-collapsible span::after {
    transform: rotate(90deg);
}

.sub-navitem.sidenavs .navitem {
    position: relative;
    box-shadow: none;
    padding-left: 15px;
}

.sub-navitem.sidenavs .navitem::before {
    font-family: "Material Icons";
    content: "\e931";
    position: absolute;
    left: 10px;
    top: 1px;
    color: #b6b6b6;
}
/* datatables */
div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
}

.dataTables_scrollHead {
    padding-top: 10px;
}

table.dataTable.nowrap thead {
    background: #f4f4f4;
}

table.dataTable.nowrap th {
    font-size: 1rem;
    font-weight: 600;
}

table.dataTable.nowrap td {
    font-size: .8rem;
    font-weight: 400;
    background-color: #fff;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap;
    text-align: left;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 5px 10px;
    border-bottom: 1px solid #111;
}

table.dataTable thead .sorting {
    background-image: url(../media/svg/arrowboth.svg) !important;
}

table.dataTable thead .sorting.sorting_asc {
    background-image: url(../media/svg/top.svg) !important;
}

table.dataTable thead .sorting.sorting_desc {
    background-image: url(../media/svg/downs.svg) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 1px 8px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #3b87dd;
    border: 1px solid #3b87dd;
    border-radius: 5px;

}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #3b87dd;
    background: #3b87dd;
    color: #fff !important;
    border-radius: 5px;

}

.dataTables_wrapper .dataTables_filter input:focus {
    outline: none;
    border: 1px solid #000;
}

.dataTables_wrapper .dataTables_length select:focus {
    outline: none;
    border: 1px solid #000;
}

.dataTables_paginate.paging_simple_numbers {
    display: flex;
    align-items: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #b9b9b9 !important;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 5px;
}

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0px;
        margin-right: 0px;
        float: right;
    }
}

@media screen and (max-width: 640px) {

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        text-align: center;
        display: flex;
    }

    .dataTables_length {
        float: left !important;
    }

    .dataTables_filter {
        float: right !important;
        margin-top: 0 !important;
    }
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-top: 1px solid #a6b6e3;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 4px 10px;
}
table.dataTable tbody td:first-child {
    text-align: center;
}
/* end datatables */

/* main css */

.header {
    height: 50px;
    box-shadow: 0 0 5px 1px #d8d8d8;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    background: #fff;
}

.mainsection {
    margin-top: 50px;
    height: 100vh;
    width: 100%;
    display: flex;
}

.components {
    width: calc(100% - 250px);
    margin-left: auto;
    background: #fff;
    height: 100%;
    z-index: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media screen and (max-width:648px) {
    .components {
        width: calc(100% - 0px);
        margin-left: auto;
        background: #fff;
        height: 100%;
        padding: 10px;
        z-index: 0;
    }
}

/* page css */


.card {
    padding: 10px;
    position: relative;
}

.card-heading {
    font-size: 1.2rem;
    font-weight: 600;
}

.gradient-purple {
    color: #fff;
    background: linear-gradient(to right, #664dc9, #9884ea)
}

.gradient-green {
    color: #fff;
    background: linear-gradient(to right, #1D976C, #2fd38a)
}

.gradient-orange {
    color: #fff;
    background: linear-gradient(to right, #fa5420, #f6a800)
}

.gradient-skyblue {
    color: #fff;
    background: linear-gradient(to right, #5b73e8, #44c4fa)
}

.stack-head {
    font-size: .9rem;
    font-weight: 300;
    line-height: 1;
}

.stack-data {
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
    line-height: 1;

}

.stack-img {
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 70px;
    height: 70px;
}



/* status css */
.status_primary {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgb(29, 108, 255);
}

.status_info {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgb(225, 77, 255);
}

.status_success {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgb(0, 173, 43);
}

.status_warning {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgb(255, 160, 17);
}

.status_danger {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgb(255, 17, 17);
}

.action {
    width: 70%;
    text-align: center;
    background: rgb(29, 108, 255);
    border: 0;
    border-radius: 5px;
    padding-left: 5px;
    color: #fff;
    align-items: center;
    margin: 3px auto;
    cursor: pointer;
}

.action .icon {
    border-left: 1px solid #fff;
}

.dataemail {
    width: 110px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Pagination Container */
.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 20px 0;
    justify-content: center; /* Center the pagination */
}

/* Pagination Items */
.pagination li {
    margin: 0 5px; /* Space between items */
}

/* Pagination Links */
.pagination a {
    text-decoration: none;
    padding: 10px 15px;
    color: #007bff; /* Link color */
    border: 1px solid #007bff; /* Border color */
    border-radius: 4px; /* Rounded corners */
    transition: background-color 0.3s, color 0.3s; /* Smooth transition */
}

/* Active Link */
.pagination li.active a {
    background-color: #007bff; /* Background color for active page */
    color: white; /* Text color for active page */
    border: 1px solid #007bff; /* Maintain border */
}

/* Hover Effects */
.pagination a:hover {
    background-color: #0056b3; /* Darker background on hover */
    color: white; /* Text color on hover */
}

/* Disabled Links 
.pagination a[aria-label="Next"],
.pagination a[aria-label="Last"] {
    cursor: not-allowed; /* Change cursor for disabled links */
    opacity: 0.5; /* Make disabled links less visible */
    pointer-events: none; /* Prevent clicking */
}
*/
