.meet-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 16px 16px 0 16px;
}

.body_inner_area .row-fluid {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100%;
  height: 100%;
}

.body_inner_area .meet-left-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 448px;
  flex: 0 0 448px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 16px 16px 16px 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.body_inner_area .meet-right-section {
  height: 100%;
  max-width: calc(740px + 24px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  box-shadow: var(--shadow-3);
  border-radius: 8px;
}

.body_inner_area .meet-left-section h3 {
  background: -webkit-linear-gradient(#c12747, #9c2b87);
  background: linear-gradient(#c12747, #9c2b87);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 37px;
  line-height: 49px;
  margin: 0;
}

.body_inner_area .meet-left-section p {
  font-size: 17px;
  line-height: normal;
}

.custom-video-wrapper {
  /* padding-top: 56.25%; */
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #000;
  -webkit-box-shadow: 0px 1px 2px 0px rgb(60 64 67 / 30%),
    0px 1px 3px 1px rgb(60 64 67 / 15%);
  box-shadow: 0px 1px 2px 0px rgb(60 64 67 / 30%),
    0px 1px 3px 1px rgb(60 64 67 / 15%);
  border-radius: 8px;
}

.custom-video-wrapper .bottom-desc {
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.7) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}

.blue-circle {
  height: 26px;
  width: 26px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(26, 115, 232, 0.902);
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 16px;
  font-size: 16px;
  right: 16px;
  position: absolute;
  z-index: 1;
}

.blue-circle span {
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #fff;
  border-radius: 2px;
  margin: 0 1px;
}

.custom-video-wrapper .bottom-desc .icon {
  width: 56px;
  height: 56px;
  outline: none;
  position: relative;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

/*.custom-video-wrapper .bottom-desc .icon svg {*/
/*fill: currentColor;*/
/*}*/
.custom-video-wrapper .bottom-desc .btm-mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 16px;
}

.custom-video-wrapper .bottom-desc .btm-mid .icon {
  margin: 0 10px;
}

body:not(.mobile) .custom-video-wrapper .bottom-desc .icon:hover {
  -webkit-box-shadow: 0 1px 3px 0 rgb(60 64 67 / 30%),
    0 4px 8px 3px rgb(60 64 67 / 15%);
  box-shadow: 0 1px 3px 0 rgb(60 64 67 / 30%), 0 4px 8px 3px rgb(60 64 67 / 15%);
  -webkit-mask-image: none;
  mask-image: none;
  background: rgba(255, 255, 255, 0.4);
}

.custom-video-wrapper .bottom-desc .btm-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding-right: 16px;
}

/* Exclamatory button css start */
.exclamation-point::after {
  content: "!";
  position: absolute;
  top: -5px;
  right: 0px;
  width: 20px;
  height: 20px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: white;
  background-color: #fa872c;
  border-radius: 50%;
  line-height: 20px;
}

/* Exclamatory button css end */

[class*="tooltip-login"] {
  position: relative;
}

[class*="tooltip-login"]:after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: attr(data-tooltip);
  padding: 6px 10px;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(98px);
  -ms-transform: translateX(-50%) translateY(98px);
  transform: translateX(-50%) translateY(98px);
  background: grey;
  color: white;
  white-space: nowrap;
  z-index: 2;
  border-radius: 2px;
  -webkit-transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1),
    -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1),
    -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1),
    transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1),
    transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1),
    transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1),
    -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
}

