/* $Id$ */
body {
  background-color: var(--zm-white) !important;
}
label {
  margin-bottom: 0 !important;
}
#main_con{
  margin:0 auto;
  padding: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}


.joincontainer1 {
  margin:20px auto;
}

.nameLabel {
  margin-right: 10px;
  font-size:13px;
}
#uname {
  display: block;
  margin-top: 6px;
}
#uname_error {
  display: none;
    color: #f2302e;
    font-size: 13px;
    padding-top: 5px;
}
.meeting_join_status_2{
  font-size: 16px;
  margin: 15px 0px 30px;
  line-height: 25px; 
}
.loader_box {
  height:10px;
  margin: 15px auto;
  margin-top: 25px;
  width:70px;
}
.loader {
  position: relative;
}
#topic_field{
  font-size: 32px; 
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  max-width:70%;
}
.flexDiv{
display : flex;
flex-direction:column;
justify-content:center;
align-items:center;
padding: 25px 0;
}
.loader span {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #414851;
  border-radius: 50%;
  transform: scale(1, 1);
  transition: transform 0.2s ease-out;
}
#uname_character_not_allowed{
    display: none;
    text-align: center;
    color: #f2302e;
    font-size: 13px;
    padding-top: 5px;
}
#keyLabel {
  margin-left: 0px;
  font-size:13px;
}

#pwdLabel {
  margin-left: 0px;
  font-size:13px;
}       

#password{
  display: block;
  margin-top: 6px;
}
/* #pwdContainer {
  display: none;
} */
#meeting_key{
  display: block;
  margin-top: 6px;
}

/*     .inValidMsgKey{
  text-align: right;
  margin-left:0px;
  color: #f2302e;
  font-size: 13px;
  padding-top: 5px;
} */

#key_error {
  display: none; 
  text-align: right;
  /* margin-left: 170px; */
  color: #f2302e;
  font-size: 13px;
  padding-top: 5px;
}       
#pwd_error , #electron_uname_error{
  display: none; 
  text-align: right;
  /* margin-left: 170px; */
  color: #f2302e;
  font-size: 13px;
  padding-top: 5px;
}

#internet_error {
  display: none;
  width: 280px;
  margin: 0 auto;
  color: #f2302e;
  font-size: 13px;
  padding-top: 5px;
  text-align: right;
}

.mob_con {
width:100%;
}
.line_br{
  border-top:dashed 1px #999; 
}
.ios_msg{
  margin-top:20px;
}
.appStoreBtn {
  margin:0px;
}


/* .joinBtn {
  padding: 10px 16px;
border: none;
color: #fff;
font-size: 14px;
background-color: #10bc83;
text-transform: uppercase;
cursor: pointer;
margin-top: 30px;
  -webkit-appearance: none;
} */
.meeting_join_status_4{
  padding: 10px 16px;
  border-radius: 19px;
  line-height: normal;
border: none;
color: #fff;
font-size: 14px;
cursor: pointer;
margin-top: 30px;
margin:auto;
  -webkit-appearance: none;
}

.inp-bor{
border: 1px solid #f05a5c !important;
}

    
.load-container,.load-container2 {
    width: 24px;
    position: relative;
    left: 5px;
    top: 1px;
}

 #date_time_field{font-size: 30px;
    font-weight: 300;
    }
.load-container2{
  margin:auto;
  top:16px !important;
}

.load8 .loader {
    font-size: 10px;
    position: relative;
    left: 6px;
    top: 2px;
    text-indent: -9999em;
    border-top: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    border-left: 2px solid #1f8dd6;
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.load8 .loader,
.load8 loader:after {
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: inline-block;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#presenter_details{
  font-size: 16px;
  width:fit-content;
  margin: auto;
  display: inline-block;
  margin-top:20px;
}

#presenter_photo{
  width: 60px;
  height: 60px;
  margin: auto;
  display: inline-block;
  position: relative;
  border-radius: 50%;
}

