body {
    background: #F5EAD6 !important;
}

.header {
    color: #2E2B26 !important;
    height: 100px;
}
.error {
    height:100vh;
}

.raps {
    background: #FFCC00 !important;
    color: #FFF !important;
}

.leaf {
    background: #5A7D38 !important;
    color: #FFF !important;
}

.mill {
    background: #2E2B26 !important;
    color: #FFF !important;
}

.soft-red {
    background: #A64936 !important;
    color: #FFF !important;
}

.nav .btn-group .btn {
    font-size: 1.2em !important;
    padding: 10px !important;
    border-radius: 0px !important;
}

.nav .btn-group {
    border-radius: 0px !important;
}

.app {
    height:70vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

i {
    margin-right:10px;
}

#qrOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    /* justify-content: center; */
    padding-top:100px;
    align-items: center;
    z-index: 1000;
    flex-direction: column;
}

#qrScannerContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#qrVideo {
    width: auto;
    max-width: 70vw;
    height: 60vh;
    border: 3px solid white;
    border-radius: 10px;
}

