@charset "UTF-8";
@import url("http://fonts.cdnfonts.com/css/circular-std-book");
.ff-lato-regular {
  font-family: "lato-n4", "lato", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.ff-lato-medium {
  font-family: "lato-n5", "lato", sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
}

.ff-meta-serif-web-pro {
  font-family: "ff-meta-serif-web-pro-n5", "ff-meta-serif-web-pro", sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
}

.controls-3d-btn {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  display: inline-block;
  border: none;
  padding: 0;
  outline: none;
  opacity: 0.8;
}
.controls-3d-btn:hover {
  opacity: 0.95;
}
.controls-3d-btn.active {
  opacity: 1;
}

.controls-3d-btn__r-left {
  background: #1a1b1c url(./img/3D_Controls/rotate-left_icon.svg) center center no-repeat;
}
.controls-3d-btn__r-left.active {
  background: #fff url(./img/3D_Controls/rotate-left_icon_gray.svg) center center no-repeat;
}

.controls-3d-btn__r-right {
  background: #1a1b1c url(./img/3D_Controls/rotate-right_icon.svg) center center no-repeat;
}
.controls-3d-btn__r-right.active {
  background: #fff url(./img/3D_Controls/rotate-right_icon_gray.svg) center center no-repeat;
}

.controls-3d-btn__zoom-in {
  background: #1a1b1c url(./img/3D_Controls/zoom-in.svg) center center no-repeat;
}
.controls-3d-btn__zoom-in.active {
  background: #fff url(./img/3D_Controls/zoom-in_gray.svg) center center no-repeat;
}

.controls-3d-btn__zoom-out {
  background: #1a1b1c url(./img/3D_Controls/zoom-out.svg) center center no-repeat;
}
.controls-3d-btn__zoom-out.active {
  background: #fff url(./img/3D_Controls/zoom-out_gray.svg) center center no-repeat;
}

.controls-3d-btn__move-up {
  background: #1a1b1c url(./img/3D_Controls/arrow-up.svg) center center no-repeat;
}
.controls-3d-btn__move-up.active {
  background: #fff url(./img/3D_Controls/arrow-up-gray.svg) center center no-repeat;
}

.controls-3d-btn__move-down {
  background: #1a1b1c url(./img/3D_Controls/arrow-down.svg) center center no-repeat;
}
.controls-3d-btn__move-down.active {
  background: #fff url(./img/3D_Controls/arrow-down-gray.svg) center center no-repeat;
}

.controls-3d-btn__move-left {
  background: #1a1b1c url(./img/3D_Controls/arrow-left.svg) center center no-repeat;
}
.controls-3d-btn__move-left.active {
  background: #fff url(./img/3D_Controls/arrow-left-gray.svg) center center no-repeat;
}

.controls-3d-btn__move-right {
  background: #1a1b1c url(./img/3D_Controls/arrow-right.svg) center center no-repeat;
}
.controls-3d-btn__move-right.active {
  background: #fff url(./img/3D_Controls/arrow-right-gray.svg) center center no-repeat;
}

.controls-3d-btn__reset {
  background: #1a1b1c url(./img/3D_Controls/reset_icon.svg) center center no-repeat;
}
.controls-3d-btn__reset.active {
  background: #fff url(./img/3D_Controls/reset_icon_gray.svg) center center no-repeat;
}

.bottom-window .micro-view .buttons-2d-view {
  position: absolute;
  bottom: 85px;
  right: 40px;
}
.bottom-window .micro-view .buttons-2d-view button {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: inline-block;
  padding: 0;
  outline: none;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(182, 187, 192, 0.4);
  background-color: #fff;
  float: left;
}
.bottom-window .micro-view .buttons-2d-view button.btn-plus {
  background: #fff url(./img/2D_buttons/zoom-in_08.svg) center no-repeat;
}
.bottom-window .micro-view .buttons-2d-view button.btn-minus {
  background: #fff url(./img/2D_buttons/zoom-out_08.svg) center no-repeat;
}
.bottom-window .micro-view .buttons-2d-view button.btn-reset {
  background: #fff url(./img/2D_buttons/reset_icon_08.svg) center no-repeat;
}
.bottom-window .micro-view .buttons-2d-view button:hover.btn-plus {
  background: rgba(182, 187, 192, 0.15) url(./img/2D_buttons/zoom-in.svg) center no-repeat;
}
.bottom-window .micro-view .buttons-2d-view button:hover.btn-minus {
  background: rgba(182, 187, 192, 0.15) url(./img/2D_buttons/zoom-out.svg) center no-repeat;
}
.bottom-window .micro-view .buttons-2d-view button:hover.btn-reset {
  background: rgba(182, 187, 192, 0.15) url(./img/2D_buttons/reset_icon.svg) center no-repeat;
}
.bottom-window .micro-view .buttons-2d-view button:focus {
  outline: 2px solid #4d90fe;
}
.bottom-window .micro-view .buttons-2d-view button.active, .bottom-window .micro-view .buttons-2d-view button:active {
  border-color: #1a1b1c;
}
.bottom-window .micro-view .buttons-2d-view button.active.btn-plus, .bottom-window .micro-view .buttons-2d-view button:active.btn-plus {
  background: #1a1b1c url(./img/2D_buttons/zoom-in_white.svg) center no-repeat;
}
.bottom-window .micro-view .buttons-2d-view button.active.btn-minus, .bottom-window .micro-view .buttons-2d-view button:active.btn-minus {
  background: #1a1b1c url(./img/2D_buttons/zoom-out_white.svg) center no-repeat;
}
.bottom-window .micro-view .buttons-2d-view button.active.btn-reset, .bottom-window .micro-view .buttons-2d-view button:active.btn-reset {
  background: #1a1b1c url(./img/2D_buttons/reset_icon_white.svg) center no-repeat;
}

body.with-focus .controls-3d-btn:focus, body.with-focus .floorplan-item:focus, body.with-focus .button-expandable:focus, body.with-focus .language-icon-text:focus, body.with-focus span.copy:focus, body.with-focus .launch-as-connect-btn a:focus, body.with-focus .close-lng:focus,
body.with-focus .item:focus, body.with-focus .mc-join-btn:focus, body.with-focus .no-now-btn:focus, body.with-focus .mc-leave-btn:focus, body.with-focus .modal-header button.close:focus, body.with-focus .chb-square:focus, body.with-focus .mini-connect-ct:not(.with-pop-up) .vpn-ct label:focus,
body.with-focus .language-item:focus {
  outline: 2px solid #4d90fe;
  outline-offset: 0;
}
body.with-focus .language-item:focus {
  outline-offset: -1px;
}

.floorplans-controls-inner-relative {
  transition: height 0.3s ease-out;
  position: relative;
  width: 136px;
  height: 136px;
}
.floorplans-controls-inner-relative .controls-3d-btn {
  position: absolute;
}
.floorplans-controls-inner-relative .controls-3d-btn.controls-3d-btn__move-down {
  left: 48px;
  top: 96px;
}
.floorplans-controls-inner-relative .controls-3d-btn.controls-3d-btn__move-up {
  left: 48px;
  top: 48px;
}
.floorplans-controls-inner-relative .controls-3d-btn.controls-3d-btn__move-left {
  left: 0;
  top: 96px;
}
.floorplans-controls-inner-relative .controls-3d-btn.controls-3d-btn__move-right {
  left: 96px;
  top: 96px;
}
.floorplans-controls-inner-relative .controls-3d-btn.controls-3d-btn__r-right {
  left: 96px;
  top: 48px;
}
.floorplans-controls-inner-relative .controls-3d-btn.controls-3d-btn__r-left {
  left: 0;
  top: 48px;
}
.floorplans-controls-inner-relative.bird-view-controller .controls-3d-btn.controls-3d-btn__move-up {
  left: 48px;
  top: 0;
}
.floorplans-controls-inner-relative.bird-view-controller .controls-3d-btn.controls-3d-btn__move-left {
  left: 0;
  top: 48px;
}
.floorplans-controls-inner-relative.bird-view-controller .controls-3d-btn.controls-3d-btn__move-right {
  left: 96px;
  top: 48px;
}
.floorplans-controls-inner-relative.bird-view-controller .controls-3d-btn.controls-3d-btn__zoom-out {
  left: 0px;
  top: 96px;
}
.floorplans-controls-inner-relative.bird-view-controller .controls-3d-btn.controls-3d-btn__zoom-in {
  left: 96px;
  top: 96px;
}
.floorplans-controls-inner-relative.bird-view-controller .controls-3d-btn.controls-3d-btn__reset {
  top: 48px;
  left: 48px;
}
.floorplans-controls-inner-relative.bird-view-controller .controls-3d-btn.controls-3d-btn__r-right {
  top: 0;
}
.floorplans-controls-inner-relative.bird-view-controller .controls-3d-btn.controls-3d-btn__r-left {
  top: 0;
}

.bottom-window .full-view .floorplan-items.templates-items .floorplan-item {
  width: 192px;
  height: 192px;
  border-radius: 4px;
  box-shadow: 0 4px 16px -8px rgba(61, 66, 75, 0.6);
  background-color: #fff;
  overflow: hidden;
}

.linen-items .floorplan-item .templates-details .template-image,
.chairs-items .floorplan-item .templates-details .template-image.defaultImage {
  margin-top: 15px;
}

.bottom-window .full-view .floorplan-items.templates-items .ir.selected .floorplan-item {
  background-color: #fff !important;
}

.button-expandable {
  width: 32px;
  height: 32px;
  background-color: transparent;
  max-width: 32px;
  padding: 0;
  border: none;
  float: left;
  margin-right: 8px;
}
.button-expandable:disabled {
  opacity: 0.4;
}
.button-expandable.expanded {
  transition: none;
}
.button-expandable.templates_btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.button-expandable.display-options {
  display: none;
}
.button-expandable .expanded-text {
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font-family: OpenSans-SemiBold;
  font-weight: normal;
  padding-left: 8px;
  font-size: 12px;
  line-height: 0;
  position: relative;
  top: 17px;
}
.button-expandable .icon-expandable {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: blue;
}
.button-expandable .icon-expandable.button-left-ct__TableNumber {
  background: url(./img/3D_Controls/table_numbers_icon.svg) center no-repeat;
  background-size: 32px;
}
.button-expandable .icon-expandable.button-left-ct__zones {
  background: url(./img/venues_white.svg) center no-repeat;
  background-size: 32px;
}
.button-expandable .icon-expandable.button-left-ct__templates {
  background: url(./img/templates.svg) center no-repeat;
  background-size: 32px;
}
.button-expandable .icon-expandable.button-left-ct__2D-3D {
  background: url(./img/2-d.svg) center no-repeat;
  background-size: 32px;
}
.button-expandable .icon-expandable.button-left-ct__birdView {
  background: url(./img/birdseye-icon.svg) center no-repeat;
  background-size: 32px;
}
.button-expandable .icon-expandable.button-left-ct__displayOption {
  background: url(./img/black-display.svg) center no-repeat;
  background-size: 32px;
}
.button-expandable .icon-expandable.button-left-ct__firstPerson {
  background: url(./img/fp-icon.svg) center no-repeat;
  background-size: 32px;
}
.button-expandable .icon-expandable.quality-512-img {
  background: url(./img/Quality_buttons/low_quality_icon.svg) center no-repeat;
  background-size: 32px;
  float: left;
}
.button-expandable .icon-expandable.quality-1024-img {
  background: url(./img/Quality_buttons/medium_quality_icon.svg) center no-repeat;
  background-size: 32px;
  float: left;
}
.button-expandable .icon-expandable.quality-2048-img {
  background: url(./img/Quality_buttons/high_quality_icon.svg) center no-repeat;
  background-size: 32px;
  float: left;
}
.button-expandable .icon-expandable.quality-auto-img {
  background: url(./img/Quality_buttons/auto_quality_icon.svg) center no-repeat;
  background-size: 32px;
  float: left;
}
.button-expandable .icon-expandable.quality-close-img {
  background: url(./img/Quality_buttons/close_icon.svg) center no-repeat;
  background-size: 32px;
  float: left;
}
.button-expandable .icon-expandable.button-left-ct__chairs {
  background: url(./img/chairs.svg) center no-repeat;
  background-size: 32px;
}
.button-expandable .icon-expandable.button-left-ct__table-cloth {
  background: url(./img/tablecloth-2.svg) center no-repeat;
  background-size: 32px;
}
.button-expandable .icon-expandable.button-left-ct__settings {
  background: url(./img/mini-connect/meeting-settings-w.svg) center no-repeat;
  background-size: 32px;
}
.button-expandable.microphone-off .icon-expandable.button-left-ct__mic {
  background: url(./img/mini-connect/microphone-off-w.svg) center no-repeat;
  background-size: 32px;
}
.button-expandable.microphone .icon-expandable.button-left-ct__mic {
  background: url(./img/mini-connect/microphone-on-w.svg) center no-repeat;
  background-size: 32px;
}
.button-expandable.video-on .icon-expandable.button-left-ct__cam {
  background: url(./img/mini-connect/video-on-w.svg) center no-repeat;
  background-size: 32px;
}
.button-expandable.video-off .icon-expandable.button-left-ct__cam {
  background: url(./img/mini-connect/video-off-w.svg) center no-repeat;
  background-size: 32px;
}
.button-expandable.screenshare-off .icon-expandable.button-left-ct__share-screen {
  background: url(./img/mini-connect/share-screen-off-w.svg) center no-repeat;
  background-size: 32px;
}
.button-expandable.screenshare-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.button-expandable.screenshare-disabled .icon-expandable.button-left-ct__share-screen {
  background: url(./img/mini-connect/share-screen-off-w.svg) center no-repeat;
  background-size: 32px;
  opacity: 0.4;
}
.button-expandable.screenshare .icon-expandable.button-left-ct__share-screen {
  background: url(./img/mini-connect/share-screen-on-w.svg) center no-repeat;
  background-size: 32px;
}
.button-expandable.voice_btn .icon-expandable.button-left-ct__users-video {
  background: url(./img/mini-connect/video-screen-first-grid-w.svg) center no-repeat;
  background-size: 32px;
}
.button-expandable.voice_btn.second-grid .icon-expandable.button-left-ct__users-video {
  background: url(./img/mini-connect/video-screen-second-grid-w.svg) center no-repeat;
  background-size: 32px;
}
.button-expandable.voice_btn.video-collapse .icon-expandable.button-left-ct__users-video {
  background: url(./img/mini-connect/video-screen-collapse-w.svg) center no-repeat;
  background-size: 32px;
}
.button-expandable.btn-3D {
  position: relative;
}
.button-expandable.btn-3D:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 24px;
  opacity: 0.2;
  background-color: #1a1b1c;
  right: -16px;
  top: 4px;
}

