body {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    color: white;
    background-color: #2f2186;
}

@media (min-width: 768px) {
    body {
        font-size: 16px;
    }
}

body {
    position: relative;
    min-height: 100%;
}
.text-color-neon {
    color: #00FFFF;
}
.section h1, .section .h1 {
    font-family: 'PT Sans', sans-serif;
}
.badge {
    height: 18px;
}
.invisible {
    opacity: 0
}
.invisible-part {
    opacity: .2
}
.container-centered {
    max-width: 500px;
    margin: auto;
}
.image-listview > li .item .icon-box.icon-box-outline {
    color: #FE9500;
    border: 1px solid #8195a6;
}
.max-one-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.max-two-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.appHeader .user-info {
    display: flex;
}
    .appHeader .user-info .user-name, header-top .user-info .user-name {
        display: inline-block;
    }
    .appHeader .user-info .badge, .header-top .user-info .badge {
        position: static;
        font-size: 12px;
        padding: 2px 6px !important;
        height: 18px;
        margin-left: 3px;
    }

.header-top .header-title {
    flex-grow: 1;
}

.header-top .user-info {
    display: flex;
    float: right;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-logo {
    width: 60px;
    height: auto;
    padding-bottom: 10px;
}

/*--------------------------------------------------------------
# Top menu
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Bottom menu
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Popup modal
--------------------------------------------------------------*/
#popup h4 {
    color: black;
}

#popup .modal-header {
    background: #DDD;
}

#popup .form-control {
    color: black;
    background: white;
    border-color: #1B283B;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
#appCapsule .form-control {
    font-size: 1rem;
    background: rgba(50, 55, 65, 0.55);
    border-radius: 0;
    border-color: #1B283B !important;
}
    #appCapsule .form-control::placeholder {
        color: rgba(255, 255, 255, 0.3);
    }
    #appCapsule .form-control[readonly] {
        color: #999;
    }
#appCapsule input.form-control {
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.33) !important
}

#appCapsule .form-group.columns-2 {
    display: flex;
    justify-content: space-between;
}
#appCapsule .form-group.columns-2 .input-wrapper {
    width: 47%;
}

@keyframes arrow-breathe {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

#chartsCombo.form-select:before {
    content: '';
    background-image: url('/assets/img/select-arrow-down.svg');
    position: absolute;
    top: 0px;
    left: 0px;
}

#appCapsule .header-menu-tabs {
    position: relative;
}
#appCapsule .form-select-arrow {
    display: inline-block;
    height: 100%;
    width: 25px;
    position: absolute;
    right: 10px;
    z-index: -1;
    background-image: url('/assets/img/select-arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right 5px center;
    animation: arrow-breathe 2s infinite ease-in-out;
}

#appCapsule .form-select {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    padding-right: 15px;
}
    #appCapsule .form-select option {
        color: rgba(255, 255, 255, 0.7);
        line-height: 3rem;
        padding: 20px;
        margin: 20px;
    }

/*
            .latest-releases .header-menu-tab {
        width: 28%;
        display: inline-block;
        text-align: center;
        line-height: 1.5rem;
        border: 1px solid;
        border-color: grey;
        border-radius: 5px;
        padding: 2px;
        margin: 0 5px;
        background: #1B283B;
    }
    */
.btn-primary {
    border: none;
}

.btn {
    border: none;
}

.form-button-group {
    max-width: 500px;
    margin: auto;
}

/*--------------------------------------------------------------
# SearchBox
--------------------------------------------------------------*/
.searchbox i.bi {
    font-size: 1.4rem;
}
.searchbox input.form-control {
    padding: 0 16px 0 48px;
}
.searchbox .input-icon {
    width: 1rem;
    height: 1rem;
    margin: 11px 4px 7px 10px;
    opacity: .5;
}
.searchbox .form-control:focus ~ .input-icon {
    opacity: 1;
}

/*--------------------------------------------------------------
# Login form
--------------------------------------------------------------*/
.login .container {
    max-width: 480px;
    padding: 0;
}

.login-logo img {
    width: 100%;
    height: 60vh;
    max-height: 600px;
}

.login-logo .title {
    position: absolute;
    top: 0;
    width: 100%;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 3.5rem;
    padding-top: 10px;
    color: white;
    max-width: 500px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#login-form {
    width: 100%;
    border: 0;
    padding-top: 40px;
}
    #login-form .submit-group {
        padding-top: 50px;
    }

input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hover, input:-webkit-autofill:active, input:-webkit-autofill:first-line {
    font-family: inherit;
    font-size: 1.1rem !important;
    transition: background-color 600000s 0s, color 600000s 0s;
}

#login-form button[type=submit] {
    font-size: 1.2rem;
    width: 100%;
    padding: .2rem .75rem;
}

#login-form .login-spinner {
    margin-left: 10px;
}

#login-form .account-link {
    font-size: .9rem;
}

