html, body {
    font-family: Inter, sans-serif;
    --rz-text-font-family: Inter, sans-serif;
    --rz-text-display-font-family: TT-Positive, sans-serif;
    --rz-primary: var(--rz-base-900);
    --rz-base-100: #F6F7F8;
    --rz-base-200: #E9EAED;
    --rz-base-300: #F0F1F4;
    --rz-base-500: #8A8FA8;
    --rz-base-700: #6C7393;
    --rz-base-900: #363949;
    --rz-primary-dark: #21222C;
    --rz-primary-darker: #005BE4;
    --rz-primary-light: var(--rz-base-700);
    --rz-primary-lighter: #F6F7F8;
    --rz-danger: #FC4D36;
    --rz-danger-light: #FC3B22;
    --rz-danger-lighter: #FC3B22;
    --rz-danger-dark: #FB2509;
    --rz-danger-darker: #FB2509;
    --rz-link-color: #0066FF;
    --rz-link-hover-color: #1A47B8;
    --rz-special-success-dark: #009B51;

    --rz-card-border-radius: 12px;
    --rz-datalist-border-radius: 12px;
    --rz-datalist-item-margin-inline: 0;

    --rz-card-shadow: 0, 0, 0, 0;
    --rz-button-border-radius: var(--rz-border-radius-2);

    --rz-sidebar-color: var(--rz-base-900);
    --rz-sidebar-background-color: var(--rz-white);
    --rz-sidebar-border-inline-end: none;
    --rz-panel-menu-item-color: var(--rz-base-900);
    --rz-panel-menu-item-background-color: var(--rz-white);
    --rz-panel-menu-item-2nd-level-background-color: var(--rz-white);
    --rz-panel-menu-item-2nd-level-hover-background-color: var(--rz-base-300);
    --rz-panel-menu-item-padding-inline: 20px;
    --rz-panel-menu-item-margin-block: 12px;
    --rz-panel-menu-icon-color: var(--rz-base-900);
    --rz-panel-menu-item-border: none;
    --rz-panel-menu-font-size: 14px;
    --rz-panel-menu-font-weight: 400;
    --rz-panel-menu-item-hover-background-color: var(--rz-base-300);
    --rz-panel-menu-item-hover-color: var(--rz-base-900);
    --rz-panel-menu-item-active-background-color: var(--rz-base-300);
    --rz-panel-menu-item-2nd-level-active-background-color: var(--rz-base-300);

    --rz-text-display-h1-font-size: 40px;
    --rz-text-display-h1-line-height: 48px;
    --rz-text-display-h1-font-weight: 700;
    --rz-text-display-h1-letter-spacing: 0;

    --rz-text-display-h2-font-size: 32px;
    --rz-text-display-h2-line-height: 38px;
    --rz-text-display-h2-font-weight: 700;
    --rz-text-display-h2-letter-spacing: 0;

    --rz-text-display-h3-font-size: 24px;
    --rz-text-display-h3-line-height: 30px;
    --rz-text-display-h3-font-weight: 700;
    --rz-text-display-h3-letter-spacing: 0;

    --rz-text-display-h4-font-size: 16px;
    --rz-text-display-h4-line-height: 20px;
    --rz-text-display-h4-font-weight: 700;
    --rz-text-display-h4-letter-spacing: 0;

    --rz-text-display-h5-font-size: 20px;
    --rz-text-display-h5-line-height: 24px;
    --rz-text-display-h5-font-weight: 300;
    --rz-text-display-h5-letter-spacing: 0;

    --rz-text-body1-letter-spacing: 0;
    --rz-text-body2-letter-spacing: 0;

    --bs-body-font-family: var(--rz-text-display-font-family);
    --bs-body-font-size: 20px;

    --users-palette-red: #FF0000;
    --users-pam: #5B4FCF;
    --users-supervisor: #00A86B;
    --users-status-pending: #00A86B;
    --users-status-pending-bg: #E8F5EF;
    --users-status-pending-bg-hover: #DDF0E5;
}

