
/*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;
}

.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;
}
