/* _content/ReservasV1/Components/Book.razor.rz.scp.css */
.p_NoServicesFound[b-hqv47wz9z2] {
    font-style: italic;
}
.searchInputAreaEdicao[b-hqv47wz9z2] {
    max-width: 220px;
    min-width: 100px;
    width: 100px;
    border-radius: 0px;
    margin-bottom: 5px;
    border-width: 0;
    font-size: 14px;
    padding: 0 5px;
    border-color: none;
    border-color: #99CAAD;
    transition: width .4s;
}
    .searchInputAreaEdicao:focus[b-hqv47wz9z2], .searchInputAreaEdicao:focus-visible[b-hqv47wz9z2] {
        outline: none !important;
        box-shadow: none !important;
        border-width: 0px 0px 1px !important;
        width: calc(100% - 200px);
    }

[b-hqv47wz9z2] .day_card {
    border: 0;
    width: 15%;
    height: 75px;
    cursor: pointer;
    margin: 1% 1% 0 0;
}
    [b-hqv47wz9z2] .day_card > div {
        height: 100%;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
    }

[b-hqv47wz9z2] .weekday_card {
    width: 15% !important;
    background-color: #b6d7c3;
}
[b-hqv47wz9z2] .weekend_card {
    background-color: #A3C7D1;
}
[b-hqv47wz9z2] .today_card {
    width: 31%!important;
    background-color: #A3C7D1;
}
    [b-hqv47wz9z2] .today_card .day_card_selected {
        background-color: #43a4bf !important;
    }
[b-hqv47wz9z2] .weekday_card .day_card_selected {
    background-color: #43a4bf !important;
}
[b-hqv47wz9z2] .weekend_card .day_card_selectedd {
    background-color: #43a4bf !important;
}
[b-hqv47wz9z2] .weekend_card:hover, [b-hqv47wz9z2] .today_card:hover {
    background-color: #73ADBD;
}
[b-hqv47wz9z2] .weekday_card:hover {
    background-color: #99CAAD;
}

.divider_title_button[b-hqv47wz9z2] {
    width: fit-content;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 2rem;
}
.divider_title_button_label[b-hqv47wz9z2] {
    margin: 0;
    color: #A3C7D1;
    font-size: 12px;
    font-weight: 600;
}
.divider_title_button_icon[b-hqv47wz9z2] {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.modal-backdrop[b-hqv47wz9z2] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 100;
}

.modal[b-hqv47wz9z2] {
    background: #fff;
    border-radius: 12px;
    padding: 1rem;
    max-width: 885px;
    margin: 10% auto;
    z-index: 200;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    width: calc(100vw - 20px);
    position: absolute;
    right: 0;
}
    .modal.no_availability[b-hqv47wz9z2] {
        max-width: 270px!important;
    }

.modal-header h3[b-hqv47wz9z2] {
    margin: 0 0 1rem 0;
    font-size: 1.2rem;
    font-weight: bold;
}
.modal-body[b-hqv47wz9z2] {
    width: 100%;
}
    .modal-body .no_availability[b-hqv47wz9z2] {
        margin: 2rem 0 0 0;
        color: #212121;
        font-size: 14px;
        font-style: italic;
    }
.modal-footer[b-hqv47wz9z2] {
    margin-top: 2rem;
    display: flex;
    align-items: start;
    flex-direction: column;
    padding: 0 2rem;
}

.calendar[b-hqv47wz9z2] {
    gap: 0.25rem;
    display: grid;
    justify-content: center;
}

.calendar-row[b-hqv47wz9z2] {
    display: flex;
}

.calendar-cell[b-hqv47wz9z2] {
    margin: 2px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    font-weight: 500;
}
    .calendar-cell.available[b-hqv47wz9z2] {
        background: #d0eada;
        color: #333;
        transition: background .1s;
    }
        .calendar-cell.available:hover[b-hqv47wz9z2] {
            background: #b6d7c3;
        }

    .calendar-cell.unavailable[b-hqv47wz9z2] {
        background: #f0f0f0;
        color: #999;
        cursor: not-allowed;
    }

    .calendar-cell.empty[b-hqv47wz9z2] {
        visibility: hidden;
    }

