/* /Components/LoginForm.razor.rz.scp.css */
.container[b-loiady9xzl] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Adjust this if necessary */
}

form *[b-loiady9xzl] {
    letter-spacing: 0.5px;
    outline: none;
    border: none;
    width: 300px;
}

label[b-loiady9xzl] {
    display: block;
    margin-top: 20px;
    font-size: 12px;
    font-weight: bold;
}

input[b-loiady9xzl] {
    display: block;
    height: 50px;
    width: 100%;
    background-color: #e7e7e7;
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
}

button[b-loiady9xzl] {
    margin-top: 20px;
    width: 100%;
    background-color: #5eb646;
    color: white;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}
/* /Components/ModalTextArea.razor.rz.scp.css */
.modal-overlay[b-cjsxow1mom] {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex; /* Use flexbox to center vertically */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

.modal-box[b-cjsxow1mom] {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px; /* Limit the width for responsiveness */
}

[b-cjsxow1mom] .modal-box textarea {
    width: 100%;
    height: 300px;
}
/* /Components/ToolTip.razor.rz.scp.css */
.tooltip-wrapper[b-rz0hq87wpg] {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: help;
}

span[b-rz0hq87wpg] {
    visibility: hidden;
    position: absolute;
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

    span[b-rz0hq87wpg]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip-wrapper:hover span[b-rz0hq87wpg] {
    visibility: visible;
}
/* /Pages/DentalChartPage.razor.rz.scp.css */
h5[b-fwck3zznhf] {
    font-weight: bold;
}

th.label[b-fwck3zznhf] {
    width: 140px;
}

th[b-fwck3zznhf] {
    text-align: center;
    font-size: 12px;
}

.grid-main[b-fwck3zznhf] {
    display: grid;
}

.first-column[b-fwck3zznhf] {
    grid-column: 1;
}

.second-column[b-fwck3zznhf] {
    grid-column: 2;
}

.third-column[b-fwck3zznhf] {
    grid-column: 3;
}

.span-two-columns[b-fwck3zznhf] {
    grid-column: 1 / span 2;
}

.span-three-columns[b-fwck3zznhf] {
    grid-column: 1 / span 3;
}

.header-row > *[b-fwck3zznhf] {
    display: inline-block;
    vertical-align: top;
}

.button-group.card[b-fwck3zznhf] {
    padding: 15px;
    margin: 4px;
}

div.image.jaw[b-fwck3zznhf] {
    margin-left: 20px;
    margin-top: 0px;
}

div.centered[b-fwck3zznhf] {
    margin: auto;
}

table[b-fwck3zznhf] {
    margin: 10px;
}

tr[b-fwck3zznhf] {
    line-height: 25px;
}

table[b-fwck3zznhf], th[b-fwck3zznhf], td[b-fwck3zznhf] {
    border: 1px solid black;
}

td[b-fwck3zznhf] {
    width: 30px;
    text-align: center;
    padding: 0;
}

    td.selected[b-fwck3zznhf] {
        background-color: lightskyblue;
    }

    td.cell-selected[b-fwck3zznhf] {
        background-color: orangered;
    }

    td.tooth-name[b-fwck3zznhf] {
        font-weight: bold;
    }

    td.property-name[b-fwck3zznhf] {
        width: 120px;
        font-size: 12px;
    }

[b-fwck3zznhf] input.numeric-index::-webkit-outer-spin-button,
[b-fwck3zznhf] input.numeric-index::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

[b-fwck3zznhf] input.numeric-index {
    width: 100%;
    border: none;
    background: none;
    appearance: none;
}

div.notes[b-fwck3zznhf] {
    position: absolute;
    right: 10px;
    top: 500px;
}

td.disabled[b-fwck3zznhf] {
    background: linear-gradient(45deg, #e5e5e5, #e5e5e5 25%, #fff 25%, #fff 50%, #e5e5e5 50%, #e5e5e5 75%, #fff 75%, #fff);
    background-size: 10px 10px; /* Adjust the size of the stripes */
}

[b-fwck3zznhf] td.disabled > * {
    display: none;
}

.description-table table[b-fwck3zznhf] {
    border: none;
    font-size: 11px;
    font-family: 'Segoe UI'
}

.description-table td[b-fwck3zznhf] {
    border: none;
    text-align: left;
    padding: 0px;
    padding-bottom: 4px;
    vertical-align: top;
    line-height: 16px;
}

td.medium-width[b-fwck3zznhf] {
    width: 600px;
}

.description-table td.description-label[b-fwck3zznhf] {
    font-weight: 700;
    padding: 0 4px 0 20px;
}

[b-fwck3zznhf] #global-inputs textarea {
    width: calc(100% - 20px);
    height: 300px;
}

#upper-jaw[b-fwck3zznhf], #lower-jaw[b-fwck3zznhf], #jaw-svg[b-fwck3zznhf] {
    margin-top: 40px;
}

[b-fwck3zznhf] .text-green {
    color: green;
}

[b-fwck3zznhf] .text-red {
    color: red;
}

#patient-info[b-fwck3zznhf] {
    position: absolute;
    top: 5px;
    left: 80px;
}
/* /Pages/PatientPage.razor.rz.scp.css */
td[b-938i4vo0ka], th[b-938i4vo0ka] {
    padding: 4px 14px;
}

.button-row[b-938i4vo0ka] {
    display: inline-block;
    margin: 5px;
}

th#buttons[b-938i4vo0ka] {
    width: 30px;
}

th#date[b-938i4vo0ka] {
    width: 160px;
}

th#note[b-938i4vo0ka] {
}

.action[b-938i4vo0ka] {
    padding: 0px;
}

td.large-text[b-938i4vo0ka] {
    width: contain;
}

table[b-938i4vo0ka] {
    width: 100%;
    table-layout: fixed;
}

.large-text[b-938i4vo0ka] {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-2o2rp1e3yr] {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

main[b-2o2rp1e3yr] {
    flex: 1;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.nav-menu[b-d80wi0381a] {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    padding-left: 15px;
}

[b-d80wi0381a] a.menu-item-link {
    color: aliceblue;
    text-decoration: none;
}

    [b-d80wi0381a] a.menu-item-link span {
        color: #08b681;
    }

.menu-item[b-d80wi0381a] {
    display: inline-block;
    margin: 10px;
    font-size: 20px;
}
