/* [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon .svg-icon, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon i,
[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-title{
    color: #b1382b !important;
    font-weight: bold;
}
[data-kt-app-layout=dark-sidebar] .app-sidebar{
    background-color: unset;
}
[data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-logo{
    border-bottom: var(--kt-app-toolbar-base-border-top);
}
body[data-kt-app-sidebar-minimize=on] .app-sidebar .menu .menu-item .menu-link.active{
    width: 50px;
}
[data-kt-app-sidebar-hoverable=true][data-kt-app-sidebar-minimize=on] .app-sidebar:hover:not(.animating) .menu .menu-item .menu-link.active{
    width: unset;
}
[data-kt-app-sidebar-hoverable=true][data-kt-app-sidebar-minimize=on] .app-sidebar:hover:not(.animating){
    background-color: #fff;
}
[data-theme=dark] [data-kt-app-sidebar-hoverable=true][data-kt-app-sidebar-minimize=on] .app-sidebar:hover:not(.animating){
    background-color: #1e1e2d;
} */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

body {
    font-family: "Plus Jakarta Sans", sans-serif;
}
:root{
    --kt-primary:#F26E22 !important;
    --kt-pagination-active-bg:#F26E22 !important;
}
.link-primary{
    color: #F26E22 !important;
}
.h-68px {
    height: 68px !important;
}

.swal2-loader {
    border-color: #b1382b transparent #b1382b transparent;
}