.close-btn[b-hqv47wz9z2] {
    padding: 0.5rem 1rem;
    background: #A3C7D1;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.day-lable[b-hqv47wz9z2] {

}

#daylistDrawer[b-hqv47wz9z2] {
    width: 95%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.Availability_lable[b-hqv47wz9z2] {
    display: flex;
    align-items: center;
}
    .Availability_lable p[b-hqv47wz9z2] {
        margin-bottom: 1px;
    }
    .Availability_lable .Available_lable_color[b-hqv47wz9z2], .Availability_lable .Unavailable_lable_color[b-hqv47wz9z2] {
        border-radius: 3px;
        margin-right: 10px;
        height: 15px;
        width: 15px;
    }
    .Availability_lable .Available_lable_color[b-hqv47wz9z2] {
        background: #d0eada;
    }
    .Availability_lable .Unavailable_lable_color[b-hqv47wz9z2] {
        background: #f0f0f0;
    }

.availability-table-container[b-hqv47wz9z2] {
    max-width: calc(100vw - 56px);
    overflow-x: auto;
    width: 100%;
    display:flex;
}
.availability-table[b-hqv47wz9z2] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}
    .availability-table tbody[b-hqv47wz9z2] {
        overflow-y: scroll;
        max-height: 135px;
        height: fit-content;
        width: 100%;
    }
    .availability-table th[b-hqv47wz9z2], .availability-table td[b-hqv47wz9z2] {
        padding: 0.5rem;
        border-bottom: 1px solid #ddd;
    }

    .availability-table th[b-hqv47wz9z2] {
        font-weight: bold;
        background: #f9f9f9;
    }

.availability_table_cell[b-hqv47wz9z2] {
    border-radius: 10px;
    transition: background-color .2s;
    cursor: pointer;
}
    .availability_table_cell:hover[b-hqv47wz9z2] {
        background-color: #d0eada;
    }
.availability_table_cell_unavailable[b-hqv47wz9z2] {
    cursor: default!important;
}
    .availability_table_cell_unavailable:hover[b-hqv47wz9z2] {
        background-color: #f0f0f0;
    }

.modal-body h4[b-hqv47wz9z2] {
    margin-top: 2rem;
}

#QuickPrintCheckbox[b-hqv47wz9z2] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 2rem 0;
}
    #QuickPrintCheckbox p[b-hqv47wz9z2] {
        margin-bottom: 0;
        margin-right: 10px;
    }
.QuickPaymentMethods_container[b-hqv47wz9z2] {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
}
.div_quickPaymentMethods[b-hqv47wz9z2] {
    width: calc(50% - 20px);
    flex: 1;
    height: -webkit-fill-available; /* Chrome, Safari */
    height: -moz-available; /* Firefox */
    height: fill-available; /* Standard (not widely supported yet) */
    max-width: 500px;
    border: solid 2px;
    padding: 10px;
    position: relative;
    flex-wrap: wrap;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.quickPaymentMethods_label[b-hqv47wz9z2] {
    position: absolute;
    top: -13px;
    padding: 0 10px;
    left: 20px;
    background-color: white;
    margin: 0;
}

#QuickPrintNextSteps[b-hqv47wz9z2] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    #QuickPrintNextSteps .button_reservar[b-hqv47wz9z2] {
        margin: 0;
        width: 90%;
        max-width: 200px;
    }

table[b-hqv47wz9z2] {
    width: 100%;
}
    table .state_lbl_ball[b-hqv47wz9z2] {
        margin: auto;
    }
    table td[b-hqv47wz9z2] {
        text-align: center;
    }

.div_addedProducts_total[b-hqv47wz9z2] {
    flex-wrap: wrap;
    display: flex;
}

    .div_addedProducts_total p[b-hqv47wz9z2] {
        margin: 0;
        font-size: 15px;
        font-weight: 500;
    }

        .div_addedProducts_total p:first-child[b-hqv47wz9z2] {
            margin-right: 7px;
        }
