/* _content/AbbiePortfolio/Components/ComponentLibrary/EmailSubscribeButton.razor.rz.scp.css */
[b-37kwusjxba] .mud-input > input.mud-input-root, div.mud-input-slot.mud-input-root[b-37kwusjxba],
[b-37kwusjxba] .mud-input-outlined-border {
    border-radius: 9999px !important;
}

[b-37kwusjxba] .mud-button-filled.mud-button-filled-primary {
    width: 120px;
    margin-left: -120px;
    padding: 0.9rem;
    color: white !important;
}

[b-37kwusjxba] .mud-button-filled:disabled {
    background-color: var(--mud-palette-primary) !important;
    border: 1px solid var(--mud-palette-lines-inputs);
    --mud-ripple-opacity: var(--mud-ripple-opacity-secondary) !important;
}

.width-500[b-37kwusjxba] {
    max-width: 500px;
}
/* _content/AbbiePortfolio/Components/Sections/Introduction.razor.rz.scp.css */
.text-background[b-u57dpla76g] {
    color: var(--mud-palette-background);
    background-color: var(--mud-palette-text-primary);
}

#introduction[b-u57dpla76g]  .avatar {
  overflow: hidden;
}

#introduction[b-u57dpla76g]  .avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    display: block;
}
/* _content/AbbiePortfolio/Components/Sections/Projects.razor.rz.scp.css */
.custom-outlined-button[b-xyr8hokeyj] {
    border-color: #ff6b35;
}