.login-form .section-social-login {
    padding: 0;
    margin: 0;
    text-align: center;
    padding-top: 20px;
}
    .login-form .section-social-login .btn {
        font-weight: bold;
        font-size: 1.5rem;
        border: 1px solid #777;
        min-width: 200px;
    }
    .login-form .section-social-login .social-buttons {
        margin: 0;
        padding-top: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .login-form .section-social-login .social-button-row {
        padding-bottom: 10px;
        width: 80%;
        line-height: 1.2rem;
        color: #FF00FF;
    }
    .login-form .section-social-login .info {
        padding-top: 1rem;
    }
    .login-form .section-social-login .btn-login-spotify {
        color: #1ed760;
    }
    .login-form .section-social-login .bi-spotify {
        font-size: 2rem;
        margin-right: 5px;
        padding-top: 2px;
    }
    .login-form .section-social-login .btn-login-google {
        color: white;
    }
        .login-form .section-social-login .btn-login-google img {
            width: 24px;
            height: auto;
            margin-right: 10px;
        }
    .login-form .section-social-login .btn-login-facebook {
        color: white;
    }
    .login-form .section-social-login .bi-facebook {
        font-size: 2rem;
        margin-right: 5px;
        color: #1877F2;
        padding-top: 2px;
    }
#login-external-form .login-spinner {
    margin-left: 10px;
}

#login-form button[type=submit].btn-login-spotify {
    color: white;
    background-color: #1ed760;
    font-weight: bold;
    font-size: 1.1rem;
    width: unset;
}

@media (min-width: 481px) {
    .login {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
}

@media (min-height: 900px) and (orientation: landscape) {
    .login .container {
        border: 1px solid white;
    }
}

@media (max-height: 880px) {
    #login-form .submit-group {
        padding-top: 10px;
    }
}

/*--------------------------------------------------------------
# Password reset form
--------------------------------------------------------------*/
#password-reset-form button[type=submit] {
    font-size: 1.2rem;
    padding: .5rem 2rem;
}


/*--------------------------------------------------------------
# All content
--------------------------------------------------------------*/
body.dark-mode-active {
    background: #0D1524 !important;
}

.page-title-big {
    padding-bottom: 10px;
}

.h1-title {
    font-size: 1.5rem;
    font-weight: normal;
    text-transform: uppercase;
}

.h1-title-line {
    background-image: url('/assets/img/title-line.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    width: 50%;
    display: inline-block;
    padding: 0 30px 5px 30px;
}

#chartsCombo.form-select {
    font-size: 1.5rem;
    font-weight: normal;
    color: #FFFFFF;
}

/*--------------------------------------------------------------
# Home header
--------------------------------------------------------------*/

.text-blur-neon {
    text-shadow: 0 0 5px #00FFFF;
}

.svg-blur-neon {
    filter: drop-shadow(0 0 3px rgb(0 256 256 / 0.4));
}
.svg-blur-strong-neon {
    filter: drop-shadow(0 0 2px rgb(0 256 256 / 1));
}

.header-top {
    padding: 1.4rem 10px;
}

    .header-top .header-icons {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-top .header-icon {
        /*background-color: #131E32;*/
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header-top .icon-15 {
        width: 15px;
        height: 15px;
    }

    .header-top .icon-23 {
        width: 23px;
        height: 23px;
    }

    .header-top .icon-30 {
        width: 30px;
        height: 30px;
    }

    .header-top .icon-40 {
        width: 40px;
        height: 40px;
    }

    .header-top .header-main-menu a {
        padding-top: 4px;
    }

    .header-top .header-main-menu i {
        font-size: 1.5rem;
        color: #00FFFF;
    }

    .header-top .header-icons .btn-icon {
        margin-right: 5px;
    }

    .header-top .header-menu-icons {
        font-size: 1.3rem;
        padding-right: 1rem;
        text-align: right;
    }

        .header-top .header-menu-icons a {
            color: white;
            margin-right: 5px;
        }
    .header-top .header-user {
        width: 100%;
        text-align: right;
    }

/*--------------------------------------------------------------
# Latest releases
--------------------------------------------------------------*/
    .header-top .button-registration {
        width: 50%;
        background: #FE9500 !important;
    }

        .header-top .button-registration a {
            color: white;
        }

.latest-releases .header-menu-tabs {
    font-size: 1rem;
}

        .latest-releases .header-menu-tabs a {
            color: white;
            cursor: pointer;
        }

    .latest-releases .header-menu-tab.active {
        border-color: white;
        background: transparent;
    }

.latest-releases .section {
    padding: 0 10px;
}

    .latest-releases .top10 .top10-position {
        font-size: 1.5rem;
        color: #FFF;
        padding-bottom: 5px;
    }

#artists-search-form .dropdown .dropdown-menu {
    background: #1B283B;
    border-color: #2b405e !important
}
#artists-search-form .dropdown-item:focus, #artists-search-form .dropdown-item:hover {
    background-color: #666;
}

.latest-releases .listview-title .title {
    color: #aaa;
    font-size: .95rem;
}
.latest-releases .listview-title .playlist-icon a {
    color: #8195a6;
}

.latest-releases .listview-title .playlist-icon img {
    padding-bottom: 4px;
    padding-right: 4px;
}

body.dark-mode-active .latest-releases .listview {
    border: 0;
    margin-bottom: 20px;
    background-color: #0D1524 !important;
}