.mid-img img {
    max-width: 200px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.mid-img {
    margin: 30px 0px 100px 0px;
}

.mid-img h3 {
    color: var(--kt-primary);
    font-size: 20px;
}

@media(max-width:1300px) {
    .mid-img img {
        max-width: 150px;
    }

    .mid-img {
        margin: 50px 0px;
    }
}

.c-card-wrapper {
    margin: 0px auto;
}

.c-wrap {
    padding: 15px 0px;
}

.c-wrap i {
    color: var(--kt-primary);
    font-size: 18px;
}

.c-wrap h5 {
    color: #343a40;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
}

.c-features-items {
    padding: 0px 30px;
}

.c-company-logo-image {
    max-width: 230px;
    object-fit: cover;
    object-position: center;
    max-height: 70px;
}

.menu-sub-indention .menu-item .menu-item .menu-link.active .c-menu-count {
    margin-right: 0rem;
}

.menu-sub-indention .menu-item .menu-item .menu-link:not(.active) .c-menu-count {
    margin-right: 1rem;
}

[data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here) .menu-title,
[data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title,
[data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
[data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon {
    color: var(--kt-primary);
}

[data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link.active,
.bg-transparent {
    background-color: transparent !important;
}

/* 
.app-default,
.app-default-bg-color, */
body {
    background-color: #fafafa !important;
}

.box-shadow {
    box-shadow: 0px 1px 6px 0px #00000033 !important;
}

* {
    box-sizing: border-box;
}

.table-responsive .action-icon {
    display: flex;
    gap: 10px;
    padding-right: 10px !important;
    justify-content: end;
}

.foot-menu-2.active path,
.menu-link:hover path,
.action-icon a button:hover path,
.menu-link.active path {
    stroke: #b02b2b;

}

.foot-menu.active path,
.action-icon-2 a button:hover path,
.approved.menu-link:hover path,
.action-icon a.delete button:hover path,
.action-icon a.edit button:hover path,
.approved.menu-link.active path {
    fill: #b02b2b;
}

.foot-menu-2.active path {
    fill: none;
}

.action-icon a .btn-check:active+.btn.btn-active-light-primary,
.action-icon a .btn-check:checked+.btn.btn-active-light-primary,
.action-icon a .btn.btn-active-light-primary.active,
.action-icon a .btn.btn-active-light-primary.show,
.action-icon a .btn.btn-active-light-primary:active:not(.btn-active),
.action-icon a .btn.btn-active-light-primary:focus:not(.btn-active),
.action-icon a .btn.btn-active-light-primary:hover:not(.btn-active),
.action-icon a .show>.btn.btn-active-light-primary,
.action-icon a button:hover {
    background-color: transparent !important;

}


@media (min-width:992px) {

    .c-app-toolbar {
        height: auto;
    }

    .app-header {
        height: 86px;
    }

    [data-kt-app-header-fixed=true][data-kt-app-toolbar-fixed=true] .app-wrapper {
        --kt-app-header-height: 90px;
    }

    [data-kt-app-toolbar-fixed=true][data-kt-app-header-fixed=true] .app-toolbar {
        top: 80px;
    }
}

@media (min-width:1200px) {

    .c-app-toolbar {
        height: auto;
    }

    .app-header {
        height: 96px;
    }

    [data-kt-app-header-fixed=true][data-kt-app-toolbar-fixed=true] .app-wrapper {
        --kt-app-header-height: 90px;

    }

    [data-kt-app-toolbar-fixed=true][data-kt-app-header-fixed=true] .app-toolbar {
        top: var(--kt-app-header-height);
    }
}

.c-cursor-pointer {
    display: flex;
    align-items: center;
}

[data-kt-app-layout=light-sidebar] .app-sidebar .c-app-sidebar-menu .menu .menu-item .menu-link .menu-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: rgba(47, 47, 47, 1);
}

[data-kt-app-layout=light-sidebar] .app-sidebar .c-app-sidebar-menu .menu .menu-item .menu-link.active .menu-title {
    color: var(--kt-primary);
}

.c-cursor-pointer span {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    color: rgba(0, 0, 0, 0.87);
    margin: 0 12px;
}

.form-floating-cm .form-select {
    padding-top: 10px !important;
}

.app-container.p-0 {
    padding: 0 !important;
}

.card-details .card-header {
    min-height: unset;
}

.list_datatable.table thead tr th {
    background-color: rgba(0, 0, 0, 0.05) !important;
    font-weight: 700;
}

.list_datatable.table tbody tr td {
    border-bottom: 1px solid black !important;
}

.c-list_datatable.table tbody tr td {
    border-bottom: 0px solid black !important;
}

.table td:first-child,
.table th:first-child,
.table tr:first-child {
    padding-left: 0.75rem;
}

.t-responsive .dataTables_wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.table tr td:last-child,
.table th {
    white-space: nowrap;
}

.t-responsive .list_datatable.table tbody tr td {
    border-bottom: 0.4px solid #979797 !important;
}

.t-responsive .list_datatable.table thead tr th {
    background-color: #F9FAFC !important;
    border-top: 0.6px solid #D5D5D5;
    border-bottom: 0.6px solid #D5D5D5 !important;
}

.t-responsive-invoice .list_datatable.table tbody tr td:first-child,
.t-responsive .list_datatable.table thead tr th:first-child {
    border-left: 0.6px solid #D5D5D5;
}

.t-responsive-invoice .list_datatable.table tbody tr td:last-child,
.t-responsive .list_datatable.table thead tr th:last-child {
    border-right: 0.6px solid #D5D5D5;
}

.t-responsive a {
    color: inherit;
}

.t-responsive .badge {
    --bs-badge-padding-x: 16px;
    --bs-badge-padding-y: 6px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0px;
    border-radius: 0;
    width: 100px;
    justify-content: center;
    align-items: center;
    color: #212121;
}

.btn-badge {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0px;
    border-radius: 0;
    color: #212121;
    border: none;
    width: 93px;
    height: 27px;
}

.btn-badge-success {
    background: rgba(4, 182, 0, 0.3);
}

.btn-badge-danger {
    background: rgba(249, 160, 160, 0.75);

}

.t-responsive .badge-light-success {
    background-color: rgba(4, 182, 0, 0.2);
}

.t-responsive .badge-light-danger {
    background-color: rgba(247, 225, 225, 1);
}

.t-responsive .badge-light-warning {
    background-color: rgba(247, 131, 24, .2);

}

.btn-filter-group {
    border: 0.3px solid rgba(150, 150, 150, 0.3);
    background: #F9F9FB;
}

.btn-filter:active,
.btn-filter:hover,
.btn-filter {
    border-radius: 0px;
    color: #202224;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border: none;
    white-space: nowrap;
    background: #F9F9FB;
    padding: 9px 25px;
}

.order-status:active,
.order-status:hover,
.order-status {
    padding: 2px 25px;
    border: 0.3px solid rgba(150, 150, 150, 0.3);
    border-top: none;
    border-bottom: none;
}

.date-filter:active,
.date-filter:hover,
.date-filter {
    padding: 9px 25px;
    border-right: none;
}

.invoice-btn-filter {
    border-left: 0.3px solid rgba(150, 150, 150, 0.3);
    color: rgba(32, 34, 36, 0.3);

}

.invoice-btn-filter:active,
.invoice-btn-filter.active,
.invoice-btn-filter:hover {
    border-left: 0.3px solid rgba(150, 150, 150, 0.3);
    color: rgb(217, 52, 46);
}

.add-user {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.049999989569187164px;
    text-align: center;
    color: #FFFFFF;
    background-color: #d8342e;
    width: 162px;
    height: 44px;
    display: grid;
    place-items: center;
    text-transform: capitalize;
}

.add-user:hover {
    color: #FFFFFF;
    background-color: #d8342e;
}


.dataTables_wrapper .dataTables_info {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
    color: #202224;
}

.c-supplier .paginate_button {
    background-color: #FAFBFD;
    border: 0.6px solid #D5D5D5;
    color: #202224;
    margin: 0;

}

.card .card-header {
    min-height: unset;
}

.c-supplier .paginate_button.disabled {
    opacity: 0.6;
}

.c-form-control {
    font-size: 15px;
    font-weight: 400;
    border-radius: 4px;
    line-height: 16px;
    letter-spacing: 0em;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.87);
    padding-top: 0;
    padding-bottom: 0;
    height: 44px;
}

.c-form-control-1 {
    height: 36px;
}

.c-form-control::placeholder {
    color: rgba(0, 0, 0, 0.38);
}

/* .c-form-control:valid {
    background-color: rgba(247, 247, 250, 1);
} */

.c-lebel {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    color: rgba(33, 33, 33, 1);
}

.c-search-name {
    border-radius: 0px;
    height: 44px;
    border: 1px solid rgba(213, 213, 213, 1);
    background-color: transparent !important;
    color: rgba(32, 34, 36, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0px;
}

.reset-filter {
    color: rgba(216, 52, 46, 0.5);
}

.reset-filter:hover,
.reset-filter.active {
    color: rgba(216, 52, 46, 1);
}

.reset-filter:hover svg g,
.reset-filter.active svg g {
    opacity: 1;
}

.order-status-menu-sub {
    padding: 24px;
    padding-right: 33px;
    text-align: center;
    color: rgba(32, 34, 36, 1);
    font-size: 14px;
    font-weight: 700;
    width: 205px;
    box-shadow: 0px 13px 61px 0px rgba(169, 169, 169, 0.37);
    border-radius: 0px;
    background-color: #fff;
}

.order-status-menu-sub span {
    line-height: 28px;
    padding: 4px 0;
    font-weight: 600;
    border: 0.6px solid rgba(151, 151, 151, 1);
    cursor: pointer;
    margin-top: 16px;
}

.order-status-menu-sub span:hover,
.order-status-menu-sub span.active {
    background-color: rgba(216, 52, 46, 1);
    border-color: rgba(216, 52, 46, 1);
    color: rgba(250, 250, 250, 1);
}

@media (max-width:992px) {
    .btn-filter-group {
        border: none;
        background-color: transparent;
    }

    .order-status-menu-sub {
        width: 250px;
    }

    .btn-filter:active,
    .btn-filter:hover,
    .btn-filter {
        padding: 9px 25px;
        border: 0.6px solid #D5D5D5;
        line-height: 25px;
        flex: 1;
    }
}

@media (max-width:578px) {

    .btn-filter:active,
    .btn-filter:hover,
    .btn-filter {
        padding: 10px;
        flex: 1;
    }

    .order-status-menu-sub {
        width: calc(100% - 50px);
    }
}

.c-toolbar {

    .breadcrumb a,
    .breadcrumb li {
        color: rgba(0, 0, 0, 0.86) !important;
    }
}

@media (min-width:992px) {
    .c-toolbar .breadcrumb li:first-child {
        margin-right: 35px;
    }
}

.invoice-label {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    color: rgba(0, 0, 0, 0.87);
}

.invoice-date-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 40px;
    gap: 12px;
    background: rgba(231, 60, 51, 0.1);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(231, 60, 51, 1);
}

.invoice-textarea,
.invoice-select {
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    max-width: 328px;
    width: 100%;
}

.invoice-textarea {
    max-width: 100%;
    height: 100px;
    resize: none;
    width: 100%;
}

.invoice-table input.invoice-select {
    max-width: 228px;
}

.c-btn-add2.btn,
.c-btn-add.btn {
    color: rgba(216, 52, 46, 1);
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    width: 174px;
    height: 45px;
    border-radius: 0;
}

.c-btn {
    width: 160px;
    height: 45px;
    border-radius: 0;

    @media (max-width:768px) {
        width: 50%;
        margin: 0 !important;
    }
}

.btn-light.c-btn {
    color: rgba(216, 52, 46, 1);
}

.invoice-table {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.54);
}

.invoice-table th {
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.02);
    padding: 1.25rem;
    color: #000;

}

.invoice-table td {
    font-weight: 500;
    padding: 1.25rem;
}

.invoice-table thead tr th:first-child {
    width: 50px;
}

.invoice-table.table tfoot tr td:first-child,
.invoice-table.table tbody tr td:first-child,
.invoice-table.table thead tr th:first-child {
    padding-left: 2.25rem;
}

.invoice-table.table tfoot tr td:last-child,
.invoice-table.table tbody tr td:last-child,
.invoice-table.table thead tr th:last-child {
    padding-right: 2.25rem;
}

.invoice-table .form-check-input {
    border: 1.15px solid rgba(204, 204, 204, 1);
    height: 18px;
    width: 18px;
    border-radius: 3px;
}

.invoice-select.flatpickr-input {
    background-image: url(../media/db/action-buttons.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.bg-wildSand {
    background-color: #f7f7f7;
}

.c-update-btn {
    height: 48px;
    width: 131px;
    border-radius: 0;
    background-color: rgba(216, 52, 46, 1) !important;
    color: #fff !important;
}

.profile-form .form-control {
    border: 1px solid rgba(197, 206, 214, 1);
    height: 44px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: #000;
}

.invoice-textarea {
    border: 1px solid rgba(197, 206, 214, 1);
    border-radius: 3px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: #000;
    padding: 15px;
}

.profile-form .row .col-sm-8,
.profile-form .row .col-sm-4 {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
}

.c-toolbar {
    .breadcrumb {
        li {
            font-size: 14px;
            font-weight: 400;
            line-height: 16px;
            letter-spacing: 0em;
            padding-right: 1px;
            color: rgba(0, 0, 0, 0.87) !important;

            &:not(:last-child),
            &:not(:last-child) a {
                color: rgba(0, 0, 0, 0.54) !important;
            }
        }
    }

    .c_total_balance {
        background: rgba(247, 247, 250, 1);
        width: 321px;
        height: 44px;
        padding: 12px 40px;

        span {
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0em;
            text-align: center;
            color: rgba(0, 0, 0, 0.54);
        }

        @media (max-width:1200px) {
            width: auto;
        }
    }

    .c_submit_btn {
        padding: 10px 40px;
        border-radius: 4px;
        margin-left: 15px;
        color: #b02b2b;
        border: 1px solid rgba(216, 52, 46, 1);
        background-color: #fff;

        &:hover {
            color: #fff;
            background-color: #b02b2b;
        }
    }
}

.open-queried-box {
    .list_datatable.table {

        .invoice-select,
        .invoice-textarea {
            background-color:
                rgba(0, 0, 0, 0.05);
        }

        thead {
            tr {
                th {
                    padding-top: 16px;
                    padding-bottom: 16px;
                    font-size: 14px;
                    font-weight: 700;
                    line-height: 20px;
                    letter-spacing: 0em;


                }
            }
        }
    }
}

.notes-history {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    margin: 40px 0;
}

.c-datatable-search {
    outline: none;
}

.login-img {
    height: calc(984px + 40px);
    max-width: 50%;
    width: calc(784px + 40px);
    max-height: 100vh;

    img {
        height: 100%;
        width: 100%;
    }
}

.login-input {
    border: 1.6px solid rgba(30, 30, 30, 0.12) !important;
    background: rgba(255, 255, 255, 1) !important;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0 !important;
    line-height: 18px;
    height: 50px;
    letter-spacing: 0.01em;
    color: rgba(30, 30, 30, 0.7) !important;

    &::placeholder {
        color: rgba(210, 210, 210, 1) !important;
    }
}

.login-input:valid+span svg g {
    opacity: 0.7;
}

.log-in {
    color: rgba(255, 255, 255, 0.75) !important;
    ;
}

.c-err .login-input {
    border: 1.6px solid rgba(192, 85, 85, 1) !important;
}

.c-login-input .c-err-icon {
    display: none;
}

.c-login-input.c-err .c-err-icon {
    display: block;
}

.login-image p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: center;
    color: rgba(176, 43, 43, 1);
}

.sign_in-list {
    ul {
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        max-width: 370px;
        width: 100%;
        gap: 25px 45px;

        li {
            color: rgba(30, 30, 30, 0.9);
            font-size: 14px;
            font-weight: 500;
            line-height: 18px;
            letter-spacing: 0.01em;
            display: flex;
            width: 160px;
            gap: 10px;

            img {
                width: 18px;
            }
        }
    }
}

.card-box {
    box-shadow: 6px 6px 54px 0px rgba(0, 0, 0, 0.05);
    padding: 15px;
    color: rgba(96, 96, 96, 0.8);
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0px;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;

    .head {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .body {
        @media (max-width:767px) {
            width: 100%;
            padding-top: 10px;
        }

        p {
            margin: 0;
            padding: 4px 0;
        }

        h1 {
            color: rgba(32, 34, 36, 1);
            margin: 25px 0;
            font-size: 28px;
            font-weight: 600;
            line-height: 35px;
            letter-spacing: 1px;

            @media (max-width:767px) {
                margin: 10px 0;
            }
        }

        strong {
            margin-top: auto;
            padding: 4px 13px;
            background: rgba(217, 217, 217, 0.3);
            display: inline-block;
        }
    }
}

.app-main {
    background-color: #fff;
}

.card-header-h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0px;
    color: rgba(32, 34, 36, 1);
}


/* image upload */
.image-upload {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.image-upload input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.upload-field {
    display: block;
}

.upload-field .file-thumbnail {
    cursor: pointer;
    border: 1px dashed #000000;
    text-align: center;
    padding: 20px;
}

.upload-field .file-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.upload-field .file-thumbnail .img {
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
}

.upload-field .file-thumbnail h3 {
    font-size: 15px;
    color: #314351;
    font-weight: 400;
    margin-top: 6px;
    margin-bottom: 4px;
}

.upload-field .file-thumbnail p {
    font-size: 13px;
    color: #93A1B0;
    font-weight: 400;
}

.upload-field .file-thumbnail p {
    font-size: 12px;
    color: #9ABCD1;
    margin-bottom: 0;
}

@media (min-width:1200px) {
    .mo_more-bg {
        background-color: transparent !important;
        box-shadow: none !important;
    }
}

@media (max-width:1200px) {

    /* .t-responsive-invoice-mo.t-responsive .table {
        thead {
            display: none;
        }

        tbody {
            tr {
                display: flex;
                flex-wrap: wrap;
                border: 0.4px solid #979797 !important;
                margin-bottom: 10px;
                padding: 15px !important;
                align-items: center;

                td {
                    border: none !important;
                    flex: 1;
                    padding: 5px 0 !important;

                    &:nth-child(1) {
                        order: 1;
                        flex: 0 0 auto;
                    }

                    &:nth-child(2) {
                        order: 4;
                        flex: 1 1 auto;
                        font-weight: bolder;
                        width: calc(100% - 150px);
                    }

                    &:nth-child(3) {
                        order: 6;
                        font-weight: bolder;
                        flex: 1 1 auto;
                        width: calc(100% - 150px);
                    }

                    &:nth-child(4) {
                        order: 2;
                        flex: 1 1 auto;
                        margin-left: 20px;
                        position: relative;

                        &::before {
                            content: '';
                            width: 2px;
                            height: 2px;
                            display: block;
                            background-color: #000;
                            position: absolute;
                            left: -10px;
                            top: 0;
                            margin: auto;
                            bottom: 0;
                        }

                        @media (max-width:400px) {
                            margin-left: 15px;

                            &::before {
                                left: -8px;
                            }
                        }
                    }

                    &:nth-child(5) {
                        order: 5;
                        flex: 0 0 auto;
                        font-weight: bolder;
                    }

                    &:nth-child(6) {
                        order: 3;
                        flex: 0 0 auto;
                    }

                    &:nth-child(7) {
                        order: 7;
                        flex: 0 0 auto;
                        position: relative;
                    }
                }
            }
        }


    }

    .t-responsive-invoice-mo-db.table-responsive .table {
        thead {
            display: none;
        }

        tbody {
            tr {
                display: flex;
                flex-wrap: wrap;
                border: 0.4px solid #979797 !important;
                margin-bottom: 10px;
                padding: 15px !important;
                align-items: center;

                td {
                    border: none !important;
                    flex: 1;
                    padding: 5px 0 !important;

                    &:nth-child(1) {
                        order: 1;
                        flex: 0 0 auto;
                    }

                    &:nth-child(2) {
                        order: 4;
                        flex: 0 0 auto;
                        width: 100px;
                        font-weight: bolder;
                    }

                    &:nth-child(3) {
                        order: 2;
                        flex: 1 1 auto;
                        width: calc(100% - 200px);
                        margin-left: 20px;
                        position: relative;

                        &::before {
                            content: '';
                            width: 2px;
                            height: 2px;
                            display: block;
                            background-color: #000;
                            position: absolute;
                            left: -10px;
                            top: 0;
                            margin: auto;
                            bottom: 0;
                        }

                        @media (max-width:400px) {
                            margin-left: 15px;

                            &::before {
                                left: -9px;
                            }
                        }
                    }

                    &:nth-child(4) {
                        order: 5;
                        flex: 1 1 auto;
                        font-weight: bolder;
                        width: calc(100% - 220px);
                        margin: 0 20px;
                    }

                    &:nth-child(5) {
                        order: 3;
                        flex: 0 0 auto;
                    }

                    &:nth-child(6) {
                        order: 6;
                        flex: 0 0 auto;
                        width: 80px;
                    }

                }
            }
        }

    }

    .t-responsive-invoice-mo-py.table-responsive .table {
        thead {
            display: none;
        }

        tbody {
            tr {
                display: flex;
                flex-wrap: wrap;
                border: 0.4px solid #979797 !important;
                margin-bottom: 10px;
                padding: 15px !important;
                align-items: center;

                td {
                    border: none !important;
                    flex: 1;
                    padding: 5px 0 !important;

                    &:nth-child(1) {
                        order: 1;
                        flex: 1 1 auto;
                    }

                    &:nth-child(2) {
                        order: 4;
                        flex: 1 1 auto;
                        width: calc(100% - 100px);
                        font-weight: bolder;
                    }

                    &:nth-child(3) {
                        order: 5;
                        flex: 1 1 auto;
                        text-align: right;
                        margin-left: 20px;
                        position: relative;

                    }

                    &:nth-child(4) {
                        order: 3;
                        flex: 0 0 auto;
                        font-weight: bolder;
                    }

                    &:nth-child(5) {
                        order: 6;
                        flex: 0 0 auto;
                    }

                    &:nth-child(6) {
                        order: 2;
                        flex: 0 0 auto;
                        padding-right: 10px !important;
                    }

                }
            }
        }
    } */

    .t-responsive-invoice-mo.t-responsive .table {
        thead {
            display: none;
        }

        tbody {
            tr {
                display: flex;
                flex-wrap: wrap;
                border: 0.4px solid #979797 !important;
                margin-bottom: 10px;
                padding: 15px !important;
                align-items: center;

                td {
                    border: none !important;
                    flex: 1;
                    padding: 5px 0 !important;

                    &:nth-child(1) {
                        order: 1;
                        flex: 0 0 auto;
                    }

                    &:nth-child(2) {
                        order: 5;
                        flex: 1 1 auto;
                        font-weight: bolder;
                        width: calc(100% - 100px);
                    }

                    &:nth-child(3) {
                        order: 7;
                        font-weight: bolder;
                        flex: 1 1 auto;
                        width: 100%;
                    }

                    &:nth-child(4) {
                        order: 2;
                        flex: 1 1 auto;
                        margin-left: 20px;
                        position: relative;

                        &::before {
                            content: '';
                            width: 2px;
                            height: 2px;
                            display: block;
                            background-color: #000;
                            position: absolute;
                            left: -10px;
                            top: 0;
                            margin: auto;
                            bottom: 0;
                        }

                        @media (max-width:400px) {
                            margin-left: 15px;

                            &::before {
                                left: -8px;
                            }
                        }
                    }

                    &:nth-child(5) {
                        order: 6;
                        flex: 0 0 auto;
                        font-weight: bolder;
                    }

                    &:nth-child(6) {
                        order: 3;
                        flex: 0 0 auto;
                    }

                    &:nth-child(7) {
                        order: 4;
                        flex: 0 0 auto;
                        position: relative;
                    }
                }
            }
        }


    }

    .t-responsive-invoice-mo-db.table-responsive .table {
        thead {
            display: none;
        }

        tbody {
            tr {
                display: flex;
                flex-wrap: wrap;
                border: 0.4px solid #979797 !important;
                margin-bottom: 10px;
                padding: 15px !important;
                align-items: center;

                td {
                    border: none !important;
                    flex: 1;
                    padding: 5px 0 !important;

                    &:nth-child(1) {
                        order: 1;
                        flex: 0 0 auto;
                    }

                    &:nth-child(2) {
                        order: 5;
                        flex: 1 1 auto;
                        width: calc(100% - 100px);
                        font-weight: bolder;
                    }

                    &:nth-child(3) {
                        order: 2;
                        flex: 1 1 auto;
                        margin-left: 20px;
                        position: relative;

                        &::before {
                            content: '';
                            width: 2px;
                            height: 2px;
                            display: block;
                            background-color: #000;
                            position: absolute;
                            left: -10px;
                            top: 0;
                            margin: auto;
                            bottom: 0;
                        }

                        @media (max-width:400px) {
                            margin-left: 15px;

                            &::before {
                                left: -9px;
                            }
                        }
                    }

                    &:nth-child(4) {
                        order: 6;
                        font-weight: bolder;
                    }

                    &:nth-child(5) {
                        order: 3;
                        flex: 0 0 auto;
                    }

                    &:nth-child(6) {
                        order: 4;
                        flex: 0 0 auto;
                    }

                }
            }
        }

    }

    .t-responsive-invoice-mo-py.table-responsive .table {
        thead {
            display: none;
        }

        tbody {
            tr {
                display: flex;
                flex-wrap: wrap;
                border: 0.4px solid #979797 !important;
                margin-bottom: 10px;
                padding: 15px !important;
                align-items: center;

                td {
                    border: none !important;
                    flex: 1;
                    padding: 5px 0 !important;

                    &:nth-child(1) {
                        order: 1;
                        flex: 1 1 auto;
                    }

                    &:nth-child(2) {
                        order: 4;
                        flex: 1 1 auto;
                        width: calc(100% - 100px);
                        font-weight: bolder;
                    }

                    &:nth-child(3) {
                        order: 5;
                        flex: 1 1 auto;
                        text-align: right;
                        margin-left: 20px;
                        position: relative;

                    }

                    &:nth-child(4) {
                        order: 3;
                        flex: 0 0 auto;
                        font-weight: bolder;
                    }

                    &:nth-child(5) {
                        order: 6;
                        flex: 0 0 auto;
                    }

                    &:nth-child(6) {
                        order: 2;
                        flex: 0 0 auto;
                        padding-right: 10px !important;
                    }

                }
            }
        }
    }

    .mo_more-button {
        border: none;
        background-color: transparent;
        margin-left: 10px;
    }

    .mo_more-bg {
        width: 200px;
        background-color: transparent;
        box-shadow: none;
    }

    .mo_more {
        box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
        background: rgba(255, 255, 255, 1);
        border-radius: 4px;
        width: 144px;
        display: flex;
        flex-direction: column;
        padding: 15px;
        text-align: left;
        gap: 10px;
        z-index: 2;

        a {
            &::after {
                content: attr(aria-label);
            }
        }
    }
}

.mo_more-button-2 {
    border: none;
    background-color: transparent;
    margin-left: 10px;
}

.mo_more-2 {
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    width: 144px;
    display: flex;
    flex-direction: column;
    padding: 15px;
    text-align: left;
    gap: 10px;
    z-index: 2;

    a {
        color: #000;

        &::after {
            content: attr(aria-label);
        }
    }
}

.c-btn-add-m {
    display: none;
}

.subtotal {
    margin-left: auto;
}

@media (max-width:993px) {
    .app-toolbar.c-app-toolbar.pt-3.app-default-bg-color {
        padding-top: 4px !important;

    }

    .c-head-pre {
        display: flex;
        gap: 10px;
        align-items: center;

        .c-company-logo-image {
            width: 60px;
            height: 60px;
            object-fit: cover;
        }
    }

    .invoice-select-mo {
        width: 100%;
        max-width: 100%;
    }

    .wrapper-mo {
        background-color: #fafafa !important;
        padding: 16px 24px;
        flex-direction: column;
        margin-left: -20px;
        margin-right: -20px;

        a {
            color: initial;
        }

        .wrapper-mo-list {
            border: 0.6px solid rgba(213, 213, 213, 1);
            background-color: #fff;
            width: 100%;

            i {
                display: inline-block;
                width: 3px;
                height: 3px;
                margin: 3px 9px;
                background-color: #000;
                border-radius: 50%;
            }
        }
    }

    .bg-f1 {
        background-color: #fafafa;
    }

    .c-btn-add2.btn.c-btn-add-m,
    .c-btn-add.btn.c-btn-add-m {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
        width: 100%;

    }

    .subtotal {
        background-color: #fafafa !important;
        padding: 16px 24px;
        flex-direction: column;
        margin-left: -20px;
        margin-right: -20px;

        div {
            div {
                background-color: #fff;
                margin: 0 !important;
                padding: 2px 8px !important;

                &:first-child {
                    padding-top: 8px !important;
                }

                &:last-child {
                    padding-bottom: 8px !important;
                }
            }
        }

        .border-bottom {
            border: 0px !important;
        }
    }

    .head-create {
        .col-lg-6 {
            border-bottom: 0.3px solid rgba(151, 151, 151, 1);
            display: flex;
            align-items: center;
            justify-content: space-between;

            .invoice-date-number {
                text-align: right;
                align-items: end;
                justify-content: end;
                padding-right: 0;
                padding-left: 0;
                background-color: transparent;
            }
        }
    }
}

.people-icon {
    width: 24px;
    height: 24px;
}

.m-add-user {
    width: 44px;
    display: flex;
    align-items: center;
    font-size: 28px;
}

@media (max-width:767px) {
    .pag-mo>div .table-responsive .row .col-sm-12 {
        width: 50% !important;
        flex: 1 1 50% !important;

        &:first-child {
            justify-content: start !important;
        }

        &:last-child {
            justify-content: end !important;
        }
    }
}

@media (max-width:576px) {
    .card .card-body {
        padding: 1.5rem;
    }

    .card .card-header {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .modal_add_property-btn {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;

        .c-btn {
            width: 100%;
        }
    }
}

.add-foot {
    border: 1px solid #d8342e;
    padding: 15px;
    margin-top: -35px;
    background-color: #d8342e;
    border-radius: 50%;

}

@media (max-width:993px) {
    .border-total {
        border: 0.6px solid rgba(213, 213, 213, 1);
    }
}

.foot-menu.active {
    color: #d8342e !important;
}

.table thead tr th {
    width: unset !important;
}

.c-animation {


    /* animation-name: start;
    animation-duration: var(--duration); */
    transition: all 0.5s ease-in-out;
}

.c-animation:hover {
    box-shadow: 0px 1px 6px 0px #00000033;
    scale: 1.1;
}

@keyframes start {
    from {
        transform: translateY(50%);
    }
}

.c-supplier .table tbody tr td {
    transition: all 0.3s ease-in-out;
}

@media (min-width:993px) {
    .c-supplier .table tbody tr:hover td {
        background-color: #f1f2f3;
    }
}

.action-icon .menu-sub-dropdown {
    z-index: 0;
}