/* 
upload stylesheet
*/

.upload-portal-container {
    width: 100%;
    height: 80px;
    /* background: blue; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-portal {
    width: 350px;
    height: 80%;
    background: #c5c334;
    /* background: #1e527c; */
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* display: flex; */


}

.upload-portal h1 {
    /* color: #ffff; */
    --tw-text-opacity: 1;
    /* color: rgba(255, 255, 255, var(--tw-text-opacity)); */
    text-align: center;
    padding-top: 1rem;
    text-align: center;
    font-size: 20px;
}

.submit-holder {
    width: 100%;
    height: 160px;
    /* background: blue; */
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-direction: column;
}

.submit-btn {
    width: 120px;
    height: 28%;
    background: #c92b6c;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fffffff1;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #af255f;
}

.song-library {
    background: #10b63a;
    color: #141414f1;
    margin-bottom: 10px;
}

.song-library:hover {
    background: #199438;
}

.upload-info-container-holder {
    width: 100%;
    height: 400px;
    /* background: cyan; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-info-container {
    width: 350px;
    height: 60%;
    /* background: #1900ff; */
    /* display: flex; */
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    display: none;
    /* display: flex;
    align-items: center;
    justify-content: center; */

}

.next1 {
    width: 150px;
}

.file-upload {
    display: flex;
    align-items: center;
    justify-content: space-around;
    display: none;
}

.main-fund-wallet {
    width: 50%;
    height: 25%;
    background: #c5c334;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
}

.main-fund-wallet p {
    font-weight: 600;
    font-size: 20px;
}

/* for index.html */

.music-player {
    width: 100%;
    height: 100%;
    /* background: red; */
    background-image: url("../images/product/1.jpg");
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.opacity-rad {
    width: 100%;
    height: 100%;
    background: #000000b9;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.music-song-name {
    width: 100%;
    height: 15%;
    /* background: chartreuse; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.music-song-name h1 {
    font-size: 18px;
    color: #e4e4e4;
}

.other-info {
    width: 100%;
    height: 60%;
    /* background: chartreuse; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.p1 {
    font-size: 15px;
    font-weight: 600;
    color: #e4e4e4;
}

.p2 {
    font-size: 14px;
    font-weight: 500;
    color: #e4e4e4;
}

.play-vote-btn-div {
    width: 100%;
    height: 20%;
    /* background: chartreuse; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-vote-btn-holder {
    width: 95%;
    height: 100%;
    /* background: rgb(50, 59, 40); */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vote-btn {
    width: 70px;
    height: 70%;
    background: #868686;
    /* margin-left: 100px; */
    box-shadow: cornsilk;

}

.play-btn {
    width: 40px;
    height: 78%;
    /* background: #c7c7c7; */
    /* margin-left: 100px; */
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn img {
    width: 90%;
}

.player1 {
    background-image: url("../images/product/2.jpg");
}

.player2 {
    background-image: url("../images/product/4.jpg");
}

.player4 {
    background-image: url("../images/product/2.jpg");
}

.player5 {
    background-image: url("../images/product/4.jpg");
}

.player7 {
    background-image: url("../images/product/2.jpg");
}

.parcentage-parent-div {
    width: 100%;
    height: 55px;
    /* background: blue; */
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.parcentage-first-child {
    width: 20%;
    height: 100%;
    /* background: #ff00d4; */
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.first-child-inner {
    width: 55px;
    height: 80%;
    background: #1976a1;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 5px;
}

.parcentage-second-child {
    width: 80%;
    height: 100%;
    /* background: #41193a; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.second-child-inner {
    width: 100%;
    height: 80%;
    background: #520a15;

}

.second-inner1 {
    width: 90%;
    background: #1c2aa1;
}

.second-inner2 {
    width: 80%;
    background: #92114d;
}

.second-inner3 {
    width: 70%;
    background: #4b0b42;
}

.second-inner4 {
    width: 60%;
    background: #0a192e;
}

.second-inner5 {
    width: 50%;
    background: #7a770a;
}

.second-inner6 {
    width: 40%;
    background: #197701;
}

.second-inner7 {
    width: 30%;
    background: #34213d;
}

.second-inner8 {
    width: 20%;
    background: #34213d;
}

.second-inner9 {
    width: 10%;
    background: #292829;
}

.title {
    width: 100%;
    height: 25px;
    /* background: blue; */
}

.font-semibold {
    color: #353535dc;
    font-size: 16px;
}

/* .song-list{
    background: #a7a7a7;
} */
.playVoteBtn {
    width: 100%;
    height: 35px;
    /* background: #06063a;  */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newVote {
    background: none;
    color: #353535dc;
}

.story-modal-media {
    width: 100%;
    height: 565px;
    background-image: url("../images/product/4.jpg");
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.deam-background-layer {
    width: 100%;
    height: 100%;
    background: #000000ab;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.topper {
    width: 100%;
    height: 70%;

}

.play-bt {
    width: 100%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .story-modal-media{
    position: absolute;
} */

.media-player-bar {
    width: 100%;
    height: 70px;
    background: #000000ea;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    position: fixed;
    z-index: 100;
    position: fixed;
    transition: 1s;
    bottom: -100px;
    z-index: 200;
    /* bottom: 0; */
    /* z-index: 3; */
}

.duration-bar {
    width: 100%;
    height: 15%;
    /* background: #0a192e; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-duration-bar {
    width: 95%;
    height: 30%;
    background: #c0c0c0f2;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.duration {
    width: 50%;
    height: 100%;
    background: #be1f77;
    border-radius: 5px;
}

.controls-bar {
    width: 100%;
    height: 80%;
    /* background: #1976a1; */
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.controls {
    width: 200px;
    height: 100%;
    /* background: blue; */
    display: flex;
}

.main-play {
    width: 40%;
    height: 100%;
    /* background: yellow; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-play i {
    font-size: 40px;
    color: #d4d4d4;
}

.preview-next {
    width: 30%;
    height: 100%;
    /* background: #10b63a; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-next i {
    font-size: 25px;
    color: #a7a7a7;
}
/* 
@keyframes drop {
    25% {
        margin-top: -70%;
    }
} */

.advert {
    width: 57vw;
    height: 11vw;
    background: none;
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    transition: 1s;
    opacity: 0;
}

@media (max-width: 418px) {
    .advert {
        width: 75vw;
        height: 14vw;

    }
}