html,
body {
    height: 100%;
    overflow: auto;
}




body {
    background: lightgrey;
    color: rgba(0, 0, 0, 0.87);
    font-family: Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

#message {
    background: white;
    max-width: 360px;
    margin: 100px auto 16px;
    padding: 32px 24px;
    border-radius: 3px;
}

#message h2 {
    color: #ffa100;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 8px;
}

#message h1 {
    font-size: 22px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.6);
    margin: 0 0 16px;
}

#message p {
    line-height: 140%;
    margin: 16px 0 24px;
    font-size: 14px;
}

#message a {
    display: block;
    text-align: center;
    background: #039be5;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    padding: 16px;
    border-radius: 4px;
}

#message,
#message a {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#load {
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    font-size: 13px;
}



.pulsate {
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.5;
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.5;
    }
}

#header {
    width: 100%;
    /* border: solid 1px red; */
    background-color: #5f308d;
    font-family: Helvetica, sans-serif;
    height: 100px;
    /* padding-bottom: 4px; */

    position: sticky;
    top: 0;
    z-index: 1000;

}

#header .left {
    float: left;
    /* align-content: center;
    vertical-align: middle; */
    padding-top: 10px;
    padding-left: 10px;
    /* padding-right: 50px;
    padding-bottom: 10px; */
}

#header .middle {
    /* float: left; */
    color: white;
    /* padding-top: -5px; */
    /* margin-top:-10px; */
    /* padding-left: 100px; */
    font-size: 30px;
    /* width: 920px; */
    text-align: center;
}

#header .right {
    float: right;
    padding-right: 12px;
    font-size: 20px;
    color: white;
    margin-top: 20px;
    width: 160px;
    word-wrap: break-word;
    text-align: center;

}

.buttonsRow {
    height: 20px;
    float: left;
    align-content: center;
    vertical-align: middle;
    width: 100%;
    /* padding-top: 10px; */
}

.buttonsCenter {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttonsRowDq {
    /* height: 20px; */
    float: left;
    align-content: center;
    vertical-align: middle;
    width: 100%;
    padding-bottom: 7px;
}

.buttonsCenterDq {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 3px;
    padding: 0 15px;
    border-radius: 4px;
    color: white;
    /* background: transparent; */
    line-height: 1.15;
    font-size: 15px;
    height: 30px;
    word-spacing: 0px;
    letter-spacing: .0892857143em;
    text-decoration: none;
    text-transform: uppercase;
    /* min-width: 64px; */
    /* border: 1px solid white; */
    text-align: center;
    transition: background 280ms cubic-bezier(0.4, 0, 0.2, 1);

    :hover {
        background: #f4f4f4;
    }

    padding-top: 2px;
    margin-left: 5px;
    margin-right: 5px;
    align-content: center;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.1);

}

.button.selected {
    background-color: #5f308d;
    /* or any color that matches your theme */
    color: white;
    font-weight: bold;
    border: 2px solid white;
}

.buttonDq {
    display: inline-block;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 3px;
    padding: 0 15px;
    border-radius: 4px;
    color: white;
    /* background: transparent; */
    line-height: 1.15;
    font-size: 15px;
    height: 35px;
    word-spacing: 0px;
    letter-spacing: .0892857143em;
    text-decoration: none;
    text-transform: uppercase;
    /* min-width: 64px; */
    /* border: 1px solid white; */
    text-align: center;
    transition: background 280ms cubic-bezier(0.4, 0, 0.2, 1);

    :hover {
        background: #f4f4f4;
    }

    padding-top: 2px;
    margin-left: 5px;
    margin-right: 5px;
    align-content: center;
    vertical-align: middle;
    /* background: rgba(36, 19, 55, 0.1); */
    height: 40px;

}


#header img {
    width: 50px;
    /* padding-left: 20px;
    padding-top: 5px; */
}

/* Clear floats in header so content starts below */
#header::after {
    content: "";
    display: table;
    clear: both;
}

