input[type='button']:focus,input[type='checkbox']:focus,textarea:focus,div:focus {
	outline: none;
}

* {
	margin: 0;
	padding: 0;
}

a {
	outline: none!important;
}

html {
	margin: 0;
	padding: 0;
}

body {  
	margin: 0;
	padding: 0;
	font-family: Arial,  sans-serif!important;
	font-size: 14px;
	background: #2E3745!important;
	line-height: 1;
	/*min-width: 1006px;
	min-height: 660px;*/
	top: 0!important;
}

@media only screen and (max-width: 900px) {
	.artboard {
		padding-left: 10px!important;
	}
	
	.ds-initial-page-product-info, .ds-initial-page-logo {
		display: none;
	}
	
	.ds_notification_modal .ds_notification_buttons_relative {
		text-align: left!important;
	}
	
	.ds-welcome-modal .ds-broadcast-accepted-wrapp {
		display: inline-block!important;
	}
	
	.ds-welcome-modal .ds_notification_modal {
		text-align: center!important;
	}
	
	.ds-welcome-modal .ds-broadcast-accepted {
		max-width: 340px!important;
		position: relative;
		display: block!important;
	}
	
	.ds-welcome-modal .ds-broadcast-accepted-check-video-column {
		max-width: 340px!important;
		margin-right: unset!important;
		display: block!important;
	}
	
	.ds-initial-page-product-info {
		display: none!important;
	}
}

.ds_main.noselect div, .ds_main.noselect a, .ds_main.noselect p, .ds_main.noselect img, .ds_main.noselect span {
	user-select: none;
}

.goog-te-banner-frame{
	display: none!important;
}

body, html {
    height: 100%;
    color: rgba(0,0,0,.87);
    background: #fff;
    position: relative;
}

img {
	border: 0;
}

.ds-button {
	cursor: pointer;
}

.ds-loading-screen {
	z-index: 100;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	text-align: center;
}

.ds-old-browser-layer {
	z-index: 100;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #2A2F34;
	text-align: center;
	display: none;
}

.ds-loading-screen-logo {
	position: absolute;
    top: 30px;
    left: 30px;
    width: 240px;
    height: 240px;
    background-size: contain;
    background-repeat: no-repeat;
}

.ds-loading-screen-loader {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -28px;
    background: url('../images/loader.png') no-repeat center;
    z-index: 100;
	-webkit-animation: screenPreloader 1.3s infinite linear;
    -moz-animation: screenPreloader 1.3s infinite linear;
    -ms-animation: screenPreloader 1.3s infinite linear;
    -o-animation: screenPreloader 1.3s infinite linear;
    animation: screenPreloader 1.3s infinite linear;
}

.ds-video-is-loading, .ds-breakoutrooms-creating-loader {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    background: url('../images/loader.png') no-repeat center;
    z-index: 28;
	-webkit-animation: screenPreloader 1.3s infinite linear;
    -moz-animation: screenPreloader 1.3s infinite linear;
    -ms-animation: screenPreloader 1.3s infinite linear;
    -o-animation: screenPreloader 1.3s infinite linear;
    animation: screenPreloader 1.3s infinite linear;
	background-size: contain;
}

.remoteStreamAdded .ds-video-is-loading {
	display: none;
}

.ds-loading-avatar-loader {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -28px;
    background: url('../images/loader.png') no-repeat center;
    z-index: 100;
	-webkit-animation: screenPreloader 1.3s infinite linear;
    -moz-animation: screenPreloader 1.3s infinite linear;
    -ms-animation: screenPreloader 1.3s infinite linear;
    -o-animation: screenPreloader 1.3s infinite linear;
    animation: screenPreloader 1.3s infinite linear;
	display: none;
}

.ds-loading-in-modal {
	width: 48px;
    height: 48px;
    position: absolute;
    top: 75%;
    left: 50%;
    margin-top: -34px;
    margin-left: -28px;
    background: url('../images/loader.png') no-repeat center;
    z-index: 100;
	-webkit-animation: screenPreloader 1.3s infinite linear;
    -moz-animation: screenPreloader 1.3s infinite linear;
    -ms-animation: screenPreloader 1.3s infinite linear;
    -o-animation: screenPreloader 1.3s infinite linear;
    animation: screenPreloader 1.3s infinite linear;
}