.toast {
    --bs-toast-max-width: 420px;
    --bs-toast-bg: var(--rz-base-100);
}

body {
    background: var(--rz-base-100);
}

.rz-text-display-h1, .rz-text-display-h2, .rz-text-display-h3, .rz-text-display-h4, .rz-text-display-h5, .rz-text-display-h6 {
    font-family: var(--rz-text-display-font-family), sans-serif;
}

/* RadzenDataGrid */
.rz-grid-table tbody tr {
    height: 44px;
}

.rz-grid-table td {
    padding: 4px 16px;
    vertical-align: middle;
}

.rz-grid-table thead th {
    padding: 0 8px;
}
/* end RadzenDataGrid */

.text-logo {
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--Foreground-text-default, #000);
    font-feature-settings: 'ss01' on, 'ss04' on, 'liga' off, 'clig' off;
    font-family: var(--rz-text-display-font-family), sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px; /* 100% */
}

.line-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.two-line-ellipsis {
    -webkit-line-clamp: 2;
}

.three-line-ellipsis {
    -webkit-line-clamp: 3;
}

.product-card-bg {
    background-color: var(--rz-black);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    height: 220px;
}

.certificate-img {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    height: 162px;
}

.panel-menu-logout {
    background-color: var(--rz-white);
}

.panel-menu-logout:hover {
    background-color: var(--rz-panel-menu-item-hover-background-color);
}

.layout-background{
    background-color: var(--rz-primary);
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

li::marker {
    color: inherit;
    font-size: inherit;
}

.auth-layout {
    background: url("./assets/img/auth-bg.jpg") no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mini-logo-pt {
    width: 1.25rem;
    height: 1.25rem;
    background: url("./assets/img/mini-pt-logotype.png") no-repeat center center;
    background-size: cover;
}

button#toggle-password {
    position: absolute;
    top: 21px;
    right: 4px;
    z-index: 9;
    width: 28px;
    height: 30px;
    background: 0;
    border: 0;
}

button#toggle-password:active,
button#toggle-password:focus,
button#toggle-password:hover {
    cursor: pointer;
}

button#toggle-password:focus {
    outline: none !important;
}

.toggle-icon {
    position: absolute;
    top: 21px;
    right: 4px;
    z-index: 9;
    width: 28px;
    height: 30px;
    background: 0;
    border: 0;
}
.toggle-icon {
    padding-right: calc(1.5em + .75rem);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.input-password[type="text"]:valid + .toggle-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7.028 7.028 0 0 0-2.79.588l.77.771A5.944 5.944 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.134 13.134 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755-.165.165-.337.328-.517.486l.708.709z'/%3E%3Cpath d='M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829l.822.822zm-2.943 1.299l.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829z'/%3E%3Cpath d='M3.35 5.47c-.18.16-.353.322-.518.487A13.134 13.134 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7.029 7.029 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709z'/%3E%3Cpath fill-rule='evenodd' d='M13.646 14.354l-12-12 .708-.708 12 12-.708.708z'/%3E%3C/svg%3E") !important;
}

.input-password[type="password"]:valid + .toggle-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.134 13.134 0 0 0 1.66 2.043C4.12 11.332 5.88 12.5 8 12.5c2.12 0 3.879-1.168 5.168-2.457A13.134 13.134 0 0 0 14.828 8a13.133 13.133 0 0 0-1.66-2.043C11.879 4.668 10.119 3.5 8 3.5c-2.12 0-3.879 1.168-5.168 2.457A13.133 13.133 0 0 0 1.172 8z'/%3E%3Cpath fill-rule='evenodd' d='M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z'/%3E%3C/svg%3E") !important;
}

.success-card {
    border: 1px solid var(--rz-success);
}

.error-card {
    border: 1px solid var(--rz-danger);
}

