@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Lexend:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Lexend:wght@300;400;500;600;700;800&family=Ubuntu:ital,wght@0,500;0,700;1,400&display=swap');
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");

:root {
    --backgroundColor: #353a47;
    --textColor: #f9f5ff;
    --font-family: "Open Sans", sans-serif;
    --backgroundHover: #090a0d;
}
.main-panel .content-wrapper {
    flex-grow: unset;
}
.color-outer{
    overflow: hidden;
}

input:focus, button:focus, select:focus{
    outline: 1px solid #828873 !important;
    border: 1px solid #828873 !important;
}
.w-auto:focus{
    outline: 0px !important;
    border: 0px !important;
}
.buttons.mt-4{
    position: relative;
}

span.table-tool-tip.tikcet-tool.print_bbn {
    left: -3px !important;
    /* top: -49px !important; */
    width: max-content;
}



.table-txt.position-relative {
    width: auto;
    display: inline-block;
    /* margin-right: 5px; */
    /* margin-right: -8px; */
    cursor: pointer;
}

.table-txt.position-relative .text-decoration-none {
    margin: 0;
}

.add-product #exampleModal input.dropzone {
    top: 0px;
}
.edit-product-mainClass #exampleModal input.dropzone {
    top: 23px;
}

#productForm input.dropzone {
    top: 23px;
}


ul.top-nav li a .menu-title {
    color: #272727;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

ul.top-nav li a {
    text-decoration: none;
}

ul.top-nav {
    display: flex;
    /* justify-content: space-between; */
    column-gap: 10px;
    border-bottom: 1px solid #C3C4C7;
    margin-bottom: 30px;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
     cursor: pointer !important;
}

.card {
    margin-bottom: 10px;
}

button#selected_variation {
    margin-top: 10px;
    text-align: center;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    /*   display: inline-block !important;*/
    vertical-align: middle !important;
}

.loader_form {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    height: 50px;
    animation: spin 2s linear infinite;
    vertical-align: middle !important;
}


.loader_form {
    width: 50px !important;
    margin: 3px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 111;
}


#deleteConfirmationModal .section-heading {
    color: #272727;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 0;
}

#deleteConfirmationModal .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 15px;
}

#deleteConfirmationModal input#confirmDeleteCheckbox {
    padding: 0;
}

#deleteConfirmationModal .form-check .form-check-label {
    margin-left: 0.25rem;
}

#deleteConfirmationModal .form-check-input:checked {
    background-color: #828873;
}


ul.top-nav li {
    list-style: none;
    padding: 11px 16px 13px 16px;
    border: 1px solid #C3C4C7;
    border-bottom: none;
    border-radius: 6px 6px 0px 0px;
    background: #DCDCDE;
    color: #7B7B7B;
    text-align: center;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 16px */
}

li.active-menu {
    background: #F0F0F1 !important;
    color: #272727;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;

}

.sidebar .nav .nav-item:hover .menu-title {
    color: #828873;
}

.today-revnew .nav-link.active {
    background: #828873 !important;
    border: 1px solid #828873;
    color: #FFF;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    border-radius: 4px;
}

.today-revnew .nav-link {
    color: #7B7B7B;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 16px 30px;
    line-height: 20px;
    /* 125% */
    background-color: #EDEDED !important;

}

input.url-alias {
    cursor: not-allowed;
}


.row.categories {
    margin-top: 15px;
}

.today-revnew .nav-pills {
    border: 1px solid #828873 !important;
    border-radius: 4px;
    max-width: 100%;
}

.today-revnew .nav-link:hover {
    color: #7B7B7B;

}

.today-revnew {
    display: flex;
    justify-content: space-between;
}

.clender-icon {
    position: absolute;
    right: 10px;
    top: 7px;
}

input#startDate {
    padding: 9px;
    max-width: 203px;
    height: 46px;
    background: #FFF;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
}

input#endDate {
    padding: 9px;
    max-width: 203px;
    height: 46px;
    background: #FFF;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
}

.clender-icon {
    position: absolute;
    right: 12px;
    top: 14px;
}

.intervalInput {
    display: flex;
    align-items: center;
    color: #7B7B7B;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 185.714% */
}

.intervalInput span {
    color: #272727;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0px 12px;
    line-height: 26px;
    /* 185.714% */
}

.nevnew-box {
    background: #FFF;
    border: 2px solid #828873;
    border-radius: 6px;
    padding: 22px 22px 22px 30px !important;
    align-items: center;
}