.is-in-2d .button-expandable .expanded-text {
  color: #1a1b1c;
}
.is-in-2d .button-expandable .icon-expandable.button-left-ct__settings {
  background: url(./img/mini-connect/meeting-settings-b.svg) center no-repeat;
  background-size: 32px;
}
.is-in-2d .button-expandable.microphone-off .icon-expandable.button-left-ct__mic {
  background: url(./img/mini-connect/microphone-off-b.svg) center no-repeat;
  background-size: 32px;
}
.is-in-2d .button-expandable.microphone .icon-expandable.button-left-ct__mic {
  background: url(./img/mini-connect/microphone-on-b.svg) center no-repeat;
  background-size: 32px;
}
.is-in-2d .button-expandable.video-on .icon-expandable.button-left-ct__cam {
  background: url(./img/mini-connect/video-on-b.svg) center no-repeat;
  background-size: 32px;
}
.is-in-2d .button-expandable.video-off .icon-expandable.button-left-ct__cam {
  background: url(./img/mini-connect/video-off-b.svg) center no-repeat;
  background-size: 32px;
}
.is-in-2d .button-expandable.screenshare-off .icon-expandable.button-left-ct__share-screen {
  background: url(./img/mini-connect/share-screen-off-b.svg) center no-repeat;
  background-size: 32px;
}
.is-in-2d .button-expandable.screenshare .icon-expandable.button-left-ct__share-screen {
  background: url(./img/mini-connect/share-screen-on-b.svg) center no-repeat;
  background-size: 32px;
}
.is-in-2d .button-expandable.video-screen-off .icon-expandable.button-left-ct__users-video {
  background: url(./img/mini-connect/video-screen-off-b.svg) center no-repeat;
  background-size: 32px;
}
.is-in-2d .button-expandable.video-screen-on .icon-expandable.button-left-ct__users-video {
  background: url(./img/mini-connect/video-screen-on-b.svg) center no-repeat;
  background-size: 32px;
}
.is-in-2d .button-expandable.voice_btn .icon-expandable.button-left-ct__users-video {
  background: url(./img/mini-connect/video-screen-first-grid-b.svg) center no-repeat;
  background-size: 32px;
}
.is-in-2d .button-expandable.voice_btn.second-grid .icon-expandable.button-left-ct__users-video {
  background: url(./img/mini-connect/video-screen-second-grid-b.svg) center no-repeat;
  background-size: 32px;
}
.is-in-2d .button-expandable.voice_btn.video-collapse .icon-expandable.button-left-ct__users-video {
  background: url(./img/mini-connect/video-screen-collapse-b.svg) center no-repeat;
  background-size: 32px;
}
.is-in-2d .mini-connect-ct .mc-leave-btn {
  background: transparent url(./img/mini-connect/hang-b.svg) center center no-repeat;
  background-size: 32px;
}

.buttons-2d .button-expandable.btn-3D:before {
  display: none;
}

.buttons-left-ct {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 650px;
  height: 30px;
  z-index: 10;
}
@media all and (max-width: 900px) and (orientation: landscape) and (display-mode: fullscreen) {
  .buttons-left-ct {
    bottom: 90px;
  }
}
@media all and (max-width: 420px) and (orientation: portrait) and (display-mode: fullscreen) {
  .buttons-left-ct {
    bottom: 100px;
    width: 200px;
  }
}
.buttons-left-ct.buttons-2d .button-expandable .quality-512-img {
  background: url(./img/Quality_buttons/low_quality_icon_black.svg) center no-repeat;
  background-size: 32px;
}
.buttons-left-ct.buttons-2d .button-expandable .quality-1024-img {
  background: url(./img/Quality_buttons/medium_quality_icon_black.svg) center no-repeat;
  background-size: 32px;
}
.buttons-left-ct.buttons-2d .button-expandable .quality-2028-img {
  background: url(./img/Quality_buttons/high_quality_icon_black.svg) center no-repeat;
  background-size: 32px;
}
.buttons-left-ct.buttons-2d .button-expandable .quality-auto-img {
  background: url(./img/Quality_buttons/auto_quality_icon_black.svg) center no-repeat;
  background-size: 32px;
}
.buttons-left-ct.buttons-2d .button-expandable .quality-close-img {
  background: url(./img/Quality_buttons/close_icon_black.svg) center no-repeat;
  background-size: 32px;
}
.buttons-left-ct.buttons-2d .button-expandable .expanded-text {
  color: #1A1B1C;
}
.buttons-left-ct.buttons-2d .button-expandable.btn-3D .icon-expandable.button-left-ct__2D-3D {
  background: transparent url(./img/3-d.svg) center no-repeat;
  background-size: 32px;
  width: 32px !important;
  height: 32px;
}
.buttons-left-ct.buttons-2d .button-expandable.display-options {
  display: inline-block;
}
.buttons-left-ct.buttons-2d .button-expandable.table-btn {
  display: none;
}
.buttons-left-ct.buttons-2d .button-expandable .icon-expandable.button-left-ct__templates {
  background: url(./img/templates_black.svg) center no-repeat;
  background-size: 32px;
}
.buttons-left-ct.buttons-2d .button-expandable .icon-expandable.button-left-ct__zones {
  background: url(./img/venues_black.svg) center no-repeat;
  background-size: 32px;
}
.buttons-left-ct.buttons-2d .button-expandable .icon-expandable.button-left-ct__table-cloth {
  background: url(./img/tablecloth-2_black.svg) center no-repeat;
  background-size: 32px;
}
.buttons-left-ct.buttons-2d .button-expandable .icon-expandable.button-left-ct__chairs {
  background: url(./img/chairs_black.svg) center no-repeat;
  background-size: 32px;
}

.button-expandable:hover, .button-expandable:focus {
  transition: max-width 0.3s ease-in-out 1.2s;
  width: auto !important;
  max-width: 166px !important;
  padding: 0 !important;
}

.button-expandable:hover .icon-expandable,
.button-expandable:focus .icon-expandable {
  width: 32px !important;
  float: left;
}

.button-expandable:hover .expanded-text, .button-expandable:focus .expanded-text {
  width: auto !important;
  float: left;
  text-align: left;
  transition: opacity 0.2s ease-in-out 0.5s, visibility 0.3s ease-in-out 1.5s !important;
  opacity: 1;
  visibility: visible;
}

.button-expandable:hover, .button-expandable:focus {
  opacity: 1;
}

.button-expandable:hover:disabled, .button-expandable:focus:disabled {
  opacity: 0.4;
}

.button-expandable:hover span, .button-expandable:focus span {
  width: auto !important;
}

.remove-background-until-load {
  background: none !important;
}

