.slide_element{
    left:0;
    right:0;
    display:none;
}
.slide_element .btn{
    font-size: 20px;
}
.slide_bottom{
    display:none;
    position:absolute;
    background: white;
    width: 100%;
    border-radius: 20px 20px 0 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 0.2s ease;
    bottom:-100%;
}
.show_slide_bottom{
  display:block!important;
  bottom:0;
}

.slide_top{
  display:none;
  position:absolute;
  background: white;
  width: 100%;
  border-radius: 0 0 20px 20px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  top:-100%;
}
.show_slide_top{
  top:0;
  display:block!important;
}
#song_options,#flag_user{
  z-index:7;
  box-shadow: -1px -6px 16px 0px #0000001a;
}
#so_title{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
}
#ban_user{
  z-index: 46;
  width:100%;
  box-shadow: 0px 1px 20px #ccc;
}
#edit_profile,#game_settings,#user_pictures{
  border-radius: 0;
  z-index: 46;
  height: 100%;
  width:100%;
}
#ajax_top_half{
  z-index: 4;
}
#ajax_bottom_half{
  z-index: 50;
  height:400px;
  box-shadow: -1px -6px 16px 0px #0000001a;
}
.ajax_content{
  padding:1rem;
  text-align:left;
  overflow-x: hidden;
}
#ajax_top_full .ajax_content,#ajax_bottom_full .ajax_content{
  height:inherit;
  overflow-y: scroll;
}
#ajax_bottom_half .ajax_content{
  height:inherit;
  overflow-y: scroll;
}
#ajax_top_full, #ajax_bottom_full{
  z-index: 3155;
  height: 100%;
}
#room_users{
  height:400px;
  z-index: 2;
}
#room_users .room_user_row{
  text-align: left;
  height: 56px;
  padding: 10px 10px;
  cursor: pointer;
  user-select: none;
}

#room_users .room_user_name{
  line-height: 2.6;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 600;
}
#room_users .room_user_list_avatar{
  border-radius: 50%;
  width: 36px;
}
#room_users .c_col{
  display:inline-block;
  vertical-align: middle;
}
#roomUserList{
  height:calc(100% - 70px);
  overflow-y: scroll;
}
#room_user, #my_profile{
    user-select: none;
    height:300px;
    z-index: 5;
    box-shadow: -1px -6px 16px 0px #0000001a;
}
#room_user .cbtn{
    width: 50%;
    margin: 2px;
    border: 1px solid #ccc;
    
}
#room_user #sru_reply{
    color:black;
    background-color: #fff;
    font-size: 40;
    line-height: .6;
}

#sru_reply:hover{
    background-color: #fff!important;
}
#sru_avatar{
  width: 120px;
  margin: auto;
}
#sru_avatar img{
    margin-top: -50px;
    border-radius: 50%;
    padding: 2px;
    width:100px;
    background: white;
    box-shadow: 0px -4px 12px 0px #00000033;
    
}

#sru_username{
    font-weight: 700;
    font-size: 20px;
    margin: 20px 0;
}
.sru_count{
    font-size: 20px;
    font-weight: bold;
}
.sruc_btn{
  width:32%;
}
#change_picture_holder{
  cursor:pointer;
  overflow: hidden;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 15px auto;
  font-size: 30;
}
#change_picture_holder img{
  width:80px;
  height:80px;
  border-radius: 50%;
}
#change_picture_holder svg{
  margin-top:24px;
}
#edit_profile .edit_field{
  display:flex;
  justify-content: space-between;
  padding:0px 10%
}
.toshow{
 display: none;
}
.tohide{
  padding: 15px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.toedit{
  padding: 15px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.toshow div{
  display:inline-block;
}
.toshow .icon_btn{
  font-size: 28px;
  margin-left: 5px;
  padding: 15px;
}

#ss_play, #ss_replay{
  display:none;
}
#search_song_tip{
  text-align: center;
  font-size: 20px;
}


/*AJAX styles*/
#special_list .pack_top img{
  width:40px;
}
#special_list .pack_bottom img{
  width:16px;
  margin-top: -2px;
}
#special_list .pack_bottom{
  margin-top: 3px;
  font-weight: bold;
}
#special_list .pack_top {
  text-align:center;
  position: relative;
}
#special_list .chance_percent{
  position: absolute;
  left: 2px;
  top: 11;
  font-weight: bold;
  background: white;
  line-height: 1;
  padding-top: 2px;
  width: 43px;
  text-align: center;
  border-radius: 10px;
}
#special_list .form-check-wrapper{
  border: 2px solid rgb(213, 213, 213);
  padding: 0.4rem 0.8rem;
}
#special_list .form-check-clip .btn-check:checked + div {
  border: 2px solid rgb(234, 0, 66);
  transition: all 0.2s ease-in-out;
}
#coin_list .pack_top span{
  font-size:20px;
  font-weight:bold;
  margin:0 2px;
}
#coin_list .pack_top img{
  width:20px;
}
#coin_list .form-check-wrapper{
  border: 2px solid rgb(213, 213, 213);
  padding: 0.4rem 0.8rem;
}
#coin_list .form-check-clip .btn-check:checked + div {
  border: 2px solid rgb(234, 0, 66);
  transition: all 0.2s ease-in-out;
}