﻿/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.container-fluid > .animated {
    margin-top: 24px !important;
}

#reservation-count-totals-btn {
    margin-right: 3px;
}

#summarybyday-btn {
    margin-right: 3px;
}

.app-body-mobile {
    margin-top: 0;
}

/*Centra il contenuto di un div orizzontalmente e verticalmente tramite flex. Da applicare sul div parent*/
.parent-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.green-pass-card-header {
    padding: 0;
}

.green-pass-icon-title {
    font-size: 30px;
    vertical-align: middle;
}



@media only screen and (max-width: 600px) {
    #lost-credential-return-btn {
        display: none;
    }
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 2000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}