.div_reservationActions[b-hqv47wz9z2] {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 2rem 0 0;
    padding: 0 .5rem 0 0;
}

.BookingInformationContainer[b-hqv47wz9z2] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem 0 1.5rem;
}
.BookingInformationContainer_wBtns[b-hqv47wz9z2] {
    width: calc(100% - 135px) !important;
}
@media only screen and (max-width: 576px) {
    .div_reservationActions[b-hqv47wz9z2] {
        flex-direction: column;
    }
    .BookingInformationContainer[b-hqv47wz9z2] {
        margin-bottom: 1rem;
    }
}

.tooltip_spans p[b-hqv47wz9z2] {
    font-size: 11px;
    color: white;
    line-height: 23px;
    font-weight: 700;
    height: stretch;
    height: -moz-available;
    height: -webkit-fill-available;
}
.bookmanage_buttons[b-hqv47wz9z2] {
    width: 135px;
    font-size: 13px;
    margin: 5px 5px;
}
.bookmanage_buttons_cancel[b-hqv47wz9z2] {
    background-color: #cd6c6c !important;
}
.BookingInformation[b-hqv47wz9z2] {
    display: flex;
    align-items: center;
}

    .BookingInformation .state_lbl_ball[b-hqv47wz9z2] {
        margin: 0 0 0 10px !important;
    }

.BookingInformation_Label[b-hqv47wz9z2] {
    margin: 0 0 0 0;
    font-size: 15px;
    font-weight: 500;
    width: fit-content;
}
/* _content/ReservasV1/Components/ManageBooking.razor.rz.scp.css */

.div_addedProducts_total[b-v46bsq2ect] {
    flex-wrap: wrap;
    display: flex;
}
    .div_addedProducts_total p[b-v46bsq2ect] {
        margin: 0;
        font-size: 15px;
        font-weight: 500;
    }
        .div_addedProducts_total p:first-child[b-v46bsq2ect] {
            margin-right: 7px;
        }
.ClientInfo[b-v46bsq2ect] {
    margin-top: 2rem;
    margin-bottom: 4rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.div_reservationActions[b-v46bsq2ect] {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 2rem 0 1rem;
    padding: 0 .5rem 0 0;
}
@media only screen and (max-width: 576px) {
    .div_reservationActions[b-v46bsq2ect] {
        flex-direction: column;
    }
    .BookingInformationContainer[b-v46bsq2ect] {
        margin-bottom: 1rem;
    }
}
.bookmanage_buttons[b-v46bsq2ect] {
    width: 135px;
    font-size: 13px;
    margin: 5px 5px;
}
.bookmanage_buttons_cancel[b-v46bsq2ect] {
    background-color: #cd6c6c !important;
}
#tooltip_anchor[b-v46bsq2ect] {
    width: 16px;
    height: 16px;
    margin: auto 0 auto 7px;
}

.BookingInformationContainer[b-v46bsq2ect] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem 0 1.5rem;
}
.BookingInformationContainer_wBtns[b-v46bsq2ect] {
    width: calc(100% - 135px) !important;
}
.BookingInformation[b-v46bsq2ect] {
    display: flex;
    align-items:center;
}
    .BookingInformation .state_lbl_ball[b-v46bsq2ect] {
        margin: 0 0 0 10px !important;
    }
.BookingInformation_Label[b-v46bsq2ect] {
    margin: 0 0 0 0;
    font-size: 15px;
    font-weight: 500;
    width: fit-content;
}
.tooltip_spans p[b-v46bsq2ect] {
    font-size: 11px;
    color: white;
    line-height: 23px;
    font-weight: 700;
    height: stretch;
    height: -moz-available;
    height: -webkit-fill-available;
}
table[b-v46bsq2ect] {
    width: 100%;
}
    table .state_lbl_ball[b-v46bsq2ect] {
        margin: auto;
    }
    table td[b-v46bsq2ect] {
        text-align: center;
    }