[class*="tooltip-login"]:hover:after {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

.settings-modal.popup-open {
  position: absolute;
  top: 0px;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  width: 100%;
}

.emojis-set.emoji-popup-open {
  position: absolute;
  top: 0px;
  bottom: 0px;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  width: 100%;
}

.emojis-set-wrapper {
  background: #f8f5f5;
  -webkit-box-shadow: 0 1px 3px 0 rgb(60 64 67 / 30%),
    0 4px 8px 3px rgb(60 64 67 / 15%);
  box-shadow: 0 1px 3px 0 rgb(60 64 67 / 30%), 0 4px 8px 3px rgb(60 64 67 / 15%);
  position: fixed;
  left: 0;
  width: 340px;
  z-index: 99;
  height: auto;
  margin: 0 auto;
  right: 0;
  border-radius: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.emoji-set-header {
  background: #fff;
  width: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  font-size: small;
  padding: 4px 10px;
}

.close-btn {
  display: flex;
  align-items: center;
}

.emojis-container {
  background: #f8f5f5;
  height: 100%;
  padding: 60px 10px 10px 10px;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(5, 50px);
  grid-template-rows: repeat(auto-fill, 50px);
  grid-gap: 8px;
}

.emojis-container > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 4px !important;
  border-radius: 8px;
}

.emojis-container svg {
  width: 50px !important;
  height: 50px !important;
}

.emojis-container > a:hover {
  background: #e8e8e899 !important;
}

.custom-tabber-section {
  background: #f8f5f5;
  -webkit-box-shadow: 0 1px 3px 0 rgb(60 64 67 / 30%),
    0 4px 8px 3px rgb(60 64 67 / 15%);
  box-shadow: 0 1px 3px 0 rgb(60 64 67 / 30%), 0 4px 8px 3px rgb(60 64 67 / 15%);
  position: fixed;
  left: 0;
  width: 860px;
  z-index: 99;
  height: 550px;
  margin: 0 auto;
  right: 0;
  border-radius: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.tab-area {
  height: 100%;
}

.tab-area .tab-wrap {
  /* display: grid;
  grid-template-columns: 11fr 1fr; */
  display: flex;
  justify-content: space-evenly;
}

.tab-area .tab-wrap .tab-titles {
  display: flex;
  justify-content: center;
  flex: 1;
}

.popup-open .custom-tabber-section {
  opacity: 1;
  visibility: visible;
}

.emoji-popup-open .emojis-set-wrapper {
  opacity: 1;
  visibility: visible;
}

.tabs-v {
  display: inline-block;
  width: 170px;
  height: 100%;
  border-right: 1px solid #eee;
}

.custom-tabber-section h3 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.67px;
  line-height: normal;
  color: #333;
  margin: 0;
  padding-bottom: 30px;
}

.custom-tabber-section .form-group {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}

.custom-tabber-section #roomSettingsTab .form-group {
  margin-bottom: 0px;
}

.custom-tabber-section .form-group .bar-wrap {
  margin-bottom: 10px;
}

.custom-tabber-section .button-area a {
  display: block;
  text-align: center;
  background: -webkit-linear-gradient(#c12747, #9c2b87);
  color: #fff;
  font-size: 15px;
  line-height: normal;
  border-radius: 10px;
  padding: 13px 30px;
}

.custom-tabber-section .form-group .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-tabber-section .form-group .title-area svg {
  margin-right: 10px;
}

.custom-tabber-section .form-group .title-inner {
  padding-left: 40px;
}

.custom-tabber-section .form-group select,
.custom-tabber-section .form-group .select-section p {
  background: #eef2f3;
  border: 0;
  width: 100%;
  height: 20px;
  border-radius: 5px;
  font-size: 13px;
  font-family: var(--font-family);
  letter-spacing: -0.18px;
  line-height: normal;
  padding: 0 10px;
  margin-bottom: 10px;
}

.custom-tabber-section .form-group .select-section p {
  display: flex;
  align-items: center;
}

.virt-wrapper .big-image {
  background: #666666;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
  height: 100%;
  overflow: hidden;
}

.virt-wrapper .big-image img {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  display: block;
  border-radius: 6px;
  overflow: hidden;
}

.virt-wrapper .virtl-item {
  width: 50%;
  padding: 0 5px 5px;
}

.virt-wrapper .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 400px;
  margin: 0 auto;
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
  max-height: 405px;
  overflow-y: auto;
  justify-content: center;
  height: 80%;
}

