.atlas-red {
    background-color: #EC3237;
}
#avatars_wrapper input {
    display: none;
}
.border-red {
    border: 1px solid red;
}
.opacity-zero {
    opacity: 0;
}
.height-zero {
    height: 0;
}
.alert-soft-themeseparator {
    color: #303637;
    background-color: rgba(98, 147, 155, 0.1);
    font-weight: bold;
}
.custom-modal-background {
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    min-width: 100vw;
    min-height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;
}
.c-pointer {
    cursor:pointer;
}
#avatars_wrapper label img.selected {
    border: 5px solid #ee0041;
}
#avatars_wrapper label img {
    cursor: pointer;
}
.flex-basis-50 {
    flex-basis: 50%;
    max-width: 50%;
}
.footer-image-l {
    max-width: 100px;
}
.footer-image-r {
    max-width: 160px;
}
.login_top_image{
    max-width: 180px;
}
.b-card-desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.b-card-desc.read {
    white-space: pre-wrap;
    overflow: visible;
    text-overflow: ellipsis;

}
#avatar-link {
    display: none;
}

@media (min-width: 600px) {
    .login_top_image {
        width: 200px;
    }

    .footer-image-l {
        transform: scale(1.3);
    }
    .footer-image-r {
        transform: scale(1.3);
    }
}
@media (min-width: 992px) {
    .hide-on-992 {
        display: none;
    }
    #avatar-link {
        display: flex;
    }
}
