body {
    background: #eceff1;
    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;
}

@media (max-width: 600px) {
    #message {
        margin-top: 0;
        background: white;
        box-shadow: none;
    }
}

button {
    margin: 0.2em 0.1em;
}

div#videos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

div#videos > video {
    background: black;
    width: 640px;
    height: 100%;
    display: block;
    margin: 1em;
}

/* unitrix */
body {
    height: 100%;
    margin: 0px;
}

.connectBtn {
    justify-content: center;
    display: flex;
}
.btn,
.btn-small {
    background: #4b6cb7;
    background: -webkit-linear-gradient(to right, #182848, #4b6cb7);
    background: linear-gradient(to right, #182848, #4b6cb7);
    margin: 0 10px;
    text-transform: capitalize !important;
}
#cameraBtn {
    display: block;
}
#createBtn {
    display: none;
}
#joinBtn {
    display: none;
}
.joinContent {
    display: flex;
    justify-content: flex-end;
}
#openJoinModal {
    display: none;
}
.gradi {
    height: 100vh;
    background: #4b6cb7;
    background: -webkit-linear-gradient(to right, #182848, #4b6cb7);
    background: linear-gradient(to right, #182848, #4b6cb7);
}
#localVideo {
    top: 10px;
    right: 10px;
    display: none;
    width: 18vw;
    position: absolute;
    z-index: 9;
    padding: 2px;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
    border-radius: 4%;
    background: linear-gradient(to right, rgb(24, 40, 72), rgb(75, 108, 183));
}
.remoteContent {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#remoteVideo {
    min-width: 100%;
    min-height: 100%;

    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;

    /* Center the video */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.controls {
    position: fixed;
    bottom: 0px;
    background: #212121;
    width: 100%;
}
.controls .row {
    margin: 0px !important;
    text-align: center;
}
.controls a {
    color: #bdbdbd !important;
    padding: 8px;
}
.controls span {
    font-size: 12px;
}
.controls i {
    margin: 0 5px;
}

i.left {
    margin-right: 5px !important;
}
.fixed-action-btn {
    right: 1% !important;
    padding-top: 0px !important;
    bottom: 9% !important;
}
.fixed-action-btn ul {
    bottom: 40px !important;
}
.fixed-action-btn .btn-floating {
    background-color: #212121 !important;
    color: #bdbdbd !important;
}

.tiny {
    font-size: 1rem !important;
}

.material-tooltip .tooltip-content{
  font-size:12px;
  padding: 0px;
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .fixed-action-btn {
        right: 3% !important;
        bottom: 12% !important;
    }
  }
.stopSS{
    display: none;
}