/* font-family: 'Roboto', sans-serif; */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* outline: 1px solid red; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
html, body {
    height: var(--full-height);
    overflow-y: auto;
    overflow-x: hidden;
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #232323;
    background-color: #F1F2F3;
    /* line-height: 1.3;
    letter-spacing: 0.5px; */
}
a {
    color: #232323;
    text-decoration: none;
    transition: all .3s;
}
a:hover {
    opacity: 80%;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background: #d1d1d132;
    /* box-shadow: inset 0 0 0 2px white; */
    /* overflow: hidden; */
}
::-webkit-scrollbar-thumb {
    background: #A3A7AB;
    border-radius: 7px;
}
::-webkit-scrollbar-thumb:hover {
    background: #A3A7AB;
}
body.noscroll::-webkit-scrollbar-thumb {
    width: 6px;
}


input {
    font-family: 'Roboto', sans-serif !important;
    touch-action: manipulation !important;
}

.container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 30px;
}

.template-container {
    max-width: 1800px;
    margin: 0 auto;
}
.template-content-wrapper {
    margin-left: 190px;
    /* margin-right: 350px; */
    margin-right: 315px;
    min-height: calc(100vh - 7px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
/* .template-content-container {
    display: flex;
    flex-direction: row;
    width: calc(100vw - 489px);
} */
.template-content-img-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 280px;
    position: absolute;
    top: 10px;
    right: 13px;
}
.template-content-img-container .img-1 {
    width: 100%;
    height: 496px;
    object-fit: contain;
}
.template-content-img-container .img-2 {
    width: 100%;
    height: 164px;
    object-fit: contain;
}



/* ................... Menu ................... */
.menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
}
.menu-container {
    width: 155px;
}
.menu-logo {
    display: inline-block;
    width: 74px;
    height: 57px;
    margin: 20px auto 30px 40px;
}
.menu-link-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: calc(100vh - 230px);
    overflow-y: auto;
    transition: all .3s ease-in-out;
}
.menu-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.menu-link:hover {
    opacity: 100% ;
}
.menu-link-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
}
.menu-link-home {
    background: url('/siteStorage/icons/home.svg') center no-repeat;
}
.menu-link-search {
    background: url('/siteStorage/icons/search.svg') center no-repeat;
}
.menu-link-favorite {
    background: url('/siteStorage/icons/heart.svg') center no-repeat;
}
.menu-link-recents {
    background: url('/siteStorage/icons/time.svg') center no-repeat;
}
.menu-link-radio {
    background: url('/siteStorage/icons/radio.svg') center no-repeat;
}
.menu-link-podcast {
    background: url('/siteStorage/icons/mic.svg') center no-repeat;
}
.menu-link-byLocation {
    background: url('/siteStorage/icons/globe.svg') center no-repeat;
}
.menu-link-byLanguage {
    background: url('/siteStorage/icons/language-outline.svg') center no-repeat;
}
.menu-link-privacy {
    background: url('/siteStorage/icons/lock.svg') center no-repeat;
}
.menu-link-bar {
    width: 6px;
    height: 30px;
    background-color: transparent;
}
.is-active .menu-link-icon {
    filter: invert(13%) sepia(15%) saturate(0%) hue-rotate(153deg) brightness(80%) contrast(292%);
}
.is-active .menu-link-bar {
    background-color: #232323;
}
.menu-link-text {
    font-size: 12px;
    font-weight: 500;
    color: #868686;
    text-transform: uppercase;
}
.is-active .menu-link-text {
    color: #232323;
}
.user-mobile {
    display: none !important;
}
.menu-action-btn-container {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-top: 20px;
    cursor: pointer;
}
.action-btn-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-left: 26px;
    padding: 5px 0px;
    transition: all .3s;
}
.action-btn-container:hover {
    opacity: 80%;
}
.action-btn-img {
    display: inline-block;
    width: 15px;
    height: 15px;
}
.action-btn-img.action-btn-img-login {
    background: url('/siteStorage/icons/enter-outline.svg') center no-repeat;
}
.action-btn-img.action-btn-img-logout {
    background: url('/siteStorage/icons/logout.svg') center no-repeat;
}
.action-btn-img.action-btn-img-signin {
    background: url('/siteStorage/icons/user.svg') center no-repeat;
}
.action-btn-img.action-btn-img-settings {
    background: url('/siteStorage/icons/settings.svg') center no-repeat;
}
.action-btn-text {
    font-size: 12px;
    font-weight: 500;
    color: #232323;
}