@-webkit-keyframes screenPreloader {
    to { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes screenPreloader {
    to { -moz-transform: rotate(360deg); }
}

@-ms-keyframes screenPreloader {
    to { -ms-transform: rotate(360deg); }
}

@-o-keyframes screenPreloader {
    to { -o-transform: rotate(360deg); }
}

@keyframes screenPreloader {
    to { transform: rotate(360deg); }
}

.ds-thumb-draggable-wrapp {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	padding: 10px;
	padding-left: 10px;
	background: #2E3745;
}

.ds-thumb-draggable-wrapp.sidePanelVisible {
	/*padding-left: 90px;*/
}

.ds_wrappConference {
	position: relative;
	z-index: 1;
	height: 100%;
}

.ds_wrappConference > div {
	position: absolute;
}

.ds_mainWrapp {
	width: 100%;
}

.ds_mainWrapp.inital-page-is-active, .ds_mainWrapp.leaving-session {
	filter: blur(5px);
}

.ds_wrappConference.reconnecting-is-active {
	filter: blur(5px);
}

.ds_main {
	margin-left: 80px;
    position: relative;
}

.button {
	cursor: pointer;
}

.ds_main_systemState {
	color: red;
}



.ds_main_usersButtonWrapp {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 9;
}

/*.ds_main_chatButton, .ds_main_usersButton {*/
	/*border: 1px solid gray;*/
	/*border-radius: 3px;*/
	/*font-size: 30px;*/
    /*padding: 4px;*/
/*}*/

/*.remoteVideoWrapp {*/
	/*display: inline-block;*/
    /*margin: 0 5px;*/
/*}*/

.splitView {
	z-index: 3;
}

.bigView {
	/*z-index: 1;*/
}

.remoteScreenWrapp {
	display: inline-block;
    margin: 5px;
	border: 1px solid #FFFFFF;
}

/*.ds_main_chatButton.off, .ds_main_usersButton.off {*/
	/*background: #DDDDDD;*/
/*}*/

.vertical-center {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.whiteboard.on:before {
	background-position: -73px -5px;
}

.ds_main_usersButton.on, .ds_main_filesButton.on{
	background: #95BCF2;
}

.ds_main_centralContentWrapp {
	background: #2b2f34;
	text-align: center;
	position: relative;
}

.ds_main_centralContent {
	position: relative;
}

.ds_main_centralContent > div {
	display: inline-block;
}

.splitView {
	cursor: pointer;
}

/* LOGIN */ 

.ds_loginPage, .ds_signupPage, .ds_joinPage, .ds_forgotPage, .ds_resetPasswordPage {
	text-align: center;
	margin-top: 150px;
}

.ds_loginText, .ds_signupText, .ds_forgotText, .ds_resetPasswordText , .ds_adminText {
	font-size: 40px;
}

.ds_loginForm, .ds_signupForm , .ds_forgotForm, .ds_resetPasswordForm {
	width: 350px;
	margin-top: 40px;
	display: inline-block;
	line-height: 2;
}

.ds_joinGuestForm, .ds_joinForm {
	width: 300 px;
	margin-top: 40px;
	display: inline-block;
	line-height: 2;
}

.ds_joinGuestForm {
	position: relative;
	top: -67px;
	margin-right: 10px;
}

.ds_joinButton, .ds_forgotButton , .ds_resetPasswordButton  {
	margin-top: 10px;
}

.password, .email {
	width: 100%;
	height: 30px;
	font-size: 20px;
}

.ds_loginStayLogged, .ds_signupTherms {
	text-align: left;
}

.ds_loginButton, .ds_signupButton {
	text-align: right;
}

.loginButton, .signupButton {
	padding: 8px;
    font-size: 18px;
}

.ds_loginPassword, .ds_signupPassword, .ds_signupFName, .ds_signupLName {
	margin-top: 10px;
}

.ds_footerPage {
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: 30px;
	min-width: 1006px;
}

.ds_newRoomName {
	width: 370px!important;
}

/* Check mic/video START */

.ds_checkPage {
	width: 635px;
	position: relative;
	margin: 0 auto;
}

.ds_checkText {
	font-size: 40px;
}	

/*
.ds_checkLocalVideo, .ds_checkLocalAudio, .ds_checkVideo_call, .ds_checkAudio_call{
	width: 49%;
	display: inline-block;
	text-align: center;
	margin-top: 30px;
}
*/

.checkLocalVideo {
	width: 266px;
	height: auto;
	transform: scale(-1, 1);
}

#checkVideo {
	transform: scale(-1, 1);
}

.ds_checkVideo_select, .ds_checkAudio_select {
	display: inline-block;
	width: 250px;
	margin: 10px 30px;
}


/* Check mic/video END */

/* Notification START */

.ds_notification_shadow {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	background: rgba(0,0,0,0.5);
	top: 0;
    left: 0;
	font-family: Arial;
	overflow: auto;
}

.ds_notification_shadow_center_wrapp {
	display: table; 
	width: 100%;
}

.ds_notification_shadow_center {
	height: 100vh;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.ds_notification_modal {
	min-width: 380px;
	min-height: 260px;
	margin: 5px auto;
	position: relative;
	z-index: 110;
	border-radius: 4px;
	background: #FFFFFF;
	text-align: left;
	padding: 50px 70px 50px 70px;
	max-width: 545px;
	display: inline-block;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
}

.ds_notification_modal .ds_notification_title {
	width: 100%;
	font-size: 28px;
	color: #393939; 
}

.ds_notification_modal .ds_notification_title.ds_notification_title_center {
	text-align: center;
}

.ds_notification_shadow_not_in_room .ds_notification_modal {
	max-width: none!important; /* WRTC-1766 */
	box-shadow: none;
}

.ds_notification_shadow_not_in_room  .ds_notification_title {
	text-align: center;  /* WRTC-1766 */
}

.ds_notification_modal .ds_notification_title:first-letter {
	text-transform: uppercase;
}

.ds_notification_title {
    padding-bottom: 24px;
	margin-top: -9px;
    position: relative;
}
.ds_notification_subtitle {
    padding-bottom: 20px;
	font-size: 20px;
}
.ds_notification_modal .ds_notification_close {
	position: absolute;
    right: 10px;
    top: 2px;
    cursor: pointer; 
}

.ds_notification_modal .ds_notification_content {
	/*margin: 10px;
	margin-top: 40px;*/
	font-size: 18px;
	/*margin-bottom: 50px;*/
}

/* wrtc-1746 WRTC-1885  */
/*
.ds-publisher-stream-problem-modal .ds_notification_modal .ds_notification_content, 
.ds-subscriber-stream-problem-modal .ds_notification_modal .ds_notification_content, 
.ds-general-stream-problem-modal .ds_notification_modal .ds_notification_content { 
	margin-bottom: 50px;
}
*/

.ds_notification_checkbox_wrapp { /* WRTC-1885  */
	margin-left: -7px;
}

.ds_notification_modal .ds_notification_buttons {
	bottom: 35px;
    position: absolute;
    text-align: right;
    right: 35px;
}

.ds_notification_modal .ds_notification_buttons_relative {
	bottom: unset;
	margin-top: 20px;
    position: relative;
    text-align: right;
	right: unset;
}

.ds_notification_buttons button {
	margin-right: 15px;
}

.ds_notification_buttons button:last-child {
	margin-right: 0px;
}

.ds_notification_modal .ds_notification_buttonDone {
	padding: 4px 6px;
	font-size: 14px;
	border: 1px solid gray;
	display: inline-block;
	cursor: pointer;
}

.invite .ds_notification_modal {
	max-width: 600px;
}

.ds-notification-button-new:hover {
	 background: rgb(38, 79, 156);
}

.ds-notification-button-new {
    background: #3771E0;
    border: none;
    padding: 11px 20px 10px;
    color: #FFFFFF;
    border-radius: 3px;
    font-size: 16px;
    outline: none;
	cursor: pointer;
	display: inline-block;
	min-width: 102px;
	text-align: center;
	margin-top: 3px;
} 

.ds-notification-button-new-cancel {
	background: none;
	color: #3771E0;
	border: 2px solid #3771E0;
}

.ds-notification-button-new-cancel:hover {
	background: none;
	color: rgb(38, 79, 156);
	border: 2px solid rgb(38, 79, 156);
}

.ds-notification-button-new-full-width {
	width: 100%;
}

.ds-notification-button {
    background: #00d066;
    border: none;
    padding: 11px 20px 10px;
    color: #FFFFFF;
    border-radius: 3px;
    font-size: 20px;
    outline: none;
	cursor: pointer;
	display: inline-block;
	min-width: 102px;
	text-align: center;
	margin-top: 3px;
} 

.ds-notification-button:first-letter {
	/*text-transform: uppercase;*/
}

.ds-notification-button:hover {
    background: #33d985;
}

.ds-invite-button {
	position: absolute;
    right: 0px;
    bottom: 0px;
}

.ds-invite-button-enter {
	position: absolute;
	right: -8px;
    top: -17px;
	font-family: 'iconsdsWhiteboard';
    font-size: 60px;
	color: #009BE1;
	display: none;
}

.ds-file-rename-subtitle, .ds-util-rename-subtitle {
	font-size: 20px;
	margin-bottom: 13px;
}

.ds-invite-wrapp {
	min-width: 450px;
    min-height: 140px;
}

.ds-invite-tip-text {
	margin: 10px 0;
    display: inline-block;
    font-size: 20px;
}

.ds-invite-input {
	height: 50px;
    font-size: 17px;
    border: 1px solid #C5C5C5;
    border-radius: 4px;
	padding-left: 10px;
	padding-right: 40px;
    width: 100%;
	outline: none;
}

.ds-invite-input-fn, .ds-invite-input-ln {
	height: 50px;
    font-size: 17px;
    border: 1px solid #C5C5C5;
    border-radius: 4px;
	padding-left: 10px;
	padding-right: 40px;
    width: 49%;
	outline: none;
}

.ds-invite-input-fn.error, .ds-invite-input-ln.error {
	border-color: red;
}

.ds-invite-input-ln {
	margin-left: 2%;
}

.ds-invite-input-wrapp {
	position: relative;
}

.ds-invite-input-error-message {
	color: red;
	display: none;
	margin-top: 5px;
	font-size: 16px;
}

.ds-invite-input-error-name-message {
	color: red;
	display: none;
	margin-top: 5px;
	font-size: 16px;
}

.ds-invite-input-wrapp-name {
	position: relative;
	margin-bottom: 9px;
}

.ds-invite-input-error {
	text-decoration: underline;
    text-decoration-color: red;
	border-color: red;
}

.ds-invite-input:focus {
	border: 1px solid #009BE1;
}


ul.droparea  li {
    list-style: none;
    border: none;
    display: inline-block;
    padding: 4px 30px 4px 10px ;
    border-radius: 3px;	
	margin-right: 8px;
	margin-top: 8px;
	position: relative;
	cursor: pointer;
}

ul#droparea-audience li {
    background: #EFF1F2;
    color: #000000;    
}

ul#droparea-speakers li {
    background: #009BE1;
    color: #FFFFFF;   
}

.droparea {
	min-height: 40px
}

.ds-invite-area {
	display: none;
	margin-top: 15px;
	position: relative;
    padding-right: 100px;
}

.ds-invite-area ul li {
	word-break: break-word;
	font-size: 16px;
}

.ds-remove-email {
	position: absolute;
	top: -13px;
    right: 0;
}

.ds-invite-copy-link-text, .ds-invite-copy-password-text {
	display: inline-block;
	width: 100%;
	color: #B5B5B5;
	font-size: 16px;
	text-decoration: none;
	border: none;
	resize: none;
	background: #FFFFFF;
	padding-right: 115px;
	height: 30px;
	overflow: hidden;
}

.ds-invite-copy-link-button, .ds-invite-copy-password-button {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: -9px;
}

.ds-invite-copy-link-button-text, .ds-invite-copy-password-button-text {
	font-size: 20px;
}

.ds-invite-copy-link-button-icon, .ds-invite-copy-password-button-icon {
	vertical-align: -6px;
}

/*----------------*/

.ds_notification_reaction {
	display: none;
	border: none;
    background: rgba(0, 0, 0, 0.9);
    width: 300px;
    text-align: left;
    position: relative;
    margin: 7px;
    border-radius: 4px;
    padding: 5px 15px;
	padding-bottom: 2px;
	/*padding-right: 30px;*/
}

.ds_notification_advanced {
	background: #FFFFFF;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
    width: 340px;
    text-align: left;
    position: relative;
    margin: 7px;
    padding: 15px;
}

.ds_notification_tip {
	display: none;
	border: none;
    background: rgba(0, 0, 0, 0.9);
    width: 270px;
    text-align: left;
    position: relative;
    margin: 7px;
    border-radius: 4px;
    padding: 15px;
	padding-right: 30px;
}

.ds_notification_tip  .ds_notification_tipCloseButton, .ds_notification_advanced  .ds_notification_advancedCloseButton, .ds_notification_error  .ds_notification_tipCloseButton {
	color: #FFFFFF;
	font-size: 32px;
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 0px;
	cursor: pointer;
}

.ds_notification_advanced  .ds_notification_advancedCloseButton {
	color: #2B2F34;
}

.ds_notification_tip  .ds_notification_content, .ds_notification_reaction  .ds_notification_content {
	margin-right: 50px;
	/*margin-left: 5px;*/
	display: inline-block;
	width: 100%;
	color: #FFFFFF;
	white-space: pre-wrap; 
	white-space: -moz-pre-wrap; 
	white-space: -pre-wrap; 
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	word-break: break-word;
	/*word-break: break-all;*/ /* WRTC-918 */
}

.ds_notification_reaction  .ds_notification_content {
	white-space: nowrap;
}

.ds_notification_bottomLeft {
	position: absolute;
    text-align: left;
	bottom: 0;
    z-index: 59;
}

.ds_notification_topLeft {
	position: absolute;
    text-align: left;
	top: 0;
    z-index: 59;
	overflow: auto;
	max-height: 50%;
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none;
}

.ds_notification_topLeft::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}


/*----------------*/

.ds_notification_error {
	display: none;
	border: none;
    background: rgba(0, 0, 0, 0.9);
    width: 270px;
    text-align: left;
    position: relative;
    margin: 7px;
    border-radius: 4px;
    padding: 15px;
	padding-right: 30px;
}

.ds_notification_error  .ds_notification_content {
	margin-right: 50px;
	/*margin-left: 5px;*/
	display: inline-block;
	width: 100%;
	color: #FFFFFF;
	
}


.ds_notification_esc  .ds_notification_content {
	background: rgba(0, 0, 0, 0.7);
    padding: 8px;
    display: inline-block;
    position: relative;
    top: 14px;
    border-radius: 5px;
}

.ds_notification_advanced .ds_notification_content {
	word-break: break-word;
	margin-left: 38px;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	margin-bottom: 10px;
}

.ds_notification_esc  {
	position: absolute;
    z-index: 999;
	width: 100%;
	color: #FFFFFF;
    text-align: center;
}

.ds_notification_esc_label {
	border: 1px solid #FFFFFF;
	padding: 8px 5px; 
	display: inline-block;
	border-radius: 4px;
	
}

.ds-settings-button-wrapp {
	margin-top: 15px;
	text-align: right;
}

.ds-notification-button-important, .ds-notification-button-important:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}

.

/* Notification END */



.stat {
	display: none;
	background: white;
	position: absolute;
    z-index: 8;
    width: 70px;
	top: 0;
	cursor: pointer;
}

.stat_content {
	display: none;
	position: absolute;
	margin: 5px;
	background: white;
	opacity: 0.7;
	min-width: 154px;
}

.indicatorOut {
	display: none;
	position: absolute;
    top: 3px;
    left: 50px;
    border-radius: 50%;
    border: 7px solid #FFF;
    width: 7px;
    height: 7px;
    z-index: 8;
}

.indicatorIn {
	display: none;
	position: absolute;
    top: 3px;
    left: 50px;
    border-radius: 50%;
    border: 7px solid #FFF;
    width: 7px;
    height: 7px;
    z-index: 8;
}

.resizable(@direction: both) {
  // Options: horizontal, vertical, both
  resize: @direction;
  // Safari fix
  overflow: auto;
}

.chatInput-wrapper {
	margin-bottom: 6px;
}

.chatInput-wrapper > div{
	width: 100%;
}

.chatInput {
	width: 100%!important;
	height: 22px;
	min-height: 34px!important; 
	max-height: 120px!important; 
	/*margin:0px!important; */
	padding-bottom:0!important;
	resize:none!important; 
	overflow:hidden;
    border: none!important;
	padding-right: 40px!important;
	padding-top: 7px!important;
    box-shadow:none!important;
}

.emojiPickerIcon{
    opacity: 0.5;
}

.chat-button-group {
	width: initial!important;
	box-sizing: border-box;
	padding-left: 10px;
	top: -2px;
    position: relative;
	font-size: 12px;
	color: #757d8b;
	text-align: right;
	height: 25px;
	/*margin-right: 50px;*/
}
.chat-button-group .ds-button {
	display: inline-block;
	margin-right: 15px;
}

#bold-button {
	font-weight: bold;
}

#italic-button {
	font-style: italic;
}

#strike-button {
	text-decoration: strike;
}

.emojiRow span.emoji, .emojiRow img.emoji {
	width: 1.8em;
    height: 1.8em;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    vertical-align: middle;
}

.chatMessage_edit {
	margin: 0 4px;
}

.chatMessage_edit_save {
	float: right;
}

.ds_p2p {
	width: 91px;
	margin: 0 auto;
	font-size: 13px;
	text-align: center;
	display: none;
}

.onoffswitch {
	position: relative; 
	width: 88px;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
	display: none;
}
.onoffswitch-label {
	display: block; overflow: hidden; cursor: pointer;
	height: 30px; padding: 0; line-height: 30px;
	border: 2px solid #999999; border-radius: 30px;
	background-color: #EEEEEE;
	transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
	content: "";
	display: block; width: 30px; margin: 0px;
	background: #FFFFFF;
	position: absolute; top: 0; bottom: 0;
	right: 58px;
	border: 2px solid #999999; border-radius: 30px;
	transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
	background-color: #34A7C1;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #34A7C1;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
	right: 0px; 
}



