input {
    height: 7vh;
    width: 60vw;
    margin: 2vh auto 2vh;
    border-radius: 5px;
    font-size: larger;
    max-width: 300px;
}

* {
    margin: 0px;
    border: 0;
    padding: 0;
    vertical-align: baseline;
    text-align: center;
}

body {
    background: rgb(83, 82, 82);
    color: rgb(52, 53, 51);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h2, h3, h4, h5 {
    font-family: 'Francois One', sans-serif;
}


/*

app

*/

.rounded {
    border-radius: 10px;
}

.saveAndCancelBT{
    margin: 5px 15px;
    padding: 14px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
}

#qDisplay {
    position: fixed;
    left: 0px;
    right: 0px;
    height: 100vh;
    width: 95vw;
    max-width: 600px;
    background-color: #716c6c;
    margin: auto;
}

#qStatus {
    width: 90%;
    height: 58%;
    filter: drop-shadow(0px -10px 10px #353434);
    margin: 50px auto 0px;
    padding: 2%;
    background: rgb(204, 199, 199);
    background: rgb(204, 199, 199);
    background: linear-gradient(0deg, rgba(204, 199, 199, 1) 45%, rgb(244, 244, 225) 100%);
}

#qStatis {
    display: flex;
    margin: 1vh 0px 0px;

}

/* top Buttons */
.topBT {
    background-color: transparent;
    height: 4vh;
}

.topIconBT {
    width: 100%;
    max-width: 35px;
}

.qBallon {
    background-color: white;
    width: 33.3%;
    height: 13vh;
    margin: 1.5vh 1vw 0px;
    filter: drop-shadow(0px -9px 5px #00000078);

}

.qBallonTitle {
    font-size: 15px;
    /*2.9vw;*/
    font-weight: 500;
    margin: 1vh auto 0vh;
}

.qBallonNumber {
    font-size: 6.1vh;
    font-weight: 100;
    display: block;
    margin: 1vh auto 0vh;
    width: 90%;
    overflow-x: auto;
}

#topv {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 1;
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(215, 210, 210, 1) 67%);
}

.infobarSlot {
    margin: 20px auto;
    background: #cdcdcd;
    width: 95%;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 1px 5px 5px 0px #e0e0e0;
}

.expand {
    width: 100%;
    height: 100%;
}

.br {
    border-radius: 10px
}

/* Settings */
.profileBox {
    max-width: 95vw;
    padding: 1vh 0px 2vh;
    margin: 1vh auto;
    border-radius: 5px;
    background-color: #fff;
    filter: drop-shadow(3px 2px 1px #b9b7b7)
}

.windowTitle {
    margin: 5vh auto 1px;
    font-family: 'Open Sans';
}

.windowSubTitle {
    font-weight: 300;
    letter-spacing: 0.091em;
    font-family: sans-serif;
}

#smartphoneCaseSimulation {
    width: 160px;
    height: 300px;
    margin: auto;
    border-radius: 10px;
    background: linear-gradient(180deg, rgb(6, 5, 5) 0%, rgb(26, 28, 26) 44%, rgb(21, 20, 20) 100%);
    padding: 1px;
    filter: drop-shadow(3px 2px 1.1px #646060);
}

#smartphoneDisplaySimulation {
    width: 150px;
    height: 270px;
    margin: 3px auto;
    border-radius: 10px;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgb(156, 157, 172) 100%);
}

.uploadIconBT {
    background-color: transparent;
    padding: 3px 5px;
    height: 45px;
    border-radius: 3px;
    font-size: 2.7vh;
    margin: 5px 30px;
    filter: drop-shadow(1px 2px 1px rgba(93, 93, 93, 0.233))
}

#terminalTitle {
    color: #000;
    font-weight: 100;
    font-size: 2.9vh;
}

#callerPhoto {
    margin: 1vh auto;
    max-height: 13vh;
    background-color: #fff;
    border-radius: 5px;
    filter: drop-shadow(1px 3px 1px #847a7a);
}

#nameTitle {
    color: #000;
    font-size: 2.5vh;
    font-weight: 300;
}

/* queue warn modals */

#warnModal {
    width: 90%;
    height: 55%;
    margin: 7% auto 0px;
    border-radius: 10px;
    filter: drop-shadow(1px -10px 8px #f4f0da)
}

.warnWaitingUsers {
    background: rgb(236, 236, 236);
}

.warnThereUser {
    background: rgb(74, 115, 171, 1);
    background: linear-gradient(0deg, rgba(74, 115, 171, 1) 21%, rgba(251, 251, 251) 100%);
}

.warnUserPresence {
    background: rgb(32, 10, 59);
    background: linear-gradient(0deg, rgba(32, 10, 59) 41%, rgb(245, 19, 40) 100%);
    padding: 10px 0px 0px;
}

