html {
  height: -webkit-fill-available;
}
body {
    text-align: center;
    margin: 0;
    background-color: black;
    min-height: 100vh;

    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;

    font-size: 16px;
}
textarea {
    font-size: 100%;
}
iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.evapQVContainer_class {
    /* set to appropriate values */
    width: 100vw;
    width: calc(var(--vw, 1vw) * 100);
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}
.evapQVContentFrame_class {
}
.evapQVIFrameContainer_class {
    max-width: 100%;
}
.copyButton_class,
.shareButton_class {
    cursor: pointer;
    color: #ffffff !important;
    width: 400px;

    font-size: 32px;

    font-weight: 600;
    border-radius: 25px;
    margin-top: 10px;
    padding: 15px 14px !important;
    border: none;
}
.shareButton_class:disabled,
.shareButton_class[disabled] {
  border: 7px solid #999999;
  background-color: #cccccc;
  color: #666666;
}
.shareButton_class:hover,
.shareButton_class:focus {
    background-color: #0d2244 !important;
}
.evapQVButtonSelectionContainer_class {
    color: grey !important;
    font-size: 32px;
    position: absolute;
    bottom: 70px;
    left: 50%;
    margin-left: -200px;
    display: none;
    max-width: 400px;
    /* width: 400px; */
    z-index: 100;

    font-family: 'Nunito Sans', sans-serif;
}
.evapQVButtonSelectionContainerShare_class {
    bottom: 60px;
}
.evapQVButtonSelectionSpan_class {
    color: #ffffff;
}
.evapQVButtonSelectionContainerSmall_class {
    left: 50%;
    margin: auto;
}
.hostButton_class, .meetButton_class,
.audioStartButton_class, .videoStartButton_class,
.fileSendButton_class, .fileReceiveButton_class {
    color: #FFFFFF; /* #F7941D #E86E0A; */
    background-color: #F7941D !important; /* #FFFFFF #E86E0A; */
    display: inline-block;
    bottom: auto;
    border-radius: 300px !important;

    padding: 5px 14px !important;
    font-family: 'Nunito Sans', sans-serif;
}
.audioStartButton_class, .videoStartButton_class,
.fileSendButton_class, .fileReceiveButton_class {
    background-color: #FF4800 !important;
}
.meetButton_class {
    /*
    background: linear-gradient( to right, #ff4800 0%, #ff4800 50%, #f7941D 50%, #f7941D 100% ) !important;
    */
}
.guestButton_class {
    color: #FFFFFF; /* #FF4800; #225C6C; */
    background-color: #FF4800 !important;
    display: inline-block;
    bottom: auto;
    border-radius: 300px !important;

    padding: 5px 14px !important;
    font-family: 'Nunito Sans', sans-serif;
}
/*
.fileSendButton_class,
*/
.glSendButton_class {
    color: #ffffff !important;
    background-color: #F7941D !important;
    display: inline-block;
    bottom: auto;
    /* For square buttons
        border-radius: 0 !important;
    */
    border-radius: 300px !important;
}
/*
.fileSendButton_class {
    padding: 5px 14px !important;
}
*/
/*
.fileReceiveButton_class,
*/
.glReceiveButton_class {
    color: #ffffff !important;
    background-color: #FF4800 !important;
    display: inline-block;
    bottom: auto;
    /* For square buttons
        border-radius: 0 !important;
    */
    border-radius: 300px !important;
}
/*
.fileReceiveButton_class,
*/
.glReceiveButton_class {
    padding: 5px 14px !important;
}
.receiveFilePasswordDiv_class {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    max-width: 300px;
    z-index: 1000;
    padding: 15px;
    font-family: 'Nunito Sans', sans-serif;
}
.receiveFilePasswordInput_class {
    font: inherit;
    background-color: lightgray;
    color: black;
    margin-top: 10px;
    font-size: 16pt;
    height: 35px;
}
.passwordInputButton_class, .emailSendButton_class {
    font: inherit;
    margin: 10px;
    background-color: #FF4800;
    color: white;
}
.receiveFilePasswordInputSpan_class {
    color: #000000;
}
.passwordCancelButton_class, .emailCancelButton_class {
    font: inherit;
    margin: 10px;
    background-color: white;
    color: #FF4800;
}
.emailSendButton_class, .emailCancelButton_class {
    width: 100px;
    border-radius: 50px;
}
.receiveFilePasswordInputSpanError_class {
    color: #FF4800;
    font-size: x-large;
}
.inphoneShareButton_class {
    background-color: #000000 !important;
    color: #FFFFFF !important;
    padding: 5px 14px !important;
}
.inphoneShareButtonFocus_class {
    background-color: #0d2244 !important;
}
.qrcodeLinkCopyButton_class {
    background-color: white !important;
    color: #FF4800 !important;
    border: 5px solid #F7941D !important;
    word-break: break-all;
}
.qrcodeAccessLinkCopyInnerHTMLTextSpan_class {
    float: none;
    color: blue;
}
.qrcodeAccessLinkFaCopy_class {
    margin-left: 10px;
    font-weight: bold;
    font-size: 32px;
    float: right;
    color: blue;
}
.moreSelectionImage_class {
    background: url("/public/images/moreDots.png") no-repeat center;
    background-color: #626262;
    background-size: 50px 50px;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    border-radius: 100%;
}
.moreSelectionsOptionsDivElem_class {
    position: absolute;
    top: 80px;
    right: 20px;

    direction: rtl;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: space-between;
    row-gap: 10px;

    width: 80%;
    max-width: 300px;
    /* height: 200px; */
    padding: 10px 10px 10px 10px;
    border-radius: 20px;

    background-color: #ffffff;
    z-index:999;
}
.moreSelectionsOptionsDivButton_class {
    padding: 5px;
    border-radius: 10px;
    width: 180px;
    height: 40px;
    color: white;
    background-color: black;
    padding: 10px 10px 10px 10px;
}
.moreSelectionsOptionsDivButton_class[disabled]{
    background-color:#CCC;
}
.moreSelectionImageRotate-90_class {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.passwordOverlayDiv_class, .emailOverlayDiv_class {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: black;
    opacity: 0.8;
    filter: alpha(Opacity=80);
    z-index: 999;
}
.emailAddressInputDiv_class {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    max-width: 300px;
    z-index: 1000;
    padding: 15px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 22px;
}
.emailOverlayDiv_class {
    opacity: 0.6;
}
#emailAddressInputDiv_id {
    background-color: #0d2244 !important;
    border: 3px solid #F7941D !important;
}
#serviceSelectionContainer_id {

    margin-top: 100px;
    width: 1280px;
    max-width: 80%;
    padding: 0;
}
#serviceSelectionButtonContainer_id {
    background: linear-gradient(to bottom right, #30273a, #8d78a5);
    padding: 15px;

    margin: auto;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;

    max-width: 280px;
/*
    resize: none;
*/

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #30273a;
    box-shadow: 0 0 10px #8d78a5;
    border-radius: 15px 15px 15px 15px;
}
.serviceSelectionRoundButton_class {
    position: relative;
    width: 100px;
    min-width: 60px;
    max-width: 120px;
    text-decoration: none;
    display: inline-block;
    outline: none;
    cursor: pointer;
    border-style: none;
    color: white;
    background-color: #3498db;
    border-radius: 100%;
    overflow: none;
    text-align: center;
    padding: 0;
    margin: 10px;
}
.serviceSelectionRoundButton_class:before {
    content: '';
    display: inline-block;
    ;
    vertical-align: middle;
    padding-top: 100%;
}
.serviceSelectionRoundButton_class span {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    color: white;
}
.serviceSelectionRoundButton_class:active {
    background-color: #2980b9;
}
.serviceSelectionRoundButtonImage_class {
    width: 70px;
    height: 70px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.serviceSelectionRoundButtonText_class {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.endCallButton_class {
    cursor: pointer;
    color: #ffffff;
    border-radius: 25px;
    margin-top: 10px;
    border: none;
    background: #4d90fe;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    width: 200px;

    font-size: 32px;
    font-weight: 600;
    font-family: 'Nunito Sans', sans-serif;
}
.inphoneEndCallButton_class {
    background-color: white;
    color: #FF4800;
    border: 5px solid #F7941D;

    /* Position the end call button separately from the start button container */
    position: absolute;
    bottom: 10vh;
    left: 50%;

    /* center it */
    margin-left: -100px;
}
.evapAppInstaller_class {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 1024px;
    z-index: 99999;
    margin: 0 auto;
    background-color: aliceblue;
    display: block;
    left: 50%;
    transform: translate(-50%, 0);
}
/*************************************/
/*        Media Size Specifics       */
/*************************************/
@media screen and (max-height: 2000px) {
    .copyButton_class,
    .shareButton_class {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 32px;
    }
    .endCallButton_class {
        font-size: 32px;
    }
}
@media screen and (max-height: 800px) {
    .evapQVButtonSelectionContainerShare_class {
        bottom: 60px !important;
    }
    .copyButton_class,
    .shareButton_class {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 28px;
    }
    .endCallButton_class {
        font-size: 28px;
    }
}
@media screen and (max-height: 640px) {
    .evapQVButtonSelectionContainer_class {
        margin-left: -140px;
        max-width: 280px;
        /* width: 280px; */
    }
    .evapQVButtonSelectionContainerShare_class {
        bottom: 40px !important;
    }
    .copyButton_class,
    .shareButton_class {
        padding-top: 7px;
        padding-bottom: 7px;
        width: 280px;
    }
    .copyButton_class {
        font-size: 20px;
    }
    .shareButton_class {
        font-size: 22px;
    }
}
@media screen and (max-height: 600px) {
    #logoContainerSubHeadingImg_id {
        max-width: 100px !important;
    }
    .endCallButton_class {
        font-size: 26px;
        width: 100px;
        margin-left: -50px;
    }
    .inphoneEndCallButton_class {
        bottom: 15vh !important;
    }
}
@media screen and (max-height: 450px) {
    .evapQVButtonSelectionContainer_class {
        bottom: 20px !important;
    }
    .copyButton_class,
    .shareButton_class {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 20px;
    }
    .audioStartButton_class, .videoStartButton_class,
    .fileSendButton_class, .fileReceiveButton_class {
        width: 200px;
        font-size: 16px;
    }
    #logoContainerSubHeadingImg_id {
        max-width: 100px !important;
    }
}
@media screen and (max-width: 420px) {
    .evapQVButtonSelectionContainer_class {
        margin-left: -150px;
        max-width: 300px;
        /* width: 300px; */
    }
    .copyButton_class,
    .shareButton_class {
        width: 300px;
        font-size: 22px;
    }
    .endCallButton_class {
        font-size: 22px;
        width: 150px;
        margin-left: -75px;
    }
    .audioStartButton_class,
    .videoStartButton_class,
    .inphoneShareButton_class,
    .fileSendButton_class,
    .fileReceiveButton_class {
        width: 200px;
        font-size: 16px;
    }
}
@media screen and (max-width: 320px) {
    .evapQVButtonSelectionContainer_class {
        margin-left: -120px;
        max-width: 80%;
        width: 240px;
    }
    .copyButton_class,
    .shareButton_class {
        width: 240px;
        font-size: 20px;
    }
}