 .carousel-item {
            position: relative;
        }
        .dropdown {
            position: absolute;
/*            top: 8%;*/
            z-index: 12;
        }
        .dropdown-toggle::after {
            display: none;
        }
        .carousel-item .dropdown {
            top: 57px !important;
        }
        .alert{
            margin-top: 66px;
        }
        .restaurant-slider-menu-add-btns {
            display: flex;
            justify-content: space-between;
        }
        .preview-file-image {
            width: 300px;
            height: auto;
           border-radius: 10px;
            overflow: hidden;
            position: relative;
            background-color: #eee;
            margin: 0 auto;
            
        }
        .img-container img {
         width: 100%;
         height: 100%;
         object-fit: cover;
        }
        #slider_edit_img,#slider_add_img,#menu_add_img,#menu_edit_img {
            display: none;
        }
        .preview-file-image label {
            position: absolute;
            bottom: 0;
            text-align: center;
            background-color:rgba(0,0,0,0.5);
            width: 100%;
            color: white;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }
        .preview-file-image label i {
            font-size: 25px;
        }
        .error-msg {
          color: red;
          text-align: left;
            }
            #repliesModal .modal-body {
              padding-top: 0;
            }
        .each-reply {
        padding-top: 10px;
        padding-bottom: 10px;
        
            }
            .each-reply:not(:last-child){
                border-bottom: 1px solid #eee;
            }
    .each-reply-inner {
        display: flex;
        gap: 10px;
        }
    .img-replier {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D9D9D9;
    font-family: 'Quicksand',sans-serif;
    font-weight: 700;
    font-size: 20px;
    overflow: hidden;
    flex-shrink: 0;
    text-transform: capitalize;
}
.img-replier img {
    width: 100%;
    height: 100%;
}
.right-reply-sec {
    position: relative;
    flex-grow: 2;
}
.right-reply-sec h4 {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 0;
    margin-bottom: -1px;
    padding-top: 5px;
}
.right-reply-sec p {
    font-size: 13px;
    color: #8C8C8C;
    max-width: 550px;
    margin-bottom: 0;
}
.right-reply-sec p span:last-child {
    word-break: break-word;
}
.right-reply-sec form {
    display: none;
    margin-top: 10px;
    margin-bottom: 11px;
}
.right-reply-sec textarea {
    width: 100%;
    font-size: 14px;
    font-family: 'Quicksand',sans-serif;
    border-radius: 4px;
    height: auto;
    resize: none;
    border-color: #ccc;
    outline: none;
    text-indent: 10px;
}
.right-reply-sec form button {
    font-size: 12px;
    padding: 4px 10px;
}
.right-reply-sec a {
    color: black;
    text-decoration: none;
}
.right-reply-sec a:hover {
    text-decoration: underline;
}
.shade-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.4);
    top: 0;
    left: 0;
    display: none;
}
.inner-comment-post {
    display: flex;
    gap: 20px;
    width: 95%;
    margin: 0 auto;
    margin-top: 40px;
}
.img-user {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
    font-size: 30px;
    font-family: 'Quicksand',sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    overflow: hidden;
}

.comment-box {
    width: 100%;
}
.comment-box textarea {
    padding-left: 20px;
    padding-top: 10px;
    resize: none;
    width: 100%;
    height: 100px;
    background-color: #EEEEEE;
    border: none;
    outline: none;
}
.comment-box button {
    background-color: black;
    color: white;
    font-weight: 600;
    padding: 7px 15px;
}
#repliesModal .modal-content {
    min-height: 500px;
    max-height: 680px;
    overflow: hidden;
    padding-bottom: 11px;
}
.replies-container {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}
#repliesModal {
    background-color: rgba(0,0,0,0.6);
}
.reply-edit-form {
    width: 95%;
}
.main-reply ul {
    /*margin-top: -13px;*/
    padding-left: 0;
    margin-left: 0;
}
.icons-reply ul li {
    display: inline-block;
    position: relative;
}
.icons-reply ul li a {
    text-decoration: none;
}
.icons-reply ul li img {
    width: 15px;
    height: 15px;
}
.replies-container::-webkit-scrollbar {
  width: 0.5em;
}
 
.replies-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.replies-container::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.foods .food-item .text .bottom .btn-group button,.foods .food-item .text .bottom .btn-group a{
    flex-grow: 0;
}
.foods .food-item .text .bottom .m-other-details{
    width: 58%;
    display: flex;
    justify-content: space-between;
}
.food-item {
    position: relative;
}
.dots-dropdown-container {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 10px;
}
.dots-dropdown {
    margin-left: 20px;
    background-color: white;
    /* border-radius: 50%; */
    padding: 0px 8px;
    height: 19px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 7px;
    margin-top: 7px;
}
.dots-dropdown span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: black;
    display: inline-block;
}
.menu-dropdown {
  position: absolute;
    width: auto;
    min-width: 120px;
    height: auto;
    top: 130%;
    left: -98%;
    z-index: 9999;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px 0px #ccc;
    display: none;
}
.menu-dropdown ul {
    margin-left: 0;
    padding: 5px;
    padding-bottom: 5px;
}
.menu-dropdown ul li {
    list-style-type: none;
    text-align: center;
    
}
.menu-dropdown ul li:not(:first-child){
    margin-top: -4px;
}
.menu-dropdown ul li a {
    text-decoration: none;
    color: #333;
   font-size: 14px;
    font-weight: 600;
}
.menu-dropdown::after {
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    top: -8%;
    left: 74.4%;
}
.menu-img-clickable img {
    cursor: pointer;
    width: 100%;
}


