#logo-image {
	height: 3em;
	position: relative;
	top: 2px;
	left: 4px;
}

#loader-bg {
	background: rgba(0, 0, 0, 0.6);
	right: 0;
	bottom: 0;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	justify-content: center;
	align-items: center;
}

.loader {
	border: 3px solid white;
	border-top: 3px solid #f22742;
	border-radius: 50%;
	width: 105px;
	height: 105px;
	animation: spin 2s linear infinite;
}

.loader + p {
	position: relative;
	left: -85px;
	color: white;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.hide-loader {
	display: none;
}

.sidebar{
    max-height: calc(100dvh - 5.4rem) !important;
}


@media only screen and (max-width: 992px) {
	.sidebar{
		max-height: calc(100dvh) !important;
	}
}

.white-content::-webkit-scrollbar {
    display: none;
}

.badge-audit {
	display: inline-block;
	padding: 0.3rem 0.5rem;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 1rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .badge-audit-tag {
	color: #f4f5f7;
	background-color: #363636;
  }

  .badge-audit-language {
	color: #4d3602;
	background-color: #ffc845;
  }
  
  .ui-tooltip.ui-corner-all.ui-widget-shadow.ui-widget.ui-widget-content {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem !important;
    border:none;
  }

  .modal {
	background: rgba(0, 0, 0, 0.75) !important; 
  }

  .modal-backdrop {
	display: none !important;
  }

  /*----------------- WEBRTC -----------------*/
  #answer-mode-selector .dropdown-menu.droparrowleft::before {
  	border: 1px solid #E3DFDF;
  	border-radius: 5px;
  	margin-top: 10px;
  	margin-bottom: 10px;
  }

  #answer-mode-selector .dropdown-menu.droparrowleft.show {
  	margin-top: 10px;
  	margin-bottom: 10px;
  }

  #toggle-device-selector {
  	border: none;
  	background: none;
  }

  #toggle-device-selector:focus {
  	outline: none;
  }

  @media only screen and (max-width: 995px) {
  	#answer-mode-selector .dropdown-menu.droparrowleft.show {
  		margin-top: 10px;
  		margin-bottom: 10px;
  		border: 1px solid #E3DFDF;
  	}
  }

  .answerModeImg {
  	width: 2em;
  	border-radius: 5px;
  	background: #FFFFFF;
  	border: 1px solid #EAEAEA;
  }

  #webrtc-reg-status {
  	position: absolute;
  	top: 1.5em;
  	left: 1.5em;
  	width: 0.8em;
  	height: 0.8em;

  	border: 1px solid #FFF;
  	border-radius: 50%
  }

  #webrtc-reg-status.inactive {
  	background: #F22F46;
  }

  #webrtc-reg-status.initiate {
  	background: #FF9100;
  }

  #webrtc-reg-status.active {
  	background: #27AE60;
  }

  .webrtc-control-icon:hover {
  	filter: sepia(25%) saturate(1000%) hue-rotate(6deg)
  }

  .mobile .webrtc-control-icon {
  	box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.25);
  }

  .callflow-active {
  	border: 2px solid #149006;
  	border-radius: 20%;
  }

  .callflow-inactive {
  	border: 2px solid #8e8e8e;
  	border-radius: 20%;
  }

  .end-webrtc-call:hover {
  	filter: invert(0%) sepia(0) saturate(2550%) hue-rotate(399deg) brightness(96%) contrast(109%);
  }

  .make-webrtc-call:hover {
  	filter: invert(0%) sepia(0) saturate(2550%) hue-rotate(399deg) brightness(96%) contrast(109%);
  }