body {
    height: 100vh;
    width: 100vw;
    margin: 0;
    background-color: #4c4c4c;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}
#meet {
    width: 50%;
    height: 100%;
}
#setup {
    background-color: white;
    padding: 1rem;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.3);
}
#sldp_player_wrapper {
    width: 50%;
    height: 100%;
}
.sldp_player_wrp video {
    background-color: black !important;
    background-position: center !important;
    background-size: 150px !important;
    background-repeat: no-repeat !important;
}
.sldp_mobile_ctrl,.sldp_btn {
    color: #069caa !important;
}
.sldp_volume_slider,.sldp_volume_thumb {
    background-color: #069caa !important;
}
.btn {
    background-color: #069caa;
    border: 2px solid #069caa;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
  }
  
  .btn:hover {
    background-color: white; 
    color: black; 
  }
  .btn-list {
      list-style-type: none;
  }
