@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;900&display=swap");
@media (min-width: 768px) {
  .h-md-100 {
    height: 100vh;
  }
}

@media (max-width: 980px) {
  body {
    font-size: 12px !important;
  }
  .panel {
    width: 200px !important;
    right: -200px;
  }
  .panel .panel-heading {
    font-size: 1em !important;
  }
  .panel .panel-content {
    padding: 10px !important;
  }
  .panel .btn-sendmsg {
    font-size: 1em !important;
  }
  #bottom-menu {
    height: 50px !important;
  }
  #bottom-menu .bottom-nav {
    padding: 3px 0 !important;
  }
  #bottom-menu ul li {
    /*padding:0 10px;*/
    margin: 0 4px !important;
  }
  #bottom-menu ul li i, #bottom-menu ul li a {
    font-size: 0.85em !important;
    padding: 3px 6px !important;
  }
  #bottom-menu ul li i {
    font-size: 1.4em !important;
  }
  #bottom-menu ul li i #chat-message {
    font-size: 0.5em !important;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 10px !important;
  }
  .panel {
    width: 125px !important;
    right: -125px;
  }
  .panel .panel-heading {
    font-size: 1em !important;
  }
  .panel .panel-content {
    padding: 5px !important;
  }
  .panel .btn-sendmsg {
    font-size: 1em !important;
  }
  #bottom-menu {
    height: 40px !important;
  }
  #bottom-menu .bottom-nav {
    padding: 2px 0 !important;
  }
  #bottom-menu ul li {
    /*padding:0 10px;*/
    margin: 0 2px !important;
  }
  #bottom-menu ul li i, #bottom-menu ul li a {
    font-size: 0.6em !important;
    padding: 3px 6px !important;
  }
  #bottom-menu ul li i {
    font-size: 1.2em !important;
  }
  #bottom-menu ul li i #chat-message {
    font-size: 0.5em !important;
  }
}

/*Modals*/
.modal {
  outline: 0;
}

.modal#attendees .modal-dialog, .modal#confAgenda .modal-dialog {
  width: 90% !important;
  max-width: 800px !important;
  height: 80vh;
  max-height: 600px;
}

.modal .search-area form .input {
  width: 100%;
}

.modal .modal-dialog {
  /* width: 80%;
        max-width: 650px;
        height: 70vh;
        max-height: 600px; */
}

.modal .modal-dialog .modal-content {
  border: 0;
}

.modal .modal-dialog .modal-content .modal-header {
  background-color: #212121;
}

.modal .modal-dialog .modal-content .modal-header h5.modal-title {
  margin: 0;
  font-size: 1.5em;
  color: #fff;
  text-transform: uppercase;
}

.modal .modal-dialog .modal-content .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  background-color: #c62828;
  color: #fff;
}

.modal .modal-dialog .modal-content .modal-header .close:focus {
  outline: none !important;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 0em;
  color: #616161;
  background-color: #F5F5F5;
  /*min-height: 50vh;*/
}

.modal .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: 100%;
}

.modal .modal-dialog .modal-content .modal-body .search-area {
  background-color: #e0e0e0;
  color: #333;
  padding: 5px 10px;
}

.modal .modal-dialog .modal-content .modal-body .search-area button {
  border: 1px solid #ccc;
  padding: 4px 12px;
  margin: 0 5px 0 0;
  border-radius: 4px;
}

.modal .modal-dialog .modal-content .modal-body #attendeeList {
  border: 1px solid #e0e0e0;
  padding: 0;
}

.modal .modal-dialog .modal-content .modal-body #attendeeList .attendee {
  padding: 10px 15px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}

.modal .modal-dialog .modal-content .modal-body #attendeeList .attendee .attendee-actions {
  position: absolute;
  top: 7px;
  right: 10px;
}

.modal .modal-dialog .modal-content .modal-body #attendeeList .attendee .attendee-actions button {
  border: none;
  background-color: #BDBDBD;
  padding: 4px 8px;
  color: #EEEEEE;
}

.modal .modal-dialog .modal-content .modal-body .content {
  /* min-height: 30vh; */
  max-height: 65vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
  width: 95%;
  margin: 10px auto;
}

.modal .modal-dialog .modal-content .modal-body .content a {
  color: #007cb0;
}

.modal .modal-dialog .modal-content .modal-body .content.b-case-panel {
  margin: 40px 20px;
}