.virt-wrapper .virtl-item img {
  border-radius: 8px;
  display: block;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  height: 80px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
  -o-object-position: top;
  object-position: top;
}

.virt-wrapper .virtl-item img:hover {
  border-color: #c12748;
}

.virt-wrapper .button-area {
  padding-left: 0;
  margin-top: 20px;
}

.virt-wrapper .button-area .prev-btn {
  background: #fff;
  color: #333;
  border: 1px solid #c1c1c1;
  margin-bottom: 10px;
}

.form-group .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
}

.custom-tabber-section .form-group .title-area span {
  color: #333333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: var(--font-family);
}

.input-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  /* margin-bottom: 6px; */
  width: 100%;
}

.input-groups > .selectpicker {
  -webkit-transition-property: background, color, -webkit-box-shadow;
  transition-property: background, color, -webkit-box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  text-align: center;
  padding-left: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 6px;
  background: rgba(130, 163, 170, 0.14);
  max-width: 100%;
  font-weight: 400;
  position: relative;
  padding-right: 27px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
  cursor: pointer;
  fill: rgba(20, 20, 20, 0.8);
  font-size: 16px;
  font-family: var(--font-family);
  letter-spacing: -0.18px;
  line-height: normal;
  color: #333;
}

.selectpicker__text {
  overflow: hidden;
}

.select-section .btn {
  -webkit-transition-property: background, color, -webkit-box-shadow;
  transition-property: background, color, -webkit-box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: var(--font-family);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 6px;
  outline: none;
  background: rgba(130, 163, 170, 0.14);
  padding: 0;
  width: 36px;
  height: 36px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
  color: #141414;
  fill: rgba(20, 20, 20, 0.8);
}

.btn__icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.select-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.select-section select,
.custom-tabber-section .form-group .select-section p {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.img-video-area {
  background: #000;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
  height: 100%;
  overflow: hidden;
}

.img-video-area video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-video-area img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

a {
  text-decoration: none;
}

.overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  left: 0;
  background: rgba(0, 0, 0, 40%);
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.popup-open .overlay {
  opacity: 1;
  visibility: visible;
}

.emoji-popup-open .overlay {
  opacity: 1;
  visibility: visible;
}

.tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  /* height: 15%; */
  border-bottom: 2px solid #eee;
  background: #fff;
  z-index: 9;
}

.tab-wrap .tab-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* padding: 10px 20px; */
  cursor: pointer;
  position: relative;
  background: #fff;
  z-index: 2;
  padding: 5px 20px;
  border-radius: 0;
  border-bottom: 2px solid #cecece;
}

.tab-c {
  padding: 10px 20px 20px;
  height: 100%;
  display: none;
}

.tab-c .login-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  gap: 10px;
}

.login-card-left.disable#vbSettingsTab::before {
  content: "Disabled";
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgb(182 181 181 / 50%);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  font-size: xx-large;
  font-weight: bold;
}

.login-card-left {
  position: relative;
  width: 370px;
  border-right: 2px solid #eee;
  padding-right: 20px;
  height: 100%;
  float: left;
}

.login-card-right {
  width: calc(100% - 380px);
  padding-left: 30px;
  float: right;
}

.change-room-settings .login-card-right {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}

.change-room-settings .login-card-right form {
  width: calc(100% - 80px);
  margin: 0 auto;
}

.change-room-settings .login-card-right form .form-group .title-inner {
  padding: 0px 20px;
}

.tab-c.show {
  display: block;
}

