
.draggable-area {
    -webkit-app-region: drag;
    cursor: move !important;
}

body {
    overflow-x: hidden;
    overflow-y: hidden;
}


.boldcast-logo {
    text-align: center;
    margin-top: 4vw;
}

.boldcast-logo-image {
    width:35vw;
}

.copy-code-icon {
    color: white;
    font-size:3vw;
    cursor:pointer;
    margin-left:2vw;
}


.hidden-opacity {
    opacity: 0;
   -webkit-transition: opacity 1s ease-in;
       -moz-transition: opacity 1s ease-in;
        -ms-transition: opacity 1s ease-in;
         -o-transition: opacity 1s ease-in;
            transition: opacity 1s ease-in;
}

.shown-opacity {
    opacity: 1;
}

.qr-code img {
    width: 15vw;
    padding: 1vw;
    background-color: #FFF;
    margin: auto;
    margin-top:4vw;
}

.registration-code {
    color: #FFF;
    font-family: Helvetica;
    margin: auto;
    font-size: 3vw;
    font-weight: 100;
    margin-top: 2vw;
    margin-left: 5vw;
    text-align: center;
}

.message {
    color: #fff;
    font-family: Helvetica;
    margin: auto;
    font-size: 1.5vw;
    font-weight: 100;
    margin-top: 4vw;
    text-align: center;
    width: 70vw;
    line-height: 2vw;
}

.new-code-button {
    text-align: center;
    margin: auto;
    width: 20vw;
    height: 3.5vw;
    text-transform: capitalize;
    font-size: 1.5vw;
    border-radius: 2vw;
    color: #ef603e;
    margin-top: 2vw;
    border: 0px solid;
}

.close-session-button {
    text-align: center;
    margin: auto;
    width: 20vw;
    height: 3vw;
    text-transform: uppercase;
    font-size: 1.5vw;
    border-radius: .3vw;
    color: #ce41bc;
    margin-top: 2vw;
}

.tagline {
    text-transform: uppercase;
    text-align: center;
    color: white;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 1vw;
    font-size: 1.2vw;
}

button:hover {
    cursor: pointer;
}

.highest {
    z-index:10001;
}

.second-highest {
    z-index:10000;
}

body {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.white-background {
    background-color: #FFFFFF;
}

.dark-background {
    background-color: #404040;
}

.fullscreen-0d-horizontal-169 {
    width: 100vw;
    height: 56.25vw !important;
    overflow:hidden;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

body {
    height: 100%;
    width: 100%;
    background-color: #404040;
}


.default-screen-size .default-background{
    width:100vw;
    height:56.25vw;
}


.fullscreen-0d-horizontal-169 .default-background {
    width:100vw;
    height:56.25vw;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.default-screen-size {
    width: 100vw;
    height: 56.25vw !important;
    overflow:hidden;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* for windows fonts rules */
@font-face { font-family: 'helvetica neue'; src: local('Arial'); }
@font-face { font-family: 'helvetica neue'; font-weight:bold; src: local('Arial'); }
@font-face { font-family: 'helvetica'; src: local('Arial'); }
@font-face { font-family: 'helvetica'; font-weight:bold; src: local('Arial'); }
@font-face { font-family: 'HelveticaNeue-Light'; src: local('Arial'); }
@font-face { font-family: 'Helvetica Neue Light'; src: local('Arial'); }

.default-background {
    background: url("/assets/images/qr_background.jpg") no-repeat;
    background-size:100%;
}

.control-area {
    position: fixed;
    z-index: 1000;
}

.control-icon {
    color: white;
    border: 1px solid white;
    border-radius: 3px;
    padding: 2px;
    margin: 4px;
    float: right;
    cursor: pointer;
}

.control-icon:hover {
    color: #ce37ba;
    background-color: white;
}

.nocursor {
    cursor: none;
}

.astronaut {
    width: 35vw;
    height: 27vw;
    position: absolute;
    top: 25vw;
    right: 0vw;
}