body {
    overflow-x: hidden;
}



.swal2-overlay {
    z-index: 1045;
}

.pull-right {
    float: right !important;
}

.ql-toolbar + .ql-container .ql-editor {
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}

.btn-primary {
    background-color: #388e3c !important; /* Green */
    border-color: #388e3c !important;
    color: #fff !important;
    transition: background 0.18s, border 0.18s;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #266826 !important; /* Darker green */
    border-color: #266826 !important;
    color: #fff !important;
}

.btn-success {
    background-color: #5cb85c !important; /* Support Green */
    border-color: #5cb85c !important;
    color: #fff !important;
    transition: background 0.18s, border 0.18s;
}

.btn-success:hover, .btn-success:focus {
    background-color: #388e3c !important; /* Use your main green on hover */
    border-color: #388e3c !important;
    color: #fff !important;
}

.btn-info {
    background-color: #2771ba !important; /* Logo-matching blue (keep as info/utility) */
    border-color: #2771ba !important;
    color: #fff !important;
    transition: background 0.18s, border 0.18s;
}

.btn-info:hover, .btn-info:focus {
    background-color: #215d98 !important;
    border-color: #215d98 !important;
    color: #fff !important;
}

.btn-danger {
    background-color: #f47d27 !important; /* Logo Orange */
    border-color: #f47d27 !important;
    color: #fff !important;
    transition: background 0.18s, border 0.18s;
}

.btn-danger:hover, .btn-danger:focus {
    background-color: #c95e16 !important; /* Deeper orange/red for hover */
    border-color: #c95e16 !important;
    color: #fff !important;
}

.btn-default, .btn-light {
    background-color: #fff8f0 !important; /* Soft light, matches your bg */
    color: #388e3c !important;
    border-color: #f47d27 !important;
    transition: background 0.18s, border 0.18s;
}

.btn-default:hover, .btn-light:hover,
.btn-default:focus, .btn-light:focus {
    background-color: #f4e1c9 !important; /* Slightly deeper warm */
    color: #f47d27 !important;
    border-color: #388e3c !important;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 0px 3px;
    font-size: 10px;
    line-height: 1.3;
    border-radius: 0px;
}

.panel-default > .panel-heading {
    background-color: #fff;
}

.panel-footer {
    background-color: #fff;
    min-height: 40px;
}

.display-hide {
    display: none;
}

#scrolling-container {
    height: 100%;
    min-height: 100%;
    overflow-y: auto;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    color: #1c0105 !important;
}

.btn-text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.panel-title {
    font-size: 15px;
    display: inline-block;
}

.panel-default > .panel-heading .options {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: -3px;
    float: right;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-body-blank {
    padding-top: 15px;
    padding-bottom: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0
}

.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0
}

/*.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}*/
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #2a3175
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #2a3175;
    border-color: #2a3175
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #2a3175
}

