/*! THIS IS AUTO GENERATED, DO NOT EDIT */
.js-fxm-custom-modal .modal-dialog .modal-content {
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.js-fxm-custom-modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  height: 40px;
}
.js-fxm-custom-modal .modal-dialog .modal-content .modal-header .close {
  font-size: 36px;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .js-fxm-custom-modal.modal-large .modal-dialog {
    width: 675px;
  }
  .js-fxm-custom-modal.modal-medium .modal-dialog {
    width: 480px;
  }
  .js-fxm-custom-modal.modal-small .modal-dialog {
    width: 340px;
  }
}
@media (min-width: 992px) {
  .js-fxm-custom-modal.modal-large .modal-dialog {
    width: 810px;
  }
  .js-fxm-custom-modal.modal-medium .modal-dialog {
    width: 540px;
  }
  .js-fxm-custom-modal.modal-small .modal-dialog {
    width: 360px;
  }
}
@media (min-width: 1200px) {
  .js-fxm-custom-modal.modal-large .modal-dialog {
    width: 900px;
  }
  .js-fxm-custom-modal.modal-medium .modal-dialog {
    width: 600px;
  }
  .js-fxm-custom-modal.modal-small .modal-dialog {
    width: 400px;
  }
}

.is-mobile,
.is-tablet,
.is-desktop {
  float: left;
}

@media only screen and (min-width: 992px) {
  .is-desktop {
    display: block;
  }
  .is-mobile,
  .is-tablet {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .is-tablet {
    display: block;
  }
  .is-mobile,
  .is-desktop {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .is-mobile {
    display: block;
  }
  .is-tablet,
  .is-desktop {
    display: none;
  }
}
@keyframes loadingFade {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
}
body {
  font-size: 16px;
}

.modal-agora {
  font-family: "Poppins", sans-serif;
  position: fixed;
  top: 1rem;
  right: 15px;
  width: 350px;
  min-height: 40%;
  max-height: 40%;
  z-index: 100001;
  padding: 5rem 0rem 1rem;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 1rem;
  color: #f5f4d5;
  display: none;
}
.modal-agora.modal-agora--hide {
  right: -351px;
}
.modal-agora .ma__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 0.5rem;
  cursor: move;
  z-index: 10000;
}
.modal-agora .ma__header i {
  margin-right: 8px;
}
.modal-agora .ma__header-users {
  color: #f5f4d5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-agora .ma__list-users {
  font-size: 18px;
  display: inline-block;
  text-decoration: underline;
  max-width: 35ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal-agora .ma__timer {
  color: #f5f4d5;
  padding: 0.5rem 0;
  text-align: center;
}
.modal-agora .ma__body {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  font-size: 14px;
  color: #f5f4d5;
  padding-bottom: 77px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 75px;
}
.modal-agora .ma__body h1 {
  font-size: 32px;
  font-weight: 600;
  color: #f5f4d5;
}
.modal-agora .ma__body h2 {
  font-size: 28px;
  font-weight: 600;
  color: #f5f4d5;
}
.modal-agora .ma__body h3 {
  font-size: 24px;
  font-weight: 600;
  color: #f5f4d5;
}
.modal-agora .ma__body .btn-sw-main, .modal-agora .ma__body .btn-sw-stripe {
  padding-left: 1rem;
  padding-right: 1rem;
}
.modal-agora .ma__body img {
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .modal-agora {
    top: 2px;
    left: 2px;
    right: 2px;
    width: 100%;
    padding: 66px 1rem 1rem 1rem;
    z-index: 2147483001;
  }
  .modal-agora.modal-agora--hide {
    right: -100%;
    left: unset;
  }
  .modal-agora .ma__header {
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 320px) {
  .modal-agora {
    top: 1rem;
  }
  .modal-agora .ma__header {
    font-size: 14px;
  }
  .modal-agora .ma__list-users {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and (min-height: 721px) and (max-height: 900px) {
  .modal-agora {
    top: 1rem;
    min-height: 35%;
    max-height: 35%;
  }
  .modal-agora .ma__header {
    font-size: 14px;
  }
  .modal-agora .ma__list-users {
    font-size: 14px;
  }
}

#stream__container {
  padding: 0 0.5rem 0.5rem 1rem;
  max-height: 100%;
  overflow-y: auto;
  margin-right: 0.5rem;
}
#stream__container::-webkit-scrollbar {
  width: 6px;
  margin-left: 10px;
}
#stream__container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
}
#stream__container::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #f5f4d5;
  border: 1px solid #cec6d2;
}

#streams__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-height: 100%;
  overflow-y: auto;
  margin-bottom: 1rem;
}
#streams__container::-webkit-scrollbar {
  width: 6px;
  margin-left: 10px;
}
#streams__container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
}
#streams__container::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #f5f4d5;
  border: 1px solid #cec6d2;
}
#streams__container .col__wrapper {
  width: 50%;
  padding: 0 4px;
  margin-bottom: 8px;
}
#streams__container .col__wrapper.col__wrapper--active .video__container {
  border: 3px solid #f5f4d5;
}
#streams__container .col__wrapper.col__wrapper--active .mic-indicator {
  color: #f5f4d5;
}
#streams__container .col__wrapper.col__wrapper--4 {
  width: 33.33%;
}
#streams__container .col__wrapper.col__wrapper--4 .video__container {
  height: 100px;
}
#streams__container .col__wrapper.col__wrapper--4 .video__container .mic-indicator {
  font-size: 12px;
}
#streams__container .col__wrapper.col__wrapper--4 .video__container .user-name {
  font-size: 12px;
}
#streams__container #stream__box {
  display: none;
  width: 100%;
  position: relative;
}
#streams__container #stream__box .col__wrapper {
  width: 100%;
  padding: 0 4px;
  margin-bottom: 8px;
}
#streams__container #stream__box .col__wrapper .video__container {
  height: 150px;
}
#streams__container #stream__box .col__wrapper.col__wrapper--4 .video__container {
  height: 200px;
}
#streams__container #stream__box .custom-dropdown {
  right: 0.5rem;
}
#streams__container #video__box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#streams__container .col__wrapper--screen {
  width: 100%;
  padding: 0 4px;
  margin-bottom: 8px;
}
#streams__container .video__container {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent;
  cursor: pointer;
  overflow: hidden;
  height: 120px;
  width: 100%;
  position: relative;
  border-radius: 1rem;
  background-image: url("../images/user-profile.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75px;
  background-color: #000;
}
#streams__container .video__container .mic-indicator {
  position: absolute;
  right: 0.5rem;
  bottom: 0.2rem;
  font-size: 18px;
  color: #f5f4d5;
  z-index: 1;
}
#streams__container .video__container .mic-indicator.mic-indicator--muted {
  color: #fa1952;
}
#streams__container .video__container .user-name {
  position: absolute;
  left: 0.5rem;
  bottom: 0.2rem;
  color: #f5f4d5;
  z-index: 1;
}
#streams__container .video-player {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 1439px) and (min-width: 320px) {
  #streams__container {
    max-height: 100%;
    margin-bottom: 0rem;
  }
  #streams__container .video__container {
    height: 100px;
  }
  #streams__container .video__container .mic-indicator {
    font-size: 14px;
  }
  #streams__container .video__container .user-name {
    font-size: 12px;
  }
  #streams__container .col__wrapper.col__wrapper--4 .video__container {
    height: 108px;
  }
}
@media only screen and (min-width: 1440px) and (min-height: 721px) and (max-height: 900px) {
  #streams__container {
    max-height: 100%;
    margin-bottom: 0rem;
  }
  #streams__container .video__container {
    height: 100px;
  }
  #streams__container .video__container .mic-indicator {
    font-size: 14px;
  }
  #streams__container .video__container .user-name {
    font-size: 12px;
  }
  #streams__container .col__wrapper.col__wrapper--4 .video__container {
    height: 108px;
  }
}

