<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.menu .dropdown.user .dropdown-menu &gt; li &gt; a.active,
.menu .dropdown.user .dropdown-menu &gt; li &gt; a.active {
    color: #df0023;
    background-color: transparent;
}

.intro-text {
    font-size: 20px;
    line-height: 1.875;
}

.guest .name {
	line-height:24px;
 }
.guest .guest-info {  
	min-height: 180px;
 }
.preloader5 {
   display:inline-block;
   font-size:0px;
   padding:0px;
}
.preloader5 span {
   vertical-align:middle;
   border-radius:100%;
   background: #df0023;
   display:inline-block;
   width:10px;
   height:10px;
   margin:3px 2px;
   -webkit-animation:preloader5 0.8s linear infinite alternate;
   animation:preloader5 0.8s linear infinite alternate;
}
.preloader5 span:nth-child(1) {
   -webkit-animation-delay:-0.8s;
   animation-delay:-0.8s;
}
.preloader5 span:nth-child(2) {
   -webkit-animation-delay:-0.53333s;
   animation-delay:-0.53333s;
}
.preloader5 span:nth-child(3) {
   -webkit-animation-delay:-0.26666s;
   animation-delay:-0.26666s;
}
@keyframes preloader5 {
   from {transform: scale(0, 0);}
   to {transform: scale(1, 1);}
}
@-webkit-keyframes preloader5 {
   from {-webkit-transform: scale(0, 0);}
   to {-webkit-transform: scale(1, 1);}
} 
.guest .guest-info { min-height:inherit;}
.guest .sub { min-height: 30px;}
.guest{
	min-height: 190px;
}
.block-image.loaded {
    background: none;
}

.block-label {
    background: #df0023;
}
.modal-header .close {
  font-family: 'Arial';
  line-height: 16px;
}

.modal-conference img {
  width: 100%;
}
.modal-conference .close {
  background: transparent;
  outline: none;
  border: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 30px;
  line-height: normal;
}
.video-note{
	margin-bottom: 16px;
	color: #999;
	font-style: italic;
	font-size: 14px;
}
@media (max-width: 540px) {
  #apps-modal {
    padding-left: 0 !important;
  }
  .modal-header {
    padding-top: 40px;
  }
  .modal {
    z-index: 10000;
  }
  .modal-dialog {
    margin: 0;
    width: 100%;
  }
  .modal-content {
    height: 100%;
  }
  .modal-body {
    padding: 20px 20px 50px 20px;
  }
  .modal .image img {
    max-width: 80px;
  }
  .modal .text h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .modal-conference .modal-dialog {
    padding: 40px 10px 0 10px;
  }
  .modal-conference .close {
    right: -7px;
    top: -28px;
    color: #fff;
    line-height: 21px;
  }
  .modal-backdrop.in {
    opacity: .7;
  }
}

body::-webkit-scrollbar, .wfc_body::-webkit-scrollbar {
  width: 15px;
}
 
body::-webkit-scrollbar-track,
.wfc_body::-webkit-scrollbar-track{
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb,
.wfc_body::-webkit-scrollbar-thumb{
  background-color: #df0023;

}

</pre></body></html>