/* main body row panel structure */
body,
html {
  letter-spacing: normal;
  
  color: #fafafa;
  margin: 0;
  padding: 0;
}
.relative {
  position: relative;
}
.hide {
  display: none;
}
.text-yellow {
  color: #077cc1;
}
.htgh {
  font-size: 25px;
  line-height: 43px;
  padding-bottom: 30px;
  font-family: AnagoBold;
}
.htgh1 {
  font-size: 19px;
  line-height: 40px;
  padding-bottom: 30px;
  font-family: AnagoMedium;
}
.imglogo {
  max-width: 200px;
  padding: 30px 0 50px 0;
}
.mid-container {
  max-width: 500px;
  margin: 0 auto;
  padding-top: calc(50vh - 300px);
}
.read-input:hover {
  color: #fff;
}
.read-input {
  clear: both;
  width: 300px;
  display: block;
  color: #fff;
  font-family: AnagoMedium;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 20px 10px 50px;
  margin: 30px 20px;
  border-radius: 50px;
  position: relative;
}
.read-input::after {
  position: absolute;
  width: 50px;
  height: 50px;
  background-size: cover;
  display: block;
  content: "";
  left: -10px;
  top: -4px;
}
.icon-email::after {
  background-image: url("./image/email-icon.png");
}
.icon-tel::after {
  background-image: url("./image/call-icon.png");
}
.icon-lang::after {
  background-image: url("./image/lang-icon.png");
}
.vertical-center {
  min-height: 100vh;
  align-items: center;
  background: url("./image/right-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#start-div .joinmeeting {
  max-width: 500px;
  position: relative;
  clear: both;
  width: 100%;
  padding-top: calc(100vh - 800px);
  margin: 0 auto;
}
#start-div .form-group label {
  color: #4b4b4b;
  font-size: 22px;
}
#start-div input {
  border-radius: 3px;
  border: solid 1px #e6e5e5!important;
  color: #4b4b4b;
  background-color: #fcfcfc;
  font-size: 21px;
  padding: 20px;
  margin: 5px 0px;
  box-sizing: border-box;
  text-align: center;
}
#start-div #before_start_p,#start-div #before_start,.wait-btn,#send_otp,#verify_otp{
  width: 100%;
  height: 50px;
  border-radius: 3px;
  box-shadow: 0 3px 9px 0 rgba(7, 184, 193, 0.24);
  background-color: #077cc1;
  color: #fff;
  position: relative;
  margin-top: 0px;
  font-size: 22px;
  cursor: pointer;
}
#start-div input:hover,
#start-div input:focus {
  box-shadow: none;
}
#start-div input::placeholder {
  color: #4b4b4b;
  text-align: center;
}
#start-div input[type="number"]::-webkit-inner-spin-button,
#start-div input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
#start-div input[type="number"] {
  -moz-appearance: textfield;
  padding-right: 35px;
}
.m-txt {
  clear: both;
  padding: 30px 0;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
}
.m-txt1 {
  clear: both;
  padding: 40px 0 0 0;
  color: #8e8e8e;
  font-size: 20px;
  text-align: center;
}
.signup,
.signup:hover,
.signup:active {
  color: #4b4b4b;
}
#get_help:hover {
  color: #077cc1;
}
.bootbox-body {
  color: #000000;
}
/* videos css*/
.picon {
  display: none;
  position: absolute;
  height: 35px;
  width: 35px;
  background: url("./image/mac.png");
  bottom: 15px;
  left: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 9999;
}
.picon.off {
  background: url("./image/mac_select.png");
  background-size: cover;
}