.fileinput-button {
	position: relative;
	overflow: hidden;
	display: inline-block;
	/*background: #00ABFF!important;*/
	border: 1px solid #007FFF;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

.ds_main_filesButton_fileListWrapp {
	display: none;
	position: absolute;
	bottom: 40px;
	height: 280px;
	width: 200px;
	left: -80px;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #a2a0a0;
}

.ds_main_filesButton_fileList {
	margin: 4px;
}

.ds_main_whiteboardButton  {
	display: none;
}

.ds_main_filesButton {
	display: none;
}

.ds_main_files {
	height: 188px;
	overflow: auto;
	margin-top: 10px;
}

.alert {
	font-size: 14px!important;
	padding: 3px!important;
    margin-bottom: none!important; 
}

.ds_main_file_row {
	font-size: 16px;
	text-align: left;
	border-bottom: 1px solid gray;
    height: 20px;
}

.ds_main_file_name {
	text-overflow: ellipsis;
	display: inline-block;
    width: 140px;
    height: 18px;
    overflow: hidden;
}

.ds_main_file_controls {
	display: inline-block;
    text-align: right;
    width: 50px;
    padding-right: 3px;
	height: 18px;
    vertical-align: top;
}

.ds_main_file_controls > i {
	margin-left: 2px;
}

.whiteboardControls_close {
	color: red;
	font-size: 30px;
	position: absolute;
	bottom: 0;
	right: 10px;
	cursor: pointer;
	z-index: 2;
}

.ds-video-overlay {
	display: none;
}

.bigView .ds-video-overlay {
	top: 0;
	left: 0px;
	right: 0px;
	bottom: 0;
	display: flex;
	justify-content: center;
	position: absolute;
	pointer-events: none;
}

.bigView .ds-video-overlay .ds-video-name {
	height: 42px;
	flex: 1;
	/*background-color: black;*/
	background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.01));
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 12px;
	pointer-events: all;	
}

.ds_wrappConference:not(.ds-hide-controls-in-forced-mode) .bigView .ds-video-overlay .ds-video-name {
	cursor: move;
}

.ds-video-controls-bandwidth-problems, .ds-video-controls-freeze-problems { /* wrtc-852 */ /* wrtc-1176 */
	position: absolute;
	top: 90px;
	background: #FFFFFF;
	color: #000000;
	display: none;
	border-radius: 5px;
    font-size: 20px;
    padding-left: 10px;
}

.ds-video-safari-play {
	position: absolute;
	top: 90px;
	background: #FFFFFF;
	color: #000000;
	display: none;
	border-radius: 5px;
    font-size: 20px;
    padding-left: 10px;
}

.ds-video-controls-bandwidth-problems-try-again { /* wrtc-852 */ 
	margin-right: 10px;
}

.ds-video-interaction-area {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.bigView .no-outer-indicator { /* WRTC-850 */
	box-shadow: none!important;
}

.splitView .ds-video-interaction-area{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.ds-participants .splitView .ds-video-interaction-area{
	left: 0;
	top: 0;
	width: 124px;
	height: 124px;
}

.ds-participants .screenshare .splitView .ds-video-interaction-area {
	width: 100%;
}

.ds_main_myWebcam  .splitView  .ds-video-interaction-area{
	left: 0px;
}

.ds_main_myWebcam {
	background: #404040;
}

.ds_main_myScreen   .splitView  .ds-video-interaction-area{
	left: 0px;
}



/* Youtube & VIMEO START */

.youtubePlayerWrapp, .vimeoPlayerWrapp {
	position: relative;
    top: 0;
    text-align: center;
    width: 100%;
	line-height: 0;
}

.youtubeWrapp, .vimeoWrapp {
	background: #000000;
    position: relative;
	display: inline-block;
}


.youtube_head, .vimeo_head {
	width: 100%;
	height: 49px;
	border: none;
	text-align: center;
}

#ds-youtube-video-panel.split  .youtube_head, #ds-vimeo-video-panel.split  .vimeo_head {
	display: none;
}

.youtube_head_title, .vimeo_head_title {
	display: inline-block;
    position: relative;
    top: 14px;
    left: 15px;
    font-size: 18px;
    color: #FFFFFF;
    height: 26px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    width: 100%;
    /* word-break: inherit; */
    padding-right: 57px;
}

.ds-minimize-view-youtube:before, .ds-close-view-youtube:before , .ds-maximize-view-youtube:before, .ds-minimize-view-vimeo:before, .ds-close-view-vimeo:before , .ds-maximize-view-vimeo:before, .ds-minimize-view-videoaudio:before, .ds-close-view-videoaudio:before , .ds-maximize-view-videoaudio:before{
	color: #FFFFFF!important;
}

.ds-minimize-view-vimeo:before, .ds-close-view-vimeo:before , .ds-maximize-view-vimeo:before {
	color: #FFFFFF!important;
}

/* Youtube & VIMEO END */

#ds-video-panel.ds-synclet {
    display: none;
    top: 50px;
    left: 300px;
    width: 800px;
    height: 500px;
	background-color: rgba(0,0,0,0); /* WRTC-741 */
}

#ds-youtube-video-panel.ds-synclet, #ds-vimeo-video-panel.ds-synclet {
    display: none;
    top: 0px;
}

.pinToggle {
	display: none!important;
}

/* SCROLL STYLE */

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px!important;
    background: #ACAEB0!important;
}
    
	
.mCSB_scrollTools .mCSB_draggerRail {
	background: none!important;
}

.mCSB_outside+.mCSB_scrollTools {
	right: -13px!important;
    z-index: 8!important;
}

.paint-controls-wrapp .mCSB_outside+.mCSB_scrollTools { /* WRTC-925 */
	right: 0px!important;
    z-index: 8!important;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 8px!important;
    min-width: 20px;
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0px!important;
}

/* IMG PRELOADER */

.imgPreload {
	position: absolute;
	right: 99999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	top: -9999px;
}

.mCSB_container {
	overflow: initial!important;
}

/* dropdown */

.wrap-dd-menu .dropdown {
	z-index: 10!important;
}

.ds-onync-logo {
	position: relative;
    top: 50px; /* WRTC-1653  */
    left: 30px;
    max-width: 300px;
    opacity: .5;
    z-index: 22;
}

.ds-onync-logo-svg {
	max-width: 300px;
	visibility: hidden;
}

.ds-onync-logo-svg:hover {
	visibility: hidden!important;
}

#ds-media-panel.tiled , #ds-whiteboard-panel.tiled,  #ds-video-panel.tiled ,  #ds-youtube-video-panel.tiled,  #ds-vimeo-video-panel.tiled, #ds-polls-panel.tiled , #ds-webapp-panel.tiled {
	position: fixed!important;
}

.bigLocalVideo-wrapp {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 1;
}

.bigLocalVideo {
	width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
	z-index: 1;
	transform: scale(-1, 1);
}

.bigLocalVideo-to-area {
	width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 1;
	transform: scale(-1, 1);
}