.main-preloader {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  background-size: cover !important;
  background-color: black;
  background-position: center;
}
.main-preloader .bottom-logo {
  content: "";
  width: 142px;
  height: 34px;
  background: center center/contain no-repeat border-box transparent;
  position: absolute;
  bottom: 56px;
  left: calc(50% - 71px);
  z-index: 9999;
}
.main-preloader img {
  position: relative;
  top: calc( 100% - 50% - 110px );
  z-index: 99999;
}
.main-preloader .main-preloader-img {
  position: relative;
  top: calc( 100% - 50% - 110px );
  left: 50%;
  margin-left: -165px;
  z-index: 99999;
  width: 330px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.main-preloader .main-preloader-img .white-text {
  font-family: OpenSans;
  font-weight: lighter;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 120px;
  width: 330px;
  text-align: center;
  left: 0;
}
.main-preloader .main-preloader-img .preloader-image {
  background: url(./img/allseated_loader-240px-2c.gif) center center no-repeat;
  display: inline-block;
  width: 120px;
  height: 120px;
  background-size: contain;
}

.layout-hall-select {
  overflow-x: auto !important;
  background-color: #fcfbfb !important;
  margin-top: 153px;
  padding-bottom: 153px;
}
.layout-hall-select__header {
  min-width: 1440px;
  height: 153px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  position: fixed;
  top: 0;
  z-index: 1;
}
.layout-hall-select__header .layout__header__top {
  width: calc(100% - 80px);
  margin-left: 40px;
  height: 88px;
  position: relative;
  text-align: center;
}
.layout-hall-select__header .layout__header__top:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1a1b1c;
  opacity: 0.05;
}
.layout-hall-select__header .layout__header__top-title {
  font-size: 24px;
  line-height: 88px;
  font-family: "ff-meta-serif-web-pro-n5", "ff-meta-serif-web-pro", sans-serif !important;
}
.layout-hall-select__header .layout__header__top-subtitle {
  position: absolute;
  float: right;
  display: inline-block;
  font-size: 16px;
  line-height: 88px;
  right: 0;
  top: 0;
  font-family: "lato-n4", "lato", sans-serif !important;
}
.layout-hall-select .layout__header__bottom {
  height: 64px;
  padding: 16px 56px;
}
.layout-hall-select .layout__header__bottom .layout__header__bottom__dropdown-ct {
  display: inline-block;
  float: left;
}
.layout-hall-select .layout__header__bottom .layout__header__bottom__dropdown-ct div {
  position: relative;
  display: inline-block;
  float: left;
  width: 188px;
  height: 32px;
  padding: 2px 0 2px 44px;
  border-right: 1px solid rgba(26, 27, 28, 0.05);
  line-height: 28px;
  font-size: 16px;
  color: #1a1b1c;
  font-family: "lato-n4", "lato", sans-serif !important;
}
.layout-hall-select .layout__header__bottom .layout__header__bottom__dropdown-ct div:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 8px;
  top: 2px;
}
.layout-hall-select .layout__header__bottom .layout__header__bottom__dropdown-ct div:last-of-type {
  border: none;
}
.layout-hall-select .layout__header__bottom .layout__header__bottom__dropdown-ct .hall-type-btn:before {
  background: transparent url(./img/select-hall-icons/hall-type.svg) center center no-repeat;
  background-size: contain;
}
.layout-hall-select .layout__header__bottom .layout__header__bottom__dropdown-ct .capacity-btn:before {
  background: transparent url(./img/select-hall-icons/guests.svg) center center no-repeat;
  background-size: contain;
}
.layout-hall-select .layout__header__bottom .layout__header__bottom__dropdown-ct .room-size-btn:before {
  background: transparent url(./img/select-hall-icons/size.svg) center center no-repeat;
  background-size: contain;
}
.layout-hall-select .layout__header__bottom .layout__header__bottom__dropdown-ct .layout-btn:before {
  background: transparent url(./img/select-hall-icons/layouts.svg) center center no-repeat;
  background-size: contain;
}
.layout-hall-select .layout__header__bottom .layout__header__bottom__switch-ct {
  display: inline-block;
  float: right;
}
.layout-hall-select .layout__header__bottom .layout__header__bottom__switch-ct div {
  position: relative;
  display: inline-block;
  float: left;
  width: 28px;
  height: 28px;
  margin-left: 8px;
  cursor: pointer;
  opacity: 0.2;
}
.layout-hall-select .layout__header__bottom .layout__header__bottom__switch-ct div.selected {
  opacity: 1;
}
.layout-hall-select .layout__header__bottom .layout__header__bottom__switch-ct div:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
}
.layout-hall-select .layout__header__bottom .layout__header__bottom__switch-ct .layout-hall-select-list-btn:before {
  background: transparent url(./img/select-hall-icons/list.svg) center center no-repeat;
  background-size: contain;
}
.layout-hall-select .layout__header__bottom .layout__header__bottom__switch-ct .layout-hall-select-grid-btn:before {
  background: transparent url(./img/select-hall-icons/grid.svg) center center no-repeat;
  background-size: contain;
}

