body{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    
	
	
}

@font-face{ font-family:mrgvlovani;	src:url(bpg_mrgvlovani_2009.ttf)
  }
  .geotext{font-family:mrgvlovani!important;}

@font-face{ font-family:Lobster; src:url(Lobster-Regular.ttf)
  }
  

.logo{    
    z-index: 1;
    display: block;    
    position: absolute;
    margin-left: 10px; 
    margin-top: 5px;      
}

.entry-modal{
    border: 1px solid black;
    width: 300px;
    margin: auto;
    z-index: 9999;
    position: absolute;
    left: 50%;
    top: 70;
    margin-left: -150px;
    padding: 5px;
    color: #fff;
    background-color: black;
    text-align: center;
}

#notification{
    position: absolute;
    z-index: 2;
    text-align: center;
    color: #fff;
    margin: 0;
    top: 47.33px;
    font-size: 18pt;
    width: 100%;
    background-color: orange;
}


.room-input{
  border: none;
  padding:5px;
  border-color: orangered !important;
  border-style: solid !important;
  border-width: medium !important;
}

button{
    margin: 3px;
    padding: 5px;
}
  /* Default: mobile and tablet - fullscreen remote video */
#remote-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover; /* fills screen without distortion */
  z-index: -1;       /* behind all UI elements */
  background-color: black; /* fallback */
}

/* Local video preview overlay on top */
  #local-video {
    top: 20px;
    right: 20px;
    width: 85px;
    height: 151px;
    object-fit: cover;    
    z-index: 1;    
    background-color: black;
    position: absolute;
    border-radius: 10px;
  }

/* Desktop screens: remote video covers half the screen and is centered */
@media screen and (min-width: 1025px) {
  #remote-video {
  position: fixed;
  top: 0;
  left: 50%;
  width: 50vw;
  height: 100vh;
  object-fit: cover; /* fills screen without distortion */
  z-index: -1;       /* behind all UI elements */
  background-color: black; /* fallback */
  }

  #local-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100vh;
  object-fit: cover; /* fills screen without distortion */
  z-index: -1;       /* behind all UI elements */
  background-color: black; /* fallback */
  }
}  

  /* Controls and titles should have higher z-index */
  .control-btn, .title {
    position: fixed;
    z-index: 20;
  }


.meet-controls-bar{
    bottom: 0;
    background-color: transparent;
    left: 0;
    position: fixed;
    width: 100%;   
}

@media (max-width: 600px) {
  .screen-share-btn {
    display: none !important;
  }
}

.pill-end {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
}

.pill-start {
  border-top-left-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}



