:root {
    --primary-color: #FF5F00;
}

/* header */

.total {
    color: var(--primary-color) !important;
}

.icon-light {
    stroke: var(--primary-color) !important;
}


/* profile box */
.icon-theme {
    stroke: var(--primary-color) !important;
}

.custom-element {
    border: 2px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.stats img {
    color: var(--primary-color) !important;
}

.profile-box .profile-content .btn-solid {
    background-color: var(--primary-color);
    border: var(--primary-color) !important;

}

.profile-box .profile-content .btn-solid:hover {
    background-color: darken(var(--primary-color));
}

.profile-content .counter-stats .counter-value {
    color: var(--primary-color);
}



/* sidebar pannel-icons */
.sidebar-panel .bar-icon.fill-white {
    fill: var(--primary-color) !important;
}

.sidebar-panel .bar-icon {
    stroke: var(--primary-color) !important;
}

.sidebar-panel .tooltip-cls span {
    color: var(--primary-color) !important;
}

.sidebar-panel a:hover .bar-icon {
    stroke: var(--primary-color) !important;

}

.sidebar-panel a:hover .tooltip-cls span {
    color: var(--primary-color) !important;
}

/* event box */
.event-box .event-content .bottom-part .event-btn:hover {
    color: var(--primary-color) !important;
}

.ingredients button{
    font-size: 30px !important;
    color: #FF5F00;
    font-weight: bolder;
}

#gallery-widget-images img{
    object-fit: cover;
}

.recipe i{
    color: #51595e;
}

.recipe-form i{
    color: white;
}

.recipe-form #ingredients-list i, .recipe-form #steps i{
    color: rgb(51, 34, 34);
    font-size: 30px;
}

input[type=time]::-webkit-datetime-edit-ampm-field {
    display: none !important;
}

.recipe-like {
    font-size: 25px;
}

.recipe-liked {
    color: #FF5F00 !important;
    font-size: 25px;
}

#recipe-like:hover {
    color: #FF5F00;
}

.custom-badge{
    width:auto;
    padding: 5px 10px;
    background-color: #fff;
    color: #FF5F00;
    font-weight: 500;
    font-size: 12px;
    border-radius: 25px;
    border: 1px solid #FF5F00;
    margin: 5px;
  }

  .custom-badge-fill{
    position: relative;
    display: inline-block;
    width: fit-content; 
    padding: 2px 8px;
    /* background-color: orange; */
    color: #fff;
    background-color: #FF5F00;
    font-weight: 500;
    font-size: 12px;
    border-radius: 25px;
    border: 1px solid #FF5F00;
  }

  .restaurant_center {
    margin: auto;
    width: 80%;
}

.food-menu{
    position:relative;
    height: 250px;
    width : 200px;
    /* border: 1px solid red; */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 1rem;
    border-radius: 20px;
    box-shadow: 1px 1px 5px 1px #80808052;
    overflow: hidden;
    padding: 0;
  }
  
  .food-menu .content{
    margin:0;
    width:100%;
    color:white;
    position:absolute;
    bottom: 0;
    background: linear-gradient(#80808000,#00000087, #000000);
    height:100px;
    padding: 8px 15px;
  }
  
  .food-menu .content .text{
    position: absolute;
    bottom: 10px;
  }
  
  .primary-clr{
    color:#FF5F00 !important;
  }

  #spinner{
    padding: 50px 0;
  }

.restaurant-center .right-menu li i{
    font-size: 24px;
}

.restaurant-center .right-menu li a{
    padding: 5px !important;
    background-color: #edf7fb;

}

.order-menu ul li{
    background-color: #FF5F00; 
    color:white;
}

.order-menu ul li a h6{
    color:white;
}

.order-menu ul li a svg{
    stroke: white;

}

.i{
    color: #51595e !important;
}

.accordion-header{
    border-bottom: 1px solid gainsboro;
}
.accordion-header:hover{
    background-color: gainsboro;
}

.restaurant-content h6{
    text-transform: capitalize;
    color: #51595e;
    padding: 4px 0;
}

.restaurant-content h6 i{
    color: #FF5F00;
    padding-right: 8px;
}

.restaurant-content #shop-status{
    position: absolute;
    right: 20px;
    top: 20%;
    color: #FF5F00;
}

.primary-text{
    color: #FF5F00;
}

.secondary-text{
    color: #51595e;
}

.site-links{
    color: #51595e;
    font-weight: 500;
    display: flex;
    padding: 5px;
}

.site-links a{
    color: #51595e;
    margin-right: 8px;
}

#interests-list h3{
    text-transform: capitalize;
    color: #FF5F00;
}

#interests-list .user img{
    border-radius: 50%;
}

.foods-review{
    border-top: 1px solid gainsboro;
    padding: 5px;
}

.foods-review i{
    color: #FF5F00;
}

.friends-action .box{
    border: 2px solid #FF5F00;
    border-radius: 20px;
    color: #FF5F00;
    margin-top: 1rem;
}

.friends-action .box:hover{
    border: 2px solid #FF5F00;
    border-radius: 20px;
    background-color: #FF5F00;
    color: white;
}

.rating-box{
    position: absolute;
    padding: 5px;
    background-color: #FF5F00;
    color: white;
    border-radius: 8px;
    right: 20px;
    bottom: 50px;
    font-size: 12px;
    font-weight: bold;
}

.add-food-block{
    color: #ffffff;
    font-size: 14px;
    height: 50px;
    background-color: #FF5F00;
}

.add-food-block i{
    color: #ffffff;
    font-size: 18px;
    background-color: #FF5F00;
    border-radius: 50%;
    padding: 5px;
    width: 30px;
}

.header-block-link{
    padding: 5px 8px;
    background-color: rgb(250, 250, 250);
    color: #FF5F00;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
}

#list-search-box .search-input{
    border-radius: 15px;
    border: 1px solid gainsboro;
    padding: 5px 10px;
    width: 100%;
}

#list-search-box button{
    border-radius: 15px;
    width: 50%;
    margin-left: 10px;
}

#list-search-box .container{    
    width: 700px;
    display: flex;
}

.toc{
    overflow-y: hidden;
    max-height: calc(100vh - 50px);
  }

.offer-banner{
    position: absolute;
    top: 50px;
    z-index: 9;
    background-color: #FF5F00;
    color: white;
    padding: 5px 10px;
    box-shadow: 1px 2px 8px #0000002e;
}

.post-img-container{

    margin-right: 5px;
    position: relative;
}

.post-img-container .remove-btn{

    margin-right: 5px;
    position: absolute;
    color: red;
    right: 0;
    top: 5px;
    cursor: pointer;
}

.red-border{
    border: 1px solid red;
}

.sticky-bottom{
    position: sticky;
    top: -20%;
}