.modal .modal-dialog .modal-content .modal-body .content.b-case-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.modal .modal-dialog .modal-content .modal-body .content.b-case-panel ul li {
  border-bottom: 1px solid #E0E0E0;
  padding: 5px 0;
  margin-bottom: 10px;
}

.modal .modal-dialog .modal-content .modal-body .content.b-case-panel ul li a {
  color: #cc0000 !important;
}

.modal .modal-dialog .modal-content .modal-body .content.b-case-panel ul li a:hover {
  text-decoration: none;
}

.modal-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0px solid #ccc;
  height: 40px;
  margin-bottom: 5px;
}

.modal-tabs:before {
  display: table-cell;
  content: '';
}

.modal-tabs li {
  float: left;
  border: 1px solid #ccc;
  padding: 10px;
}

.modal-tabs li a {
  color: #797878;
  padding: 18px 25px;
}

.modal-tabs li.active {
  border-top: 2px solid #232f3e;
  background-color: #EEEEEE;
}

.modal-tabs li.active a {
  color: #464646;
  font-weight: 600;
}

.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s,visibility 0s .3s;
  transition: opacity .3s 0s,visibility 0s .3s;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s,visibility 0s 0s;
  transition: opacity .3s 0s,visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 10em auto;
  background: #fff;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.cd-popup-container p {
  padding: 3em 1em;
}

.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}

.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
}

.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}

.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}

.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}

.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}

.cd-popup-container .cd-popup-close::before,
.cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}

.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}

.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
  }
}

.img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}

#ann-title {
  font-size: 1.5rem !important;
}

/*Agenda Timeline*/
.timeline-detail {
  padding: 3rem 0;
}

#timeline {
  margin-bottom: 1rem;
}

[class*=timeline-status-] p {
  margin: 0;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
}

[class*=timeline-status-] {
  padding: 10px 0;
}

.timeline-status-date {
  background-color: #2196f3;
}

.timeline-list {
  border: 1px solid #e5e5e5;
}

.timeline-item {
  border-left: 1px solid #e5e5e5;
  position: relative;
  padding: 2rem 1.5rem .5rem 2.5rem;
  font-size: .9rem;
  margin-left: 3rem;
  min-height: 5rem;
}

.timeline-item:last-child {
  padding-bottom: 4rem;
}

.timeline-item .timeline-date {
  margin-bottom: .5rem;
}

.timeline-item .timeline-date span {
  color: #888;
  font-size: 1em;
  font-weight: 500;
  padding-left: .4rem;
}

.timeline-item .timeline-content {
  background-color: #03a9f4;
  color: #fafafa;
  border-color: rgba(57, 49, 117, 0.16);
  padding: 25px;
  border-radius: 12px;
  position: relative;
  -webkit-box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03) !important;
          box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03) !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
  max-width: 1109px;
  margin-bottom: 0px;
}

.timeline-item .timeline-content h4 {
  font-size: 1em;
  margin-bottom: 5px;
}

.timeline-item .timeline-content .btn-launch {
  font-size: 0.8em;
  background-color: #ff5722;
  padding: 5px 10px;
  color: #ffffff !important;
}

.timeline-item .timeline-content .timeline-speakers {
  margin-top: 10px;
}

.timeline-item .timeline-content .timeline-speakers .speaker {
  display: inline-block;
  background-color: #EEEEEE;
  border: 1px solid #E0E0E0;
  padding: 8px;
  border-radius: 4px;
  margin-right: 10px;
  margin-top: 10px;
}

.timeline-item .timeline-content .timeline-speakers .speaker img {
  width: 50px;
  height: 50px;
  border-radius: 6px;
}

.timeline-item .timeline-content .timeline-speakers .speaker .speaker-info {
  margin-left: 10px;
  width: calc(100% - 60px);
  display: inline-block;
  margin-top: 3px;
}

.timeline-item .timeline-content .timeline-speakers .speaker .speaker-info h5 {
  font-size: 0.7em;
}

.timeline-item .timeline-content .timeline-speakers .speaker .speaker-info h6 {
  font-size: 0.6em;
}

.timeline-item .timeline-content span {
  display: block;
  color: #888;
  font-size: 85%;
}

.timeline-item .timeline-icon {
  line-height: 1rem;
  position: absolute;
  left: -0.5rem;
  width: 1rem;
  height: 1rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  background-color: #fff;
  color: #fff;
}

