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

.privacy-policy-container {
    margin-bottom: 4%;
}

.main-text {
    color: #00b35f;
}

.box-reservation {
    border-color: #0f5100;
    border-width: 10px;
    border-style: solid;
    background-color: white;
    color: #0f5100;
    padding-top: 2%;
}

.btn-delete-reservation {
    background-color: #a90101;
    color: white;
    border-radius: 20px;
    margin-top: 2%;
    margin-bottom: 2%;
}

.no-slot {
    text-align: center;
    vertical-align: center;
    background-color: #F68B00;
    color: white;
}

.logo-container {
    padding: 10% 0 5% 0;
}

.user-place-container {
    margin: 5% 0;
}

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

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

.btn-change-password {
    color: #ffffff;
    background-color: #77b300;
    border-color: #669a00;
}

.btn-change-password:focus,
.btn-change-password.focus {
    color: #ffffff;
    background-color: #558000;
    border-color: #111a00;
}
.btn-change-password:hover {
    color: #ffffff;
    background-color: #558000;
    border-color: #3d5c00;
}
.btn-change-password:active,
.btn-change-password.active,
.open > .dropdown-toggle.btn-change-password {
    color: #ffffff;
    background-color: #558000;
    background-image: none;
    border-color: #3d5c00;
}
.btn-change-password:active:hover,
.btn-change-password.active:hover,
.open > .dropdown-toggle.btn-change-password:hover,
.btn-change-password:active:focus,
.btn-change-password.active:focus,
.open > .dropdown-toggle.btn-change-password:focus,
.btn-change-password:active.focus,
.btn-change-password.active.focus,
.open > .dropdown-toggle.btn-change-password.focus {
    color: #ffffff;
    background-color: #3d5c00;
    border-color: #111a00;
}
.btn-change-password.disabled:hover,
.btn-change-password[disabled]:hover,
fieldset[disabled] .btn-change-password:hover,
.btn-change-password.disabled:focus,
.btn-change-password[disabled]:focus,
fieldset[disabled] .btn-change-password:focus,
.btn-change-password.disabled.focus,
.btn-change-password[disabled].focus,
fieldset[disabled] .btn-change-password.focus {
    background-color: #77b300;
    border-color: #669a00;
}
.btn-change-password .badge {
    color: #77b300;
    background-color: #ffffff;
}

a {
    color: #669a00;
    text-decoration: none;
    background-color: transparent;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #77b300;
    border-color: #77b300;
}
