/*INDEX*/
/*GENERAL STYLE*/
/*MAP*/
/*FL-MANAGER*/

:root {
    --fl-yellow: #faec54;
    --fl-info-blue: #1D8C8C;
    --fl-info-highligt-blue: #1ca4a4;
    --fl-40-grey: #404040;

}

html,
body {

    margin: 0;
    padding: 0;
}

body {
    background: #1c1c1c;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*height: 100vh;*/
    font-family: "Poppins", sans-serif;
    /*font-family: 'M PLUS Rounded 1c', sans-serif;*/
    content: "";

}


html {
    height: 100%;
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
}

p {
    color: white;
    font-size: calc(12px + 0.25vw);
}

a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

.no-padding {
    padding: 0;
}

.fl-general-datetime-picker {
    border-radius: 6px;
    padding: 3px 5px;
    background-color: #404040;
    color: white;
}

@media only screen and (max-width: 768px) {
    .feelloud-dialog-modal-poster {

    }

    .no-padding-col-768 {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) {
    .feelloud-dialog-modal-poster {
        min-width: calc(40% - 25px);
    }
}


::-webkit-scrollbar {
    width: 0.5em;
}

@media only screen and (max-width: 768px) {
    ::-webkit-scrollbar {
        width: 3px;
    }
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: linear-gradient(to top, #FAEC54, yellow, #FAEC54, yellow);

}

/*hhh ----GLOBAL STD ON FEELLOUD----*/

.missing-input {
    border: 1px solid orangered !important;
}

/*hhh --GLOBAL ELEMENTS--*/
.btn-cta-main-m {
    background-color: #FAEC54;
    font-weight: bold;
    font-size: 1rem;
    color: #1c1c1c;
    padding: 6px 16px;
    border-radius: 6px;
    border: 1px solid #1c1c1c;
    transition: 150ms;
}

.btn-cta-main-m:hover {
    background-color: #f8e946;
}

@media only screen and (max-width: 767px) {
    .btn-cta-main-m {
        font-size: 0.7rem;
    }
}

.btn-cta-invert-m {
    background-color: #212121;
    font-weight: bold;
    font-size: 1rem;
    color: #faec54;
    padding: 6px 16px;
    border-radius: 6px;
    border: 1px solid #faec54;
    transition: 150ms;
}

.btn-cta-invert-m:hover {
    background-color: #313131;
    color: #faec54;
}

@media only screen and (max-width: 767px) {
    .btn-cta-invert-m {
        font-size: 0.7rem;
    }
}

.btn-wide-hover:hover {
    padding: 6px 20px;
}

.btn-info-main-m {
    background-color: var(--fl-info-blue);
    font-weight: bold;
    font-size: 1rem;
    color: #1c1c1c;
    padding: 6px 16px;
    border-radius: 6px;
    border: 1px solid var(--fl-info-blue);
    transition: 150ms;
}

.btn-info-main-m:hover {
    background-color: var(--fl-info-highligt-blue);
}

@media only screen and (max-width: 767px) {
    .btn-info-main-m {
        font-size: 0.7rem;
    }
}

.btn-info-invert-m {
    background-color: #212121;
    font-weight: bold;
    font-size: 1rem;
    color: var(--fl-info-blue);
    padding: 6px 16px;
    border-radius: 6px;
    border: 1px solid var(--fl-info-blue);
    transition: 150ms;
}

.btn-info-invert-m:hover {
    background-color: #313131;
    color: var(--fl-info-highligt-blue);
}

@media only screen and (max-width: 767px) {
    .btn-info-invert-m {
        font-size: 0.7rem;
    }
}

.btn-wide-hover:hover {
    padding: 6px 20px;
}

.btn-end-main-m {
    background-color: var(--fl-40-grey);
    font-weight: bold;
    font-size: 1rem;
    color: #fff;
    padding: 6px 16px;
    border-radius: 6px;
    border: 1px solid var(--fl-40-grey);
    transition: 150ms;
}

.btn-end-main-m:hover {
    background-color: var(--fl-40-grey);
    color: #808080;
}

@media only screen and (max-width: 767px) {
    .btn-end-main-m {
        font-size: 0.7rem;
    }
}


/*hhh cookies*/

.cookies-eu-banner {
    background: #faec54;
    color: #111;
    padding: 6px 15px;
    font-size: 1rem;
    text-align: left;
    position: fixed;
    bottom: 0;
    width: 100%;
    transition: 1000ms;
    z-index: 1500;
}

.cookies-eu-banner i {
    font-size: 2rem;
}

.cookies-eu-banner a {
    text-decoration: underline;
}

.cookies-eu-banner-btn-box {
    float: right;

}

.cookies-eu-banner #cookies_reject_btn {
    text-decoration: none;
    background: #404040;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 4px 7px;
    margin: 4px 10px 0;
    font-size: 0.8rem;
    border-radius: 3px;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner #cookies_reject_btn:hover {
    background: #606060;
}

.cookies-eu-banner #cookies_accept_btn {
    text-decoration: none;
    background: #262626;
    color: #faec54;
    border-radius: 3px;
    border: 1px solid #000;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 10px;
    font-size: 0.9rem;
    font-weight: 700;
    transition: 250ms;
}

.cookies-eu-banner #cookies_accept_btn:hover {
    background: #1c1c1c;
    padding: 4px 12px;
}

.hidden-cookies-eu-banner {
    display: none;
}


/*hhh ------BOOTSTRAP EXTRA CLASSES*/

@media (min-width: 1750px) {
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .d-xxl-block {
        display: block !important;
    }
}

/*hhh -MAIN NAVBAR-*/
.fl-global-nav-container {
    z-index: 2000;
    background-color: #262626;
    height: 60px;
    border-bottom: 1px solid #363636;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.fl-global-nav-logo {
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fl-global-nav-search-input-container {
    margin-left: 37px;
    height: 43px;
    display: flex;
    align-items: center;
    max-width: 300px;
    width: 100%;

}

@media only screen and (max-width: 767px) {
    .fl-global-nav-search-input-container {
        width: auto;
        margin-left: 15px;
        max-width: 150px;
    }
}


.fl-global-nav-search-input-form {
    width: 100%;
}

.fl-global-nav-search-input {
    background-color: #111 !important;
    width: 100% !important;
    font-size: 0.85rem;
    padding: 4px 50px 4px 12px;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: 300ms;
}

.fl-global-nav-search-input::placeholder {
    color: #606060;
    text-align: left;
}

.fl-global-nav-search-input:focus {
    border: 1px solid #FAEC54;
    background-color: #1c1c1c !important;
    max-width: 1000px;
}

.fl-global-nav-search-btn {
    color: #fff;
    width: 45px;
    margin-left: -45px;

    font-size: 0.85rem;
    border-color: transparent;
}

.fl-global-nav-search-btn:hover {
    color: #FAEC54;

}


.artist_not_found_header {
    font-size: 3rem;
    text-align: center;
}

/*hhh ----MODALS STD ON FEELLOUD----*/

.fl-modal-std-link-text {
    color: #1e8e8e;
    text-align: center;
    margin-bottom: 15px;
    font-size: 0.8rem;
}

.fl-modal-std-link-text:hover {
    color: #187272;
}

.fl-modal-std-checkbox-agreements-container {
    display: block;
    width: calc(100% - 30px);
    padding: 5px 8px;
    margin: 10px auto 60px;
    border: transparent 1px solid;
    transition: 1000ms;
}


.fl-modal-std-checkbox-agreements {
    margin-right: 10px;

}

.fl-modal-std-checkbox-agreements-label {
    color: #ddd;
    font-size: 0.75rem;
    line-height: 2.4;
    display: inline;
}

.fl-modal-std-server-answer-error-text-p {
    width: calc(100% - 30px);
    color: #fa2d1b;
    margin: 0 auto;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;


}


/*feelloud-dialog-modal-xl*/

/* dialog controls width and togheter with bootstrap "modal-dialog-centered" class they are in center vertical */
.fl-modal-std-100-dialog {


}

.fl-modal-std-95-dialog {
    width: 95% !important;
    max-width: 2000px;
    margin: 80px auto 25px;
}

.fl-modal-std-50-dialog {

    width: 50% !important;
    max-width: 1100px;
    margin: 70px auto 10px;
}

.fl-modal-std-min-50-dialog {
    min-width: 320px;
    width: 50% !important;
    max-width: 1000px;

    margin: 70px auto 10px;
}

@media only screen and (max-width: 768px) {
    .fl-modal-std-min-50-dialog {
        width: 100% !important;
    }
}

.fl-modal-std-50w-dialog {

    max-width: 50% !important;
    margin: 70px auto 10px;
}

.fl-modal-std-confirm-dialog {
    width: 50% !important;
    max-width: 500px;
    margin: 70px auto 10px;
}


@media only screen and (max-width: 992px) {
    .fl-modal-std-confirm-dialog {
        width: 99% !important;

    }
}

/* content class controls height ans style of background and base styling. Combine with "modal-content" bootstrap class */
.fl-modal-std-50-content {
    background-color: #262626;
    height: 50vh;
    border: #FAEC54 1px solid;
    border-radius: 4px;
}

.fl-modal-std-confirm-content {
    background-color: #262626;
    min-height: 600px;
    border: #FAEC54 1px solid;
    border-radius: 4px;
}

.fl-modal-std-include-content {
    background-color: #404040;
    min-height: 600px;
    border: #FAEC54 3px solid;
    border-radius: 9px;
}


/* header class controls top header container. Combine with "modal-header" bootstrap class */

.fl-modal-std-header {
    border-color: #FAEC54;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #FAEC54;
    color: #404040;
    font-weight: bold;
    padding: 12px 1rem;

}

.fl-modal-std-confirm-header {
    border-color: #FAEC54;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #FAEC54;
    color: #404040;
    width: 100%;
    font-weight: bold;
    padding: 0;
    min-height: 250px;
    align-items: center;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .fl-modal-std-confirm-header {
        min-height: 125px;
    }
}


.fl-modal-std-include-header {
    border-color: #FAEC54;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #FAEC54;
    color: #1c1c1c;
    font-weight: bolder;
    padding: 8px 10px;

}

/* header class controls header title text. Combine with "modal-header" bootstrap class */

.fl-modal-std-header-title {
    font-size: 1.1rem;
}

.fl-modal-std-confirm-header-svg {
    flex-basis: auto;
    fill: #262626;
    width: 130px;
    margin: auto;

}

@media only screen and (max-width: 767px) {
    .fl-modal-std-confirm-header-svg {
        width: 80px;
    }
}

.fl-modal-std-confirm-header-svg-spin {
    animation-name: spin_infinite_w_180deg_breaks;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


.fl-modal-std-confirm-header-confirm-icon {
    fill: #262626;
    margin: auto;
    font-size: 9rem;
    color: #1e8e8e;
    display: none;
}

.fl-modal-std-confirm-header-error-icon {
    fill: #262626;
    margin: auto;
    font-size: 9rem;
    color: orangered;
    display: none;
}


.fl-modal-std-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.fl-modal-std-confirm-body {
    text-align: center;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.fl-modal-std-confirm-body-header {
    font-size: 1.2rem;
    color: #FAEC54;
    margin: 10px auto 20px;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .fl-modal-std-confirm-body-header {
        font-size: 1rem;
    }
}

.fl-modal-std-confirm-body-text {
    color: white;
    font-size: 0.9rem;
}

.fl-modal-std-confirm-body-text span {
    color: #faec54;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .fl-modal-std-confirm-body-text {
        font-size: 0.8rem;
    }
}


/* header class controls bottom row container. Combine with "modal-footer" bootstrap class */
.fl-modal-std-footer {
    border-top: transparent;
    background-color: transparent;
    padding: 20px 1rem;
}

.fl-modal-std-confirm-footer {
    border-top: transparent;
    background-color: transparent;
    padding: 20px 1rem;
    justify-content: space-evenly;
}


.fl-modal-std-confirm-footer-btn-cancel {
    background-color: #808080;
    color: #1c1c1c;
    font-size: 1.15rem;
    border-radius: 10px;
    width: 175px;
    text-align: center;
}

.fl-modal-std-confirm-footer-btn-agree {
    background-color: #FAEC54;
    color: #1c1c1c;
    font-size: 1.15rem;
    border-radius: 10px;
    font-weight: bold;
    width: 175px;
    text-align: center;


}

.fl-modal-std-confirm-footer-btn-agree:hover {
    background-color: #faec54;
    color: #1c1c1c;

}

.fl-modal-std-confirm-footer-btn-agree i {
    color: #1c1c1c;
    margin-right: 6px;
    font-size: 1.4rem;
    animation-name: fl-animation-element-spin-360;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.feelloud-dialog-modal-m {


    min-width: 300px;
    width: 60%;
    max-width: 800px;
    margin: 10vh auto auto;
}

.feelloud-content-modal {
    background-color: #FAEC54;
    height: 100%;
    border: #FAEC54 1px solid;
    border-radius: 5px;
}

.feelloud-content-modal-dark {
    background-color: #404040;
    height: 100%;
    border: #FAEC54 1px solid;
    border-radius: 5px;
}

.feelloud-header-modal {
    border-color: #1c1c1c;
    background-color: #1c1c1c;
    color: #FAEC54;
}

.feelloud-header-modal-dark {
    border-color: #FAEC54;
    background-color: #FAEC54;
    color: #404040;
}

.feelloud-header-modal-text {
    font-weight: bold;
    font-size: 1.3rem;
}

.feelloud-header-modal-close-button {
    background-color: #404040;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 8px 20px;
    border: solid 1px #187272;
    font-size: 0.9rem;
    float: right;

}

.feelloud-header-modal-close-button:hover {
    background-color: #484848;
    color: #1e8e8e;
    border: solid 1px #1e8e8e;
}

.feelloud-modal-body {
    height: calc(50px + 24vw);
    width: 100%;
    margin: 5px auto 10px;
    min-width: 90px;
    min-height: 150px;
    text-align: center;
}

@media only screen and (max-width: 767px) {

    .feelloud-modal-body {
        height: calc(100vh - 300px);
    }
}

.feelloud-footer-modal-yellow {
    border-color: #1c1c1c;
    bottom: 0;
    color: #1c1c1c;
    background-color: #FAEC54;
}

.feelloud-footer-modal-dark {
    border-color: #FAEC54;
    background-color: #1c1c1c;
    color: #404040;
    bottom: 0;
}

.modal-fl-lg {
    width: 80%;
    max-width: 1000px;
    margin: 90px auto 0 !important;
}

@media only screen and (max-width: 767px) {
    .modal-fl-lg {
        width: calc(100% - 10px);
        max-width: calc(100% - 10px);
        margin: 65px auto 10px !important;
    }
}


.modal-xl {
    width: 95%;
    max-width: 95%;
}

.modal-dialog {
    margin-top: 85px;
}

/*hhh std confirm (small size)*/
.fl-std-confirm-modal-content {
    background-color: #313131;
    border: solid 1px #FAEC54;
}

.fl-std-confirm-modal-header-container {
    background-color: #FAEC54;
}

.fl-std-confirm-modal-header {
    color: #1c1c1c;
    font-size: 1.1rem;
    font-weight: bolder;
}

.fl-std-confirm-modal-content-container {
    min-height: 200px;
    text-align: left;
    padding: 30px 15px;

}

.fl-std-confirm-modal-content-container p {
    font-size: 0.96rem;
    margin-bottom: 75px;
}

.fl-std-confirm-modal-content-container a {
    color: #1e8e8e;
    font-weight: bold;
    text-decoration: underline;
}

.fl-std-confirm-modal-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.fl-std-confirm-modal-footer-back-btn {
    padding: 6px 26px;
    background-color: #696969;
    border: none;
    -moz-box-shadow: 0 5px 10px #000;
    -webkit-box-shadow: 0 5px 10px #000;
    box-shadow: 0 5px 10px #000;
    color: #1c1c1c;
    transition: 0.3s;
    font-size: 0.9rem;
    font-weight: bold;
    margin: 20px 20px 20px auto;
}

.fl-std-confirm-modal-footer-back-btn:hover {
    background-color: #404040;
    -moz-box-shadow: 0 2px 5px #000;
    -webkit-box-shadow: 0 5px 5px #000;
    box-shadow: 0 2px 5px #000;
    color: #f73838;
}


/*hhh hover effect for hiden menu*/


@keyframes fl-manager-DPO-loader-bar-movement {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(200%)
    }
}

@keyframes loader-text-animation {
    0%, 100% {
        opacity: 1;
    }
    10% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
}

@keyframes fl-manager-DPO-loader-hide-and-display-none-animation {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}

@keyframes fl-manager-DPO-loader-show-and-display-block-animation {
    0% {
        display: block;
        opacity: 0;

    }
    100% {
        opacity: 1;

    }
}

/*hhh---------------- General animations------------------*/
@keyframes fl-animation-element-up-and-down-loop {
    0% {
        transform: translate(0, 0);
        text-shadow: 1px 1px 1px #000;

    }
    15% {

        transform: translate(0, -6px);
        text-shadow: 0 10px 15px #000;
    }
    30% {
        transform: translate(0, 0);
        text-shadow: 1px 1px 1px #000;

    }

}

@keyframes fl-animation-element-spin-360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }

}


/*hhh---------------- Map Styling------------------*/


/*hhh---------------- Mapbox------------------*/


.mapboxgl-ctrl-zoom-out {
    background-color: #FAEC54 !important;
}

.mapboxgl-ctrl-zoom-in {
    background-color: #FAEC54 !important;
}

.mapboxgl-ctrl-compass {
    background-color: #FAEC54 !important;
}

.mapboxgl-ctrl-geolocate {
    background-color: #FAEC54 !important;

}

.mapboxgl-ctrl-center-btn {
    background-color: #FAEC54 !important;
}

/*rules for mapbox buttons small screen*/
@media only screen and (max-width: 767px) {


    .mapboxgl-ctrl-group button {
        width: 23px !important;
        height: 23px !important;
    }

    .mapboxgl-ctrl-icon {
        background-size: 90%;
        background-position: 45%;
    }

}


.map_register_display {
    height: 27vw;
    width: 100%;
}

.map_devote_display {
    height: 65vh;
    width: 100%;
}

.map_devote_process_display {
    height: 50vh;
    width: 100%;
}

.map_devote_creation_display {
    height: auto;
    width: available;
}

.map_devote_overview_display {
    height: 40vw;
    width: auto;
    margin-top: -20px;
}

/*hhh---------------- Map Styling END------------------*/

/*hhh------------------------------------------------------ ARTIST PAGES ---------------------------------------------*/

/*hhh ARTIST OVERVIEW PAGE*/
.artist-overview-page-main-container {
    width: calc(100% - 40px);
    max-width: 1500px;
    min-width: 250px;
    margin: 50px auto 0;
    padding: 10px 15px;
    background-color: #212121;
    border: 1px solid #404040;
    border-radius: 5px;

}


.artist-overview-page-main-header {
    font-size: 1.4rem;
    margin: 20px auto 50px;
    font-weight: bold;
    color: #FAEC54;
    text-align: center;

}

@media only screen and (max-width: 767px) {
    .artist-overview-page-main-header {
        font-size: 1.2rem;
    }
}

.artist-overview-page-sub-header {
    font-size: 1rem;
    font-weight: bold;
    color: #1e8e8e;
    background-color: #212121;
    text-align: center;
    margin: -32px auto 0;
    padding: 3px 6px;
    width: fit-content;
    display: block;
    z-index: 10;

}

.artist-header-background-line {
    width: 250px;
}

.artist-overview-page-artist-grid-container {
    padding: 30px 10px 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    row-gap: 40px;
    column-gap: 20px;
    margin: 0 auto 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .artist-overview-page-artist-grid-container {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        padding: 10px 0;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .artist-overview-page-artist-grid-container {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 10px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
    .artist-overview-page-artist-grid-container {
        grid-template-columns: 1fr 1fr;
        padding: 10px 0;
    }
}

@media only screen and (max-width: 767px) {
    .artist-overview-page-artist-grid-container {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: auto;
        padding: 10px 0;
    }
}

.artist-overview-page-artist-grid-container a {
    cursor: pointer;
}

.artist-overview-page-artist-grid-item {
    text-align: center;
    background-color: #313131;
    padding: 10px 5px;
    border-radius: 6px;

}

.artist-overview-page-artist-grid-item-img {
    height: auto;
    width: calc(100% - 20px);
    border-radius: 6px;
    border: 1px solid #404040;
    margin: 0 auto 8px;
}

.artist-overview-page-artist-grid-item-text {
    color: white;
    font-size: 0.8rem;
    word-break: break-word;
    text-align: center;
    min-height: 44px;
    margin-bottom: 0;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .artist-overview-page-artist-grid-item-text {
        font-size: 0.7rem;
    }
}

/*hhh small(phone) screens*/

.artist_page_post_wall_icon {
    height: 30px;
    width: auto;
    margin: 0 auto 8px;
}

.artist-page-main-about-general-member-container {

}

.artist-page-main-about-general-member-grid-item {

}

.artist-page-main-about-general-member-image {
    border-radius: 5px;
}

.artist-page-main-about-general-member-roll-text {
    color: #fff;
    margin: 5px auto 0;
    word-break: break-word;
}

.artist-page-main-about-general-member-roll-text span {
    color: #1e8e8e;
}

.artist-page-main-about-general-container-col {

}

.artist-page-main-about-general-text {
    word-break: break-word;

}


/*hhh ATIST PAGE NOTE AUTH*/
.artist_page_not_auth_modal-sign-in-img-container {
    margin: 10px auto 30px;
    text-align: center;
}

.artist_page_not_auth_modal-sign-in-container {
    text-align: center;
    background-color: #404040;
    padding: 20px 15px;
    border: #1e8e8e 1px solid;
    border-radius: 5px;


}

.artist_page_not_auth_modal-sign-in-header {
    color: #faec54;
    font-size: 1.1rem;
    margin: 0 auto 35px;
    font-weight: bold;
}

.artist_page_not_auth_modal-login-txt {
    color: #808080;
    font-size: 0.9rem;
    margin: 20px auto 10px;
    text-align: center
}

.artist-page-modal-devote-carousel-item-header-grid-container {
    display: grid;
    grid-template-columns: 60px 300px;
    column-gap: 5px;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .artist-page-modal-devote-carousel-item-header-grid-container {

        grid-template-columns: 50px 250px;
        column-gap: 5px;

    }
}

.artist-page-modal-devote-carousel-item-img {
    height: auto;
    width: 100%;
    border-radius: 3px;

}

.artist-page-modal-devote-poll-no-questions-txt {
    text-align: center;
    font-size: 1.1rem;
    color: #1e8e8e;
    margin: 50px auto;
    font-weight: bold;
    background-color: #404040;
    border: 1px white solid;
    padding: 10px 28px;
    border-radius: 6px;
}

.artist-page-modal-devote-poll-no-questions-txt i {
    font-size: 3rem;
    margin-bottom: 10px;
    color: #1c1c1c;
}

@media only screen and (max-width: 767px) {
    .artist-page-modal-devote-poll-no-questions-txt {

        font-size: 0.9rem;
    }

    .artist-page-modal-devote-poll-no-questions-txt i {
        font-size: 2rem;
        margin-bottom: 10px;
    }
}

.artist-page-modal-devote-review-devote-price-txt {
    color: #808080;
    margin: 20px auto;
    font-size: 0.9rem;
}

.artist-page-modal-devote-review-devote-price-txt-l-span {
    margin-right: 30px
}

.artist-page-modal-devote-review-devote-price-txt-r-span {
    margin-left: 30px;
    color: #1e8e8e;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .artist-page-modal-devote-review-devote-price-txt {
        font-size: 0.8rem;
    }

    .artist-page-modal-devote-review-devote-price-txt-l-span {
        margin-right: 15px
    }

    .artist-page-modal-devote-review-devote-price-txt-r-span {
        margin-left: 15px

    }
}


.artist-page-modal-devote-review-devote-pay-btn {
    margin: 40px auto 20px;
    padding: 8px 20px;
    font-weight: bold;
    text-align: center;
    background-color: #212121;
    border-radius: 10px;
    color: #FAEC54;
    font-size: 1.8rem;
    transition: 300ms;
    border: 1px solid #faec54;
}

@media only screen and (max-width: 767px) {
    .artist-page-modal-devote-review-devote-pay-btn {
        margin: 0 auto 20px;
        padding: 9px 26px;
        font-size: 1.3rem;
    }
}

.artist-page-modal-devote-review-devote-pay-btn:hover {
    background-color: #1c1c1c;
    color: #FAEC54;
    text-shadow: 0 0 10px #FAEC54;
    box-shadow: 0 0 10px var(--fl-yellow);
}


.devote-page-top-bar-artist-info-container {
    width: 100%;
}


.devote-page-top-bar-campaign-info-glow-header-container {
    position: relative;
    padding: 19px;
    z-index: 5;
}

@media only screen and (max-width: 767px) {
    .devote-page-top-bar-campaign-info-glow-header-container {
        padding: 15px;
    }
}

.devote-page-top-bar-campaign-info-glow-header-container:before {
    width: 460px;
    height: 200px;
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 28px 5px rgba(249, 239, 134, 0.4);
    z-index: 4;
    border-radius: 15px;
    transform: perspective(1700px) rotateY(16deg) rotateX(4deg) rotateZ(-3deg);
    background: #faec54 linear-gradient(162deg, #F9EF89, #F9E633);
}

@media only screen and (max-width: 767px) {
    .devote-page-top-bar-campaign-info-glow-header-container:before {
        width: 230px;
        height: 105px;
    }
}

.devote-page-top-bar-artist-info-txt-header {
    color: #262626;
    position: relative;
    z-index: 5;
    padding: 14px 0 0 25px;
    font-weight: bolder;
    font-size: 4rem;
    text-align: left;
    line-height: 1;
    font-family: "Poppins ExtraBold", sans-serif;
}

@media only screen and (max-width: 767px) {
    .devote-page-top-bar-artist-info-txt-header {
        font-size: 2rem;
        padding: 8px 0 0 12px;
    }
}


.devote-page-top-bar-artist-info-txt-artists-name {
    color: #fff;
    font-weight: bold;
    text-align: left;
    font-size: 1.4rem;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .devote-page-top-bar-artist-info-txt-artists-name {
        font-size: 1rem;
    }
}

.devote-page-top-bar-artist-info-txt-artists-name:hover {
    text-shadow: 0 0 5px rgba(246, 240, 187, 0.5), 0 0 10px rgba(255, 243, 145, 0.85);
    color: var(--fl-yellow);

}


.devote-page-carousel-item-content-container {
    margin: auto;
    max-width: 1500px;
    width: 100%;
}

.devote-page-carousel-item-content-main-header {
    font-size: 1.2rem;
    color: #757575;
    font-weight: bold;
    text-align: left;
    width: calc(100% - 40px);
    margin: 30px auto 40px;
    border-bottom: 1px solid #757575;
}

@media only screen and (max-width: 767px) {
    .devote-page-carousel-item-content-main-header {
        font-size: 1rem;
        width: calc(100% - 30px);
    }
}

.devote-page-carousel-item-content-map-header {
    font-size: 1.2rem;
    color: #757575;
    font-weight: bold;
    text-align: left;
    width: calc(100% - 40px);
    margin: 30px auto 40px;
    border-bottom: 1px solid #757575;
}

@media only screen and (max-width: 767px) {
    .devote-page-carousel-item-content-map-header {
        font-size: 1rem;
        width: 100%;
    }
}

.artist-page-modal-devote-cta-button {
    display: block;
    font-weight: bolder;
    background-color: #FAEC54;
    color: #262626;
    border-radius: 8px;
    -moz-box-shadow: 10px 10px 20px #0d0e0e, -10px -10px 20px #35383a;
    -webkit-box-shadow: 10px 10px 20px #0d0e0e, -10px -10px 20px #35383a;
    box-shadow: 10px 10px 20px #0d0e0e, -10px -10px 20px #35383a;
}

.artist-page-modal-devote-cta-button:hover {
    color: #1c1c1c;
    background-color: #c9be43;
}

@media only screen and (max-width: 767px) {
    .artist-page-modal-devote-cta-button {
        font-size: 1rem;
        padding: 7px 30px;
        margin: 30px auto 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .artist-page-modal-devote-cta-button {
        font-size: 1.1rem;
        padding: 7px 30px;
        margin: 30px auto 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .artist-page-modal-devote-cta-button {
        font-size: 1rem;
        padding: 5px 50px;
        margin: 50px auto 0;

    }
}

@media only screen and (min-width: 1200px) {
    .artist-page-modal-devote-cta-button {
        font-size: 1rem;
        padding: 5px 50px;
        margin: 50px auto 0;
        bottom: 50px;
        left: 50%;
        transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        position: absolute;
    }
}

.artist-page-modal-devote-poster-container header {
    color: #757575;
    font-size: 0.8rem;
}

.devote-page-carousel-item-content-top-container {
    max-width: 1500px;
    padding: 0 35px;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .devote-page-carousel-item-content-top-container {
        padding: 0 10px;
    }
}

.devote-page-carousel-item-content-poll-col-txt {
    color: white;
    margin: 0 auto 30px;
    font-size: 1rem;
}

@media only screen and (max-width: 767px) {
    .devote-page-carousel-item-content-poll-col-txt {
        font-size: 0.85rem;
    }
}

.artist-page-modal-devote-poll-info-text span {
    color: #1ca4a4;
}

.devote-page-carousel-item-review-area-txt {
    font-size: 0.9rem;
    font-weight: normal;
    color: #757575;
}

@media only screen and (max-width: 767px) {
    .devote-page-carousel-item-review-area-txt {
        font-size: 0.5rem;
    }
}

.artist-page-modal-devote-map-location-button i {
    color: #faec54;
}

@media only screen and (max-width: 768px) {


    .artist-page-main-artist-name-subheader {
        font-size: 0.65rem;
        overflow: hidden;
        padding: 0 0 0 5px;
        text-overflow: ellipsis;
        color: #757575;
        z-index: 10;
    }

    .artist-page-main-artist-name-subheader-img {
        height: 15px;
        width: auto;
    }


    .artist-page-main-header-button {
        color: #FAEC54;
        background-color: #1c1c1c;
        border: 1px solid #FAEC54;
        border-radius: 5px;
        margin: 5px 10px;
        padding: 6px 12px;
        min-width: 130px;
        font-size: 0.65rem;
        font-weight: bold;
        -moz-box-shadow: 0 0 5px #000;
        -webkit-box-shadow: 0 0 5px #000;
        box-shadow: 0 0 5px #000;
    }

    .artist-page-main-header-button-fan {
        color: #808080;
        display: block;
    }


    .artist-page-main-header-div-for-devote {
        margin: 2px;
        display: inline
    }


    .artist-page-main-header-devote-button {
        position: absolute;
        text-align: center;
        text-decoration: none;
        letter-spacing: 2px;
        overflow: hidden;
        border: 1px solid #313131;
    }

    /*hhh top line*/
    .artist-page-main-header-devote-button span:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(to right, #1c1c1c, #FAEC54);
        animation: pulseFrameChild1 7s linear infinite;


    }


    /*hhh right line*/
    .artist-page-main-header-devote-button span:nth-child(2) {
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        height: 300%;
        background: linear-gradient(to bottom, #1c1c1c, #FAEC54);
        animation: pulseFrameChild2 7s linear infinite;


    }


    .artist-page-main-header-devote-button span:nth-child(3) {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(to left, #1c1c1c, #FAEC54);
        animation: pulseFrameChild3 7s linear infinite;

    }


    .artist-page-main-header-devote-button span:nth-child(4) {
        position: absolute;
        top: 0;
        opacity: 0;
        left: 0;
        width: 2px;
        height: 300%;
        background: linear-gradient(to top, #1c1c1c, #FAEC54);
        animation: pulseFrameChild4 7s linear infinite;

    }


    .deactive-devote-button {
        background-color: #262626;
        font-weight: bold;
        border: 1px solid #404040;
        border-radius: 5px;
        margin: 5px 10px;
        padding: 6px 12px;
        min-width: 140px;
        font-size: 0.65rem;
        text-align: center;
        text-decoration: line-through !important;
        -moz-box-shadow: 0 0 5px #000;
        -webkit-box-shadow: 0 0 5px #000;
        box-shadow: 0 0 5px #000;
        z-index: 4;
        width: 100px;

    }

    .active-devote-button {
        background-color: #313131;
        color: white !important;
        font-weight: bold;

    }

    .active-devote-button:hover {
        background-color: #1c1c1c;
        border: 1px solid #313131;
        color: #FAEC54 !important;

    }

    .devote-text {
        animation: textAnimation 7s linear infinite;
        color: #faec54;
    }


    .devote-location-img {
        width: auto;
        height: 20px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        animation: moveLocationIcon 7s linear infinite;
    }


    .devote-ticket-img {
        width: auto;
        height: 20px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        animation: moveTicketIcon 7s linear infinite;
    }

    .artist-page-main-page-content-banner-div {
        -moz-box-shadow: 0 0 30px #000;
        -webkit-box-shadow: 0 0 30px #000;
        box-shadow: 0 0 30px #000;
        border: #404040 solid 1px;
        background-color: #1c1c1c;
        left: 20px;
        top: 200px;
        position: fixed;
        z-index: 10;
    }


    .artist-page-main-about-section {

        padding: 0 15px;
        width: 100%;
        background-color: transparent;
        margin: 60px auto 115px;

        overflow: hidden;

    }

    .artist-page-main-tour-map-div {
        width: 100%;
        height: calc(100vh - 400px);
        background-color: #2d5769;
        padding: 0;
    }

    .marker {

        color: #FAEC54;
        font-size: 30px;
        cursor: pointer;
    }

    .mapboxgl-popup {
        max-width: 200px;
    }

    .mapboxgl-popup-content {
        text-align: center;
        font-family: 'Open Sans', sans-serif;
    }

    .artist-page-divider-img {
        height: 39vw;
        margin: 50px auto;
        width: 100%;
    }

    .artist-page-divider {
        height: 18vw;
        margin: 0 auto 100px;
        width: calc(100vw - 50px);
        background-color: #282828
    }

    .artist-page-divider-img-content {

        background-repeat: no-repeat;
        margin: 0;
        width: 100%;
        height: 100%;
        background-position: top center;
        background-size: cover;
    }


    .artist-page-main-container-box {
        padding: 10px 12px;
        margin: 0 auto 100px;
        width: 100%;

    }


    .artist-page-main-playlist-iframe {
        width: 100%;
        height: 250px;
        border: 0 transparent;
    }


    .artist-page-main-tour-card-container {
        width: 100%;
        border: 1px #262626 solid;
        border-radius: 5px;
        background-color: #1c1c1c;
        padding: 10px 12px;
        margin: 15px auto 20px;
        position: relative;

    }

    .artist-page-main-tour-card-location-finder-button {
        position: absolute;
        right: 10px;
        top: 10px;
        -moz-box-shadow: 0 0 15px #000;
        -webkit-box-shadow: 0 0 15px #000;
        box-shadow: 0 0 15px #000;
        font-size: 0.8rem;
        color: #2d5769;
        background-color: transparent;
        border: 1px solid #2d5769;
        border-radius: 5px;
        padding: 5px 10px;
    }


    .artist-page-main-tour-card-main-header {
        color: #FAEC54;
        font-size: 1rem;
        font-weight: bold;
        width: calc(100% - 50px);
        line-height: normal;
    }

    .artist-page-main-tour-card-main-venue-p {
        color: #1e8e8e;
        font-size: 0.9rem;
        font-weight: bold;
        width: 100%;
        padding: 0;
        margin: 0;
        line-height: normal;
    }

    .artist-page-main-tour-card-event-p {
        width: 100%;
        font-size: 0.8rem;
        font-weight: bold;
        color: #808080;
        padding: 0;
        margin: 0;
        line-height: normal;
    }

    .artist-page-main-tour-card-innerWidth {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .artist-page-main-tour-card-row {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .artist-page-main-tour-card-col-l {
        padding: 0;
        margin: 10px 0 0;
        min-width: 200px;
        width: 100%;
    }

    .artist-page-main-tour-card-col-r {
        padding: 0;
        margin: 20px auto 0;
        max-width: 129px;
        text-align: center;
    }

    .artist-page-main-tour-card-date-p {
        color: #FFF;
        font-size: 0.9rem;
        padding: 0;
        margin: 0;
        font-weight: bold;
        line-height: normal;
    }

    .artist-page-main-tour-card-distance-p {
        color: #808080;
        font-size: 0.8rem;
        padding: 0;
        margin: 0;
        line-height: normal;
        font-weight: bold;
    }

    .artist-page-main-tour-card-buy-button {
        width: 128px;
        background-color: #FAEC54;
        color: #1c1c1c;
        font-size: 0.9rem;
        font-weight: bolder;

        padding: 5px 20px;
        text-align: center;
        -moz-box-shadow: 0 0 20px #000;
        -webkit-box-shadow: 0 0 20px #000;
        box-shadow: 0 0 20px #000;
    }


    /*hhh about    */
    .artist-page-main-about-row {
        margin: 0;
        padding: 5px;
        height: calc(100% - 90px);


    }


    .artist-page-main-about-header {

        font-size: 0.85em;
        margin: 0 0 25px;
        color: #808080;
        line-height: normal;
    }

    .artist-page-main-about-header span {
        color: #FAEC54;
        font-weight: bold;
        font-size: 1.15em;

    }

    .artist-page-main-about-title {
        font-weight: bold;
        font-size: 1.05em;
        color: white;
        margin: 5px 0 0;
        line-height: normal;
    }

    .artist-page-main-about-grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 40px;
        column-gap: 10px;
        margin: 20px auto;
    }

    .artist-page-main-about-grid-img {
        width: 100%;
        display: block;
        height: auto;
        margin: auto;
        border-radius: 5px;
        transition: 0.3s;
        z-index: 31;
        -moz-box-shadow: 5px 5px 10px #000;
        -webkit-box-shadow: 5px 5px 10px #000;
        box-shadow: 5px 5px 10px #000;
        cursor: pointer;

    }

    .artist-page-main-about-focus-container {
        display: none;
        grid-template-columns: 1fr;
        row-gap: 40px;
        justify-content: left;
        column-gap: 10px;
        margin: 10px 0 30px;
        text-align: center;
        transition: 0.5s;
        position: relative;
        animation: fadeIn 0.5s;


    }

    .artist-page-main-about-focus-img {
        width: 100%;
        max-width: 40vh;
        height: auto;
        text-align: left;
        border-radius: 5px;
        transition: 0.6s;
        z-index: 31;
        -moz-box-shadow: 0 0 20px #000;
        -webkit-box-shadow: 0 0 20px #000;
        box-shadow: 0 0 20px #000;
        cursor: pointer;

    }

    .artist-page-main-about-focus-header {
        font-weight: bold;
        font-size: 1.1rem;
        color: #FAEC54;
        padding: 10px;
        word-break: break-all;
    }

    .artist-page-main-about-focus-text {
        font-size: 0.8rem;
        color: white;
        padding: 10px;
        margin-bottom: 60px;
        word-break: break-all;
    }

    .artist-page-main-about-focus-button {
        position: absolute;
        display: block;
        bottom: 0;
        right: 0;
        font-size: 0.7rem;
        text-align: center;
        padding: 8px 26px;
        margin: auto;
        color: #808080;
        border: 1px solid #696969;
    }


    .artist-page-main-about-col-img-text {
        transition: 0.3s;
        font-size: 14px;
        color: white;
        width: 100%;
        text-align: center;
        margin: -160px auto 25vw;
        z-index: 30;
        opacity: 0;


    }

    .artist-page-main-about-general-bio-text {

    }

    .artist-page-main-about-general-container-row {
        padding: 0;
        margin: 0 0 0 0;
        color: white;
    }

    .artist-page-main-about-general-container-col {
        padding: 0;

    }

    .artist-page-main-about-general-header {
        color: #1e8e8e;
        font-size: 0.6rem;
        margin: 30px 0 0;
    }

    .artist-page-main-about-general-text {
        font-size: 0.8rem;
        color: white;
        max-width: 600px;
        margin-bottom: 20px;

    }


    .artist-page-main-about-general-member-header {
        color: #FAEC54;
        font-size: 0.9rem;
        margin: 0;
        font-weight: bold;
        text-align: center;
        margin-top: 50px;


    }

    .artist-page-main-about-general-member-container {
        display: grid;
        grid-template-columns:repeat(auto-fill, minmax(150px, 1fr));
        row-gap: 20px;
        column-gap: 5px;


    }


    .artist-page-main-about-general-member-grid-item {
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 0 auto;

    }

    .artist-page-main-about-general-member-grid-item a {
        width: 60px;
        margin: auto;

    }

    .artist-page-main-about-general-member-image {
        width: 100%;
        max-width: 80px;
        height: auto;
    }

    .artist-page-main-about-general-member-roll-text {
        font-size: 0.7rem;
        width: 100%;
    }

    .artist-page-main-page-about-MGM-container {
        padding: 50px 40px !important;
        position: relative;
        background-image: url("../mgm_background_v0.5.png");
        background-repeat: no-repeat;
        margin: 0;
        background-position: top;
        background-size: cover;
        /*height (total screen width - margin of main conatainer - and padding of main - outer container*/
        height: calc(100vw - 20px);
        z-index: 0;
    }

    .artist-page-main-page-about-MGM-container-center-node {
        position: absolute;
        width: 2.5%;
        height: auto;
        left: 48.75%;
        /* height will be 2.5 / 0.5625 = 4.44. Hence 100% - 4.44 / 2 = 47.78   */
        top: calc(47.78% - 0.005vw);

        /*animation: textColor 10s ease infinite;*/
    }

    .artist-page-main-page-about-MGM-img {
        width: 100%;
        height: auto;
        border: white solid 0.01vw;
        border-radius: 5px
    }

    .artist-page-main-page-about-MGM-genre-box {
        position: absolute;
        width: 12%;
        height: fit-content;
        padding: 1px;
        text-align: center;
        background-color: #212121;
        border-radius: 50% !important;
        color: #aaa;
        font-size: 0.2rem;

    }


    .artist-page-main-about-links-grid-container {
        padding-top: 30px;
        display: grid;
        grid-template-columns:repeat(auto-fill, minmax(50px, 1fr));
        grid-template-rows: auto;
        /*grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);*/
        row-gap: 60px;
        column-gap: 40px;
        text-align: center;

    }

    .artist-page-main-about-links-grid-container a {
        width: 50px;
        height: 50px;
        margin: auto;

    }

    .artist-page-main-about-links-grid-item {
        text-align: center;
        width: 100%;
        height: 100%;
        padding: 0 0 0;
        background-color: #262626;
        border-radius: 15px;
        -moz-box-shadow: 5px 10px 10px #000, -3px -3px 5px #606060;
        -webkit-box-shadow: 10px 10px 10px #000, -3px -3px 5px #606060;
        box-shadow: 5px 5px 5px 0 #050505, -3px -3px 5px 0 #606060;
        transition: 0.2s;
    }

    .artist-page-main-about-links-grid-item:active {
        -moz-box-shadow: 0 0 0 #000, 0 0 0 #606060;
        -webkit-box-shadow: 0 0 0 #000, 0 0 0 #606060;
        box-shadow: 0 0 0 #000, 0 0 0 #606060;
    }


    .artist-page-main-page-about-links-grid-img {
        height: 70%;
        margin: 15% 0 10px;
        width: auto;

    }

    .artist-page-main-page-about-links-grid-p {
        width: 90%;
        margin: 10px auto 0;
        font-size: 8px;
        font-weight: normal;

    }

    .artist-page-main-about-links-header {
        font-size: 0.85rem;
        height: 30px;
        margin: 0;
        color: #808080;
        text-align: left;
    }

    .artist-page-main-about-social-media-grid-container {
        padding-top: 30px;
        display: grid;
        grid-template-columns:repeat(auto-fill, minmax(50px, 1fr));
        row-gap: 50px;
        column-gap: 30px;
        text-align: center;
        margin: 0 20px 40px;


    }

    .artist-page-main-about-social-media-grid-container a {
        width: 50px;
        height: 50px;
        margin: auto;

    }

    .artist-page-main-about-social-media-grid-item {
        text-align: center;
        width: 90%;
        height: 90%;
        background-color: #262626;
        border-radius: 50px;
        padding: 5px;
        -moz-box-shadow: 5px 10px 10px #000, -3px -3px 5px #606060;
        -webkit-box-shadow: 10px 10px 10px #000, -3px -3px 5px #606060;
        box-shadow: 5px 5px 5px #000, -3px -3px 5px #606060;
        transition: 0.2s;
    }

    .artist-page-main-about-social-media-grid-item:active {
        -moz-box-shadow: 0 0 0 #000, 0 0 0 #606060;
        -webkit-box-shadow: 0 0 0 #000, 0 0 0 #606060;
        box-shadow: 0 0 0 #000, 0 0 0 #606060;

    }

    .artist-page-main-page-about-social-media-grid-img {
        width: 100%;
        height: auto;
    }

    .modal-devote {
        width: 100%;
        max-width: none;

        margin: 0;
    }

    .modal-devote-background {
        padding-right: 0 !important;
    }


    .artist-page-modal-devote-content {
        background-color: #1c1c1c;
        width: 100%;
        max-height: calc(100vh - 60px);
        margin: 0 auto;
        -moz-box-shadow: 0 0 10px 10px #1c1c1c;
        -webkit-box-shadow: 0 0 10px 10px #1c1c1c;
        box-shadow: 0 0 10px 10px #1c1c1c;
        max-width: 2000px;

    }


    .artist-page-modal-devote-header-step-info-container-svg {
        display: inline-block;
        float: left;
        clear: both;
        color: white
    }

    .progress-ring {

    }

    .progress-ring-circle {
        transition: 0.35s stroke-dashoffset;
        transform: rotate(-90deg);
        transform-origin: 50% 50%;
    }

    .artist-page-modal-devote-header-step-info-container-text {
        display: inline-block;
        color: white;
        float: left;
        margin: 0 auto 0 10px;
    }

    .artist-page-modal-devote-header-step-info-header {
        font-size: 1.2rem;
        color: #1e8e8e;
        font-weight: bold;
        margin-top: 10px;

    }

    .artist-page-modal-devote-header-step-info-next-text {
        font-size: 12px;

        margin-left: 20px;
        color: #FAEC54;
        float: left;
    }

    .artist-page-modal-devote-header-step-info-next-text span {
        color: white;
    }

    .artist-page-modal-devote-carousel-container {
        width: 100%;
        height: 100%;
        padding: 0;
    }

    .artist-page-modal-devote-carousel-inner {
        background-color: transparent;
        width: 100%;
        height: 100%;
        position: relative;

    }

    .artist-page-modal-devote-carousel-item {
        background-color: transparent;
        height: 100%;
        width: 100%;
        padding: 15px 10px;

    }

    .artist-page-modal-devote-carousel-header {
        color: #FAEC54;
        font-weight: bolder;
        text-align: center;

        font-size: 1.4rem;
        text-shadow: 1px 0 #FAEC54, -1px 0 #FAEC54;
        font-family: 'Trebuchet MS', sans-serif !important;


    }

    .artist-page-modal-devote-carousel-subheader {
        color: white;
        font-weight: bold;
        text-align: center;
        font-size: 1rem;
        margin-bottom: 0;
    }

    .artist-page-modal-devote-carousel-subheader-in {
        color: #808080;
        text-align: center;
        font-size: 0.8rem;

    }

    .artist-page-modal-devote-carousel-info-row {
        margin: 0 auto 75px;
        max-width: 1500px;
        padding: 0 15px;
    }

    .artist-page-modal-devote-carousel-info-header {
        color: #696969;
        font-size: 0.8rem !important;
        font-weight: bold;
        text-align: left;
    }

    .artist-page-modal-devote-carousel-info-text {
        color: white;
        font-size: 1rem;
        text-align: left;
        margin: 0;
    }


    .artist-page-modal-devote-start-counter-col {
        padding: 0 20px;
        text-align: center
    }

    .artist-page-modal-devote-start-counter-days-wrapper {

        overflow: auto;
        margin: 20px auto 0;
        text-align: center;
    }

    .artist-page-modal-devote-start-counter-days-container {

        height: 150px;
        width: 155px;
        float: left;
        text-align: right;
        margin-left: calc(50% - 140px);
    }

    .artist-page-modal-devote-start-counter-day-text-container {
        float: left;
        text-align: left;
        padding-top: 8px;
        text-shadow: 5px 5px 5px #000;
    }

    .artist-page-modal-devote-button-start-counter-days {
        font-size: 75px;
        font-weight: bold;
        line-height: 100%;
        color: #FAEC54;
        text-shadow: 5px 5px 5px #000;
    }

    .artist-page-modal-devote-button-start-counter-days-text {

        font-size: 37px;
        font-weight: bold;
        color: #696969;
        line-height: 100%;
    }

    .artist-page-modal-devote-button-start-counter-days-text-below {
        font-size: 26px;
        color: #696969;
        line-height: 100%;
    }

    .artist-page-modal-devote-start-counter-unit-card-wrapper {
        width: 276px;
        overflow: visible;
        margin: -50px auto auto auto;
        text-align: center;
        height: 50px;
    }

    .artist-page-modal-devote-start-counter-unit-card {
        border-radius: 5px;
        background-color: #1c1c1c;
        box-shadow: 5px 5px 5px #000;
        float: left;
        width: 80px;
        padding: 8px;
        font-size: 12px;
        height: 50px;
        margin: auto 6px;
        line-height: 16px;
        color: #808080;

    }

    .artist-page-modal-devote-button-start-counter {
        font-size: 20px;
        color: white;
    }


    .artist-page-modal-devote-poster-container {

        text-align: center;

    }


    .artist-page-modal-devote-poster {
        height: auto;
        width: 300px;
        margin: 20px auto 0;
        text-align: center;
        box-shadow: 30px 20px 10px 0 rgba(0, 0, 0, 0.5);
        border: #757575 solid 1px;
        border-radius: 10px;

    }


    .artist-page-modal-devote-3-steps-icons-container {

    }


    .artist-page-modal-devote-tutorial-container {
        margin: 50px auto 70px;
        width: 95%;
    }


    .artist-page-modal-devote-tutorial-3-steps-spacer-arrow1 {

    }

    .artist-page-modal-devote-tutorial-3-steps-spacer-communicate {
        display: none;
    }

    .artist-page-modal-devote-tutorial-3-steps-spacer-arrow2 {

    }

    .artist-page-modal-devote-tutorial-3-steps-spacer-check {
        display: none;
    }

    .artist-page-modal-devote-tutorial-container-arrow {
        width: 150px;
        display: inline-block;
        padding: 50px 10px 10px;
        top: 0

    }


    .artist-page-modal-devote-cta-button-end {
        margin: 100px auto;
        display: block;
        width: 300px;
        font-weight: bold;
        background-color: #FAEC54;
        border-radius: 5px;
        border: 1px solid #404040;
        color: #1c1c1c;
        font-size: 30px;
        -moz-box-shadow: 5px 10px 10px #000, -3px -3px 5px #808080;
        -webkit-box-shadow: 10px 10px 10px #000, -3px -3px 5px #808080;
        box-shadow: 12px 10px 10px 10px #000, -3px -3px 5px 3px #808080;
    }

    .artist-page-modal-devote-map-container {
        width: 100%;
        height: 35vh;
        min-height: 200px;
        margin: auto;
        background-color: #2d5769;
        padding: 0;
        border-radius: 5px;
        -moz-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.8);
        -webkit-box-shadow: 15px 20px rgba(0, 0, 0, 0.8);
        box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.8);
    }

    .artist-page-modal-devote-map-devote-area-button {
        position: absolute;
        top: 10px;
        left: calc(0% + 6px);
        font-size: 0.7rem;
        background-color: #FAEC54;
        color: #1c1c1c;
        height: 23px;
        width: 23px;
        border-radius: 3px;
        padding: 0;

    }

    /*hhh start of tut*/
    .artist-page-modal-devote-tutorial-top-close-btn {
        float: right;
        background-color: #1c1c1c;
        color: #808080;
        font-size: 0.8rem;
        border: 1px solid #808080;
        border-radius: 5px;
        -moz-box-shadow: 0 0 5px #000;
        -webkit-box-shadow: 0 0 5px #000;
        box-shadow: 0 0 5px #000;
        padding: 5px 10px;
        transition: 0.2s;
        font-weight: bold;
    }

    .artist-page-modal-devote-tutorial-legend-container {
        width: 200px;
        margin: 10px auto 20px;
        border: 1px solid #fff;
        border-radius: 5px;
        padding: 10px 20px;
        text-align: left;
        background: rgb(28, 28, 28);
        background: linear-gradient(39deg, rgba(28, 28, 28, 1) 0%, rgba(35, 67, 80, 1) 63%, rgba(28, 28, 28, 1) 100%);
    }

    .artist-page-modal-devote-tutorial-legend-icon {
        font-size: 28px;
        color: #FAEC54;
    }

    .artist-page-modal-devote-tutorial-legend-svg {
        width: 30px;
        height: 30px;
    }

    .artist-page-modal-devote-tutorial-legend-svg-circle {
        stroke-width: 2px;
        stroke: #FAEC54;
        fill: hsla(55, 94%, 65%, 0.5);

    }

    .artist-page-modal-devote-tutorial-inner-container {
        padding: 10px 0;
    }

    .artist-page-modal-devote-tutorial-std-header {
        text-align: center;
        color: #808080;
        font-size: 1rem;
        font-weight: bold;

        margin: 10px 0 0;
    }

    .artist-page-modal-devote-tutorial-benefits-row {
        text-align: center;
        margin: 0 auto;

    }

    .artist-page-modal-devote-tutorial-benefits-img-container {

        margin: 25px auto 25px;
        padding: 0;

    }

    .artist-page-modal-devote-tutorial-benefits-img {
        width: calc(100% + 22px);
        margin-left: -11px;
        -webkit-filter: drop-shadow(4px 4px 1px rgba(0, 0, 0, 1));
        filter: drop-shadow(4px 4px 1px rgba(0, 0, 0, 1));
    }

    .artist-page-modal-devote-tutorial-benefits-list {
        color: white;
        padding-left: 20px;
    }

    .artist-page-modal-devote-tutorial-benefits-list li {
        max-width: 90ch;
        margin: 20px auto 10px;
        line-height: 190%;
        font-size: 12px;
    }

    .artist-page-modal-devote-tutorial-highlighted-area-text {
        line-height: 190%;
        max-width: 90ch;
        margin: 20px auto;

    }

    .artist-page-modal-devote-map-tutorial-button {
        text-align: center;
        width: 210px;
        padding: 6px 20px;
        display: block;
        margin: 25px auto 0;
        font-size: 0.6rem;
        cursor: pointer;
    }

    .artist-page-modal-devote-tutorial-dialog {
        margin: 25px auto 25px;
        max-width: 90% !important;

    }

    .artist-page-modal-devote-tutorial-content {
        background-color: #404040;
        border: #FAEC54 1px solid;

    }

    .artist-page-modal-devote-tutorial-title {
        font-weight: bold;
        color: #FAEC54;
        text-align: left;
        width: calc(100% - 20px);
        margin: 0 0 0 5px;
        font-size: 1.2rem;
    }


    .artist-page-modal-devote-tutorial-footer {

    }

    .artist-page-modal-devote-tutorial-footer-btn {
        background-color: #1c1c1c;
        color: #696969;
        border: 1px solid #808080;
        border-radius: 5px;
        font-size: 14px;
        -moz-box-shadow: 0 0 5px #000;
        -webkit-box-shadow: 0 0 5px #000;
        box-shadow: 0 0 5px #000;
        padding: 8px 15px;
        font-weight: bold;
        margin-left: auto;
    }

    .artist-page-modal-devote-tutorial-footer-btn:hover {
        -moz-box-shadow: 0 0 3px #a01c05;
        -webkit-box-shadow: 0 0 3px #A01C05;
        box-shadow: 0 0 3px #A01C05;
        color: #A01C05;
        border: 1px solid #A01C05;
    }

    /*hhh end of tut*/
    .artist-page-modal-devote-map-slide-container {

        margin-top: 0;

        padding: 10px 0;
    }

    .artist-page-modal-devote-map-info-before {

    }

    .artist-page-modal-devote-map-info-after {
        margin: 50px auto 40px;
        width: calc(100% - 30px);
        -moz-box-shadow: 0 0 10px #000;
        -webkit-box-shadow: 0 0 10px #000;
        box-shadow: 0 0 10px #000;
        border-radius: 5px;
        border: 1px solid #282828;
        padding: 20px 10px;
    }

    .artist-page-modal-devote-map-info-row {
        width: 100%;
        align-items: center;
        margin: 60px 0 0;
    }

    .artist-page-modal-devote-map-info-before-header {
        font-weight: bold;
        color: #fff;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        font-size: 0.7rem;
        line-height: 140%;
    }

    .artist-page-modal-devote-map-info-before-header span {
        font-size: 0.85rem;
        color: #FAEC54;

    }

    .artist-page-modal-devote-map-info-before-or-text {
        color: #696969;
        font-size: 0.6rem;
        text-align: center;
        font-weight: bold;
        width: 40px;
        margin: 5px auto 0;
    }

    .artist-page-modal-devote-map-info-tutorial {
        padding: 2px 15px 10px;
        -moz-box-shadow: 0 0 10px #000;
        -webkit-box-shadow: 0 0 10px #000;
        box-shadow: 0 0 10px #000;
        border-radius: 5px;
        border: 1px solid #282828;
        display: flex;
        margin: 30px auto 40px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }

    .artist-page-modal-devote-map-info-tutorial-header {
        font-weight: bold;
        color: #FAEC54;
        font-size: 16px;
        text-align: center;
        width: 100%;
        margin: 25px auto 10px;
    }

    .artist-page-modal-devote-map-info-tutorial-text {

        color: #fff;
        text-align: left;
        width: 100%;
        font-size: 0.8rem;
        margin: 25px auto;
    }

    .artist-page-modal-devote-map-marker {
        background-image: url('../location_icon_v0.5.png');
        background-size: contain;
        background-repeat: no-repeat;
        width: 40px;
        height: 46px;
        top: -23px !important;
    }

    .artist-page-tour-fan-location-map-marker {
        background-image: url('../location_icon_user_v0.5.png');
        background-size: contain;
        background-repeat: no-repeat;
        width: 40px;
        height: 46px;
        top: -23px !important;


    }

    .artist-page-modal-devote-map-slider {
        -webkit-appearance: none; /* Override default look */
        appearance: none;
        border-radius: 15px;
        margin: 20px auto 10px;
        width: 100%;
        height: 13px;
        background: linear-gradient(to right, #404040, #2d5769);
        outline: none;
    }


    /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
    .artist-page-modal-devote-map-slider::-webkit-slider-thumb {
        -webkit-appearance: none; /* Override default look */
        appearance: none;
        border-radius: 50%;
        width: 22px; /* Set a specific slider handle width */
        height: 22px; /* Slider handle height */
        background: #FAEC54; /* Green background */
        cursor: pointer; /* Cursor on hover */
    }

    .artist-page-modal-devote-map-slider::-moz-range-thumb {
        width: 22px; /* Set a specific slider handle width */
        height: 22px; /* Slider handle height */
        background: #FAEC54; /* Green background */
        border-radius: 50%;
        cursor: pointer; /* Cursor on hover */
    }

    .artist-page-modal-devote-map-info-container {
        width: calc(100% - 8px);
        margin: -50px 30px 0 auto;


    }

    .artist-page-modal-devote-map-info-header {
        font-weight: bold;
        font-size: 16px;
        padding: 0 8px;
        text-align: left;
        margin: 45px 0 20px;
    }

    .artist-page-modal-devote-map-info-distance-row {
        margin: 10px auto 3px;
        width: auto;


    }

    .artist-page-modal-devote-map-info-distance-text-km {
        background: #203A43;
        background: -webkit-linear-gradient(to right, #2d5769, #203A43, #152c36); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #2d5769, #203A43, #152c36); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

        width: 40px;
        padding: 7px 7px 3px;
        margin: 0;
        text-align: right;
        border-radius: 5px;
        color: #FAEC54;
        font-size: 14px;
        font-weight: bold;
        line-height: 120%;
        display: inline-block;
        float: right;
        cursor: default;
    }

    .artist-page-modal-devote-map-info-distance-text-miles {
        background: #203A43;
        background: -webkit-linear-gradient(to right, #2d5769, #203A43, #152c36); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #2d5769, #203A43, #152c36); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

        width: 40px;
        padding: 8px 7px 3px;
        margin: 0;
        text-align: right;
        border-radius: 5px;
        color: #FAEC54;
        font-size: 11px;
        font-weight: bold;
        line-height: 120%;
        display: inline-block;
        float: right;
        cursor: default;
    }

    .artist-page-devote-map-info-country {
        color: #FAEC54;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .artist-page-modal-devote-map-info-country-warning {
        color: orangered;
        font-size: 12px;
    }

    .artist-page-modal-devote-map-info-distance-unit-text-km {
        color: #ccc;
        font-size: 14px;


    }

    .artist-page-modal-devote-map-info-distance-unit-text_miles {
        color: #ccc;
        font-size: 12px;

    }

    .artist-page-modal-devote-map-location-button {
        margin: 0 auto;
        padding: 8px 18px;
        font-weight: bold;
        text-align: center;
        background-color: #202122;
        border-radius: 10px;
        color: #fff;
        font-size: 0.75rem;
    }

    .artist-page-modal-devote-map-location-button:hover {
        color: #FAEC54;
        text-shadow: 0 0 10px #FAEC54;
    }

    .artist-page-modal-devote-poll-row {
        margin-top: 50px;
    }

    .artist-page-modal-devote-poll-info-text {
        color: white;
        font-size: 0.8rem;
        width: 100%;
        padding: 0;
        margin: 0 auto 20px;
        text-align: left;
    }

    .artist-page-modal-devote-poll-col {
        padding: 0 15px;
        margin-bottom: 60px;
    }

    .artist-page-modal-devote-poll-card {
        background-color: rgba(40, 40, 40, 0.2);
        border: 1px solid #404040;
        border-radius: 6px;
        text-align: left;
        margin: auto;
        width: calc(100% - 18px);
        padding: 20px 15px 30px;
    }

    .artist-page-modal-devote-poll-col-counter-header {
        text-align: center;
        font-size: 12px;
        color: #696969;
    }

    .artist-page-modal-devote-poll-col-header {
        margin: 10px auto 15px;
        font-size: 1.2rem;
        color: #FAEC54;
        font-weight: bold;

    }


    .artist-page-modal-devote-poll-card-question-container {
        width: 100%;
        display: block;
        position: relative;
    }

    .artist-page-modal-devote-poll-card-question-item {
        width: 100%;
        margin: 10px auto 5px;
        display: inline-block;
        text-align: left;
        cursor: pointer;
        font-size: 14px;
        padding: 10px 5px;
        border-radius: 7px;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid transparent;
    }


    .artist-page-modal-devote-poll-card-question-item:hover {
        border: 1px solid #757575;
    }

    .artist-page-modal-devote-poll-card-question-item:hover p {
        color: #fff;
    }

    .artist-page-modal-devote-poll-card-question-item:hover .artist-page-modal-devote-poll-card-radio-button {
        color: #FAEC54;
    }

    .artist-page-modal-devote-poll-card-question-item:hover .artist-page-modal-devote-poll-card-check-button {
        color: #FAEC54;
    }

    .artist-page-modal-devote-poll-card-check-button {
        color: #FAEC54;
        background-color: #262626;
        width: 40px;
        height: 40px;
        margin: 5px 15px;
        text-shadow: 0 0 12px #FAEC54;
        border-radius: 10px;
        -moz-box-shadow: 5px 10px 10px #000, -3px -3px 5px #808080;
        -webkit-box-shadow: 10px 10px 10px #000, -3px -3px 5px #808080;
        box-shadow: 5px 5px 10px #0f0f0f,
        -5px -5px 10px #3d3d3d;
    }


    .artist-page-modal-devote-poll-card-radio-button {
        color: #FAEC54;
        border-radius: 50%;
        background-color: #262626;
        text-shadow: 0 0 12px #FAEC54;
        width: 40px;
        height: 40px;
        margin: 5px 15px;
        -moz-box-shadow: 5px 5px 10px #0f0f0f, -5px -5px 10px #3d3d3d;
        -webkit-box-shadow: 5px 5px 10px #0f0f0f, -5px -5px 10px #3d3d3d;
        box-shadow: 5px 5px 10px #0f0f0f, -5px -5px 10px #3d3d3d;
    }

    .artist-page-modal-devote-poll-card-active-button {
        -moz-box-shadow: inset 5px 5px 10px #0f0f0f, inset -5px -5px 10px #3d3d3d !important;
        -webkit-box-shadow: inset 5px 5px 10px #0f0f0f, inset -5px -5px 10px #3d3d3d !important;
        box-shadow: inset 5px 5px 10px #0f0f0f, inset -5px -5px 10px #3d3d3d !important;
    }

    .artist-page-modal-devote-poll-card-question-txt {

        color: #ddd;
        display: inline-block;
        word-break: break-word;
        font-size: 0.8rem;
        width: calc(100% - 80px);
        margin: 0;
        vertical-align: middle;

    }

    .artist-page-modal-devote-review-header {
        color: #faec54;
        font-weight: bold;
        font-size: 1rem;
        text-align: center;
        margin: 20px auto;
    }


    .artist-page-modal-devote-review-header-img {
        height: 30px;
        width: auto;
        margin: 0 12px 4px 0;
        display: inline-block;
        -webkit-filter: drop-shadow(4px 3px 2px rgba(0, 0, 0, 1));
        filter: drop-shadow(4px 3px 2px rgba(0, 0, 0, 1));
    }

    .artist-page-modal-devote-review-grid-container {
        padding-top: 30px;
        display: grid;
        width: 100%;
        justify-content: space-evenly;
        grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr);
        column-gap: 10px;
        border-radius: 10px;
        border: 1px solid #404040;
        text-align: center;
        margin: 0 auto 40px;
    }

    .artist-page-modal-devote-review-grid-item {
        text-align: center;
        max-width: 200px;
        width: 100%;
        min-height: 140px;
        padding: 5px;
        margin: auto;
        transition: 0.2s;

    }

    .artist-page-modal-devote-review-grid-item-header {
        color: #1e8e8e;
        font-size: 0.7rem;
        margin: 7px auto 0;
        text-align: center;
    }

    .artist-page-modal-devote-review-grid-item-text {
        font-size: 0.8rem;
        margin: 0 auto;
        text-align: center;
        font-weight: bold;
    }

    .artist-page-modal-devote-review-grid-item-img {
        height: auto;
        width: 56px;
        margin: 5px auto;
        -webkit-filter: drop-shadow(6px 5px 2px rgba(0, 0, 0, 1));
        filter: drop-shadow(6px 5px 2px rgba(0, 0, 0, 1));

    }

    .artist-page-modal-devote-review-grid-item-piechart {
        display: block;
        -webkit-filter: drop-shadow(10px 5px 6px rgba(0, 0, 0, 0.8));
        filter: drop-shadow(10px 5px 6px rgba(0, 0, 0, 0.8));
        position: relative;
        width: 56px;
        height: 56px;
        margin: 5px auto;
        border-radius: 50%;
        background-image: conic-gradient(
                #FAEC54 0deg,
                #404040 0deg);

    }

    .artist-page-modal-devote-review-text-container {
        padding: 10px 10px;
        text-align: left;
        width: 100%;
        margin: 25px auto;
    }

    .artist-page-modal-devote-review-text-title {
        color: #808080;
        font-size: 0.75rem;
        font-weight: normal;

    }

    .artist-page-modal-devote-review-text {
        margin: 15px auto;
        font-weight: bold;
        font-size: 0.9rem;
        color: #fff;
        line-height: 115%;
    }


    .artist-page-modal-devote-review-hr {
        margin: 80px auto auto;
        width: 100%;
    }

    .artist-page-modal-devote-review-price-header {
        margin: 10px auto;
        font-size: 16px;
        font-weight: bold;
    }

    .artist-page-modal-devote-review-price-text {
        text-align: right;
        float: right;

    }

    .artist-page-modal-footer-span {

    }


    .artist-page-modal-devote-button-back {
        background-color: #262626;
        color: #aaa;
        border: 1px solid #484848;
        border-radius: 5px;
        text-align: center;
        font-weight: bold;
        min-width: 100px;
        font-size: 0.8rem;
    }

    .artist-page-modal-devote-footer-svg {
        height: 30px;
        width: 30px;
    }


    .artist-page-modal-devote-button-next {
        background-color: #262626;
        color: #faec54;
        border-radius: 5px;
        border: 1px solid #fff;
        text-align: center;
        font-weight: bold;
        line-height: 100%;
        width: 100px;
        font-size: 0.8rem;


    }

    /*todo testing remove or adjust*/
    #geocoder {
        z-index: 1;
        margin: 20px;
    }

    .mapboxgl-ctrl-geocoder {
        min-width: 100%;
    }
}

/*hhh medium/small PC screens*/
@media only screen and (min-width: 768px) and (max-width: 1199px) {


    .artist-page-main-artist-name-subheader {
        font-size: 0.65rem;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #757575;
        z-index: 10;
    }

    .artist-page-main-artist-name-subheader-img {
        height: 15px;
        width: auto;
    }


    .artist-page-main-header-button {
        color: #FAEC54;
        background-color: #1c1c1c;
        border: 1px solid #FAEC54;
        border-radius: 5px;
        margin: 5px 10px;
        padding: 7px 5px;
        height: 35px;
        min-width: 100px;
        font-size: 0.8rem;
        font-weight: bold;
        -moz-box-shadow: 0 0 5px #000;
        -webkit-box-shadow: 0 0 5px #000;
        box-shadow: 0 0 5px #000;
    }

    .artist-page-main-header-button-fan {

        color: #808080;
        display: block;
    }


    .artist-page-main-header-div-for-devote {
        display: inline
    }


    .artist-page-main-header-devote-button {
        position: absolute;
        text-align: center;
        text-decoration: none;

        overflow: hidden;
        border: 1px solid #313131;
    }

    /*hhh top line*/
    .artist-page-main-header-devote-button span:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(to right, #1c1c1c, #FAEC54);
        animation: pulseFrameChild1 7s linear infinite;


    }


    /*hhh right line*/
    .artist-page-main-header-devote-button span:nth-child(2) {
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        height: 300%;
        background: linear-gradient(to bottom, #1c1c1c, #FAEC54);
        animation: pulseFrameChild2 7s linear infinite;


    }


    .artist-page-main-header-devote-button span:nth-child(3) {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(to left, #1c1c1c, #FAEC54);
        animation: pulseFrameChild3 7s linear infinite;

    }


    .artist-page-main-header-devote-button span:nth-child(4) {
        position: absolute;
        top: 0;
        opacity: 0;
        left: 0;
        width: 2px;
        height: 300%;
        background: linear-gradient(to top, #1c1c1c, #FAEC54);
        animation: pulseFrameChild4 7s linear infinite;

    }


    .deactive-devote-button {
        background-color: #262626;
        font-weight: bold;
        border: 1px solid #404040;
        border-radius: 5px;
        margin: 5px 10px;
        padding: 7px 5px;
        height: 35px;
        min-width: 120px;
        text-align: center;
        font-size: 0.8rem;
        -moz-box-shadow: 0 0 5px #000;
        -webkit-box-shadow: 0 0 5px #000;
        box-shadow: 0 0 5px #000;
        z-index: 4;
        text-decoration: line-through !important;
        width: 100px;

    }


    .active-devote-button {
        background-color: #313131;
        color: white !important;
        font-weight: bold;

    }

    .active-devote-button:hover {
        background-color: #1c1c1c;
        border: 1px solid #313131;
        color: #FAEC54 !important;

    }

    .devote-text {
        animation: textAnimation 7s linear infinite;
        color: #faec54;
    }


    .devote-location-img {
        width: auto;
        height: 24px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        animation: moveLocationIcon 7s linear infinite;
    }


    .devote-ticket-img {
        width: auto;
        height: 24px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        animation: moveTicketIcon 7s linear infinite;
    }

    .artist-page-main-page-content-banner-div {
        -moz-box-shadow: 0 0 30px #000;
        -webkit-box-shadow: 0 0 30px #000;
        box-shadow: 0 0 30px #000;
        border: #404040 solid 1px;
        background-color: #1c1c1c;
        left: 20px;
        top: 200px;
        position: fixed;
        z-index: 10;
    }


    .artist-page-main-about-section {
        -moz-box-shadow: 0 0 50px #000;
        -webkit-box-shadow: 0 0 50px #000;
        box-shadow: 0 0 50px #000;
        padding: 20px;
        max-width: 50vw;
        background-color: #1c1c1c;
        margin: 60px auto 0;
        overflow: hidden;

    }

    .artist-page-main-tour-map-div {
        width: 100%;
        height: calc(100% - 40px);
        background-color: #2d5769;
        padding: 0;
    }

    .marker {

        color: #FAEC54;
        font-size: 30px;
        cursor: pointer;
    }

    .mapboxgl-popup {
        max-width: 200px;
    }

    .mapboxgl-popup-content {
        text-align: center;
        font-family: 'Open Sans', sans-serif;
    }

    .artist-page-divider-img {
        height: 20vw;
        margin: 100px auto 100px;
        width: 50vw;
    }

    .artist-page-divider {
        height: 18vw;
        margin: 0 auto 100px;
        width: 50vw;
        background-color: #282828
    }

    .artist-page-divider-img-content {

        background-repeat: no-repeat;
        margin: 0;
        width: 100%;
        height: 100%;
        background-position: top center;
        background-size: cover;
    }


    .artist-page-main-container-box {
        -moz-box-shadow: 0 0 50px #000;
        -webkit-box-shadow: 0 0 50px #000;
        box-shadow: 0 0 50px #000;
        padding: 20px 10px;
        background-color: #1c1c1c;
        margin: 0 auto 100px;
        width: 50vw;

    }


    .artist-page-main-playlist-iframe {
        width: 100%;
        min-width: 300px;
        height: 250px;
        border: 0 transparent;
    }


    .artist-page-main-tour-card-container {
        width: calc(100% - 10px);
        border: 1px #696969 solid;
        border-radius: 5px;
        background-color: #262626;
        -moz-box-shadow: 0 0 30px #000;
        -webkit-box-shadow: 0 0 30px #000;
        box-shadow: 0 0 30px #000;
        padding: 20px 15px;
        margin: 30px auto 50px;
        position: relative;

    }

    .artist-page-main-tour-card-location-finder-button {
        position: absolute;
        right: 10px;
        top: 10px;
        -moz-box-shadow: 0 0 15px #000;
        -webkit-box-shadow: 0 0 15px #000;
        box-shadow: 0 0 15px #000;
        font-size: 0.8rem;
        color: #2d5769;
        background-color: transparent;
        border: 1px solid #2d5769;
        border-radius: 5px;
        padding: 5px 10px;
    }


    .artist-page-main-tour-card-main-header {
        color: #FAEC54;
        font-size: 1.3rem;
        font-weight: bold;
        width: calc(100% - 50px);

        line-height: normal;
    }

    .artist-page-main-tour-card-main-venue-p {
        color: #1e8e8e;
        font-size: 1.1rem;
        font-weight: bold;
        width: 100%;
        padding: 0;
        margin: 0;
        line-height: normal;
    }

    .artist-page-main-tour-card-event-p {
        width: 100%;
        font-size: 0.8rem;
        font-weight: bold;
        color: #808080;
        padding: 0;
        margin: 0;
        line-height: normal;
    }

    .artist-page-main-tour-card-row {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .artist-page-main-tour-card-col-l {
        padding: 0;
        margin: 20px 0 0;
        min-width: 200px;
        width: 100%;
    }

    .artist-page-main-tour-card-col-r {
        padding: 0;
        margin: 20px auto 0;
        max-width: 129px;
        text-align: center;
    }

    .artist-page-main-tour-card-date-p {
        color: #FFF;
        font-size: 1rem;
        padding: 0;
        margin: 0;
        font-weight: bold;
        line-height: normal;
    }

    .artist-page-main-tour-card-distance-p {
        color: #808080;
        font-size: 0.8rem;
        padding: 0;
        margin: 0;
        line-height: normal;
        font-weight: bold;
    }

    .artist-page-main-tour-card-buy-button {
        width: 128px;
        background-color: #FAEC54;
        color: #1c1c1c;
        font-size: 0.9rem;
        font-weight: bolder;

        padding: 5px 20px;
        text-align: center;
        -moz-box-shadow: 0 0 20px #000;
        -webkit-box-shadow: 0 0 20px #000;
        box-shadow: 0 0 20px #000;
    }

    /*hhh about    */
    .artist-page-main-about-row {
        margin: 0;
        padding: 5px;
        height: calc(100% - 90px);


    }


    .artist-page-main-about-header {
        font-size: 0.85em;
        margin: 0 0 25px;
        color: #808080;
        line-height: normal;
    }

    .artist-page-main-about-header span {
        color: #FAEC54;
        font-weight: bold;
        font-size: 1.1em;

    }

    .artist-page-main-about-title {
        font-weight: bold;
        font-size: 1.2em;
        color: white;
        margin: 0;
        line-height: normal;
    }

    .artist-page-main-about-grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 40px;
        column-gap: 10px;
        margin: 10px auto;
    }

    .artist-page-main-about-grid-img {
        width: 100%;
        display: block;
        margin: auto;
        height: auto;
        border-radius: 5px;
        transition: 0.3s;
        z-index: 31;
        -moz-box-shadow: 5px 5px 10px #000;
        -webkit-box-shadow: 5px 5px 10px #000;
        box-shadow: 5px 5px 10px #000;
        cursor: pointer;

    }

    .artist-page-main-about-focus-container {
        display: none;
        grid-template-columns: 1fr;
        row-gap: 20px;
        justify-content: left;
        column-gap: 10px;
        margin: 30px 0 5px;
        text-align: center;
        transition: 0.5s;
        position: relative;
        animation: fadeIn 0.5s;


    }

    .artist-page-main-about-focus-img {
        width: 80%;
        height: auto;
        text-align: left;
        border-radius: 5px;
        transition: 0.6s;
        z-index: 31;
        -moz-box-shadow: 0 0 20px #000;
        -webkit-box-shadow: 0 0 20px #000;
        box-shadow: 0 0 20px #000;
        cursor: pointer;
    }

    .artist-page-main-about-focus-header {
        font-weight: bold;
        font-size: 1.3rem;
        color: #FAEC54;
        padding: 5px 10% 0;
        word-break: break-all;
    }

    .artist-page-main-about-focus-text {
        font-size: 0.95rem;
        color: white;
        padding: 5px 10% 0;
        margin-bottom: 60px;
        word-break: break-all;

    }

    .artist-page-main-about-focus-button {
        position: absolute;
        display: block;
        bottom: 0;
        right: 0;
        text-align: center;
        padding: 8px 26px;
        margin: auto;
        color: #808080;
        border: 1px solid #696969;
    }


    .artist-page-main-about-col-img-text {
        transition: 0.3s;
        font-size: 0.9em;
        color: white;
        width: 100%;
        margin: -85px auto 0;

        z-index: 30;
        opacity: 0;
        text-overflow: ellipsis;

    }

    .artist-page-main-about-general-bio-text {

    }

    .artist-page-main-about-general-container-row {
        padding: 0;
        margin: 0 0 0 0;
        color: white;
    }

    .artist-page-main-about-general-container-col {
        padding: 0;

    }

    .artist-page-main-about-general-header {
        color: #1e8e8e;
        font-size: 0.75em;
        margin: 30px 0 0;
    }

    .artist-page-main-about-general-text {
        font-size: 0.9rem;
        color: white;
        max-width: 600px;
        margin-bottom: 20px;
        padding-right: 15px;
    }


    .artist-page-main-about-general-member-header {
        color: #FAEC54;
        font-size: 1rem;
        margin: 20px auto 25px;
        padding-bottom: 6px;
        border-bottom: 1px solid #404040;
        font-weight: bold;
        text-align: center;

    }

    .artist-page-main-about-general-member-container {
        display: grid;
        grid-template-columns:repeat(auto-fill, minmax(125px, 1fr));
        row-gap: 30px;
        column-gap: 5px;


    }


    .artist-page-main-about-general-member-grid-item {
        text-align: center;
        width: 100%;

        margin: 0 auto;

    }

    .artist-page-main-about-general-member-grid-item a {
        width: 100px;
        margin: auto;
    }

    .artist-page-main-about-general-member-image {
        width: 90%;
        max-width: 70px;
        height: auto;
    }

    .artist-page-main-about-general-member-roll-text {
        font-size: 0.8rem;
        width: 85%;
    }

    .artist-page-main-page-about-MGM-container {
        padding: 50px 40px !important;
        position: relative;
        background-image: url("../mgm_background_v0.5.png");
        background-repeat: no-repeat;
        margin: 0;
        background-position: top;
        background-size: cover;
        /*height (total screen width - margin of main conatainer - and padding of main - outer container*/
        height: 49vw;
        z-index: 0;
    }

    .artist-page-main-page-about-MGM-container-center-node {
        position: absolute;
        width: 2.5%;
        height: auto;
        left: 48.75%;
        /* height will be 2.5 / 0.5625 = 4.44. Hence 100% - 4.44 / 2 = 47.78   */
        top: calc(47.78% - 0.005vw);

        /*animation: textColor 10s ease infinite;*/
    }

    .artist-page-main-page-about-MGM-img {
        width: 100%;
        height: auto;
        border: white solid 0.01vw;
        border-radius: 5px
    }

    .artist-page-main-page-about-MGM-genre-box {
        position: absolute;
        width: 12%;
        height: fit-content;
        padding: 1px;
        text-align: center;
        background-color: #212121;
        border-radius: 50% !important;
        color: #aaa;
        font-size: 0.45rem;

    }


    .artist-page-main-about-links-grid-container {
        padding-top: 30px;
        display: grid;
        grid-template-columns:repeat(auto-fill, minmax(100px, 1fr));
        grid-template-rows: auto;
        /*grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);*/
        row-gap: 50px;
        column-gap: 30px;
        text-align: center;
        margin: 0 20px;

    }

    .artist-page-main-about-links-grid-container a {
        width: 100px;
        height: 100px;
        margin: auto;

    }

    .artist-page-main-about-links-grid-item {
        text-align: center;
        width: 100%;
        height: 100%;
        padding: 20px 0 0;
        background-color: #262626;
        border-radius: 15px;
        -moz-box-shadow: 5px 10px 10px #000, -3px -3px 5px #606060;
        -webkit-box-shadow: 10px 10px 10px #000, -3px -3px 5px #606060;
        box-shadow: 5px 5px 5px 0 #050505, -3px -3px 5px 0 #606060;
        transition: 0.2s;
    }

    .artist-page-main-about-links-grid-item:active {
        -moz-box-shadow: 0 0 0 #000, 0 0 0 #606060;
        -webkit-box-shadow: 0 0 0 #000, 0 0 0 #606060;
        box-shadow: 0 0 0 #000, 0 0 0 #606060;
    }


    .artist-page-main-page-about-links-grid-img {
        height: 50%;
        width: auto;

    }

    .artist-page-main-page-about-links-grid-p {
        width: 90%;
        margin: 10px auto 0;
        font-size: 10px;
        font-weight: bold;
        word-break: break-all;
    }

    .artist-page-main-about-links-header {
        font-size: 0.85rem;
        height: 30px;
        margin: 0 20px;
        color: #808080;
    }

    .artist-page-main-about-social-media-grid-container {
        padding-top: 30px;
        display: grid;
        grid-template-columns:repeat(auto-fill, minmax(80px, 1fr));
        row-gap: 50px;
        column-gap: 30px;
        text-align: center;
        margin: 0 20px 40px;


    }

    .artist-page-main-about-social-media-grid-container a {
        width: 70px;
        height: 70px;
        margin: auto;

    }

    .artist-page-main-about-social-media-grid-item {
        text-align: center;
        width: 100%;
        height: 100%;
        background-color: #262626;
        border-radius: 50px;
        padding: 5px;
        -moz-box-shadow: 5px 10px 10px #000, -3px -3px 5px #606060;
        -webkit-box-shadow: 10px 10px 10px #000, -3px -3px 5px #606060;
        box-shadow: 5px 5px 5px #000, -3px -3px 5px #606060;
        transition: 0.2s;
    }

    .artist-page-main-about-social-media-grid-item:active {
        -moz-box-shadow: 0 0 0 #000, 0 0 0 #606060;
        -webkit-box-shadow: 0 0 0 #000, 0 0 0 #606060;
        box-shadow: 0 0 0 #000, 0 0 0 #606060;

    }

    .artist-page-main-page-about-social-media-grid-img {
        width: 100%;
        height: auto;
    }

    .modal-devote {
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .modal-devote-background {
        padding-right: 0 !important;
    }


    .artist-page-modal-devote-content {
        background-color: #1c1c1c;
        width: 100%;
        max-height: calc(100vh - 60px);
        margin: 0 auto;
        -moz-box-shadow: 0 0 10px 10px #1c1c1c;
        -webkit-box-shadow: 0 0 10px 10px #1c1c1c;
        box-shadow: 0 0 10px 10px #1c1c1c;
        max-width: 2000px;

    }


    .artist-page-modal-devote-header-step-info-container-svg {
        display: inline-block;
        float: left;
        clear: both;
        color: white
    }

    .progress-ring {

    }

    .progress-ring-circle {
        transition: 0.35s stroke-dashoffset;
        transform: rotate(-90deg);
        transform-origin: 50% 50%;
    }

    .artist-page-modal-devote-header-step-info-container-text {
        display: inline-block;
        color: white;
        float: left;
        margin: 0 80px 0 40px;
    }

    .artist-page-modal-devote-header-step-info-header {
        font-size: 1.5rem;
        color: #1e8e8e;
        font-weight: bold;
    }

    .artist-page-modal-devote-header-step-info-next-text {
        font-size: 16px;
        margin-left: 20px;
        color: #FAEC54;
        float: left;
    }

    .artist-page-modal-devote-header-step-info-next-text span {
        color: white;
    }

    .artist-page-modal-devote-carousel-container {
        width: 100%;
        height: 100%;
        padding: 0;
    }

    .artist-page-modal-devote-carousel-inner {
        background-color: transparent;
        width: 100%;
        height: 100%;
        position: relative;

    }

    .artist-page-modal-devote-carousel-item {
        background-color: transparent;
        height: 100%;
        width: 100%;
        padding: 40px 15px;

    }

    .artist-page-modal-devote-carousel-header {
        color: #FAEC54;
        font-weight: bolder;
        font-size: 1.8rem;
        text-align: center;
        margin-bottom: 0;
        text-shadow: 1px 0 #FAEC54, -1px 0 #FAEC54;
        font-family: 'Trebuchet MS', sans-serif !important;


    }

    .artist-page-modal-devote-carousel-subheader {
        color: white;
        font-weight: bold;
        text-align: center;
        font-size: 1.2rem;
    }

    .artist-page-modal-devote-carousel-subheader-in {
        color: #808080;
        text-align: center;
        font-size: 0.9rem;

    }

    .artist-page-modal-devote-carousel-info-row {
        margin: 0 auto 75px;
        max-width: 1500px;
        padding: 0 20px;
    }

    .artist-page-modal-devote-carousel-info-header {
        color: #696969;
        font-size: 0.8rem !important;
        font-weight: bold;
        text-align: left;
    }

    .artist-page-modal-devote-carousel-info-text {
        color: white;
        font-size: 1rem;
        text-align: left;
        margin: 0;
    }


    .artist-page-modal-devote-start-counter-col {
        padding: 0 20px;
        text-align: center
    }

    .artist-page-modal-devote-start-counter-days-wrapper {

        overflow: auto;
        margin: auto;
        text-align: center;
    }

    .artist-page-modal-devote-start-counter-days-container {

        height: 184px;
        width: 250px;
        float: left;
        text-align: right;
        margin-left: calc(50% - 205px);
    }

    .artist-page-modal-devote-start-counter-day-text-container {
        float: left;
        text-align: left;
        padding-top: 18px;
        text-shadow: 5px 5px 5px #000;
    }

    .artist-page-modal-devote-button-start-counter-days {
        font-size: 132px;
        font-weight: bold;
        line-height: 100%;
        color: #FAEC54;
        text-shadow: 5px 5px 5px #000;
    }

    .artist-page-modal-devote-button-start-counter-days-text {

        font-size: 60px;
        font-weight: bold;
        color: #696969;
        line-height: 100%;
    }

    .artist-page-modal-devote-button-start-counter-days-text-below {
        font-size: 44px;
        color: #696969;
        line-height: 100%;
    }

    .artist-page-modal-devote-start-counter-unit-card-wrapper {
        width: 300px;
        overflow: visible;
        margin: -50px auto auto auto;
        text-align: center;
        height: 50px;
    }

    .artist-page-modal-devote-start-counter-unit-card {
        border-radius: 5px;
        background-color: #1c1c1c;
        box-shadow: 5px 5px 5px #000;
        float: left;
        width: 80px;
        padding: 8px;
        height: 50px;
        margin: auto 10px;
        line-height: 16px;
        color: #808080;

    }

    .artist-page-modal-devote-button-start-counter {
        font-size: 25px;
        color: white;
    }


    .artist-page-modal-devote-poster-container {

        text-align: center;

    }


    .artist-page-modal-devote-poster {
        height: auto;
        width: 350px;
        margin: 20px auto 0;
        text-align: center;
        box-shadow: 80px 60px 15px 5px rgba(0, 0, 0, 0.4);
        border: #757575 solid 1px;
        border-radius: 10px;
    }


    .artist-page-modal-devote-3-steps-icons-container {
        display: flex;
        justify-content: center;
    }


    .artist-page-modal-devote-tutorial-container {
        width: 250px;
        display: inline-block;
        padding: 10px;
    }

    .artist-page-modal-devote-tutorial-3-steps-spacer-arrow1 {
        height: 40px;
    }

    .artist-page-modal-devote-tutorial-3-steps-spacer-communicate {
        height: 80px;
    }

    .artist-page-modal-devote-tutorial-3-steps-spacer-arrow2 {
        height: 120px;
    }

    .artist-page-modal-devote-tutorial-3-steps-spacer-check {
        height: 160px;
    }

    .artist-page-modal-devote-tutorial-container-arrow {
        width: 150px;
        display: inline-block;
        padding: 50px 10px 10px;
        top: 0

    }


    .artist-page-modal-devote-cta-button-end {
        margin: 100px auto;
        display: block;
        width: 300px;
        font-weight: bold;
        background-color: #FAEC54;
        border-radius: 5px;
        border: 1px solid #404040;
        color: #1c1c1c;
        font-size: 30px;
        -moz-box-shadow: 5px 10px 10px #000, -3px -3px 5px #808080;
        -webkit-box-shadow: 10px 10px 10px #000, -3px -3px 5px #808080;
        box-shadow: 12px 10px 10px 10px #000, -3px -3px 5px 3px #808080;
    }

    .artist-page-modal-devote-map-container {
        width: 100%;
        height: 450px;
        margin: auto;
        background-color: #2d5769;
        padding: 0;
        border-radius: 5px;
        -moz-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.8);
        -webkit-box-shadow: 15px 20px rgba(0, 0, 0, 0.8);
        box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.8);
    }

    .artist-page-modal-devote-map-devote-area-button {
        position: absolute;
        top: 10px;
        left: calc(0% + 25px);
        background-color: #FAEC54;
        color: #1c1c1c;
        height: 29px;
        width: 29px;
        border-radius: 3px;
        padding: 0;

    }

    /*hhh start of tut*/
    .artist-page-modal-devote-tutorial-top-close-btn {
        float: right;
        background-color: #1c1c1c;
        color: #808080;
        font-size: 0.8rem;
        border: 1px solid #808080;
        border-radius: 5px;
        -moz-box-shadow: 0 0 5px #000;
        -webkit-box-shadow: 0 0 5px #000;
        box-shadow: 0 0 5px #000;
        padding: 5px 10px;
        transition: 0.2s;
        font-weight: bold;
    }

    .artist-page-modal-devote-tutorial-legend-container {
        width: 200px;
        margin: 10px auto 20px;
        border: 1px solid #fff;
        border-radius: 5px;
        padding: 10px 20px;
        text-align: left;
        background: rgb(28, 28, 28);
        background: linear-gradient(39deg, rgba(28, 28, 28, 1) 0%, rgba(35, 67, 80, 1) 63%, rgba(28, 28, 28, 1) 100%);
    }

    .artist-page-modal-devote-tutorial-legend-icon {
        font-size: 28px;
        color: #FAEC54;
    }

    .artist-page-modal-devote-tutorial-legend-svg {
        width: 30px;
        height: 30px;
    }

    .artist-page-modal-devote-tutorial-legend-svg-circle {
        stroke-width: 2px;
        stroke: #FAEC54;
        fill: hsla(55, 94%, 65%, 0.5);

    }

    .artist-page-modal-devote-tutorial-inner-container {
        padding: 10px 0;
    }

    .artist-page-modal-devote-tutorial-std-header {
        text-align: center;
        color: #808080;
        font-size: 1.3rem;
        font-weight: bold;

        margin: 10px 0 0;
    }

    .artist-page-modal-devote-tutorial-benefits-row {
        text-align: center;
        margin: 0 auto;

    }

    .artist-page-modal-devote-tutorial-benefits-img-container {

        padding: 20px 15px;
        margin: 0 50px 50px;
        max-width: 450px;
        min-width: 450px;

    }

    .artist-page-modal-devote-tutorial-benefits-img {
        /*width: calc(100% + 22px);*/
        /*margin-left: -11px;*/
        /*-webkit-filter: drop-shadow(4px 4px 1px rgba(0, 0, 0, 1));*/
        /*filter: drop-shadow(4px 4px 1px rgba(0, 0, 0, 1));*/
        height: 140px;
        -webkit-filter: drop-shadow(10px 6px 5px rgba(0, 0, 0, 0.8));
        filter: drop-shadow(10px 6px 5px rgba(0, 0, 0, 0.8));
    }

    .artist-page-modal-devote-tutorial-benefits-list {
        color: white;
        padding-left: 20px;
    }

    .artist-page-modal-devote-tutorial-benefits-list li {
        max-width: 90ch;
        margin: 20px auto 10px;
        line-height: 190%;
        font-size: 16px;
    }

    .artist-page-modal-devote-tutorial-highlighted-area-text {
        line-height: 190%;
        max-width: 90ch;
        margin: 20px auto;

    }

    .artist-page-modal-devote-map-tutorial-button {

        text-align: center;
        width: 275px;
        padding: 5px;
        display: block;
        margin: 27px 0 0 auto;
        font-size: 0.7rem;
        cursor: pointer;

    }

    .artist-page-modal-devote-tutorial-dialog {
        margin: 25px auto 25px;
        max-width: 90% !important;

    }

    .artist-page-modal-devote-tutorial-content {
        background-color: #404040;
        border: #FAEC54 1px solid;

    }

    .artist-page-modal-devote-tutorial-title {
        font-weight: bold;
        color: #FAEC54;
        text-align: left;
        width: calc(100% - 20px);
        margin: 0 0 0 5px;
        font-size: 1.2rem;
    }


    .artist-page-modal-devote-tutorial-footer {

    }

    .artist-page-modal-devote-tutorial-footer-btn {
        background-color: #1c1c1c;
        color: #696969;
        border: 1px solid #808080;
        border-radius: 5px;
        font-size: 14px;
        -moz-box-shadow: 0 0 5px #000;
        -webkit-box-shadow: 0 0 5px #000;
        box-shadow: 0 0 5px #000;
        padding: 8px 15px;
        font-weight: bold;
        margin-left: auto;
    }

    .artist-page-modal-devote-tutorial-footer-btn:hover {
        -moz-box-shadow: 0 0 3px #a01c05;
        -webkit-box-shadow: 0 0 3px #A01C05;
        box-shadow: 0 0 3px #A01C05;
        color: #A01C05;
        border: 1px solid #A01C05;
    }

    /*hhh end of tut*/
    .artist-page-modal-devote-map-slide-container {

        margin-top: 0;

        padding: 10px 0;
    }

    .artist-page-modal-devote-map-info-before {

    }

    .artist-page-modal-devote-map-info-after {
        margin: 50px auto;
        width: calc(100% - 7px);
        -moz-box-shadow: 0 0 10px #000;
        -webkit-box-shadow: 0 0 10px #000;
        box-shadow: 0 0 10px #000;
        border-radius: 5px;
        border: 1px solid #282828;
        padding: 20px 0 0;
    }

    .artist-page-modal-devote-map-info-row {
        width: 100%;
        margin: 75px auto 0;
        align-items: center;
        max-width: 650px;
    }

    .artist-page-modal-devote-map-info-before-header {
        font-weight: bold;
        color: #fff;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        font-size: 1rem;
        line-height: 140%;
    }

    .artist-page-modal-devote-map-info-before-header span {
        font-size: 1.25rem;
        color: #FAEC54;

    }

    .artist-page-modal-devote-map-info-before-or-text {
        color: #696969;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
        width: 40px;
        margin: 5px auto 0;
    }

    .artist-page-modal-devote-map-info-tutorial {

        padding: 2px 15px 10px;
        -moz-box-shadow: 0 0 10px #000;
        -webkit-box-shadow: 0 0 10px #000;
        box-shadow: 0 0 10px #000;
        border-radius: 5px;
        border: 1px solid #282828;
        display: flex;
        margin: 60px auto 50px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }

    .artist-page-modal-devote-map-info-tutorial-header {
        font-weight: bold;
        color: #FAEC54;
        font-size: 16px;
        text-align: left;
        width: 100%;

        margin: 25px auto 10px;
    }

    .artist-page-modal-devote-map-info-tutorial-text {

        color: #fff;
        text-align: left;
        width: 100%;
        margin: 25px auto;
        font-size: 1rem;

    }

    .artist-page-modal-devote-map-marker {
        background-image: url('../location_icon_v0.5.png');
        background-size: contain;
        background-repeat: no-repeat;
        width: 40px;
        height: 46px;
        top: -23px !important;


    }

    .artist-page-tour-fan-location-map-marker {
        background-image: url('../location_icon_user_v0.5.png');
        background-size: contain;
        background-repeat: no-repeat;
        width: 40px;
        height: 46px;
        top: -23px !important;


    }

    .artist-page-modal-devote-map-slider {
        margin: 20px auto 10px;
        width: 100%;
        border-radius: 15px;
        -webkit-appearance: none; /* Override default look */
        appearance: none;
        /*min-width: 400px;*/
        height: 17px;
        background: linear-gradient(to right, #404040, #2d5769);
        outline: none;
    }


    /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
    .artist-page-modal-devote-map-slider::-webkit-slider-thumb {
        -webkit-appearance: none; /* Override default look */
        appearance: none;
        border-radius: 50%;
        width: 30px; /* Set a specific slider handle width */
        height: 30px; /* Slider handle height */
        background: #FAEC54; /* Green background */
        cursor: pointer; /* Cursor on hover */
    }

    .artist-page-modal-devote-map-slider::-moz-range-thumb {
        width: 30px; /* Set a specific slider handle width */
        height: 30px; /* Slider handle height */
        background: #FAEC54; /* Green background */
        border-radius: 50%;
        cursor: pointer; /* Cursor on hover */
    }

    .artist-page-modal-devote-map-info-container {
        width: calc(100% - 40px);
        margin: -50px auto 0;


    }

    .artist-page-modal-devote-map-info-header {
        font-weight: bold;
        font-size: 14px;
        text-align: left;
        margin: 45px 0 20px;

    }

    .artist-page-modal-devote-map-info-distance-row {
        margin: 5px auto 3px;
        width: auto;
        height: 40px;

    }

    .artist-page-modal-devote-map-info-distance-text-km {
        background: #203A43;
        background: -webkit-linear-gradient(to right, #2d5769, #203A43, #152c36); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #2d5769, #203A43, #152c36); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        min-width: 80px;
        width: 80px;
        padding: 0 10px;
        margin: 0;
        text-align: right;
        border-radius: 5px;
        color: #FAEC54;
        font-size: 32px;
        line-height: 116%;
        display: inline-block;
        float: right;
        cursor: default;
    }

    .artist-page-modal-devote-map-info-distance-text-miles {
        background: #203A43;
        background: -webkit-linear-gradient(to right, #2d5769, #203A43, #152c36); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #2d5769, #203A43, #152c36); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        min-width: 80px;
        width: 80px;
        padding: 0 7px;
        margin: 0;
        text-align: right;
        border-radius: 5px;
        color: #FAEC54;
        font-size: 23px;
        line-height: 122%;
        display: inline-block;
        float: right;
        cursor: default;
    }

    .artist-page-devote-map-info-country {
        color: #FAEC54;
        font-weight: bold;
    }

    .artist-page-modal-devote-map-info-country-warning {
        color: orangered;
        font-size: 12px;
    }

    .artist-page-modal-devote-map-info-distance-unit-text-km {
        color: #808080;
        font-size: 21px;
        margin-left: 0;
        margin-bottom: 2px;
    }

    .artist-page-modal-devote-map-info-distance-unit-text_miles {
        color: #808080;
        font-size: 19px;
    }

    .artist-page-modal-devote-map-location-button {
        margin: 5px auto 0;
        padding: 8px 20px;
        font-weight: bold;
        text-align: center;
        background-color: #202122;
        border-radius: 10px;
        color: #fff;
        font-size: 0.95rem;
    }

    .artist-page-modal-devote-map-location-button:hover {
        color: #FAEC54;
        text-shadow: 0 0 10px #FAEC54;
    }

    .artist-page-modal-devote-poll-row {
        margin-top: 50px;
        padding-bottom: 80px;
    }

    .artist-page-modal-devote-poll-info-text {
        color: white;
        font-size: 0.8rem;
        width: calc(100% - 40px);
        padding: 0 0 15px;
        margin: 0 auto 20px;
        text-align: left;
    }

    .artist-page-modal-devote-poll-col {
        padding: 0 15px;
        margin: 0 auto 60px;
    }

    .artist-page-modal-devote-poll-card {
        background-color: rgba(40, 40, 40, 0.2);
        border: 1px solid #404040;
        border-radius: 6px;
        text-align: left;
        margin: auto;
        padding: 40px 40px 50px;
        width: calc(100% - 100px);
    }

    .artist-page-modal-devote-poll-col-counter-header {
        text-align: center;
        font-size: 12px;
        color: #696969;
    }

    .artist-page-modal-devote-poll-col-header {
        margin: 10px auto 15px;
        font-size: 1.4rem;
        color: #FAEC54;
        font-weight: bold;

    }


    .artist-page-modal-devote-poll-card-question-container {
        width: 100%;
        display: block;
        position: relative;
    }


    .artist-page-modal-devote-poll-card-question-item {
        width: 100%;
        margin: 15px auto 5px;
        padding: 13px 6px;
        display: inline-block;
        text-align: left;
        cursor: pointer;
        font-size: 20px;
        border-radius: 7px;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid transparent;

    }

    .artist-page-modal-devote-poll-card-question-item:hover {
        border: 1px solid #757575;
    }

    .artist-page-modal-devote-poll-card-question-item:hover p {
        color: #fff;
    }

    .artist-page-modal-devote-poll-card-question-item:hover .artist-page-modal-devote-poll-card-radio-button {
        color: #FAEC54;
    }

    .artist-page-modal-devote-poll-card-question-item:hover .artist-page-modal-devote-poll-card-check-button {
        color: #FAEC54;
    }

    .artist-page-modal-devote-poll-card-check-button {
        color: #FAEC54;
        background-color: #262626;
        width: 50px;
        height: 50px;
        margin: 0 15px;
        text-shadow: 0 0 12px #FAEC54;
        border-radius: 10px;
        -moz-box-shadow: 5px 10px 10px #000, -3px -3px 5px #808080;
        -webkit-box-shadow: 10px 10px 10px #000, -3px -3px 5px #808080;
        box-shadow: 5px 5px 10px #0f0f0f,
        -5px -5px 10px #3d3d3d;
    }


    .artist-page-modal-devote-poll-card-radio-button {
        color: #FAEC54;
        border-radius: 50%;
        background-color: #262626;
        width: 50px;
        text-shadow: 0 0 12px #FAEC54;
        height: 50px;
        margin: 0 15px;
        -moz-box-shadow: 5px 5px 10px #0f0f0f, -5px -5px 10px #3d3d3d;
        -webkit-box-shadow: 5px 5px 10px #0f0f0f, -5px -5px 10px #3d3d3d;
        box-shadow: 5px 5px 10px #0f0f0f, -5px -5px 10px #3d3d3d;
    }

    .artist-page-modal-devote-poll-card-active-button {
        -moz-box-shadow: inset 5px 5px 10px #0f0f0f, inset -5px -5px 10px #3d3d3d !important;
        -webkit-box-shadow: inset 5px 5px 10px #0f0f0f, inset -5px -5px 10px #3d3d3d !important;
        box-shadow: inset 5px 5px 10px #0f0f0f, inset -5px -5px 10px #3d3d3d !important;
    }

    .artist-page-modal-devote-poll-card-question-txt {
        color: #ddd;
        display: inline-block;
        word-break: break-word;
        font-size: 0.95rem;

        width: calc(100% - 86px);
        margin: 0;
        vertical-align: middle;

    }

    .artist-page-modal-devote-review-header {
        color: #faec54;
        font-weight: bold;
        font-size: 1.2rem;
        text-align: center;
        margin: 20px auto;
    }


    .artist-page-modal-devote-review-header-img {
        height: 40px;
        width: auto;
        margin: 0 15px 5px 0;
        display: inline-block;
        -webkit-filter: drop-shadow(4px 3px 2px rgba(0, 0, 0, 1));
        filter: drop-shadow(4px 3px 2px rgba(0, 0, 0, 1));
    }

    .artist-page-modal-devote-review-grid-container {
        padding-top: 30px;
        display: grid;
        justify-content: space-between;
        grid-template-columns:minmax(300px, 1fr) minmax(300px, 1fr);
        text-align: center;
        border-radius: 10px;
        border: 1px solid #404040;
        margin: 0 auto 40px;

    }

    .artist-page-modal-devote-review-grid-item {
        text-align: center;
        width: 275px;
        margin: auto;
        padding: 15px 0;
        transition: 0.2s;

    }

    .artist-page-modal-devote-review-grid-item-header {
        color: #1e8e8e;
        font-size: 0.9rem;
        margin: 0 auto;
        text-align: center;
    }

    .artist-page-modal-devote-review-grid-item-text {
        font-size: 1.1rem;
        margin: 0 auto;
        text-align: center;
        font-weight: bold;
    }

    .artist-page-modal-devote-review-grid-item-img {
        height: auto;
        width: 120px;
        margin: 27px auto;
        -webkit-filter: drop-shadow(20px 15px 5px rgba(0, 0, 0, 0.8));
        filter: drop-shadow(20px 15px 5px rgba(0, 0, 0, 0.8));
    }

    .artist-page-modal-devote-review-grid-item-piechart {
        display: block;
        -webkit-filter: drop-shadow(20px 15px 5px rgba(0, 0, 0, 0.8));
        filter: drop-shadow(20px 15px 5px rgba(0, 0, 0, 0.8));
        position: relative;
        width: 120px;
        height: 120px;
        margin: 27px auto;
        border-radius: 50%;
        background-image: conic-gradient(
                #FAEC54 0deg,
                #404040 0deg);


    }

    .artist-page-modal-devote-review-text-container {
        padding: 10px 20px;
        text-align: left;
        max-width: 720px;
        margin: 50px auto;

    }

    .artist-page-modal-devote-review-text-title {
        color: #808080;
        font-size: 0.85rem;
        font-weight: normal;
    }

    .artist-page-modal-devote-review-text {
        margin: 15px auto;

        font-weight: bold;
        font-size: 1rem;
        color: #fff;
        line-height: 108%;
    }


    .artist-page-modal-devote-review-hr {
        margin: 80px auto auto;
        width: 100%;
    }

    .artist-page-modal-devote-review-price-header {
        margin: 10px auto;
        font-size: 24px;
        font-weight: bold;
    }

    .artist-page-modal-devote-review-price-text {
        text-align: right;
        float: right;

    }

    .artist-page-modal-footer-span {

    }

    .artist-page-modal-devote-button-back {
        background-color: #262626;
        color: #aaa;
        border: 1px solid #484848;
        border-radius: 5px;
        text-align: center;
        font-weight: bold;
        min-width: 160px;
        font-size: 1rem;
    }

    .artist-page-modal-devote-footer-svg {
        height: 40px;
        width: 40px;
    }

    .artist-page-modal-devote-button-next {
        background-color: #262626;
        color: #faec54;
        border: 1px solid #fff;
        border-radius: 5px;
        text-align: center;
        font-weight: bold;
        min-width: 160px;
        font-size: 1rem;
    }

    /*todo testing remove or adjust*/
    #geocoder {
        z-index: 1;
        margin: 20px;
    }

    .mapboxgl-ctrl-geocoder {
        min-width: 100%;
    }
}

/*hhh normal std desktop screens*/
@media only screen and (min-width: 1200px) and (max-width: 1999px) {


    .artist-page-main-artist-name-subheader {
        font-size: 0.65rem;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #757575;
        z-index: 10;
    }

    .artist-page-main-artist-name-subheader-img {
        height: 15px;
        width: auto;
    }


    .artist-page-main-header-button {
        color: #FAEC54;
        background-color: #1c1c1c;
        border: 1px solid #FAEC54;
        border-radius: 5px;
        margin: 5px 20px;
        padding: 6px 12px;
        height: 35px;
        min-width: 150px;
        font-size: 1rem;
        font-weight: bold;
        -moz-box-shadow: 0 0 5px #000;
        -webkit-box-shadow: 0 0 5px #000;
        box-shadow: 0 0 5px #000;
    }

    .artist-page-main-header-button-fan {

        color: #808080;
        display: block;
    }


    .artist-page-main-header-div-for-devote {
        display: inline
    }


    .artist-page-main-header-devote-button {
        position: absolute;
        text-align: center;
        text-decoration: none;
        letter-spacing: 2px;
        overflow: hidden;
        border: 1px solid #313131;
    }

    /*hhh top line*/
    .artist-page-main-header-devote-button span:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(to right, #1c1c1c, #FAEC54);
        animation: pulseFrameChild1 7s linear infinite;


    }


    /*hhh right line*/
    .artist-page-main-header-devote-button span:nth-child(2) {
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        height: 300%;
        background: linear-gradient(to bottom, #1c1c1c, #FAEC54);
        animation: pulseFrameChild2 7s linear infinite;


    }


    .artist-page-main-header-devote-button span:nth-child(3) {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(to left, #1c1c1c, #FAEC54);
        animation: pulseFrameChild3 7s linear infinite;

    }


    .artist-page-main-header-devote-button span:nth-child(4) {
        position: absolute;
        top: 0;
        opacity: 0;
        left: 0;
        width: 2px;
        height: 300%;
        background: linear-gradient(to top, #1c1c1c, #FAEC54);
        animation: pulseFrameChild4 7s linear infinite;

    }


    .deactive-devote-button {
        background-color: #262626;
        font-weight: bold;
        color: #696969;
        border: 1px solid #404040;
        border-radius: 5px;
        margin: 5px 20px;
        padding: 7px 12px;
        height: 35px;
        text-align: center;
        min-width: 175px;
        font-size: 0.9rem;
        -moz-box-shadow: 0 0 5px #000;
        -webkit-box-shadow: 0 0 5px #000;
        box-shadow: 0 0 5px #000;
        z-index: 4;
        width: 4vw;
        text-decoration: line-through !important;

    }

    .active-devote-button {
        background-color: #313131;
        color: white !important;
        font-weight: bold;

    }

    .active-devote-button:hover {
        background-color: #1c1c1c;
        border: 1px solid #313131;
        color: #FAEC54 !important;

    }

    .devote-text {
        animation: textAnimation 7s linear infinite;
        color: #faec54;
    }


    .devote-location-img {
        width: auto;
        height: 28px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        animation: moveLocationIcon 7s linear infinite;
    }


    .devote-ticket-img {
        width: auto;
        height: 28px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        animation: moveTicketIcon 7s linear infinite;
    }

    .artist-page-main-page-content-banner-div {
        -moz-box-shadow: 0 0 30px #000;
        -webkit-box-shadow: 0 0 30px #000;
        box-shadow: 0 0 30px #000;
        border: #404040 solid 1px;
        background-color: #1c1c1c;
        left: 20px;
        top: 200px;
        position: fixed;
        z-index: 10;
    }


    .artist-page-main-about-section {
        -moz-box-shadow: 0 0 50px #000;
        -webkit-box-shadow: 0 0 50px #000;
        box-shadow: 0 0 50px #000;
        padding: 20px;
        position: relative;
        max-width: calc(100vw - 580px);
        background-color: #1c1c1c;
        margin: 60px auto 115px;
        overflow: hidden;


    }

    .artist-page-main-tour-map-div {
        width: 100%;
        height: calc(100% - 50px);
        background-color: #2d5769;
        padding: 0;
    }

    .marker {

        color: #FAEC54;
        font-size: 30px;
        cursor: pointer;
    }

    .mapboxgl-popup {
        max-width: 200px;
    }

    .mapboxgl-popup-content {
        text-align: center;
        font-family: 'Open Sans', sans-serif;
    }

    .artist-page-divider-img {
        height: calc(33vw - 150px);
        margin: 100px 250px 100px;
    }

    .artist-page-divider {

        height: 350px;
        background-color: #282828;
        margin: 0 250px 200px;
    }

    .artist-page-divider-img-content {
        /*background-image: url("temp/Thundermotehr banner.png");*/
        background-repeat: no-repeat;
        margin: 0;
        width: 100%;
        height: 100%;
        background-position: top center;
        background-size: cover;
    }


    .artist-page-main-container-box {
        -moz-box-shadow: 0 0 50px #000;
        -webkit-box-shadow: 0 0 50px #000;
        box-shadow: 0 0 50px #000;
        padding: 40px 20px 60px;
        background-color: #1c1c1c;
        margin: 0 250px 200px;

    }


    .artist-page-main-playlist-iframe {
        width: 100%;
        min-width: 300px;
        height: 500px;
        border: 0 transparent;
    }


    .artist-page-main-tour-card-container {
        width: calc(100% - 10px);
        border: 1px #696969 solid;
        border-radius: 5px;
        background-color: #262626;
        -moz-box-shadow: 0 0 30px #000;
        -webkit-box-shadow: 0 0 30px #000;
        box-shadow: 0 0 30px #000;
        padding: 20px 15px;
        margin: 30px auto 50px;
        position: relative;

    }

    .artist-page-main-tour-card-location-finder-button {
        position: absolute;
        right: 10px;
        top: 10px;
        -moz-box-shadow: 0 0 15px #000;
        -webkit-box-shadow: 0 0 15px #000;
        box-shadow: 0 0 15px #000;
        font-size: 0.8rem;
        color: #2d5769;
        background-color: transparent;
        border: 1px solid #2d5769;
        border-radius: 5px;
        padding: 5px 10px;
    }


    .artist-page-main-tour-card-main-header {
        color: #FAEC54;
        font-size: 1.3rem;
        font-weight: bold;
        width: calc(100% - 50px);

        line-height: normal;
    }

    .artist-page-main-tour-card-main-venue-p {
        color: #1e8e8e;
        font-size: 1.1rem;
        font-weight: bold;
        width: 100%;
        padding: 0;
        margin: 0;
        line-height: normal;
    }

    .artist-page-main-tour-card-event-p {
        width: 100%;
        font-size: 0.8rem;
        font-weight: bold;
        color: #808080;
        padding: 0;
        margin: 0;
        line-height: normal;
    }

    .artist-page-main-tour-card-row {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .artist-page-main-tour-card-col-l {
        padding: 0;
        margin: 20px 0 0;
        min-width: 200px;
        width: 100%;
    }

    .artist-page-main-tour-card-col-r {
        padding: 0;
        margin: 20px auto 0;
        max-width: 137px;
        text-align: center;
    }

    .artist-page-main-tour-card-date-p {
        color: #FFF;
        font-size: 1rem;
        padding: 0;
        margin: 0;
        font-weight: bold;
        line-height: normal;
    }

    .artist-page-main-tour-card-distance-p {
        color: #808080;
        font-size: 0.8rem;
        padding: 0;
        margin: 0;
        line-height: normal;
        font-weight: bold;
    }

    .artist-page-main-tour-card-buy-button {

        background-color: #FAEC54;
        color: #1c1c1c;
        font-size: 1.2rem;
        font-weight: bolder;
        padding: 5px 20px;
        text-align: center;
        -moz-box-shadow: 0 0 20px #000;
        -webkit-box-shadow: 0 0 20px #000;
        box-shadow: 0 0 20px #000;
    }

    /*hhh about    */
    .artist-page-main-about-row {
        margin: 0;
        padding: 5px;
        height: calc(100% - 90px);


    }


    .artist-page-main-about-header {

        font-size: 1em;
        height: 30px;
        margin: 0 0 25px;
        color: #808080;
        line-height: normal;

    }

    .artist-page-main-about-header span {
        color: #FAEC54;
        font-weight: bold;
        font-size: 1.3em;

    }

    .artist-page-main-about-title {
        font-weight: bold;
        font-size: 2rem;
        color: white;
        margin: 5px auto 0;
        line-height: normal;
    }

    .artist-page-main-about-grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 40px;
        column-gap: 10px;
        margin: 20px auto;
        animation: fadeIn 0.5s;
    }

    .artist-page-main-about-grid-img {
        width: 95%;
        display: block;
        height: auto;
        margin: auto;
        border-radius: 5px;
        transition: 0.3s;
        z-index: 31;
        -moz-box-shadow: 5px 5px 10px #000;
        -webkit-box-shadow: 5px 5px 10px #000;
        box-shadow: 5px 5px 10px #000;
        cursor: pointer;

    }

    .artist-page-main-about-focus-container {
        display: none;
        grid-template-columns: 1fr 1fr;
        row-gap: 40px;
        justify-content: left;
        column-gap: 10px;
        margin: 10px 0 30px;
        text-align: center;
        transition: 0.5s;
        position: relative;
        animation: fadeIn 0.5s;


    }

    .artist-page-main-about-focus-img {
        width: 100%;

        height: auto;
        text-align: left;
        border-radius: 5px;
        transition: 0.6s;
        z-index: 31;
        -moz-box-shadow: 0 0 20px #000;
        -webkit-box-shadow: 0 0 20px #000;
        box-shadow: 0 0 20px #000;
        cursor: pointer;
    }

    .artist-page-main-about-focus-header {
        font-weight: bold;
        font-size: 1.3rem;
        color: #FAEC54;
        padding: 10px;
        word-break: break-all;
    }

    .artist-page-main-about-focus-text {
        font-size: 0.95rem;
        color: white;
        padding: 10px;
        word-break: break-all;
    }

    .artist-page-main-about-focus-button {
        position: absolute;
        display: block;
        bottom: 0;
        right: 0;
        text-align: center;
        padding: 8px 26px;
        margin: auto;
        color: #808080;
        border: 1px solid #696969;
    }


    .artist-page-main-about-col-img-text {
        transition: 0.3s;
        font-size: 0.9em;
        color: white;
        width: 80%;
        margin: -85px auto 0;
        height: 85px;
        z-index: 30;
        opacity: 0;
        text-overflow: ellipsis;
    }


    .artist-page-main-about-general-container-row {
        padding: 0;
        margin: 0 0 0 0;
        color: white;
    }

    .artist-page-main-about-general-container-col {
        padding: 0;

    }

    .artist-page-main-about-general-header {
        color: #1e8e8e;
        font-size: 1em;
        margin: 30px 0 0;
    }

    .artist-page-main-about-general-text {
        font-size: 1rem;
        color: white;
        width: 100%;
        max-width: 600px;
        margin-bottom: 20px;
        padding-right: 15px;

    }


    .artist-page-main-about-general-member-header {
        color: #FAEC54;
        font-size: 1rem;
        margin: 20px auto 30px;
        padding-bottom: 6px;
        border-bottom: 1px solid #404040;
        font-weight: bold;
        text-align: center;

    }

    .artist-page-main-about-general-member-container {
        display: grid;
        grid-template-columns:repeat(auto-fill, minmax(120px, 1fr));
        row-gap: 30px;
        column-gap: 5px;


    }


    .artist-page-main-about-general-member-grid-item {
        text-align: center;
        width: 100%;
        max-width: 150px;
        margin: 0 auto;


    }

    .artist-page-main-about-general-member-grid-item a {
        width: 100%;
        margin: auto;
    }

    .artist-page-main-about-general-member-image {
        width: 90%;
        max-width: 70px;
        height: auto;
    }

    .artist-page-main-about-general-member-roll-text {
        font-size: 0.85rem;
        width: 100%;
    }

    .artist-page-main-page-about-MGM-container {
        padding: 50px 40px !important;
        position: relative;
        background-image: url("../mgm_background_v0.5.png");
        background-repeat: no-repeat;
        margin: 0 auto;
        background-position: top;
        background-size: cover;
        /*height (total screen width - margin of main conatainer - and padding of main - outer container*/
        height: calc(100vw - 500px - 40px - 80px - 400px + 10vh);
        width: calc(100% - 400px + 10vh);
        min-width: 600px;
        min-height: 600px;
        z-index: 0;
    }

    .artist-page-main-page-about-MGM-container-center-node {
        position: absolute;
        width: 2.5%;
        height: auto;
        left: 48.75%;
        /* height will be 2.5 / 0.5625 = 4.44. Hence 100% - 4.44 / 2 = 47.78   */
        top: calc(47.78% - 0.005vw);

        /*animation: textColor 10s ease infinite;*/
    }

    .artist-page-main-page-about-MGM-img {
        width: 100%;
        height: auto;
        border: white solid 0.01vw;
        border-radius: 5px
    }

    .artist-page-main-page-about-MGM-genre-box {
        position: absolute;
        width: 12%;
        height: fit-content;
        padding: 1px;
        text-align: center;
        background-color: #212121;
        border-radius: 50% !important;
        color: #aaa;
        font-size: 0.6rem;

    }


    .artist-page-main-about-links-grid-container {
        padding-top: 30px;
        display: grid;
        grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));
        grid-template-rows: auto;
        /*grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);*/
        row-gap: 50px;
        column-gap: 40px;
        text-align: center;
        margin: 0 20px;

    }

    .artist-page-main-about-links-grid-container a {
        width: 200px;
        height: 130px;
        margin: auto;

    }

    .artist-page-main-about-links-grid-item {
        text-align: center;
        width: 100%;
        height: 100%;
        padding: 20px 0 0;
        background-color: #262626;
        border-radius: 15px;
        -moz-box-shadow: 5px 10px 10px #000, -3px -3px 5px #606060;
        -webkit-box-shadow: 10px 10px 10px #000, -3px -3px 5px #606060;
        box-shadow: 5px 5px 5px 0 #050505, -3px -3px 5px 0 #606060;
        transition: 0.2s;
    }

    .artist-page-main-about-links-grid-item:active {
        -moz-box-shadow: 0 0 0 #000, 0 0 0 #606060;
        -webkit-box-shadow: 0 0 0 #000, 0 0 0 #606060;
        box-shadow: 0 0 0 #000, 0 0 0 #606060;
    }


    .artist-page-main-page-about-links-grid-img {
        height: 50%;
        width: auto;

    }

    .artist-page-main-page-about-links-grid-p {
        width: 90%;
        margin: 10px auto 0;
        font-size: 14px;
        font-weight: bold;
        word-break: break-all;
    }

    .artist-page-main-about-links-header {
        font-size: 1em;
        height: 30px;
        margin: 0 20px;
        color: #808080;
    }

    .artist-page-main-about-social-media-grid-container {
        padding-top: 30px;
        display: grid;
        grid-template-columns:repeat(auto-fill, minmax(120px, 1fr));
        row-gap: 50px;
        column-gap: 30px;
        text-align: center;
        margin: 0 20px 100px;


    }

    .artist-page-main-about-social-media-grid-container a {
        width: 100px;
        height: 100px;
        margin: auto;

    }

    .artist-page-main-about-social-media-grid-item {
        text-align: center;
        width: 100%;
        height: 100%;
        background-color: #262626;
        border-radius: 50px;
        padding: 5px;
        -moz-box-shadow: 5px 10px 10px #000, -3px -3px 5px #606060;
        -webkit-box-shadow: 10px 10px 10px #000, -3px -3px 5px #606060;
        box-shadow: 5px 5px 5px #000, -3px -3px 5px #606060;
        transition: 0.2s;
    }

    .artist-page-main-about-social-media-grid-item:active {
        -moz-box-shadow: 0 0 0 #000, 0 0 0 #606060;
        -webkit-box-shadow: 0 0 0 #000, 0 0 0 #606060;
        box-shadow: 0 0 0 #000, 0 0 0 #606060;

    }

    .artist-page-main-page-about-social-media-grid-img {
        width: 100%;
        height: auto;
    }

    .modal-devote {
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .modal-devote-background {
        padding-right: 0 !important;
    }


    .artist-page-modal-devote-content {
        background-color: #1c1c1c;
        width: 100%;
        max-height: calc(100vh - 60px);
        margin: 0 auto;
        -moz-box-shadow: 0 0 10px 10px #1c1c1c;
        -webkit-box-shadow: 0 0 10px 10px #1c1c1c;
        box-shadow: 0 0 10px 10px #1c1c1c;
        max-width: 2000px;

    }


    .artist-page-modal-devote-header-step-info-container-svg {
        display: inline-block;
        float: left;
        clear: both;
        color: white
    }

    .progress-ring {

    }

    .progress-ring-circle {
        transition: 0.35s stroke-dashoffset;
        transform: rotate(-90deg);
        transform-origin: 50% 50%;
    }

    .artist-page-modal-devote-header-step-info-container-text {
        display: inline-block;
        color: white;
        float: left;
        margin: 0 80px 0 40px;
    }

    .artist-page-modal-devote-header-step-info-header {
        font-size: 1.5rem;
        color: #1e8e8e;
        font-weight: bold;
    }

    .artist-page-modal-devote-header-step-info-next-text {
        font-size: 16px;
        margin-left: 20px;
        color: #FAEC54;
        float: left;
    }

    .artist-page-modal-devote-header-step-info-next-text span {
        color: white;
    }

    .artist-page-modal-devote-carousel-container {
        width: 100%;
        height: 100%;
        padding: 0;
    }

    .artist-page-modal-devote-carousel-inner {
        background-color: transparent;
        width: 100%;
        height: 100%;
        position: relative;

    }

    .artist-page-modal-devote-carousel-item {
        background-color: transparent;
        height: 100%;
        width: 100%;
        padding: 40px;

    }


    .artist-page-modal-devote-carousel-header {
        color: #FAEC54;
        font-weight: bolder;
        text-align: center;
        font-size: 2rem;
        margin-bottom: 0;
        text-shadow: 1px 0 #FAEC54, -1px 0 #FAEC54;
        font-family: 'Trebuchet MS', sans-serif !important;


    }

    .artist-page-modal-devote-carousel-subheader {
        color: white;
        font-weight: bold;
        text-align: center;
        font-size: 1.2rem;
    }

    .artist-page-modal-devote-carousel-subheader-in {
        color: #808080;
        text-align: center;
        font-size: 0.9rem;

    }

    .artist-page-modal-devote-carousel-info-row {
        margin: 0 auto 50px;
        max-width: 1500px;
        padding: 0 20px;
    }

    .artist-page-modal-devote-carousel-info-header {
        color: #696969;
        font-size: 0.8rem !important;
        font-weight: bold;
        text-align: left;
    }

    .artist-page-modal-devote-carousel-info-text {
        color: white;
        font-size: 1.1rem;
        text-align: left;
        margin: 0;
    }


    .artist-page-modal-devote-start-counter-col {
        padding: 0 30px;
        text-align: center
    }

    .artist-page-modal-devote-start-counter-days-wrapper {

        overflow: auto;
        margin: auto;
        text-align: center;
    }

    .artist-page-modal-devote-start-counter-days-container {

        height: 184px;
        width: 246px;
        float: left;
        text-align: right;

        margin-left: calc(50% - 205px);

    }

    .artist-page-modal-devote-start-counter-day-text-container {
        float: left;
        text-align: left;
        padding-top: 18px;
        text-shadow: 5px 5px 5px #000;
    }

    .artist-page-modal-devote-button-start-counter-days {
        font-size: 132px;
        font-weight: bold;
        line-height: 100%;
        color: #FAEC54;
        text-shadow: 5px 5px 5px #000;
    }

    .artist-page-modal-devote-button-start-counter-days-text {

        font-size: 60px;
        font-weight: bold;
        color: #696969;
        line-height: 100%;
    }

    .artist-page-modal-devote-button-start-counter-days-text-below {
        font-size: 44px;
        color: #696969;
        line-height: 100%;
    }

    .artist-page-modal-devote-start-counter-unit-card-wrapper {
        width: 300px;
        overflow: visible;
        margin: -50px auto auto auto;
        text-align: center;
        height: 50px;
    }

    .artist-page-modal-devote-start-counter-unit-card {
        border-radius: 5px;
        background-color: #1c1c1c;
        box-shadow: 5px 5px 5px #000;
        float: left;
        width: 80px;
        padding: 8px;
        height: 50px;
        margin: auto 10px;
        line-height: 16px;
        color: #808080;

    }

    .artist-page-modal-devote-button-start-counter {
        font-size: 25px;
        color: white;
    }


    .artist-page-modal-devote-poster-container {

        text-align: center;

    }


    .artist-page-modal-devote-poster {
        height: auto;
        width: 400px;
        margin: auto;
        text-align: center;
        box-shadow: 40px 25px 15px 5px rgba(0, 0, 0, 0.5);
        border: #757575 solid 1px;
        border-radius: 10px;
    }


    .artist-page-modal-devote-3-steps-icons-container {
        display: flex;
        justify-content: center;
    }


    .artist-page-modal-devote-tutorial-container {
        width: 250px;
        display: inline-block;
        padding: 10px;
    }

    .artist-page-modal-devote-tutorial-3-steps-spacer-arrow1 {
        height: 40px;
    }

    .artist-page-modal-devote-tutorial-3-steps-spacer-communicate {
        height: 80px;
    }

    .artist-page-modal-devote-tutorial-3-steps-spacer-arrow2 {
        height: 120px;
    }

    .artist-page-modal-devote-tutorial-3-steps-spacer-check {
        height: 160px;
    }

    .artist-page-modal-devote-tutorial-container-arrow {
        width: 150px;
        display: inline-block;
        padding: 50px 10px 10px;
        top: 0

    }


    .artist-page-modal-devote-cta-button-end {
        margin: 100px auto;
        display: block;
        width: 300px;
        font-weight: bold;
        background-color: #FAEC54;
        border-radius: 5px;
        border: 1px solid #404040;
        color: #1c1c1c;
        font-size: 30px;
        -moz-box-shadow: 5px 10px 10px #000, -3px -3px 5px #808080;
        -webkit-box-shadow: 10px 10px 10px #000, -3px -3px 5px #808080;
        box-shadow: 12px 10px 10px 10px #000, -3px -3px 5px 3px #808080;
    }

    .artist-page-modal-devote-map-container {
        width: 100%;
        height: 562px;
        margin-left: auto;
        background-color: #2d5769;
        padding: 0;
        border-radius: .5em;
        -moz-box-shadow: 25px 25px 50px #000;
        -webkit-box-shadow: 25px 25px 50px #000;
        box-shadow: 30px 20px 20px rgba(0, 0, 0, 0.8);
    }

    .artist-page-modal-devote-map-devote-area-button {
        position: absolute;
        top: 10px;
        left: calc(10% + 25px);
        background-color: #FAEC54;
        color: #1c1c1c;
        height: 29px;
        width: 29px;
        border-radius: 3px;
        padding: 0;

    }

    /*hhh start of tut*/
    .artist-page-modal-devote-tutorial-top-close-btn {
        float: right;
        background-color: #1c1c1c;
        color: #808080;
        border: 1px solid #808080;
        border-radius: 5px;
        -moz-box-shadow: 0 0 5px #000;
        -webkit-box-shadow: 0 0 5px #000;
        box-shadow: 0 0 5px #000;
        margin-right: 20px !important;
        padding: 10px 15px;
        transition: 0.2s;
        font-weight: bold;
    }

    .artist-page-modal-devote-tutorial-legend-container {
        width: 200px;
        margin: 10px auto 20px;
        border: 1px solid #fff;
        border-radius: 5px;
        padding: 10px 20px;
        text-align: left;
        background: rgb(28, 28, 28);
        background: linear-gradient(39deg, rgba(28, 28, 28, 1) 0%, rgba(35, 67, 80, 1) 63%, rgba(28, 28, 28, 1) 100%);
    }

    .artist-page-modal-devote-tutorial-legend-icon {
        font-size: 28px;
        color: #FAEC54;
    }

    .artist-page-modal-devote-tutorial-legend-svg {
        width: 30px;
        height: 30px;
    }

    .artist-page-modal-devote-tutorial-legend-svg-circle {
        stroke-width: 2px;
        stroke: #FAEC54;
        fill: hsla(55, 94%, 65%, 0.5);

    }

    .artist-page-modal-devote-tutorial-inner-container {
        padding: 10px 40px;
    }

    .artist-page-modal-devote-tutorial-std-header {
        text-align: left;
        color: #808080;
        font-weight: bold;
        margin: 15px 0 0;
    }

    .artist-page-modal-devote-tutorial-benefits-row {
        text-align: center;
        margin: 0 auto;
    }

    .artist-page-modal-devote-tutorial-benefits-img-container {
        padding: 20px 15px;
        margin: 0 50px 50px;
        max-width: 450px;
        min-width: 450px;

    }

    .artist-page-modal-devote-tutorial-benefits-img {
        height: 140px;
        -webkit-filter: drop-shadow(10px 6px 5px rgba(0, 0, 0, 0.8));
        filter: drop-shadow(10px 6px 5px rgba(0, 0, 0, 0.8));
    }

    .artist-page-modal-devote-tutorial-benefits-list {
        color: white;
    }

    .artist-page-modal-devote-tutorial-benefits-list li {
        max-width: 90ch;
        margin: 50px 0;
        line-height: 190%;
        font-size: 1.1rem;
    }

    .artist-page-modal-devote-tutorial-highlighted-area-text {
        line-height: 190%;
        max-width: 90ch;
        margin: 15px 0 20px 30px;

    }

    .artist-page-modal-devote-map-tutorial-button {

        text-align: center;
        width: 285px;
        padding: 5px;
        display: block;
        margin: 27px 0 0 auto;
        font-size: 0.8rem;
        cursor: pointer;

    }

    .artist-page-modal-devote-tutorial-dialog {
        margin: 25px auto 25px;
        max-width: 90% !important;

    }

    .artist-page-modal-devote-tutorial-content {
        background-color: #404040;
        border: #FAEC54 1px solid;

    }

    .artist-page-modal-devote-tutorial-title {
        font-weight: bold;
        color: #FAEC54;
        text-align: left;
        width: calc(100% - 80px);
        margin: 0 0 0 30px;
        font-size: 38px;
    }


    .artist-page-modal-devote-tutorial-footer {

    }

    .artist-page-modal-devote-tutorial-footer-btn {
        background-color: #1c1c1c;
        color: #696969;
        border: 1px solid #808080;
        border-radius: 5px;
        -moz-box-shadow: 0 0 5px #000;
        -webkit-box-shadow: 0 0 5px #000;
        box-shadow: 0 0 5px #000;
        padding: 10px 15px;
        font-weight: bold;

        margin-left: auto;
    }

    .artist-page-modal-devote-tutorial-footer-btn:hover {
        -moz-box-shadow: 0 0 3px #a01c05;
        -webkit-box-shadow: 0 0 3px #A01C05;
        box-shadow: 0 0 3px #A01C05;
        color: #A01C05;
        border: 1px solid #A01C05;
    }

    /*hhh end of tut*/
    .artist-page-modal-devote-map-slide-container {

        margin-top: 0;
        margin-left: 25px;
        padding: 10px 0;
    }

    .artist-page-modal-devote-map-info-before {
        padding: 0 0 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        horiz-align: center;
        flex-direction: column;
    }

    .artist-page-modal-devote-map-info-after {
        margin: 20px auto 10px;
        -moz-box-shadow: 0 0 10px #000;
        -webkit-box-shadow: 0 0 10px #000;
        box-shadow: 0 0 10px #000;
        border-radius: 5px;
        border: 1px solid #282828;
        padding: 20px 0 0;
    }


    .artist-page-modal-devote-map-info-before-header {
        font-weight: bold;
        color: #fff;
        text-align: center;
        width: 100%;
        font-size: 1.1rem;
        margin: 0 auto;
    }

    .artist-page-modal-devote-map-info-before-header span {
        font-size: 1.8rem;
        color: #FAEC54;
    }

    .artist-page-modal-devote-map-info-before-or-text {
        color: #696969;
        font-size: 14px;
        text-align: center;
        width: 100%;
        margin: 30px auto;
    }

    .artist-page-modal-devote-map-info-tutorial {
        height: 230px;
        display: flex;
        margin: 20px auto 0;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 90%;
    }

    .artist-page-modal-devote-map-info-tutorial-header {
        font-weight: bold;
        color: #FAEC54;
        font-size: 20px;
        text-align: left;
        width: 100%;
        margin: 10px auto;
    }

    .artist-page-modal-devote-map-info-tutorial-text {

        color: #fff;
        text-align: left;
        width: 100%;
        margin: 25px auto;
        font-size: 1rem;

    }

    .artist-page-modal-devote-map-marker {
        background-image: url('../location_icon_v0.5.png');
        background-size: contain;
        background-repeat: no-repeat;
        width: 40px;
        height: 46px;
        top: -23px !important;


    }

    .artist-page-tour-fan-location-map-marker {
        background-image: url('../location_icon_user_v0.5.png');
        background-size: contain;
        background-repeat: no-repeat;
        width: 40px;
        height: 46px;
        top: -23px !important;
    }

    .artist-page-modal-devote-map-slider {
        margin: 20px auto 10px;
        width: 100%;
        border-radius: 15px;
        height: 15px;
        background: linear-gradient(to right, #404040, #2d5769);
        outline: none;
        -webkit-appearance: none; /* Override default look */
        appearance: none;
    }


    /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
    .artist-page-modal-devote-map-slider::-webkit-slider-thumb {
        -webkit-appearance: none; /* Override default look */
        appearance: none;
        border-radius: 50%;
        width: 30px; /* Set a specific slider handle width */
        height: 30px; /* Slider handle height */
        background: #FAEC54; /* Green background */
        cursor: pointer; /* Cursor on hover */
    }

    .artist-page-modal-devote-map-slider::-moz-range-thumb {
        width: 30px; /* Set a specific slider handle width */
        height: 30px; /* Slider handle height */
        background: #FAEC54; /* Green background */
        border-radius: 50%;
        cursor: pointer; /* Cursor on hover */
    }

    .artist-page-modal-devote-map-info-container {
        width: calc(100% - 40px);
        margin-top: -50px;
        padding-left: 15px;

    }

    .artist-page-modal-devote-map-info-header {
        font-weight: bold;
        font-size: 14px;
        margin: 45px 0 20px;
    }

    .artist-page-modal-devote-map-info-distance-row {
        margin: 5px auto 3px;
        width: auto;
        height: 40px;

    }

    .artist-page-modal-devote-map-info-distance-text-km {
        background: #203A43;
        background: -webkit-linear-gradient(to right, #2d5769, #203A43, #152c36); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #2d5769, #203A43, #152c36); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        min-width: 80px;
        width: 80px;
        padding: 0 10px;
        margin: 0;
        text-align: right;
        border-radius: 5px;
        color: #FAEC54;
        font-size: 32px;
        line-height: 116%;
        display: inline-block;
        float: right;
        cursor: default;
    }

    .artist-page-modal-devote-map-info-distance-text-miles {
        background: #203A43;
        background: -webkit-linear-gradient(to right, #2d5769, #203A43, #152c36); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #2d5769, #203A43, #152c36); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        min-width: 80px;
        width: 80px;
        padding: 0 7px;
        margin: 0;
        text-align: right;
        border-radius: 5px;
        color: #FAEC54;
        font-size: 23px;
        line-height: 122%;
        display: inline-block;
        float: right;
        cursor: default;
    }

    .artist-page-devote-map-info-country {
        color: #FAEC54;
        font-weight: bold;
    }

    .artist-page-modal-devote-map-info-country-warning {
        color: orangered;
        font-size: 12px;
    }

    .artist-page-modal-devote-map-info-distance-unit-text-km {
        color: #808080;
        font-size: 21px;
        margin-left: 5px;
        margin-bottom: 2px;
    }

    .artist-page-modal-devote-map-info-distance-unit-text_miles {
        color: #808080;
        font-size: 19px;
        margin-left: 5px;
    }

    .artist-page-modal-devote-map-location-button {
        margin: 0 auto;
        padding: 8px 20px;
        font-weight: bold;
        text-align: center;
        background-color: #202122;
        border-radius: 10px;
        color: #fff;
        font-size: 1.1rem;
    }


    .artist-page-modal-devote-map-location-button:hover {
        color: #FAEC54;
        text-shadow: 0 0 10px #FAEC54;
    }

    .artist-page-modal-devote-poll-row {
        margin: 50px auto;
        max-width: 1500px;
        padding-bottom: 50px;
    }

    .artist-page-modal-devote-poll-info-text {
        color: white;
        font-size: 1rem;
        max-width: 1500px;
        width: calc(100% - 40px);
        padding: 0;
        margin: 0 auto 20px;
        text-align: left;
    }

    .artist-page-modal-devote-poll-col {
        padding: 0 15px;
        margin: 0 auto 60px;
    }

    .artist-page-modal-devote-poll-card {
        background-color: rgba(40, 40, 40, 0.2);
        border: 1px solid #404040;
        border-radius: 6px;
        text-align: left;
        margin: auto;
        width: calc(100% - 74px);
        padding: 50px 60px 60px;
    }

    .artist-page-modal-devote-poll-col-counter-header {
        text-align: center;
        font-size: 12px;
        color: #696969;
    }

    .artist-page-modal-devote-poll-col-header {
        margin: 10px auto 15px;
        font-size: 1.5rem;
        color: #FAEC54;
        font-weight: bold;
    }


    .artist-page-modal-devote-poll-card-question-container {
        width: 100%;
        display: block;
        position: relative;
    }


    .artist-page-modal-devote-poll-card-question-item {
        width: 100%;
        margin: 15px auto 5px;
        padding: 15px 7px;
        display: inline-block;
        text-align: left;
        cursor: pointer;
        font-size: 20px;
        border-radius: 7px;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid transparent;
    }

    .artist-page-modal-devote-poll-card-question-item:hover {
        border: 1px solid #757575;
    }

    .artist-page-modal-devote-poll-card-question-item:hover p {
        color: #fff;
    }

    .artist-page-modal-devote-poll-card-question-item:hover .artist-page-modal-devote-poll-card-radio-button {
        color: #FAEC54;
    }

    .artist-page-modal-devote-poll-card-question-item:hover .artist-page-modal-devote-poll-card-check-button {
        color: #FAEC54;
    }

    .artist-page-modal-devote-poll-card-check-button {
        color: #FAEC54;
        background-color: #262626;
        width: 50px;
        height: 50px;
        margin: 0 15px;
        text-shadow: 0 0 12px #FAEC54;
        border-radius: 10px;
        -moz-box-shadow: 5px 10px 10px #000, -3px -3px 5px #808080;
        -webkit-box-shadow: 10px 10px 10px #000, -3px -3px 5px #808080;
        box-shadow: 5px 5px 10px #0f0f0f,
        -5px -5px 10px #3d3d3d;
    }


    .artist-page-modal-devote-poll-card-radio-button {
        color: #FAEC54;
        border-radius: 50%;
        background-color: #262626;
        width: 50px;
        text-shadow: 0 0 12px #FAEC54;
        height: 50px;
        margin: 0 15px;
        -moz-box-shadow: 5px 5px 10px #0f0f0f, -5px -5px 10px #3d3d3d;
        -webkit-box-shadow: 5px 5px 10px #0f0f0f, -5px -5px 10px #3d3d3d;
        box-shadow: 5px 5px 10px #0f0f0f, -5px -5px 10px #3d3d3d;
    }

    .artist-page-modal-devote-poll-card-active-button {
        -moz-box-shadow: inset 5px 5px 10px #0f0f0f, inset -5px -5px 10px #3d3d3d !important;
        -webkit-box-shadow: inset 5px 5px 10px #0f0f0f, inset -5px -5px 10px #3d3d3d !important;
        box-shadow: inset 5px 5px 10px #0f0f0f, inset -5px -5px 10px #3d3d3d !important;
    }

    .artist-page-modal-devote-poll-card-question-txt {
        color: #ddd;
        display: inline-block;
        word-break: break-word;
        font-size: 0.95rem;


        width: calc(100% - 86px);
        margin: 0;
        vertical-align: middle;

    }

    .artist-page-modal-devote-review-header {
        font-weight: bold;
        font-size: 1.4rem;
        color: #faec54;
        text-align: center;
        margin: 20px auto;
    }


    .artist-page-modal-devote-review-header-img {
        height: 40px;
        width: auto;
        margin: 0 15px 5px 0;
        display: inline-block;
        -webkit-filter: drop-shadow(4px 3px 2px rgba(0, 0, 0, 1));
        filter: drop-shadow(4px 3px 2px rgba(0, 0, 0, 1));
    }

    .artist-page-modal-devote-review-grid-container {
        padding-top: 30px;
        display: grid;
        width: calc(100% - 40px);
        justify-content: space-between;
        grid-template-columns:minmax(350px, 1fr) minmax(350px, 1fr);
        text-align: center;
        border-radius: 10px;
        border: 1px solid #404040;
        margin: 0 auto 40px;
    }

    .artist-page-modal-devote-review-grid-item {
        text-align: center;
        width: 350px;
        margin: auto;
        padding: 15px 0;
        transition: 0.2s;
    }

    .artist-page-modal-devote-review-grid-item-header {
        color: #1e8e8e;
        font-size: 1rem;
        margin: 0 auto;
        text-align: center;
    }

    .artist-page-modal-devote-review-grid-item-text {
        font-size: 1.2rem;
        margin: 0 auto;
        font-weight: bold;
        text-align: center;
    }

    .artist-page-modal-devote-review-grid-item-img {
        height: auto;
        width: 120px;
        margin: 50px auto;
        -webkit-filter: drop-shadow(20px 15px 5px rgba(0, 0, 0, 0.8));
        filter: drop-shadow(20px 15px 5px rgba(0, 0, 0, 0.8));
    }

    .artist-page-modal-devote-review-grid-item-piechart {
        display: block;
        -webkit-filter: drop-shadow(20px 15px 5px rgba(0, 0, 0, 0.8));
        filter: drop-shadow(20px 15px 5px rgba(0, 0, 0, 0.8));
        position: relative;
        width: 120px;
        height: 120px;
        margin: 50px auto;
        border-radius: 50%;
        background-image: conic-gradient(
                #FAEC54 0deg,
                #404040 0deg);


    }

    .artist-page-modal-devote-review-text-container {
        padding: 10px 40px;
        text-align: left;
        max-width: 1000px;
        margin: 50px auto;
    }

    .artist-page-modal-devote-review-text-title {
        color: #808080;
        font-size: 0.9rem;
        font-weight: normal;
    }

    .artist-page-modal-devote-review-text {
        margin: 15px auto;
        font-size: 1.1rem;
        color: #fff;
        font-weight: bold;

        line-height: 108%;
    }


    .artist-page-modal-devote-review-hr {
        margin: 80px auto auto;
        width: 100%;
    }

    .artist-page-modal-devote-review-price-header {
        margin: 10px auto;
        font-size: 24px;
        font-weight: bold;
    }

    .artist-page-modal-devote-review-price-text {
        text-align: right;
        float: right;

    }

    .artist-page-modal-footer-span {

    }

    .artist-page-modal-devote-button-back {
        background-color: #262626;
        color: #aaa;
        border: 1px solid #484848;
        border-radius: 5px;
        text-align: center;
        font-weight: bold;
        min-width: 160px;
        font-size: 1rem;
    }

    .artist-page-modal-devote-footer-svg {
        height: 40px;
        width: 40px;
    }

    .artist-page-modal-devote-button-next {
        background-color: #262626;
        color: #faec54;
        border-radius: 5px;
        text-align: center;
        border: 1px solid #fff;
        font-weight: bold;
        min-width: 160px;
        font-size: 1rem;


    }

    /*todo testing remove or adjust*/
    #geocoder {
        z-index: 1;
        margin: 20px;
    }

    .mapboxgl-ctrl-geocoder {
        min-width: 100%;
    }
}

/*hhh ultra wide screens*/
@media only screen and (min-width: 2000px) {


    .artist-page-main-artist-name-subheader {
        font-size: 0.65rem;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #757575;
        z-index: 10;
    }

    .artist-page-main-artist-name-subheader-img {
        height: 15px;
        width: auto;
    }


    .artist-page-main-header-button {
        color: #FAEC54;
        background-color: #1c1c1c;
        border: 1px solid #FAEC54;
        border-radius: 5px;
        margin: 5px 20px;
        padding: 6px 12px;
        height: 35px;
        min-width: 150px;
        font-size: 1rem;
        font-weight: bold;
        -moz-box-shadow: 0 0 5px #000;
        -webkit-box-shadow: 0 0 5px #000;
        box-shadow: 0 0 5px #000;
    }

    .artist-page-main-header-button-fan {

        color: #808080;
        display: block;
    }


    .artist-page-main-header-div-for-devote {
        display: inline
    }


    .artist-page-main-header-devote-button {
        position: absolute;
        text-align: center;
        text-decoration: none;
        letter-spacing: 2px;
        overflow: hidden;
        border: 1px solid #313131;
    }

    /*hhh top line*/
    .artist-page-main-header-devote-button span:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(to right, #1c1c1c, #FAEC54);
        animation: pulseFrameChild1 7s linear infinite;


    }


    /*hhh right line*/
    .artist-page-main-header-devote-button span:nth-child(2) {
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        height: 300%;
        background: linear-gradient(to bottom, #1c1c1c, #FAEC54);
        animation: pulseFrameChild2 7s linear infinite;


    }


    .artist-page-main-header-devote-button span:nth-child(3) {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(to left, #1c1c1c, #FAEC54);
        animation: pulseFrameChild3 7s linear infinite;

    }


    .artist-page-main-header-devote-button span:nth-child(4) {
        position: absolute;
        top: 0;
        opacity: 0;
        left: 0;
        width: 2px;
        height: 300%;
        background: linear-gradient(to top, #1c1c1c, #FAEC54);
        animation: pulseFrameChild4 7s linear infinite;

    }


    .deactive-devote-button {
        background-color: #262626;
        font-weight: bold;
        color: #696969;
        border: 1px solid #404040;
        border-radius: 5px;
        margin: 5px 20px;
        padding: 7px 12px;
        height: 36px;
        text-align: center;
        min-width: 190px;
        font-size: 1rem;
        -moz-box-shadow: 0 0 5px #000;
        -webkit-box-shadow: 0 0 5px #000;
        box-shadow: 0 0 5px #000;
        z-index: 4;
        width: 4vw;
        text-decoration: line-through !important;

    }

    .active-devote-button {
        background-color: #313131;
        color: white !important;
        font-weight: bold;

    }

    .active-devote-button:hover {
        background-color: #1c1c1c;
        border: 1px solid #313131;
        color: #FAEC54 !important;

    }

    .devote-text {
        animation: textAnimation 7s linear infinite;
        font-size: 1rem;
        color: #faec54;
    }


    .devote-location-img {
        width: auto;
        height: 28px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        animation: moveLocationIcon 7s linear infinite;
    }


    .devote-ticket-img {
        width: auto;
        height: 28px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        animation: moveTicketIcon 7s linear infinite;
    }

    .artist-page-main-page-content-banner-div {
        -moz-box-shadow: 0 0 30px #000;
        -webkit-box-shadow: 0 0 30px #000;
        box-shadow: 0 0 30px #000;
        border: #404040 solid 1px;
        background-color: #1c1c1c;
        left: 20px;
        top: 200px;
        position: fixed;
        z-index: 10;
    }


    .artist-page-main-about-section {
        -moz-box-shadow: 0 0 50px #000;
        -webkit-box-shadow: 0 0 50px #000;
        box-shadow: 0 0 50px #000;
        padding: 20px;
        max-width: 2000px;
        width: calc(75vw);
        background-color: #1c1c1c;
        margin: 60px auto 115px;
        overflow: hidden;

    }


    .artist-page-main-tour-map-div {
        width: 100%;
        height: calc(100% - 50px);
        background-color: #2d5769;
        padding: 0;
    }

    .marker {

        color: #FAEC54;
        font-size: 30px;
        cursor: pointer;
    }

    .mapboxgl-popup {
        max-width: 200px;
    }

    .mapboxgl-popup-content {
        text-align: center;
        font-family: 'Open Sans', sans-serif;
    }

    .artist-page-divider-img {
        height: 30vw;
        max-height: 600px;
        width: calc(75vw);
        max-width: 2000px;
        margin: 100px auto 100px;
    }

    .artist-page-divider {
        width: calc(100% - 500px);
        height: 250px;
        max-width: 2000px;
        margin: 0 auto 200px;
        background-color: #282828
    }

    .artist-page-divider-img-content {

        background-repeat: no-repeat;
        margin: 0;
        width: 100%;
        height: 100%;
        background-position: top center;
        background-size: cover;
    }


    .artist-page-main-container-box {
        -moz-box-shadow: 0 0 50px #000;
        -webkit-box-shadow: 0 0 50px #000;
        box-shadow: 0 0 50px #000;
        padding: 20px;
        width: 75vw;
        background-color: #1c1c1c;
        margin: 0 auto 200px;
        text-align: center;
        max-width: 2000px;

    }


    .artist-page-main-playlist-iframe {
        width: 100%;
        min-width: 300px;
        height: 500px;
        border: 0 transparent;
        /*max-width: 1000px;*/
        /*margin: 50px auto;*/
    }


    .artist-page-main-tour-card-container {
        width: calc(100% - 10px);

        border: 1px #696969 solid;
        border-radius: 5px;
        background-color: #262626;
        -moz-box-shadow: 0 0 30px #000;
        -webkit-box-shadow: 0 0 30px #000;
        box-shadow: 0 0 30px #000;
        padding: 20px 15px;
        margin: 30px auto 50px;
        position: relative;
        text-align: left;

    }

    .artist-page-main-tour-card-location-finder-button {
        position: absolute;
        right: 10px;
        top: 10px;
        -moz-box-shadow: 0 0 15px #000;
        -webkit-box-shadow: 0 0 15px #000;
        box-shadow: 0 0 15px #000;
        font-size: 0.8rem;
        color: #2d5769;
        background-color: transparent;
        border: 1px solid #2d5769;
        border-radius: 5px;
        padding: 5px 10px;
    }


    .artist-page-main-tour-card-main-header {
        color: #FAEC54;
        font-size: 1.3rem;
        font-weight: bold;
        width: calc(100% - 50px);

        line-height: normal;
    }

    .artist-page-main-tour-card-main-venue-p {
        color: #1e8e8e;
        font-size: 1.1rem;
        font-weight: bold;
        width: 100%;
        padding: 0;
        margin: 0;
        line-height: normal;
    }

    .artist-page-main-tour-card-event-p {
        width: 100%;
        font-size: 0.8rem;
        font-weight: bold;
        color: #808080;
        padding: 0;
        margin: 0;
        line-height: normal;
    }

    .artist-page-main-tour-card-row {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .artist-page-main-tour-card-col-l {
        padding: 0;
        margin: 20px 0 0;
        min-width: 200px;
        width: 100%;
    }

    .artist-page-main-tour-card-col-r {
        padding: 0;
        margin: 20px auto 0;
        max-width: 137px;
        text-align: center;
    }

    .artist-page-main-tour-card-date-p {
        color: #FFF;
        font-size: 1rem;
        padding: 0;
        margin: 0;
        font-weight: bold;
        line-height: normal;
    }

    .artist-page-main-tour-card-distance-p {
        color: #808080;
        font-size: 0.8rem;
        padding: 0;
        margin: 0;
        line-height: normal;
        font-weight: bold;
    }

    .artist-page-main-tour-card-buy-button {

        background-color: #FAEC54;
        color: #1c1c1c;
        font-size: 1.2rem;
        font-weight: bolder;

        padding: 5px 20px;
        text-align: center;
        -moz-box-shadow: 0 0 20px #000;
        -webkit-box-shadow: 0 0 20px #000;
        box-shadow: 0 0 20px #000;
    }

    /*hhh about    */
    .artist-page-main-about-row {
        margin: 0;
        padding: 5px;
        height: calc(100% - 90px);


    }


    .artist-page-main-about-header {

        font-size: 1em;
        height: 30px;
        margin: 0 0 10px;
        color: #808080;
        text-align: left;

    }

    .artist-page-main-about-header span {
        color: #FAEC54;
        font-weight: bold;
        font-size: 1.3em;

    }

    .artist-page-main-about-title {
        font-weight: bold;
        font-size: 1.5em;
        height: 50px;
        margin: 10px 0 0 30px;
        color: white;
    }

    .artist-page-main-about-grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 40px;
        justify-content: center;
        column-gap: 10px;
        margin: 50px auto;

    }

    .artist-page-main-about-grid-img {
        width: 100%;
        height: auto;
        border-radius: 5px;
        transition: 0.3s;
        z-index: 31;
        margin: auto;
        -moz-box-shadow: 5px 5px 10px #000;
        -webkit-box-shadow: 5px 5px 10px #000;
        box-shadow: 5px 5px 10px #000;
        cursor: pointer;

    }


    .artist-page-main-about-focus-container {
        display: none;
        grid-template-columns: 1fr 1fr;
        row-gap: 40px;
        justify-content: left;
        column-gap: 10px;
        margin: 10px 0 30px;
        text-align: center;
        transition: 0.5s;
        position: relative;
        animation: fadeIn 0.5s;


    }

    .artist-page-main-about-focus-img {
        width: 100%;
        height: auto;
        text-align: left;
        border-radius: 5px;
        transition: 0.6s;
        z-index: 31;
        -moz-box-shadow: 0 0 20px #000;
        -webkit-box-shadow: 0 0 20px #000;
        box-shadow: 0 0 20px #000;
        cursor: pointer;
    }

    .artist-page-main-about-focus-header {
        font-weight: bold;
        font-size: 1.3rem;
        color: #FAEC54;
        padding: 10px;
        word-break: break-all;
    }

    .artist-page-main-about-focus-text {
        font-size: 0.95rem;
        color: white;
        padding: 10px;
        word-break: break-all;
    }

    .artist-page-main-about-focus-button {
        position: absolute;
        display: block;
        bottom: 0;
        right: 0;
        text-align: center;
        padding: 8px 26px;
        margin: auto;
        color: #808080;
        border: 1px solid #696969;
    }


    .artist-page-main-about-col-img-text {
        transition: 0.3s;
        font-size: 0.9em;
        color: white;
        width: 80%;
        margin: -85px auto 0;
        height: 85px;
        z-index: 30;
        opacity: 0;
        text-overflow: ellipsis;

    }

    .artist-page-main-about-general-bio-text {

    }

    .artist-page-main-about-general-container-row {
        padding: 0;
        margin: 0 0 0 0;
        color: white;
    }

    .artist-page-main-about-general-container-col {
        padding: 0px;
        text-align: left;
    }

    .artist-page-main-about-general-header {
        color: #1e8e8e;
        font-size: 1em;
        margin: 30px 0 0;
        text-align: left;
    }

    .artist-page-main-about-general-text {
        font-size: 1rem;
        color: white;
        width: 100%;
        max-width: 600px;
        margin-bottom: 20px;
        padding-right: 15px;

    }


    .artist-page-main-about-general-member-header {
        color: #FAEC54;
        font-size: 1rem;
        margin: 20px auto 25px;
        padding-bottom: 6px;
        border-bottom: 1px solid #404040;
        font-weight: bold;
        text-align: center;

    }

    .artist-page-main-about-general-member-container {
        display: grid;
        grid-template-columns:repeat(auto-fill, minmax(150px, 1fr));
        row-gap: 30px;
        column-gap: 5px;
        min-width: 350px;

    }


    .artist-page-main-about-general-member-grid-item {
        text-align: center;
        width: 100%;
        max-width: 150px;
        margin: 0 auto;

    }

    .artist-page-main-about-general-member-grid-item a {
        width: 100%;
        margin: auto;
    }

    .artist-page-main-about-general-member-image {
        width: 90%;
        max-width: 70px;
        height: auto;
    }

    .artist-page-main-about-general-member-roll-text {
        font-size: 0.85rem;
        width: 85%;
    }

    .artist-page-main-page-about-MGM-container {
        padding: 50px 40px !important;
        position: relative;
        background-image: url("../mgm_background_v0.5.png");
        background-repeat: no-repeat;
        margin: 0 auto;
        background-position: top;
        background-size: cover;
        width: 1230px;
        /*height (total screen width - margin of main conatainer - and padding of main - outer container*/
        height: calc(100vw - 500px - 40px);
        max-height: 1300px;
        z-index: 0;
    }

    .artist-page-main-page-about-MGM-container-center-node {
        position: absolute;
        width: 2.5%;
        height: auto;
        left: 48.75%;
        /* height will be 2.5 / 0.5625 = 4.44. Hence 100% - 4.44 / 2 = 47.78   */
        top: calc(47.78% - 0.005vw);

        /*animation: textColor 10s ease infinite;*/
    }

    .artist-page-main-page-about-MGM-img {
        width: 100%;
        height: auto;
        border: white solid 0.01vw;
        border-radius: 5px
    }

    .artist-page-main-page-about-MGM-genre-box {
        position: absolute;
        width: 12%;
        height: fit-content;
        padding: 1px;
        text-align: center;
        background-color: #212121;
        border-radius: 50% !important;
        color: #aaa;
        font-size: 0.5rem;

    }


    .artist-page-main-about-links-grid-container {
        padding-top: 30px;
        display: grid;
        grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));
        grid-template-rows: auto;
        /*grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);*/
        row-gap: 50px;
        column-gap: 40px;
        text-align: center;
        margin: 0 20px;


    }

    .artist-page-main-about-links-grid-container a {
        width: 200px;
        height: 130px;
        margin: auto;

    }

    .artist-page-main-about-links-grid-item {
        text-align: center;
        width: 100%;
        height: 100%;
        padding: 20px 0 0;
        background-color: #262626;
        border-radius: 15px;
        -moz-box-shadow: 5px 10px 10px #000, -3px -3px 5px #606060;
        -webkit-box-shadow: 10px 10px 10px #000, -3px -3px 5px #606060;
        box-shadow: 5px 5px 5px 0 #050505, -3px -3px 5px 0 #606060;
        transition: 0.2s;
    }

    .artist-page-main-about-links-grid-item:active {
        -moz-box-shadow: 0 0 0 #000, 0 0 0 #606060;
        -webkit-box-shadow: 0 0 0 #000, 0 0 0 #606060;
        box-shadow: 0 0 0 #000, 0 0 0 #606060;
    }


    .artist-page-main-page-about-links-grid-img {
        height: 50%;
        width: auto;

    }

    .artist-page-main-page-about-links-grid-p {
        width: 90%;
        margin: 10px auto 0;
        font-size: 14px;
        font-weight: bold;
        word-break: break-all;
    }

    .artist-page-main-about-links-header {
        font-size: 1em;
        height: 30px;
        margin: 0 20px;
        color: #808080;
    }

    .artist-page-main-about-social-media-grid-container {
        padding-top: 30px;
        display: grid;
        grid-template-columns:repeat(auto-fill, minmax(120px, 1fr));
        row-gap: 50px;
        column-gap: 30px;
        text-align: center;
        margin: 0 20px 40px;


    }

    .artist-page-main-about-social-media-grid-container a {
        width: 100px;
        height: 100px;
        margin: auto;

    }

    .artist-page-main-about-social-media-grid-item {
        text-align: center;
        width: 100%;
        height: 100%;
        background-color: #262626;
        border-radius: 50px;
        padding: 5px;
        -moz-box-shadow: 5px 10px 10px #000, -3px -3px 5px #606060;
        -webkit-box-shadow: 10px 10px 10px #000, -3px -3px 5px #606060;
        box-shadow: 5px 5px 5px #000, -3px -3px 5px #606060;
        transition: 0.2s;
    }

    .artist-page-main-about-social-media-grid-item:active {
        -moz-box-shadow: 0 0 0 #000, 0 0 0 #606060;
        -webkit-box-shadow: 0 0 0 #000, 0 0 0 #606060;
        box-shadow: 0 0 0 #000, 0 0 0 #606060;

    }

    .artist-page-main-page-about-social-media-grid-img {
        width: 100%;
        height: auto;
    }

    .modal-devote {
        width: 100%;
        max-width: none;
        margin: 0 0;

    }

    .modal-devote-background {
        padding-right: 0 !important;
    }


    .artist-page-modal-devote-content {
        max-height: calc(100vh - 60px);
        margin: 0 auto 0;
        background-color: #1c1c1c;
        width: 100%;
        -moz-box-shadow: 0 0 10px 10px #1c1c1c;
        -webkit-box-shadow: 0 0 10px 10px #1c1c1c;
        box-shadow: 0 0 10px 10px #1c1c1c;


    }


    .artist-page-modal-devote-header-step-info-container-svg {
    }

    .progress-ring {

    }

    .progress-ring-circle {
        transition: 0.35s stroke-dashoffset;
        transform: rotate(-90deg);
        transform-origin: 50% 50%;
    }

    .artist-page-modal-devote-header-step-info-container-text {

    }

    .artist-page-modal-devote-header-step-info-header {
        font-size: 1.5rem;
        color: #1e8e8e;
        font-weight: bold;
    }

    .artist-page-modal-devote-header-step-info-next-text {
        font-size: 16px;
        margin-left: 20px;
        color: #FAEC54;
        float: left;
    }

    .artist-page-modal-devote-header-step-info-next-text span {
        color: white;
    }

    .artist-page-modal-devote-carousel-container {
        width: 100%;
        height: 100%;
        padding: 0;
    }

    .artist-page-modal-devote-carousel-inner {
        background-color: transparent;
        width: 100%;
        height: 100%;
        position: relative;

    }

    .artist-page-modal-devote-carousel-item {
        background-color: transparent;
        height: 100%;
        width: 100%;
        padding: 40px;

    }

    .artist-page-modal-devote-carousel-header {
        color: #FAEC54;
        font-weight: normal;
        text-align: center;
        font-size: 2rem;
        margin-bottom: 0;
        text-shadow: 1px 0 #FAEC54, -1px 0 #FAEC54;
        font-family: 'Trebuchet MS', sans-serif !important;


    }

    .artist-page-modal-devote-carousel-subheader {
        color: white;
        font-weight: bold;
        text-align: center;
        font-size: 1.2rem;
    }

    .artist-page-modal-devote-carousel-subheader-in {
        color: #808080;
        text-align: center;
        font-size: 0.85rem;

    }


    .artist-page-modal-devote-carousel-info-row {
        margin: 0 auto 50px;
        max-width: 1500px;
        padding: 0 20px;
    }

    .artist-page-modal-devote-carousel-info-header {
        color: #696969;
        font-size: 0.8rem !important;
        font-weight: bold;
        text-align: left;
    }

    .artist-page-modal-devote-carousel-info-text {
        color: white;
        font-size: 1.1rem;
        text-align: left;
        margin-bottom: 0;
    }


    .artist-page-modal-devote-start-counter-col {
        padding: 0 30px;
        text-align: center

    }

    .artist-page-modal-devote-start-counter-days-wrapper {

        overflow: auto;
        margin: auto;
        text-align: center;
    }

    .artist-page-modal-devote-start-counter-days-container {

        height: 184px;
        width: 250px;
        float: left;
        text-align: right;
        margin-left: calc(50% - 205px);
    }

    .artist-page-modal-devote-start-counter-day-text-container {
        float: left;
        text-align: left;
        padding-top: 18px;
        text-shadow: 5px 5px 5px #000;
    }

    .artist-page-modal-devote-button-start-counter-days {
        font-size: 132px;
        font-weight: bold;
        line-height: 100%;
        color: #FAEC54;
        text-shadow: 5px 5px 5px #000;
    }

    .artist-page-modal-devote-button-start-counter-days-text {

        font-size: 60px;
        font-weight: bold;
        color: #696969;
        line-height: 100%;
    }

    .artist-page-modal-devote-button-start-counter-days-text-below {
        font-size: 44px;
        color: #696969;
        line-height: 100%;
    }

    .artist-page-modal-devote-start-counter-unit-card-wrapper {
        width: 300px;
        overflow: visible;
        margin: -50px auto auto auto;
        text-align: center;
        height: 50px;
    }

    .artist-page-modal-devote-start-counter-unit-card {
        border-radius: 5px;
        background-color: #1c1c1c;
        box-shadow: 5px 5px 5px #000;
        float: left;
        width: 80px;
        padding: 8px;
        height: 50px;
        margin: auto 10px;
        line-height: 16px;
        color: #808080;

    }

    .artist-page-modal-devote-button-start-counter {
        font-size: 25px;
        color: white;
    }


    .artist-page-modal-devote-poster-container {
        text-align: center;
    }

    .artist-page-modal-devote-poster {
        height: auto;
        width: 400px;
        margin: auto;
        text-align: center;
        box-shadow: 40px 25px 15px 5px rgba(0, 0, 0, 0.5);
        border: #757575 solid 1px;
        border-radius: 10px;
    }

    .artist-page-modal-devote-tutorial-artist-page-modal-devote-tutorial-header {
        color: #FAEC54;
        font-weight: bold;
        margin-bottom: 50px;
    }


    .artist-page-modal-devote-3-steps-icons-container {
        display: flex;
        justify-content: center;
    }


    .artist-page-modal-devote-tutorial-container {
        width: 250px;
        display: inline-block;
        padding: 10px;
    }

    .artist-page-modal-devote-tutorial-3-steps-spacer-arrow1 {
        height: 40px;
    }

    .artist-page-modal-devote-tutorial-3-steps-spacer-communicate {
        height: 80px;
    }

    .artist-page-modal-devote-tutorial-3-steps-spacer-arrow2 {
        height: 120px;
    }

    .artist-page-modal-devote-tutorial-3-steps-spacer-check {
        height: 160px;
    }

    .artist-page-modal-devote-tutorial-container-arrow {
        width: 150px;
        display: inline-block;
        padding: 50px 10px 10px;
        top: 0

    }


    .artist-page-modal-devote-cta-button-end {
        margin: 100px auto;
        display: block;
        width: 300px;
        font-weight: bold;
        background-color: #FAEC54;
        border-radius: 5px;
        border: 1px solid #404040;
        color: #1c1c1c;
        font-size: 30px;
        -moz-box-shadow: 5px 10px 10px #000, -3px -3px 5px #808080;
        -webkit-box-shadow: 10px 10px 10px #000, -3px -3px 5px #808080;
        box-shadow: 12px 10px 10px 10px #000, -3px -3px 5px 3px #808080;
    }

    .artist-page-modal-devote-map-container {
        width: 100%;
        height: 574px;
        margin-left: auto;
        background-color: #2d5769;
        padding: 0;
        border-radius: .5em;
        -moz-box-shadow: 25px 25px 50px #000;
        -webkit-box-shadow: 25px 25px 50px #000;
        box-shadow: 30px 20px 20px rgba(0, 0, 0, 0.8);
    }

    .artist-page-modal-devote-map-devote-area-button {
        position: absolute;
        top: 10px;
        left: calc(10% + 25px);
        background-color: #FAEC54;
        color: #1c1c1c;
        height: 29px;
        width: 29px;
        border-radius: 3px;
        padding: 0;

    }

    /*hhh start of tut*/
    .artist-page-modal-devote-tutorial-top-close-btn {
        float: right;
        background-color: #1c1c1c;
        color: #808080;
        border: 1px solid #808080;
        border-radius: 5px;
        -moz-box-shadow: 0 0 5px #000;
        -webkit-box-shadow: 0 0 5px #000;
        box-shadow: 0 0 5px #000;
        margin-right: 20px !important;
        padding: 10px 15px;
        transition: 0.2s;
        font-weight: bold;
    }

    .artist-page-modal-devote-tutorial-legend-container {
        width: 200px;
        margin: 10px auto 20px;
        border: 1px solid #fff;
        border-radius: 5px;
        padding: 10px 20px;
        text-align: left;
        background: rgb(28, 28, 28);
        background: linear-gradient(39deg, rgba(28, 28, 28, 1) 0%, rgba(35, 67, 80, 1) 63%, rgba(28, 28, 28, 1) 100%);
    }

    .artist-page-modal-devote-tutorial-legend-icon {
        font-size: 28px;
        color: #FAEC54;
    }

    .artist-page-modal-devote-tutorial-legend-svg {
        width: 30px;
        height: 30px;
    }

    .artist-page-modal-devote-tutorial-legend-svg-circle {
        stroke-width: 2px;
        stroke: #FAEC54;
        fill: hsla(55, 94%, 65%, 0.5);

    }

    .artist-page-modal-devote-tutorial-inner-container {
        padding: 10px 40px;
    }

    .artist-page-modal-devote-tutorial-std-header {
        text-align: left;
        color: #808080;
        font-weight: bold;
        margin: 15px 0 0;
    }

    .artist-page-modal-devote-tutorial-benefits-row {
        text-align: center;
        margin: 0 auto;
    }

    .artist-page-modal-devote-tutorial-benefits-img-container {
        padding: 20px 15px;
        margin: 0 50px 50px;
        max-width: 450px;
        min-width: 450px;

    }

    .artist-page-modal-devote-tutorial-benefits-img {
        height: 140px;
        -webkit-filter: drop-shadow(10px 6px 5px rgba(0, 0, 0, 0.8));
        filter: drop-shadow(10px 6px 5px rgba(0, 0, 0, 0.8));
    }

    .artist-page-modal-devote-tutorial-benefits-list {
        color: white;
    }

    .artist-page-modal-devote-tutorial-benefits-list li {
        max-width: 90ch;
        margin: 50px 0;
        line-height: 190%;
        font-size: 1.1rem;
    }

    .artist-page-modal-devote-tutorial-highlighted-area-text {
        line-height: 190%;
        max-width: 90ch;
        margin: 15px 0 20px 30px;

    }

    .artist-page-modal-devote-map-tutorial-button {

        text-align: center;
        width: 285px;
        padding: 5px;
        display: block;
        margin: 27px 0 0 auto;
        font-size: 0.8rem;
        cursor: pointer;

    }

    .artist-page-modal-devote-tutorial-dialog {
        margin: 25px auto 25px;
        max-width: 90% !important;

    }

    .artist-page-modal-devote-tutorial-content {
        background-color: #404040;
        border: #FAEC54 1px solid;

    }

    .artist-page-modal-devote-tutorial-title {
        font-weight: bold;
        color: #FAEC54;
        text-align: left;
        width: calc(100% - 80px);
        margin: 0 0 0 30px;
        font-size: 38px;
    }


    .artist-page-modal-devote-tutorial-footer {

    }

    .artist-page-modal-devote-tutorial-footer-btn {
        background-color: #1c1c1c;
        color: #696969;
        border: 1px solid #808080;
        border-radius: 5px;
        -moz-box-shadow: 0 0 5px #000;
        -webkit-box-shadow: 0 0 5px #000;
        box-shadow: 0 0 5px #000;
        padding: 10px 15px;
        font-weight: bold;

        margin-left: auto;
    }

    .artist-page-modal-devote-tutorial-footer-btn:hover {
        -moz-box-shadow: 0 0 3px #a01c05;
        -webkit-box-shadow: 0 0 3px #A01C05;
        box-shadow: 0 0 3px #A01C05;
        color: #A01C05;
        border: 1px solid #A01C05;
    }

    /*hhh end of tut*/
    .artist-page-modal-devote-map-slide-container {

        margin-top: 0;
        margin-left: 25px;
        padding: 10px 0;
    }

    .artist-page-modal-devote-map-info-before {
        padding: 0 0 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        horiz-align: center;
        flex-direction: column;
    }

    .artist-page-modal-devote-map-info-after {
        margin: 20px auto 10px;
        -moz-box-shadow: 0 0 10px #000;
        -webkit-box-shadow: 0 0 10px #000;
        box-shadow: 0 0 10px #000;
        border-radius: 5px;
        border: 1px solid #282828;
        padding: 20px 0 0;
    }


    .artist-page-modal-devote-map-info-before-header {
        font-weight: bold;
        color: #fff;
        font-size: 1.25rem;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .artist-page-modal-devote-map-info-before-header span {
        font-size: 2rem;
        color: #FAEC54;
    }

    .artist-page-modal-devote-map-info-before-or-text {
        color: #696969;
        font-size: 14px;
        text-align: center;
        width: 100%;
        margin: 30px auto;
    }

    .artist-page-modal-devote-map-info-tutorial {
        height: 230px;
        display: flex;
        margin: 20px auto 0;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 90%;
    }

    .artist-page-modal-devote-map-info-tutorial-header {
        font-weight: bold;
        color: #FAEC54;
        font-size: 20px;
        text-align: left;
        width: 100%;
        margin: 10px auto;
    }

    .artist-page-modal-devote-map-info-tutorial-text {

        color: #fff;
        text-align: left;
        width: 100%;
        margin: 25px auto;
        font-size: 1rem;
    }

    .artist-page-modal-devote-map-marker {
        background-image: url('../location_icon_v0.5.png');
        background-size: contain;
        background-repeat: no-repeat;
        width: 40px;
        height: 46px;
        top: -23px !important;


    }

    .artist-page-tour-fan-location-map-marker {
        background-image: url('../location_icon_user_v0.5.png');
        background-size: contain;
        background-repeat: no-repeat;
        width: 40px;
        height: 46px;
        top: -23px !important;
    }

    .artist-page-modal-devote-map-slider {
        margin: 20px auto 10px;
        width: 100%;
        border-radius: 15px;
        max-width: 1500px;
        height: 15px;
        appearance: none;
        -webkit-appearance: none;
        background: linear-gradient(to right, #404040, #2d5769);
        outline: none;
    }


    /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
    .artist-page-modal-devote-map-slider::-webkit-slider-thumb {
        -webkit-appearance: none; /* Override default look */
        appearance: none;
        border-radius: 50%;
        width: 30px; /* Set a specific slider handle width */
        height: 30px; /* Slider handle height */
        background: #FAEC54; /* Green background */
        cursor: pointer; /* Cursor on hover */
    }

    .artist-page-modal-devote-map-slider::-moz-range-thumb {
        width: 30px; /* Set a specific slider handle width */
        height: 30px; /* Slider handle height */
        background: #FAEC54; /* Green background */
        border-radius: 50%;
        cursor: pointer; /* Cursor on hover */
    }

    .artist-page-modal-devote-map-info-container {
        width: calc(100% - 40px);
        margin-top: -50px;
        padding-left: 15px;

    }

    .artist-page-modal-devote-map-info-header {
        font-weight: bold;
        font-size: 14px;
        margin: 45px 0 20px;
    }

    .artist-page-modal-devote-map-info-distance-row {
        margin: 5px auto 3px;
        width: auto;
        height: 40px;

    }

    .artist-page-modal-devote-map-info-distance-text-km {
        background: #203A43;
        background: -webkit-linear-gradient(to right, #2d5769, #203A43, #152c36); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #2d5769, #203A43, #152c36); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        min-width: 80px;
        width: 80px;
        padding: 0 10px;
        margin: 0;
        text-align: right;
        border-radius: 5px;
        color: #FAEC54;
        font-size: 32px;
        line-height: 116%;
        display: inline-block;
        float: right;
        cursor: default;
    }

    .artist-page-modal-devote-map-info-distance-text-miles {
        background: #203A43;
        background: -webkit-linear-gradient(to right, #2d5769, #203A43, #152c36); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #2d5769, #203A43, #152c36); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        min-width: 80px;
        width: 80px;
        padding: 0 7px;
        margin: 0;
        text-align: right;
        border-radius: 5px;
        color: #FAEC54;
        font-size: 23px;
        line-height: 122%;
        display: inline-block;
        float: right;
        cursor: default;
    }

    .artist-page-devote-map-info-country {
        color: #FAEC54;
        font-weight: bold;
    }

    .artist-page-modal-devote-map-info-country-warning {
        color: orangered;
        font-size: 12px;
    }

    .artist-page-modal-devote-map-info-distance-unit-text-km {
        color: #808080;
        font-size: 21px;
        margin-left: 5px;
        margin-bottom: 2px;
    }

    .artist-page-modal-devote-map-info-distance-unit-text_miles {
        color: #808080;
        font-size: 19px;
        margin-left: 5px;
    }

    .artist-page-modal-devote-map-location-button {
        margin: 0 auto;
        padding: 8px 20px;
        font-weight: bold;
        text-align: center;
        background-color: #202122;
        border-radius: 10px;
        color: #fff;
        font-size: 1.2rem;

    }

    .artist-page-modal-devote-map-location-button:hover {
        color: #FAEC54;
        text-shadow: 0 0 10px #FAEC54;
    }

    .artist-page-modal-devote-poll-row {
        margin: 50px auto;
        max-width: 1500px;
        padding-bottom: 80px;
    }

    .artist-page-modal-devote-poll-info-text {
        color: white;
        font-size: 1rem;
        max-width: 1500px;
        width: calc(100% - 40px);
        padding: 0;
        margin: 0 auto 20px;
        text-align: left;
    }

    .artist-page-modal-devote-poll-col {
        padding: 0 15px;
        margin: 0 auto 60px;
    }

    .artist-page-modal-devote-poll-card {
        background-color: rgba(40, 40, 40, 0.2);
        border: 1px solid #404040;
        border-radius: 6px;
        text-align: left;
        margin: auto;
        width: calc(100% - 74px);
        padding: 50px 60px 60px;
    }

    .artist-page-modal-devote-poll-col-counter-header {
        text-align: center;
        font-size: 12px;
        color: #696969;
    }

    .artist-page-modal-devote-poll-col-header {
        margin: 10px auto 15px;
        font-size: 1.5rem;
        color: #FAEC54;
        font-weight: bold;

    }


    .artist-page-modal-devote-poll-card-question-container {
        width: 100%;
        display: block;
        position: relative;
    }


    .artist-page-modal-devote-poll-card-question-item {
        width: 100%;
        margin: 15px auto 10px;
        padding: 15px 7px;
        display: inline-block;
        text-align: left;
        cursor: pointer;
        font-size: 20px;
        border-radius: 7px;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid transparent;
    }

    .artist-page-modal-devote-poll-card-question-item:hover {
        border: 1px solid #757575;
    }

    .artist-page-modal-devote-poll-card-question-item:hover p {
        color: #fff;
    }

    .artist-page-modal-devote-poll-card-question-item:hover .artist-page-modal-devote-poll-card-radio-button {
        color: #FAEC54;
    }

    .artist-page-modal-devote-poll-card-question-item:hover .artist-page-modal-devote-poll-card-check-button {
        color: #FAEC54;
    }


    .artist-page-modal-devote-poll-card-check-button {
        color: #FAEC54;
        background-color: #262626;
        width: 50px;
        height: 50px;
        margin: 0 15px;
        text-shadow: 0 0 12px #FAEC54;
        border-radius: 10px;
        -moz-box-shadow: 5px 10px 10px #000, -3px -3px 5px #808080;
        -webkit-box-shadow: 10px 10px 10px #000, -3px -3px 5px #808080;
        box-shadow: 5px 5px 10px #0f0f0f,
        -5px -5px 10px #3d3d3d;
    }


    .artist-page-modal-devote-poll-card-radio-button {
        color: #FAEC54;
        border-radius: 50%;
        background-color: #262626;
        width: 50px;
        text-shadow: 0 0 12px #FAEC54;
        height: 50px;
        display: inline-block;
        margin: 0 15px;
        -moz-box-shadow: 5px 5px 10px #0f0f0f, -5px -5px 10px #3d3d3d;
        -webkit-box-shadow: 5px 5px 10px #0f0f0f, -5px -5px 10px #3d3d3d;
        box-shadow: 5px 5px 10px #0f0f0f, -5px -5px 10px #3d3d3d;
    }

    .artist-page-modal-devote-poll-card-active-button {
        -moz-box-shadow: inset 5px 5px 10px #0f0f0f, inset -5px -5px 10px #3d3d3d !important;
        -webkit-box-shadow: inset 5px 5px 10px #0f0f0f, inset -5px -5px 10px #3d3d3d !important;
        box-shadow: inset 5px 5px 10px #0f0f0f, inset -5px -5px 10px #3d3d3d !important;
    }

    .artist-page-modal-devote-poll-card-question-txt {
        color: #ddd;
        display: inline-block;
        word-break: break-word;
        font-size: 0.95rem;
        width: calc(100% - 86px);
        margin: 0;
        vertical-align: middle;

    }

    .artist-page-modal-devote-review-header {
        font-size: 1.4rem;
        color: #faec54;
        font-weight: bold;
        text-align: center;
        margin: 20px auto;
    }


    .artist-page-modal-devote-review-header-img {
        height: 40px;
        width: auto;
        margin: 0 15px 5px 0;
        display: inline-block;
        -webkit-filter: drop-shadow(4px 3px 2px rgba(0, 0, 0, 1));
        filter: drop-shadow(4px 3px 2px rgba(0, 0, 0, 1));
    }

    .artist-page-modal-devote-review-grid-container {
        padding-top: 30px;
        display: grid;
        border: 1px solid #404040;
        width: calc(100% - 40px);
        justify-content: space-between;
        grid-template-columns:minmax(350px, 1fr) minmax(350px, 1fr);
        text-align: center;
        border-radius: 10px;
        margin: 0 auto 40px;
    }

    .artist-page-modal-devote-review-grid-item {
        text-align: center;
        width: 350px;
        margin: auto;
        padding: 15px 0;
        transition: 0.2s;
    }

    .artist-page-modal-devote-review-grid-item-header {
        color: #1e8e8e;
        font-size: 1rem;
        margin: 0 auto;
        text-align: center;
    }

    .artist-page-modal-devote-review-grid-item-text {
        font-size: 1.2rem;
        margin: 0 auto;
        font-weight: bold;
        text-align: center;
    }

    .artist-page-modal-devote-review-grid-item-img {
        height: auto;
        width: 120px;
        margin: 50px auto;
        -webkit-filter: drop-shadow(20px 15px 5px rgba(0, 0, 0, 0.8));
        filter: drop-shadow(20px 15px 5px rgba(0, 0, 0, 0.8));
    }

    .artist-page-modal-devote-review-grid-item-piechart {
        display: block;
        -webkit-filter: drop-shadow(20px 15px 5px rgba(0, 0, 0, 0.8));
        filter: drop-shadow(20px 15px 5px rgba(0, 0, 0, 0.8));
        position: relative;
        width: 120px;
        height: 120px;
        margin: 50px auto;
        border-radius: 50%;
        background-image: conic-gradient(
                #FAEC54 0deg,
                #404040 0deg);


    }

    .artist-page-modal-devote-review-text-container {
        padding: 10px 40px;
        text-align: left;
        max-width: 1000px;
        margin: 50px auto;

    }

    .artist-page-modal-devote-review-text-title {
        color: #808080;
        font-size: 0.9rem;
        font-weight: normal;
    }

    .artist-page-modal-devote-review-text {
        margin: 15px auto;
        font-weight: bold;
        font-size: 1.1rem;
        color: #fff;
        line-height: 108%;
    }


    .artist-page-modal-devote-review-hr {
        margin: 80px auto auto;
        width: 100%;
    }

    .artist-page-modal-devote-review-price-header {
        margin: 10px auto;
        font-size: 24px;
        font-weight: bold;
    }

    .artist-page-modal-devote-review-price-text {
        text-align: right;
        float: right;

    }

    .artist-page-modal-footer-span {

    }

    .artist-page-modal-devote-button-back {
        background-color: #262626;
        color: #aaa;
        border: 1px solid #484848;
        border-radius: 5px;
        text-align: center;
        font-weight: bold;
        min-width: 160px;
        font-size: 1rem;
    }

    .artist-page-modal-devote-footer-svg {
        height: 40px;
        width: 40px;
    }

    .artist-page-modal-devote-button-next {
        background-color: #262626;
        color: #faec54;
        border-radius: 5px;
        text-align: center;
        border: 1px solid #fff;
        font-weight: bold;
        min-width: 160px;
        font-size: 1rem;


    }

    /*todo testing remove or adjust*/
    #geocoder {
        z-index: 1;
        margin: 20px;
    }

    .mapboxgl-ctrl-geocoder {
        min-width: 100%;
    }

}

.artist-page-main-about-grid-img:hover {
    transform: translate(0, -8px);
    -moz-box-shadow: 10px 10px 5px #0c0c0c;
    -webkit-box-shadow: 10px 5px 10px #0c0c0c;
    box-shadow: 10px 10px 5px #0c0c0c;
}


.artist-page-modal-devote-payment-tiers-container {
    margin: 10px auto;
    width: 100%;
    padding: 20px 10px;
}

@media only screen and (min-width: 1200px) {
    .artist-page-modal-devote-payment-tiers-container {
        width: calc(100% - 40px);

    }
}

.artist-page-modal-devote-review-header-hint {
    font-size: 0.8rem;
    color: #1e8e8e;
    text-align: center;
    width: 100%;
}

.artist-page-modal-devote-payment-tiers-cards-row {

}

.artist-page-modal-devote-payment-tiers-btn-card {
    border-radius: 6px;
    margin: 10px auto;
    padding: 20px 12px;
    background: #757575;
    background: linear-gradient(160deg, #404040, #363636, #313131, #212121);
    font-size: 1.1rem;
    transition: 200ms;

}

.artist-page-modal-devote-payment-tiers-btn-card.active-tier {
    font-size: 1.4rem !important;
    font-weight: bold !important;
    border: 1px solid #fff !important;
    margin: 5px auto !important;
}

@media only screen and (max-width: 767px) {
    .artist-page-modal-devote-payment-tiers-btn-card {
        font-size: 0.8rem;
        padding: 10px 12px;
        max-width: 400px;
    }

    .artist-page-modal-devote-payment-tiers-btn-card.active-tier {
        font-size: 1.3rem !important;
    }
}

.artist-page-modal-devote-payment-tiers-btn-card-header {
    text-align: center;
}

.artist-page-modal-devote-payment-tiers-card {
    border-radius: 6px;
    border: 1px solid #fff;
    margin: 10px auto;
    -webkit-transition: none !important;
    transition: none !important;
    padding: 20px 12px;
    background: #757575;
    background: linear-gradient(160deg, #262626, #212121, #161616);
}

.artist-page-modal-devote-payment-tiers-card-header {
    font-size: 1.2rem;
    text-align: left;
    font-weight: bold;
    margin: 0 0 15px;
    color: #fff;
}


.artist-page-modal-devote-payment-tiers-card-txt {
    font-size: 0.85rem;
    color: #ddd;
    margin: 0 0 20px;

}

.artist-page-modal-devote-payment-tiers-card-txt a {
    color: #fea90c;
    text-shadow: 3px 3px 3px #111;
}


.artist-page-modal-devote-payment-tiers-card-includes-txt {
    margin: 0 0 5px;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
    font-weight: normal;

}

.artist-page-modal-devote-payment-tiers-card-includes-txt span {
    color: forestgreen;
    transition: 0.5s;
    margin-left: 10px;
    font-size: 1.3rem;
}

.artist-page-modal-devote-payment-tiers-card-rewards-container {
    width: 100%;
    outline: 1px solid #404040;
    border-radius: 6px;
    border-left: #faec54 solid 20px;
    margin: 25px 0 10px;
    cursor: pointer;
    box-shadow: 3px 2px 3px #1c1c1c;
}

.artist-page-modal-devote-payment-tiers-card-rewards-inner-top-container {
    width: 100%;
    border-bottom: 1px solid #404040;
    background-color: #404040;
    padding: 0 7px 0;
    line-height: 1.5;
    font-size: 0.8rem;
    color: #1e8e8e;
    border-radius: 0 0 0 6px;
}

.artist-page-modal-devote-payment-tiers-card-rewards-inner-bottom-container {
    width: 100%;
    padding: 5px 7px;
    font-size: 1.3rem;

}

@media only screen and (max-width: 767px) {
    .artist-page-modal-devote-payment-tiers-card-rewards-inner-bottom-container {
        font-size: 1rem;
    }
}

.artist-page-modal-devote-payment-tiers-card-rewards-inner-header {
    color: #faec54
}

.artist-page-modal-devote-payment-tiers-card-rewards-inner-header span {
    display: inline-block;
    width: calc(100% - 25px);
}

.artist-page-modal-devote-payment-tiers-card-rewards-inner-header i {
    color: white;

}

.artist-page-modal-devote-payment-tiers-card-rewards-btn {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border: 0 solid transparent;
}

.artist-page-modal-devote-payment-tiers-card-rewards-btn:focus {
    border: 0 solid transparent;
    outline: none;
}

.artist-page-modal-devote-payment-tiers-card-rewards-btn::-moz-focus-inner {
    border: 0 solid transparent;
    outline: none;
}

.artist-page-modal-devote-payment-tiers-card-rewards-btn:hover {
    border: 0 solid transparent;
    outline: none;
}

.artist-page-modal-devote-payment-tiers-card-rewards-btn i {
    color: #faec54;
    margin-left: 4px;
}

.artist-page-modal-devote-payment-tiers-card-rewards-txt {

    color: #fff;
    font-size: 0.8rem;
    margin: 0;
    border-radius: 6px;
    padding: 6px 8px;
    border: 1px solid #404040;
    background-color: rgba(10, 10, 10, 0.3);
    box-shadow: 3px 2px 3px #404040;
}

.artist-page-modal-devote-payment-tiers-card-pay-sum-container {
    text-align: left;
    margin: 50px 0 0;
    padding: 0;
    border: 1px solid #757575;
    border-radius: 6px;
    background-color: #363636;
}

.artist-page-modal-devote-payment-tiers-card-pay-sum-header {
    font-size: 1rem;
    color: #fff;
    padding: 6px;
    border-bottom: 1px solid #757575;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .artist-page-modal-devote-payment-tiers-card-pay-sum-header {
        font-size: 0.8rem;
    }
}


.artist-page-modal-devote-payment-tiers-card-pay-sum-label {
    color: #1e8e8e;
    padding: 6px 0 0;
    font-size: 0.85rem;
}

.artist-page-modal-devote-payment-tiers-card-pay-sum-input {
    color: #faec54;
    width: 100px;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: right;
    background-color: #484848;
    border-radius: 5px;
    padding: 2px 25px 0 4px;
}

.artist-page-modal-devote-payment-tiers-card-pay-sum-input::placeholder {
    text-align: center;
}

.artist-page-modal-devote-payment-tiers-card-pay-sum-currency-span {
    color: #fff;
    position: relative;
    right: 25px;
    font-size: 1.2rem;
}

.artist-page-modal-devote-payment-tiers-card-pay-sum-warning-txt {
    width: 100%;
    margin: 10px 0 30px;
    color: orangered;
    opacity: 0;
    display: none;
    font-size: 0.9rem;
    transition: 0.3s;
    padding: 6px 10px;
    text-align: center;
    border-radius: 6px;
    background-color: #313131
}

.btn-loading-icon {
    animation: fl-animation-element-spin-360 infinite 3s linear;
}


@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

}

.artist-page-modal-devote-body {
    height: calc(100vh - 140px);
    background: #fa2d1b; /* fallback for old browsers */
    z-index: 1;
    background: -webkit-linear-gradient(to right, #1c1c1c, #282828, #212324, #1c1c1c); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(142deg, #212121, #1c1c1c, #000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-position: center;
    background-size: cover;
    padding: 0 0 20px !important;
    overflow-x: hidden;
    overflow-y: auto;
}


.artist-page-modal-devote-header {
    width: 100%;
    padding: 20px 0 0;
    display: flex;
    align-items: center;
    text-align: center;
}


.artist-page-modal-devote-button-back:hover {
    color: #ddd;
    background-color: #212121;
}


.artist-page-modal-devote-button-next:hover {
    color: #faec54;
    border: #faec54 solid 1px;
    background-color: #212121;
}

.artist-page-modal-devote-button-next span {
    color: #fff;
}


.artist-page-modal-confirm-stop-fan-dialog {
    margin-top: 35vh;
}

.artist-page-modal-confirm-stop-fan-content {
    background-color: #404040;
    border: #FAEC54 1px solid;
}

.artist-page-modal-confirm-stop-fan-title {
    font-weight: bold;
    color: #FAEC54;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
}

.artist-page-modal-confirm-stop-fan-text {
    color: white;
    width: 85%;
    margin: auto;
    text-align: center;
    font-size: 15px;
}

.artist-page-modal-confirm-stop-fan-footer {
    justify-content: center !important;
}

.artist-page-modal-confirm-stop-fan-cancel-btn {
    background-color: #1c1c1c;
    color: orangered;
    border: 1px solid #808080;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    margin-right: 20px !important;
    padding: 10px 15px;
    transition: 0.2s;
    font-weight: bold;
}

.artist-page-modal-confirm-stop-fan-cancel-btn:hover {
    -moz-box-shadow: 0 0 3px orangered;
    -webkit-box-shadow: 0 0 3px orangered;
    box-shadow: 0 0 3px orangered;
    color: orangered;
    border: 1px solid orangered;
}

.artist-page-modal-confirm-stop-fan-confirm-btn {
    background-color: #1c1c1c;
    color: #808080;
    border: 1px solid #808080;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    font-weight: bold;
    padding: 10px 15px;
    transition: 0.5s;
}

.artist-page-modal-confirm-stop-fan-confirm-btn:hover {
    color: white;
    border: 1px solid white;
    -moz-box-shadow: 0 0 3px white;
    -webkit-box-shadow: 0 0 3px white;
    box-shadow: 0 0 3px white;
}


@keyframes pulseFrameChild1 {
    0% {
        transform: translateX(-100%);
        opacity: 1;
    }
    30% {
        transform: translateX(100%);
        opacity: 1;
    }
    31% {
        opacity: 0;
    }
    100% {
        opacity: 0;

    }
}

@keyframes pulseFrameChild2 {
    0% {
        opacity: 0;
    }
    14% {
        opacity: 0;
    }

    15% {
        transform: translateY(-100%);
        opacity: 1;
    }
    45% {
        transform: translateY(100%);
        opacity: 1;
    }
    46% {
        opacity: 0;
    }
    100% {
        opacity: 0;

    }
}

@keyframes pulseFrameChild3 {
    0% {
        transform: translateX(100%);
        opacity: 1;
    }
    30% {
        transform: translateX(-100%);
        opacity: 1;
    }
    31% {
        opacity: 0;
    }
    100% {
        opacity: 0;

    }
}

@keyframes pulseFrameChild4 {
    0% {
        opacity: 0;
    }
    4% {
        opacity: 0;
    }
    5% {
        transform: translateY(100%);
        opacity: 1;
    }
    35% {
        transform: translateY(-100%);
        opacity: 1;
    }

    36% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes textAnimation {
    90% {
        opacity: 1;
    }
    0% {
        opacity: 1;
    }
    10% {
        opacity: 0;
        display: none;
    }
    40% {
        opacity: 0;
        display: block;

    }
    50% {
        opacity: 1;
        display: block;

    }
    100% {
    }
}

@keyframes moveLocationIcon {
    0% {
        left: 25%;
        display: none;
        opacity: 0;

    }
    11% {
        display: block;
        opacity: 0;
        left: 25%;
    }
    13% {
        opacity: 1;
    }
    25% {

        left: 50%;
    }
    37% {
        opacity: 1;
    }
    39% {
        opacity: 0;

        display: none;
        left: 50%;

    }
    100% {
        left: 25%;
        opacity: 0;
    }
}

@keyframes moveTicketIcon {
    0% {
        left: 75%;
        display: none;
        opacity: 0;

    }
    11% {
        display: block;
        opacity: 0;
        left: 75%;
    }
    13% {
        opacity: 1;
    }
    25% {

        left: 50%;
    }
    37% {
        opacity: 1;
    }
    39% {
        opacity: 0;

        display: none;
        left: 50%;

    }
    100% {
        left: 75%;
        opacity: 0;
    }
}


/*hhh------------------------------------------------------ FL MANAGER -----------------------------------------------*/


.menu-card-FL-settings {
    background-color: #404040 !important;
    margin: 1%;
    width: 98% !important;
    color: white;
    fill: white;
    font-size: 0.9rem;

}

.menu-card-FL-settings:hover {
    color: #FAEC54 !important;
    fill: #FAEC54;

}

.menu-card-collapse-span {
    font-size: 0.9rem;
}

/*.fl-menu-card-svg{*/
/*    fill: #ffffff*/
/*}*/
/*.menu-card-FL-settings:hover.fl-menu-card-svg{*/
/*    fill: #FAEC54!important;*/
/*}*/

/*hhh---------------- DEVOTE PROCESS START ------------------*/
@media only screen and (max-width: 768px) {
    .devote-process-start-main-div {
        width: 100%;
        background-color: #1c1c1c;
        color: white;
        background-size: cover;
        background-position: center;

        padding: 5vh 0;
        border-radius: 3px;
    }


    .devote-process-start-main-header {
        margin-top: 1vh;
        text-align: center;
        font-size: calc(4.8vw + 16px);
        text-shadow: 2px 2px #1c1c1c;
    }

    .devote-process-start-sub-div {
        width: 100%;
        background-color: #1c1c1c;
        padding: 10px;
        color: white;

    }

    .devote-process-start-main-container-div {
        width: 80%;
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0.5);
        margin: auto;

        padding: 5px;
    }

    .devote-process-start-main-p {
        text-align: center;
        font-size: calc(0.6vw + 10px);
        text-shadow: 2px 2px #1c1c1c;
    }
}

@media only screen and (min-width: 768px) {
    .devote-process-start-main-div {
        width: 96%;
        margin: auto;
        background-color: #1c1c1c;
        color: white;
        background-size: cover;
        background-position: center;
        padding: 5vh 0;
        border-radius: 3px;

    }

    .devote-process-start-main-header {
        margin-top: 4vh;
        text-align: center;
        font-size: calc(4.8vw + 20px);
        text-shadow: 2px 2px #1c1c1c;
    }

    .devote-process-start-sub-div {
        width: 100%;
        background-color: #1c1c1c;
        padding: 10px;
        color: white;

    }

    .devote-process-start-main-container-div {
        width: 70%;
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0.5);
        margin: auto;
        min-height: 200px;
        padding: 10px;
    }

    .devote-process-start-main-p {
        text-align: center;
        font-size: calc(0.6vw + 10px);
        text-shadow: 2px 2px #1c1c1c;
    }
}


/*hhh---------------- INFO ------------------*/


.devote_process_info_carousel_div_input_grid_container_end_date {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto 70% 45px;
    height: 100%;
}


/*big screen*/
@media only screen and (min-width: 768px) {
    .devote_process_info_carousel_div_input_grid_container_poster {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: calc(50px + 24vw) 45px;
        height: 100%;
    }

    .devote_process_info_carousel_div_input_grid_item3_poster {
        grid-column: 1 / span 2;
        grid-row: 2;
    }
}

/*small screen*/
@media only screen and (max-width: 768px) {
    .devote_process_info_carousel_div_input_grid_container_poster {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: 80px  auto 45px;
        height: 100%;
    }

    .devote_process_info_carousel_div_input_grid_item3_poster {
        grid-row: 3;
        padding-top: calc(5px + 0.01vw);
    }
}


.devote_process_info_carousel_div_input_grid_element {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .devote_process_info_carousel_div_input_grid_row1_poster {
        text-align: center;
    }
}


.devote_process_poster_delete_button {
    background-color: #404040;
    color: #6b6b6b;
    border-color: #6b6b6b;
    margin: auto;
    font-size: calc(1.2vw + 4px);
}

.devote_process_poster_delete_button:hover {
    background-color: #6b6b6b;
    color: #404040;
    border-color: #6b6b6b;
}


.devote_process_info_carousel_div_input_poster {
    width: 100%;
    font-size: 20px;
    background-color: #404040 !important;
    border-radius: 5px;
    border: solid transparent;
    color: #ff6a00;
}

.fl-input-saved-container {
    position: absolute;
    top: 50vh;
    left: 50%;
    padding: 15px 0 0;
    pointer-events: none;
    background-color: #404040;
    border-radius: 7px;
    border: 1px solid #FAEC54;
    width: 280px;
    height: 160px;
    z-index: 100;
    display: none;
    text-align: center;
}

.fl-input-saved-icon-container {
    background-color: #FAEC54;
    box-shadow: 3px 3px 8px black;
    border-radius: 50%;
    width: 73px;
    height: 74px;
    margin: 0 auto 15px;
}

.fl-input-saved-icon {
    font-size: 73px;
    color: #484848;
}

.fl-input-saved-text-container {
    background-color: #FAEC54;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 2px solid #FAEC54;
    padding: 5px 8px 0;
    bottom: 0;
    width: 100%;
    text-align: left;
    position: absolute;
}

.fl-input-saved-text-header {
    color: #404040;
    font-size: 0.8rem;

}

.fl-input-saved-text-message {
    font-size: 1rem;
    color: #1c1c1c;
    font-weight: bold;
}

.devote_process_saved_icon_div_animation {
    animation: fadeInAndOut 4s linear forwards;
    display: block;
    -moz-animation: fadeInAndOut 4s;
    -webkit-animation: fadeInAndOut 4s;
    -o-animation: fadeInAndOut 4s;

}


.fl-input-saved-icon-container.hide_opacaity {
    opacity: 0;
}

/*hhh---------------- MAP AND AREA INFO ------------------*/


.mark_all_subunits_button_icon {
    font-size: calc(1vw + 8px);
    padding-top: 1.2vw;
}


/*hhh---------------- CONTINENT GRID CLASSES ------------------*/


.area_picker_div_continent {

    color: #FAEC54;
    background-color: #1c1c1c;
    font-size: calc(0.3vw + 10px) !important;
    border-radius: 5px;

}


/*hhh---------------- UNIT GRID CLASSES ------------------*/


@media only screen and (max-width: 399px) {
    .devote_process_edit_area_picker_carousel_div_subunit {
        height: 600px;
    }
}


@media only screen and (min-width: 400px) and (max-width: 439px) {
    .devote_process_edit_area_picker_carousel_div_subunit {
        height: 300px;
    }
}

@media only screen and  (min-width: 540px) and (max-width: 767px) {
    .devote_process_edit_area_picker_carousel_div_subunit {
        height: 300px;
    }
}

@media only screen and  (min-width: 768px) and (max-width: 929px) {
    .devote_process_edit_area_picker_carousel_div_subunit {
        height: 600px;
    }
}

@media only screen and (min-width: 930px) {
    .devote_process_edit_area_picker_carousel_div_subunit {
        height: 600px;
    }
}

/*hhh---------------- SUBUNIT GRID CLASSES ------------------*/


.map-notes-modal-footer {
    position: absolute;
    margin: auto;
    padding: 6px;
    right: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
    z-index: 1000;
}

.map-notes-modal-footer-close-button {
    background-color: #404040;
    color: #fff;
    border-radius: 0;
    font-size: 0.8rem;
    float: right;

}

.map-notes-modal-footer-close-button:hover {
    background-color: #313131;
    color: orangered;

}

.devote-process-preview-modal-footer-print-button {
    background-color: #FAEC54;
    color: #1c1c1c;

    border-radius: 0;
    font-size: calc(0.4vw + 6px);
    float: right;
}

.devote-process-preview-modal-footer-print-button:hover {
    background-color: darkgoldenrod;
    color: #161616;
}

.devote-process-preview-div {
    width: 90%;
    margin: 10px auto 50px;
    overflow-y: scroll;
    background-color: #1c1c1c;
    color: white;
    padding: 20px;
    font-size: calc(0.4vw + 8px);
}

.devote_process_preview_poster_div {
    width: 100%;
    padding: 20px;
}


@media only screen and (max-width: 768px) {
    .devote_process_preview_poster_img {

        display: block;
        width: 60%;
        height: auto;
        margin: auto;
        border: #FAEC54 solid 1px;
        border-radius: 5px;
    }

}

@media only screen and (min-width: 768px) {
    .devote_process_preview_poster_img {
        height: 75vh;
        display: block;
        width: auto;
        margin: auto;
        border: #FAEC54 solid 1px;
        border-radius: 5px;
    }

}

.area-info-box-notes-div {
    background-color: #262626;
    border: #323232 solid 1px;
    border-radius: 1px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .1);
    margin: 5px auto;
    padding: 0;
    max-height: 100px;

}

.area-info-box-notes-div-s {
    background-color: #262626;
    border: #323232 solid 1px;
    border-radius: 1px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .1);
    margin: 10px auto;
    padding: 0 5px;
    width: 95%;
    max-height: 80px;

}

#area-info-box-notes-picked-unit-population {
    font-weight: bold;
}

.area-info-box-notes-header {
    color: #404040;
    font-weight: bolder;
    width: 100%;
    text-align: center;
    margin: 0;
}

.area-info-box-notes-header-s {
    color: #FAEC54;
    font-weight: bolder;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: calc(0.2vw + 8px);
}


.area-info-box-notes-preview-text {
    height: calc(0.2vw + 30px);
    color: white;
    font-size: 13px;
    padding: 5px;
    overflow: hidden;

}

.area-info-box-notes-preview-text-s {
    height: calc(0.2vw + 30px);
    color: white;
    padding: 5px;
    overflow: hidden;
    font-size: calc(0.2vw + 8px);
}


.area-info-box-notes-div-footer {
    flex: 0 0 90%;
    padding: 5px;
    color: white;
    position: absolute;
    bottom: 0;
    width: 95%;
    margin: auto;
    font-size: calc(0.4vw + 6px);
}

.area-info-box-notes-div-footer-s {

    padding: 5px;
    color: white;
    width: 95%;
    margin: 0 auto;
    font-size: calc(0.4vw + 6px);
}

.area-info-box-notes-footer-header {
    font-size: calc(0.4vw + 7px);
    font-weight: bold;
    margin: 0;
    padding: 0;

}


.area-info-box-notes-button {
    background-color: #404040;
    color: #fff;
    margin: 0 auto;
    border-radius: 3px 3px;
    font-size: calc(0.4vw + 6px);
    width: 100%;

}

.area-info-box-notes-button:hover {
    background-color: #313131;
    color: #FAEC54;
    margin: 0 auto;
    font-size: calc(0.4vw + 6px);
    width: 100%;

}

.area-info-box-overview-button {
    background-color: #686868;
    border-radius: 3px;
    float: right;
    margin-bottom: 5px;
    transition: 200ms;
}

.area-info-box-overview-button:hover {
    background-color: #404040;
    color: #FAEC54;

}

.area-info-box-overview-button-s {
    background-color: #686868;
    border-radius: 3px;
    float: right;
    padding: 5px 10px;
    transition: 200ms;
    font-size: calc(0.6vw + 10px);
}

.area-info-box-overview-button-s:hover {
    background-color: #404040;
    color: #FAEC54;

}

.area-info-modal-textarea {
    width: 96%;
    margin: 10px auto 2px;
    height: 80%;
    background-color: #1c1c1c;
    color: white;
}

.area-info-modal-textarea::placeholder {
    color: grey;
}

.area-info-modal-max-text {
    color: #1c1c1c;
    margin: 0 auto 60px;
    width: 96%;
    text-align: right;
    font-size: calc(0.4vw + 10px);

}

.area-info-modal-table-row {
    border: 1px solid #404040;
    word-break: break-word
}


/*hhh---------------- QUESTIONS ------------------*/

.image_container {
    position: absolute;
    display: contents;
}

.no_feel_notification {
    visibility: visible;
    position: absolute;
    right: 30%;
    top: 85%;
    width: 50%;
    color: #FAEC54;
    border-style: solid;
    border-width: 5px;
    border-radius: 5px;
    font-size: 10px;
    line-height: 18px;
    padding: 10px;
    background: #302e32;
    text-align: center;
}

.no_feel_notification ::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #FAEC54 transparent transparent transparent;
}

.friend_feel_container {
    display: none;

}

.all_feel_container {
    display: block;

}


.table-wrapper-scroll-y {
    display: block;
}


/* Modal - Feel function */


.devote-process-edit-release-button {
    font-weight: bold;
    margin-top: 10px;
    background-color: #FAEC54;
    color: #404040;
    box-shadow: 1px 1px 1px #1c1c1c;
    float: right;
    padding: 4px 20px;
    font-size: calc(0.7vw + 7px);
}

.devote-process-edit-confirm-release-div {
    width: 96%;

    margin: 20px auto;
    padding: 10px 3px;
    background-color: #1c1c1c;
    color: white;
    text-align: center;
    font-size: calc(0.7vw + 7px);
}

.devote-process-edit-confirm-release-header {
    font-size: calc(0.8vw + 10px);
    font-weight: bold;
}

.devote-process-edit-confirm-release-invalid-input-div {
    width: 96%;
    margin: auto;
    width: 100%;
    height: auto;
    display: block;
    border: #FAEC54 solid 1px;
    border-radius: 5px;
    position: relative;
}


.feel_container_parent {
    margin: 10px 0 0;
    position: relative;
    top: 0;
    left: 0;

}

.friend-button {
    text-align: center;
}

.devote-process-edit-confirm-release-invalid-input-p {
    color: orangered;
    font-size: calc(0.6vw + 8px);
    width: 100%;
    margin: 3px;
    text-align: center;
}

.devote-process-edit-confirm-release-hint-input-div {
    width: 96%;
    margin: auto;
    color: #FAEC54;
    font-size: calc(0.7vw + 7px);
    text-align: center;
}

.devote-process-edit-confirm-release-hint-input-p {
    color: #FAEC54;
    font-size: calc(0.6vw + 8px);
    width: 100%;
    margin: 3px;
    text-align: center;
}

.devote-process-edit-confirm-cancel-button {
    font-weight: normal;
    margin-top: 10px;
    background-color: #484848;
    color: orange;
    box-shadow: 1px 1px 1px #1c1c1c;
    padding: 4px 5px;
    font-size: calc(0.7vw + 10px);
    border: solid 1px orange;
}

.devote-process-edit-confirm-cancel-button:hover {

    background-color: #363636;
    color: orangered;
    border: solid 1px orangered;

}

.devote-process-edit-confirm-release-button {
    font-weight: bold;
    margin-top: 10px;
    background-color: #FAEC54;
    color: #404040;
    box-shadow: 1px 1px 1px #1c1c1c;
    padding: 4px 5px;
    font-size: calc(0.7vw + 10px);
}

.devote-process-edit-confirm-release-button-disabled {
    font-weight: bold;
    margin-top: 10px;
    background-color: #404040;
    color: #1c1c1c;
    box-shadow: 1px 1px 1px #1c1c1c;
    padding: 4px 5px;
    font-size: calc(0.7vw + 10px);
}

.devote-process-edit-confirm-release-button:hover {

    background-color: #FFD800;
    color: #404040;

}


/*hhh---------------- FL Manager END------------------*/


.fl-icon-pulse {


}

.fl-icon-pulse:hover {

    fill: #FAEC54;
}

.column-center {
    display: inline-block;
    width: 33.333%;
}

.box_shadow {
    box-shadow: 0px 8px 16px 0px #262626;
}


.std_feelloud_design_button {
    background-color: #404040;
    border: 2px solid transparent;
    padding: 4px 22px;
    color: white;
    border-radius: 5px;
    text-align: center;
    font-size: 1rem
}

.std_feelloud_design_button:hover {
    background-color: #404040;
    border: 2px solid #FAEC54;
    color: #FAEC54;
    border-radius: 5px;
}


.nav_avatar {
    border-radius: 3px;
    height: 48px;
    width: 27px;
    cursor: pointer;
}

.nav_avatar:hover {
    border: 1px #1c1c1c solid;
}


/*form for uploading a post in fl-manager general*/
#id_add_image {
    width: 50%;
    margin-top: 10px;
}

/*form for uploading a post in fl-manager general*/
#id_post_image {
    width: 50%;
    margin-top: 10px;
}

/*form for uploading a banner in fl-manager general*/
#id_banner_image {
    width: 50%;
    margin-top: 10px;
}

.splash-country-list {
    display: block;
    color: #cccccc;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid transparent;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: hsla(40, 50%, 5%, 0.8);
}

.splash-country-list:focus {
    background-color: hsla(50, 50%, 5%, 1.0) !important;
    border-color: #FAEC54 !important;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    outline: none;
}

.yellow-border textarea {
    border: 1px solid #FAEC54;
}

.yellow-border .form-control:focus {
    border: 1px solid #FAEC54;
    box-shadow: 0 0 0 0.2rem rgba(250, 236, 84, .25);
}

/* Style for the image Used to Trigger the Modal for enlarge */
#avatar_img_field {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#avatar_img_field:hover {
    opacity: 0.7;
}

#banner_img_field {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#banner_img_field:hover {
    opacity: 0.7;
}

.image_container {
    position: absolute;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*hhh------------------------------------- General -------------------------------------------------*/
/*hhh------------------------------------- Post -------------------------------------------------*/


.friend-button {
    text-align: center;
    text-decoration: none;
    border: 1px solid #FAEC54;
    background-color: #404040;
    color: white;
    margin: 2px;
}

.friend-button:hover {
    text-align: center;
    margin: 0;
    margin-left: 2px;
    text-decoration: none;
    border: 3px solid white;
    background-color: #484848;
    color: #FAEC54;
}


/* The image enlarge Modal (background) */
.pic_enlage_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* image enlarge Modal Content (Image) */
.pic_enlage_modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.image_enlarged_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100vh; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

.image_for_enlarged_modal {
    margin: auto;
    display: block;
    height: 95%;

}

/* Caption of image enlarge Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the image enlarge Modal */
/*todo i removed the model-content class here. Why call both and change a global css class? Need to check what it does*/
#caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

/* image enlarge modal zoom */
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

/* The Close Button for image enlarge */
.close {
    position: fixed;
    top: 90px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #dcdcdc;
    text-decoration: none;
    cursor: pointer;
}

.small-box-300x200 {
    border-radius: 8px;
    height: 10vw;
    width: auto;
    margin-left: 5px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.navbar-user-menu-header-container {
    background-color: #FAEC54;
    height: 93px;
    padding-top: 5px;
    margin-bottom: 5px;
}

.navbar-user-menu-username-header {
    color: #1c1c1c;
    font-size: 1.1rem;
    font-weight: bold;
    padding-top: 2%;
    word-break: break-word;
}

.navbar-artist-menu-artistname-container {
    background-color: #FAEC54;
    padding: 5px 10px;
    height: available
}


.navbar-artist-menu-header {
    color: #282828;
    font-size: 0.8rem;
    margin: 0;
    font-weight: bold;
    text-align: center;
}

.navbar-artist-menu-img {
    border-radius: 4px;
    height: auto;
    width: 58px;
    margin: 1px 7px 0;

}

.navbar-artist-menu-artist-name-header {
    color: #FAEC54;
    margin: 0 auto 10px 11px;
    font-weight: normal;
    font-size: 1rem;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 11px);
    white-space: nowrap;
}

.navbar-artist-menu-links {
    cursor: pointer;
    margin: 0 5% 10px;
    border: 1px solid #484848;
    background-color: #262626;
    border-radius: 4px;
    text-align: center;
    display: block;
    padding: 3px 0 3px;
    font-size: 0.9rem;
    color: #ddd;
    font-weight: bold;
}

.navbar-artist-menu-links-btn {
    cursor: pointer;
    margin: 0 0 10px;
    border: 1px solid #484848;
    background-color: #262626;
    border-radius: 4px;
    text-align: center;
    padding: 5px 15px;
    width: 100%;
    font-size: 1rem;
    color: #ddd;
    font-weight: bold;
}

.navbar-artist-menu-links-btn:hover {
    color: #faec54;
    border: 1px solid #1ca4a4;
}


.navbar-artist-menu-links:hover {
    color: #FAEC54;
    border: 1px solid #1e8e8e;
    background-color: #212121;
}

.navbar-artist-menu-links i {
    color: #1e8e8e;
    margin-right: 4px;
}

.navbar-artist-menu-hr {
    margin: 15px;
}

.nav_avatar_small {
    height: 48px;
    width: auto;
    border-radius: 5px;
    margin: 0 5px;
}

.nav_avatar_big {
    border-radius: 5px;
    outline: 1px solid #757575;
    height: 82px;
    width: auto;
    margin: 0 5px;
}

.dropdown-menu-main {
    background-color: transparent;
    border-color: transparent;
    width: 310px;
    height: 100vh;
    overflow: scroll;
    padding: 0.5rem 0 60px;
    left: -272px;
}

@media only screen and (max-width: 767px) {
    .dropdown-menu-main {
        width: 96vw;
        right: -2vw;
        overflow: scroll;
        padding: 0.5rem 0 60px;
        height: 100vh;
        left: auto;
    }
}

.dropdown_content {
    position: absolute;
    margin-top: 4px;
    right: 10px;
    border-radius: 4px;
    min-width: 250px;
    overflow: auto;
    z-index: 1;
}

.dropdown_box {
    border-radius: 4px;
    background-color: #262626;
    border: 1px solid #FAEC54;


}

.dropdown_box_text {
    color: #dddddd !important;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 0.75rem 1.7rem;


}

@media only screen and (max-width: 767px) {
    .dropdown_box_text {
        font-size: 0.85rem;
    }
}

.dropdown_box_text:hover {
    background-color: #1c1c1c !important;
    color: #FAEC54 !important;
}

.dropdown_box_text i {
    color: #1e8e8e;
    margin-right: 4px;
}

.dropdown_event_box_icon {
    text-align: center;
    color: white;
    margin: 15px;
    padding: 0;
    vertical-align: middle;
    display: table-cell;

}

.dropdown_event_box_icon:not([href]):not([tabindex]) {
    color: white !important;
}

.dropdown_event_box_icon:not([href]):not([tabindex]):hover {
    color: #FAEC54 !important;
}


.hover-icon {
    text-decoration: none !important;
    text-align: center;
    display: inline-flex;
    margin: 0 5px;
    border-radius: 5px;
    color: white;
    background-color: #282828;
    padding: 10px 20px
}

.hover-icon:not([href]):not([tabindex]) {
    color: white !important;
}

.hover-icon:not([href]):not([tabindex]):hover {
    color: #FAEC54 !important;
}

.hover-icon:hover {
    background-color: #1c1c1c;
    color: #FAEC54;

}

.event-dropdown-btn {
    cursor: pointer;
}

.dropdown-div-icon {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .dropdown-div-icon {
        display: inline-flex;;
    }
}

.dropdown-div-icon:hover {
    background-color: #1c1c1c;

}

.dropdown_event_box_icon:hover {

    color: yellow;
}

.event-counter {
    padding: 2px;
    font-size: x-small;
    display: table-cell;
    position: absolute;
    vertical-align: middle;
    height: 1.2rem;
    width: 1.2rem;
    background-color: #1c1c1c;
    color: #FAEC54;
    border-radius: 50%;
    text-align: center
}

.event-counter-container-people {
    left: 50%;
    top: 50%;
    position: absolute;

}

.event-counter-container-concert {
    left: 50%;
    top: 40%;
    position: absolute;
    display: table
}

.event-counter-container-messages {
    left: 50%;
    top: 40%;
    position: absolute;
    display: table
}


.grid-container {
    margin: auto;
}


.username_friend_list_right {
    word-break: break-word;
    color: #FAEC54;
    text-align: right;
    font-size: calc(0.8vw + 5px);
    margin: 0;
}

.fullname_friend_list_right {
    word-break: break-word;
    text-align: right;
    font-size: calc(0.6vw + 4px);
    margin: 0;
}

.left {
    float: left;
    border-radius: 5px;
    width: 75%;
    overflow: hidden;
}

.dropdown_content_fl_manager {
    height: max-content;
    overflow: auto;
}

.dropdown_content_fl_manager a {
    color: gray !important;
    padding: 0px 16px !important;
    text-decoration: none;

}

.dropdown_content_fl_manager a:hover {
    background-color: #262626 !important;
    color: #FAEC54 !important;
}


.profile_navbar {
    height: 95px;
    width: 68%;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;

}

.grid_cell {
    float: left;
    overflow: hidden;
    width: 550px;
    height: 100%;
}

.profile_navbar ul {
    list-style-type: none;
    height: 100%;
    margin: 0;
    padding: 0;
}

.profile_navbar li {
    float: left;
    min-height: 100%;
}

.profile_navbar li:hover {
    cursor: pointer;
}

.profile_navbar a {
    display: block;
    text-align: center;
    padding: 8px 12px;
    text-decoration: none;
    color: white;
}

.profile_navbar a:hover {
    color: white;
}

.box-std-no-size {
    margin-top: 10px;
    padding: 10px;
    color: white;
    background-color: #404040;
    border: 1px solid #FAEC54;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.module_container_loginbox {
    margin-top: 10px;
    padding: 10px;
    color: white;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.profile_card {
    width: auto;
    height: 500px;
    margin-left: 5%;
    margin-right: 25px;
    color: white;
    border-radius: 2px;
    margin-top: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.profile_card_artist_name_header {
    font-size: calc(0.30rem + 1.1vw);
    color: #FAEC54;
    padding-top: 0px;
    margin-bottom: 0px !important;
}


.profile_card_avatar {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.tours_card {
    width: 300px;
    margin: 10px auto 1% 25px;
    color: white;
    background-color: #404040;
    border: 1px solid #FAEC54;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.txt-center {
    text-align: center;
}

.menu_button {
    width: auto;
    display: block;
    padding: 0;
    margin-right: 3%;
    margin-left: 3%;
    margin-top: 1%;
}

/*hhh AUTH NAVBAR END*/
/*hhh LOGIN MODAL -*/
.fl-modal-login-content {
    background: #1c1c1c linear-gradient(162deg, #313131, #212121, #1c1c1c, #111111);
    max-width: 700px;
    min-width: 300px;
    border: transparent 1px solid;
    border-radius: 10px;
}

.fl-modal-login-main-container {
    width: calc(100% - 16px);
    margin: 5px auto;
    padding: 6px 8px;

}

.fl-modal-login-img-container {
    margin: 30px auto 30px;
    text-align: center;
}

.fl-modal-login-img {
    width: 150px;
    height: auto
}

.fl-modal-login-header {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    margin: 0 0 20px;
}

.fl-modal-login-form {
    text-align: center;
    margin: auto;
}

.fl-modal-login-form-input {
    border-color: transparent;
    background-color: #111 !important;
    color: #FAEC54 !important;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    font-size: 0.9rem;
    display: block;
    margin: 20px auto;


}

.fl-modal-login-form-psw-forgotten-a {
    text-align: center;
    margin: auto;
    font-size: 0.9rem;
    width: 100%;
    color: #757575;
}

.fl-modal-login-form-psw-forgotten-a:hover {
    color: #1e8e8e;
}

.fl-modal-login-form-confirm-button {
    background-color: #FAEC54;
    color: #1c1c1c;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: bold;
    transition: 300ms;
}

.fl-modal-login-form-confirm-button:hover {
    padding: 5px 25px;

}

.fl-modal-login-form-back-button {
    background-color: #696969;
    color: #363636;
    border-radius: 5px;
    border: 1px solid #1c1c1c;
    font-size: 0.9rem;
    margin: 0 20px 0 0 !important;
    transition: 300ms;
    font-weight: bold;
}

.fl-modal-login-form-back-button:hover {
    background-color: #606060;
    color: #1c1c1c;
}

/*hhh LOGIN MODAL END*/
/*hhh NON AUTH NAVBAR*/
.navbar-not-auth-login-btn {
    background-color: #262626;
    font-weight: bold;
    font-size: 1rem;
    color: #ffffff;
    padding: 7px 22px;
    margin: 0 22px;
    border-radius: 4px;
    border: 1px solid #1c1c1c;
    transition: 300ms;
}

@media only screen and (max-width: 767px) {
    .navbar-not-auth-login-btn {
        font-size: 0.7rem;
    }
}

.navbar-not-auth-login-btn:hover {
    color: #FAEC54;
    padding: 7px 30px;
}

.navbar-not-auth-signup-btn {
    background-color: #FAEC54;
    font-weight: bold;
    font-size: 1rem;
    color: #1c1c1c;
    padding: 7px 22px;
    margin: 0 6px 0 0;
    border-radius: 4px;
    border: 1px solid #1c1c1c;
    transition: 300ms;
}

@media only screen and (max-width: 767px) {
    .navbar-not-auth-signup-btn {
        font-size: 0.7rem;
    }
}

.navbar-not-auth-signup-btn:hover {
    padding: 7px 30px;
}

hr {
    width: 85%;
    display: block;
    border: 0;
    border-top: 1px solid dimgray;
    padding: 0;
}

.content_buttons {
    cursor: pointer;
}


.stream_item {
    cursor: pointer;
    background-color: #404040;
    color: #FFFFFF;
}

.stream_item:hover {
    background-color: #7D7D7D;
}

.hr_break {
    margin-top: 5px;
    margin-bottom: 5px;
}

.hr_feed {
    width: 100%;
    margin: 0;
}

.page-navbar a:hover {
    background-color: #111;
}

.page-navbar_header_text p {
    font-size: 20px;
}

.information-box-type1 {
    background-color: hsla(40, 100%, 5%, 0.5);
    border-radius: 6px;
    border: 1px solid #FAEC54;
    height: auto;
    min-height: 500px;
    max-width: 500px;
    padding: 5px 5px;
    margin: 10px;
    color: white;
    text-align: center;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #4a4a4a;
}

.navbar_down-links:hover {
    color: #FAEC54 !important;
}

input[type=text]:focus {
    outline: none !important;
    box-sizing: border-box;
    border: 1px solid #FAEC54;
    color: white;

}

input[type=text] {

    box-sizing: border-box;
    background-color: hsla(0, 0%, 11%, 1);
    /*todo check this input global shit, its good and bad, need control, not all input have the same design...*/
    color: white;
}

textarea {
    border: 0px solid #FAEC54;
    background-color: #484848;
    color: white;
}

textarea::placeholder {
    color: #808080;
}


input[type=password]:focus {

    box-sizing: border-box;
    border: 1px solid #FAEC54 !important;
    background-color: hsla(50, 50%, 5%, 1.0) !important;
    color: white;
}

input[type=password] {

    box-sizing: border-box;
    border: 0 solid #FAEC54;
    background-color: hsla(40, 50%, 5%, 0.8);
    color: white;
}

input[type=email] {

    box-sizing: border-box;
    border: 0px solid #FAEC54;
    background-color: hsla(40, 50%, 5%, 0.8);
    color: white;
}

input[type=email]:focus {

    box-sizing: border-box;
    border: 1px solid #FAEC54 !important;
    background-color: hsla(50, 50%, 5%, 1.0) !important;
    color: white;
}

.dropdown-countries {
    box-sizing: border-box;
    border: 0px solid #FAEC54;
    background-color: hsla(40, 50%, 5%, 0.8);
    color: white;
    height: 100%;
    width: 100%;
}

.dropdown-countries:focus {
    box-sizing: border-box;
    border: 2px solid #FAEC54 !important;
    background-color: hsla(40, 50%, 5%, 1.0) !important;
    color: white;
    outline: none;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.normal-txt-w {
    color: white;
    font-size: medium;
}


@media (max-width: 768px) {

    .profile_card_artist_name_header {
        font-size: calc(1.3rem + 1.1vw);
        color: #FAEC54;
        padding-top: 0px;
        margin-bottom: 0px !important;
    }
}

/*Menu classes and settings (user menu and Fl Menu)*/
#body-row {
    margin-left: 0;
    margin-right: 0;
}

.sidebar-menu-nav-container {
    padding: 30px 0 0;
    margin-top: -20px;
    min-height: calc(100vh - 60px);
    background: linear-gradient(343deg, rgba(35, 50, 58, 1) 0%, #313131) no-repeat center center fixed;
}

.fl-manager-menu-sidebar-container {
    min-height: 100vh;
    background-color: #1c1c1c;
    padding: 0;
    margin-top: -50px;
    position: fixed;
    z-index: 1;
}

.fl-manager-menu-sidebar-title-container {
    background-color: transparent;
    color: #808080 !important;
    font-size: 0.9rem;
    text-align: center;
    width: 100%;
    padding-bottom: 0 !important;

}


.fl-manager-menu-sidebar-artist-name {
    font-size: 1rem;
}

.fl-manager-menu-sidebar-artist-avatar-container {
    width: 100%;
    text-align: center;
    margin: 10px 0 50px;

}

.fl-manager-menu-sidebar-artist-avatar {
    width: auto;
    height: 95px;
    border: #1c1c1c solid 1px;
    border-radius: 3px;

}

.fl-manager-menu-sidebar-card {
    background-color: transparent !important;
    border: none !important;
    width: calc(100% - 20px) !important;
    margin: 5px auto;
    border-radius: 6px;
    color: #aaaaaa !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    fill: #aaaaaa !important;
    font-size: 0.9rem;
    height: auto !important;
    font-weight: bold;


}

.fl-manager-menu-sidebar-card:hover {
    color: #fff !important;
    background-color: #313131 !important;
    fill: #fff !important;
}

.fl-manager-menu-sidebar-card-active {
    fill: #faec54 !important;
    color: #faec54 !important;
}

.fl-manager-menu-sidebar-card-active:hover {
    fill: #faec54 !important;
    color: #faec54 !important;
}

.fl-manager-menu-sidebar-subcard {
    background-color: transparent !important;
    border: none !important;
    width: calc(100% - 20px) !important;
    margin: 5px auto;
    border-radius: 6px;
    color: #aaaaaa !important;
    padding-top: 6px !important;
    padding-left: 40px !important;
    padding-bottom: 6px !important;
    fill: #aaaaaa !important;
    font-size: 0.85rem;
    height: auto !important;
    font-weight: bold;

}

.fl-manager-menu-sidebar-subcard:hover {
    color: #fff !important;
    background-color: #313131 !important;
    fill: #fff;
}

.fl-manager-menu-sidebar-subcard-active {
    fill: #faec54 !important;
    color: #faec54 !important;
}

.fl-manager-menu-sidebar-subcard-active:hover {
    fill: #faec54 !important;
    color: #faec54 !important;
}

.fl-menu-card-svg {
    min-width: 16px;
}

.fl-manager-content-main-container {
    overflow: auto;
    margin: 0 auto 20px;
    padding: 0 !important;
    max-width: 2000px;
}

.sidebar-container-mobile {
    border-radius: 3px;
    border: #404040 solid 1px;
    font-size: 0.85rem;
    margin: 8px 0;
    background-color: #404040;
    padding: 4px 0;
    text-align: center;
    color: #fff;
}


.sidebar-container-dropbutton-mobile {
    border-radius: 5px;
    border: #404040 solid 1px;
    margin: 8px 0;
    padding: 4px 0;
    font-size: 0.85rem;
    background-color: #404040;
    text-align: center;
    fill: #FFFFFF;
    color: white;
}

.sidebar-container-dropbutton-mobile:focus {
    fill: #FAEC54;
    border: #484848 solid 1px;
    background-color: #262626;
    color: #FAEC54;
}


.sidebar-container-sub-mobile {
    border-radius: 5px;
    border: #404040 solid 1px;
    margin: 0 auto 8px;
    font-size: 0.85rem;
    padding: 4px 0;
    width: calc(100% - 8px);
    background-color: #404040;
    text-align: center;
    color: white;
}

.sidebar-container-sub-mobile:active {

    color: #FAEC54;
    border: #FAEC54 solid 1px;
    box-shadow: 0 0 transparent;

}

.sidebar-separator-mobile {
    text-align: center !important;
}

#sidebar-container {

}

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    min-width: 230px;
}

.sidebar-collapsed {
    min-width: 83px;
}

/* Menu item*/
#sidebar-container .list-group a {
    height: 50px;
    color: white;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    padding-left: 30px;
}

.sidebar-submenu {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}

.sidebar-submenu:before {
    content: "";
    position: absolute;
    left: 25%;
    bottom: 0;
    height: 1px;
    width: 50%; /* or 100px */
    border-bottom: 1px solid #404040;
}

/* Separators */
.sidebar-separator-title {

}

.sidebar-separator-title-mobile {
    background-color: #FAEC54;
    color: #1c1c1c;
    padding: 3px 0;
    font-size: 0.8rem;

    margin-top: 15px;
    border-radius: 2px;
}

.sidebar-separator-title-mobile small {
    font-weight: bold;
}

.sidebar-separator {
    background-color: transparent;
    height: 75px;
    border: 0px solid transparent !important;
}


/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
    content: " \f0d7";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}

/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
    content: " \f0da";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}


.team-card {
    position: relative;
    width: 240px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 5vw;
    background: #1c1c1c;
    transition: 0.5s;

}

.team-card:hover {
    height: 435px;

}

.team-card .team-img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.team-card .team-img-box img {
    width: 100%;
    opacity: 0.5;
    transition: 0.5s;
    filter: grayscale(70%);
}

.team-card:hover .team-img-box img {
    opacity: 1;
    filter: grayscale(0%);
}

.team-card:before {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    left: -2px;
    bottom: -2px;
    background: #fff;
    z-index: -1;
}

.team-card:after {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    left: -2px;
    bottom: -2px;
    background: #fff;
    z-index: -2;
    filter: blur(40px);

}

.team-card:before,
.team-card:after {
    background: linear-gradient(235deg, blue, #010615, #FAEC54);
}

.team-card:nth-child(2):before,
.team-card:nth-child(2):after {
    background: linear-gradient(235deg, #ff0766, #010615, #FAEC54);
}

.team-card:nth-child(3):before,
.team-card:nth-child(3):after {
    background: linear-gradient(235deg, rebeccapurple, #010615, #FAEC54);
}

.team-card .team-content {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 90px;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: 0.5s;

}

.team-card:hover .team-content {
    opacity: 1;
}

.team-card .team-content h2 {
    font-size: 16px;
    color: #FAEC54;
    line-height: 20px;
    letter-spacing: 1px;
}

.team-card .team-content h2 span {
    font-size: 14px;
    color: #fff;
    font-weight: 200;
    line-height: 20px;
    letter-spacing: 2px;
}


.std-menu-block {
    background-color: #404040;
    border-radius: 5px;
}


.fl-devote-overview-box {
    border: 1px solid white;
    border-radius: 3px;
    margin: 2px;
}

/*Modal - feel*/
.modal-content-feel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}


.modal-post-image {
    width: 95%;
    max-width: 95%;
    display: block;
    border: #FAEC54 solid 1px;
    border-radius: 5px;
}


.modal-friend-request {
    width: 90%;
    max-width: 90%;
    margin: 1.50rem auto;
}


.modal-friend-request-event-content {
    background-color: #282828;
    border: #FAEC54 solid 1px;
}


@keyframes neon-button-pulse {

    0% {
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);


    }
    50% {
        box-shadow: 0 0 2px rgba(250, 236, 84, 1),
        0 0 4px rgba(250, 236, 84, 1),
        0 0 8px rgba(250, 236, 84, 1),
        0 0 16px rgba(250, 236, 84, 1),
        0 0 32px rgba(250, 236, 84, 1);
    }

    100% {
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    }

}

.check-send {
    color: #4CFF00;
    opacity: 0;
    position: absolute;
    left: calc(50% - 1.5vw);
    display: block !important;
    -webkit-animation: check-send-animation 2s forwards;
    -moz-animation: check-send-animation 2s forwards;
    -o-animation: check-send-animation 2s forwards;
    animation: check-send-animation 2s forwards;
    animation-delay: 1.7s;
}

.close-send {
    color: #b22222;
    opacity: 0;
    position: absolute;
    left: calc(50% - 1.5vw);
    display: block !important;
    -webkit-animation: check-send-animation 2s forwards;
    -moz-animation: check-send-animation 2s forwards;
    -o-animation: check-send-animation 2s forwards;
    animation: check-send-animation 2s forwards;
    animation-delay: 1.7s;
}

.user-accept-send {
    color: #FAEC54;
    opacity: 0;
    position: absolute;
    left: calc(50% - 1.5vw);
    display: block !important;
    -webkit-animation: check-send-animation 2s forwards;
    -moz-animation: check-send-animation 2s forwards;
    -o-animation: check-send-animation 2s forwards;
    animation: check-send-animation 2s forwards;
    animation-delay: 1.7s;
}


.send-arrow-1 {
    color: white;
    opacity: 1;
    left: calc(50% - 1.3vw);
    position: absolute;
    display: block;
    -webkit-animation: arrow-animation 1.5s forwards;
    -moz-animation: arrow-animation 1.5s forwards;
    -o-animation: arrow-animation 1.5s forwards;
    animation: arrow-animation 1.5s forwards;
    animation-delay: 1s;

}

.send-arrow-2 {
    color: white;
    opacity: 1;
    position: absolute;
    display: block;
    -webkit-animation: arrow-animation-2 1.5s forwards;
    -moz-animation: arrow-animation-2 1.5s forwards;
    -o-animation: arrow-animation-2 1.5s forwards;
    animation: arrow-animation-2 1.5s forwards;
    animation-delay: 1s;

}

.friend-request-sended-text {
    color: white;
    opacity: 0;
    position: relative;
    animation: pop-down forwards;
    animation-duration: 1.5s;
    animation-delay: 3s;

}

@keyframes pop-down {
    0% {
        bottom: 20px;
        opacity: 0;
    }
    25% {
        bottom: 0px;
        opacity: 1;
    }

    100% {
        top: 0px;
        opacity: 1;
    }
}

@keyframes arrow-animation {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    30% {
        transform: scale(1.8);
        color: #6b6b6b;
        opacity: 1;
    }
    60% {
        transform: scale(1);
        opacity: 1;
    }
    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes arrow-animation-2 {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    13% {
        opacity: 1;
        transform: scale(1);
    }
    43% {
        transform: scale(1.8);
        color: #6b6b6b;

        opacity: 1;
    }
    73% {
        transform: scale(1);
        opacity: 1;
    }
    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes check-send-animation {

    40% {
        opacity: 0;
        transform: scale(1)

    }
    50% {
        opacity: 1;


    }
    60% {
        opacity: 1;
        transform: scale(1.5);
    }
    80% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }

}

.slidecontainer {
    width: 50%; /* Width of the outside container */
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

/* The slider itself */
.slider {
    -webkit-appearance: none; /* Override default CSS styles */
    appearance: none;
    border-radius: 5px;
    width: 380px; /* Full-width */
    height: 15px; /* Specified height */
    background: #1c1c1c; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    border-radius: 50%;
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #FAEC54; /* Green background */
    cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #FAEC54; /* Green background */
    border-radius: 50%;
    cursor: pointer; /* Cursor on hover */
}


/*hhh-------------------------------------search suggestions-------------------------------------------------*/
/*todo need to fix this so the search result field is dynamic to the window, at the moment it doesnt change width
   when the window is smaller etc.*/
ul.ui-autocomplete {
    display: none;
    position: fixed;
    /*margin-top: 12px;*/
    /*margin-left: 300px;*/
    margin: 70px auto 0;
    padding: 0;
    background-color: #1c1c1c;
    border: #808080 solid 1px;
    color: lightgrey;
    border-radius: 4px;
    z-index: 2001;
    list-style-type: none;
    width: 50vw !important;
    max-width: 600px !important;
    box-shadow: 5px 5px 20px 5px #000;
}

@media only screen and (max-width: 767px) {
    ul.ui-autocomplete {
        width: 80vw !important;
        left: 10vw !important;
    }
}

ul.ui-autocomplete:hover {
    color: lightgrey;
}

.ui-helper-hidden-accessible {
    position: absolute;
    left: -999em;
}

li.ui-menu-item {
    cursor: pointer;
    padding: 3px 5px;
    width: inherit;
}

li.ui-menu-item:hover {

    background-color: #404040;
    width: 99.5%;

}

li.ui-menu-item:focus {

    background-color: red;

}

ul.test {
    width: 30px;
    border: solid 1px white;
}

div.ui-menu-item-wrapper {
    padding: 10px;
    color: white !important;
    height: 50px;
    width: 100%;
}

div.ui-menu-item-wrapper:hover {
    background-color: #404040
}

div.ui-menu-item-wrapper:active {
    background-color: red;
}

div.search-result-box img {

    border-radius: 5%;
    height: 60px;
    width: 34px;
}


.ui-menu-item .ui-state-active {
    color: White !important;
    outline: none;
}

span.ui-state-highlight {
    font-weight: bold;
    color: #FAEC54;

}

/* hhh ---------------------------------------------CROPPER STYLE---------------------------------*/
.cropper-container {
    font-size: 0;
    line-height: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none;
    margin: auto;
}

.cropper-container img {
    display: block;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: none !important;
    width: 100%;
    height: 100%;
    image-orientation: 0deg
}

.cropper-canvas, .cropper-crop-box, .cropper-drag-box, .cropper-modal, .cropper-wrap-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cropper-wrap-box {
    overflow: hidden
}

.cropper-drag-box {
    opacity: 0;
    background-color: #fff
}

.cropper-modal {
    opacity: .5;
    background-color: #000
}

.cropper-view-box {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    outline: 1px solid #39f;
    outline-color: rgba(51, 153, 255, .75)
}

.cropper-dashed {
    position: absolute;
    display: block;
    opacity: .5;
    border: 0 dashed #eee
}

.cropper-dashed.dashed-h {
    top: 33.33333%;
    left: 0;
    width: 100%;
    height: 33.33333%;
    border-top-width: 1px;
    border-bottom-width: 1px
}

.cropper-dashed.dashed-v {
    top: 0;
    left: 33.33333%;
    width: 33.33333%;
    height: 100%;
    border-right-width: 1px;
    border-left-width: 1px
}

.cropper-center {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    opacity: .75
}

.cropper-center:after, .cropper-center:before {
    position: absolute;
    display: block;
    content: " ";
    background-color: #eee
}

.cropper-center:before {
    top: 0;
    left: -3px;
    width: 7px;
    height: 1px
}

.cropper-center:after {
    top: -3px;
    left: 0;
    width: 1px;
    height: 7px
}

.cropper-face, .cropper-line, .cropper-point {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .1
}

.cropper-face {
    top: 0;
    left: 0;
    background-color: #fff
}

.cropper-line {
    background-color: #39f
}

.cropper-line.line-e {
    top: 0;
    right: -3px;
    width: 5px;
    cursor: e-resize
}

.cropper-line.line-n {
    top: -3px;
    left: 0;
    height: 5px;
    cursor: n-resize
}

.cropper-line.line-w {
    top: 0;
    left: -3px;
    width: 5px;
    cursor: w-resize
}

.cropper-line.line-s {
    bottom: -3px;
    left: 0;
    height: 5px;
    cursor: s-resize
}

.cropper-point {
    width: 5px;
    height: 5px;
    opacity: .75;
    background-color: #39f
}

.cropper-point.point-e {
    top: 50%;
    right: -3px;
    margin-top: -3px;
    cursor: e-resize
}

.cropper-point.point-n {
    top: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: n-resize
}

.cropper-point.point-w {
    top: 50%;
    left: -3px;
    margin-top: -3px;
    cursor: w-resize
}

.cropper-point.point-s {
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: s-resize
}

.cropper-point.point-ne {
    top: -3px;
    right: -3px;
    cursor: ne-resize
}

.cropper-point.point-nw {
    top: -3px;
    left: -3px;
    cursor: nw-resize
}

.cropper-point.point-sw {
    bottom: -3px;
    left: -3px;
    cursor: sw-resize
}

.cropper-point.point-se {
    right: -3px;
    bottom: -3px;
    width: 20px;
    height: 20px;
    cursor: se-resize;
    opacity: 1
}

@media (min-width: 768px) {
    .cropper-point.point-se {
        width: 15px;
        height: 15px
    }
}

@media (min-width: 992px) {
    .cropper-point.point-se {
        width: 10px;
        height: 10px
    }
}

@media (min-width: 1200px) {
    .cropper-point.point-se {
        width: 5px;
        height: 5px;
        opacity: .75
    }
}

.cropper-point.point-se:before {
    position: absolute;
    right: -50%;
    bottom: -50%;
    display: block;
    width: 200%;
    height: 200%;
    content: " ";
    opacity: 0;
    background-color: #39f
}

.cropper-invisible {
    opacity: 0
}

.cropper-bg {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")
}

.cropper-hide {
    position: absolute;
    display: block;
    width: 0;
    height: 0
}

.cropper-hidden {
    display: none !important
}

.cropper-move {
    cursor: move
}

.cropper-crop {
    cursor: crosshair
}

.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
    cursor: not-allowed
}


/*hhh cropper end*/
/*hhh FAN SETTINGS GENERAL*/
.settings-main-header {
    color: #404040;
    background-color: #FAEC54;
    border-radius: 5px 5px 0 0;
    font-size: 1.5rem;
    padding: 10px 20px;
    font-weight: bold;
}

.settings-main-container-row {
    margin: 30px auto;
    max-width: 1560px;
    padding: 0 30px;
}

@media only screen and (max-width: 767px) {
    .settings-main-container-row {
        padding: 0;
        margin: 0 auto;
    }
}

.settings-general-avatar-col {
    text-align: center;
}

.settings-general-avatar-col-main-header {
    color: #1e8e8e;
    font-size: 1rem;
    font-weight: bold;
    margin: 40px auto 20px;
}

@media only screen and (max-width: 767px) {
    .settings-general-avatar-col-main-header {
        margin: 10px auto 20px;

    }
}

.settings-general-avatar-col-img {
    width: 80%;
    max-width: 320px;
    height: auto;
    border: rgba(64, 64, 64, 0.7) solid 1px;
    border-radius: 5px;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .settings-general-avatar-col-img {
        width: 60%;
        min-width: 150px;
        max-width: 250px;
    }
}

.settings-general-avatar-col form {
    font-size: 0.8rem;
    color: #FFFFFF;

}

.settings-general-avatar-col-img-input-btn {
    background-color: #1e8e8e;
    padding: 5px 20px;
    font-size: 0.9rem;
    font-weight: bold;
    margin: 10px auto;
    color: #1c1c1c;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 5px;
}


.settings-general-input-col {
    padding: 0 0 50px;
    color: white;
}

@media only screen and (max-width: 767px) {
    .settings-general-input-col {
        padding: 0 7px 20px;

    }
}

.settings-general-input-col-main-header {
    color: #1e8e8e;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 40px auto 0;

}

.settings-general-input-col-intro-txt {
    color: #dddddd;
    font-size: 0.9rem;
    margin: 15px auto 50px;
}

.fan-settings-content-container {

    overflow: auto;
    margin: 0 auto 20px;
    padding: 0 !important;
    max-width: 1100px;
}

@media only screen and (max-width: 767px) {
    .fan-settings-content-container {
        margin: 40px 0 0;
    }
}

.fl-account-menu-main-header-container-1500 {
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 30px;
}

@media only screen and (max-width: 767px) {
    .fl-account-menu-main-header-container-1500 {
        padding: 0 10px;
    }
}

.fl-account-menu-main-header {
    color: #fff;
    text-align: Left;
    font-size: 1.5rem;


}

.fl-account-menu-main-info-text {
    margin: 20px auto 30px;
    color: #fff;
    font-size: 0.85rem;
}


.settings-edit-card {
    border-radius: 5px;
    padding: 10px 25px 20px 25px;
    background-color: #313131;
    margin: 35px auto 35px;
    -moz-box-shadow: 0 5px 18px #000;
    -webkit-box-shadow: 0 5px 18px #000;
    box-shadow: 0 5px 18px #000;
}

@media only screen and (max-width: 767px) {
    .settings-edit-card {
        -moz-box-shadow: 0 5px 7px #000;
        -webkit-box-shadow: 0 5px 7px #000;
        box-shadow: 0 5px 7px #000;
    }
}

.settings-menu-row {
    background-color: #363636;
    -moz-box-shadow: 0 5px 18px #000;
    -webkit-box-shadow: 0 5px 18px #000;
    box-shadow: 0 5px 18px #000;
    border-radius: 5px;
    padding: 20px 10px;
    font-size: 0.9rem;
    margin: 20px auto;
}

@media only screen and (max-width: 767px) {
    .settings-menu-row {
        font-size: 0.8rem;
        -moz-box-shadow: 0 5px 7px #000;
        -webkit-box-shadow: 0 5px 7px #000;
        box-shadow: 0 5px 7px #000;
    }
}

.settings-menu-row:hover {
    background-color: #313131;
    border-radius: 5px;
    color: #FAEC54;
}

.settings-menu-row-collapse {
    margin: 0;
}

.settings-menu-col-info-span {
    word-break: break-all;
    padding-right: 5px;
    display: block;

}

.settings-menu-row div:first-child {
    max-width: 140px;
    color: #808080 !important;
}

.settings-menu-row div:nth-child(2) {

}

.settings-menu-row div:last-child {
    max-width: 18px;
    min-width: 18px;


}

@media only screen and (max-width: 767px) {
    .settings-menu-row div {
        padding: 0;

    }

    .settings-menu-row div:first-child {
        max-width: 100%;
        color: #808080 !important;
    }

    .settings-menu-row div:nth-child(2) {
        max-width: calc(100% - 18px);
        min-width: calc(100% - 18px);
    }
}

.settings-edit-card label {
    margin: 10px auto 0;
    font-size: 0.8rem;
    color: #1e8e8e;
}

.settings-menu-input {
    background-color: #262626 !important;
    border-bottom: 1px solid #FAEC54 !important;
    border-top: 1px solid transparent !important;
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: bold;
    padding: 7px 5px;
    width: 100%;
    color: white;
}

@media only screen and (max-width: 767px) {
    .settings-menu-input {
        font-size: 0.85rem;
    }
}

.settings-menu-input:focus {
    background-color: #313131;
    border: 1px solid #1e8e8e;
    outline: none;
}

.settings-menu-input:-webkit-autofill,
.settings-menu-input:active {
    -webkit-box-shadow: 0 0 0 30px #262626 inset !important;
    -webkit-text-fill-color: #fff !important;
    border-bottom: 1px solid #FAEC54 !important;

}

.settings-menu-input-status-span {
    position: absolute;
    top: 10px;
    right: 15px;
    transition: right 0.2s;
}

.settings-menu-input-status-txt {
    font-size: 0.8rem;
    color: orangered;
    margin: 7px auto;
}

.settings-menu-input-password-status-container {
    margin: 0 auto;
    text-align: center;
}

.settings-menu-input-password-status-ul {
    color: #808080;
    font-size: 0.9rem;
    margin: 35px auto 15px;
    border-radius: 4px;
    background-color: rgba(10, 10, 10, 0.6);
    display: inline-block;
    text-align: left;
}

.settings-menu-input-password-status-ul li {
    margin: 10px 30px;
}


.settings-br {
    border: 1px solid #1c1c1c;
    width: 90%;
    margin: 40px auto;
}

.settings-cancel-btn {
    text-decoration: none;
    margin: 10px;
    background-color: #1c1c1c;
    color: #404040;
}

.settings-cancel-btn:hover {
    background-color: #313131 !important;
    color: #C42500 !important;
}


.settings-save-btn {
    text-decoration: none;
    margin: 10px;
    padding: 4px 22px;
    background-color: #1c1c1c;
    color: white;
}

.settings-save-btn:hover {
    text-decoration: none;
    margin: 10px;
    background-color: #262626;
    color: #FAEC54;


}

.settings-avatar-cropping-cancel-btn {
    color: #aaaaaa;
    background-color: #363636;
    padding: 6px 16px;
    margin-right: 10px;
}

.settings-avatar-cropping-cancel-btn:hover {
    color: #bbbbbb;
    background-color: #484848;
}

.settings-avatar-cropping-saving-btn {
    background-color: #FAEC54;
    color: #404040;
    border: #696969 solid 1px;
    border-radius: 5px;
    padding: 6px 30px;
    font-weight: bold;
    transition: 400ms;
    cursor: pointer;
}


.settings-avatar-cropping-saving-btn:hover {
    color: #1c1c1c;
    border-color: #FAEC54;
    transform: translate(0, -6px);
}

/*hhh FAN PRIVACY SETTINGS*/
.settings-privacy-main-container {
    margin: 5px auto 30px;
    max-width: 1200px;
    padding: 10px 40px;
}

@media only screen and (max-width: 767px) {
    .settings-privacy-main-container {
        margin: 30px auto;
        padding: 10px 10px;
    }
}

.settings-privacy-menu-row {
    background-color: #363636;
    -moz-box-shadow: 0 5px 18px #000;
    -webkit-box-shadow: 0 5px 18px #000;
    box-shadow: 0 5px 18px #000;
    border-radius: 5px;
    padding: 20px 10px;
    font-size: 0.9rem;
    margin: 35px auto;
    color: #1e8e8e;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .settings-privacy-menu-row {
        font-size: 0.8rem;
    }
}

.settings-privacy-menu-row:hover {
    background-color: #313131;
    border-radius: 5px;
    color: #FAEC54;
}


.settings-privacy-menu-header {
    color: white;
    margin: 10px auto 20px;
    font-size: 1rem;
    font-weight: bold;

}

.settings-close-btn-col {
    max-width: 35px;
    background-color: #f5774e;
}

.settings-close-btn {
    text-decoration: none;
    color: #808080;
    font-size: 1.4rem;
}

.settings-close-btn:hover {
    color: #C42500 !important;
}

.privacy-settings-card {
    border-radius: 6px;
    border: #696969 solid 2px;
    width: 100%;
    height: auto;
    max-width: 250px;
    margin: 30px auto;
    padding: 25px 10px;
    color: #808080;
    font-weight: bold;
    cursor: pointer;
}

.privacy-settings-card img {
    filter: grayscale(100%);
    max-width: 125px;
    width: 80%;
    height: auto;
}

.privacy-settings-card:hover {
    border-radius: 5px;
    border: #187272 solid 2px;
    background-color: #262626;
    color: #187272;
}

.privacy-settings-card-on {
    background-color: #262626;
    color: #FAEC54;
    box-shadow: 0 0 10px 5px #FAEC54;
    border: #FAEC54 solid 2px;

}

.privacy-settings-card-on img {
    filter: grayscale(0%);
}

.privacy-settings-card-on:hover {
    border: #FAEC54 solid 2px;
    color: #FAEC54;
    background-color: #212121;
}

.privacy-settings-card-header {
    font-size: 1rem;
    margin: 0 auto 20px;
}

.privacy-settings-card-close-btn-container {
    display: flex;
    justify-content: flex-end;

}

.settings-privacy-menu-row-private-name {
    background-color: #363636;
    -moz-box-shadow: 0 5px 18px #000;
    -webkit-box-shadow: 0 5px 18px #000;
    box-shadow: 0 5px 18px #000;
    border-radius: 5px;
    padding: 20px 10px 30px;
    font-size: 0.9rem;
    margin: 35px auto;
    color: #1e8e8e;
    font-weight: bold;
}


@media only screen and (max-width: 767px) {
    .settings-privacy-menu-row-private-name {
        font-size: 0.8rem;
    }
}

.settings-privacy-menu-row-private-name-label {
    color: white;
    padding: 15px 0 0;
    font-weight: normal;
    width: calc(100% - 100px);
    min-height: 30px;
    line-height: normal;
}

.settings-privacy-menu-row-private-name-label:hover {
    cursor: pointer;
}

.settings-privacy-menu-row-private-name input {
    top: 3px;
}

.settings-privacy-menu-code-container {
    background-color: #363636;
    -moz-box-shadow: 0 5px 18px #000;
    -webkit-box-shadow: 0 5px 18px #000;
    box-shadow: 0 5px 18px #000;
    border-radius: 5px;
    padding: 20px 10px;
    margin: 50px auto 0;

    color: #1e8e8e;
    text-align: center;

}


.settings-privacy-menu-code-header {
    font-size: 1rem;
    color: #1e8e8e;
    font-weight: bold;

}

.settings-privacy-menu-code-info-txt {
    font-size: 1rem;
    color: #fff;
}

.settings-privacy-menu-code-txt {
    font-size: 1rem;
    color: #aaa;
}

.settings-privacy-menu-code-txt span {
    color: #faec54;
    font-weight: bold;
}

/*hhh FAN LOCATION SETTINGS*/
.settings-location-map-close-btn {
    min-width: 44px;
    padding: 0;
    max-width: 44px;
    border-radius: 50%;
    background-color: #262626;
    color: #808080;
    text-align: center;
}

.settings-location-map-saved-txt {
    text-align: center;
    color: yellow;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 1.1rem;
    border-radius: 6px;
    background-color: rgba(30, 30, 30, 0.6);
    display: block;
    z-index: 1;
}

.settings-location-map-container {
    width: 100%;
    height: 450px;
    margin: 17px 0 20px;
    border-radius: 6px;
    background-color: #2d5769;
    padding: 0;
    border: 1px solid #363636;
}

/*hhh FAN FRIENDS & PEOPLE */
.fan-account-friends-and-people-main-container {
    margin: 5px auto 30px;
    max-width: 1200px;
    padding: 10px 30px;
}

@media only screen and (max-width: 767px) {
    .fan-account-friends-and-people-main-container {
        margin: 30px auto;
        padding: 10px 5px;
    }
}

.fan-account-friends-and-people-main-header {
    font-size: 1rem;
    font-weight: bold;
    color: #1e8e8e;
    margin: 10px 0 30px;
    text-align: center;


}

.fan-account-friends-and-people-main-header span {
    color: #757575;
}

.fan-account-friends-and-people-main-col {
    border-radius: 5px;
    padding: 5px 20px;
    margin: 20px auto;
}

@media only screen and (max-width: 767px) {
    .fan-account-friends-and-people-main-col {
        padding: 5px 0;
    }
}

.fan-account-friends-and-people-freq-row {

    background-color: #363636;
    padding: 10px 15px;
    border: #313131 solid 1px;
    border-radius: 6px;
    margin: 15px auto 50px;
    -moz-box-shadow: 0 10px 10px #000;
    -webkit-box-shadow: 0 10px 10px #000;
    box-shadow: 0 10px 10px #000;
}


.fan-account-friends-and-people-freq-avatar-col {
    max-width: 50px;
    padding: 0;
}

.fan-account-friends-and-people-freq-avatar-img {
    width: 100%;
    height: auto;

}

.fan-account-friends-and-people-freq-info-col {

}

.fan-account-friends-and-people-freq-info-header {
    width: 100%;
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    word-break: break-word;
    padding: 5px 0 0;
}

.fan-account-friends-and-people-freq-info-header span {
    color: #FAEC54;
    font-weight: normal;
    margin-right: 3px;
}

.fan-account-friends-and-people-freq-info-open-btn-container {
    width: 100%;
    padding: 20px 0 0;
    text-align: center;
}

.pulse-show-friend-request {
    color: #1e8e8e;
    display: block;
    background-color: transparent;
    text-align: center;
    position: relative;
    padding: 4px 33px;
    margin: auto;
    font-size: 1rem;
    font-weight: bold;
    width: fit-content;
    height: fit-content;
    border-radius: 6px;
    text-decoration: none;
    border: #FAEC54 1px solid;
    animation: neon-button-pulse 4s linear infinite;
}

@media only screen and (max-width: 767px) {
    .pulse-show-friend-request {
        font-size: 0.8rem;
    }
}

.pulse-show-friend-request:hover {
    text-decoration: none;
    background-color: #383838;
    color: #FAEC54;
}

.pulse-show-friend-request-seen {
    border: #1e8e8e 1px solid;
    color: #1e8e8e;
    display: block;
    background-color: transparent;
    text-align: center;
    position: relative;
    padding: 4px 33px;
    margin: auto;
    font-size: 1rem;
    font-weight: bold;
    width: fit-content;
    height: fit-content;
    border-radius: 6px;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .pulse-show-friend-request-seen {
        font-size: 0.8rem;
    }
}

.pulse-show-friend-request-seen:hover {
    text-decoration: none;
    background-color: #383838;
    color: #FAEC54;
}

.fan-account-friends-and-people-freq-btn-col {
    padding: 0;
    max-width: 45px;
    min-width: 45px;
    text-align: center;
}

.friend-request-menu-buttons {
    height: 46.5%;
    width: 90%;
    margin: 2% auto;
    display: table;
    transition: border 1s;
    background-color: #383838;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px #262626;

}

.friend-request-menu-buttons:hover {
    background-color: #484848;
    border-radius: 5px;
    box-shadow: 1px 3px 3px 3px #262626;
}

.friend-request-menu-buttons {
    height: 46.5%;
    width: 90%;
    margin: 2% auto;
    display: table;
    transition: border 1s;
    background-color: #383838;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px #262626;
}

.friend-request-menu-buttons:hover {
    background-color: #484848;
    border-radius: 5px;
    box-shadow: 1px 3px 3px 3px #262626;
}

.friend-request-menu-accept-btn {
    text-align: center;
    background-color: #363636;
    border: 1px solid #363636;
    border-radius: 6px;
    color: #51ae51;
    margin: 2px auto;
    padding: 0;
    height: calc(50% - 4px);
    width: 100%;
    vertical-align: middle;
    display: table-cell;
}

.friend-request-menu-accept-btn:hover {
    background-color: #404040;
    color: #46e946;
    border: 1px solid #46e946;

}

.friend-request-menu-reject-btn {
    text-align: center;
    background-color: #363636;
    border: 1px solid #363636;
    border-radius: 6px;
    color: #a06363;
    margin: 2px auto;
    padding: 0;
    height: calc(50% - 4px);
    width: 100%;
    vertical-align: middle;
    display: table-cell;
}

.friend-request-menu-reject-btn:hover {
    background-color: #404040;
    color: #c04949;
    border: 1px solid #c04949;
}

.quick-button-friend-request-span {
    display: table-cell;
    font-size: 1.4rem;
    vertical-align: middle;
}

.fan-account-friends-and-people-friends-list-card-a {

}

.fan-account-friends-and-people-friends-list-card {
    background-color: #363636;
    font-size: 1rem;
    height: 92px;
    border-radius: 6px;
    border: 1px solid transparent;
    margin: 5px auto 30px;
    padding: 10px 10px 12px;
    transition: 200ms;
    -moz-box-shadow: 0 8px 12px #111;
    -webkit-box-shadow: 0 8px 12px #111;
    box-shadow: 0 8px 12px #111;
}

.fan-account-friends-and-people-friends-list-card:hover {
    border: 1px solid #FAEC54;
    -moz-box-shadow: 0 0 0 #111;
    -webkit-box-shadow: 0 0 0 #111;
    box-shadow: 0 0 0 #111;
    background-color: #212121;
}

.fan-account-friends-and-people-friends-list-card-img {
    height: 70px;
    width: auto;
    border: 1px #808080 solid;
    float: left;
    margin-right: 15px;
    border-radius: 5px;
}

.fan-account-friends-and-people-friends-list-card-uname {
    word-break: break-word;
    color: #FAEC54;
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
}

.fan-account-friends-and-people-friends-list-card-fname {
    word-break: break-word;
    text-align: left;
    font-size: 1rem;
    margin: 0;
}

/*hhh ARTIST APPLICATION  SETTINGS*/
.fan-settings-artist-apply-feedback-text {
    padding: 20px 20px;
    width: 50%;
    margin: 30px auto 0;
    border-radius: 6px;
    border: 2px solid #FAEC54;
    font-weight: bold;
    text-align: center;
    background-color: #262626;
    box-shadow: 10px 10px 10px 1px #1c1c1c;
    max-width: 1400px;
}

.fan-settings-artist-apply-card {
    margin: 50px auto 20px;
    padding: 20px 15px 50px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .fan-settings-artist-apply-card {
        padding: 20px 0 50px;
    }
}

.fan-settings-artist-apply-pending-card {
    margin: 20px auto 40px;
    background-color: #313131;
    width: 100%;
    border: 1px solid #606060;
    padding: 20px 15px;
    border-radius: 5px;
    box-shadow: 10px 10px 10px 1px #1c1c1c;
    word-break: break-word;
    background: -webkit-linear-gradient(172deg, #363636, #363636, #313131, #313131, #262626, #262626);
    background: linear-gradient(172deg, #313131, #313131, #262626, #262626, #202a2f);
}

.fan-settings-artist-apply-pending-card-header {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.1rem;
    margin: 0;
}


.fan-settings-artist-apply-pending-card-info-date {
    color: #1e8e8e;
    font-size: 0.7rem;
    margin: 0 0 30px;

}

.fan-settings-artist-apply-pending-card-info-p {
    color: #808080;
    font-size: 0.8rem;
    margin: 10px 0 0;
}

.fan-settings-artist-apply-pending-card-info-span {
    color: #fff;
    font-size: 0.9rem;
    font-style: italic;
    font-weight: bold;

}

.fan-settings-artist-apply-archive-card {
    margin: 20px auto 40px;
    background-color: #404040;
    width: 100%;
    padding: 20px 15px;
    border-radius: 5px;
    border: 1px solid #757575;
    word-break: break-word;
}

.fan-settings-artist-apply-archive-card-info-date {
    color: #1e8e8e;
    font-size: 0.8rem;
    font-weight: normal;
    margin: 0 0 20px;
}


.fan-settings-artist-apply-rules-header {
    font-size: 1rem;
    color: #1e8e8e;
    margin: 10px 0 0;

}

.fan-settings-artist-apply-rules-text {
    font-size: 1rem;
    color: #fff;
    margin: 10px 0 40px;
}

.fan-settings-artist-apply-rules-text a {
    text-decoration: underline;
    color: #1e8e8e !important;

}

.fan-settings-artist-apply-pending-text {
    font-size: 0.9rem;
    color: #fff;
    margin: 10px 0 40px;
}

.fan-settings-artist-apply-input-form {

    width: 100%;
    border: 1px solid #606060;
    border-radius: 6px;
    margin: 50px auto;
    padding: 30px;
    background: #404040;
    background: -webkit-linear-gradient(172deg, #363636, #313131, #262626);
    background: linear-gradient(172deg, #363636, #313131, #262626);

}

@media only screen and (max-width: 767px) {
    .fan-settings-artist-apply-input-form {
        width: 100%;
        margin: 20px auto;
        padding: 30px 15px;
    }
}

.fan-settings-artist-apply-input-label {
    color: #faec54;
    font-weight: bold;
    font-size: 1rem;
    display: block;
    width: 100%;
    margin: 20px 0 0;

}

.fan-settings-artist-apply-input-sub-text {
    color: #aaa;
    font-size: 0.8rem;
    display: block;
    margin: 0 0 5px;

}

.fan-settings-artist-apply-input {
    width: 100%;
    margin: 0 0 40px;
    font-size: 1rem;
    padding: 5px 0 5px 6px;
    color: white !important;
    background-color: #262626 !important;
    border: 1px solid transparent;
    border-radius: 4px;
}


.fan-settings-artist-apply-input:focus {
    background-color: #262626 !important;
    border: 1px solid #808080 !important;
    outline-width: 0;
}

.fan-settings-artist-apply-send-btn {
    margin: 50px 0 0;
    background-color: #FAEC54;
    color: #404040;
    padding: 8px 25px;
    font-weight: bold;
    font-size: 1.1rem;
}


.slider-checkbox, input[type= "checkbox"] {
    margin-bottom: 0;
    transform: scale(1.2); /*use this to change size, otherwise all w and h need to be changed relative to eachother*/

    position: relative;
    width: 40px;
    height: 15px;
    -webkit-appearance: none;
    background: linear-gradient(0deg, #333, #000);
    outline: none;
    border-radius: 20px;
    box-shadow: 0 0 0 1px #282828, 0 0 0 2px #292929, inset 0 0 3px rgba(0, 0, 0, 1), 0 2px 3px rgba(0, 0, 0, .5), inset 0 0 3px rgba(0, 0, 0, .2);
}

.slider-checkbox, input:checked[type= "checkbox"] {
    background: linear-gradient(0deg, yellow, #FAEC54);
}


.slider-checkbox, input[type= "checkbox"]:before {
    content: "";
    position: absolute;
    /*top: 0;*/
    left: 0;
    width: 25px;
    height: 15px;
    background: linear-gradient(0deg, #000, #6b6b6b);
    border-radius: 20px;
    box-shadow: 0 0 0 1px #232323;
    transform: scale(.98, .96);
    transition: .5s;

}

.slider-checkbox, input[type= "checkbox"]:after {
    content: "";
    position: absolute;
    top: calc(50% - 1.5px);
    left: 20px;
    width: 3px;
    height: 3px;
    background: linear-gradient(0deg, #6b6b6b, #000);
    border-radius: 50%;
    transition: .5s;

}

.slider-checkbox, input:checked[type= "checkbox"]:before {
    left: 14px;
}

.slider-checkbox, input:checked[type= "checkbox"]:after {
    left: 34px;
    background: #FAEC54;
    box-shadow: 0 0 2px #FAEC54, 0 0 7px #FAEC54;

}

.private-fanpage-box {
    position: absolute;
    text-align: center;
    width: 80%;
    min-height: 30%;
    z-index: 100;
    left: 50%;
    top: 50%;
    border-radius: 5px;
    background-color: #1c1c1c;
    box-shadow: 7px 7px 10px #484848;
    border: 1px solid #FAEC54;
    transform: translateX(-50%) translateY(-50%);
}

.friend-request-modal {
    text-align: center;
    min-height: 32%;
    border-radius: 5px;
    background-color: #1c1c1c;
    box-shadow: 0 5px 5px 5px #484848;
    border: 1px solid #FAEC54;


}

.te {
    position: absolute;
    min-height: 30%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}


.box-test {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -5%);
    width: 100%;
    height: 95%;
    box-sizing: border-box;
    background-color: transparent;

}

.box-test::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-top: 2px solid #FAEC54;
    border-bottom: 2px solid #FAEC54;
    box-sizing: border-box;
    transform: scaleX(0);
    animation: forwards smo 0.5s;
    animation-delay: 1s;

}

@keyframes smo {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }

}

.box-test::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-right: 2px solid #FAEC54;
    border-left: 2px solid #FAEC54;
    box-sizing: border-box;
    transform: scaleY(0);
    animation: forwards smoY 0.5s;
    animation-delay: 1s;

}

@keyframes smoY {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }

}


/*hhh------------------------------*FAN*--------------------------------------*/
/*hhh ----------------------------FAN PAGE-----------------------------------*/
.fan-page-all-container {
    max-width: 1500px;
    padding: 20px 15px;
}

@media only screen and (max-width: 767px) {
    .fan-page-all-container {
        padding: 20px 5px;
    }
}

.fan-page-header-row {
    padding: 5px 0;
    margin: 0 auto 15px;

}

@media only screen and (max-width: 767px) {
    .fan-page-header-row {
        padding: 5px 5px;

    }
}

.fan-page-header {
    color: #FAEC54;
    font-size: 1.4rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

@media only screen and (max-width: 767px) {
    .fan-page-header {
        font-size: 1.2rem;
        overflow: auto;
        white-space: normal;
        word-break: break-all;
    }
}

.fan-page-subheader {
    color: #aaa;
    width: 100%;
    overflow-x: hidden;
    font-size: 1rem;
    margin: 5px auto 20px;

}

.fan-page-main-row {
    margin: 0;
}

.fan-page-main-row-content-col {

    margin: 5px;
}

@media only screen and (max-width: 767px) {

}

.fan-page-avatar-img {
    width: 100%;
    margin: 0 15px 30px 0;
    height: auto;
    border: #757575 solid 1px;
    border-radius: 6px
}

.fan-page-avatar-img-md {
    width: 50%;
    max-width: 200px;
    height: auto;
    border: white solid 2px;
    border-radius: 10px;
    margin: 20px auto;
}

.fan-page-location-txt {
    font-size: 0.9rem;
    color: #aaa;
    margin: 0 auto;
    text-align: center;
}

.fan-page-location-txt span {
    color: #1e8e8e;
    font-size: 0.95rem;
}

.fan-page-location-txt i {
    margin-right: 3px;
}

.fan-page-location-txt-md {
    font-size: 0.9rem;
    color: #aaa;
    margin: 0 auto;
    text-align: center;
}

.fan-page-location-txt-md span {
    color: #1e8e8e;
    font-size: 0.95rem;
}

.fan-page-location-txt-md i {
    margin-right: 3px;
}

.fan-page-mgm-avatar-center-img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.fan-page-content-container {
    border: 1px solid #303030;
    border-radius: 5px;
    margin-bottom: 40px;
    padding: 30px 10px
}

@media only screen and (max-width: 767px) {
    .fan-page-content-container {
        padding: 30px 4px

    }
}

.fan-page-content-header {
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 30px;
    color: #aaa;
    text-align: center;

}

.fan-page-content-subheader {
    border-bottom: 1px #1e8e8e solid;
    width: calc(100% - 100px);
    font-size: 1.1rem;
    color: #1e8e8e;
    font-weight: bold;
    text-align: center;
    margin: 30px auto 20px;
}

.fan-page-content-hr {
    border: #363636 1px solid;
    margin: 75px auto;
}

.fan-page-content-about-txt {

    color: white;
    font-size: 0.9rem;
    padding: 0 10px;
    margin: 5px auto 10px;
}

.fan-page-content-about-music-list {
    width: 100%;
    margin: 10px 5px 40px;
    border-radius: 5px;
    outline: #404040 1px solid;
    height: 400px;

    -moz-box-shadow: 0 5px 10px #000;
    -webkit-box-shadow: 0 5px 10px #000;
    box-shadow: 0 5px 10px #000;

}

/*hhh -----------------------------FRIEND REQUEST PAGE----------------------------*/
.modal-friend-request-container {
    background-color: rgba(2, 2, 2, 0.8);
    padding: 0;
}

.modal-friend-request-dialog {
    max-width: 1500px;
}

.modal-friend-request-content {
    height: calc(100vh - 140px);
    width: 100%;
    max-height: 900px;
    border: none;
    background-color: transparent
}

.modal-friend-request-content-pulse {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: calc(10vh + 15vh);
    width: auto;
    margin: auto;
    animation: forwards 2500ms linear appear-animation-pulse;
    animation-delay: 1.5s;
    opacity: 0;
}

.modal-friend-request-content-pulse-seen {
    display: none;
    opacity: 0;
}

@keyframes appear-animation-pulse {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.opening-friend-request-modal {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
    overflow: hidden;
    background-color: transparent;
    animation: linear background 0.4s forwards;
    animation-delay: 3.7s;
}

.opening-friend-request-modal-seen {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
    overflow: hidden;
    background-color: #1c1c1c;
    border: 3px solid #FAEC54;
}

@keyframes background {
    from {
        background-color: transparent;
    }
    to {
        background-color: #1c1c1c;
    }

}


.opening-friend-request-modal span:nth-child(1).frame-animation {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0%;
    height: 3px;
    margin: auto;
    background: linear-gradient(to right, white, white);
    animation: pulseFriendFrameChild1 4s linear forwards;
    animation-delay: 0.4s;
}

@keyframes pulseFriendFrameChild1 {
    0% {
        width: 0%;
        left: 50%;
        background: linear-gradient(to right, white, white);

    }
    15% {
        width: 100%;
        left: 0%;

    }
    30% {
        width: 200%;
        left: -50%;
        background: linear-gradient(to right, white, white);
        opacity: 1;

    }
    45% {
        width: 200%;
        left: -50%;
        background: linear-gradient(to right, white, white);
        opacity: 1;
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);


    }
    58% {
        width: 200%;
        left: -50%;
        background: linear-gradient(to right, #FAEC54, #FAEC54);
        opacity: 0;
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);


    }
    65% {
        width: 200%;
        left: -50%;
        background: linear-gradient(to right, #FAEC54, #FAEC54);
        opacity: 1;
        box-shadow: 0 0 2px 5px rgba(250, 236, 84, 1),
        0 0 8px 5px rgba(250, 236, 84, 1),
        0 0 16px 5px rgba(250, 236, 84, 1),
        0 0 32px 5px rgba(250, 236, 84, 1),
        0 0 64px 5px rgba(250, 236, 84, 1);


    }
    90% {
        width: 200%;
        left: -50%;
        background: linear-gradient(to right, #FAEC54, #FAEC54);
        opacity: 1;
        box-shadow: 0 0 2px rgba(250, 236, 84, 1),
        0 0 4px rgba(250, 236, 84, 1),
        0 0 8px rgba(250, 236, 84, 1),
        0 0 16px rgba(250, 236, 84, 1),
        0 0 32px rgba(250, 236, 84, 1);

    }

    100% {
        width: 200%;
        left: -50%;
        background: linear-gradient(to right, #FAEC54, #FAEC54);
        opacity: 1;
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);

    }
}

.opening-friend-request-modal span:nth-child(2).frame-animation {
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    animation: pulseFriendFrameChild2 4s linear forwards;
    animation-delay: 0.4s;


}


@keyframes pulseFriendFrameChild2 {
    0% {
        height: 0%;

    }
    15% {
        height: 0%;
        background: linear-gradient(to bottom, white, white);

    }
    30% {
        height: 100%;
        background: linear-gradient(to bottom, white, white);
        opacity: 1;

    }
    45% {
        height: 100%;
        background: linear-gradient(to bottom, white, white);
        opacity: 1;
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);


    }
    58% {
        height: 100%;
        background: linear-gradient(to bottom, #FAEC54, #FAEC54);
        opacity: 0;
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);


    }
    65% {
        height: 100%;
        background: linear-gradient(to bottom, #FAEC54, #FAEC54);
        opacity: 1;
        box-shadow: 0 0 2px 5px rgba(250, 236, 84, 1),
        0 0 8px 5px rgba(250, 236, 84, 1),
        0 0 16px 5px rgba(250, 236, 84, 1),
        0 0 32px 5px rgba(250, 236, 84, 1),
        0 0 64px 5px rgba(250, 236, 84, 1);

    }
    90% {
        height: 100%;
        background: linear-gradient(to bottom, #FAEC54, #FAEC54);
        opacity: 1;
        box-shadow: 0 0 2px rgba(250, 236, 84, 1),
        0 0 4px rgba(250, 236, 84, 1),
        0 0 8px rgba(250, 236, 84, 1),
        0 0 16px rgba(250, 236, 84, 1),
        0 0 32px rgba(250, 236, 84, 1);

    }

    100% {
        height: 100%;
        background: linear-gradient(to bottom, #FAEC54, #FAEC54);
        opacity: 1;
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);

    }
}


.opening-friend-request-modal span:nth-child(3).frame-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    animation: pulseFriendFrameChild3 4s linear forwards;
    animation-delay: 0.4s;

}

@keyframes pulseFriendFrameChild3 {
    0% {
        height: 0%;

    }
    15% {
        height: 0%;
        background: linear-gradient(to bottom, white, white);

    }
    30% {
        height: 100%;
        background: linear-gradient(to bottom, white, white);
        opacity: 1;

    }
    45% {
        height: 100%;
        background: linear-gradient(to bottom, white, white);
        opacity: 1;
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);


    }
    58% {
        height: 100%;
        background: linear-gradient(to bottom, #FAEC54, #FAEC54);
        opacity: 0;
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);


    }
    65% {
        height: 100%;
        background: linear-gradient(to bottom, #FAEC54, #FAEC54);
        opacity: 1;
        box-shadow: 0 0 2px 5px rgba(250, 236, 84, 1),
        0 0 8px 5px rgba(250, 236, 84, 1),
        0 0 16px 5px rgba(250, 236, 84, 1),
        0 0 32px 5px rgba(250, 236, 84, 1),
        0 0 64px 5px rgba(250, 236, 84, 1);

    }
    90% {
        height: 100%;
        background: linear-gradient(to bottom, #FAEC54, #FAEC54);
        opacity: 1;
        box-shadow: 0 0 2px rgba(250, 236, 84, 1),
        0 0 4px rgba(250, 236, 84, 1),
        0 0 8px rgba(250, 236, 84, 1),
        0 0 16px rgba(250, 236, 84, 1),
        0 0 32px rgba(250, 236, 84, 1);

    }

    100% {
        height: 100%;
        background: linear-gradient(to bottom, #FAEC54, #FAEC54);
        opacity: 1;
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);

    }
}

.opening-friend-request-modal span:nth-child(4).frame-animation {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    animation: pulseFriendFrameChild4 4s linear forwards;
    animation-delay: 0.4s;

}

@keyframes pulseFriendFrameChild4 {


    0% {
        width: 0%;
        background: linear-gradient(to right, white, white);

    }
    30% {
        width: 0%;
    }
    45% {
        width: 50%;
        background: linear-gradient(to right, white, white, white);
        opacity: 1;

    }
    58% {
        width: 50%;
        background: linear-gradient(to right, white, white, white);
        opacity: 0;

    }
    58% {
        width: 50%;
        background: linear-gradient(to right, white, white);
        opacity: 0;
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);


    }
    65% {
        width: 50%;
        background: linear-gradient(to right, #FAEC54, #FAEC54);
        opacity: 1;
        box-shadow: 0 0 2px 5px rgba(250, 236, 84, 1),
        0 0 8px 5px rgba(250, 236, 84, 1),
        0 0 16px 5px rgba(250, 236, 84, 1),
        0 0 32px 5px rgba(250, 236, 84, 1),
        0 0 64px 5px rgba(250, 236, 84, 1);
    }
    90% {
        width: 50%;
        background: linear-gradient(to right, #FAEC54, #FAEC54);
        opacity: 1;
        box-shadow: 0 0 2px rgba(250, 236, 84, 1),
        0 0 4px rgba(250, 236, 84, 1),
        0 0 8px rgba(250, 236, 84, 1),
        0 0 16px rgba(250, 236, 84, 1),
        0 0 32px rgba(250, 236, 84, 1);

    }

    100% {
        width: 50%;
        background: linear-gradient(to right, #FAEC54, #FAEC54);
        opacity: 1;
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);

    }
}

.opening-friend-request-modal span:nth-child(5).frame-animation {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 3px;
    animation: pulseFrameChild5 4s linear forwards;
    animation-delay: 0.4s;

}

@keyframes pulseFrameChild5 {
    0% {
        width: 0%;
        background: linear-gradient(to right, white, white);

    }
    30% {
        width: 0%;
    }
    45% {
        width: 50%;
        background: linear-gradient(to right, white, white, white);
        opacity: 1;

    }
    58% {
        width: 50%;
        background: linear-gradient(to right, white, white, white);
        opacity: 0;

    }
    58% {
        width: 50%;
        background: linear-gradient(to right, white, white);
        opacity: 0;
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);


    }
    65% {
        width: 50%;
        background: linear-gradient(to right, #FAEC54, #FAEC54);
        opacity: 1;
        box-shadow: 0 0 2px 5px rgba(250, 236, 84, 1),
        0 0 8px 5px rgba(250, 236, 84, 1),
        0 0 16px 5px rgba(250, 236, 84, 1),
        0 0 32px 5px rgba(250, 236, 84, 1),
        0 0 64px 5px rgba(250, 236, 84, 1);
    }
    90% {
        width: 50%;
        background: linear-gradient(to right, #FAEC54, #FAEC54);
        opacity: 1;
        box-shadow: 0 0 2px rgba(250, 236, 84, 1),
        0 0 4px rgba(250, 236, 84, 1),
        0 0 8px rgba(250, 236, 84, 1),
        0 0 16px rgba(250, 236, 84, 1),
        0 0 32px rgba(250, 236, 84, 1);

    }

    100% {
        width: 50%;
        background: linear-gradient(to right, #FAEC54, #FAEC54);
        opacity: 1;
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);

    }
}

.modal-friend-request-header-desktop {
    width: 100%;
    padding: 10px;
    font-weight: bold;
    max-height: 10%;
    position: relative;
    background-color: #FAEC54;
    animation: forwards 400ms linear fly-in-below-animation;
    animation-delay: 4.5s;
    opacity: 0;
}

.modal-friend-request-header-desktop-seen {
    width: 100%;
    max-height: 10%;
    padding: 10px;
    font-weight: bold;
    position: relative;
    background-color: #FAEC54;

}

@keyframes fly-in-below-animation {
    0% {
        opacity: 0;
        top: 50px;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}


.modal-friend-request-header-text-div-desktop {

    position: relative;
    top: 20%;
    margin: auto
}

.modal-friend-request-header-text-div-h5-desktop {
    display: inline-block;
    color: #1c1c1c;
    font-size: 2rem;
}

.modal-friend-request-header-text-div-a-desktop {
    display: inline-block;
    float: right;
    margin-right: 5px
}

.modal-friend-request-header-text-div-a-i-desktop {
    font-size: 30px;
    color: #313131;

}


.modal-friend-request-header-mobile {
    width: 100%;

    max-height: 7%;
    position: relative;
    background-color: #FAEC54;
    animation: forwards 400ms linear fly-in-below-animation;
    animation-delay: 4.5s;
    opacity: 0;
}

.modal-friend-request-header-mobile-seen {
    width: 100%;
    max-height: 7%;
    position: relative;
    background-color: #FAEC54;

}

.modal-friend-request-header-text-div-mobile {
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    top: 10%;
    margin: auto
}

.modal-friend-request-header-text-div-h6-mobile {
    display: inline-block;
    color: #1c1c1c;

}

.modal-friend-request-header-text-div-a-mobile {
    display: inline-block;
    float: right;
    margin-right: 5px
}

.modal-friend-request-header-text-div-a-i-mobile {
    font-size: 1.3rem;
    color: #313131
}

.modal-friend-request-row {
    width: 100%;
    height: 90%;
    margin: auto;
    position: relative;
    padding: 20px;
}

@media only screen and (max-width: 767px) {
    .modal-friend-request-row {
        padding: 20px 0;
    }

}

.modal-friend-request-row-col-avatar-desktop {
    background-color: transparent;
    padding: 5px
}

.modal-friend-request-row-col-avatar-img-desktop {
    position: absolute;

    height: auto;
    max-width: 300px;
    width: 100%;
    border-radius: 5px;
    border: #555555 solid 1px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 10px auto auto auto;
    animation: forwards 400ms linear fly-in-right-animation;
    animation-delay: 4.8s;
    opacity: 0;
}

.modal-friend-request-row-col-avatar-img-desktop-seen {
    position: absolute;
    height: auto;
    max-width: 300px;
    width: 100%;
    border-radius: 5px;
    border: #555555 solid 1px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 10px auto auto auto;
}

@keyframes fly-in-right-animation {
    0% {
        opacity: 0;
        right: 100px;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}


.modal-friend-request-row-col-avatar-mobile {
    background-color: transparent;
    height: 30%
}

.modal-friend-request-row-col-avatar-img-mobile {
    max-height: 95%;
    max-width: 95%;
    position: absolute;
    border-radius: 5px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0.5px solid #404040;
    margin: 5px auto;
    animation: forwards 400ms linear fly-in-below-animation;
    animation-delay: 4.8s;
    opacity: 0;
}

.modal-friend-request-row-col-avatar-img-mobile-seen {
    max-height: 95%;
    max-width: 95%;
    position: absolute;
    border-radius: 5px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #404040;
    margin: 5px auto;
}

.modal-friend-request-row-col-info-desktop {
    background-color: transparent;
    padding: 10px;
    height: 100%;
    color: white
}

.modal-friend-request-row-col-info-nameDiv-desktop {
    text-align: left;
    position: relative;
    animation: forwards 400ms linear fly-in-left-animation;
    animation-delay: 4.8s;
    opacity: 0;
}

.modal-friend-request-row-col-info-nameDiv-desktop-seen {
    text-align: left;
    position: relative;
}

@keyframes fly-in-left-animation {
    0% {
        opacity: 0;
        left: 100px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.modal-friend-request-row-col-info-nameDiv-h1-desktop {
    color: #FAEC54;
    font-size: 1.2rem;
    font-weight: bold;
}

.modal-friend-request-row-col-info-otherDiv-desktop {
    animation: forwards 1000ms ease appear-animation;
    animation-delay: 5.3s;
    opacity: 0;
}


.modal-friend-request-row-col-info-otherDiv-msg-desktop {
    margin: 40px 0;
    font-size: 0.9rem;
    text-align: left;
    padding: 10px;
    background-color: #262626;
    border-radius: 6px;
    border: 1px solid #1e8e8e;
    min-height: 62px;
}

.modal-friend-request-row-col-info-otherDiv-inCommon-desktop {
    font-size: 25px;
    text-align: center;
    margin: 10% 5px
}

.modal-friend-request-row-col-info-otherDiv-inCommon-rowDiv-desktop {
    line-height: 1.6;
    width: 100%;
    height: 250px;
    text-align: center;
    font-size: 15px;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.modal-friend-request-row-col-info-otherDiv-inCommon-rowDiv-box-desktop {
    width: 27%;
    max-width: 300px;
    height: 5vw;
    min-height: 150px;
    max-height: 200px;
    padding: 5px;
    margin: 0 3%;
    font-size: 0.9rem;
    border-radius: 5px;
    background-color: #363636;
    -moz-box-shadow: 0 8px 12px #111;
    -webkit-box-shadow: 0 8px 12px #111;
    box-shadow: 0 8px 12px #111;
}

.modal-friend-request-row-col-info-otherDiv-inCommon-rowDiv-box-icon-desktop {
    font-size: 32px;
    margin: 15px 0;
}

.modal-friend-request-row-col-footer-desktop {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: auto;
    text-align: center

}

.modal-friend-request-row-col-footer-a-desktop {
    text-decoration: none;
    margin: 2% 3%;
    width: 26%;
    border: transparent;
    background-color: transparent;
    height: fit-content;
}

.modal-friend-request-row-col-footer-a-desktop:link {
    text-decoration: none;

}

.modal-friend-request-row-col-footer-a-div-desktop {
    padding: 10px 0;
    display: table;
    width: 100%;
    height: 2vw;
    border: #313131 solid 2px;
    border-radius: 5px;
    background-color: transparent;
    text-align: center;
    box-shadow: 0 4px 5px 5px #050505;
    filter: grayscale(50%);
    -webkit-filter: grayscale(50%);
    transition: 200ms;

}

.modal-friend-request-row-col-footer-a-div-desktop:hover {
    background-color: #363636;
    border: #1e8e8e solid 1px;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.modal-friend-request-row-col-footer-a-div-span-reject-icon-desktop {
    display: table-cell !important;
    vertical-align: middle !important;
    font-size: 1.3rem;
    color: orangered;

}

.modal-friend-request-row-col-footer-a-div-span-more-icon-desktop {
    display: table-cell !important;
    vertical-align: middle !important;
    font-size: 1.3rem;
    color: #FAEC54;
}


.modal-friend-request-row-col-footer-a-div-span-accept-icon-desktop {
    display: table-cell !important;
    vertical-align: middle !important;
    font-size: 1.3rem;
    color: #46e946;


}

.modal-friend-request-row-col-footer-a-div-span-text-desktop {
    display: table-cell !important;
    vertical-align: middle !important;
    font-size: 1.1rem;
    color: white;
}

.modal-friend-request-row-col-info-mobile {
    background-color: transparent;
    padding: 0;
    height: 72%;
    animation: forwards 400ms linear fly-in-below-animation;
    animation-delay: 5s;
    opacity: 0;
}

.modal-friend-request-row-col-info-mobile-seen {
    background-color: transparent;
    padding: 0;
    height: 72%;
}

.modal-friend-request-row-col-info-nameDiv-mobile {
    margin-top: 3px;
    line-height: 0
}

.modal-friend-request-row-col-info-nameDiv-username-mobile {
    color: #FAEC54;
    word-break: break-word;
}

.modal-friend-request-row-col-info-nameDiv-fullname-mobile {
    line-height: 1;
    font-size: 12px;

}

.modal-friend-request-row-col-info-msgDiv-mobile {
    text-align: left;
    margin: 5px;
    padding: 7px;
    color: white;
    font-size: 0.8rem;
    background-color: #262626;
    border-radius: 6px;
    border: #1e8e8e solid 1px;

}

.modal-friend-request-row-col-info-msgDiv-content-mobile {
    font-size: 0.8rem;
    text-align: left;
    line-height: 1.4;
    margin: auto;
    margin-bottom: 5px !important;
    min-height: 50px;


}

.message_icon_FR_msg_mobile {
    float: left;
    margin-right: 30px;
    height: 30px;
    shape-outside: circle();


}

.modal-friend-request-row-col-info-inCommonDiv-mobile {
    font-size: 12px;
    text-align: center;
    margin: 5px;
    color: white;
    margin-top: 20px;

}

.modal-friend-request-row-col-info-inCommonDiv-content-mobile {
    line-height: 0;
    width: 100%;

    text-align: center;
    font-size: 9px;

}

.modal-friend-request-row-col-info-footer-mobile {
    position: absolute;
    bottom: -5px;
    width: 100%;
}

.modal-friend-request-row-col-info-footer-a-mobile {
    width: calc(33% - 8px);
    margin: 1% 2px;
    background-color: transparent;
    border: 0px transparent;
}

.modal-friend-request-row-col-info-footer-div-reject-mobile {

    display: table;
    width: 100%;
    height: 9vw;
    border: #313131 solid 1px;
    border-radius: 5px;
    background-color: transparent;
    text-align: center;
    box-shadow: 0 4px 5px 5px #050505;
}

.modal-friend-request-row-col-info-footer-div-fanpage-mobile {

    display: table;
    width: 100%;
    height: 9vw;
    border: #313131 solid 1px;
    border-radius: 5px;
    background-color: transparent;
    text-align: center;
    box-shadow: 0 4px 5px 5px #050505;
}

.modal-friend-request-row-col-info-footer-div-accept-mobile {

    display: table;
    width: 100%;
    height: 9vw;
    border: #313131 solid 1px;
    border-radius: 5px;
    background-color: transparent;
    text-align: center;
    box-shadow: 0 4px 5px 5px #050505;
}

.modal-friend-request-row-col-info-footer-div-span-reject-mobile {
    display: table-cell !important;
    vertical-align: middle !important;
    font-size: 1.3rem;
    color: #bb2222;
}

.modal-friend-request-row-col-info-footer-div-span-more-mobile {
    display: table-cell !important;
    vertical-align: middle !important;
    font-size: 1.3rem;
    color: #FAEC54;
}

.modal-friend-request-row-col-info-footer-div-span-accept-mobile {
    display: table-cell !important;
    vertical-align: middle !important;
    font-size: 1.3rem;
    color: #46e946;
}

.modal-friend-request-row-col-footer-div-span-text-reject-mobile {
    display: table-cell !important;
    vertical-align: middle !important;
    font-size: 0.7rem;
    color: #fff;
}

.modal-friend-request-row-col-footer-div-span-text-fanpage-mobile {
    display: table-cell !important;
    vertical-align: middle !important;
    font-size: 0.7rem;
    color: #fff;
}

.modal-friend-request-row-col-footer-div-span-text-accept-mobile {
    display: table-cell !important;
    vertical-align: middle !important;
    font-size: 0.7rem;
    color: #fff;
}

/*hhh testing remove before merge or add to main*/
/*hhh click funtions start*/
div.clickEffect {
    position: fixed;
    box-sizing: border-box;
    border-style: solid;
    border-color: #FFFFFF;
    border-radius: 50%;
    animation: clickEffect 0.4s ease-out;
    z-index: 99999;
    pointer-events: none;
}

@keyframes clickEffect {
    0% {
        opacity: 1;
        width: 0.5em;
        height: 0.5em;
        margin: -0.25em;
        border-width: 0.5em;
    }
    100% {
        opacity: 0.2;
        width: 15em;
        height: 15em;
        margin: -7.5em;
        border-width: 0.03em;
    }
}

/*hhh click funtions end*/
/* Popup container - Feel function */
.popup_feel {
    height: 25px;
    width: 25px;
    background-size: 100% 100%;
    border: none !important;
    outline: none;
    margin: 0 -12.5px;
    padding: 0;
    position: absolute;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;


}

@media only screen and (max-width: 767px) {
    .popup_feel {
        height: 18px;
        width: 18px;
        margin: 0 -9px;


    }
}

.home-post-wall-feel-icon {
    height: 25px;
    width: 25px;
    background-size: 100% 100%;
    border: none !important;
    outline: none;
    margin: 0 -12.5px;
    padding: 0;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

@media only screen and (max-width: 767px) {
    .home-post-wall-feel-icon {
        height: 18px;
        width: 18px;
        margin: -9px;

    }
}

.popup_feel_modal {
    text-align: center;
    height: 25px;
    width: 25px;
    background-size: 100% 100%;
    border: none !important;
    outline: none;
    margin: -12.5px;
    padding: 0;
    position: absolute;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;

}

@media only screen and (max-width: 767px) {
    .popup_feel_modal {
        height: 18px;
        width: 18px;
        margin: 0 -9px;

    }
}


.popup_feel_modal_table {
    text-align: center;
    height: 20px;
    width: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    margin: -2px 0 0;


}

/* The actual popup */
.popup_feeltext {
    text-align: center;
    position: absolute;

    z-index: 1;
    margin-left: -12.5px;
    margin-top: -12.5px;
    /*pointer-events: none;*/
}

.popup_feeltext_modal {

    text-align: center;
    position: absolute;
    z-index: 1;
    margin-left: -12.5px;
    margin-top: -12.5px;
}

/* The actual popup */
.popup_feel .popup_feeltext {
    position: absolute;
    z-index: 1;
}


/* Popup arrow */
.popup_feel .popup_feeltext::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #FAEC54 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup_feel .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.home-user-feel-icon-pulse {
    background-size: 110% 110%;
    text-align: center;
    /*hhh simon orginal*/
    /*animation: home-user-feel-icon-pulse-animation 5s infinite ease-in-out;*/
    /*hhh blon animation orginal*/
    /*border-radius: 50%;*/
    /*box-shadow: 0 0 0 0 rgba(245, 227, 84, 1);*/
    /*animation: feel-icon-pulse-wave 2s infinite;*/
    /*hhh Marios pulse*/
    border-radius: 33%;
    box-shadow: 0 0 0 0 rgba(176, 176, 176, 1);
    animation: feel-icon-pulse-wave 5s infinite;
    animation-delay: 1s;
}


.home-container {
    max-width: 2000px;
    width: 100%;
}

.home-row-div {
    max-width: 1700px;
    margin: 0 auto 0;
}

.home-left-col {

}


.home-center-posts-header-container {
    width: 100%;
    text-align: center;
}

.home-center-posts-header-icon {
    height: 30px;
    width: auto;
    margin: 0 5px 8px 0;
}

.home-center-posts-header {
    color: #1e8e8e;
    display: inline;
    font-size: 1.2rem;
    font-weight: normal;
    margin: 10px auto;
    text-align: center;

}

@media only screen and (max-width: 767px) {
    .home-center-posts-header {
        font-size: 0.85rem;
        margin: 10px auto;
        text-align: left;


    }

    .home-center-posts-header-icon {
        height: 18px;
        width: auto;
        margin: 0 5px 3px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-center-posts-header {
        font-size: 1.3rem;
        margin: 10px auto;


    }

    .home-center-posts-header-icon {
        height: 21px;
        width: auto;
        margin: 0 5px 8px 0;
    }
}

.home-center-posts-no-content-txt {
    color: #aaa;
    font-size: 1rem;
    font-weight: bold;
    margin: 10px auto;
    text-align: center;
}

.home-center-posts-no-content-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
    row-gap: 70px;
    margin: 40px auto;
}

@media only screen and (max-width: 767px) {
    .home-center-posts-no-content-grid-container {

        grid-template-columns: 1fr;
        grid-gap: 50px;
        row-gap: 30px;
        margin: 40px auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-center-posts-no-content-grid-container {

        grid-template-columns: 1fr  1fr;
        grid-gap: 50px;
        row-gap: 30px;
        margin: 40px auto;
    }
}

.home-center-posts-no-content-grid-item {
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 16px 0 10px;
    background-color: #222222;
    border-radius: 5px;

}

@media only screen and (max-width: 767px) {
    .home-center-posts-no-content-grid-item {
        max-width: 210px;
    }
}

.home-center-posts-no-content-grid-item a {
    text-decoration: none;
}

.home-center-posts-no-content-grid-item-img {
    border-radius: 5px;
    height: auto;
    margin: 0 10px;
    width: calc(100% - 20px);
    border: #606060 solid 1px;
}

@media only screen and (max-width: 767px) {
    .home-center-posts-no-content-grid-item-img {
        max-width: 190px;
    }
}

.home-center-posts-no-content-grid-item-txt {
    text-align: center;
    overflow-x: hidden;
    font-size: 0.9rem;
    margin: 20px auto 15px;
    color: #FAEC54;
    font-weight: bold;
    word-break: break-word;

}

.single-post-container {
    border-radius: 5px;
}

.home-center-posts-container {
    border-radius: 15px;
    border: 1px solid #404040;
    background-color: #212121;

}

@media only screen and (max-width: 767px) {
    .home-center-posts-container {
        padding: 30px 0 30px;
        overflow-x: hidden;
        background-color: transparent;
        border: 0 solid transparent;
    }

    .single-post-container {
        padding: 30px 10px 30px;
        overflow-x: hidden;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-center-posts-container {
        padding: 20px 30px 50px;
        margin-bottom: 20px;
    }

    .single-post-container {
        padding: 20px 30px 50px;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-center-posts-container {
        padding: 30px 40px 50px;
        margin-bottom: 20px;
    }

    .single-post-container {
        padding: 30px 40px 50px;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    .home-center-posts-container {
        padding: 30px 40px 50px;
        margin-bottom: 50px;
    }

    .single-post-container {
        padding: 30px 40px 50px;
        margin-bottom: 50px;
    }

}

/*hhh ------------------ Single Post ---------------*/
.single-center-post-card {

    background-color: #303030;
    border: transparent solid 1px;
    border-radius: 10px;
    display: inline-block;
}

.single-center-post-card {


    background-color: #303030;
    border: transparent solid 1px;
    border-radius: 10px;


}

@media only screen and (max-width: 767px) {
    .single-center-post-card {

        -moz-box-shadow: 0 10px 10px #000;
        -webkit-box-shadow: 0 10px 10px #000;
        box-shadow: 0 10px 10px #000;
        margin: 10px auto 65px;
        max-width: 350px;
        min-width: 300px;
        width: 100%;
        padding: 10px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-center-post-card {

        -moz-box-shadow: 0 10px 20px #000;
        -webkit-box-shadow: 0 10px 20px #000;
        box-shadow: 10px 10px 20px #000;
        margin: 15px auto 0;
        max-width: 400px;
        min-width: 350px;
        width: 100%;
        padding: 17px 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-center-post-card {

        -moz-box-shadow: 0 10px 20px #000;
        -webkit-box-shadow: 0 10px 20px #000;
        box-shadow: 10px 10px 40px #000;
        margin: 15px auto 0;
        max-width: 475px;
        min-width: 450px;
        width: 100%;
        padding: 25px 35px;
    }
}

@media only screen and (min-width: 1200px) {
    .single-center-post-card {

        -moz-box-shadow: 0 10px 20px #000;
        -webkit-box-shadow: 0 10px 20px #000;
        box-shadow: 10px 10px 40px #000;
        margin: 15px auto 0;
        max-width: 500px;
        min-width: 490px;
        width: 100%;
        padding: 30px 40px;
    }
}


/*hhh ------------------ Post Card home ----------------- */
.home-center-post-card {
    /*background-color: #313131;*/
    background: #303030 linear-gradient(164deg,
    #212121,
    #303030);
    border: transparent solid 0;
    border-radius: 10px;


}

@media only screen and (max-width: 767px) {
    .home-center-post-card {

        -moz-box-shadow: 0 10px 10px #000;
        -webkit-box-shadow: 0 10px 10px #000;
        box-shadow: 0 10px 10px #000;
        margin: 25px auto 65px;
        width: 100%;
        padding: 20px 15px 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-center-post-card {

        -moz-box-shadow: 0 10px 20px #000;
        -webkit-box-shadow: 0 10px 20px #000;
        box-shadow: 10px 10px 20px #000;
        margin: 60px auto 0;
        width: 100%;
        padding: 25px 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-center-post-card {

        -moz-box-shadow: 0 10px 20px #000;
        -webkit-box-shadow: 0 10px 20px #000;
        box-shadow: 10px 10px 40px #000;
        margin: 90px auto 0;
        width: 100%;
        padding: 25px 35px;
    }
}

@media only screen and (min-width: 1200px) {
    .home-center-post-card {

        -moz-box-shadow: 0 10px 20px #000;
        -webkit-box-shadow: 0 10px 20px #000;
        box-shadow: 10px 10px 40px #000;
        margin: 90px auto 0;
        max-width: 500px;
        min-width: 490px;
        width: 85%;
        padding: 30px 40px;
    }
}

.home-center-post-card-r {
}

.home-center-post-card-l {
}

.home-center-post-card-avatar-img {
    border-radius: 5%;
    height: 70px;
    width: 39px;
    margin: 0 10px 0 0;
    vertical-align: top;
}

@media only screen and (max-width: 767px) {
    .home-center-post-card-avatar-img {

        margin: 0 10px 10px 0;

    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-center-post-card-avatar-img {

        margin: 0 10px 10px 0;

    }
}

.home-center-post-card-artist-name-header-container {
    width: calc(100% - 120px);
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .home-center-post-card-artist-name-header-container {
        width: calc(100% - 95px);

    }
}

.home-center-post-card-artist-name-header {
    color: #FAEC54;
    font-weight: bold;
    width: 100%;
    word-break: break-all;
    overflow-y: hidden;
    /*white-space: nowrap; note if we wanted only 1 row at all times*/
    text-overflow: ellipsis;

}

@media only screen and (max-width: 767px) {
    .home-center-post-card-artist-name-header {
        font-size: 0.9rem;
        max-height: 72px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-center-post-card-artist-name-header {
        font-size: 1.1rem;
    }
}


.home-center-post-card-date {
    color: #aaa;
    font-weight: normal;
    font-size: 0.9rem;
    display: inline-block;

}

@media only screen and (max-width: 767px) {
    .home-center-post-card-date {

        font-size: 0.7rem;

    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-center-post-card-date {

        font-size: 0.8rem;

    }
}

.home-center-post-card-dropdown-toggle-btn {
    background-color: #303030;
    -moz-box-shadow: 5px 5px 10px #191919,
    -5px -5px 10px #474747;
    -webkit-box-shadow: 5px 5px 10px #191919,
    -5px -5px 10px #474747;
    box-shadow: 5px 5px 10px #191919,
    -5px -5px 10px #474747;
    color: #fff;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 1rem;
}

@media only screen and (max-width: 767px) {
    .home-center-post-card-dropdown-toggle-btn {
        -moz-box-shadow: 5px 5px 10px #191919,
        -5px -5px 10px #474747;
        -webkit-box-shadow: 5px 5px 10px #191919,
        -5px -5px 10px #474747;
        box-shadow: 5px 5px 10px #191919,
        -5px -5px 10px #474747;
        padding: 6px 8px;
        font-size: 0.6rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-center-post-card-dropdown-toggle-btn {
        -moz-box-shadow: 5px 5px 10px #191919,
        -5px -5px 10px #474747;
        -webkit-box-shadow: 5px 5px 10px #191919,
        -5px -5px 10px #474747;
        box-shadow: 5px 5px 10px #191919,
        -5px -5px 10px #474747;
        padding: 8px 10px;
        font-size: 0.7rem;
    }
}

.home-center-post-card-dropdown-toggle-btn::after {
    content: none !important;
}

.home-center-post-card-dropdown-toggle-btn:hover {
    color: #FAEC54 !important;

}

.home-center-post-card-dropdown-menu {
    position: absolute;
    -moz-box-shadow: 10px 10px 20px 5px #000;
    -webkit-box-shadow: 10px 10px 20px 5px #000;
    box-shadow: 10px 10px 20px 5px #000;
    padding: 0;
    z-index: 1000;
    display: none;
    float: right;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    background-color: #303030;
    background-clip: padding-box;
    border: 1px solid #757575;
    border-radius: 5px;
}

.home-center-post-card-dropdown-divider {
    height: 0;
    margin: 0 5px !important;
    overflow: hidden;
    border-top: 1px solid #696969;
}

.home-center-post-card-dropdown-item {
    color: #fff;
    padding: 10px 24px;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .home-center-post-card-dropdown-menu {
        font-size: 0.7rem;
        -moz-box-shadow: 8px 8px 15px 2px #000;
        -webkit-box-shadow: 8px 8px 15px 2px #000;
        box-shadow: 8px 8px 15px 2px #000;
        transform: translate3d(-115px, 39px, 0px);
    }

    .home-center-post-card-dropdown-item {

        padding: 8px 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-center-post-card-dropdown-menu {
        font-size: 0.8rem;
        /*   top: 36% !important;*/
        /*right: -114px !important;*/
        -moz-box-shadow: 8px 8px 15px 2px #000;
        -webkit-box-shadow: 8px 8px 15px 2px #000;
        box-shadow: 8px 8px 15px 2px #000;
    }

    .home-center-post-card-dropdown-item {

        padding: 8px 20px;
    }
}


.home-center-post-card-dropdown-item:hover {
    background-color: #404040;
    color: #FAEC54 !important;
    font-weight: bold;
}


.share-button-tooltip {
    display: none;
    margin-left: 40px;
    text-align: center;
    padding: 5px 12px;
    background-color: #404040;
    border-radius: 4px;
    color: #FAEC54;
    transition: 500ms;
    font-weight: bold;
    opacity: 1;
}

.home-center-post-card-img-container {
    margin: 5px auto 0;
    min-width: 400px;
    width: 100%;
    max-width: 45vh;
    min-height: 711px;
    height: 100%;
    max-height: 80vh;
    border: #FAEC54 solid 1px;
    border-radius: 5px;
}

.home-center-post-card-img {
    cursor: crosshair;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
    border: 1px solid #404040;

}


.single-post-post-card-img {

    display: block;
    text-align: center;
    margin: auto;

}

@media only screen and (min-width: 768px) {

    .single-post-post-card-img {
        max-height: calc(95vh - 100px);
        width: auto;
        height: 100%;

    }
}

@media only screen and (max-width: 767px) {

    .single-post-post-card-img {

        width: 100%;
        max-width: 280px;
        max-height: 500px;
        height: auto;

    }
}

.home-center-post-card-message {

    width: calc(100% - 20px);
    margin: 15px auto 50px;
    line-height: 200%;
    font-size: 0.9rem;
    word-break: break-word;
    color: white;
}

@media only screen and (max-width: 767px) {
    .home-center-post-card-message {
        margin: 15px auto 20px;

    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-center-post-card-message {
        margin: 15px auto 50px;

    }
}


.home-center-post-card-feel-filter-btn {
    background-color: #303030;
    font-size: 0.8rem;
    font-weight: bold;
    color: white;
    -moz-box-shadow: 5px 5px 10px #191919,
    -5px -5px 10px #474747;
    -webkit-box-shadow: 5px 5px 10px #191919,
    -5px -5px 10px #474747;
    box-shadow: 5px 5px 10px #191919,
    -5px -5px 10px #474747;
    width: 100%;
    padding: 8px 0 8px 16px;
    border: none;
    transition: 0.5s;
}

@media only screen and (max-width: 767px) {
    .home-center-post-card-feel-filter-btn {
        font-weight: bold;
        -moz-box-shadow: 5px 5px 10px #191919,
        -5px -5px 10px #474747;
        -webkit-box-shadow: 5px 5px 10px #191919,
        -5px -5px 10px #474747;
        box-shadow: 5px 5px 10px #191919,
        -5px -5px 10px #474747;
        padding: 8px 0 8px 16px;

    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-center-post-card-feel-filter-btn {

        font-weight: bold;
        -moz-box-shadow: 5px 5px 10px #191919,
        -5px -5px 10px #474747;
        -webkit-box-shadow: 5px 5px 10px #191919,
        -5px -5px 10px #474747;
        box-shadow: 5px 5px 10px #191919,
        -5px -5px 10px #474747;
        padding: 8px 0 8px 16px;

    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-center-post-card-feel-filter-btn {

        font-weight: bold;
        -moz-box-shadow: 5px 5px 10px #191919,
        -5px -5px 10px #474747;
        -webkit-box-shadow: 5px 5px 10px #191919,
        -5px -5px 10px #474747;
        box-shadow: 5px 5px 10px #191919,
        -5px -5px 10px #474747;
        padding: 8px 0 8px 16px;

    }
}

.home-center-post-card-feel-filter-btn:hover {
    background-color: #383838 !important;
    color: #FAEC54 !important;
    border: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

}


.home-center-post-card-feel-filter-img {
    height: 21px;
    width: auto;
    display: inline-block;
    margin: 0 0 4px 7px;
    background-color: transparent;
}

@media only screen and (max-width: 767px) {
    .home-center-post-card-feel-filter-img {
        height: 15px;
        width: auto;
        margin: 0 0 0 7px;

    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-center-post-card-feel-filter-img {
        height: 17px;
        width: auto;
        margin: 0 0 2px 7px;

    }
}

.home-center-post-card-comment-content-btn {
    background-color: #303030;
    font-size: 0.8rem;
    font-weight: bold;
    color: white;
    -moz-box-shadow: 5px 5px 10px #191919,
    -5px -5px 10px #474747;
    -webkit-box-shadow: 5px 5px 10px #191919,
    -5px -5px 10px #474747;
    box-shadow: 5px 5px 10px #191919,
    -5px -5px 10px #474747;
    width: 100%;
    padding: 8px 16px;
    border: none;
    transition: 0.5s;
}

@media only screen and (max-width: 767px) {

    .home-center-post-card-comment-content-btn {
        height: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-center-post-card-comment-content-btn {
        height: 36.3px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-center-post-card-comment-content-btn {
        height: 41px;
    }
}

@media only screen and (min-width: 1200px) {
    .home-center-post-card-comment-content-btn {
        height: 41px;
    }
}


.home-center-post-card-comment-content-btn:hover {
    background-color: #383838 !important;
    color: #FAEC54 !important;
    border: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

}

.home-center-post-card-feel-content-btn {
    background-color: #303030;
    font-size: 0.8rem;
    font-weight: bold;
    color: white;
    -moz-box-shadow: 5px 5px 10px #191919,
    -5px -5px 10px #474747;
    -webkit-box-shadow: 5px 5px 10px #191919,
    -5px -5px 10px #474747;
    box-shadow: 5px 5px 10px #191919,
    -5px -5px 10px #474747;
    width: 100%;
    padding: 8px 16px;
    border: none;
    transition: 0.5s;
}

@media only screen and (max-width: 767px) {

    .home-center-post-card-feel-content-btn {
        height: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-center-post-card-feel-content-btn {
        height: 36.3px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-center-post-card-feel-content-btn {
        height: 41px;
    }
}

@media only screen and (min-width: 1200px) {
    .home-center-post-card-feel-content-btn {
        height: 41px;
    }
}

.home-center-post-card-feel-content-btn:hover {
    background-color: #383838 !important;
    color: #FAEC54 !important;
    border: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

}

@media only screen and (max-width: 767px) {
    .home-center-post-card-comment-content-btn-text {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-center-post-card-comment-content-btn-text {
        display: none;
    }
}

.home-center-post-card-remove-feel-btn {
    background-color: #303030;
    border: none;
    padding: 5px 10px;
    color: #696969;
    transition: 0.7s;
    font-size: 0.9rem;
}


.home-center-post-card-remove-feel-btn:hover {
    background-color: #383838;
    -moz-box-shadow: 0 5px 10px #000;
    -webkit-box-shadow: 0 5px 10px #000;
    box-shadow: 0 5px 10px #000;
    color: #808080;
}

.home-center-post-card-remove-feel-btn i {
    color: #696969;
    font-weight: bolder;
}

.home-center-post-card-remove-feel-btn:hover i {
    color: #808080;
}

@media only screen and (max-width: 767px) {
    .home-center-post-card-remove-feel-btn-text {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-center-post-card-remove-feel-btn-text {
        display: none;
    }
}

.home-right-col {
    max-width: 425px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    border: 1px solid #404040;
    border-radius: 15px;
    min-height: 50vh;
    padding-top: 30px;

}


.home-center-col {

}

@media only screen and (max-width: 767px) {
    .home-center-col {
        padding: 0;
    }
}

.home-concert-friends-mobile-container {

}

.home-concert-friends-pc-container {

}

.home-concert-friends-header {
    font-size: 1.1rem;
    color: #FAEC54;
    margin: 5px auto 50px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .home-concert-friends-header {
        font-size: 0.9rem;
        margin: 10px 10px;

    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-concert-friends-header {
        font-size: 1rem;
        margin: 10px 10px;

    }
}

.home-concert-friends-subheader {
    color: #1e8e8e;
    text-align: center;
    margin: 20px auto 15px;
    font-size: 1rem;
}

@media only screen and (max-width: 767px) {
    .home-concert-friends-subheader {
        font-size: 0.8rem;
        margin: 10px 10px;

    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-concert-friends-subheader {
        font-size: 0.9rem;
        margin: 10px 10px;

    }
}

.home-right-col-item-grid-container {
    display: grid;
}

@media only screen and (max-width: 767px) {
    .home-right-col-item-grid-container {
        grid-template-columns: auto auto auto auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-right-col-item-grid-container {
        grid-template-columns: auto auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .home-right-col-item-grid-container {

        grid-template-columns: auto auto;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1799px) {
    .home-right-col-item-grid-container {

        grid-template-columns: auto auto auto;
    }
}

@media only screen and (min-width: 1800px) {
    .home-right-col-item-grid-container {

        grid-template-columns: auto auto auto auto;
    }
}

.home-concert-upcoming-container {
    margin: 40px 0 0;
}

.home-concert-upcoming-card {
    width: 100%;
    margin: 5px auto 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #313131;
    display: flex;
}

.home-concert-upcoming-card-avatar-container {


}

.home-concert-upcoming-card-avatar-img {
    height: auto;
    width: 40px;
    border-radius: 5px;
}

.home-concert-upcoming-card-content-container {
    padding-left: 10px;
    color: #aaaaaa;
    width: 100%;

    max-width: 100%;
}

.home-concert-upcoming-card-content-header-artist-name {
    color: #faec54 !important;
    font-size: 1rem;
    word-break: break-all;
}

.home-concert-upcoming-card-content-header-artist-name a {
    color: #faec54 !important;
}

@media only screen and (max-width: 767px) {
    .home-concert-upcoming-card-content-header-artist-name {

        font-size: 0.9rem;

    }
}


.home-concert-upcoming-card-content-header-artist-name a:hover {
    color: #ded24b !important;
    text-decoration: underline;;
}

.home-concert-upcoming-card-content-header-concert-location {
    color: #fff;
    font-size: 0.8rem;
    word-break: break-word;
}

.home-concert-upcoming-card-link-container {
    margin-left: auto;
    align-self: flex-end
}

.home-concert-upcoming-card-link-btn {
    background-color: #FAEC54;
    color: #1c1c1c;
    font-size: 0.8rem;
    font-weight: bolder;
    padding: 5px 12px;
    text-align: center;
    bottom: 0;
}

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}

.home-concert-friends-img-container {
    width: 58px;
    margin: 5px auto 30px;
    transition: 500ms;
    position: relative;
    border: #757575 solid 1px;
    border-radius: 5px;
    background-color: #111;
    text-align: center;
    padding: 0;

}

.home-concert-friends-img-container:hover {
    width: 170px;
    padding: 0 0;
}

.home-concert-friends-img {

    border-radius: 5px;
    height: auto;
    width: 100%;
}

.home-concert-friends-img-container:hover .home-concert-friends-img {
    border-radius: 5px;

}

.home-concert-friends-img-text {
    color: #fff;
    display: none;
    opacity: 0;
    margin: 15px 2px 5px;
    padding: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.4rem;
    font-weight: bold;
    border-top: 1px solid #757575;
    transition: 600ms;
}


.home-concert-friends-img-container:hover .home-concert-friends-img-text {
    display: block;
    opacity: 1;
    font-size: 0.9rem !important;

}

.home-concert-friends-center-container {
    border: 1px solid #323232;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    padding: 6px
}

@media only screen and (max-width: 767px) {
    .home-concert-friends-center-container {
        width: 100%;
        height: 100%;
        padding: 6px;
        margin: 0 auto 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-concert-friends-center-container {
        width: calc(100% - 20px);
        height: 100%;
        padding: 6px;
        margin: 0 auto 20px;
    }
}

.home-concert-friends-center-img-container {
    width: 50px;
    margin: 5px auto 30px;
    position: relative;
    text-align: center;
    border: #757575 solid 1px;
    border-radius: 5px;

}


.home-concert-friends-center-img {
    border-radius: 5px;
    height: auto;
    width: 100%;
    max-width: 80px;
    border: white solid 1px;
}

.home-concert-friends-center-img-text {
    color: white;
    margin: 5px 10px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.7rem;
    transition: 300ms;
}


.home-concert-friends-inner-container {
    background-color: #696969;
}

.home-comment-modal-content {
    background-color: #404040;
    border: 1px solid #696969;
}


.home-comment-modal-content-row {
    border-radius: 5px;
    background-color: #1c1c1c;
    margin: 0;
    padding: 0;

}


@media only screen and (max-width: 767px) {
    .home-comment-modal-content-grid-container {
        display: grid;
        grid-template-columns: auto;
        grid-gap: 10px;
        padding: 10px 0 0;
        width: 100%;
        overflow-y: scroll;
        height: calc(100vh - 140px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-comment-modal-content-grid-container {
        display: grid;
        grid-template-columns:  auto;
        grid-gap: 10px;
        padding: 10px;
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-comment-modal-content-grid-container {
        display: grid;
        grid-template-columns: auto 400px;
        grid-gap: 10px;
        padding: 10px;
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .home-comment-modal-content-grid-container {
        display: grid;
        grid-template-columns: auto 450px;
        grid-gap: 10px;
        padding: 10px;
        width: 100%;
    }
}


.home-comment-modal-content-grid-item-l {
    text-align: center;

    display: inline-block;
    border-right: #FAEC54;
}


.home-comment-modal-content-grid-item-r {
    text-align: center;
    background-color: #313131;
    padding: 0 10px;
    overflow-y: scroll;
    max-height: calc(90vh - 100px);
    -moz-box-shadow: 0 5px 12px #000;
    -webkit-box-shadow: 0 5px 12px #000;
    box-shadow: 0 5px 12px #000;

}

@media only screen and (max-width: 767px) {
    .home-comment-modal-content-grid-item-l {
        max-height: 37vh;
    }

    .home-comment-modal-content-grid-item-r {
        overflow-y: unset;
        padding: 0 10px;
        max-height: unset;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-comment-modal-content-grid-item-l {
        max-height: 40vh;
    }

    .home-comment-modal-content-grid-item-r {
        max-height: 45vh;
    }
}

.home-comment-modal-content-grid-post-img {
    margin: 5px auto 0;
    min-width: calc(300px * 0.5625);
    width: 90%;
    max-width: calc(calc(90vh - 100px) * 0.5625);
    min-height: 300px;
    height: auto;
    max-height: calc(90vh - 100px);
    border: #606060 solid 1px;
    border-radius: 0px;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .home-comment-modal-content-grid-post-img {
        min-height: unset;
        margin: 5px auto 0;
        min-width: unset;
        width: auto;
        height: 35vh;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-comment-modal-content-grid-post-img {
        margin: 10px auto;
        width: auto;
        height: calc(100% - 20px);

    }
}

.home-comment-modal-content-grid-post-img-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.home-comment-modal-content-grid-item-r-header-container {
    margin-top: 10px;
    height: 100px;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .home-comment-modal-content-grid-item-r-header-container {

        height: 70px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-comment-modal-content-grid-item-r-header-container {

        height: 70px
    }
}

.home-comment-modal-content-grid-artist-avatar {
    border-radius: 2px;
    height: 100px;
    width: 56px;
    margin: 0 5px 0 0;
    border: #606060 solid 1px;
    float: left;


}

@media only screen and (max-width: 767px) {
    .home-comment-modal-content-grid-artist-avatar {
        height: 70px;
        width: 39.4px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-comment-modal-content-grid-artist-avatar {
        height: 70px;
        width: 39.4px;
    }
}


.home-comment-modal-content-grid-header {
    text-align: left !important;
    color: #FAEC54;
    font-weight: bold;
    font-size: 1.2rem;

}

@media only screen and (max-width: 767px) {
    .home-comment-modal-content-grid-header {
        font-size: 1rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-comment-modal-content-grid-header {
        font-size: 1rem;
    }
}


.home-comment-modal-content-grid-timestamp {
    color: #aaa;
    font-weight: normal;
    font-size: 0.9rem;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .home-comment-modal-content-grid-timestamp {
        font-size: 0.7rem;
    }
}

.home-comment-modal-content-grid-post-message {
    margin-top: 10px;
    color: white;
    text-align: left !important;
    word-break: break-word;
}

@media only screen and (max-width: 767px) {
    .home-comment-modal-content-grid-post-message p {
        font-size: 0.9rem;
        margin-bottom: 5px;
        padding-bottom: 30px;
        border-bottom: 1px solid #404040;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-comment-modal-content-grid-post-message p {
        font-size: 0.9rem;
        margin-bottom: 5px;
    }
}

.home-comment-modal-content-grid-post-info-text {
    margin: 30px auto 7px;
    color: #757575;
    font-size: 0.75rem;
    width: 100%;
    text-align: center !important;
}

.home-comment-modal-content-grid-post-textarea {
    color: white !important;
    margin: 30px auto 5px;
    background-color: #404040;
    border: 1px solid #696969 !important;
    border-radius: 5px;
    width: 100% !important;
    transition: 0.5s;
}

@media only screen and (max-width: 767px) {
    .home-comment-modal-content-grid-post-textarea {
        font-size: 0.8rem;
        margin: 20px auto 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-comment-modal-content-grid-post-textarea {
        font-size: 0.9rem;
    }
}

.home-comment-modal-content-grid-post-textarea:focus {
    background-color: #404040 !important;
    border: 2px solid #FAEC54 !important;
    color: white !important;

}

.home-comment-modal-content-grid-post-textarea::placeholder {
    color: #808080;
}

.home-comment-modal-content-grid-post-message-send-btn-container {
    text-align: center;
}

.home-comment-modal-content-grid-post-message-send-btn {
    margin: 10px auto 40px;
    -moz-box-shadow: 5px 5px 10px #191919,
    -5px -5px 10px #474747;
    -webkit-box-shadow: 5px 5px 10px #191919,
    -5px -5px 10px #474747;
    box-shadow: 5px 5px 10px #191919,
    -5px -5px 10px #474747;
    width: 200px;
    display: inline-block;
    font-weight: 400;
    color: #212121;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s

}

.home-comment-modal-content-grid-post-message-send-btn-hover:hover {
    color: yellow;
}

@media only screen and (max-width: 767px) {
    .home-comment-modal-content-grid-post-message-send-btn {
        margin: 10px auto 5px;
        font-size: 0.9rem;
        color: #faec54;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-comment-modal-content-grid-post-message-send-btn {
        margin: 10px auto 30px;
    }
}


.home-comment-modal-content-grid-post-message-send-btn:focus {
    color: #FAEC54 !important;
    border: #FAEC54 1px solid !important;
}

.home-comment-modal-content-grid-post-comments-container {
    width: 100%;
    text-align: left;
}

.home-comment-modal-content-grid-post-comments-card {
    margin: 15px auto 25px;
    min-height: 94px;
    border: 1px solid;
    border-radius: 5px;
    background-color: #282828;
    padding: 7px;
    -moz-box-shadow: 0 5px 10px #000;
    -webkit-box-shadow: 0 5px 10px #000;
    box-shadow: 0 5px 10px #000;
}

@media only screen and (max-width: 767px) {
    .home-comment-modal-content-grid-post-comments-card {
        margin: 25px auto 35px;
        min-height: 64px;
        padding: 7px;

    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-comment-modal-content-grid-post-comments-card {
        margin: 15px auto 25px;
        min-height: 64px;
        padding: 7px;

    }
}

.home-comment-modal-content-grid-post-comment-card-avatar {
    border-radius: 2px;
    height: 80px;
    width: 45px;
    float: left;
    margin: 0 5px 0 0;
    border: #606060 solid 1px;
}

@media only screen and (max-width: 767px) {
    .home-comment-modal-content-grid-post-comment-card-avatar {
        height: 50px;
        width: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-comment-modal-content-grid-post-comment-card-avatar {
        height: 50px;
        width: 28px;
    }

}

.home-comment-modal-content-grid-post-comment-card-header {
    color: #FAEC54;
    margin-left: 65px;
    font-size: 1.2rem;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .home-comment-modal-content-grid-post-comment-card-header {
        margin-left: 42px;
        font-size: 0.9rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-comment-modal-content-grid-post-comment-card-header {
        margin-left: 43px;
        font-size: 1.1rem;
    }
}

.home-comment-modal-content-grid-post-comment-card-text {
    color: white;
    margin-left: 65px;
    font-size: 1rem;
}

@media only screen and (max-width: 767px) {
    .home-comment-modal-content-grid-post-comment-card-text {
        margin-left: 42px;
        margin-bottom: 5px;
        font-size: 0.8rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-comment-modal-content-grid-post-comment-card-text {
        margin-left: 43px;
        font-size: 0.9rem;
        margin-bottom: 5px;
    }
}

.home-comment-modal-content-grid-post-comment-card-date-text {
    color: #757575;
    margin-left: 65px;
    font-size: 0.8rem;

}

@media only screen and (max-width: 767px) {
    .home-comment-modal-content-grid-post-comment-card-date-text {
        margin-left: 42px;
        margin-bottom: 5px;
        font-size: 0.7rem;

    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-comment-modal-content-grid-post-comment-card-date-text {
        margin-left: 43px;
        margin-bottom: 5px;
    }
}

.home-comment-modal-content-grid-post-comment-card-hr {

}

.home-comment-modal-content-grid-post-comment-close-btn {
    background-color: #faec54;
    border: none;
    padding: 10px 20px;
    -moz-box-shadow: 0 5px 10px #000;
    -webkit-box-shadow: 0 5px 10px #000;
    box-shadow: 0 5px 10px #000;
    color: #1c1c1c;
    transition: 0.4s;
    font-size: 0.9rem;
    margin: 20px 20px 20px auto;
    /*TODO Button should be on right side and look good. */
}

.home-comment-modal-content-grid-post-comment-close-btn:disabled,
home-comment-modal-content-grid-post-comment-close-btn[disabled] {
    -moz-box-shadow: 0 5px 10px #000;
    -webkit-box-shadow: 0 5px 10px #777777;
    box-shadow: 0 5px 10px #4d4d4d;
    color: #5d5d5d;
}

@media only screen and (max-width: 767px) {
    .home-comment-modal-content-grid-post-comment-close-btn {
        padding: 6px 20px;
        font-size: 0.8rem;
        margin: 10px 20px 15px auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-comment-modal-content-grid-post-comment-close-btn {
        padding: 10px 20px;
        font-size: 0.8rem;
        margin: 15px 20px 15px auto;
    }
}

.home-comment-modal-content-grid-post-comment-close-btn:hover {
    background-color: #404040;
    -moz-box-shadow: 0 2px 5px #000;
    -webkit-box-shadow: 0 5px 5px #000;
    box-shadow: 0 2px 5px #000;
    color: #aaa;
}


.home-comment-success-popup {
    opacity: 0;
    width: 160px;
    background-color: #faec54;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: fixed;
    z-index: 1;
    bottom: 50%;
    left: 50%;
    margin-left: -80px;
    transition: 0.5s;
}

.home-comment-success-popup-show {
    opacity: 1;

}


.home-feel-modal-content {
    background-color: #404040;
    border: 1px solid #696969;
    width: 100%;

}

.home-feel-modal-content-row {
    border-radius: 5px;
    background-color: #1c1c1c;
    margin: 0;
    padding: 0;
}

.home-feel-modal-content-grid-container {
    display: grid;
    grid-template-columns:  450px auto;
    grid-gap: 10px;
    padding: 10px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .home-feel-modal-content-grid-container {
        grid-template-columns:  100%;


    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-feel-modal-content-grid-container {
        width: auto;
        grid-template-columns:  500px;
        margin: auto;

    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-feel-modal-content-grid-container {
        grid-template-columns:  500px;
        width: auto;
        margin: auto;

    }
}


.home-feel-modal-content-grid-item-l {
    text-align: center;
    background-color: #313131;
    padding: 0 10px;
    margin: auto;
    overflow-y: scroll;
    height: calc(90vh - 150px);
    -moz-box-shadow: 0 5px 12px #000;
    -webkit-box-shadow: 0 5px 12px #000;
    box-shadow: 0 5px 12px #000;

}

@media only screen and (max-width: 767px) {
    .home-feel-modal-content-grid-item-l {
        height: calc(90vh - 126px);
        width: 100%;
        background-color: #313131;
        -moz-box-shadow: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }
}


.home-feel-modal-content-grid-item-l-header-container {
    margin-top: 10px;
    height: 100px

}

@media only screen and (max-width: 767px) {
    .home-feel-modal-content-grid-item-l-header-container {

        height: 70px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-feel-modal-content-grid-item-l-header-container {

        height: 70px
    }
}

.home-feel-modal-content-grid-feel-filter-btn-container {
    text-align: center;
    margin: 25px auto 20px;
    padding: 10px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .home-feel-modal-content-grid-feel-filter-btn-container {
        margin: 5px auto 5px;

        padding: 0 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-feel-modal-content-grid-feel-filter-btn-container {
        margin: 25px auto 20px;
        padding: 10px;
    }
}

.home-feel-modal-content-grid-feel-filter-text {
    text-align: left;
    color: #808080;
    font-size: 0.8rem;
    margin: 0 0 10px 30px;
}

@media only screen and (max-width: 767px) {
    .home-feel-modal-content-grid-feel-filter-text {
        font-size: 0.8rem;
    }
}

.home-feel-modal-content-grid-feel-filter-btn {
    margin: 0 10px;
    border-radius: 5px;
    background-color: #303030;
    border: 1px solid #696969;
    color: #808080;
    padding: 6px 20px;
    width: 160px;
    transition: 0.2s;
    font-size: 0.9rem;

}

@media only screen and (max-width: 767px) {
    .home-feel-modal-content-grid-feel-filter-btn {
        font-size: 0.8rem;
        padding: 6px 16px;
        width: 180px;
        margin: 10px 10px 10px;
    }
}

.home-feel-modal-content-grid-feel-filter-btn:hover {
    color: #ffffff;
}

.home-feel-modal-content-grid-feel-filter-btn-active {
    color: #FAEC54;
    text-shadow: 0 0 12px #FAEC54;
    -moz-box-shadow: 5px 5px 10px #191919,
    -5px -5px 10px #474747;
    -webkit-box-shadow: 5px 5px 10px #191919,
    -5px -5px 10px #474747;
    box-shadow: 5px 5px 10px #191919,
    -5px -5px 10px #474747;
    border: 1px transparent solid !important;
}

.home-feel-modal-content-grid-feel-filter-btn-active:hover {
    color: #FAEC54;
!important;
}

.home-feel-modal-content-grid-feel-filter-btn-active:focus {
    text-shadow: 0 0 12px #FAEC54;
    -moz-box-shadow: 5px 5px 10px #191919,
    -5px -5px 10px #474747;
    -webkit-box-shadow: 5px 5px 10px #191919,
    -5px -5px 10px #474747;
    box-shadow: 5px 5px 10px #191919,
    -5px -5px 10px #474747;
}

.home-feel-modal-content-grid-feel-filter-btn-active:active {
    text-shadow: 0 0 12px #FAEC54;
    -moz-box-shadow: 5px 5px 10px #191919,
    -5px -5px 10px #474747;
    -webkit-box-shadow: 5px 5px 10px #191919,
    -5px -5px 10px #474747;
    box-shadow: 5px 5px 10px #191919,
    -5px -5px 10px #474747;
}

.feel-modal-count-div {
    text-align: center;
}

.feel-modal-count-text {
    color: #1e8e8e;
    margin: 0;
    font-weight: normal;
    font-size: 0.8rem;
}

.home-feel-modal-content-grid-item-r {
    text-align: center;
    position: relative;
    border-right: #FAEC54;
}

.home-feel-modal-content-grid-img-container {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5%;
    margin: 5px auto 0;
    min-width: calc(300px * 0.5625);
    width: 90%;
    max-width: calc(calc(90vh - 150px) * 0.5625);
    min-height: 300px;
    height: auto;
    max-height: calc(90vh - 100px);

    border-radius: 5px;
}

@media only screen and (max-width: 1200px) {

    .home-feel-modal-content-grid-img-container {
        display: none;
    }
}

.home-feel-modal-content-grid-img {
    width: 100%;
    height: 100%;
}

.home-feel-modal-table-list-container-all {
    width: 100%;
    display: block;
    max-height: calc(90vh - 350px);


}

.home-feel-modal-table-list-container-friends {
    width: 100%;
    height: calc(90vh - 350px);
    display: none;
    overflow-y: scroll;
}

@media only screen and (max-width: 767px) {
    .home-feel-modal-table-list-container-friends {
        height: calc(90vh - 306px);

    }

    .home-feel-modal-table-list-container-all {
        max-height: calc(90vh - 306px);
        overflow-y: unset;

    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-feel-modal-table-list-container-friends {
        height: calc(90vh - 296px);

    }

    .home-feel-modal-table-list-container-all {
        max-height: calc(90vh - 296px);

    }
}

/*.home-feel-modal-friend-feels-table-container {*/
/*    position: relative;*/
/*   */
/*}*/
/*.home-feel-modal-all-feels-table-container {*/
/*    position: relative;*/
/*}*/
.home-feel-modal-friend-feel-table {
    border-radius: 5px;
    width: 100%;

    border-collapse: separate !important;

}

@media only screen and (max-width: 767px) {
    .home-feel-modal-friend-feel-table {
        border-top: #696969 solid 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-feel-modal-friend-feel-table {
        border-top: #696969 solid 1px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-feel-modal-friend-feel-table {
        border-top: #696969 solid 1px;
    }
}


.home-feel-modal-all-feel-table {
    width: 100%;
    border-collapse: separate !important;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .home-feel-modal-all-feel-table {
        border-top: #696969 solid 0;

    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-feel-modal-all-feel-table {
        border-top: #696969 solid 1px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-feel-modal-all-feel-table {
        border-top: #696969 solid 1px;
    }
}

.home-feel-modal-feel-table-body {

}

.home-feel-modal-feel-table-body tr {
    border-radius: 5px;
    background-color: #404040;
    -moz-box-shadow: 0 5px 10px #000;
    -webkit-box-shadow: 0 5px 10px #000;
    box-shadow: 0 5px 10px #000;
    padding: 0 10px;
    float: left;
    margin: 0 5px 20px;
    width: calc(100% - 10px);
}

.home-feel-modal-feel-table-body th, td {
    text-align: left;
    padding: 5px 0;
    vertical-align: center;

}

.home-feel-modal-feel-table-td-avatar {
    width: 41px;

}

.home-feel-modal-feel-table-avatar-img {
    border-radius: 5px;
    height: 48px;
    width: 27px;

}

.home-feel-modal-feel-table-td-username {
    width: calc(390px - 41px - 81px);
    max-width: calc(390px - 41px - 81px);
    padding: 0 5px 0 10px;
    overflow: hidden;
    word-break: break-all;
    /*white-space: nowrap; note if we wanted only 1 row at all times*/
    text-overflow: ellipsis;
    color: white !important;
}

@media only screen and (max-width: 767px) {
    .home-feel-modal-feel-table-td-username {
        width: 100%;

    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-feel-modal-feel-table-td-username {
        width: calc(437px - 41px - 81px);
        max-width: calc(437px - 41px - 81px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-feel-modal-feel-table-td-username {
        width: calc(437px - 41px - 81px);
        max-width: calc(437px - 41px - 81px);
    }
}

.home-feel-modal-feel-table-td-username a {

    color: white;

}

@media only screen and (max-width: 767px) {
    .home-feel-modal-feel-table-td-username a {

        font-size: 0.8rem;

    }
}


.home-feel-modal-feel-table-td-username a:hover {
    color: #1994d2;
    text-decoration: underline !important;
}

.home-feel-modal-feel-table-td-feelicon {
    width: 81px;
    position: static;
}

@media only screen and (max-width: 767px) {
    .home-feel-modal-feel-table-td-feelicon-text {
        display: none;
    }

    .home-feel-modal-feel-table-td-feelicon {
        width: 45px;

    }

}


.home-feel-modal-feel-table-td-show-feel-btn {
    -moz-box-shadow: 0 3px 10px #000;
    -webkit-box-shadow: 0 3px 10px #000;
    box-shadow: 0 3px 10px #000;
    background-color: #404040;
    border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #696969;
    color: white;
    font-size: 0.8rem;


}

.home-feel-modal-feel-table-td-show-feel-btn:hover {
    color: #FAEC54;
    background-color: #363636;
}

.home-feel-modal-feel-table-td-show-feel-btn:focus {
    -moz-box-shadow: 0 3px 8px #1c1c1c;
    -webkit-box-shadow: 0 3px 8px #1c1c1c;
    box-shadow: 0 3px 8px #1c1c1c;
    border: #56b2da88 1px solid;
}


.home-feel-modal-feel-table-load-ellipsis {

    position: absolute;
    left: 136px;
    top: 50%;
    background-color: #262626;
    height: 70px;
    border-radius: 20px;
    width: 200px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .home-feel-modal-feel-table-load-ellipsis {
        left: calc(50% - 100px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-feel-modal-feel-table-load-ellipsis {
        left: calc(50% - 100px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-feel-modal-feel-table-load-ellipsis {
        left: calc(50% - 100px);
    }
}


.home-feel-modal-feel-table-load-ellipsis div {
    position: absolute;
    top: 28px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #FAEC54;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.home-feel-modal-feel-table-load-ellipsis div:nth-child(1) {
    left: 68px;
    animation: lds-ellipsis1 0.6s infinite;
}

.home-feel-modal-feel-table-load-ellipsis div:nth-child(2) {
    left: 68px;
    animation: lds-ellipsis2 0.6s infinite;
}

.home-feel-modal-feel-table-load-ellipsis div:nth-child(3) {
    left: 92px;
    animation: lds-ellipsis2 0.6s infinite;
}

.home-feel-modal-feel-table-load-ellipsis div:nth-child(4) {
    left: 116px;
    animation: lds-ellipsis3 0.6s infinite;
}


/*hhh FL-Menu*/
.home-post-wall-feel-menu-container {
    height: 150px;
    width: 150px;

    display: none;
    border-radius: 50%;
    background-size: 100% 100%;

    outline: none;
    margin: -75.5px 0 0 -75.5px;
    padding: 0;
    position: absolute;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;

}

@media only screen and (max-width: 767px) {
    .home-post-wall-feel-menu-container {
        height: 50px;
        width: 50px;
        margin: -25px 0 0 -25px;

    }
}


.home-post-wall-feel-menu-btn {
    position: absolute;
    display: flex;
    transition: 0s;
    border: none;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    padding: 0;
    text-align: center;
    background-color: rgba(136, 136, 136, 0.80);
    pointer-events: auto;


}


.home-post-wall-feel-menu-btn-1 {
    top: calc(87% - 22px);
    left: calc(18% - 22px);
}


.home-post-wall-feel-menu-btn-2 {
    top: calc(58% - 22px);
    left: calc(4% - 22px);
}

.home-post-wall-feel-menu-btn-3 {
    top: calc(27% - 22px);
    left: calc(9% - 22px);
}

.home-post-wall-feel-menu-btn-4 {
    top: calc(7% - 22px);
    left: calc(33% - 22px);
}

.home-post-wall-feel-menu-btn-5 {
    top: calc(6% - 22px);
    right: calc(34% - 22px);
}

.home-post-wall-feel-menu-btn-6 {
    top: calc(27% - 22px);
    right: calc(9% - 22px);
}

.home-post-wall-feel-menu-btn-7 {
    top: calc(58% - 22px);
    right: calc(4% - 22px);

}

.home-post-wall-feel-menu-btn-8 {
    top: calc(87% - 22px);
    right: calc(18% - 22px);

}

.home-post-wall-feel-menu-btn-9 {
    bottom: calc(0% - 22px);
    left: calc(50% - 22px);
}

@media only screen and (max-width: 767px) {

    .home-post-wall-feel-menu-btn-1 {
        top: calc((150px * 0.87) - 50px - 22px);
        left: calc((150px * 0.18) - 50px - 22px);
    }


    .home-post-wall-feel-menu-btn-2 {
        top: calc((150px * 0.58) - 50px - 22px);
        left: calc((150px * 0.04) - 50px - 22px);
    }

    .home-post-wall-feel-menu-btn-3 {
        top: calc((150px * 0.27) - 50px - 22px);
        left: calc((150px * 0.09) - 50px - 22px);
    }

    .home-post-wall-feel-menu-btn-4 {
        top: calc((150px * 0.07) - 50px - 22px);
        left: calc((150px * 0.33) - 50px - 22px);
    }

    .home-post-wall-feel-menu-btn-5 {
        top: calc((150px * 0.07) - 50px - 22px);
        right: calc((150px * 0.33) - 50px - 22px);
    }

    .home-post-wall-feel-menu-btn-6 {
        top: calc((150px * 0.27) - 50px - 22px);
        right: calc((150px * 0.09) - 50px - 22px);
    }

    .home-post-wall-feel-menu-btn-7 {
        top: calc((150px * 0.58) - 50px - 22px);
        right: calc((150px * 0.04) - 50px - 22px);

    }

    .home-post-wall-feel-menu-btn-8 {
        top: calc((150px * 0.87) - 50px - 22px);
        right: calc((150px * 0.18) - 50px - 22px);

    }

    .home-post-wall-feel-menu-btn-9 {
        bottom: calc(0% - 50px - 22px);
        left: calc(50% - 22px);
    }
}

.home-post-wall-feel-menu-centerpoint {
    position: absolute;
    /*display: flex;*/
    border: none;
    height: 44px;
    width: 44px;
    padding: 0;
    line-height: 0;
    background-color: transparent;
    text-shadow: 0 0 1px #000;
    font-size: 1.3rem;
    text-align: center;
    pointer-events: none;
    bottom: calc(50% - 22px);
    left: calc(50% - 22px);
    color: rgba(221, 221, 221, 0.9);
}

.home-post-wall-feel-menu-icon-img {
    height: 32px;
    width: 32px;
    top: calc(50% - 22px);
    right: calc(50% - 22px);
    position: absolute;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}


@keyframes home-user-feel-icon-pulse-animation {
    0% {
        transform: scale(1, 1);
    }
    15% {
        transform: scale(1.4, 1.4);
    }
    30% {
        transform: scale(0.75, 0.75);
    }
    40% {
        transform: scale(1.15, 1.15);
    }
    46% {
        transform: scale(0.95, 0.95);
    }
    50% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1, 1);
    }

}

/*@keyframes feel-icon-pulse-wave {*/
/*    0% {*/
/*        transform: scale(0.95);*/
/*        box-shadow: 0 0 0 0 rgba(245, 227, 84, 0.56);*/
/*    }*/
/*    70% {*/
/*        transform: scale(1);*/
/*        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);*/
/*    }*/
/*    100% {*/
/*        transform: scale(0.95);*/
/*        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);*/
/*    }*/
/*}*/
@keyframes feel-icon-pulse-wave {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(176, 176, 176, 0.7);
    }

    8% {
        transform: scale(1.2);
        box-shadow: 0 0 0 7px rgba(255, 255, 255, 0);
    }

    20% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes appear-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*for testing in Alpha, remove later*/
.alpha-tests-coming-soon-std-text-p {
    color: white;
    width: 80ch;
    max-width: 95%;
    font-size: 1rem;
    margin: auto;
    text-align: left;
}


/*hhh ------------------------------------------------KEYFRAMES/ANIMATIONS----------------------------------------*/
@keyframes spin_infinite_w_180deg_breaks {
    0% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(15deg);
    }
    80% {
        transform: rotate(345deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes fadeInAndOut {
    0% {

        opacity: 0;
        transform: translate(-50%, -20%);
    }
    12% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
    88% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -20%);
    }
}

@keyframes fadeInAndOut {
    0% {

        opacity: 0;
        transform: translate(-50%, -20%);
    }
    12% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
    88% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -20%);
    }
}

/*hhh---------------- Login Modal ------------------*/
.login-modal-forgot-password-box {
    background-color: #404040 !important;
    margin: 1%;
    width: 98% !important;
    color: white;
    fill: white;
}

.login-modal-content {
    background-color: #404040;
}

/*hhh---- SEARCH PAGE ---------*/
.search-results-main-container {
    margin: -40px auto;
    background: #313131 linear-gradient(344deg,
    #1e8e8e,
    #363636,
    #313131,
    #212121);
    background-attachment: fixed;
    padding: 50px 30px;
}

@media only screen and (max-width: 767px) {
    .search-results-main-container {
        padding: 50px 0;
    }
}

.search-results-main-header {
    font-size: 1.2rem;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.search-results-main-subheader {
    font-size: 0.9rem;
    color: #1e8e8e;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.search-results-list-container {
    padding: 10px;
    margin: 20px auto 50px;
    text-align: center;
}

.search-results-list-header {
    font-size: 0.9rem;
    font-weight: normal;
    color: #fff;
    max-width: 700px;
    width: 100%;
    margin: 30px auto 0;
    text-align: left;
}

.search-result-card {
    width: 100%;
    max-width: 700px;
    border: 1px solid #262626;
    border-radius: 5px;
    background-color: #363636;
    margin: 10px auto 30px;
    display: grid;
    padding: 8px;
    grid-template-columns: 40px auto;
    text-align: left;
    -moz-box-shadow: 0 8px 12px #111;
    -webkit-box-shadow: 0 8px 12px #111;
    box-shadow: 0 8px 12px #111;
}

.search-result-card-image-container {

}

.search-result-card-image {
    width: 100%;
    height: auto;
    border-radius: 4px;
    border: 1px solid #404040;
}

.search-result-card-content-container {
    padding: 0 10px;
    display: flex;
    margin-left: 6px;
    justify-content: center;
    flex-direction: column;
}

.search-result-card-content-header {
    font-size: 1.2rem;
    color: #FAEC54;
    font-weight: bold;

}

@media only screen and (max-width: 767px) {
    .search-result-card-content-header {
        font-size: 0.9rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

.search-result-card-content-subheader {
    font-weight: normal;
    color: #808080;
    margin: 5px 0 0;
}

.search-result-card-content-subheader span {
    color: #808080 !important;
}

.search-result-card-content-subheader a {
    font-size: 0.9rem;
    color: #1e8e8e;
    font-weight: normal;
    text-decoration: none;
}

.search-result-card-content-subheader a:hover {
    font-size: 0.9rem;
    color: #42bfbf;

}

.search-results-list-no-result-p {
    font-size: 1rem;
    color: #808080;
    text-align: center;
    margin: 30px auto;
}

.search-results-list-artist-request-container {
    max-width: 700px;
    margin: 100px auto 20px;
    font-size: 1.5rem;
    background-color: #262626;
    -moz-box-shadow: 0 8px 12px #111;
    -webkit-box-shadow: 0 8px 12px #111;
    box-shadow: 0 8px 12px #111;
    padding: 10px;
    border-radius: 5px;

}

.search-results-list-artist-request-header {
    color: #FAEC54;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 10px auto 10px;
}

.search-results-list-artist-request-container i {
    margin: 0 10px;
    color: #1e8e8e;
}

.search-results-list-artist-request-p {
    font-size: 1rem;
    color: #fff;
    text-align: center;
    margin: 15px auto 5px;
}

.search-results-list-request-artist-btn {
    text-align: center;
    font-size: 1.1rem;
    background-color: #FAEC54;
    color: #404040;
    border: 1px solid transparent;
    transition: 0.3s;
    border-radius: 5px;
    padding: 7px 20px;
    font-weight: bolder;
    margin: 30px auto 20px;

}

.search-results-list-request-artist-btn:hover {
    background-color: #FAEC54;
    color: #262626;
    transition: 0.3s;
    border: 1px solid #262626;
    transform: translate(0, -6px);

}

.search-results-list-request-artist-btn span {
    transform: rotate(-15deg);
    margin-right: 10px;
    font-size: 1.4rem;
    color: #1c1c1c;

}

.search-results-artist-request-modal-dialog {
    max-width: 500px !important;
    width: 50% !important;
    margin: 120px auto 10px;

}


@media only screen and (max-width: 992px) {
    .search-results-artist-request-modal-dialog {
        width: 99% !important;

    }
}

.search-results-artist-request-modal-header {
    text-align: left;
    font-size: 1.3rem;

}

.search-results-artist-request-modal-body {


    background-color: #404040;
    padding: 30px 40px;
    text-align: left;
}

@media only screen and (max-width: 992px) {
    .search-results-artist-request-modal-body {


    }
}

.search-results-artist-request-success-modal-body-icon {
    margin: 100px auto;
    text-align: center;
    font-size: 10rem;
    color: #FAEC54;
    animation: fl-animation-element-up-and-down-loop 1s infinite linear;
}

.search-results-artist-request-success-modal-body-header {
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin: 20px auto 10px;

}

.search-results-artist-request-modal-p {
    font-size: 1rem;
    color: #fff;
    text-align: center;
    margin: 15px auto 80px;
}

.search-results-artist-request-modal-input-label {
    color: #aaa;
    font-size: 0.9rem;
    display: block;
    margin: 20px 0 0;
    font-weight: bold;
}


.search-results-artist-request-modal-input {
    width: 100%;
    font-size: 1rem;
    padding: 5px 0 5px 6px;
    color: white;
    background-color: #111111 !important;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0 0 10px;

}

.search-results-artist-request-modal-input:focus {
    background-color: #111111 !important;
    border: 1px solid #1e8e8e;
    outline-width: 0;
    color: #fff;
}

.search-results-artist-request-modal-cancel-btn {
    color: #aaaaaa;
    background-color: #363636;
    padding: 6px 16px;
    margin-right: 10px;
}

.search-results-artist-request-modal-cancel-btn:hover {
    color: #bbbbbb;
    background-color: #484848;
}

.search-results-artist-request-modal-saving-btn {
    background-color: #FAEC54;
    color: #404040;
    border: #696969 solid 1px;
    border-radius: 5px;
    padding: 6px 30px;
    font-weight: bold;
    transition: 400ms;
    cursor: pointer;
}

.search-results-artist-request-modal-saving-btn:hover {
    color: #1c1c1c;
    border-color: #FAEC54;

}

/*hhh  RESETING PASSWORD CLASSES FOR ALL PAGES*/
.password-reset-container {
    max-width: 1000px;
    margin: 10px auto;
    padding: 30px 10px;
    text-align: center;
    background-color: #313131;
    border-radius: 6px;
}

.password-reset-container input[type=email] {
    border-radius: 3px;
    padding: 5px;

}

.password-reset-header {
    color: #FAEC54;
    font-size: 1.5rem;
    margin: 15px auto 30px;
    text-align: center;
    font-weight: bold;
    word-break: break-all;
}

.password-reset-text {
    color: white;
    max-width: 500px;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    margin: 10px auto 40px;
}

.password-reset-container label {
    color: #aaaaaa;
    margin-right: 5px;
    display: block;

}

.password-reset-submit-btn {
    padding: 3px 20px;
    font-weight: normal;
    background-color: #104c4c;
    color: #aaa;
    margin: 0 0 0 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.password-reset-submit-btn:hover {
    background-color: #1e8e8e;
    color: #eee;
}

.password-reset-container ul {
    max-width: 500px;
    color: #1e8e8e;
    margin: 30px auto;
    font-size: 1rem;

}

.password-reset-new-psw-form {
    max-width: 500px;
    margin: 60px auto 0;
}


.password-reset-new-psw-form input[type=password] {
    border-radius: 3px;
    border: 1px solid transparent;

}

.password-reset-new-psw-form .errorlist {
    color: orangered;
    font-weight: bold;
}

.password-reset-new-psw-form .password-reset-submit-btn {
    display: block;
    margin: 30px auto;
    padding: 7px 30px;
    font-weight: bold;
}

.password-reset-done-login-btn {
    background-color: #FAEC54;
    color: #1c1c1c;
    border: 1px solid transparent;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 20px auto;
    text-align: center;
    padding: 7px 24px;
    transition: 225ms;
}

.password-reset-done-login-btn:hover {
    padding: 7px 30px;

}

/*hhh Register Fan Account*/
.register-conformation-main-container {
    max-width: 1500px;
    margin: 0 auto;
    min-height: calc(100vh - 68px);
    padding: 10px 15px;
    background: #1c1c1c url("../stage_v0.5.png") no-repeat center center fixed;
}

.register-conformation-content-container {
    background-color: rgba(10, 10, 10, 0.8);
    border-radius: 5px;
    padding: 20px 30px 50px;
    margin: 10px auto 50px;

}

.register-conformation-content-header {
    color: #FAEC54;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin: 35px auto 20px;

}

.register-conformation-content-intro-txt {
    color: white;
    text-align: center;
    margin: 40px auto 60px;
}

.register-conformation-content-set-up-col {
    background-color: #262626;
    text-align: center;
    border-radius: 5px;
    padding: 10px 15px 20px;
    border: #FAEC54 solid 1px;

}

.register-conformation-content-set-up-header {
    color: #FAEC54;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 20px auto;
}

.register-conformation-content-set-up-txt {
    color: white;
    font-size: 1rem;

}

.register-conformation-content-set-up-txt span {
    color: #FAEC54;
    font-weight: bold;
}

.register-conformation-content-set-up-btn {
    color: #1c1c1c;
    background-color: #FAEC54;
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 4px 26px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin: 20px auto;
}

.register-conformation-content-set-up-btn {
    color: #1c1c1c;
    background-color: #FAEC54;
}

.register-conformation-content-skip-col {
    background-color: #484848;
    text-align: center;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 20px 5px 0;
}

.register-conformation-content-skip-header {
    color: #1e8e8e;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 20px auto;
}

.register-conformation-content-skip-txt {
    color: #aaaaaa;
    font-size: 0.9rem;
}

.reg-verified-home-btn {
    color: #faec54;
    background-color: #1c1c1c;
    border-radius: 5px;
    border: 1px solid #faec54;
    padding: 4px 26px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin: 20px 15px 20px auto;
}

.reg-verified-home-btn:hover {
    color: #faf081;
    border: 1px solid #faf081;
    background-color: #212121;
    transition: 300ms;
}


.register-conformation-failed-main-container {
    max-width: 1500px;
    margin: 0 auto;
    min-height: calc(100vh - 80px);
    padding: 10px 15px;
    background: #1c1c1c url("../stage_v0.5.png") no-repeat center center fixed;


}

/*hhh Error Pages*/
.error-pages-container {
    background-color: #262626;
    border-radius: 6px;
    width: calc(100% - 40px);
    max-width: 1250px;
    font-size: 100%;
    color: #FAEC54;
    margin: 10px auto 100px;
    padding: 15px 20px;
}

.error-pages-header {
    font-size: 1.6rem;
    text-align: center;
    margin: 20px auto 50px;
    font-weight: bold;
    color: #faec54;
}

.error-pages-txt {
    text-align: center;
    color: white;
    font-size: 1.1rem;
    margin: 30px auto 20px;
    max-width: 500px;
}

.error-pages-txt a {
    color: #FAEC54;
    font-weight: bold;
    text-decoration: underline;
}

.error-pages-btn {
    color: #1e8e8e;
    background-color: #313131;
    border-radius: 5px;
    border: 1px #1e8e8e solid;
    padding: 6px 26px;
    font-size: 0.95rem;
    transition: 250ms;
}

.error-pages-btn:hover {
    background-color: #404040;
    color: #269f9f;
    font-weight: bold;
}

/* hhh DEVOTE PAYMENT SUCCESS PAGE*/
.devote-payment-success-page-main-container {
    background: #1c1c1c linear-gradient(162deg, #313131, #212121, #1c1c1c, #111111);
    -moz-box-shadow: 0 10px 10px #000;
    -webkit-box-shadow: 0 10px 10px #000;
    box-shadow: 0 10px 10px #000;
    border-radius: 6px;
    width: calc(100% - 40px);
    max-width: 1000px;
    font-size: 100%;
    margin: 10px auto 100px;
    padding: 15px 20px 40px;
}

.devote-payment-success-page-loading-header {
    color: #aaa;
    font-size: 1rem;
    text-align: center;
    margin: 50px auto 50px;
    font-weight: bold;

}

.devote-payment-success-page-loading-header i {
    color: #1e8e8e;
    margin-right: 6px;
    font-size: 1.4rem;
    animation-name: fl-animation-element-spin-360;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.devote-payment-success-page-main-header {
    font-size: 1rem;
    text-align: center;
    margin: 40px auto 50px;
    color: #757575;
    border-bottom: 1px solid #757575;

}

.devote-payment-success-page-main-header span {
    color: #faec54;
    margin-left: 5px;
}

.devote-payment-success-page-txt {
    font-size: 1rem;
    color: #fff;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .devote-payment-success-page-txt {
        text-align: center;
    }
}


.devote-payment-success-page-txt span {
    color: var(--fl-yellow);
}

.devote-payment-success-page-valid-dp-poster-container {
    text-align: center;
    margin: 50px auto 0;
    perspective: 3000px;
    width: 100%;
    max-width: 300px;
    position: relative;
    /*transform: translate(-50%, -50%);*/
    transform-style: preserve-3d;
}

.devote-payment-success-page-valid-dp-poster-img {
    height: auto;
    width: 80%;
    margin: auto;
    text-align: center;
    border: #808080 solid 1px;
    border-radius: 5px;
    transform: rotateX(7deg) rotateZ(2deg) translate3d(-12px, 0px, 200px);
    box-shadow: 30px 20px 10px 0 rgba(0, 0, 0, 0.6);
    transition: all .4s;
    transform-style: preserve-3d;
}

.devote-payment-success-page-info-container {
    margin: 20px 0;
}
@media only screen and (max-width: 768px) {
    .devote-payment-success-page-info-container {
        text-align: center;
    }
}

.devote-payment-success-page-info-container label {
    color: #757575;
    font-size: 0.65rem;
    margin: 12px 0 0;
}

.devote-payment-success-page-info-container p {
    color: #fff;
    font-size: 1.1rem;
    margin: 0;
}

.devote-payment-success-page-main-txt {
    text-align: center;
    color: white;
    font-size: 1rem;
    margin: 30px auto 50px;
    padding-top: 15px;
}


.devote-payment-success-page-btn {
    background-color: #faec54;
    color: #1c1c1c;
    margin: 20px 10px;
    border-radius: 5px;
    border: 1px #faec54 solid;
    padding: 6px 26px;
    font-weight: bold;
    font-size: 0.95rem;
    transition: 250ms;
}

.devote-payment-success-page-btn:hover {
    background-color: #d2c538;
    border: 1px #1c1c1c solid;

}


.password-container {
    position: relative;
    max-width: 300px;
}

.reg-psw-rules-container {
    display: none;
    position: absolute;
    top: 100%;
    border-radius: 6px;
    left: 5px;
    width: calc(100% - 10px);
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 0.9em;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.password-container input {
    width: 100%;
    padding-right: 2rem;
}

.reg-toggle-show-psw-icon {
    position: absolute;
    right: 16px;
    top: 75%;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
}


/*media screen size classes templetes*/
@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}