/*
 * Theme Name: Botswana
 * Author:      Org Biz Games & Никоалй миронов
 * Author URI:  http://obgames.ru
*/


body {
	margin: 0;
	padding: 0;
}

.site-container {
	width: 100%;
	height: calc(100vh - 32px);
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.room_1 {
	display: inline-block;
	position: relative;
}



.ob_1 {
	position: absolute;
	z-index: 10;
	background: red;
	width: 400px;
	height: 300px;
	top: 100px;
	left: 400px;
}


      .container{
        height: 100%;
        font-family: Montserrat, "Helvetica Neue", sans-serif;
      }
      .chatbox{
        width: 100%;
        height: 350px;
        overflow-y:scroll;
        background: rgba(146, 121, 110, 0.26);
        border-radius: 0px;
          border: solid 1px #BDBDBD;
          padding-left: 15px;
          padding-right: 15px;
          padding-bottom: 15px;
          margin: 0px !important;
      }
      .chatbox li{
        clear: both;
        margin-bottom: 10px;
        text-decoration: none;
        list-style-type: none;
        margin: 20px 0px 0px 20px;
      }
      .actual_msg{
        float: left;
        display: inline-block;
        margin-right: 20px;
        padding: 25px 34px;
        min-width: 160px;
        min-height: 10px;
        max-width: 510px;
        border-radius: 5px;
        box-shadow: 0px 3px 3px rgba(172, 172, 172, 0.73);
        line-height: 1.4;
        word-wrap: break-word;
        color: #1A1A1A;
        background-color: rgba(0, 0, 0, 0.11);
      }
      .date{
          font-size: 9px;
          float: left;
          margin-top: 10px;
      }


.dashboard {
	padding: 0 30px;
	font-family: neucha;

}

.dashboard .acf-fields > .acf-field {
	padding: 8px 0;
	border-top: 0;
}

.dashboard .acf-field .acf-label label {
	font-weight: normal;
}

.dashboard-avatars {
	text-align: center;
}

.dashboard-preview {
	display: none;
}

.dashboard-preview.active {
	display: inline-block;
}

.hide-field {
	display: none;
}


.dashboard-video {
	width: 100%;
	height: 100%;
}

.chatroom-card_wrapper {
	display: flex;
	flex-wrap: wrap;
}

.chatroom-card {
	padding: 20px;
}

.chatroom-card a{
	color: #fff;
	text-decoration: none;
}

.chatroom-card a:hover{
	color: #000 !important;
}

.chatroom-card_inner {
	border: 1px solid rgba(255,255,255,0.4);

}

.chatroom-card:hover .chatroom-card_inner{
	background: #aaa;
	color: #000 !important;
}

.chatroom-card_title {
	font-family: neucha;
	color: #fff;
	font-size: 20px;
	margin: 0;
	padding: 10px;
}

.active_goblins button.active {border-width: 4px; border-color: #ff0000 #ff0000 #fff !important;}