.stream__actions {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
}
.stream__actions .btn-actions {
  position: relative;
  font-size: 1rem;
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  color: #c2cfd5;
  border-radius: 50%;
  margin: 0 8px;
  transition: all 0.25s linear;
}
.stream__actions .btn-actions.active {
  color: #fa1952;
  border-color: #fa1952;
}
.stream__actions .btn-actions i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.stream__actions .btn-actions#leave-btn {
  border: 2px solid transparent;
  color: #fa1952;
}
.stream__actions .btn-actions:not(.disable):hover {
  opacity: 0.7;
}
.stream__actions .btn-actions.disable {
  opacity: 0.5;
  pointer-events: none;
}
@media only screen and (max-width: 1439px) and (min-width: 320px) {
  .stream__actions .btn-actions {
    width: 32px;
    height: 32px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1440px) and (min-height: 721px) and (max-height: 900px) {
  .stream__actions .btn-actions {
    width: 32px;
    height: 32px;
    font-size: 1rem;
  }
}

.member__wrapper {
  display: inline;
}

#message__container {
  overflow: hidden;
  position: absolute;
  bottom: 3px;
  top: 3px;
  left: 0;
  right: 0;
  padding-top: 0.5rem;
}
#message__container #messages {
  max-height: calc(100% - 50px);
  width: 100%;
  height: 100%;
  overflow-y: auto;
  margin-left: -5px;
}
#message__container #messages::-webkit-scrollbar {
  width: 6px;
  margin-left: 10px;
}
#message__container #messages::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
}
#message__container #messages::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #f5f4d5;
  border: 1px solid #cec6d2;
}
#message__container .message__wrapper:last-child {
  margin-bottom: 1rem;
}
#message__container .message__wrapper {
  margin: 0;
}
#message__container .message__wrapper--current-user .message__author {
  margin-right: 10px;
  color: #2aca3e !important;
}
#message__container .message__wrapper-system.message__wrapper--loading .message-text {
  text-align: center;
  opacity: 0.2;
  animation: loadingFade 1s ease-in-out infinite;
}
#message__container .message__wrapper-system .message__body {
  padding: 0;
  width: auto;
}
#message__container .message__wrapper-system .message__text {
  border: solid 1px white;
  margin: 6px 1rem;
  border-radius: 6px;
  padding: 6px;
}
#message__container .message__wrapper-system .message__author,
#message__container .message__wrapper-system .message-text {
  display: block;
  margin: 0;
}
#message__container .message__wrapper-system .message__author {
  text-align: center;
  border-bottom: solid 1px white;
  margin-left: -6px;
  margin-right: -6px;
  margin-top: -6px;
  line-height: 1;
  padding: 6px;
}
#message__container .message__wrapper-system .message-text {
  padding-top: 4px;
  min-height: 16px;
}
#message__container .message__body {
  padding: 2px 15px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 900px;
}
#message__container .message__body strong {
  font-weight: 600;
  color: #ede0e0;
}
#message__container .message__body__bot {
  padding: 0 20px;
  max-width: 900px;
  color: #f5f4d5;
}
#message__container .message__author {
  margin-right: 10px;
  color: #f5f4d5 !important;
}
#message__container .message__author__bot {
  margin-right: 10px;
  color: #a52aca !important;
}
#message__container .message__text {
  margin: 0;
}
#message__container .message__emote {
  width: 100%;
}
#message__container .message__emote-item {
  display: inline-block;
  font-size: 12px;
  border: solid 1px white;
  margin: 0 4px 4px 0;
  line-height: 1;
  padding: 2px 4px;
  border-radius: 4px;
  position: relative;
}
#message__container .message__emote-item span:first-child {
  position: relative;
  z-index: 1;
}
#message__container .message__emote-item span:last-child {
  background-color: #64B5F6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  opacity: 0.25;
}

