/* #4e73df */

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#register_username_input,
#register_password_input,
#button-register-back,
#button-register-show-password {
    display: none;
}

#user_table td,
#user_table th {
    padding: 3px;
}

#loading_circle {
    width: 100px;
    height: 100px;
    background-image: url("../img/coin4.gif");
    background-size: contain;
}

#sidebarToggle::after {
    content:none !important;
}
#sidebarToggle {
    background-image: url("../img/menu.png");
    background-size: contain;
}