/* Dashboard Layout Styles Start */
.sidebar-header p{
    color: #FFFFFF !important;
}
.sidebar-header, .sidebar-body, .sidebar-footer{
    font-size: 14px !important;
}

.sidebar-body .nav-item .active{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    background-color: #252C35 !important;

}

.sidebar-body .nav-link *{
    color: #AEB7C2 !important;
}

.sidebar-body .nav-link .badge{
    color: #FFFFFF !important;
}

.sidebar-body .active.nav-link span{
    color: #FFFFFF !important;
}

.sidebar-body .active.nav-link i{
    color: #377DFF !important;
}

.sidebar-body .nav-link:hover span{
    color: #FFFFFF !important;
}

.sidebar-body .nav-link:hover i{
    color: #377DFF !important;
}

.sidebar-body .active-list{
    background-color: #252C35 !important;
}


.sidebar-body .active-list .nav-heading{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.sidebar-body .active-list .nav-heading span{
    color: #FFFFFF !important;
}

.sidebar-body .active-list .nav-heading i{
    color: #377DFF !important;
}

.dashboard-sidebar-toggle {
    font-size: 23px;
}

.dashboard-header-fixed-margin {
    margin-bottom: 65px;
}

.dashboard-footer-fixed-margin {
    margin-top: 65px;
}

@media (max-width: 1200px) {
    .dashboard-header-fixed-margin {
        margin-bottom: 55px;
    }

    .dashboard-footer-fixed-margin {
        margin-top: 55px;
    }
}

@media (max-width: 600px) {
    .dashboard-sidebar-mobile {
        max-width: 65%
    }
}

@media (min-width: 600px) and (max-width: 1200px) {
    .dashboard-sidebar-mobile {
        max-width: 35%
    }
}

.sidebar-header, .sidebar-footer {
    padding: 1rem !important;
    border-width: 0 !important;
}

@media (max-width: 1200px) {

    .sidebar-header, .sidebar-footer {
        padding: 0.9rem !important;
    }
}

@media (min-width: 1200px) {
    .dashboard-header {
        margin-left: 15.95rem;
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .dashboard-footer {
        margin-left: 15.95rem;
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
}

.dashboard-search {
    width: 57%;
}

.dashboard-search input {
    border-width: 0 !important;
    box-shadow: none !important;
    min-height: 40px;
    padding: 0.5rem 1rem 0.5rem 2.75rem !important;
}

.dashboard-search input:focus {
    background-color: #F6F7FA !important;
}

.text-cap {
    font-size: 10px !important;
    font-weight: bolder !important;
}

.offcanvas-body::-webkit-scrollbar{
    width: 0 !important;
}

/* Dashboard Layout Styles End */


/* Avatar Styles Start */
.avatar:not(img) {
    background-color: #FFFFFF00 !important;
}
/* Avatar Styles End */


/* From Validation Styles Start */
.otp-input.was-validated .form-control:valid,
.otp-input.was-validated .form-control:invalid {
    padding: 5px;
}
/* From Validation Styles End */


/* Tabler Icons Styles Start */
.ti {
    font-size: 1rem !important;
}
/* Tabler Icons Styles End */


/* Go To Top Button Styles Start */
.go-to-top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 5rem;
    right: 2rem;
    z-index: 1000;
    cursor: pointer;
}

@media (max-width: 600px) {
    .go-to-top {
        height: 2.5rem !important;
        width: 2.5rem !important;
        font-size: .8125rem !important;
        bottom: 4.5rem !important;
    }
}
/* Go To Top Button Styles End */


/* Card Styles Start */
.card {
    box-shadow: 0 0 5px 0 rgba(230,230,230,.5) !important;
}
/* Card Styles End */


/* Label Styles Start */
label.form-label {
    color: black !important;
    font-size: 0.9rem !important;
}
/* Label Styles End */


/* DataTable Styles Start */
#table th, #table td{
    font-size: 14px !important;
}

.dataTables_paginate{
    margin-top: 20px !important;
}

.dataTables_paginate .pagination li a{
    font-size: 13px !important;
}

div.dataTables_wrapper div.dataTables_filter {
    margin-bottom: 20px !important;
}

.dt-buttons .btn{
    font-size: 13px !important;
}

#table_info{
    display: none !important;
}

.dataTables_filter input{
    min-height: 15px !important;
    max-height: 35px !important;
}

.table-checkbox{
    border: 1px solid darkgray !important;
}
/* DataTable Styles End */


/* React Select Styles Start */
.css-13cymwt-control{
    height: 42.6px !important;
}
/* React Select Styles End */


/* Dashboard Card Icons Styles Start */
.dashboard-card-icons i{
    font-size: 30px !important;
}
/* Dashboard Card Icons Styles End */


/* Filter Select Styles Start */
.form-filter{
    height: 42.6px !important;
    border-color: #C7C7C7;
}
/*Filter Select Styles End */


/* Roll Bill Styles Start */
.bill-container{
    margin: 7.5px;
    width: 1084px;
    min-height: 1410px;
    border: 1px solid black;
    font-size: 16px;
    font-family: 'Times New Roman';
}

.bill-info{
    display: flex;
}

.bill-info table{
    width: 100%;
}

.bill-client-info{
    width: 670px;
}

.bill-list-info{
    width: 420px;
}

.bill-container .info{
    font-family: "Inter";
}

.bill-info tr, .bill-info th, .bill-info td{
    border: 1px solid black;
}

.bill-info td{
    font-family: "Inter";
    font-size: 14px !important;
}

.bill-container .border-top{
    border-top: 1px solid black !important;
}

.bill-container .border-right{
    border-right: 1px solid black !important;
}

.bill-container .border-bottom{
    border-bottom: 1px solid black !important;
}

.bill-container .border-left{
    border-left: 1px solid black !important;
}

.bill-container .border-dotted{
    border-bottom: 3px dotted black !important;
}
/* Roll Bill Styles End */

.table {
    margin-bottom: 1rem;
    width: 100%;
    border-collapse: collapse;
}

.table th {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    padding: 0.75rem;
    text-align: left;
}

.table td {
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
}