* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    outline: 0;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

body {
    overflow-x: hidden !important;
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
    font-family: "Urbanist", sans-serif;
    background-color: #fafbfd;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-weight: 500;
}

p {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #495057;
}


ul {
    margin: 0;
    padding: 0;
}



/* colors  */
.main-color {
    color: #dca708;
}

.color-2 {
    color: #1e1b57;
}

.color-3 {
    color: #cbcbcb;
}

.color-4 {
    color: #e9e8e8;
}

.main-btn {
    border-radius: 6px;
    border: none;
    padding: 7px 15px;
    font-size: 15px;
    background-color: #25a244;
    color: #fff;
}

.main-btn:hover {
    background-color: #178533;
    color: #fff;
}




/* form  */
form .form-group {
    margin-bottom: 20px;
}

form label {
    font-weight: 500;
    font-size: 14px;
    display: flex;
    gap: 4px;
}

form input,
form select,
form textarea {
    border-color: #e9e9e9 !important;
    background-color: #f8fafb !important;
    font-size: 14px;
}

form input:focus,
form select:focus,
form textarea:focus {
    box-shadow: none !important;
}


.form-control:focus,
.form-select:focus {
    border-color: #dee2e6;
    outline: 0;
    box-shadow: none;
}

.filters input,
.filters select {
    width: 100%;
}

.filters .form-btns {
    margin-top: 20px;
}

.head input,
.head select {
    width: 100%;
}



/* table  */
table {
    font-size: 15px;
}

table thead th {
    color: #999999 !important;
}

table tr td {
    border-color: #cccccc !important;
    vertical-align: middle;
}

table .status-box select {
    border-radius: 20px;
}

table .action-box {
    text-align: end !important;
    padding-right: 33px !important;
}

table .action-box a {
    margin-left: 10px;
}

table .action-box a:first-child {
    margin: 0px;
}

table .action-box .fa-edit,
table .action-box .fa-eye {
    color: #25a244;
}



table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: unset;
}







/* 000000000000000000 main header 000000000000000000  */
.main-header {
    background-color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
}

.main-header .main {
    padding: 15px;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #E6EAED;
}

.main-header .main .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}


.main-header .main .order-filter ul {
    gap: 20px;
    font-size: 14px;
    border: 1px solid transparent;
}

.main-header .main .order-filter ul button {
    padding: 5px 15px;
    border-radius: 20px;
    color: #000000;
}

.main-header .main .order-filter ul button.active {
    background-color: #f7f7f7;
    color: #25a244;
    border: 1px solid #25a244;
}


/* user  */
.main-header .main .user {
    font-size: 14px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.main-header .main .user .sidebar-toggle {
    font-size: 17px;
}

.main-header .main .user .dropdown-menu .user-details {
    background-color: #f9fafb;
    border-radius: 6px;
    margin: 5px;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.main-header .main .user button img {
    border-radius: 5px;
}

.main-header .main .user .dropdown-menu {
    width: 200px;
}

.main-header .main .user .dropdown-menu img {
    border-radius: 50px;
}

.main-header .main .user .dropdown-menu .user-details .details {
    font-size: 13px;
}

.main-header .main .user .dropdown-menu .user-details .details .post {
    color: #646b72;
}

.main-header .main .user .dropdown-menu a {
    font-size: 13px;
}

.main-header .main .user .dropdown-menu a.logout {
    color: #FF0000;
}

.main-header .main .user .dropdown-menu a.logout .fa-sign-out {
    margin-right: 5px;
}

.main-header .sidebar-toggle,
.main-header .cart {
    display: none;
}





/* 000000000000000000 data table 000000000000000000  */
.dt-length select {
    margin-right: 10px !important;
}

.dt-length label {
    font-size: 14px;
}

.dt-search label {
    font-size: 14px;
    margin-right: 10px;
}

div#DataTables_Table_0_info {
    font-size: 14px;
}





/* 000000000000000000 wrapper 000000000000000000  */
.wrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    background-color: #f7f7f7;
}










/* 000000000000000000 content 000000000000000000  */
.content {
    position: relative;
    padding-bottom: 0px;
    transition: all .2s ease-in-out;
    height: 100lvh;
    width: calc(100% - 180px);
    margin-left: 180px;
}

.content.full-w {
    width: 100%;
}

.content.clicked {
    margin-left: 0px;
}