.latest-releases .image-listview.media > li {
    border-bottom: none !important;
    margin-bottom: 16px;
    background: linear-gradient(90deg, #131E32 50%, rgba(19, 30, 50, 0.23) 81.58%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.53);
}

    .latest-releases .image-listview.media > li:last-child {
        border-bottom: 0 !important;
    }

.latest-releases .image-listview > li .item {
    height: 110px;
    padding: 8px 10px;
}

.latest-releases .image-listview.media > li .imageWrapper {
    margin-right: 7px;
    height: 100%;
    cursor: pointer;
}

.latest-releases li .artwork {
    height: 100%;
    width: auto;
}

.latest-releases li .album-info {
    align-self: flex-start;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    cursor: pointer;
}

.latest-releases li .title {
    color: #00FFFF;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.latest-releases li.track.album .title, .latest-releases li.track.ep .title {
    color: #FF00FF;
    font-size: 1rem;
}

.latest-releases li .description {
    font-size: .875rem;
}
    .latest-releases li .description span {
        color: #00FFFF;
    }
.latest-releases li.track.album .description span, .latest-releases li.track.ep .description span {
    color: #FF00FF;
}

    .latest-releases li .description i {
        font-size: .5rem;
        padding-right: 3px;
        color: #00FFFF;
    }

.latest-releases li.track.album .description i, .latest-releases li.track.ep .description i {
    color: #FF00FF;
}

.latest-releases li .album-info .spotify-icon {
    width: 25px;
    margin-right: 3px;
}

.latest-releases li .artist-col {
    display: inline-block;
    width: 100%;
}
.latest-releases li .rating-col {
    width: 95px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.latest-releases li .rating-col svg {
    flex-basis: 45px;
}

.latest-releases .rating-col .rating-text {
    flex-basis: 15px;
    line-height: .9rem;
    text-align: center;
    color: #00FFFF;
    line-height: .75rem;
    font-size: .75rem;
    font-weight: normal;
}

.latest-releases .slider-row {
    height: 30px;
}

.latest-releases .slider-row .grad-slider {
    transform: scale(.7);
}

.latest-releases .lyrics-row {
    display: flex;
    width: 100%;
    padding: 0 10px 5px 10px;
}
    .latest-releases .lyrics-row .lyrics-button {
        font-size: 1rem;
        border: 1px solid #1E74FD;
        border-radius: 5px;
        padding: 1px 10px;
        margin-right: 10px;
        cursor: pointer;
    }
.latest-releases .lyrics-input {
    flex: 1;
    color: #FFF;
    font-style: italic;
    text-align: left;
}
.latest-releases .lyrics-row input {
    width: 100%;
    color: #FFF;
    font-style: italic;
    background-color: transparent;
    border: none;
}
    .latest-releases .lyrics-row input:focusX {
        outline: none;
        box-shadow: 0 0 0 2px rgb(100, 100, 100);
    }

/* # Spotify player */
#section-spotify-player {
    display: none;
}

    #section-spotify-player.active {
        display: block;
    }

    #section-spotify-player iframe {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: black;
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
        border-top: 1px solid white;
    }

/* # Range slider modal */
.latest-releases #range-slider-modal * {
    box-sizing: border-box;
}

.latest-releases #range-slider-modal .modal-dialog {
    padding: 0 20px 0 20px;
}

.latest-releases #range-slider-modal .modal-content {
    padding: 10px;
    /*background: linear-gradient(to right, #ff5c5c, #ffa860, #e3dc44, #57b02a);*/
    background: black;
    border: 1px solid #00F9F9;
    border-radius: 10px;
}

.latest-releases #range-slider-modal main {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
}

.latest-releases #range-slider-modal .fill-area {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 200px;
    background: #333838;
    box-shadow: inset 3px 3px 5px -1px #111;
    pointer-events: none;
}

.latest-releases #range-slider-modal label {
    position: static;
    z-index: 1;
    font: 4rem "Monoton", sans-serif;
    color: #ec7474;
    margin-bottom: 1rem;
}

    .latest-releases #range-slider-modal label::after {
        content: "%";
    }

.latest-releases #range-slider-modal input[type=range] {
    position: static;
    z-index: 2;
    width: 90%;
    height: 1rem;
    /*background: linear-gradient(to right, #ff5c5c, #ffa860, #e3dc44, #57b02a);*/
    background: linear-gradient(to right, #ED02EF, #826EE4, #00F9F9);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    border-radius: 100vmax;
    box-shadow: inset 3px 3px 5px -1px #000;
}

    .latest-releases #range-slider-modal input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 30px;
        height: 40px;
        background: #eee;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 5px 5px 8px -1px #000;
        -webkit-transition: box-shadow 0.3s ease-in-out;
        transition: box-shadow 0.3s ease-in-out;
    }

    .latest-releases #range-slider-modal input[type=range]:hover::-webkit-slider-thumb {
        background: #fff;
        box-shadow: 3px 3px 5px -1px #000;
    }

    .latest-releases #range-slider-modal input[type=range]::-ms-track {
        width: 100%;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

.latest-releases #range-slider-modal .ratings-row {
    margin-top: 2rem;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

    .latest-releases #range-slider-modal .ratings-row .rating {
        font-size: 2rem;
        font-weight: bold;
    }

.latest-releases .contest-rules-btn {
    border: 1px solid #04FFF6;
    border-radius: 5px;
    padding: 5px;
    color: #04FFF6;
}