.ds-self-video-controls-minimize {
	position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.ds-file-rename-input:focus, .ds-add-folder-input:focus, .ds-add-youtube-input:focus , .ds-add-bookmark-input:focus , .ds-add-vimeo-input:focus , .ds-add-from-url-input:focus , .ds-breakoutrooms-add-group-input:focus, .ds-util-rename-input:focus,  .ds-save-layout-modal-input:focus , .ds-add-webapp-input:focus , .ds-add-webapp-name-input:focus {
	border: 1px solid #009BE1;
}

.ds-util-rename-input, .ds-file-rename-input, .ds-add-folder-input, .ds-add-youtube-input, .ds-add-bookmark-input, .ds-add-vimeo-input, .ds-add-from-url-input, .ds-settings-dialout-input, .ds-polls-group-create-input, .ds-breakoutrooms-add-group-input, .ds-save-layout-modal-input , .ds-add-webapp-input , .ds-add-webapp-name-input {
	height: 49px;
    font-size: 17px;
    border: 1px solid #C5C5C5;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    outline: none;
	min-width: 300px;
}

.ds-notification-button-cancel {
    background: #8d989d;
    padding: 11px 20px 10px;
    color: #FFFFFF;
    border-radius: 3px;
	border: none;
    font-size: 20px;
    outline: none;
	cursor: pointer;
	text-align: center;
	margin-top: 3px;
	display: inline-block;
}

.ds-notification-button-cancel:hover {
    background: #a4adb1;
}

.ds-notification-button-disabled {
	background: #EEF0F1!important;
    border: none;
    padding: 11px 20px 10px;
    color: #B5B5B5!important;
    border-radius: 3px;
    font-size: 20px;
    outline: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	margin-top: 3px;
}

.ds-notification-button-disabled:hover {
	background: #F4F7F9;
}

.ds-util-rename-button-ok, .ds-file-rename-button-ok, .ds-add-folder-button-ok, .ds-add-youtube-button-ok, .ds-add-vimeo-button-ok, .ds-polls-group-create-button-ok {
	display: inline-block;
}

.ds-util-rename-button-cancel, .ds-file-rename-button-cancel, .ds-add-folder-button-cancel, .ds-breakoutrooms-add-group-button-cancel, .ds-add-youtube-button-cancel, .ds-add-vimeo-button-cancel, .ds-add-bookmark-button-cancel, .ds-add-webapp-button-cancel, .ds-polls-group-create-button-cancel {
	display: inline-block;
	margin-right: 10px;
}

.ds-util-rename-buttons, .ds-file-rename-buttons, .ds-save-layout-modal-buttons, .ds-add-folder-buttons, .ds-breakoutrooms-add-group-buttons, .ds-add-youtube-buttons, .ds-add-bookmark-buttons, .ds-add-vimeo-buttons, .ds-add-webapp-buttons, .ds-add-from-url-buttons, .ds-add-from-url-buttons .ds-polls-group-create-buttons {
	text-align: right;
	margin-top: 20px;
}

.ds-add-from-url-button-cancel {
	margin-right: 10px;
}

.ds-video.remote:not(.BW)  video.ds-remote-video.localVideo {
	height: 124px!important; /*thumb_increase*/
	width: auto!important;
	left: initial!important;
	top: initial!important;
	position: relative!important;
	transform: none!important;
	min-width: initial!important;
	min-height: initial!important;
}

.ds-video.remote.userHasAvatar:not(.BW)  video.ds-remote-video.localVideo {
	height: 124px!important; /*thumb_increase*/
	width: 124px!important;
	left: initial!important;
	top:0!important;
	min-width: initial!important;
	min-height: initial!important;
}

.ds-video.remote:not(.BW)  video.ds-remote-video.localVideo.hasVideoStream {
	width: auto!important;
}

.ds-self-broadcasts .splitView.crop .ds-video-container-wrapper-inner {
	position: relative;
    top: initial;
    left: initial;
    width: initial;
    height: initial;
}

.ds-video.remote:not(.BW)  video.ds-remote-video.localScreen {
	height: 124px!important; /*thumb_increase*/
	width: auto!important;
	left: initial!important;
}

.ds-video-poster-wrapp {
	width: 100%;
	height: 100%;
	transform: translate(-50%, 0);
    margin-left: 50%;
}

.splitView .ds-video-poster-wrapp {
	width: 100%!important;
	height: 100%!important;
	text-align: center;
}

.ds-video-poster-wrapp-check.muted .ds-video-poster-outer {
	opacity: 0!important;
}

.ds-lobby-page-wrapp .ds-video-poster-wrapp-check {
	left: 80px;
}

.ds-participants .splitView .ds-video-poster-wrapp {
	width: 124px;
	height: 124px;
	text-align: center;
	top: 0;
	left: 0;
	bottom: unset;
	right: unset;
	/*left: -124px;*/
	/*left: 29px;
    right: unset; */
}  

.ds-video-poster-inner {
	border-radius: 50%;
    background-size: cover;
	width: 92%;
	height: 92%;
	top: 4%;
	left: 4%;
	position: relative;
}

.ds-video-poster-outer {
	border-radius: 50%;
	border: 3px solid rgba(0,0,0,0);
	position: absolute;
	background: none!important;	
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.splitView .ds-video-poster-outer {
	display: none;
}

.splitView .ds-video-poster-inner {
	/*background: url(../images/icon_poster.png) center center no-repeat;*/
	width: 100%!important; /* to hide box-shadow by edge */
	height: 100%!important;
	background-size: cover;
	display: inline-block;
	position: relative;
	border-radius: unset;
	top: 0!important;
	left: 0!important;
}

/*
.splitView .userHasAvatar .ds-video-poster-inner {
	width: 80px!important;
	height: 80px!important;
	border-radius: 50%;
	top: 20px;
}
*/

.userHasAvatar .splitView  .ds-video-poster-inner {
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
	background-color: #363E4B!important;
}

.muted .ds-video-poster-mic-indicator {
	box-shadow: none!important;
}

.ds-video-poster-mic-indicator {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	box-shadow: none!important; /* ? WRTC-1169 */
}

.splitView .ds-video-poster-mic-indicator {
	border-radius: 0;
	width: 100%;
	height: 100%;
	/*position: relative;
    left: -3px;
    top: -3px;*/
	box-shadow: none!important;
}

.userHasAvatar .splitView  .ds-video-poster-mic-indicator {
	border-radius: 50%;
}

ul.dropdown  li.false {
	display: none!important;
}


input[type="checkbox"] + label {
  font-size: 11px;
  color: #89929f;
  cursor: pointer;
  font-weight: normal;
}
input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
	font-size: 32px;
    margin: 0 5px 0 0;
	color: #89929F;
	vertical-align: -8px; /* WRTC-1255 */
}
input[type="checkbox"] + label::before {   
	content: "\e95e";
}

input[type="checkbox"]:checked + label::before {
   content: "\e95f";
   color: #009EE8;
}

input[type="checkbox"]:focus + label::before {
   color: red;
}

/**/

input[type="radio"]{
    display:none;            
}
input[type="radio"] + label {
  font-size: 11px;
  color: #89929f;
  cursor: pointer;
  font-weight: normal;
}
input[type="radio"] + label::before {
    content: "";
    display: inline-block;
	font-size: 32px;
    margin: 0 5px 0 0;
	color: #89929F;
	vertical-align: -7px; /* WRTC-1255 */
}
input[type="radio"] + label::before {   
	content: "\e960";
}

input[type="radio"]:checked + label::before {
    content: "\e961";
	color: #009EE8;
}

.ds-checkboxes-label  {
	font-size: 14px;
	/*vertical-align: 9px;*/ /* WRTC-1255 */
	color: rgb(51, 51, 51);
}

.filterLabel {
	/*vertical-align: 7px;*/ /* WRTC-1255 */
	word-spacing: -4px;
}

.ds-arrow-left {
	display: inline-block;
	height: 20px;
	overflow: hidden;
	width: 8px;
}

.ds-arrow-right {
	display: inline-block;
	transform: rotate(180deg);
	height: 20px;
	overflow: hidden;
	width: 20px;
	top: 1px;
	position: relative;
}

.ds-notification-button-cancel .ds-arrow-right, .ds-notification-button-cancel .ds-arrow-left {
	color: #FFFFFF;
}

.ds-notification-button-disabled .ds-arrow-right, .ds-notification-button-disabled .ds-arrow-left {
	color: #B5B5B5;
}



.ds-filter {
	position: absolute;
	display: inline-block;
	right: 0;
	cursor: pointer;
	top: 0;
}

.ds-list-sort-wrapp {
	position: relative;
	margin: 10px 18px;
	margin-bottom: 17px;
}

.ds-list-sort-order-by {
	color: #b0b4bb;
	font-size: 14px;
}

.ds-list-sort-order-by-name {
	color: #2b2f34;
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
}

.ds-list-sort-order-by-name:first-letter {
	text-transform: uppercase;
}

.ds-list-sort-order-asc-desc {
	display: inline-block;
	width: 10px;
	height: 12px;
	cursor: pointer;
	position: relative;
}

.ds-list-sort-order-by-menu-wrapp {
	position: absolute;
    top: 30px;
    left: 34px;
    z-index: 2;
}


.ds-list-sort-order-by-menu-wrapp-list {
	background: #FFFFFF;
    padding: 5px 0px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
	list-style: none;
	border-radius: 7px;
}

.ds-list-sort-order-by-menu-wrapp-list-li {
	padding: 10px 25px;
	font-size: 16px;
	color: #969ba1;
	min-width: 170px;
}

.ds-sort-name {
	display: inline-block;
	margin-right: 10px;
}

.ds-sort-name:first-letter {
	text-transform: uppercase;
}

.ds-list-sort-order-by-menu-wrapp-list-li:hover {
	background: #F6FBFD;
}

.ds-list-sort-order-by-menu-wrapp-list-li.selected {
	color: #2b2f34;
}

.ds-list-sort-order-by-menu-wrapp-list-li > span.ds-list-sort-order-asc-desc {
	display: none;
}

.ds-list-sort-order-by-menu-wrapp-list-li.selected > span.ds-list-sort-order-asc-desc {
	display: inline-block;
}

.ds-list-sort-order-asc-desc {
	display: inline-block;
}


.ds-list-filter-menu input[type="checkbox"] + label {
  font-size: 16px;
  color: #969ba1;
  cursor: pointer;
  font-weight: normal;
}

.ds-list-filter-menu input[type="checkbox"]:checked + label {  
  color: #2b2f34;
}

/* filter */


.ds-list-filter-icon {
	position: absolute;
	display: inline-block;
	width: 32px;
	height: 24px;
	right: -10px;
	cursor: pointer;
	top: -2px;
	overflow: hidden;
}

.ds-list-filter-menu-wrapp {
	position: absolute;
	top: 22px;
	right: 0;
	z-index: 1;
}

.ds-list-filter-menu-over {
	background: #FFFFFF;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
	border-radius: 5px;
}

.ds-list-filter-menu {
	padding: 14px 22px; 
}

.ds-list-filter-menu .filterLabel {
	/*margin-left: 14px;*/
	/*vertical-align: 7px;*/ /* WRTC-1255 */
}

.ds-list-filter-menu-clear {
	width: 100%;
	border-top: 1px solid #EEEEEE;
	padding: 0 13px;
	display: block;
}

.ds-list-filter-menu-clear:hover {
	text-decoration: none;
}

.ds-list-filter-menu-clear-icon {
	/*color: #9A9896!important;*/
}

.ds-list-filter-menu-clear-text {
	/*color: #2b2f34!important;*/
	font-size: 16px;
    vertical-align: 7px;
    margin-left: 7px;
}


li.ddmenu div {
	min-width: 210px!important;
	font-family: Arial, sans-serif!important;
}

li.ddmenu.add_youtube div, li.ddmenu.add_vimeo div {
	min-width: 220px!important;
}

li.ddmenu div span.icon{
	vertical-align: -7px;
	margin-right: 9px;
}

.ddmenu.delete {
	border-top: 1px solid #EEEEEE;
}

.ds-media-tab .wrap-dd-menu {
	position: absolute;
	right: 7px;
	top: 0;
}

.ds-media-tab .hasPreview:not(.convertationInProgress) .wrap-dd-menu {
	right: 40px; /* improv_522 */
}

.ds_wrappConference:not(.ds-hide-controls-in-forced-mode) .ds-draggable-handler {
	cursor: move;
}

input {
	outline: none;
}

.sip_audio {
	position: fixed;
	left: 99999px;
	/*display: none;*/ /* 1135 */
}

.scroller {
    position: relative; 
    /*max-height: 2px;*/
}

/* room settings start */

.ds-ds-room-settings-modal .ds_notification_modal {
	max-width: 765px;
	padding: 0;
}

.ds-ds-room-settings-modal.de-DE .ds_notification_modal {
	max-width: 800px;
}

.ds-room-settings-wrapp {
	
}

.ds-room-settings {
	
}

.ds-room-settings-column {
	overflow: hidden;
	float: left;
    width: 200px;
    height: 100%;
	margin-left: 50px;
	margin-right: 50px;
}


.ds-room-settings-column-tab {
	display: block;
    text-align: left;
    padding: 14px 0px 9px;
    font-size: 18px;
    cursor: pointer;
    border-bottom: 1px solid rgba(0,0,0,0);
    margin: 0;
}

.ds-room-settings-column-tab.active {
	border-right: 2px solid #009fe8;
	color: #009ee8;
}

.ds-room-settings-body {
	margin: 31px 50px 40px;
	overflow: hidden;
	min-width: 370px;
}

.ds-room-settings-body-block-title {
	font-size: 28px;
}

.ds-room-settings-buttons-block {
	text-align: center;
	position: relative;
	margin-top: 20px;
}

.ds-room-settings-body-embed-title, .ds-room-settings-body-tech-info-title {
	font-size: 28px;
	color: #3a3a3a;
	margin-bottom: 19px;
}

.ds-room-settings-body-embed-title {
	margin-bottom: 10px;
}

.ds-room-settings-body-embed-description {
	font-size: 20px;
	color: #3a3a3a;
	margin-bottom: 10px;
}

.ds-room-settings-body-tech-info-content, .ds-room-settings-body-embed-content {
	border: 1px solid #C5C5C5;
	border-radius: 4px;
	width: 100%;
	/*min-height: 150px;
	max-height: 200px;*/
	padding: 12px 13px;
}

/*.en-US .ds-room-settings-body-tech-info-content, .en-US .ds-room-settings-body-embed-content {
	width: 554px;
}*/

.ds-room-settings-body-tech-info-content {
	max-height: none;
	/*overflow-y: auto; */
	padding: 0;
	border: none;
	border-radius: none;
}

.ds-scroller-tech-info-content {
	max-height: 260px;
	padding: 10px 13px;
	border: 1px solid #C5C5C5;
	border-radius: 4px; 
}


.ds-room-settings-body-copy-info-wrapp {
	text-align: right;
	margin-top: 10px;
}

.ds-room-settings-body-copy-info-icon {
	display: inline-block;
	vertical-align: -7px;
}

.ds-room-settings-body-copy-info-text {
	display: inline-block;
	color: #2b2f33;
	font-size: 20px;
	/*vertical-align: 8px;*/ /* WRTC-1255 */
}

.ds-room-settings-body-block-content {
	margin: 18px 69px;
	margin-left: 0px;
	margin-right: 0px;
}

#ds-embed-code, #ds-tech-info , #ds-e2ee-code {
	position: absolute;
	left: -9999px;
}

