/* .table-grid .content-wrapper {
    background-color: #fff;
} */
.content-wrapper-custom {
    min-height: 100vh;
}
.page-content-custom {
    padding-top: 10px;
    margin-top: 0;
    max-width: 100%;
    float: right;
}
.row-grid-custom {
    display: flex;
    margin: auto;
    justify-content: flex-start;
    overflow: auto;
    flex-wrap: nowrap;
    padding-bottom: 30px;
}
.row-grid-custom .slimScrollDiv {
    flex-shrink: 0;
    margin: 0 10px;
    border-radius: 8px;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 20%);
    height: 744px;
}

.col-grid-custom {
    width: 255px !important;
    max-width: 255px;
    height: 744px;
}
.col-grid-custom .ibox-head-custom {
    padding: 0 10px;
}
.col-grid-custom .ibox-title h1,
.col-grid-custom .ibox-title h2,
.col-grid-custom .ibox-title h3,
.col-grid-custom .ibox-title h4,
.col-grid-custom .ibox-title h5,
.col-grid-custom .ibox-title h6 {
    font-size: 16px;
    font-weight: bold !important;
    margin: 15px 0;
}
.col-grid-custom .ibox-title span {
    margin-left: 5px;
    cursor: pointer;
}
.col-grid-custom .ibox {
    margin-bottom: 20px;
}
.col-grid-custom .ibox .ibox-body {
    padding: 10px;
}
.col-grid-custom .ibox-body div {
    padding-bottom: 5px;
}
.col-grid-custom .ibox-body .custom-btn {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    padding-top: 30px;
}
.col-grid-custom .ibox-body a {
    color: #007bff;
    text-decoration: underline;
}
.col-grid-custom .ibox-body a,
.col-grid-custom .ibox-body .text-right {
    float: right;
}
.col-grid-custom .ibox-body .custom-btn {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    padding-top: 30px;
}
.col-grid-custom .ibox-body .btn-primary,
.col-grid-custom .ibox-body .btn-primary:focus {
    /* background-color: #578af3 !important; */
    border: none;
    box-shadow: none;
    outline: none;
    padding: 5px 10px;
}
.btn-primary-custom {
    color: #fff;
    /* background-color: #894af1;
    border-color: #894af1; */
}
.loader-wrapper-custom {
    position: relative;
    display: none;
}
.loader-wrapper-custom .page-preloader {
    position: relative;
    display: inline-block;
    padding: 10px 45px 10px 10px;
    font-size: 16px;
}
.custom-badge-primary {
    padding: 6px;
    /* font-size: 8px; */
    /* background-color: transparent;
    color: #2cc4cb;
    border: solid 1px #2cc4cb; */

    font-size: 15px;
    min-width: 48px;
    min-height: 45px;
    border: 0.5px solid #179c78;
    background-color: transparent;
    border-radius: 10px;
    color: #179c78;
}
.fnt-10 {
    font-size: 10px;
    font-weight: 300;
}
tr {
    height: 50px;
}
.content-wrapper.meal-box-sec .tab-content .meal-box-wrapper {
    display: flex;
    /* justify-content: space-between; */
    justify-content: flex-start;
    /* align-items: center; */
    height: 100%;
    padding: 10px 10px;
    position: relative;
}
.meal-card-header{
    padding-right:0px !important;
}

.meal-box-wrapper .image-sec .image {
    width: 118px;
    height: 118px;
    margin: 0 auto;
    border-radius: 22px;
    overflow: hidden;
}
.spicy-icon2{
    /* position: absolute;
    width: 30px;
    height: 30px; */
    bottom: 13px !important;
    left: 80px !important;
}
.meal-box-wrapper .image-sec .image .spicy-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 110px;
    left: 97px;
}
.meal-box-wrapper .image-sec .image .top-image {
    position: relative;
}
.meal-box-wrapper .image-sec .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn-add{
    height: 40px !important;
    margin-right: 0px !important;
}
.swap-btn{
    /* width: 40px; */
    height: 32px;
}

.counter{
    color: #fa7324;
    /* border: 1px solid red; */
    /* border-radius: 105px; */
    /* padding: 3px; */    
    position: absolute;
    top: 16px;
}