.contest-rules .contest-rules-box {
    color: white;
    background-color: black;
    font-size: .9rem;
    padding: 40px 10px 10px 10px;
    border: 2px solid #04FFF6;
    border-radius: 12px;
}
.contest-rules .contest-rules-small-box {
    padding: 10px 5px 20px 5px;
    margin: 0 15px;
    font-size: 1rem;
    border: 2px solid #04FFF6;
    border-radius: 10px;
}
.contest-rules .contest-rules-small-box p {
    margin-bottom: .5rem;
}
.contest-rules .title {
    font-size: 1.75rem;
    font-weight: bold;
    text-shadow: 0 0 10px #00dcd4;
}
.contest-rules .content {
    padding: 30px 30px 20px 30px;
}
.contest-rules .reward {
    font-size: 1.75rem;
    font-weight: bold;
    padding-top: 30px;
    margin-bottom: 5px;
    text-shadow: 0 0 10px #00dcd4;
}
.contest-rules .bi-exclamation-triangle {
    font-size: 2rem;
    font-weight: bold;
    color: #04FFF6;
    padding: 5px 0 10px 0;
    display: inline-block;
}
.contest-rules .text-footer {
    font-size: .75rem;
    padding-top: 20px;
}
#ratings-popup {
    padding: 0 10px;
}
#ratings-popup .modal-content {
    color: white;
    background-color: black;
    font-size: 1rem;
    border: 2px solid #04FFF6;
    border-radius: 12px;
}
    #ratings-popup .modal-content .modal-body {
        padding: .5rem;
    }
    #ratings-popup .modal-content .bi-exclamation-triangle {
        font-size: 2rem;
        font-weight: bold;
        color: #04FFF6;
        padding: 5px 0 10px 0;
        display: inline-block;
    }
    #ratings-popup .modal-footer {
        display: flex;
        justify-content: space-between;
    }
    #ratings-popup .no-more-checkbox input, #ratings-popup .no-more-checkbox label {
        cursor: pointer;
    }
    #ratings-popup .no-more-checkbox label {
        font-size: .9rem;
    }