#presenter_crown{
  background-color: white;
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -3px;
    right: -3px;
    border-radius: 50%;
}
#presenterImg{
	float:left;
}
#presenter_name{
  font-size: 20px;
  font-weight: 400;
  margin: auto;
  display: inline-block;
  margin-left: 15px;
}
.join_header_browser .join_logo_1
{
	float:left;
}
.formCon{
    float:right;
}
#join_page_status_text{
  background-color: #FDEBE6;
  padding: 30px;
  width:600px;
  margin: auto;
  margin-top: 20px; 
  font-size: 18px;
  border-radius: 10px;
}

/*.meeting_join_status_4{
  background-color: #2153C4;
  cursor:pointer;
  border-radius: 5px;
  padding: 10px 4px;
  width: 200px;
  margin: auto;
  border: none;
  color: white;
}*/

.meeting_join_status_1{
  font-weight:bold;
}
.main_con_android {
  display: flex;
     height: calc( 100% - 50px);
     text-align: center;
     padding: 12px;
     overflow-y: auto;
}
.main_seccon_android {
  margin: auto; 
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 85vh;
}
.main_con_android p {
  padding: 4px;
  font-size: 16px;
  margin-top: 10vh;
}
.main_con_android button {
  padding: 10px 30px;
  margin-top: 10px;
  border-radius: 25px;
  font-size: 12px;
}
.body_container {
  height: 100%;
}
.captcha-img {
  width: 200px;
    height: 70px;
    border: 1px solid #E9E6E6;
    border-radius: 4px;
}
#captcha-con {
  display: none;
}
#captcha_error {
    display: none;
     color: #f2302e;
     font-size: 13px;
     padding: 10px; 
}
.refresh-captcha {
  background: url(../images/captcha-refresh.4476ad1bb5798a342c5e7e2936f74d63.svg) no-repeat;
  height: 27px;
    width: 24px;
    display: inline-block;
    position: relative;
    margin-left: 5px;
    cursor: pointer;
}
.signIn{
	font: normal normal normal 16px/26px Lato !important;
    text-align: center;
    max-width: 500px;
}
.refLink{
	text-decoration: none;
    color: #333333;
    display: inline-block;
}
.hostSignInBlock{
	display: flex;
    justify-content: center;
}
.removeDefaultStyleForButton{
	background: none;
    border: none;
    text-decoration: none;
    font-size: 16px;
    outline: none;
    padding: 0;
}
.signInButton{
	color: #006AFF;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}
.mT10{    
        margin-top: 10px;
}       
.mT100{ 
        margin-top: 100px;
}         
.meeting_join_status_5{
    display: block;
    background-color: #0352cc;
    padding: 10px 16px;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer; 
    margin-top: 30px!important;
    margin: auto;
    -webkit-appearance: none;
}

@media only screen and (max-height: 575.98px) and (orientation: landscape){
  .jOrsViaBrowserBtn{
    margin-bottom: 30px;
  }
  #main_con{
    height: calc(90% - 50px);
  }
  .meeting_join_box{
    height: calc(90% - 50px);
  }
  .hostSignInBlock{
    margin-top: 0px !important;
  }
}
/* for mobile devices no box-shadow and set width in .JoinPageBox*/
@media only screen and (max-width: 768px) {
  #main_con {
      height: calc(90% - 50px);
  }
  #join_page_status_text{
    width: 94%;
  }
  #presenter_photo{
    width: 50px;
    height: 50px;
  }
  .main_con_android {
    overflow-y: auto;
    height: calc( 100% - 50px);
    padding: 0px;
  }
  .flexDiv{
    margin-top: 3vh;
  }
  #join_page_title{
    margin-bottom: 8vh;
  }
  .main_con_android button{
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    width: 155px;
  }
  #presenter_name{
    max-width: 50vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .main_con_android p{
    font-weight: 600;
    margin-bottom: 8px;
  }
  .nameLabel {
    font-size: 14px;
  }
  #date_time_field {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #topic_field {
    font-size: 30px !important;
  }
  .hostSignInBlock{
    height: 10%;
    align-items: center;
    padding: 0px 10px 0px 10px;
  }
  .signIn{
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
  }
}

@media only screen and (max-width: 240px) {
  #main_con {
      height: calc(90% - 50px);
      overflow-y: scroll;
  }
  #join_page_title{
    margin-bottom: 0px;
  }
}
