/* //////// */
/* for loader */

/* ///// */
.text-d-blue {
    color: #000 !important;
}

.text-warning-custom {
    color: #e59320 !important;
}

.text_primary {
    color: #5b2b2e !important;
}

.check_box_switch label {
    color: #5b2b2e;
    font-weight: 700 !important;
}

.check_box_switch .state:before {
    border-color: #5b2b2e !important;
}

.check_box_switch.pretty.p-switch.p-fill input:checked~.state:before {
    border-color: #5b2b2e;
    background-color: #5b2b2e !important;
}

.pretty.p-switch.check_box_switch .state label:after {
    background-color: #5b2b2e !important;
}

.text_primary2 {
    color: #768719 !important;
}

.bg_brown {
    background: rgb(1, 38, 58);
    background: linear-gradient(322deg, #535f11 0%, #1d2204 100%);
}

.heading-row {
    background-color: #ddd !important;
    /* border-bottom: 2px solid #01263a !important; */
}

.border-b-blue {
    border-bottom: 2px solid #000;
}

.btn-main-primary {
    background: #b3bc01;
    background: linear-gradient(297deg, #b3bc01 0%, #768719 100%);
    box-shadow: 0 2px 6px #212701;
    color: #212701;
    transition: ease-in-out 0.5s;
    font-weight: 900 !important;
}

.pre-loader-area {
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    display: flex;
    top: 0;
    align-items: center;
    justify-content: center;
}

.pre-loader {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    box-sizing: border-box;
    border-top: 8px solid #b3bc01;
    border-left: 8px solid #b3bc01;
    border-right: 8px solid #000;
    animation: loader 0.7s infinite linear;
}

@keyframes loader {
    to {
        transform: rotate(360deg);
    }
}

.btn-main-primary:hover {
    background: rgb(255, 235, 185);
    background: linear-gradient(130deg, #b3bc01 0%, #768719 100%);
    box-shadow: 0 2px 6px #01263a;
}

.btn-tpos-secondary {
    background: linear-gradient(345deg, rgb(87 46 50) 0%, rgb(25 11 12) 100%);
    /* box-shadow: 0 2px 6px #81b1ff; */
    color: #fff;
    transition: ease-in-out 0.5s;
    border-radius: 8px;
}

.btn-tpos-secondary:hover {
    background: linear-gradient(90deg, rgb(87 46 50) 0%, rgb(25 11 12) 100%);
    color: #fff;
}

.card-tpos-primary {
    border-top: 2px solid #14216a;
}

.card-tpos-primary2 {
    border-bottom: 2px solid #14216a;
    transition: ease-in-out 0.5s;
}

.card-tpos-warning {
    border-top: 2px solid #d80000;
}

.card-tpos-warning2 {
    border-bottom: 2px solid #d80000;
    transition: ease-in-out 0.5s;
}

.card-tpos-warning2:hover {
    transform: translateY(-5px);
}

.card-tpos-warning3 {
    border-top: 3px solid #ffa426;
    border-bottom: 3px solid #ffa426;
    transition: ease-in-out 0.5s;
}

.card-tpos-warning3:hover {
    transform: translateY(-5px);
}

.card-tpos-secondary {
    border-top: 2px solid #4886ea;
}

.card-tpos-secondary2 {
    /* background-color: #dce9ff !important; */
    border-bottom: 2px solid #000;
    transition: ease-in-out 0.5s;
}

.btn-search {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    background-color: #000 !important;
    color: #ddd;
    transition: ease-in-out 0.5s;
}

.btn-search:hover {
    background-color: #5b2b2e !important;
    color: #fff;
}

.custom-close {
    transition: ease 0.5s;
}

.custom-close:hover {
    color: #d9122b !important;
    transform: rotate(180deg);
}

.loading-img {
    margin-top: -2px;
}

.table-title {
    color: #ddd !important;
    background: linear-gradient(345deg, rgb(87 46 50) 0%, rgb(25 11 12) 100%);
    padding: 9px 12px;
    border-radius: 10px;
    font-weight: 600 !important;
}

.table-title::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid #b3bc01;
    flex-shrink: 0;
    margin-right: 10px;
    margin-top: -5px;
}

.view-title {
    color: #01263a !important;
}

.view-title::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #f9c833;
    border: 3px solid #01263a;
    flex-shrink: 0;
    margin-right: 10px;
    margin-top: -5px;
}

.table-top-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.table-top-area .page-link {
    color: #5b2b2e !important;
    background-color: #ffffff !important;
    border: 1px solid #5b2b2e !important;
    border-bottom-width: 2.5px !important;
    box-shadow: inset 5px 5px 8px #eeeeee !important;
    cursor: pointer;
    border-radius: 0.25rem !important;
    transition: ease-in-out 0.5s;
}

.table-top-area .page-link:hover {
    background-color: #5b2b2e !important;
    color: #b3bc01 !important;
    box-shadow: inset 2px 5px 8px #441f22 !important;
}

.btn-view {
    background-color: #fff !important;
    border-radius: 50px;
    padding: 4px 12px !important;
    font-weight: 800 !important;
    text-wrap: nowrap;
}

.sub-card {
    background-color: #eee !important;
    border-radius: 10px !important;
    box-shadow: 0px 0px 10px #ffffff83;
    /* border: 1px solid #01263a; */
}

.sub-card.has_filter_tab {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.custom-form-input1 {
    border: #5b2b2e 1px solid !important;
    border-bottom: #5b2b2e 2px solid !important;
    border-radius: 8px !important;
    transition: ease-in-out 0.5s;
    padding: 6px 12px !important;
}

.custom-form-input1:disabled {
    background-color: #d5cfc0 !important;
    font-weight: 600 !important;
    color: #4d2326 !important;
}

.custom-form-input1:disabled::placeholder {
    color: #999281 !important;
}

.status_badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
}

.custom-form-input1::placeholder {
    color: #b1b1b1 !important;
    font-size: 12px !important;
    transition: ease-in-out 0.5s;
}

.custom-form-input1:focus {
    border: none !important;
    background-color: #fff;
    box-shadow: 0 3px 10px #5b2b2e25 !important;
}

.data_label {
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-bottom: 10px;
    color: #4d2326;
}

.data_label_area {
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    background-color: #fff;
    position: relative;
}

.data_label_area .data_label:last-child {
    margin-bottom: 0;
}

.md_table th,
.md_table td {
    font-size: 14.5px !important;
}

.custom-form-input-warning {
    border: #e59320 1px solid !important;
    border-bottom: #e59320 2px solid !important;
    border-radius: 8px !important;
    transition: ease-in-out 0.5s;
}

.custom-form-input-warning::placeholder {
    color: #b1b1b1 !important;
    font-size: 12px !important;
    transition: ease-in-out 0.5s;
}

.custom-form-input-warning:focus {
    border: none !important;
    background-color: #fff;
    box-shadow: 0 3px 10px #e8d8bf !important;
}

.custom-form-input2 {
    border: #000 1px solid !important;
    border-bottom-width: 2px !important;
    transition: ease-in-out 0.5s;
}

.custom-form-input2:focus {
    border: none !important;
    background-color: #fff;
    box-shadow: 0 3px 10px #e0e0e0 !important;
}

.custom-form-input3 {
    border: #4886ea 1px solid !important;
    border-bottom: #4886ea 2px solid !important;
    border-radius: 8px !important;
    transition: ease-in-out 0.5s;
}

.custom-form-input3::placeholder {
    color: #b1b1b1 !important;
    font-size: 12px !important;
    transition: ease-in-out 0.5s;
}

.custom-form-input3:focus {
    border: none !important;
    background-color: #fff;
    box-shadow: 0 3px 10px #bfcee8 !important;
}

.invoice-item-title {
    line-height: 1.5rem !important;
}

.stock-transfer-title {
    background-color: #eef4ff !important;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 1rem;
}

.profile-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    border: solid 2px #768719;
    box-shadow: 0 4px 10px #3c440c25 !important;
    margin: 10px 0;
    padding: 5px;
}