.timeline-item .timeline-icon.status {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  font-size: .6rem;
}

.timeline-item .timeline-icon.status.live {
  background-color: #0c0;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

.timeline-item .timeline-icon.status.over {
  background-color: #c00;
}

.timeline-item .timeline-icon.status.next {
  background-color: #00c;
}

@media (min-width: 992px) {
  .timeline-item {
    margin-left: 10rem;
  }
  .timeline-item .timeline-date {
    position: absolute;
    left: -10rem;
    width: 7.5rem;
    text-align: right;
  }
  .timeline-item .timeline-date span {
    display: block;
  }
  .timeline-item .timeline-content {
    padding: 25px;
    /*background-color:transparent*/
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 204, 0, 0.7);
            box-shadow: 0 0 0 0 rgba(0, 204, 0, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 204, 0, 0);
            box-shadow: 0 0 0 10px rgba(0, 204, 0, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 204, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 204, 0, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 204, 0, 0.7);
            box-shadow: 0 0 0 0 rgba(0, 204, 0, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 204, 0, 0);
            box-shadow: 0 0 0 10px rgba(0, 204, 0, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 204, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 204, 0, 0);
  }
}

.e-card .ecard {
  background-image: url(../img/card-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #343841;
  border: 1px solid #cdcdcd;
  padding: 4em 1em;
  -webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}

.e-card .ecard.mycard {
  border: 1px solid #007cb0 !important;
}

.e-card .ecard h1 {
  color: #007cb0;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  font-size: 1.75em;
  margin-bottom: 1em;
}

.e-card .ecard h1 span {
  color: #e0e0e0;
  display: block;
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
}

.e-card .ecard .info {
  font-size: 1.25em;
  font-weight: 400;
  color: #9e9e9e;
}

.e-card .ecard .info i {
  font-size: 1.5em;
  background-color: #007cb0;
  padding: 3px;
  border-radius: 50%;
  color: #fff;
}

html, body {
  height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  background-color: #4e73df;
}

#mobile-portrait {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  display: none;
}

.center-device {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(2.5);
          transform: translate(-50%, -50%) scale(2.5);
  height: 50vh;
  max-height: 250px;
}

@media only screen and (min-device-width: 0px) and (max-device-width: 815px) and (orientation: portrait) {
  #mobile-portrait {
    display: block !important;
  }
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn-round {
  border-radius: 30px;
}

.bg-indigo {
  background: indigo;
}

.text-cyan {
  color: #35bdff;
}

.bg-gradient-primary {
  background-color: #4e73df;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #4e73df), to(#224abe));
  background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);
  background-size: cover;
  background-attachment: fixed;
}

form.user .form-control-user {
  font-size: .8rem;
  border-radius: 10rem;
  padding: 1.5rem 1rem;
}

form.user .btn-user {
  font-size: .8rem;
  border-radius: 10rem;
  padding: .75rem 1rem;
}

.text-gray-300 {
  color: #dddfeb !important;
}

.text-gray-800 {
  color: #5a5c69 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

section {
  padding: 15px;
}

section .container {
  background-color: #fff;
  box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
}

section .login-container {
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

section .login-image, section .login-wrapper {
  width: 50%;
  overflow: hidden;
}

section .login-wrapper {
  margin: 0 75px;
}

section h2.form-title {
  font-size: 2.5em;
  text-transform: uppercase;
}

section .signup-image-link {
  font-size: 14px;
  color: #222;
  display: block;
  text-align: center;
}

figure {
  margin-bottom: 50px;
  text-align: center;
}

.form {
  width: 100%;
}

.form .form-group {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}

.form .form-group:last-child {
  margin-bottom: 0px;
}

.form label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #222;
}

.form input {
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px solid #999;
  padding: 6px 30px;
  font-family: Poppins;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form input:focus {
  outline: none;
}

.form input[type=checkbox]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  display: none;
}

.form input[type=checkbox] {
  appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
}

.form input[type=checkbox]:not(old) + label {
  display: inline-block;
  line-height: 1.5em;
  margin-top: 6px;
}

.form input[type=checkbox]:not(old) + label > span {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 15px;
  margin-bottom: 3px;
  border: 1px solid #999;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  background: white;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  background-image: linear-gradient(white, white);
  vertical-align: bottom;
}

.form .label-agree-term {
  position: relative;
  top: 0%;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
}

.form #signin {
  margin-top: 1em;
}