/* Ensure main content clears header floats */
#main {
    clear: both;
}

/* #main {
    width: 100%;
    float: left;
} */
#main {
    /* height: calc(100% - 140px - 50px); */
    /* subtract header and footer height */
    overflow: visible;
    display: flex;
    flex-direction: column;
}


#left {
    /* float: left; */
    width: 100%;
    /* height: 1000px; */
    background-color: lightgray;
    /* border: solid 1px blue; */
    font-family: Helvetica, sans-serif;
    color: #5f308d;
}

.card {
    /* padding-top: 2px;
    padding-left: 20px; */
    padding-bottom: 2px;
    /* padding-right: 5px; */
    margin: 10px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
    color: #5f308d;
    font-weight: 100;
}

h3 {
    font-size: 20px;
    font-weight: 100;
}

td {
    padding-left: 20px;
    border-top: 2px dashed lightgrey;
}

#right {
    float: left;
    padding-right: 0px;
    height: 735px;
    overflow: scroll;
    width: 100%;
    /* padding-top: 10px; */
    /* border: solid 1px green; */
}

#rightDQ {
    float: left;
    padding-right: 0px;
    width: 100%;
    /* margin-left: 20px; */
    padding-bottom: 50px;
}





#div_iframe {
    /* height: 585px; */
    width: 100%;
    overflow: auto;

    zoom: 1;
    -moz-transform: scale(1.25);
    -moz-transform-origin: 0 0;
    -o-transform: scale(1.25);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(1.25);
    -webkit-transform-origin: 0 0
}

#middleCard {
    padding-left: 10px;
}

#bottomCard {
    position: absolute;
    bottom: 0px;
    font-size: 56px;
    margin: 10px;
    padding-left: 10px;
    padding-right: 10px;

    text-align: center;
    /* border: 2px solid #5f308d; */
    color: #5f308d;
    width: 960px;
}

/* iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
} */

#iframeid {
    /* width: 690px;
    height: 1000px;  
    overflow: scroll;
    border: blue 1px solid; */
    /* height: 100%;
    width: 655px; */
    /* background-color: coral; */
}

.appstore {
    width: 220px;
    padding-left: 25px;
}

.appstore img {
    width: 100%;
}


input.larger {
    width: 25px;
    height: 25px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
}

#powered {
    float: left;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 25px;
    color: darkgray;

}

.falsestartFooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    float: left;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 25px;
    color: darkgray;
}

.falsestartLogo{
    float: left;
    
}

.falsestartLogo img {
    width: 50px;
}

.falsestartPowered {
    float: right;
    font-size: 12px;
    padding-top: 18px;
    padding-left: 25px;
    color: darkgray;
}

.falsestartPowered img {
    float: right;
    width: 90px;
    padding-right: 35px;
    margin-top: -6px;
    padding-left: 2px;
}

.footer img {
    float: right;
    width: 100px;
    padding-right: 20px;
    padding-bottom: 1px;

}

button,
input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    background-color: #5f308d;
    /* your preferred color */
    color: white;
    border: none;
    padding: 10px 16px;
    font-size: 16px;
    border-radius: 4px;
    font-family: inherit;
    text-transform: uppercase;
}
/* Center .grid content and limit .grid > div width, and center #dqResultsDisplay */

.grid {
  justify-content: center;
}

#dqResultsDisplay {
  max-width: 1024px;
  margin: 0 auto;
}

.grid > div {
  width: 100%;
  max-width: 330px;
}

/* Responsive stack for meet details on mobile */
@media (max-width: 768px) {
  /* Stack the two columns vertically */
  .card > div[style*="display:flex; gap:1rem;"] {
    flex-direction: column !important;
    align-items: stretch;
  }
  /* Ensure inputs and images fill available width */
  .card input,
  .card img {
    max-width: 100%;
  }
  /* Align the QR and sessions sections full width */
  .card > div > div {
    width: 100% !important;
  }
}