﻿#sidebar {
    visibility: hidden;
}

.filters .filter-select input {
    cursor: text;
    padding: 5px 20px;
    font-size: 12px;
    width: 100%;
    border: none;
}

.header-profile-image img {
    max-height: 50px;
    border-radius: 5px;
}

.loading-container {
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 10;
}

    .loading-container.show-up {
        display: flex;
    }

.loading {
    width: 200px;
    height: 160px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    background-color: white;
    text-align: center;
    flex-direction: column;
    padding-top: 40px;
}

.loading img {
    margin: 0 0 15px 0;
}

.box-upload-window label {
    cursor: pointer;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

#btn-load-more-1, #btn-load-more-2, #btn-load-more-3, #btn-load-more-4, #btn-load-more-5 {
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 20px;
    cursor: pointer;
}