.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%;
}
.auth .auth_left .card {
    min-width: auto !important;
    max-width: 100%;
    margin: 0 auto;
    left: 0 !important;
    right: 0 !important;
}
.page-header div.avatar.avatar-blue {
    width: 48px;
    height: 48px;
    overflow: hidden;
}
.page-header img.avatar.avatar-blue {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@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;
    }
}
@media screen and (max-width: 767px){
    .header_top .hright{
        display: flex;
        align-items: center;
    }
}

.text-green, .text-info, .text-success, .text-danger, .text-primary, .text-warning, .mail-star.active {
    color:#dc3545 !important;
}

body {
    font-family: Arial, sans-serif;
}

.invoice-container {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 0;
}

.header, .footer {
    text-align: center;
}

.header{
    width: 100%;
}

.amount-details {
    width: 100%;
    margin-top: 20px;
}

.invoice-details {
    width: 55%;
    margin-top: 20px;
}

.qr-details {
    width: 40%;
    margin-top: 20px;
}

.customer-details {
    width: 49%;
    margin-top: 20px;
}

.invoice-details th, .invoice-details td, .customer-details th, .customer-details td, .amount-details th, .amount-details td {
    padding: 8px;
    text-align: center;
    border: 1px solid #00000024;
    width: 10%;
    font-size: small;
}

thead {
    background-color: #f2f2f2;
    font-size: small;
}

.amount-details {
    margin-top: 20px;
}

.status-indicator {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: green;
    display: inline-block;
}

.offline {
    background-color: red;
}