.seles-text h3 {
    color: #000;
    font-family: Lexend;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.seles-text h4 {
    color: #000;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
}

.section-heading {
    color: #272727;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 10px;
    word-break: break-word;
}

.row.seles-weekly {
    margin-top: 33px;
}

.top-selling {
    background: #fff;
    padding: 15px 40px 15px 15px;
    height: 278px;
    border-radius: 10px;
    overflow-y: scroll;
}

.single-iteam {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccccccc4;
    padding: 15px 0px;
}

.imag-text-top {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    width: 100%;
}

.imag-text-top h4 {
    margin-left: 22px;
    color: #000;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.top-price h4 {
    color: #272727;
    text-align: right;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tickets-dashboard {
    border-radius: 10px 10px 0px 0px;
    background: #1D2327;
    height: 64px;
    flex-shrink: 0;
}

.tickets-dashboard th {
    color: #FFF;
    font-family: Lexend !important;
    font-size: 14px;
    padding: 0px 15px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 100%;
    /* 14px */
}

.border-rund {
    border-radius: 10px 10px 0px 0px;
}

.border-rund td {
    padding: 15px !important;
    color: #272727;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 185.714% */
}

.Designed {
    color: #19B790;
    text-align: center;
    font-family: Lexend;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 12px */
}

.Designed {
    color: #19B790;
    text-align: center;
    font-family: Lexend;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border-radius: 33px;
    border: 1px solid #19B790;
    background: #E9FFF9;
    padding: 6px 11px;
}

/*.Delivered {
    color: #2271B1;
    text-align: center;
    border-radius: 33px;
    font-family: Lexend;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    background-color: #E9F2F9;
    border: 1px solid #2271B1;
    padding: 6px 11px;
}
*/

button.Delivered {
    color: #2271B1;
    text-align: center;
    border-radius: 33px;
    font-family: Lexend;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    background-color: #E9F2F9;
    border: 1px solid #2271B1;
    padding: 6px 11px;
}

span.id-or {
    color: #272727;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
/*    text-decoration-line: underline;*/
}


span.id-or a {
 text-decoration-line: underline !important;
}
.Not-Designed {
    color: #151CBE;
    text-align: center;
    font-family: Lexend;
    font-size: 12px;
    padding: 6px 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 12px */
    border-radius: 33px;
    border: 1px solid #151CBE;
    background: #EAEAFB;
}

.Pending {
    border-radius: 33px;
    color: #EB001B;
    text-align: center;
    font-family: Lexend;
    font-size: 12px;
    padding: 6px 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 12px */
    border: 1px solid #EB001B;
    background: #FBEAEC;
}

.Picked-Up {
    color: #F79E1B;
    border-radius: 33px;
    text-align: center;
    font-family: Lexend;
    font-size: 12px;
    padding: 6px 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 12px */
    background-color: #FFF3E0;
    border: 1px solid #F79E1B;
}

.Attempted {
    padding: 6px 11px;
    border-radius: 33px;
    color: #E72E87;
    text-align: center;
    font-family: Lexend;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 12px */
    background-color: #FEDDED;
    border: 1px solid #E72E87;
}

.Gone {
    padding: 6px 11px;
    border-radius: 33px;
    color: #828873;
    text-align: center;
    font-family: Lexend;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 12px */
    background-color: #ECF8D8;
    border: 1px solid #828873;
}

.En-Route {
    padding: 6px 11px;
    border-radius: 33px;
    color: #E7694B;
    text-align: center;
    font-family: Lexend;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 12px */
    background-color: #FFDED6;
    border: 1px solid #E7694B;
}

.view-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.view-all a {
    color: #828873;
    text-align: right;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-decoration-line: underline;
}
a.generate-cancel-btn {
    background: #DC3549;
    border: 0;
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    border: 1px solid #DC3549;
    transition: 0.5s;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding: 12px 40px;
    border-radius: 4px;
    margin-left: 15px;
}
.generate-cancel-btn:hover {
    background: transparent;
    border: 1px solid #DC3549;
    color: #DC3549;
}
.Genrate-btn {
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    border: 1px solid #828873;
    background-color: #828873;
    font-weight: 500;
    line-height: normal;
    transition: 0.5s;
    border: 0;
    border-radius: 3px;
    text-transform: capitalize;
    padding: 19px 26px;
}

.chart {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.chart {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Enquiries h3 {
    color: #808080;
    text-align: center;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.Enquiries h1 {
    color: #000;
    text-align: center;
    position: relative;
    font-family: Lexend;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 0;
}

.Enquiries h1::before {
    content: "";
    position: absolute;
    height: 9px;
    width: 9px;
    background: #828873;
    border-radius: 50%;
    right: 13px;
    top: -5px;
}

.orders {
    margin-top: 30px;
}

.orders h1::before {
    content: "";
    position: absolute;
    height: 9px;
    width: 9px;
    background: #2271B1;
    border-radius: 50%;
    right: 13px;
    top: -5px;
}

td.print-msg {
    align-items: center;
    justify-content: space-around;
}

.main-panel .from-user-custom {
    padding: 30px !important;
}

.product-main .billing-cycle {
    padding: 0px;
}

.billing-cycle {
    background: #fff;
    padding: 30px;
    border-radius: 6px;
}

.billing-cycle select{
    background: #FFF;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    padding: 11px 16px;
    height: 48px;
    color: #808080;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    width: 100%;
}

.billing-cycle select#billing_country {
    width: 100%;
}


.status-change select, .form-control select{
    background: #FFF;
    border: 1px solid #D4D4D4;
    width: 100%;
    border-radius: 4px;
    padding: 11px 16px;
    height: 48px;
    color: #808080;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}

.Statement-Billing .start-date {
    width: 50%;
}

.Statement-Billing .end-date {
    width: 50%;
}

.Statement-Billing .start-date input {
    max-width: 100% !important;
    width: 100%;
}

.Statement-Billing .end-date input {
    max-width: 100% !important;
    width: 100%;
}

.cancel-btn {
    background: #7B7B7B;
    border: none;
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    transition: 0.5s;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding: 19px 40px;
    border-radius: 4px;
    border: 1px solid #7B7B7B;
}
.cancel-btn-ticket {
    background: #7B7B7B;
    border: none;
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    transition: 0.5s;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding: 19px 40px;
    border-radius: 4px;
    border: 1px solid #7B7B7B;
}
.Generate-btn {
    background: #828873;
    border: 0;
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    border: 1px solid #828873;
    transition: 0.5s;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding: 19px 29px;
    border-radius: 4px;
    margin-left: 15px;
}

button.Generate-btn.variant-btn-old.add-varint-tbi:disabled {
    background: #828873;
    border: 0;
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    border: 1px solid #828873;
    transition: 0.5s;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding: 19px 29px;
    border-radius: 4px;
    margin-left: 15px;
}


button.Generate-btn.variant-clone:disabled {
    background: #828873;
    border: 0;
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    border: 1px solid #828873;
    transition: 0.5s;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    /*padding: 19px 29px;*/
    border-radius: 4px;
    /*margin-left: 15px;*/
}





.out-put-gen {
    margin-top: 60px !important;
}

.inpt-account .check-box {
    height: 20px;
    width: 20px;
    accent-color: #828873;
    border-radius: 3px;
    margin-right: 10px;
    border: 1px solid #C6C6C6;
    cursor:pointer;
}
input:disabled {
    cursor: unset !important;
}
.view-switch .toggle-switch {
    cursor: unset !important;
}
.check-boxnew{
    cursor: pointer;
}
.inpt-account {
    display: flex;
    align-items: center;
}

.inpt-account label {
    color: #272727 !important;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}

button.Genrate-btn:hover {
    background: transparent;
    border: 1px solid #828873;
    color: #828873;
}

.view-all a:hover {
    color: #828873;
}

.Generate-btn:hover {
    background: transparent;
    border: 1px solid #828873;
    color: #828873;
}

.cancel-btn:hover,.cancel-btn-ticket:hover {
    background: transparent;
    border: 1px solid #7B7B7B;
    color: #7B7B7B;
}
.refund-amt {
    background-color: #f7d8dc;
}

.refund-amtpartial {
    background-color: #fffabac9;
}

.top-bar {
    display: none;
}

.sidebar .nav .nav-item.active span {
    color: #828873 !important;
    font-family: Lexend !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.selected-date input {
    max-width: 100% !important;
    width: 100% !important;
}

.emails {
    margin-top: 20px;
}

.top-selling::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.top-selling::-webkit-scrollbar-track {
    background: #E8E8E8;
}

/* Handle */
.top-selling::-webkit-scrollbar-thumb {
    background: #C9C9C9;
    border-radius: 5px;
}

.popup__content .border-rund::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.popup__content .border-rund::-webkit-scrollbar-track {
    background: #E8E8E8;
}

/* Handle */
.popup__content .border-rund::-webkit-scrollbar-thumb {
    background: #C9C9C9;
    border-radius: 5px;
}

.popup__content tr td {
    padding: 6px 15px !important;
}








/* Handle on hover */
.top-selling::-webkit-scrollbar-thumb:hover {
    background: #E8E8E8;
}

.all-products::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.all-products::-webkit-scrollbar-track {
    background: #E8E8E8;
}

/* Handle */
.all-products::-webkit-scrollbar-thumb {
    background: #C9C9C9;
    border-radius: 5px;
}



.image-slider input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url(/assets/images/clnder.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-position: center;
    border-width: thin;
}

.prints {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 23px;
}

.Statements h4 {
    color: #000;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: space-between;
    padding-bottom: 18px;
}

.Statements span {
    color: #828873;
    text-align: right;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.billing-cycle.Statements {
    padding: 23px 30px !important;
}

textarea {
    background: #FFF;
    border: 1px solid #D4D4D4 !important;
    width: 100%;
    border-radius: 4px;
    padding: 11px 16px;
    color: #808080;
    font-family: Lexend !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;

}

input {
    background: #FFF;
    border: 1px solid #D4D4D4 !important;
    width: 100%;
    border-radius: 4px;
    height: 48px;
    padding: 11px 16px;
    color: #808080;
    font-family: Lexend !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;

}

.Customer-Employee {
    background-color: #fff;
    border-radius: 6px;
    padding: 30px 30px 30px 30px;
}

.top-pogo {
    margin-bottom: 13px;
}

.amount {
    color: #000 !important;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 100%;
    /* 14px */
}

.creadit-ammounts {
    width: 38px;
}

.creadit-ammounts {
    width: 81px;
    color: #272727;
    text-align: center;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    /* 185.714% */
    padding: 10px;
    text-align: center;
}

.tottl-ammounts {
    padding: 10px;
    width: 81px;
    color: #000;
    text-align: center;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 185.714% */
}

svg.arrow {
    margin-left: 16px;
    transform: rotate(270deg);
}

.card-birthday img {
    width: 409px;
/*    width: 100%;*/
}

.sidebar .nav.sub-menu .nav-item .nav-link:before {
    display: none;
}

.sidebar .nav.sub-menu .nav-item .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    color: #3e4b5b;
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.45s;
    transition-property: color;
    -webkit-transition-property: color;
}

.sidebar .nav.sub-menu .nav-item .nav-link {
    color: #272727c7;
    font-family: Lexend;
    font-size: 14px;
    padding: 0.75rem 2rem 0.75rem 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.sidebar .nav.sub-menu .nav-item .nav-link:hover {
    color: #828873;
}

.browse-btn button {
    display: inline-flex;
    padding: 13px 36px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #828873;
    background: #828873;
    font-family: lexend;
    color: #FFF;
    border-radius: 4px;
    font-weight: 500;
    line-height: normal;
    font-size: 18px;
}

.browse-btn.position-relative .img {
    position: relative;
}

.browse-btn.position-relative input.dropzone {
    position: absolute;
    cursor: pointer;
    right: 0;
    z-index: 48;
    opacity: 0;
}

.browse-btn.position-relative.main-edit-file input {
    width: 203px !important;
    left: 2px;
    top: 26px;
}

input.dropzone {
    /* position: absolute; */
    cursor: pointer;
    right: 0;
    left: 10px;
    z-index: 48;
    opacity: 0;
    width: 175px !important;
    min-height: 0;
    top: 0px;
    bottom: 0;
}

input.dropzone-check {
    position: absolute;
    cursor: pointer;
    left: 0;
    z-index: 48;
    opacity: 0;
    width: 26% !important;
    min-height: 0;
    color: red;
    background: red;
    border: 1px solid black;
}

.table-btn {
    border: 0;
    background: none;
}

.pegination input {
    margin: 0px 8px;
    width: 55px;
    padding: 5px;
    height: 38px;
    text-align: center;
}

.pegination {
    display: flex;
    justify-content: end;
    align-items: center;
}

.pegination button {
    border: 0;
    background: #828873;
    color: #fff;
    padding: 7px 19px;
    border-radius: 4px;
    border: 1px solid #828873;
    transition: 0.5s;
}

.pegination button:hover {
    background-color: transparent;
    color: #828873;
    border: 1px solid #828873;
}

.pegination span {
    margin-right: 10px;
    color: #828873;
    text-align: center;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.filter-serch input {
    width: 60%;
}

.filter select {
    background: #FFF;
    border: 1px solid #D4D4D4;
    width: 30%;
    border-radius: 4px;
    padding: 11px 16px;
    height: 48px;
    color: #808080;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;

}

.btn-new {
    display: flex;
    align-items: center;
}

.filter-serch {
    display: flex;
    align-items: center;
}

.filter-section.w-100.btn-new {
    column-gap: 16px;
}

.btn-new button {
    padding: 10px 20px;
    background: #828873;
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    border: 1px solid #828873;
    transition: 0.5s;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 4px;
    margin-left: 15px;
}

.btn-new button:hover {
    background: transparent;
    border: 1px solid #828873;
    color: #828873;
}

.filter-serch {
    display: flex;
    justify-content: space-between;
}

.filter-serch input {
    width: 100%;
}

.filter.mb-4 .serch-icon.w-100 {
    margin-right: 30px;
}

.serch-icon svg {
    top: 13px;
    position: absolute;
    right: 20px;
    width: 18px;
}

.Categories-form th:last-child {
    /* text-align: right; */
    padding-right: 24px !important;
}

.sidebar::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.sidebar::-webkit-scrollbar-track {
    background: #E8E8E8;
}

/* Handle */
.sidebar::-webkit-scrollbar-thumb {
    background: #C9C9C9;
    border-radius: 5px;
}

/* Handle on hover */
.sidebar::-webkit-scrollbar-thumb:hover {
    background: #E8E8E8;
}





.image-slider::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
.image-slider::-webkit-scrollbar-track {
    background: #E8E8E8;
}

/* Handle */
.image-slider::-webkit-scrollbar-thumb {
    background: #C9C9C9;
    border-radius: 5px;
}


/* .image-slider::-webkit-scrollbar-thumb:hover {
    background: #E8E8E8;
} */
.select-renom {
    display: flex;
    align-items: center;
    justify-content: end;
}

.select-renom select {
    background: #FFF;
    border: 1px solid #D4D4D4;
    width: 35%;
    border-radius: 4px;
    padding: 11px 16px;
    height: 48px;
    color: #808080;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}

.serch-icon {
    position: relative;
}

.serch-icon svg {
    top: 13px;
    position: absolute;
    right: 20px;
    width: 18px;
}

.cs-serch-icon svg {
    top: 39px !important;
}

.email-check select {
    width: 42%;
}

.email-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-summry .clender {
    width: 20%;
}

.clender select {
    background: #FFF;
    border: 1px solid #D4D4D4;
    width: 100%;
    border-radius: 4px;
    padding: 11px 16px;
    height: 48px;
    color: #808080;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}

button#pills-about-tab {
    border-left: 1px solid #828873;
    border-radius: 0 4px 4px 0px;
}

button#pills-profile-tab {
    border-left: 1px solid #828873;
    border-radius: 0 4px 4px 0px;
}

.order-summry .today-revnew {
    border-bottom: 1px solid #ccc;
}

.order-summry .buttons-lists ul {
    margin-bottom: 30px !important;
}

.iteam-txt {
    display: flex;
    align-items: center;
    height: 100%;
}

.product-main {
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
}

.outer-add-image {
    padding: 32px;
    border-radius: 7px;
    border: 1px dashed #dcdcdc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.edit-outer-img {
    justify-content: start;
    flex-direction: row;

}

.edit-outer-img button {
    margin-left: 20px;
    padding: 12px 28px !important;
}

.outer-add-image button {
    color: #828873;
    font-family: Lexend;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    background: #E7EDDE;
    border: 0;
    padding: 4px 6px;
}

.typs-img {
    color: var(--text-subdued, #6D7175);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Lexend;
    margin: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    /* 133.333% */
    margin-top: 8px;
}

.top-editor button img:hover {
    opacity: 0.8;
}

.top-editor button {
    border: 0;
    padding: 0;
    background: none;
}

.top-editor {
    background: #F0F0F1;
    padding: 18px 8px;
}

.top-editor select {
    color: #272727;
    font-family: Lexend;
    font-size: 11.987px;
    font-style: normal;
    font-weight: 400;
    line-height: 13.7px;
    width: 69.355px;
    height: 29.968px;
    flex-shrink: 0;
    border: oldlace;
    border-radius: 3px;
}

.top-editor input {
    width: 50.518px;
    height: 29.968px;
    flex-shrink: 0;
    border: none !important;
    color: #272727;
    font-family: Lexend;
    font-size: 11.987px;
    font-style: normal;
    font-weight: 400;
    line-height: 13.7px;
    border-radius: 3px;
    padding: 0 3px;
    margin-left: 5px;
}

.Styles {
    width: 100px !important;
}

.Paragraph-Forma {
    width: 150px !important;
}

.Description .des {
    border-radius: 0px 0px 5px 5px !important;
}

.gaping-in {
    margin-bottom: 15px;
}

.Optionaly {
    color: #272727;
    padding: 0;
    font-family: Lexend;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    /* 153.846% */
    margin-top: 27px !important;
}

.table th img,
.table td img {
    width: 60px;
    height: 60px;
    border-radius: 0px !important;
}

.switch {
    height: 0;
    width: 0;
    display: none;
    visibility: hidden;
}

.toggle-switch {
    cursor: pointer;
    text-indent: -9999px;
    width: 42px;
    height: 23px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

img.blah {
    height: 100px;
    width: 100px;
    margin: 10px;
}

.toggle-switch:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 19px;
    height: 19px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.switch:checked+.toggle-switch {
    background: #828873;
}

.switch:checked+.toggle-switch:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

td.action-3 a:last-child,
td a {
    margin: 0;
}

td.action-3 a,
td a {
    /* margin-right: 17px; */
    color: #828873;
    /* display: inline-flex; */
}

.new-data-table td.action-3 a,
td a {
    margin-right: 7px;
    color: #828873;
}

td.action-3 a svg,
td a svg {
    margin-right: 3px;
}

button.btn-add-product {
    border: 1px solid #828873;
    padding: 15px 27px;
    color: #828873;
    text-align: center;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    background: transparent;
    border-radius: 4px;
    transition: 0.5s;
}

button.btn-add-product:hover {
    background-color: #828873;
    color: #fff;
}


button.btn-add-variation {
    border: 1px solid #828873;
    padding: 15px 27px;
    color: #828873;
    text-align: center;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    background: transparent;
    border-radius: 4px;
    transition: 0.5s;
}

button.btn-add-variation:hover {
    background-color: #828873;
    color: #fff;
}

.save {
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    border: 1px solid #828873 !important;
    background-color: #828873;
    font-weight: 500;
    line-height: normal;
    transition: 0.5s;
    border: 0;
    border-radius: 3px;
    text-transform: capitalize;
    padding: 18px 37px;
}

.save:hover {
    border: 1px solid #828873;
    background-color: transparent;
    color: #828873;
}

.modal-data {
    padding: 18px 30px 30px 30px;
}

.add-product .modal-dialog {
    max-width: 852px;
}

.add-product .modal-title {
    color: #272727;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.add-product .modal-header {
    padding: 19px 30px;
}

.input-order {
    position: relative;
}

.input-order span {
    position: absolute;
    right: 0px;
    top: 12px;
    border-left: 1px solid #ccc;
    padding: 0px 20px;
}

.input-order button {
    border: 0;
    /* background: none; */

}

.status {
    display: flex;
    align-items: center;
}

.add-product button.btn-close {
    background: no-repeat;
    position: absolute;
    z-index: 1;
    right: 10px;
    top: -9px;
    opacity: 1;
}

.add-product button.btn-close:hover {
    opacity: 1;
}

.btn-close:focus {
    box-shadow: none !important;
}

.action-3-pop {
    width: 300px;
}

.check-box {
    height: 20px;
    accent-color: #828873;
    border-radius: 3px;
    margin-right: 10px;
    width:50px;
    top: -12px;
    right: -10px;
}

.check-heading {
    width: 90px;
}

.senond-icon svg {
    right: 11px;
}

.ped-fix {
    padding: 15px;
    /*display: flex;*/
}

.delet-modal p {
    font-size: 12px;
}

.delet-modal-tbi p {
    font-size: 12px;
}

.modal-dialog.delet-dialog {
    max-width: 450px;
}

.image-edit-section {
    position: relative;
}

.image-edit-section svg {
    position: absolute;
    top: -6px;
    right: -5px;
}

.new-pop-btn {
    padding: 10px 25px;
}

.modal-data {
    padding: 18px 30px 30px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.delet-dialog .Generate-btn {
    margin: 0;
}

.delet-dialog button {
    padding: 10px 25px;
}

.Product-ct-checks select, .cs-item-products select {
    background: #FFF;
    border: 1px solid #D4D4D4;
    width: 100%;
    border-radius: 4px;
    padding: 11px 16px;
    height: 48px;
    color: #808080;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}
/* Make sure the image fits the container properly */
#cs-image-slider .item-image img {
    width: 100%;
    height: 145px;
    object-fit: contain;
}

/* Style for the radio buttons */
#cs-image-slider .item-radio {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/* Optional: Style the carousel captions */
#cs-image-slider .item-caption {
    position: absolute;
    bottom: 5px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px;       
    width: 100%;
    text-align: center;
}

#cs-image-slider .item-caption h5 {
    margin: 0;
    font-size: 16px;
}

.tabl-pop-up .action-3-pop {
    width: auto;
}

.modal-dialog.delet-dialog {
    z-index: 9999999999 !important;
}

.image-slider.w-100 {
    padding-bottom: 8px;
    margin-top: 15px;
    width: 100%;
    display: flex;
    overflow-x: scroll;
}

.image-slider img {
    width: 100% !important;
    height: 145px !important;
    object-fit: contain;
}

.slider-under p {
    position: absolute;
    right: 0;
}

.slider-under {
    position: relative;
    margin-left: 20px;
    width: 145px;
    flex: 0 0 145px;
}
.slider-under label {
    display: block;
}

.slider-under:first-child {
    margin: 0;
}

.slider-under input {
    height: 20px;
    width: 20px;
    cursor: pointer;
    accent-color: #828873;
    border-radius: 3px;
    border: 1px solid #C6C6C6;
}

.qty-input {
    color: #000;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.qty-input .product-qty,
.qty-input .cs-product-qty,
.qty-input .qty-count, .qty-input .cs-qty-count {
    background: transparent;
    color: inherit;
    font-weight: bold;
    font-size: inherit;
    border: none;
    display: inline-block;
    min-width: 0;
    height: 2.5rem;
    line-height: 1;
}

.qty-input .product-qty:focus,
.qty-input .cs-product-qty:focus,
.qty-input .qty-count:focus,
.qty-input .cs-qty-count:focus {
    outline: none;
}

.qty-input .product-qty,
.qty-input .cs-product-qty {
    width: 50px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    appearance: textfield;
}

.qty-input .product-qty::-webkit-outer-spin-button,
.qty-input .product-qty::-webkit-inner-spin-button,
.qty-input .cs-product-qty::-webkit-outer-spin-button,
.qty-input .cs-product-qty::-webkit-inner-spin-button {
    appearance: none;
    margin: 0;
}

.qty-input .qty-count,
.qty-input .cs-qty-count {
    padding: 0;
    cursor: pointer;
    width: 2.5rem;
    font-size: 1.25em;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
}

.qty-input .qty-count:before,
.qty-input .qty-count:after,
.qty-input .cs-qty-count:before,
.qty-input .cs-qty-count:after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    display: block;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.qty-input .qty-count--minus,
.qty-input .cs-qty-count--minus {
    border-right: 1px solid #e2e2e2;
}

.qty-input .qty-count--add,
.qty-input .cs-qty-count--add {
    border-left: 1px solid #e2e2e2;
}

.qty-input .qty-count--add:after,
.qty-input .cs-qty-count--add:after {
    transform: rotate(90deg);
}

.qty-input .qty-count:disabled,
.qty-input .cs-qty-count:disabled {
    color: #ccc;
    background: #f2f2f2;
    cursor: not-allowed;
    border-color: transparent;
}

.qty-input .qty-count:disabled:before,
.qty-input .qty-count:disabled:after,
.qty-input .cs-qty-count:disabled:before,
.qty-input .cs-qty-count:disabled:after {
    background: #ccc;
}

.modal-dialog.build-pop {
    max-width: 80%;
    /* max-width: 1050px; */
}

td.action-3 a:hover,
td a {
    /* opacity: 0.8; */
    text-decoration: none;
}

.build-pop .buttons.w-100 {
    display: flex;
    justify-content: end;
    align-items: center;
}

.edit-pop-cross {
    width: 60px;
}












@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");

:root {
    --backgroundColor: #353a47;
    --textColor: #f9f5ff;
    --font-family: "Open Sans", sans-serif;
    --backgroundHover: #090a0d;
}

.multi-level-menu-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 300px;
    background-color: var(--backgroundColor);
    overflow: hidden;
}

.multi-level-menu-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.multi-level-menu-wrapper ul li {
    color: var(--textColor);
}

.multi-level-menu-wrapper ul li:hover {
    background-color: var(--backgroundHover);
    cursor: pointer;
}

.multi-level-menu-wrapper ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    text-decoration: none;
    color: var(--textColor);
}

.multi-level-menu-wrapper ul li a .icon {
    margin-right: 10px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.multi-level-menu-wrapper ul li.hasSubMenu {
    padding-right: 50px;
    position: relative;
}

.multi-level-menu-wrapper ul li.hasSubMenu .trigger {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 50px;
}

.multi-level-menu-wrapper .mainMenu,
.multi-level-menu-wrapper .subMenu {
    background-color: var(--backgroundColor);
}

.multi-level-menu-wrapper .subMenu {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 300px;
    margin: auto;
    transition: all ease-in-out 0.5s;
}

.multi-level-menu-wrapper .subMenu .backTrigger {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    text-decoration: none;
    color: var(--textColor);
}

.multi-level-menu-wrapper .subMenu .backTrigger:hover {
    background-color: var(--backgroundHover);
    cursor: pointer;
}

.multi-level-menu-wrapper .subMenu .backTrigger .icon {
    margin-right: 10px;
}

.multi-level-menu-wrapper .subMenu.active {
    left: 0;
}

.order-buttons button {
    padding: 16px 38px;
    border: 0;
}

.pickup,
.takeout {
    display: none;
}

.btns-order {
    border: 1px solid #828873 !important;
    border-radius: 4px;
    max-width: 415px;
    display: flex;
    align-items: center;
}

.order-buttons button {
    padding: 16px 38px;
    border: 0;
    color: #7B7B7B;
    font-family: Lexend;
    font-size: 16px;
    background: transparent;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.btns-order button.active {
    background: #828873 !important;
    border: 1px solid #828873;
    color: #FFF;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
}

button.btn-pickup {
    border-left: 1px solid #828873;
    border-right: 1px solid #828873;
}

.order-buttons {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.delivery .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-radius: 4px;
    background: #828873;
    color: #FFF;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    padding: 14px;
}

.delivery .nav-link {
    color: #7B7B7B;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    padding: 14px;
    white-space: nowrap;
}

.recipitin {
    height: 23px;
}

.labl {
    display: inline;
}

.labl>input {
    visibility: hidden;
    display: none;
}

.labl>input+div {
    cursor: pointer;
    border: 2px solid transparent;
}

.labl>input:checked+div {
    background-color: #ECF8D8;
    border: 1px solid #828873;
}

.timing-buttons {
    display: flex;
}

.labl>input+div {
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #D4D4D4;
    background: #F0F0F1;
    margin-left: 20px;
    color: #7B7B7B;
    text-align: center;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 5px 10px;
}

.labl>input+div:first-child {
    margin: 0 !important;
}

.add-section {
    color: #828873;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
    line-height: 16px;
    /* 100% */
    text-decoration-line: underline;
}

.add-section:hover {
    color: #828873;
    text-decoration: none;
}

.outer-nav {
    flex-wrap: nowrap !important;
    width: 100%;
    padding-bottom: 10px;
}

.product-show-colleb {
    border-bottom: 1px solid #ccc;
}

.brows-product {
    padding: 14px 10px;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 14px;
    max-width: 170px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.topper-row input {
    max-width: 300px;
    width: 100%;
}

.text-under h2 {
    color: #7B7B7B;
    text-align: center;
    font-family: Lexend;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.text-under {
    border-top: 1px solid #ccc;
    margin-top: 20px !important;
    padding-top: 40px;
    padding-bottom: 15px;
}

.cncle {
    padding: 18px 40px !important;
}

.debit-creadit,
.show-method {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 25px 12px;
    margin: 7px 0px;
}

.cards {
    color: #272727 !important;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 26px;
    cursor: pointer;
    /* 185.714% */
}

.tooltip-form {
    border-radius: 4px;
    position: absolute;
    top: -28px;
    right: 0;
    background: #F1F9DE;
    border: 1.5px solid #828873;
    visibility: hidden;
    padding: 7px 9px;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
    color: #828873;
    text-align: center;
    font-family: Lexend;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.tooltip-form::after {
    content: "";
    position: absolute;
    right: 17px;
    margin-left: -5px;
    border-width: 5px;
    background: #f1f9de;
    width: 8px;
    height: 8px;
    border: 1.5px solid #828873;
    transform: rotate(45deg);
    bottom: -5px;
    border-left: 0;
    border-top: 0;
}

.tool-under:hover+.tooltip-form {
    visibility: visible;
}

.tool-under {
    top: 2px;
    position: absolute;
    cursor: pointer;
    right: 2px;
}

/* span.table-tool-tip {
      border-radius: 4px;
      position: absolute;
      top: -28px;
      visibility: hidden;
      right: 8px;
      background: #F1F9DE;
      border: 1.5px solid #828873;
      padding: 2px 8px;
      filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
      color: #828873;
      text-align: center;
      font-family: Lexend;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 16px;
  }

  span.table-tool-tip::after {
      content: "";
      position: absolute;
      right: 17px;
      margin-left: -5px;
      border-width: 5px;
      background: #f1f9de;
      width: 8px;
      height: 8px;
      border: 1.5px solid #828873;
      transform: rotate(45deg);
      bottom: -5px;
      border-left: 0;
      border-top: 0;
  } */
span.table-tool-tip {
    border-radius: 4px;
    position: absolute;
    top: -32px !important;
    visibility: hidden;
    left: 4px !important;
    background: #828873;
    border: 1.5px solid #828873;
    padding: 2px 8px;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
    color: #eeeeee;
    text-align: center;
    font-family: Lexend;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}


span.table-tool-tip::after {
    content: "";
    position: absolute;
    left: 17px;
    margin-left: -5px;
    border-width: 5px;
    background: #828873;
    width: 8px;
    height: 8px;
    border: 1.5px solid #828873;
    transform: rotate(45deg);
    bottom: -5px;
    border-left: 0;
    border-top: 0;
}

span.table-txt:hover .table-tool-tip {
    visibility: visible;
}

.section-heading .btn-custmor svg {
    transform: rotate(180deg);
}

.section-heading.active .btn-custmor svg {
    transform: rotate(0deg);
}

.section-heading .btn-Recipient svg {
    transform: rotate(180deg);
}

.section-heading.active .btn-Recipient svg {
    transform: rotate(0deg);
}

/* 
.accordine-heading {
    border-bottom: 1px solid #ccc;
    padding-bottom: 23px;

} */

.accordine-heading.active {
    border: 0;
    padding-bottom: 0;
}

.accordine-heading.active+.add-section-first {
    display: none;
}

.add-section-first {
    display: flex;
    justify-content: end;
}

input {
    color: #272727;
}

.text-under.text-under-fill {
    padding: 19px 30px;
}

.text-under-fill .section-heading a {
    color: #828873;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    text-decoration-line: underline;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.text-under-fill .section-heading {
    margin: 0;
    /* border-bottom: 1px solid #dedede; */
    padding-bottom: 15px;
}

.product-tital {
    color: #000;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 13px;
}

h4.price-product {
    color: #272727;
    text-align: right;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 13px;
    margin-bottom: 0;
}

.added-product {
    padding: 17px 0px;
    border-bottom: 1px solid #dedede;
}

.input-with-img input {
    margin-right: 16px;
}

.all-products {
    height: 1021px;
    overflow-y: scroll;
    padding-right: 16px;
}

.fill .all-products {
    height: 927px;
}

/* .product-blank {
    height: 1006px;
} */

ul.secrch-list {
    border: 1px solid #dedede;
    border-top: 0;
    border-radius: 0px 0px 3px 3px;
    margin: 0;
    list-style: none;
    position: absolute;
    padding: 0;
    width: 100%;
    background: #fff;
    padding-bottom: 10px;
    z-index: 9;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.10));
}

li.list-outer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 7px 15px;
    border-bottom: 1px solid #dedede;
    cursor: pointer;
}

.full-detalis {
    border-radius: 3px 3px 0px 0px;
}

ul.secrch-list a {
    text-decoration: none;
    color: #272727;
}

td input {
    padding: 4px;
    text-align: center;
}

.custmor-filled-deatals a {
    color: #828873;
    text-align: right;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    display: flex;
    line-height: 26px;
    text-decoration-line: underline;
    align-items: center;
}

.custmor-filled-deatals svg {
    margin-left: 8px;
}

.nam-deals-custmor h3 {
    color: #272727;
    font-family: Lexend;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.custmor-filled-deatals {
    padding: 20px;
    background: #F0F0F1;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
}

.addres h3 {
    color: #272727;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
}

.numbers h3 {
    color: #272727;
    text-align: right;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    margin: 0;
}

.Email-con {
    color: #272727;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 0px;
    line-height: normal;
    display: flex;
}

.Email-con a {
    color: #828873 !important;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    cursor: pointer;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline !important;
}

.add-categry::after {
    content: "";
    position: absolute;
    right: 17px;
    margin-left: -5px;
    border-width: 5px;
    background: #f1f9de;
    width: 8px;
    height: 8px;
    border: 1.5px solid #828873;
    transform: rotate(45deg);
    bottom: -5px;
    border-left: 0;
    border-top: 0;
}

.add-categry {
    border-radius: 4px;
    position: absolute;
    top: -41px;
    right: 14px;
    background: #F1F9DE;
    border: 1.5px solid #828873;
    visibility: hidden;
    padding: 7px 9px;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
    color: #828873;
    text-align: center;
    font-family: Lexend;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.add-tool-tip:hover .add-categry {
    visibility: visible;
}

td.pop-svgs a {
    text-decoration: none;
    padding-right: 10px;
}

.relod-pop {
    padding: 55px;
}

.btn-close {
    background: none !important;
}

.relod-pop .btn-close {
    position: absolute;
    top: -10px;
    right: 7px;
    opacity: 1;
}

h5.cancl-txt {
    color: #000;
    text-align: center;
    font-family: Lexend;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    margin-top: 21px;
    line-height: normal;
}

.pop-under-btn {
    padding: 14px 22px;
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 16px;
    border: 1px solid #828873;
    margin-top: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    transition: 0.5s;
    border-radius: 4px;
    background-color: #828873;
}

.pop-under-btn:hover {

    border: 1px solid #828873;

    color: #828873;
    background-color: transparent;
}

.sussefull-cancle p {
    color: #7B7B7B;
    text-align: center;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
}

.cancle-pop {
    max-width: 570px !important;

}

.relod-pop {
    padding: 55px;
    text-wrap: wrap;
}

.sussefull-cancle {
    display: none;
}

.relod-pop .btn-close:hover {
    opacity: 1;
}

button.confirm {
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    background: #828873;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding: 14px 30px;
    transition: 0.4s;
    border: 1px solid #828873;
    border-radius: 4px;
}

button.confirm:hover {
    background-color: transparent;
    color: #828873;
}

.btns-pop {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

button.deatils {
    padding: 13px 28px;
    color: #828873;
    text-align: center;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    transition: 0.4s;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border: 1.5px solid #828873;
    background: transparent;
    border-radius: 4px;
    /* margin-left: 20px; */
}

button.deatils:hover {
    background-color: #828873;
    color: #fff;
}

.repet-dailog {
    max-width: 579px !important;
}

.confirm-repet {
    display: none;
}

.confirmedd-repet {
    display: none;
}

.confirm-repet {
    max-width: 670px !important;
}

.product-lists-pop {
    max-width: 1136px !important;
}

.btn-close-browse {
    position: absolute;
    top: -10px;
    right: 7px;
    opacity: 1;
}

button.btn-close.btn-close-browse {
    opacity: 1 !important;
}

.filter-avebilty {
    max-width: 570.3px;
    width: 100%;
}

.filter-avebilty button:nth-child(2) {
    border-right: 1px solid #828873;
    border-left: 1px solid #828873;
}

.filter-avebilty button:nth-child(3) {
    border-right: 1px solid #828873;
}



.filter-buttons {
    display: flex;
    margin-bottom: 20px;
}

.list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.list.list-view-filter {
    flex-direction: column;
}

.list.grid-view-filter {
    flex-flow: row wrap;
    margin: 0 -13px;
}

.list.grid-view-filter li {
    /* display: flex; */
    /* justify-content: space-between; */
    width: 25%;
    /* margin: auto; */
    /* margin-bottom: 45px; */
    position: relative;
    padding: 0 13px;
}

button.grid-view-button {
    border: 0;
    background: none;
}

p.action-btn span {
    padding: 3px 7px !important;
    font-size: 10px !important;
}

.list.grid-view-filter li image {
    width: 100%;
}

button.list-view-button {
    border: 0;
    background: none;
}

.cards-1 label {
    color: #000;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.198px;
    text-transform: capitalize;
    width: calc(100% - 30px);
}

.cards-1 h4 {
    color: #000;
    font-family: Lexend;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.198px;
    margin-bottom: 2px;
    text-transform: capitalize;
    margin-top: 7px;
}

.cards-1 h5 {
    color: #828873;
    font-family: Lexend;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 13px;
}

ol.list.grid-view-filter select {
    background: #FFF;
    border: 1px solid #D4D4D4;
    width: 100%;
    border-radius: 4px;
    padding: 4px 6px;
    /* height: 48px; */
    color: #808080;
    font-family: Lexend;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 10px;
}

.cards-1 .Available {
    color: #828873;
    text-align: center;
    font-family: Lexend;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    background: #ECF8D8;
    border: 1px solid #828873;
    padding: 6px 11px;
    border-radius: 20px;
}

.cards-1 .Not-Available {
    color: #EB001B;
    text-align: center;
    font-family: Lexend;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 12px */
    padding: 6px 11px;
    border-radius: 20px;
    background-color: #FBEAEC;
    margin-left: 30px;
    border: 1px solid #EB001B;
}

.desi-filter-pop {
    height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 30px;

}

span.Soldout {
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    background: #EB001B;
    border: 1px solid #EB001B;
    padding: 4px 9px;
    border-radius: 20px;
    margin-left: 30px;
}

.all-main,
.not-main,
.sold-out-main {
    display: none;
}

.list.list-view-filter .cards-1 img {
    height: 90px;
}

.list.list-view-filter .cards-1 {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
    padding: 18px 0px;
    position: relative;
}

.card-deatails {
    border-radius: 4px;
    cursor: pointer;
    background: #F0F0F1;
    display: flex;
    justify-content: space-between;
    transition: 0.3s;
    padding: 17px;
    align-items: center;
}

.card-deatails:hover {
    background-color: #ccc;
}

.card-img-date {
    display: flex;
    align-items: center;
}

.show-method .section-heading span {
    font-weight: 200;
    float: right;
}

.action-deatils {
    display: flex;
}

h5.card-name {
    color: #272727;
    font-family: Lexend;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    margin: 0;
}

h5.card-name b {
    font-weight: 400;
}

.card-img-date svg {
    margin-right: 10px;
}

.action-deatils p {
    color: #272727;
    font-family: Lexend;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    padding: 0px 10px;
    border-left: 1px solid #ccc;
    cursor: pointer;
}

.cards-mian-outer {
    border: 1px solid #dedede;
    border-right: none;
    border-left: none;
    padding: 20px;
}

.cards-mian-outer a:hover {
    color: #828873;
}

.cards-mian-outer a {
    color: #828873;
    text-align: right;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    text-decoration-line: underline;
    margin-top: 13px;
}

.edit-order-pop {
    max-width: 600px !important;
}

.edit-order-pop .modal-content {
    padding: 30px;
}

.edit-order-pop button.btn-close {
    position: absolute;
    right: 7px;
    top: -12px;
    opacity: 1 !important;
}

.edit-order-pop img {
    width: 100% !important;
    height: 190px !important;
}

.deatils-product-edit h5 {
    color: #000;
    font-family: Lexend;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    /* 115% */
}

.deatils-product-edit .qty-input {
    border: 1px solid #ccc;
}

.deatils-product-edit .qty-input {
    border: 1px solid #ccc;
    width: fit-content;
}

.pop-edit-price h4 {
    color: #272727;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
}

.edit-price-outer {
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

input.total-read {
    color: #828873;
    font-family: Lexend !important;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

.pop-edit-price-totl {
    color: #272727;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.product-warning .modal-content {
    padding: 45px 30px;
}

.prodct-warningtext {
    color: #000;
    text-align: center;
    font-family: Lexend;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 25px;
}

.warning button {
    padding: 19px 58px;
}

.product-warning {
    display: none;
}

.delivery .nav-item:hover button {
    color: #828873 !important;
}

.delivery .nav-pills .nav-link.active:hover {
    color: #fff !important;
}

.heading-th {
    border-radius: 10px 10px 0px 0px;
    background: #1D2327;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;

}

.heading-th h4 {
    color: #FFF;
    margin: 0;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 14px */
    width: 20%;
}

.heading-td {
    display: flex;
    justify-content: space-between;
    background: #fff;
    align-items: center;
    padding: 20px;
}

.heading-td h4 {
    color: #000;
    font-family: Lexend;
    margin: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 3.5px;
}

h4.pop-svgs a {
    text-decoration: none;
}

.custmor-deatils-all {
    background-color: #EDF0E7;
    min-width: 100%;
    padding: 16px 20px 20px 20px;
}

.custmor-deatils-ccrds h4 {
    color: #000;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 6px;
}

.custmor-deatils-ccrds p {
    color: #272727;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: inherit;
    margin-bottom: 9px;
}

.under-poptable {
    background: #DEE3D4;
}

.under-poptable th {
    color: #272727;
    font-family: Lexend;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

.under-poptabl td {
    color: #000;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.custmor-total {
    padding: 15px 23px;
    background: #fff;
    margin-top: 20px;
    border-radius: 5px;
}

.custmor-total h5 {
    margin: 0;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.custmor-total span {
    color: #828873;
    text-align: right;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.auto button {
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding: 14px 26px;
    transition: 0.6s;
    background-color: #828873;
    border: 1px solid #828873;
    border-radius: 4px;
}

.auto button:hover {
    background-color: transparent;
    color: #828873;

}
.strng {
    font-weight: 400 !important;
}

.info-agi {
    color: #272727;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
    margin-top: 25px;
    margin-bottom: 25px;
}

.add-contect-pop .btn-close {
    position: absolute;
    right: 6px;
    top: -9px;
    opacity: 1 !important;
}
.text-start h3 {
    color: #272727;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
}

.modl-tital {

    color: #000;
    font-family: Lexend;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: 23px;
    /* 115% */
}

.add-contect-pop {
    max-width: 690px !important;
}

.acc-id svg {
    flex: none;
}

.pop-add-contact .tool-under {
    top: -2px;
    right: 0;
}

.add-contect-pop .modal-body {
    padding: 30px;
}

.card {

    /* background-color: #fff0 !important; */
    border-radius: 10px !important;
    border: 1px solid rgba(0, 0, 0, 0) !important;

}

.set-slelect select {
    padding: 11px 0px;
}

.Edit-Customer {
    max-width: 485px;
}

.Edit-Customer button.btn-close {
    position: absolute;
    top: -14px;
    right: 8px;
    opacity: 1 !important;
}

.Edit-Customer .modal-body {
    padding: 30px;
}

.Edit-Customer button.Generate-btn {
    padding: 19px 44px;
    margin: 0;
}

.life-cycle {
    border-radius: 10px 10px 0px 0px;
    background: #DEDEDE;
}

.life-cycle th {
    color: #272727 !important;
}

.datda-changed td {
    border-right: 1px solid #ccc;
    color: #676767 !important;
}

.add-new {
    color: #272727;
    font-family: Lexend;
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 16px */
}

.btns-order button:hover {
    color: #828873;
    background-color: #dddddd;
}

.btns-order button.active:hover {
    color: #fff;
}

.set-date {
    width: 50%;
}

.set-date input {
    max-width: 100% !important;
}

.svgplus:hover {
    opacity: 0.8;
}

.deelt-crd .btn-close {
    position: absolute;
    right: 10px;
    top: -9px;
    opacity: 1;
}

.cards-tool .table-tool-tip {
    right: -14px;
}

.billing-cycle svg:hover {
    opacity: 0.8;
    cursor: pointer;
}

.accordine-toggle.active svg {
    transform: rotate(180deg);
}

/* button.grid-view-button svg rect {
    fill: #686868;
} */
.ddlta {
    color: #828873;
    margin-top: 10px;

}

.ddlta:hover {
    color: #828873;
}

.table-bottom-btns button {
    background: #FFF;
    border: 1px solid #ddd;
    color: #000;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 8px 12px;
    line-height: 100%;
    border-radius: 29px;
    margin-left: 10px;
}

.table-bottom-btns {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: -10px;
}

.table-bottom-btns button svg {
    margin-right: 6px;
}

.assine-deginer button.btn-close {
    position: absolute;
    right: 10px;
    top: -9px;
    opacity: 1;
}

.second-tex-pop {
    color: #7B7B7B;
    text-align: center;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.assine-deginer .modal-body {
    padding: 35px;
}

.assine-deginer {
    width: 485px;
}

.selet-deginer {
    background: #F0F0F1;
    padding: 14px 24px 24px 24px;
    margin-top: 36px;
    border-radius: 5px;
}

.ass-btn {
    background-color: #828873;
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.id-or a {
    color: #272727 !important;
}

.print button {
    border-radius: 4px;
    background: #828873;
    border: 0;
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding: 8px 9px;
}

.deatils-dta h4 {
    color: #7B7B7B;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 26px;
    /* 162.5% */
}

.deatils-dta h3 {
    color: #272727;
    font-family: Lexend;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 13px;
    line-height: 20px;
}

.deatils-dta p {
    color: #272727;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 9px;
    line-height: 22px;
    /* 137.5% */
}

.product-prices {
    background-color: #EDEDED;
    border-radius: 5px;
    padding-top: 14px;
}

.review-all {
    background: #fff;
    padding: 27px 40px 40px 40px;
    width: 100% !important;
}

.arrow-swing svg {
    transform: rotate(180deg);
}

.product-header {
    display: flex;
    justify-content: space-between;
}

.product-header {
    display: flex;
    justify-content: space-between;
    padding: 0px 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.img-qty {
    display: flex;
}

.product-name-qty {
    margin-left: 13px;
}

.product-body h5 {
    color: #272727;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    padding: 0px 15px;
}

.product-name-qty p {
    color: #272727;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    /* 185.714% */
}

.product-name-qty h5 {
    color: #000;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.price-qty h5 {
    color: #828873;
    text-align: right;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.product-body h5 {
    color: #272727;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}

.product-body span {
    float: right;
}

.product-fotter {
    border-radius: 0px 0px 4px 4px;
    background: #E3E3E3;
    height: 52px;
    display: flex;
    align-items: center;
}

.product-fotter h5 {
    padding: 15px;
    color: #272727;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    line-height: 35px;
}

.product-fotter span {
    float: right;
    color: #828873;
    text-align: right;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    /* 218.75% */
}

.order-deatils {
    background-color: #EDEDED;
    padding: 35px 25px;
    border-radius: 5px;
}

.allocated {
    background: #EAFAE0;
    border: 1px solid #3C7D0E;
    filter: drop-shadow(0px 0px 20px rgba(78, 110, 24, 0.20));
    padding: 9px;
    display: flex;
    align-items: center;
    color: #828873;
    border-radius: 4px;
    font-family: Lexend;
    margin-bottom: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
    justify-content: center;
}

.Mark {
    background-color: #19B790;
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    margin-bottom: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    border-radius: 4px;
    line-height: normal;
    padding: 13px;
}

.image-attch a {
    color: #828873;
}

.image-attch {
    color: #828873;
    text-align: right;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 185.714% */
    margin-bottom: 10px;
    text-decoration-line: underline;
}

.not-de {
    background: #151CBE;
}

.chch-stus {
    background-color: #828873;
}

.Wednesday {
    padding: 25px !important;
    background-color: #EDEDED;
    height: 253px;
    overflow-y: scroll;
}

.Wednesday::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.Wednesday::-webkit-scrollbar-track {
    background: #E8E8E8;
}

/* Handle */
.Wednesday::-webkit-scrollbar-thumb {
    background: #C9C9C9;
    border-radius: 5px;
}

.dyas {
    border-bottom: 1px solid #ddd;
    padding-bottom: 19px;
    padding-top: 19px;
}

.dyas h5 {
    color: #272727;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.dyas:first-child {
    padding-top: 0;
}

.dyas span {
    color: #272727;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    /* 142.857% */
    margin-left: 10px;
    margin-bottom: 7px;
}

.dyas p {
    color: #808080;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    /* 162.5% */
    margin-bottom: 4px;
}

.dyas h6 {
    color: #828873;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

.progress-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 14px;
    max-width: 100%;
    width: 100%;
}

.progress-container::before {
    content: '';
    /* must be added when using the ::before pseudoselector */
    background-color: #E5E5E5;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 7px;
    width: 100%;
    z-index: 1;
}


.progress {
    background-color: #828873 !important;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    /* centers the line vertically along the y-axis */
    height: 7px !important;
    width: 35%;
    z-index: 1;
    transition: .4s ease;
}

.circle {
    background-color: #fff;
    color: #999;
    border-radius: 50%;
    height: 17px;
    width: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px solid #ddd;
    transition: .4s ease;
    z-index: 3;
}

.circle.active {
    border-color: #828873;
}

.btn {
    background-color: #828873;
    color: #fff;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    font-family: inherit;
    padding: 8px 30px;
    margin: 5px;
    font-size: 14px;
}

.order-status-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-status-inner.active h5 {
    color: #828873;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.order-status-inner h5 {
    color: #7B7B7B;
    text-align: center;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
}

.export-img .btn-close {
    position: absolute;
    right: 10px;
    top: -9px;
    opacity: 1;
}

.modal-dialog.export-img {
    max-width: 560px;
}

.export-img .modal-content {
    padding: 60px;
}

.image-drag {
    border: 1.5px dashed #B0B0B0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 440px;
    padding: 30px;
    border-radius: 3px;
}

.image-drag h5 {
    margin-top: 24px;
    margin-bottom: 11px;
    color: #000;
    text-align: center;
    font-family: Lexend;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.image-drag p {
    color: #808080;
    text-align: center;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.uploded-img {
    display: none;
}

.Lush {
    display: none;
}

.uploded-img .modal-content {
    padding: 38px;
}

.uploded-img .modal-content {
    padding: 38px;
}

.Lush .modal-content {
    padding: 24px;
}

.modal-dialog.export-img.Lush {
    max-width: 854px;
}

.uplode-data h5 {
    color: #272727;
    font-family: Lexend;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.uplode-data span {
    color: #828873;
    text-align: right;
    font-family: Lexend;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    float: right;
}

button.disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
}



.list.list-view-filter .cards-1 input.check-box {
    position: absolute;
    left: 0;
}

.list.list-view-filter .cards-1 img {
    padding: 0 0 0 40px;
}

.list.list-view-filter .inpt-account.mt-2 {
    /* margin: 0 0 0 29px; */
    max-width: 35%;
    width: 100%;
}

.list.list-view-filter h4 {
    max-width: 15%;
    width: 100%;
    padding: 0;
}

.list.list-view-filter h5 {
    max-width: 18%;
    width: 100%;
    padding: 0;
}

.list.list-view-filter p.list-btn .Available {
    max-width: 148px;
    width: 100%;
}

.list.list-view-filter .Available {
    margin: 0 10px 0 0;
}

.list-view-filter .cards-1 .Not-Available {
    margin: 0;
}

.list.list-view-filter p.action-btn {
    max-width: 18%;
    width: 100%;
}

.list.list-view-filter p.action-btn span.Soldout {
    margin: 0;
}

.list.list-view-filter .img-part {
    max-width: 18%;
    width: 100%;
}

.desi-filter-pop::-webkit-scrollbar {
    width: 6px;
}

.desi-filter-pop::-webkit-scrollbar-thumb {
    background: #C9C9C9;
    border-radius: 5px;
}

.desi-filter-pop::-webkit-scrollbar-track {
    background: #E8E8E8;
}

.modal-content .middle-part {
    display: flex;
    margin: 0 0 0 24px;
    column-gap: 10px;
    flex: 1;
    /* flex-wrap: wrap; */
}

.modal-header {
    justify-content: initial;
}


.modal-content .right-part {
    display: flex;
    column-gap: 10px;
    margin: 0 0 0 17px;
    flex-wrap: wrap;
}


.modal-header .left-part .billing-cycle.p-0,
.modal-header .billing-cycle.p-0,
.modal-header .serch-icon.senond-icon {
    max-width: 389px;
    width: 100%;
}

.modal-body .order-buttons {
    margin-right: 30px;
}


button.grid-view-button.active svg rect,
button.list-view-button.active svg rect {
    fill: #828873;
}

.list.grid-view-filter li .img-part img {
    width: 100%;
}

/* .list.grid-view-filter span {
    margin: 0 0 0 30px;
} */

.list.grid-view-filter span+span {
    margin: 0 0px 0 8px;
}

p.action-btn {
    position: absolute;
    top: 8px;
    right: 19px;
}

.input-with-img img {
    height: 60px;
    width: 60px;
}

li.list-outer:hover {
    background: #ededed;
}




.check-second .cards {
    vertical-align: text-bottom;
}

.route {
    padding: 15px;
    background-color: #fff;
    display: flex;
    border-radius: 4px;
}

.route .gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 400px;
    width: 906px;
}

.custmize-map {
    height: 48px;
    background: #000;
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 24px;
}

.route ul li {
    list-style: none;
    color: #272727;
    font-family: Lexend;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 13px */
}

.route .first-rout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
    row-gap: 5px;
    column-gap: 5px;
    padding: 0px;
    margin-bottom: 16px;
    list-style: none;
    margin-top: 22px;
}

.route .second-rote {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
    row-gap: 5px;
    column-gap: 5px;
    padding: 0px;
    list-style: none;
}

.route .second-rote li:last-child {
    margin-top: 16px;
}

.under-route {
    padding: 16px 19px;
    background: #F0F0F1;
    border-radius: 5px;
}

.z-tre {
    border: 1px solid #ddd;
    height: 221px;
}

.buttons.chokha button {
    padding: 15px 37px;
}

.buttons.chokha {
    display: flex;
    align-items: center;
    justify-content: end;
}

.many-btn button {
    margin-right: 15px;
}

.many-btn button:last-child {
    margin: 0;
}

.cursor-hand {
    cursor: pointer;
}

.invoice-pop .btn-close {
    position: absolute;
    opacity: 1 !important;
    right: 10px;
    top: -9px;
}

.invoice-pop {
    max-width: 805px !important;
}

.md-body {
    padding: 18px 30px 30px 30px;
}

.invoice-pop input,
textarea {
    background-color: #F0F0F1;
    border: 1px solid #D4D4D4;
    color: #8E8E8E;
}

.invoice-pop textarea::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.invoice-pop textarea::-webkit-scrollbar-track {
    background: #E8E8E8;
}

/* Handle */
.invoice-pop textarea::-webkit-scrollbar-thumb {
    background: #C9C9C9;
    border-radius: 5px;
}

.invoice-pop tbody {
    border: 1px solid #ddd;
}

.complt-route {
    max-width: 394px !important;
}

.complt-route .mod-bodyy {
    padding: 21px;
}

.complt-route .btn-close {
    position: absolute;
    opacity: 1 !important;
    right: 10px;
    top: -9px;
}

.complt-route .modal-header {
    padding: 16px 21px !important;
}

.foot-p .foter-td {
    padding: 0px !important;
}

.foot-p .foter-td p {
    padding-left: 15px !important;
    padding-top: 15px;
}

.coupen button {
    height: 48px;
    line-height: 14px;
}

.rec-2,
.rec-1 {
    background: transparent;
    box-shadow: 0px 0px 5px 0px #ccc;
    border-radius: 50%;
}

.rec-1.active {
    transform: rotate(0deg);
}

.rec-1 {
    transform: rotate(180deg);
}

.rec-2 {
    transform: rotate(180deg);
}

.rec-2.active {
    transform: rotate(0deg);
}

.total-iteam-1 p {
    font-size: 14px;
}

.total-iteam p {
    font-size: 14px;
}

.total-iteam,
.total-iteam-1 {
    background: #dededd63;
    padding: 15px;
    border-radius: 4px;
}

.grand-totall {
    font-size: 17px;
    margin-top: 22px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #CCC;
    padding: 15px 0px;
}

.Recipient-show-colleb {
    display: none;
}

button.add-btn {
    border: 1px solid #828873;
    background: #828873;
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    transition: 0.3s;
    margin-bottom: 15px;
}

button.add-btn:hover {
    background-color: transparent;
    color: #828873;
}

.respie button#pills-profile-tab {
    border-left: 0px;
}

.add-image-part a {
    color: #272727;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    /* 14px */
    text-decoration-line: underline;
    text-transform: capitalize;
}

.add-image-part a:hover {
    color: #272727;

}

.text-change textarea {
    background-color: #fff;
}

.sidebar .nav .nav-item .nav-link .menu-title {
    display: none;
}

nav#sidebar:hover {
    width: 230px;
}

nav#sidebar:hover .menu-title {
    display: block;
}

.main-ticket-1 {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.main-ticket {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.btn-ticket-1 {
    transform: rotate(0deg);
}

.btn-ticket-1.active {
    transform: rotate(180deg);
}

.custmor-collabe-data .tickets-dashboard {
    height: 35px;
}

.custmor-collabe-data td {
    padding: 2px 15px !important;
}

.Recipient-show-colleb .tickets-dashboard {
    height: 35px;
}

.Recipient-show-colleb td {
    padding: 2px 15px !important;
}


.product-show-colleb .tickets-dashboard {
    height: 35px;
}

.product-show-colleb td {
    padding: 2px 15px !important;
}


.input-iteams {
    position: relative;
}

.input-iteams label {
    position: absolute;
    top: -10px;
    left: 11px;
    background: #fff;
    padding: 0px 7px;
    font-size: 14px;
    color: #272727;
    font-family: Lexend;
    font-style: normal;
    z-index: 1;
    font-weight: 400;
}

.cstm button {
    padding: 10px 25px;
}

svg.me-2 {
    flex: none;
}

.sku-tb {
    margin-left: 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 300;
    color: #000;
}

.recipent-main.tackout-triger {
    display: none;
}

.pickeup-triger {
    display: none;
}

span.status-med {
    margin-left: 7px;
}

tfoot.foot-p {
    border-bottom: 1px transparent;
}

.pro-outer .tickets-dashboard {
    height: 40px;
}

.pro-outer td {
    padding: 7px 15px !important;
}

.foter-td p {
    margin-bottom: 0px;
}

.pemnt-options label {
    display: flex;
    align-items: center;
}

.pemnt-options .panel-default>.panel-heading {
    padding: 0;
    background-color: transparent;
    border-color: transparent;
}

.pemnt-options .panel-default {
    border-color: transparent;
}

.recipent-main textarea {
    background: #fff;
}

ul.add-drop a{
    display: flex;
    text-decoration: none !important;
} 

.add-drop {
    position: absolute;
    top: 37px;
    list-style: none;
    padding-left: 0;
    right: 0;
    background: #fff;
    max-width: 118px;
    width: 100%;
    border-radius: 4px;
    color: #828873 !important;
    visibility: hidden;
    font-size: 14px;
    font-style: normal;
    font-weight: 500 !important;
    transition: 0.4s;
    line-height: 26px;
    box-shadow: 0px 3px 16px 0px #ddd;
    text-align: left;
}

ul.add-drop button {
    background: transparent;
    border: 0;
    color: #828873;
    font-weight: 600;
    font-size: 14px;
}

ul.add-drop li {
    border-bottom: 1px solid #ccc;
    padding: 4px 9px;
    cursor: pointer;
}

ul.add-drop li:hover {
    background: #f4f1f1;
}

.add-section-upper:hover .add-drop {
    visibility: visible;
    transition: 0.4s;
}

.input-group select {
    border: 1px solid #ccc;
    border-left: 0;
    border-radius: 0px 3px 3px 0px;
}

span.dis-price {
    color: red;
    font-size: 14px;
}

h5.acc-price {
    font-size: 18px;
}

.tem-price {
    color: #7d7d7d;
}

.btn-svg {
    display: flex;
}

.btn-svg svg {
    flex: none;
    margin-top: 5px;
    cursor: pointer;
}

.btn-svg svg {
    flex: none;
    margin-top: 5px;
    cursor: pointer;
    border: 1px solid #828873;
    border-radius: 50%;
    margin-right: 18px;
}

td textarea {
    padding: 4px;
    line-height: 18px;
    max-height: 127px;
    min-height: 85px;
}

thead.under-pop-product th {
    color: #000;
    font-weight: 600;
}

.second-pop:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .5;
}

h4.panel-title {
    display: flex;
    align-items: center;
}

.popup {
    width: 100% !important;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    /* text-align: center; */
    z-index: 9999;
}

.popup .popup__content {
    width: 50%;
    background: white;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    /* padding: 20px; */
    border-radius: 5px;
}

.popup .popup__content .close {
    position: absolute;
    right: 6px;
    cursor: pointer;
    top: -12px;
    width: 20px;
    display: block;
}

thead.under-pop-product tr th {
    border-bottom: 0;
}

.popup__content .section-heading.view-all {
    padding: 15px 9px 15px 19px;
    border-bottom: 1px solid #ccc !important;
}

.popup__content .border-rund {
    padding: 20px;
    border-radius: 0 !important;
}

thead.under-pop-product {
    background: #e5e5e5;
    height: 44px;
}

.popup__content .border-rund {
    padding: 20px;
    border-radius: 0 !important;
    height: 60vh;
}

.radio.col-xs-12 label {
    display: flex;
    align-items: center;
}

.input-group.error select {

    border-color: red !important;

}

.input-iteams.error input {
    border-color: red !important;
}

.input-iteams.error select {
    border-color: red !important;
}

.error p {
    margin: 0;
    color: red;
    position: absolute;
    text-align: right;
    /* width: 100%; */
    bottom: -9px;
    right: 12px;
    background: #fff;
    padding: 0px 5px;
    display: block !important;
}

.input-iteams p {
    display: none;
}

.select2-container {

    width: 100% !important;
}

.select2-container .select2-selection--single {
    /* box-sizing: border-box; */
    /* cursor: pointer; */
    height: 48px !important;
    user-select: none;
    -webkit-user-select: none;
    display: flex;
    padding-top: 10px;
    position: relative;
    border: 1px solid #d4d4d4 !important;
    border-radius: 4px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {

    top: 11px !important;

}

.card-1.active {
    background: #ccc;
}

.card-2.active {
    background: #ccc;
}

.cards-fuctions.active {
    display: block;
}

.cards-fuctions {
    display: none;
}

.template-1 {
    border: 1px solid #ccc;
    text-align: center;
/*    padding: 20px 0px;*/
    padding: 0px 0px;
}

.card-birthday {
    position: relative;
    display: table;
    margin: auto;
}
/* .edit-cards {
    position: absolute;
    top: 44%;
    left: 68px;
    right: 39px;
    color: #272727;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: inherit;
    transform: translateY(-50%);
    height: 140px;
    overflow-y: auto;
} */

.edit-cards {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    color: #272727;
    text-align: left;
    font-family: arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: inherit;
}

td.name-hander {
    cursor: pointer;
}
.toggler-iteam {
    display: flex;
    align-items: center;
}

.Description .top-editor {
    background: #F0F0F1;
    padding: 18px 8px;

}

.color-outer {
    position: relative;
}

.edit-cards:focus-visible {
    outline: none;
}

.color-outer input {
    position: absolute;
    right: 0;
    opacity: 0;
}

.thankyou .edit-cards {
    color: #272727;
    text-align: center;
    /* font-family: 'Great Vibes', cursive; */
    /* font-size: 70px; */
    font-style: normal;
    font-weight: 400;
    line-height: inherit;
    /* 78.571% */
}

.annyvercy .edit-cards {
    color: #272727;
    text-align: center;
    /* font-family: 'Great Vibes', cursive; */
    /* font-size: 40px; */
    font-style: normal;
    font-weight: 400;
    line-height: inherit;
    /* 137.5% */
}

.browse-btn.position-relative {
    margin-top: 30px;
    width: auto;
    display: flex;
    align-items: self-start;
}

.billing-cycle img {
    margin-left: 20px;
}

.active svg {
    color: #828873 !important;
}

.loader_form {
    width: 50px !important;
    margin: 3px;
    display: none;
}

.loader {
    height: auto !important;
    width: 15px !important;
    margin: 3px;
    display: none;
    border: none;
}

.loader-switch {
    display: flex;
    align-items: center;
}

span.error {
    color: red;
}

img.img-preview {
    height: 100px;
    width: 100px;
}


.attribute-form {
    width: 100%;
    display: flex;
}

.ped-fix .row {
    /* width: 50%; */
    /*margin-top: 15px;*/
    margin-left: 10px;
}

.line-items {
    width: 100%;
}

div#deleteConfirmationModalRecipe {
    z-index: 9999;
}

button.cancel-line-btn {
    background: #7B7B7B;
    border: none;
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    transition: 0.5s;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding: 19px 40px;
    border-radius: 4px;
    border: 1px solid #7B7B7B;
}

.product-row .row {
    width: 100%;
}

.edit-cards::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.edit-cards::-webkit-scrollbar-track {
    background: #E8E8E8;
}

/* Handle */
.edit-cards::-webkit-scrollbar-thumb {
    background: #C9C9C9;
    border-radius: 5px;
}

.popup__content .border-rund::-webkit-scrollbar {
    width: 6px;
}

tr.btn-sttus td button {
    width: 100%;
    max-width: 100px;
}

.advace-filter {
    display: flex;
    /* background: #f0f0f1; */
    padding: 20px 12px;
    /* border-radius: 6px; */
    gap: 20px;
}

.filter-outer {
    border-bottom: 1px solid #ccc;

}

.filter-outer {
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.set-date.input-iteams label {
    top: -13px;
}

span.sorting {
    display: inline-grid;
    position: absolute;
    top: 20px;
    margin-left: 5px;
}

.circul-i {
    flex: none;
    /* margin-top: 5px; */
    cursor: pointer;
    border: 1px solid #828873;
    border-radius: 50%;
    margin-right: 18px;
}

.uncheck label {
    cursor: pointer;
}

span.note-wrep {
    text-wrap: wrap;
}

.sku-tb.ms-0 {
    display: flex;
    align-items: end;
}

.note-area {
    background: transparent;
    border: none !important;
}

.deatils-dta b {
    font-weight: 600;
}

ul.add-drop.order-id {
    left: 0px;
    top: 113px;
    z-index: 9;
    box-shadow: 0px 3px 16px 0px #353535;
    max-width: 184px;
}

span.id-or:hover .order-id {
    visibility: visible;
}

button.save.uplode {
    padding: 10px 18px;
}

.uplod-pop {
    padding: 15px;
}

.slid-detil img {
    height: 110px;
}

.slid-detil input {
    position: absolute;
    left: -113px;
}

.outer-add-image button {
    color: #828873;
    font-family: Lexend;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    background: #E7EDDE;
    border: 0;
    padding: 15px 19px;
    border-radius: 4px;
}

.row.scroll-body {
    /* height: 21vw; */
    overflow-y: auto;
}

.img-btnup.active {
    background: #828873 !important;
    color: #fff !important;
    FONT-WEIGHT: 500;
    font-size: 14px;
    border: 0 !important;
    border-radius: 4px !important;
}

.img-btnup {
    background: transparent !important;
    color: #828873 !important;
    FONT-WEIGHT: 500;
    font-size: 14px;
    border: 0 !important;
}

.scroll-body {
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.scroll-body::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.scroll-body::-webkit-scrollbar-track {
    background: #E8E8E8;
}

/* Handle */
.scroll-body::-webkit-scrollbar-thumb {
    background: #C9C9C9;
    border-radius: 5px;
}

.scroll-body .row {
    row-gap: 18px;
}

.tol-d {
    visibility: hidden;
}

svg.open-pop:hover+.tol-d {
    visibility: visible;
}

span.tol-d {
    border-radius: 4px;
    position: absolute;
    top: -33px;
    left: 32px;
    background: #828873;
    padding: 5px 9px;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
    color: #ffffff;
    text-align: center;
    font-family: Lexend;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

span.tol-d::after {
    content: "";
    position: absolute;
    right: 25px;
    margin-left: -5px;
    border-width: 5px;
    background: #828873;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    bottom: -4px;
    border-left: 0;
    border-top: 0;
}

.deatils-dta:first-child {
    width: 20%;
}

.deatils-dta:nth-child(2) {
    width: 20%;
}

.deatils-dta:nth-child(3) {
    width: 23%;
}

.deatils-dta:last-child {
    width: 35%;
}

.perview-card {
    border: 1px solid #dee2e6 !important;
    width: fit-content;
    padding: 20px;
    padding-top: 0;

}

.de-status .table-tool-tip {
    right: -25px;
}

.first-tool {
    right: -25px !important;
}

.bc-ststs .icon {
    width: 20%;
}

.bc-ststs .billing-cycle.p-0 {
    width: 80%;
}

.table-svg2 {
    display: none;
}

.bc-ststs {
    display: flex;
    align-items: center;
}

.designer-notice {
    max-width: 650px !important;
}

.modal-select-cmn .designer-notice {
    max-width: 420px !important;
}

a.click-first {
    color: #828873;
}

a.click-first:hover {
    color: #828873 !important;
}

.add-new-nots {
    display: none;
}

.question-img {
    width: 50px;
    margin-right: 30px;
}

.modal-select-cmn .dyas {
    display: flex;
    align-items: center;
}

img.replace,
.replace1 {
    width: 28px !important;
    margin-left: 8px;
}

span.table-txt.position-relative.de-status {
    margin-right: 8px;
    font-size: 0px !important;
}

.tip-2 {
    right: -25px !important;
}

.dash-set {
    --bs-gutter-x: 0.5rem !important;
    gap: 20px;

}

/* .cr-zn-li{
    right: -13px !important;
    top: -41px !important;
} */
span.table-tool-tip.cr-zn-li {
    right: -6px !important;
    top: -34px !important;
}

/* .cr-zn-li1{
        right: -18px !important;
        top: -39px !important;
    } */
span.table-tool-tip.cr-zn-li1 {
    right: -24px !important;
    top: -34px !important;
}

.graph {
    width: 100%;
}

.graph img {
    width: 100%;
}

.g-10 {
    gap: 10px;
}

/* New Css */
span.error-message {
    font-size:15px;
}

datalist {
    position: absolute;
    max-height: 20em;
    border: 0 none;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999;
}
.header-cursor{
    cursor:pointer !important;
}
datalist option {
    font-size: 0.8em;
    padding: 7px 15px;
    background-color: #fff;
    cursor: pointer;
    border-right: 1px solid #D4D4D4;
    border-left: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
}



.dsc-icon {
    display: none;
}

#delivery-date-time:hover .dsc-icon {
    display: inline-block; 
}
#quantity:hover .dsc-icon {
    display: inline-block; 
}
#recipient:hover .dsc-icon {
    display: inline-block; 
}



datalist option:hover,
datalist option:focus {
    color: #fff;
    background-color: #828873;
    outline: 0 none;
}

button.cncle.cancel-editcustomer {
    background: #7B7B7B;
    border: none;
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    transition: 0.5s;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    /* padding: 19px 40px; */
    border-radius: 4px;
    border: 1px solid #7B7B7B;
}

.gernal-start .search-customer {
    width: 50% !important;
    margin-bottom: 20px
}

.gernal-start .search-customer svg {
    right: 20px;
}

.gernal-start ul.secrch-list {
    width: 97%;
}

.recipt-address,
.recipt-phone {
    font-size: 12px;
}

.cross-user {
    display: none;
    text-align: right;
}

.table-orders {
    max-height: 70%;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
}

.spinner,
.spinner>div {
    width: 25px;
    height: 25px;
    border-radius: 50% !important;
}

.spinner {
    border: 3px solid rgba(51, 51, 51, 0.2);
    position: relative;
}

.spinner>div {
    border: 3px solid #333;
    border-right-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -ms-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    position: absolute;
    top: -3px;
    left: -3px;
}

.search-spin {
    display: flex;
    justify-content: right;
    position: absolute;
    top: 16px;
    right: 45px;
}

.designer-spin {
    display: flex;
    justify-content: right;
    position: absolute;
}

.loader-search,
.loader-search>div {
    width: 15px;
    height: 15px;
    border-radius: 50% !important;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-spin {
    display: flex;
    justify-content: center;
    align-items: center;
}

div#confirmation-modal-2, div#confirmation-modal-22 {
    z-index: 9999;
}

.confirmation-modal-2, .confirmation-modal-22, .confirmation-modal-222 {
    width: 100% !important;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    /* text-align: center; */
    z-index: 9999;
}

.confirmation-modal-2 .popup__content, .confirmation-modal-22 .popup__content, .confirmation-modal-222 .popup__content {
    width: 32%;
    background: white;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    /* padding: 20px; */
    border-radius: 5px;
}

.confirmation-modal-2 .popup__content .close, .confirmation-modal-22 .popup__content .close, .confirmation-modal-222 .popup__content .close {
    position: absolute;
    right: 6px;
    cursor: pointer;
    top: -12px;
    width: 20px;
    display: block;
}

.confirmation-modal .Generate-btn {
    padding: 9px 29px;
}

.confirmation-modal .cancel-btn {
    padding: 9px 29px;
}

button.confirmation-close {
    background: #7B7B7B;
    border: none;
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    transition: 0.5s;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding: 9px 40px;
    border-radius: 4px;
    border: 1px solid #7B7B7B;
}

.reset-btn {
    color: #828873;
    cursor: pointer;
}

.browse-btn.position-relative input {
    width: 100%;
}

.pegination .pagination.active,.pegination .pagintion.active {
    color: #828873;
    text-align: center;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    background: none;
    text-decoration: none;
    margin: 0px;
}

.pegination .pagination,.pegination .pagintion {
    padding: 10px;
    background: white;
    text-align: center;
    text-decoration: none;
    color: #000;
    border-radius: 4px;
    margin: 0px 8px;
}

a.pagination.prev,
a.pagination.next,a.pagintion.prev,
a.pagintion.next {
    margin: 0px 10px;
    background: #828873;
    color: #fff;
    padding: 7px 19px;
    border-radius: 4px;
    border: 1px solid #828873;
    transition: 0.5s;
    text-decoration: none;
}

button.nav-link.img-btnup.upload-image {
    float: right;
    margin-top: 20px;
    background: #828873 !important;
    color: #fff !important;
    FONT-WEIGHT: 500;
    font-size: 14px;
    border: 0 !important;
    border-radius: 4px !important;
}
span.table-tool-tip {
    left: -3px !important;
    width: fit-content;
    }
    #pills-tabContent .billing-cycle.ped-fix .row.mt-4.justify-content-between.g-20.search-inputs div {
        padding-left: 0px;
    }
    #pills-tabContent .billing-cycle.ped-fix .row.mt-4.justify-content-between.g-20.search-inputs {
        margin-left: 0px;
    }
    .add-product .modal-header {
        justify-content: space-between;
    }
    .modal-data.delet-modal .Wednesday {
        padding: 0px !important;
        background: inherit;
    }
    .image-drag label.click-first {
        text-decoration: underline;
        color: #828873;
    }
    p.sku-tb.ms-0.position-relative {
        width: fit-content;
    }
    .sku-tb span.tol-d {
        right: -3px;
        left: inherit;
    }
    .sku-tb.ms-0.position-relative svg.open-pop.ms-2.circul-i.recipe-prdct {
        position: relative;
    }
.ticket-list .tickets-dashboard th:nth-child(6), .ticket-list td:nth-child(6) {
/*    max-width: 190px;*/
/*    white-space: normal;*/
    white-space: unset;
}

.ticket-list .status-show button.Pending.pendingbtn {
    max-width: 85px;
}

.ticket-list .tickets-dashboard th:nth-child(3), .ticket-list td:nth-child(3) {
    max-width: 300px;
    white-space: normal;
}
button.cancel-btn-delivery {
    background: #7B7B7B;
    border: none;
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    transition: 0.5s;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding: 19px 40px;
    border-radius: 4px;
    border: 1px solid #7B7B7B;
}
.route-tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-radius: 4px;
    background: #828873;
    color: #FFF;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    padding: 14px;
    cursor: pointer !important;
}

.route-tabs .nav-link {
    color: #7B7B7B;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    padding: 14px;
    white-space: nowrap;
    cursor: pointer !important;
}
.nav-item a{
    text-decoration: none;
}
.nav-item a{
    text-decoration: none;
}
.nav-item a button:hover {
    color: #7B7B7B !important;
}
.icon-cancel{
    color: #828873;
    cursor: pointer;
}
span.check-order {
    display: flex;
    align-items: center;
}
span.check-order .check-box {
    height: 20px;
    width: 20px;
    accent-color: #828873;
    border-radius: 3px;
    margin-right: 10px;
}
.breadcrumb-link {
    color: #fff !important;
}

/*********** Card Css *******************/
.card-info{
    background-color: #EDF0E7;
    min-width: 100%;
    padding: 16px 20px 20px 20px;
    margin: 20px 0px 10px 0px;
}

.card-info .payment-title {
    width: 100%;
    text-align: center;
}

.card-info .form-container .field-container:first-of-type {
    /*grid-area: name;*/
    grid-area: number;
}

.card-info .form-container .field-container:nth-of-type(2) {
    /*grid-area: number;*/
    grid-area: expiration;
}

.card-info .form-container .field-container:nth-of-type(3) {
    /*grid-area: expiration;*/
    grid-area: security;
}

.card-info .form-container .field-container:nth-of-type(4) {
    grid-area: security;
}

.field-container input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field-container {
    position: relative;
}

.card-info .form-container {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: 90px 90px 90px;
    grid-template-areas: "number number""expiration security";
    padding: 0px 20px;
    color: #707070;
}

.card-info label {
    padding-bottom: 5px;
    font-size: 13px;
}

.card-info input {
    margin-top: 3px;
    padding: 15px;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
}

.ccicon {
    height: 38px;
    position: absolute;
    right: 6px;
    top: calc(58% - 17px);
    width: 60px;
}

/* CREDIT CARD IMAGE STYLING */
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.container {
    width: 100%;
    max-width: 400px;
    max-height: 251px;
    height: 54vw;
    padding: 20px;
}

#ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

#ccsingle svg {
    width: 100px;
    max-height: 60px;
}

.creditcard svg#cardfront,
.creditcard svg#cardback {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0px black;
    box-shadow: 1px 5px 6px 0px black;
    border-radius: 22px;
}

#generatecard{
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float:right;
}

/* CHANGEABLE CARD ELEMENTS */
.creditcard .lightcolor,
.creditcard .darkcolor {
    -webkit-transition: fill .5s;
    transition: fill .5s;
}

.creditcard .lightblue {
    fill: #03A9F4;
}

.creditcard .lightbluedark {
    fill: #0288D1;
}

.creditcard .red {
    fill: #ef5350;
}

.creditcard .reddark {
    fill: #d32f2f;
}

.creditcard .purple {
    fill: #ab47bc;
}

.creditcard .purpledark {
    fill: #7b1fa2;
}

.creditcard .cyan {
    fill: #26c6da;
}

.creditcard .cyandark {
    fill: #0097a7;
}

.creditcard .green {
    fill: #66bb6a;
}

.creditcard .greendark {
    fill: #388e3c;
}

.creditcard .lime {
    fill: #d4e157;
}

.creditcard .limedark {
    fill: #afb42b;
}

.creditcard .yellow {
    fill: #ffeb3b;
}

.creditcard .yellowdark {
    fill: #f9a825;
}

.creditcard .orange {
    fill: #ff9800;
}

.creditcard .orangedark {
    fill: #ef6c00;
}

.creditcard .grey {
    fill: #bdbdbd;
}

.creditcard .greydark {
    fill: #616161;
}

@media screen and (max-width:1170px) {
    .respo-custmor {
        display: block;
    }

    .deatils-dta {
        width: 50% !important;
    }

    .deatils-dta:last-child {
        width: 80% !important;
    }

    .respo-custmor .col-lg-6 {
        width: 100%;
        margin-bottom: 10px;
    }

    .outer-nav {
        overflow-x: scroll;
    }

}

.rg-10 {
    row-gap: 10px;
}

@media screen and (max-width:991px) {
    .table-bottom-btns button {
        margin-left: 0px;
    }

    .table-bottom-btns {
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .section-heading {
        margin-top: 30px;
    }

    .popup .popup__content {
        width: 93%;
    }
}

@media screen and (max-width:850px) {
    .mr-850 {
        margin-top: 20px !important;
    }
}

@media screen and (max-width:768px) {
    .content-wrapper {
        padding: 15px;
    }

    .Customer-Employee {
        padding: 15px 10px 30px 10px;
    }

    .buttons button {
        padding: 10px 27px;
        margin: 0;
        /* width: 48%; */
    }
}

.order-tool {
    top: -34px !important;
    right: -3px !important;

}

.order-cre {
    right: -24px !important;
    top: -34px !important;
}

.tikcet-tool {
    right: -16px !important;
    top: -34px !important;
}

.pro-list-tool {
    right: 0px !important;
    top: -35px !important;
}


.buttom-page-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.loaderButton {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #828873;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 9999;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader_main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #82887347;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

label.childCatCheck {
    padding: 10px;
}

#childCatCheck:checked {
    background-color: #828873;
    border-color: #828873;
}

button.item-cat-cancel {
    border: 0;
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    transition: 0.5s;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding: 19px 29px;
    border-radius: 4px;
    margin-left: 15px;
}

.browse-btn {
    position: relative;
}

.browse-btn input.dropzone {
    position: absolute;
}

select#records_per_page {
    display: none;
}

p.remove-icon {
    position: absolute;
    top: -13px;
    right: -7px;
    font-size: 16px;
    cursor: pointer;
    color: #000;
    background: #fff;
    border: 2px solid #000;
    margin: 0;
    padding: 0px 6px 0px 6px;
    border-radius: 50%;
    font-weight: 600;
}

.img-prview.prevsingle {
    position: relative;
}

.img-prview.prevsingle img {
    height: 100px !important;
    width: 100px !important;
}

.img-prview {
    box-shadow: none !important;
}

label.label-for-btn {
    display: inline-flex;
    padding: 13px 36px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #828873;
    background: #828873;
    font-family: lexend;
    color: #FFF;
    border-radius: 4px;
    font-weight: 500;
    line-height: normal;
    font-size: 18px;
}
button.cancel-btn-no.noclick {
    background: #7B7B7B;
    border: none;
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    transition: 0.5s;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 4px;
    border: 1px solid #7B7B7B;
}


button.cancel-btn-no.noclick:hover {
    background: transparent;
    border: 1px solid #7B7B7B;
    color: #7B7B7B;
}


#deleteConfirmationModalRecipe .modal-dialog {
    transform: none;
    background: #1e1e1eeb;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

#deleteConfirmationModalRecipe .modal-dialog .modal-content {
    max-width: 20%;
    margin: 0 auto;
}


span.select_lineitem {
    margin-right: 30px;
}

.reset a {
    color: #828873;
}

.acnav {
  width: 100%;
}
.acnav__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.acnav__list--level1 {
  border: 1px solid #fcfcfc;
}
#loaderCategories {
    padding-left: 20px;
}
.has-children.is-open > .acnav__label .fa-plus {
  transform: rotate(405deg);
}
.has-children.is-open > .acnav__label .fa-plus.keep-rotating, #loaderCategories .fa-plus {
  -webkit-animation: rotating 1s linear infinite;
}
@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}
.acnav__link, .acnav__label {
  display: block;
  font-size: 1rem;
  padding: 0;
  margin: 0;
  color: #272727;
  transition: color 0.25s ease-in, background-color 0.25s ease-in;
  position: relative;
}
.acnav__label .fa-plus {
    cursor: pointer;
    transition: transform 0.3s;
}
.acnav__link--level2, .acnav__label--level2 {
  padding-left: 3em;
}
.acnav__link--level3, .acnav__label--level3 {
  padding-left: 5em;
}
.acnav__link--level4, .acnav__label--level4 {
  padding-left: 7em;
}
.acnav__link--level5, .acnav__label--level5 {
  padding-left: 9em;
}
.acnav__link--level6, .acnav__label--level6 {
  padding-left: 11em;
}
.acnav__link--level7, .acnav__label--level7 {
  padding-left: 13em;
}
.acnav__link--level8, .acnav__label--level8 {
  padding-left: 15em;
}
.acnav__link--level9, .acnav__label--level9 {
  padding-left: 17em;
}
.acnav__link--level10, .acnav__label--level10 {
  padding-left: 19em;
}
.acnav__link--level11, .acnav__label--level11 {
  padding-left: 21em;
}
.acnav__link--level12, .acnav__label--level12 {
  padding-left: 23em;
}
.acnav__list--level2, .acnav__list--level3, .acnav__list--level4, .acnav__list--level5, .acnav__list--level6, .acnav__list--level7, .acnav__list--level8, .acnav__list--level9, .acnav__list--level10, .acnav__list--level11, .acnav__list--level12 {
  display: none;
}
.is-open > .acnav__list--level2, .is-open > .acnav__list--level3, .is-open > .acnav__list--level4, .is-open > .acnav__list--level5, .is-open > .acnav__list--level6, .is-open > .acnav__list--level7, .is-open > .acnav__list--level8, .is-open > .acnav__list--level9, .is-open > .acnav__list--level10, .is-open > .acnav__list--level11, .is-open > .acnav__list--level12 {
  display: block;
}
.categorySelectionRadio {
    width: 20px;
    vertical-align: middle;
    display: inline-block;
    height: 20px;
    accent-color: #828873;
}

span.ck-file-dialog-button {
    display: none;
}
button.btn.btn-primary.confirm-delete.Generate-btn:hover {
   color: #828873;
}
    

input[type="date"] {
    position: relative;
}

/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
input[type="date"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
    content: "\f073";
    color: #555;
    padding: 0 5px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
}

/* change color of symbol on hover */
input[type="date"]:hover:after {
    color: #bf1400;
}

/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
    cursor: pointer;
}
/* adjust increase/decrease button */
input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}
/* adjust clear button */
input[type="date"]::-webkit-clear-button {
    z-index: 1;
}

.billing-cycle.custom-modal {
    display: block;
}


.billing-cycle.custom-modal form .row {
    margin: 0;
}




.billing-cycle.custom-modal button.save {
    padding: 11px 35px 12px;
    position: relative;
    top: 2px;
}

.billing-cycle.custom-modal {
    display: block;
}

/* Hide the clear button for date input */


.editable-price,.editable-salprice,.editable-inventory {
    width:90px;
    margin-bottom: 2px;
}
td.recipiet-name,.prdct-name {
    max-width: 120px;
    white-space: normal;
}
.prdct-name{
    max-width: 130px;
    white-space: normal !important;
}
.sale_date{
    height: 20px;
    margin: 4px 0px;
}
td.loader-td {
    position: relative;
}

th .inpt-account label {
    color: #fff !important;
    font-weight: 500 !important;
}
.sold-loader-switch {
    display: flex;
    align-items: center;
}
.breadcrums {
    display: flex;
  
    justify-content: space-between;
}
.breadcrums a {
    background: #7B7B7B;
    border: 0;
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    transition: 0.5s;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding: 19px 29px;
    border-radius: 4px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 4px;
}


#loader_button {
    display: none;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 44px;
    left: 10px;
}

#loader_button_save {
    display: none;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    position: absolute;
    /* top: 23px; */
    left: 167px;
}

#loader_button_zone {
    display: none;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 20px;
    left: 30px;
}
.loader_button_procate {
    display: none;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 23px;
    left: 17px;
}
.buttons.mt-4.loader-filter-outer {
    position: relative;
}
.loder-filter-outer {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.loder-filter-outer .reset {
    margin-top: 16px;
}

a.breadcrumb-link:hover {
    color: #FFF;
    /* color: red; */
}
.add-product-mainClass .breadcrums .breadcrumb-link:hover {
    color: #7B7B7B;
    background:#F0F0F1;
    outline: 1px solid;
}
.edit-product-mainClass .breadcrums .breadcrumb-link:hover {
    color: #7B7B7B;
    background:#F0F0F1;
    outline: 1px solid;
}


div#loader_button_pageination {
    display: none;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 10px;
    right: 400px;
}
.loader_button_procates {
    display: none;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 20px;
    left: 25px;
}


#loader_button_design {
    display: none; 
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 18px;
    left: 44px;
}

tbody#all_ticket_list td {
    max-width: 140px;
    white-space: normal;
}

.input-iteams.langagediv {
    width: 30%;
}
.input-iteams.emaildiv {
    width: 70%;
}
.email_language.d-flex {
    gap: 10px;
    margin-bottom: 20px;
}
.input-iteams.langagediv select {
    width: 100%;
    height: 48px;
        background: #FFF;
    border: 1px solid #D4D4D4 !important;
    width: 100%;
    border-radius: 4px;
    height: 48px;
    padding: 11px 16px;
    color: #808080;
    font-family: Lexend !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}
svg.mail_popup {
    cursor: pointer;
}
button.cncle22 {
    border: 0;
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    transition: 0.5s;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding: 12px 27px;
    border-radius: 4px;
    opacity: 1;
    background: #7B7B7B;
}
#mail_popup .loder-filter-outer{
    gap: 8px !important;
}

#mail_popup #loader_button_design {
    display: none; 
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 20px;
    left: 147px;
}
.selected_billing_address {
    font-size: 14px;
    color: #000;
    font-family: Lexend;
    font-weight: 300;
    position: relative;
}
.selected_billing_address .edit-address {
    position: absolute;
    right: 5px;
    top: 5px;
}
.nam-deals-custmor {
    column-gap: 10px;
}
.price-input input {
    width: 70px;
}


/* .intervalInput input[type="date"]::-webkit-calendar-clear-button {
    display: none;
}


.intervalInput input[type="date"]::-moz-calendar-clear {
    display: none;
} */

.iteams-new-d label {
    position: absolute;
    top: -10px;
    left: 11px;
    background: #fff;
    padding: 0px 3px;
    font-size: 12px;
    color: #272727;
    font-family: Lexend;
    font-style: normal;
    z-index: 1;
    font-weight: 400;
    width: auto;
    line-height: 18px;
}
button.save.search-tickets.ms-3 {
    height: 49px;
}
a.nav-link.svg-cls svg {
    margin: 0 !important;
}

a.nav-link.svg-cls svg path {
    fill: #3e4b5b;
    stroke: #3e4b5b;
}

a.nav-link.svg-cls svg circle {
    stroke: #3e4b5b;
    /* fill: #3e4b5b21; */
    fill: #3e4b5b03
}

.search-list {
    cursor: pointer;
}
ul#search-results {
    padding: 0;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
ul#search-results-new {
    padding: 0;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

ul#search-results li.name-search {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 7px 15px;
    border-bottom: 1px solid #dedede;
    cursor: pointer;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
}

ul#search-results-new li.name-search {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 7px 15px;
    border-bottom: 1px solid #dedede;
    cursor: pointer;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
}
li.name-search:hover{
 background: #ededed;

}
.spin-new{
    display: flex;
    justify-content: right;
    position: absolute;
    top: 16px;
    right: 8px;
}
.table_custm table {
    border: 1px solid #dedede;
}

.table_custm table td, .table_custm table th {
    border-color: #dedede !important;
}
a.anker-print {
    color: #272727;
    text-decoration: none;
}
button#confirmButton {
    padding: 13px 36px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #828873;
    background: #828873;
    font-family: lexend;
    color: #FFF;
    border-radius: 4px;
    font-weight: 500;
    line-height: normal;
    font-size: 18px;
}