.warnWorking {
    background: rgb(50, 40, 40, 1);
    background: linear-gradient(0deg, rgb(62, 51, 68) 20%, rgb(249, 249, 249) 100%);
    padding: 10px 0px 0px;
}


.rightTimeWaitingAsk {
    width: 100%;
    color: #fff;
    margin: 3% auto;
}

.rightTimeWaitingLoaderCircle {
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border-top: solid 2px #ff0e0e;
    border-right: solid 2px #ff0e0e;
    border-bottom: solid 2px #ff0e0e;
    border-left: solid 2px #ff0e0e;
    filter: drop-shadow(1px 1px 5px yellow);
    animation: rightTimeWaitingloader 1s infinite;
}


@keyframes rightTimeWaitingloader {
    0% {
        border-top: solid 2px #ff0e0e;
        border-right: solid 2px #ff0e0e;
        border-bottom: solid 2px #ff0e0e;
        border-left: solid 2px #ff0e0e;

    }

    20% {
        border-top: solid 2px #ffe9e4;
        border-right: solid 2px #ff0e0e;
        border-bottom: solid 2px #ff0e0e;
        border-left: solid 2px #ff0e0e;

    }

    40% {
        border-top: solid 2px#ffe9e4;
        border-right: solid 2px#ffe9e4;
        border-bottom: solid 2px #ff0e0e;
        border-left: solid 2px #ff0e0e;

    }

    60% {
        border-top: solid 2px#ffe9e4;
        border-right: solid 2px#ffe9e4;
        border-bottom: solid 2px#ffe9e4;
        border-left: solid 2px #ff0e0e;
    }

    80% {
        border-top: solid 2px#ffe9e4;
        border-right: solid 2px#ffe9e4;
        border-bottom: solid 2px#ffe9e4;
        border-left: solid 2px#ffe9e4;

    }
}


/*bottom*/
#blockBottom {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 1vh;
    height: 9vh;
    width: 85vw;
    max-width: 500px;
    margin: auto;
    padding-top: 5px;
    background: rgb(62, 60, 60);
    background: linear-gradient(0deg, rgb(49, 42, 42) 0%, rgb(0, 0, 0) 20%);
    border-radius: 10px;
    filter: drop-shadow(1px -7px 7px #353131)
}

#sessionControls {
    height: 100%;
    width: 100%;
    display: flex;
}

.sessionControlsBt {
    width: 50%;
    /*33.3%*/
    /* background-color: rgb(6, 6, 6); */
    color: #fff;
    padding-top: 1%;
    font-family: verdana;
    font-size: 2vh;
    font-weight: 500;
}

.sessionControlsBtIcon {
    height: 40%;
    margin-bottom: 1vh;
}

#statsTime {

    color: #fff;
    display: flex;
}

.statsTimeBlock {
    width: 45%;
    margin: 1vh auto 0px;
    overflow-y: auto;
}

.statsTimeTitle {
    font-family: sans-serif;
    font-size: 1.5vh;
    line-height: 1.8;
    letter-spacing: 0.112em;
}

.statsTimeSub {
    font-size: 1.7vh;
    line-height: 1.8;
    font-weight: 500;
}

.statsTimeCount {
    font-size: 3.5vh;
    font-weight: 100;
    line-height: 1.7;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

/*

PIN

*/
.pinTopv {
    z-index: 4;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(215, 210, 210, 1) 67%);
}

.pinTitle {
    margin: 5vh auto;
    color: rgb(112, 110, 110);
    font-weight: 300;
}

.pinExpTime {
    color: #fff;
    background-color: #3f3c3b;
    width: 50vw;
    margin: 1vh auto;
    border-radius: 5px;
    padding: 2%;
}

.pinTitle1 {
    margin: 7vh auto 0vh;
    color: rgb(121, 116, 116)
}

.pinTitle2 {
    margin: 6vh auto 2vh;
    color: #63605e;
    font-weight: 400;
}

.pinBt {
    font-size: 4vh;
    font-weight: 500;
    padding: 2%;
    border-radius: 5px;
    display: block;
    margin: 2vh auto;
    color: rgb(100, 96, 92);
    filter: drop-shadow(1px 3px 1px #534444);
    background-color: rgb(228, 228, 228);
}

@keyframes campainha {

    0% {
        filter: blur(1px);
        -webkit-transform: translate3d(-3px, 0, 0);
        transform: translate3d(0, -2px, 0);
        filter: brightness(1.3)
    }

    50% {
        filter: blur(0px);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        filter: brightness(1)
    }

    100% {
        filter: blur(1px);
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(0px, 2px, 0);
        filter: brightness(1.1)
    }

}

.animCampainha {
    animation: campainha .1s linear;
    animation-iteration-count: 8;


}