@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/EmailAttachmentList.razor.rz.scp.css */
.line-height-normal[b-yesgto11tp] {
    line-height: normal;
}

.attachment-link[b-yesgto11tp] {
    text-decoration: none;
}
.attachments-container[b-yesgto11tp] {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.attachment-item[b-yesgto11tp] {
    transition: all 0.2s ease-in-out;
    border-radius: 8px;
    background: #f8f9fa;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    width: 100%;
    max-width: 350px;
    display: flex;
    align-items: stretch;
    border: 1px solid rgba(0,0,0,0.1);
}

.attachment-item:hover[b-yesgto11tp] {
    box-shadow: 0 4px 8px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}

.attachment-item.large-attachment[b-yesgto11tp] {
    border: 1.5px solid #dc3545;
    background-color: rgba(220, 53, 69, 0.04);
}

.attachment-icon[b-yesgto11tp] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    padding: 0 8px;
    background-color: rgba(0,0,0,0.03);
}

.attachment-content[b-yesgto11tp] {
    padding: 10px 12px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.attachment-name[b-yesgto11tp] {
    font-weight: 600;
    word-break: break-word;
    color: #333;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.attachment-name a[b-yesgto11tp] {
    color: #0d6efd;
    text-decoration: none;
}

.attachment-name a:hover[b-yesgto11tp] {
    text-decoration: underline;
}

.attachment-size[b-yesgto11tp] {
    font-size: 0.75rem;
    color: #6c757d;
    margin-bottom: 4px;
}

.attachment-warning[b-yesgto11tp] {
    display: flex;
    align-items: center;
    color: #dc3545;
    font-size: 0.75rem;
    margin-top: 4px;
    font-weight: 500;
}

.warning-icon[b-yesgto11tp] {
    margin-right: 5px;
    color: #dc3545;
}

.warning-banner[b-yesgto11tp] {
    display: flex;
    border-radius: 8px;
    margin-top: 16px;
    padding: 16px;
    background-color: #fff3cd;
    border: 1px solid #ffecb5;
    color: #664d03;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    animation: fadeIn-b-yesgto11tp 0.3s ease-in-out;
}

@keyframes fadeIn-b-yesgto11tp {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.warning-banner-icon[b-yesgto11tp] {
    margin-right: 16px;
    font-size: 1.5rem;
    color: #e6a210;
    align-self: flex-start;
    padding-top: 2px;
}

.warning-content[b-yesgto11tp] {
    flex: 1;
}

.warning-title[b-yesgto11tp] {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.warning-list[b-yesgto11tp] {
    margin: 10px 0 0 0;
    padding-left: 20px;
}

.warning-list-item[b-yesgto11tp] {
    margin-bottom: 6px;
}

.warning-list-item:last-child[b-yesgto11tp] {
    margin-bottom: 0;
}

.delete-button[b-yesgto11tp] {
    display: flex;
    align-items: center;
    padding: 0 12px;
    cursor: pointer;
    color: #6c757d;
    background: transparent;
    transition: all 0.2s ease-in-out;
}

.delete-button:hover[b-yesgto11tp] {
    color: #dc3545;
    background-color: rgba(220, 53, 69, 0.08);
}

.warning-close[b-yesgto11tp] {
    display: flex;
    align-items: flex-start;
    padding: 0 8px;
    cursor: pointer;
    color: #664d03;
    background: transparent;
    transition: all 0.2s ease-in-out;
    margin-left: 16px;
}

.warning-close:hover[b-yesgto11tp] {
    color: #e6a210;
}

@media (max-width: 768px) {
    .attachments-container[b-yesgto11tp] {
        flex-direction: column;
    }

    .attachment-item[b-yesgto11tp] {
        max-width: 100%;
    }

    .warning-banner[b-yesgto11tp] {
        flex-direction: column;
        position: relative;
    }

    .warning-banner-icon[b-yesgto11tp] {
        margin-right: 0;
        margin-bottom: 12px;
        align-self: flex-start;
    }

    .warning-close[b-yesgto11tp] {
        position: absolute;
        top: 12px;
        right: 12px;
        margin-left: 0;
    }
}
/* /Components/EmailForm.razor.rz.scp.css */
[b-40u3k3uz8e] .single-bottom-border {
    background-color: transparent !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: solid 1px lightgray !important;
    border-left: none !important;
}
/* /Components/Shared/ClearButton.razor.rz.scp.css */
.clear-button[b-a6jz4f5di5] {
    background: none;
    color: gray;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    width: 24px;
    height: 24px;
}

.clear-button:focus[b-a6jz4f5di5]{
    outline: revert;
}
/* /Components/Shared/Tab.razor.rz.scp.css */
.lgc-tab[b-inopk1ohe1] {
    border-radius: 4px;
    padding-left: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: whitesmoke;
}

    .lgc-tab:not(.lgc-tab-removable)[b-inopk1ohe1] {
        padding-right: 8px;
    }

    .lgc-tab.lgc-tab-invalid[b-inopk1ohe1] {
        background-color: #FFFFCC;
    }

    .lgc-tab.lgc-tab-selected[b-inopk1ohe1] {
        background-color: gainsboro;
    }

        .lgc-tab.lgc-tab-selected.lgc-tab-invalid[b-inopk1ohe1] {
            background-color: #FFFF66;
        }
/* /Input/EmailRecipientsInput.razor.rz.scp.css */
.recipient-tab[b-c8ord8qjdl] {
    color: #383838;
}

.entry-input[b-c8ord8qjdl] {
    border: none;
    outline: none;
    width: 100%;
    color: #383838;
    background-color: transparent;
}

    .entry-input:focus[b-c8ord8qjdl] {
        outline: none;
    }

.control-root[b-c8ord8qjdl] {
    border-bottom: solid 1px lightgray;
}

.lgc-autocomplete-container[b-c8ord8qjdl] {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .lgc-autocomplete-container > .lgc-autocomplete-items[b-c8ord8qjdl] {
        position: absolute;
        z-index: 99;
        top: 100%;
        left: 0;
        width: auto;
        max-height: 300px;
        overflow-y: auto;
        font-size: 90%;
        background-color: white;
        border: solid 1px lightgray;
        display: flex;
        flex-direction: column;
        padding: 4px;
    }
/* /Input/EmailRecipientsInputAutoCompleteItem.razor.rz.scp.css */
.lgc-autocomplete-item[b-79zbssdpud] {
    display: flex;
    flex-direction: row;
    gap: 1em;
    justify-content: space-between;
    align-items: center;
    padding: 0.3em 2em 0.3em 0.6em;
    background-color: white;
    cursor: pointer;
    margin: 1px;
}

    .lgc-autocomplete-item.lgc-autocomplete-item-removable[b-79zbssdpud] {
        padding-right: 0.3em;
    }

    .lgc-autocomplete-item > .lgc-autocomplete-remove[b-79zbssdpud] {
        visibility: hidden;
    }

    .lgc-autocomplete-item.lgc-autocomplete-item-highlight > .lgc-autocomplete-remove[b-79zbssdpud],
    .lgc-autocomplete-item:hover > .lgc-autocomplete-remove[b-79zbssdpud] {
        visibility: visible;
    }

    .lgc-autocomplete-item:hover[b-79zbssdpud],
    .lgc-autocomplete-item.lgc-autocomplete-item-highlight[b-79zbssdpud] {
        background-color: #E8E8E8 !important;
    }

    .lgc-autocomplete-item.lgc-autocomplete-item-highlight[b-79zbssdpud] {
        outline: solid 2px dimgray;
    }

    .lgc-autocomplete-item .lgc-autocomplete-item-content[b-79zbssdpud] {
        display: flex;
        flex-direction: column;
        margin-right: 3em;
        color: #282828;
    }

        .lgc-autocomplete-item .lgc-autocomplete-item-content > .subtitle[b-79zbssdpud] {
            color: gray;
        }

    .lgc-autocomplete-item .lgc-autocomplete-item-content-freeform-suggestion[b-79zbssdpud] {
        text-align: center;
    }
