html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.container {
    min-height: 90%;
    position: relative;
}

.footer {
    width: 100%;
    height: 10%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.card-container img {
    padding: 2%;
}

.opening-time-card,
.festivity-card {
    padding: 2%;
    margin: 2% 0;
}

.card-model {
    display: none;
}

.toast-message {
    position: fixed;
    z-index: 10;
    text-align: center;
    top: 5%;
    right: 5%;
}

.icon-container {
    margin-bottom: 5%;
    margin-top: 2%;
}

.icon-container img {
    margin-bottom: 4%;
}

.contact-container {
    padding-bottom: 5%;
    max-width: 100%;
}

.dashboard-container {
    padding-top: 5%;
}

i.fas {
    color: #fff;
}

.toast-container {
    z-index: 10;
    position: fixed !important;
    bottom: 1%;
    right: 1%;
}

.toast-success > .toast-header,
.toast-success > .toast-header > strong,
.toast-success > .toast-body {
    color: #155724 !important;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.toast-info > .toast-header,
.toast-info > .toast-header > strong,
.toast-info > .toast-body {
    color: #004085 !important;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.toast-warning > .toast-header,
.toast-warning > .toast-header > strong,
.toast-warning > .toast-body {
    color: #856404 !important;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.toast-error > .toast-header,
.toast-error > .toast-header > strong,
.toast-error > .toast-body {
    color: #721c24 !important;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.user-link-btn {
    margin-right: 2%;
}

/*** da qui prenota l'ingresso ****/

.btn-primary {
    color: #ffffff;
    background-color: #830038!important;
    border-color: #6a002d;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff;
    background-color: #500022!important;;
    border-color: #000000;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #500022!important;;
    border-color: #2c0013;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #500022!important;;
    background-image: none;
    border-color: #2c0013;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background-color: #2c0013;
    border-color: #000000;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #830038;
    border-color: #6a002d;
}
.btn-primary .badge {
    color: #830038;
    background-color: #ffffff;
}

a {
    color: #830038;
}

a:hover {
    color: #e7002d;
    text-decoration: underline;
}

.badge-info {
    color: #fff;
    background-color: #e7002d!important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff!important;
    background-color: #830038!important;
    border-color: #830038!important;
}

.page-link {
    color: #830038!important;
}