.latest-releases .rating-static .rating-row i {
    display: none;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
.badge-dashboard {
    font-size: .9rem;
    background: #1E74FD;
    color: #FFF;
}

/*--------------------------------------------------------------
# Games overview
--------------------------------------------------------------*/
.games-invites .section-title {
    font-weight: bold;
}
.games-invites .section-title {
    font-weight: bold;
}
.games-invites .listview .item {
    padding-right: 5px;
}
.games-invites .listview .in > div {
    padding-right: 5px;
}
.games-invites .invite-buttons button {
    margin-left: 15px;
}

/*--------------------------------------------------------------
# Tournaments
--------------------------------------------------------------*/
.tournament .not-logged {
    font-size: 1.2rem;
}
.tournament .tournament-info {
    font-size: 1.3rem;
    line-height: 1.7rem;
    text-align: left;
    padding-bottom: 2rem;
}
    .tournament .tournament-info .button-registration {
        width: 50%;
    }
        .tournament .tournament-info .button-registration a {
            color: white;
        }
    .tournament .tournament-info h2 {
        color: #ddd;
        margin-bottom: 0;
        padding-top: .5rem;
    }
    .tournament .tournament-info .price-blocks {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .tournament .tournament-info .price-block {
        font-size: 1rem;
        text-align: center;
        line-height: 1.2rem;
        background-color: #00FFFF;
        color: black;
        width: 28%;
        height: 3.6rem;
        padding-top: .5rem;
    }
    .tournament .tournament-info .strong {
        font-weight: 700;
    }
.tournament .games-section {
    padding: 0 5px;
}
.tournament .section.title {
    padding-top: 20px;
    padding-bottom: 10px;
}
    .tournament .section.title h1 {
        color: #00FFFF;
    }
        .tournament .section.title h1.h1-title {
            font-size: 1.7rem;
        }

h1.tournament-results {
    text-align: center;
    font-size: 1.5rem;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}
.tournament .games-section .starting {
    font-size: 2rem;
}
.games-list {
    padding: 0;
    margin-bottom: 10px;
    list-style-type: none;
}
    .games-list li {
        margin-bottom: 1.5rem;
    }
        .games-list li .item {
            display: flex;
            width: 100%;
            position: absolute;
            top: 0;
            padding: 20px 20px 40px 20px;
        }
    .games-list .game-title {
        text-align: center;
        font-size: 1.5rem;
        color: #aaa;
    }
    .games-list .game-subtitle {
        text-align: center;
        font-size: .8rem;
        line-height: .9rem;
        padding: .2rem 0;
        color: #aaa;
    }
    .games-list .game-date {
        text-align: center;
        color: #525662;
        font-size: .9rem;
    }
    .games-list .game-content {
        position: relative;
    }
    .games-list .game-bg {
        width: 100%;
    }
    .games-list .game .item {
        height: 100%;
    }
    .games-list .game .track {
        width: 33%;
        cursor: pointer;
    }
        .games-list .game .track.winner {
        }
        .games-list .game .track.looser {
            opacity: .3;
        }
        .games-list .game .track .winner-box {
            font-size: 1.1rem;
            color: black;
            margin: 10px 7px 0 7px;
            background-color: gold;
            border-radius: 5px;
        }

        .games-list .game .track .title, .games-list .game .track .artist {
            line-height: 1.1rem;
            overflow: hidden;
            text-align: left;
            padding-left: 7px;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
        .games-list .game .track .title {
            font-weight: bold;
        }
        .games-list .game .track .artist {
            color: white;
        }

    .games-list .game .round-section-title {
        text-transform: uppercase;
        margin: 5rem 0 1rem 0;
        padding: .5rem;
        background-color: rgba(50, 55, 65, 0.55);
        border-radius: 20px;
    }
    .games-list .game .round-section-description {
        margin-bottom: 2rem;
        color: #00FFFF;
    }

.tournament .games-section .info {
    font-size: 1.3rem;
}
.tournament .games-section .nav-buttons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
    .tournament .games-section .nav-buttons a {
        font-size: 1.2rem;
        border: 1px solid #1E74FD;
        border-radius: 5px;
        padding: 1px 10px;
        margin: 4px 5px;
    }
    .tournament .games-section .nav-buttons a.playlist {
        border: 2px solid #FF00FF
    }
.games-list .game .track-same {
    cursor: unset;
}
.games-list .game .track-same .title {
    margin-top: .5rem;
    text-align: center;
}
.games-list .game .track-same .description {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: center;
    color: white;
}
    .games-list .game .imaged {
        width: 90%;
        height: 40%;
        margin: 5px 0;
        border: 1px solid #005454;
    }
    .games-list .game .score {
        width: 33%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
        .games-list .game .score .title {
            color: white;
            margin-top: 1.5rem;
            line-height: .9rem;
        }
    .games-list .game .score-total {
        height: 100%;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
.games-list.results .score-total svg {
    transform: scale(1.8);
}
    .games-list .game .score-total > div {
        flex: 1;

    }

        .games-list .game .score-total i {
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #EDBF03;
        }

        .games-list .game .score-total .rating-value {
            padding-top: 15px;
            line-height: 1rem;
        }

        .games-list .game .score-total .rating-text {
            display: inline-block;
            height: 1.5rem;
            font-size: .75rem;
            font-weight: normal;
            line-height: .75rem;
        }
        .games-list .game .score-total .dark {
            opacity: .3;
        }

.games-list .game .score-footer {
    font-size: .8rem;
    line-height: .9rem;
    color: #ccc;
}
        .games-list .game .score-footer .fans {
            padding-bottom: 10px;
            color: #00FFFF;
        }

/* Tournament: left and right sliders */
    .games-list .game .slider-row {
        position: absolute;
        bottom: 0;
        left: 0px;
        right: 0px;
        height: 39px;
    }

        .games-list .game .slider-row .lightning {
            height: 39px;
            vertical-align: baseline;
        }

.games-list .game .diamond-slider {
    width: 80px;
}
#diamond-slider {
    transition: transform 0.3s ease;
}

.tournament-chart .info {
    font-size: 1.3rem;
    color: #00FFFF;
}

/* Grad-slider */
.grad-slider.slider-left {
    background-image: url('/assets/img/tournament/slider-left-bg.png');
}
.grad-slider.slider-right {
    background-image: url('/assets/img/tournament/slider-right-bg.png');
}
.grad-slider.slider-left, .grad-slider.slider-right {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    width: 135px;
    height: 39px;
    margin: 0 auto;
}

    .grad-slider.slider-left .slider-border-left {
        background-image: url('/assets/img/tournament/slider-border-left.png');
    }
    .grad-slider.slider-right .slider-border-right {
        background-image: url('/assets/img/tournament/slider-border-right.png');
    }
    .grad-slider.slider-left .slider-border-left, .grad-slider.slider-right .slider-border-right {
        position: absolute;
        top: 0;
        width: 135px;
        height: 100%;
        background-repeat: no-repeat;
    }

    .grad-slider.slider-left .gradient-left {
        right: 0;
        background-image: url('/assets/img/tournament/gradient-left.png');
        background-position: right center;
    }
    .grad-slider.slider-right .gradient-right {
        left: 0;
        background-image: url('/assets/img/tournament/gradient-right.png');
        background-position: left center;
    }
    .grad-slider.slider-left .gradient-left, .grad-slider.slider-right .gradient-right {
        position: absolute;
        top: 0;
        width: 0;
        height: 100%;
        overflow: hidden;
        background-repeat: no-repeat;
    }

.grad-slider input[type=range] {
    position: relative;
    width: 94%;
    height: 100%;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
}

    .grad-slider input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        box-sizing: content-box;
        background-image: url('/assets/img/tournament/slider-thumb.png');
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 3px 3px 5px -1px #000;
        -webkit-transition: box-shadow 0.3s ease-in-out;
        transition: box-shadow 0.3s ease-in-out;
    }

    .grad-slider input[type=range]:hover::-webkit-slider-thumb {
        box-shadow: 5px 5px 8px -1px #000;
    }

    .grad-slider input[type=range]::-ms-track {
        width: 100%;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }


/*--------------------------------------------------------------
# Tournament registration
--------------------------------------------------------------*/
.tournament-registration h1 {
    margin-bottom: 0;
    line-height: 34px;
}
.tournament-registration h4 {
    font-size: 18px;
    margin-bottom: 0;
}
.tournament-registration .title {
    padding-bottom: 2rem;
}
.tournament-registration .content {
    font-size: 1.2rem;
}
.tournament-registration .steps {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.tournament-registration .button-step {
    width: 50%;
}
.tournament-registration .button-step a {
    color: white;
}
.tournament-registration .button-step {
    margin-bottom: 0;
}
.tournament-registration .steps .description {
    font-size: 16px;
    width: 50%;
}
.tournament-registration .steps .step-line {
    border: 1px solid #333;
    height: 2rem;
    display: inline-block;
}
.tournament-registration .step-finished {
    font-size: 1.5rem;
    padding-top: 2rem;
    color: #00FFFF;
}

/*--------------------------------------------------------------
# Administrace: Registrations list
--------------------------------------------------------------*/
.registrations-list .item .image-empty {
    border: 1px solid #555;
}
.registrations-list .item .info div {
    text-align: left;
}
.registrations-list .item .social-icon {
    color: #308f8f;
    padding-right: 5px;
}
.registrations-list .item .error {
    color: red;
}

/*--------------------------------------------------------------
# Administrace: Tournament Actions
--------------------------------------------------------------*/
.tournament-actions .actions-line {
    display: flex;
    justify-content: space-between;
}
    .tournament-actions .actions-line label {
        margin: auto 0;
    }
    .tournament-actions .actions-line.active label {
        color: #ddd;
    }
    .tournament-actions .actions-line .btn-success:disabled {
        opacity: 0.2;
    }
.tournament-actions .info {
    color: green;
}
.tournament-actions .error {
    color: red;
}
.tournament-actions .title {
    font-weight: 700;
}

/*--------------------------------------------------------------
# Artists settings
--------------------------------------------------------------*/
.artists-settings .filter-blacklist {
    text-align: right;
}

.artists-settings .image-listview .item .fullname {
    text-align: left;
    width: 100%;
}

.artists-settings .image-listview .item .fullname a {
    text-decoration: underline;
}

/*--------------------------------------------------------------
# RapCzart glass redesign
--------------------------------------------------------------*/
:root {
    --rc-bg: #0d1320;
    --rc-bg-deep: #070e1a;
    --rc-surface: rgba(22, 31, 46, 0.68);
    --rc-surface-strong: rgba(13, 19, 32, 0.86);
    --rc-line: rgba(255, 255, 255, 0.11);
    --rc-line-strong: rgba(164, 230, 255, 0.32);
    --rc-text: #dce2f4;
    --rc-muted: #a0aec0;
    --rc-cyan: #00d1ff;
    --rc-cyan-soft: #a4e6ff;
    --rc-pink: #ff24e4;
    --rc-yellow: #ffba49;
}

body.rc-glass-theme {
    color: var(--rc-text);
    background:
        linear-gradient(145deg, rgba(255, 36, 228, 0.18), rgba(138, 72, 255, 0.12) 36%, transparent 62%),
        linear-gradient(225deg, rgba(0, 209, 255, 0.13), transparent 38%),
        linear-gradient(180deg, #0d1320 0%, #101721 48%, #070e1a 100%);
    font-family: "Hanken Grotesk", "PT Sans Narrow", sans-serif;
    letter-spacing: 0;
    min-height: 100vh;
}

body.rc-glass-theme::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 96px 96px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 72%);
}

.rc-ambient-background {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(0, 209, 255, 0.05), rgba(138, 72, 255, 0.10) 32%, rgba(255, 36, 228, 0.12) 74%, transparent),
        linear-gradient(0deg, rgba(255, 186, 73, 0.05), transparent 42%);
    opacity: 0.9;
}

body.rc-glass-theme a {
    color: var(--rc-cyan-soft);
}

.rc-glass-theme .container-centered {
    max-width: 720px;
}

.rc-glass-theme #appCapsule {
    padding-top: 76px;
    padding-bottom: 92px;
}

.rc-wordmark,
.rc-header-brand,
.rc-footer-brand,
.rc-home-header .form-select,
.rc-latest-releases .title,
.rc-release-rank {
    font-family: "Anton", "PT Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
}

.rc-section-kicker,
.rc-release-type,
.rc-release-score,
.rc-glass-bottom-menu .item strong {
    font-family: "JetBrains Mono", monospace;
    letter-spacing: 0;
    text-transform: uppercase;
}

.rc-glass-header,
.rc-home-topbar,
.rc-glass-bottom-menu,
.rc-glass-footer,
.rc-spotify-shell.active iframe {
    background: rgba(13, 19, 32, 0.58) !important;
    border-color: var(--rc-line) !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.rc-glass-header {
    min-height: 64px;
    border-bottom: 1px solid var(--rc-line);
    color: var(--rc-text);
}

.rc-glass-header::before {
    background: transparent;
}

.rc-glass-header .pageTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    line-height: 1;
}

.rc-header-brand,
.rc-wordmark {
    color: var(--rc-cyan-soft) !important;
    font-size: 32px;
    line-height: 1;
    text-shadow: 0 0 18px rgba(0, 209, 255, 0.28);
}

.rc-header-page-title {
    color: var(--rc-muted);
    font-size: 12px;
    font-weight: 700;
}

.rc-glass-header .headerButton,
.rc-home-topbar a,
.rc-home-topbar .user-info,
.rc-glass-header .user-info {
    color: var(--rc-text) !important;
}

.rc-glass-header .headerButton {
    border: 1px solid transparent;
    border-radius: 8px;
}

.rc-glass-header .headerButton:active,
.rc-glass-header .headerButton:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: var(--rc-line);
}

