﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
*{
 
}


/* From Uiverse.io by Yaya12085 */
.card {
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    text-align: left;
    border-radius: 0.5rem;
    max-width: 290px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.header {
    padding: 1.25rem 1rem 1rem 1rem;
    background-color: #ffffff;
}

.image {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    background-color: #FEE2E2;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
}

    .image svg {
        color: #DC2626;
        width: 1.5rem;
        height: 1.5rem;
    }

.content {
    margin-top: 0.75rem;
    text-align: center;
}

.title {
    color: #111827;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
}

.message {
    margin-top: 0.5rem;
    color: #6B7280;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.actions {
    margin: 0.75rem 1rem;
    background-color: #F9FAFB;
}

.desactivate {
    display: inline-flex;
    padding: 0.5rem 1rem;
    background-color: #DC2626;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    justify-content: center;
    width: 100%;
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: transparent;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.cancel {
    display: inline-flex;
    margin-top: 0.75rem;
    padding: 0.5rem 1rem;
    background-color: #ffffff;
    color: #374151;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    justify-content: center;
    width: 100%;
    border-radius: 0.375rem;
    border: 1px solid #D1D5DB;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

@keyframes animate {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.09);
    }
}




@media screen and (max-width: 1087px){
    .seek_slider {
        width: 30%;
    }
}





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

    .footer h1 {
        font-size: 150%;
    }

    .footer p {
        font-size: 100%;
    }

    .footer-volumeSlider {
        width: 65%
    }
}





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


    .footer-controls {
        width: 50%;
    }


    .footer-songImg {
        justify-self: center;
    }
    .footer-songAtt {
        justify-content: center;
    }

    .footer h1 {
        font-size: 130%;
    }

    .footer p {
        font-size: 80%;
    }

    .footer-volume{
        width: 20%;       
    }

    .footer-volumeSlider{
        width: 70%
    }
}


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}



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

    .footer-volumeSlider {
        width: 65%
    }

    .footer-durationSlider{
        display: none;
    }
}





@media screen and (max-width: 575px) {
    .footer h1 {
        font-size: 100%;
    }

    .footer p {
        font-size: 60%;
    }


    .footer-volumeSlider {
        margin-right: 0.5%;
    }
}





@media screen and (max-width: 485px) {
    .footer-controls {
        width: 40%;
    }
}