/* ................... Popup ................... */

.popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99998;
    background-color: rgba(0, 0, 0, .5);
    /* opacity: 1; */
    /* animation: fade-opacity .3s; */
}
.popup-wrapper {
    /* display: none; */
    position: fixed;
    top: 70px;
    left: 50%;
    transform: translateX(-50%) !important;
    z-index: 99999;
    /* animation: fade-opacity .3s; */
}
.popup-container {
    position: relative;
    /* margin: 70px auto 0; */
    max-width: 650px;
    max-height: 700px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 31px 0px 45px;
    border-radius: 20px;
}
.popup-close  {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    padding: 10px;
}
.popup-close span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('/siteStorage/icons/close.svg') center no-repeat;
    cursor: pointer;
}
.popup-title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #232323;
    margin-bottom: 25px;
}
.popup-content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    padding: 0px 60px 0px;
}
.popup-radio-info {
    font-size: 12px;
    color: #868686;
    text-align: center;
    line-height: 2;
}
.signupWith-btn-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    width: 100%;
}
.signupWith-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 50px;
    border: 1px solid #C9C9C9;
    border-radius: 100px;
    cursor: pointer;
    transition: all .3s;
}
.signupWith-btn:hover {
    opacity: 80%;
}
.signupWith-btn-img {
    display: inline-block;
    width: 20px;
    height: 20px;
}
.signupWith-btn-img.google {
    background: url('/siteStorage/icons/google.svg') center no-repeat;
}
.signupWith-btn-img.facebook {
    background: url('/siteStorage/icons/facebook-color.svg') center no-repeat;
}
.signupWith-btn-text {
    font-size: 14px;
    font-weight: 500;
    color: #232323;
    text-transform: uppercase;
}
.signup-alternative-text {
    font-size: 12px;
    font-weight: 500;
    color: #868686;
    margin: 20px 0;
    text-transform: uppercase;
}
.haveToBelogin-text {
    /* display: none; */
    font-size: 18px;
    font-weight: 500;
    color: #D11313;
    margin: 0 0 20px;
}
.haveToBelogin-text.active-is-error {
    display: block;
}

