@import "../../05-objects/o-buttons.css";

/*sidebar style*/

#wrapper {
    overflow: unset;
}

.sidebar-cancel {
    display: none !important;
}

.trail-expiration {
    color: #3E85EE;
}

.btn__wrap {
    margin-left: 0 !important;
}

.btn__wrap--text {
    padding: 5px 0;
}

#page_content {
    display: flex;
    margin: 0;
}

#page_content--big {
    flex: 1;

}

#sidebar {
    border-radius: 5px;
    position: relative;
}

.sidebar-profile-buttons a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0;
    text-align: left;
    background-color: #646161;
    width: 12rem;
}

.sidebar-profile-buttons a:hover {
    color: #196eed;
}

.sidebar-profile-buttons__update {
    background-color: #3E85EE !important;
}

/*top content style*/

.top-profile-banner {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
}

.top-profile-banner__background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-blend-mode: overlay;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    background-position-x: 50%;
}

.top-profile-banner--container {
    /*width: 85%;*/
    margin-left: 8rem;
    margin-top: 8rem;
    margin-bottom: 6rem;
    text-align: left;
}

.o-primary-button {
    padding: 13px 59px 13px 59px;
}

.store-cart {
    display: flex;
    justify-content: right;
    width: 200px;
    height: 62px;
    position: sticky;
    top: 7em;
    z-index: 1000;
    background-color: #FFFFFF;
    margin-top: -18px;
    left: 80%;
    border-radius: 0 0 10px 10px;
}


.store-cart-btn {
    padding-top: 20px;
}

.store-cart-image {
    width: 87px;
    height: 60px;
    top: 111px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
}

.store-cart-quantity {
    background: #3E85EE;
    border-radius: 50%;
    padding-top: 3px;
    height: 25px;
    width: 25px;
    position: relative;
    right: 10%;
    top: .4rem;
    text-align: center;
    font-family: 'Inter', serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0;
    color: white;
}

.top-profile-banner--container__headline {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0;
    color: #FFFFFF;
}

.top-profile-banner--container__support-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0;
    color: #FFFFFF;
}

/*main section*/

.store-songs-container {
    width: 100%;
    border-radius: 5px;
    background-color: #232428;
    padding-top: 10px;
    position: relative; /* Important for sticky child */
}

.buy-btn {
    position: sticky;
    bottom: 25px;
}

.store-songs-container__filters {
    /*max-width: 10rem;*/
    align-items: center;
    padding-right: 3em;
    padding-top: 3rem;
}

.store-songs-container__filters__title {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 400;
    /*line-height: 32px;*/
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    color: #FFFFFF;

}

.store-songs-container__filters__search {
    background-image: url("../../../images/profile-web-store/search.png");
    background-color: #4f5053;
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: center;
    max-width: 25rem;
    height: 2.5rem;
    top: 32rem;
    left: 48rem;
    border-radius: 4px;
    padding-left: 45px;
    color: #FFFFFF;
    border: 0;
}

.store-songs-container__filters__sort-container {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    /*margin-top: 0.35rem;*/
    color: #FFFFFF;
    align-items: center;
}

.store-songs-container__filters__sort-container__title {
    width: auto;
}

.store-songs-container__filters__sort-container__dropdown {
    position: relative;
    display: inline-block;
}

.sort-songs-by-select {
    background-image: url("../../../images/profile-web-store/white-down-arrow-png-2.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    background-color: #4f5053;
    height: 2.5rem;
    max-width: 25rem;
    top: 32rem;
    left: 48rem;
    border-radius: 4px;
    padding-left: 25px;
    color: #FFFFFF;
    border: 0;

    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 20px;
}

.store-songs-container__row {
    padding: 0 7rem;
}

.user-songs-container__song {
    padding: 3rem;
}

.store-songs-container__song-attributes {
    width: 80%;
    /*width: auto%;*/
    margin: auto;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0px);

}

.store-songs-container__song-attributes__image {
    /*max-width: 250px;*/
    width: 100%;
    height: 100%;
    /*max-height: 250px;*/
}

.store-songs-container__song-attributes__name {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    color: #FFFFFF;

    /*max-width: 80%;*/
}

.store-songs-container__song-attributes__band {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0;
    text-align: left;
    color: #B2B2B2;
}

.store-songs-container__song-attributes__price {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0;
    text-align: left;
    color: #FFFFFF;
}

.store-songs-container__song-attributes__genre {
    display: none;
}

.add-to-cart-btn {
    height: 30px;
    border-radius: 50px;
    padding: 9px 15px;

    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0;
    text-align: center;

}

/* Dropdown Button */
.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

/* The search field */
.myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
    display: none;
}

