html, body {
    font-family: 'Poppins', sans-serif;
    height: 100%;
    max-height: 100%;
    display: flex;
    flex-flow: column;
    height: 100vh;
}
.container {
    width: 100%;
    max-width: 600px;
}
#header {
    padding-top: 15px;
    padding-bottom: 15px;
}
#header img {
    max-width: 200px;
    height: auto;
}
#header.meet img {
    max-width: 40%;
}
#header.meet button.btn {
    box-shadow: none;
    background-image: none;
    text-shadow: none;
    border: none;
    padding: 5px 10px;
    font-size: 13px;
}
#header.meet button.btn:focus {
    outline: none;
}
#header.meet .dropdown {
    width: 28px;
    height: 28px;
    border: solid 2px rgba(51, 51, 51, 0.5);
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-left: 10px;
}
.dropdown-menu>li>a {
    padding: 3px 15px;
}
#header.meet .dropdown a {
    color: #333;
    width: 100%;
    height: 100%;
    display: inline-block;
}
#header.meet .dropdown a i {
    min-width: 18px;
}
#header.meet .dropdown svg {
    height: 24px;
}
#content {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
#content.container > div {
    height: 100%;
    max-width: 100%;
}
#content.container > div > video {
    height: 100%;
    max-width: 100%;
}
#video.active {
    max-width: 100px;
    height: auto;
    position: absolute;
    bottom: 15px;
    left: 30px;
}
#content .panel {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    overflow: hidden;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    margin-bottom: 0px;
}
#content .panel-heading {
    height: 60px;
    line-height: 40px;
    color: #fff;
    border: none;
    background-image: none;
    background-color: #8cc63f;
}
#content .panel-heading span {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background-color: #FFF;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
#content .panel-heading i {
    color: #8cc63f;
    font-size: 3rem;
}
.btn-primary,
.btn-primary:hover {
    background-color: #8cc63f;
}
img {
    max-width: 100%;
    height: auto;
}
.btn-continue {
    width: 100%;
    display: block;
    border: none;
    text-shadow: none;
    border: none;
    box-shadow: none;
    background-color: #000;
    background-image: none;
    color: #FFF;
}
.btn-continue:hover,
.btn-continue:focus {
    outline: none;
}
#content .panel-body p {
    margin-top: 5px;
    margin-bottom: 12px;
    font-size: 12px;
}
label {
    font-weight: 500;
}
.flex-container {
    display: flex;
    height: calc(100% - 70px);
}
.center-center {
    justify-content: center;
    align-items: center;
}
#footer {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.actions a {
    color: #333;
    padding: 0 10px;
    text-decoration: none;
}
.actions a:focus,
.actions a:hover {
    text-decoration: none;
}
.actions a i {
    margin-right: 2px;
}
i.fa-microphone-slash,
i.fa-video-slash {
    color: red;
}
ul.dropdown-menu {
    font-size: 12px;
}
#header.meet .dropdown ul.dropdown-menu a {
    line-height: 1.5;
}
#video {
    height: 100%;
    max-width: 100%;
}