.input-wrapper {
    width: 100%;
}
.input-wrapper.settings {
    max-width: 500px;
    margin-top: 35px;
}
/* ................... Contact ................... */
.input-wrapper.contact {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 35px;
    margin-top: 35px;
}
.input-wrapper.contact .signup-form {
    max-width: 500px;
    border-right: 1px solid #C9C9C9;
    padding-right: 35px;
}
.contact-info-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-info-title {
    font-size: 16px;
    font-weight: 700;
    color: #232323;
}
.contact-info-icon-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 30px;
}
.contact-info-icon {
    width: 20px;
    height: 22px;
}
.contact-info-icon.email {
    background: url('/siteStorage/icons/mail-outline.svg') center no-repeat;
}
.contact-info-icon.adress {
    background: url('/siteStorage/icons/location.svg') center no-repeat;
}
.contact-info-icon.phone {
    background: url('/siteStorage/icons/phone.svg') center no-repeat;
}
.contact-info-text-t {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.contact-info-title-t {
    font-size: 14px;
    font-weight: 300;
    color: #232323;
    margin-bottom: 6px;
}
.contact-info-text {
    font-size: 14px;
    color: #232323;
}
.contact-info-text.adress {
    max-width: 235px;
}


.form-first-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 20px;
    margin-bottom: 20px;
}
.signup-msg-container {
    width: 47%;
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.field {
    position: relative;
}
.field textarea {
    width: 100%;
    height: 250px;
    border: 1px solid #B7B7B7;
    outline: none;
    color: #000;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif !important;
    border-radius: 8px;
    padding: 10px 20px;
    resize: none;
    margin-bottom: 20px;
    position: relative;
}
.field textarea::placeholder {
    font-family: 'Montserrat', sans-serif !important;
}
.field input {
    width: 100%;
    height: 48px;
    border: 1px solid #B7B7B7;
    outline: none;
    color: #000;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif !important;
    border-radius: 8px;
    padding: 0 20px;
    position: relative;
}
span.validation-error {
    position: absolute;
    left: 7px;
    bottom: -16px;
    color: red;
    font-size: 11px;
}
.input-text {
    font-size: 14px;
    font-weight: 500;
    color: #232323;
    margin-bottom: 15px;
}
.field.showPass {
    position: relative;
}
.show-pass {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    background: url('/siteStorage/icons/eye.svg') center no-repeat;
    width: 19px;
    height: 19px;
    cursor: pointer;
}
.show-pass.show-pass-active {
    filter: invert(0%) sepia(3%) saturate(0%) hue-rotate(212deg) brightness(3%) contrast(104%);
}
.signup-submit-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.AcceptTermeni {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    /* gap: 10px; */
}
.AcceptTermeni label {
    font-size: 12px;
    color: #868686;
    padding-left: 10px;
}
.AcceptTermeni label a {
    font-weight: 500;
    color: #232323;
}
.checkbox-custom {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 20px;
    width: 20px;
    
}
.checkbox-custom input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    height: 20px;
    width: 20px;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #C9CCD2;
    border-radius: 2px;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    width: 11px;
    height: 11px;
    border-radius: 1px;
    background-color: #316FF6;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.checkbox-custom input:checked ~ .checkmark:after {
    display: block;
}
.signup-form-btn-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 25px 0 18px;
}
.forgotPass .signup-form-btn-container {
    margin-bottom: 0;
}
.signup-form-btn {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    background-color: #C9C9C9;
    padding: 0 70px;
    width: 100%;
    height: 50px;
    border-radius: 100px;
    border: 1px solid #C9C9C9 ;
    font-size: 14px;
    font-weight: 600;
    color: #232323;
    cursor: pointer;
}
.forgotpass-btn {
    font-size: 12px;
    font-weight: 700;
    color: #232323;
    text-align: center;
    width: 100%;
    padding: 3px 0 5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s;
}
.forgotpass-btn:hover {
    opacity: 80%;
}
.signin-haveAccount-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:10px;
}
.signin-haveAccount-item {
    font-size: 12px;
    color: #868686;
    text-align: center;
}
.signin-haveAccount-item-a a,
.signin-haveAccount-item .signin-haveAccount-item-cp {
    font-weight: 500;
    color: #232323;
    text-decoration: underline;
    cursor: pointer;
    transition: all .3s;
    /* display: inline-block; */
}
.signin-haveAccount-item .signin-haveAccount-item-cp:hover {
    opacity: 80%;
}




/* ................... Home ................... */