[b-v46bsq2ect] fluent-anchored-region.left .tooltip::after, [b-v46bsq2ect] fluent-anchored-region.bottom .tooltip::after {
    display: none !important;
}
/* _content/ReservasV1/Components/Payments.razor.rz.scp.css */

.prod_discounted_Val[b-z7t6rlxtj8] {
    text-decoration: line-through;
    margin-right: 5px;
    font-size: 13px;
}

#div_cdVoucher[b-z7t6rlxtj8] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 2rem;
}
#voucherInputs[b-z7t6rlxtj8] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#voucherInput[b-z7t6rlxtj8] {
    display: flex;
    align-items: center;
    justify-content: center;
}
.appliedVoucher_card[b-z7t6rlxtj8] {
    max-width: 400px;
    margin: auto;
    border-radius: 20px;
    padding: 10px 15px 10px 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    .appliedVoucher_card p[b-z7t6rlxtj8] {
        margin: 0;
        font-size: 15px;
        font-weight: 600;
    }
#div_cdAppliedVoucher[b-z7t6rlxtj8] {
    margin-top: 2rem;
}
.btn_appliedVoucher_dismiss[b-z7t6rlxtj8] {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    padding: 7px;
}
.btn_appliedVoucher_dismiss img[b-z7t6rlxtj8] {
    width: 100%;
    height: 100%;
}

[b-z7t6rlxtj8] #cdVoucher {
    width: 35%;
    margin-right: 5px;
}
#button_confirmPayMeth[b-z7t6rlxtj8] {
    width: 49.5%;
    margin: 0 auto 0 auto;
    background-color: #99CAAD !important;
}
#button_selectPayOnRequest[b-z7t6rlxtj8] {
    width: 49.5%;
    margin: 0 auto 0 auto;
    background-color: #99CAAD;
}
#button_cancelOnRequest[b-z7t6rlxtj8] {
    width: 30%;
    margin: 0 auto 0 auto;
}
#button_cancelBooking[b-z7t6rlxtj8] {
    width: 49.5%;
    margin: 0 auto 0 auto;
}
[b-z7t6rlxtj8] #cdVoucher_button {
    margin: 0;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
[b-z7t6rlxtj8] #cdVoucher_button::part(control){
    height:100%!important;
}

.loading_validateVoucher[b-z7t6rlxtj8] {
    width: 18px;
    height: 18px;
    min-width: 18px;
}
#voucherButtonLabel[b-z7t6rlxtj8] {
    margin: 0;
}

.AddedProduct_row[b-z7t6rlxtj8] {
    width: 100%;
    min-height: 70px;
    border: 0;
    margin: 1% 15px 0 15px;
}
.div_addedProduct > div[b-z7t6rlxtj8] {
    width: 60%;
    display: flex;
}
.div_addedProducts_total[b-z7t6rlxtj8] {
    width: 100%;
    height: 55px;
    border: 0;
    margin: 1% 1% 0 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-end;
}
.addedProduct_qnt[b-z7t6rlxtj8] {
    font-size: 16px;
    margin: 15px 16px auto 0;
}
.addedProduct_ref[b-z7t6rlxtj8] {
    font-size: 16px;
    margin: 0;
}
.div_addedProduct_info[b-z7t6rlxtj8] {
    text-align: left;
    margin: 15px 0 auto 0;
    display: flex;
    flex-direction:column;
}
.addedProducts_text[b-z7t6rlxtj8] {
    margin: 0;
}
.addedProduct_value[b-z7t6rlxtj8] {
    font-size: 15px;
    margin: auto 0;
}
.PayMethTitle[b-z7t6rlxtj8] {
    margin-top: 4rem;
}
.div_mod_pag[b-z7t6rlxtj8] {
    margin-bottom: 2rem;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

[b-z7t6rlxtj8] .AddedProductsDrawerCard {
    display: flex;
    flex-direction: column;
    padding: 1rem 0 1rem;
}
.AddedProductsDrawer[b-z7t6rlxtj8] {
    width: 100%;
    height: 0;
    transition: .2s;
    overflow: hidden;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}
.AddedProductsDrawer_Open[b-z7t6rlxtj8] {
    height: fit-content!important;
}
.AddedProductsHeader_Total[b-z7t6rlxtj8] {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}
.AddedProductsHeader[b-z7t6rlxtj8] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    cursor: pointer;
}
    .AddedProductsHeader .book_confirm_h3[b-z7t6rlxtj8] {
        margin: 0;
    }