.rc-home-topbar {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid var(--rc-line);
    padding: 14px 14px 12px;
}

.rc-home-topbar .header-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rc-home-topbar .header-logo,
.rc-home-topbar .header-main-menu {
    width: auto;
    height: auto;
    border-radius: 0;
}

.rc-home-topbar .header-title {
    display: flex;
    justify-content: center;
    min-width: 0;
    color: var(--rc-muted);
}

.rc-home-topbar .header-main-menu a {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--rc-line);
    background: rgba(255, 255, 255, 0.04);
}

.rc-home-header {
    padding: 18px 16px 8px !important;
}

.rc-home-search .searchbox {
    margin-bottom: 14px;
}

#appCapsule .rc-home-search .form-control,
#appCapsule .rc-chart-select .form-select {
    min-height: 46px;
    color: var(--rc-text);
    background: rgba(22, 31, 46, 0.64);
    border: 1px solid var(--rc-line) !important;
    box-shadow: none !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

#appCapsule .rc-home-search .form-control:focus,
#appCapsule .rc-chart-select .form-select:focus {
    border-color: var(--rc-line-strong) !important;
    box-shadow: 0 0 0 3px rgba(0, 209, 255, 0.08) !important;
}

.rc-section-kicker {
    color: var(--rc-pink);
    font-size: 12px;
    line-height: 16px;
    margin: 10px 0 4px;
}