.content-container {
    width: 100%;
}
.page-title {
    font-size: 22px;
    font-weight: 700;
    color: #232323;
    margin: 30px 0 20px 0;
}
.slider-wrapper-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    position: relative;
}
.left-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(calc(-50% + 20px));
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    background: url('/siteStorage/icons/arrow-right.svg') center no-repeat;
    cursor: pointer;
    rotate: 180deg;
}
.right-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(calc(50% + -20px));
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    background: url('/siteStorage/icons/arrow-right.svg') center no-repeat;
    cursor: pointer;
}
.slider-wrapper-container.small .left-arrow {
    transform: translateY(calc(50% + 25px));
}
.slider-wrapper-container.small .right-arrow {
    transform: translateY(calc(-50% + -25px));
}
.home-slider-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.slider-container {
    display: flex;
    flex-direction: row;
    gap: 30px;
    overflow-x: auto;
    padding-bottom: 20px;
    margin: 0 20px;
}
.slider-title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}
.slider-title {
    font-size: 16px;
    font-weight: 500;
    color: #232323;
}
.slider-title-heart-img {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('/siteStorage/icons/heart.svg') center no-repeat;
    filter: invert(13%) sepia(15%) saturate(0%) hue-rotate(153deg) brightness(80%) contrast(292%);
}
.slider-item-wrapper {
    width: 330px;
    height: 170px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 13px;
}
/* .slider-item {
    width: 100%;
    height: 100%;
} */
.radio-bg-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.radio-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.radio-emblem {
    width: 66px;
    height: 66px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 5px;
    overflow: hidden;
}
.radio-emblem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.radio-name {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 59px;
    background-color: rgba(35, 35, 35, .56);

    display: flex;
    align-items: center;
    padding-left: 25px;
}
.radio-name p {
    font-size: 14px;
    color: #fff;
}
.small-slider-wrapper.trending-searches .small-slider-item-wrapper {
    width: fit-content;
    background-color: #fff;
    padding: 10px 40px;
    border-radius: 14px;
}
.small-slider-wrapper.trending-searches .small-radio-name {
    margin-top: 0;
}
.small-slider-wrapper.trending-searches .small-radio-name p{
    font-size: 12px;
}
.radio-gen-filter-container {
    margin: 30px 0 60px 0;
}
.radio-gen-filter-item-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 5px;
}
.radio-gen-filter-item-link {
    width: 160px;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 300;
    color: #232323;
}
.small-slider-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 20px;
    margin: 0 20px;
}
.small-slider-item-wrapper {
    width: 150px;
    flex-shrink: 0;
    padding: 10px 0px 0px 0px;
    position: relative;
    /* border-radius: 13px;
    overflow: hidden; */
}
.small-slider-item-wrapper .small-action-btn  {
    top: 10px;
    right: 10px;
}
.small-slider-item {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 140px;
    background-color: #fff;
    box-shadow: 0px 0px 18px -11.9px #6F6F6F;
    overflow: hidden;
    border-radius: 13px;
}
.small-radio-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.small-radio-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.small-action-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    z-index: 100;
}
.radio-detail-player-action .small-action-btn {
    position: relative;
}
.radio-detail-player-action  .small-action-btn-heart {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}  
.radio-detail-player-action.radio-player .small-action-btn {
    width: 20px;
}
.radio-detail-player-action.radio-player .radio-detail-share span {
    filter: unset;
}
.radio-detail-player-action.radio-player .small-action-btn-heart {
    background: url('/siteStorage/icons/heart-player.svg') center no-repeat;
    width: 20px;
    height: 17px;
}
.small-action-btn.active .small-action-btn-heart {
    background: url('/siteStorage/icons/heart-full.svg') center no-repeat;
}
.small-action-btn-heart {
    background: url('/siteStorage/icons/heart.svg') center no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.small-action-btn.podcast {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(45deg, transparent 49.5%,  #a4a7ac 50.5%, #fff 50.5%);
}
.small-action-btn.podcast.podcast-active {
    display: block;
}
.small-action-btn-circle {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
    background-color: #18A43D;
    border-radius: 100px;
}
.small-radio-name  {
    margin-top: 12px;
}
.small-radio-name p {
    font-size: 13px;
    color: #232323;
}
.fav-action-btn-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.fav-delete-album {
    padding: 10px 20px;
    border: 1px solid #707070;
    border-radius: 100px;
    font-size: 14px;
    color: #232323;
    cursor: pointer;
}
.select-album-dropdown-wrapper {
    width: 300px;
    position: relative;
}
.select-album-dropdown {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #707070;
    border-radius: 100px;
    font-size: 14px;
    color: #232323;
    position: relative;
    cursor: pointer;
}
.arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url('/siteStorage/icons/arrow-down.svg') center no-repeat;
}
.select-album-dropdown-content {
    /* display: none; */
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 0px 18px -11.9px #6F6F6F;
    border-radius: 8px;
}
.album-name-select,
.album-add-btn {
    padding: 11px 15px;
    border-bottom: 1px solid #CBCBCB;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    transition: all .3s;
    cursor: pointer;
}
.album-name-select:hover {
    background-color: #F1F2F3;
}
.album-add-btn {
    border-bottom: 0px;
    font-weight: 600;
    text-transform: uppercase;
}
/* .album-add-btn.user-desktop {
    display: ;
} */
.album-add-btn.user-mobile {
    display: none !important;
}
/* ................... Radio Player ................... */
.radio-player-container-wrapper {
    /* display: none; */
    /* transform: translateY(100%); */
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /* height: 90px; */
    background: #F1F2F3;
    box-shadow: 0px 0px 18px -11.9px #6F6F6F;
    z-index: 101;
    padding: 14px 40px;
}
.radio-player-transition-active {
    transition: all .3s ease-in-out;
    transform-origin: center bottom;
}
.radio-player-transition-hidden {
    transform: translateY(100%);
}
.radio-player-transition-shown {
    transform: translateY(0);
}
.radio-player-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.radio-post-container {
    width: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
    width: 250px;
}
.radio-post-img-container {
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 18px -11.9px #6F6F6F;
}
.radio-post-img-container img {
    width: 100%;
    height: 100%;
}
.radio-post-text {
    font-size: 16px;
    color: #232323;
}
.radio-play-btn {
    background: url('/siteStorage/icons/play-filled.svg') center no-repeat;
    width: 50px;
    height: 50px;
}
.radio-actions-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 40px;
    width: 250px;
}
.radio-actions-btn {
    width: 20px;
    height: 20px;
}
.radio-actions-btn.volume {
    background: url('/siteStorage/icons/volume-down.svg') center no-repeat;
}
.radio-actions-btn.share {
    background: url('/siteStorage/icons/share.svg') center no-repeat;
}
.radio-actions-btn.heart {
    background: url('/siteStorage/icons/heart-o.svg') center no-repeat;
}