.tab-c.change-language.show {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

.tab-c.change-privacy-modes.show {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

.change-language .login-card-center {
  width: 370px;
  /* border: 2px solid #eee; */
  padding: 20px;
  height: 100%;
  float: left;
}

.change-privacy-modes .login-card-center {
  width: 370px;
  /* border: 2px solid #eee; */
  padding: 20px;
  height: 100%;
  float: left;
}

.cm_tab1 .button-area {
  padding-left: 40px;
}

.bar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bar {
  background-image: -o-linear-gradient(left, #4dac4a, #0575e6);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4dac4a),
    to(#0575e6)
  );
  background-image: linear-gradient(to right, #4dac4a, #0575e6);
  width: 59px;
  border-radius: 3px;
  height: 9px;
  display: block;
  margin-right: 15px;
}

.bar.purple {
  background-image: -o-linear-gradient(left, #2f2377, #c358e8);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2f2377),
    to(#c358e8)
  );
  background-image: linear-gradient(to right, #2f2377, #c358e8);
}

.bar.blank {
  background: #eef2f3;
}

.speaker-bar {
  /* background: #eef2f3; */
  background: #ffffff;
  border-radius: 5px;
  min-height: 26px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  position: relative;
}

.tab-wrap .tab-title.active,
.tab-wrap .tab-title:hover {
  /* background: -webkit-linear-gradient(#c12747, #9c2b87); */
  /* color: #fff; */

  color: #c12747;
  border-bottom: 2px solid;
  padding: 5px 20px;
  border-radius: 0;
  /* margin: 15px 10px; */
}

.tab-wrap .tab-title.active svg g,
.tab-wrap .tab-title:hover svg g {
  stroke: #fff;
}

.tab-content-inner {
  background: #f8f5f5;
  height: 85%;
}

.close-icon {
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 9;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 10px;
}

.close-icon span {
  width: calc(100% - 10px);
  height: 2px;
  background: -webkit-linear-gradient(#c12747, #9c2b87);
  position: absolute;
  top: 50%;
  left: 50%;
}

.emoji-close-icon {
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 9;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.emoji-close-icon span {
  width: calc(100% - 10px);
  height: 2px;
  background: -webkit-linear-gradient(#c12747, #9c2b87);
  position: absolute;
  top: 50%;
  left: 50%;
}

.close-icon span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-icon span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.emoji-close-icon span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.emoji-close-icon span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close-icon:hover,
.emoji-close-icon:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tab-wrap .tab-title:hover,
.tab-wrap .tab-title.active {
  svg path,
  svg circle {
    stroke: #c12747;
    fill: #c12747;
  }
}

.footer-container-wrapper {
  bottom: 0;
  width: 100%;
  min-height: 60px;
  z-index: 1;
  left: 0;
  position: fixed;
}

.footer-section {
  background: #fff;
  padding: 18px 0;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.footer-section .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-section .privacy-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-section .privacy-links p {
  margin: 0;
  color: #989898;
  font-size: 16px;
  font-weight: 400;
}

.footer-section .privacy-links p:first-of-type {
  padding-right: 40px;
}

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

.footer-section .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-section .footer-nav ul li a {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-section .footer-nav ul li + li {
  padding-left: 30px;
}

.body_inner_area {
  padding: 0 10px;
  height: 70%;
  max-height: 500px;
}

.virt-wrapper .big-image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-over-avatar {
  width: 100%;
  text-align: center;
  margin: 10px 0 0 5px;
}

#main_login_video .avatar .text-over-avatar {
  pointer-events: none;
  position: absolute;
  color: white;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
}

#inside_login_video_gifs .avatar .text-over-avatar {
  pointer-events: none;
  position: absolute;
  color: white;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
  font-size: medium;
  z-index: 1;
}

@media (max-height: 700px) {
  .footer-container-wrapper {
    position: static;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 993px) {
  .body-container-wrapper {
    min-height: calc(100vh - 140px);
    min-height: calc(100svh - 140px);
    min-height: calc(100dvh - 140px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .body-container-wrapper > .body_inner_area {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 1025px;
    padding: 0 40px;
  }

  .login-page .main-container {
    display: flex !important;
    justify-content: space-around;
  }

  #login-div {
    width: 100%;
  }

  .tab-wrap .close-icon {
    height: 30px;
    width: 30px;
  }

  .emoji-set-header .emoji-close-icon {
    height: 30px;
    width: 30px;
  }

  /* .main-container.container-fluid #main-container-row1 {
    width: 85%;
    max-width: 600px;
  } */

  .main-container.container-fluid .body-container-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .virt-wrapper .row-fluid {
    height: 70%;
  }

  .virt-wrapper .button-area {
    margin-top: 20px;
    /* height: 30%; */
    padding: 0px 30px;
  }

  .footer-section .wrap {
    display: block;
  }

  .footer-section .privacy-links {
    display: block;
    text-align: center;
  }

  .footer-nav {
    display: none;
  }

  .footer-section .privacy-links p:first-of-type {
    padding: 0;
  }

  .body_inner_area {
    height: 66%;
    max-height: none;
  }

  .body_inner_area .row-fluid {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .body_inner_area .meet-left-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: block;
    margin: 20px 0;
  }

  .body_inner_area .meet-right-section {
    /* max-width: 100%; */
    width: 100%;
    height: 50%;
  }

  .body_inner_area {
    padding: 20px 90px;
    width: 100%;
  }

  .tab-c .login-card {
    display: flex;
    height: 100%;
    align-content: self;
  }

  .tab-c.change-room-settings .login-card.virt-wrapper {
    flex-wrap: nowrap;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .tab-c.device-settings .login-card > div {
    width: 100%;
    overflow-y: auto;
  }

  .login-card-left {
    border: 0;
    padding: 0;
  }

  .change-room-settings .login-card-left {
    float: none;
    width: inherit;
    height: 100%;
  }
  .login-card-right {
    padding: 0;
  }

  .change-room-settings .login-card-right {
    width: inherit;
    padding-top: 30px;
    flex-direction: column;
  }

  .change-room-settings .login-card-right form {
    margin: auto;
  }

  .virt-wrapper .big-image {
    min-height: 400px;
  }

  .custom-tabber-section {
    width: 95%;
    height: 80vh;
    height: 80svh;
    height: 80dvh;
  }

  .tab-area {
    position: relative;
    height: 100%;
  }

  .tab-wrap {
    position: relative;
    /* height: 12%; */
  }

  .tab-content-inner {
    overflow-y: unset;
    position: relative;
    height: 88%;
    padding-top: 0px;
    margin: 0 auto;
    /* max-width: 420px; */
  }

  /* .tab-wrap .tab-title {
    padding: 10px 5px;
    margin: 15px 5px;
    font-size: 11px;
  } */

  .img-video-area {
    height: 100%;
    min-height: 200px;
  }

  .virt-wrapper .big-image {
    min-height: 200px;
  }

  .change-language .login-card.virt-wrapper {
    width: 100%;
  }

  .custom-video-wrapper .bottom-desc .icon {
    width: 40px;
    height: 40px;
  }

  .exclamation-point::after {
    width: 15px;
    height: 15px;
    font-size: 12px;
    line-height: 17px;
  }

  #main_login_video .avatar .text-over-avatar {
    font-size: smaller;
    width: max-content;
  }

  #inside_login_video_gifs .avatar .text-over-avatar {
    font-size: smaller;
    width: max-content;
  }

  .change-privacy-modes .login-card.virt-wrapper,
  .change-room-settings .login-card.virt-wrapper {
    width: 100%;
  }
}

@media (max-width: 992px) and (orientation: landscape) {
  .body_inner_area .row-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
  }

  .body_inner_area .meet-left-section {
    flex: 1;
  }

  .body_inner_area .meet-right-section {
    height: 100%;
  }
}

@media (max-width: 386px) and (max-height: 386px) {
  .body_inner_area .row-fluid {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    gap: 0px;
  }

  #inputNameParent {
    padding-top: 0 !important;
  }

  #joinMeetingParent {
    display: none !important;
  }

  #joinRoomByPin {
    font-size: 11px;
    height: 30px;
  }

  .body_inner_area {
    height: 100%;
  }

  #main-container {
    padding: 0;
  }

  #video_off_img_main {
    height: 75%;
    width: 60%;
  }

  #main_login_video_gifs {
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
}

@media (max-width: 360px) and (orientation: landscape) {
  .body_inner_area .row-fluid {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    gap: 0px;
  }

  #inputNameParent {
    padding-top: 0 !important;
  }

  #joinMeetingParent {
    display: none !important;
  }

  #joinRoomByPin {
    font-size: 11px;
    height: 30px;
  }

  .body_inner_area {
    height: 100%;
  }

  #main-container {
    padding: 0;
  }

  .custom-video-wrapper {
    border-radius: 0;
  }

  #video_off_img_main {
    height: 75%;
    width: 60%;
  }

  #main_login_video_gifs {
    display: flex;
    justify-content: center;
    align-items: end;
  }

  .body_inner_area .meet-left-section {
    flex: 1;
  }

  .body_inner_area .meet-right-section {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .body_inner_area {
    padding: 20px 90px;
  }

  .login-page .main-container {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .main-container.container-fluid #main-container-row1 {
    width: 100%;
    max-width: 500px;
  }

  .tab-wrap .tab-title svg {
    display: none;
  }
}

