 /* Reset select to */
.select2-container .select2-selection--single { height: calc(2.75rem + 2px) !important; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: calc(2.75rem + 2px) !important; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: calc(2.75rem + 2px) !important; }

.field-error-message {
    display: flex;
    align-items:baseline;
    color: #f75676;
}

.full {
    width: 100%;
}

#desk-logo {
    display: none;
}

@media screen and (min-width: 450px) {
    #desk-logo {
        display: unset;
    }
}

.success-alert, .alert-danger {
    z-index: 1;
}

.btn-alert-close {
    position: absolute;
    right: 20px;
    top: calc(50% - 0.75rem);
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    color: #fff;
    font-size: .875rem;
}

.card-event {
    margin-bottom: 10px;
};

.card-event-sckeleton {
    height: 350px;
    margin-bottom: 10px;
}

.placeholder-item {
    box-shadow: 0 4px 10px 0 rgba(33, 33, 33, 0.15);
    border-radius: 4px;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.placeholder-item::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -150px;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, transparent 0%, #E8E8E8 50%, transparent 100%);
    animation: load 1s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}

@keyframes load {
    from {
        top: -150px;
    }
    to   {
        top: 100%;
    }
}

.profile-img {
    max-width: 80px;
    max-height: 80px;
}

.gallery-profile-img {
    max-width: 200px;
    max-height: 200px;
}
