/* 
    Created on : Dec 3, 2021, 8:07:04 PM
    Author     : SnapBeetz
*/

body
{
    margin: 0;
    overflow: auto;
    background-color: #121212;
}
#delete-container
{
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}
#header
{
    width: 100%;
    background: #121212;
    /*box-shadow: 15px 15px 18px #000;*/
    float: left;
    padding: 10px;
}
#main
{
    float: left;
    /*margin-left: 10px;*/
    width: 100%;
    /* width: calc(100% - 225px);*/
}
.header-logo
{
    float: left;
    margin-bottom: 8px;
}
#nav
{
    float: left;
    width: 100%;
}
.nav-item
{
    list-style: none;
    padding-left: 15px;
    font-size: 20px;
}
.nav-link
{
    color: #FFF;
    text-transform: capitalize;
    text-decoration: none;
}
.nav-passw-forget
{
    color: #3184ca;
    text-decoration: none;
}
ul
{
    display: flex;
}
#forget-passw-view
{
    float: left;
    width: 100%;
    text-align: center;
}
#request-password-container
{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}
#password-reset-expired
{
    color: salmon;
    font-size: 16px;
}
#password-mismatch
{
    color: salmon;
    font-size: 14px;
    display: none;
}
#new-password-repeat
{
    padding-top: 20px;
}
#password-token-mismatch
{
    color: salmon;
    font-size: 18px;
    text-align: center;
}
#email-empty
{
    color: salmon;
    font-size: 14px;
    display: none;
}
#left-column
{
    width: 14%;
    float: left;
}
#right-column
{
    width: 86%;
    float: right;
}
.logo-link
{
    
}
label
{
    color: #FFF7;
    font-size: 16px;
}
span
{
    color: #FFF;
    font-size: 14px;
}
.view-password
{
    color: #515151;
    font-size: 14px;
}
.logo
{
    width: 155px;
}
body > header ul
{
    list-style: none;
}
body > header ul li
{
    margin: 0;
}
body > header a
{
    display: inline-block;
    color: #fff7;
    text-decoration: none;
    padding: 10px;
    font-size: 24px;
}
.active a
{
    color: #fafafa;
}
body > header a:hover
{
    color: #fafafa;
}
.progress-bar
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    background-color: #28a745;
    transition: width .6s ease;
    font-size: 16px;
}
.hidden
{
    display: none;
}
#player
{
    width: 100%;
    height: 740px;
    overflow: auto;
}
article
{
    font: 16px 'Inter';
    flex-direction: column;
    align-items: center;
    padding-top: 25px;
}
.login_container
{
    background-color: #121212;
    width: 400px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.login
{
    width: 400px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
}
.login h1
{
    text-align: center;
    color: #5b6574;
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee8e4;
}
.login form label
{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #3274d6;
  color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
  width: 310px;
  height: 50px;
  border: 1px solid #dee0e4;
  margin-bottom: 20px;
  padding: 0 15px;
}
#logout-container{
    width: 20%;
    margin: auto;
}
.home-container
{
    float: left;
    width: 100%;
}
input[type=text], input[type=password]
{
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #CCC;
    box-sizing: border-box;
    border-radius: 10px;
}
input[type=submit]
{
    width: 79%;
    border-radius: 5px;
    color: #FFF;
    border: 1px solid #CCC;
    background-color: #3184CA;
    padding: 12px;
    margin-left: 51px;
    margin-bottom: 10px;
}
#login
{
    background: #121212;
}
#home
{
    background: #121212;
    width: 100%;
}
#addmusic
{
    background: #121212;
}
#logout
{
    width: 100%;
}
.add_music_text
{
    color: #fff;
    font-size: 16px;
}
#message_time
{
    height: 120px;
    width: 330px;
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 2px #3184CA solid;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 150px;
    display: none;
}
#message_text
{
    font-size: 16px;
    color: #000;
}
#message_timer
{
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
#playlist
{
    background: #121212;
}
.playlist_text
{
    color: #fff;
    font-size: 16px;
}
#playlist_container
{
    width: 66%;
    float: left;
}
#playlist-header
{
    width: 100%;
    float: left;
    text-align: center;
    height: 30px;
}
.playlist_text
{
    color: #FFF;
    font-size: 14px;
}
.playlist-row{
    width: 99%;
    float: left;
    height: 35px;
    margin-bottom: 15px;
    border-radius: 10px;
    background-color: #0c0c0c;
    padding-top: 8px;
    box-shadow: 1px 3px 10px #000;
}
.playlist-name
{
    color: #FFF;
    font-size: 14px;
}
.tracks_container
{
    width: 98%;
}
.tracks_header
{
    text-align: center;
}
#tracks
{
    background: #121212;
}
.tracks_text
{
    color: #FFFFFF;
    font-size: 24px;
}
.tracks_edit
{
    display: flex;
    flex-wrap: nowrap;
    height: 55px;
}
.tracks_check_all
{
    width: 130px;
    float: left;
    margin-left: 7px;
}
#check_all
{
    color: #FFF;
    font-size: 14px;
}
.tracks_check
{
    width: 35px;
    float: left;
    padding-left: 12px;
}
#tracks_select_all
{
    
}
.tracks_name_header
{
    width: 90%;
    float: left;
    text-align: center;
}
.tracks_name
{
    width: 90%;
    float: left;
}
.tracks_list
{
    width: 100%;
    overflow: auto;
}
.tracks_artist_title
{
    color: #FFF;
    font-size: 18px;
}
.folder_field
{
    border-radius: 5px;
}
legend
{
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    color: #FFFFFF;
}
.item__albumart, .item__albumart-icon
{
    width: 40px;
    height: 40px;
    margin-right: 8px;
}
.item__image__img
{
    width: 100%;
}

/*Drag drop test*/
h3
{
    line-height: 30px;
    text-align: center;
    color: #FFF;
}
#drop_file_area
{
    height: 150px;
    border: 1px dashed #565656;
    line-height: 150px;
    text-align: center;
    font-size: 20px;
    background: #f9f9f9;
    margin-bottom: 15px;
}
.drag_over
{
    color: #000;
    border-color: #000;
}
.thumbnail
{
    width: 100px;
    height: 100px;
    padding: 2px;
    margin: 2px;
    border: 2px solid lightgray;
    border-radius: 3px;
    float: left;
}
#upload_file
{
    display: none;
}
@media only screen and (max-width: 600px)
{
    body > header a
    {
        display: inline-block;
        text-decoration: none;
        padding: 8px;
        font-size: 18px;
    }
    body > header ul li
    {
        margin: 0;
        float: left;
    }
    .header-logo
    {
        float: left;
    }
    #header
    {
        top: 0;
        width: 100%;
        background: #121212;
        box-shadow: 0 10px 30px #000;
        z-index: 100;
    }
    #main
    {
        float: left;
        width: 100%;
        margin: 0;
    }
    .logo-link
    {
        
    }
    .logo
    {
        width: 160px;
        padding-left: 10px;
    }
    ul
    {
        display: flex;
    }
    .nav-item
    {
        list-style: none;
        padding-left: 10px;
        font-size: 16px;
    }
    .home-container
    {
        float: left;
        width: 100%;
        margin: 0;
    }
    .login_container
    {
        background-color: #000;
        width: 375px;
        margin-left: auto;
        margin-right: auto;
    }
    .login
    {
        background-color: #fff;
        width: 375px;
    }
    #player
    {
        width: 100%;
        height: 768px;
    }
    article
    {
        overflow-y: auto;
        font: 16px 'Inter';
        flex-direction: column;
        align-items: center;
    }
    .tracks_container
    {
        float: left;
        width: 97%;
        padding-left: 5px;
    }
    .tracks_list
    {
        width: 100%;
        height: auto;
        overflow: auto;
    }
    .tracks_check
    {
        float: left;
        width: 25px;
    }
    .tracks_artist_title
    {
        color: #FFF;
        font-size: 14px;
    }
}
@media only screen and (min-width: 600px)
{
    body > header a
    {
        display: inline-block;
        text-decoration: none;
        padding: 8px;
        font-size: 18px;
    }
    body > header ul
    {
        list-style: none;
        padding-top: 20px;
    }
    body > header ul li
    {
        margin: 0;
        float: left;
    }
    .header-logo
    {
        float: left;
        display: flex;
    }
    #header
    {
        top: 0;
        float: left;
        width: 100%;
        background: #121212;
        box-shadow: 0 10px 30px #000;
        z-index: 100;
    }
    #main
    {
        float: left;
        width: 100%;
        padding: 0;
    }
    .logo-link
    {
        padding: 0;
    }
    .logo
    {
        width: 150px;
        padding-left: 10px;
    }
    ul
    {
        display: flex;
    }
    .nav-item
    {
        list-style: none;
        padding-left: 10px;
        font-size: 20px;
    }
    #home
    {
        width: 100%;
    }
    .home-container
    {
        float: left;
        width: 100%;
    }
    #player
    {
        width: 100%;
        height: 738px;
    }
    article
    {
        overflow-y: auto;
        font: 16px 'Inter';
        flex-direction: column;
        align-items: center;
    }
    .tracks_container
    {
        float: left;
        width: 95%;
    }
    .tracks_list
    {
        width: 100%;
        height: auto;
        overflow: auto;
    }
    .tracks_check
    {
        width: 30px;
        float: left;
    }
    .tracks_artist_title
    {
        color: #FFF;
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px)
{
    .add_music
    {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (min-width: 992px)
{
    .add_music
    {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (min-width: 1200px)
{
    .tracks_container
    {
        float: left;
        width: 100%;
    }
    .add_music
    {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}