:root {
  --base-color: #F38220;
}

.ispinner {
  position: relative;
  width: 20px;
  height: 20px;
}

.ispinner .ispinner-blade {
  position: absolute;
  top: 37%;
  left: 44.5%;
  width: 10%;
  height: 25%;
  background-color: #8e8e93;
  border-radius: 50%/20%;
  animation: iSpinnerBlade 1s linear infinite;
  will-change: opacity;
}

.ispinner .ispinner-blade:nth-child(1) {
  transform: rotate(30deg) translate(0, -150%);
  animation-delay: -1.6666666667s;
}

.ispinner .ispinner-blade:nth-child(2) {
  transform: rotate(60deg) translate(0, -150%);
  animation-delay: -1.5833333333s;
}

.ispinner .ispinner-blade:nth-child(3) {
  transform: rotate(90deg) translate(0, -150%);
  animation-delay: -1.5s;
}

.ispinner .ispinner-blade:nth-child(4) {
  transform: rotate(120deg) translate(0, -150%);
  animation-delay: -1.4166666667s;
}

.ispinner .ispinner-blade:nth-child(5) {
  transform: rotate(150deg) translate(0, -150%);
  animation-delay: -1.3333333333s;
}

.ispinner .ispinner-blade:nth-child(6) {
  transform: rotate(180deg) translate(0, -150%);
  animation-delay: -1.25s;
}

.ispinner .ispinner-blade:nth-child(7) {
  transform: rotate(210deg) translate(0, -150%);
  animation-delay: -1.1666666667s;
}

.ispinner .ispinner-blade:nth-child(8) {
  transform: rotate(240deg) translate(0, -150%);
  animation-delay: -1.0833333333s;
}

.ispinner .ispinner-blade:nth-child(9) {
  transform: rotate(270deg) translate(0, -150%);
  animation-delay: -1s;
}

.ispinner .ispinner-blade:nth-child(10) {
  transform: rotate(300deg) translate(0, -150%);
  animation-delay: -0.9166666667s;
}

.ispinner .ispinner-blade:nth-child(11) {
  transform: rotate(330deg) translate(0, -150%);
  animation-delay: -0.8333333333s;
}

.ispinner .ispinner-blade:nth-child(12) {
  transform: rotate(360deg) translate(0, -150%);
  animation-delay: -0.75s;
}

.ispinner.ispinner-large {
  width: 30px;
  height: 30px;
}

.ispinner.ispinner-large .ispinner-blade {
  width: 8.5714285714%;
  height: 25.7142857143%;
  border-radius: 50%/16.67%;
}

@keyframes iSpinnerBlade {
  0% {
    opacity: 0.85;
  }

  50% {
    opacity: 0.25;
  }

  100% {
    opacity: 0.25;
  }
}

.forcewidth100,
.minicolors-theme-default.minicolors {
  width: 100% !important;
}

.main_color {
  color: #ac1e4c !important;
}

.main_bg_color {
  background-color: #ac1e4c !important;
}

.loader_container {
  position: fixed;
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, .75);
  z-index: 999;
  border-radius: 5px;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
}

.loader_container .ispinner-large {
  left: 20px;
  top: 20px;
}

.jumbotron {
  position: relative;
}

.mzauto {
  float: none !important;
  margin: 0 auto !important;
}

.card-action {
  color: #039be5 !important;
}

.force_display {
  display: inline-block !important;
}

.extra_pdd {
  padding: .75rem !important;
}

span.badge.new:after {
  content: "" !important;
}

.nodisply {
  display: none !important;
}

.pagination li.active {
  background-color: #455a64;
}

.add_ots {
  position: absolute;
  right: 15px;
  bottom: -18px;
}

.clear_float {
  float: none !important;
}

.material-tooltip {
  max-width: 600px !important;
}

.file_fix {
  display: inline-block !important;
  position: relative !important;
  width: 100%;
}

.minicolors-swatch {
  display: none !important;
}

.noPadding {
  padding: 0 !important;
}

.centrarDiv {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-flat i {
  font-size: 2rem !important;
}

.topMargin {
  margin-top: 1rem;
}

.tabs .tab a:hover,
.tabs .tab a.active,
.tab a,
.tabs {
  background-color: transparent !important;
  color: #595959 !important;
}

.tabs .indicator {
  background-color: #595959;
}

.select .input-field.col {
  width: 99%;
}

.labelForm {
  transform: translateY(-14px) scale(0.8) !important;
  transform-origin: 0 0 !important
}


.contentIframe {
  width: 100%;
  height: 60%;
  min-height: 400px;
  margin-top: 168px;
}

.contentBtn {
  width: 100%;
}

.contentBtn a {
  margin-top: 1px;
}

.iframeV {
  position: absolute;
  width: 100%;
  height: 74.2%;
  left: 0;
  top: 64px;
}

.main_gradient {
  position: fixed;
  z-index: 0;
  left: 0;
  top: 0;
  background-image: linear-gradient(180deg, var(--color-secondary) 0%, var(--color-primary) 100%);
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.foot_call_view {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, .75);
  padding: 12px;
  text-align: center;
}

.foot_call_view a {
  margin-left: 10px;
  margin-right: 10px;
}

.go_call_btn {
  width: 100%;
}

.agent_actions {
  /*position: absolute;
  left: 0;
  top: 82%;*/
  width: 20%;
  /*height: 150px;*/
  z-index: 999;
}

.foot_call_view_b {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .75);
  padding: 20px;
  text-align: center;
}

