.btn-light {
    background-color: #ffffff;
    border: 1px solid #ced4da!important;
    border-radius: 0.25rem;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none!important;
}

.btn-light.focus, .btn-light:focus {
    box-shadow: none;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
}
.badge {
    font-size: 80%;
    font-weight: 650;
}

.restaurant-span-badge {
    font-weight: 600;
    font-size: 15px;
}


.restaurant-span-badge-bolt-btn {
    background-color: #13bd6b !important;
    color: #ffffff !important;
}

.restaurant-span-badge-glovo-btn {
    background-color: #ffcd1a !important;
    color: #ffffff !important;
}

.restaurant-span-badge-choice-btn {
    background-color: #f5785a !important;
    color: #ffffff !important;
}

.restaurant-span-badge-loko-btn {
    background-color: #ff4e91 !important;
    color: #ffffff !important;
}

.bootstrap-tagsinput > .label {
    background-color: #DDDDDD;
    color: #595858;
    border-radius: 4px;
    padding: 3px 5px;
}

.select2-search__field:placeholder-shown {
    width: 100% !important;
}