.christmas-decorations:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    height: 32px;
    background-image: url(./assets/img/christmas-decorations-lamps.png)
}

.christmas-decorations-logo:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 128px;
    height: 32px;
    width: 32px;
    background-image: url(./assets/img/christmas-man-cookie.png);
    background-size: 32px 32px
}

/* Deals grid */
.deals-grid .text-caption {
    color: var(--rz-base-500);
}

.deals-grid .deal-status-new {
    color: var(--rz-special-success-dark);
}

.deals-grid .deal-status-rejected {
    color: var(--rz-base-500);
}

.deals-grid .deal-status-onhold {
    color: var(--rz-danger-dark);
}

.deals-grid .row-deleted .rz-cell-data,
.deals-grid .row-deleted .rz-cell-data .text-caption,
.deals-grid .row-deleted .rz-cell-data [class*="deal-status-"] {
    color: var(--rz-base-400);
}

/* Users page */
.users-page-subtitle {
    color: var(--rz-base-700);
}

.pending-banner {
    background: var(--users-status-pending-bg);
    border: 1px solid var(--users-status-pending);
    cursor: pointer;
    transition: background 0.15s;
}

.pending-banner:hover {
    background: var(--users-status-pending-bg-hover);
}

.pending-icon {
    width: 32px;
    height: 32px;
    background: var(--users-status-pending);
    color: var(--rz-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}

.pending-text {
    font-weight: 600;
    color: var(--rz-base-900);
    font-size: 14px;
}

.pending-subtext {
    color: var(--rz-base-700);
    font-size: 13px;
}

.pending-action {
    color: var(--users-status-pending);
    font-weight: 600;
    font-size: 14px;
}

.users-hint {
    background: rgba(0, 102, 255, 0.06);
    border: 1px solid rgba(0, 102, 255, 0.2);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 12px;
    color: var(--rz-link-color);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    align-self: flex-start;
}

.users-hint .rzi {
    font-size: 14px;
}

/* Users page filter pills */
.users-page-filters {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.users-page-filters .filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border: none;
    border-radius: 20px;
    background: var(--rz-white);
    color: var(--rz-base-700);
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.users-page-filters .filter-pill:hover {
    background: var(--rz-base-200);
}

.users-page-filters .filter-pill:focus-visible {
    outline: 2px solid var(--rz-primary);
    outline-offset: 2px;
}

.users-page-filters .filter-pill.active {
    background: var(--rz-base-900);
    color: var(--rz-white);
}

.users-page-filters .filter-pill.active:hover {
    background: var(--rz-base-800);
}

.users-page-filters .pill-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 17px;
    padding: 0 7px;
    border-radius: 10px;
    background: var(--rz-base-200);
    color: var(--rz-base-700);
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}

.users-page-filters .filter-pill.active .pill-count {
    background: var(--rz-white);
    color: var(--rz-base-900);
}

.users-page-filters .filter-pending .pill-count,
.users-page-filters .filter-pending.active .pill-count {
    background: var(--users-status-pending);
    color: var(--rz-white);
}

/* Users grid cells */
.users-grid {
    width: 100%;
    min-width: 0;
}

.rz-body:has(.users-grid),
.rz-col:has(.users-grid),
.rz-stack:has(.users-grid),
.rz-row:has(.users-grid) {
    min-width: 0;
}

.users-grid .rz-grid-table {
    min-width: 1410px;
}

.users-grid .user-cell {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--rz-white);
    font-weight: 600;
    font-size: 13px;
    flex-shrink: 0;
}

.avatar-admin      { background: var(--users-palette-red); }
.avatar-supervisor { background: var(--users-supervisor); }
.avatar-pam        { background: var(--users-pam); }
.avatar-content    { background: var(--rz-link-color); }
.avatar-user       { background: var(--rz-base-500); }
.avatar-pending    { background: var(--rz-base-500); }