#searchResultsDropdown ul.secrch-list {
    overflow-y: scroll;
    max-height: 350px;
}





.confirm_order_mail input[type="checkbox"] {
    width: 25px;
    height: 25px;
    height: 20px;
    width: 20px;
    accent-color: #828873;
    border-radius: 3px;
    border: 1px solid #C6C6C6;
    cursor: pointer;
}

.confirm_order_mail label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.confirm_order_mail .billing-cycle {
    margin-left: 36px;
}

.confirm_delivery_mail input[type="checkbox"] {
    width: 25px;
    height: 25px;
    height: 20px;
    width: 20px;
    accent-color: #828873;
    border-radius: 3px;
    border: 1px solid #C6C6C6;
    cursor: pointer;
}

.confirm_delivery_mail label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.confirm_delivery_mail .billing-cycle {
    margin-left: 36px;
}

/***********************order entry css*******************/
span.copy_this_order {
    background: #828873;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #828873;
    border-radius: 999px;
    padding: 4px 8px;
    font-size: 12px;
}
span.copy_this_order:hover {
    background: #fff;
    color: #828873;
    padding: 6px;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 0;
    right: 0px;
    border: 1px solid #828873;
    border-radius: 999px;
    font-size: 12px;
}
.heading-td h4 {
    min-width: 100px;
}
.hidden_delete {
    display: none;
}
.error-message {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

 .loading-more {
    text-align: center;
}   
.all-detail .billing-cycle .input-iteams {
    margin: 0px 12px;
}
.pegination.loadbutton {
    display: contents;
}
input.edit_delivery.delivery_charges.edit_delivery_charge {
    width: 60px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    appearance: textfield;
    max-height: 36px;
    margin-left: 3px;
}
p.delivery_charges1.edit_delivery_charge1 {
    padding-top: 2px;
}
ul#search-results {
    max-height: 350px;
    overflow: auto;
}
ul#search-results-new {
    max-height: 350px;
    overflow: auto;
}

