
#popup {
	position: fixed;
	top: 50%;
	left: 58%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	width: 81%;
	max-height: 95%;
	overflow-y: auto;
	z-index: 99;
}

.popup-form {
    width: 100%;
}

.popup-form h2 {
    margin-bottom: 20px;
    text-align: center;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.form-group input[type="text"],
.form-group textarea,
.form-group input[type="file"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-group textarea {
    height: 100px;
}

.btn-submit {
    background-color: orange;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
}

.btn-submit:hover {
    background-color: black;
}
.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#close-icon {
    cursor: pointer;
    font-size: 37px;
}
.flex-text-with-icon {
    display: flex;
    justify-content: space-between;
}
 .image-container {
    position: relative;
}
.icon-container {
    position: relative;
    left: 80%;
}

/* div#clas-inp-icon {
    display: flex;
} */
.edit-icon1-prod{
  cursor: pointer;
}
#deleteButton {
	padding: 6px;
	border-radius: 5px;
	font-size: 11px;
	color: red;
	background: transparent;
	border: 1px solid #f0eded;
}
#deleteButton {
	height: 78%;
}
.form-group label {
	width: 100%;
}
#field-title-price {
	display: flex;
	gap: 20px;
}
#field-status-type {
	display: flex;
	gap: 20px;
}
#type {
	width: 100%;
	padding: 13px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	color: #979492;
}
#field-status-type {
	display: flex;
	gap: 20px;
}
#status {
	width: 100%;
	padding: 13px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	color: #979492;
}
#bt-add-curry {
	padding-right: 2rem !important;
	padding-left: 2rem !important;
}
.submit-btn {
    font-size: 12px !important;
}

/* add to tiffin button */

#addTiffin {
	color: var(--color-white);
	text-align: center;
	padding: 8px 0px 8px 0px;
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #f99500;
	font-size: 12px !important;
	border: none;
	padding-right: 2rem !important;
	padding-left: 2rem !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
/* #daysSelect {
	padding: 8px 0px 8px 0px;
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px !important;
	border: none;
	padding-right: 2rem !important;
	padding-left: 2rem !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	background: black;
	color: white;
	font-size: 1;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
} */
/* Initially hide the accordion content */

/* Initially hide the accordion content */
.accordion-content {
        display: none;
    }

    /* Styling for the accordion tab */

.tiffin-pack-head-search {
	display: flex;
	/* gap: 16px; */
}
    .accordion-tab-tiffin {
        cursor: pointer;
        border: 1px solid #ccc;
        border-radius: 5px;
        /* padding: 10px; */
        margin-bottom: 16px;
    }

    .accordion-tab-tiffin .accordion-content {
    display: block;
    position: absolute;
    /* z-index: 99; */
    width: 17%;
}
    .contanier-tiffin-packs {
    display: flex;
    justify-content: space-between;
}
span.accordion-tab-title {
	display: block;
	width: 100%;
	padding: 6px 11px;
}
.form-select-tiffin {
    width: 100%;
    padding: 11px 0px;
}
.accordion-tab-tiffin {
    background: black;
    color: white;
    width: 90%;
}
.form-select-tiffin {
	width: 100%;
	padding: 8px 10px;
	/* background: transparent; */
	color: orange;
	/* border-radius: 4px; */
	background: transparent;
	/* border: 1px solid #dbdbdb; */
    border: none;
}

button#bt-add-tiffin-pack {
    width: 90%;
    border-radius: 4px;
}
button#bt-add-tiffin-pack {
    width: 91%;
    border-radius: 4px;
    background: #f99500;
    border: none;
}
.accordion-content {
    display: none;
    transition: max-height 0.3s ease-out; 
    overflow: hidden; 
}


#categories {
	width: 100%;
	padding: 13px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	color: #979492;
}