.avatar-large {
    width: 72px;
    height: 72px;
    font-size: 26px;
    font-weight: 700;
}

.avatar-deactivated {
    opacity: 0.5;
    filter: grayscale(0.4);
}

.draft-indicator {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    border-radius: 12px;
    background: rgba(0, 102, 255, 0.1);
    color: var(--rz-link-color);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.draft-indicator-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--rz-link-color);
}

.required-dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--rz-link-color);
}

.save-bar-dirty {
    border: 1px solid var(--rz-link-color) !important;
    background: rgba(0, 102, 255, 0.03);
}

.save-bar-dirty .save-bar-text,
.save-bar-dirty .save-bar-icon {
    color: var(--rz-link-color) !important;
}

.save-bar-dirty .save-bar-text {
    font-weight: 500;
}

.save-bar-error {
    border: 1px solid var(--rz-danger) !important;
    background: rgba(252, 77, 54, 0.04);
}

.manage-access-success {
    border: 1px solid rgba(0, 168, 107, 0.25) !important;
    background: rgba(0, 168, 107, 0.03) !important;
}

.verification-required-alert .rz-alert-title {
    color: var(--rz-base-900) !important;
    font-weight: 600 !important;
}

.verification-required-alert .rz-alert-text,
.verification-required-alert .rz-alert-message,
.verification-required-alert .rz-alert > *:not(.rz-alert-title):not(.rzi):not(i) {
    color: var(--rz-base-700) !important;
}

.users-grid .row-deactivated {
    opacity: 0.65;
}

.users-grid .row-deactivated .rz-cell-data,
.users-grid .row-deactivated .user-name,
.users-grid .row-deactivated .user-email {
    color: var(--rz-base-500);
}

.users-grid .row-deactivated .avatar {
    opacity: 0.5;
    filter: grayscale(0.4);
}

.users-grid .user-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.users-grid .user-name {
    font-weight: 600;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.users-grid .user-email {
    color: var(--rz-base-700);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.role-badge {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.role-admin           { background: rgba(255, 0, 0, 0.08);   color: var(--users-palette-red); }
.role-pam             { background: rgba(91, 79, 207, 0.10); color: var(--users-pam); }
.role-content_manager { background: rgba(0, 102, 255, 0.08); color: var(--rz-link-color); }
.role-user            { background: var(--rz-base-200);      color: var(--rz-base-700); }
.role-supervisor      { background: rgba(0, 168, 107, 0.10); color: var(--users-supervisor); }

.users-grid .company-user-input {
    color: var(--rz-base-700);
    font-style: italic;
}

.users-grid .geo-cell {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.users-grid .geo-region {
    color: var(--rz-base-700);
}

.users-grid .not-set {
    color: var(--rz-base-500);
}

.users-grid .rz-grid-table td {
    padding: 12px 16px;
    vertical-align: middle;
}

.users-grid .rz-grid-table thead th {
    padding: 2px 8px;
}

.users-grid .rz-column-title-content {
    text-transform: uppercase;
}

.users-grid .bool-icon {
    font-size: 18px;
}

.users-grid .bool-icon-on {
    color: var(--users-status-pending);
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
}

.status-pending {
    background: var(--users-status-pending-bg);
    color: var(--users-status-pending);
}

.status-pending .status-dot {
    background: var(--users-status-pending);
}

.status-active {
    background: var(--rz-base-200);
    color: var(--rz-base-900);
}

.status-active .status-dot {
    background: var(--rz-base-900);
}

.status-deactivated {
    background: var(--rz-base-100);
    color: var(--rz-base-500);
}

.status-deactivated .status-dot {
    background: var(--rz-base-500);
}

/* ServiceEmail */
.service-email-icon-badge {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #EEEDFE;
}

.service-email-bordered-box {
    border: 1px solid var(--rz-border-color);
    border-radius: 8px;
    overflow: hidden;
    max-width: 700px;
}

.service-email-flex-fill {
    flex: 1;
}
