/* /Shared/AppErrorPanel.razor.rz.scp.css */
/* text-align: start guards against the global fieldset / .modal-body
   end-alignment when the panel renders inside those containers. */
.error-panel[b-augpuaahyt] {
    margin: 16px 0;
    padding: 20px 24px;
    border: 1px solid #C8C8C8;
    border-left: 4px solid #c1272d;
    border-radius: 4px;
    background-color: #fff;
    color: #393839;
    text-align: start;
}

.error-panel-title[b-augpuaahyt] {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px;
}

.error-panel-message[b-augpuaahyt] {
    color: #c1272d;
    margin: 0 0 8px;
    overflow-wrap: anywhere;
}

.error-panel-detail[b-augpuaahyt] {
    max-height: 320px;
    overflow: auto;
    white-space: pre-wrap;
    background-color: #f7f7f7;
    border: 1px solid #C8C8C8;
    border-radius: 4px;
    padding: 12px;
    font-size: 12px;
    margin: 0 0 8px;
}

.error-panel-help[b-augpuaahyt] {
    margin: 0;
}

.error-panel .reload[b-augpuaahyt] {
    cursor: pointer;
    text-decoration: underline;
}
/* /Shared/FieldHelp.razor.rz.scp.css */
/* The bubble renders inside a .form-label, which is uppercase, 12px and
   letter-spaced - every inherited text property is reset here so the help
   reads as a sentence rather than a shouted label. */
.field-help[b-vzlt5hbl29] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    line-height: normal;
}

.field-help-icon[b-vzlt5hbl29] {
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 0;
    border: 1px solid #9a9a9a;
    border-radius: 50%;
    background-color: transparent;
    color: #6b6b6b;
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    cursor: pointer;
}

.field-help-icon:hover[b-vzlt5hbl29],
.field-help-icon:focus[b-vzlt5hbl29] {
    border-color: #1a9bd7;
    color: #1a9bd7;
    outline: none;
}

.field-help-bubble[b-vzlt5hbl29] {
    position: absolute;
    z-index: 1000;
    top: calc(100% + 6px);
    left: 0;
    display: block;
    width: max-content;
    max-width: 280px;
    padding: 8px 10px;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    color: #393839;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
    white-space: normal;
}
