{"version":3,"sources":["../src/Components/core/ColorPicker/style.css","../src/Components/core/AlignmentSelect/style.css","../src/Components/Editor/Toolbar/style.css","../src/Components/core/FloatingLinkEditor/index.css","../src/Components/core/FileUploader/FilePreview.css","../src/Components/ComposeBox/styles.css","../src/Components/Editor/EditorWrapper/editor.css","../src/Components/GmailWrapper/index.css"],"sourcesContent":[".color-picker-root {\n    position: relative;\n    display: inline-block;\n}\n\n.color-popover {\n    background-color: var(--color-picker-bg);\n    border: 1px solid var(--color-picker-border);\n    padding: 5px;\n    border-radius: 4px;\n}\n\n.toolbar-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    padding: 6px 10px;\n    border-radius: 6px;\n    border: 1px solid var(--color-picker-btn-border);\n    background: var(--color-picker-btn-bg);\n    cursor: pointer;\n    font-family: inherit;\n}\n\n\n\n.color-columns {\n    display: flex;\n    gap: 28px;\n}\n\n.color-column {\n    width: 50%;\n}\n\n.color-column h4 {\n    margin: 0 0 10px 0;\n    font-size: 16px;\n    font-weight: 600;\n    color: var(--color-picker-heading);\n}\n\n.row {\n    display: flex;\n    gap: 6px;\n    margin-bottom: 10px;\n    flex-wrap: wrap;\n}\n\n.accent-row {\n    margin-bottom: 14px;\n}\n\n.palette {\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n    max-height: 220px;\n    overflow: auto;\n    padding-right: 4px;\n}\n\n.palette-row {\n    display: flex;\n    gap: 6px;\n}\n\n.swatch {\n    width: 28px;\n    height: 24px;\n    border-radius: 4px;\n    border: 1px solid var(--color-picker-swatch-border);\n    padding: 0;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n    cursor: pointer;\n    outline: none;\n    box-sizing: border-box;\n    transition: transform .08s ease;\n}\n\n.swatch:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 4px 10px var(--color-picker-swatch-hover-shadow);\n}\n\n.swatch .check {\n    width: 16px;\n    height: 16px;\n}\n\n.swatch[aria-pressed=\"true\"] {\n    box-shadow: 0 0 0 2px var(--color-picker-swatch-selected-shadow) inset;\n    border-color: var(--color-picker-swatch-selected-border);\n}\n\n.clear-swatch[aria-pressed=\"true\"] {\n    box-shadow: none;\n    border: 1px solid var(--color-picker-swatch-selected-border);\n}\n\n.popover-footer {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    margin-top: 14px;\n}\n\n.btn-mail-editor {\n    padding: 8px 12px;\n    border-radius: 8px;\n    border: 1px solid var(--color-picker-btn-border);\n    background: var(--color-picker-btn-bg);\n    cursor: pointer;\n    color: var(--text-color);\n}\n",".wrapper-alignment {\n    display: flex;\n    flex-direction: column;\n    border: 1px solid #ccc;\n    padding: 5px;\n    border-radius: 5px;\n}\n\n.alignment-option {\n    background: transparent;\n    border: none;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 8px;\n}\n\n.option-check {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 16px;\n    height: 16px;\n}\n",".toolbar-wrapper {\n    display: flex;\n    flex-direction: row;\n    gap: 28px;\n    background-color: var(--editor-bg);\n    align-items: center;\n    justify-content: space-between;\n    position: relative;\n}\n\n.styling-toolbar {\n   display: flex;\n}\n\n.toolbar-wrapper button {\n    background: none;\n    border: none;\n    cursor: pointer;\n    color: var(--icon-color);\n}\n\n.toolbar-wrapper button svg {\n    color: var(--icon-color);\n}\n\n.toolbar-wrapper button.active-btn-toolbar {\n    background-color: var(--selected-icon-bg);\n    border-radius: 4px;\n}\n\n.toolbar-wrapper button.active-btn-toolbar svg {\n    color: var(--selected-icon-color);\n}\n\n.btn-mail-editor {\n    background: none;\n    border: none;\n    cursor: pointer;\n    color: var(--label-base);\n    font-size: 12px;\n    /* line-height: 16px; */\n}\n\n.divider {\n    display: inline-block;\n    width: 1px;\n    height: 20px;\n    background: var(--input-border);\n    margin: auto 0;\n}\n\n.styling-options {\n    position: absolute;\n    display: flex;\n    column-gap: 7px;\n    align-items: center;\n    justify-content: start;\n    top: 0;\n    left: 0;\n    transform: translateY(-135%);\n    border: 1px solid var(--toolbar-border);\n    border-radius: 4px;\n    background: var(--toolbar-popup-bg);\n    padding: 4px 6px 4px 6px !important;\n    padding-inline: 10px;\n    height: 36px;\n}\n\n.font-options {\n    display: flex;\n    flex-direction: column;\n    gap: 4px;\n    border-radius: 4px;\n    background: var(--toolbar-popup-bg, #34353C);\n    color: var(--text-color);\n}\n\n.font-option {\n    display: flex;\n    flex-direction: row;\n    align-items: center;\n    text-align: right;\n    border-radius: 4px;\n    padding-left: 15px;\n    position: relative;\n    background: var(--toolbar-popup-bg, #34353C);\n    color: var(--text-color);\n    width: auto;\n    white-space: nowrap;\n}\n\n.font-option:not(.heading) svg {\n    position: absolute;\n    left: 0px;\n    /* top: 0px; */\n    width: 15px;\n    height: 15px;\n}\n\n.file-upload-container {\n    margin-bottom: 50px;\n    display: flex;\n    flex-direction: row;\n    gap: 8px;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 60px !important;\n}\n\n.tool-bar-button {\n    /* margin-top: 5px;\n    margin-bottom: 5px; */\n    width: 24px;\n    height: 24px;\n    position: relative;\n    /* Ensure tooltip is relative to button */\n}\n\n.tool-bar-button.font-option {\n    width: auto;\n    height: auto;\n}\n\n/* Custom Tooltip */\n.tool-bar-button[data-tooltip]:hover::after {\n    content: attr(data-tooltip);\n    position: absolute;\n    bottom: 100%;\n    left: 50%;\n    transform: translateX(-50%);\n    padding: 4px 8px;\n    background-color: #333;\n    color: white;\n    border-radius: 4px;\n    font-size: 12px;\n    white-space: nowrap;\n    pointer-events: none;\n    z-index: 9999;\n    margin-bottom: 5px;\n    opacity: 0;\n    animation: tooltipFadeIn 0.2s forwards;\n    /* Box shadow for better visibility against light backgrounds */\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);\n}\n\n@keyframes tooltipFadeIn {\n    from {\n        opacity: 0;\n        transform: translateX(-50%) translateY(4px);\n    }\n\n    to {\n        opacity: 1;\n        transform: translateX(-50%) translateY(0);\n    }\n}\n\n.tool-bar-button-icon {\n    color: var(--icon-color);\n}\n\n.plugin-wrapper {\n    display: flex;\n    flex-direction: row;\n    flex: 1;\n    column-gap: 8px;\n    align-items: center;\n    justify-items: start;\n}\n\n.toolbar-container {\n    padding: 16px !important;\n    display: flex;\n    flex-direction: column;\n    width: 100%;\n    container-type: inline-size; /* enables container queries */\n}\n\n.toolbar-disabled {\n  opacity: 0.5;\n  pointer-events: none;\n  filter: grayscale(1);\n}\n.more-button { display: none; }\n\n@media (max-width: 720px) {\n  .plugin-wrapper .collapse-on-mobile { display: none; } /* mark items inline with this class if you prefer */\n  .more-button { display: inline-flex; }\n}\n\n/* Container/parent width behavior */\n@container (max-width: 720px) {\n  .plugin-wrapper .collapse-on-mobile { display: none; }\n  .more-button { display: inline-flex; }\n}\n\n/* style the dropdown */\n.more-dropdown {\n  position: absolute;\n  right: 0;\n  bottom: calc(100% + 6px);\n  background: var(--toolbar-popup-bg);\n  border: 1px solid var(--toolbar-border);\n  border-radius: 6px;\n  padding: 8px;\n  z-index: 9999;\n}\n.more-item { margin-bottom: 6px; }\n.more-item:last-child { padding-bottom: 0px; }\n",".floating-link-editor {\n    position: absolute;\n    z-index: 9999;\n    top: -10000px;\n    left: -10000px;\n    margin-top: -6px;\n    min-width: 280px;\n    background-color: #26272E;\n    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);\n    border-radius: 6px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    opacity: 0;\n    padding: 4px 8px;\n    transition: opacity 0.15s ease;\n    font-family: sans-serif;\n    box-sizing: border-box;\n}\n\n.link-input {\n    flex: 1;\n    padding: 8px 10px;\n    font-size: 14px;\n    border-radius: 6px;\n    outline: none;\n    margin-right: 8px;\n    border: none !important;\n    background-color: #26272E;\n}\n\n.link-input:focus {\n    background-color: #26272E;\n}\n\n.link-view-mode {\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    padding: 6px 4px;\n    font-size: 14px;\n    color: #e4e6eb;\n    white-space: nowrap;\n}\n\n.link-view-label {\n    color: #b0b3b8;\n}\n\n.link-view-url {\n    color: #4589ff;\n    text-decoration: none;\n    max-width: 150px;\n    overflow: hidden;\n    text-overflow: ellipsis;\n}\n\n.link-view-url:hover {\n    text-decoration: underline;\n}\n\n.link-view-divider {\n    color: #65676b;\n}\n\n.link-text-button {\n    background: none;\n    border: none;\n    color: #b0b3b8;\n    cursor: pointer;\n    padding: 0;\n    font-size: 14px;\n    font-family: inherit;\n}\n\n.link-text-button:hover {\n    text-decoration: underline;\n    color: #e4e6eb;\n}\n\n.link-button {\n    background: none;\n    border: none;\n    font-size: 12px;\n    cursor: pointer;\n    padding: 4px;\n    border-radius: 4px;\n    transition: background 0.2s;\n    flex-shrink: 0;\n}\n\n.link-button:hover {\n    background-color: #21222A;\n}\n",".fp-card {\n    position: relative;\n    width: 96px;\n    height: 84px;\n    border-radius: 8px;\n    background: var(--file-preview-card-bg);\n    border: 1px solid var(--file-preview-card-border);\n    transition: background-color 0.2s ease, border-color 0.2s ease;\n    font-family: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial;\n}\n\n.fp-card:hover {\n    background: var(--file-preview-card-hover-bg);\n    border-color: var(--file-preview-card-hover-border);\n}\n\n.fp-card-body {\n    width: 100%;\n    height: 100%;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    flex-direction: column;\n}\n\n.fp-thumb {\n    width: 100%;\n    height: 70%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--file-preview-card-bg);\n}\n\n.fp-thumb-clickable {\n    cursor: pointer;\n}\n\n.fp-footer {\n    display: flex;\n    align-items: center;\n    gap: 4px;\n    height: 30%;\n    padding: 0 8px;\n    background: var(--file-preview-card-bg);\n    cursor: default;\n}\n\n.fp-footer:hover {\n    background: var(--file-preview-card-hover-bg);\n}\n\n.fp-icon {\n    width: 12px;\n    height: 12px;\n    color: var(--file-preview-icon-color);\n    flex-shrink: 0;\n}\n\n.fp-thumb-media {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n}\n\n.fp-thumb-icon {\n    width: 32px;\n    height: 32px;\n    color: var(--file-preview-icon-color);\n}\n\n.fp-name {\n    font-size: 10px;\n    color: var(--file-preview-name-color);\n    white-space: nowrap;\n    overflow: hidden;\n    text-overflow: ellipsis;\n    cursor: default;\n}\n\n.fp-size {\n    font-size: 10px;\n    color: var(--file-preview-size-color);\n    flex-shrink: 0;\n}\n\n.fp-remove {\n    position: absolute;\n    top: -6px;\n    right: -6px;\n    width: 16px;\n    height: 16px;\n    padding: 4px;\n    border-radius: 999px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--file-preview-remove-bg);\n    cursor: pointer;\n    opacity: 0;\n    transition: opacity 0.2s ease;\n}\n\n.fp-card:hover .fp-remove {\n    opacity: 1;\n}\n\n.fp-remove-icon {\n    width: 16px;\n    height: 16px;\n    padding: 4px;\n    color: var(--file-preview-remove-icon-color);\n    background: var(--file-preview-remove-icon-bg);\n    border: 1px solid var(--file-preview-remove-icon-border);\n    border-radius: 999px;\n}\n",".compose-box-wrapper {\n  position: relative;\n  display: flex;\n  flex-direction: column;\n  width: 100%;\n  direction: ltr;\n  /* Force LTR at wrapper level */\n}\n\n/* Force LTR for all children */\n.compose-box-wrapper * {\n  direction: ltr;\n  text-align: left;\n}\n\n.ai-preview-container {\n  padding: 16px !important;\n  margin-bottom: 8px;\n  width: 100%;\n  animation: fadeIn 0.3s ease-in-out;\n}\n\n.compose-box-content-preview {\n  padding: 16px 16px 0 16px !important;\n  /* min-height: 50px; */\n  font-family: inherit;\n  font-size: 14px;\n  line-height: 1.5;\n  color: var(--text-color, inherit);\n  background: var(--editor-bg, #fff);\n  border-radius: 4px;\n  margin-bottom: 8px;\n  overflow-wrap: break-word;\n}\n\n.compose-box-editor-container {\n  position: relative;\n  background: var(--editor-bg, #fff);\n  border-radius: 4px;\n  display: flex;\n  flex-direction: column;\n}\n\n.compose-box-editor-container > div:first-child {\n  flex: 1;\n}\n\n.compose-box-content-editable {\n  min-height: 200px;\n  padding: 16px;\n  outline: none;\n  font-family: inherit;\n  font-size: 14px;\n  line-height: 1.5;\n  color: var(--text-color, inherit);\n  direction: ltr;\n  /* Force LTR specific to content editable */\n  text-align: left;\n}\n\n.compose-box-placeholder {\n  position: absolute;\n  top: 16px;\n  left: 16px;\n  color: var(--text-color, #999);\n  opacity: 0.5;\n  pointer-events: none;\n  font-family: inherit;\n  font-size: 14px;\n  line-height: 1.5;\n  user-select: none;\n}\n\n@keyframes fadeIn {\n  from {\n    opacity: 0;\n    transform: translateY(-10px);\n  }\n\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n",".my-editor-wrapper {\n    position: relative;\n    background-color: var(--editor-bg);\n    padding: 16px;\n}\n\n.my-editor-content {\n    height: 400px;\n    overflow-y: auto;\n    outline: none;\n    padding: 10px;\n    box-sizing: border-box;\n    background-color: var(--editor-bg);\n    color: var(--text-color);\n}\n\n.my-editor-placeholder {\n    position: absolute;\n    top: 10px;\n    left: 10px;\n    color: var(--text-color);\n    opacity: 0.5;\n    pointer-events: none;\n}\n\n\n.editor-text-bold {\n    font-weight: bold;\n}\n\n.editor-text-italic {\n    font-style: italic;\n}\n\n.editor-text-strikethrough {\n    text-decoration: line-through;\n}\n\n.editor-text-underline {\n    text-decoration: underline;\n}\n\n.editor-text-underlineStrikethrough {\n    text-decoration: underline line-through;\n}\n\n.editor-quote {\n    margin: 0;\n    margin-left: 20px;\n    font-size: 15px;\n    color: rgb(101, 103, 107);\n    border-left-color: rgb(206, 208, 212);\n    border-left-width: 4px;\n    border-left-style: solid;\n    padding-left: 16px;\n}\n\n.editor-list-ol {\n    padding: 0;\n    margin: 0;\n    margin-left: 16px;\n    list-style-type: decimal;\n}\n\n.editor-list-ul {\n    padding: 0;\n    margin: 0;\n    margin-left: 16px;\n    list-style-type: disc;\n}\n\n.editor-listitem {\n    margin: 4px 0;\n}\n\n/* Explicit resets to overcome Tailwind/consumer app resets */\n.react-mail-inbox-root .editor-list-ol,\n.compose-box-wrapper .editor-list-ol {\n    list-style-type: decimal;\n    padding-left: 24px;\n    margin: 0;\n}\n\n.react-mail-inbox-root .editor-list-ul,\n.compose-box-wrapper .editor-list-ul {\n    list-style-type: disc;\n    padding-left: 24px;\n    margin: 0;\n}\n\n.react-mail-inbox-root .editor-listitem,\n.compose-box-wrapper .editor-listitem {\n    margin-left: 8px;\n}\n\n.editor-nested-listitem {\n    list-style-type: none;\n}\n\n.editor-link {\n    color: #673AB7;\n    text-decoration: underline;\n    cursor: pointer;\n}\n\n.editor-link:hover {\n    text-decoration: none;\n}\n\n.editor-code {\n    background-color: rgb(240, 242, 245);\n    font-family: Menlo, Consolas, Monaco, monospace;\n    display: block;\n    padding: 8px 8px 8px 52px;\n    line-height: 1.53;\n    font-size: 13px;\n    margin: 0;\n    margin-top: 8px;\n    margin-bottom: 8px;\n    tab-size: 2;\n    /* white-space: pre; */\n    overflow-x: auto;\n    position: relative;\n}\n\n.editor-text-code {\n    background-color: #f0f2f5;\n    padding: 1px 0.25rem;\n    font-family: Menlo, Consolas, Monaco, monospace;\n    font-size: 94%;\n}\n\n.editor-code:before {\n    content: attr(data-gutter);\n    position: absolute;\n    background-color: #eee;\n    left: 0;\n    top: 0;\n    border-right: 1px solid #ccc;\n    padding: 8px;\n    color: #777;\n    white-space: pre-wrap;\n    text-align: right;\n    min-width: 25px;\n}\n\n.other ul {\n    padding: 0;\n    margin: 0;\n    list-style-type: none;\n}\n\n.link-editor .link-input {\n    display: block;\n    width: calc(100% - 24px);\n    box-sizing: border-box;\n    margin: 8px 12px;\n    padding: 8px 12px;\n    border-radius: 15px;\n    background-color: #eee;\n    font-size: 15px;\n    color: rgb(5, 5, 5);\n    border: 0;\n    outline: 0;\n    position: relative;\n    font-family: inherit;\n}\n\n.link-editor div.link-edit {\n    background-size: 16px;\n    background-position: center;\n    background-repeat: no-repeat;\n    width: 35px;\n    vertical-align: -0.25em;\n    position: absolute;\n    right: 0;\n    top: 0;\n    bottom: 0;\n    cursor: pointer;\n}\n\n.link-editor .link-input a {\n    color: rgb(33, 111, 219);\n    text-decoration: none;\n    display: block;\n    white-space: nowrap;\n    overflow: hidden;\n    margin-right: 30px;\n    text-overflow: ellipsis;\n}\n\n.link-editor .link-input a:hover {\n    text-decoration: underline;\n}\n\n.link-editor .button {\n    width: 20px;\n    height: 20px;\n    display: inline-block;\n    padding: 6px;\n    border-radius: 8px;\n    cursor: pointer;\n    margin: 0 2px;\n}\n\n.link-editor .button.hovered {\n    width: 20px;\n    height: 20px;\n    display: inline-block;\n    background-color: #eee;\n}\n","/* Scoped CSS variables to prevent global conflicts */\n.react-mail-inbox-root, #popup-root {\n    /* Light theme colors (default for light) */\n    --editor-bg: #ffffff;\n    --text-color: #000000;\n    --icon-color: #000000;\n    --pill-bg: #e0e0e0;\n    --pill-text: #000000;\n    --toolbar-popup-bg: #ffffff;\n    --toolbar-border: #e0e0e0;\n    --selected-icon-color: #000000;\n    --selected-icon-bg: #e0e0e0;\n    --input-bg: #ffffff;\n    --input-border: #e0e0e0;\n    --color-picker-bg: #ffffff;\n    --color-picker-border: #ccc;\n    --color-picker-heading: #111827;\n    --color-picker-btn-bg: #fff;\n    --color-picker-btn-border: #e6edf3;\n    --color-picker-swatch-border: rgba(0, 0, 0, 0.06);\n    --color-picker-swatch-hover-shadow: rgba(2, 6, 23, 0.08);\n    --color-picker-swatch-selected-shadow: rgba(0, 0, 0, 0.08);\n    --color-picker-swatch-selected-border: rgba(0, 0, 0, 0.18);\n    --file-preview-bg: #ffffff;\n    --file-preview-border: #e6e6e6;\n    --file-preview-index-color: #0f172a;\n    --file-preview-link-color: #0b63d6;\n    --file-preview-size-color: #6b7280;\n    --file-preview-close-color: #6b7280;\n    --file-preview-close-hover-bg: rgba(0, 0, 0, 0.03);\n    --file-preview-close-hover-color: #111827;\n    --file-preview-card-bg: #f4f5f7;\n    --file-preview-card-border: #e6e6e6;\n    --file-preview-card-hover-bg: #ebecef;\n    --file-preview-card-hover-border: #d9dade;\n    --file-preview-icon-color: #6b7280;\n    --file-preview-name-color: #0f172a;\n    --file-preview-remove-bg: rgba(15, 23, 42, 0.6);\n    --file-preview-remove-icon-bg: #6b7280;\n    --file-preview-remove-icon-border: #9ca3af;\n    --file-preview-remove-icon-color: #ffffff;\n}\n\n.react-mail-inbox-root[data-theme=\"dark\"], #popup-root  {\n    /* Dark theme colors */\n    --editor-bg: #2A2B33;\n    --text-color: #ffffff;\n    --icon-color: #8A8F98;\n    --pill-bg: #34353C;\n    --pill-text: #ffffff;\n    --toolbar-popup-bg: #34353C;\n    --toolbar-border: #62666D;\n    --selected-icon-color: #8A8F98;\n    --selected-icon-bg: #ffffff;\n    --input-bg: #8A8F98;\n    --input-border: #62666D;\n    --color-picker-bg: #2a2b30;\n    --color-picker-border: #62666D;\n    --color-picker-heading: #ffffff;\n    --color-picker-btn-bg: #34353C;\n    --color-picker-btn-border: #62666D;\n    --color-picker-swatch-border: rgba(255, 255, 255, 0.1);\n    --color-picker-swatch-hover-shadow: rgba(255, 255, 255, 0.1);\n    --color-picker-swatch-selected-shadow: rgba(255, 255, 255, 0.15);\n    --color-picker-swatch-selected-border: rgba(255, 255, 255, 0.3);\n    --file-preview-bg: #34353C;\n    --file-preview-border: #62666D;\n    --file-preview-index-color: #ffffff;\n    --file-preview-link-color: #4A9EFF;\n    --file-preview-size-color: #8A8F98;\n    --file-preview-close-color: #8A8F98;\n    --file-preview-close-hover-bg: rgba(255, 255, 255, 0.1);\n    --file-preview-close-hover-color: #ffffff;\n    --file-preview-card-bg: #3A3B42;\n    --file-preview-card-border: #62666D;\n    --file-preview-card-hover-bg: #44454D;\n    --file-preview-card-hover-border: #74787F;\n    --file-preview-icon-color: #8A8F98;\n    --file-preview-name-color: #ffffff;\n    --file-preview-remove-bg: rgba(0, 0, 0, 0.7);\n    --file-preview-remove-icon-bg: #34353C;\n    --file-preview-remove-icon-border: #8A8F98;\n    --file-preview-remove-icon-color: #ffffff;\n    --label-base: #D7D8DB;\n\n}\n\n/* Scoped reset to only affect elements within the component */\n.react-mail-inbox-root * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n}\n\n.react-mail-inbox-root code {\n    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',\n        monospace;\n}\n\n.mail-inbox-popup-content {\n    background-color: var(--toolbar-popup-bg) !important;\n    color: var(--text-color) !important;\n    border: 1px solid var(--toolbar-border) !important;\n    border-radius: 8px;\n    z-index: 9999 !important;\n}\n\n.mail-inbox-popup-arrow {\n    display: none;\n}\n\n.mail-inbox-popup-overlay {\n    z-index: 999 !important;\n}\n\n.gmail-header {\n    background-color: var(--editor-bg);\n    color: var(--text-color);\n}\n\n.gmail-header *::placeholder {\n    background-color: var(--editor-bg);\n    color: var(--text-color);\n}\n\n.input-header {\n    border: none !important;\n    background: transparent;\n    outline: none;\n    width: 100%;\n    height: 28px;\n    font-size: 14px;\n    box-sizing: border-box;\n    color: var(--text-color);\n    line-height: 18px;\n}\n\n.container-receipts {\n    display: flex;\n    flex-direction: row;\n    align-items: center;\n    gap: 10px;\n}\n\n.input-trigger {\n    width: 100%;\n}\n\n.options-dropdown {\n    display: flex;\n    flex-direction: column;\n    gap: 5px;\n    width: 500px;\n    border: 1px solid var(--toolbar-border);\n    background: var(--toolbar-popup-bg);\n    border-radius: 5px;\n}\n\n.option-dropdown {\n    height: 50px;\n    border: none;\n    padding: 5px;\n    text-align: left;\n    background: transparent;\n    outline: none;\n    cursor: pointer;\n    width: 100%;\n    padding-left: 5px;\n    padding-right: 5px;\n    font-size: 14px;\n    box-sizing: border-box;\n    color: var(--text-color);\n}\n\n.option-dropdown:hover {\n    background: var(--pill-bg);\n}\n\n.option-dropdown.selected {\n    background: var(--pill-bg);\n}\n\n.option-dropdown:focus {\n    background: var(--pill-bg);\n    outline: 2px solid var(--selected-icon-bg);\n    outline-offset: -2px;\n}\n\n.container-receipts {\n    width: 100%;\n    color: var(--text-color);\n}\n\n.emails {\n    border: 1px solid var(--pill-bg);\n    background-color: var(--pill-bg);\n    padding: 2px 10px;\n    border-radius: 4px;\n    display: flex;\n    flex-direction: row;\n    align-items: center;\n    gap: 5px;\n    width: 100%;\n    box-sizing: border-box;\n    color: var(--pill-text);\n}\n\n.emails-close {\n    cursor: pointer;\n    width: 15px;\n    height: 15px;\n    border: none;\n    background: transparent;\n    outline: none;\n}\n\n.emails-close svg {\n    cursor: pointer;\n    width: 15px;\n    height: 15px;\n    color: var(--pill-text);\n}\n\n/* Skeleton loader styles */\n.skeleton-loader {\n    pointer-events: none;\n    padding: 8px 10px;\n}\n\n.skeleton-line {\n    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);\n    background-size: 200% 100%;\n    animation: shimmer 1.5s infinite;\n    border-radius: 4px;\n}\n\n.skeleton-name {\n    height: 16px;\n    width: 60%;\n    margin-bottom: 8px;\n}\n\n.skeleton-email {\n    height: 14px;\n    width: 80%;\n}\n\n@keyframes shimmer {\n    0% {\n        background-position: 200% 0;\n    }\n\n    100% {\n        background-position: -200% 0;\n    }\n}\n\n.select-option-icon {\n    color: var(--text-color) !important;\n}\n\n.mail-inbox-internal {\n    background-color: #2A2B33;\n}\n.receipt-heading {\n    padding: 8px 16px;\n    border: 1px solid #34353C;\n}\n\n.reply-heading {\n    padding: 12px 16px 12px 16px;\n    border: 1px solid #34353C;\n}\n\n.subject-display {\n    border: none !important;\n    background: transparent;\n    outline: none;\n    width: 100%;\n    font-size: 14px;\n    box-sizing: border-box;\n    color: var(--text-color);\n    line-height: 18px;\n    white-space: nowrap;\n    overflow: hidden;\n    text-overflow: ellipsis;\n    display: block;\n    position: relative;\n    cursor: default;\n    pointer-events: auto !important;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\" !important;\n}\n\n.reply-heading {\n    padding: 12px 16px 12px 16px;\n    border: 1px solid #34353C;\n    display: flex;\n    align-items: center;\n}\n\n.emails-container {\n    display: flex;\n    column-gap: 10px;\n}\n"],"mappings":"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","names":[]}