#message__form {
  display: flex;
  max-width: 100%;
  position: absolute;
  bottom: 3px;
  left: 1px;
  right: 3px;
  background-color: #000;
  padding: 2px 1em;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

#message__form input {
  color: #f5f4d5;
  width: 100%;
  border: none;
  font-size: 14px;
  box-sizing: border-box;
  background-color: transparent;
}
@media only screen and (max-width: 1439px) and (min-width: 320px) {
  #message__form input {
    font-size: 12px;
  }
}

#message__form input:focus {
  outline: none;
}

#message__form input:-ms-input-placeholder {
  color: rgba(245, 244, 213, 0.78);
}

#message__form input::placeholder {
  color: rgba(245, 244, 213, 0.78);
}

#emoji-btn {
  background-color: transparent;
  padding: 8px 8px;
  font-size: 1rem;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s linear;
}
#emoji-btn:hover, #emoji-btn:active {
  opacity: 0.8;
}
#emoji-btn:focus {
  outline: none;
}
@media only screen and (max-width: 1439px) and (min-width: 320px) {
  #emoji-btn {
    padding: 8px 8px;
  }
}
@media only screen and (min-width: 1440px) and (min-height: 721px) and (max-height: 900px) {
  #emoji-btn {
    padding: 8px 8px;
  }
}

#send-btn {
  background-color: #f5f4d5;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border: 1px solid #6F402D;
  color: #6F402D;
  cursor: pointer;
  transition: all 0.2s linear;
  border-radius: 1rem;
}
#send-btn:hover, #send-btn:active {
  opacity: 0.8;
}
#send-btn:focus {
  outline: none;
}
@media only screen and (max-width: 1439px) and (min-width: 320px) {
  #send-btn {
    padding: 8px 1rem;
  }
}
@media only screen and (min-width: 1440px) and (min-height: 721px) and (max-height: 900px) {
  #send-btn {
    padding: 8px 1rem;
  }
}

.modal.modal-popup-error {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100007;
  color: #f5f4d5;
}
.modal.modal-popup-error .modal-content {
  background: rgba(0, 0, 0, 0.8);
}
.modal.modal-popup-error .close {
  color: #f5f4d5;
}

.screen__container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 3rem 1rem;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100002;
  background: rgba(0, 0, 0, 0.7);
}
.screen__container .col__wrapper {
  width: 80%;
  position: relative;
  pointer-events: none;
}
.screen__container #video__box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.screen__container .video__container {
  border: 2px solid transparent;
  cursor: pointer;
  pointer-events: none;
  position: relative;
  display: block;
  padding: 0 0 56.25% 0;
  border-radius: 1rem;
}
.screen__container .video__container .mic-indicator {
  position: absolute;
  right: 0.5rem;
  bottom: 0.2rem;
  font-size: 18px;
  color: #f5f4d5;
  z-index: 1;
}
.screen__container .video__container .mic-indicator.mic-indicator--muted {
  color: #fa1952;
}
.screen__container .video__container .user-name {
  position: absolute;
  left: 0.5rem;
  bottom: 0.2rem;
  color: #f5f4d5;
  z-index: 1;
  max-width: 15ch;
  text-wrap-mode: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.screen__container .video-player {
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.screen__container .video-player video {
  object-fit: contain;
}

.btn-minimize {
  background: transparent;
  color: #f5f4d5;
  text-decoration: none;
  border: none;
  font-size: 32px;
  position: absolute;
  z-index: 1;
  pointer-events: auto;
  top: 2rem;
  right: 2rem;
}
.btn-minimize:hover, .btn-minimize :active {
  opacity: 0.7;
  color: #f5f4d5;
  box-shadow: none;
}

#screen-btn--disabled {
  opacity: 0.5;
  cursor: default;
  display: none;
}
#screen-btn--disabled:hover {
  opacity: 0.5;
}

