body {
    padding-right: 0 !important;
}
.hidden {
    display: none;
}
.pointer {
    cursor: pointer;
}
.pointer.link-hover:hover {
    background-color: #E5E7EB;
}
.spaced-div {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
}
.sidebar-icon {
    width: 25px;
    display: inline-block;
}
.text-right {
    text-align: right !important;
}
.input-group {
    border-radius: 1rem;
    transition: all 0.2s ease;
}
.input-group-text {
    font-size: 0.875rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.icon {
    text-align: center;
    display: inline-flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}
.dropdown-menu {
    min-width: 12rem;
}
.user-avatar {
    height: 2.5rem;
    width: 2.5rem;
    min-height: 2.5rem;
    min-width: 2.5rem;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    border-radius: 50%;
}
.badge {
    font-size: 0.75em;
}
li.spid-idp-button-link > a > img,
.spid-idp-button .spid-idp-button-menu li > a,
.spid-idp-button .spid-idp-button-menu label{
    box-sizing: content-box;
}

/* Gallery Card Style */
.gallery-card .figure {
    position: relative;
}

.gallery-card .figure .delete-icon {
    top: 10px;
    right: 10px;
    display: none;
    padding: 6px;
    cursor: pointer;
}

.gallery-card .figure:hover .delete-icon {
    display: block;
}
.gallery-card .figure .delete-icon:hover {
    background-color: yellow;
    border-radius: 50%;
}