/***************** Deafult  Start *******************/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'SF UI Text';
    src: url('../webfonts/SFUIText-Bold.woff2') format('woff2'), url('../webfonts/SFUIText-Bold.woff') format('woff'), url('../webfonts/SFUIText-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Text';
    src: url('../webfonts/SFUIText-SemiboldItalic.woff2') format('woff2'), url('../webfonts/SFUIText-SemiboldItalic.woff') format('woff'), url('../webfonts/SFUIText-SemiboldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Text';
    src: url('../webfonts/SFUIText-Semibold.woff2') format('woff2'), url('../webfonts/SFUIText-Semibold.woff') format('woff'), url('../webfonts/SFUIText-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Text';
    src: url('../webfonts/SFUIText-BoldItalic.woff2') format('woff2'), url('../webfonts/SFUIText-BoldItalic.woff') format('woff'), url('../webfonts/SFUIText-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Text';
    src: url('../webfonts/SFUIText-HeavyItalic.woff2') format('woff2'), url('../webfonts/SFUIText-HeavyItalic.woff') format('woff'), url('../webfonts/SFUIText-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Text';
    src: url('../webfonts/SFUIText-Heavy.woff2') format('woff2'), url('../webfonts/SFUIText-Heavy.woff') format('woff'), url('../webfonts/SFUIText-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Text';
    src: url('../webfonts/SFUIText-Light.woff2') format('woff2'), url('../webfonts/SFUIText-Light.woff') format('woff'), url('../webfonts/SFUIText-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Text';
    src: url('../webfonts/SFUIText-LightItalic.woff2') format('woff2'), url('../webfonts/SFUIText-LightItalic.woff') format('woff'), url('../webfonts/SFUIText-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Text';
    src: url('../webfonts/SFUIText-Medium.woff2') format('woff2'), url('../webfonts/SFUIText-Medium.woff') format('woff'), url('../webfonts/SFUIText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Text';
    src: url('../webfonts/SFUIText-MediumItalic.woff2') format('woff2'), url('../webfonts/SFUIText-MediumItalic.woff') format('woff'), url('../webfonts/SFUIText-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Text';
    src: url('../webfonts/SFUIText-Regular.woff2') format('woff2'), url('../webfonts/SFUIText-Regular.woff') format('woff'), url('../webfonts/SFUIText-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Text';
    src: url('../webfonts/SFUIText-RegularItalic.woff2') format('woff2'), url('../webfonts/SFUIText-RegularItalic.woff') format('woff'), url('../webfonts/SFUIText-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

.cb-site {
    font-family: 'SF UI Text';
}

a {
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}

.form-label {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #ABA5A5;
    margin-bottom: 5px;
}

.form-check-input:focus {
    box-shadow: none;
}

input:focus {
    box-shadow: none;
}

.form-control {
    border: none;
    border-bottom: 1px solid #D4D3D3;
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #2C2627;
}

.form-control::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #2C2627;
}

.form-control:active,
.form-control:focus {
    box-shadow: none;
}

.btn {
    border-radius: 50px;
    font-weight: 700;
    font-size: 14.5076px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.483588px;
    text-transform: uppercase;
    padding: 16px 25px;
}

.btn:focus {
    box-shadow: none;
}

.btn-success {
    background-color: #08C873;
    border-color: #08C873;
}

.btn-success:focus {
    background-color: #08C873;
    border-color: #08C873;
}

.btn-success:active:focus {
    box-shadow: none;
    background-color: #08C873;
}

.btn-success:hover {
    background-color: #08C873;
    border-color: #08C873;
    opacity: 0.9;
}

.btn-cancel {
    background-color: #fff;
    border-color: #08C873;
    color: #08C873;
}

.btn-cancel:focus {
    background-color: #fff;
    border-color: #08C873;
}

.btn-cancel:active:focus {
    box-shadow: none;
    background-color: #fff;
}

.btn-cancel:hover {
    color: #08C873;
}

.scrollbar-track.scrollbar-track-y {
    opacity: 1;
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #08C873;
    border-color: #08C873;
}

.error {
    color: #FF0000;
}

/***************** Deafult  End *******************/


/***************** Login Section Start *******************/

.cb-login-logo {
    text-align: center;
    width: 150px;
    margin: 0 auto 55px;
}

.cb-login-content__inner {
    width: 480px;
    max-width: 100%;
    margin: auto;
    padding: 80px 0 80px 15px;
}

.cb-login-content-area {
    padding-right: 15px;
    overflow-y: auto;
    height: calc(100vh - 160px);
}

.cb-login-input__inner {
    position: relative;
}

.cb-login-input__inner .form-control {
    padding: 9px 12px 9px 30px;
}

.cb-login-input-icon {
    position: absolute;
    top: 5px;
    left: 0;
}

.cb-login-input {
    margin-bottom: 30px;
}

.cb-login-last-input {
    margin-bottom: 20px;
}

.cb-forgot-pass-text {
    margin-bottom: 25px;
}

.cb-forgot-pass-link {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #08C873;
}

.cb-forgot-pass-link:hover {
    color: #08C873;
    opacity: 0.8;
}

.cb-login-img-content {
    position: relative;
    height: 100%;
    max-height: 100vh;
}

.cb-login-img {
    position: relative;
    width: 100%;
    height: 100%;
}

.cb-login-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 120px 0 0 120px;
}

.cb-login-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 120px 0 0 120px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

.cb-login-img-content__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #fff;
    width: 734px;
    text-align: center;
    padding: 20px;
    max-width: 100%;
}

.cb-login-subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 100px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.483588px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.cb-login-title {
    font-weight: 600;
    font-size: 180px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.483588px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    margin-bottom: 25px;
}

.cb-login-description {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    letter-spacing: 0.483588px;
    margin-bottom: 0;
}


/***************** Login Section End *******************/


/***************** OTP Section Start *******************/

.cb-verify-otp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.cb-verify-otp-input {
    margin: 0 12px;
}

.cb-verify-otp-input .form-control {
    font-style: normal;
    font-weight: 700;
    font-size: 42.4915px;
    line-height: 51px;
    color: #000000;
    text-align: center;
}

.cb-resend-link {
    font-weight: 400;
    font-size: 14.5076px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.483588px;
    text-transform: uppercase;
    color: #08C873;
}

.cb-otp-resend .btn {
    margin-bottom: 50px;
}

.cb-otp-resend-content {
    text-align: center;
}

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

.cb-login-content-area .scrollbar-track.scrollbar-track-x {
    display: none !important;
}

.cb-login-pass-show-icon {
    position: absolute;
    top: 6px;
    right: 0px;
}


/***************** OTP Section End *******************/


/******** Customers Section Start *********/

.customers-section {
    background-color: #F8F8F8;
    font-family: 'Poppins', sans-serif;
}

.customers-sidebar {
    background-color: #FFFFFF;
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.1);
    width: 280px;
    max-width: 100%;
    height: 100vh;
    padding: 40px 0 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3;
}

.customers-sidebar-setting {
    padding: 0 28px;
    height: calc(100% - 200px);
    margin-bottom: 25px;
    flex: 1 0 auto;
}

.customers-sidebar-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.customers-sidebar-close i {
    font-size: 25px;
    color: #a19a9a;
}

.customers-sidebar-logo {
    margin-bottom: 40px;
}

ul {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

.customers-sidebar-link {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #6E6E6E;
    padding: 18px 15px 18px;
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}

.customers-sidebar-item {
    margin-bottom: 15px;
}

.customers-sidebar-link svg {
    margin-right: 23px;
}

.customers-sidebar-link.active {
    color: #08C873;
    font-weight: 500;
    border-bottom-color: #08C873;
}

.customers-sidebar-link.active svg path {
    fill: #08C873;
}

.customers-sidebar-link:hover {
    color: #08C873;
    font-weight: 500;
    transition: all 0.3s;
    border-bottom-color: #08C873;
}

.customers-sidebar-link:hover svg path {
    fill: #08C873;
}

.customers-profile-logout {
    padding: 12px 0 11px;
    text-align: center;
}

.customers-profile-logout a {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.customers-profile-logout a img {
    margin-right: 17px;
}

.customers-product {
    width: calc(100% - 280px);
}

.customers-product-hading {
    background-color: #FFFFFF;
    padding: 20px 25px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.customers-content {
    display: flex;
}

.product-menu-img {
    margin-right: 40px;
}

.product-heading-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    color: #262626;
    margin-bottom: 0;
}

.product-heading-profile {
    margin-left: auto;
}

.product-heading-profile-img {
    margin-right: 24px;
}

.product-heading-profile-img img {
    border-radius: 15px;
    width: 45px;
    height: 45px;
}

.product-heading-profile a {
    display: flex;
    align-items: center;
}

.product-heading-profile-name h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #393939;
    margin-bottom: 0;
}

.product-heading-profile-name span {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #6E6E6E;
}

.customers-product-order {
    padding: 43px 53px 30px 45px;
    height: calc(100vh - 120px);
}

.customers-product-order-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.customers-product-order-input {
    width: 530px;
    max-width: 100%;
}

.customers-product-order-search .form-control {
    background-color: #FFFFFF;
    border-radius: 60px;
    padding: 10px 30px 10px 64px;
    border: none;
    font-size: 16px;
    line-height: 25px;
    color: #7C7C7C;
    background-image: url('../images/search_icon.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left 30px center;
}

.customers-product-order-search .form-control::placeholder {
    font-size: 16px;
    line-height: 27px;
    color: #7C7C7C;
}

.customers-product-top-btn .btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    padding: 4px 25px;
    text-transform: capitalize;
}

.customers-import-btn {
    margin-right: 10px;
}

.customers-product-order-list {
    margin: 27px 0 32px;
    background-color: #fff;
    border-radius: 15px;
}

.product-order-checkbox .product-order-checked {
    width: 24px;
    height: 24px;
    margin: 0;
    margin-right: 25px;
    border: 2px solid #707070;
}

.product-order-checkbox img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.table th {
    padding: 10px 11px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #393939;
    text-align: center;
    border: none;
}

.customers-product-top-btn {
    display: flex;
    align-items: center;
}

.customers-product-filter {
    margin-right: 15px;
}

.customers-product-filter .form-select {
    border-radius: 10px;
    border: none;
}

.customers-product-filter .form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

thead tr {
    border-bottom: 1px solid #F5F5F5;
}

thead tr:last-child {
    border-bottom: none;
}

.product-order-checkbox {
    margin: 0;
    padding-left: 0;
}

.table td {
    padding: 10px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #393939;
    border-bottom: 1px solid #F5F5F5;
}

.customers-table-box {
    padding-bottom: 110px;
}

.customers-product-order-list table * {
    white-space: nowrap;
}

.table .product-order-spending span {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #08C873;
    border: 1px solid #08C873;
    padding: 9px 32px 6px 32px;
    border-radius: 50px;
}

.table .product-last-order span {
    border: none;
    padding: 0;
}

.product-order-pages {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-order-page-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #393939;
    margin-bottom: 0;
}

.product-order-page-btn {
    border: 1px solid #08C873;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #08C873;
    padding: 14px 24.6px 12px;
    text-transform: capitalize;
}

.product-order-page-no {
    display: flex;
    align-items: center;
}

.order-page-number {
    margin: 0 16px;
}

.pagination {
    align-items: center;
}

.page-link-btn {
    border: 1px solid #08C873;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #08C873;
    border-radius: 50px;
    padding: 10px 22.5px 10px;
}

.page-link-btn:hover,
.page-link-number:hover {
    color: #08C873;
}

.page-link-number {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #393939;
    border: none;
    border-radius: 15px;
    width: 45px;
    height: 45px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-link-prev {
    margin-right: 16px;
}

.page-link-next {
    margin-left: 16px;
}

.page-link-number.active {
    background-color: #08C873;
    color: #fff;
}

.page-link:focus {
    box-shadow: none;
    color: #08C873;
}

.scrollbar-thumb {
    background: rgb(133 133 133 / 50%) !important;
}


/******** Customers Section End *********/


/******** Food Add Section Start ********/

.food-item-section {
    background-color: #F8F8F8;
}

.food-item-content .food-add-item {
    padding: 44px 70px 28px 40px;
    font-family: 'SF UI Text';
}

.food-add-item-title {
    font-weight: 500;
    font-size: 29px;
    line-height: 35px;
    color: #171719;
    margin-bottom: 0;
}

.food-item-top-btn {
    text-align: end;
}

.food-item-top-btn .btn {
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
}

.food-items-form {
    margin-top: 23px;
}

.food-item-details {
    border: 2px solid #E5E5E5;
    border-radius: 10px;
    margin-bottom: 30px;
}

.food-details-heading {
    background-color: #F6F6F6;
    padding: 24px 26px 26px;
    border-radius: 10px;
}

.food-details-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #171719;
    margin-bottom: 0;
}

.food-details-form {
    padding: 22px 33px 22px 27px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}

.vodiapicker {
    display: none;
}

.food-category-list {
    padding-left: 0px;
}

.food-category-list img,
.food-category-select-btn img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 5px;
}

.food-category-list li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.food-category-list li:hover {
    background-color: #F4F3F3;
}

.food-category-list li img {
    margin: 5px;
}

.food-category-list li span,
.food-category-select-btn li span {
    margin-left: 15px;
}


/* item list */

.food-category-box {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    top: 50px;
    max-width: 250px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 5px;
}

.open {
    display: show !important;
}

.food-category-select-btn {
    width: 100%;
    max-width: 250px;
    height: 50px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    background-image: url("../images/down_arrow.svg");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
}

.food-category-select-btn li {
    list-style: none;
    float: left;
    padding-bottom: 0px;
}

.food-category-select-btn:hover li {
    margin-left: 0px;
}

.food-category-select-btn:hover {
    background-color: #F4F3F3;
    border: 1px solid transparent;
    box-shadow: inset 0 0px 0px 1px #ccc;
}

.food-category-select-btn:focus {
    outline: none;
}

.food-category-select {
    margin-left: 50px;
    position: relative;
}

.food-details-input {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}

.food-details-input label,
.food-upload-title {
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    color: #171719;
    margin-bottom: 0;
    width: calc(100% - 450px);
}

.modifier-details-input label {
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    color: #171719;
}

.food-details-input .form-control,
.modifier-details-input .form-control {
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 13px 18px 12px;
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    color: #2D2D2D;
    width: 450px;
    max-width: 100%;
}

.food-details-input .form-control::placeholder,
.modifier-details-input .form-control::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #2D2D2D;
}

.food-details-discription {
    align-items: start;
}

.food-category-chekbox label {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #171719;
}

.food-category-chekbox input {
    margin-right: 15px;
}

.food-category-chekbox {
    margin-bottom: 15px;
}

.food-category-chekbox:last-child {
    margin-bottom: 0;
}

.food-other-item-form {
    padding-bottom: 40px;
}

.food-status-select .form-select {
    width: 230px;
    padding: 7.5px 15px;
}

.food-status-select label {
    width: unset;
    margin-right: 30px;
}

.food-upload-browse {
    position: relative;
}

.food-upload-browse label {
    border: 1px solid #B4B4B5;
    border-radius: 5px;
    background-color: #F6F6F6;
    width: 450px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    margin-left: auto;
    text-transform: capitalize;
    color: #2D2D2D;
}

.food-upload-browse input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

.food-upload-title {
    margin-bottom: 28px;
    width: unset;
}

.food-other-upload-img {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.food-upload-img {
    margin-bottom: 36px;
}

.food-upload-img:last-child {
    margin-right: 0;
}

.food-addon-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cancel-icon {
    background: black;
    color: white;
    font-size: 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    opacity: 75%;
}

.modifier-add-item {
    text-align: end;
    margin-top: 8px;
    margin-bottom: 36px;
}

.modifier-add-item span,
.modifier-add-item a {
    color: #08C873;
}


.modifier-item-select {
    margin-bottom: 36px;
    display: flex;
    align-items: baseline;
}

.modifier-select-title,
.modifier-select-btn label {
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    color: #171719;
    margin-right: 130px;
}

.modifier-select-btn label {
    font-size: 15px;
    margin-right: 20px;
}

.modifier-select-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.modifier-select-btn .form-check-input {
    border: 2px solid #606064;
    margin-right: 15px;
}

.modifier-select-btn .form-check-input:checked {
    background-color: #fff;
    border-color: #08C873;
}

.modifier-select-btn .form-check-input:checked[type=radio] {
    background-image: url("../images/radio_btn.png");
    background-size: 8px;
}

.form-switch .form-check-input:checked {
    background-color: #08C873;
    border-color: transparent;
    background-position: right -1px center;
}

.form-switch .form-check-input {
    background-color: #ababab;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-size: 20px;
    margin-right: 20px;
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch {
    padding-left: 2.5em;
    margin-bottom: 15px;
}

.form-switch .form-check-input:active {
    filter: none;
}

.modifier-btn {
    margin-top: 30px;
    text-align: center;
}

.modifier-btn .btn {
    padding: 13px 80px;
}

.category-available input.form-check-input[type="checkbox"]:checked {
    background-color: #08C873;
    border-color: #08C873;
}

.category-available .form-check {
    margin-bottom: 15px;
}

.category-available {
    margin-top: 36px;
}

.suggestions {
    margin: 20px;
    height: auto;
}

.suggestions label {
    font-size: 15px;
    font-weight: 600;
}

.suggestions span {
    font-size: 15px;
    font-weight: 400;
    padding: 5px 10px;
    border: 1px solid red;
    border-radius: 15px;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

.suggestions .modifier-sugg {
    display: inline-flex;
    flex-wrap: wrap;
}

/******** Food Add Section End ********/


/********* Sales Report Section Start *******/

.s-report-section {
    padding: 50px 0;
}

.s-report-heading {
    display: flex;
    align-items: baseline;
}

.s-report-title {
    text-align: center;
    width: 100%;
}

.s-report-back i {
    font-size: 24px;
    color: #171719;
}

.s-report-title h3 {
    font-weight: 500;
    font-size: 29px;
    line-height: 35px;
    color: #171719;
    margin-bottom: 0;
}

.s-report-input label {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #171719;
}

.s-report-input .form-control {
    padding: 17px 0 7px;
}

.s-report-form {
    margin-top: 40px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
}

.s-repost-btn .btn {
    padding: 15.5px 80px;
}

.s-report-input {
    margin-bottom: 36px;
}

.form-control:focus {
    border-color: #D4D3D3;
}

.s-report-generate {
    margin-bottom: 50px;
}


/********* Sales Report Section End *******/


/******** Stock Items Section Start *******/

.stock-item a {
    display: flex;
    align-items: start;
    border-radius: 10px;
    border: 2px solid #E5E5E5;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    padding: 15px;
}

.stock-item {
    margin-bottom: 36px;
}

.stock-item-details {
    width: calc(100% - 195px);
}

.stock-item-img {
    width: 130px;
    height: 130px;
    max-width: 100%;
    max-height: 100%;
    margin-right: 15px;
}

.stock-item-img img {
    border-radius: 10px;
    object-fit: cover;
}

.stock-item-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #171719;
    margin-bottom: 10px;
}

.stock-item-discription {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #808081;
    margin-bottom: 0;
}


/* .stock-item-details {
    width: calc(100% - 250px);
} */


/******** Stock Items Section End *******/


/******* Responsive Start *********/

@media (max-width: 1700px) and (min-width: 1599px) {

    .food-details-input .form-control,
    .modifier-details-input .form-control {
        width: 330px;
    }

    .food-details-input label,
    .food-upload-title {
        width: calc(100% - 330px);
    }

    .food-upload-browse label {
        width: 330px;
    }
}

@media (max-width: 1599px) {

    .food-details-input .form-control,
    .modifier-details-input .form-control {
        width: 240px;
    }

    .food-details-input label {
        width: calc(100% - 240px);
    }

    .food-upload-browse label {
        width: 240px;
    }

    .table th {
        padding: 10px 4px 10px;
        font-size: 16px;
        line-height: 23px;
    }

    .table th:first-child {
        padding-left: 15px;
    }

    .product-order-checkbox .product-order-checked {
        width: 20px;
        height: 20px;
    }

    .table td {
        padding: 22px 7px 22px;
    }

    .table td:first-child {
        padding-left: 15px;
    }

    .table td:last-child .dropdown a {
        /* width: 18px; */
        max-width: 100%;
    }

    .customers-product-order {
        padding: 20px;
    }

    .table .product-order-spending span {
        padding: 5px 22px 5px 22px;
    }

    .dropdown-menu.show {
        width: 197px;
    }

    .cb-login-subtitle {
        font-size: 60px;
    }

    .cb-login-title {
        font-size: 120px;
        margin-bottom: 20px;
    }

    .modifier-select-title {
        margin-right: 0;
    }

    .modifier-item-select {
        justify-content: space-between;
    }
}

@media (max-width: 1199px) {
    .customers-sidebar {
        position: fixed;
        top: 0;
        left: -280px;
        transition: all 0.5s ease-in-out;
    }

    .customers-product {
        width: 100%;
    }

    .sidebar-show {
        left: 0;
        transition: all 0.5s ease-in-out;
    }

    .food-details-input label {
        width: calc(100% - 280px);
    }

    .food-details-input .form-control,
    .modifier-details-input .form-control {
        width: 280px;
    }

    .food-item-content .food-add-item {
        padding: 44px 30px 28px 30px;
    }

    .customers-product-hading {
        padding: 10px 30px 10px 30px;
    }

    .customers-product-order {
        height: auto;
    }

    .cb-login-img-content {
        width: 550px;
        max-width: 100%;
        margin-left: auto;
    }

    .cb-login-subtitle {
        font-size: 70px;
    }

    .cb-login-title {
        font-size: 130px;
    }

    .cb-login-logo {
        margin-bottom: 65px;
    }

    .cb-forgot-pass-text {
        margin-bottom: 40px;
    }

    .modifier-select-title {
        margin-right: 50px;
    }
}

@media (max-width: 991px) {
    .food-item-content .food-add-item {
        padding: 25px 20px;
    }

    .food-details-input label {
        width: calc(100% - 450px);
    }

    .food-details-input .form-control,
    .modifier-details-input .form-control {
        width: 450px;
    }

    .food-status-select .form-select {
        width: 230px;
    }

    .food-status-select label {
        width: unset;
    }

    .food-upload-browse label {
        width: 250px;
    }

    .customers-product-hading {
        padding: 15px 15px 15px 15px;
    }

    .product-heading-profile-img {
        margin-right: 10px;
    }

    .product-heading-profile-img img {
        width: 50px;
    }

    .product-heading-profile-name h5 {
        font-size: 18px;
        line-height: 23px;
    }

    .product-menu-img {
        margin-right: 15px;
    }

    .table td {
        padding: 22px 40px 22px;
    }

    .customers-product-order-search .form-control {
        padding: 12px 30px 13px 65px;
        font-size: 16px;
        line-height: 23px;
        background-size: 20px;
    }

    .customers-product-order-input {
        width: 350px;
    }

    .customers-product-order-input .form-control::placeholder {
        font-size: 16px;
    }

    .cb-login-content__inner {
        width: 100%;
        max-width: 100%;
        margin: auto;
        padding: 0 15px 50px 15px;
    }

    .cb-login-content-area {
        padding-right: 0;
        height: auto;
    }

    .cb-login-img-content {
        width: 100%;
        margin-left: unset;
    }

    .cb-login-section {
        padding: 50px 0;
    }

    .cb-login-img::before {
        border-radius: 70px 0 0 70px;
    }

    .cb-login-img img {
        border-radius: 70px 0 0 70px;
    }

    .cb-login-input {
        margin-bottom: 40px;
    }

    .modifier-select-title {
        margin-right: 134px;
    }
}

@media (max-width: 767px) {
    .customers-profile-logout a {
        font-size: 16px;
        line-height: 23px;
    }

    .customers-profile-logout a img {
        margin-right: 10px;
    }

    .customers-profile-logout {
        padding: 10px 0 10px;
    }

    .customers-sidebar-link {
        font-size: 16px;
        line-height: 23px;
    }

    .customers-sidebar-link svg {
        margin-right: 10px;
        width: 22px;
        max-width: 100%;
        height: 22px;
    }

    .customers-product-hading {
        padding: 10px;
    }

    .product-heading-title {
        font-size: 20px;
        line-height: 30px;
    }

    .product-heading-profile-img img {
        width: 40px;
        height: 40px;
        object-fit: cover;
    }

    .product-heading-profile-name h5 {
        font-size: 16px;
    }

    .food-item-content .food-add-item {
        padding: 20px 15px;
    }

    .food-add-item-title {
        font-size: 22px;
        line-height: 25px;
    }

    .customers-product-top-btn .btn {
        font-size: 16px;
        line-height: 25px;
    }

    .food-item-top-btn .btn {
        padding: 4px 20px;
    }

    .food-details-heading {
        padding: 15px;
    }

    .food-details-title {
        font-size: 18px;
        line-height: 23px;
    }

    .food-details-form {
        padding: 15px;
    }

    .food-details-input {
        flex-direction: column;
        align-items: start;
        margin-bottom: 20px;
    }

    .food-details-input label,
    .food-upload-title {
        width: 100%;
        margin-bottom: 7px;
        font-size: 16px;
    }

    .food-details-input .form-control,
    .modifier-details-input .form-control {
        width: 100%;
        padding: 7px 15px;
        font-size: 16px;
    }

    .food-details-input .form-control::placeholder,
    .modifier-details-input .form-control::placeholder {
        font-size: 16px;
    }

    .food-category-chekbox {
        margin-bottom: 10px;
    }

    .food-category-chekbox input {
        margin-right: 10px;
    }

    .food-category-chekbox label {
        font-size: 16px;
        line-height: 23px;
    }

    .food-item-details {
        margin-bottom: 20px;
    }

    .food-other-upload-img {
        flex-direction: column;
        align-items: start;
        margin-bottom: 20px;
    }

    .food-upload-img {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .food-upload-img:last-child {
        margin-bottom: 0;
    }

    .customers-product-order-search {
        flex-direction: column;
        align-items: start;
    }

    .customers-product-order {
        padding: 20px 15px;
    }

    .customers-product-order-input {
        width: 100%;
        margin-bottom: 20px;
    }

    .customers-product-top-btn {
        margin-left: auto;
    }

    .customers-product-order-search .form-control {
        padding: 8px 30px 9px 53px;
        background-position: left 20px center;
    }

    .customers-product-order-list {
        margin: 20px 0;
    }

    .product-order-pages {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .product-order-page-title {
        margin-bottom: 15px;
    }

    .page-link-btn {
        padding: 4px 24px 4px;
        font-size: 14px;
    }

    .page-link-number {
        font-size: 14px;
        line-height: 22px;
        border-radius: 8px;
        width: 30px;
        height: 30px;
    }

    .cb-login-logo-link img {
        width: 140px;
    }

    .cb-login-section {
        padding: 20px 0;
    }

    .cb-login-img-content__inner {
        width: 100%;
        padding: 15px;
    }

    .cb-login-subtitle {
        font-size: 38px;
    }

    .cb-login-title {
        font-size: 70px;
        margin-bottom: 12px;
    }

    .cb-login-description {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        letter-spacing: 0.483588px;
        margin-bottom: 0;
    }

    .cb-login-content__inner {
        padding: 0 15px 30px 15px;
    }

    .cb-login-img::before {
        border-radius: 30px 0 0 30px;
    }

    .cb-login-img img {
        border-radius: 30px 0 0 30px;
    }

    .cb-login-input {
        margin-bottom: 30px;
    }

    .cb-verify-otp {
        margin-bottom: 40px;
    }

    .cb-otp-resend .btn {
        margin-bottom: 20px;
    }

    .s-repost-btn {
        margin-bottom: 20px;
    }

    .row .col-12:last-child .s-repost-btn {
        margin-bottom: 0;
    }

    .s-report-form {
        padding: 15px;
    }

    .stock-item-img {
        width: 100%;
        height: 100%;
        margin-right: 0;
    }

    .stock-item-details {
        margin-top: 15px;
        width: 100%;
    }

    .stock-item {
        margin-bottom: 20px;
    }

    .s-repost-btn .btn {
        padding: 15.5px;
        width: 100%;
    }

    .stock-item a {
        flex-direction: column;
    }

    .modifier-select-title {
        margin-right: 0;
    }

    .modifier-item-select {
        display: inherit;
    }

    .modifier-select-btn {
        justify-content: start;
    }

    .food-upload-browse label {
        margin: 0 auto;
    }

    .food-category-select-btn {
        max-width: 100%;
    }

    .food-category-box {
        max-width: 100%;
    }
}


/******* Responsive End *********/

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.card {
    margin-bottom: 1.875rem;
    /* background: linear-gradient(to right, #ea7a9a 0%, #fac7b6 100%); */
    transition: all .5s ease-in-out;
    position: relative;
    border: 0px solid transparent;
    border-radius: 1.25rem;
    box-shadow: 0px 12px 23px 0px rgba(62, 63, 122, 0.04);
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.875rem;
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

.grd-card .media .media-body h2 {
    font-size: 40px;
}

.donut-chart-sale {
    z-index: 1;
}

.donut-chart-sale small {
    font-size: 14px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    display: flex;
    align-items: center;
    top: 0;
    justify-content: center;
    font-weight: 600;
}

.donut-chart-sale .circle {
    height: 72px;
    width: 72px;
    z-index: -1;
    content: "";
    position: absolute;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.media .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center
}

.icon .symbol {
    font-size: 46px;
    font-weight: 400;
    color: #08C873;
    margin: 0
}

span.num {
    font-size: 12px;
    display: block;
    margin-right: 15px;
    color: grey;
}

.font-w600 {
    font-weight: 600;
}

.text-black {
    color: #000 !important;
}

.fs-14 {
    font-size: 14px;
    color: grey;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.card-action input[type="date"] {
    padding: 4px;
}

.orders div div[type="donut"] {
    width: 300px;
    margin: auto;
}

.orders .apexcharts-legend-series {
    display: none;
}

.apexcharts-datalabels-group text:first-child {
    display: none;
}

.apexcharts-datalabels-group text:last-child {
    font-size: 15px;
    font-weight: 800;
}

.apexcharts-legend-series {
    display: none;
}

.orders .tab-pane.active,
.card-body.orders {
    overflow: scroll;
    overflow-x: hidden;
    height: 400px;
}

.card-body.orders {
    height: 600px !important;
}

.orders .tab-pane.active::-webkit-scrollbar,
.card-body.orders::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.orders .tab-pane.active::-webkit-scrollbar-track,
.card-body.orders::-webkit-scrollbar-track {
    background: #dcdcdc;
    border-radius: 20px;
    /* color of the tracking area */
}

.orders .tab-pane.active::-webkit-scrollbar-thumb,
.card-body.orders::-webkit-scrollbar-thumb {
    background-color: #c0c0c0;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    /* border: 3px solid white; */
    /* creates padding around scroll thumb */
}

.lineChart {
    max-width: 60%;
    max-height: 85px;
    margin-left: auto;
}

.deznav .metismenu>li.mm-active>a,
[data-headerbg="color_1"] .nav-header .hamburger .line,
span.badge,
.card-tabs .nav-tabs .nav-link:after {
    background: #08C873 !important;
}

.deznav .metismenu ul a.mm-active,
.deznav .metismenu ul a:hover,
.card-tabs .nav-tabs .nav-link.active,
.revenue-tabs .nav-tabs .nav-link.active {
    color: #08C873 !important;
}

.header-right .notification_dropdown .nav-link .badge {
    box-shadow: 0px 0px 10px 3px rgba(239, 252, 225, 1.000) !important;
}

.grd-card {
    background: linear-gradient(to right, #08C873 40%, #0E9157 100%);
}

small.text-primary>svg path,
div#user-activity svg rect {
    fill: #08C873 !important;
}

div.apexcharts-canvas>svg g.apexcharts-series path {
    stroke: #08C873 !important;
}

div#chartTimeline div.apexcharts-canvas>svg g.apexcharts-series[rel="1"] path {
    fill: #08C873 !important;
}

div#chartTimeline div.apexcharts-canvas>svg g.apexcharts-series[rel="2"] path {
    fill: #d1fca2 !important;
}

.light.btn-primary {
    background-color: #d1fca2;
    border-color: #d1fca2;
    color: #08C873;
    text-transform: none;
}

.light.btn-primary:hover {
    background-color: #08C873;
    border-color: #08C873;
    color: #fff;
}

.revenue-tabs .nav-tabs .nav-link {
    border: 1px solid #08C873 !important;
}

.card-header {
    border-color: #f0f1f5;
    position: relative;
    background: transparent;
    padding: 1.5rem 1.875rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header:first-child {
    border-radius: calc(0.75rem - 1px) calc(0.75rem - 1px) 0 0;
}

.fs-20 {
    font-size: 20px !important;
    line-height: 1.5;
}

.fs-13 {
    font-size: 13px !important;
    line-height: 1.4;
}

.border-0 {
    border: 0 !important;
}

.fs-14 {
    font-size: 14px !important;
    line-height: 1.5;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.rounded {
    border-radius: 1.25rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.font-w600 {
    font-weight: 600;
}

.fs-32 {
    font-size: 32px !important;
    line-height: 1.25;
}

.fs-18 {
    font-size: 18px !important;
    line-height: 1.5;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.fs-12 {
    font-size: 12px !important;
    line-height: 1.3;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.fs-22 {
    font-size: 22px !important;
    line-height: 1.5;
}

.card-tabs .nav-tabs {
    border-bottom: 0px;
    background: transparent;
    padding: 5px;
    border-radius: 0;
    flex-wrap: unset;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    list-style: none;
}

.card-tabs .nav-tabs .nav-link.active {
    background: transparent;
    color: #08C873;
}

.card-tabs .nav-tabs .nav-link {
    border-radius: 0;
    background: transparent;
    padding: 10px 14px;
    font-weight: 500;
    border-bottom: 1px solid #EEEEEE !important;
    font-size: 14px;
    border: 0;
    color: #000;
    position: relative;
}

.card-tabs .nav-tabs .nav-link.active:after {
    height: 2px;
}

.card-tabs .nav-tabs .nav-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0px;
    width: 100%;
    background: #08C873;
    content: "";
}

.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: -1;
}

.chartjs-size-monitor-expand>div {
    position: absolute;
    width: 1000000px;
    height: 1000000px;
    left: 0;
    top: 0;
}

.chartjs-size-monitor-shrink>div {
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0;
}

.chartjs-render-monitor {
    animation: chartjs-render-animation 1ms;
}

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Transparent black background */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    /* Ensure the spinner is above other components */
}