.content-wrapper.meal-box-sec .tab-content .meal-box-wrapper .content-sec {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
    width: 100%;
  
}
.content-wrapper.meal-box-sec .tab-content .meal-box {
    max-width: 380px;
    width: 100%;
    min-height: 220px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 15px;
    margin: 10px;
}

@media (max-width: 1400px) {
    .content-wrapper.meal-box-sec .tab-content .meal-box {
        max-width: 360px;
    }
}

.meal-box .image-sec {
    max-width: 35%;
    flex: 0 0 35%;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.image-sec .calorie-count {
    background-color: #179c78;
    box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    /* min-width: 125px; */
    width: 125px;
    min-height: 45px;
    font-size: 15px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14px;
    padding: 0 5px;
}
.image-sec .calorie-count.bg-yellow {
    background-color: #fab03b;
}
@media (max-width: 1400px) {
    .image-sec .calorie-count {
        width: 100%;
    }
}

.caloreis-btn-wrap {
    display: flex;
    margin-top: 15px;
}
.btn-pill {
    font-size: 15px;
    font-weight: 500;
    min-width: 48px;
    min-height: 45px;
    border: 0.5px solid #179c78;
    background-color: transparent;
    border-radius: 10px;
    color: #179c78;
    padding: 4px;
    margin-right: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.btn-pill.sty-1 {
    /* color: #fa7324; */
    color: #fff;
    background-color: #179c78;
}

.meal-box .svg-icon {
    position: absolute;
    top: 15px;
    right: 10px;
    display: none;
}
.content-sec .txt-align {
    text-align: left;
}

.bottom-alert-sec {
    background-color: #d1ebe4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 60px;
    margin: 10px 0;
}
@media (max-width: 768px) {
    .bottom-alert-sec {
        padding: 0 10px;
    }
}
.bottom-alert-sec .calories-total {
    display: flex;
}
.bottom-alert-sec .calorie-count-wrap {
    position: relative;
    font-weight: 500;
    font-size: 25px;
    color: #179c78;
}
@media (max-width: 768px) {
    .bottom-alert-sec .calorie-count-wrap {
        font-size: 20px;
    }
}
.bottom-alert-sec .calorie-count-wrap::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #179c78;
    top: 0px;
    left: -15px;
}
.calories-total .fats-sec {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.calories-total .fats-sec span {
    margin-right: 20px;
    font-weight: 300;
    font-size: 15px;
}
@media (max-width: 768px) {
    .calories-total .fats-sec span {
        font-size: 12px;
    }
}
.daily-total {
    font-weight: 500;
    font-size: 15px;
}
@media (max-width: 768px) {
    .daily-total {
        font-size: 12px;
    }
}
.nav-pills.nav-pills-custom {
    justify-content: flex-end;
}

.content-wrapper.order-view .ibox {
}
.order-view .order-details-sec {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1600px) {
    .order-view .order-details-sec {
        flex-direction: column-reverse;
    }
}
.order-view .order-details-sec .section-1 {
    max-width: 62%;
    flex: 0 0 62%;
}
@media (max-width: 1600px) {
    .order-view .order-details-sec .section-1 {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.section-1 .section-wrapper {
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    margin-bottom: 20px;
}
.order-view .order-details-sec .heading-sec {
    display: flex;
    justify-content: space-between;
}
.heading-sec h3,
.heading h3 {
    margin: 0;
    font-size: 20px;
}
.order-status {
    display: flex;
}
.order-status .status {
    font-weight: 600;
    font-size: 13px;
    margin: 0;
    min-width: 80px;
    min-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #787f82;
    text-align: center;
    padding: 0 10px;
}
.order-status .status.sty-1 {
    background: #fa7324;
    border-radius: 5px;
    color: #ffffff;
    margin-left: 10px;
}
.bg-border {
    position: relative;
}
.bg-border::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #e6e6e6;
    top: 60px;
    left: 0;
}
.section-wrapper .bottom-sec-meal-box {
    display: flex;
    margin-top: 30px;
}
@media (max-width: 768px) {
    .section-wrapper .bottom-sec-meal-box {
        flex-wrap: wrap;
    }
}
.section-wrapper .bottom-sec-meal-box .order-box {
    min-width: 105px;
    height: 65px;
    background: #f4f4f8;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    align-items: flex-start;
    margin-right: 20px;
}
@media (max-width: 768px) {
    .section-wrapper .bottom-sec-meal-box .order-box {
        margin-bottom: 10px;
    }
}
.order-box .head-id {
    color: #179c78;
    font-weight: 600;
    font-size: 13px;
}
.order-box .head-txt {
    color: #3c3c3b;
    font-weight: 500;
    font-size: 18px;
}

.section-1 .meal-item-wrapper {
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    height: 100%;
}
.section-1 .menu-item {
    margin-top: 40px;
}
.menu-item .menu-item-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
    align-items: center;
}
.menu-item .menu-item-wrapper.custom-sty {
    justify-content: flex-start;
}
.menu-item .menu-item-wrapper.custom-sty .meal {
    max-width: 45%;
    flex: 0 0 45%;
}
.menu-item .menu-item-wrapper.custom-sty .protein-box-wrapper {
    max-width: 55%;
    flex: 0 0 55%;
    flex-wrap: wrap;
    justify-content: flex-start;
}
@media (max-width: 768px) {
    .menu-item .menu-item-wrapper.custom-sty .protein-box-wrapper {
        justify-content: flex-end;
    }
}

.menu-item .menu-item-wrapper.custom-sty .proteins-box {
    margin-bottom: 10px;
}
.menu-item-wrapper.sty-1-mb .protein-box-wrapper {
    flex-wrap: wrap;
}
.menu-item-wrapper.sty-1-mb .protein-box-wrapper .proteins-box {
    margin-bottom: 10px;
}
.menu-item-wrapper.sty-1-mb .meal .heading {
    color: #787f82;
}
.menu-item-wrapper .meal {
    padding-right: 20px;
}
.menu-item .menu-item-wrapper::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #f4f4f8;
    bottom: -20px;
    left: 0;
}
.menu-item .menu-item-wrapper:last-child::before {
    display: none;
}
.menu-item .meal {
    font-weight: 500;
    font-size: 18px;
}
.menu-item .meal .sty-1 {
    font-weight: 700;
    font-size: 10px;
    color: #ffffff;
    background: #0ab39c;
    border-radius: 5px;
    padding: 3px 12px;
}
.menu-item .meal .sty-2 {
    /* background: #f06548; */
    background: #fab03b;
}
.meal p {
    margin: 0;
}
.menu-item .meal .calorie {
    font-size: 13px;
    color: #787f82;
    margin: 0;
}
.protein-box-wrapper {
    display: flex;
}
.menu-item .proteins-box {
    min-width: 50px;
    height: 50px;
    background: #f4f5f7;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    align-items: center;
    margin-right: 20px;
    text-align: center;
}
@media (max-width: 1100px) {
    .proteins-box {
        min-width: 30px !important;
        padding: 7px !important;
        margin-right: 10px !important;
    }
}
.menu-item .proteins-box:last-child {
    margin-right: 0 !important;
}
.menu-item .head {
    font-size: 15px;
    color: #179c78;
    font-weight: 500;
}
.menu-item .txt {
    font-size: 10px;
    color: #3c3c3b;
    font-weight: 300;
}
.menu-item .proteins-box.sty-1 {
    background-color: #179c78;
    border: 1px solid #179c78;
    color: #fff;
}
.menu-item .proteins-box.sty-1 .head {
    /* color: #179c78; */
    color: #fff;
}
.order-details-sec .bottom-sec-wrapper {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .order-details-sec .bottom-sec-wrapper {
        flex-direction: column;
    }
}

.order-paid-sec .order-paid-wrapper .box-wrapper {
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 6%);
    border-radius: 10px;
}
.order-paid-sec .box.box-fix .menu-item-wrapper.sty-1-mb .protein-box-wrapper {
    justify-content: flex-end;
}
.order-paid-sec
    .box.box-fix
    .menu-item-wrapper.sty-1-mb
    .protein-box-wrapper
    .proteins-box:last-child {
    margin-right: 20px !important;
}