.ds-embed-code {
	color: #c5c5c5;
	font-size: 20px;
	word-break: break-word;
}

.ds-tech-info {
	color: #3a3a3a;
	font-size: 20px;
	line-height: 36px;
}

.ds-lang-select option:first-letter {
	text-transform: uppercase;
}

.ui-icon-triangle-1-s {
	height: 20px!important;
}

.ds-no-flip { /* WRTC-886 */
	transform: none!important;
}

.ds-dm {
	position: absolute;
    width: 22px;
    height: 22px;
    right: 0;
    top: 5px;
}

.ds-visibility-hidden {
	visibility: hidden;
}

.ds-capitalized:first-letter {
	text-transform: uppercase;
}

#broadcastAcceptedVideo, #checkVideo {
	width: 100%;
}

.ds-broadcast-accepted-body-block {
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 40px;
	/*margin-top: 20px;*/
}

.ds-broadcast-accepted-body-block-no-margin-bottom {
	margin-bottom: 0px!important;
}

.ds-broadcast-accepted-body-block > .ds-broadcast-accepted-body-block {
	margin-bottom: 0;
}

.ds-sip-modal-important-notify {
	margin-top: 10px;
	font-size: 16px;
}

.ds-broadcast-accepted-top-text {
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
}

.ds-broadcast-accepted-body-block-content {
	/*margin: 40px 0;*/
}

.ds-broadcast-accepted-buttons-block-video-audio { /* wrtc-1227 */
	text-align: right;
}

.ds-broadcast-accepted-buttons-block {
	text-align: center;
}

.ui-tooltip-content:first-letter {
	text-transform: uppercase;
}

.ui-tooltip-content {
	text-align: center;
}

#google_translate_element { /* WRTC-1255 */
	visibility: hidden!important;
	position: fixed!important;
    top: -9999px!important;	
}

.au_remove {
	display: block!important;
    position: fixed;
    top: 0;
    left: -9999px;
    z-index: 0;
    width: 200px;
    height: 100px;
}

.control-moving {
	background: rgba(0, 158, 232, .35);
}

.ds-areas-size-control-horizontal {
	width: 100%;
	height: 2px;
	/*background: rgba(0, 158, 232, .35);*/
	position: fixed;
	z-index: 23;
	left: 0;
    top: 50%;
	cursor: row-resize;
	display: none;
}

.ds-areas-size-control-vertical {
	width: 2px;
	height: 100%;
	/*background: rgba(0, 158, 232, .35);*/
	position: fixed;
	z-index: 24;
	left: 50%;
    top: 0;
	cursor: col-resize;
	display: none;
}

.ds-element-resizer-vertical {
	width: 2px;
	height: 100%;
	/*background: rgba(0, 158, 232, .35);*/
	position: fixed;
	z-index: 24;
	left: 50%;
    top: 0;
	cursor: col-resize;
}

.ds-element-resizer-horizontal {
	width: 100%;
	height: 2px;
	/*background: rgba(0, 158, 232, .35);*/
	position: fixed;
	z-index: 24;
	left: 0;
    top: 50%;
	cursor: row-resize;
}

.ds-hide-controls-in-forced-mode .ds-areas-size-control-vertical, 
.ds-hide-controls-in-forced-mode .ds-areas-size-control-horizontal, 
.ds-hide-controls-in-forced-mode .ds-element-resizer-horizontal, 
.ds-hide-controls-in-forced-mode .ds-element-resizer-vertical, 
.ds-hide-controls-in-forced-mode .ds-head-draggable-indicator {
	display: none!important;
}

.ds-areas-size-control-vertical:hover {
	/*border-bottom: 2px dashed rgba(0, 158, 232);*/
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	border-image: url(../images/resizer_border.png) 1 1 1 1 repeat repeat;
}

.ds-areas-size-control-horizontal:hover {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-image: url(../images/resizer_border_horizontal.png) 1 1 1 1 repeat repeat;
}

.ds-element-resizer-horizontal:hover {
	/*border-bottom: 2px dashed rgba(0, 158, 232);*/
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-image: url(../images/resizer_border_horizontal.png) 1 1 1 1 repeat repeat;
}

.ds-element-resizer-vertical:hover {
	/*border-right: 2px dashed rgba(0, 158, 232);*/
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	border-image: url(../images/resizer_border.png) 1 1 1 1 repeat repeat;
}


.ds-border-dashed-left {
	/*border-left: 2px dashed rgba(0, 158, 232);*/
	
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	border-image: url(../images/resizer_border.png) 1 1 1 1 repeat repeat;
	
	border-right: none!important;
}

.ds-border-dashed-right {
	/*border-right: 2px dashed rgba(0, 158, 232);*/
	
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-image: url(../images/resizer_border.png) 1 1 1 1 repeat repeat;
	
	border-left: none!important;
}

.ds-border-dashed-top {
	/*border-top: 2px dashed rgba(0, 158, 232);*/
	
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-image: url(../images/resizer_border_horizontal.png) 1 1 1 1 repeat repeat;
	
	border-bottom: none!important;
}

.ds-border-dashed-bottom {
	/*border-bottom: 2px dashed rgba(0, 158, 232);*/
	
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-image: url(../images/resizer_border_horizontal.png) 1 1 1 1 repeat repeat;
	
	border-top: none!important;
}

.ds-area-percentage {
	background: #000100;
    border-radius: 5px;
    display: block;
    position: fixed;
    text-align: center;
    padding-top: 1px;
    width: 45px;
    height: 22px;
    z-index: 22;
    color: #FFFFFF;
    font-size: 14px;
}

.isMobile .ds_mainWrapp { /* WRTC-1630 */
	position: fixed;
}

.ds_left .ds-area-percentage {
	z-index: 24;
}

.ds-area-percentage-left {
	margin-left: -55px;
	margin-top: -11px;
}

.ds-area-percentage-right {
	margin-left: 10px;
	margin-top: -11px;
}

.ds-area-percentage-top {
	margin-left: -22px;
	margin-top: -32px;
}

.ds-area-percentage-bottom {
	margin-left: -22px;
	margin-top: 10px;
}

.ds-graggable-indicator-overlay {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 158, 232, .35); 
	z-index: 30;
	top: 0;
	left: 0;
}

.ui-draggable-dragging .ds-graggable-indicator-overlay  {
	display: block;
}

.ds-areas-group-drag-placeholder {
	border: 2px solid #02A7FF;
	position: fixed;
	z-index: 1;
	display: none;
	padding: 10px;
}

.ds-edit-mode-on .ds-areas-group-drag-placeholder {
	border-left: none;
}

.ds-areas-group-drag-placeholder-inner {
	border: 1px dashed #02A7FF;
	border-radius: 4px;
	width: 100%;
	height: 100%;
	position: relative;
	
	
}


.ds-ui-draggable-dragging .ds-graggable-indicator-overlay {
	display: block;
	border: 2px solid #FFFFFF;
}

.ds-ui-draggable-dragging-some .ds-element-resizer {
	display: none!important;
}

layout-switcher-view {
	position: absolute;
    bottom: 0px;
    right: 0px;
	z-index: 30;
}


.ds-layouts-switcher-wrapp {
	
}

.ds-layouts-switcher {
	display: flex;
	background: rgba(0,0,0,.8);
	border-radius: 25px;
	padding: 0 8px;
	/*overflow: hidden;*/
	padding-right: 40px;
	width: 45px;
    height: 45px;
	position: relative;
	text-align: center;
}

.ds-layouts-switcher-forced-mode-on {
	width: 54px;
	
	
}

.ds-layouts-switcher-forced-mode {
	padding-right: 10px;
	margin-left: 10px;
	border-right: 1px solid #98959E;
	display: none;
}

.ds-layouts-switcher.ds-layouts-switcher-hovered {
	width: initial;
	padding-right: 53px;
	transition-property: width;
	transition-duration: .5s;
	transition-timing-function: linear;
}

.ds-layouts-switcher.ds-layouts-switcher-hovered .ds-layouts-switcher-icons {
	display: flex;
}

.ds-layouts-switcher.ds-layouts-switcher-hovered .ds-layouts-switcher-forced-mode {
	display: flex;
}

.ds-layouts-switcher.ds-layouts-switcher-hovered .ds-layouts-switcher-icon-current {
	/*border-left: 1px solid #949399;
	width: 50px;*/
}

.ds-layouts-switcher-icons {
	display: none;
	border-right: 1px solid #98959E;
}

.ds-layouts-switcher-icon {
	cursor: pointer;
	display: inline-block;
	color: #908F94;
	margin-right: 10px;
	position: relative;
}

.ds-layouts-switcher-icon:hover {
	color: #FFFFFF;
}

.ds-layouts-switcher-icon:first-child {
	margin-left: 8px;
}

.ds-layouts-switcher-icon-current {
	color: #FFFFFF;
	position: absolute;
    right: 0;
	cursor: pointer;
	display: inline-block;
	margin-right: 10px;
	width: 31px;
    height: 100%;
	box-sizing: content-box;
}

.ds-layouts-switcher-icon.active {
	color: #FFFFFF;
}

.ds-layouts-switcher-tooltip-wrapp {
	top: 0;
    position: absolute;
    width: 1px;
    height: 1px;
    left: 16px;
	visibility: hidden;
}

.ds-layouts-switcher-icon:hover .ds-layouts-switcher-tooltip-wrapp {
	visibility: visible;
}

.ds-layouts-switcher-tooltip {
	padding: 8px 15px 8px 15px;
    color: white;
    background: rgba(0,0,0,1);
    border-radius: 4px;
    font-family: Arial, sans-serif;
    box-shadow: none;
    border: none;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    position: absolute;
    left: -56px;
    white-space: nowrap;
    top: -47px;
}

.ds-layouts-switcher-tooltip:first-letter {
	text-transform: uppercase;
}

.ds-layouts-switcher-tooltip:after {
    content: ''; 
    position: absolute;
	bottom: -16px; 
	top: unset;
    border: 8px solid transparent;
    border-top: 10px solid black;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 17px;
}

.ds-draggable-handler:hover .ds-head-draggable-indicator {
	display: block;
}

.ds-ui-draggable-dragging .ds-head-draggable-indicator {
	display: block;
}

.ds-ui-draggable-initiated .ds-head-draggable-indicator {
	display: block;
}

.ds-head-draggable-indicator {
	position: absolute;
	top: 10px;
	left: 10px;
	display: none;
}

.ds-head-draggable-indicator-ring {
	width: 5px;
    height: 5px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    position: absolute;
    background: #FFFFFF;
    overflow: hidden;
}

#ds-whiteboard-panel .ds-head-draggable-indicator-ring, #ds-media-panel .ds-head-draggable-indicator-ring , #ds-polls-panel .ds-head-draggable-indicator-ring , #ds-webapp-panel .ds-head-draggable-indicator-ring { /* wrtc-1826 */
	
	border: 1px solid #959799;
    background: #959799;
}

.ds-head-draggable-indicator-ring-0 {
	left: 0;
	top: 0;
}

.ds-head-draggable-indicator-ring-1 {
	left: 8px;
	top: 0;
}

.ds-head-draggable-indicator-ring-2 {
	left: 0;
	top: 8px;
}

