.enviso-amount-of-tickets {display:none;}
:host
{
--enviso-primary-color: #0b253d;
--enviso-secondary-color: #0b253d;
--enviso-tertiary-color: #0b253d;
}
.enviso-offer-filters-wrapper
{
z-index: initial;
}
.enviso-filters-mobile-wrapper
{
z-index: 9999;
}
:host
{
padding-bottom: 12rem;
}
div
{
padding-bottom: 12rem;
}
.enviso-dialog-backdrop-fullpage
{
z-index: 9999;
}
:host
{
background: #86c1da;
border-radius: 0;
border: 0;
}
:host([selected]) .enviso-timeslot-button {
background-color: #86c1da;
}
.enviso-dates .enviso-day {
border-color: #86c1da;
}
.enviso-day.enviso-disabled {
background: #fff;
color: #86c1da;
opacity: .75;
cursor: not-allowed;
}
.enviso-day.enviso-selected {
outline-color: #0b253d;
border-color: #0b253d;
background-color: #0b253d !important;
color: #ffffff;
opacity: 1;
}
.enviso-offers {
max-wdith: 66.666%;
}
:host .enviso-offers {
grid-column-gap: 2.5rem;
grid-template-columns: repeat(3, 1fr);
margin-bottom: 2.5rem;
}
:host .enviso-offers enviso-offer-card {
max-width: unset;
}
@media (max-width: 60em) {
:host .enviso-offers {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 48em) {
:host .enviso-offers {
grid-column-gap: 1.25rem;
margin-bottom: .75rem;
}
}
@media (max-width: 40em) {
:host .enviso-offers {
grid-template-columns: 1fr;
}
:host .enviso-offers enviso-offer-card {
width: 100%;
}
}