.bottom-sec-wrapper .meal-item-wrap {
    max-width: 55%;
    flex: 0 0 55%;
}
@media (max-width: 768px) {
    .bottom-sec-wrapper .meal-item-wrap {
        max-width: 100%;
        margin-bottom: 20px;
    }
}
.bottom-sec-wrapper .order-paid-sec {
    max-width: 43%;
    flex: 0 0 43%;
}
@media (max-width: 768px) {
    .bottom-sec-wrapper .order-paid-sec {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.menu-item-wrapper.sty-1-mb:last-child {
    margin-bottom: 0;
}
.order-paid-sec .box {
    margin-bottom: 20px;
}
.order-paid-sec .box:last-child {
    margin-bottom: 0px;
}
.bottom-sec-wrapper .heading h3 {
    margin: 0;
    color: #3c3c3b;
    font-size: 20px;
}
.section-2 {
    max-width: 36%;
    flex: 0 0 36%;
}

@media (max-width: 1600px) {
    .section-2 {
        max-width: 100%;
    }
}
.section-2 .section-wrapper {
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 6%);
    border-radius: 10px;
    margin-bottom: 20px;
    min-height: 160px;
}

.stepper {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.step {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}
.stepper .step::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    background: #f4f4f8;
    top: 50%;
    left: 0%;
    z-index: 0;
    transform: translate(50%, -50%);
}
.stepper .step:last-child::after {
    display: none;
}
.step .step-circle {
    background-color: #f4f4f8;
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 50%;
}

.step .step-circle::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #179c78;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.step .step-circle.active::before {
    background-color: #fa7324;
}
.stepper-text-sec {
    margin-top: 10px;
}
.stepper-text-sec .stepper-text-sec-wrapper {
    display: flex;
    justify-content: space-evenly;
}
@media (max-width: 500px) {
    .stepper-text-sec .stepper-text-sec-wrapper {
        flex-direction: column;
    }
}
.stepper-text-sec .text-status {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.stepper-text-sec-wrapper .status {
    color: #3c3c3b;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}

.stepper-text-sec-wrapper .mark-status {
    border: 1px solid #787f82;
    border-radius: 5px;
    color: #787f82;
    font-weight: 400;
    width: fit-content;
    font-size: 12px;
    padding: 3px 10px;
    background-color: transparent;
}
.stepper-text-sec-wrapper .mark-status.sty-1 {
    border: 1px solid #000000;
    color: #000000;
}
.text-status p {
    margin: 0;
}
.section-2 .bottom-sec-customer-details .customer-details {
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 6%);
    border-radius: 10px;
    /* min-height: 578px; */
}
@media (max-width: 1600px) {
    .section-2 .bottom-sec-customer-details .customer-details {
        height: 100%;
        min-height: max-content;
    }
}
.bottom-sec-customer-details .customer-info-sec {
    margin-top: 40px;
}
.bottom-sec-customer-details .customer-info-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
    /* align-items: center; */
    align-items: flex-start;
}
/* .bottom-sec-customer-details .customer-info-wrapper:last-child {
    margin-bottom: 0px;
} */

