html, body {
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
    width: 100%;
}

h1, h2, h3, h4, h5, h6, p, button, a, input, textarea {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

b {
    font-weight: 700;
}

a {
    text-decoration: none;
}

button {
    border: 0;
    outline: none;
}

.arrow-div {
    position: relative;
}

.arrow-up {
    border-top: 25px solid #fff;
    border-bottom: 25px solid transparent;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.arrow-down {
    border-top: 25px solid #e0081d;
    border-bottom: 25px solid transparent;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.secondary-arrow {
    border-top: 25px solid #e0081d !important;
}

.bold {
    font-weight: 700 !important;
}

.center {
    text-align: center;
}

.border-box {
    box-sizing: border-box;
}

.padding {
    padding: 25px !important;
}

.noborder {
    border: 0;
}

.uppercase {
    text-transform: uppercase;
}

.primary-bg {
    background-color: #2489c5 !important;
}

.secondary-bg {
    background-color: #fff !important;
}

.tertiary-bg {
    background-color: #eff7f9 !important;
}

.quaternary-bg {
    background-color: #e0081d !important;
}

.alternative-bg {
    background-color: rgba(255, 255, 255, 0.5) !important
}

.red-bg {
    background-color: #d43b31 !important;
}

.primary-txt {
    color: #2489c5 !important;
}

.secondary-txt {
    color: #fff !important;
}

.tertiary-txt {
    color: #e0081d !important;
}

.controlsCopyToClip {
    cursor: pointer;
}

.vv-header h3 {
    font-size: 16px;
    max-width: 
}

.vv-intro {
    text-align: center;
    width: 100%;
}

.vv-intro img {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 335px;
    width: 90%;
/*    width: 444px;*/
}

.vv-generate {
    padding-top: 18px;
    width: 100%;
    cursor: pointer;
    text-align: center;
}

.vv-generate form {
    padding-top: 65px;
    font-weight: 700;
}

.vv-generate form button {
    margin-top: 25px;
    padding: 15px 20px;
    border: 1px solid #ddd;
    width: 170px;
    cursor: pointer;
    font-weight: 700;
}

.vv-generate form input {
    margin-bottom: 18px;
    padding: 15px 20px;
    border: 2px solid #eee;
    width: 170px;
    text-align: center;
    font-weight: 700;
}

.vv-url {
    text-align: center;
    word-break: break-all;
}

.vv-url p {
    margin-top: 42px;
    margin-bottom: 10px;
}

.vv-url h3 {
    margin-top: 0;
    font-size: 16px;
    word-break: normal;
}

.vv-link {
    align-items: center;
    justify-content: center;
    display: flex;
    word-break: break-all;
}

.vv-link p {
    border-radius: 5px;
}

.vv-generate img{
    margin: 25px auto;
    max-width: 255px;
    width: 65%;
}

.vv-url img {
    margin: 0 auto;
    max-width: 85px;
    width: 55%;
}

.vv-bottom p {
    margin: 0;
    padding: 0;
    line-height: 80px;
}

.vv-pre, 
.vv-post {
    position: relative;
    display: flex;
    flex-direction: column;
}

.vv-pre {
    min-height: 100%;
}

.vv-post {
    display: none;
}

.vv-watermark-login p,
.vv-watermark p {
    margin: 0;
    line-height: 51px;
}

@media screen and (min-height: 500px) {
    .vv-watermark-login {
        width: 100%;
        left: 0;
        bottom: 0;
        position: absolute;
    }
}

@media screen and (min-height: 670px) {
    .vv-watermark {
        width: 100%;
        left: 0;
        bottom: 0;
        position: absolute;
    }
}

@media screen and (min-width: 1024px) {
    .vv-header {
        padding-left: 175px !important;
        padding-right: 175px !important;
    }
}

.rounded {
    border-radius: 8px;
}

.arrow-down-chat {
    margin-top: 12px;
    border-top: 15px solid #2489c5;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: -30px;
}

.arrow-down-chat-primary {
    border-top: 15px solid #2489c5;
}

.feedback {
    top: 70px;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    text-align: center;
    padding: 25px;
    z-index: 2;
}

.feedback h1 {
    margin-top: 100px;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #13022C;
    text-transform: uppercase;
}

.feedback h3 { 
    font-family: 'Poppins', sans-serif;
    font-size: 12px; /* 12 15 19 25 31 */
    font-weight: 700;
    color: #13022C;
}

.devices,
.options {
    bottom: 90px;
/*    right: 8px;*/
    left: 50%;
    position: absolute;
    z-index: 3;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
}

.options {
    flex-wrap: nowrap;
    align-items: start;
    width: 300px;
    max-width: 90%;
}

.optionsColumn {
    width: 100%;
}

.optionsColumn button {
    display: block;
    color: #fff;
}

.devices select {
    max-width: 125px;
}

.optionsItem {
    margin-bottom: 6px;
    border: 0;
    background-color: transparent;
    line-height: 36px;
    cursor: pointer;
}

.optionsItem i {
    padding-top: 2px;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    font-size: 25px;
    border-radius: 50%;
}

.optionsItem span {
    font-size: 18px;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #299ca3;
    font-size: 8px;
    margin: 40px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader-smaller {
    color: #eee;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.remoteScreens {
    width: 100%;
    height: calc(100% - 140px);
    display: block;
    flex-wrap: wrap;
    position: relative;
}

.remoteScreen-box {
    width: 50%;
    height: 50%;
    display: block;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    transition: width 0.5s, height 0.5s;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    z-index: 0;
}

.remoteScreen-box-big {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.remoteScreen-box:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 0;
}

.remoteScreen-box:nth-of-type(2) {
    position: absolute;
    top: 0;
    right: 0;
}

.remoteScreen-box:nth-of-type(3) {
    position: absolute;
    bottom: 0;
    left: 0;
}

.remoteScreen-box:nth-of-type(4) {
    position: absolute;
    bottom: 0;
    right: 0;
}

.remoteScreen-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
}

.remoteScreen-box video {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
/*    position: absolute;*/
}

.controls {
/*                margin-left: 50%;*/
    width: 100%;
    height: 70px;
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
/*    background-color: rgba(255, 255, 255, 0.5);*/
    background-color: rgba(255, 255, 255, 1.0);
    text-align: center;
/*                transform: translateX(-50%);*/
} 

.controls .toolbarItem {
    margin-top: 10px;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 3;
    line-height: 50px;
    vertical-align: middle;
}

.controls .toolbarItem i {
    color: #fff;
    font-size: 25px;
    display: inline-block;
}

.controls .toolbarItem-disabled {
    background-color: #bbb !important;
}

.controls .toolbarItemDisabled {
    background-color: #bbb !important;
}

.logo {
    z-index: 2;
    width: 100%;
    height: 70px;
    background-color: #fff;
}

.logo i {
    margin: 20px;
    color: #5fbcbc;
}

.logo img {
    margin-top: 8px;
    margin-left: 8px;
    max-height: 75%;
}

