.inputBox{
    position: relative;
    width: 350px;
}
.inputBox input{
    position: relative;
    width: 100%;
    padding: 10px 0;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 2px solid #999;
    color:#666;
    font-size: 1.25em;
    transition: 0.5s;
} 
.inputBox label{
    position: absolute;
    left: 0;
    padding: 10px 0;
    pointer-events: none;
    color: #666;
    user-select: none;
}
.inputBox label span{
    position: relative;
    display: inline-flex;
    flex-direction: row;
    font-size: 1.25em;
    letter-spacing: 0.05em;
    transition: 0.25s cubic-bezier(0.5,1,0.5,1.5);
}
.inputBox input:focus ~ label span,
.inputBox input:valid ~ label span{
    color: rgb(0, 117, 0);
    text-shadow: 0 0 1px rgb(0, 117, 0), 0 0 1px rgb(0, 117, 0),0 0 1px rgb(0, 117, 0);
    transform: translateY(-30px);
    
}
.inputBox input:focus,
.inputBox input:valid{
    border-bottom: 2px solid #000;
}


.containerc{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.containerc div{
    margin: 1px;
}
.containerc div label{
    cursor: pointer;
    margin-bottom: 1px;
    
}
.containerc div label input[type="checkbox"]{
    display: none;
}
.containerc div label span{
    position: relative;
    display: inline-block;
    background: #424242;
    padding: 2px 6px;
    color: #aeaeae;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
    border-radius: 25px;
    font-size: 15px;
    transition: 0.5s;
    user-select: none;
    overflow: hidden;
    
    
}
.containerc div label span:before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(255,255,255,0.1);
    
}
.containerc div label input[type="checkbox"]:checked~span{
    background: #e91e63;
    color: #fff;
    box-shadow: 0 2px 20px #e91e63;
}
.containerc div:nth-child(6n+2) label input[type="checkbox"]:checked~span{
    background: #0f0;
    color: #fff;
    box-shadow: 0 2px 20px #0f0;
}
.containerc div:nth-child(6n+3) label input[type="checkbox"]:checked~span{
    background: #df01d7;
    color: #fff;
    box-shadow: 0 2px 20px #df01d7;
}
.containerc div:nth-child(6n+4) label input[type="checkbox"]:checked~span{
    background: #2e2efe;
    color: #fff;
    box-shadow: 0 2px 20px #2e2efe;
}
.containerc div:nth-child(6n+5) label input[type="checkbox"]:checked~span{
    background: #ffeb3d;
    color: #fff;
    box-shadow: 0 2px 20px #ffeb3d;
}
.containerc div:nth-child(6n+5) label input[type="checkbox"]:checked~span{
    background: #9c27b0;
    color: #fff;
    box-shadow: 0 2px 20px #9c27b0;
}

.containerd{
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.containerd div{
    margin: 0px;
}
.containerd div label{
    cursor: pointer;
    
}
.containerd div label input[type="checkbox"]{
    display: none;
}
.containerd div label span{
    position: relative;
    display: inline-block;
    background: #424242;
    padding: 2px 6px;
    color: #aeaeae;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
    border-radius: 25px;
    font-size: 15px;
    transition: 0.5s;
    user-select: none;
    overflow: hidden;
    
    
}
.containerd div label span:before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(255,255,255,0.1);
    
}
.containerd div label input[type="checkbox"]:checked~span{
    background: #e91e63;
    color: #fff;
    box-shadow: 0 2px 20px #e91e63;
}
.containerd div:nth-child(6n+2) label input[type="checkbox"]:checked~span{
    background: #0f0;
    color: #fff;
    box-shadow: 0 2px 20px #0f0;
}
.containerd div:nth-child(6n+3) label input[type="checkbox"]:checked~span{
    background: #df01d7;
    color: #fff;
    box-shadow: 0 2px 20px #df01d7;
}
.containerd div:nth-child(6n+4) label input[type="checkbox"]:checked~span{
    background: #2e2efe;
    color: #fff;
    box-shadow: 0 2px 20px #2e2efe;
}
.containerd div:nth-child(6n+5) label input[type="checkbox"]:checked~span{
    background: #ffeb3d;
    color: #fff;
    box-shadow: 0 2px 20px #ffeb3d;
}
.containerd div:nth-child(6n+5) label input[type="checkbox"]:checked~span{
    background: #9c27b0;
    color: #fff;
    box-shadow: 0 2px 20px #9c27b0;
}



/*table { */
/*    width: 100%;*/
/*    border-collapse: collapse;  */
/*    table-layout: fixed; */
/*}*/
/*th, td {*/
/*    border: 1px solid #ddd;*/
/*    padding: 8px;*/
/*    text-align: left;*/
/*    word-wrap: break-word; */
/*    white-space: normal; */
/*    overflow-wrap: break-word; */
/*}*/
/*th { */
/*    background-color: #f2f2f2;*/
/*}*/
        
@media screen and (max-width: 600px) {
    .hide-on-mobile {
        display: none;
    }
    .hide-on-mobile1 {
        display: none;
    }
    .wd_slider_wrapper{
	float:left;
	width:100%;
	background:url(../images/image/background_1.jpg);
	position:relative;

    background-size: cover;
    background-position: -400px center;
    background-repeat: no-repeat;
    text-align: center;
}
}
@media screen and (max-width: 700px) {
    .hide-on-mobile {
        display: none;
    }
    .wd_slider_wrapper{
	float:left;
	width:100%;
	background:url(../images/image/background_1.jpg);
	position:relative;

    background-size: cover;
    background-position: -400px center;
    background-repeat: no-repeat;
    text-align: center;
}
}

table,th,td{
    border-collapse: collapse;
    padding: 1rem;
}
#songsTable{
    width: 100%;

    background-color: #ffffffcf;
    backdrop-filter: blur(7px);
    box-shadow: 0 .4rem .8rem #0005;
    border-radius: .8rem;
    overflow: hidden;
}
.table_header{
    width: 100%;
    height: 1%;
    background-color:#fff4;
    padding: 0.1rem 0.1rem;
}
.table_body{
    width: 95%;
    max-height: calc(89% - .8rem);
    background-color:#fff6;
    margin: .8rem auto;
    border-radius: .6rem;
    overflow: auto;
}
.table_body::-webkit-scrollbar{
    width: 0.5rem;
    height: 0.5rem;
}
.table_body::-webkit-scrollbar-thumb{
    border-radius: .5rem;
    background-color: #0044;
    visibility: hidden;
}
.table_body:hover::-webkit-scrollbar-thumb{

    visibility: visible;
}
.main{
    width: 100%;
    height: 1000px;
    position: relative;
    min-height: 100vh;
    background: url(../images/image/background1.jpg) center/ cover;
    color: #000;
    
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}
thead th{
    position: sticky;
    top: 0;
    left: 0;
    background-color: #00ff4051;
}
tbody tr:nth-child(even){
    background-color:#0000000b ;
}
tbody tr:hover{
    background-color: #fff6;
}
.searchboxx{
    margin-top: 22px;
}



