/* /Components/Professional/MlsBoardEditor.razor.rz.scp.css */
.mls-search-input-wrapper[b-lsqmf7ab51] {
    position: relative;
}

.mls-search-input-wrapper .field-input[b-lsqmf7ab51] {
    min-height: 44px;
}

.mls-search-dropdown[b-lsqmf7ab51] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid var(--line, #E4E7EE);
    border-radius: var(--radius-sm, 8px);
    box-shadow: var(--shadow-menu, 0 8px 24px rgba(27, 30, 44, 0.08));
    z-index: 100;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mls-search-dropdown li[b-lsqmf7ab51] {
    padding: 10px 16px;
    cursor: pointer;
    min-height: 44px;
    display: flex;
    align-items: center;
}

.mls-search-dropdown li:hover[b-lsqmf7ab51] {
    background: rgba(27, 30, 44, 0.04);
}
/* /Components/Profile/PhotoUploadWidget.razor.rz.scp.css */
.photo-upload-widget[b-8zc8kkaavw] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.photo-upload-target[b-8zc8kkaavw] {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    user-select: none;
}

.photo-upload-circle[b-8zc8kkaavw] {
    width: 110px;
    height: 110px;
    flex: 0 0 110px;
    border-radius: 50%;
    border: 2px dashed #C9CCD7;
    background: #F5F6FA;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.15s;
    cursor: pointer;
}

.photo-upload-circle.has-image[b-8zc8kkaavw] {
    border-style: solid;
    border-color: #E4E7EE;
    overflow: hidden;
}

.photo-circle-initials[b-8zc8kkaavw] {
    font-size: 28px;
    font-weight: 700;
    color: #185fa5;
    line-height: 1;
    user-select: none;
}

.photo-circle-img[b-8zc8kkaavw] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-circle-static[b-8zc8kkaavw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #7B8094;
}

.photo-circle-overlay[b-8zc8kkaavw] {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.15s;
}

.photo-upload-circle:hover .photo-circle-overlay[b-8zc8kkaavw] {
    opacity: 1;
}

.photo-overlay-label[b-8zc8kkaavw] {
    font-size: 11px;
    font-weight: 600;
}

.photo-upload-hint[b-8zc8kkaavw] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 13px;
    line-height: 1.3;
}

.photo-upload-hint-formats[b-8zc8kkaavw] {
    color: #6B6E80;
    font-weight: 500;
}

.photo-upload-hint-action[b-8zc8kkaavw] {
    color: #6B6E80;
}

.visually-hidden[b-8zc8kkaavw] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.photo-upload-loading[b-8zc8kkaavw] {
    font-size: 13px;
    color: #6B6E80;
}

.toast-success[b-8zc8kkaavw],
.toast-error[b-8zc8kkaavw] {
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 13px;
}

.toast-success[b-8zc8kkaavw] {
    background: #E6F4EA;
    color: #1F6135;
    border: 1px solid #BDDFC5;
}

.toast-error[b-8zc8kkaavw] {
    background: rgba(155, 44, 44, 0.08);
    color: #9B2C2C;
    border: 1px solid rgba(155, 44, 44, 0.4);
}
