/* Profile Picture */
.profile-pic{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 50%;
    overflow-clip-margin:10px;
}

.profile-pic img{
    width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: top;
}
.profile-menu .dropdown-menu {
    right: 0;
    left: unset;
}
.profile-menu .fa-fw {
    margin-right: 10px;
}

.toggle-change::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}

.bg-aquamarine {
    background-color: #71D9E2;
}