.sidebar {
    height: 100%;
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(243, 246, 248);
    color: rgb(0, 0, 0);
    transition: 0.3s;
    z-index: 10;
    padding-top: 5%;
}

.sidebar.hidden {
    left: -250px;
}

.sidebar p {
    padding: 10px 15px;
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    margin: 2%;
    color: rgb(0, 0, 0);
    display: block;
    text-align: left;
    position: relative;
    align-items: center;
    justify-content: center;

}

.sidebar .logout {
    padding: 10px 15px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: linear-gradient(135deg, #031e43, #031e43);
    color: rgb(255, 255, 255);
    display: block;
    bottom: 0;
    position: absolute;
    text-align: center;
    margin: auto;
    width: 100%;
}
.sidebar img{
    margin: auto;
    max-width: 70%;
    border-radius: 50%;

    box-shadow: 0 4px 8px 0 rgba(218, 217, 217, 0.133), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
.sidebar .logout:hover {
    padding: 10px 15px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: rgb(148, 148, 148);
    color: rgb(0, 0, 0);
    display: block;
    bottom: 0;
    position: absolute;
    text-align: center;
    margin: auto;
}

.sidebar p:hover {
    background-color: #575757;
    color: #ffffff;
}





.pagenationBtn {
    background-color: rgba(183, 163, 163, 0.675);
    color: rgba(255, 255, 255, 0.814);
    padding: 3% 4%;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 100%;
    left: 0;

}

#pagination {
    position: relative;
    margin: auto;
    align-items: center;
    justify-content: center;
    /* background-color: #031e43; */
    width: 100%;

}

#containerPage {
    position: absolute;
    /* background-color: #c1720b; */
    align-items: center;
    justify-content: center;
    width: 50%;
}

.pagenationBtn:hover {
    background-color: rgb(13, 1, 82);
    color: rgb(255, 255, 255);
    padding: 2% 4%;
    position: relative;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.poin {
    position: absolute;
    right: 3%;
    text-align: end;
}

/* QR CODE */
.parent-qr {
    top: 17%;
    display: none;

    position: fixed;
    text-align: center;
    margin: auto;
    z-index: 15;
    width: 80%;
    padding: 5%;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #c1720b, #031e43);
    box-shadow: 0 4px 8px 0 rgba(218, 217, 217, 0.133), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 2vh;
}

.parent-qr h1 {
    color: rgb(255, 255, 255);
    text-align: center;
    text-shadow: 1px 1px 5px rgba(251, 251, 251, 0.707);

}

.parent-qr hr {
    color: rgb(255, 255, 255);
}

.parent-qr small {
    color: rgb(255, 255, 255);
}

.qr-img {
    width: 90%;
    padding: 9%;
    margin: auto;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 2vh;
    box-shadow: 0 4px 8px 0 rgba(228, 227, 227, 0.552), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* LOGIN */
#login-page {
    max-width: 85%;
    color: white;
    display: none;
}

.login-container input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #cccccc00;
    border-radius: 4px;
    color: black;
    max-height: 5%;

}

.login-container button {
    width: 100%;
    padding: 10px;
    background-color: #00000000;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #000000d7;
}

.error {
    color: red;
    font-size: 14px;
}

#all {
    display: block;
    z-index: 1;
    width: 90%;
}

@media (min-width: 768px) {
    .fullscreen {
        position: absolute;
        right: 1.5%;
        text-align: end;
    }

    .parent-qr {
        top: 5%;
        display: none;

        position: fixed;
        text-align: center;
        margin: auto;
        z-index: 15;
        width: 30%;
        padding: 5%;
        align-items: center;
        justify-content: center;
        background: linear-gradient(90deg, #c1720b, #031e43);
        box-shadow: 0 4px 8px 0 rgba(218, 217, 217, 0.133), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border-radius: 2vh;
    }

    .parent-qr h1 {
        color: rgb(250, 249, 249);
        text-align: center;

    }

    .parent-qr hr {
        color: rgb(255, 255, 255);
    }

    .parent-qr small {
        color: rgb(255, 255, 255);
    }

    .qr-img {
        width: 90%;
        padding: 9%;
        margin: auto;
        position: relative;
        align-items: center;
        justify-content: center;
        background-color: white;
        border-radius: 2vh;
        box-shadow: 0 4px 8px 0 rgba(228, 227, 227, 0.552), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
}