.profile-image2 {
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    border: solid 2px #768719;
    box-shadow: 0 4px 10px #3c440c25 !important;
    margin: 10px 0;
    padding: 8px;
    background-color: #fff;
}

.profile-image3 {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    border: solid 2px #768719;
    box-shadow: 0 4px 10px #3c440c25 !important;
    margin: 10px 0;
    padding: 8px;
    background-color: #fff;
}

.permission-area {
    background-color: #fff;
    padding: 15px 20px 0px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: ease-in-out 0.5s;
}

.permission-area:hover {
    box-shadow: 0 4px 10px #afc0dd !important;
}

.custom-control-label {
    cursor: pointer !important;
}

.name-bg {
    background-color: #eef4ff !important;
    padding: 10px;
    border-radius: 10px;
    transition: ease-in-out 0.5s;
}

.name-bg:hover {
    box-shadow: inset 2px 5px 10px #c0cee6 !important;
}

.footer-text {
    color: #000;
    vertical-align: middle;
    transition: ease-in-out 0.5s;
}

.footer-text:hover {
    color: #f5791f !important;
}

.footer-logo {
    width: 23px;
    margin-right: 5px;
}

.report-title {
    background-color: #eef4ff !important;
    padding: 10px;
    border-radius: 10px;
    transition: ease-in-out 0.5s;
}

