@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Pages/Account/ForgotPasswordPage.razor.rz.scp.css */
.input-group-prepend[b-8wmepza3nd] {
    min-width: 40px;
    width: 40px;
    max-width: 40px;
}

.input-group-prepend .input-group-text[b-8wmepza3nd] {
    background-color: white;
}
/* /Pages/Account/LoginPage.razor.rz.scp.css */
.input-group-prepend[b-wbdr49qp39] {
    min-width: 40px;
    width: 40px;
    max-width: 40px;
}

.input-group-prepend .input-group-text[b-wbdr49qp39] {
    background-color: white;
}
/* /Pages/Account/RegisterPage.razor.rz.scp.css */
.input-group-prepend[b-kbuywvg8o9] {
    min-width: 40px;
    width: 40px;
    max-width: 40px;
}

.input-group-prepend .input-group-text[b-kbuywvg8o9] {
    background-color: white;
}
/* /Pages/Account/ResetPassword.razor.rz.scp.css */
/*.submit {*/
/*    background-color: #169ea7;*/
/*    border-color: #169ea7;*/
/*}*/

/*.btn-success:active:focus {*/
/*    color: #ffffff;*/
/*    background-color: #169ea7;*/
/*    border-color: #169ea7;*/
/*}*/

/*.input-group-prepend {*/
/*    min-width: 40px;*/
/*    width: 40px;*/
/*    max-width: 40px;*/
/*}*/

/*.input-group-prepend .input-group-text {*/
/*    background-color: white;*/
/*}*/
/* /Pages/Account/VerificationTypePage.razor.rz.scp.css */
.btn[b-1ikeowqykc] {
    background-color: #169ea7;
    border-color: #169ea7;
}

.btn-success[b-1ikeowqykc] {
    color: #ffffff;
    background-color: #007000 !important;
    border-color: #169ea7;
}

.btn-primary:active:focus[b-1ikeowqykc] {
    color: #ffffff;
    background-color: #169ea7;
    border-color: #169ea7;
}


/*.input-group-prepend {*/
/*    min-width: 40px;*/
/*    width: 40px;*/
/*    max-width: 40px;*/
/*}*/

/*.input-group-prepend .input-group-text {*/
/*    background-color: white;*/
/*}*/
/* /Pages/Account/VerifyConfirmationCodePage.razor.rz.scp.css */
.card[b-flb357bp3t] {
    width: 350px;
    padding: 10px;
    border-radius: 20px;
    background: #fff;
    border: none;
    /*height: 350px;*/
    position: relative
}

.container[b-flb357bp3t] {
    height: 80vh
}

body[b-flb357bp3t] {
    background: #eee
}

.mobile-text[b-flb357bp3t] {
    color: #989696b8;
    font-size: 15px
}

.form-control[b-flb357bp3t] {
    margin-right: 12px
}

.form-control:focus[b-flb357bp3t] {
    color: #495057;
    background-color: #fff;
    border-color: #ff8880;
    outline: 0;
    box-shadow: none
}

.cursor[b-flb357bp3t] {
    cursor: pointer
}
/*.submit {*/
/*    background-color: #169ea7;*/
/*    border-color: #169ea7;*/
/*}*/

/*.btn-success:active:focus {*/
/*    color: #ffffff;*/
/*    background-color: #169ea7;*/
/*    border-color: #169ea7;*/
/*}*/

/*.input-group-prepend {*/
/*    min-width: 40px;*/
/*    width: 40px;*/
/*    max-width: 40px;*/
/*}*/

/*.input-group-prepend .input-group-text {*/
/*    background-color: white;*/
/*}*/
/* /Pages/Account/VerifyFacePage.razor.rz.scp.css */
#webcam-app[b-ll2tstnon6] {
    background-image: url(../images//background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
    width: 100vw;
    height: 100vh;
}

.webcam-container[b-ll2tstnon6] {
    height: 100vh;
    width: 100vw;
    background-color: black;
}

#background-container[b-ll2tstnon6] {
    height: 100vh;
    width: 100vw;
}

@media screen and (min-width: 768px) {
    .webcam-container[b-ll2tstnon6] {
        background-attachment: fixed;
    }
}

.form-control.webcam-start[b-ll2tstnon6] {
    position: relative;
    background: black;
    opacity: 0.8;
    padding: 10px 20px;
    border: none;
    color: white;
    text-shadow: 1px 1px #000;
    font-size: 1.2rem;
    width: 350px;
    height: 55px;
    z-index: 9999;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
}