input#mshareid {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 5px 50px;
  border-radius: 20px;
  text-align: center;
  color: #1850ca;
}
.only_btm{
  position: absolute;
  width:100%;
  text-align: center;
  bottom: 0;
}
p.one_bottom{
  padding-top:10px;
}
.one_title{font-size: 23px;}
.only_top{
  position: absolute;
  top:30px;
  width:100%;
  text-align: center;
}
.no-video-container {
  position: absolute;
  left: 15px;
  top: 15px;
}
#videos {
  height: 100px;
  width: calc( 100% - 300px );
  position: fixed !important;
  bottom: 0;
  left: 0;
  z-index: 99999;
}
.only_ip{
  position: relative;
  display: inline;
}
.only_copy{
  position: absolute;
  width: 25px;
  height: 25px;
  content: "";
  border-radius: 50%;
  background : url("./svgicons/copy_url.svg");
  background-position: center;
  background-size: cover;
  right: 6px;
  top: -2px;
  cursor: pointer;
}
.left_menu{
  margin-left: 30px;
}
.center_menu{
  float: right;
  margin-right: 25%;
}
.people {
  height: 150px;
}
.people .panel-body {
  display: block;
  width: auto;
  float: left;
  width: 150px;
  height: 150px;
}
.no-video-text {
  text-align: center;
  display: flex;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
#videos-container .panel-body{
  display: inline-block;
  width: auto;
  height: auto;
  /* background: url("./images/bg.png"); */
  background-size: cover;
  overflow: hidden;
  float: left;
  opacity : 1;
  transition: opacity 15s linear;
}
#videos-container video{
  width: auto;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: block;
  background-size: cover;
  object-fit: cover;
  border-radius: 5% !important;
}
#videos-container .app-logo{
  display: block;
  position: fixed;
  /* width: 254px;
  height: 86px; */
  width: 127px;
  height: 43px;
  content: "";
  background-image:url("./svgicons/logo.png");
  background-size: cover;
  top: 20px;
  left: 20px;
  /* transform: scale(0.7); */
}
#videos-container .panel-body:empty {
  display: none;
  opacity : 0;
  transition: opacity 15s linear;
}
/* menu css */
.bottom_icon {
  cursor: pointer;
  position: relative;
  float: left;
  margin: 10px;
  width: 45px;
  height: 45px;
  display: block;
}
.bottom_icon span{
  position: absolute;
  bottom: -25px;
  left: 0px;
  color: white;
  font-size: 12px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
.bottom_icon:first-child {
  margin-left: 0;
}
.bottom_icon:last-child {
  margin-right: 0;
}
.bootbox-prompt .modal-header .modal-title{color: #555;width: 100%;}
.bootbox-prompt .modal-header .close {
  position: absolute;
  right: 20px;
  top: 0px;
}
.bottom_icon.stop_video {
  background: url("./svgicons/video_icon.svg");
}
.bottom_icon.invite_btn {
  background: url("./svgicons/select_invite_icon.svg");
}
.bottom_icon.chat {
  background: url("./svgicons/chat_icon.svg");
}
.bottom_icon.screen_share {
  background: url("./svgicons/share_icon.svg");
}
.bottom_icon.screen_share.active {
  background: url("./svgicons/select_share_icon.svg");
}
.bottom_icon.mute {
  background: url("./svgicons/voice_icon.svg");
}
.bottom_icon.cancel {
  background: url("./svgicons/end_icon.svg");
}
.bottom_icon.callon {
  background: url("./svgicons/call.svg");
  width: 32px;
  height: 32px;
  margin: 0;
  margin-top: -2px;
}
.bottom_icon.mute_video {
  background: url("./svgicons/select_video_icon.svg");
}
.bottom_icon.mute_audio {
  background: url("./svgicons/select_voice_icon.svg");
}
.bottom_icon.chat.active {
  background: url("./svgicons/select_chat_icon.svg");
}
.bottom_icon.peoples {
  background: url("./svgicons/people_icon.svg");
}
.bottom_icon.peoples.active {
  background: url("./svgicons/select_people_icon.svg");
}
.bottom_icon {
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
#timer {
  color: #e6e5e5;
  display: none;
  position: fixed;
  left: calc(50% - 235px);
  bottom: 35px;
}
.record {
  background: url("./image/record.png");
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 30px;
  left: calc(50% - 230px);
  background-size: cover;
  cursor: pointer;
}
.record.active {
  background: url("./image/stop-record.png");
  background-size: cover;
  bottom: 40px;
}
.record.active #timer {
  display: block;
  bottom: 18px;
}
/**/

.fa.fa-times {
  cursor: pointer;
  width: 14px;
  height: 14px;
  float: right;
  display: block;
  background: url("icons/cancel.png");
}
.disabled {
  opacity: 0.1;
}
.ddisabled {
  opacity: 0.1;
}
.chat_count {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: #ff0000;
  border-radius: 50%;
  overflow: hidden;
  color: #ff0000;
  display: none;
}
.chat_count {
  animation: blinkingText 1.2s infinite;
}
@keyframes blinkingText {
  0% {
    background: #ff0000;
  }
  49% {
    background: #ff0000;
  }
  60% {
    background: transparent;
  }
  99% {
    background: transparent;
  }
  100% {
    background: #ff0000;
  }
}
#videolocal video{
  border:2px solid #f9c130;
}
#videos-container {
  position: fixed;
  top: 0;
  left: 150px;
  display: none;
  height: calc(100vh - 100px);
  overflow-x: auto;
  z-index: 999;
  width: calc(100vw - 300px);
}
#videos-container.active{
  left: 0px;
}
.nouser {
  text-align: center;
  display: block;
  vertical-align: middle;
  padding-top: 18%;
  height: calc(100vh - 100px) !important;
  position: absolute;
  left: 0;
  right: 0;
  background: transparent !important;
  float: none !important;
}
#screencapture {
  position: fixed;
  top: 0;
  left: 0px;
  display: none;
  height: calc(100vh - 80px);
  overflow-x: auto;
  z-index: 9999;
  width: calc(100vw - 100px);
}
.menu_main {
  position: absolute;
  bottom: 15px;
  display: block;
  right: 15px;
}
.settings {
  height: 30px;
  width: 30px;
  background: url("./svgicons/menu_icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  display: block;
}
.settings:hover {
  background: url("./svgicons/menu_icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1400px) {
  .m-txt {
    font-size: 22px;
  }
  #start-div .form-group label {
    font-size: 17px;
  }
  .m-txt1 {
    font-size: 15px;
  }
  #start-div input {
    font-size: 16px;
  }
  #start-div .joinmeeting {
    padding-top: calc(100vh - 600px);
    max-width: 500px;
  }
  .mid-container {
    max-width: 380px;
  }
}