.ds-head-draggable-indicator-ring-3 {
	left: 8px;
	top: 8px;
}

.ds-head-draggable-indicator-ring-4 {
	left: 0;
	top: 16px;
}

.ds-head-draggable-indicator-ring-5 {
	left: 8px;
	top: 16px;
}

.ds-video.remote.originalRatio:not(.BW)  video.ds-remote-video {
	height: 124px!important;
	width: auto!important;
	left: initial!important;
}

.originalRatio .splitView .ds-video-interaction-area {
	left: initial;
}

/*.ds-resizer-border-vertical {
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	border-image: url(../images/resizer_border.png) 1 1 1 1 repeat repeat;
}

.ds-resizer-border-horizontal {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-image: url(../images/resizer_border_horizontal.png) 1 1 1 1 repeat repeat;
}*/

.ds_left_panel {
	position: absolute;
	width: 340px;
	height: 100%;
	background: #FFFFFF;
	left: -265px;
	overflow-y: hidden;
	z-index: 60;	
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
}

.safari .ds_left_panel { /* WRTC-1662 */
	overflow: visible!important;
}

.ds_left_panel .ds-synclet {
	position: relative!important;
	left: 0!important;
	display: block;
}

breakoutrooms-view, chat-view, qa-view, media-library-view, participants-view {
	display: block;
}

.ds-side-panel-resizer-horizontal:hover {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-image: url(../images/resizer_border_horizontal.png) 1 1 1 1 repeat repeat;
}

.ds-side-panel-resizer-horizontal {
    width: 100%;
    height: 2px;
    position: absolute;    
    left: 0;
    top: 0;
    cursor: row-resize;
	z-index: 25;
    /*display: none;*/
}

.ds-left-panel-tab {
	list-style: none;
	position: relative;
}

.ui-sortable-placeholder.ds-left-panel-tab {
	border: 2px solid rgba(0, 158, 232, 1);
	background: rgba(0, 158, 232, .15); 
	visibility: visible!important;
	position: relative;
	padding: 10px;
}

/*.ui-sortable-placeholder.ds-left-panel-tab:after {
	content: '';
	border: 1px dashed #02A7FF;
	border-radius: 4px;
	position: relative;
}*/

.userRole_audience .ds-side-panel-resizer-horizontal {
	display: none;
}

.ds_left_panel_tabs {
	margin: 0;
}

/*.ds-icon-triangle {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5px 0 5px;
	border-color: #FFFFFF transparent transparent transparent;
}*/

.ds-initial-page {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 65;
}

.ds-initial-page-product-info {
	position: fixed;
	bottom: 35px;
	left: 35px;
	z-index: 66;
}

.ds-initial-page-logo {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 240px;
	height: 240px;
	background-size: contain;
	background-repeat: no-repeat;
}

.ds-initial-page-product-info.white {
	color: #FFFFFF;
}

.ds-initial-page-product-info.black {
	color: #000000;
}

.ds-initial-page-background {
	background: #FFFFFF;
	width: 100%;
	height: 100%;
	position: absolute;	
}

.ds-initial-page-background.ds-initial-page-background-transparent {
	opacity: .6;
}

.ds-welcome-messages-buttons-block {
	text-align: center;
}


.ds-broadcast-accepted-modal .ds_notification_modal {
	max-width: 1060px;
	padding: 50px;
	margin: 0;
}

.ds-welcome-modal .ds_notification_modal {
	max-width: unset;
	min-width: unset;
	width: 100%;
	height: 100%;
	background: none;
	margin: 0;
	padding: 0;
	box-shadow: unset;
}

.ds-welcome-modal.ds_notification_shadow {
	background: none;
}

.ds-welcome-popups-phone-icon {
	position: absolute;
    left: -44px;
    top: -11px;
}

.ds-modal-allow-access {
	color: red;
	margin-bottom: 20px;
}

.ui-menu .ui-menu-item-wrapper {
	padding: 3px!important;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
	margin: 0!important;
}

.ds-touch-tone-commands {
	position: absolute;
	right: 0;
	top: 0;
}

.ds-touch-tone-commands-icon {
	color: #3771E0;
	position: absolute;
    left: -32px;
    top: -13px;
	transform: rotate(180deg);
	cursor: pointer;
}

.ds-touch-tone-commands-title {
	color: #3771E0; 
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
}

.ds-touch-tone-commands-title:first-letter {
	text-transform: uppercase;
}

.ds-touch-tone-commands-instructions-wrapp {
	position: absolute;
    right: -13px;
	top: 0;
	/*opacity: 0;*/
	display: none;
	z-index: 2;
	transition: .50s all;   
    transition-delay: 1.5s; 
}

.ds-welcome-modal .ds-touch-tone-commands-instructions {
	left: unset; 
    top: unset;
	position: relative;
}

.ds-welcome-modal .ds-touch-tone-commands-instructions-wrapp {
	position: absolute;
    left: -8px;
    top: 50px;
	/*opacity: 0;*/
	display: none;
	z-index: 2;
	transition: .50s all;   
    transition-delay: 1.5s; 
}

.ds-touch-tone-commands-instructions {
	/**/
	    display: inline-block;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
    border-radius: 5px;
    background: #FFFFFF;
    max-width: 400px; /* WRTC-1726 */
    padding: 16px;
    position: absolute;
    left: 4px;
    top: -14px;
    min-width: 300px; /* WRTC-1726 */
    min-height: 45px;
}

.ds-triangle::after{
	z-index: -10;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin-left: 0;
	bottom: 0;
	top: calc(50% - 6px);
	left:0;
	box-sizing: border-box;

	border: 5px solid #fff;
	border-color: transparent transparent #fff #fff;

	transform-origin: 0 0;
	transform: rotate(45deg);

	 box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
}

.ds-triangle::before{
    z-index: 10;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 0;
    bottom: 0;
    top: calc(50% - 6px);
    left:0;
    box-sizing: border-box;
    
    border: 5px solid black;
    border-color: transparent transparent #fff #fff;
    
    transform-origin: 0 0;
    transform: rotate(45deg);
}

.ds-welcome-modal .ds-triangle::after{
	bottom: unset;
    top: -7px;
    left: 20px;
}

.ds-welcome-modal .ds-triangle::before{
	bottom: unset;
    top: -7px;
    left: 20px;
	border-color: #FFFFFF;
}

.ds-touch-tone-commands:hover .ds-touch-tone-commands-instructions-wrapp {
	/*opacity: 1;*/
	display: block;
	transition-delay: 0s;
}

.mejs-poster {
	display: none;
}

.upper-canvas {
	touch-action: none;
}

.ds-ban-user-buttons { /* wrtc-1767 */
	margin-top: 20px;
	text-align: right;
}

.ds-ban-user-button-cancel { /* wrtc-1767 */
	margin-right: 10px;
}

.ds-ban-user { /* wrtc-1767 */
	min-width: 320px;
}

.ds-ban-user-text-1 { /* wrtc-1767 */
	margin-bottom: 18px;
}

.ds-ban-user-text-2 { /* wrtc-1767 */
	margin-top: 18px;
}

.ds-psm-error {
	z-index: 99;
}

.ds-synclet-media-content .no-image-error-wrapp {
	display: none;
	position: absolute;	
	align-items: center;
	justify-content: center;	
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 40px 120px;
	padding-right: 150px;
}

.ds-synclet-media-content .no-image-error {
	background: #FFFFFF;
	max-width: 968px;
	max-height: 684px;
	height: 100%;
	width: 100%;
	display: flex;
	border: 1px solid #ececec;
	align-items: center;
	justify-content: center;
	border-radius: 1px;
}

.ds-synclet-media-content .no-image-error-wrapp svg#no-image-error{
	width: 150px;
	height: 104px;
}

.ds-split-preview .no-image-error {
	background: #FFFFFF;
	width: 215px;
	height: 124px;
	display: flex;
	border: 1px solid #ececec;
	align-items: center;
	justify-content: center;
	position: relative;
	top: -124px;
	left: 0;
	z-index: 2;
}

.ds-split-preview svg#no-image-error{
	width: 72px;
	height: 50px;
}

.ds-medialibrary-filepreview .no-image-error {
	background: #FFFFFF;
	width: 215px;
	height: 124px;
	display: none;
	border: 1px solid #ececec;
	align-items: center;
	justify-content: center;
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
}

.ds-medialibrary-filepreview svg#no-image-error{
	width: 72px;
	height: 50px;
}

#ds-youtube-video-panel.split .ds-play-audio-button-wrapp, #ds-vimeo-video-panel.split .ds-play-audio-button-wrapp {
	display: none!important;
}

.ds-play-video-audio-button-wrapp, .ds-play-audio-button-wrapp {
	display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #ECECEC;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
	margin-left: -175px;
	z-index: 20;
	line-height: normal;
}

.ds-play-video-audio-button:first-letter, .ds-play-audio-button:first-letter {
	text-transform: uppercase;
}

.ds-play-video-audio-button, .ds-play-audio-button {
	margin: 0;
}

.ds-play-video-audio-button-text, .ds-play-audio-button-text {
	margin: 0 10px;
	font-size: 16px;
}

/* WRTC-1947 */

.ds-optimizing-stream-path, .ds-optimizing-stream-path-screenshare { 
	position: fixed;
    display: none;
    /*display: inline-block;*/
    padding: 10px 15px;
    border-radius: 4px;
    background: #FFFFFF;
    color: #000000;
    margin: auto;
    z-index: 21;
    bottom: 40px;
    left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	margin-left: 40px;
}

.ds-optimizing-stream-path {
	bottom: -10px;
}

.ds-optimizing-stream-path.done, .ds-optimizing-stream-path-screenshare.done {
	color: #FFFFFF;
	background: #42cb6f;
}

.ds-optimizing-stream-path.done .ds-optimizing-stream-path-icon, .ds-optimizing-stream-path-screenshare.done .ds-optimizing-stream-path-icon {
	color: #FFFFFF;
	display: inline-block;
	width: 30px;
}

.ds-optimizing-stream-path.optimizing .ds-optimizing-stream-path-icon, .ds-optimizing-stream-path-screenshare.optimizing .ds-optimizing-stream-path-icon, .ds-reconnecting-layer-message-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    top: 0;
    left: 0;
    background: url('../images/loader.png') no-repeat center;
	background-size: cover;
	vertical-align: -4px;
    animation: preloader 1.3s infinite linear;
	margin-right: 8px;
}