#fullscreen-btn {
  display: block;
  position: absolute;
  top: 8px;
  right: 2.5rem;
  z-index: 1;
  color: #fff;
}
#fullscreen-btn:hover, #fullscreen-btn :active {
  opacity: 0.7;
  color: #fff;
  box-shadow: none;
}

.modal-agora--chat {
  font-family: "Poppins", sans-serif;
  position: fixed;
  top: 45%;
  right: 15px;
  bottom: 15px;
  width: 350px;
  z-index: 100001;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 1rem;
  color: #f5f4d5;
  display: none;
}
.modal-agora--chat.modal-agora--chat--hide {
  right: -351px;
}
.modal-agora--chat .ma__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  cursor: move;
  z-index: 1;
}
.modal-agora--chat .ma__header i {
  margin-right: 8px;
}
.modal-agora--chat .ma__body {
  height: 150px;
  overflow: hidden;
  font-size: 14px;
  border-radius: 1rem;
}
.modal-agora--chat .ma__body::before {
  content: "";
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  height: 50px;
  position: absolute;
  top: 1px;
  left: 3px;
  right: 3px;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (max-width: 767.98px) {
  .modal-agora--chat {
    top: 45%;
    left: 2px;
    right: 2px;
    width: 100%;
    padding: 66px 1rem 1rem 1rem;
    z-index: 2147483001;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 320px) {
  .modal-agora--chat .ma__body {
    height: 140px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) and (min-height: 721px) and (max-height: 900px) {
  .modal-agora--chat .ma__body {
    height: 140px;
    font-size: 12px;
  }
}

.toggle-btn {
  width: 48px;
  height: 48px;
  position: absolute;
  border: solid 2px transparent;
  background: rgba(0, 0, 0, 0.7);
  color: #c2cfd5;
  border-radius: 12px;
  transition: all 0.25s linear;
}
.toggle-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toggle-btn:hover {
  opacity: 0.7;
  color: #c2cfd5;
}

#toggle-message-btn {
  left: -52px;
  top: -1px;
}

#toggle-video-btn {
  left: -52px;
  bottom: 1px;
}

.modal-agora .resizer-right, .modal-agora--chat .resizer-right {
  width: 5px;
  height: 100%;
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: e-resize;
}

.modal-agora .resizer-bottom, .modal-agora--chat .resizer-bottom {
  width: 100%;
  height: 5px;
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: n-resize;
}

.modal-agora .resizer-both, .modal-agora--chat .resizer-both {
  width: 5px;
  height: 5px;
  background: transparent;
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: nw-resize;
}

/*NOSELECT*/
.modal-agora *, .modal-agora--chat * {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */ /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
             supported by Chrome and Opera */
}

.is-draggable .page-navbar, .is-resizable .page-navbar {
  pointer-events: none;
  user-select: none;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}

.custom-dropdown {
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 0.4rem;
  z-index: 1;
  margin-bottom: 0;
  transition: all 0.25s linear;
}
.custom-dropdown:hover span {
  opacity: 0.7;
}
.custom-dropdown span {
  padding: 0 4px;
  cursor: pointer;
  color: #fff;
  transition: all 0.25s linear;
}
.custom-dropdown.show .custom-dropdown__menu {
  display: block;
}
.custom-dropdown__menu {
  display: none;
  position: absolute;
  top: 100%;
  right: calc(100% - 4px);
  border: 1px solid #f5f4d5;
  border-radius: 8px 0px 8px 8px;
  padding: 8px;
  margin: 2px 0 0 0;
  box-shadow: -2px 2px 10px rgba(0, 77, 23, 0.1);
  background: rgba(66, 45, 99, 0.8);
  list-style-type: none;
  z-index: 1;
  transition: all 0.25s linear;
}
.custom-dropdown__menu li {
  white-space: nowrap;
  color: #f5f4d5;
  font-weight: 600;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  transition: all 0.25s linear;
}
.custom-dropdown__menu li a {
  display: block;
  padding: 8px 16px;
  color: #fff;
}
@media only screen and (max-width: 1439px) and (min-width: 320px) {
  .custom-dropdown__menu {
    padding: 0px 8px;
  }
  .custom-dropdown__menu li a {
    display: block;
    padding: 4px 8px;
    color: #fff;
  }
}
@media only screen and (min-width: 1440px) and (min-height: 721px) and (max-height: 900px) {
  .custom-dropdown__menu {
    padding: 0px 8px;
  }
  .custom-dropdown__menu li a {
    display: block;
    padding: 4px 8px;
    color: #fff;
  }
}

.modal.modal-call-confirmation {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100007;
  color: #d9d4de;
}
.modal.modal-call-confirmation .modal-content {
  background: rgba(66, 45, 99, 0.8);
}
.modal.modal-call-confirmation .modal-body {
  padding: 3rem 1rem;
}
.modal.modal-call-confirmation .modal__avatar-box {
  text-align: center;
}
.modal.modal-call-confirmation .modal__avatar-box p {
  margin-bottom: 0.5rem;
}
.modal.modal-call-confirmation .modal__icon {
  color: #fff;
  font-size: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-radius: 50%;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.3);
}
.modal.modal-call-confirmation .modal__actions-box {
  display: flex;
  align-items: center;
  padding-top: 4rem;
}
.modal.modal-call-confirmation .modal__actions-box.modal__actions-box--invite {
  display: none;
}
.modal.modal-call-confirmation .modal__title--invite {
  display: none;
}
.modal.modal-call-confirmation .modal__action {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal.modal-call-confirmation .modal__action .btn-label {
  padding-top: 0.3rem;
  font-size: 14px;
  font-weight: 300;
}
.modal.modal-call-confirmation.popup-invite-agora .modal__title--call {
  display: none;
}
.modal.modal-call-confirmation.popup-invite-agora .modal__title--invite {
  display: block;
}
.modal.modal-call-confirmation.popup-invite-agora .modal__actions-box {
  display: flex;
  align-items: center;
  padding-top: 4rem;
}
.modal.modal-call-confirmation.popup-invite-agora .modal__actions-box.modal__actions-box--call {
  display: none;
}
.modal.modal-call-confirmation.popup-invite-agora .modal__actions-box.modal__actions-box--invite {
  display: flex;
}

.modal.modal-notifications {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100007;
  color: #d9d4de;
}
.modal.modal-notifications .close {
  color: #fff;
}
.modal.modal-notifications .close:hover {
  color: #fff;
}
.modal.modal-notifications .close:focus {
  outline: none;
}
.modal.modal-notifications .modal-content {
  background: rgba(0, 0, 0, 0.7);
}
.modal.modal-notifications .modal-body {
  padding: 0;
  overflow: auto;
  max-height: 500px;
}
.modal.modal-notifications .modal-body::-webkit-scrollbar {
  width: 6px;
  margin-left: 10px;
}
.modal.modal-notifications .modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
}
.modal.modal-notifications .modal-body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #f5f4d5;
  border: 1px solid #cec6d2;
}
.modal.modal-notifications .notification__box {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 1rem 1rem;
  border-bottom: 1px solid #f5f4d5;
}
.modal.modal-notifications .notification__box:last-child {
  border-bottom: none;
}
.modal.modal-notifications .notification__box .notification__icon-box {
  flex: 0 0 auto;
  padding: 0;
}
.modal.modal-notifications .notification__box .notification__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: transparent;
  color: #c2cfd5;
}
.modal.modal-notifications .notification__box .notification__title {
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  padding: 0 0.5rem 0 1rem;
}
.modal.modal-notifications .notification__box .notification__title p {
  margin-bottom: 0.3rem;
}
.modal.modal-notifications .notification__box .notification__title .user-response {
  display: none;
  font-size: 12px;
  color: black;
  background: grey;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 600;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.modal.modal-notifications .notification__box .notification__title .user-response.user-response--accept {
  background: #c7f0d1;
  color: #28a745;
}
.modal.modal-notifications .notification__box .notification__title .user-response.user-response--reject {
  background: #f5ccd0;
  color: #dc3545;
}
.modal.modal-notifications .notification__box .notification__title .user-response.user-response--active {
  display: inline-block;
}
.modal.modal-notifications .notification__box .notification__actions {
  flex: 0 0 auto;
  padding: 0 0.5rem;
}
.modal.modal-notifications .notification__box .notification__actions.notification__actions--disabled {
  display: none;
}
.modal.modal-notifications .btn-action {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  min-width: unset;
  padding: 8px 16px;
  border-radius: 5px;
  margin: 0 2px;
}
.modal.modal-notifications .btn-action.btn-action--accept {
  background: transparent;
  border: 2px solid #00c251;
}
.modal.modal-notifications .btn-action.btn-action--accept:hover:not(:disabled), .modal.modal-notifications .btn-action.btn-action--accept:active:not(:disabled), .modal.modal-notifications .btn-action.btn-action--accept:focus:not(:disabled) {
  background: #00c251;
}
.modal.modal-notifications .btn-action.btn-action--accept:disabled {
  opacity: 0.5;
  background: #00c251;
}
.modal.modal-notifications .btn-action.btn-action--decline {
  background: transparent;
  border: 2px solid #d1322a;
}
.modal.modal-notifications .btn-action.btn-action--decline:hover:not(:disabled), .modal.modal-notifications .btn-action.btn-action--decline:active:not(:disabled), .modal.modal-notifications .btn-action.btn-action--decline:focus:not(:disabled) {
  background: #d1322a;
}
.modal.modal-notifications .btn-action.btn-action--decline:disabled {
  opacity: 0.5;
  background: #d1322a;
}

.modal.modal-popup-advanced-settings {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100007;
  color: #f5f4d5;
}
.modal.modal-popup-advanced-settings .modal-content {
  background: rgba(0, 0, 0, 0.6);
}
.modal.modal-popup-advanced-settings .close {
  color: #f5f4d5;
}
.modal.modal-popup-advanced-settings .modal-btn-box {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.modal.modal-popup-advanced-settings .btn-primary {
  border: 1px solid #f5f4d5;
  background: #f5f4d5;
  color: #6F402D;
}
.modal.modal-popup-advanced-settings .btn-primary:hover {
  border: 1px solid #f5f4d5;
  background: #f5f4d5;
  color: #6F402D;
  opacity: 0.9;
  outline: none;
}
.modal.modal-popup-advanced-settings .btn-primary:active, .modal.modal-popup-advanced-settings .btn-primary:focus, .modal.modal-popup-advanced-settings .btn-primary:visited, .modal.modal-popup-advanced-settings .btn-primary:focus-visible {
  border: 1px solid #f5f4d5;
  background: #f5f4d5;
  color: #6F402D;
  opacity: 0.9;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(245, 244, 213, 0.5);
}
.modal.modal-popup-advanced-settings .btn-outline-primary {
  border: 1px solid #f5f4d5;
  color: #f5f4d5;
}
.modal.modal-popup-advanced-settings .btn-outline-primary:hover {
  background: #f5f4d5;
  border: 1px solid #f5f4d5;
  color: #6F402D;
  opacity: 0.9;
  outline: none;
}
.modal.modal-popup-advanced-settings .btn-outline-primary:active, .modal.modal-popup-advanced-settings .btn-outline-primary:focus, .modal.modal-popup-advanced-settings .btn-outline-primary:visited, .modal.modal-popup-advanced-settings .btn-outline-primary:focus-visible {
  background: #f5f4d5;
  border: 1px solid #f5f4d5;
  color: #6F402D;
  opacity: 0.9;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(245, 244, 213, 0.5);
}

.modal.modal-popup-input-name {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100007;
  color: #f5f4d5;
}
.modal.modal-popup-input-name .modal-content {
  background: rgba(0, 0, 0, 0.6);
}
.modal.modal-popup-input-name .close {
  color: #f5f4d5;
}
.modal.modal-popup-input-name .btn-primary {
  border: 1px solid #f5f4d5;
  background: #f5f4d5;
  color: #6F402D;
}
.modal.modal-popup-input-name .btn-primary:hover {
  border: 1px solid #f5f4d5;
  background: #f5f4d5;
  color: #6F402D;
  opacity: 0.9;
  outline: none;
}
.modal.modal-popup-input-name .btn-primary:active, .modal.modal-popup-input-name .btn-primary:focus, .modal.modal-popup-input-name .btn-primary:visited, .modal.modal-popup-input-name .btn-primary:focus-visible {
  border: 1px solid #f5f4d5;
  background: #f5f4d5;
  color: #6F402D;
  opacity: 0.9;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(245, 244, 213, 0.5);
}
.modal.modal-popup-input-name .btn-outline-primary {
  border: 1px solid #f5f4d5;
  color: #f5f4d5;
}
.modal.modal-popup-input-name .btn-outline-primary:hover {
  background: #f5f4d5;
  border: 1px solid #f5f4d5;
  color: #6F402D;
  opacity: 0.9;
  outline: none;
}
.modal.modal-popup-input-name .btn-outline-primary:active, .modal.modal-popup-input-name .btn-outline-primary:focus, .modal.modal-popup-input-name .btn-outline-primary:visited, .modal.modal-popup-input-name .btn-outline-primary:focus-visible {
  background: #f5f4d5;
  border: 1px solid #f5f4d5;
  color: #6F402D;
  opacity: 0.9;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(245, 244, 213, 0.5);
}

.js-join-room-1,
.js-change-agora-name {
  z-index: 2;
}

.join-box {
  padding: 2rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.join-box .form-control {
  border-radius: 100px;
}
.join-box button {
  width: 100%;
}

#webgl-loader {
  width: 80vw;
}

.webgl-frame {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.hume-transcription {
  position: fixed;
  bottom: 1rem;
  z-index: 1;
  padding: 0 150px;
  width: 100%;
  left: 0;
  right: 0;
}
.hume-transcription.ht--mode-hidden {
  left: -100%;
  right: auto;
}
.hume-transcription .ht__not-found {
  text-align: center;
  margin-bottom: 0;
  width: auto;
  border-radius: 1.5rem;
}
.hume-transcription .ht__box {
  display: flex;
  border: solid 1px #333;
  border-radius: 1.5rem;
  align-items: flex-end;
  background: #eee;
  margin-top: 10px;
}
.hume-transcription .ht__text {
  flex: 1 1 auto;
  padding: 10px 1rem;
  display: block;
  max-height: 120px;
  overflow-y: auto;
}
.hume-transcription .ht__text-item {
  border-bottom: dashed 1px #ccc;
  padding-bottom: 4px;
  padding-top: 4px;
}
.hume-transcription .ht__text-item:last-child {
  border-bottom: none;
}
.hume-transcription .ht__text-content {
  text-align: center;
  width: 100%;
  height: auto;
}
.hume-transcription .ht__action {
  flex: 0 0 auto;
}
.hume-transcription .ht__start,
.hume-transcription .ht__stop {
  outline: none !important;
}
.hume-transcription .ht__stop {
  background: linear-gradient(359.82deg, #ff0000 0.15%, #ff819a 95.89%);
  border-color: red;
}
.hume-transcription .ht__stop:hover {
  border: 1px solid #ff7784;
  background: #ff919c;
  color: #fff;
  opacity: 0.9;
  outline: none;
}
.hume-transcription .ht__stop:active, .hume-transcription .ht__stop:focus, .hume-transcription .ht__stop:visited, .hume-transcription .ht__stop:focus-visible {
  border: 1px solid #f5f4d5;
  background: #f5f4d5;
  color: #fff;
  opacity: 0.9;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(245, 244, 213, 0.5);
}
.hume-transcription .ht__emotion-label {
  padding: 4px;
  display: inline-block;
  border-radius: 10px;
  margin: 2px;
  line-height: 1;
  border: solid 1px #666;
  position: relative;
  overflow: hidden;
}
.hume-transcription .ht__emotion-label span {
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 14px;
}
.hume-transcription .ht__emotion-label i {
  background-color: #64B5F6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  opacity: 0.25;
}

.join-container {
  padding: 1rem 1rem;
  min-height: 100vh;
}

.viewport-state {
  position: fixed;
  top: 15px;
  right: 0;
  transform: translateX(78%);
  background: #fbdf05;
  color: #000;
  padding: 7px 7px 7px 25px;
  font-size: 12px;
  opacity: 0.25;
  z-index: 9007199254740991;
  box-shadow: 0 0 3px #ff0;
  transition: all linear 0.15s;
}
.viewport-state:hover, .viewport-state.viewport-state--active {
  transform: translateX(0);
  opacity: 1;
}
.viewport-state input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
}

.v-desktop-large-inline {
  display: none;
}
.v-desktop-large-inline-inline {
  display: none;
}
@media only screen and (min-width: 1440px) {
  .v-desktop-large-inline {
    display: block !important;
  }
  .v-desktop-large-inline-inline {
    display: inline !important;
  }
}

.v-desktop {
  display: none;
}
.v-desktop-inline {
  display: none;
}
@media only screen and (max-width: 1439px) and (min-width: 1200px) {
  .v-desktop {
    display: block !important;
  }
  .v-desktop-inline {
    display: inline !important;
  }
}

.v-tablet {
  display: none;
}
.v-tablet-inline {
  display: none;
}
@media only screen and (max-width: 1199.98px) and (min-width: 992px) {
  .v-tablet {
    display: block !important;
  }
  .v-tablet-inline {
    display: inline !important;
  }
}

.v-tablet-portrait {
  display: none;
}
.v-tablet-portrait-inline {
  display: none;
}
@media only screen and (max-width: 991.98px) and (min-width: 768px) {
  .v-tablet-portrait {
    display: block !important;
  }
  .v-tablet-portrait-inline {
    display: inline !important;
  }
}

.v-mobile {
  display: none;
}
.v-mobile-inline {
  display: none;
}
@media only screen and (max-width: 767.98px) and (min-width: 480px) {
  .v-mobile {
    display: block !important;
  }
  .v-mobile-inline {
    display: inline !important;
  }
}

.v-mobile-portrait {
  display: none;
}
.v-mobile-portrait-inline {
  display: none;
}
@media only screen and (max-width: 479.98px) and (min-width: 320px) {
  .v-mobile-portrait {
    display: block !important;
  }
  .v-mobile-portrait-inline {
    display: inline !important;
  }
}

.btn-sw-primary {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.75rem 3rem;
  font-size: inherit;
  line-height: 1;
  border-radius: 50px;
  transition: all 0.25s ease-in-out;
  color: #fff;
  background: linear-gradient(359.82deg, #FC9B00 0.15%, #FFDD7A 95.89%);
  border-color: #FFDD7A;
  text-transform: uppercase;
}
.btn-sw-primary:hover {
  background: linear-gradient(359.82deg, #e99000 0.15%, #f7d369 95.89%);
  color: #fff;
  text-decoration: none;
}
.btn-sw-primary:disabled {
  opacity: 0.5;
  background: #efefef;
}
.btn-sw-primary.btn-sw-primary--circle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 16px;
}
.btn-sw-primary.btn-sw-primary--circle i {
  vertical-align: middle;
}

.btn-sw-grey {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 3rem;
  font-size: inherit;
  line-height: 1;
  border-radius: 50px;
  transition: background color 0.15s;
  color: black;
  background-color: #dfdfdf;
  border-color: black;
}
.btn-sw-grey:hover {
  background-color: #b9b9b9;
}
.btn-sw-grey:disabled {
  opacity: 0.5;
  background: #efefef;
}

.notifyjs-corner {
  left: 50% !important;
  transform: translateX(-50%) !important;
  max-width: 500px;
  z-index: 100010 !important;
}
.notifyjs-corner .notifyjs-bootstrap-base {
  background-image: none !important;
  padding: 7px 15px;
  white-space: normal;
  text-align: center;
}

.modal-popup-message .modal-dialog {
  margin-top: 7rem;
}

.modal-popup-article .modal-dialog {
  margin-top: 5rem;
}

.btn-main {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  text-transform: uppercase;
  position: relative;
  color: #ffffb4;
  letter-spacing: 4px;
  font-size: 20px;
  background: transparent;
  border: 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all linear 0.25s;
}
.btn-main:active, .btn-main:focus, .btn-main:hover {
  outline: none;
}
.btn-main:active::after, .btn-main:focus::after, .btn-main:hover::after {
  background-image: url("../images/content/button--active.png");
}
.btn-main:after {
  background-image: url("../images/content/button--innactive.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  content: "";
  width: 170px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -webkit-transform: translate(-50%, -50%); /* Opera, Chrome, and Safari */
  transition: all linear 0.2s;
}

.video-preloader {
  margin: -15px auto 1rem;
}
.video-preloader video, .video-preloader img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}

.btn-sw-main {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #f1e5ff;
  padding: 0.75rem 2rem;
  font-size: inherit;
  line-height: 1;
  border-radius: 0;
  transition: all linear 0.15s;
  color: #43128a;
  background-color: #f1e5ff;
  text-transform: uppercase;
  min-width: 130px;
}
.btn-sw-main:hover:not(:disabled), .btn-sw-main:active:not(:disabled), .btn-sw-main:focus:not(:disabled) {
  background-color: #ddd3e9;
  color: #43128a;
  text-decoration: none;
}
.btn-sw-main:disabled {
  opacity: 0.5;
  background: #f1e5ff;
}

.btn-sw-stripe {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 2px solid #EDB041;
  padding: 0.75rem 2rem;
  font-size: inherit;
  line-height: 1;
  border-radius: 0;
  transition: all linear 0.15s;
  color: #EDB041;
  background-color: transparent;
  text-transform: uppercase;
  min-width: 130px;
  border-radius: 50px;
}
.btn-sw-stripe:hover:not(:disabled), .btn-sw-stripe:active:not(:disabled), .btn-sw-stripe:focus:not(:disabled) {
  background: linear-gradient(359.82deg, #FC9B00 0.15%, #FFDD7A 95.89%);
  border-color: #FFDD7A;
  color: #fff;
  text-decoration: none;
}
.btn-sw-stripe:disabled {
  opacity: 0.5;
  background: transparent;
}

.f-lbl-bottom {
  color: #fff;
  margin-top: 7px;
  line-height: 1;
  font-style: italic;
}

.f-g-description {
  text-align: center;
  color: #fff;
  margin-top: 2rem;
  text-shadow: 1px 1px 3px #000;
}
.f-g-description p, .f-g-description ul, .f-g-description ol {
  line-height: 1.5;
  margin: 1rem 0 2rem;
}
.f-g-description p + ul,
.f-g-description p + ol,
.f-g-description p + .f-g-d__center-list {
  margin-top: -1rem;
}
.f-g-description .f-g-d__center-list {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.btn-action {
  display: inline-block;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.75rem 2rem;
  font-size: inherit;
  line-height: 1;
  border-radius: 1rem;
  transition: all linear 0.25s;
  color: #fff;
  background-color: #503667;
  min-width: 130px;
}
.btn-action:hover:not(:disabled), .btn-action:active:not(:disabled), .btn-action:focus:not(:disabled) {
  background-color: #44285c;
  color: #f1e5ff;
  text-decoration: none;
}
.btn-action:disabled {
  opacity: 0.5;
  background: transparent;
}
.btn-action.btn-action--accept {
  background: #00DA5A;
}
.btn-action.btn-action--accept:hover:not(:disabled), .btn-action.btn-action--accept:active:not(:disabled), .btn-action.btn-action--accept:focus:not(:disabled) {
  background: #00c251;
}
.btn-action.btn-action--accept:disabled {
  opacity: 0.5;
  background: #00c251;
}
.btn-action.btn-action--decline {
  background: #FA3930;
}
.btn-action.btn-action--decline:hover:not(:disabled), .btn-action.btn-action--decline:active:not(:disabled), .btn-action.btn-action--decline:focus:not(:disabled) {
  background: #d1322a;
}
.btn-action.btn-action--decline:disabled {
  opacity: 0.5;
  background: #d1322a;
}

.btn-buy {
  min-width: 150px;
  display: inline-block;
  text-align: center;
  height: 45px;
  line-height: 40px;
  background-color: #f4f4d2;
  border: solid 2px #9b8166;
  border-radius: 1rem;
  padding: 0 15px;
  box-shadow: 0px -2px 1px #ccc inset;
  text-decoration: none !important;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn-buy[disabled] {
  background-color: #f4f4d2 !important;
  pointer-events: none !important;
  cursor: default !important;
  opacity: 0.5 !important;
}
.btn-buy:hover {
  background-color: #f4f4b8;
}
.btn-buy:active {
  background-color: #f4f4d2;
}

.text-link-default {
  color: #007bff;
}
.text-link-default:active, .text-link-default:focus, .text-link-default:hover {
  color: #48a0ff;
}

.modal {
  z-index: 2051;
}

.modal-backdrop {
  z-index: 2050;
}

/* change transition duration to control the speed of fade effect */
.carousel-item {
  transition: transform 2.6s ease-in-out 0.2s;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 2.6s;
}

@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1290px;
  }
}

.modal-backdrop.show {
  opacity: 0.75;
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: visible;
}
.owl-carousel .owl-item img {
  transform-style: flat;
}