div#btn-del-add-up {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 16px;
}
button.add-category-btn-class {
    width: 39px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    background: transparent;
}
button#remove-category-btn i {
    color: red;
}
button#update-category-btn i {
    color: orange;
}
span.categ-plus {
    font-size: 21px;
}
h2.Add-New-Category-head {
    font-size: 13px;
    margin: 0px;
}
#addCategoryModal .modal-content {
    position: relative;
    /* display: flex; */
    /* flex-direction: row; */
    width: 30%;
    /* gap: 10px; */
    position: absolute;
    padding: 9px;
    left: 63%;
    top: 15%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
    align-content: center;
    justify-content: space-between;
    /* align-items: center; */
}
.modal-content-cate-inp-new {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 1px 6px 9px 7px;
}
.div-close-icon-cate {
    display: flex;
    padding-left: 9px;
    gap: 10px;
    align-items: center;
}
/*input#newCategoryInput {
    font-size: 12px;
    padding: 6px;
    border: 1px solid #dfdfdf;
    width: 71%;
}*/
button#saveCategoryBtn {
    padding: 6px 33px 6px 33px;
    font-size: 13px;
    border: none;
    background: orange;
    color: white;
}
span#close-cate {
    font-size: 22px;
    color: black;
    cursor: pointer;
}
/* Tooltip container */
.add-category-btn-class {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.add-category-btn-class:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-text {
    visibility: hidden;
    width: max-content;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}


#btn-create-tiffin-pack {
	border: 2px solid var(--color-black);
	color: var(--color-white);
	text-align: center;
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: var(--color-black);
	font-size: 12px !important;
	padding: 8px 28px 8px 28px;
}

/* main-category section css */
#popup-category-main {
	position: fixed;
	top: 50%;
	left: 58%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	width: 81%;
	max-height: 95%;
	overflow-y: auto;
	z-index: 99;
}

.popup-form {
    width: 100%;
}

.popup-form h2 {
    margin-bottom: 20px;
    text-align: center;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.form-group input[type="text"],
.form-group textarea,
.form-group input[type="file"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-group textarea {
    height: 100px;
}

.btn-submit {
    background-color: orange;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
}

.btn-submit:hover {
    background-color: black;
}
.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#close-icon-main-category {
    cursor: pointer;
    font-size: 37px;
}


 /* Tiffin Pack Modal  */


.category-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.category-item span {
    flex: 1;
}

.category-item .btn {
    /* width: 30px;
    height: 30px; */
    font-size: 16px;
    line-height: 1;
}

.category-quantity {
    width: 60px;
    text-align: center;
}


#main-category-status {
	width: 100%;
	padding: 13px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	color: #979492;
}
#tiffinPackModalLabel {
	text-align: center;
	font-size: 30px;
}

#selectedCategoriesList {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	gap: 10px;
}
#selectedProductsList {
	display: grid;
	grid-template-columns:25% 25% 25% 25%;
	gap: 10px;
}
.btn.btn-primary.btn-sm.ms-2.btn-add-category {
	background: orange;
	border: none;
	font-size: 12px;
	padding: 8px;
}
.btn.btn-primary.btn-sm.ms-2.btn-add-category:hover{
    background: #000;
}
.category-quantity {
	/* width: 32px; */
	text-align: center;
	border: 1px solid #e1e1e1;
	width: 55px;
	border-radius: 3px;
}
.btn.btn-secondary.btn-sm.ms-2.btn-decrease {
	background: #000;
	border: none;
    margin-right: .5rem;
	padding-left: 10px;
	padding-right: 10px;
}

.btn.btn-secondary.btn-sm.ms-2.btn-increase {
	background: #000;
        border: none;
}
.modal-footer .btn.btn-secondary {
	background: #000;
	border: none;
}
#btn-save-tiffin-pack {
	background: orange;
	border: none;
}
.category-item {
	/* color: orange; */
	border: 1px solid #ccc;
	padding: 10px;
	color: #eeb54c;
	border-radius: 5px;
}
.btn.btn-success.btn-sm.ms-2 {
	background: orange;
	border: none;
	font-size: 12px;
}
#field-status-tiffin-pack label {
	width: 100% !important;
}

#tiffin-packs-status {
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #c0c1c1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--bs-body-bg);
	background-clip: padding-box;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* category pop modal */
#main-category-status {
	width: 100%;
	padding: 13px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	color: #979492;
}
.main-category-btn-submit {
	background-color: orange;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 16px;
}
.main-category-btn-submit:hover {
	background-color: black;
}



