﻿.crossIcon {
    position: absolute;
    top: -10px;
    right: -14px;
    padding: 2px 9px;
    border-radius: 50%;
    border: 1px solid;
    background-color: #fff;
}

.cp {
    cursor: pointer !important;
}

.f-18 {
    font-size: 18px !important;
}

.disabledOthers {
    pointer-events: none;
}

.disabledOthers:hover {
    cursor: not-allowed;
}

.playlist-create-image-loader {
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    width: 100%;
    height: 182px;
    margin: auto;
    top: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.cms-top-space-2 {
    margin-top: 75px;
}

.mr-10 {
    margin-right: 10px !important;
}

.ml-7 {
    margin-left: 7px !important;
}

/* custom modal styles starts */
/* Styles for the modal overlay */
.modal-overlay.genericModalParent {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    align-items: center;
    z-index: 100;
}

/* Styles for the modal content */
.genericModalParent .modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    width: 40%;
    height: auto;
    /* Automatically adjust height */
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .genericModalParent .modal-content {
        width: 50%;
    }
}

@media screen and (min-width: 577px) and (max-width: 768px) {
    .genericModalParent .modal-content {
        width: 60%;
    }
}

@media screen and (min-width: 0px) and (max-width: 576px) {
    .genericModalParent .modal-content {
        width: 90%;
    }
}

.genericModalParent .header-modal {
    padding-bottom: 15px;
}

.genericModalParent .header-modal h2 {
    font-size: 20px;
    font-family: "SF Pro Text";
    font-weight: bold !important;
    font-weight: normal;
    background-color: #fff
}

.genericModalParent .modal-content h2 {
    font-size: 20px;
    font-family: "SF Pro Text";
    font-weight: bold !important;
    font-weight: normal;
}

.genericModalParent .modal-content p {
    font-size: 16px;
}

/* Styles for the modal footer */
.genericModalParent .modal-footer {
    padding: 15px 15px 0 15px;
    display: flex;
    justify-content: center;
    text-align: center;
}

/* Styles for the modal buttons */
.genericModalParent .modal-button {
    font-family: "SF Pro Text";
    font-weight: normal;
    color: #fff;
    border-radius: 30px;
    min-width: 100px;
    height: 38px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    background-color: #6d6df6;
    text-decoration: none;
    transition: all .3s ease;
    margin-right: 10px;
}

.genericModalParent .modal-button:last-child {
    margin-right: 0px;
}

.genericModalParent .modal-button:hover {
    color: #05040c;
    background-color: #efeef1 !important;
    text-decoration: none;
}

.genericModalParent .modal-button.primary {
    background-color: #6d6df6;
    /* Bootstrap primary color */
}

/* Styles to hide the modal content by default */
.genericModalParent .modal-content.hidden {
    display: none;
}

/*custom modal style, ends*/


/* jQuery UI slider styles and customization */
#myPlayer {
    transition: 0.5s;
}

#myPlayer.otherPageSoundPLayer {
    display: block;
}

#myPlayer.homeSoundPLayer {
    transition: 0.5s;
}

#myPlayer.homeSoundPLayer.soundPLayer {
    display: block;
}

#myPlayer.homeSoundPLayer .showcase-wrapper {
    transform: translateY(131px);
    opacity: 0;
    transition: 0.5s;
}

#myPlayer.homeSoundPLayer.soundPLayer .showcase-wrapper {
    transform: translateY(0px);
    opacity: 1;
}

#myPlayer.homeSoundPLayer.soundPLayer .showcase-wrapper.playerMobPop {
    transform: none;
    transition: 0s;
}

#myPlayer.homeSoundPLayer .bottomFilters {
    transform: translateY(70px);
    opacity: 0;
    transition: 0.5s;
}

#myPlayer.homeSoundPLayer.soundPLayer .bottomFilters {
    transform: translateY(0px);
    opacity: 1;
}

.playerProgressBarWrapper {
    /* position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%; */
}

#playerProgressBar {
    margin-top: 0 !important;
    height: 2px;
    cursor: pointer;
}

.playerProgressBarWrapper .ui-widget.ui-widget-content {
    border: 0;
    background: #e0e0e5;
}

.playerMobPop .playerProgressBarWrapper .ui-widget.ui-widget-content {
    background: #5e554f;
}

.playerProgressBarWrapper .ui-corner-all {
    border-radius: 0;
}

.playerProgressBarWrapper .ui-slider-horizontal .ui-slider-handle {
    top: -7px;
}

.playerProgressBarWrapper .ui-slider-handle {
    background-color: #e0e0e5 !important;
    border: 1px solid #989797 !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
}