.form-control.webcam-on[b-ll2tstnon6] {
    position: fixed;
    top: 10vh;
    bottom: auto;
    left: 0px;
    right: auto;
    transition: all 100ms;
    width: 145px !important;
}

.form-control.webcam-off[b-ll2tstnon6] {
    transition: all 100ms;
}


.form-switch[b-ll2tstnon6] {
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.form-switch i[b-ll2tstnon6] {
    position: relative;
    display: inline-block;
    margin-right: .5rem;
    width: 60px;
    height: 30px;
    background-color: #e6e6e6;
    border-radius: 25px;
    vertical-align: text-bottom;
    transition: all 0.3s linear;
}

.form-switch i[b-ll2tstnon6]::before {
    content: "";
    position: absolute;
    left: 0;
    width: 56px;
    height: 25px;
    background-color: #fff;
    border-radius: 15px;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all 0.25s linear;
}

.form-switch i[b-ll2tstnon6]::after {
    content: "";
    position: absolute;
    left: 0;
    width: 26px;
    height: 26px;
    background-color: #fff;
    border: 1px solid grey;
    border-radius: 15px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    transform: translate3d(2px, 2px, 0);
    transition: all 0.2s ease-in-out;
}

.form-switch:active i[b-ll2tstnon6]::after {
    width: 60px;
    transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked + i[b-ll2tstnon6]::after {
    transform: translate3d(16px, 2px, 0);
}

.form-switch input[b-ll2tstnon6] {
    display: none;
}

.form-switch input:checked + i[b-ll2tstnon6] {
    background-color: #4BD763;
}

.form-switch input:checked + i[b-ll2tstnon6]::before {
    transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}

.form-switch input:checked + i[b-ll2tstnon6]::after {
    transform: translate3d(30px, 2px, 0);
}

.form-switch input:disabled + i[b-ll2tstnon6] {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.form-switch input:disabled + i[b-ll2tstnon6]::after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.10);
}


.app-panel[b-ll2tstnon6] {
    height: 100vh;
    width: 100vw;
    text-align: center;
    background-color: black;
}

#webcam[b-ll2tstnon6] {
    display: block;
    position: relative;
    width: auto;
    height: 100vh;
    z-index: 999;
    pointer-events: none;
    margin: auto;
}

.md-modal[b-ll2tstnon6] {
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.md-show[b-ll2tstnon6] {
    visibility: visible;
}

.md-overlay[b-ll2tstnon6] {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(#e4f0e3, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay[b-ll2tstnon6] {
    opacity: 1;
    visibility: visible;
}

.md-effect-12 .md-content[b-ll2tstnon6] {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay[b-ll2tstnon6] {
    background-color: #e4f0e3;
}

.md-effect-12 .md-content h3[b-ll2tstnon6],
.md-effect-12 .md-content[b-ll2tstnon6] {
    background: transparent;
}

.md-show.md-effect-12 .md-content[b-ll2tstnon6] {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

#errorMsg[b-ll2tstnon6] {
    position: fixed;
    top: 22vh;
    left: 0;
    padding: 20px;
    z-index: 999999;
}

@media screen and (min-width: 768px) {
    #errorMsg[b-ll2tstnon6] {
        position: fixed;
        top: 32vh;
        left: 20vw;
        padding: 20px;
        z-index: 999999;
    }
}

#cameraFlip[b-ll2tstnon6] {
    width: 70px;
    height: 55px;
    margin-left: 40px;
    margin-top: -10px;
    position: absolute;
    cursor: pointer;
    background-color: black;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images//camera_flip_white.png);
    background-size: cover;
}

.cameraControls[b-ll2tstnon6] {
    position: absolute;
    bottom: 10vh;
    width: 100%;
    z-index: 99999;
    background: transparent;
    opacity: 0.7;
    padding: 10px;
}


.material-icons[b-ll2tstnon6] {
    width: 100px;
    font-size: 50px !important;
    color: white;
    width: 80px;
    height: 80px;
    background-color: black;
    border-radius: 50%;
    padding-top: 15px;
    margin: 0 10px;
}

.flash[b-ll2tstnon6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 900000;
}

#canvas[b-ll2tstnon6] {
    background-color: transparent;
    position: absolute;
    width: auto;
    height: 100vh;
    z-index: 9999;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 420px) {
    .form-control.webcam-start[b-ll2tstnon6] {
        width: 300px;
    }
}

