
/*FRONTEND*/

:root {
    --altcha-border-width: var(--bs-border-width);
    --altcha-border-radius: var(--bs-border-radius);;
    --altcha-color-border: var(--bs-border-color);;
    --altcha-color-text: var(--bs-body-color);;
    --altcha-color-border-focus: currentColor;
    --altcha-color-error-text: #f23939;
    --altcha-color-footer-bg: #f4f4f4;
    --altcha-max-width: 260px;
    --swiper-navigation-color: white;
    --swiper-theme-color: #ffbe00;
}

.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #f23939;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none
}


.list-group {
    --bs-list-group-active-color: black;
    --bs-list-group-active-bg: #ffbe00;
    --bs-list-group-active-border-color: #ffbe00;
}


.no_loading:after{
    visibility: hidden;
    opacity: 0;
    content: '';
}
.loading:after {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.1s linear;
    transition-timing-function: ease-in;
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.loading {
    position: relative;
}

.loading > .loader {
    display: block;
    position: absolute;
    top: 40%;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 2000;
    width: 100px;
    height: 100px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    background-color: white;
    border-radius: 10px;
}

/*animate opacty gratudaly from slow to fast hen style opacity is set to low*/
.disappear {
    transition: opacity 0.2s ease-in-out;
    opacity: 1;
}
.postponed .disappear {
    opacity: .25;
}

.order-list-inner .dish-contact{
    font-size: 12px;
    font-weight: 400;
    color: #636363;
}
.order-list-inner .dish-contact .contact{
    display: block;
    margin-top: 5px;
}
.order-list-inner .dish-contact .contact svg{
    width: 16px;
}
.order-method  .address {
    color: #ffffff;
    font-size: 13px;
    line-height: 22px;
}
.order-method {
    bottom: -115px;
}

dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.9);
}
.topbar .dropdown-toggle {
    color: #fff;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 500;
}
.dropdown.select-wrp{
    padding: 9px 0;
}

.bg-silver{
    background-color: #f9f9f9;
}
.flashes-container .alert:last-child{
    margin-bottom: 0;
}
.help-text{
    font-family: lato;
    color: #3c3838;
    font-size: 10px;
}
.blue-background-class {
    opacity: 0.2;
}
.btn-danger{
    background-color: var(--bs-btn-bg) !important;

}
.table{
    border-radius: 5px;
}
.dropzone-container{
    border-radius: 5px;
}
input[type="checkbox"]{
    padding: 6px;
}

.topbar .dropdown-toggle:after{
    display: none;
}
.xl-header{
    margin-top: 160px;
}

@media (max-width: 980px) {
    .xl-header{
        margin-top: 0;
    }
}
.featured-restaurant-box.style2 {
    padding: 10px 20px 6px;
}
.food-types {
    margin-top: 3px;
    margin-bottom: 7px;
}
.featured-restaurant-info > a {
    margin-top: 15px;
}
.featured-restaurant-info > h4 {
    margin: 10px 0 14px;
}
.text-success svg{
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.featured-restaurant-box.style2 .featured-restaurant-thumb .border-thumb {
    border: 3px solid #f1f1f1;
    box-shadow: 0 11px 0 0 rgba(0, 0, 0, 0.02);
    border-radius: 100px;
    height: 155px;
    line-height: 150px;
    width: 155px;
}

.rating-wrapper {
     float: initial;
     position: initial;
     margin-top: initial;
}
.blog-detail-wrapper a{
    color: var(--bs-primary);
    text-decoration: underline;
}
@media (max-width: 980px) {
    .featured-restaurant-box.style2 .featured-restaurant-thumb .progressive-image-container {
        border-radius: 0px;
    }
}
@media (max-width: 1024px) {
   .featured-restaurant-box.restaurants-wrapper.style2 .top-restaurant > a {
        border: none;
        box-shadow: none;
        height: auto;
        line-height: initial;
        width: auto;
    }
    .featured-restaurant-box .top-restaurant > a .progressive-image-container {
        transform: scale(1);
    }
    .featured-restaurant-box.restaurants-wrapper.style2 .top-restaurant > a .progressive-image-container {
        max-width: 100%;
        width: 100%;
    }
    .featured-restaurant-box.restaurants-wrapper.style2 .top-restaurant .brd-rd50 {
        border-radius: 0;
    }
    .featured-restaurant-box.restaurants-wrapper.style2 .featured-restaurant-thumb {
        overflow: auto;
    }
    .featured-restaurant-box.restaurants-wrapper.style2 .featured-restaurant-thumb .top-restaurant {
        margin: auto;
        padding: 0;
    }
    .featured-restaurant-box.restaurants-wrapper.style2 .featured-restaurant-info {
        padding: 0 20px;
    }
}
