/*  05.10.2021  */
/*  chat https://www.stoloto.ru/ruslotto/game/  */
/*  div 5x36    */

.lotto-chat-5 {
	position: fixed;
	top: 10px;
	right: 300px;
	z-index: 99999;
	/*box-sizing: border-box;*/
	display: none;
	width: 610px;
	min-height: 50px;
	padding-top: 30px;
	overflow: hidden;
	background-color: #2d6680;
	border-radius: 2px;
}
.lotto-chat__draggable-field-5 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	width: 100%;
	height: 30px;
	padding: 2px;
	text-align: center;
}
#tabs, #tab1, #tab2, #tab3 {
	padding:2px;
	margin-top: 0px;
	font: italic bold 2.1rem 'EB Garamond', serif;
	/*position: relative;
	display: block;
	align-self: center;
	box-sizing: border-box; */
}
/*.tabs-nav li a {
	border-radius: 30px 0 0 0;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4); 
}*/
ul.tabs-nav li {
	color: white;
	padding: 0px 0px 0;
	/*border-radius: 5px 5px 0 0; -webkit-border-radius:10px 10% 0 0;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);*/
}
/*  botton close 5x36, 6x45, 7x49 */
.lotto-chat__small-btn-5 {
	position: absolute;
	margin: 15px 0 15px 0;
	left: 50px;
	z-index: 22222222222222;
	width: 15px;
	height: 15px;
	padding: 5px;
	background-color: transparent;
	border: 0px;
	border-radius: 50%;
	background: linear-gradient(to right,  #9ec99b 15%, #5fbd57 25%, #22640f 60%);
	box-shadow: inset 2px -8px 10px rgba(0,0,0,.2), 1px 1px 2px rgba(0,0,0,.65);
}

.lotto-chat__maxim-btn-5 {
	position: absolute;
	display: block;
	margin: 15px 0 15px 0;
	left:30px;
	z-index: 2;
	width: 15px;
	height: 15px;
	padding: 5px;
	background-color: transparent; 
	border: 0px; 
	border-radius: 50%;
	background:linear-gradient(to right,  rgb(255, 216, 158) 15%, rgb(255, 155, 0) 65%, rgb(230, 138, 0) 20%); /*rgb(255, 155, 0); #8f7e27 /*linear-gradient(to right,  #f7e097 15%, #ddc34d 25%, #786406 60%);*/
	box-shadow: inset 2px -8px 10px rgba(0,0,0,.2), 1px 1px 2px rgba(46, 45, 45, 0.65); 
}
/* кнопка закрыть  */
.lotto-chat__close-btn-5 {
	position: absolute;
	margin: 15px 0 15px 0;
	left:10px;
	z-index: 2;
	width: 15px;
	height: 15px;
	padding: 5px;
	background-color: transparent;
	border: 0px; 
	border-radius: 50%;
	background:linear-gradient(to right,  #ffa7a7 15%, #f82e2e 65%, #d30000 20%);
	box-shadow: inset 2px -8px 10px rgba(0,0,0,.2), 1px 1px 2px rgba(0,0,0,.65);
}
/*.lotto-chat__small-btn-5::before, .lotto-chat__small-btn-5::after {
	position: absolute;
	top: 60%;
	left: 0%;
	display: block;
	width: 18px;
	height: 0px;
	content: '';
	background-color: #fff;
}
.lotto-chat__close-btn-5::before, .lotto-chat__close-btn-5::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 12px;
	height: 2px;
	content: '';
	background-color: #fff;
}
.lotto-chat__close-btn-5::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.lotto-chat__close-btn-5::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}*/
/*  div 6x45    */

/*  div 7x49   */

.lotto-chat__opens-btn-5:hover,
.lotto-chat__small-btn-5:hover,
.lotto-chat__maxim-btn-5:hover,
.lotto-chat__close-btn-5:hover,
.lotto-chat__opens-btn-6:hover,
.lotto-chat__opens-btn-7:hover,
.btn_g:hover,
.btn_y:hover
 {
	opacity: 0.5;
}

.chat_cntrl {
	position: absolute;
	width: 15px;
	height: 15px;
	top: 12px;
	z-index: 2;
	border-radius: 50%;
	border:0;
}
.btn_g {
	background:green;
	left:10px;
}
.btn_y {
	background:rgb(255, 155, 0);
	left:30px;
}
