body {
    background-color: #ebfffb !important;
}


.gif {
    position: absolute;
    z-index: 0;
    width:200px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.t404 {
    position: relative;
    z-index: 1;
    color:#fff;
    margin-left: auto;
    margin-right: auto;
    top:90px;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0px;
}

.skina-dark {
    background-color: #248876;
}

.skina-light {
    background-color: #ebfffb;
}

.content {
    background: #fff;
    border: solid 1px #248876;
}

.footer {
    background: #248876 !important;
    color: #ebfffb;
}

.footer a {
    color: #ebfffb;
}

.navbar a {
    color: #248876
}

.navbar a:hover{
    color:#0d4e42;
    text-decoration: underline;
}

.navbar a.active{
    color:#0d4e42;
    text-decoration: underline;
}

#qrOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    flex-direction: column;
}

#qrScannerContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#qrVideo {
    width: 90vw;
    max-width: 600px;
    height: auto;
    border: 3px solid white;
    border-radius: 10px;
}