.layout-hall-select__halls-ct {
  padding: 64px 78px;
}
.layout-hall-select__halls-ct__header {
  display: none;
}
.layout-hall-select__halls-ct .ir {
  width: 348px;
  height: 440px;
  display: inline-block;
  float: left;
  margin-right: 40px;
  margin-bottom: 56px;
}
.layout-hall-select__halls-ct .ir .item .hall-image {
  width: 348px;
  height: 348px;
  background-size: cover;
  margin-bottom: 28px;
  position: relative;
  background-color: #f8f6f6;
}
.layout-hall-select__halls-ct .ir .item .hall-image object {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.layout-hall-select__halls-ct .ir .item .hall-name {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 12px;
}
.layout-hall-select__halls-ct .ir .item .hall-type,
.layout-hall-select__halls-ct .ir .item .capacity,
.layout-hall-select__halls-ct .ir .item .room-size {
  display: inline-block;
  float: left;
  width: auto;
  height: 24px;
  padding-left: 28px;
  position: relative;
  margin-right: 12px;
  line-height: 24px;
}
.layout-hall-select__halls-ct .ir .item .hall-type:before,
.layout-hall-select__halls-ct .ir .item .capacity:before,
.layout-hall-select__halls-ct .ir .item .room-size:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: transparent url(./img/select-hall-icons/hall-type.svg) center center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.layout-hall-select__halls-ct .ir .item .capacity:before {
  background: transparent url(./img/select-hall-icons/guests.svg) center center no-repeat;
  background-size: contain;
}
.layout-hall-select__halls-ct .ir .item .room-size:before {
  background: transparent url(./img/select-hall-icons/size.svg) center center no-repeat;
  background-size: contain;
}
.layout-hall-select__halls-ct .ir .item .length-width,
.layout-hall-select__halls-ct .ir .item .height,
.layout-hall-select__halls-ct .ir .item .theatre-style,
.layout-hall-select__halls-ct .ir .item .classroom,
.layout-hall-select__halls-ct .ir .item .cocktail-reception,
.layout-hall-select__halls-ct .ir .item .crescent-round,
.layout-hall-select__halls-ct .ir .item .full-round,
.layout-hall-select__halls-ct .ir .item .boardroom,
.layout-hall-select__halls-ct .ir .item .u-shape,
.layout-hall-select__halls-ct .ir .item .hollow-square {
  display: none;
}
.layout-hall-select__halls-ct.list-view .layout-hall-select__halls-ct__header {
  width: 100%;
  height: 32px;
  margin-bottom: 32px;
  color: #1a1b1c;
  display: block;
}
.layout-hall-select__halls-ct.list-view .layout-hall-select__halls-ct__header div {
  display: inline-block;
  font-size: 12px;
  line-height: 32px;
  opacity: 0.6;
  float: left;
  width: 100px;
  font-family: "lato-n4", "lato", sans-serif !important;
}
.layout-hall-select__halls-ct.list-view .layout-hall-select__halls-ct__header div.length-width, .layout-hall-select__halls-ct.list-view .layout-hall-select__halls-ct__header div.theatre-style, .layout-hall-select__halls-ct.list-view .layout-hall-select__halls-ct__header div.cocktail-reception, .layout-hall-select__halls-ct.list-view .layout-hall-select__halls-ct__header div.crescent-round, .layout-hall-select__halls-ct.list-view .layout-hall-select__halls-ct__header div.full-round, .layout-hall-select__halls-ct.list-view .layout-hall-select__halls-ct__header div.hollow-square {
  line-height: 16px;
}
.layout-hall-select__halls-ct.list-view .layout-hall-select__halls-ct__header div.room-name {
  width: 443px;
}
.layout-hall-select__halls-ct.list-view .ir {
  width: 100%;
  height: 64px;
  display: block;
  float: unset;
  margin-right: 0;
  margin-bottom: 8px;
  background-color: #fff;
}
.layout-hall-select__halls-ct.list-view .ir:hover {
  box-shadow: 0 2px 8px 0 rgba(26, 27, 28, 0.1);
  cursor: pointer;
}
.layout-hall-select__halls-ct.list-view .ir .item div {
  width: 100px;
  display: inline-block;
  font-size: 16px;
  line-height: 64px;
  height: 64px;
  float: left;
  font-family: "lato-n4", "lato", sans-serif !important;
}
.layout-hall-select__halls-ct.list-view .ir .item div.svg-click-prevent {
  float: unset;
}
.layout-hall-select__halls-ct.list-view .ir .item .hall-image {
  width: 64px;
  height: 64px;
  margin-bottom: 0;
  display: inline-block;
  float: left;
}
.layout-hall-select__halls-ct.list-view .ir .item .hall-name {
  line-height: 0;
  padding: 12px 0;
  height: 33px;
  margin-bottom: 0;
  width: 157px;
  position: relative;
  top: 15px;
  display: inline-block;
  float: left;
  font-size: 16px;
  margin-left: 22px;
  border-right: 1px solid #fcfbfb;
  margin-right: 60px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: "ff-meta-serif-web-pro-n5", "ff-meta-serif-web-pro", sans-serif !important;
}
.layout-hall-select__halls-ct.list-view .ir .item .hall-type,
.layout-hall-select__halls-ct.list-view .ir .item .capacity,
.layout-hall-select__halls-ct.list-view .ir .item .room-size {
  padding-left: 0;
  margin-right: 0;
}
.layout-hall-select__halls-ct.list-view .ir .item .hall-type span.unit,
.layout-hall-select__halls-ct.list-view .ir .item .capacity span.unit,
.layout-hall-select__halls-ct.list-view .ir .item .room-size span.unit {
  display: none;
}
.layout-hall-select__halls-ct.list-view .ir .item .hall-type:before,
.layout-hall-select__halls-ct.list-view .ir .item .capacity:before,
.layout-hall-select__halls-ct.list-view .ir .item .room-size:before {
  display: none;
}
.layout-hall-select__halls-ct.list-view .ir .item .hall-type,
.layout-hall-select__halls-ct.list-view .ir .item .capacity {
  display: none;
}

.layout-hall-select-zones {
  background-image: linear-gradient(to bottom, #fcfbfb, #f8f6f6) !important;
}
.layout-hall-select-zones__header {
  height: 88px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  position: relative;
  text-align: center;
}
.layout-hall-select-zones__header .back-btn {
  line-height: 24px;
  font-size: 16px;
  color: #1a1b1c;
  position: absolute;
  top: 32px;
  left: 40px;
  height: 24px;
  min-width: 100px;
  padding-left: 33px;
  text-align: left;
  cursor: pointer;
}
.layout-hall-select-zones__header .back-btn:before {
  content: "";
  background: transparent url(./img/select-hall-icons/back_arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  width: 20px;
  height: 24px;
}
.layout-hall-select-zones__header .title {
  line-height: 32px;
  font-size: 24px;
  color: #1a1b1c;
  display: inline-block;
  margin-top: 28px;
}
.layout-hall-select-zones__header .next-btn {
  width: 107px;
  height: 44px;
  opacity: 0.4;
  border-radius: 4px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border: solid 1px #b6bbc0;
  font-size: 16px;
  line-height: 44px;
  padding-left: 16px;
  position: absolute;
  top: 24px;
  right: 40px;
  text-align: left;
  cursor: pointer;
}
.layout-hall-select-zones__header .next-btn:before {
  content: "";
  background: transparent url(./img/select-hall-icons/cta_arrow_grey.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  right: 16px;
  top: 0;
  width: 20px;
  height: 44px;
}
.layout-hall-select-zones__header .next-btn.active {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.1);
  background-color: #252843;
  opacity: 1;
  color: #fff;
  border-color: #252843;
}
.layout-hall-select-zones__header .next-btn.active:before {
  background: transparent url(./img/select-hall-icons/cta_arrow.svg) center no-repeat;
  background-size: contain;
}
.layout-hall-select-zones__ct {
  height: calc(100% - 88px);
  padding: 104px 78px 0;
  max-width: 1280px;
  margin: 0 auto;
}
.layout-hall-select-zones__ct .left {
  float: left;
  width: calc(100% - 530px);
  display: inline-block;
  min-height: 500px;
  margin-right: 90px;
  background: transparent url(./img/select-hall-icons/Untitled.jpg) center top no-repeat;
  background-size: contain;
}
.layout-hall-select-zones__ct .right {
  float: right;
  width: 440px;
  display: inline-block;
}
.layout-hall-select-zones__ct .right .title {
  font-size: 48px;
  line-height: 56px;
  color: #1a1b1c;
  margin-bottom: 57px;
}
.layout-hall-select-zones__ct .right .zones-ct {
  width: 440px;
}
.layout-hall-select-zones__ct .right .zones-ct .ir {
  height: 117px;
  padding-top: 24px;
  border-top: solid 1px rgba(26, 27, 28, 0.05);
}
.layout-hall-select-zones__ct .right .zones-ct .ir .checkbox {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: 0 1px 2px 0 rgba(26, 27, 28, 0.4);
  background-color: #1a1b1c;
  color: #fff;
  line-height: 32px;
  text-align: center;
  margin-right: 18px;
  float: left;
  position: relative;
  cursor: pointer;
}
.layout-hall-select-zones__ct .right .zones-ct .ir .zone-info-ct {
  float: right;
  width: 390px;
}
.layout-hall-select-zones__ct .right .zones-ct .ir .zone-info-ct .title {
  line-height: 28px;
  font-size: 20px;
  color: #000;
  margin-bottom: 9px;
  margin-top: 4px;
}
.layout-hall-select-zones__ct .right .zones-ct .ir .zone-info-ct .capacity,
.layout-hall-select-zones__ct .right .zones-ct .ir .zone-info-ct .size {
  height: 24px;
  opacity: 0.6;
  font-size: 16px;
  line-height: 1.5;
  color: #1a1b1c;
  position: relative;
  padding-left: 32px;
  margin-right: 12px;
  display: inline-block;
  float: left;
  width: auto;
}
.layout-hall-select-zones__ct .right .zones-ct .ir .zone-info-ct .capacity:before,
.layout-hall-select-zones__ct .right .zones-ct .ir .zone-info-ct .size:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
}
.layout-hall-select-zones__ct .right .zones-ct .ir .zone-info-ct .capacity:before {
  background: transparent url(./img/select-hall-icons/guests.svg) center center no-repeat;
  background-size: contain;
}
.layout-hall-select-zones__ct .right .zones-ct .ir .zone-info-ct .size:before {
  background: transparent url(./img/select-hall-icons/size.svg) center center no-repeat;
  background-size: contain;
}
.layout-hall-select-zones__ct .right .zones-ct .ir.selected {
  background-color: transparent !important;
}
.layout-hall-select-zones__ct .right .zones-ct .ir.selected .checkbox {
  background: #1a1b1c !important;
  color: #1a1b1c;
}
.layout-hall-select-zones__ct .right .zones-ct .ir.selected .checkbox:before {
  content: "";
  width: 12px;
  height: 12px;
  background: transparent url(./img/select-hall-icons/output-onlinepngtools.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 10px;
}
.layout-hall-select-zones__ct .right .zones-ct .ir.selected .zone-info-ct {
  background: transparent !important;
}
.layout-hall-select-zones__ct .right .zones-ct .ir.disabled .checkbox {
  border: solid 1px rgba(26, 27, 28, 0.08);
  background-color: transparent !important;
  color: rgba(26, 27, 28, 0.4);
  box-shadow: none;
}
.layout-hall-select-zones__ct .right .zones-ct .ir.disabled .zone-info-ct .title {
  opacity: 0.4;
}
.layout-hall-select-zones__ct .right .zones-ct .ir.disabled .zone-info-ct .capacity,
.layout-hall-select-zones__ct .right .zones-ct .ir.disabled .zone-info-ct .size {
  opacity: 0.24;
}

.bottom-window.opened-menu {
  height: 100vh;
}

.bottom-window.opened-menu .full-view {
  visibility: visible;
}

.bottom-window .full-view {
  height: 100vh;
  visibility: hidden;
}

.bottom-window .full-view > div {
  width: 100%;
  left: 0;
  max-width: 100%;
}

.layouthall3d:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 88px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.layouthall3d:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.layout-hall-3d-header {
  height: 88px;
  width: 100%;
  background-color: transparent;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.layout-hall-3d-header * {
  pointer-events: all;
}
.layout-hall-3d-header .back-btn {
  position: absolute;
  top: 32px;
  left: 40px;
  height: 24px;
  cursor: pointer;
  width: 20px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  outline: none;
}
.layout-hall-3d-header .back-btn:before {
  content: "";
  background: transparent url(./img/select-hall-icons/back_arrow_white.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  width: 20px;
  height: 24px;
  top: 0;
}
.layout-hall-3d-header .title {
  padding-top: 17px;
  line-height: 0;
  font-size: 24px;
  color: #fff;
  display: inline-block;
  margin-top: 28px;
  font-family: "ff-meta-serif-web-pro-n5", "ff-meta-serif-web-pro", sans-serif !important;
  position: relative;
  z-index: 4;
}
.layout-hall-3d-header .title.dark-text {
  color: #1a1b1c;
}
.layout-hall-3d-header.is-in-2d .aswidget-fullscreen-btn .text-copy-top {
  color: #313236;
}
.layout-hall-3d-header.is-in-2d .aswidget-fullscreen-btn:after {
  background: url("img/fullscreen_grey.svg") no-repeat;
}
.layout-hall-3d-header.is-in-2d .aswidget-fullscreen-btn:hover:after {
  background: url("img/fullscreen_grey.svg") no-repeat;
}
.layout-hall-3d-header.is-in-2d .aswidget-fullscreen-btn:hover.aswidget-fullscreen-on:after {
  background: url("img/fullscreen-exit_grey.svg") no-repeat;
}
.layout-hall-3d-header.is-in-2d .aswidget-fullscreen-btn.aswidget-fullscreen-on:after {
  background: url("img/fullscreen-exit_grey.svg") no-repeat;
}
.layout-hall-3d-header .aswidget-fullscreen-btn {
  margin: 33px 0 0 10px;
  float: right;
  display: flex;
  cursor: pointer;
}
.layout-hall-3d-header .aswidget-fullscreen-btn.aswidget-fullscreen-on:after, .layout-hall-3d-header .aswidget-fullscreen-btn:after {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background-size: contain;
}
.layout-hall-3d-header .aswidget-fullscreen-btn.aswidget-fullscreen-on:after {
  background: url("img/fullscreen-exit.svg") no-repeat;
}
.layout-hall-3d-header .aswidget-fullscreen-btn:after {
  background: url("img/fullscreen.svg") no-repeat;
}
.layout-hall-3d-header .aswidget-fullscreen-btn .text-copy-top {
  color: #fff;
  font-size: 16px;
  position: relative;
  visibility: hidden;
  width: 0;
  display: inline-block;
  opacity: 0;
  margin-top: -1px;
  white-space: nowrap;
}
.layout-hall-3d-header .aswidget-fullscreen-btn:hover.aswidget-fullscreen-on:after, .layout-hall-3d-header .aswidget-fullscreen-btn:hover:after {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background-size: contain;
}
.layout-hall-3d-header .aswidget-fullscreen-btn:hover.aswidget-fullscreen-on:after {
  background: url("img/fullscreen-exit-hover.svg") no-repeat;
}
.layout-hall-3d-header .aswidget-fullscreen-btn:hover:after {
  background: url("img/fullscreen-hover.svg") no-repeat;
}
.layout-hall-3d-header .aswidget-fullscreen-btn:hover .text-copy-top {
  position: relative;
  transition: opacity 0.2s ease-in-out 1.3s, visibility 0.3s ease-in-out 1.2s, width 0.2s ease-in-out 1.3s;
  visibility: visible;
  opacity: 1;
  width: 113px;
  left: 1px;
}
.layout-hall-3d-header .top-buttons-container {
  top: 0;
  position: absolute;
  width: auto;
  right: 40px;
}
.layout-hall-3d-header .top-buttons-container .real-time-div {
  pointer-events: none;
  position: static;
  display: inline-block;
}
.layout-hall-3d-header .top-buttons-container .real-time-div * {
  pointer-events: all;
}
.layout-hall-3d-header .language-select-container {
  position: absolute;
  width: 250px;
  left: 28px;
  top: 28px;
}
.layout-hall-3d-header .language-select-container .selected-language {
  text-align: left;
  width: 83px;
  cursor: pointer;
}
.layout-hall-3d-header .language-select-container .selected-language .language-icon-text {
  display: inline-block;
  width: 122px;
  height: 32px;
}
.layout-hall-3d-header .language-select-container .selected-language .language-icon-text:after {
  display: inline-block;
  content: "";
  position: absolute;
  left: 34px;
  top: 8px;
  font-family: "lato-n4", "lato", sans-serif !important;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.layout-hall-3d-header .language-select-container .selected-language .language-icon-text.languageIcon__US {
  background: url(img/white-eng.svg) no-repeat;
}
.layout-hall-3d-header .language-select-container .selected-language .language-icon-text.languageIcon__US:after {
  display: inline-block;
  content: "English";
}
.layout-hall-3d-header .language-select-container .selected-language .language-icon-text.languageIcon__DE {
  background: url(img/white-dutch.svg) no-repeat;
}
.layout-hall-3d-header .language-select-container .selected-language .language-icon-text.languageIcon__DE:after {
  display: inline-block;
  content: "Deutsch";
}
.layout-hall-3d-header .subtitle {
  color: #fff;
  font-size: 16px;
  float: right;
  line-height: 0;
  position: absolute;
  right: 0;
  top: 0;
  font-family: "lato-n4", "lato", sans-serif !important;
}
.layout-hall-3d-header .subtitle.copy-shareable-url {
  position: relative;
}
.layout-hall-3d-header .subtitle.copy-shareable-url span {
  cursor: pointer;
  line-height: 0;
  display: inline-block;
  height: 32px;
  width: 32px;
  margin-top: 29px;
}
.layout-hall-3d-header .subtitle.copy-shareable-url .text-copy-top {
  left: 27px;
  top: -11px;
  position: relative;
  visibility: hidden;
  width: 0;
  display: inline-block;
  opacity: 0;
}
.layout-hall-3d-header .subtitle.copy-shareable-url:hover .text-copy-top {
  position: relative;
  transition: opacity 0.2s ease-in-out 1.3s, visibility 0.3s ease-in-out 1.2s, width 0.2s ease-in-out 1.3s, left 0.2s ease-in-out 1.3s;
  visibility: visible;
  opacity: 1;
  width: auto;
  left: 1px;
}
.layout-hall-3d-header .subtitle.copy-shareable-url span.copy {
  position: relative;
}
.layout-hall-3d-header .subtitle.copy-shareable-url span.copy:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  left: 0;
  background: transparent url(./img/url.svg) center center no-repeat;
  background-size: contain;
}
.layout-hall-3d-header .subtitle.copy-shareable-url span.copied {
  padding-left: 28px;
  position: relative;
}
.layout-hall-3d-header .subtitle.copy-shareable-url span.copied:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  left: 0;
  background: transparent url(./img/copied.svg) center center no-repeat;
  background-size: contain;
}
.layout-hall-3d-header .subtitle.launch-as-connect-btn {
  position: relative;
  margin-top: 24px;
}
.layout-hall-3d-header .subtitle.launch-as-connect-btn .text-link-top {
  margin-left: 7px;
  position: relative;
  visibility: hidden;
  width: 0;
  display: inline-block;
  opacity: 0;
}
.layout-hall-3d-header .subtitle.launch-as-connect-btn:hover .text-link-top {
  position: relative;
  transition: opacity 0.2s ease-in-out 1.3s, visibility 0.3s ease-in-out 1.2s, width 0.2s ease-in-out 1.3s;
  visibility: visible;
  opacity: 1;
  width: 25px;
}
.layout-hall-3d-header .subtitle.launch-as-connect-btn a {
  position: relative;
  top: 5px;
  width: 32px;
  height: 32px;
}
.layout-hall-3d-header .subtitle.launch-as-connect-btn a span {
  line-height: 38px;
  display: inline-block;
  height: 26px;
  width: 32px;
}
.layout-hall-3d-header .subtitle.launch-as-connect-btn a span.launch-span {
  position: relative;
}
.layout-hall-3d-header .subtitle.launch-as-connect-btn a span.launch-span:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  left: 0;
  background: transparent url(./img/asconnect.svg) center center no-repeat;
  background-size: contain;
}
.layout-hall-3d-header.is-in-2d .subtitle.copy-shareable-url .text-copy-top {
  color: #000;
}
.layout-hall-3d-header.is-in-2d .subtitle .text-link-top {
  color: #000;
}
.layout-hall-3d-header.is-in-2d .subtitle.copy-shareable-url span.copy:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  left: 0;
  background: transparent url(./img/url_black.svg) center center no-repeat;
  background-size: contain;
}
.layout-hall-3d-header.is-in-2d .subtitle.launch-as-connect-btn a span.launch-span:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  left: 0;
  background: transparent url(./img/asconnect_black.svg) center center no-repeat;
  background-size: contain;
}
.layout-hall-3d-header.is-in-2d .subtitle.copy-shareable-url span.copied {
  padding-left: 28px;
  position: relative;
}
.layout-hall-3d-header.is-in-2d .subtitle.copy-shareable-url span.copied:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  left: 0;
  background: transparent url(./img/copied_black.svg) center center no-repeat;
  background-size: contain;
}

