.customer-styles .live-body {
    padding: 0;
    font-family: 'OpenSans', 'DroidSans';
    font-size: 16px;
    width: auto;
    height: 100%;
  }
  
  .customer-styles .live-body .live-body-inner {
    margin: 0;
    overflow: hidden;
  }
  
  .customer-styles .live-separator {
    width: 25%;
    margin: 30px auto;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
  }
  
  .customer-styles .header-bg-live {
    margin: 20px;
  }
  
  .customer-styles .header-bg-live .header-live {
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .customer-styles .header-bg-live .header-live .logo-live-a {
    position: relative;
    height: auto;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  
  .customer-styles .header-bg-live .header-live .logo-live-a .logo-live-word {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  
  .customer-styles .header-bg-live .header-live .header-button {
    padding: 10px;
    border: 2px solid #90a4ae;
    cursor: pointer;
    margin: 20px 0 10px;
    width: 100%;
    text-align: center;
  }
  
  @media (min-width: 681px) {
    .customer-styles .header-bg-live .header-live .header-button {
      width: unset;
      margin: 0;
    }
  }
  
  .customer-styles .header-bg-live .header-live .header-button .programm-button {
    color: #90a4ae;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
  }
  
  .customer-styles .header-bg-live .header-live .header-button.header-admin {
    cursor: unset;
    color: #90a4ae;
    text-transform: uppercase;
    font-weight: bold;
  }
  
  .customer-styles .live-content-outer {
    overflow: hidden;
  }
  
  .customer-styles .live-content-outer .live-admin-api {
    color: #90a4ae;
    margin: 0 auto;
   padding: 20px;
  }
  
  .customer-styles .live-content-outer .live-admin-api {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    max-width: 1200px;
    margin: 0 auto;
    max-width: 300px;
  }
  
  .customer-styles .live-content-outer .live-admin-api hr {
    border: 0;
    border-top: 1px solid white;
    height: 1px;
    width: 100%;
  }
  
  .customer-styles .live-content-outer .live-admin-api label {
    width: 100%;
  }
  
  .customer-styles .live-content-outer .live-admin-api input[type="checkbox"]:checked + label::before {
    background-color: #ff1744;
  }
  
  .customer-styles .live-content-outer .live-admin-api label[for="showattendees"]::before {
    content: " ";
    width: 20px;
    height: 20px;
    border: 1px solid #90a4ae;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 6px;
    cursor: pointer;
  }
  
  .customer-styles .live-content-outer .live-admin-api select,
  .customer-styles .live-content-outer .live-admin-api input {
    width: 100%;
    font-size: 21px;
    border: unset;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .customer-styles .live-content-outer .live-admin-api .submit-message {
    color: #17ff5d;
  }
  
  .customer-styles .live-content-outer .live-admin-api .submit-message.error {
    color: #ff1744;
  }
  
  .customer-styles .live-content-outer .live-admin-api .admin-submit-btn {
    width: 100%;
    padding: 10px 20px;
  }
  .customer-styles .live-content-outer .live-error {
    color: #ff1744;
  }