/* ................... Search ................... */
.search-container {
    margin: 25px 0 30px 0;
    width: 100%;
    position: relative;
}
.search-container::after {
    content: '';
    background: url('/siteStorage/icons/search.svg') center no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    z-index: 20;
}
.search-input {
    width: 100%;
    padding: 15px 10px 15px 40px;
    border: 1px solid #C9CCD2;
    border-radius: 6px;
}
.icon-container {
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
}
.loader {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
    animation: around 5.4s infinite;
}
@keyframes around {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
.loader::after, .loader::before {
    content: "";
    background: white;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: #333 #333 transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
}
.loader::after {
    animation: around 0.7s ease-in-out 0.1s infinite;
    background: transparent;
}

/* ................... Recents ................... */
.recents-container-no-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 260px;
    border-radius: 15px;
    gap: 20px;
    background-color: #fff;

}
.recents-no-item-img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}
.recents-no-item-text {
    font-size: 16px;
    font-weight: 500;
    color: #232323;
}

.radio-lisit-wrapper {
    margin-top: 25px;
}
.radio-lisit-mobile {
    display: none;
}
.radio-lisit-title {
    font-size: 16px;
    font-weight: 700;
    color: #232323;
    margin-bottom: 20px;
}
.radio-lisit-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.radio-list-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    width: 300px;
}
.radio-list-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 90px;
    height: 90px;
    background-color: #fff;
    box-shadow: 0px 0px 18px -11.9px #6F6F6F;
    border-radius: 8px;
    overflow: hidden;
}
.radio-list-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.radio-list-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.radio-list-text-1,
.radio-list-text-2 {
    font-size: 14px;
    color: #232323;
}
.radio-list-text-1 {
    font-weight: 700;
}


.radio-favorite-lisit-wrapper {
    margin-top: 25px;
    /* border-bottom: 1px solid #CBCBCB; */
}
.radio-favorite-lisit-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.radio-favorite-list-item-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    border-bottom: 1px solid #CBCBCB;
    padding-bottom: 8px;
}
.radio-favorite-list-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.radio-favorite-list-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-color: #fff;
    box-shadow: 0px 0px 18px -11.9px #6F6F6F;
    border-radius: 8px;
    overflow: hidden;
}
.radio-favorite-list-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.radio-favorite-list-item-action-btn-c {
    position: relative;
}
.radio-favorite-list-item-action-btn {
    background: url('/siteStorage/icons/dots.svg') center no-repeat;
    width: 25px;
    height: 10px;
    cursor: pointer;
    padding: 13px;
}