@media (max-width: 540px) {
  .body_inner_area {
    padding: 20px;
  }

  .tab-c.change-room-settings .login-card-left {
    width: 100%;
  }

  .custom-tabber-section .tab-wrap span {
    font-size: 11px;
  }

  .emojis-set-wrapper {
    width: 95%;
  }
}

@media (max-width: 480px) {
  .body_inner_area {
    padding: 20px;
  }

  .tab-c.device-settings {
    height: 100%;
  }

  .tab-c.device-settings .login-card {
    height: 100%;
  }

  div#deviceSettingsTab {
    height: 45%;
  }

  .main-container.container-fluid #main-container-row1 {
    width: 100%;
    min-width: 350px;
  }
}

@media (max-width: 480px) and (orientation: portrait) {
  div#deviceSettingsTab {
    height: 45%;
    overflow: scroll;
  }
}

@media (max-width: 480px) and (orientation: landscape) {
  .body_inner_area .row-fluid {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    gap: 20px;
  }

  .body_inner_area .meet-left-section {
    flex: 1;
  }

  .body_inner_area .meet-right-section {
    height: 100%;
  }
}

@media only screen and (orientation: landscape) {
  .mobile #login-div {
    margin: 0 auto;
  }

  .mobile .body_inner_area {
    padding: 0;
  }

  .mobile .tab-content-inner {
    overflow-y: scroll;
  }

  .mobile .close-icon,
  .mobile .emoji-close-icon {
    top: 0px;
    width: 25px;
  }
}

