.hw {
    display: flex;
    justify-content: center;
    background-color: #E8E8E8;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.vw {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sqeakz-button {
    width: 300px;
    height: 300px;
    line-height: 300px;
    text-align: center;
    background: #56A8D7;
    border-radius: 50%;
    color: #fff;
    font-size: xx-large;
    z-index: 1;
    position: relative;
}

.text {
    position: relative;
    z-index: 1;
}

.status {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 40px;
    border-radius: 20px;
    color: white;
    padding: 10px;
}

.online {
    background-color: #4CAF50;
}

.offline {
    background-color: #F55A4E;
}
.hangUpOuter {
    margin-top: 20px;
    background-color: #F55A4E;
    height: 70px;
    width: 70px;
    display: inline-block;
    border-radius: 35px;
}
.hangUp {
    display: inline-block;
    height: 50px;
    width: 47px;
    text-align: center;
margin: 10px;
    background-image: url(../img/leave.png);

}


.acceptRequestOuter {
    margin-top: 20px;
    background-color: #AFEC4E;
    height: 70px;
    width: 70px;
    display: inline-block;
    border-radius: 35px;
    margin-right: 5px;
}
.acceptRequest {
    display: inline-block;
    height: 35px;
    width: 35px;
    text-align: center;
    margin: 17px;
    background-size: cover;
    background-image: url(../img/check.png);

}

.denyRequestOuter {
    margin-top: 20px;
    background-color: #FF5A4E;
    height: 70px;
    width: 70px;
    display: inline-block;
    border-radius: 35px;
    margin-left: 5px;
    margin-right: 20px;
}
.denyRequest {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    margin: 20px;
    background-size: cover;
    background-image: url(../img/times.png);

}

.time {
    text-align: center;
    font-size: 35px;
}

.name {
    text-align: center;
    font-size: 35px;
    margin-bottom: 20px;
    display: inline-block;
}


.speaker {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 68px;
    height: 68px;
    background: url("../img/speaker.png") center center no-repeat;
}

.speaker-muted {
    width: 68px;
    background: url("../img/speaker_muted.png") center center no-repeat;
}

.microphone {
    position: absolute;
    bottom: 68px;
    left: 0;
    width: 68px;
    height: 68px;
    background: url("../img/microphone.png") center center no-repeat;
}



.microphone-muted {
    width: 66px;
    background: url("../img/microphone_muted.png") center center no-repeat;
}

.report {
    position: absolute;
    bottom: 136px;
    left: 0;
    width: 68px;
    height: 68px;
    background: url("../img/warn.png") center center no-repeat;
}

.agb {
    position: absolute;
    top: 20px;
    left: 0;
    width: 68px;
    height: 68px;
    background: url("../img/cog.png") center center no-repeat;
    z-index: 999;
}

.search {
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  animation: wave 12s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: transparent;
}

.modal {
    /*padding-left: 0;
    padding-right: 20px;*/
    z-index: 9999999999;
}
.modal-backdrop {
    z-index: 999999999;
}

@keyframes wave {
  0% {
    box-shadow: 0 0 0 0px rgba(86, 168, 215, 0.7);
    background: rgba(86, 168, 215, 0.7);
  }
  100% {
    box-shadow: 0 0 0 200px rgba(86, 168, 215, 0);
    background: rgba(86, 168, 215, 0);
  }
}


@media screen and (max-width: 768px) {


}
@media screen and (min-width: 480px) {
    .introjs-tooltiptext {
        margin-top: 100px;
    }
}
@media screen and (min-width: 768px) {
    .introjs-tooltiptext {
        font-size: 25px;
    }
}
@media screen and (max-width: 1024px) {
    .h1, .h2, .h3, h1, h2, h3 {
        margin-top: 10px;
    }
}

@media screen and (max-width: 480px) {
    .introjs-tooltiptext {
        margin-top: 62px;
    }
    .sqeakz-button {
        width: 250px;
        height: 250px;
        line-height: 250px;
        font-size: x-large;
    }
    .hangUp {
        height: 40px;
        width: 37px;
        background-size: contain;
    }
    .hangUpOuter {
        width: 60px;
        height: 60px;
    }

    .acceptRequest {
        height: 30px;
        width: 30px;
        background-size: contain;
        margin: 16px;
    }
    .acceptRequestOuter {
        width: 60px;
        height: 60px;
    }

    .denyRequest {
        height: 30px;
        width: 30px;
        background-size: contain;
        margin: 16px;
    }
    .denyRequestOuter {
        width: 60px;
        height: 60px;
    }

    .microphone {
        left: 10px;
        width: 40px;
        height: 40px;
        background-size: contain;
    }

    .microphone-muted {
        left: 10px;
        width: 40px;
        background-size: contain;
    }

    .report {
        left: 10px;
        width: 40px;
        height: 40px;
        bottom: 48px;
        background-size: contain;
    }

    .agb {
        left: 10px;
        width: 40px;
        height: 40px;
        background-size: contain;
    }
    .vw {
        margin-left: 15px;
        margin-right: 15px;
    }
    .h3, h3 {
        font-size: 17px;
    }
    .modal-btn {
        height: 45px!important;
        font-size: 18px!important;;
    }
    .name img {
        width: 180px;
    }
    #name {
        margin-top: 20px;
    }
}