/* menu */
.menu_main {
  display: block;
  position: absolute;
  top: 15px;
  margin: 0;
  right: 15px;
  z-index: 99999;
}
.menu_main li {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.menu_main li:hover .sub-menu {
  max-height: 300px;
  visibility: visible;
  top: 30px;
  transition: all 0.4s linear;
  z-index: 99999;
  background: #ffff;
  width: 120px;
  color: #000;
  border-radius: 5px;
  box-shadow: 0px 1px 5px 1px;
  padding: 5px;
}
.menu_main .sub-menu {
  display: block;
  visibility: hidden;
  position: absolute;
  left: 0;
  box-shadow: none;
  max-height: 0;
  width: 120px;
  overflow: hidden;
  margin-left: -90px;
}
.menu_main .sub-menu li {
  display: block;
  padding: 5px 0px;
  border-top: 1px solid #ccc;
}
.menu_main .sub-menu li:first-child {
  border-top: 0px solid transparent;
}

.menu_main select {
  max-width: 100%;
  height: 100%;
  border: 0px;
  -webkit-appearance: button;
  -moz-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-padding-end: 20px;
  -moz-padding-end: 20px;
  -webkit-padding-start: 2px;
  -moz-padding-start: 2px;
  background-color: #ffffff;
  background-image: url("./image/select-arrow.png"),
    -webkit-linear-gradient(top, #ffffff, #ffffff); /* For Chrome and Safari */
  background-image: url("./image/select-arrow.png"),
    linear-gradient(to bottom, #ffffff, #ffffff); /* Standard syntax; must be last */
  background-position: center right;
  background-repeat: no-repeat;
  color: #555;
  font-size: inherit;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.menu_main .sub-menu li.active {
  background: rgba(0, 0, 0, 0.1);
}

#unpublish,#mute,#publish {
  display: none;
  opacity: 0;
}
.version {
  color: #8e8e8e;
  width: 100%;
  padding-top: 30px;
  text-align: center;
}
#chatmaindiv{width: 300px;position:fixed;right: 0;top: 0;height: 100%;background:transparent;display: none;z-index: 9999;}
.chrome-notice{color: #ff0000;text-align: center;}



/* loader */
.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: absolute;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  top:-40px;
  right: 20px;
  display: none;
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #077cc1;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.bootbox.modal.fade.in {
  opacity: 1;
}

.bootbox .modal-dialog {
    margin-top: 75px;
}
.bootbox-close-button{
  margin-top: 0px!important;
}

.back-arrow{
  background-image: url(../images/back-arrow.svg);
  width: 30px;
  height: 20px;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  background-size: contain;
  display: block;
  cursor: pointer;
}

/* site css */
.resend_otp{    color: #077cc1; text-align: center; display: block; cursor: pointer;}
.resend_msg{ color: #9a9a9a; text-align: center; padding-top: 20px; }
.shadow-sm.custom-nav-expand {
  position: fixed;
  top: 0;
  z-index: 999999999;
  width: 100%;
  padding: 12px 15px!important;
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

#start-div .container-scroller .joinmeeting .otp{
  display:inline-block;
  width:70px;
  padding: 20px;
  margin:5px;
  text-align:center;
}
.otp-group{
  margin: 10px auto;
  width: 335px;
}
body.ar .otp-group{
  direction: ltr;
}
.main-content-scroll-one {
/*padding-top: 40px;*/
}
.navbar-nav .nav-item.dropdown.megamenu .text-primary{
color: #4b83fc !important;
}
.mvlogo-size-app1.f2{display: block;}
.mvlogo-size-app1.f1{display: none;}

@media (max-width:991px) {
.mvlogo-size-app1.f1{display: inline-block;}
.mvlogo-size-app1.f2{display: none;}

.is_chat1 .navbar-expand-lg .navbar-nav .nav-link {
color: #222;
}
.navbar-nav-last-dotted-pic.dotted-list-navbarmobile{
  display:block;
}
#navbarContent .navbar-nav .m-navitemone{
margin: 5px 0px!important;
max-width: 125px!important;
text-align: center;
}
#navbarContent .navbar-nav .m-navitemone .nav-right-cutom-bg{
    box-shadow: 0 4px 6px 0 rgba(7, 184, 193, 0.3);
}
}
.error,.server-error{
  display: block;
  width: 100%;
  font-size: 14px!important;
  color: #fa0000!important;
}
.navbar .dropdown .dropdown-toggle:after{
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
  color: #ffffff;
}
.navbar-light .navbar-nav .nav-item:focus .nav-link, .navbar-light .navbar-nav .nav-item:hover .nav-link,.navbar .dropdown:hover .dropdown-toggle:after{
  color: #077cc1;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
  color: #077cc1;
  border-bottom: 2px solid #077cc1;
}
.dropdown-menu .text-primary{color: #077cc1!important;}
.nav-profile.dropdown:hover .dropdown-menu {display: block}
.dropdown-menu{top: 80%;}
/* end site css */


.showname{
  position: absolute;
  display: block;
  bottom: 15px;
  left: 15px;
  padding: 5px 15px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 15px;
  font-weight: 700;
  text-transform: capitalize;
  box-shadow:  0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.copy-text-div{cursor: pointer;}
.modal-dialog .modal-title,.modal-dialog #share_link{color:#555;font-weight: 400;}
.color-gray{color: gray;}
.copy-url-img{display: inline-block;width: 20px;height: 20px;content: "";background-image: url("./svgicons/copy.svg");background-size: cover;float: left;}
.add-people-img{display: inline-block;width: 25px;height: 25px;content: "";background-image: url("./svgicons/invite-plus.svg");background-size: cover;float: left;}
.copy-url-text{display: inline-block;margin-left: 5px;}
.add-people{display: block;width: 100%;cursor: pointer;}
.invite-icon{display: inline-block;width: 25px;height: 25px;content: "";background-image: url("./svgicons/invite.svg");background-size: cover;float: left;}
.invite-text{color: #126A3B;
  padding: 0 0 0 5px;
  line-height: 27px;
  font-weight: 400;}
.invite-main{
  border-bottom: 3px solid #126A3B;
  padding-bottom: 10px;
  position: absolute;
  left: calc( 50% - 40px );
  top: -37px;
  cursor: pointer;
}

.inviteinput{
  border: none!important;
  outline: none;
  box-shadow: none;
}
.suggested-div{display: block;width: 100%;}
.suggest-media{display: block;width: 100%;    margin: 0px!important;
  padding: 0;overflow-y: auto;max-height: 180px;}
.suggest-media .media-heading{color: #555555;
  font-size: 1rem;
  line-height: 30px;
  padding-left: 10px;
}
.modal-content{
  border-radius: 1.3rem;
}
.circle-img{ display:block;padding: 5px 12px;border-radius: 50%;color: #eee;}
.suggest-media li{padding: 5px 0px 5px 10px;cursor: pointer;overflow: hidden;}
.suggest-media li.active{background: #ddd;}
#staticPeople .modal-footer{padding: 15px;}



/* Loading ring css */
.box-relative{position: fixed;width: 100%;height: 100%;display: none;background: rgba(0, 0, 0, 0.8  );top:0;left: 0;z-index: 99999}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  margin-top:calc( 25% - 100px );
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #fff;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

button:focus{outline: none;}

/* new css */

.navbar .nav-right-cutom-bg-1{
  background-color: #4131ff;
  box-shadow: none;
}
.navbar .nav-right-cutom-bg{
 box-shadow: none;
}
.navbar .nav-right-cutom-bg-1:hover,.navbar .nav-right-cutom-bg-1:active{
  background-color: #4131ff;
}


.navbar .nav-right-cutom-bg-1{
  background-color: #4131ff;
  box-shadow: none;
}
.navbar .nav-right-cutom-bg{
 box-shadow: none;
}
.navbar .nav-right-cutom-bg-1:hover,.navbar .nav-right-cutom-bg-1:active{
  background-color: #4131ff;
}
@media (max-width: 444px) {
  .otp-group{
    width: 100%;
    margin: 5px auto;
  }
  #start-div .container-scroller .joinmeeting .otp{
    width: calc( 25% - 13px );
    padding: calc( 15% - 20px );
    margin: 5px;
  }
  #verify_otp{font-size: 18px;}
}
@media (max-width: 580px) {
  .main-view-content-wra-mirror{
    background-size: cover!important;
  }
}
@media(max-width: 767px) {
  .m-txt-mobile-view {
    width: 90%;
    margin: 35px auto;
  }
 .container-scroller .joinmeeting{
  margin-top: 90px!important;
 } 
}
@media(max-width: 991px) {
  .mvlogo-size-app1.f2{
    display: none;
  }
  .is_chat1 .navbar-expand-lg .navbar-nav .nav-link{
    padding: 7px 5px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal!important;
    letter-spacing: normal;
    color: #222!important;
  }
}
@media(min-width: 992px) {
  .mvlogo-size-app1.f1{
    display: none;
  }
}
.waiting_title{
  color: #777;
    text-align: center;
    padding: 30px 0;
}

#meeting_title{
  color: #ccc;
    text-align: center;
    padding: 20px 0;
}