.bottom-sec-customer-details .customer-info-wrapper::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #f4f4f8;
    bottom: -20px;
    left: 0;
}
.bottom-sec-customer-details .customer-info-wrapper:last-child:before {
    display: none;
}

.customer-info-sec .detail-sec {
    max-width: 50%;
    flex: 0 0 50%;
    text-align: left;
    padding-right: 20px;
}
.customer-info-sec .detail-sec.fix-width {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: left;
}

.bottom-sec-customer-details .txt-green {
    font-weight: 600;
    font-size: 13px;
    color: #179c78;
}
.bottom-sec-customer-details .txt-black {
    color: #3c3c3b;
    font-weight: 500;
    font-size: 15px;
}
.bottom-sec-customer-details .txt-black.sty-1 {
    font-size: 25px;
    text-transform: capitalize;
}
.bottom-sec-customer-details .txt-black.mail-sec {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.status.sty-1.sty-2-green {
    background-color: #179c78;
}
.protein-box-wrapper .proteins-box.small-box {
    min-width: 80px;
    height: 65px;
    background: #f4f4f8;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-right: 20px;
}
.protein-box-wrapper .proteins-box.small-box.lg-box {
    min-width: 130px;
    margin-right: 0;
}

.protein-box-wrapper .proteins-box.small-box .fnt-bg {
    color: #3c3c3b;
    font-weight: 500;
    font-size: 18px;
}
.menu-item .small-box .head.fnt-13 {
    font-size: 13px;
}
.protein-bottom-box {
    background: #f4f5f7;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}
.amout-txt {
    color: #3c3c3b;
    font-weight: 500;
    font-size: 30px;
}
p {
    padding: 0;
    margin: 0;
}
.content-wrapper.order-view .ibox {
    background-color: transparent !important;
    box-shadow: none !important;
}

.protein-box-wrapper.item-fix {
    flex-wrap: wrap;
}

@media (max-width: 1600px) {
    .bottom-sec-customer-details {
        margin-bottom: 20px;
    }
}

/* td{
    word-break:break-all;
} */
custom css



.modal.swapScreen .modal-dialog .modal-content .modal-header .InnerWrapper {
    display: flex;
    justify-content: space-between;
    max-width: 500px;
    width: 100%;
}

.modal.swapScreen .modal-dialog .modal-content .modal-body {
    padding-top:  0;
}

.modal.swapScreen
    .modal-dialog
    .modal-content
    .modal-header
    .InnerWrapper
    .switch-wrap {
    display: flex;
    align-items: center;
}
.modal.swapScreen
    .modal-dialog
    .modal-content
    .modal-header
    .InnerWrapper
    .modal-title {
    display: flex;
    align-items: center;
}
.modal.swapScreen
    .modal-dialog
    .modal-content
    .modal-header
    .InnerWrapper
    #swapDate {
    margin-left: 10px;
}
.modal.swapScreen
    .modal-dialog
    .modal-content
    .modal-header
    .InnerWrapper
    #swapDate
    h5 {
    margin: 0;
}

.modal.swapScreen
    .modal-dialog
    .modal-content
    .modal-header
    .InnerWrapper
    .close {
    position: absolute;
    right: 30px;
    top: 20px;
}
.modal.swapScreen .modal-dialog .modal-content .modal-body .swapButton {
    position: absolute;
    right: 11px;
    top: 11px;
}
.modal.swapScreen .modal-dialog .modal-content .modal-body .swapButton a svg {
    height: 30px;
}

.modal.swapScreen .modal-dialog .modal-content .modal-body .meal-box {
    margin-bottom: 20px;
}

.modal.swapScreen
    .modal-dialog
    .modal-content
    .modal-body
    .ibox-body
    .selectWrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
}