.playerProgressBarWrapper .ui-slider-range {
    background-color: #000;
}

.playerMobPop .playerProgressBarWrapper .ui-slider-range {
    background-color: #e0e0e5;
}

.playerProgressBarWrapper .ui-slider-handle:focus-visible {
    background: #989797;
    color: #989797;
    box-shadow: inset 1px 1px 1px #989797 !important;
    outline: 0px solid transparent;
    outline-offset: 0px;
}

.playerProgressBarWrapper .ui-slider-handle .ui-state-focus {
    background: #989797;
    color: #989797;
}

/* .ui-state-focus{
    border: 1px solid #989797 !important;
    box-shadow: none !important;
} */


/* music items shimmer effect style, starts */
.shimmerSection {
    position: relative;
}

.shine {
    background: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 800px 104px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
    padding: 6px 10px;
    border-radius: 5px;
    position: static;
}

.shine lines {
    width: 50px;
    height: 40px;
    /*margin-top: 4px;*/
    margin-right: 10px;
}

.shine2 {
    background: #DCDCDC;
    background-image: linear-gradient(to right, #DCDCDC 0%, #D3D3D3 20%, #DCDCDC 40%, #DCDCDC 100%);
    background-repeat: no-repeat;
    background-size: 800px 104px;
    border-radius: 5px;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
    width: 100px;
    height: 30px;
    margin: 0;
}

.shine3 {
    background: #DCDCDC;
    background-image: linear-gradient(to right, #DCDCDC 0%, #D3D3D3 20%, #DCDCDC 40%, #DCDCDC 100%);
    background-repeat: no-repeat;
    background-size: 800px 104px;
    border-radius: 5px;
    justify-content: normal !important;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
    width: 100px;
    height: 30px;
    margin: 0;
}

lines {
    height: 50px;
    margin-top: 20px;
    margin-left: 10px;
    width: 100%;
}

@-webkit-keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@media only screen and (max-width: 1120px) {
    .mobileEffact {
        display: none !important;
    }
}

@media only screen and (min-width: 1120px) {
    .mobileEffact {
        display: block !important;
    }
}

/* music items shimmer effect style, ends */

.bottom-sheet-on-top {
    position: relative;
    z-index: 100;
}

.in-store-bg-image {
    background-image: url('/frontend/images/In-Store-Music-Banner.jpg') !important;
}

@media only screen and (min-width: 0) and (max-width: 991px) {
    .in-store-bg-image {
        background-color: #7AD2E8 !important;
        flex-direction: column;
        background-image: none !important;
    }
}

.music-bg-image {
    background-image: url('/frontend/images/social-media-content-banner.jpg') !important
}

@media only screen and (min-width: 0) and (max-width: 991px) {
    .music-bg-image {
        background-color: #E4E4E2 !important;
        flex-direction: column;
        background-image: none !important;
    }
}

.how-it-work-bg-image {
    background-image: url('/frontend/images/How-it-works-banner.jpg') !important
}

@media only screen and (min-width: 0) and (max-width: 991px) {
    .how-it-work-bg-image {
        background-color: #FECA04 !important;
        flex-direction: column;
        background-image: none !important;
    }
}

.advertising-bg-image {
    background-image: url('/frontend/images/Advertising-Banner.jpg') !important
}

@media only screen and (min-width: 0) and (max-width: 991px) {
    .advertising-bg-image {
        background-color: #3AB6FE !important;
        flex-direction: column;
        background-image: none !important;
    }
}

.film-bg-image {
    background-image: url('/frontend/images/Film-Banner.jpg') !important
}

@media only screen and (min-width: 0) and (max-width: 991px) {
    .film-bg-image {
        background-color: #34A8E1 !important;
        flex-direction: column;
        background-image: none !important;
    }
}

.small-businesses-bg-image {
    background-image: url('/frontend/images/Small-Businesses-Poster.jpg') !important
}

@media only screen and (min-width: 0) and (max-width: 991px) {
    .small-businesses-bg-image {
        background-color: #F3B75F !important;
        flex-direction: column;
        background-image: none !important;
    }
}

.television-banner-bg-image {
    background-image: url('/frontend/images/Television-Banner.png') !important
}

@media only screen and (min-width: 0) and (max-width: 991px) {
    .television-banner-bg-image {
        background-color: #CAE6F8 !important;
        flex-direction: column;
        background-image: none !important;
    }
}

.profileImageRemoveBtn {
    color: #6d6df6;
    font-weight: bold;
    font-size: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}