.AddedProductsHeader_Left[b-z7t6rlxtj8] {
    display: flex;
    align-items: center;
}
.AddedProductsHeader_Right[b-z7t6rlxtj8] {
    display: flex;
    align-items: center;
}
.drawerChevron[b-z7t6rlxtj8] {
    width: 12px;
    transition: .2s;
    margin-left: 1rem;
}
.drawerChevron_Close[b-z7t6rlxtj8] {
    transform: rotate(-180deg);
}

#OnRequestCheckbox[b-z7t6rlxtj8] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 0 0;
}
#OnRequestCheckbox p[b-z7t6rlxtj8] {
    margin-bottom: 0;
    margin-right: 10px;
}
.OnRequestConfirmationMessage[b-z7t6rlxtj8] {
    margin: 2rem 0 2rem 0;
}
.OnRequestConfirmationMessage h4[b-z7t6rlxtj8] {
    font-size: 15px;
}
/* _content/ReservasV1/Components/ProfileCard.razor.rz.scp.css */
.profile[b-7nvxb09p1r] {
    display: flex;
    align-items: center;
}

    .profile .avatar[b-7nvxb09p1r] {        
        flex: 1 0 auto;
    }

    .profile .avatar img[b-7nvxb09p1r] {
        margin: 15px;
        height: 64px;
        width: 64px;
        border-radius: 32px;
    }

    .profile .info[b-7nvxb09p1r] {
        margin: 0 2em;
        flex: 4 0 auto;
    }

        .profile .info > h3[b-7nvxb09p1r] {
            margin: 0;
        }

        .profile .info > p[b-7nvxb09p1r] {
            margin: 0;
        }
/* _content/ReservasV1/Components/QRCodeComp.razor.rz.scp.css */


#div_QRCode_loading[b-40whv777ym] {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#QRCode_loading[b-40whv777ym] {
    width: 20px;
    height: 20px;
}

#div_QRCodeButton[b-40whv777ym] {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 50px;
    height: 40px;
    margin: auto;
}

#div_QRCode[b-40whv777ym] {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#QRCode_body[b-40whv777ym] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#QRCode[b-40whv777ym] {
    width: 200px;
    height: 200px;
}
#QRCode_mini[b-40whv777ym] {
    width: 20px;
    height: 20px;
}
#QRCode_p[b-40whv777ym] {
    font-size: 20px;
    margin: 20px 0 0 0;
    color: #99CAAD;

}

#QRCodeModal_body[b-40whv777ym] {
    display: flex;
    align-items: center;
    width: 100%;
    height: calc(100% - 100px);
    padding: 10px;
}
#QRCodeModal_header[b-40whv777ym] {
    height: 65px;
    display: flex;
    align-items: flex-start;
    padding: 15px 15px 0 0;
}
/* _content/ReservasV1/Components/QRCodeReader.razor.rz.scp.css */

.div_QRScreen[b-ox8axiz6yb] {
    width: 100%;
    height: 100%;
    position: relative;
}

[b-ox8axiz6yb] #reader, #qr-shaded-region[b-ox8axiz6yb], #qr-canvas[b-ox8axiz6yb] {
    width: 100% !important;
    height: 100%;
}
[b-ox8axiz6yb] #qr-shaded-region {
    width: 100% !important;
    height: 100%;
}
[b-ox8axiz6yb] #qr-canvas {
    width: 100% !important;
    height: 100%;
}
[b-ox8axiz6yb] video {
    width: 100% !important;
    height: 100%;
}