.btn-for-print {
    background-color: #4886ea !important;
    box-shadow: 0 2px 6px #81b1ff;
    color: #fff;
    transition: ease-in-out 0.5s;
    margin-top: 15px;
    border-radius: 8px !important;
    padding-top: 8px;
    padding-bottom: 8px;
}

.btn-for-print:hover {
    background-color: #265eb7 !important;
    box-shadow: 0 2px 6px #81b1ff;
    color: #fff !important;
}

.btn-for-excel {
    background-color: #34b577 !important;
    box-shadow: 0 2px 6px #80ffc1;
    color: #fff;
    transition: ease-in-out 0.5s;
    margin-top: 15px;
    border-radius: 8px !important;
    padding-top: 8px;
    padding-bottom: 8px;
}

.btn-for-excel:hover {
    background-color: #349d6a !important;
    box-shadow: 0 2px 6px #80ffc1;
    color: #fff;
}

@media (min-width: 991.5px) {

    .btn-for-print,
    .btn-for-excel {
        display: block;
        width: 100% !important;
    }

    .print-btn {
        display: inline-block !important;
        width: auto !important;
    }
}

.date_filter_area {
    position: relative !important;
}

.file_info {
    font-size: 12.5px;
    display: block;
}

.filter_clear_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    font-weight: 700;
    color: #e6192a;
    right: 55px;
    line-height: 0;
    cursor: pointer;
}

