body.casino section.pageContent .side.center.desktop {
	width: -webkit-calc(100% - 180px);
	width: -moz-calc(100% - 180px);
	width: -o-calc(100% - 180px);
	width: calc(100% - 180px);
	margin-left: 90px;
	max-width: 1130px;
    display: block;
    margin: 0 auto;
}

body.desktop::-webkit-scrollbar-thumb {
	background: #969696;
	border: 3px solid #252525;
	border-radius: 6px;
}

body.desktop::-webkit-scrollbar {
	padding: 3px;
	width: 14px;
	height: 4px;
	margin: 3px;
}

body.desktop::-webkit-scrollbar-track {
	background: #252525;
	border-radius: 1px;
	margin: 1px;
}

::-webkit-scrollbar {
	width: 4px;
	height: 6px
}


/* Handle */

::-webkit-scrollbar-thumb {
	background: #031825;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: #555;
}

html {
	scrollbar-arrow-color: #252604;
	scrollbar-highlight-color: #BFC097;
	scrollbar-shadow-color: #ffffff;
	scrollbar-base-color: #000000;
	scrollbar-track-color: #E2E1D4;
	scrollbar-face-color: #BFC097;
	scrollbar-3dlight-color: #EFEEEE;
	scrollbar-darkshadow-color: #999999;
}
		.RequestConteiner {
			display: flex;
			
		}
		.desktop #request {
    display:block!important;
}
		.RequestConteiner1{
			width:50%;
			    padding: 14px;
    background: #232833;
    margin: 0px 8px;
    border-radius: 4px;
		}
		.RequestConteiner2{
			width:50%;
			    padding: 14px;
    background: #232833;
    margin: 0px 8px;
    border-radius: 4px;
		}
		#frameWrap {
			width:100%;
		}
		.RequestVal {
     width: 100%;
    background-color: #ecedf1;
    border-radius: 2px;
    color: #15171d;
    font-size: 14px;
    font-weight: 500;
    border: none;
    display: block;
    padding: 12px;
    min-height: 100px;
    resize: none;
			font-family: 'Segoe UI';
		}
		.textInfoRequest span{
		font-size: 12px;
    font-family: inherit;	
		}
		.btnRequest {
		padding: 8px 12px;
    border-radius: 6px;
	margin-top: 13px;
    display: block;
		}
		.EroroDiv {
			display: flex;
			padding: 4px;
			width: 100%;
			height:40px;
		}
		.msgDivRequest {
			width:90%;
		}
		.msgCount {
		width:10%;
		text-align:right;
			font-size:11px;
			display: flex;
		}
		.error {
	color: red;
    padding: 0px 10px;
    margin: 0px;
			    font-size: 12px
		}
		.tabxt {
  overflow: hidden;
}

/* Style the buttons inside the tab */
.tabxt button {
width: 50%;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
	border-bottom: 2px solid inherit;
}



/* Create an active/current tablink class */
.tabxt button.active {
  border-bottom: 2px solid #00EBFFcc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
		@media only screen and (max-width: 900px) {
			.RequestConteiner1 {
				width: 100%;
			}
			.RequestConteiner2{
				width: 100%;
			}
}