.g-signin2 > div {
  width: 100% !important;
  border-radius: 0.25rem;
}

.login-as-other {
  width: 227px;
  line-height: 2rem;
  border: none;
  border-radius: 0.25rem;
}

.login-fb-button {
  line-height: 2rem;
  border: none;
  width: 227px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0.25rem;
}

#inputNameParent,
#join_button {
  width: 227px;
  margin: 0 auto;
}

.meet-left-section .content-area {
  min-width: 224px;
}

/* current attendees CSS starts*/
#current-attendees {
  height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 16px;
  gap: 8px;
}

#current-attendees #user-avatars {
  display: flex;
  justify-content: center;
  align-items: center;
}

.attendee {
  border-radius: 50%;
  background: #676767c9;
  width: 40px;
  height: 40px;
}

.attendee,
.plus-others {
  margin: 0 2px;
}

.plus-others {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0074d9;
  border-radius: 50%;
  color: white;
}

#user-names {
  text-align: center;
}

.mic-popover {
  color: black;
}

.popover {
  z-index: 1;
}

.popover-content {
  text-align: center;
}

.popover-ok {
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0074d9;
  color: white;
  margin-top: 8px;
  border-radius: 4px;
}

.popover-ok:hover {
  cursor: pointer;
}

/* current attendees CSS ends*/