/* for dashboard */
.dash-img {
    width: 80px;
    transition: ease 0.5s;
    filter: drop-shadow(2px 5px 10px #fff);
}

.billing-card {
    transition: ease-in-out 0.5s;
    background: linear-gradient(130deg,
            rgb(255, 255, 255) 0%,
            rgb(223, 235, 201) 100%);
    color: #768719;
    border-bottom: 3px solid #768719;
    margin-bottom: 0;
}

.billing-card:hover {
    transform: translateY(-6px) scale(1.03);
    background: linear-gradient(309deg, #b3bc01 0%, #768719 86%);
    color: #ffffff !important;
    text-shadow: 3px 2px 4px #0006;
    border-bottom: 3px solid #ffffff;
}

.dash_section {
    position: relative;
    margin: 40px 0;
}

.dash_card_row {
    row-gap: 20px;
}

.dash_head {
    color: #5b2b2e;
    font-weight: 800 !important;
    margin-bottom: 20px;
}

.billing-card:hover .dash-img {
    filter: drop-shadow(3px 2px 4px rgba(0, 0, 0, 0.174));
    transform: scale3d(1.06, 1.06, 1.06);
}

.dash-lable-icon {
    visibility: hidden;
    transition: ease-in-out 0.5s;
}

.billing-card:hover .dash-lable-icon {
    visibility: visible;
    transform: translateX(5px);
}

.tile-tiltle {
    margin: auto 0 auto 0 !important;
    font-size: 18px !important;
}

.telesis-logo {
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.05;
    z-index: -1;
    width: 500px;
}

@media (max-width: 500px) {
    .telesis-logo {
        width: 90% !important;
    }
}

.btn-transfer {
    border-radius: 8px !important;
    padding: 8px 20px !important;
    background-color: #54ca68;
    border-color: #2f743b;
    color: #fff;
    text-shadow: 2px 2px 5px #2f743b;
    transition: ease-in-out 0.8s;
    border-bottom: #2f743b 3px solid;
    font-size: 14px;
}

.btn-transfer:hover {
    background-color: #50ba61 !important;
    color: #fff !important;
    transform: translateX(8px);
}

.transfer-summery-sub-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    background-color: #3c628c;
    border-radius: 10px;
}

.transfer-summery-sub-area h6 {
    margin-bottom: 0 !important;
}

.transfer-summery-area {
    background-color: #6089b8;
    border-radius: 10px;
    padding: 10px 10px;
    color: #fff !important;
}

.col-border {
    border-right: 1px solid #25405f;
}

.col-border1 {
    border-right: 1px solid #25405f;
}

.custom-hr {
    height: 1px !important;
    background-color: #ddd;
    width: 100%;
    margin: 5px 0;
}

.page_header_row {
    row-gap: 15px;
}

.total-text {
    padding: 8px 10px;
    background-color: #ffffff;
    border-radius: 10px;
    text-shadow: 2px 2px 2px #fff;
    font-weight: 800;
    border: 1px solid #fff;
    width: 100%;
    text-align: right;
}

.text-bold {
    font-weight: 700 !important;
}

.vertical-middle {
    vertical-align: middle !important;
}

.breadcrumb {
    row-gap: 6px !important;
}

@media (min-width: 992px) {
    .custom-padding2 {
        padding-bottom: 10px;
    }
}

@media (max-width: 991.5px) {
    .col-border1 {
        border: none !important;
    }

    .custom-padding {
        padding-top: 10px;
    }

    .custom_padding_right {
        padding-right: 6px !important;
    }

    .custom_padding_left {
        padding-left: 6px !important;
    }
}

@media (max-width: 575px) {

    .col-border,
    .col-border1 {
        border: none !important;
    }

    .custom-padding1 {
        padding-top: 10px;
    }

    .btn-transfer {
        width: 100%;
        margin-bottom: 20px;
    }

    .float_lbl_input_grp {
        width: 100%;
    }

    .prod_info_footer {
        flex-direction: column;
        align-items: flex-start !important;
        row-gap: 15px !important;
    }

    .task_container_body {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .task_container_header {
        padding: 10px 15px !important;
    }

    .task_container_header h6 {
        font-size: 16px !important;
    }

    .view_all_btn {
        font-size: 13px !important;
    }

    .no_task_area {
        min-width: 85% !important;
        min-height: 75% !important;
    }

    .date-time {
        padding: 3px 10px !important;
        font-size: 12.5px !important;
    }

    .navbar {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .navbar .nav-link.nav-link-user img {
        width: 20px !important;
    }

    .prod_info_container {
        padding: 15px !important;
    }

    .prod_info_footer {
        padding-top: 15px !important;
    }

    .table-top-area {
        flex-direction: column !important;
        align-items: stretch !important;
        padding: 12px 12px 0 !important;
    }

    .table-top-area.dashboard {
        padding: 5px 0 0 0 !important;
    }

    .dash_section {
        margin: 30px 0 !important;
    }

    .dash_section.no_margin_top {
        margin-top: 0 !important;
    }

    .dash_section.custom_margin_bottom {
        margin-bottom: 10px !important;
    }

    .task_container {
        margin-top: 10px !important;
    }

    .dash-welcome-area {
        margin-top: 15px !important;
    }

    .table-title {
        padding: 8px 12px !important;
        font-size: 15px !important;
        font-weight: 700 !important;
    }

    .table-top-area .pagination {
        margin-bottom: 8px !important;
    }

    .table-top-area .page-link {
        padding: 6px 8px !important;
        font-size: 13px !important;
        font-weight: 600 !important
    }

    .main-content {
        padding-top: 85px !important;
    }

    .page_header_row {
        row-gap: 10px !important;
    }

    .table_data_tab {
        width: 100%;
    }

    .dash_chart_card .card-body {
        padding: 10px !important;
    }

    .watermark-img {
        width: 85% !important;
        transform: translate(-50%, -50%) !important;
    }

    .table.table-bordered td,
    .table.table-bordered th {
        font-size: 14px !important;
        height: 50px !important;
    }

    .table.table-bordered th {
        text-wrap: nowrap;
        white-space: nowrap;
    }
}

.sub-sales-head::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #fff;
    border: #14216a 2px solid;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 5px;
}

.sub-sales-head {
    color: #cfe2ff;
}

.sub-sales {
    color: #cfe2ff;
    display: flex;
    justify-content: flex-end;
}

.main-sales {
    display: flex;
    justify-content: flex-end;
}

.billview-top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.bill-top-sub {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 2px 2px 5px #d5d0c3;
}

.bill-top-sub-warning {
    background-color: #ffffff;
    color: #e59320;
    font-size: 15px;
    font-weight: 700;
    border-radius: 10px;
    padding: 12px 15px;
    box-shadow: 2px 2px 5px #ece0c6;
}

.bill-table {
    box-shadow: 0px 4px 8px #ffffff;
    border: 1px solid #ffffff;
}

.btn-print {
    background-color: #4886ea !important;
    box-shadow: 0 2px 6px #81b1ff;
    color: #fff;
    transition: ease 0.5s;
}

.btn-print:hover {
    background-color: #265eb7 !important;
    color: #fff !important;
}

.total-records {
    color: #000;
    font-weight: 600;
    width: 100%;
}

.total-records::before {
    content: "";
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #dfb74c;
    display: inline-block;
}

.filter-area {
    background-color: #e0eafa;
    border-radius: 10px;
    box-shadow: 0px 0px 12px #fff;
    border: 2px solid #fff;
}

.report-table {
    border-radius: 10px !important;
    border: 1px solid #000 !important;
}

.modal.show .modal-content.card-tpos-warning3.return {
    box-shadow: 0 4px 200px 200px rgb(0 0 0 / 30%) !important;
}

/* //////////// */
.sub-info {
    border-radius: 10px;
    padding: 20px;
    background-color: #dae7fe !important;
    box-shadow: 0px 0px 12px #fff;
    border: 2px solid #fff;
}

.collapse-body {
    border-radius: 10px;
    padding: 20px !important;
    background-color: #eef4ff !important;
    box-shadow: 0px 0px 12px #afc6ea6d;
}

.accordion .accordion-header {
    border-radius: 8px !important;
    background-color: #4886ea !important;
    color: #fff !important;
}

.theme-white .accordion .accordion-header[aria-expanded="true"] {
    background-color: #4886ea !important;
    color: #fff !important;
}

.custom-table-area {
    background-color: #eef4ff !important;
    box-shadow: 0px 0px 12px #ffffff;
    border: 1.5px solid #4886ea;
    border-bottom-width: 3px;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 5px;
}

.custom-table-area .table-responsive {
    border: 1px solid #ffffff !important;
    border-radius: 10px !important;
}

.custom-table-bg {
    border-radius: 10px !important;
    background-color: #d4e1fa !important;
    margin-bottom: 0 !important;
}

.custom-table-bg .tbl-row {
    background-color: #4886ea !important;
}

.status-btn {
    border-radius: 50px;
    padding: 2px 15px !important;
    color: #fff !important;
    transition: ease-in-out 1s !important;
    border-bottom-width: 3px !important;
}

.status-btn.btn-warning {
    border: #ce7c08 1px solid;
}

.status-btn.btn-info {
    border: #0e87bf 1px solid;
}

.status-btn.btn-success {
    border: #13a62b 1px solid;
}

.status-btn.btn-danger {
    border: #c30505 1px solid;
}

textarea.textarea-height {
    height: 120px !important;
}

.content-nowrap {
    white-space: nowrap !important;
}

.round_btn {
    border-radius: 50px !important;
    min-width: 100px !important;
}

.filter_tab_area {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
    border-bottom: 1px solid #000;
}

.filter_tab_btn {
    outline: none;
    border-radius: 12px 12px 0 0;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    background-color: #fff;
    border: none;
    transition: ease 0.5s;
    padding: 10px 15px;
    text-shadow: 1px 1px 2px #ffffffc2;
}

.filter_tab_btn.active {
    background-color: #e7c158 !important;
}

.filter_tab_btn:focus {
    outline: none;
    border: none;
}

.customer_code {
    border-radius: 6px;
    display: block;
    padding: 2px 8px 1px;
    max-width: max-content;
    background-color: #fff;
    font-size: 12px;
    color: #aaaaaa;
}

.payment_status {
    font-weight: 700 !important;
    border: 1px solid #fff;
}

.status_change_btn {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #000 !important;
    text-decoration: none;
}

.dash_title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(297deg,
            rgba(255, 235, 185, 1) 0%,
            rgba(255, 220, 113, 1) 100%);
    box-shadow: 0px 4px 10px #00000013;
    padding: 6px 12px;
    border-radius: 8px;
    max-width: max-content;
    color: #000;
}

.customer_payment_area {
    border-radius: 12px;
    background: linear-gradient(130deg,
            rgb(255, 248, 218) 0%,
            rgb(255, 255, 255) 100%);
    width: 100%;
    padding: 20px;
}

.customer_detail_area {
    background-color: rgb(240, 235, 212);
    border-radius: 12px;
    padding: 20px;
}

.detail_sub {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.detail_sub h5 {
    font-size: 15px;
    color: #000;
    margin-bottom: 0;
    padding-top: 10px;
}

.detail_sub h5 span {
    color: #797979;
}

.detail_sub i {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 16px;
}

.detail_sub.highlight {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
}

.detail_sub.highlight h5 {
    padding-top: 0;
}

.swal2-popup {
    border-radius: 20px !important;
}

.swal2-title {
    font-size: 20px !important;
}

.swal2-html-container {
    font-size: 15px !important;
}

.swal2-confirm {
    background-color: #b3bc01 !important;
    font-size: 16px !important;
    border-radius: 10px !important;
    padding: 8px 15px !important;
    outline: none !important;
    border: none !important;
}

.swal2-confirm:hover {
    background-color: #768719 !important;
}

.swal2-confirm:focus {
    box-shadow: 0px 0px 0px 4px #a6c23f46 !important;
    border: none !important;
    outline: none;
}

.pay_btn {
    background-color: #dfb74c;
    color: #fff;
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    padding: 18px 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
    z-index: 9;
    outline: none;
    border: none;
    width: 100%;
    transition: ease 0.5s;
}

.pay_btn:hover,
.pay_btn:focus {
    outline: none !important;
}

.pay_btn:hover {
    background: #000;
    color: #fff;
}

.data_title {
    font-size: 17px;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.error_msg {
    font-size: 12px !important;
}

.d_revert {
    display: revert !important;
}

.account_selection_area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 6px;
    gap: 6px;
    flex-shrink: 0;
    justify-content: flex-start;
    padding-bottom: 15px;
}

.account_selection_area button {
    font-size: 14px !important;
    border-radius: 8px !important;
}

.account_selection_area * {
    font-family: "Poppins", sans-serif !important;
}

@media (max-width: 575px) {
    .account_selection_area button {
        font-size: 13.5px !important;
    }
}

.btn-disabled {
    pointer-events: none !important;
    cursor: not-allowed !important;
}

.payment_data_area {
    background-color: rgb(240, 235, 212);
    border-radius: 12px;
    padding: 20px;
    margin-top: 10px;
}

.payment_badge {
    border-radius: 50px;
    padding: 2px 8px;
    font-size: 14px;
    border: 1px solid #fff;
    text-wrap: nowrap;
    min-width: 100px !important;
    display: inline-block;
}

.payment_badge.danger {
    background-color: rgb(255, 232, 232);
}

.payment_badge.success {
    background-color: rgb(212, 245, 225);
}

.payment_badge.warning {
    background-color: rgb(253, 245, 216);
    color: rgb(230, 181, 23);
}

.text_nowrap {
    text-wrap: nowrap;
    /* white-space: nowrap !important; */
}

.payment_table_area {
    border: 1px solid #000;
    background-color: #000;
    border-radius: 12px;
}

.payment_table_area .payment_table thead tr th {
    color: #000 !important;
    font-size: 15px !important;
}

.payment_table_area .payment_table tbody tr td {
    font-size: 15px !important;
    vertical-align: middle;
}

.payment_table_area .payment_table thead tr {
    border-bottom: 2px solid #000;
}

.payment_detail_head {
    font-size: 16px !important;
    color: #fff;
    font-weight: 600 !important;
    padding: 8px 10px;
    margin-bottom: 0;
}

.payment_detail_head span {
    font-weight: 600 !important;
    color: #dfb74c !important;
}

.custom_table thead tr {
    background-color: #dddace;
}

.custom_table tbody tr {
    background-color: #eceae4;
}

.custom_table tbody tr:hover {
    background-color: #e0ddd5;
}

.custom_table_area {
    border: 1px solid #67624e;
    background-color: #dddace;
}

.form-group label font {
    margin-left: 2px;
}

.prod_info_container {
    border-radius: 10px;
    padding: 20px;
    background-color: #dddace;
    position: relative;
    border: 2px solid #fff;
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5);
}

.prod_info_container.custom {
    background-color: #c7c1b4 !important;
}

.prod_info_title {
    color: #441f22;
    margin-bottom: 0;
    font-weight: 800 !important;
    font-size: 18px !important;
}

.prod_info_area {
    margin-top: 15px;
    border-top: 1px solid #ada89d;
    padding-top: 20px;
}

.prod_info_label {
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background-color: #fff;
    position: relative;
    padding: 15px 15px;
}

.prod_info_label h6 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700 !important;
    color: #441f22;
}