.modal.swapScreen
    .modal-dialog
    .modal-content
    .modal-body
    .ibox-body
    .selectWrapper
    select {
    width: 100%;
    min-height: 45px;
    border-radius: 50px;
    border-color: rgba(0, 0, 0, 0.23);
    padding: 0 15px;
}
.modal.swapScreen
    .modal-dialog
    .modal-content
    .modal-body
    .ibox-body
    .sectionWrap {
    background-color: #f4f4f8;
    padding: 25px;
    border-radius: 5px;
}
.modal.swapScreen
    .modal-dialog
    .modal-content
    .modal-body
    .ibox-body
    .sectionWrap
    .contentWrapper {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.modal.swapScreen
    .modal-dialog
    .modal-content
    .modal-body
    .ibox-body
    .sectionWrap
    .contentWrapper
    .innerDetail {
    padding: 5px;
    border: 1px solid #179c78;
    border-radius: 5px;
    margin: 0 10px;
    max-width: 60px;
    width: 100%;
}

.modal.swapScreen
    .modal-dialog
    .modal-content
    .modal-body
    .ibox-body
    .sectionWrap
    .contentWrapper
    .innerDetail
    h4 {
    margin-bottom: 0;
}

.modal.swapScreen
    .modal-dialog
    .modal-content
    .modal-body
    .ibox-body
    .btnWrapper
    .btn {
    border: 1px solid #0ab39c;
    width: 100%;
    max-width: 150px;
    border-radius: 50%;
    color: #179c78;
    background-color: transparent;
    border-radius: 50px;
    margin: 10px 15px;
}

.meal-box.is-switch{
    border-color: #fa7324 !important;
}
.meal-box.is-protein{
    border-color: #fa7324 !important;
}
.meal-box.is-switch .swap-modal svg path{
    fill: #fa7324 !important;
}
.meal-box.is-protein .protein-added svg path{
    fill: #fa7324 !important;
}


.modal.swapScreen .modal-dialog .modal-content .modal-header .InnerWrapper {
    display: flex;
    justify-content: space-between;
    max-width: 500px;
    width: 100%;
}

.modal.swapScreen
    .modal-dialog
    .modal-content
    .modal-header
    .InnerWrapper
    .switch-wrap {
    display: flex;
    align-items: center;
}
.modal.swapScreen
    .modal-dialog
    .modal-content
    .modal-header
    .InnerWrapper
    .modal-title {
    display: flex;
    align-items: center;
}
.modal.swapScreen
    .modal-dialog
    .modal-content
    .modal-header
    .InnerWrapper
    #swapDate {
    margin-left: 10px;
}
.modal.swapScreen
    .modal-dialog
    .modal-content
    .modal-header
    .InnerWrapper
    #swapDate
    h5 {
    margin: 0;
}