.col-lg-6.pe-0.order-table {
    max-height: 318px;
}
span.copy_this_order {
    background: #828873;
    padding: 6px;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 0;
    right: 0px;
}

.heading-td {
    position: relative;
}

.copy_this_order {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.heading-td:hover .copy_this_order {
    display: inline;
    margin: 12px 0px 0px 15px;
}
.heading-td h4 {
    position: relative;
}
ul.select-address-block {
    list-style: none;
    background-color: #fff;
    padding: 0px;
    height: 100px;
    overflow: auto;
}

ul.select-address-block li {
    border-bottom: 1px solid #ccc;
    padding: 15px 15px;
    cursor: pointer;
}

ul.select-address-block li:hover {
    background-color: #dfdfdf;
}

ul.select-address-block li:last-child {
    border: none;
}
ul.select-address-block li .edit-address {
    display: none;
}
.save-place {
    border: #FFB800;
    background-color: #FFB800;
    border: 1px solid #FFB800 !important;
}

.save.save-place:hover {
    color: #FFB800 !important;
}
a.next.page-numbers, a.prev.page-numbers{
    background: #828873 !important;
    border-color: #828873 !important;
}
/* latest update by dev */
tfoot.cs-table-footer tr {
    height: 40px;
}

/* new-item */
tfoot.cs-table-footer tr td {
    padding: 8px 15px !important;
}
tfoot.cs-table-footer-design tr td {
    padding: 8px !important;
    padding-left: 0px !important;
}

#additional-cost {
    height: 28px;
    width: 82px;
    color: #272727 !important;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.new-popup-data select option {
    background: #FFF;
    padding: 4px 6px;
    color: #808080 !important;
    font-family: Lexend;
    font-size: 16px;
    font-weight: 900;
}
/*.new-popup-data select:focus option {
    background: #808080 !important;
    color: #FFF;
}
.new-popup-data select option:hover {
    background: #808080 !important;
    color: #FFF;
}
*/
.reset-average-time {
    cursor: pointer;
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 10px;
    font-style: normal;
    border: 1px solid #828873 !important;
    background-color: #828873 !important;
    font-weight: 500;
    line-height: normal;
    transition: 0.5s;
    border: 0;
    border-radius: 50%;
    text-transform: capitalize;
    padding: 5px;
    margin-left: 5px;
}
tbody.sp-body tr td {
    padding: 3px !important;
}
input.cs-check {
    height: 20px;
}
.error-border {
    border: 1px solid red !important;
}
  