.ds-reconnecting-layer {
	position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.ds-reconnecting-layer-message { 
	position: fixed;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 4px;
    background: #FFFFFF;
    color: #000000;
    margin: auto;
    z-index: 21;
    bottom: 10px;
    left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}

.ds-reconnecting-layer-message-text {
	display: inline-block;
}


/* WRTC-1938 */

.ds-video-audio-control-buttons {
	position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
		
}

.ds-video-audio-control-buttons-inner {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.show-video-audio-control-buttons .ds-video-audio-control-buttons-inner {
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

.ds-video-audio-control-buttons:hover .ds-video-audio-control-buttons-inner {
	opacity: 1;
}


.ds-video-audio-control-mute-icon, .ds-video-audio-control-solo-icon {
	width: 40px;
	height: 40px;
}

.ds-video-audio-control-mute, .ds-video-audio-control-solo {
	display: inline-block;
	border-radius: 50%;
	background: #000000;
	color: #FFFFFF;
	position: relative;
}

.ds-video-audio-control-mute.active, .ds-video-audio-control-solo.active {
	background: #FFFFFF;
	color: #000000;
}

.ds-video-audio-control-mute {
	
}

.ds-video-audio-control-solo {
	margin-left: 10px;
}




.ds-video-audio-state {
	position: absolute;
	top: -4px;
    left: 32px;
	color: #FFFFFF;
	z-index: 1;
}

.splitView .ds-video-audio-state {
	left: 5px;
}

.splitView .ds-video-audio-control-buttons {
	display: none!important;
}

.ds-video-audio-control-tooltip, .ds-bottom-tooltip, .ds-top-tooltip {
	background: #070103;
    color: #FFFFFF;
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    white-space: nowrap;
    transform: translate(-50%, 50%);
    left: 50%;
	font-size: 14px;
}	

#ds-video-panel .ds-bottom-tooltip {
	transform: translate(-60%, 50%);
	left: unset;
}

.ds-video-audio-control-tooltip-triangle:before, .ds-bottom-tooltip-triangle:before , .ds-top-tooltip-triangle:before {
	z-index: 1;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 0;
    bottom: 0;
    left: calc(50% - 8px);
    top: 1px;
    box-sizing: border-box;
    border: 5px solid black;
    border-color: #070103 #070103 transparent transparent;
    transform-origin: 0 0;
    transform: rotate(-45deg);
}

.ds-top-tooltip-triangle:before {
	transform: rotate(134deg);
	bottom: -9px;
	left: calc(50% - 8px);
	top: unset;
}

.ds-video-audio-control-tooltip-wrapp, .ds-bottom-tooltip-wrapp , .ds-top-tooltip-wrapp {
	position: absolute;
    top: 34px;
    left: 0;
    width: 40px;
    height: 1px;
	display: none;
}

.ds-bottom-tooltip-wrapp {
	top: 20px;
	width: 35px;
}

.ds-top-tooltip-wrapp {
	top: 20px;
	width: 35px;
}

.ds-video-audio-control-mute.active:hover  .ds-video-audio-control-tooltip-unmute {
	display: block;
}
.ds-video-audio-control-mute:not(.active):hover  .ds-video-audio-control-tooltip-mute {
	display: block;
}

.ds-video-audio-control-solo.active:hover  .ds-video-audio-control-tooltip-offsolo {
	display: block;
}
.ds-video-audio-control-solo:not(.active):hover  .ds-video-audio-control-tooltip-solo {
	display: block;
}


.ds-thumb-menu {
	position: absolute;
	z-index: 1;
	display: none;
	top: -2px;
    left: 92px;
}

.screenshare .ds-thumb-menu {
	display: none!important;
}

.splitView:hover .ds-thumb-menu {
	display: block;
}

.ds-participants .splitView .ds-thumb-menu-gradient {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0px 32px 14px 0px rgba(50, 50, 50, 0.3);
	display: none;
}

.ds-participants .ds-video-wrapper:not(.splitView) .ds-thumb-menu-username {
	display: none;
}

.ds-thumb-menu-username {
	color: #FFFFFF;
    position: absolute;
    top: 6px;
    left: 0;
    width: 87px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align: center;
}

.ds-thumb-menu-username-nodots {
	width: 114px;
	left: 5px;
}

.ds-participants .splitView:hover .ds-thumb-menu-gradient {
	display: block;
}

.ds-thumb-menu ul.ds-thumb-menu-main {
	border-radius: 5px;
    padding: 1px 0;
    text-align: left;
	border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    list-style: none;
	background: #FFFFFF;
	position: fixed;
    margin-top: -110px;
    margin-left: -115px;
	display: none;
}

.ds-participants .ds-video:last-child .ds-thumb-menu ul.ds-thumb-menu-main {
	margin-left: -153px;
}

.ds-thumb-menu-dots {
	width: 32px;
    height: 32px;
    color: #FFFFFF;
	cursor: pointer;
}

.ds-thumb-menu-item {
	line-height: 1.2;
    padding: 0 11px;
    min-width: 120px;
    font-size: 16px;
    letter-spacing: 0.01em;
    white-space: nowrap;
	cursor: pointer;
}

.ds-thumb-menu-item .icon {
	display: inline-block;
	margin-right: 7px;
}

.ds-thumb-menu-item .title {
	display: inline-block;
	vertical-align: 7px;
}

.ds-thumb-menu-item-unmute, .ds-thumb-menu-item-offsolo {
	display: none;
}

.ds-shared-file-icon {
	display: block;
    float: left;
	cursor: pointer;
	position: relative;
	margin-right: 34px;
}

#ds-video-panel .ds-shared-file-icon {
	color: #FFFFFF;
}

.ds-shared-file-icon.shared:hover .ds-bottom-tooltip-wrapp.unshare {
	display: block;
}

.ds-shared-file-icon.shared-for-user:hover .ds-bottom-tooltip-wrapp.download-this {
	display: block;
}

.ds-shared-file-icon.not-shared:hover .ds-bottom-tooltip-wrapp.share {
	display: block;
}

.ds-simulcast-controls {
	position: absolute;
    top: 9px;
    right: 10px;
    z-index: 2;
}

.splitView .ds-simulcast-controls {
	left: 44px;
	right: unset;
}

.onlyAudio .ds-simulcast-controls {
	display: none!important;
}

.ds-simulcast-controls-resolution-button, .ds-simulcast-controls-fps-button {
	cursor: pointer;
    display: inline-block;
    border-radius: 50%;
    background: #FFFFFF;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-left: 4px;
}

.ds-simulcast-controls-fps-button {
	font-size: 11px;
    padding-top: 3px;
	margin-top: 3px;
}

.ds-simulcast-controls-fps-button.active {
	color: red;
	font-weight: bold;
}

.ds-simulcast-controls-resolution-button.active {
	color: red;
	font-weight: bold;
}

#loadTestElement {
	position: fixed;
	display: none;
	left: 999999px;
}

/* WRTC-2057 */

.ds-thumb-audio-preview, .ds-thumb-video-preview {
	background: black;
	width: 240px;
	height: 124px;
	text-align: center;
}

.ds-thumb-audio-preview-img {
	height: 100%;
}

.ds-thumb-video-preview-icon {
	font-size: 80px!important;
    color: #FFFFFF;
	line-height: 100px;
}

.ds-thumb-video-preview-text {
	position: absolute;
    bottom: 0;
    color: #FFFFFF;
    width: 100%;
    line-height: 58px;
}

.ds_notification_tipDownloadButton {
	display: inline-block;
	cursor: pointer;
	color: #009ee8;
	margin-right: 20px;
}

.ds_notification_tipDismissButton {
	display: inline-block;
	cursor: pointer;
	color: gray;
}

.subscribeToResolution.active, .subscribeToFps.active {
	background: #94fb0c;
}

.ds-video-resolution-h {
	position: absolute;
	top: 4px;
	right: 4px;
	background: #2196F3;
	min-width: 110px;
}
.ds-video-resolution-m {
	position: absolute;
	top: 4px;
	right: 124px;
	background: #00b505;
	min-width: 110px;
}
.ds-video-resolution-l {
	position: absolute;
	top: 4px;
	right: 244px;
	background: #c54000;
	min-width: 110px;
}

.ds-th-drag {
	position: fixed;
	z-index: 21;
	bottom: 15px;
	right: 15px;	
	width: 200px;
	height: 200px;
	pointer-events: none;
}

.ds-th-drag * {
	pointer-events: auto;
}

.ds-video-pin {
	position: relative;
	color: #FFFFFF;
	display: none;
	cursor: pointer;
}

.pinned .ds-video-pin {
	display: inline-block;
}

.ds-video-pin:hover .ds-bottom-tooltip-wrapp {
	display: block;
}

.ds-video-pin:hover  .ds-video-pin-icon {
	transform: rotate(45deg);
}

.ds-video-pin .ds-bottom-tooltip:first-letter {
	text-transform: uppercase;
}

.ds-dev-floating-panel {
	min-width: 100px;
	min-height: 40px;
	padding: 10px;
	background: blue;
	position: absolute;
	z-index: 100;
	top: 100px;
	left: 90px;
	cursor: move;
	color: #FFFFFF;
}

.ds-layouts-switcher-hovered-upper {
	z-index: 23;
}

.ds-add-webapp label {
	font-size: 17px!important;
    color: #2B2F34!important;
	left: -8px;
    position: relative;
}

.poster-wrapp {
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    text-align: center;
	width: 100%;
}

.splitView .poster-wrapp {
	height: 100%;
}

.poster-wrapp .ds-video-poster-outer {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

.poster-wrapp .ds-video-poster-inner {
	width: 92%;
	height: 92%;
	top: 4%;
	left: 4%;
	position: relative;
}

.ui-tooltip.bottom-arrow:after {
	display: none!important;
}

.ui-tooltip.bottom-arrow:before {
	z-index: 1;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 0;
    bottom: 0;
    box-sizing: border-box;
    border: 5px solid black;
    border-color: #070103 #070103 transparent transparent;
    transform-origin: 0 0;
	transform: rotate(134deg);
	bottom: -9px;
	left: calc(50%);
}


*::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  padding: 4px;
}
*::-webkit-scrollbar-track {
  background: none;
}
*::-webkit-scrollbar-thumb {
  background-color: #aaa;
	border-radius: 8px;
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	width: 8px;
	height: 30px;
}

* {
	scrollbar-width: thin;          
	scrollbar-color: #aaa rgba(0,0,0,0);
}

.ds-fake-messages-wrapp {
	width: 340px;
	position: absolute;
	left: -3340px;
	top: 0;
}

.ds-fake-qa-wrapp {
	width: 340px;
	position: absolute;
	left: -3340px;
	top: -3340px;
}

.ds-fake-polls-wrapp {
	width: 340px;
	position: absolute;
	left: -3340px;
	top: -3340px;
}


.laserpointCanvas, .content_laserpointCanvas {
	width: 100%;
	height: 100%;
	position: absolute;
    left: 0px;
    top: 0px;
    touch-action: none;
    user-select: none;
}

.center-text {
	text-align: center;
}

.ds-broadcast-accepted-wrapp {
	text-align: center;
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.ds-broadcast-accepted-check-video-column {
	width: 510px;
    display: inline-block;
	vertical-align: top;
	margin-right: 40px;
}

.ds-broadcast-accepted {
	max-width: 372px;
    position: relative;
    display: inline-block;
	text-align: left;
}

.switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 22px;
}


.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  /*-webkit-transition: .4s;
  transition: .4s;*/
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #3771E0;
}