.panel-primary > .panel-heading .badge {
    color: #2a3175;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #2a3175
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

/*Pagination*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 5px 10px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #2a3175;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #2a3175;
    border-color: #2a3175
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12.1px; /*Core Font Size*/
    line-height: 1.5
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

/**/
.select2-container .select2-selection--multiple {
    min-height: 40.5px !important;
}

.select2-container {
    width: 100% !important;
}

.btn-block {
    width: 100%;
}

.user-panel {
    position: relative;
    width: 100%;
    padding: 0px;
    overflow: hidden;
}

.user-panel > .info {
    padding: 5px 5px 5px 15px;
    line-height: 1;
    position: absolute;
    left: 55px;
}

.profile-name {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 13.5px;
    color: #6e84a3 !important;
}

.navbar-light .profile-email {
    color: #6e84a3 !important;
}

.navbar-dark .profile-name {
    color: #6e84a3 !important;
}

.navbar-dark .profile-email {
    color: #6e84a3 !important;
}

.navbar-vibrant .profile-name {
    color: #ffffffb3 !important;
}

.navbar-vibrant .profile-email {
    color: #ffffffb3 !important;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

.error {
    color: #e63757;
    font-size: .8125rem;
    margin-top: 0;
    width: 100%;
}

/*table.table-bordered th:last-child,
table.table-bordered td:last-child {
    border-right-width: 0;
    width: 145px !important;
    text-align: right;
}
table.table-bordered th:first-child,
table.table-bordered td:first-child {

    width: 5px !important;
    text-align: right;
}*/
/**/
.input-group-addon {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.table-nowrap .writing-title {
    white-space: break-spaces !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.strikethrough {
    text-decoration: line-through;
}

/*    .number-spinner {
        display: flex;
        align-items: center;
    }
    .number-spinner button {
        padding: 5px 10px;
        cursor: pointer;
    }
    .number-spinner .input-number {
        width: 40px;
        text-align: center;
        border: 1px solid #ccc;
        margin: 0 5px;
    }*/

/*
Print Css
*/

/*Common CSS*/
.receipt-template {
    /*width:80mm;*/
    width: 100% !important;
    margin: 0 auto;
    border: 1px solid #ddd;
}

.receipt-template .text-small {
    font-size: 10px;
}

.receipt-template .block {
    display: block;
}

.receipt-template .inline-block {
    display: inline-block;
}

.receipt-template .bold {
    font-weight: 700;
}

.receipt-template .italic {
    font-style: italic;
}

.receipt-template .align-right {
    text-align: right;
}

.receipt-template .align-center {
    text-align: center;
}

.receipt-template .main-title {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin: 10px 0 5px 0;
    padding: 0;
}

.receipt-template .heading {
    position: relation;
}

.receipt-template .title {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 5px 0;
}

.receipt-template .sub-title {
    font-size: 12px;
    font-weight: 700;
    margin: 10px 0 5px 0;
}

.receipt-template table {
    width: 100%;
}

.receipt-template td,
.receipt-template th {
    font-size: 12px;
    color: black !important;
    font-weight: bolder;
}

.receipt-template .info-area {
    font-size: 12px;
    line-height: 1.222;
}

.receipt-template .listing-area {
    line-height: 1.222;
}

.receipt-template .listing-area table {
}

.receipt-template .listing-area table thead tr {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-weight: 700;
}

.receipt-template .listing-area table tbody tr {
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
}

.receipt-template .listing-area table tbody tr:last-child {
    border-bottom: none;
}

.receipt-template .listing-area table td {
    vertical-align: top;
    color: black !important;
    font-weight: bolder;
}

.receipt-template .info-area table {
}

.receipt-template .info-area table thead tr {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    color: black !important;
    font-weight: bolder;
}

/*Receipt Heading*/
.receipt-template .receipt-header {
    text-align: center;
}

.receipt-template .receipt-header .logo-area {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.receipt-template .receipt-header .logo-area img.logo {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

.receipt-template .receipt-header .address-area {
    margin-bottom: 5px;
    line-height: 1;
}

.receipt-template .receipt-header .info {
    font-size: 12px;
}

.receipt-template .receipt-header .store-name {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}


/*Invoice Info Area*/
.receipt-template .invoice-info-area {
}

/*Customer Customer Area*/
.receipt-template .customer-area {
    margin-top: 10px;
    color: black !important;
    font-weight: bolder;
}

/*Calculation Area*/
.receipt-template .calculation-area {
    border-top: 2px solid #000;
    color: black !important;
    font-weight: bolder;
}

.receipt-template .calculation-area table td {
    text-align: right;
    color: black !important;
    font-weight: bolder;
}

.receipt-template .calculation-area table td:nth-child(2) {
    border-bottom: 1px dashed #000;
}

/*Item Listing*/
.receipt-template .item-list table tr {
    color: black !important;
    font-weight: bolder;
}

/*Barcode Area*/
.receipt-template .barcode-area {
    margin-top: 10px;
    text-align: center;
}

.receipt-template .barcode-area img {
    max-width: 100%;
    display: inline-block;
}

/*Footer Area*/
.receipt-template .footer-area {
    line-height: 1.222;
    font-size: 10px;
}

@media screen {
    #printSection {
        display: none;
    }
}

/*Media Query*/
@media print {
    @page {
        margin: 0;
    }

    body * {
        visibility: hidden;
    }

    html, body {
        height: 100vh;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden;
    }

    #printSection, #printSection * {
        visibility: visible !important;
        color: black !important;
    }

    .receipt-template {
        width: 100%;
        border: 1px solid #ddd;
        color: black !important;
        font-weight: bolder;
    }

    #printSection, #printSection * {
        visibility: visible;
    }

    #printSection {
        position: absolute;
        left: 0;
        top: 0;
        margin: auto;
        width: 100%;
        /*font-weight: normal;
        word-wrap: break-word;*/
        /*height: 10%;*/
    }
}


/*table.table-bordered th:nth-child(1), table.table-bordered td:nth-child(1) {
    border-left-width: 1px !important;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
    border-right-width: 1px !important;
}*/
/*table.table-bordered th:nth-child(2), table.table-bordered td:nth-child(2) {
    width: 70px !important;
}*/
.table > :not(caption) > * > * {
    padding: 5px !important;
}

.navbar-vertical.navbar-expand-md .navbar-nav .nav-link {
    padding: 5px;
}

.navbar-vertical.navbar-expand-md .navbar-nav .nav .nav-link {
    padding-left: 5px;
}

.navbar-vertical.navbar-expand-md .navbar-user {
    padding: 0.5rem 0.5rem 0.25rem;
}

@media (min-width: 768px) {
    .navbar-vertical.navbar-expand-md .navbar-nav .nav-link {
        padding: 5px;
    }

    .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav-link {
        padding-left: 5px;
    }

    .navbar-vertical.navbar-expand-md .navbar-user {
        padding: 0.5rem 0.5rem 0.25rem;
    }
}

table.dataTable th:first-child,
table.dataTable td:first-child {
    max-width: 30px;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    text-align: right;
}

table.dataTable th:last-child,
table.dataTable td:last-child {
    max-width: 150px;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
}

/* Chhayanaut-themed design */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 24px 0;
    border-radius: 8px;
    box-shadow: 0 1px 7px rgba(56,142,60,0.05);
    background: none;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 7px 16px;
    margin-left: -1px;
    font-size: 15px;
    color: #388e3c;
    background-color: #fff;
    border: 1px solid #e3ecd9;
    border-radius: 0 !important;
    transition: background 0.18s, color 0.16s, border 0.16s;
    font-weight: 500;
    z-index: 1;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #fff;
    background: #388e3c;
    border-color: #f47d27;
    text-decoration: none;
    outline: none;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background: #388e3c;
    border-color: #388e3c;
    font-weight: bold;
    box-shadow: 0 2px 10px rgba(56,142,60,0.10);
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #bdbdbd;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #e3ecd9;
    opacity: 0.7;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 12px 22px;
    font-size: 19px;
    line-height: 1.5;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 4px 10px;
    font-size: 12.5px;
    line-height: 1.4;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.panel-default {
    border-color: #e3ecd9;               /* Soft green-tinted border */
    background: #fff;
    border-radius: 8px !important;       /* Rounded corners for a modern feel */
    box-shadow: 0 2px 8px rgba(56,142,60,0.06);
    margin: 10px;
}

.panel-default > .panel-heading {
    color: #fff;
    /*background: linear-gradient(90deg, #388e3c 85%, #f47d27 100%);*/
    /* background: linear-gradient(90deg, #444444d9 0%, #f47d27);*/
    /*background: linear-gradient(90deg, #388e3c 65%, #f47d27);*/
    background: linear-gradient(90deg, #388e3c 65%, #5cb85c);
    border-color: #d8e7cd;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    padding-top: 14px;
    padding-bottom: 13px;
    box-shadow: 0 1.5px 6px rgba(56,142,60,0.09);
    position: relative;
}

.panel-default > .panel-heading .badge {
    background-color: #f47d27;
    color: #fff;
}

.panel-default > .panel-body {
    background: #fff;
    color: #3a433c;
    font-size: 15px;
    border-radius: 0 0 8px 8px;
    padding: 18px 18px 15px 18px;
}

.panel-default > .panel-footer {
    background-color: #e6f9ed;
    color: #388e3c;
    border-top: 1px solid #d6ebd9;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 14px;
    font-weight: 500;
}
.panel-footer {
    background-color: #e6f9ed;
    color: #388e3c;
    border-top: 1px solid #d6ebd9;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 14px;
    font-weight: 500;
}

.panel-default > .list-group .list-group-item,
.panel-default > .panel-collapse > .list-group .list-group-item {
    background: #fafcf7;
    color: #388e3c;
    border-color: #e6f9ed;
}
/* Chhayanaut HRMS swal2 theme - solid colors */
.swal2-modal {
    background-color: #fff;
    font-family: 'SolaimanLipi', 'Noto Sans Bengali', Arial, sans-serif;
    border-radius: 12px !important;
    box-shadow: 0 4px 22px rgba(56,142,60,0.10);
    border-top: 5px solid #388e3c;
    border-bottom: 3px solid #f47d27;
}

.swal2-modal h2 {
    color: #388e3c !important;
    font-size: 27px !important;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.3;
}

.swal2-modal .swal2-close {
    color: #f47d27 !important;
}
.swal2-modal .swal2-close:hover {
    color: #388e3c !important;
}

.swal2-content {
    color: #333 !important;
    font-size: 17px;
}

.swal2-modal button.styled,
.swal2-modal .swal2-confirm,
.swal2-modal .swal2-styled.swal2-confirm {
    background: #388e3c !important;
    color: #fff !important;
    border: none;
    border-radius: 7px !important;
    font-weight: bold;
    font-size: 16px;
    padding: 11px 36px;
    box-shadow: 0 2px 7px rgba(56,142,60,0.07);
    transition: background 0.18s, color 0.18s;
}
.swal2-modal button.styled:hover,
.swal2-modal .swal2-confirm:hover,
.swal2-modal .swal2-styled.swal2-confirm:hover {
    background: #226021 !important;
    color: #fff !important;
}

.swal2-modal .swal2-cancel,
.swal2-modal .swal2-styled.swal2-cancel {
    background: #f47d27 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 7px !important;
    font-weight: 500;
    font-size: 16px;
    padding: 11px 36px;
    margin-left: 8px;
    box-shadow: none;
    transition: background 0.16s, color 0.16s;
}
.swal2-modal .swal2-cancel:hover,
.swal2-modal .swal2-styled.swal2-cancel:hover {
    background: #c3621b !important;
    color: #fff !important;
}

.swal2-icon {
    border-width: 5px !important;
    margin: 24px auto 26px auto !important;
}

.swal2-icon.swal2-success {
    border-color: #388e3c !important;
}
.swal2-icon.swal2-warning {
    color: #f47d27 !important;
    border-color: #f47d27 !important;
}
.swal2-icon.swal2-error {
    border-color: #f47d27 !important;
}
.swal2-icon.swal2-info {
    border-color: #388e3c !important;
    color: #388e3c !important;
}

.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
    border: 1.5px solid #f47d27 !important;
    border-radius: 6px !important;
    font-size: 17px;
    padding: 10px 14px;
}

.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
    border-color: #388e3c !important;
    box-shadow: 0 0 0 2px #e9f8ee !important;
}

.swal2-validationerror {
    background: #fbe9e7 !important;
    color: #d32f2f !important;
    border-radius: 4px;
    font-size: 15px !important;
}

.swal2-modal .swal2-checkbox input:checked + span {
    color: #388e3c !important;
}
