* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background: #f6f7fb;
    font-family: 'Comfortaa', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

header {
    padding: 20px;
    width: 100%;
    background:rgba(28, 181, 224, 0.877);
    background-image: linear-gradient(rgba(28, 181, 224, 0.877), #1010becb);
    background-repeat: no-repeat;
    background-size: cover;
    transition: 1s cubic-bezier(0.85, 0.1, 0.1, 0.62);
   
}

nav {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    position: relative;
    background: white;
    z-index: 100;
}

nav span {
    font-size: 1.3em;

}

nav .social {
    display: inline-block;
}

.header__playlist h1 {
    font-weight: 700;
    color: #1e1e1f;
    font-size: 1em;
}


.song__cover img{
    max-width: 150%;
    -webkit-box-shadow: -2px 10px 47px 1px rgba(0,0,0,0.51);
    -moz-box-shadow: -2px 10px 47px 1px rgba(0,0,0,0.51);
    box-shadow: -2px 10px 47px 1px rgba(0,0,0,0.51);
    z-index: 1;
}

.song__information {
    line-height: 1;
}

#song__title {
    margin-bottom: 0;
}
#song_subtitle {
    margin-top: 0;
    font-size: 1.2em;
    color: rgba(233, 229, 230, 0.527)
}

.song__title {
    margin-bottom: 10px;
}

.song__description > span {
    font-weight: lighter;
}

.control__button {
    background-color: transparent;
    border: none;
    width: 20px;
    box-shadow: slategrey;
    margin-right: 20px;
}

.song__controls {
    margin-top: 20px;
}


#bar {
    width: 50%;
    height: 5px;
    background-color: white;
    border: 10px;
    display: flex;
    border-radius: 4px;
    margin: 0 10px;
}

#status-bar {
    display:  flex;
    flex-direction: row;
    align-items: center;
}
#point {
    width: 20px;
    height: 100%;
    background: rgb(233, 17, 82);
}

#buttons {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 17%;
}

.progress_time {
    font-size: .8em;
}



main {
    margin-top: 80px;
}


td {
    background: white;
    vertical-align: middle !important;
    font-weight: 700;
    color: #1e1e1f;
}


tr:hover {
    cursor: pointer;
}


.ocult {
    margin-top: -350px;
}

.see {
    margin-top: 0;
}

.active--song {
    background-color: rgb(233, 17, 82);
    color: white;
}

.active--button {
    background-color: #e91152;
    color: white;
    border: none;
}

.white {
    color: white;
}


.center {
    text-align: center;
}

.control__button{
    height: 40px;
    width: 40px;
    border-radius : 50%;
    border: none;
    color: black;
}

.lirycs__button {
    border: 1px solid white;
    padding: 5px 10px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin-top: 15px;
}

.song__options {
    display: flex;
    text-decoration: none;
}

.range {
    display: inline-flex;
}
.hideModal {
    visibility: hidden;
}

.showModal {
    visibility: visible;
}

.modalElement {
    width: 60%;
    left: 20%;
    top: 10%;    
    height: 80vh;
    background-color: white;
    position: absolute;
    box-shadow: -2px 10px 47px 1px rgba(0,0,0,0.51);
    border-radius: 5px;
    overflow: scroll;
    line-height: 1.7;
}

.modalElement > span {
    background-color: red;
    padding: 10px 20px;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.2em;
}

.modalElement > p {
   font-size: 1.5em;
   padding: 20px;
   text-align: center;
}


.modalElement > span:hover {
    cursor: pointer;
}

button {
    outline: none;
}

.button__control {
    border-radius: 50px;
    margin: 0 5px;
    font-size: .8em;
}

table {
    -webkit-box-shadow: -2px 10px 47px 1px rgba(0,0,0,0.51);
    -moz-box-shadow: -2px 10px 47px 1px rgba(0,0,0,0.51);
    box-shadow: -2px 8px 45px 1px rgba(0, 0, 0, 0.082);
    border-radius: 5px;
    padding: 10px;
}

td > img {
    text-align: center;
}

i {
    color: white;
}


footer {
    width: 100%;
    height: 50px;
    text-align: center;
    position: relative;
    bottom: 0px;

}



/* range format */



input[type="range"]::-moz-range-progress {
    background: #cc1a1a;
    height: 12px;
    border-radius: 12px;
}

input[type="range"]::-ms-fill-lower {
    background: #CC1A1A;
    border: 0 solid #000101;
    border-radius: 50px;
    box-shadow: 0 0 0 #000000, 0 0 0 #0d0d0d;
}
input[type="range"]::-ms-fill-upper {
    background: #c0c0c0;
    border: 0 solid #000101;
    border-radius: 50px;
    box-shadow: 0 0 0 #000000, 0 0 0 #0d0d0d;
}
input[type=range] {
    
    display: inline-flex;
    height: 1px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
    background: white;
}
  input[type=range]:focus {
    outline: none;
  }
  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    box-shadow: 0px 0px 0px white;;
    background: white;
    border-radius: 1px;
  }
  input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px white;;
    height: 14px;
    width: 14px;
    border-radius: 30px;
    background: #e91152;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -4px;
  }
  input[type=range]:focus::-webkit-slider-runnable-track {
    background: white;
  }
  input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: gray;
    border-radius: 1px;
    border: 0px solid #000000;
  }
  input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid #2497E3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #A1D0FF;
    cursor: pointer;
  }
  input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
  }
  input[type=range]::-ms-fill-lower {
    background: #2497E3;
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
  }
  input[type=range]::-ms-fill-upper {
    background: #2497E3;
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
  }
  input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid #2497E3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: gray;
    cursor: pointer;
  }
  input[type=range]:focus::-ms-fill-lower {
    background: #297E3;
  }
  
  input[type=range]:focus::-ms-fill-upper {
    background: #2497E3;
  }



@media only screen and (max-width: 580px) and (min-width: 300px) {
    nav {
        text-align: center;
    }

    header {
        text-align: center;
    }

    header img {
        margin: 20px auto;
    }
    
    #buttons {
        margin-left: 8%;
    }
    #bar{
        margin: 0 auto;
        width: 80%;
    }

    .ocult {
        margin-top: -590px;
    }

    .header__playlist{
        text-align: center;
        font-size: 1.5em;
        margin-bottom: 30px;
    }

    .song__options {
        justify-content: center;
    }

    .lirycs__button {
        margin-top: 25px;
        padding: 20px;
    }
    
    main {
        margin: 40px;
    }

    .modalElement{
        width: 90%;
        left: 5%;
    }

    .range {
        display: none;
    }

}



@media only screen and (max-width: 760px) and (min-width: 580px) {
    nav {
        text-align: center;
    }

    header {
        text-align: center;
        padding: 20px 90px;
    }

    header img {
        margin: 20px auto;
    }
    

    #bar{
        margin: 0 auto;
        width: 80%;
    }

    .ocult {
        margin-top: -590px;
    }

    .header__playlist{
        text-align: center;
        font-size: 1.5em;
        margin-bottom: 30px;
    }

    .song__options {
        justify-content: center;
    }

    .lirycs__button {
        margin-top: 25px;
        padding: 20px;
    }
    
    main {
        margin: 40px;
    }

    .modalElement{
        width: 90%;
        left: 5%;
    }

    .range {
        display: none;
    }

    #buttons {
        margin-left: 10%;
    }

    .button__control {
        margin: 20px 10px;
    }

}

