#buttonVideo{
  border: none;
  border-radius: 0;
  padding: 4px;
  height: 40px;
  margin: 0;
}

#buttonVideo:hover{
  background-color: #f2f2f2;
}


#videoButtonText{
  display: flex;
  align-items: center;
  color: black;
  font-size: 16px;  
  line-height: 30px;
}
#videoButtonText:hover, #videoTextContainer:hover{
 color: #0092cb;
}

#videoButtonText span{
  color: grey;
  line-height: 30px;
}
#overlay, #overlayVideo {
		display: none;
		position: fixed;
		top: 0;
		bottom: 0;
		background: #999;
		width: 100%;
		height: 100%;
		opacity: 0.8;
		z-index: 100;
    left: 0;
	}
	#popup, #popupVideo {
		display: none;
		position: fixed;
		left: 12%;
		background: #fff;
		width: 76%;
		z-index: 200;
	}
	#popup {
		top: 14%;
		height: 83%;
	}
  #popupVideo {
    top: 13vh;
	}
	#popupclose, #popupcloseVideo {
		float: right;
		padding: 10px;
		cursor: pointer;
	}
	.popupcontent {
		padding: 10px;
    display: contents;
	}
	#button, #buttonVideo {
		cursor: pointer;
	}

.popup-row-number{
  display: contents;
}

.row-popup{
  overflow-y: scroll;
  overflow-x: hidden;
  height: 90%;
  margin-top: 3% !important;
  width: auto !important;
  padding: 20px;
  padding-top: 0;
}
.row-popup  .h2{
  font-size: 2rem;
  line-height: 35px;
}
.rich-text-sub-title{
  width: 75%;
  margin: auto;
  font-size: 18px;
  line-height: 26px;
}
.meetings-lib .meetings-page, .meetings-lib .uiLoading{
  height: 73%;
}
#popup ::-webkit-scrollbar ,#popupVideo ::-webkit-scrollbar{
    -webkit-appearance: none;
    width: 7px;
}

#popup ::-webkit-scrollbar-thumb, #popupVideo ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px hsl(0deg 0% 100% / 50%);
}

.requesDemoPopUp,.requesDemoPopUpMobile,.requesDemoPopUpVideo{
    background-color: #fff;
    border: 2px solid #0057b7;
    border-radius: 10px;
    box-sizing: border-box!important;
    color: #0057b7;
    display: inline-block;
    font-family: Proxima Nova W02 Bold,sans-serif;
    font-size: 18px;
    height: 46px;
    letter-spacing: .36px;
    line-height: 42px;
    padding: 0 22px;
    text-decoration: none;
}
.requesDemoPopUpMobile a{
    color: #0057b7;
    text-decoration: none;
}

@media screen and (max-width: 767px){
  .row-popup{
    overflow-x: scroll;
  }
  
  #popup, #popupVideo{
    top:15%;
    left:5%;
    width:90%;
  }
}

@media screen and (max-width: 1024px){

  .requesDemoPopUp{
    display: none;
  }
}

@supports not (-webkit-touch-callout: none) {
  /* CSS for other than iOS devices */ 

@media screen and (max-width: 400px){
  #popup, #popupVideo{
    left:3%;
    width:34%;
  }
 
  }

}
@media screen and (min-width: 1025px){
  .requesDemoPopUpMobile{
    display: none;
  }
}


}
.requesDemoPopUp:hover,.requesDemoPopUpMobile:hover,.requesDemoPopUpVideo:hover{
    background-color: #0057b7;
    border-color: #0057b7;
    color: #fff;
    text-decoration: none;
}

iframe #main {
   background-color: white;
}