.uk-overlay-primary {
  background: rgb(0 0 0 / 90%);
}
.countdown {
  width: -webkit-fill-available;
  z-index: 1;
  margin-bottom: 0%;
  bottom: auto;
  top: 46%;
  transform: translate(-50%, -50%);
}

@media (min-width: 1200px) {
  .countdown {
    margin-bottom: 0%;
  }
  .uk-countdown-number {
    font-size: 3rem;
    font-family: 'Porsche Next Bold';
  }
  .uk-countdown-label {
    border-top: solid 1px #fff;
    padding-top: 10px;
    font-size: 2rem;
    text-transform: uppercase;
  }
  .uk-countdown-separator {
    font-size: 3rem;
    line-height: 0.7;
  }
}

.grp-bottom {
  z-index: 20;
}

.tm-controls {
  position: absolute;
  z-index: 100;
}
.uk-section-secondary {
  background-color: #000;
}
.video {
  overflow: hidden;
}
.video video {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.tm-video-wrapper {
  max-width: 100%;
  height: auto;
  z-index: -99;
}
.video::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #000;
}
.ctrl {
  background: #d5001c;
  background: -moz-linear-gradient(top, #d5001c 0%, #a30002 100%);
  background: -webkit-linear-gradient(top, #d5001c 0%, #a30002 100%);
  background: linear-gradient(to bottom, #d5001c 0%, #a30002 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5001c', endColorstr='#a30002',GradientType=0 );

  width: 80px;
  height: 80px;
  /*transition: all .5s ease-out !important;*/
}

.ctrl:hover,
.ctrl-active {
  background: #850011 !important;
  color: #fff;
  cursor: pointer;
}
.ctrl-small {
  width: 50px;
  height: 50px;
}
.ctrl {
  position: relative;
}
.ctrl p::after {
  content: attr(data-iconame);
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0;
  font-size: 11px;
  text-transform: uppercase;
}
.uk-tooltip {
  background-color: #000;
}
.tm-logo {
  color: #fff;
}
.uk-badge {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  background-color: red !important;
  color: #fff !important;
}
.content-box-wrapper {
  max-width: 40%;
  margin: 0 100px 10px 0;
  z-index: 3;
}
.content-box {
  background: #a30002;
  background: -moz-linear-gradient(left, #a30002 0%, #d5001c 100%);
  background: -webkit-linear-gradient(left, #a30002 0%, #d5001c 100%);
  background: linear-gradient(to right, #a30002 0%, #d5001c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a30002', endColorstr='#d5001c',GradientType=1 );

  position: relative;
  min-width: 400px;
}
.content-box::after {
  content: attr(data-title);
  position: absolute;
  top: -30px;
  left: 0;
  background-color: #d5001c;
  padding: 3px 15px;
  text-transform: uppercase;
  color: #fff;
}

.baloon {
  border-radius: 10px;
  max-width: 60%;
}
.baloon-left {
  margin: 0 auto 10px 0;
  background: rgb(234, 234, 234);
  background: -moz-linear-gradient(-45deg, rgba(234, 234, 234, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(
    -45deg,
    rgba(234, 234, 234, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(135deg, rgba(234, 234, 234, 1) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=1 );

  -webkit-border-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 10px;
  -moz-border-radius-topleft: 0;
  border-radius: 10px;
  border-top-left-radius: 0;
}
.baloon-right {
  margin: 0 0 10px auto;
  background: #2b2b2b;
  background: -moz-linear-gradient(top, #2b2b2b 0%, #131313 100%);
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #131313 100%);
  background: linear-gradient(to bottom, #2b2b2b 0%, #131313 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#131313',GradientType=0 );

  -webkit-border-radius: 10px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 10px;
  -moz-border-radius-topright: 0;
  border-radius: 10px;
  border-top-right-radius: 0;

  color: #fff;
}
.baloon-user {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}
.baloon-right > .baloon-user {
  color: #999;
}
.baloon-full {
  max-width: 100%;
  border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
  border-radius: 0;
}
.baloon-full .baloon-user {
  color: #ef7008;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}
.tm-chat-wrapper {
  max-height: 350px;
  overflow: auto;
}
.tm-allegati {
  cursor: pointer;
}
.tm-allegati:hover {
  opacity: 0.7;
}

.uk-background-green {
  background-color: chartreuse !important;
  color: darkgreen;
}
.tm-user {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin-right: 15px;
}
.tm-user font {
  font-weight: 600;
}

.tm-sondaggio-box {
  background: none !important;
}

.tm-poll-option {
  position: relative;
  display: block;
  padding: 5px;
}
.tm-poll-option:hover {
  text-decoration: none;
  background-color: rgba(239, 125, 0, 0.3);
}
.tm-poll-option::after {
  content: attr(data-item);
  position: absolute;
  top: 5px;
  left: -20px;
  color: #ef7008;
}

.tm-timer {
  opacity: 0.4;
  font-style: italic;
}

.overlay-live-chat {
  position: absolute;
  z-index: 200;
  width: 100%;
  max-width: 350px;
  height: 400px;
}

.live-chat-content {
  background-color: #fff;
}

.live-chat {
  display: none;
  position: absolute;
  z-index: 9;
  background-color: #f0f0f0;
  text-align: center;
  width: 350px;
  height: 196px;
}

.live-chat-header {
  padding: 10px;
  cursor: move;
  z-index: 10;
  background-color: #d5001c;
  color: #fff;
}

.uk-padding-xsmall {
  padding: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.4s ease-out !important;
}

.uk-padding-xsmall:hover {
  background-color: #fff;
  transform: scale(1.05) rotate(-0.5deg);
  z-index: +1;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}
.ui-resizable-handle {
  background-color: #d5001c;
  color: #fff;
  text-align: right;
  padding: 5px 5px 0 5px;
}

/* =======Alishba============== */

@media screen and (min-width: 600px) and (max-width: 732px) {
  .countdownA {
    top: 49%;
  }
  .uk-countdown-number {
    font-size: 2rem;
  }

  .uk-countdown-separator {
    font-size: 2rem;
    line-height: 0.7;
  }
}
@media screen and (min-width: 732px) and (max-width: 1200px) {
  .countdownA {
    top: 50%;
  }
  .uk-countdown-number {
    font-size: 3rem;
  }
  .uk-countdown-separator {
    font-size: 2rem;
    line-height: 0.7;
  }
}
.countdownA {
  top: 30vw;
}
/* @media screen and (min-width:667px) and (max-width:709px) {
	.countdownA {
		top: 44%;
	}
	.uk-countdown-number {
		font-size: 3rem;
	}
	.uk-countdown-separator {
		font-size: 3rem;
	}
}  */