.auth-inner {
  border-radius: 6px;
  text-align: center;
  line-height: normal;
  margin-bottom: 10px;
  width: 100%;
}

.auth-inner > div {
  display: flex;
  justify-content: center;
}

.auth-inner a {
  display: block;
  padding: 8px 10px;
  color: #333;
  text-decoration: none;
}

.auth-inner a img {
  width: 18px;
  margin-right: 20px;
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

.auth-inner a span {
  font-size: 14px;
}

.p-event-none {
  pointer-events: none;
}

.not-session-page
  .settings-modal.popup-open
  .change-room-settings
  .login-card.virt-wrapper {
  flex-direction: row;
  align-content: flex-start;
  justify-content: center;
  width: 100%;
}

.not-session-page
  .settings-modal.popup-open
  .change-room-settings
  .login-card-left {
  opacity: 0.25;
}

/* .not-session-page
  .settings-modal.popup-open
  .change-room-settings
  .login-card-left
  .form-group
  input,
.not-session-page
  .settings-modal.popup-open
  .change-room-settings
  .login-card-left
  .form-group
  .custom-switch
  .custom-control-label:before,
.not-session-page
  .settings-modal.popup-open
  .change-room-settings
  .login-card-left
  .form-group
  select,
.not-session-page
  .settings-modal.popup-open
  .change-room-settings
  .login-card-left
  .form-group
  label,
.not-session-page
  .settings-modal.popup-open
  .change-room-settings
  .login-card-left
  .form-group
  button {
  pointer-events: none;
} */
.not-session-page .settings-modal.popup-open #soundSettings {
  display: none;
}

/* .not-session-page .settings-modal.popup-open #roomSettingsTab {
  display: none;
} */
.not-session-page .settings-modal.popup-open #soundNoti {
  display: none;
}

.form-group button.apply {
  background: #9e248c;
  background: linear-gradient(6deg, #9e248c, #c12844);
  border-radius: 5px;
  color: #fff;
  float: left;
  font-size: 15px;
  font-weight: 500;
  height: 39px;
  line-height: 19px;
  margin: 0;
  padding: 5px 15px;
  text-align: center;
}

#main_login_video .vcx_player.default_vcx_player {
  height: 100%;
  width: 100%;
}

#main_login_video .vcx_player.default_vcx_player video {
  height: 100% !important;
  width: 100% !important;
}

#video_off_img_main,
#no_connected_camera_main,
#audio_only_img_main {
  height: 80%;
  width: 100%;
  position: relative;
  z-index: 1;
}

#loading_cam_gif_main {
  height: 100%;
}

#video_off_img_main,
#no_connected_camera_main,
#audio_only_img_main,
#audio_only_img_inside img {
  background: black;
}

#loading_cam_gif_main {
  background: white;
}

@media (max-width: 992px) and (orientation: landscape) {
  .settings-modal .tab-c .login-card {
    flex-wrap: nowrap;
    /* height: 90%; */
  }

  .settings-modal .virt-wrapper .button-area {
    margin-top: 0px;
  }

  /* .settings-modal .tab-wrap {
    height: 22%;
  } */

  /* .settings-modal .tab-content-inner {
    max-width: 650px;
  } */

  .settings-modal .tab-c {
    padding: 20px;
  }

  /* .settings-modal div#deviceSettingsTab {
    overflow-y: scroll;
    margin-top: 0px;
    margin-right: 20px;
    max-height: 200px;
  } */

  /* .settings-modal .tab-wrap .tab-title {
    padding: 5px 5px;
  } */

  .settings-modal .tab-c.device-settings .login-card > div {
    height: 100%;
    overflow: scroll;
  }

  .settings-modal .img-video-area {
    /* min-height: 150px;
     */
    margin-bottom: 0;
  }

  .settings-modal .change-language .login-card-center {
    width: 370px;
    /* border: 2px solid #eee; */
    padding: 0px;
    height: 100%;
    float: left;
    margin: 0 auto;
    overflow-y: scroll;
  }

  .settings-modal .change-privacy-modes .login-card-center {
    width: 370px;
    /* border: 2px solid #eee; */
    padding: 0px;
    height: 100%;
    float: left;
    margin: 0 auto;
    overflow-y: scroll;
  }

  .settings-modal .change-room-settings .login-card-center {
    margin: 0 auto;
    overflow-y: scroll;
    padding: 0px;
    width: 370px;
  }

  .not-session-page
    .settings-modal
    .change-room-settings
    .login-card-right
    .form-group {
    overflow: scroll;
  }
}