.modal.swapScreen
    .modal-dialog
    .modal-content
    .modal-header
    .InnerWrapper
    .close {
    position: absolute;
    right: 30px;
    top: 20px;
}
.modal.swapScreen .modal-dialog .modal-content .modal-body .swapButton {
    position: absolute;
    right: 11px;
    top: 11px;
}
.modal.swapScreen .modal-dialog .modal-content .modal-body .swapButton a svg {
    height: 30px;
}

.modal.swapScreen .modal-dialog .modal-content .modal-body .meal-box {
    margin-bottom: 20px;
    max-width: 400px;
    width: 100%;
}

.modal.swapScreen
    .modal-dialog
    .modal-content
    .modal-body
    .ibox-body
    .selectWrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
}

.modal.swapScreen
    .modal-dialog
    .modal-content
    .modal-body
    .ibox-body
    .selectWrapper
    select {
    width: 100%;
    min-height: 45px;
    border-radius: 50px;
    border-color: rgba(0, 0, 0, 0.23);
    padding: 0 15px;
}
.modal.swapScreen
    .modal-dialog
    .modal-content
    .modal-body
    .ibox-body
    .sectionWrap {
    background-color: #f4f4f8;
    padding: 25px;
    border-radius: 5px;
}
.modal.swapScreen
    .modal-dialog
    .modal-content
    .modal-body
    .ibox-body
    .sectionWrap
    .contentWrapper {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.modal.swapScreen
    .modal-dialog
    .modal-content
    .modal-body
    .ibox-body
    .sectionWrap
    .contentWrapper
    .innerDetail {
    padding: 5px;
    border: 1px solid #179c78;
    border-radius: 5px;
    margin: 0 10px;
    max-width: 60px;
    width: 100%;
}

.modal.swapScreen
    .modal-dialog
    .modal-content
    .modal-body
    .ibox-body
    .sectionWrap
    .contentWrapper
    .innerDetail
    h4 {
    margin-bottom: 0;
}

.modal.swapScreen
    .modal-dialog
    .modal-content
    .modal-body
    .ibox-body
    .btnWrapper
    .btn {
    border: 1px solid #0ab39c;
    width: 100%;
    max-width: 150px;
    border-radius: 50%;
    color: #179c78;
    background-color: transparent;
    border-radius: 50px;
    margin: 10px 15px;
}

.meal-box.is-switch{
    border-color: #fa7324 !important;
}
.meal-box.is-switch .swap-modal svg path{
    fill: #fa7324 !important;
}


.content-wrapper.meal-box-sec
    .tab-content
    .meal-box-wrapper
    .content-sec
    .txt-align
    .btn {
    padding: 5px;
    background-color: transparent;
    position: absolute;
    border: transparent;
    top: 10px;
    right: 5px;
}

.content-wrapper.meal-box-sec
    .tab-content
    .meal-box-wrapper
    .content-sec
    .txt-align
    .btn2{
    position: relative !important;
}


.content-wrapper.meal-box-sec
    .tab-content
    .meal-box-wrapper
    .content-sec
    .txt-align
    .btn:hover {
    border: transparent;
}

.content-wrapper.meal-box-sec
    .tab-content
    .meal-box-wrapper
    .content-sec
    .txt-align
    .btn
    svg {
    height: 30px;
}
.content-wrapper.meal-box-sec
    .tab-content
    .meal-box-wrapper
    .content-sec
    .txt-align
    h5 {
    padding-right: 40px;
}

.content-wrapper.meal-box-sec .tab-content .meal-box {
    max-width: 380px;
    width: 100%;
}

.modal.custom .tab-content .tab-pane .meal-box .meal-box-wrapper {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    /* align-items: center; */
    height: 100%;
    padding: 20px 10px;
    position: relative;
    max-width: 380px;
    width: 100%;
    min-height: 220px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 15px;
    margin: 10px;
}



/* .modal.custom .tab-content .tab-pane .meal-box {
    max-width: 380px;
    width: 100%;
    min-height: 220px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 15px;
    margin: 10px;
} */

.modal.custom .tab-content .meal-box-wrapper .content-sec {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* margin-top: 30px; */
    flex: 0 0 54%;
    max-width: 54%;
}

.modal.custom .tab-content .meal-box-wrapper .content-sec .txt-align .btn {
    padding: 5px;
    background-color: transparent;
    position: absolute;
    border: transparent;
    top: 10px;
    right: 5px;
}

.modal.custom
    .tab-content
    .meal-box-wrapper
    .content-sec
    .txt-align
    .btn:hover {
    border: transparent;
}
.modal.custom .tab-content .meal-box-wrapper .content-sec .txt-align .btn svg {
    height: 30px;
}
.modal.custom .tab-content .meal-box-wrapper .content-sec .txt-align h5 {
    padding-right: 40px;
}

.modal.custom
    .modal-dialog
    .modal-content
    .modal-body
    .ibox
    .ibox-head
    .nav
    .nav-item {
    position: relative;
    padding: 0.7rem 1rem;
}
.modal.custom
    .modal-dialog
    .modal-content
    .modal-body
    .ibox
    .ibox-head
    .nav
    .nav-item
    .nav-link {
    position: relative;
    padding: 0;
}
.modal.custom
    .modal-dialog
    .modal-content
    .modal-body
    .ibox
    .ibox-head
    .nav
    .nav-item
    .nav-link.active {
    border-color: transparent;
}
.modal.custom
    .modal-dialog
    .modal-content
    .modal-body
    .ibox
    .ibox-head
    .nav
    .nav-item
    .nav-link.active::before {
    width: 100%;
    height: 5px;
    background-color: #0ab39c;
    border-radius: 5px;
    position: absolute;
    content: "";
    bottom: -5px;
}
.modal.custom
    .modal-dialog
    .modal-content
    .modal-body
    .ibox
    .ibox-head
    .nav
    .nav-item
    .nav-link:hover {
    border-color: transparent;
}



.modal.custom .tab-content .tab-pane.customStyle{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.modal.infoModal {
    max-width: 600px;
    width: 100%;
    height: fit-content;
    margin: auto;
    text-align: center;
}
.modal.infoModal .modal-header {
    justify-content: flex-end;
}
.modal.infoModal .modal-body img {
    border-radius: 22px;
    margin-bottom: 25px;
}
.modal.infoModal .modal-body h2 {
    margin-bottom: 25px;
}
.modal.infoModal .modal-body h4 {
    margin-bottom: 25px;
}
.modal.infoModal .modal-body p {
    margin-bottom: 25px;
}

.checkbox-cont{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

/* Loader Styles */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.75s, visibility 0.75s;
  }
  
  .loader--hidden {
    opacity: 0;
    visibility: hidden;
  }
  
  .loader::after {
    content: "";
    width: 75px;
    height: 75px;
    border: 15px solid #dddddd;
    border-top-color: #009578;
    border-radius: 50%;
    animation: loading 0.75s ease infinite;
  }
  
  @keyframes loading {
    from {
      transform: rotate(0turn);
    }
    to {
      transform: rotate(1turn);
    }
  }
  

@media (max-width: 830px) {
    .mark {
        margin-top: 8px;
    }
}
.disable-link {
    pointer-events: none;
}

.notification-banner {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 4px;
    height: 32px;
    background-color: #ff3000;
    opacity: 0.5;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    z-index: 999;
  }