.action-first-container {
    /* display: none; */
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 144px;
    background-color: #fff;
    box-shadow: 0px 0px 18px -11.9px #6F6F6F;
    border-radius: 8px;
}
/* .radio-favorite-list-item-action-btn.active .action-first-container {
    display: block;
} */
.action-button {
    padding: 8px 11px;
    border-bottom: 1px solid #CBCBCB;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    transition: all .3s;
    cursor: pointer;
}
.action-button:hover {
    background-color: #F1F2F3;
}
.action-button:last-of-type {
    border-bottom: 0px;
}
.action-button-right-arrow {
    display: inline-block;
    background: url('/siteStorage/icons/arrow-down.svg') center no-repeat;
    width: 13px;
    height: 8px;
    rotate: -90deg;
}
.action-button.second-popup {
    position: relative;
}
.action-button.second-popup:hover {
    
}
.action-second-container {
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 200px;
    background: #fff;
    box-shadow: 0px 0px 18px -11.9px #6F6F6F;
    border-radius: 8px;
    z-index: 11;
}
/* ................... Radio Detail ................... */
.radio-info-wrapper {
    position: relative;
    padding: 0 40px;
}
.radio-info-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 400px;
    z-index: -1;
    background: linear-gradient(to top, rgba(123, 104, 165, 0), rgba(123, 104, 165, 1));
    
}
.radio-info-banner {
    margin-bottom: 60px;
    width: 100%;
    /* height: 250px; */
    height: 350px;
}
.radio-info-banner-img {
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    object-fit: cover;
    background: #fff;
}
.radio-detail-player-container {
    margin-bottom: 25px;
}
.radio-detail-player-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 35px;
}
.radio-detail-player {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.radio-detail-player-img {
    width: 140px;
    height: 140px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 0px 18px -11.9px #6F6F6F;
    /* padding: 10px; */
    overflow: hidden;
}
.radio-detail-player-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.radio-detail-player-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.radio-detail-player-name {
    font-size: 30px;
    font-weight: 700;
    color: #232323;

}
.radio-detail-player-action-btn {
    background: url('/siteStorage/icons/play-filled.svg') center no-repeat;
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: all .3s;
}
.radio-detail-player-action-btn:hover {
    opacity: 80%;
}

.radio-detail-player-action {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px
}
.radio-detail-player-action.mobile {
    display: none;
}
.radio-detail-share,
.radio-detail-favorite {
    padding: 5px 10px;
    cursor: pointer;
}
.radio-detail-share span,
.radio-detail-favorite span {
    display: inline-block;
    width: 17px;
    height: 17px;
    filter: invert(14%) sepia(1%) saturate(0%) hue-rotate(150deg) brightness(-95%) contrast(102%);
}
.radio-detail-share span {
    background: url('/siteStorage/icons/share.svg') center no-repeat;
}
.radio-detail-favorite span{
    background: url('/siteStorage/icons/heart-o.svg') center no-repeat;
}

.radio-detail-description-wrapper {
    padding-left: 15px;
    margin-bottom: 50px;
}
.radio-detail-description-btn {
    font-size: 14px;
    color: #232323;
    position: relative;
    width: fit-content;
    padding: 4px 20px 4px 0;
    cursor: pointer;
}
.radio-detail-description-btn::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform:translateY(-50%);
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('/siteStorage/icons/arrow-down.svg') center no-repeat;
}
.radio-detail-description {
    display: none;
    padding-top: 15px;
}
.radio-detail-description-title {
    font-size: 16px;
    font-weight: 700;
    color: #232323;
    margin-bottom: 10px;
}
.radio-detail-description-text {
    font-size: 14px;
    color: #232323;
    margin-bottom: 10px;
}

.radio-program-container {}
.program-title {
    font-size: 16px;
    font-weight: 700;
    color: #232323;
    margin-bottom: 16px;
}
.day-program-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}
.program-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 13px 10px;
    border-bottom: 1px solid #C9CCD2;
}
.day-program-time {
    flex-shrink: 0;
}
.day-program-time,
.day-program-name {
    font-size: 14px;
    color: #232323;
}

/* ................... Footer ................... */
.footer-container {
    padding-top: 55px;
    margin: 0px 0 25px 0;
    margin-top: auto !important;
}
.footer-container .action-btn-img.action-btn-img-logout {
    display: none;
}
.footer-container .action-btn-container {
    margin-left: 0;
    cursor: pointer;
}
.footer-link-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 20px;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-logo-container {
    width: 298px;
}
.footer-logo {
    display: inline-block;
    width: 74px;
    height: 53px;
    margin-bottom: 20px;
}
.logo-mobile {
    display: none;
}
.footer-link-item {
    font-size: 14px;
    color: #232323;
    padding: 5px 0;
    cursor: pointer;
    /* background-color: red; */
}
.footer-title {
    font-size: 16px;
    font-weight: 700;
    color: #232323;
    margin-bottom: 15px;
}
.lisent-now-container {
    width: 210px;
}
.lisent-now-link-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    width: 200px;
}
.footer-link-items-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.about-us-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    width: 220px;
}
.about-us-link-container.account {
    margin-right: 20px;
}
.footer-rights-text {
    font-size: 12px;
    color: #868686;

}
.footer-rights-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.footer-social-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 30px;
}
.footer-social-link {
    display: inline-block;
    width: 20px;
    height: 20px;
}
.footer-social-link:hover {
    transform: scale(1.1);
    opacity: 100%;
}
.footer-social-link.x-app {
    background: url('/siteStorage/icons/x-ink.svg') center no-repeat;
}
.footer-social-link.instagram {
    background: url('/siteStorage/icons/instagram.svg') center no-repeat;
}
.footer-social-link.facebook {
    background: url('/siteStorage/icons/facebook.svg') center no-repeat;
}