.modal-btn {
    width: 100%;
    color: white;
    background-color: #56A8D7;
    border: 0;
    height: 50px;
    font-weight: bolder;
    font-size: 19px;
}

.btn-default:hover {
    color: #ffffff;
    background-color: #56A8D7;

}

.checkbox-wrapper1 {
    text-align: right;
}

.checkbox-wrapper2 {
    width: 70px;
    display: inline-block;
}

.btn-report {
    width: 100%;
    height: 50px;
    background-color: darkgray;
    color: white;
}

/*
 * iPhone Switches
*/



.toggle *, .toggle  *:before, .toggle  *:after{
    box-sizing:border-box;
    margin:0;
    padding:0;
    -webkit-transition:.25s ease-in-out;
    -moz-transition:.25s ease-in-out;
    -o-transition:.25s ease-in-out;
    transition:.25s ease-in-out;
    outline:none;
    font-family:Helvetica Neue,helvetica,arial,verdana,sans-serif;
}

body{
    background:#f1f1f1;
}
h1{
    margin:75px auto 0 auto;
    text-align:center;
    font-weight:200;
    color:#4b4b4b;
}
#toggles{
    width: 100%;
    margin:50px auto;
    text-align:center;
}
.ios-toggle,.ios-toggle:active{
    position:absolute;
    top:-5000px;
    height:0;
    width:0;
    opacity:0;
    border:none;
    outline:none;
}
.checkbox-label{
    width: 60px;
    position:relative;
    padding:10px;
    font-size:12px;
    line-height:16px;
    height:36px;
    /*border-radius*/
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    border-radius:18px;
    background:#f8f8f8;
    cursor:pointer;
    font-size: 20px;
}
.checkbox-label:before{
    content:'';
    display:block;
    position:absolute;
    z-index:1;
    line-height:34px;
    text-indent:40px;
    height:36px;
    width:36px;
    /*border-radius*/
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    top:0px;
    left:0px;
    right:auto;
    background:white;
    /*box-shadow*/
    -webkit-box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
    -moz-box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
    box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
}
.checkbox-label:after{
    content:attr(data-off);
    display:block;
    position:absolute;
    z-index:0;
    top:0;
    padding:10px;
    width:0px;
    text-align:right;
    color:#bfbfbf;
    white-space:nowrap;
}


.checkbox-label-text {
    z-index:0;
    top:0;
    padding:10px;
    width:0px;
    text-align:right;
    color:#000;
    white-space:nowrap;
    font-size: 20px;
}

.ios-toggle:checked + .checkbox-label{
    /*box-shadow*/
    -webkit-box-shadow:inset 0 0 0 20px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
    -moz-box-shadow:inset 0 0 0 20px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
    box-shadow:inset 0 0 0 20px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
}
.ios-toggle:checked + .checkbox-label:before{
    left:calc(100% - 36px);
    /*box-shadow*/
    -webkit-box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
    -moz-box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
    box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
}
.ios-toggle:checked + .checkbox-label:after{
    content:attr(data-on);
    left:60px;
    width:36px;
}
/* GREEN CHECKBOX */

#checkbox1 + .checkbox-label{
    /*box-shadow*/
    -webkit-box-shadow:inset 0 0 0 0px rgba(19,191,17,1),0 0 0 2px #dddddd;
    -moz-box-shadow:inset 0 0 0 0px rgba(19,191,17,1),0 0 0 2px #dddddd;
    box-shadow:inset 0 0 0 0px rgba(19,191,17,1),0 0 0 2px #dddddd;
}
#checkbox1:checked + .checkbox-label{
    /*box-shadow*/
    -webkit-box-shadow:inset 0 0 0 18px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
    -moz-box-shadow:inset 0 0 0 18px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
    box-shadow:inset 0 0 0 18px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
}
#checkbox1:checked + .checkbox-label:after{
    color:rgba(19,191,17,1);
}
/* RED CHECKBOX */