/* The search field when it gets focus/clicked on */
.myInput:focus {
    outline: 3px solid #ddd;
}


/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: none;
}

/*bought songs*/

.check {
    position: absolute;
    left: 85%;
    top: 85%;
    max-width: 16px;
    max-height: 16px;

    display: none;
}

.check img {
    width: 100%;
    height: 100%;
}

.displayCheck {
    display: block !important;
}

.btn.disabled {
    opacity: 0.65; /* Adjust the opacity to your preference */
    pointer-events: none; /* Disable pointer events */
    cursor: not-allowed; /* Change cursor to indicate button is disabled */
}

.cut-box {
    display: block !important;
    position: absolute;
    left: 87.2%;
    top: -1px;

    max-width: 30px;
    max-height: 30px;
}

.cut-box img {
    width: 100%;
    height: 100%;
}

.price span {
    color: #FFFFFF;

    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.02em;
    text-align: left;

}

/*pop up modal*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.popup-container-store {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    opacity: 0;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ccc;
    padding: 20px;
    z-index: 9999;
}

.popup-container__white {
    /*background-color: #fff;*/
    width: 800px;
    height: 825px;
    z-index: 10;
}

.popup-container-store.active {
    opacity: 1;
    pointer-events: auto;
    transition: .4s ease;
}

.popup-container-store .popup-box {
    max-width: 800px;
    height: 800px;
    background: #FFFFFF;
    padding: 30px;

    max-height: 800px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.popup-container-store.active .popup-box {
    margin-top: auto;
    transform: scale(1);
    transition: .4s ease;
    transition-delay: .25s;
}

.close-cross {
    width: 22px !important;
    height: 28px !important;
    position: relative;
    left: 97% !important;
    top: 0 !important;
    background: #000000;
}

.close-cross-in-popup {
    left: 96% !important;
    top: -8% !important;
    z-index: 1;
    position: relative;
    width: fit-content;
    height: fit-content;
}

.close-cross:hover {
    cursor: pointer;
}

.close-cross-in-popup:hover {
    cursor: pointer;
}

.popup-box-content {
    /*min-width: 725px;*/
    margin-top: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.popup-box-content .store-songs-container__song-attributes {
    width: 100%;
    max-width: 250px;
    max-height: 250px;
    margin: unset;
}

.popup-box-content .store-songs-container__song-attributes__name,
.popup-box-content .store-songs-container__song-attributes__price,
.popup-box-content .store-songs-container__song-attributes__genre {
    color: #000000;
}

.popup-box-content .store-songs-container__song-attributes__band {
    color: #B2B2B2;
}

.popup-box-content .store-songs-container__song-attributes__image {
    max-width: 250px;
    width: 100%;
    height: 100%;
    max-height: 250px;
}

.popup-box-content .close-cross {
    top: 0;
    right: -280px;
}

.popup-box-content .close-cross:hover {
    cursor: pointer;
}

.popup-box-content .cut-box {
    left: 16.75rem;
    top: 0;
}

.popup-box-content__h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
    color: #000000;

    padding-top: 1rem;
}

.popup-box-content__h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;

    margin-left: 1rem;

}

.popup-box-song-attributes {
    /*margin-left: 1.5rem;*/
}

.popup-box-song-attributes span {
    display: inline-flex;
    justify-content: left;
}

.popup-btn-checkout {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0;
    text-align: center;

    background-color: #3E85EE;
    border-radius: 50px;
    color: #FFFFFF;
    padding: 0.8rem 4rem;
}

.close-btn-x:hover {
    cursor: pointer;
}

.popup-box-content__buttons {
    margin-top: 6rem;
}


/*media queries*/

@media only screen and (max-width: 991px) {
    .top-profile-banner--container {
        /*width: 85%;*/
        margin-left: 0;
        margin-top: 4rem;
        margin-bottom: 6rem;
        text-align: left;
    }

    #page_content {
        padding-top: 5rem !important;
    }

    .store-songs-container__filters {
        padding-right: 0;
    }

    .store-cart {
        top: 5em;
    }
}

@media only screen and (max-width: 800px) {
    #wrapper {
        overflow: hidden;
    }

    .store-cart {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .user-songs-container__song {
        padding: 0;
    }

    .user-songs-container__song-attributes__name {
        line-height: unset;
    }

}

@media only screen and (max-width: 650px) {
    .close-cross {
        left: 95% !important;
    }
}

@media only screen and (max-width: 370px) {
    .close-cross {
        left: 92% !important;
    }
}

/*check*/
@media only screen and (max-width: 368px) {
    #wrapper {
        overflow: hidden;
    }
}

.store {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 110, 237, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(25, 110, 237, 0.25);
}




