
body {
    background: rgb(230,230,230);
    background: linear-gradient(0deg, rgb(206, 206, 206) 0%, rgba(255,255,255,1) 70%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    font-family: 'Lato', sans-serif;
    color: black;
    font-size: 1.07rem;
    letter-spacing: -0.04rem;
    line-height: 150%;
}
a, a:active, a:hover {
    text-decoration: underline;
    color: #D6AB1A;
    font-weight: bold;
}
p {
    -webkit-text-fill-color: rgb(0, 0, 0); 
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'KievitPro';
    font-weight: 600;
}
:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
.btn-warning, .btn-warning:focus, .btn-warning:active, .btn-warning::after, .btn-warning::before {
    background-color: #FFDD00;
    border: none;
    outline: none;
    box-shadow: none;
}
.btn-clear {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    text-align: unset;
}
.btn-clear:focus, .btn-clear:active, .btn-clear::after, .btn-clear::before {
    border: none !important;
    outline: none !important;
}
.btn-round, .btn-round:focus, .btn-round:active, .btn-round::after, .btn-round::before{
    border-radius: 2rem;
    height: 4rem;
    background-color: #f0f0f0;
    border: #f0f0f0 2px solid;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.btn-round:active{
    background-color: #FFDD00;
    border: #FFDD00 2px solid;
}
.location-dropdown {
    height: 4rem;
    background-color: transparent !important;
    border: black 1px solid !important;
}
.bg-footer {
    background-color: rgb(206, 206, 206);
    height: 30px;
    text-align: center;
}
.nav {
    padding-left: 0.75rem !important;
}
.btn-check:active+.btn, .btn-check:checked+.btn, .btn.active, .btn.show, .btn:active {
    color: var(--bs-btn-active-color);
    background-color: #FFDD00;
    border-color: #FFDD00;
}

/* ------------------------------ */

.bg-yellow {
    background-color: #FFDD00;
    padding: 0.35rem;
}
.bg-red {
    background-color: #ff0000;
    padding: 0.35rem;
}
.text-yellow {
    color: #FFDD00;
}
.text-red {
    color: #ff0000;
}
.text-green {
    color: #0ba800;
}
.text-gray {
    color: rgb(99, 99, 99);
    font-size: 0.75rem;
    letter-spacing: 0;
}
.modal-content {
    background-color: rgba(0, 0, 0, 0.8);
    color: white; 
}
.nav-item {
    font-family: 'KievitPro';
    font-size: 2.5rem;
    font-weight: 600;
}
.nav-item-logout {
    font-size: 1.8rem;
    margin-top: 7.5rem;
}
.info-text {
    font-size: 0.8rem;
    letter-spacing: 0rem;
    line-height: 0.9rem;
}
.text-bold {
    font-weight: 600;
}
.access-box {
    display: block;
    background-color: black;
    color: white;
    width: 15rem;
    height:15rem;
    overflow: hidden;
    padding: 1.5rem;
    margin: auto;
}
.access-box-denied {
    display: block;
    background-color: #ff0000;
    color: white;
    width: 15rem;
    height:15rem;
    overflow: hidden;
    padding: 1.5rem;
    margin: auto;
}
.area-btn {   
    display: block;
    background-color:white;
    color: black;
    max-height:20rem;
    padding: 1rem;
}
.area-btn-box {
    display: block;
    background-color: #FFDD00;
    color: black;
    width: 15rem;
    height:15rem;
    overflow: hidden;
    padding: 1.5rem;
    margin: auto;
}
.guest-box {
    display: block;
    background-color: white;
    color: black;
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
}
.jq-toast-wrap{
    width: 95% !important;
}
.overview-box-title {
    padding-top: 0.75rem !important;
    border-radius: 0.5rem 0.5rem 0 0;
}
.overview-box {
    border-radius: 0 0 0.5rem 0.5rem;
}
.content-page {
    position: relative; 
    padding: 0 1.25rem 0 1.25rem; 
    top: 2rem;
}
.content-page-light {
    position: relative; 
    padding: 0 1.25rem 0 1.25rem; 
    top: 0rem;
}
.btn-config {
    padding: 1rem;
    font-weight: bold;
    width: 100%;
}