input:focus-visible + .slider {
  box-shadow: 0 0 5px #3771E0;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

.slider.round {
  border-radius: 22px;
}

.slider.round:before {
  border-radius: 50%;
}

.ds-broadcast-accepted-body-block-mic, .ds-broadcast-accepted-body-block-camera , .ds-broadcast-accepted-body-block-phone {
	position: relative;
	min-height: 50px;
}

.ds-broadcast-accepted-body-block-mic-title, .ds-broadcast-accepted-body-block-camera-title , .ds-broadcast-accepted-body-block-phone-title {
	font-size: 16px;
	line-height: 18.4px;
}

.ds-broadcast-accepted-body-block-mic-title:first-letter, .ds-broadcast-accepted-body-block-camera-title:first-letter , .ds-broadcast-accepted-body-block-phone-title:first-letter {
	text-transform: capitalize;
}

.ds-broadcast-accepted-body-block-mic label, .ds-broadcast-accepted-body-block-camera label , .ds-broadcast-accepted-body-block-phone label {
	position: absolute;
	right: 0;
	top: 0;
}

.left-0 {
	left: 0!important;
}

.checkVideo_placeholder {
	height: 287px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    font-size: 98px;
    text-align: center;
    font-weight: bold;
    line-height: 287px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.ds-welcome-modal .ds-touch-tone-commands {
	position: relative;
	top: unset;
	right: unset;
}

.ds-sip-modal-tel-row-number {
	font-weight: bold;
	font-size: 16px;
}

.ds-welcome-modal .ds-touch-tone-commands-icon {
	position: relative;
    left: 3px;
    top: 7px;
	margin-left: -7px;
}

.ds-broadcast-accepted-modal .ds-broadcast-accepted-body-block:last-child {
	margin-bottom: 0;
	
}

.ds-video-e2ee-info {
	color: #FFFFFF;
    position: absolute;
    left: 10px;
    top: 5px;
    background: #25D366;
    width: 32px;
    height: 32px;
    border-radius: 50%;
	cursor: pointer;
	display: none;
}

.ds-video.remote:hover .ds-video-e2ee-info {
	display: block;
}

.ds-create-bookmark-button-wrapp {
	position: absolute;
	padding: 5px 40px;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
	border-radius: 4px;
	z-index: 30;
	background: #FFFFFF;
	margin: 8px;
	cursor: move;
}

.ds-create-bookmark-button {
	background: #3771E0;
	border-radius: 3px;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	padding: 10px 40px;
}

.ds-e2ee-popup-buttons {
	text-align: center;
	margin-top: 20px;
}

.ds-e2ee-popup .ds_notification_modal {
	max-width: 610px;
}

.ds-e2ee-code-show {
	word-break: break-all;
    padding: 10px;
    background: #F0F0F0;
    letter-spacing: 4px;
    border-radius: 4px;
	margin-top: 20px;
}

.ds-e2ee-popup-copy-code {
	display: inline-block;
}

.ds-e2ee-popup-copy-code-wrapp {
	text-align: right;
}

.ds_notification_user-info-avatar {
	display: inline-block;
	position: absolute;
}

.hide-avatar .ds_notification_user-info-avatar {
	display: none;
}

.ds_notification_user-info {
	min-height: 36px;
}

.ds_notification_user-info-name {
	display: inline-block;
    top: 4px;
    margin-left: 40px;
    position: relative;
    color: #818181;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    word-break: break-all;
    margin-right: 23px;
}

.ds_notification_control-buttons {
	position: relative;
	text-align: right; 
}

.ds_notification_button-ok, .ds_notification_button-cancel {
	padding: 5px 10px;
    margin-left: 12px;
    background: #009EE8;
    border-radius: 4px;
    display: inline-block;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
	margin-top: 10px;
}

.ds_notification_button-cancel {	
    background: #8D989D;
}


.hide-avatar .ds_notification_user-info-name, .hide-avatar .ds_notification_content {
	margin-left: 0;
}

.ds_notification_content-title {
	margin-bottom: 8px;
}
.ds_notification_content-title:first-letter {
	text-transform: uppercase;
}



.ds-content-switcher {
	background: #fff;
    display: flex;
    border-radius: 20px;
    border: 1px solid #dadce0;
    gap: 8px;
    height: 40px;
    padding: 0 16px;
    font: 16px Arial;
    align-items: center;
    justify-items: center;
    pointer-events: auto;
}

content-switcher-view {
	z-index: 1;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translate(-50%, 0);
	max-width: 90%;
    overflow: hidden;
}

.ds-artboard-buttons > div{
	display: inline-block;
	margin: 5px;
}

.ds-artboard-close-button {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.ds-artboard-button-text {
	white-space: nowrap;
}

.ds-artboard-button {
    display: flex;
    border-radius: 20px;
    border: 2px solid #fff;
    gap: 8px;
    height: 40px;
    padding: 0 16px;
    font: 16px Arial;
	color: #FFF;
    align-items: center;
    justify-items: center;
    pointer-events: auto;
	cursor: pointer;
}

.ds-content-switcher-textarea {
	border: none;
    width: 200px;
}

.ds-content-switcher-textarea:focus {
	/*box-shadow: 0px 0px 6px 1px rgb(0 0 255 / 36%);*/
    outline: none;
    padding: 3px 2px;
    border-radius: 2px;
}

.ds-content-switcher-title {
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

content-switcher-view.ds-second-row {
	top: 50px!important;
	left: 50%!important;
    transform: translate(-50%, 0)!important;
}

.zwibbler-mobile-mode content-switcher-view {
	transform: unset!important;
	left: 10px!important;
	top: 8px!important;
}

.ds-hide-left-panel .ds_left { /* SAMBA-2859 */
	display: none!important;
}

.ds-hide-left-panel .ds_main { /* SAMBA-2859 */
	margin-left: 0!important;
}

.DSPageSelector .page-holder {
	position: relative;
	max-width: 100%;
}

.DSPageSelector .page-number {
    
    position: absolute;
    bottom: 6px;
}

.DSPageSelector .page-holder.selected .zpage {
    box-shadow: 0 0 0 4px #393a3a;
    max-width: 90%;
    box-sizing: content-box;
	outline: unset;
	border: unset;
}

.DSPageSelector .zpage {
	max-width: 90%;
}

.DSPageSelector {
	position: relative;
	width: 175px;
}

#myzwibblerSlides.mobile .show-hide-page-selector-button {
	display: none;
}

.show-hide-page-selector-button {
	top: 50px;
	border: 1px solid #E7E7E7;
	z-index: 1;
	border-radius: 0px 4px 4px 0px;
    border-left: none;
    position: absolute;
    left: 0;
    background: #FFFFFF;    
    cursor: pointer;
}

/**/

#ds-media-panel .inverseBtn .center-con {
	transform: scale(-1, 1);
}

#ds-media-panel .center-con {
	font-family: 'iconsds';
    color: #595D62;
    font-size: 16px;
    font-weight: normal;
    
}

#ds-media-panel .center-con:before {
    content: "\e93c";
}

.digital-samba.fullscreen .close-button {
	display: none!important;
}

.digital-samba.fullscreen .zwb-title-button {
	display: none;
}

.ds_mainWrapp.hide_audio_only  .ds-participants .ds-video.remote.onlyAudio {
	display: none!important;
}

#myzwibblerDownload {
	position: absolute;
	left: 99999px;
	top: 99999px;
}

/* samba-3829 start */

/*.ds-panel-right-position .ds-side-panel {
	left: unset!important;
	right: 0px!important;
}*/

.ds-panel-right-position .ds_left_panel {
	left: unset!important;
	right: -340px;
}

/*.ds-panel-right-position .ds_main {
	margin-left: unset!important;
	margin-right: 80px;
}*/

.ds-panel-right-position layout-switcher-view {
	right: 0px;
}

.ds-panel-right-position .ds-edit-mode-controls-wrap {
	right: 0px;
}

.ds-panel-right-position .ds-participant-items-draggable {
	right: 0px;
}

/*.ds-panel-right-position .ds-reactions-wrapp {
	right: 70px;
	left: unset;
}*/

/*.ds-panel-right-position #ds-show-settings-dropdown .wrap-dd-menu .dropdown, .ds-panel-right-position #ds-close-conference-dropdown .wrap-dd-menu .dropdown {
	left: auto;
	right: 45px;
}

.ds-panel-right-position .ds-toolbar-more-wrapp {
	right: 100px;
	left: unset;
}

.ds-panel-right-position.ds-grouped-side-panel .ds-toolbar-more-wrapp {
	right: 76px;
	left: unset;
}

.ds-panel-right-position.ds-side-panel {
	z-index: 60;
} 



*/

.ui-tooltip.arrow-right::after {
	left: unset;
	right: -16px;
	transform: rotate(180deg);
}

.ds-panel-right-position .ds-synclet .wrap-dd-menu .dropdown {
	left: unset!important;
    right: 100px!important;
}

.ds-panel-right-position .ds-edit-mode-presets-close {
    right: 8px;
}

.panel-at-right-position .emojiPicker{
	left: unset!important;
	right: 10px!important;
}

.ds-panel-right-position .ds-breakoutrooms-room-item-add-users-list {
	left: unset;
    right: 60px;
}

/*.ds-panel-right-position #breakoutroom_timer { 
	right: unset;
	left: 90px;
}*/

sharednotes-view .messages-ddmenu.clear {
	border-top: none;
}
/* samba-3829 end */

.anonStuff {
	position: absolute;
	top: -9999999px;
	left: -999999px;
}

.message-popup-buttons button {
	text-transform: uppercase;
}


/* SAMBA-4584 */

.wrap-dd-menu .dropdown li button {
	background: none;
    color: #333; /* SAMBA-4690 */
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
	display: block;
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgb(255 255 255);
    cursor: pointer;
    border-bottom: none!important;
	padding: 0 11px;
    min-width: 160px;
    font-size: 16px;
    letter-spacing: 0.01em;
	text-align: left;
    min-width: 280px!important;
}
	
	
.wrap-dd-menu .dropdown li:hover > button {
    background: #f3f8f8;
}

.wrap-dd-menu .dropdown li:first-of-type button {	
	border-radius: 7px 7px 0 0;
}

li.ddmenu button span.icon {
    vertical-align: -7px;
    margin-right: 9px;
}


/* Test audio */

.ds-test-audio-title {
	color: #3771E0;
	font-size: 16px;
}

.ds-test-audio-content {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.ds-test-audio-content .ds_notification_modal {
	min-width: 380px;
    min-height: 260px;
    margin: 5px auto;
    position: relative;
    z-index: 110;
    border-radius: 4px;
    background: #FFFFFF;
    text-align: left;
    padding: 30px 30px 30px 30px;
    max-width: 539px;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 30%);
	height: auto;
}

.ds-test-microphone-tip, .ds-test-speakers-tip {
	color: #797979;
	font-size: 12px;
	margin-top: 5px;
}

.ds-test-microphone-title, .ds-test-speakers-title {
	color: #3771E0;
	font-size: 16px;
	margin-top: 10px;
	cursor: pointer;
}

.ds-test-microphone-icon:before, .ds-test-speakers-icon:before {
	content: "\e959";		
}

.ds-test-microphone-icon, .ds-test-speakers-icon {
	color: rgb(55, 113, 224);
	position: absolute;
	top: -5px;
	right: 0;
}

.ds-test-microphone, .ds-test-speakers {
	position: relative;
}

.dropdown-item span.icon, .ds-qa-ask-filter-menu-clear-icon, .ds-list-filter-menu-clear-icon, .ds-polls-list-filter-menu-clear-icon, li.ddmenu span.icon, li.polls-ddmenu a span.icon, li.question-ddmenu a span.icon, li.messages-ddmenu a span.icon {
	vertical-align: -7px;
	margin-right: 2px;
} /* SAMBA-5422 */




