.compose-email-modal{z-index:1050!important}@media(max-width:768px){.compose-email-modal .modal-content{margin:10px;max-width:calc(100vw - 20px);max-height:calc(100vh - 20px)}}@media(max-width:576px){.compose-email-modal .modal-content{margin:5px;max-width:calc(100vw - 10px);max-height:calc(100vh - 10px)}.compose-email-modal .toolbar{flex-wrap:wrap;gap:4px}.compose-email-modal .toolbar button{width:28px;height:28px;font-size:12px}}@media(max-width:768px){.compose-email-toolbar{overflow-x:auto;padding:8px 0}.compose-email-toolbar::-webkit-scrollbar{height:4px}.compose-email-toolbar::-webkit-scrollbar-track{background:#f1f1f1}.compose-email-toolbar::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}}@media(max-width:576px){.compose-email-form .form-section{margin-bottom:16px}.compose-email-form .form-label{font-size:13px;margin-bottom:6px}.compose-email-form .form-input,.compose-email-form .form-textarea{padding:10px 12px;font-size:13px}}.compose-email-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:1050;padding:20px}.compose-email-modal-overlay.fullscreen{background-color:rgba(0,0,0,.5)}.compose-email-modal-overlay .modal{position:absolute;top:auto;left:auto;bottom:0;right:30px;background-color:#fff;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.3);width:100%;max-width:700px;height:-moz-fit-content;height:fit-content;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.compose-email-modal-overlay .modal.minimized{max-width:400px}.compose-email-modal-overlay .modal.fullscreen{top:50%;left:50%;transform:translate(-50%,-50%);bottom:auto;right:auto;max-width:900px}.compose-email-modal-overlay .modal .header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #dee2e6;background-color:#f8f9fc;color:#212529;cursor:pointer}.compose-email-modal-overlay .modal .header .header-left{display:flex;align-items:center;gap:8px}.compose-email-modal-overlay .modal .header .header-left .header-title{font-size:16px;font-weight:600;margin:0}.compose-email-modal-overlay .modal .header .window-controls{display:flex;gap:8px}.compose-email-modal-overlay .modal .header .window-controls .window-control-button{width:24px;height:24px;border-radius:50%;border:none;outline:none;background-color:#f8f9fa;color:#6c757d;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:12px}.reply-dropdown{position:relative}.reply-dropdown .reply-options{position:absolute;top:48px;left:0;min-width:140px;background:#fff;color:#212529;border:1px solid #f5f5f5;border-radius:8px;box-shadow:0 6px 18px rgba(0,0,0,.08);padding:8px 0;z-index:2000}.reply-dropdown .reply-options button{width:100%;display:flex;align-items:center;gap:12px;padding:8px 16px;border:none;background:rgba(0,0,0,0);cursor:pointer;white-space:nowrap;font-size:14px;color:#414651}.compose-email-content{overflow-y:auto;flex:1 1}.compose-email-content.minimized{display:none}.compose-email-content .email-form-section{flex:1 1;display:flex;flex-direction:column;margin-bottom:24px}.compose-email-content .email-form-section .from-container{flex:1 1;display:flex;align-items:center;gap:8px;position:relative}.compose-email-content .email-form-section .from-container .from-dropdown-button{width:100%;display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border:1px solid #ced4da;border-radius:6px;background:rgba(0,0,0,0);outline:none;cursor:pointer}.compose-email-content .email-form-section .from-container .from-dropdown-options-container{width:100%;max-height:200px;overflow-y:auto;position:absolute;top:48px;left:0;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.075);border:1px solid #f5f5f5;border-radius:6px;z-index:1000}.compose-email-content .email-form-section .from-container .from-dropdown-options-container button{width:100%;display:flex;justify-content:space-between;align-items:center;gap:8px;padding:8px 14px;border:none;background:rgba(0,0,0,0);cursor:pointer;white-space:nowrap;font-size:14px;color:#414651;outline:none}.compose-email-content .email-form-section .from-container .from-dropdown-options-container button.active,.compose-email-content .email-form-section .from-container .from-dropdown-options-container button:hover{background-color:#fafafa}.compose-email-content .email-form-section .from-container .from-avatar{width:24px!important;height:24px!important;display:flex;justify-content:center;align-items:center}.compose-email-content .email-form-section .from-container .from-email{font-size:14px;font-weight:500;color:#212529;margin-bottom:2px}.compose-email-content .form-label{font-size:14px;font-weight:500;color:#495057}.compose-email-content .form-input{width:100%;padding:12px 16px;border:1px solid #ced4da;border-radius:6px;font-size:14px;background-color:#fff}.compose-email-content .form-select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px 12px;padding-right:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.compose-email-content .form-textarea{min-height:120px;height:180px!important;font-family:inherit;font-size:16px;border-bottom-left-radius:0;border-bottom-right-radius:0;overflow-y:auto;position:relative}.compose-email-content .form-textarea.is-empty:before{content:attr(data-placeholder);color:#6c757d;pointer-events:none;position:absolute;top:12px;left:16px;font-size:14px;white-space:nowrap}.compose-email-content .form-textarea.fullscreen{height:280px!important}.compose-email-content .toolbar{display:flex;align-items:center;border:1px solid #ced4da;border-top:none;border-radius:0 0 6px 6px;margin-bottom:16px}.compose-email-content .toolbar .toolbar-group{height:100%;display:flex;align-items:center;border-right:1px solid #dee2e6}.compose-email-content .toolbar .toolbar-button{width:32px;height:32px;padding:8px;border:none;background-color:#fff;color:#495057;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px}.compose-email-content .toolbar .toolbar-button:focus{outline:none;background:#fafafa}.compose-email-content .toolbar .toolbar-select{height:100%;width:auto;font-size:12px;padding:8px}.attachment-count{color:#414651;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px;margin-bottom:8px}.attachment-list{display:flex;flex-direction:column;gap:12px}.attachment-list .attachment-item{width:100%;display:flex;align-items:center;gap:16px;padding:12px;border:1px solid #e9eaeb;border-radius:16px}.attachment-list .attachment-item .attachment-details{flex:1 1;display:flex;flex-direction:column}.attachment-list .attachment-item .attachment-details .attachment-name{font-size:14px;font-weight:600;color:#181d27}.attachment-list .attachment-item .attachment-details .attachment-size{font-size:12px;color:#717680}.attachment-list .attachment-item .remove-attachment-button{width:32px;height:32px;background:none;border:1px solid #d5d7da;border-radius:50%;color:#535862;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center}.compose-email-button{background-color:rgba(0,0,0,0);color:#495057;border:1px solid #ced4da;border-radius:100px;padding:8px 16px;font-size:14px;font-weight:600;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer}.compose-email-footer{margin-top:24px;display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-top:1px solid #dee2e6;background-color:#fff}@media(max-width:576px){.compose-email-footer{flex-direction:column;gap:12px;padding:12px 16px}.compose-email-footer .footer-left,.compose-email-footer .footer-right{width:100%;justify-content:center}.compose-email-footer .footer-right{gap:8px}}.compose-email-footer.minimized{display:none}.compose-email-footer .footer-left{display:flex;flex-direction:column;gap:8px}.compose-email-footer .footer-left .discard-link{color:#535862;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer}.compose-email-footer .footer-right{display:flex;gap:12px}.gmail_quote{border-left:1px solid #dcdcdc;margin-left:8px;padding-left:8px;color:#6c757d}.gmail_quote p{margin:0 0 8px}.email-container{height:100vh;border-radius:24px;border:1px solid #e9eaeb;margin-bottom:36px}.email-container,.sidebar{display:flex;background-color:#fff}.sidebar{width:40%;border-right:1px solid #dee2e6;border-top-left-radius:24px;border-bottom-left-radius:24px;flex-direction:column}.sidebar .sidebar-header{display:flex;flex-direction:column;gap:16px;padding:16px;border-bottom:1px solid #e9eaeb}.sidebar .sidebar-header .search-container{background-color:#fff}.sidebar .sidebar-header .search-container .search-input{width:100%;padding:8px 16px 8px 36px;border:1px solid #ced4da;border-radius:8px;font-size:14px}.sidebar .sidebar-header .tab-container{padding:4px;display:flex;gap:4px;border:1px solid #eaecf5;border-radius:24px;background-color:#f8f9fa}.sidebar .sidebar-header .tab-container .tab-button{flex:1 1;display:flex;justify-content:center;align-items:center;gap:8px;padding:8px 12px;font-size:14px;font-weight:500;border:none;border-radius:24px;background-color:rgba(0,0,0,0);color:#717680;position:relative;cursor:pointer;outline:none}.sidebar .sidebar-header .tab-container .tab-button.active{background-color:#fff;color:#414651}.sidebar .sidebar-header .tab-container .tab-button .badge{background-color:#f8f9fc;color:#363f72;font-size:12px;border:1px solid #d5d9eb;border-radius:50%;padding:2px 5px;display:flex;align-items:center;justify-content:center}.sidebar .sidebar-header .filter-container{display:flex;gap:12px;align-items:center}.sidebar .email-list{flex:1 1;overflow-x:hidden;overflow-y:auto;background-color:#fff;padding:16px;display:flex;flex-direction:column;gap:16px}.sidebar .email-list .email-item{padding:16px;border:1px solid #e9eaeb;border-radius:12px;cursor:pointer;background-color:rgba(0,0,0,0)}.sidebar .email-list .email-item.selected{box-shadow:0 0 0 4px #f2f3f5}.sidebar .email-list .email-item.unread{background:#f8f9fc}.sidebar .email-list .email-content{display:flex;align-items:flex-start;gap:12px}.sidebar .email-list .email-content .email-info{flex:1 1;min-width:0}.sidebar .email-list .email-content .email-info .email-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.sidebar .email-list .email-content .email-info .email-header .email-name{font-weight:500;color:#212529;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar .email-list .email-content .email-info .email-header .time-text{font-size:12px;color:#6c757d;flex-shrink:0}.sidebar .email-list .email-content .email-info .email-header .new-badge{background-color:#eef4ff;color:#3538cd;border:1px solid #c7d7fe;font-size:12px;font-weight:600;padding:2px 6px;border-radius:12px}.sidebar .email-list .email-content .email-info .subject-text{font-size:14px;color:#414651;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar .email-list .email-content .email-info .subject-text.unread{font-weight:600;color:#6172f3}.sidebar .email-list .email-content .email-info .snippet-text{font-size:12px;color:#717680;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar .email-list .email-content .email-info .snippet-text.unread{font-weight:500}.sidebar .email-list .email-content .email-info .tags-container{display:flex;justify-content:space-between;gap:6px;margin-top:16px}.sidebar .email-list .email-content .email-info .tags-container .tag{color:#414651;border:1px solid #e9eaeb;border-radius:16px;font-size:12px;font-weight:600;padding:2px 8px}.sidebar .email-list .email-content .email-info .tags-container .tag.message{background-color:#f5f5f5}.sidebar .email-list .email-content .email-info .tags-container .tag.attachment{background-color:rgba(0,0,0,0)}.sidebar .pagination-container{display:flex;justify-content:space-between;padding:16px 24px;background:#fff;border-top:1px solid #e9eaeb;border-bottom-left-radius:24px}.sidebar .pagination-container .page-button{padding:8px 14px;border:1px solid #e9eaeb;border-radius:100px;background:rgba(0,0,0,0)}.content-area{flex:1 1;display:flex;flex-direction:column;min-width:0}.content-area .header{background-color:#fafafa;border-bottom:1px solid #e9eaeb;border-top-right-radius:24px;padding:12px 24px;display:flex;align-items:center;gap:16px}.content-area .header .header-content{flex:1 1;display:flex;align-items:center;gap:12px}.content-area .header .sync-button{width:40px;height:40px;padding:6px;color:#535862;background:#fff;border:1px solid #d5d7da;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.content-area .header .user-info{display:flex;align-items:center;gap:12px}.content-area .header .user-text{font-size:12px}.content-area .header .user-text .user-email{font-weight:500;color:#212529}.content-area .header .user-text .user-status{color:#6c757d}.content-area .email-content-header{background-color:#fff;border-bottom:1px solid #dee2e6;padding:16px 24px;display:flex;align-items:center;justify-content:space-between}.content-area .email-content-header .email-subject{font-size:18px;font-weight:600;color:#212529}.content-area .email-content-header .email-actions{display:flex;gap:8px}.content-area .email-content-header .email-actions .action-button{width:32px;height:32px;border-radius:50%;border:1px solid #d5d7da;background:rgba(0,0,0,0);color:#535862;display:flex;align-items:center;justify-content:center;cursor:pointer}.content-area .email-content-header .email-actions .action-button.disabled{opacity:.5;background:#f5f5f5;cursor:not-allowed}.content-area .email-thread{flex:1 1;overflow-y:auto;overflow-x:hidden;padding:24px;width:100%;max-width:100%}.content-area .email-thread .email-message{background-color:#fff;border:1px solid #e9eaeb;border-radius:8px;padding:20px;margin-bottom:20px;overflow-wrap:break-word;word-break:break-word;white-space:normal;width:100%;max-width:100%;margin-left:4px}.content-area .email-thread .email-message.external{box-shadow:-4px 0 0 #fffaeb}.content-area .email-thread .email-message.internal{box-shadow:-4px 0 0 #eef4ff}.content-area .email-thread .email-message .message-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.content-area .email-thread .email-message .message-header .message-info{flex:1 1;display:flex;gap:12px;min-width:0}.content-area .email-thread .email-message .message-header .message-info .participants{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:4px;overflow:hidden}.content-area .email-thread .email-message .message-header .message-info .participants .sender-info{flex:1 1 auto;display:flex;align-items:center;gap:8px;flex-wrap:nowrap;white-space:nowrap;overflow:hidden}.content-area .email-thread .email-message .message-header .message-info .participants .sender-info .sender-name{font-weight:600;color:#212529;font-size:14px}.content-area .email-thread .email-message .message-header .message-info .participants .sender-info .sender-email{color:#6c757d;min-width:0;overflow:hidden;text-overflow:ellipsis;font-size:12px}.content-area .email-thread .email-message .message-header .message-info .participants .recipient-info{font-size:12px;color:#6c757d;margin-bottom:8px;min-width:0;overflow:hidden;text-overflow:ellipsis}.content-area .email-thread .email-message .message-header .message-info .email-timestamp{flex:0 0 auto;white-space:nowrap;margin-left:auto;color:#6c757d;font-size:12px;text-align:right;align-self:flex-start;display:flex;flex-direction:column;align-items:flex-end;gap:2px}.content-area .email-thread .email-message .message-header .message-info .email-timestamp .type-tag{display:inline-flex;width:auto;font-size:11px;padding:2px 8px;border:1px solid #fedf89;border-radius:12px;font-weight:600;background-color:#fffaeb;color:#b54708;align-items:center;gap:4px;margin-top:4px}.content-area .email-thread .email-message .message-header .message-info .email-timestamp .type-tag.automated{border:1px solid #c7d7fe;background-color:#eef4ff;color:#3538cd}.content-area .email-thread .email-message .message-content{font-size:14px;line-height:1.6;color:#212529;white-space:pre-wrap;padding-left:16px;border-left:1px solid #e9eaeb}.content-area .email-thread .email-message-actions{display:flex;gap:12px;margin-top:16px;padding:24px 8px 0;border-top:1px solid #e9eaeb}.content-area .email-thread .email-message-actions .action-button{display:flex;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 16px;background:#fff;color:#414651;font-weight:600;font-size:14px;border:1px solid #d5d7da;border-radius:100px;cursor:pointer}.content-area .empty-state{flex:1 1;display:flex;align-items:center;justify-content:center}.content-area .empty-state .empty-state-content{text-align:center}.content-area .empty-state .empty-state-content .empty-state-icon{width:60px;height:60px;margin:16px auto}.content-area .empty-state .empty-state-content .empty-state-title{font-size:16px;font-weight:500;color:#212529;margin-bottom:8px}.content-area .empty-state .empty-state-content .empty-state-text{font-size:14px;color:#6c757d}.loading{display:flex;align-items:center;justify-content:center;height:100vh;background-color:#fff}.loading .loading-content{text-align:center}.loading .loading-content .loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#007bff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}@keyframes spin{to{transform:rotate(1turn)}}.gmail-integration{display:flex;align-items:center;justify-content:center;height:100vh;background-color:#fff}.gmail-integration .gmail-integration-content{text-align:center;max-width:400px;padding:40px 20px}.gmail-integration .gmail-integration-content .gmail-integration-icon{font-size:64px;color:#ea4335;margin-bottom:24px}.gmail-integration .gmail-integration-content .gmail-integration-title{font-size:24px;font-weight:600;color:#212529;margin-bottom:16px}.gmail-integration .gmail-integration-content .gmail-integration-text{font-size:16px;color:#6c757d;margin-bottom:32px;line-height:1.5}.swal2-container{z-index:9999!important}.swal2-popup{z-index:10000!important}.swal2-backdrop{z-index:9998!important}.swal2-actions .swal2-confirm{background-color:#000!important;border-color:#000!important;color:#fff!important;border-radius:6px!important;font-weight:600!important;padding:8px 20px!important;transition:all .2s ease!important}.swal2-actions .swal2-confirm:hover{background-color:#333!important;border-color:#333!important}.swal2-actions .swal2-cancel{background-color:#6c757d!important;border-color:#6c757d!important;color:#fff!important;border-radius:6px!important;font-weight:600!important;padding:8px 20px!important;transition:all .2s ease!important}.swal2-actions .swal2-cancel:hover{background-color:#5a6268!important;border-color:#5a6268!important}.swal2-actions,.swal2-actions button{pointer-events:auto!important}.swal2-actions button{cursor:pointer!important}.swal2-container{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important}.swal2-backdrop{background-color:rgba(0,0,0,.4)!important}.swal2-popup{position:relative!important;border-radius:12px!important;box-shadow:0 10px 30px rgba(0,0,0,.3)!important}.swal2-title{font-size:1.5rem!important;font-weight:600!important;margin-bottom:1rem!important;color:#333!important}.swal2-content{font-size:1rem!important;color:#666!important;line-height:1.5!important;margin-bottom:1.5rem!important}.swal2-actions{gap:.75rem!important;margin-top:1.5rem!important}@media(max-width:768px){.swal2-popup{width:90%!important;margin:0 auto!important}.swal2-title{font-size:1.25rem!important}.swal2-content{font-size:.9rem!important}}