/* 000000000000000000 login page 000000000000000000  */
.login-wrapper {
    height: 100vh;
    width: 100%;
    position: relative;
    background-image: url(../img/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.login-wrapper::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #00000028;
    opacity: .4;
}


.login-wrapper .form {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    width: 60%;
    height: 100%;
    background-color: #ffffffcc;
    backdrop-filter: blur(17px);
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.login-wrapper .head {
    margin-bottom: 30px;
    font-weight: 300;
    text-align: center;
    color: #212529;
}


.login-wrapper .head img {
    width: 180px;
    margin-bottom: 30px;
}

.login-wrapper .head h3 {
    font-weight: 330;
}

.login-wrapper form {
    width: 400px;
    margin: auto;
}

@media (max-width:767px) {
    .login-wrapper form {
        width: 100%;
        margin: auto;
    }

}

.login-wrapper input {
    background: transparent;
    border: none;
    height: 50px;
    color: #212529 !important;
    border-bottom: 1px solid #212529;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0px;
    padding-left: 20px;
    padding-right: 20px;
    transition: 0.3s;
    margin-bottom: 20px;
}

.login-wrapper input:hover,
.login-wrapper input:focus {
    background: rgba(255, 255, 255, 0.167);
    outline: none;
    box-shadow: none;
}

.login-wrapper input:focus {
    box-shadow: 0px 4px 15px 0px rgba(81, 81, 81, 0.23) !important;
}

.login-wrapper input::placeholder {
    color: #212529;
}


.login-wrapper .sbmt-btn {
    background-color: #25a244;
    color: #fff;
    border-radius: 6px;
    display: block;
    padding: 12px 0px;
    width: 100%;
    text-align: center;
    transition: .3s;
}

.login-wrapper .sbmt-btn:hover {
    opacity: .9;
    background-color: #212529;
    color: #fff;
}

.login-wrapper label {
    color: #fff;
    font-weight: 400;
}

.login-wrapper label input {
    margin-bottom: 0px;
}

/* checkbox */
.login-wrapper .checkbox-wrap {
    display: block;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 13px;
    user-select: none;
    text-align: center;
    color: #212529;
}

.login-wrapper .checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.login-wrapper .checkmark {
    position: absolute;
    top: -1px;
    left: 165px;
}

.login-wrapper .checkmark:after {
    content: "\f0c8";
    font-family: "FontAwesome";
    position: absolute;
    color: #212529;
    font-size: 16px;
    margin-top: -1.5px;
    transition: 0.3s;
}

.login-wrapper .checkbox-wrap input:checked~.checkmark:after {
    display: block;
    content: "\f14a";
    font-family: "FontAwesome";
    color: rgba(0, 0, 0, 0.2);
}


.login-wrapper .checkbox-primary input:checked~.checkmark:after {
    color: #212529;
}


.login-wrapper .developed {
    text-align: center;
    margin-top: 20px;
    color: #212529;
}





/* 000000000000000000 all items 000000000000000000  */
.wrapper .sidebar {
    width: 180px;
    background-color: #fff;
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    z-index: 10;
    transition: .2s;
}

.wrapper .sidebar .logo {
    text-align: center;
    border-bottom: 1px solid #E6EAED;
    border-right: 1px solid #E6EAED;
    height: 60px;
}

.wrapper .sidebar .logo img {
    width: 60px;
}

.wrapper .sidebar>ul {
    border-right: 1px solid #E6EAED;
    height: calc(100vh - 60px);
    overflow: hidden;
    overflow-y: scroll;
    padding: 20px 0px;
}

.wrapper .sidebar ul::-webkit-scrollbar {
    display: none;
}


.wrapper .sidebar ul li a {
    padding: 15px;
    font-size: 13px;
    font-weight: 500;
    color: #6a6a6a;
    display: block;
}

.wrapper .sidebar ul li a.active {
    font-weight: 600;
    color: #25a244;
}


/* dropdown li  */
.wrapper .sidebar ul li.dropdown ul {
    border-radius: 10px;
    position: relative;
    margin: 10px;
    display: none;
}

.wrapper .sidebar ul li.dropdown ul li {
    padding: 0px;
}

.wrapper .sidebar ul li.dropdown ul li a {
    padding: 6px 12px;
    font-size: 13px;
    position: relative;
    background-color: #e2f9e8;
    color: #42474d;
    border-radius: 10px;
    margin-left: 10px;
}

.wrapper .sidebar ul li.dropdown ul li a {
    margin-bottom: 5px;
}

.wrapper .sidebar ul li.dropdown ul li:last-child a {
    margin-bottom: 0px;
}

.wrapper .sidebar ul li.dropdown ul li a::after {
    position: absolute;
    content: '';
    height: 140%;
    width: 1px;
    background-color: #919191;
    border-radius: 20px;
    left: -9px;
    top: 0%;
}

.wrapper .sidebar ul li.dropdown ul li:last-child a::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #919191;
    border-radius: 20px;
    left: -9px;
    top: 0%;
}

.wrapper .sidebar ul li.dropdown ul li a.active {
    color: #fff;
    background-color: #25a244;
}

.wrapper .sidebar ul li a>span {
    float: right;
    font-size: 13px;
    transition: .3s;
    margin-top: 2px;
}

.wrapper .sidebar ul li a>span>i {
    margin-right: 0px;
    transition: .15s ease all;
}




















.wrapper .content-inner {
    display: flex;
    height: calc(100vh - 60px);
}

/* .content */
.wrapper .product-panel {
    width: 55%;
}

.wrapper .panel-header {
    padding: 13px;
    height: 60px;
}


/* tabs  */
.wrapper .panel-header .nav-tabs {
    border: none;
    gap: 12px;
    justify-content: center;
}

.wrapper .panel-header .nav-tabs .nav-link {
    border-radius: 20px;
    border: none;
    padding: 7px 15px;
    font-size: 15px;
    background-color: #fff;
    color: #000000;
}

.wrapper .panel-header .nav-tabs .nav-link.active {
    background-color: #25a244;
    color: #fff;
}





/* products  */
.wrapper .products {
    padding: 15px;
    height: calc(100% - 60px);
}

/* .wrapper .products .tab-pane>.row {
    height: calc(100vh - 195px);
    overflow: hidden;
    overflow-y: scroll;
} */

.wrapper .products .tab-pane>.row>.col-md-3 {
    margin-bottom: 30px;
}

.wrapper .products .tab-content {
    height: calc(100vh - 200px);
    overflow: hidden;
    overflow-y: scroll;
}

.wrapper .products .tab-content::-webkit-scrollbar {
    display: none;
}


.wrapper .products .single-product {
    border: 1px solid #dadada;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    background-color: #fff;
    height: 100%;
}


.wrapper .products .single-product .image {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 14px;
}

.wrapper .products .single-product .image img {
    width: 60px;
}

.wrapper .products .single-product .icon {
    height: 60px;
    width: 60px;
    margin: auto;
    margin-bottom: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper .products .single-product .icon i {
    font-size: 25px;
}

.wrapper .products .single-product .name {
    font-size: 13px;
}


.wrapper .products .single-product.add-image-btn button {
    background-color: transparent;
    cursor: pointer;
}

.wrapper .products .single-product.add-image-btn input {
    cursor: pointer;
    font-size: 90px;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
}


.wrapper .products .single-product.add-image {
    position: relative;
}

.wrapper .products .single-product.add-image img {
    aspect-ratio: 1/1;
}

.wrapper .products .single-product.add-image a {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 13px;
    background-color: #FF0000;
    border-radius: 4px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15px;
    width: 15px;
}




















/* 000000000000000000 item-panel 000000000000000000  */
.item-panel {
    min-width: 45% !important;
    background-color: #fff;

    position: relative;
    height: calc(100vh - 60px);
    right: 1px;
    transition: .2s;
}




.item-panel .item-header {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 0px 10px;
    border-bottom: 1px solid #cccccc;
}


.item-panel .item-header .order-no-date p {
    font-size: 14px;
}

.item-panel .item-header .order-no-date p span {
    font-weight: 600;
}

.item-panel .item-header .customer-details {
    display: flex;
    gap: 10px;
}

.item-panel .item-header .search-customer {
    position: relative;
}

.item-panel .item-header .search-customer select {
    padding-left: 30px !important;
}

.item-panel .item-header .search-customer span#select2-select-customer-container {
    padding-left: 30px;
}

.select2-container--default .select2-selection--single {
    height: 37px;
    border: 1px solid #25a244;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}







.item-panel .item-header .search-customer i {
    color: #25a244;
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 10;
    transform: translateY(-50%);
}

.item-panel .item-header .add-btn a {
    box-shadow: 0px 0px 3px #25a2449e;
    color: #fff;
    background-color: #25a244;
    height: 37px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}






.item-panel .items {
    border: 1px solid #cccccc;
    border-radius: 10px;
    margin: 15px;
    overflow: hidden;
}


.item-panel .items .head li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    background-color: #e9ecef;
}

.item-panel .items .head li>div.name {
    width: 35%;
}

.item-panel .items .head li>div.price {
    width: 35%;
}

.item-panel .items .head li>div.qty {
    width: 30%;
}

.item-panel .items .head li>div.options {
    width: 10%;
}





.item-panel .items .lower>ul {
    height: calc(100vh - 430px);
    overflow: scroll;
}

.item-panel.create-order .items .lower>ul {
    height: calc(100vh - 500px);
    overflow: scroll;
}

.item-panel .items .lower>ul::-webkit-scrollbar {
    width: 0 !important;
    display: none;
}

.item-panel .items .lower>ul>li {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px dashed #cccccc;
    padding: 5px 10px;
    color: #6a6a6a;
    font-size: 14px;
}

.item-panel .items .lower>ul>li>div.name {
    width: 35%;
}

.item-panel .items .lower>ul>li>div.price {
    width: 35%;
}

.item-panel .items .lower>ul>li>div.qty {
    width: 30%;
}

.item-panel .items .lower>ul>li>div.options {
    width: 10%;
}

.item-panel .items .lower>ul>li>div.options i {
    color: #ff8080;
}



/* addon  */
.item-panel .items .lower li .name .addon {
    font-size: 13px;
    font-weight: 500;
    color: #25a244;
    cursor: pointer;
}

.item-panel .items .lower li .name .addon ul {
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
}


/* addon wash  */
.item-panel .items .lower li .name .addon ul li {
    position: relative;
    padding: 0px 4px;
}

.item-panel .items .lower li .name .addon ul li::after {
    position: absolute;
    content: '/';
    top: 0;
    right: -3px;
}

.item-panel .items .lower li .name .addon ul li:last-child:after {
    content: none;
}



/* addon carpet  */
.item-panel .items .lower li .name .addon.carpet ul li {
    position: relative;
    padding: 0px 5px;
    padding-right: 8px;
}

.item-panel .items .lower li .name .addon.carpet ul li::after {
    position: absolute;
    content: 'x';
    top: 0;
    right: -3px;
}

.item-panel .items .lower li .name .addon.carpet ul li:last-child:after {
    content: none;
}







/* qty  */
.item-panel .items .lower li .qty {
    display: flex;
    align-items: center;
    gap: 10px;
}

.item-panel .items .lower li .qty button {
    height: 24px;
    width: 24px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-panel .items .lower li .qty .minus button {
    color: #25a244;
    background-color: #fff;
    border: 2px solid #25a244;
}

.item-panel .items .lower li .qty .plus button {
    background-color: #25a244;
    color: #fff;
}

.item-panel .items .lower li .options {
    margin-right: 10px;
}



/* total box  */
.item-panel .total-box {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

/* express adjust  */
.item-panel .total-box .express-adjust {
    border: 1px solid #cccccc;
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 10px;
}



.item-panel .total-box .adjust {
    margin-top: 4px;
}

.item-panel .total-box .express-adjust>div>label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* lll  */
.item-panel .total-box .express-adjust input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    display: none;
}

label.toggle-label {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 20px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

label.toggle-label:after {
    content: '';
    position: absolute;
    top: 2.4px;
    left: 2px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 30px;
    transition: 0.3s;
}

input:checked+label.toggle-label {
    background: #25a244;
}

input:checked+label.toggle-label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

label.toggle-label:active:after {
    width: 20px;
}

/* lll  */




.item-panel .total-box .lower {
    padding: 15px;
}

.item-panel .total-box .single-amt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-panel .total-box .main-total {
    background-color: #25a244;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px 7px;
    border-radius: 5px;
}

.item-panel .total-box .main-total p {
    color: #fff;
    font-weight: 600;
}

.item-panel .total-box .main-total span {
    color: #fff;
    font-size: 20px;
}


.item-panel .total-box .remark {
    margin-bottom: 10px;
    border-bottom: 1px dashed #cccccc;
}

.item-panel .total-box .remark input {
    border: 1px solid #25a244;
    box-shadow: 0px 0px 3px #25a2449e;
    padding: 10px 20px;
}

.item-panel .total-box .remark input::placeholder {
    color: #6a6a6a;
}




.item-panel .total-box .total-btns>div {
    display: flex;
    gap: 10px;
    align-items: end;
}

.item-panel .total-box .total-btns .top {
    margin-bottom: 10px;
}

.item-panel .total-box .total-btns .low {
    justify-content: end;
}

.item-panel .total-box .total-btns a {
    padding: 7px 20px;
    display: block;
    width: calc(100% / 2 - 5px);
    text-align: center;
    border-radius: 6px;
    background-color: #25a244 !important;
    color: #fff !important;
    box-shadow: 0px 0px 3px #25a2449e;
    margin-top: 3px;
}

.item-panel.create-order .total-box .total-btns a {
    padding: 7px 20px;
    display: block;
    width: calc(100% - 45px);
    text-align: center;
    border-radius: 6px;
    background-color: #25a244 !important;
    color: #fff !important;
    box-shadow: 0px 0px 3px #25a2449e;
    margin-top: 3px;
}



.item-panel .total-box .total-btns .d-type,
.item-panel .total-box .total-btns .del-date {
    width: 100%;
}

.item-panel .total-box .total-btns .d-type label {
    font-size: 12px;
}

.item-panel .total-box .total-btns input,
.item-panel .total-box .total-btns select {
    background-color: #fff !important;
    color: #25a244 !important;
    border: 1px solid #25a244;
    box-shadow: 0px 0px 3px #25a2449e;
}


.item-panel .total-box .total-btns .del-date .today {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.item-panel .total-box .total-btns .del-date .today input {
    margin-right: 5px;
}

.item-panel .total-box .total-btns .del-date label {
    font-size: 12px;
    display: flex;
    align-items: center;
}




/* hide elem  */
.item-panel .hide-elem {
    display: none !important;
}





/* 000000000000000000 page panel 000000000000000000  */
.page-panel {
    padding: 15px;
    height: calc(100vh - 70px);
    overflow: hidden;
    overflow-y: scroll;
}

.page-panel .inner {
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
}


.page-panel .inner .head {
    margin: 10px 0px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-panel .inner .head .head-btns a {
    border-radius: 6px;
    border: none;
    padding: 7px 15px;
    font-size: 15px;
    background-color: #25a244;
    color: #fff;
}

.page-panel .inner .head .head-btns a i {
    margin-right: 4px;
}








/* 000000000000000000 users 000000000000000000  */
.modal .permissions label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

/* 000000000000000000 orders panel 000000000000000000  */
/* overview boxes  */
.orders-panel .overview-box {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 50px;
}

.orders-panel .overview-box .single-box {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.orders-panel .overview-box .single-box.pending {
    /* background-color: #ffdde5; */
    background-image: linear-gradient(to right, #ffd2dd, #fff8f8);
}


.orders-panel .overview-box .single-box.processing {
    /* background-color: #ede4ff; */
    background-image: linear-gradient(to right, #e9deff, #faf8ff);
}

.orders-panel .overview-box .single-box.ready {
    /* background-color: #d9f9ff; */
    background-image: linear-gradient(to right, #ccf7ff, #f1fdff);
}

.orders-panel .overview-box .single-box.deliver {
    /* background-color: #d8ffe5; */
    background-image: linear-gradient(to right, #c5ffd8, #f3fff7);
}



.orders-panel .overview-box .single-box .text .name p {
    font-weight: 500;
    font-size: 14px;
}

.orders-panel .overview-box .single-box .text .number {
    font-weight: 600;
    font-size: 20px;
}




.orders-panel .overview-box .single-box .icon {
    background-color: #e7ffce;
    color: #fff;
    display: flex;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
}

.orders-panel .overview-box .single-box.pending .icon {
    background-color: #fa5a7d;
}

.orders-panel .overview-box .single-box.processing .icon {
    background-color: #8252E9;
}

.orders-panel .overview-box .single-box.ready .icon {
    background-color: #0dcaf0;
}

.orders-panel .overview-box .single-box.deliver .icon {
    background-color: #45B369;
}


.orders-panel .overview-box .single-box .icon i {
    font-size: 30px;
}








/* 000000000000000000 order details 000000000000000000  */
.order-details>div {
    padding: 20px;
}

.order-details .details .number {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-details .details .type.delivery {
    background-color: #c5e9f7;
    color: #1a5774;
    padding: 5px 16px;
    border-radius: 20px;
}

.order-details .details .type.pickup {
    background-color: #ffcfcf;
    color: #94371d;
    padding: 5px 16px;
    border-radius: 20px;
}

.order-details .details {
    background-color: #e2f9e8;
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 18px;
    margin-bottom: 30px;
}

.order-details .details .lower {
    display: flex;
    justify-content: space-between;
}


.order-details .details p {
    margin-bottom: 2px;
}

.order-details .details p span {
    color: #212529 !important;
    font-weight: 600;
    margin-left: 30px;
    float: right;
}

.order-details .order-products table tr th {
    background-color: #f5f6fa;
}

.order-details .order-products table tr.total-tr td {
    background-color: rgb(245, 245, 245) !important;
    font-weight: 700;
}


.order-details .addon {
    font-size: 13px;
    font-weight: 500;
    color: #25a244;
    cursor: pointer;
}

.order-details .addon ul {
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
}


/* addon wash  */
.order-details .addon ul li {
    position: relative;
    padding: 0px 4px;
}

.order-details .addon ul li::after {
    position: absolute;
    content: '/';
    top: 0;
    right: -3px;
}

.order-details .addon ul li:last-child:after {
    content: none;
}



/* addon carpet  */
.order-details .addon.carpet ul li {
    position: relative;
    padding: 0px 5px;
    padding-right: 8px;
}

.order-details .addon.carpet ul li::after {
    position: absolute;
    content: 'x';
    top: 0;
    right: -3px;
}

.order-details .addon.carpet ul li:last-child:after {
    content: none;
}



/* 000000000000000000 invoice details 000000000000000000  */
.invoice-details>div {
    padding: 30px;
}

.invoice-details .number {
    margin-bottom: 20px;
}

.invoice-details .details {
    background-color: #e2f9e8;
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 18px;
    margin-bottom: 30px;
}

.invoice-details .details .lower {
    display: flex;
    justify-content: space-between;
}


.invoice-details .details p {
    margin-bottom: 2px;
}

.invoice-details .details p span {
    color: #212529 !important;
    font-weight: 600;
    display: inline-block;
    margin-left: 30px;
}

.invoice-details .invoice-products table tr.total-tr td {
    background-color: rgb(245, 245, 245) !important;
    font-weight: 700;
}




/* 000000000000000000 products-panel 000000000000000000  */
.products-panel table .services {
    width: 350px !important;
}

.products-panel table .image img {
    width: 70px;
}



/* details  */
.products-panel table .fa-trash {
    background-color: #ffdfdf;
    color: #DC2626;
    border-radius: 50px;
    font-size: 14px;
    padding: 10px;
}

.products-panel table .fa-add {
    background-color: #d4fff1;
    color: #10b981;
    border-radius: 50px;
    font-size: 14px;
    padding: 10px;
}

.products-panel .preview-box {
    position: relative;
    height: 100px;
    width: 100px;
    padding: 10px;
    border: 1px solid rgb(145 158 171 / 30%);
    border-radius: 7px;
    text-align: center;
}

.products-panel .preview-box img {
    width: 90%;
}

.products-panel .preview-box a {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 13px;
    background-color: #FF0000;
    border-radius: 4px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15px;
    width: 15px;
}

.lower-btns button {
    padding: 10px 20px;
    text-align: center;
    border-radius: 6px;
    background-color: #25a244 !important;
    color: #fff !important;
    box-shadow: 0px 0px 3px #25a2449e;
}


/* 000000000000000000 customer-panel 000000000000000000  */
.customer-panel .nav-link {
    color: #212529;
}

.customer-panel .nav-link.active {
    color: #25a244;
    font-weight: 500;
}

.customer-panel .head p.name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.customer-panel .overview-box .single-box .number {
    font-weight: 500;
    font-size: 24px;
}

.customer-panel .customer-credit .top-bar {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
}

.customer-panel .customer-credit .top-bar .credit-total {
    width: 100%;
}

.customer-panel .customer-credit .total_wallet_bal {
    justify-content: space-between;
    display: flex;
    align-items: baseline;
    padding: 10px 15px;
    border-radius: 6px;
    background: #eaeaea;
    font-weight: 600;
}

.customer-panel .customer-credit .total_wallet_bal h6 {
    font-weight: 600;
}

.customer-panel .customer-credit .top-bar a {
    padding: 10px 20px;
    text-align: center;
    white-space: nowrap;
    border-radius: 6px;
    background-color: #25a244 !important;
    color: #fff !important;
    box-shadow: 0px 0px 3px #25a2449e;
}


/* 000000000000000000 overview boxes 000000000000000000  */
.invoice-panel .overview-box {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 50px;
}

.invoice-panel .overview-box .single-box {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.invoice-panel .overview-box .single-box.due {
    /* background-color: #ffdde5; */
    background-image: linear-gradient(to right, #ffd2dd, #fff8f8);
}


.invoice-panel .overview-box .single-box.unpaid {
    /* background-color: #ede4ff; */
    background-image: linear-gradient(to right, #e9deff, #faf8ff);
}

.invoice-panel .overview-box .single-box.total {
    /* background-color: #d9f9ff; */
    background-image: linear-gradient(to right, #ccf7ff, #f1fdff);
}

.invoice-panel .overview-box .single-box.paid {
    /* background-color: #d8ffe5; */
    background-image: linear-gradient(to right, #c5ffd8, #f3fff7);
}



.invoice-panel .overview-box .single-box .text .name p {
    font-weight: 500;
    font-size: 14px;
}

.invoice-panel .overview-box .single-box .text .number {
    font-weight: 600;
    font-size: 20px;
}




.invoice-panel .overview-box .single-box .icon {
    background-color: #e7ffce;
    color: #fff;
    display: flex;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
}

.invoice-panel .overview-box .single-box.due .icon {
    background-color: #fa5a7d;
}

.invoice-panel .overview-box .single-box.unpaid .icon {
    background-color: #8252E9;
}

.invoice-panel .overview-box .single-box.total .icon {
    background-color: #0dcaf0;
}

.invoice-panel .overview-box .single-box.paid .icon {
    background-color: #45B369;
}


.invoice-panel .overview-box .single-box .icon i {
    font-size: 18px;
}




/* 000000000000000000 reports 000000000000000000  */

/* overview boxes  */
.reports-panel .overview-box {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 50px;
}

.reports-panel .overview-box .single-box {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.reports-panel .overview-box .single-box.pending {
    /* background-color: #ffdde5; */
    background-image: linear-gradient(to right, #ffd2dd, #fff8f8);
}


.reports-panel .overview-box .single-box.processing {
    /* background-color: #ede4ff; */
    background-image: linear-gradient(to right, #e9deff, #faf8ff);
}

.reports-panel .overview-box .single-box.ready {
    /* background-color: #d9f9ff; */
    background-image: linear-gradient(to right, #ccf7ff, #f1fdff);
}

.reports-panel .overview-box .single-box.deliver {
    /* background-color: #d8ffe5; */
    background-image: linear-gradient(to right, #c5ffd8, #f3fff7);
}



.reports-panel .overview-box .single-box .text .name p {
    font-weight: 500;
    font-size: 14px;
}

.reports-panel .overview-box .single-box .text .number {
    font-weight: 600;
    font-size: 20px;
}




.reports-panel .overview-box .single-box .icon {
    background-color: #e7ffce;
    color: #fff;
    display: flex;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
}

.reports-panel .overview-box .single-box.pending .icon {
    background-color: #fa5a7d;
}

.reports-panel .overview-box .single-box.processing .icon {
    background-color: #8252E9;
}

.reports-panel .overview-box .single-box.ready .icon {
    background-color: #0dcaf0;
}

.reports-panel .overview-box .single-box.deliver .icon {
    background-color: #45B369;
}


.reports-panel .overview-box .single-box .icon i {
    font-size: 18px;
}



/* charts */
.reports-panel .charts .chart-head {
    display: flex;
    justify-content: space-between;
}











/* 000000000000000000 footer 000000000000000000  */
footer {
    padding: 20px 0px;
    font-size: 14px;
}

footer .inner ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .inner ul li {
    width: 50%;
}

footer .inner ul li .developed {
    text-align: end;
}

footer .inner ul li .developed a {
    color: #61BD00;
}





/* 000000000000000000 modals 000000000000000000  */
.inner.wash-service form {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}


/* payment  */
.payment-modal .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
}

.payment-modal .header .customer-name p.name {
    font-size: 20px;
    font-weight: 600;
}

.payment-modal .header .customer-name p.name a {
    font-size: 16px;
    margin-left: 5px;
}

.payment-modal .header .customer-name p.credit .head {
    cursor: pointer;
    font-weight: 600;
    color: #25a244;
}




.payment-modal .single-amt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.payment-modal .main-total {
    background-color: #25a244;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 5px 7px;
    border-radius: 5px;
}

.payment-modal .main-total p {
    color: #fff;
    font-weight: 600;
}

.payment-modal .main-total span {
    color: #fff;
    font-size: 20px;
}



.payment-modal .bal-box {
    background-color: #e9ecef;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
}

.payment-modal .bal-box>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.payment-modal .bal-box>div:last-child {
    margin-bottom: 0px;
}

.payment-modal .bal-box>div p {
    font-weight: 500;
}

.payment-modal .bal-box .bal span {
    color: #ff2b2b;
}




.payment-modal .payment-notes {
    margin-bottom: 20px;
}



.payment-modal .payment-type {
    margin-bottom: 15px;
}

.payment-modal .payment-type select {
    border-color: #cccccc;
}


.payment-modal select,
.payment-modal input:not(input[type=checkbox]) {
    border: 1px solid #25a244;
    box-shadow: 0px 0px 3px #25a2449e;
}

.payment-modal .remark input::placeholder {
    color: #6a6a6a;
}

.payment-modal select:focus,
.payment-modal input:focus {
    box-shadow: none;
    border-color: #cccccc;
}

.payment-modal .payment-box a {
    margin-top: 23px;
    text-align: center;
    display: block;
}






.payment-modal .total-btns {
    display: flex;
    justify-content: end;
    gap: 10px;
    align-items: center;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #cccccc;
}

.payment-modal .total-btns a {
    padding: 10px 20px;
    text-align: center;
    border-radius: 6px;
    background-color: #25a244 !important;
    color: #fff !important;
    box-shadow: 0px 0px 3px #25a2449e;
}

.payment-modal .total-btns a.hold {
    background-color: #fff !important;
    color: #25a244 !important;
    border: 1px solid #25a244;
    box-shadow: 0px 0px 3px #25a2449e;
}



/* wash service */

.wash-service .product-det {
    text-align: center;
    border: 1px solid #dadada;
    border-radius: 10px;
    width: 100px;
    padding: 10px;
}

.wash-service .product-det img {
    width: 60px;
    margin-bottom: 10px;
}



.wash-service .prod-qty-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px 50px;
}

.wash-service .qty {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wash-service .qty button {
    height: 24px;
    width: 24px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wash-service .qty .minus button {
    color: #25a244;
    background-color: #fff;
    border: 2px solid #25a244;
}

.wash-service .qty .plus button {
    background-color: #25a244;
    color: #fff;
}


.carpets-qty-price {

    background-color: #f8fafb;
    border-radius: 10px;
    padding: 5px;
}

.carpets-qty-price .single-size-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.carpets-qty-price .single-size-price:last-child {
    margin-bottom: 0px;
}





@media (max-width:1300px) {}

@media (max-width:1200px) {}

@media (max-width:1085px) {}

@media (max-width:991px) {
    .wrapper {
        position: relative;
    }

    .header .main-nav .sidebar-toggle {
        display: block;
    }

    .main-header .sidebar-toggle,
    .main-header .cart {
        display: unset;
    }

    .sidebar {
        transform: translate(-240px, 0px);
        border-radius: 0px;
        margin: 0px;
    }

    .sidebar.clicked {
        transform: translate(0px, 0px);

    }

    .content {
        margin-left: 0px;
        width: 100%;
        overflow-x: hidden;
    }

    .wrapper .product-panel {
        min-width: 100%;
    }

    .item-panel {
        right: -600px;
        position: fixed;
        z-index: 9;
        width: 500px;
    }

    .item-panel.clicked {
        right: 0px;
    }

    footer {
        width: 100%;
    }
}

@media (max-width:850px) {}

@media (max-width:767px) {
    .header .main-nav .notification {
        margin: 0px 14px;
    }

    .row-reverse {
        flex-direction: column-reverse;
    }

}


@media (max-width:575px) {
    .header .main-nav {
        padding-right: 0px;
    }

    .login-wrapper .form {
        width: 100%;
    }

    .item-panel {
        width: 95%;
    }

    .order-no-date {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .item-panel .item-header {
        height: unset;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
        padding: 10px;
        border-bottom: 1px solid #cccccc;
        flex-direction: column;
    }

    .single-box {
        padding: 20px;
    }

    .projects-page .boxhead {
        flex-direction: column;
        gap: 20px;
    }

}

@media (max-width:375px) {}