.form .form-submit {
  display: inline-block;
  background: #6dabe4;
  color: #fff;
  border-bottom: none;
  width: auto;
  padding: 15px 39px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-top: 25px;
  cursor: pointer;
}

#content {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(100vh);
  overflow: hidden;
  /* &.wall{
    overflow: unset !important;
} */
}

#content #header-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: white;
  z-index: 1;
}

#content #header-menu a.logo {
  display: block;
}

#content #header-menu a.logo img {
  max-height: 45px;
  width: auto;
}

#content #header-menu a {
  color: #424242;
  font-size: 1em;
}

#content #header-menu ul#attendance {
  list-style: none;
  margin: 0;
  padding: 0;
}

#content #header-menu ul#attendance li {
  margin-bottom: 0;
  font-size: 1em;
  padding: 0 10px;
  color: #424242;
}

#content #header-menu ul.nav li.user-menu {
  /* > .nav-link:after {
                  content:none;
                } */
}

#content #header-menu ul.nav li.user-menu > .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
  border-top-width: 0;
  width: 280px;
}

#content #header-menu ul.nav li.user-menu > .dropdown-menu,
#content #header-menu ul.nav li.user-menu > .dropdown-menu > .user-body {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

#content #header-menu ul.nav li.user-menu > .dropdown-menu > li.user-header {
  height: 175px;
  padding: 10px;
  text-align: center;
}

#content #header-menu ul.nav li.user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  background-color: #fff;
  border-radius: 50%;
}

#content #header-menu ul.nav li.user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-top: 10px;
}

#content #header-menu ul.nav li.user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
}

#content #header-menu ul.nav li.user-menu > .dropdown-menu > .user-body {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #dddddd;
}

#content #header-menu ul.nav li.user-menu > .dropdown-menu > .user-body::after {
  display: block;
  clear: both;
  content: "";
}

#content #header-menu ul.nav li.user-menu > .dropdown-menu > .user-body a {
  color: #444 !important;
}

@media (min-width: 576px) {
  #content #header-menu ul.nav li.user-menu > .dropdown-menu > .user-body a {
    background: #fff !important;
    color: #444 !important;
  }
}

#content #header-menu ul.nav li.user-menu > .dropdown-menu > .user-footer {
  background-color: #f9f9f9;
  padding: 10px;
}

#content #header-menu ul.nav li.user-menu > .dropdown-menu > .user-footer::after {
  display: block;
  clear: both;
  content: "";
}

#content #header-menu ul.nav li.user-menu > .dropdown-menu > .user-footer .btn-default {
  color: #666666;
}

@media (min-width: 576px) {
  #content #header-menu ul.nav li.user-menu > .dropdown-menu > .user-footer .btn-default:hover {
    background-color: #f9f9f9;
  }
}

#content #header-menu ul.nav li.user-menu .btn-flat {
  border: 1px solid #757575;
  background-color: #EEE;
  border-radius: 0;
  font-size: 0.75em;
  padding: 5px 15px;
}

#content #header-menu ul.nav li.user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}

@media (min-width: 576px) {
  #content #header-menu ul.nav li.user-menu .user-image {
    float: none;
    margin-right: 0;
    margin-top: -8px;
    line-height: 10px;
  }
}

#content #bottom-menu {
  position: absolute;
  bottom: 0;
  left: 50%;
  /* right: 0; */
  height: 60px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 6px 6px 0 0;
  z-index: 1;
}

#content #bottom-menu .bottom-nav {
  padding: 4px 0;
}

#content #bottom-menu ul li {
  /*padding:0 10px;*/
  margin: 0 6px;
}

#content #bottom-menu ul li i, #content #bottom-menu ul li a {
  display: block;
  color: #EEEEEE;
  font-size: 1em;
  text-align: center;
  padding: 5px 10px;
}

#content #bottom-menu ul li i:hover, #content #bottom-menu ul li a:hover {
  text-decoration: none;
}

#content #bottom-menu ul li i {
  position: relative;
  font-size: 1.7em;
  padding: 0px;
}

#content #bottom-menu ul li i #chat-message {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 0.75em;
}

