.searchbtnicon{
    border-bottom: 1px solid #E6E6E6;
}
.searchbtn{
    border: 0px;
    outline: none;
    border-bottom: 1px solid #E6E6E6;
    width: 600px;
    background-color: transparent;
}
.event-cards{
    display: flex;
    margin: 15px;
    flex-wrap: wrap;
}
.single-card{
    width: 32%;
    border-radius: 10px;
    margin: 5px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}
.event-name{
    font-size: 13px;
}
.event-date{
    color: grey;
    font-size: 12px;
}
.event-location{
    font-size: 12px;
    margin: 0px;
    margin-top: 5px;
}
.text-contain{
    margin-left: 8px;
}
.main{
    padding: 3px;
    margin: 15px;
}
.main2{
    display: flex;
}
.right-navbar{
    display:flex;
    justify-content: space-around;
}
.right-nav-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.user-name{
    margin: 0px;
    padding: 0px;
}
.user-loc-div{
    margin-left: 10px;
}
.user-name-loc{
    font-size: 10px;
    margin-left: 0px !important; 
}

.main-nav-lists{
    box-shadow: -15px 0 15px -22px inset #00aff0;
    left: 15px;
    width: 20%;
    margin-left: -15px;
}
.main-content{
    width: 80%;
}
.main-nav-lists ul li{
    margin-left: 20px;
}
.main-nav-lists ul li p{
    margin: 0px;
}
.main-nav-lists ul li:hover{
    margin-left: 15px;
    border-left: 5px solid black; 
    background-color: rgb(218, 213, 213) 
}
.sidebar-icon{
    width: 18px;
    height: 18px;
}
.help-logout{
    margin-top: 120%;
}
.image-logo{
    margin-top: 20px;
    margin-left: 60px;
    width: 150px;
}
.event-image{
    width: 90px;
    height: 80px;
    border: 1px solid gainsboro;
    border-radius: 10px;
}
.event-info{
    margin-left: 10px;
    font-family: Nunito;
}
.event-detail{
    display: flex;
}
.event-detail img{
    width: 100px;
    height: 70px;
    border: 1px solid gainsboro;
    border-radius: 5px;
}

.event-date2{
    font-size: 12px;
    margin-top: 0px;
    font-weight: 400;
}
.event-location2{
    padding: 0px;
    font-size: 13px;
}
.event-location2 i{
    padding: 0px;
    color: #FF7425;
}
.center-part{
    margin: 10px;
}

.filter-option{
    border: 1px solid #C1C1C1;
    padding: 5px;
    border-radius: 10px;
    width: 200px;
    height: 40px;
}

.filter-option button{
    border: 0px solid #dddada;
    border-radius: 10px;
    margin: 2px;
    font-size: 14px;
    font-weight: 400;
}

.filter-option button:focus{
    background: #dddada;
    border: none;
    outline: none;
}

.songs-count{
    font-size: 15px;
    color: #00AFF0;
    margin-left: 100px;
    margin-top: 5px;
}
.songs-count i{
    border: 1px solid #00AFF0;
}
.table-data{
    display: flex;
    border: 1px solid #C1C1C1;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    height: 80px;
    align-items: center;
}
.table-data-image{
    width: 50px;
    height: 50px;
    border: 1px solid #C1C1C1;
    border-radius: 5px;
    margin-left: 10px;
}

.table-data-name{
    font-size: 16px;
    margin-left: 30px;
    padding-left: 10px;
    margin: 0px;
}
.table-data-desc{
    font-size: 12px;
    margin-left: 30px;
    padding-left: 10px;
    margin: 0px;
}
.table-data-link{
    font-size: 12px;
    margin-left: 30px;
    padding-left: 10px;
    margin: 0px;
    font-weight: 400;
    color: #00AFF0;
}
.table-data-time{
    font-size: 14px;
    margin-left: 20px;
    color: #A59F9F;
}
.play-btn{
    width: 30px;
    margin: 0px 20px;
}
.done-btn{
    margin: 0px 10px;
    border: none;
    background-color: #639F00;
    border-radius: 5px;
    color: white;
    font-size: 12px;
    padding: 3px 11px;
}
.request-btns{
    margin: 30px 20px;
}
.request-btns button{
    width: 70px;
    height: 25px;
    font-size: 10px;
}
.request-btns img{
    margin-left: 100px;
    margin-top: 16px;
    margin-bottom: 3px;
}

.text-signup{
    font-size: 14px;
}

.login-inner-input input{
    border: 1px solid #918B8B;
    border-radius: 11px;
    height: 50px;
    padding-left: 15px;
}
.login-inner-input input:focus{
    border: 1px solid #918B8B !important;
    border-radius: 11px;
    height: 50px;   
}
.play-btns{
    display: flex;
    margin-top: 30px;
}

.done-btn button{
    background-color: #639F00;
    color: white;
    border: 1px solid #918B8B!important;
    border-radius: 5px;
    width: 60px;
    font-size: 12px;
    height: 25px;
    margin: 0px 20px;
}

.play-btns button{
    width: 200px;
    border: 1px solid #918B8B!important;
    font-family: 'Nunito';
    border-radius: 6px;
    height: 50px;
    margin: 0px 10px;
}

.play-icons{
    width: 30px;
    height: 30px;
}

.event-info-img img{
    width: 80px;
    height: 80px;
}

.btn-success2{
    background-color: #53D575;
    color: white;
    line-height: 5px;
    align-items: center;
    padding-left: 17px;
}

.btn-danger2{
    background-color: #FF0000;
    color: white;
    line-height: 5px;
    align-items: center;
    padding-left: 17px;
}

.activeFilter{
    background-color: #dddada;
}
.icon_color{
    filter: brightness(1000%) grayscale(100%) /* To change the image color to the white */ opacity(0.1) /* To apply the color all over the image */ drop-shadow(0 0 0 #344767 ) /* To apply my costum color */ drop-shadow(0 0 0 #344767 ) /* To apply my costum color more stronger */ drop-shadow(0 0 0 #344767 ) drop-shadow(0 0 0 #344767 ) drop-shadow(0 0 0 #344767 );
}
.icon_active_color{
    filter: brightness(1000%) grayscale(100%) /* To change the image color to the white */ opacity(0.1) /* To apply the color all over the image */ drop-shadow(0 0 0 #ffff ) /* To apply my costum color */ drop-shadow(0 0 0 #ffff ) /* To apply my costum color more stronger */ drop-shadow(0 0 0 #ffff ) drop-shadow(0 0 0 #ffff ) drop-shadow(0 0 0 #ffff );
}
.horizontal.light{
    background-color: transparent !important;
}