/* tiffin-section product list */
#productList-tiffin-sec {
	display: grid;
	grid-template-columns: 72% 5% 8% 5% 7%;
	gap: 6px;
	padding-bottom: 10px;
	border: 1px solid #ccc;
	padding: 4px 10px 4px 10px;
	color: #eeb54c;
	border-radius: 5px;
	margin-top: 8px;
	align-items: center;
}
#productsList {
	border: none;
	padding: 0px;
}
.btn.btn-secondary.btn-sm.ms-2.btn-decrease-tiffin-sec {
	background: #000;
	border: none;
    margin-left: 0px !important;
}
.btn.btn-secondary.btn-sm.ms-2.btn-decrease-tiffin-sec:hover {
	
    background: orange;
	border: none;
}

.btn.btn-secondary.btn-sm.ms-2.btn-increase-tiffin-sec:hover{
    background: orange;
	border: none;
}
.btn.btn-secondary.btn-sm.ms-2.btn-increase-tiffin-sec {
	background: #000;
	border: none;
	margin-left: 0px !important;
}
.btn.btn-primary.btn-sm.ms-2.btn-add-btn-tiffin-sec{
    background: orange;
	border: none;
}
.btn.btn-primary.btn-sm.ms-2.btn-add-btn-tiffin-sec:hover{
    background: #000;
	border: none;
}
.category-quantity-tiffin-sec.form-control {
	height: 78%;
	text-align: center;
}
.drop-dwn-tiff-sec-btn-week1-day {
	padding: 7px 10px 7px 10px;
	background: transparent;
	border: 1px solid #c6c6c6;
	border-radius: 6px;
	color: #868686;
}
.drop-dwn-tiff-sec-btn-week1-day:hover {

        background: orange;
        color: #fff;

}
.badge-tiffin-sec2.bg-primary.me-1 {
	padding: 7px 10px 7px 10px;
	border-radius: 5px;
	background: orange !important;
	color: #fff;
	font-size: 13px;
}
.bi.bi-x-circle {
	margin-left: 7px;
	color: black;
}
.dropdown-tiff-sec-week1-day {
	width: 100%;
}
.drop-dwn-tiff-sec-btn-week1-day {
	width: 100%;
	text-align: left;
	font-size: 15px;
}
.dropdown-content-tiff-sec-week1-day {
	width: 100%;
}
.dropdown-content-tiff-sec-week1-day label {
	display: block;
	margin-top: 10px;
	color: #979696;
	font-size: 15px;
}
#btn-save-tiffin {
	background: orange;
	border: none;
}
#btn-save-tiffin:hover {
	background: #000;
	border: none;
}

/* text alignment of the title */
.title-cent-1 {
	text-align: center;
}


/* chooseMeal page css */
#chooseMealHead {
	text-align: center;
	font-size: 22px ;
	padding-top: 14px;
}
#chooseMealImage{
	border-radius: 8px;
}
#mealDaysHead {
	margin-top: 30px;
}
.chooseMealQuantity {
	display: grid;
	grid-template-columns: 31% 59%;
	gap: 12px;
}
.quantity-input_chooseMealQuantity {
	display: grid;
	grid-template-columns: 20% 48% 20%;
	gap: 8px;
}
.input__chooseMealQuantity {
	text-align: center;
	border: 1px solid #e3e3e3;
}
.quantity-btn_chooseMealQuantity{
	background: orange;
	border: none;
	border-radius: 3px;
	color: white;
}
.quantity-btn_chooseMealQuantity:hover{
	background: #000;
	border: none;
	border-radius: 3px;
	color: white;
}
.addon-dropdown__chooseMeal {
	width: 100%;
	border-bottom: 1px solid orange;
	border-top: none;
	border-left: none;
	border-right: none;
	padding-bottom: 7px;
	/* color: #ccc; */
	background: transparent;
	/* font-size: 15px; */
	margin-bottom: 17px;
}
.title-cent-1_chooseMeal {
	font-size: 19px;
	padding-top: 16px;
}
.img-php-prod_ChooseMealImg {
	border-radius: 7px;
}
.addon-dropdown__chooseMeal option {
	color: black;
        background: white;
        border: 1px solid orange !important;
}