.rc-chart-select {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.rc-chart-select .form-select-arrow {
    top: 50%;
    right: 30px !important;
    z-index: 2 !important;
    width: 22px !important;
    height: 22px !important;
    background-image: none !important;
    pointer-events: none;
    transform: translateY(-50%);
    animation: rc-arrow-breathe 1.6s infinite ease-in-out !important;
}

.rc-chart-select .form-select-arrow::before {
    content: "";
    position: absolute;
    inset: 4px;
    border-right: 4px solid #ff3aef;
    border-bottom: 4px solid #ff3aef;
    transform: rotate(45deg);
    filter: drop-shadow(0 0 8px rgba(255, 36, 228, 0.72));
}

.rc-chart-select .form-select {
    font-size: 32px !important;
    line-height: 36px;
    text-align: center;
    padding: 8px 62px 8px 16px;
}

@keyframes rc-arrow-breathe {
    0% {
        opacity: 0.55;
        transform: translateY(-50%) scale(0.88);
    }
    50% {
        opacity: 1;
        transform: translateY(-50%) scale(1.12);
    }
    100% {
        opacity: 0.55;
        transform: translateY(-50%) scale(0.88);
    }
}

.rc-home-header .page-title-big {
    margin-top: 10px;
}

.rc-home-header .page-title-big .h1-title-line {
    display: none;
}

.rc-home-header .page-title-big h4 {
    color: var(--rc-muted);
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.rc-latest-releases .section {
    padding: 0 14px;
}

.rc-feed-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.rc-latest-releases .listview-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 18px 0 8px;
    padding: 0 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.rc-latest-releases .listview-title .title {
    color: var(--rc-text);
    font-family: "Anton", "PT Sans", sans-serif;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
}

.rc-latest-releases .listview-title .playlist-icon a {
    color: var(--rc-muted);
    font-family: "JetBrains Mono", monospace;
    font-size: 11px;
}

body.dark-mode-active .rc-latest-releases .listview,
.rc-latest-releases .image-listview.media {
    display: flex;
    flex-direction: column;
    gap: 18px;
    background: transparent !important;
    border: 0;
    margin: 0;
    padding: 0;
}

.rc-latest-releases .image-listview.media > li.rc-release-card {
    position: relative;
    overflow: hidden;
    min-height: 132px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
        var(--rc-surface) !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.rc-latest-releases .image-listview.media > li.rc-release-card.active,
.rc-latest-releases .image-listview.media > li.rc-release-card:hover {
    border-color: rgba(0, 209, 255, 0.36) !important;
    background:
        linear-gradient(120deg, rgba(0, 209, 255, 0.10), rgba(255, 36, 228, 0.07)),
        var(--rc-surface) !important;
}

.rc-release-rank {
    position: absolute;
    top: -14px;
    left: -4px;
    z-index: 0;
    color: rgba(255, 255, 255, 0.07);
    font-size: 74px;
    line-height: 1;
    pointer-events: none;
}

.rc-latest-releases .image-listview > li.rc-release-card .item {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: stretch;
    min-height: 132px;
    height: auto;
    padding: 14px;
}

.rc-latest-releases .image-listview.media > li.rc-release-card .imageWrapper {
    position: relative;
    width: 112px;
    min-width: 112px;
    height: 112px;
    margin-right: 14px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.25);
}

.rc-latest-releases li.rc-release-card .artwork {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 260ms ease;
}

.rc-latest-releases li.rc-release-card:hover .artwork,
.rc-latest-releases li.rc-release-card.active .artwork {
    transform: scale(1.06);
}

.rc-play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--rc-cyan-soft);
    background: rgba(0, 0, 0, 0.36);
    opacity: 0;
    transition: opacity 180ms ease;
}

.rc-play-overlay i {
    font-size: 34px;
    filter: drop-shadow(0 0 12px rgba(0, 209, 255, 0.45));
}

.rc-latest-releases li.rc-release-card:hover .rc-play-overlay,
.rc-latest-releases li.rc-release-card.active .rc-play-overlay {
    opacity: 1;
}

.rc-latest-releases li.rc-release-card .album-info {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding-right: 10px;
    text-align: left;
}

.rc-release-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 20px;
    margin-bottom: 3px;
}

.rc-release-type {
    color: var(--rc-cyan);
    font-size: 11px;
    line-height: 16px;
}

.rc-release-score {
    color: var(--rc-pink);
    border: 1px solid rgba(255, 36, 228, 0.45);
    background: rgba(255, 36, 228, 0.07);
    font-size: 11px;
    line-height: 16px;
    padding: 1px 5px;
}

.rc-latest-releases li.rc-release-card .title {
    color: #fff !important;
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    overflow-wrap: normal;
}

.rc-latest-releases li.track.album.rc-release-card .title,
.rc-latest-releases li.track.ep.rc-release-card .title {
    color: #fff !important;
    font-size: 28px;
}