.prod_info_footer {
    border-top: 1px solid #ada89d;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.float_lbl_input_grp {
    min-width: 250px;
    position: relative;
}

.float_lbl_input_grp .float_lbl_input {
    width: 100%;
    height: 45px !important;
}

.float_lbl_input_grp .float_lbl {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #000;
    position: absolute;
    left: 20px;
    top: -11px;
    background-color: #FFF;
    line-height: 0;
    border-radius: 5px;
    padding: 9px;
    border: 1px solid #5b2b2e;
}


.btn_custom {
    padding: 8px 15px !important;
    font-size: 14px !important;
    color: #fff !important;
    border-radius: 8px !important;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    height: 45px;
    gap: 10px !important;
}

.btn_custom.primary {
    background-color: #768719;
}

.btn_custom.primary:hover,
.btn_custom.primary:focus {
    background-color: #616e15 !important;
}

.btn_custom:disabled {
    filter: saturate(0) !important;
    pointer-events: none !important;
}

.text_secondary {
    color: #9b9588 !important;
}

.input_column {
    width: 220px !important;
}

.prod_info_table_area {
    border: 1px solid #fff;
}

.prod_info_table thead tr {
    background-color: #cfc9bb;
}

.prod_info_table thead tr {
    border-bottom: 2px solid #fff;
}