.terms-text {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #232323;
    margin-bottom: 200px;
}

/* ................... Map ................... */
.mapp {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    position: relative;
}
#map {
    height: 100%;
    width: 100%;
}
.marker-container {
    width: 68px;
    height: 68px;
    border-radius: 10px;
    cursor: pointer;

    display: flex;
    object-fit: contain;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.marker-container::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 46%;
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
    background-color: #fff;
    z-index: -1;
    rotate: 45deg;
}
.marker-container::before{
    content: '';
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-53%);
    width: 30px;
    height: 30px;
    opacity: 85%;
    background-color: #fff;
    z-index: -2;
    border-radius: 100%;
}
.marker {
    width: 60px;
    height: 60px;
    display: block;
    border: none;
    border-radius: 10px;
    z-index: 2;
    border: 1px solid #868686
}
.filter-contaier {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    width: calc(100% - 40px);
    height: 37px;
    position: absolute;
    top: 30px;
    left: 20px;
    z-index: 2;
}
.search-map-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    width: 126px;
    height: 100%;
    background: #f1f2f333;
    backdrop-filter: blur(25px);
    padding: 0 10px 0 15px;
    border-radius: 14px;
    transition: all .3s;
}
.search-map-container:hover {
    background-color: #f1f2f366;
}
.search-map-container.is-focused {
    width: 300px;
    background-color: #fff;
    backdrop-filter: blur(0px);
}
.search-map-container.is-focused .radio-search-input {
    color: #232323;
}
.search-map-container.is-focused .radio-search-img {
    filter: invert(10%) sepia(0%) saturate(282%) hue-rotate(137deg) brightness(22%) contrast(100%);
}
.radio-search-img {
    width: 15px;
    height: 15px;
    background: url('/siteStorage/icons/search.svg') center no-repeat;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(43deg) brightness(210%) contrast(101%);
    flex-shrink: 0;
}
.radio-search-input {
    width: 100%;
    height: 100%;
    border-color: transparent;
    outline: none;
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Lato', sans-serif !important;
    color: #fff;
    text-transform: uppercase;
}
.radio-search-input::placeholder {
    color: #fff;
}
.filter-btn-container {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    overflow: auto;
}
.filter-btn-container::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
.filter-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-shrink: 0;
    gap: 8px;
    width: fit-content;
    height: 100%;
    background: #f1f2f333;
    backdrop-filter: blur(25px);
    padding: 0 10px 0 15px;
    border-radius: 14px;
    outline: none;
    border-color: transparent;
    cursor: pointer;
    transition: all .3s;
}
.filter-btn:hover {
    background-color: #f1f2f366;
}
.filter-btn.selected {
    background-color: #fff;
}
.selected .filter-btn-text {
    color: #232323;
}
.filter-btn-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
}
.selected .filter-btn-icon {
    filter: invert(10%) sepia(0%) saturate(282%) hue-rotate(137deg) brightness(22%) contrast(91%);
}
.filter-btn-icon.icon-favorite {
    background: url('/siteStorage/icons/heart-white.svg') center no-repeat;
}
.filter-btn-icon.icon-podcast {
    background: url('/siteStorage/icons/activity-fill.svg') center no-repeat;
}
.filter-btn-icon.icon-all-music {
    background: url('/siteStorage/icons/music.svg') center no-repeat;
}
.filter-btn-icon.icon-music {
    background: url('/siteStorage/icons/music.svg') center no-repeat;
}
.filter-btn-icon.icon-sport {
    background: url('/siteStorage/icons/sports-icon.svg') center no-repeat;
    width: 21px;
    height: 21px;
}
.filter-btn-icon.icon-news {
    background: url('/siteStorage/icons/bx-news.svg') center no-repeat;
}
.filter-btn-icon.icon-local {
    background: url('/siteStorage/icons/bx-news.svg') center no-repeat;
}
.filter-btn-text {
    font-size: 12px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.success-message {
    background: #18a43d;
    color: #fff;
    font-size: 14px;
    width: fit-content;
    padding: 7px 20px;
    border-radius: 23px;
}