#content #bg {
  position: relative;
  margin-top: 60px;
  /* #webcast1-area {
          position: absolute;
          background-color: #000;
          top: 14.6%;
          left: 32.4%;
          width: 35.2%;
          height: 30.8%;
          
          #player{
              width: 100%;
              height: 100%;
          }
      } */
  /* #webcast2-area {
          position: absolute;
          background-color: #000;
          top: 26.2%;
          left: 35.9%;
          width: 28.2%;
          height: 25.3%;
          
          #player{
              width: 100%;
              height: 100%;
          }
      } */
}

#content #bg img {
  width: 100%;
  height: auto;
}

#content #bg .indicator {
  background-color: #c00;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #000;
          box-shadow: 0 0 0 0 #000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

#content #bg .indicator.d-10 {
  width: 10px;
  height: 10px;
  bottom: -5px;
  /*top: calc(100% - 5px) !important;*/
}

#content #bg .indicator.d-6 {
  width: 6px;
  height: 6px;
  bottom: -3px;
  /*top: calc(100% - 3px) !important;*/
}

#content #bg .indicator.d-8 {
  width: 8px;
  height: 8px;
  bottom: -4px;
  /*top: calc(100% - 3px) !important;*/
}

#content #bg .indicator.d-12 {
  width: 12px;
  height: 12px;
  bottom: -6px;
  /*top: calc(100% - 3px) !important;*/
}

#content #bg area {
  outline: none;
}

#content #bg area:focus {
  outline: none;
}

#content #bg #back-button {
  position: absolute;
  background-color: #072d45;
  padding: 5px 10px;
  border-radius: 4px;
  top: 80px;
  left: 15px;
  display: none;
}

#content #bg #back-button a, #content #bg #back-button a:hover {
  color: #fff;
}

#content #bg #lobbyVideo {
  position: absolute;
  top: 12.6%;
  left: 31.7%;
  width: 15.2%;
  height: 13.7%;
}

#content #bg #leftBanner {
  position: absolute;
  top: 4.2%;
  left: 15%;
  width: 6.8%;
  height: 21.5%;
}

#content #bg #rightBanner {
  position: absolute;
  top: 4.2%;
  left: 73.8%;
  width: 6.8%;
  height: 21.5%;
}

#content #bg #showAgenda {
  position: absolute;
  top: 10.6%;
  left: 87.2%;
  width: 10.4%;
  height: 2.8%;
}

#content #bg #gotoPB {
  position: absolute;
  top: 14%;
  left: 87.2%;
  width: 10.4%;
  height: 2.8%;
}

#content #bg #smartChat {
  position: absolute;
  top: 22.1%;
  left: 33.2%;
  width: 6.7%;
  height: 5.9%;
}

#content #bg #smartChat .indicator {
  bottom: 0;
}

#content #bg #shareCards {
  position: absolute;
  top: 22.1%;
  left: 60.1%;
  width: 6.7%;
  height: 5.9%;
}

#content #bg #shareCards .indicator {
  bottom: 0;
}

#content #bg.audi #logo-area {
  position: absolute;
  /* background-color: #000; */
  top: 3.6%;
  left: 42.9%;
  width: 13.8%;
  height: 7.6%;
}

#content #bg.audi #leftBanner {
  position: absolute;
  top: 19%;
  left: 9.8%;
  width: 11.9%;
  height: 31.2%;
}

#content #bg.audi #rightBanner {
  position: absolute;
  top: 18.9%;
  left: 78.2%;
  width: 11.9%;
  height: 31.3%;
}

#content #bg.audi #webcast-area {
  position: absolute;
  top: 20%;
  left: 34.0%;
  width: 32%;
  height: 28%;
}

#content #bg.audi #webcast-area #player {
  width: 100%;
  height: 100%;
}

#content #bg.audi #actions {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60%;
  height: 5%;
  border: 0px solid #c00;
  text-align: center;
}

#content #bg.audi #actions a.btn {
  background: #3F51B5;
  color: white;
  border: 0px solid white;
  font-size: 1em;
  letter-spacing: 2px;
  padding: 1% 5%;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  margin: 0 1em;
  /* animate and time the transitions*/
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#content #bg.audi #actions a.btn:hover {
  background-color: white;
  color: black;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#content #bg #curator-feed-default-feed-layout {
  position: absolute;
  top: 4.5%;
  left: 2.4%;
  width: 95.2%;
  height: 50%;
  overflow-x: hidden;
  overflow-y: auto;
}