.generic-modal .display-options-modal-window {
  position: absolute;
  top: unset;
  bottom: 253px;
  width: auto;
  left: 40px;
  background-color: unset;
  border: none;
}
.generic-modal .display-options-modal-window .display-options {
  position: absolute;
  top: -85px;
  width: 250px;
  text-align: initial;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px rgba(0, 0, 0, 0.08);
  color: #313236;
  font-family: "lato-n4", "lato", sans-serif !important;
  padding: 16px 16px 0 16px;
}
.generic-modal .display-options-modal-window .display-options .display-options-container {
  position: relative;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(230, 230, 231, 0.4);
}
.generic-modal .display-options-modal-window .display-options .display-options-container .lang-text {
  font-size: 16px;
  font-weight: bold;
}
.generic-modal .display-options-modal-window .display-options .display-options-container .close-lng {
  display: inline-block;
  background: url(img/modal_close_btn.svg) no-repeat;
  width: 16px;
  height: 16px;
  background-size: 16px;
  position: absolute;
  right: 0;
  top: 3px;
  cursor: pointer;
}
.generic-modal .display-options-modal-window .display-options .display-options-list label {
  display: inline-block;
  width: 100%;
  height: 62px;
  padding-top: 21px;
  border-bottom: 1px solid rgba(230, 230, 231, 0.4);
  font-family: "lato-n4", "lato", sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #313236;
}
.generic-modal .display-options-modal-window .display-options .display-options-list label span.chb-square {
  margin-top: 2px;
  border: solid 2px #313236;
  width: 19px;
  height: 19px;
  border-radius: 2px;
  margin-right: 15px;
}
.generic-modal .display-options-modal-window .display-options .display-options-list label span.chb-square.checked {
  background: url(img/black-checked.svg) center center no-repeat;
  border-color: #e95f35;
  box-shadow: unset;
}
.generic-modal .change-language-modal-window {
  position: absolute;
  top: 28px;
  width: auto;
  left: 28px;
  background-color: unset;
  border: none;
}
.generic-modal .change-language-modal-window .selection-language {
  position: absolute;
  top: 0;
  width: 250px;
  text-align: initial;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px rgba(0, 0, 0, 0.08);
  color: #313236;
  font-family: "lato-n4", "lato", sans-serif !important;
  padding: 16px 16px 0 16px;
}
.generic-modal .change-language-modal-window .selection-language .language-text-container {
  position: relative;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(230, 230, 231, 0.4);
}
.generic-modal .change-language-modal-window .selection-language .language-text-container .lang-text {
  font-size: 16px;
  font-weight: bold;
}
.generic-modal .change-language-modal-window .selection-language .language-text-container .close-lng {
  display: inline-block;
  background: url(img/modal_close_btn.svg) no-repeat;
  width: 16px;
  height: 16px;
  background-size: 16px;
  position: absolute;
  right: 0;
  top: 3px;
  cursor: pointer;
}
.generic-modal .change-language-modal-window .selection-language .ir {
  cursor: pointer;
  font-family: "lato-n4", "lato", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #313236;
  height: 61px;
  line-height: 10px;
  padding-top: 4px;
  border-bottom: 1px solid rgba(230, 230, 231, 0.4);
}
.generic-modal .change-language-modal-window .selection-language .ir:nth-last-child(1) {
  border-bottom: none;
}
.generic-modal .change-language-modal-window .selection-language .ir .language-item .language-flag-image {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  top: 11px;
}
.generic-modal .change-language-modal-window .selection-language .ir .language-item .language-flag-image.lng_US {
  background: url(img/white-eng.svg) no-repeat;
}
.generic-modal .change-language-modal-window .selection-language .ir .language-item .language-flag-image.lng_DE {
  background: url(img/white-dutch.svg) no-repeat;
}

.is-in-2d.layout-hall-3d-header .title {
  color: #1a1b1c;
}

