.backgray {
    background-color: #80808059;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.card-step {
    border-radius: 14px;
    padding: 0 !important;
    border: none !important;
}

.stepper-header {
    background: #EEF6EB;
    border-radius: 20px;
    padding: 11px;
}

.stepper-header .step {
    width: 20%
}

.badge-round {
    width: 80px;
    height: 80px;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.weekcard {
    padding: 20px;
    border: 2px dashed #b7b7b7 !important;
    background: #eef6eb !important;
}

.weekcard .shadow {
    box-shadow: none !important;
}

.weekcard .shadow:nth-child(2), .weekcard .shadow:nth-child(3) {
    border-bottom: 1px dashed #b1beac;
}

.weekcard .text-orange {
    color: #3b3b3b !important;
}

.weekcard .shadow i {
    color: #6c757d !important;
}

.weekcard.active .text-orange {
    color: #ff7c08 !important;
}

.package-card {
    cursor: pointer;
    transition: transform .12s ease, box-shadow .12s ease;
    border: 2px solid #e9ecef !important;
}

.package-card.selected, .weekcard.active {
    border: 2px dashed #ff7c08 !important;
    background: #ffeede !important;
}

.package-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.meal-big-item-img {
    width: 100%;
    height: 200px;
    background-size: cover;
    border-radius: 8px;
    background-position: center;
}

.toolbar {
    background: transparent;
    border: 2px dashed #ff7c08;
    border-radius: 12px;
    padding: .75rem;
}

.toolbar .btn {
    font-size: 13px;
    margin-bottom: 10px;
    width: 110px;
}

.section-slot {
    min-height: 96px
}

.required {
    color: #d63384
}

.bg-green {
    background: #6EB356 !important;
}

.text-green {
    color: #6EB356 !important;
}

.text-green {
    color: #6EB356 !important;
}

.btn-orange {
    background: #6EB356 !important;
    border: 1px solid #6EB356 !important;
    width: 110px;
    color: #fff !important;
}

.btn-orange:hover, .btn-orange:focus {
    background: #ff7c08 !important;
    border: 1px solid #ff7c08 !important;
}

.header-title {
    border-bottom: 1px solid #6eb356;
    padding-bottom: 17px;
    margin-bottom: 35px !important;
    color: #6eb356;
}

.step-text {
    color: #6EB356;
    font-size: 16px;
    font-weight: bold;
}

.bg-orange {
    background: #ff7c08 !important;
}

.bg-orange + .step-text {
    color: #ff7c08;
}

#steps-container {
    background: #eef6eb;
    padding: 30px;
    border-radius: 20px;
}

#clear-filters {
}

#change-week {
}

.form-check-input[type=checkbox] {
    border-radius: .25em;
    border: 1px solid #ff7c08;
}

.form-check-input:checked {
    background-color: #6eb356;
    border-color: #6eb356 !important;
}

.item-box {
    background: transparent !important;
    border: 2px dashed #ff7c08 !important;
}

.border {
    border: 1px solid #6eb3565c !important;
}

.meal-item {
    margin-bottom: 13px;
    cursor: pointer;
    border-radius: 10px;
    padding: .55rem;
    align-items: center;
    border: 1px solid #e9ecef;
    background: #ffffffa6
}

.meal-item-img {
    width: 100%;
    height: 188px;
    background-size: cover;
    border-radius: 8px;
    background-position: center;
}

.meal-item .title {
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 8px;
}

.meal-item .tags .badge {
    margin-right: .25rem;
    background-color: #80808033 !important;
    margin-bottom: 2px;
}

.meal-item.selected {
    outline: 2px dashed #ff7c08 !important;
    background: #fbe9d9;
}

.icontags > .icontag,
.imagetags > .imagetag {
    background-color: white;
    border-radius: 25%;
    padding: 4px;
}

.modal-backdrop.fade.show {
    z-index: 99999;
}

.modal.fade.detailmodal.show {
    z-index: 999999;
}

.min-height200 {
    min-height: 200px;
}

.step-item:not(.d-none) .footr-bascket_data {
    position: fixed;
    bottom: -10px;
    background-color: darkgray;
    min-height: 80px;
    width: 100%;
    z-index: 99999999;
    left: 0;
    padding: 0 10px;
    text-align: center;
    color: white;
}

.counterbadge {
    border-radius: 50%;
    background-color: #b4c0b0;
    color: white;
    height: 28px;
    text-align: center;
    min-width: 28px;
    line-height: 26px;
}

.package-card.selected .counterbadge, .weekcard.active .counterbadge {
    background-color: #ff7c08;
}

.imagetag {
    width: 26px !important;
    height: 26px !important;
    display: inline-block;
    background-size: contain;
    margin: 2px;
}

.checkout-section {
    background: #eef6eb;
    padding: 30px 0;
    border-top: 1px solid #ccdec6;
}

.btn-checkout {
    background: #ff7c08;
    width: 200px;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    border: 1px solid #da7012;
}

.btn-checkout:hover, .btn-checkout:focus {
    background: #6eb356;
    color: #fff;
    border: 1px solid #6eb356;
}

.item-counter, .selected-count {
    padding: 3px;
    font-size: 25px;
    margin-right: 28px;
    font-weight: bold;
    min-width: 100px;
}

.foodselect .input-group-text {
    background-color: #eef6eb78;
    border: 1px solid #6eb35682;
}

.FoodSizeSelector {
    display: flex;
    background: none;
}

.FoodSizeSelector > div:nth-child(1) {
    width: 195px;
    padding-right: 8px !important;
}

.foodselect {
    border-top: 1px dashed #c2d1bd;
    padding-top: 10px;
}

.extraicon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    font-size: 20px;
}


#dataresult .text-danger {
    color: #333 !important;
    font-size: 20px !important;
    padding-top: 55px !important;
    line-height: 27px;
}


.stepper-header .step .bg-green {
    background: transparent !important;
}

.stepper-header .step .bg-orange {
    background: transparent !important;
}

.stepper-header .step .bg-orange i {
    color: #ff7c08 !important;
}

.stepper-header .step .bg-green .text-dark {
    color: #6eb356 !important;
}

.stepper-header .step .navicon i {
    background: transparent !important;
    width: auto;
    font-size: 60px !important;
    line-height: 60px !important;
}


.basketdatacontrol .card {

    border-radius: 10px;
    padding: 20px !important;

    border: 1px solid #e9ecef !important;
    background: #ffffffa6 !important;
}

#selectedfoods > div {
    outline: 2px dashed #ff7c08 !important;
    background: #fbe9d9;
    border-radius: 10px;
}

#selectedfoods > div img {

    border-radius: 10px 0 0 10px;
}

#selectedfoods > div .badge {
    background-color: rgb(255 124 8) !important;
}

.basketdatacontrol .card .title .btn {
    padding: 5px 10px;
    font-size: 15px;
    background: transparent;
    color: #6EB356;
}

.basketdatacontrol .card .title .btn:hover {
    background: #6EB356 !important;
    color: #fff !important;
    border-color: #6EB356 !important;
}

.keycountsdata {
    font-size: 15px;
}
.sectionright {
    font-size: 14px;
}
@media (max-width: 600px) {
    .badge-round {
        width: 50px;
        height: 50px;
    }
    .stepper-header .step .navicon i {
        background: transparent !important;
        width: 35px !important;
        font-size: 30px !important;
        line-height: unset !important;
        font-weight: bold;
    }
}