@media screen and (max-width: 767px) {
    .cameraControls[b-ll2tstnon6] {
        bottom: 25vh;
    }
}

@media screen and (min-width: 420px) and (max-width: 767px) {
    .form-control.webcam-on[b-ll2tstnon6] {
        top: 17vh;
        left: 0;
    }
}

@media screen and (min-width: 1024px) {
    .form-control.webcam-on[b-ll2tstnon6] {
        top: 16vh;
        left: 8vw;
    }
}
/* /Pages/Account/VerifyPassportPage.razor.rz.scp.css */
.submit[b-4duaa7wil9] {
    background-color: #169ea7;
    border-color: #169ea7;
}

.btn-success:active:focus[b-4duaa7wil9] {
    color: #ffffff;
    background-color: #169ea7;
    border-color: #169ea7;
}

.input-group-prepend[b-4duaa7wil9] {
    min-width: 40px;
    width: 40px;
    max-width: 40px;
}

.input-group-prepend .input-group-text[b-4duaa7wil9] {
    background-color: white;
}
/* /Pages/Apartments/ApartmentCalendar.razor.rz.scp.css */
*[b-udatfepcdd] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html[b-udatfepcdd], body[b-udatfepcdd] {
    height: 100%;
}

body[b-udatfepcdd] {
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    text-rendering: optimizeLegibility;
    background: #fcfcfc;
}

.mock-up-link[b-udatfepcdd] {
    display: none;
}

@media (min-width: 768px) {
    .mock-up-link[b-udatfepcdd] {
        display: block;
    }
}

.main-container-wrapper[b-udatfepcdd] {
    background-color: #f8fafa;
    min-width: 320px;
    min-height: 568px;
    max-width: 414px;
    overflow-y: auto;
}

@media (min-width: 415px) {
    .main-container-wrapper[b-udatfepcdd] {
        -moz-box-shadow: 0px 32px 47px rgba(32, 23, 23, 0.09);
        -webkit-box-shadow: 0px 32px 47px rgba(32, 23, 23, 0.09);
        box-shadow: 0px 32px 47px rgba(32, 23, 23, 0.09);
        margin: 24px auto;
    }
}