@media screen and (max-width: 1150px) {
  .layout-hall-3d-header .title {
    max-width: 310px;
  }
}
@media screen and (max-width: 970px) {
  .layout-hall-3d-header .title {
    display: none;
  }
}
.bottom-window .micro-view .btn-open {
  position: fixed;
  top: 32px;
  left: 40px;
  height: 24px;
  cursor: pointer;
  width: 20px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  outline: none;
}
.bottom-window .micro-view .btn-open:before {
  content: "";
  background: transparent url(./img/select-hall-icons/back_arrow_white.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  width: 20px;
  height: 24px;
  top: 0;
  cursor: pointer;
}
.bottom-window .micro-view .btn-open:hover {
  cursor: pointer;
  background-image: none;
}

.z-index-1 {
  z-index: 1;
}

.layout-hall-select.charts-mode {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
}
.layout-hall-select.charts-mode .layout-hall-select__header {
  display: none;
}
.layout-hall-select.charts-mode .ir.selected {
  background-color: #fff !important;
}

.layout-hall-select.v11 {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
}
.layout-hall-select.v11 .layout-hall-select__header {
  display: none;
}

.layout-hall-select.v21 {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
}
.layout-hall-select.v21 .layout-hall-select__header {
  display: none;
}
.layout-hall-select.v21 .layout-hall-select__halls-ct .ir.selected {
  background-color: transparent !important;
}
.layout-hall-select.v21 .layout-hall-select__halls-ct.list-view .ir .item .hall-image {
  display: none;
}
.layout-hall-select.v21 .layout-hall-select__halls-ct.list-view .layout-hall-select__halls-ct__header div.room-name {
  width: 379px;
}
.layout-hall-select.v21 .layout-hall-select__halls-ct.list-view .ir {
  height: 57px;
  margin-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: transparent;
}
.layout-hall-select.v21 .layout-hall-select__halls-ct.list-view .ir .item div {
  height: 56px;
  line-height: 56px;
}

.layout-hall-select.v22 {
  padding-top: 0;
  font-family: "Times New Roman", Times, serif;
  position: relative;
  margin-top: 0;
  padding-bottom: 0;
}
.layout-hall-select.v22 .layout-hall-select__header {
  display: none;
}
.layout-hall-select.v22 .layout-hall-select__halls-ct {
  padding-top: 55px;
  background-image: linear-gradient(to bottom, #000, #000 104px, #FCFBFA 104px, #fcfbfb 100%);
  min-width: 1372px;
}
.layout-hall-select.v22 .layout-hall-select__halls-ct .ir.selected {
  background-color: transparent !important;
}
.layout-hall-select.v22 .layout-hall-select__halls-ct__header {
  margin-bottom: 24px;
}
.layout-hall-select.v22 .layout-hall-select__halls-ct.list-view .layout-hall-select__halls-ct__header {
  color: #fff;
  background: #000;
}
.layout-hall-select.v22 .layout-hall-select__halls-ct.list-view .layout-hall-select__halls-ct__header div {
  opacity: 1;
}
.layout-hall-select.v22 .layout-hall-select__halls-ct.list-view .ir .item .hall-image {
  display: none;
}
.layout-hall-select.v22 .layout-hall-select__halls-ct.list-view .ir .item div {
  height: 56px;
  line-height: 56px;
  margin-left: 0;
}
.layout-hall-select.v22 .layout-hall-select__halls-ct.list-view .ir .item .hall-name {
  width: 320px;
}
.layout-hall-select.v22 .layout-hall-select__halls-ct.list-view .ir {
  height: 57px;
  margin-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: transparent;
}
.layout-hall-select.v22 .layout-hall-select__halls-ct.list-view .layout-hall-select__halls-ct__header div.room-name {
  width: 380px;
}

.bottom-window:not(.opened-menu) .layout-hall-select .layout-hall-select__header {
  position: sticky;
}

.floorplan-item .templates-details {
  position: relative;
}
.floorplan-item .templates-details .template-image {
  height: 192px;
  width: 100%;
  background: url(./img/Untitled.jpg) center center no-repeat;
  background-size: cover;
  content: unset;
}
.floorplan-item .templates-details .template-image.defaultImage {
  height: 161px;
}
.floorplan-item .templates-details .template-name {
  line-height: 0;
  font-size: 16px;
  color: #000;
  padding: 12px 18px;
  font-family: "ff-meta-serif-web-pro-n5", "ff-meta-serif-web-pro", sans-serif !important;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  top: -37px;
  width: 100%;
  text-align: center;
}
.floorplan-item .templates-details .guests-numbers {
  color: #1a1b1c !important;
  line-height: 1.33;
  opacity: 0.6;
  font-size: 12px;
  padding: 0 18px;
  text-align: left;
  font-family: "lato-n4", "lato", sans-serif !important;
  display: none;
}

.floorplan-items.templates-items .ir:nth-of-type(3n+0) .templates-details .template-image {
  background: url(./img/Table_0001_Theatre.jpg) center center no-repeat;
  background-size: cover;
}
.floorplan-items.templates-items .ir:nth-of-type(3n+1) .templates-details .template-image {
  background: url(./img/Table_0000_Full_round.jpg) center center no-repeat;
  background-size: cover;
}
.floorplan-items.templates-items .ir:nth-of-type(3n+2) .templates-details .template-image {
  background: url(./img/Table_0002_Square.jpg) center center no-repeat;
  background-size: cover;
}

.bottom-window .full-view .floorplan-items.templates-items {
  overflow: auto;
  bottom: 0;
  height: 100vh;
  top: unset !important;
  white-space: nowrap;
  padding-top: calc(100vh - 232px);
  left: 0 !important;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.bottom-window .full-view .floorplan-items.templates-items.chairs-items, .bottom-window .full-view .floorplan-items.templates-items.linen-items {
  padding-top: 0;
  max-width: unset;
}
.bottom-window .full-view .floorplan-items.templates-items:before {
  position: fixed;
  content: "";
  background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
  height: 400px;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0.3;
  z-index: -1;
}
.bottom-window .full-view .floorplan-items.templates-items .ir {
  display: inline-block !important;
  vertical-align: top;
  white-space: normal;
  float: unset;
  position: relative;
  overflow: visible;
  padding-top: 2px;
}
.bottom-window .full-view .floorplan-items.templates-items .ir.displayNone {
  display: inline-block !important;
  opacity: 0.2;
  position: relative !important;
  left: unset;
  float: unset;
}
.bottom-window .full-view .floorplan-items.templates-items .templates-items-cancel-btn {
  border: none;
  padding: 0;
  outline: none;
  background-color: transparent;
  color: #fff;
  font-family: "lato-n4", "lato", sans-serif !important;
  line-height: 24px;
  font-size: 16px;
  position: fixed;
  right: 0;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  height: calc(100vh - 19px);
  cursor: unset;
}

.layout-hall-select.venues-list-bottom {
  background-color: transparent !important;
}
.layout-hall-select.venues-list-bottom .layout-hall-select__halls-ct {
  overflow: auto;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  padding: 0;
  overflow-y: hidden;
}
.layout-hall-select.venues-list-bottom .layout-hall-select__halls-ct .floorplans-list-nd {
  height: 192px;
  margin-top: calc(100vh - 232px);
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}
.layout-hall-select.venues-list-bottom .layout-hall-select__halls-ct .floorplans-list-nd:before {
  position: fixed;
  content: "";
  background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
  height: 400px;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0.3;
  z-index: -1;
}
.layout-hall-select.venues-list-bottom .layout-hall-select__halls-ct__header {
  display: none;
}
.layout-hall-select.venues-list-bottom .venues-items-cancel-btn {
  border: none;
  padding: 0;
  outline: none;
  background-color: transparent;
  color: #fff;
  line-height: 24px;
  font-size: 16px;
  position: fixed;
  right: 0;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  height: calc(100vh - 19px);
  cursor: unset;
}
.layout-hall-select.venues-list-bottom .ir {
  display: inline-block;
  width: 192px;
  height: 192px;
  margin-right: 20px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  overflow: visible;
  padding-top: 2px;
  padding-bottom: 2px;
}
.layout-hall-select.venues-list-bottom .ir.disabled {
  pointer-events: none;
}
.layout-hall-select.venues-list-bottom .ir.disabled .item div.svg-load {
  opacity: 0.4;
}
.layout-hall-select.venues-list-bottom .ir.disabled .item div.hall-name {
  opacity: 0.4;
}
.layout-hall-select.venues-list-bottom .ir.disabled .item div.hall-available {
  display: block;
}
.layout-hall-select.venues-list-bottom .ir.displayNone {
  display: inline-block !important;
  opacity: 0.2;
  /* position: relative !important; */
  position: relative !important;
  left: unset;
  float: unset;
}
.layout-hall-select.venues-list-bottom .ir .item {
  height: 100%;
}
.layout-hall-select.venues-list-bottom .ir .item div {
  display: none;
}
.layout-hall-select.venues-list-bottom .ir .item div.svg-renderer {
  display: block;
  height: 122px;
  width: 100%;
}
.layout-hall-select.venues-list-bottom .ir .item div.hall-name {
  display: inline-block;
  width: 100%;
  margin: 9px 0 0 0;
  padding: 0 18px;
  height: 30px;
  font-size: 16px;
  line-height: 0;
  padding-top: 8px;
  position: relative;
  top: 15px;
}
.layout-hall-select.venues-list-bottom .ir .item div.hall-available {
  display: none;
  width: 100%;
  margin: 9px 0 0 0;
  padding: 0 18px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  font-family: "Circular Std Book", sans-serif !important;
  letter-spacing: -0.16px;
  color: #1a1b1c;
  opacity: 0.4;
}
.layout-hall-select.venues-list-bottom .ir .item div.svg-click-prevent {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 4;
  position: relative;
}
.layout-hall-select.venues-list-bottom .ir .item div.svg-load {
  width: 100%;
  height: 130px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 1750px) {
  .layout-hall-select__halls-ct.list-view .layout-hall-select__halls-ct__header div.room-name {
    width: 435px;
  }

  .layout-hall-select.v21 .layout-hall-select__halls-ct.list-view .layout-hall-select__halls-ct__header div.room-name {
    width: 371px;
  }

  .layout-hall-select__halls-ct.list-view .ir .item div,
.layout-hall-select__halls-ct.list-view .layout-hall-select__halls-ct__header div {
    width: 75px;
  }
}
.floorplan-gif {
  display: none;
}

.in-share-mode .bottom-window .micro-view .btn-open {
  display: none;
}
.in-share-mode .buttons-left-ct .button-expandable.templates_btn,
.in-share-mode .buttons-left-ct .button-expandable.venues_btn,
.in-share-mode .layout-hall-3d-header .copy-shareable-url {
  display: none;
}

.bottom-window .micro-view .btn-open.hide-me {
  display: none !important;
}

.matterport .floorplans-controls {
  display: none !important;
}
.matterport button[id^=birdView_btn],
.matterport button[id^=linens_btn] {
  display: none !important;
}

div[id^=layoutHall3DHallInformation_div] {
  display: none !important;
}

.quality_btn.expanded {
  width: auto;
  max-width: 337px !important;
  text-align: left;
}
.quality_btn.expanded:hover {
  width: auto;
  max-width: 337px !important;
}
.quality_btn.expanded .quality_text {
  transition: none;
  display: none;
}
.quality_btn.expanded .main_quality_btn {
  margin-right: 10px;
}
.quality_btn.expanded .quality-group {
  display: inline-block;
}
.quality_btn .quality-group {
  display: none;
}
.quality_btn .quality-group span {
  display: inline-block;
  width: 32px !important;
  height: 32px;
  background: blue;
}
.quality_btn .quality-group span.quality-512-img {
  background: url(./img/Quality_buttons/low_quality_icon.svg) center no-repeat;
  background-size: 32px;
}
.quality_btn .quality-group span.quality-1024-img {
  background: url(./img/Quality_buttons/medium_quality_icon.svg) center no-repeat;
  background-size: 32px;
}
.quality_btn .quality-group span.quality-2048-img {
  background: url(./img/Quality_buttons/high_quality_icon.svg) center no-repeat;
  background-size: 32px;
}
.quality_btn .quality-group span.quality-auto-img {
  background: url(./img/Quality_buttons/auto_quality_icon.svg) center no-repeat;
  background-size: 32px;
}

.birdView_btn,
.walkThrough_btn,
.quality_btn {
  position: relative;
  margin-right: 33px;
}
.birdView_btn:before,
.walkThrough_btn:before,
.quality_btn:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 24px;
  opacity: 0.2;
  background-color: #fff;
  right: -16px;
  top: 4px;
}
.birdView_btn.no-right-line:before,
.walkThrough_btn.no-right-line:before,
.quality_btn.no-right-line:before {
  display: none;
}
.birdView_btn.off .icon-expandable,
.walkThrough_btn.off .icon-expandable,
.quality_btn.off .icon-expandable {
  opacity: 0.4;
}

.quality_btn {
  transition: none !important;
}

.walkThrough_btn {
  margin-right: 8px;
  margin-left: 25px;
}
.walkThrough_btn:before {
  right: unset;
  left: -16px;
}

.mini-preloader-nd .main-preloader {
  background-color: rgba(0, 0, 0, 0.4);
}

.black-background.mini-preloader-nd .main-preloader {
  background-color: black;
}

.venues-next-arrow-btn,
.venues-previous-arrow-btn {
  position: absolute;
  bottom: 114px;
  background: #fff;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.1);
  z-index: 99999;
  border: none;
}

.venues-next-arrow-btn {
  right: 40px;
  background: #fff url(./img/arrow-right-black.svg) center center no-repeat;
  background-size: 45%;
}

.venues-previous-arrow-btn {
  left: 40px;
  background: #fff url(./img/arrow-left-black.svg) center center no-repeat;
  background-size: 45%;
}

.bottom-window .full-view .floorplan-items.templates-items.templatesList_div .ir.displayNone {
  display: none !important;
}

.bottom-window .full-view .floorplan-items.templates-items.templatesList_div .ir.show.displayNone {
  display: inline-block !important;
  opacity: 0.2;
  position: relative !important;
  left: unset;
  float: unset;
}

.bottom-window .full-view .floorplan-items.templates-items.templatesList_div {
  max-width: unset;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.mini-connect-ct {
  background-color: transparent;
  z-index: 100;
  top: 100px;
  left: 0;
  overflow: auto;
  text-align: center;
  min-height: 40px;
  display: inline-block;
  position: inherit;
  width: auto;
  border: none;
  height: auto;
  float: right;
  margin-left: 21px;
}
.mini-connect-ct .mc-join-btn {
  height: 32px;
  padding: 9px 12px;
  line-height: 0;
  padding-top: 11px;
  width: auto;
  font-size: 12px;
  color: #ffffff;
  border-radius: 2px;
  border: solid 2px rgba(233, 95, 53, 0.2);
  background-color: #e95f35;
  min-width: 98px;
  position: relative;
  overflow: hidden;
  margin-top: 2px;
}
.mini-connect-ct .mc-join-btn .spinner {
  background: url(./img/load.svg) no-repeat center/100%;
  transform-origin: 50% 50%;
  -webkit-animation: rotation 0.7s infinite linear;
}
.mini-connect-ct .mc-leave-btn {
  width: 32px;
  height: 32px;
  background: transparent url(./img/mini-connect/hang-w.svg) center center no-repeat;
  background-size: 32px;
  padding: 0;
  border: none;
  outline: none;
  float: right;
  display: none;
}
.mini-connect-ct .mc-people-ct {
  clear: both;
}
.mini-connect-ct .mc-people-ct > div {
  width: 120px !important;
  height: 90px !important;
  margin-bottom: 8px;
}
.mini-connect-ct .mc-people-ct .OT_bar.OT_edge-bar-item.OT_mode-auto {
  display: none !important;
}
.mini-connect-ct .mc-people-ct .OT_name.OT_edge-bar-item.OT_mode-auto {
  width: auto;
  height: 22px;
  border-radius: 0 3px 0 0;
  background-color: rgba(26, 27, 28, 0.75);
  display: inline-block;
  line-height: 22px;
  top: unset !important;
  left: 0 !important;
  padding: 0 8px;
  right: unset !important;
  opacity: 1 !important;
  bottom: 0 !important;
}
.mini-connect-ct .mini-connect-pop-up .title {
  font-size: 24px;
  line-height: 32px;
  color: #000;
  margin-bottom: 26px;
  margin-top: 0;
  display: none;
}
.mini-connect-ct .mini-connect-pop-up .no-now-btn {
  min-width: 70px;
  height: 32px;
  border-radius: 2px;
  border: solid 1px rgba(198, 193, 191, 0.4);
  background-color: transparent;
  color: #e95f35;
  vertical-align: bottom;
  margin-left: 7px;
  display: none;
}

.mini-connect-ct.with-pop-up {
  background: #fff;
  width: 360px;
  padding: 0px 60px 30px 20px;
  text-align: left;
  position: relative;
  top: 0;
  border-radius: 2px;
  border: solid 1px rgba(0, 0, 0, 0.08);
}
.mini-connect-ct.with-pop-up .title {
  display: block;
}
.mini-connect-ct.with-pop-up .no-now-btn {
  display: inline-block;
}

.mini-connect-ct.with-pop-up + .real-time-users-ct {
  display: none;
}

.mini-connect-ct.displayNone + .real-time-users-ct {
  display: inline-block;
}

.real-time-users-ct {
  float: right;
  width: auto;
  display: inline-block;
  position: inherit;
}
.real-time-users-ct:not(.list-opened) {
  left: unset !important;
  right: unset !important;
  top: unset !important;
  bottom: unset !important;
}

.user-in-meeting .real-time-users-ct {
  position: relative;
  z-index: 4;
}
.user-in-meeting .real-time-users-ct:before {
  content: "";
  width: 1px;
  height: 32px;
  background-color: #979797;
  position: absolute;
  right: -8px;
  top: 0;
  opacity: 0.2;
}
.user-in-meeting .real-time-users-ct.list-opened {
  position: absolute;
  left: -352px;
  top: 29px;
  bottom: 0;
  right: 0;
  height: auto;
  display: flex;
}
.user-in-meeting .real-time-users-ct.list-opened:before {
  display: none;
}
.user-in-meeting .mini-connect-ct {
  top: 0;
  height: 450px;
  right: 0;
  overflow: inherit;
}
.user-in-meeting .mini-connect-ct .mc-leave-btn {
  display: inline-block;
  position: relative;
  margin-left: 8px;
}
.user-in-meeting .mini-connect-ct .mc-leave-btn:before {
  content: "";
  width: 1px;
  height: 32px;
  background-color: #979797;
  position: absolute;
  left: -8px;
  top: 0;
  opacity: 0.2;
}
.user-in-meeting .mini-connect-ct .video-users-ct {
  pointer-events: none;
  width: calc(100vw - 74px);
  float: right;
  clear: both;
  position: absolute;
  top: 82px;
  right: -8px;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct {
  white-space: nowrap;
  overflow-y: hidden;
  height: 120px;
  overflow-x: scroll;
  text-align: right;
  pointer-events: all;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.collapse {
  visibility: hidden;
  display: inherit;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  opacity: 0.4;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.add-padding {
  margin-right: 389px;
  height: 389px !important;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct::-webkit-scrollbar-thumb {
  border-radius: 2px;
  opacity: 0.4 !important;
  background: rgba(255, 255, 255, 0.6);
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct .fullscreen-btn {
  bottom: 2px;
  right: 32px;
  width: 24px;
  height: 24px;
  position: absolute;
  display: none;
  background: transparent url(./img/mini-connect/fullscreen.svg) center center no-repeat;
  background-size: 12px;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid {
  height: auto;
  white-space: inherit;
  max-height: 294px;
  overflow-x: hidden;
  overflow-y: auto;
  direction: rtl;
  max-width: 100%;
  pointer-events: none;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir {
  direction: ltr;
  float: right;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir:before {
  display: none;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir .resize-video {
  display: none;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir.selected {
  width: 381px;
  height: 286px;
  position: absolute;
  right: 0;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir.selected .item {
  width: 381px;
  height: 286px;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir.selected .user-name {
  width: 120px;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir.selected .resize-video {
  position: absolute;
  bottom: 0;
  left: 0;
  background: red;
  width: 50px;
  height: 50px;
  display: block;
  z-index: 999999999;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir.selected .fullscreen-btn {
  display: inline-block;
  border: none;
  padding: 0;
  outline: none;
  z-index: 2;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir.selected .video-ct > div > div {
  width: 381px !important;
  height: 286px !important;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir.fullscreen {
  top: 0 !important;
  left: 0 !important;
  right: 0;
  width: 100vw;
  z-index: 3;
  height: 100vh;
  border-radius: 0;
  position: fixed !important;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir.fullscreen .item {
  height: 100% !important;
  width: 100% !important;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir.fullscreen .item > div {
  height: 100%;
  width: 100%;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir.fullscreen .item > div > div {
  height: 100%;
  width: 100%;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir.fullscreen .video-ct > div > div {
  width: 100% !important;
  height: 100% !important;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir.fullscreen .fullscreen-btn {
  width: 48px;
  height: 48px;
  background-size: 48px;
  right: 80px;
  bottom: 29px;
  background: transparent url(./img/mini-connect/fullscreen_background.svg) center center no-repeat;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir.fullscreen .fullscreen-btn + span {
  width: 48px;
  height: 48px;
  background-size: 48px;
  right: 24px;
  bottom: 29px;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir.fullscreen .microphone {
  background: transparent url(./img/mini-connect/MuteFS.svg) center center no-repeat;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir.fullscreen .microphone-off {
  background: transparent url(./img/mini-connect/Mute_With_Circle.svg) center center no-repeat;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir.fullscreen .microphone.speaking {
  background: transparent url(./img/mini-connect/as-talking.gif) center center no-repeat;
  background-size: 50px 50px;
  border: none;
  box-shadow: none;
  width: 50px;
  height: 50px;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir.fullscreen .user-name {
  left: 40px;
  bottom: 29px;
  line-height: 1px;
  font-size: 18px;
  height: 22px;
  padding: 17px 7px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  text-align: center;
  width: auto;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct:not(.second-grid) {
  margin-right: 0 !important;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-ct video {
  left: 0;
  object-fit: contain !important;
}
.user-in-meeting .mini-connect-ct .video-users-ct .microphone,
.user-in-meeting .mini-connect-ct .video-users-ct .microphone-off {
  bottom: 2px;
  right: 4px;
  width: 24px;
  height: 24px;
  position: absolute;
  display: inline-block;
  z-index: 2;
}
.user-in-meeting .mini-connect-ct .video-users-ct .microphone {
  background: transparent url(./img/mini-connect/microphone-on-w.svg) center center no-repeat;
  background-size: 24px;
}
.user-in-meeting .mini-connect-ct .video-users-ct .microphone.speaking {
  background: transparent url(./img/mini-connect/as-talking.gif) center center no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  bottom: 3px;
  right: 6px;
}
.user-in-meeting .mini-connect-ct .video-users-ct .microphone-off {
  background: transparent url(./img/mini-connect/microphone-off-w.svg) center center no-repeat;
  background-size: 24px;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-ct > div > div {
  width: 120px !important;
  height: 90px !important;
}
.user-in-meeting .mini-connect-ct .video-users-ct .ir {
  pointer-events: all;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  height: 90px;
  width: 120px;
  position: relative;
  border-radius: 2px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 73%, rgba(0, 0, 0, 0.8)), linear-gradient(to bottom, #313236, #313236);
}
.user-in-meeting .mini-connect-ct .video-users-ct .ir .item {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 90px;
  width: 120px;
}
.user-in-meeting .mini-connect-ct .video-users-ct .ir .item .video-ct {
  position: relative;
  z-index: 1;
  height: 100%;
}
.user-in-meeting .mini-connect-ct .video-users-ct .ir .item .video-ct div {
  height: 100%;
}
.user-in-meeting .mini-connect-ct .video-users-ct .ir .user-name {
  height: 14px;
  line-height: 0;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  bottom: 3px;
  padding: 6px 0;
  left: 12px;
  position: absolute;
  z-index: 2;
  width: 80px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}
.user-in-meeting .mini-connect-ct .video-users-ct .ir.main {
  width: 376px;
  height: 280px;
}
.user-in-meeting .mini-connect-ct .video-users-ct .ir.main .video-ct > div > div {
  width: 376px !important;
  height: 280px !important;
}
.user-in-meeting .mini-connect-ct .video-users-ct .ir.displayNone {
  display: inline-block !important;
}
.user-in-meeting .mini-connect-ct .video-users-ct .ir.displayNone:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.93)), linear-gradient(to right, rgba(26, 27, 28, 0.5), rgba(26, 27, 28, 0.5));
  z-index: 3;
}
.user-in-meeting .real-time-users-ir .ir {
  display: none;
}
.user-in-meeting .real-time-users-ct .real-time-users-ir:after {
  display: none;
}
.user-in-meeting .real-time-users-ct .above-five-users.when-connected {
  font-size: 10px;
  color: #fff;
  background: #313236;
  margin-right: -91px;
  display: inline-block !important;
  width: 16px;
  height: 16px;
  line-height: 0;
  position: relative;
  top: -3px;
  text-align: center;
  padding: 8px 5px;
}
.user-in-meeting .real-time-users-ct .above-five-users.above-five-users-big {
  display: none !important;
}

.is-in-2d .user-in-meeting .real-time-users-ct .above-five-users.when-connected {
  line-height: 0;
  border: 1px solid #fff;
}

.real-time-users-ct.list-opened .real-time-users-ir {
  display: flex;
  overflow-y: auto;
}

.video-users-ct__prev,
.video-users-ct__next {
  position: absolute;
  top: 29px;
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.1);
  z-index: 99999;
  border: none;
}

.video-users-ct__next {
  right: 48px;
  background: #fff url(./img/arrow-right-black.svg) center center no-repeat;
  background-size: 45%;
}

.video-users-ct__prev {
  left: 44px;
  background: #fff url(./img/arrow-left-black.svg) center center no-repeat;
  background-size: 45%;
}

.settings-pop-up {
  display: none;
}

.settings-pop-up.show-the-modal {
  display: block;
}

.real-time-settings-modal {
  position: absolute;
  z-index: 99;
  width: 360px;
  border-radius: 2px;
  border: solid 1px rgba(0, 0, 0, 0.08);
  background-color: #fbfbfb;
  top: 62px !important;
  left: unset !important;
  right: 255px;
}
.real-time-settings-modal .modal-header {
  padding: 16px;
  height: auto;
  background-color: #fff;
  border-bottom: 1px solid rgba(230, 230, 231, 0.4);
  pointer-events: none;
}
.real-time-settings-modal .modal-header .info {
  line-height: 19px;
  font-size: 16px;
  color: #313236;
}
.real-time-settings-modal .modal-header button.close {
  width: 20px;
  height: 20px;
  background: url(./img/modal_close_btn.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 16px;
  top: 16px;
  pointer-events: all;
}
.real-time-settings-modal .modal-body {
  padding: 16px;
}
.real-time-settings-modal .modal-body .dark-text {
  margin-bottom: 10px;
}
.real-time-settings-modal .modal-body .dropdown {
  height: 26px;
  width: 328px;
  margin-bottom: 11px;
}
.real-time-settings-modal .modal-body .dropdown input {
  width: 326px;
  background-color: #fff;
  line-height: 15px;
  font-size: 12px;
  margin: 0;
  border: solid 1px #e3e3e4;
  height: 26px;
}
.real-time-settings-modal .modal-body .dropdown input::-webkit-input-placeholder {
  font-style: normal;
}
.real-time-settings-modal .modal-body .real-time-settings-range-div {
  height: 21px;
  margin-top: 16px;
}
.real-time-settings-modal .modal-body .real-time-settings-range-div .real-time-settings-range {
  width: 282px;
  display: inline-block;
  float: left;
  -webkit-appearance: none;
  background-color: #bdc3c7;
  height: 3px;
  border-radius: 5px;
  margin: 0 auto 15px;
  outline: 0;
}
.real-time-settings-modal .modal-body .real-time-settings-range-div .real-time-settings-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 9px;
  height: 9px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  background-color: #e95f35;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
​ .real-time-settings-modal .modal-body .real-time-settings-range-div .real-time-settings-range::-webkit-slider-thumb:hover {
  background-color: #d44317;
}
.real-time-settings-modal .modal-body .real-time-settings-range-div .real-time-settings-range::-webkit-slider-thumb:active {
  transform: scale(1.6);
}
.real-time-settings-modal .modal-body .real-time-settings-range-div .speaker-up {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: transparent url(./img/mini-connect/speaker-up.svg) center center no-repeat;
  background-size: contain;
  float: right;
  margin-top: -15px;
}
.real-time-settings-modal .modal-footer {
  padding: 16px;
  background-color: #fff;
  text-align: inherit;
}
.real-time-settings-modal .modal-footer button {
  color: #fff;
  border-radius: 0;
  line-height: 15px;
  font-size: 12px;
  padding: 7px 12px;
}
.real-time-settings-modal .modal-footer button.ok {
  background-color: #e95f35;
}
.real-time-settings-modal .modal-footer button.cancel {
  background-color: #acbdbb;
}

.real-time-users-ct .real-time-btn-participants {
  width: 24px;
  height: 24px;
  right: 0;
  top: 20px;
  position: absolute;
  overflow: hidden;
  display: none;
}
.real-time-users-ct .real-time-btn-participants > span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  float: left;
}
.real-time-users-ct .real-time-btn-participants > span:last-of-type {
  margin: 0;
}
.real-time-users-ct .real-time-btn-participants .hang-participants {
  background: transparent url(./img/mini-connect/hang-orange.svg) center center no-repeat;
  background-size: 24px;
  display: none;
}
.real-time-users-ct .real-time-btn-participants .screenshare-on-participants {
  background: transparent url(./img/mini-connect/share-screen-on-o.svg) center center no-repeat;
  background-size: 24px;
  display: none;
}
.real-time-users-ct .real-time-btn-participants .screenshare-off-participants {
  background: transparent url(./img/mini-connect/share-screen-off-o.svg) center center no-repeat;
  background-size: 24px;
  display: none;
}
.real-time-users-ct .real-time-btn-participants .video-on-participants {
  background: transparent url(./img/mini-connect/video-on-o.svg) center center no-repeat;
  background-size: 24px;
  display: none;
}
.real-time-users-ct .real-time-btn-participants .video-off-participants {
  background: transparent url(./img/mini-connect/video-off-o.svg) center center no-repeat;
  background-size: 24px;
  display: none;
}
.real-time-users-ct .real-time-btn-participants .microphone-off-participants {
  background: transparent url(./img/mini-connect/microphone-off-gray.svg) center center no-repeat;
  background-size: 24px;
}
.real-time-users-ct .real-time-btn-participants .microphone-on-participants {
  background: transparent url(./img/mini-connect/microphone-on-gray.svg) center center no-repeat;
  background-size: 24px;
}

.real-time-users-ir .ir:hover .real-time-btn-participants.is-user {
  width: 108px;
}
.real-time-users-ir .ir:hover .real-time-btn-participants.is-user .hang-participants,
.real-time-users-ir .ir:hover .real-time-btn-participants.is-user .screenshare-on-participants,
.real-time-users-ir .ir:hover .real-time-btn-participants.is-user .screenshare-off-participants,
.real-time-users-ir .ir:hover .real-time-btn-participants.is-user .video-on-participants,
.real-time-users-ir .ir:hover .real-time-btn-participants.is-user .video-off-participants {
  display: inline-block;
}
.real-time-users-ir .ir:hover .real-time-btn-participants.is-user .microphone-off-participants {
  background: transparent url(./img/mini-connect/microphone-off-o.svg) center center no-repeat;
  background-size: 24px;
}
.real-time-users-ir .ir:hover .real-time-btn-participants.is-user .microphone-on-participants {
  background: transparent url(./img/mini-connect/microphone-on-o.svg) center center no-repeat;
  background-size: 24px;
}

.real-time-div > ul:not(.user-in-meeting) .real-time-btn-participants {
  display: none;
}

.real-time-users-ct.list-opened .real-time-btn-participants {
  display: block;
}

.real-time-users-ct.list-opened .real-time-btn-participants:not(.in-meeting) span.microphone-on-participants,
.real-time-users-ct.list-opened .real-time-btn-participants:not(.in-meeting) span.microphone-off-participants {
  display: none;
}

.mini-connect-ct .button-expandable {
  position: relative;
  z-index: 4;
  overflow: hidden;
}
.mini-connect-ct .mc-leave-btn {
  z-index: 4;
}

.user-in-fullscreen .bottom-window,
.user-in-fullscreen .floorplans-controls {
  display: none !important;
}

.user-name-initials {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -34px;
  font-size: 32px;
  color: #fff;
  width: 100px;
  height: 50px;
  opacity: 0.4;
  text-align: center;
  line-height: 0;
  padding-top: 28px;
}

.voice_btn {
  overflow: hidden;
}

.real-time-users-ct.list-opened {
  height: fit-content;
  max-height: calc(100vh - 52px);
}
.real-time-users-ct.list-opened .real-time-users-ir {
  float: unset;
  display: block;
  width: calc(100% - 16px);
  /* background: gray; */
  /* max-height: 100px; */
  min-height: unset;
  max-height: calc(100vh - 122px);
  overflow-y: auto !important;
}

@-moz-document url-prefix() {
  .real-time-users-ct.list-opened .real-time-users-ir {
    width: calc(100% - 0px);
    overflow: hidden;
  }

  .mini-connect-ct.displayNone + .real-time-users-ct {
    display: table;
  }

  .real-time-users-ct.list-opened {
    height: -moz-fit-content;
    max-height: calc(100vh - 52px);
  }
}
/* mobile android and ios detection */
@media (hover: none) and (pointer: coarse) {
  .mini-connect-ct .button-expandable.share_screen_btn {
    pointer-events: none;
    opacity: 0.5;
  }
}
@media screen and (max-width: 1370px) {
  .user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir.selected {
    width: 250px;
    height: 188px;
    position: absolute;
    right: 0;
  }
  .user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir.selected .item {
    width: 250px;
    height: 188px;
  }

  .user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.add-padding {
    margin-right: 259px;
  }

  .video-users-ct__ir-ct.add-padding.second-grid .video-users-ct__next {
    right: 210px;
  }

  .user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid {
    max-height: 196px;
  }

  .user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid.add-padding {
    height: 150px;
  }

  .user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir.selected .video-ct > div > div {
    width: 250px !important;
    height: 188px !important;
  }

  .user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir.fullscreen {
    top: -82px;
    left: -42px;
    right: 0;
    width: 100vw !important;
    z-index: 3;
    height: 100vh !important;
    border-radius: 0;
  }

  .user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir.fullscreen .video-ct > div > div {
    width: 100% !important;
    height: 100% !important;
  }
}
.video-users-ct__ir-ct.second-grid .video-users-ct__prev,
.video-users-ct__ir-ct.second-grid .video-users-ct__next {
  display: none !important;
}

.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct {
  overflow-x: hidden;
}

.user-in-meeting .mini-connect-ct .video-users-ct .ir.displayNone {
  position: relative;
}
.user-in-meeting .mini-connect-ct .video-users-ct .ir.displayNone:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.93)), linear-gradient(to bottom, rgba(26, 27, 28, 0.5), rgba(26, 27, 28, 0.5));
}

@media screen and (max-width: 1365px) {
  .user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir.selected {
    width: 200px;
    height: 150px;
  }
  .user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir.selected .item {
    width: 100%;
    height: 100%;
  }

  .user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.add-padding {
    margin-right: 201px;
  }

  .video-users-ct__ir-ct.second-grid .video-users-ct__prev,
.video-users-ct__ir-ct.second-grid .video-users-ct__next {
    display: block !important;
  }

  .user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir.selected {
    margin-bottom: 0;
    margin-right: 0;
  }

  .video-users-ct__ir-ct.second-grid .video-users-ct__prev {
    left: 0;
  }

  .ir.selected .video-actions .action-icon-span {
    margin-top: 41px !important;
  }

  .video-users-ct__ir-ct.second-grid .video-users-ct__next {
    right: 48px;
  }

  .video-users-ct__ir-ct.second-grid .video-users-ct__prev.displayNone,
.video-users-ct__ir-ct.second-grid .video-users-ct__next.displayNone {
    display: none !important;
  }

  .user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: hidden;
    position: unset;
    max-width: unset;
  }

  .user-in-meeting .mini-connect-ct .video-users-ct.second-grid .video-users-ct__ir-ct {
    margin-left: unset;
  }

  .user-in-meeting .mini-connect-ct .video-users-ct.second-grid .ir.displayNone {
    display: inline-block !important;
    pointer-events: none;
  }
  .user-in-meeting .mini-connect-ct .video-users-ct.second-grid .ir.displayNone:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.93)), linear-gradient(to right, rgba(26, 27, 28, 0.5), rgba(26, 27, 28, 0.5));
    z-index: 3;
  }

  .user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir {
    float: unset;
  }

  .user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid {
    direction: unset;
  }

  .video-users-ct__ir-ct.second-grid.add-pading .video-users-ct__next {
    right: 208px;
  }

  .user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir.selected .video-ct > div > div {
    width: 100% !important;
    height: 100% !important;
  }

  .user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir.selected.fullscreen .video-ct > div > div {
    width: 100% !important;
    height: 100% !important;
  }
}
@media screen and (min-width: 1365px) {
  .user-in-meeting .mini-connect-ct .video-users-ct.second-grid .video-users-ct__ir-ct {
    margin-left: 0 !important;
  }
}
@supports (-ms-ime-align: auto) {
  .real-time-users-ct.list-opened .real-time-users-ir {
    overflow-y: auto;
  }
}
.user-in-fullscreen .video-users-ct__ir-ct.second-grid.add-padding .video-users-ct__prev,
.user-in-fullscreen .video-users-ct__ir-ct.second-grid.add-padding .video-users-ct__next {
  display: none !important;
}

.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.second-grid .ir.fullscreen video {
  object-fit: contain !important;
}

.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.in-resize .ir {
  display: none !important;
}
.user-in-meeting .mini-connect-ct .video-users-ct .video-users-ct__ir-ct.in-resize .ir.selected {
  display: block !important;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.video-actions {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  text-align: center;
  background: #313236;
}
.video-actions .action-text {
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 8px;
  text-align: left;
  margin-left: 10px;
  position: absolute;
  bottom: 0;
}
.video-actions .action-icon-span {
  width: 24px;
  height: 24px;
  opacity: 0.6;
  border-radius: 50%;
  position: absolute;
  bottom: 11px;
  right: 0;
  display: none;
}
.video-actions .action-icon-span.action-video {
  background: rgba(255, 255, 255, 0.3) url(./img/mini-connect/video-on-w.svg) center no-repeat;
  background-size: 22px;
}
.video-actions .action-icon-span.action-share-screen {
  background: rgba(255, 255, 255, 0.3) url(./img/mini-connect/share-screen-off-w.svg) center no-repeat;
  background-size: 22px;
}
.video-actions .action-icon-span.action-audio {
  background: rgba(255, 255, 255, 0.3) url(./img/mini-connect/microphone-on-w.svg) center no-repeat;
  background-size: 22px;
}
.video-actions .spinner {
  background: url(./img/allseated_loader-240px-2c.gif) no-repeat center/100%;
  transform-origin: 50% 50%;
  /* -webkit-animation: rotation .7s infinite linear; */
  width: 34px;
  height: 43px;
  margin-top: -2px;
  opacity: 0.3;
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -17px;
}

.ir.selected .video-actions .action-icon-span {
  display: block;
  right: 11px;
}

.ir.selected .video-actions .spinner {
  top: 50%;
  margin-top: -63px;
  margin-left: -34px;
  width: 68px;
  height: 86px;
}

.fake-ir {
  background: #313236;
  background-image: none !important;
}
.fake-ir .user-name-initials {
  text-transform: uppercase;
}
.fake-ir .user-name {
  height: 28px !important;
  bottom: 8px !important;
}
.fake-ir .preloader {
  background: url(./img/allseated_loader-240px-2c.gif) no-repeat center/100%;
  width: 34px;
  height: 43px;
  opacity: 0.3;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  top: 4px;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.with-pop-up .vpn-ct {
  margin-top: 20px;
  display: block;
  position: absolute;
  bottom: 19px;
}
.with-pop-up .vpn-ct .info {
  font-size: 12px;
  color: #1a1b1c;
  line-height: 0;
}
.with-pop-up .vpn-ct .chb-square {
  border-radius: 50%;
  border: 1px solid #eaeaea;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  margin-top: 0;
}
.with-pop-up .vpn-ct .chb-square.checked {
  box-shadow: none;
  background: url(img/box_checked.svg) center center no-repeat;
  border: none;
}
.with-pop-up .vpn-ct label {
  position: relative;
  top: -2px;
}

.mini-connect-ct:not(.with-pop-up) .vpn-ct {
  display: inline-block;
  position: relative;
  margin-right: 32px;
  margin-left: 16px;
  color: #fff;
}
.mini-connect-ct:not(.with-pop-up) .vpn-ct .info {
  font-size: 12px;
  color: #fff;
  line-height: 0;
}
.mini-connect-ct:not(.with-pop-up) .vpn-ct .chb-square {
  border-radius: 50%;
  border: 1px solid #eaeaea;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  margin-top: 0;
}
.mini-connect-ct:not(.with-pop-up) .vpn-ct .chb-square.checked {
  box-shadow: none;
  background: url(img/box_checked.svg) center center no-repeat;
  border: none;
}
.mini-connect-ct:not(.with-pop-up) .vpn-ct label {
  position: relative;
  top: -2px;
  height: 29px;
  padding: 5px 5px 0 5px;
}
.mini-connect-ct:not(.with-pop-up) .vpn-ct:before, .mini-connect-ct:not(.with-pop-up) .vpn-ct:after {
  content: "";
  width: 1px;
  height: 36px;
  background-color: #f0f0f0;
  position: absolute;
  left: -16px;
  top: -11px;
}
.mini-connect-ct:not(.with-pop-up) .vpn-ct:after {
  left: unset;
  right: -16px;
}

.is-in-2d .mini-connect-ct:not(.with-pop-up) .vpn-ct .info {
  color: #1a1b1c !important;
}

.layouthall3d canvas {
  width: 100% !important;
  height: 100% !important;
}

#main_div[style*="zoom: 1.2"] svg {
  zoom: calc(1/1.2);
}

#main_div[style*="zoom: 1.3"] svg {
  zoom: calc(1/1.3);
}

#main_div[style*="zoom: 1.5"] svg {
  zoom: calc(1/1.5);
}

#main_div[style*="zoom: 1.6"] svg {
  zoom: calc(1/1.6);
}

/*# sourceMappingURL=app-nd.css.map */