.agent_info {
  /*position: absolute;
  left: 20%;
  top: 82%;*/
  width: 80%;
  /*height: 150px;*/
  z-index: 999;
}

.info_btns {
  padding: 20px;
}

.btn-margin {
  margin: 2px;
}

.datepickerM .input-field.col {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.text-btn {
  overflow: hidden;
  white-space: nowrap;
}

.agent-btn-margin {
  margin: 4px;
}

.default-cursor {
  cursor: default;
}

/*--- Videollamada ---*/

#videocall-container {
  display: flex;
  flex: 1 1 80%;
  /*position: fixed;*/
  width: 100%;
  height: 100%;
  min-height: 350px;
}


.app {
  display: flex;
  flex: 1 1 100%;
}

.app .videos-grid {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 25%;
}

.app .videos {
  white-space: nowrap;
}

.app .video_container {
  background-color: rgba(21, 25, 33, 0.85);
  box-shadow: 0px 0px 1px rgb(0 0 0 / 30%);
  position: relative;
  display: flex;
  flex-grow: 1;
}

.app .video_container .video-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex: 1 1 100%;
}

/*flex-basis: 50%;*/

.app .video_container video {
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.app .video_container.mirrored video {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

@media (orientation: portrait) {
  .app .videos-grid {
    flex-direction: column;
  }
}

.app .video-container .video-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex: 1 1 100%;
}

.nickname {
  border: none !important;
  background: transparent !important;
  flex: 1 !important;
  font-size: 0.8rem !important;
  padding: 2px 4px 2px 4px !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  color: white !important;
  text-shadow: 0 0px 2px black !important;
  text-align: center !important;
  margin-left: 1.75rem !important;
}

.div-flex {
  display: flex;
  flex: 1 1 20%;
  width: 100%;
  height: 100%;
}

.container-flex {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden !important;
}

.side.left {
	flex-direction: row;
	left: 0;
	top: 0;
	bottom: 0;
}

.side {
	position: absolute;
	display: flex;
	transition: right cubic-bezier(0.55, 0, 0, 1) 500ms;
}

.app .toolbar {
	margin: 0 0 1rem 1rem;
}

.icon-mic:before {
	content: "\e029";
}

.icon-mic_off:before {
	content: "\e02b";
}

.icon-videocam:before {
	content: "\e04b";
}

.icon-videocam_off:before {
	content: "\e04c";
}

[class^="icon-"],
[class*=" icon-"] {
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	opacity: .8;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	font-size: 120%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px rgb(127 127 127 / 30%);
}


.app .toolbar .icon {
	position: relative;
	font-size: 24px;
	color: #fff;
	width: 48px;
	height: 48px;
	border-radius: 48px;
	background-color: rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.3);
	transition: all .1s;
	transition-timing-function: ease-in-out;
}

.app .toolbar .icon::before {
	position: absolute;
	left: 1px;
	right: 0;
	text-align: center;
	top: 12px;
}

.app .toolbar .icon .badge {
	font-family: sans-serif;
	font-weight: bold;
	color: white;
	position: relative;
	font-size: 12px;
	top: 23px;
}

.app .toolbar .tooltip {
	margin-left: 0.5rem;
	opacity: 0;
	visibility: hidden;
	color: white;
	text-shadow: 0 0 5px black;
	transition: opacity 200ms ease-in 25ms, transform 100ms ease-in;
	transform: translateX(-100%);
	pointer-events: none;
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	white-space: nowrap;
	line-height: 48px;
}

.app .toolbar .button {
	outline: none;
	text-decoration: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.app .toolbar .button:hover .icon {
	box-shadow: 2px 2px 24px rgba(255, 255, 255, 0.1);
	cursor: pointer;
	background-color: #407cf7;
}

.app .toolbar .button:hover .icon.icon-call_end {
	background-color: #dd2c00;
}

.app .toolbar .button:hover .tooltip {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.app .toolbar .button.on .icon {
	background: #719ef9;
}

.app .toolbar .button+.button {
	margin-top: 1rem;
}