header[b-udatfepcdd] {
    background-color: #fff;
    display: flex;
    height: 58px;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.header__btn[b-udatfepcdd] {
    background-color: #86d8c9;
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    height: 80px;
    padding-top: 18px;
    position: absolute;
    top: -25px;
    width: 80px;
}

.header__btn:hover[b-udatfepcdd], .header__btn:focus[b-udatfepcdd] {
    background: #67cebb;
    transition: all 0.3s ease-in;
    outline: none;
}

.header__btn .icon[b-udatfepcdd] {
    display: inline-block;
}

.header__btn--left[b-udatfepcdd] {
    left: -25px;
    padding-left: 38px;
    text-align: left;
}

.header__btn--right[b-udatfepcdd] {
    padding-right: 32px;
    right: -25px;
    text-align: right;
}

.calendar-container[b-udatfepcdd] {
    background-color: #fff;
    padding: 16px;
    margin-bottom: 24px;
}

.calendar-container__header[b-udatfepcdd] {
    display: flex;
    justify-content: space-between;
}

.calendar-container__btn[b-udatfepcdd] {
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    outline: none;
    color: black;
}

.calendar-container__btn:hover[b-udatfepcdd], .calendar-container__btn:focus[b-udatfepcdd] {
    color: #9faab7;
    transition: all 0.3s ease-in;
}

.calendar-container__title[b-udatfepcdd] {
    color: #222741;
    font-size: 20px;
    font-weight: 700;
}

.calendar-table[b-udatfepcdd] {
    margin-top: 12px;
    width: 100%;
}

.calendar-table__item[b-udatfepcdd] {
    border: 2px solid transparent;
    border-radius: 50%;
    color: #424588;
    font-size: 12px;
    font-weight: 700;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.calendar-table__item:hover[b-udatfepcdd] {
    background: #f8fafa;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    transition: 0.2s all ease-in;
}

.calendar-table__row[b-udatfepcdd] {
    display: flex;
    justify-content: center;
}

.calendar-table__header[b-udatfepcdd] {
    border-bottom: 2px solid #f2f6f8;
    margin-bottom: 4px;
}

.calendar-table__header .calendar-table__col[b-udatfepcdd] {
    display: inline-block;
    color: #99a4ae;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 3px;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
    height: 38px;
}

@media (min-width: 360px) {
    .calendar-table__header .calendar-table__col[b-udatfepcdd] {
        width: 46px;
    }
}

@media (min-width: 410px) {
    .calendar-table__header .calendar-table__col[b-udatfepcdd] {
        width: 54px;
    }
}

.calendar-table__body .calendar-table__col[b-udatfepcdd] {
    width: 40px;
    height: 42px;
    padding-bottom: 2px;
}

@media (min-width: 360px) {
    .calendar-table__body .calendar-table__col[b-udatfepcdd] {
        width: 46px;
        height: 48px;
    }
}

@media (min-width: 410px) {
    .calendar-table__body .calendar-table__col[b-udatfepcdd] {
        width: 54px;
        height: 56px;
    }
}

.calendar-table__today .calendar-table__item[b-udatfepcdd] {
    border-color: #fefefe;
    background-color: #f2f6f8;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.calendar-table__event .calendar-table__item[b-udatfepcdd] {
    border-color: #fefefe;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    color: #fff;
}

.calendar-table__event--checkin .calendar-table__item[b-udatfepcdd] {
    background-color: #66dcec;
}

.calendar-table__event--reservation .calendar-table__item[b-udatfepcdd] {
    background-color: #9faab7;
}

.calendar-table__event--long[b-udatfepcdd] {
    overflow-x: hidden;
}

.calendar-table__event--long .calendar-table__item[b-udatfepcdd] {
    border-radius: 0;
    border-width: 2px 0;
}

.calendar-table__event--start .calendar-table__item[b-udatfepcdd] {
    border-left: 2px solid #fff;
    border-radius: 50% 0 0 50%;
}

.calendar-table__event--start.calendar-table__col:last-child .calendar-table__item[b-udatfepcdd] {
    border-width: 2px;
}

.calendar-table__event--end .calendar-table__item[b-udatfepcdd] {
    border-right: 2px solid #fff;
    border-radius: 0 50% 50% 0;
}

.calendar-table__event--end.calendar-table__col:first-child .calendar-table__item[b-udatfepcdd] {
    border-width: 2px;
}

.calendar-table__inactive .calendar-table__item[b-udatfepcdd] {
    color: #dcdce3;
    cursor: default;
}

.calendar-table__inactive .calendar-table__item:hover[b-udatfepcdd] {
    background: transparent;
    box-shadow: none;
}



.calendar-table__inactive.calendar-table__event .calendar-table__item:hover[b-udatfepcdd] {
    background: #66dcec;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.events-container[b-udatfepcdd] {
    padding: 0 15px;
}

.events__title[b-udatfepcdd] {
    color: #bec1ca;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

.events__tag[b-udatfepcdd] {
    background: #66dcec;
    border: 2px solid #fefefe;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    width: 60px;
    margin-left: 16px;
    padding: 5px 2px;
    text-align: center;
}

.events__tag--highlighted[b-udatfepcdd] {
    background: #fdca40;
}

.events__item[b-udatfepcdd] {
    background: #fff;
    border-left: 8px solid #86d8c9;
    border-radius: 2px;
    -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05);
    padding: 15px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.events__item--left[b-udatfepcdd] {
    width: calc(100% - 76px);
}

.events__name[b-udatfepcdd] {
    font-size: 12px;
    font-weight: 700;
    color: #222741;
    display: block;
    margin-bottom: 6px;
}

.events__date[b-udatfepcdd] {
    font-size: 12px;
    color: #9faab7;
    display: inline-block;
}
/* /Pages/OrderRoomService.razor.rz.scp.css */
.btn-primary[b-h4xbsqz94t] {
    color: #ffffff;
    background-color: #169ea7;
    border-color: #169ea7;
}

    .btn-primary:active:focus[b-h4xbsqz94t] {
        color: #ffffff;
        background-color: #169ea7;
        border-color: #169ea7;
    }
/* /Pages/Profiles/Profile.razor.rz.scp.css */
td[b-1knj90bb4i] {
    word-wrap: break-word;
    min-width: 160px;
    max-width: 160px;
}
/* /Pages/Profiles/ProfileGuestInfo.razor.rz.scp.css */
.profile-photo[b-4fujngh6jg] {
    display: block;
    max-width:250px;
    max-height:250px;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.btn-success:active:focus[b-4fujngh6jg] {
    color: #ffffff;
    background-color: #169ea7;
    border-color: #169ea7;
}

.btn-primary:active:focus[b-4fujngh6jg] {
    color: #ffffff;
    background-color: #169ea7;
    border-color: #169ea7;
}

.btn[b-4fujngh6jg] {
    height: 40px;
    background-color: #169ea7;
    border-color: #169ea7;
}

.file[b-4fujngh6jg] {
    opacity: 0;
    width: 1px;
    height: 1px;
    position: absolute;
}

/*.file-input {*/
/*    width: 100%;*/
/*}*/

/*.file-input label {*/
/*    display: block;*/
/*    position: relative;*/
/*    width: 200px;*/
/*    height: 40px;*/
/*    border-radius: 25px;*/
/*    background: #169ea7;*/
/*    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    color: #fff;*/
/*    font-weight: bold;*/
/*    cursor: pointer;*/
/*    transition: transform .2s ease-out;*/
/*}*/
/* /Pages/Profiles/ProfileTakePhoto.razor.rz.scp.css */
#webcam-app[b-u32d0dmpqx] {
    background-image: url(../images//background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
    width: 100vw;
    height: 100vh;
}

.webcam-container[b-u32d0dmpqx] {
    height: 100vh;
    width: 100vw;
    background-color: black;
}

#background-container[b-u32d0dmpqx] {
    height: 100vh;
    width: 100vw;
}

@media screen and (min-width: 768px) {
    .webcam-container[b-u32d0dmpqx] {
        background-attachment: fixed;
    }
}

.form-control.webcam-start[b-u32d0dmpqx] {
    position: relative;
    background: black;
    opacity: 0.8;
    padding: 10px 20px;
    border: none;
    color: white;
    text-shadow: 1px 1px #000;
    font-size: 1.2rem;
    width: 350px;
    height: 55px;
    z-index: 9999;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
}

.form-control.webcam-on[b-u32d0dmpqx] {
    position: fixed;
    top: 10vh;
    bottom: auto;
    left: 0px;
    right: auto;
    transition: all 100ms;
    width: 145px !important;
}

.form-control.webcam-off[b-u32d0dmpqx] {
    transition: all 100ms;
}


.form-switch[b-u32d0dmpqx] {
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.form-switch i[b-u32d0dmpqx] {
    position: relative;
    display: inline-block;
    margin-right: .5rem;
    width: 60px;
    height: 30px;
    background-color: #e6e6e6;
    border-radius: 25px;
    vertical-align: text-bottom;
    transition: all 0.3s linear;
}

.form-switch i[b-u32d0dmpqx]::before {
    content: "";
    position: absolute;
    left: 0;
    width: 56px;
    height: 25px;
    background-color: #fff;
    border-radius: 15px;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all 0.25s linear;
}

.form-switch i[b-u32d0dmpqx]::after {
    content: "";
    position: absolute;
    left: 0;
    width: 26px;
    height: 26px;
    background-color: #fff;
    border: 1px solid grey;
    border-radius: 15px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    transform: translate3d(2px, 2px, 0);
    transition: all 0.2s ease-in-out;
}

.form-switch:active i[b-u32d0dmpqx]::after {
    width: 60px;
    transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked + i[b-u32d0dmpqx]::after {
    transform: translate3d(16px, 2px, 0);
}

.form-switch input[b-u32d0dmpqx] {
    display: none;
}

.form-switch input:checked + i[b-u32d0dmpqx] {
    background-color: #4BD763;
}

.form-switch input:checked + i[b-u32d0dmpqx]::before {
    transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}

.form-switch input:checked + i[b-u32d0dmpqx]::after {
    transform: translate3d(30px, 2px, 0);
}

.form-switch input:disabled + i[b-u32d0dmpqx] {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.form-switch input:disabled + i[b-u32d0dmpqx]::after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.10);
}


.app-panel[b-u32d0dmpqx] {
    height: 100vh;
    width: 100vw;
    text-align: center;
    background-color: black;
}

#webcam[b-u32d0dmpqx] {
    display: block;
    position: relative;
    width: auto;
    height: 100vh;
    z-index: 999;
    pointer-events: none;
    margin: auto;
}

.md-modal[b-u32d0dmpqx] {
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.md-show[b-u32d0dmpqx] {
    visibility: visible;
}

.md-overlay[b-u32d0dmpqx] {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(#e4f0e3, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay[b-u32d0dmpqx] {
    opacity: 1;
    visibility: visible;
}

.md-effect-12 .md-content[b-u32d0dmpqx] {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay[b-u32d0dmpqx] {
    background-color: #e4f0e3;
}

.md-effect-12 .md-content h3[b-u32d0dmpqx],
.md-effect-12 .md-content[b-u32d0dmpqx] {
    background: transparent;
}

.md-show.md-effect-12 .md-content[b-u32d0dmpqx] {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

#errorMsg[b-u32d0dmpqx] {
    position: fixed;
    top: 22vh;
    left: 0;
    padding: 20px;
    z-index: 999999;
}

@media screen and (min-width: 768px) {
    #errorMsg[b-u32d0dmpqx] {
        position: fixed;
        top: 32vh;
        left: 20vw;
        padding: 20px;
        z-index: 999999;
    }
}

#cameraFlip[b-u32d0dmpqx] {
    width: 70px;
    height: 55px;
    margin-left: 40px;
    margin-top: -10px;
    position: absolute;
    cursor: pointer;
    background-color: black;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images//camera_flip_white.png);
    background-size: cover;
}

.cameraControls[b-u32d0dmpqx] {
    position: absolute;
    bottom: 10vh;
    width: 100%;
    z-index: 99999;
    background: transparent;
    opacity: 0.7;
    padding: 10px;
}


.material-icons[b-u32d0dmpqx] {
    width: 100px;
    font-size: 50px !important;
    color: white;
    width: 80px;
    height: 80px;
    background-color: black;
    border-radius: 50%;
    padding-top: 15px;
    margin: 0 10px;
}

.flash[b-u32d0dmpqx] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 900000;
}

#canvas[b-u32d0dmpqx] {
    background-color: transparent;
    position: absolute;
    width: auto;
    height: 100vh;
    z-index: 9999;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 420px) {
    .form-control.webcam-start[b-u32d0dmpqx] {
        width: 300px;
    }
}

@media screen and (max-width: 767px) {
    .cameraControls[b-u32d0dmpqx] {
        bottom: 25vh;
    }
}

@media screen and (min-width: 420px) and (max-width: 767px) {
    .form-control.webcam-on[b-u32d0dmpqx] {
        top: 17vh;
        left: 0;
    }
}

@media screen and (min-width: 1024px) {
    .form-control.webcam-on[b-u32d0dmpqx] {
        top: 16vh;
        left: 8vw;
    }
}
/* /Shared/AccountLayout.razor.rz.scp.css */
.account-card-container[b-ljedsku8z2] {
    width:20vw;
    margin: 0 auto;
    margin-top: 5vh;
}

@media only screen and (max-width: 1600px) {
    .account-card-container[b-ljedsku8z2] {
        width: 25vw;
    }
}

@media only screen and (max-width: 1200px) {
    .account-card-container[b-ljedsku8z2] {
        width: 30vw;
    }
}

@media only screen and (max-width: 992px) {
    .account-card-container[b-ljedsku8z2] {
        width: 60vw;
    }
}

@media only screen and (max-width: 768px) {
    .account-card-container[b-ljedsku8z2] {
        width: 80vw;
    }
}


/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-98l586s9l2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-98l586s9l2] {
    flex: 1;
}

.sidebar[b-98l586s9l2] {
    background: #169ea7;
}

.top-row[b-98l586s9l2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-98l586s9l2]  a, .top-row .btn-link[b-98l586s9l2] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-98l586s9l2] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-98l586s9l2] {
        display: none;
    }

    .top-row.auth[b-98l586s9l2] {
        justify-content: space-between;
    }

    .top-row a[b-98l586s9l2], .top-row .btn-link[b-98l586s9l2] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-98l586s9l2] {
        flex-direction: row;
    }

    .sidebar[b-98l586s9l2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-98l586s9l2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-98l586s9l2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8p6zomlqyr] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-8p6zomlqyr] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-8p6zomlqyr] {
    font-size: 1.1rem;
}

.oi[b-8p6zomlqyr] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-8p6zomlqyr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8p6zomlqyr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8p6zomlqyr] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8p6zomlqyr]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-8p6zomlqyr]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-8p6zomlqyr]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-8p6zomlqyr] {
        display: none;
    }

    .collapse[b-8p6zomlqyr] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.custom-toggler .navbar-toggler-icon[b-8p6zomlqyr] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(22,158,167, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler[b-8p6zomlqyr] {
    border-color: #169ea7;
}

.navbar-toggler:focus[b-8p6zomlqyr] {
    border-color: #169ea7;
}

.navbar-toggler:focus-visible[b-8p6zomlqyr] {
    border-color: #169ea7;
}

.navbar-toggler:focus-within[b-8p6zomlqyr] {
    border-color: #169ea7;
} 
