.slide_element .btn{
    font-size: 20px;
}
.slide_bottom{
    position:fixed;
    box-shadow: 0px -2px 9px #2121215c;
    background: var(--background_slide);
    color:var(--color);
    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%;
    left:0;
    right:0;
    padding: 15px;
    min-height: 200px;
    z-index: 4;
    max-width: 600px;
    margin: auto;
}
.show_slide_bottom{
  display:block!important;
  bottom:0;
}

.slide_top{
  position:fixed;
  box-shadow: 0px -2px 9px #2121215c;
  background: var(--background_slide);
  color:var(--color);
  width: 100%;
  max-width: 600px;
  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%;
  left:0;
  right:0;
  padding: 15px;
  min-height: 60px;
  margin: auto;
  z-index: 4;
}
.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;
}
#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%;
}
#music_panel{
  height:100%;
}
#file_manager{
  height:100%;
}
#my_rooms{
  min-height: 60%;
}
#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;
    min-height: 300px;
    max-height: 100%;
    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;
}

/*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;
}