/* ================================================================================================== */

    #ticket_content_container label {
        font-size: 12px;
    }

    .album_list_item {
        line-height: 40px;
        padding: 5px;
        border-bottom: 1px solid lightgrey;
        text-align: left;
        font-size: 9pt;
        cursor: pointer;
    }
    .album_list_item_selected {
        background-color: #2a70b9;
        color: white;
    }

    .album_list_item_divider {
        font-size: 9pt;
        line-height: 30px;
        background-color: #a2a2a2;
        color: white;
    }

    .image_header {
        background-size: cover;
        background-position: 50% 50%;
        height: 200px;
        width: 100%;
    }

    .group_image_background {
        background-color: black;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        color: white;

        font-size: 10pt;
        line-height: 190px;
        text-shadow: 2px 2px 3px black;
        text-align: left;
        padding-top: 80px;
        height: 150px;
    }

    @media (max-width: 992px) {
        .users_settings_panel {
            z-index: 1000;
        }

        #cover-image-slider-reset {
            padding-top: 20px;
        }
    }

    .users_image_title_block {
        background-color: #555555;
        color: white;
        display: flex;
        align-items: center;
        font-weight: bold;
    }
