@import url("config.css");

#view {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

#view iframe {
    width: 100%;
    height: 100%;
}
nav#nb-view {
    width: 100%;
    height: 4rem;
    background: white;
}
nav#nb-view .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
nav#nb-view .cont .btn:hover u .cls-1 {
    fill: white !important;
}
nav#nb-view .cont .btn:hover {
    background: var(--c1);
}
nav#nb-view .cont .btn {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 4px;
    background: rgb(220, 220, 220);
}
nav#nb-view .cont {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
nav#nb-view .logo {
    width: 3.5rem;
    height: 3.5rem;
}
nav#nb-view .container {
    position: relative;
}
nav#nb-view main#qr-view[status="active"] {
    display: flex;
}
nav#nb-view main#qr-view img {
    width: 100%;
    height: 100%;
    display: flex;
}
nav#nb-view main#qr-view {
    position: absolute;
    top: 4.5rem;
    right: 0;
    width: 20rem;
    height: 20rem;
    background: white;
    box-shadow: gray 4px 4px 0;
    border-radius: 0.5rem;
    display: none;
    overflow: hidden;
}
@media only screen and (min-width: 1920px) {}
@media only screen and (max-width: 1919px) and (min-width: 1440px) {}
@media only screen and (max-width: 1439px) and (min-width: 1280px) {}
@media only screen and (max-width: 1279px) and (min-width: 1024px) {}
@media only screen and (max-width: 1023px) and (min-width: 768px) {}
@media only screen and (max-width: 767px) and (min-width: 480px) {
    nav#nb-view main#qr-view {
        width: 15rem;
        height: 15rem;
    }
}
@media only screen and (max-width: 479px) and (min-width: 360px) {
    nav#nb-view main#qr-view {
        width: 15rem;
        height: 15rem;
    }
}
@media only screen and (max-width: 359px) and (min-width: 10px) {
    nav#nb-view main#qr-view {
        width: 12rem;
        height: 12rem;
    }
}
@media only screen and (min-height: 1280px) {}
@media only screen and (max-height: 1279px) and (min-height: 1024px) {}
@media only screen and (max-height: 1023px) and (min-height: 768px) {}
@media only screen and (max-height: 767px) and (min-height: 480px) {}
@media only screen and (max-height: 479px) and (min-height: 360px) {}
@media only screen and (max-height: 359px) and (min-height: 10px) {}