.prod_info_table tbody tr {
    background-color: #e2dfd4 !important;
}

.prod_info_table tbody tr:hover {
    background-color: #d6d3c7 !important;
}

.input_column .column_input,
.input_column .column_input::placeholder {
    font-size: 14px !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.input_column_flex {
    display: flex;
    align-items: center;
    gap: 5px;
}

.input_column_flex span {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.btn_loader {
    width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #fff 94%, #0000) top/5px 5px no-repeat,
        conic-gradient(#0000 30%, #fff);
    -webkit-mask: radial-gradient(farthest-side,
            #0000 calc(100% - 5px),
            #000 0);
    mask: radial-gradient(farthest-side, #0000 calc(100% - 5px), #000 0);
    animation: l13 1s infinite linear;
}

@keyframes l13 {
    100% {
        transform: rotate(1turn);
    }
}

.dash_sub_head {
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 0;
    color: #616e15 !important;
    margin-bottom: 20px;
}

.sales-summary-area {
    background: linear-gradient(160deg, #fcfff8 0%, #eef0cc 100%);
    padding: 15px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1),
        0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1),
        0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12),
        0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
    border-bottom: 3px solid #5b2b2e;
}

.sales-sum-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 4px;
}

.sales-sum-flex:last-child {
    margin-bottom: 0;
}

.sub-sales-sum-head::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #ffffff;
    border: #b3bc01 2px solid;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 5px;
}

.sub-sales-sum-head {
    color: #000 !important;
    font-weight: 700 !important;
}

.sub-sales-sum {
    color: #5b2b2e !important;
    font-weight: 700 !important;
}

.cus-hr {
    border-color: #b3bc01 !important;
}

.dash-title-btn-area {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.show-btn {
    background-color: #b3bc01;
    border-radius: 50px;
    padding: 2px 15px !important;
    color: #fff !important;
    transition: ease-in-out 1s !important;
}

.show-btn:hover,
.show-btn:focus {
    background-color: #768719 !important;
}

.flex-grp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.flex-grp label {
    white-space: nowrap;
    margin-bottom: 0;
}

.flex-grp select {
    width: 250px !important;
}

.dash_chart_card {
    background: linear-gradient(230deg,
            rgb(253, 249, 234) 0%,
            rgb(255 255 255) 100%) !important;
    border-radius: 10px !important;
    border-bottom: 3px solid #441f22;
    overflow: hidden;
}

.date-time {
    font-family: "Nunito", "Segoe UI", arial;
    font-size: 15px;
    font-weight: 600;
    background-color: #4d2326 !important;
    padding: 6px 12px;
    border-radius: 10px;
    transition: ease-in-out 0.5s;
    text-shadow: 2px 2px 2px #180a0b;
    color: #ddd !important;
}

.table_data_tab_area {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: nowrap;
    padding: 0 10px;
}

.table_data_tab {
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    padding: 10px 15px;
    height: 43px;
    text-align: center;
    border: 1px solid #eee;
    color: #5b2b2e;
    font-size: 15px;
    outline: none;
    font-weight: 700;
}

.table_data_tab.active {
    background-color: #5b2b2e;
    color: #fff;
}

.table_data_tab:focus {
    outline: none;
}

.input-group .form-control {
    border-radius: 8px 0 0 8px !important;
}

.input-group-append .btn-search {
    border-radius: 0 8px 8px 0 !important;
}

.multi_data_group {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.remove_data_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 8px !important;
}

.add_data_btn {
    border-radius: 8px !important;
    font-size: 12px !important;
    height: 35px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px !important;
    gap: 8px;
}

.text_description {
    text-transform: lowercase !important;
}

.text_description::first-letter {
    text-transform: uppercase !important;
}

.cash_summary_area {
    position: relative;
    row-gap: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.cash_summary_card {
    position: relative;
    width: 100%;
    border-radius: 10px;
    border-bottom: 3px solid;
    background-color: #FFF;
    padding: 0 15px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.cash_summary_card.success {
    background: linear-gradient(200deg, rgb(213, 255, 234) 0%, rgb(255 255 255) 100%);
    border-bottom-color: rgb(0, 158, 79);
}

.cash_summary_card.success .cash_summary_body h5,
.cash_summary_card.success .cash_summary_header i {
    color: rgb(0, 158, 79);
}

.cash_summary_card.warning {
    background: linear-gradient(200deg, rgb(255, 241, 203) 0%, rgb(255 255 255) 100%);
    border-bottom-color: rgb(216, 158, 0);
}

.cash_summary_card.warning .cash_summary_body h5,
.cash_summary_card.warning .cash_summary_header i {
    color: rgb(216, 158, 0);
}

.cash_summary_card.danger {
    background: linear-gradient(200deg, rgb(255, 214, 214) 0%, rgb(255 255 255) 100%);
    border-bottom-color: rgb(238, 11, 11);
}

.cash_summary_card.danger .cash_summary_body h5,
.cash_summary_card.danger .cash_summary_header i {
    color: rgb(238, 11, 11);
}

.cash_summary_card.info {
    background: linear-gradient(200deg, rgb(206, 237, 255) 0%, rgb(255 255 255) 100%);
    border-bottom-color: rgb(0, 132, 209);
}

.cash_summary_card.info .cash_summary_body h5,
.cash_summary_card.info .cash_summary_header i {
    color: rgb(0, 132, 209);
}

.cash_summary_header {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cash_summary_header h6 {
    font-size: 15px !important;
    color: #000 !important;
    margin: 0;
    font-weight: 700 !important;
}

.cash_summary_header i {
    font-size: 45px !important;
    line-height: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0.4;
}

.cash_summary_body {
    min-height: 60px;
    position: relative;
}

.cash_summary_body h5 {
    font-size: 18px !important;
    margin: 0;
    font-weight: 800 !important;
}

.cash_summary_footer {
    padding: 10px 0;
    border-top: 2px solid #FFF;
}

.cash_summary_footer p {
    margin: 0;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 600;
    font-size: 12.5px !important;
    line-height: 1.4em;
    display: flex;
    gap: 5px;
    align-items: baseline;
}

.task_container {
    position: relative;
    background-color: #FFF;
    border-radius: 10px;
    margin-top: 40px;
    border: 1px solid #5b2b2e;
    border-bottom-width: 3px;
    overflow: hidden;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.task_container_header {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    position: relative;
    background-color: #5b2b2e;
    justify-content: space-between;
    gap: 20px;
}

.task_container_header h6 {
    font-size: 18px;
    color: #FFF;
    margin: 0;
    font-weight: 700;
}

.task_container_header h6 span {
    font-weight: 400 !important;
    font-size: 16px !important;
    opacity: 0.5;
}

.task_container_body {
    position: relative;
    height: 273px;
    overflow-y: auto;
    padding: 16px;
    /* background: linear-gradient(180deg, #ffffff 0%, #5b2b2e27 100%); */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    align-items: start;
    background: radial-gradient(circle, rgba(91, 43, 46, 0.3) 10%, transparent 11%);
    background-size: 1em 1em;
    background-color: #d3cfc5;
    opacity: 1
}

.view_all_btn {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #FFF !important;
    text-decoration: none;
    margin: 0;
    padding: 0;
    transition: ease 0.3s;
}

.view_all_btn:hover {
    color: #b3bc01 !important;
    text-decoration: none;
}

.view_all_btn i {
    line-height: 0;
}

.task_card {
    position: relative;
    border-radius: 10px;
    background-color: #FFF;
    background: linear-gradient(155deg, #ffffff 0%, #f5e9cc 100%);
    padding: 16px;
    min-height: 112px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #FFF;
}

.task_card h6 {
    color: #000 !important;
    font-size: 15px !important;
    margin-bottom: 4px;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 2;
}

.task_card p {
    font-size: 12.5px;
    margin: 0;
    text-wrap: nowrap;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.task_card p i {
    font-size: 12.5px;
    line-height: 0;
    flex-shrink: 0;
    margin-left: 2px;
}

.task_card p i {
    color: #768719;
}

.task_badge {
    position: absolute;
    bottom: 13px;
    left: 13px;
    z-index: 2;
}

.task_card img {
    position: absolute;
    right: 10px !important;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    height: 70%;
    z-index: 0;
    opacity: 0.1;
}

.no_task_area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 10px;
    background-color: #cac6bb;
    border-radius: 10px;
    min-width: 60%;
    min-height: 60%;
    padding: 25px 20px 15px;
    pointer-events: none;
    box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.3);
}

.no_task_area img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    display: block;
    opacity: 0.4;
}

.no_task_area p {
    margin: 0;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    font-weight: 700;
    line-height: 1.4em;
    font-size: 14px !important;
}

.table_item_det_grp {
    display: flex;
    align-items: center;
    gap: 15px;
}

.table_item_det_sub {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    row-gap: 5px;
}

th.table_column_sm {
    height: 45px !important;
}

.custom_check_grp {
    margin: 10px 0 20px;
}

.custom_check label {
    font-size: 14px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    color: #4d2326 !important;
}

.custom_check.pretty .state label:before {
    border-color: #4d2326 !important;
}

.custom_check.pretty input:checked~.state label:after {
    background-color: #4d2326 !important;
}