
.admin-container {
    background-color: #ffffff;
    position: fixed;
    top: 20%;
    right: 0px;
    width: 50px;
    padding: 5px;
    border: 1px solid #0e90d2;
    z-index: 30000;
}

.admin-container {
    position: fixed;
    top: 200px;
    right: 0px;
    width: 50px;
    z-index: 30000;
}

.admin-container-page {
    position: fixed;
    top: 260px;
    right: 0px;
    width: 50px;
    z-index: 30000;
}

.admin-container-page .btn-admin , .admin-container .btn-admin {
    display:block;
    background-color: #0e90d2;
    width: 50px;
    line-height: 50px;
    height: 50px;
    color: aliceblue;
    text-align: center;
}


.nav-link {
    color: #222 !important;
}