body {
    font-family: flat-jooza,trebuchet ms,lucida grande,lucida sans unicode,arial,helvetica;
    background: #bed0e5;
    font-weight: 700;
}
.ok_btn, .default_btn, .back_default, .theme_btn {
    font-family: 'flat-jooza';
    font-weight: bold;
}

.d-flex {
    display: -ms-flexbox;
    display: flex
}

.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word
}

.panel_bar .panel_option {
    display: inline-grid;
    align-items: center;
    justify-content: center;
    height: 100%
}

#chat_head .head_option {
    font-size: 14px
}

#chat_head .head_option p,.panel_bar .panel_option p {
    font-size: 10px!important
}

#chat_left_menu {
    display: none!important
}

.s_elem {
    display: table;
    padding: 15px;
    margin: 5px;
    table-layout: fixed;
    width: calc(33% - 6px);
    float: left;
    cursor: pointer;
    border-radius: 15px!important;
    font-family: flat-jooza
}

@media(max-width: 991px) {
    .s_elem {
        width:calc(50% - 10px)
    }
}

@media(max-width: 575px) {
    .s_elem {
        width:calc(100% - 10px)
    }
}

.room-tabs-container {
    padding-top: 1px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #dee2e6
}

.room-tabs {
    position: relative;
    width: 100%;
    height: 26px;
    margin-bottom: -1px;
    overflow: hidden
}

.title-bar {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style: none
}

.title-bar>li {
    margin-right: 3px;
    margin-bottom: -1px
}
#current_station{
    font-size: 10px;
}
.title-bar .nav-link {
    display: block;
    width: 137px;
    position: relative;
    height: 27px;
    padding: 3px 5px;
    overflow: hidden;
    font-weight: 600;
    text-decoration: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #c8d5e0;
    color: #fff;
    border: 1px solid transparent
}

.title-bar .nav-link.active {
	display: flex;
    align-items: center;
    cursor: default;
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.title-bar>li>a .title-room {
    display: inline-block;
    width: 100%;
    max-width: 110px;
    padding-left: 20px;
    background: url(../img/room_icon.png) no-repeat left center
}
.custom-player+.panel_bar {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 12px;
}

.title-bar .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    cursor: pointer;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    margin-top: -9px;
}

.title-bar>li:only-child .close {
    display: none
}



.custom-player .btable {
    padding: 0 10px
}

.custom-player .cur_play {
    padding-bottom: 0
}

.custom-player .player_volume {
    padding-right: 10px
}

.custom-player .boom_slider .ui-state-default {
    background: hsl(210.43deg 99.24% 32.87%)
}

.custom-player .selectboxit-container {
    height: 30px;
    width: 100%;
    background-color: #fff;
    color: hsl(210.43deg 99.24% 32.87%);
    border-bottom: 2px solid hsl(210.43deg 99.24% 32.87%);
    font: 14px Helvetica,Arial;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    user-select: none;
    outline: none;
    white-space: nowrap;
    text-indent: 5px;
    text-overflow: ellipsis
}

.custom-player+.panel_bar {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 12px
}

.custom-player .selectboxit-container span {
    line-height: 30px
}

#wrap_footer {
    display: none
}

#my_menu {
    height: 0
}

.right-toggle {
    position: absolute;
    top: 45%;
    right: 280px;
    width: 30px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    z-index: 10;
    cursor: pointer;
    transform: translateY(-44%);
    background: #fff;
    color: silver;
    border: 1px solid #ededed;
    border-right: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: rgba(0,0,0,.5) 0 0 0,rgba(0,0,0,.1) 0 1px 6px
}

#chat_right[style*="display: none"]+.right-toggle,#chat_right:not([style*=display])+.right-toggle {
    right: 0
}

#chat_right[style*="display: none"]+.right-toggle .fa::before,#chat_right:not([style*=display])+.right-toggle .fa::before {
    content: "\f060"
}
/* ::-webkit-scrollbar {
    width: 9px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 20px;
    background-color: #5987c9;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: darkgrey;
    outline: 1px solid slategrey;
} */
/* 
.room_element {
	background: linear-gradient(to bottom,#dee6ed 19%,#c8d5e0 22%,#ffffff 100%);
    color: #202020;
    font-family: 'flat-jooza';
    border: 1px solid #fff;
    display: table;
    padding: 10px 15px;
    margin: 5px;
    table-layout: fixed;
    width: calc(33% - 6px);
    float: left;
    cursor: pointer;
    border-radius: 15px;
}
@media screen and (max-width:1000px){
	.room_element {
		width: 97.6%;
		margin: 5px;
	}
}
::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: darkgrey;
    outline: 1px solid slategrey;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar {
    width: 9px;
}
.bhead, .bfoot, .float_ctop {
    background: linear-gradient(#fff,#d8e2eb);
    color: #4789d1;
	
}
.bfoot{border-top: 1px solid #a2b4c7;}
.panel_bar {
    background: linear-gradient(to bottom,#ffffff 0%,#6892ce 50%,#5987c9 52%,#5987c9 100%);
    color: #fff;
    font-family: 'flat-jooza';
    border: 1px solid #a0b3c3;
    border-top: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.log2 {
    background: #fffee2;
}
.cavatar {
    height: 40px;
    width: 40px;
    border-radius: 4%;
}
.chat_avatar {
    width: 40px;
}
.my_text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 6px;
    position: relative;
}
#content, #message_content {
    width: 100%;
    height: 100%;
    padding: 0;
    padding: 0 12px;
    float: left;
    font-size: 16px;
    border-radius: 100px;
    font-family: 'flat-jooza';
    font-weight: bold;
}

input, textarea, .post_input_container {
    background: #f2f2f2;
    border: 1px solid #e6e6e6 !important;
    color: #666;
}
.send_btn {
    background: linear-gradient(#ffb200,#ff7102);
    color: #fff;
    font-family: 'flat-jooza';
    font-weight: bold;
	border-radius: 50%;
}
.cdate{width: 30px;}
.ch_logs {
    padding: 3px;
    word-wrap: break-word;
    Display: table;
    width: 100%;
    table-layout: fixed;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin-top: 3px;
}
.input_item {
    color: #4789d1;
}
.user_item_avatar .acav {
    width: 40px;
    height: 40px;
    border-radius: 0;
}
.user_item {
    background: linear-gradient(to right, #1000 0%,#b8ae9747 100%);
    margin-bottom: 3px;
    border: 0px dashed #000000;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-left: solid #000000;
    border-left-width: 3px;
} */