#checkbox2 + .checkbox-label{
    -webkit-box-shadow:inset 0 0 0 0px rgba(19,191,17,1),0 0 0 2px #dddddd;
    -moz-box-shadow:inset 0 0 0 0px rgba(19,191,17,1),0 0 0 2px #dddddd;
    box-shadow:inset 0 0 0 0px rgba(19,191,17,1),0 0 0 2px #dddddd;
}
#checkbox2:checked + .checkbox-label{
    /*box-shadow*/
    -webkit-box-shadow:inset 0 0 0 18px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
    -moz-box-shadow:inset 0 0 0 18px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
    box-shadow:inset 0 0 0 18px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
}
#checkbox2:checked + .checkbox-label:after{
    color:rgba(19,191,17,1);
}

#reportModal textarea {
    width: 100%;
    height: 150px;
}

#main {
    text-align: center;
}

#name {
    text-align: center;
}
#name h2{
    margin-bottom: 40px;
}
.nameinput h3 {
    text-align: left;
}
.namefield {
    background: transparent;
    border: 0;
    border-bottom: 1px solid gray;
    width: 100%;
    font-size: 20px;
}
.usecode, .usecodenext {
    margin-top: 20px;
}
.toggle {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

#checkbox3 + .checkbox-label{
    font-size: 20px;
    /*box-shadow*/
    -webkit-box-shadow:inset 0 0 0 0px rgba(19,191,17,1),0 0 0 2px #dddddd;
    -moz-box-shadow:inset 0 0 0 0px rgba(19,191,17,1),0 0 0 2px #dddddd;
    box-shadow:inset 0 0 0 0px rgba(19,191,17,1),0 0 0 2px #dddddd;
}
#checkbox3:checked + .checkbox-label{
    /*box-shadow*/
    -webkit-box-shadow:inset 0 0 0 18px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
    -moz-box-shadow:inset 0 0 0 18px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
    box-shadow:inset 0 0 0 18px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
}
#checkbox3:checked + .checkbox-label:after{
    color:rgba(19,191,17,1);
}

.btnHangUp {
    height: 95px;
}

#logout {
    background: #FF5A4E;
    margin-left: 0;
    margin-top: 20px;

}


 #cookiePopupContainer {
    position: fixed;
    width: 100%;
    z-index: 99999999;
    background: white;
    bottom: 0;

    font-size: 14px;
    line-height: 17px;

    transition: transform, box-shadow;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0,0,0,1), linear;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    box-shadow: 0 0 0 rgba(0,0,0,0.075);
}

#cookiePopupContainer.shown {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    box-shadow: 0 -1px 3px rgba(0,0,0,0.175);
}

#cookiePopupContainer #cookiePopupCloseButton {
    position: absolute;
    right: 30px;
    top: calc(50% - 10px);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: lightgray;
    cursor: pointer;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22background-color%3A%20lightgray%3B%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2030%2030%22%3E%3Crect%20width%3D%223%22%20height%3D%2220%22%20x%3D%2213.5%22%20y%3D%225%22%20fill%3D%22%23FFF%22%20rx%3D%221%22%20ry%3D%221%22%3E%3C%2Frect%3E%3Crect%20width%3D%2220%22%20height%3D%223%22%20y%3D%2213.5%22%20x%3D%225%22%20fill%3D%22%23FFF%22%20rx%3D%221%22%20ry%3D%221%22%3E%3C%2Frect%3E%3C%2Fsvg%3E);
}

#cookiePopupContainer #cookiePopupCloseButton:hover {
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22background-color%3A%20gray%3B%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2030%2030%22%3E%3Crect%20width%3D%223%22%20height%3D%2220%22%20x%3D%2213.5%22%20y%3D%225%22%20fill%3D%22%23FFF%22%20rx%3D%221%22%20ry%3D%221%22%3E%3C%2Frect%3E%3Crect%20width%3D%2220%22%20height%3D%223%22%20y%3D%2213.5%22%20x%3D%225%22%20fill%3D%22%23FFF%22%20rx%3D%221%22%20ry%3D%221%22%3E%3C%2Frect%3E%3C%2Fsvg%3E);
}

#cookiePopupContainer .cookie-text {
    padding: 28px 20px;
    text-align: center;
    margin-left: calc(10% + 210px);
    margin-right: calc(10% + 210px);
}

@media (max-width: 1200px) {
    #cookiePopupContainer .cookie-text {
        margin-left: 3%;
        margin-right: calc(3% + 40px);
    }
}

@media (max-width: 1200px) {
    #cookiePopupContainer .cookie-icon {
        display: none;
    }
}

@media print {
    #cookiePopupContainer {
        display: none;
    }
}

#myBlockModal img {
    width: 100%;
}