body {
    background-color: #f5f5f5;
}

.menu-icon {
    margin-right: 0.4rem;
    margin-bottom: 0.1rem;
    fill: currentColor;
}

i.bi {
    margin-right: 0.35rem;
}

.card-img-top {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}

.album-description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2em;
}

.user-dropdown .dropdown-menu {
    right: 0;
    left: auto;
}

.alert.auto-dismiss.alert-hiding {
    overflow: hidden;
    transition:
        opacity 250ms ease,
        transform 250ms ease,
        max-height 250ms ease,
        margin 250ms ease,
        padding 250ms ease;
    max-height: 200px;
}

.alert.auto-dismiss.alert-hiding.is-hiding {
    opacity: 0;
    transform: translateY(-8px);
    max-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 768px) {
    .user-dropdown .dropdown-menu {
        right: auto;
        left: 0;
    }
}

:root {
    --bs-box-shadow-sm: 0 .125rem .25rem rgba(50, 50, 50, 0.15);
}

#my-gallery img {
    border-width: 2px !important;
}
#my-gallery img:hover {
    border-width: 2px !important;
    border-color: #f58220 !important;
}