#content #bg #curator-feed-default-feed-layout img {
  width: initial;
}

#content #bg.exhib1 #action-area {
  position: absolute;
  top: 23%;
  left: 41.1%;
  width: 11.8%;
  height: 11.4%;
}

#content #bg.exhib1 #tv {
  position: absolute;
  top: 13%;
  left: 67.3%;
  width: 12.4%;
  height: 11.6%;
}

#content #bg.exhib1 #left-banner {
  position: absolute;
  top: 6.9%;
  left: 12.2%;
  width: 8.3%;
  height: 19.2%;
}

#content #bg #gamezone {
  position: absolute;
  top: 4%;
  left: 10%;
  width: 80%;
  height: 55%;
  padding: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

#content #bg #gamezone h2 {
  font-size: 1.2rem;
}

#content #bg #tictactoe {
  position: absolute;
  top: 25.4%;
  left: 37.7%;
  width: 24.3%;
  height: 11.5%;
}

#content #bg #jigsaw {
  position: absolute;
  top: 25.4%;
  left: 5.8%;
  width: 24.8%;
  height: 11.8%;
}

#content #bg #sudoku {
  position: absolute;
  top: 25.6%;
  left: 70.6%;
  width: 23%;
  height: 11.5%;
}

#content .panel {
  position: absolute;
  top: 0px;
  right: -300px;
  width: 300px;
  height: calc(100vh - 60px);
  cursor: pointer;
  background-color: #adb5bd;
  font-size: 1em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#content .panel .panel-heading {
  background-color: #212529;
  text-transform: uppercase;
  padding: 5px 10px;
  position: relative;
  font-size: 1.25em;
  color: #EEEEEE;
}

#content .panel .panel-heading .close {
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 1em;
  color: #ccc;
  background-color: #c00;
  padding: 2px 4px 3px 4px;
}

#content .panel .panel-content {
  padding: 20px;
}

#content .panel .panel-content form textarea {
  width: 100%;
}

#content .panel .panel-content #currpoll .form-check-input {
  margin-left: 0;
}

#content .panel.show {
  right: 0;
}

.scroll::-webkit-scrollbar {
  width: 10px;
}

.scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #eee;
  -webkit-box-shadow: inset 0 0 6px #eee;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: #167ac6;
  border-radius: 10px;
  outline: 0px solid #0c0;
}

#photoBooth .modal-dialog .modal-content {
  position: relative;
}

#photoBooth .modal-dialog .modal-content .modal-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#photoBooth .modal-dialog .modal-content #cam-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: none;
          transform: none;
  background-color: #000;
}

#photoBooth .modal-dialog .modal-content #cam-ui {
  width: 100% !important;
  height: 100% !important;
  top: 50% !important;
}

#photoBooth .modal-dialog .modal-content #after-capture, #photoBooth .modal-dialog .modal-content #before-capture {
  bottom: -25px !important;
}

#photoBooth .modal-dialog .modal-content #after-capture .btn i, #photoBooth .modal-dialog .modal-content #before-capture .btn i {
  color: #fff;
}

#photoBooth .modal-dialog .modal-content #after-capture .btn-capture, #photoBooth .modal-dialog .modal-content #before-capture .btn-capture {
  background-color: #cc3300;
}

#photoBooth .modal-dialog .modal-content #after-capture .btn-save, #photoBooth .modal-dialog .modal-content #before-capture .btn-save {
  background-color: #00ccff;
}

#photoBooth .modal-dialog .modal-content #after-capture .btn-retry, #photoBooth .modal-dialog .modal-content #before-capture .btn-retry {
  background-color: #ffcc00;
}

.ocGames .mfp-content {
  position: absolute;
  top: 30px;
  left: 10px;
  right: 10px;
  max-width: calc(100% - 20px) !important;
  height: calc(100vh - 100px);
}

ul#pollResults {
  margin: 0;
  padding: 0;
}

ul#pollResults li {
  display: block;
  border: solid 1px #ddd;
  padding: 14px;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
}

ul#pollResults li .perc-back {
  background: #d2dfe5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  z-index: -1;
}

ul#pollResults li label {
  vertical-align: middle;
  cursor: pointer;
  overflow: hidden;
}

ul#pollResults li .perc-number {
  float: right;
}

.addeventatc_dropdown {
  opacity: 1 !important;
}
/*# sourceMappingURL=styles.css.map */