.food-preference {
    margin-bottom: 10px;
    display: flex;
}
.preference-wrapper {
    overflow-x: auto;
    overflow-y: hidden;

}
.preference-wrapper::-webkit-scrollbar {
    width: 5px;
    height:5px;
  /*  background: transparent;
    height: 4px;*/

}
/* Track */
.preference-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.preference-wrapper::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.preference-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.food-preference span {
  font-weight: bold;
  background-color: #ffc0cbbf;
  min-width:44px;
  display: inline-block;
  text-align: center;
  padding-block: 4px;
  

}
.food-preference span:not(:first-child){
    margin-left: 5px;
}
.menu_comment_details_food {
    display: flex;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    margin-top: 15px;
   
}
.menu_comment_details_food div {
    position: relative;
    color: #44484c;
    letter-spacing: 0px;
    font-size: 13px;
}
.menu_comment_details_food div:not(:last-child):before{
 position: absolute;
 content: '';
 width: 2px;
 height: 12px;
 background-color: #44484cad;
 left: 100%;
 top: 50%;
transform: translateY(-50%);
}
.menu_comment_details_food div:first-child{
    padding-right: 4px;
}
.menu_comment_details_food div:nth-child(2),.menu_comment_details_food div:nth-child(3){
    padding-left: 7px;
    padding-right: 5px;
}
.menu_comment_details_food div:last-child{
    color: black;
    font-weight: bold;
    padding-left: 7px;
}
.comment_menu_desc p {
    font-size: 13px;
    font-family: 'Poppins',sans-serif;
    color: #44484c;
    line-height: 19px;
    padding-right: 15px;
}
.restaurant_details_comment p {
    font-size: 14px;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
}
#editMenuItem .modal-body {
    position: relative;
}
.form_spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: white;
    display: none;
    justify-content: center;
    align-items: center;
}
.form_spinner .spin-loader {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border:9px solid black;
    border-top: 9px solid #0a58ca;
    animation : spin-loader 2s linear infinite;
}
@keyframes spin-loader {
     from { transform:rotate(0deg);  }
     to {transform: rotate(360deg);}
}
.ms-choice>span.placeholder {
display: none;
}
.ms-choice {
    border: none !important;
}
.ms-drop.bottom {
    left: 0;
}


@media (min-width:768px) and (max-width: 992px){
    .foods .food-item .text .top {
      flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    }
   .carousel-inner .dropdown {
    top: 11%;
  
}

}
 @media (max-width: 1200px) and (min-width: 767px){
       /* .foods .food-item .text .bottom {
           flex-direction: column;
      }*/
      .foods .food-item .text .bottom .btn-group {
      width: 100%;
    order: 2;
    margin-top: 13px;   
    justify-content: space-between;

}
.foods .food-item .text .bottom .btn-group button:first-child {
    text-align: left;
}
.foods .food-item .text .bottom .btn-group a{
    text-align: right;
}

.foods .food-item .text .bottom .m-other-details{
width: 100%;
    justify-content: space-between;
    display: flex;
    margin-top: 4px;
     }
 }
 @media (max-width: 767px){
    .foods .food-item .text .bottom .m-other-details {
        width: 50%;
    justify-content: space-between;
    display: flex;
    }
    .foods .food-item .text .bottom .btn-group{
    width: 34%;
    justify-content: space-between;
 }
   .carousel-inner .dropdown {
    top: 15%;
  
}
    .filter-nav ul li {
    padding: 6px 8px;
    margin-right: 2px;
    border-radius: 7px;

}
.filter-nav .container-fluid,.foods .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
}

@media (max-width: 500px){
    .foods .food-item .text .bottom .m-other-details {
    width: 62%;
}

}
@media only screen and (max-width: 400px){
    .preview-file-image {
        width: 100%;
    }
  /*  .foods .food-item .text .bottom {
           flex-direction: column;
      }*/
      .foods .food-item .text .bottom .btn-group {
      width: 100%;
    order: 2;
    margin-top: 13px;   

}
.foods .food-item .text .bottom .m-other-details{
width: 100%;
    justify-content: space-between;
    display: flex;
    margin-top: 4px;
     }
    
.foods .food-item .text .bottom .btn-group a{
    text-align: right;
}
     .foods .food-item .text .bottom .btn-group button:first-child {
    text-align: left;
}
   .carousel-inner .dropdown {
    top: 20%;
  
}
}
@media only screen and (max-width:350px){
    .menu_comment_details_food {
     flex-direction: column;
    }
    .menu_comment_details_food div:before {
        display: none;

    }
    .menu_comment_details_food div {
          padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media only screen and (max-width: 300px){
    .preview-file-image label {
        height: 40px;
    }
    .preview-file-image label i {
    font-size: 18px;
}
.food-item .text .top {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px;
}
.food-item .text .bottom {
    flex-direction: column;
    align-items: flex-start !important;
}
}