#div_QRCodeDataPopup[b-ox8axiz6yb] {
    width: 90%;
    height: 0;
    position: absolute;
    border-radius: 50px 50px 0 0;
    transition: .2s;
    left: 0;
    right: 0;
    margin: auto;
}
.div_QRCodeDataPopup_open[b-ox8axiz6yb] {
    bottom: 0;
    background-color: white;
    height: calc(100% - 50px) !important;
    padding: 3rem;
}
#p_QRCodeDataPopup_header[b-ox8axiz6yb] {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
#div_QRCodeDataPopup_body[b-ox8axiz6yb] {
    width: 80%;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 70px;
    margin: auto;
    left: 0;
    right: 0;
}
.div_QRCodeDataPopup_Button_G[b-ox8axiz6yb] {
    background-color: #99CAAD;
}
.div_QRCodeDataPopup_Button_B[b-ox8axiz6yb] {
    background-color: #A3C7D1;
}
.div_QRCodeDataPopup_Button[b-ox8axiz6yb] {
    width: 100%;
    padding: 20px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 45px;
    color: white;
    cursor: pointer;
}
    .div_QRCodeDataPopup_Button p[b-ox8axiz6yb] {
        margin: 0;
        font-size: 20px;
        font-weight: 700;
    }

@media only screen and (max-width: 767.98px) {
    #p_QRCodeDataPopup_header[b-ox8axiz6yb] {
        font-size: 20px;
    }
    #div_QRCodeDataPopup_body[b-ox8axiz6yb] {
        bottom: 0px;
    }
    .div_QRCodeDataPopup_Button[b-ox8axiz6yb] {
        padding: 10px;
    }
        #div_QRCodeDataPopup_Button p[b-ox8axiz6yb] {
            font-size: 14px;
        }
}


#RetrieveQRData[b-ox8axiz6yb] {
    display:none;
}
#QRScreen_container[b-ox8axiz6yb] {
    position: relative;
    border-radius: 10px;
    background-color: white;
    /*height: calc(100vh - 80px);*/
} 
/* _content/ReservasV1/Pages/Tab.razor.rz.scp.css */
.narrow[b-we7v1wjc0r] {
	max-width: 900px;
	margin: 0 auto;
}

.page-padding[b-we7v1wjc0r] {
	padding: 4rem;
}

.welcome.page > .narrow > img[b-we7v1wjc0r] {
	margin: 0 auto;
	display: block;
	width: 200px;
}

.welcome.page > .narrow > ul[b-we7v1wjc0r] {
	width: 75%;
	justify-content: space-between;
	margin: 4rem auto;
}

	.welcome.page > .narrow > ul > li[b-we7v1wjc0r] {
		background-color: inherit;
		margin: auto;
	}

		.welcome.page > .narrow > ul > li > a[b-we7v1wjc0r] {
			font-size: 16px;
			height: 32px;
			border-bottom-color: rgb(98, 100, 167);
		}

.center[b-we7v1wjc0r] {
	text-align: center;
}

pre[b-we7v1wjc0r] {
	overflow-x: scroll;
}

pre[b-we7v1wjc0r],
div.error[b-we7v1wjc0r] {
	background-color: #e5e5e5;
	padding: 1rem;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	margin: 1rem 0;
}

code[b-we7v1wjc0r] {
	background-color: #e5e5e5;
	display: inline-block;
	padding: 0px 6px;
	border-radius: 3px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.error[b-we7v1wjc0r] {
	color: red;
}

.profile[b-we7v1wjc0r] {
	display: flex;
	margin: 1em 0;
	background-color: white;
	width: fit-content;
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}

	.profile > .avatar[b-we7v1wjc0r] {
		margin: 2em 1em;
		height: 72px;
		width: 72px;
	}

	.profile > .info[b-we7v1wjc0r] {
		margin: 2em 2em 0 0;
	}

		.profile > .info > h3[b-we7v1wjc0r] {
			margin: 0;
		}

		.profile > .info > p[b-we7v1wjc0r] {
			margin: 0;
		}

[b-we7v1wjc0r] .login_input {
	max-width: 300px;
	width: 100%
}

.div_loginContainer[b-we7v1wjc0r] {

}
#loginErrorMsg[b-we7v1wjc0r] {
	color: #ec0000;
	font-weight: 500;
	margin-bottom: 2rem
}