#chooseMealDaySelect {
	display: flex;
	gap: 32px;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.custom-checkbox label {
	font-size: 22px;
}

.custom-checkbox label::before {
	border-radius: 100%;
	border: 1px solid orange;
	padding: 5px;
	margin-right: 9px;
}
.custom-checkbox input:checked + label::after {
	top: 9px;
	left: 6px;
	width: 6px;
	height: 15px;
}

.btn.btn-primary.btn-sm.expand-btn {
	background: orange;
	border: none;
}

/* animatoin dropdown */
/*.card {*/
/*    transition: all 0.5s ease;*/
/*}*/

.details-section ul {
    list-style-type: none;
    padding-left: 0;
}

.category-item {
    cursor: pointer;
}

.category-item h6 {
    margin: 0;
}

.products-list {
    margin-top: 10px;
}
/* animatoin dropdown */

.qty_inc_dec_head {
	display: grid;
	grid-template-columns: 62% 5% 20% 5%;
	gap: 8px;
}

.qty_inc_dec_head {
	display: grid;
	grid-template-columns: 62% 5% 20% 5%;
	gap: 8px;
	align-content: center;
	align-items: center;
}
.qty_inc_dec_head .btn.btn-secondary.btn-sm.minus-btn {
	padding: 1px;
	background: orange;
	border: none;
	border-radius: 0px;
}
.qty_inc_dec_head .btn.btn-secondary.btn-sm.plus-btn {
	padding: 1px;
	background: orange;
	border: none;
	border-radius: 0px;
}
.qty_inc_dec_head .form-control.quantity-input {
	padding: 0px 4px 0px 7px;
	border-radius: 0px;
}
.btn.btn-primary.btn-sm.view-details-btn {
	background: orange;
	border: none;
	margin-top: 21px;
	padding: 10px 18px 10px 18px;
}
.qty_inc_dec_head .btn.btn-secondary.btn-sm.plus-btn:hover {
	background: #000;
}
.qty_inc_dec_head .btn.btn-secondary.btn-sm.minus-btn:hover{
	background: #000;
}
.btn.btn-primary.btn-sm.view-details-btn:hover {
	background: #000;	
}

#actionButtons .btn.btn-primary.btn-sm.back-btn {
	width: 97px;
	height: 42px;
	background: #000;
	border: none;
}
#actionButtons .btn.btn-primary.btn-sm.back-btn:hover {
	background: orange;
}

#actionButtons .btn.btn-primary.btn-sm.next-step-btn {
	width: 135px;
	height: 42px;
	background: orange;
	border: none;
}
#actionButtons .btn.btn-primary.btn-sm.next-step-btn:hover {
	background: #000;
}

#product-list-under-cate {
	width: 99%;
}

#product-list-under-cate li {
	padding: 6px 0px 2px 0px;
}
.list-group-item.category-item {
	display: grid;
	
}
.cate-img-title {
	display: flex;
	align-items: center;
	gap: 15px;
}

#product-list-under-cate {
	width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	margin-top: 8px;
}

.btn.btn-sm.btn-primary.add-button-list-productiffin {
	background: orange;
	border: navajowhite;
	font-size: 11px;
	padding: 7px;
}
.btn.btn-sm.btn-primary.add-button-list-productiffin:hover {
	background-color: #000;
}

/* Style for add-on list items */
#add-ons-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

#add-ons-list img {
    margin-right: 10px;
}
#toggle-add-ons {
	background: orange;
	color: #fff;
	border: none;
	padding: 10px 23px 10px 23px;
}
.btn.btn-sm.btn-primary.add-button-list-productiffin-addon:hover {
	background-color: #000;
}

.btn.btn-sm.btn-primary.add-button-list-productiffin-addon {
	background: orange;
	border: navajowhite;
	font-size: 11px;
	padding: 7px;
}

/* order-review */
.btn.btn-sm.add-button-list-productiffin.btn-secondary {
	border: navajowhite;
	font-size: 11px;
	padding: 7px;
}

.btn.btn-sm.add-button-list-productiffin-addon.btn-secondary{
	border: navajowhite;
	font-size: 11px;
	padding: 7px;
}

