/*
Theme Name: pixelpad-theme
Template: blueprint-theme
Author: Jamie Chang

*/


body {
    font-family: "rubik";
}

.sidebar_items a {
    color: #343a40;
    font-family: Roboto;
}

.sidebar li a:hover {
    background: #ecdeed;
    text-decoration: none;
}

.page-title {
    color: #45156C;
    font-family: Roboto;
    font-weight: 700 !important;
}

#pixelpad_login_button,
#pixelpad_signup_button,
#pixelpad_signup_button_teacher {
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.8rem 3.25rem;
    color: white;
    border: none;
    background: linear-gradient(136.38deg, #078AA0 0%, #06AAA2 100%);
    border-radius: 30px;
}

#switch_to_signup {
    background: #fff;
    white-space: nowrap;
    border-radius: 30px;
    padding: 1rem 2rem;
    border: 1px solid #0EC4BB;
    color: #0EC4BB;
    font-weight: 700;
}

#switch_to_teacher_signup {
    background: #fff;
    white-space: nowrap;
    border-radius: 30px;
    padding: 1rem 2rem;
    border: 1px solid #9112bd;
    color: #9112bd;
    font-weight: 700;
}

#switch_to_teacher_signup:hover {
    background: #9112bd;
    color: white;
}

#switch_to_signup:hover {
    background: #0EC4BB;
    color: white;
}

.bogo-votes:hover{
  cursor:pointer;
}

.bogo-votes.voted{
  color: #0EC4BB;
}

#login_username,
#login_password,
#signup_username,
#signup_password,
#signup_confirm_password,
#signup_school_name,
#signup_username_teacher,
#signup_password_teacher,
#signup_confirm_password_teacher {
    border-radius: 25rem;
    padding: 0.5rem;
    padding-left: 1rem;
    width: 100%;
    border: 1px solid #959595;
    color: #343B42;
    outline: none;
    font-size: 1.1rem;
}

.table-scroll {
    max-height: 60vh;
}

a:hover {
    text-decoration: none;
}

.ui-draggable-dragging {
    pointer-events: none;
}

#wpadminbar {
    position: fixed;
    bottom: 0;
    top: unset;
}