.slide-range-container {
  min-height: 26px;
  margin-top: 10px;
  border-radius: 5px;
  /* background: #eef2f3; */
  background: #ffffff;
  padding: 0 20px;
  gap: 10px;
}

.slide-range-container input[type="range"] {
  width: 100%;
}

.slide-range-container input[type="range"],
input[type="range"]::-webkit-slider-runnable-track,
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #eef2f3;
  border-radius: 5px;
}

.slide-range-container input[type="range"]::-webkit-slider-runnable-track {
  height: 5px;
  background: linear-gradient(to right, #c12747, #9c2b87), #d7d7d7;
  background-size: var(--background-size, 0%) 100%;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.slide-range-container
  input[id="brightness-range"]::-webkit-slider-runnable-track {
  background-size: calc(var(--brightness-range, 0%) / 2) 100% !important;
}

.slide-range-container
  input[id="contrast-range"]::-webkit-slider-runnable-track {
  background-size: calc(var(--contrast-range, 0%) / 2) 100% !important;
}

.slide-range-container input[id="brightness-range"]::slider-runnable-track {
  background-size: calc(var(--brightness-range, 0%) / 2) 100% !important;
}

.slide-range-container input[id="contrast-range"]::slider-runnable-track {
  background-size: calc(var(--contrast-range, 0%) / 2) 100% !important;
}

.slide-range-container input[type="range"]::-webkit-slider-thumb {
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: #9c2b87;
  border: solid white 1px;
  border-radius: 50%;
  margin-top: -6px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}

.slide-range-container input[type="range"]::-moz-range-progress {
  background-color: #9c2b87;
  border-radius: 5px;
}

#info-choose-lang-svg,
#info-no-participant-svg,
#info-toxicity-svg,
#info-bandwidth-svg,
#info-lecture-svg,
#info-noise-svg,
#info-audio-svg {
  stroke: white;
  fill: #1e90ff;
}

#roomSettingsTab {
  opacity: 1;
  border-right: none;
}
.settings-modal {
  .login-card {
    .login-card-left,
    .login-card-right {
      .form-group {
        overflow: visible;
      }
    }
  }

  .change-room-settings {
    .login-card-left,
    .login-card-right {
      height: calc(100% - 40px);
      overflow-y: auto;
    }
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 640px) {
  /* .tab-c.change-room-settings .login-card.virt-wrapper */
  .settings-modal {
    .login-card {
      width: 100%;
      .login-card-left,
      .login-card-right {
        width: 100% !important;
        height: 50%;
        overflow-y: auto;
        padding: 0 10px !important;
        gap: 5px;
      }
      .login-card-left {
        border: none !important;
      }
    }

    .tab-c .login-card {
      flex-wrap: wrap-reverse;
    }

    .change-room-settings {
      .login-card {
        flex-direction: column;
      }
      .login-card-left,
      .login-card-right {
        height: auto;
      }
    }
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .settings-modal {
    .login-card {
      width: 100%;
      /* .login-card-left,
      .login-card-right {
        width: 100% !important;
      } */
    }
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}
