.bg-light-grey {
background-color: #eef1f6;
}
#hamburger-icon {
color: #3a61ff;
}
#profile-image > img,
#action-button {
box-shadow: 0 2px 3px gray;
}
#profile-image > img,
.navbar-toggler {
border-radius: 50% !important;
}
#account-options > button {
border: none;
}
/* -------------------- */
#create-view-forms a {
text-decoration: none;
}
#create-view-forms h2,
#create-view-forms small {
color: black;
}
#create-view-forms small {
text-decoration: underline;
}
#create,
#view {
background-color: #eef1f6;
border-radius: 25px 25px 25px 25px;
box-shadow: 0 15px 20px lightgray;
}
#view div.pl-15 div {
    width: 100%;
}
.text {
border-radius: 0 25px 25px 0;
background-color: white;
}
/* -------------------- */
.border-right {
border-right: 1px solid gray;
}
/* -------------------- */
thead {
background-color: #eef1f6;
}
th a {
color: black;
text-decoration: none;
}
.drop > li {
margin: 0px 15px;
}
.drop > li:not(:last-child) {
border-bottom: 1px solid black;
}
.drop > li > a {
margin-left: 5px;
color: black;
text-decoration: none;
}