/* zipcode checkout */
#availabilityMessage {
	color: red;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
}
.flex-zip-city-div {
	display: grid;
	grid-template-columns: 50% 50%;
	gap: 10px;
}
.autocomplete-suggestions {
	border: 1px solid #ddd;
	background: #fff;
	position: absolute;
	z-index: 1000;
}
.autocomplete-suggestion {
	padding: 10px;
	cursor: pointer;
}
.autocomplete-suggestion:hover {
	background: #eee;
}
#suggestions {
	width: 35%;
}

/*ordersuccessful file code of css*/
#grid-div-addons_orderSuccessful {
	display: grid;
	grid-template-columns: 33.3% 33.3% 33.3%;
}
#product-title_IDD_orderSuccessful {
	font-size: 14px;
	padding-left: 9px;
}
#product-quantity_IDD_orderSuccessful {
	font-size: 14px;
	color: orange;
}
#addon-title_IDD_orderSuccessful {
	font-size: 14px;
	padding-left: 9px;
}
#addon-quantity_IDD_orderSuccessful{
	font-size: 14px;
	color: orange;
}

.addCart_icon i {
	font-size: 26px;
}

/*remove btn on chooseMeal*/
.remove-product-btn {
	font-size: 11px !important;
    border-radius: 4px !important;	
}
#revenueChart {
    height: 300px !important;
    background: #f3f3f3;
    border-radius: 10px;
}
div#tiffin_order_selected_secDashboard {
    margin-top: 35px;
}
a.nav-link.nav_list span {
    cursor: pointer;
}

.mt-3.add_ress {
	font-size: 20px;
	font-weight: 600;
	color: var(--color-white);
	text-decoration: none;
}
.pagination .page-link {
    cursor: pointer;
}

.pagination .active .page-link {
    background-color: #f99500; 
    color: white;
}


/*mobile responsive of the customize*/

@media screen and (max-width: 834px) {
    
    #chooseMealDaySelect {
    display: flex;
    gap: 32px;
     justify-content: left !important; 
    align-content: center;
     align-items: left !important; 
    overflow: scroll !important;
}
.b-border {
    border-bottom: 2px solid #E5E5E5;
    padding: 20px 0px !important;
}
.b-border {
    border-bottom: 2px solid #E5E5E5;
    padding: 20px 0px !important;
}


}

.checkout-btn {
     margin-right: 1px; 
}

.custom-justify{display: flex; justify-content:center;}
/*review products page*/
@media screen and (min-width: 1440px){.accordion-tab-tiffin .accordion-content {width: 15%;}}
@media screen and (min-width: 1920px){.accordion-tab-tiffin .accordion-content {width: 10%;}}

@media screen and (max-width: 1199px) {
    #product-info_IDD, #addon-info_IDD {
    display: grid;
    grid-template-columns: 70% 30% !important;
}

}
@media screen and (max-width: 1024px) {  
    #popup-category-main, #popup {left: 50%;}
}
@media screen and (max-width: 991px) {
    div#reviewContainer .col-md-6.mb-3 {
    width: 100%;
}
div#reviewContainer .grid-div-addons-dis {
    display: grid;
    grid-template-columns: 100% !important;
}
  #btn-delete{float: left !important;}

}

@media screen and (max-width: 768px){
/*    .dashboad-page .col3-custom {*/
/*    flex: 0 0 auto !important;*/
/*    width: 100% !important;*/
/*    overflow: overlay;*/
/*}*/
.dashboad-page .left_sidebar.open {
    box-shadow: none !important;
}
}

@media screen and (max-width: 767px){
        .menu-main{padding: 20px 20px;}
.tiffin-pack-head-search {
    gap: 0px;
    flex-wrap: wrap;
}
.custom-justify{justify-content: unset !important;}
    .mt-mob-pack{margin-top: 5px;}
    
   #products-list-tiffin-packs li img{ margin-right: 5px;}
   .form-select-tiffin, #searchInput2Category::placeholder {font-size: 14px;}
   .accordion-tab-tiffin .accordion-content{width: 38%;}
   
   #popup-category-main{width: 100%;}
   #popup {width: 100%; top: 53%;}
}
@media screen and (max-width: 425px) {
    .revenue_heading{
        font-size: 24px;
        padding-top: 2px;
    }
}