.rc-latest-releases li.rc-release-card .artist {
    color: var(--rc-muted);
    font-size: 16px;
    line-height: 20px;
}

.rc-latest-releases li.rc-release-card .description {
    color: var(--rc-cyan-soft);
    font-family: "JetBrains Mono", monospace;
    font-size: 11px;
    line-height: 16px;
    margin-top: 3px;
    text-transform: uppercase;
}

.rc-latest-releases li.rc-release-card .description span,
.rc-latest-releases li.track.album.rc-release-card .description span,
.rc-latest-releases li.track.ep.rc-release-card .description span {
    color: var(--rc-cyan-soft);
}

.rc-latest-releases li.rc-release-card .album-info .spotify-icon {
    width: 18px;
    margin-right: 4px;
}

.rc-latest-releases li.rc-release-card .rating-col {
    width: 78px;
    min-width: 78px;
    justify-content: center;
}

.rc-latest-releases li.rc-release-card .rating-col svg {
    flex-basis: 38px;
    max-width: 38px;
    filter: drop-shadow(0 0 12px rgba(255, 186, 73, 0.24));
}

.rc-latest-releases .rating-col .rating-text {
    color: var(--rc-text);
    font-family: "JetBrains Mono", monospace;
    font-size: 12px;
}

.rc-latest-releases .slider-row .grad-slider {
    transform: scale(0.62);
}

.rc-latest-releases .lyrics-row {
    position: relative;
    z-index: 1;
    padding: 0 14px 12px;
}

.rc-latest-releases .lyrics-row .lyrics-button {
    color: var(--rc-cyan-soft);
    border-color: rgba(0, 209, 255, 0.42);
    background: rgba(0, 209, 255, 0.08);
    border-radius: 4px;
}

.rc-latest-releases .lyrics-input {
    color: var(--rc-muted);
}

#section-spotify-player.rc-spotify-shell {
    display: none;
}

#section-spotify-player.rc-spotify-shell.active {
    display: block;
}

#section-spotify-player.rc-spotify-shell iframe {
    position: fixed;
    left: 50% !important;
    right: auto !important;
    bottom: 68px !important;
    z-index: 998;
    width: calc(100% - 20px) !important;
    max-width: 700px !important;
    min-height: 90px;
    transform: translateX(-50%);
    border: 1px solid var(--rc-line) !important;
    border-radius: 8px;
}

.rc-glass-bottom-menu {
    min-height: 64px;
    border-top: 1px solid var(--rc-line);
}

.rc-glass-bottom-menu .item {
    color: var(--rc-muted);
}

.rc-glass-bottom-menu .item i.bi,
.rc-glass-bottom-menu .item strong {
    color: var(--rc-muted) !important;
}

.rc-glass-bottom-menu .item.active i.bi,
.rc-glass-bottom-menu .item.active strong {
    color: var(--rc-cyan-soft) !important;
    text-shadow: 0 0 14px rgba(0, 209, 255, 0.34);
}

.rc-glass-bottom-menu .item strong {
    font-size: 10px;
}

.rc-glass-footer {
    margin-top: 40px;
    padding: 38px 18px 120px;
    border-top: 1px solid var(--rc-line);
    color: var(--rc-muted);
}

.rc-footer-brand {
    color: #fff;
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .rc-glass-theme #appCapsule {
        padding-bottom: 104px;
    }

    .rc-home-header {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }

    .rc-chart-select .form-select {
        font-size: 40px !important;
        line-height: 44px;
    }

    .rc-latest-releases .section {
        padding-left: 24px;
        padding-right: 24px;
    }

    .rc-latest-releases .image-listview.media > li.rc-release-card .imageWrapper {
        width: 128px;
        min-width: 128px;
        height: 128px;
    }

    .rc-latest-releases .image-listview > li.rc-release-card .item {
        min-height: 156px;
        padding: 18px;
    }

    .rc-latest-releases li.rc-release-card .title,
    .rc-latest-releases li.track.album.rc-release-card .title,
    .rc-latest-releases li.track.ep.rc-release-card .title {
        font-size: 34px;
        line-height: 38px;
    }
}

.artists-settings .artist-setting {
    justify-content: flex-end !important;
}

.artists-settings .artist-item {
    width: 70px;
    text-align: center;
    padding: 0 5px;
}

/*--------------------------------------------------------------
# Statistics
--------------------------------------------------------------*/
.ratings-count-small {
    font-size: .9rem;
}
.stats-row .stats-position {
    width: 40px;
}
.stats-row.text-larger {
    font-size: 1.1rem;
}
.stats-row .stats-position-badge {
    font-size: 1rem;
    line-height: 1rem;
    background: #1E74FD;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    margin-right: 10px;
    padding-top: 5px;
}
.stats-row a {
    color: unset;
}

/*--------------------------------------------------------------
# Privacy policy, Terms of service
--------------------------------------------------------------*/
.privacy-policy .subtitle, terms-of-service .subtitle {
    margin-top: 2rem;
    font-weight: bold;
}
.privacy-policy li {
    padding-bottom: .2rem;
}
    .privacy-policy li .subtitle, .terms-of-service .subtitle {
        font-weight: bold;
    }
.privacy-policy .author, .terms-of-service .author {
    color: #00FFFF;
}

/*--------------------------------------------------------------
# Infinite scrolling loader
--------------------------------------------------------------*/
#infinite-scrolling-loader {
    height: 50px;
}
