.ss-top-bar-image-style{max-height:25px;max-width:25px;border-radius:50%;margin:3px 0px;border:1px solid #ccc}.ss-top-bar-text-style{font-size:13px;color:#999}.account-color{right:-2px;margin:3px 0px}.box>div{padding:0px 5px}
.modal-button-root {
	height: 26px;
	transition-property: all;
	transition-duration: 150ms;
	transition-timing-function: linear;
	min-width: 56px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 2px;
	background: #ffffff;
	border: 1px solid #808080;
}
.modal-button-root:hover {
	box-shadow: 0px 0px 4px 0px #00000040;
}
.modal-button-root:focus {
	outline: none;
	background: #ebedf9;
	border-color: #4d5acb;
}
.modal-button-root:active {
	background: #dcdff4;
}
.modal-button-root-isSelected {
	padding-right: 10px;
	padding-left: 10px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	background: #ebedf9;
	border: 1px solid #4d5acb;
}
.modal-button-secondary {
	border-width: 0px;
}
.modal-button-secondary:focus {
	outline: none;
	border-width: 0px;
}
.modal-button-tertiary {
	border-width: 0px;
}
.modal-button-tertiary:focus {
	outline: none;
	border-width: 0px;
}
.modal-button-disabled {
	cursor: default;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
.modal-button-disabled:hover {
	box-shadow: none;
}
.modal-button-disabled:active {
	background-color: #ffffff;
}

.modal-root {
	/* box-shadow: 0px 0px 70px 0px #808080; */
	min-width: 340px;
	border-radius: 4px;
	background: #ffffff;
}
.modal-header {
	height: 40px;
	margin-right: 20px;
	margin-left: 20px;
}
.modal-title {
	font-size: 12px;
	color: #000000;
}
.modal-header-divider {
	height: 1px;
	margin-right: 20px;
	margin-left: 20px;
	background: #a3a3a3;
}
.modal-pre-footer {
	margin: 20px 20px 10px;
}
.modal-footer-divider {
	height: 1px;
	margin-right: 20px;
	margin-left: 20px;
	background: #a3a3a3;
}
.modal-footer {
	min-height: 32px;
	margin-right: 20px;
	margin-left: 20px;
}
.modal-footer-action-buttons {
	display: flex;
	position: relative;
	flex-direction: row;
	margin-top: 20px;
	margin-bottom: 20px;
}
.modal-footer-secondary-button {
	margin-left: 12px;
}

.e-modal{position:fixed;left:0px;top:0px;width:100vw;height:100vh;background-color:rgba(0,0,0,.5)}.e-modal-outer-style{background-color:#fff;border:1px #000;position:fixed;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);min-width:400px;min-height:100px;border-radius:5px;max-height:95vh}.e-modal select:focus{border:1px solid #007bff}
.hlw-overlay{position:absolute;z-index:999999;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.4)}
.ss-enforce-shortcuts{position:fixed;right:10px;bottom:10px;animation:bottom-top .2s;z-index:1002;font-weight:500;font-size:12px;text-transform:uppercase}@keyframes bottom-top{from{transform:translateY(100vh)}to{transform:translateY(0vh)}}.ss-enforce-shortcuts.no-animation{animation:unset !important}.keys{margin-right:15px;color:#fff;text-align:center;box-shadow:0px 2px 2px #000;border-radius:2px;font-weight:500;font-size:12px;padding:0px 6px;background-color:#8c8c8c;line-height:23px;margin:auto}.key-content{font-weight:500}
.hallow-modal-style{box-shadow:0px 0px 70px 0px gray;position:fixed;left:50%;top:50%;transform:translate(-50%, -50%);z-index:1;background:#fafafa;font-size:11px;border-radius:3px}
.account-manager-style img{border:1px solid #ccc}.account-manager-style:hover .sign-out{opacity:1;transition:opacity .3s}.account-manager-style div:first-child{color:#878787;padding:0px 3px;line-height:17px}.account-manager-style .content{margin-left:5px;font-weight:400;color:rgba(0,0,0,.56)}.account-manager-style .content input{width:40%}.account-manager-style .sign-out{font-weight:400;color:rgba(0,0,0,.56);margin-right:15px}.account-manager-style .select-account-input{width:50px;margin-right:3.5rem}.account-manager-style .end{width:55px;margin-right:15px}
.checkbox-root {
	transition-property: all;
	transition-duration: 0.3s;
	border-radius: 2px;
	padding: 2px;
}
.checkbox-label-container {
	margin-right: 8px;
}
.checkbox-label-text {
	user-select: none;
	font-size: 11px;
}
.checkbox-container {
	border-radius: 50%;
	margin-right: 8px;
	padding: 6px;
}
.checkbox-container input[type='checkbox']:checked ~ .check-mark {
	left: auto;
	top: auto;
	background: #4d5acb;
	border-width: 0px;
}
.check-mark {
	width: 13px;
	height: 13px;
	border-radius: 4px;
	padding: 0px;
	border: 1px solid #767676;
}
.check-mark:after {
	content: '';
	position: absolute;
	display: none;
}
.checkbox-container input:checked ~ .check-mark:after {
	display: block;
}
.checkbox-container .check-mark:after {
	left: 10px;
	top: 7px;
	width: 5px;
	height: 8px;
	border: solid rgb(255, 255, 255);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.modal-body-af-heading {
	padding-right: 20px;
	padding-left: 20px;
	margin: 10px 0px;
}
.modal-body-af-heading-left {
	width: 60%;
	padding-left: 8px;
	font-size: 10px;
	font-weight: 600;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #000000;
}
.modal-body-af-heading-right {
	width: 40%;
	padding-left: 20px;
	font-size: 10px;
	font-weight: 600;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #4d4d4d;
}
.modal-body-af-main {
	max-height: 500px;
	margin-right: 20px;
	margin-left: 20px;
}
.modal-body-af-main-left {
	width: 59.78%;
	max-height: 150px;
}
.modal-body-af-main-right {
	width: 40%;
	padding-left: 20px;
	max-height: 150px;
}

.modal-body-afsc {
	background: #ffffff;
}
.modal-body-afsc:hover {
	background: #ebedf9;
}
.sender-card-selected {
	background: #ebedf9;
}
.modal-body-afsc-close-icon {
	width: 25px;
}
.sender-card-close-img {
	width: 14px;
	height: 14px;
}

.tab-container{font-size:15px;color:#666;position:relative;display:flex;align-items:center;margin:6px 6px 0px 6px;font-weight:400}.tab-container .bck-cancel{color:#4d5acb}.tab-container .bck-tab{cursor:pointer;box-sizing:content-box;padding:5px 8px;display:flex;align-items:baseline;transition:background-color .3s}.tab-container .bck-tab svg{transition:opacity .3s}.tab-container .bck-tab.inbox,.tab-container .bck-tab.do,.tab-container .bck-tab.done,.tab-container .bck-tab.later,.tab-container .bck-tab.more{text-align:center}.tab-container .bck-tab.inbox{width:38px}.tab-container .bck-tab.do{width:19px}.tab-container .bck-tab.done{width:35px}.tab-container .bck-tab.later{width:73px}.tab-container .bck-tab.selected{color:#4d5acb;font-weight:500}.tab-container .bck-tab .all-img{padding-right:4px}.tab-container .bck-tab .str-img{padding-bottom:5px;padding-right:4px}.tab-container .bck-tab.starred{margin-left:auto}.tab-container .bck-tab:hover{background-color:#ebedf9}.tab-container .bck-tab.drg-ovr{background-color:#eaf0fa;border:.5px dashed #4d5acb;margin:-1px -1px -1px -1px;animation:dragover .4s ease}.tab-container .bck-tab.more{text-align:unset;color:#999;align-items:center}.tab-container .bck-tab.more .dd-icn{margin-left:5px}@media(min-width: 801px){.tab-container .bck-tab{padding:5px 10px !important}}@media(min-width: 1025px){.tab-container .bck-tab{padding:5px 12px !important}}@media(min-width: 1281px){.tab-container .bck-tab{padding:5px 17px !important}}.tab-container .close-icon{font-size:13px;cursor:pointer;position:relative;top:-2px;left:-2px}.e-bucket-modal-root{background-color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:auto;border-radius:4px}.close-svg-style{height:8px;margin-left:5px}
.command-parent{z-index:999999}.command-parent .command-dynamic{top:25%}.ss-commands{width:500px;background-color:#fff;border-radius:4px;color:#000;box-shadow:gray 0px 16px 70px;font-weight:500;font-size:12px}.ss-commands .command-rows-container{max-height:252px}.ss-commands .command-input{padding:10px 20px}.ss-commands .command-row.cmd-cntr-label{color:#666}.ss-commands .command-row{position:relative;padding:0px 20px;cursor:pointer;display:flex;height:42px;align-items:center}.ss-commands .command-row .command-row-acc-header{display:flex;width:100%;color:#4d4d4d;text-transform:capitalize}.ss-commands .command-row .command-row-acc-header div:first-child{margin-left:5px;font-size:12px;font-style:normal;font-weight:500;line-height:18px;letter-spacing:0em;text-align:center}.ss-commands .command-row .command-row-acc-header div:nth-child(2){margin-left:12rem;font-size:12px;font-style:normal;font-weight:500;line-height:18px;letter-spacing:0em;flex-grow:1}.ss-commands .command-row .command-row-acc-header .end{width:10px;margin-right:15px}.ss-commands .command-row .key-icon{line-height:23px;margin:0px 3px;color:#fff;text-align:center;box-shadow:0px 2px 2px #000;border-radius:2px;font-weight:500;font-size:12px;padding:0px 6px;background-color:#8c8c8c;line-height:23px}.ss-commands .command-row.show-signout .account-manager-style .sign-out{opacity:1}.ss-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.drop-over-style{border-top:1px solid rgba(0,0,0,0);margin-left:20px;margin-right:20px;position:relative}.drop-over-style.top{border-top-color:#4d5acb}.drop-over-style.top::before{position:absolute;width:4px;height:4px;background:#4d5acb;border-radius:50%;z-index:9999;content:"";top:-3px;left:-1px}
.ss-top-bar{display:flex;position:relative;z-index:1}.ss-top-bar .compose-wrapper{display:flex;width:100%}.ss-top-bar .main-actions,.ss-top-bar .accounts-actions,.ss-top-bar .extra-actions{display:flex;align-items:center}.ss-top-bar .main-actions img,.ss-top-bar .accounts-actions img,.ss-top-bar .extra-actions img{margin:0 10px;cursor:pointer}@keyframes spin{100%{transform:rotate(360deg)}}.ss-top-bar .main-actions{justify-content:flex-start}.ss-top-bar .main-actions svg{margin:0px 7px}.ss-top-bar .main-actions path{fill:#8c8c8c}.ss-top-bar .main-actions .icon-selected{cursor:default}.ss-top-bar .main-actions .icon-selected path{fill:#4d5acb}.ss-top-bar .extra-actions{justify-content:flex-end;flex:1;padding-right:10px}.ss-top-bar .new-message{justify-self:center;font-weight:500;align-self:center;margin-left:auto;font-size:15px;color:#393939}.ss-top-bar .new-message .header span{color:#4d5acb}.ss-top-bar .close{align-self:center;justify-self:flex-end;margin-left:auto;margin-right:20px;cursor:pointer}
.ss-attachment{position:relative}.ss-attachment .box-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.ss-attachment.img .img-wrp-loader{border:1px solid #c7c7c7}
.e-spinner-style{width:100%;height:100%;animation:spin 2.5s linear infinite;position:relative}.e-spinner-style::before{width:50%;height:50%;background:#8d8d8d;border-radius:100% 0 0 0;position:absolute;top:0;left:0;content:""}.e-spinner-style::after{background:#fff;width:75%;height:75%;border-radius:50%;content:"";margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}@keyframes spin{100%{transform:rotate(360deg)}}
.compose-footer{height:30px;width:100%;padding-top:10px;position:relative;display:flex;align-items:center}.compose-footer .send-item{margin:0 10px;font-size:12px;text-transform:capitalize;font-weight:500;color:rgba(33,37,41,.4);cursor:pointer;align-items:center;display:flex}.compose-footer .send-item.sending{cursor:not-allowed !important}.compose-footer .send-item .spinner-wrapper{display:inline-block;width:12px;height:12px;margin-left:2px}.compose-footer .send-item:focus,.compose-footer .send-item:hover{color:#4d5154}.compose-footer .footers-right{margin-left:auto;display:flex;align-items:center}.compose-footer .footers-right label{display:flex;align-items:center}.compose-footer .footers-right svg{margin-right:20px;cursor:pointer}
.szh-menu{background-color:#fff;height:auto;border:1px solid #d3d3d3;box-shadow:0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);border-radius:2px;text-transform:capitalize}.szh-menu__item{user-select:none;font-weight:400;font-size:12px;line-height:20px;display:block;white-space:nowrap;color:#666;padding:.375rem .3rem .375rem 1rem}.szh-menu__item--hover{background-color:#e3e5f7;border-radius:unset !important}.szh-menu__item--hover .shortcuts-holder .then{color:rgba(153,153,153,.6)}.szh-menu__item--hover .shortcuts-holder .e-menu-item-shortcut{color:#fff;text-align:center}.e-menu{background-color:#fff;position:fixed;width:fit-content;height:auto;list-style:none;align-content:center;border:1px solid #d3d3d3;line-height:normal;box-shadow:0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);border-radius:2px;z-index:1000;padding:0px;text-transform:capitalize}.e-menu-search{width:calc(100% - 40px);margin:5px;border:none;font-size:18px;line-height:23px;padding-left:15px}.e-menu .e-list-item{margin:3px 0;cursor:default;user-select:none;font-weight:400;line-height:32px;font-size:12px;display:block;white-space:nowrap;color:#666}.e-menu .e-list-item .e-right-arrow:after{content:"►";display:block;font-weight:500;float:right;color:gray;padding-top:2px;padding-left:5px}.e-menu li{display:inline-block}.e-selected-item{background-color:#e3e5f7;border-radius:unset !important}.e-selected-item .shortcuts-holder .then{color:rgba(153,153,153,.6)}.e-selected-item .shortcuts-holder .e-menu-item-shortcut{color:#fff;text-align:center}*:focus{outline:none}
.compose-editor{border:.5px solid #d6d6d6;max-height:440px;overflow-y:auto;padding:15px 15px 40px 15px;position:relative}.compose-editor a:focus{background-color:#000}.compose-editor .rte-placeholder{margin-top:1px;font-size:13px}.compose-editor .rte-placeholder,.compose-editor .e-content{font-size:13px !important;padding:unset !important;color:#4d4d4d}.compose-editor .compose-editor-sy,.compose-editor .compose-editor-sy .e-rte-content,.compose-editor .compose-fwdeditor-sy,.compose-editor .e-rte-content,.compose-editor .e-rte-content{border:unset}.compose-editor .compose-fwdeditor-sy,.compose-editor .e-rte-content,.compose-editor .e-content.e-lib{min-height:200px;border:none !important}.compose-editor .tribute-mention{color:#007bff}.mention-item{background:#fff}.e-compose-attachments{position:relative;margin:10px 0px 10px 10px}.e-compose-attachments .e-file-container{margin-right:10px;display:inline-flex}.e-compose-attachments .e-file-container img{cursor:pointer}.e-compose-attachments .file-container{width:150px;height:100px;background-color:rgba(147,209,237,.5);border-radius:4px}.e-compose-attachments .file-container .file-format{top:50%;left:10%;position:absolute}.e-list-item *{display:inline-block}.e-list-item{border-radius:10px}.ss-blocked-image{max-width:25px !important;border-radius:unset !important}.e-richtexteditor .e-rte-toolbar{background-color:#fff;border:none !important;outline:none !important}.e-richtexteditor .e-rte-toolbar .e-toolbar-items{background-color:#fff;border:none !important;outline:none !important}.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-tbar-btn{pointer-events:none;background-color:#fff;border:none !important;outline:none !important}.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn,.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus{border:none;background-color:#fff}.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn,.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn{border:none;background-color:#fff}.e-toolbar-wrapper{display:none}
.ss-select.over{box-shadow:-1px 0 0 #4d5acb}.ss-select .select-container{display:flex;flex-wrap:wrap}.ss-select .select-container input{padding:5px;height:30px;border:none}.ss-select .select-container.show-border{border:.5px solid rgba(0,0,0,0);border-radius:4px}.ss-select .select-container.show-border:focus-within{border-color:rgba(77,90,203,.9)}.ss-select .ss-select-popup{position:absolute;z-index:10;min-width:480px;background:#fff;margin-top:2px;overflow:auto;padding:6px 0;box-shadow:0px 0px 4px rgba(0,0,0,.15)}.ss-select .ss-select-popup .suggestion-row{height:48px;display:flex;justify-content:flex-start;align-items:center;padding-left:25px}.ss-select .ss-select-popup .suggestion-row.focus{background:#e3e5f7}.drag-elem-chip .multi-select-chip{height:26px;border-radius:3px;box-shadow:0px 0px 4px rgba(0,0,0,.1);background-color:#f5f5f5}.drag-elem-chip .multi-select-chip.invalid{border-radius:3px;background:#f7c4c4}.multi-select-chip{font-size:13px;color:#4d4d4d;margin:3px;display:flex;align-items:center;padding:0 8px;cursor:move;box-shadow:0px 0px 4px rgba(0,0,0,.1);position:relative}.multi-select-chip.invalid{border-radius:3px;background:#f7c4c4;box-shadow:none}.multi-select-chip.invalid .close-icon-wrapper{background:linear-gradient(to right, rgba(247, 196, 196, 0) 0, #f7c4c4 12px, #f7c4c4 100%) no-repeat}.multi-select-chip:hover,.multi-select-chip.dragging{border-radius:3px}.multi-select-chip:hover .close-icon-wrapper{display:flex}.multi-select-chip .close-icon-wrapper{height:100%;display:flex;align-items:center;width:24px;position:absolute;right:0;background:linear-gradient(to right, rgba(245, 245, 245, 0) 0, #f5f5f5 12px, #f5f5f5 100%) no-repeat;display:none}.multi-select-chip .close-icon-wrapper .chip-close{transform:translateX(10px)}.multi-select-chip .close-icon-wrapper .chip-close path{fill:#4d4d4d}.multi-select-chip .close-icon-wrapper .chip-close rect{display:none}
.attr-container{display:flex;margin-bottom:10px;background:rgba(0,0,0,0)}.attr-container input{background:rgba(0,0,0,0);border:none}.attr-container.from{align-items:center}.attr-container.from .drop-down-icon.opened path{stroke:#4d5acb}.attr-container.from .from-val{color:gray;font-size:13px}.attr-container:hover.from svg{opacity:1}.attr-container .label{display:flex;align-items:center;justify-content:flex-end;min-width:75px;margin-right:25px;font-size:12px;text-transform:capitalize;font-weight:500;color:rgba(33,37,41,.8)}.attr-container.subject{line-height:29px}.attr-container.subject input{padding-left:5px;border:.5px solid rgba(0,0,0,0);border-radius:4px;font-weight:500;color:gray;font-size:13px}.attr-container.subject input:focus{border-color:rgba(77,90,203,.9)}.attr-container .expandable-attrs{display:flex;align-items:center}.attr-container .expandable-attrs .cc{margin-right:8px}.attr-container .expandable-attrs .cc,.attr-container .expandable-attrs .bcc{font-size:12px;text-transform:capitalize;font-weight:500;color:gray}.attr-container .expandable-attrs .cc:hover,.attr-container .expandable-attrs .cc:focus,.attr-container .expandable-attrs .bcc:hover,.attr-container .expandable-attrs .bcc:focus{color:#4d5154}.from-menu{text-transform:none !important}.email-id-template-style{width:100%}.email-id-template-style .email-name{display:block;height:20px;font-size:13px;color:#4d4d4d;font-weight:500;overflow:hidden}.email-id-template-style .email-address{font-size:11px}
.file-drop .file-drop-target{position:relative}.file-drop .file-over{height:100%;width:100%;position:absolute;z-index:9;background-color:rgba(255,255,255,.75);border-radius:2px;border:2px dashed gray;display:none;align-items:center;justify-content:center;font-size:12px;text-transform:capitalize;font-weight:500;color:gray}.file-drop-target.file-drop-dragging-over-frame .file-over{display:flex}
.e-popup{position:fixed;background-color:rgba(255,255,255,.85);box-shadow:0px 0px 4px rgba(0,0,0,.15);padding:0px}
.colors-helper{width:400px;height:150px;padding-left:15px;padding-top:15px;font-weight:500;text-transform:uppercase;color:rgba(33,37,41,.8);box-shadow:0px 0px 4px rgba(0,0,0,.15)}.colors-helper .colors-row{display:flex;justify-content:space-around;padding:5px 0 10px 0}.colors-helper .colors-row div{cursor:pointer;padding:0 2px}.colors-helper .colors-row div:hover{box-shadow:0px 0px 4px rgba(0,0,0,.25)}.e-popup{position:fixed !important;background-color:#fff !important}.rich-color-chip.selected{box-shadow:0px 0px 4px rgba(0,0,0,.25)}
.rich-toolbar{position:absolute;z-index:1;bottom:40px;display:flex;justify-content:center;align-items:center;width:100%;background:rgba(0,0,0,0)}.rich-toolbar .rich-text-bar{display:flex;justify-content:center;background:#fff;box-shadow:0px 0px 4px rgba(0,0,0,.25);border-radius:2px;align-items:center;padding:6px}.rich-toolbar .rich-text-bar .rich-img{cursor:pointer;margin:0 7px}.rich-toolbar .rich-text-bar .rich-img path{stroke:#cccdcc}.rich-toolbar .rich-text-bar .rich-img:hover path{stroke:#999;transition:stroke .3s}.rich-toolbar .rich-text-bar .rich-img.selected{margin:0 7px}.rich-toolbar .rich-text-bar .rich-img.selected path{stroke:#999}.rich-toolbar .rich-text-bar .rich-img.selected:hover path{stroke:#999;transition:stroke .3s}.rich-toolbar .rich-text-bar .middle{margin:0 15px;display:flex;align-items:center}.rich-toolbar .rich-text-bar .final{display:flex;align-items:center}.link-close{min-width:90px;max-width:180px;background:#fff;display:flex;align-items:center;justify-content:space-around;padding:5px;box-shadow:0px 0px 4px rgba(0,0,0,.25)}.link-close a{margin-right:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.e-card-actions .item-starred,.e-card-actions .item-trash{margin-right:5px;cursor:pointer}.e-card-actions .item-command{cursor:pointer}.row-quick-action-item-style{padding:9px;margin:5px 2px;width:35px;height:33px;border-radius:50%;overflow:visible;transition:all .3s}.row-quick-action-item-style path{stroke:#b2b2b2}.row-quick-action-item-style:hover{box-shadow:0px 0px 8px rgba(0,0,0,.25)}.row-quick-action-item-style:hover path{stroke:#4d4d4d}.row-quick-action-item-style:hover .path-fill{fill:#4d4d4d}
.compose-window{display:flex;width:100%;font-size:12px;background-color:rgba(0,0,0,0);justify-content:center}.compose-window .new-compose-container{width:90%;max-width:920px}
.topbar-quick-action-item-style{padding:9px;width:35px;height:33px;overflow:visible}.topbar-quick-action-item-style path{stroke:#b2b2b2}.topbar-quick-action-item-style:hover path{stroke:#4d4d4d}.topbar-quick-action-item-style:hover .path-fill{fill:#4d4d4d}.autofile{width:50px}.move-icon{width:40px}.star path{fill:#f4b400}.un-star path{fill:#fafafa}.trash path,.more path,.rescue path,.wipe path,.spam path,.autofile path,.block-icon path,.move-icon path{fill:#b2b2b2}.trash:hover path,.more:hover path,.rescue:hover path,.wipe:hover path,.spam:hover path,.autofile:hover path,.block-icon:hover path,.move-icon:hover path{fill:#4d4d4d}.unarchive path,.un-todo path,.un-read-later path{stroke:#757ed7}.unarchive .path-fill,.un-todo .path-fill,.un-read-later .path-fill{fill:#757ed7}.unarchive:hover path,.un-todo:hover path,.un-read-later:hover path{stroke:#757ed7}.unarchive:hover .path-fill,.un-todo:hover .path-fill,.un-read-later:hover .path-fill{fill:#757ed7}.unarchive.message-view path,.un-todo.message-view path,.un-read-later.message-view path{stroke:#4d5acb}.unarchive.message-view .path-fill,.un-todo.message-view .path-fill,.un-read-later.message-view .path-fill{fill:#4d5acb}.multiple-message-mode{width:50px}
.ss-message-content-style ::-webkit-scrollbar{width:8px;height:8px}.ss-message-content-style ::-webkit-scrollbar-track{background:#f1f1f1}.ss-message-content-style ::-webkit-scrollbar-thumb{background:#888;display:block;border-radius:5px}.ss-message-content-style .ss-blocked-image{max-width:25px !important;border-radius:unset !important}
*{box-sizing:border-box}body{line-height:1.5}.App{text-align:center}html,body{height:100%}.layout-pane{height:100%;overflow:hidden !important}iframe{border:none;overflow:hidden}.panel1{overflow:hidden}.overlay{background-color:rgba(0,0,0,.9);position:fixed;left:0;top:0;width:100%;height:100%;z-index:2}.ss-content-wrapper{background:#f5f5f5}.panel-2{user-select:none;display:flex;flex-direction:column;height:calc(100% - 0px)}.panel-3{user-select:none;background:#fff;display:flex;flex-direction:column;height:100%;width:100%}.focus-position-arrow path{stroke:#4d5acb;opacity:.7}.ss-content-wrapper{flex-grow:1;min-height:0}.ss-flex-column-layout{height:100%;display:flex;flex-direction:column;min-height:0}.ss-flex-column-layout.home-view{min-width:1250px}.ss-email-search-style{height:27px;margin:5px 0px 0px 15px;color:#565656}.ss-email-search-style input{height:100%;width:100%;font-size:15px;color:#666;font-weight:400;border-bottom:none}.empty-message{color:#464646;font-weight:500;font-size:17px}.bucket{background-color:#dbdbdb;color:gray;border-radius:2px;padding:2px 4px;font-weight:500;font-size:10px}.ss-thread-viewer{box-shadow:inset 0 0px 20px 0px rgba(0,0,0,.08);background:#fafafa;animation:p4-card linear .3s}.ss-thread-viewer .content-separator{height:8px;margin-bottom:-8px;background-image:linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.05));position:relative;transition:opacity .6s cubic-bezier(0.165, 0.84, 0.44, 1);box-shadow:0 -1px 0 0 rgba(0,0,0,.05);z-index:10;opacity:0;flex-shrink:0}.ss-thread-viewer .thread-subject-header{font-size:15px;color:#4d4d4d;padding:1rem .5rem;white-space:pre-wrap;word-wrap:break-word;min-height:1.25rem;font-weight:500;flex-shrink:0}.ss-thread-viewer .thread-subject-header .labels-section{display:flex;justify-content:space-between;margin-top:3px}.ss-thread-viewer .thread-subject-header .labels-section .account{font-weight:500;color:#878787;margin-right:3px;font-size:10px;border:1px solid #4d5acb;border-radius:1px;display:flex;justify-content:center;padding:0 3px}.ss-thread-viewer .thread-subject-header .labels-section .e-p3-next,.ss-thread-viewer .thread-subject-header .labels-section .e-p3-message-back{width:14px;height:14px}.ss-thread-viewer .thread-subject-header .labels-section .e-p3-next.active:hover path,.ss-thread-viewer .thread-subject-header .labels-section .e-p3-message-back.active:hover path{stroke:#4d4d4d}.ss-thread-viewer .thread-subject-header .labels-section .e-p3-message-back{transform:rotate(180deg)}.ss-thread-viewer .ss-email-content{min-height:50px;margin:0px 0px 4px 0px;font-size:13px;padding:5px 10px 10px 10px}.ss-thread-viewer .ss-thread-card{cursor:default;border:.5px solid #d6d6d6;border-radius:5px;margin-bottom:15px;position:relative;scroll-margin-top:2.4rem;background-color:inherit}.ss-thread-viewer .ss-thread-card:hover{box-shadow:0px 0px 8px rgba(0,0,0,.15)}.ss-thread-viewer .ss-thread-card.expanded .ss-thread-content{border-bottom:.5px solid #d6d6d6}.ss-thread-viewer .ss-thread-card.selected .ss-thread-content{border-bottom:.5px solid #d6d6d6;background:#ebedf9}.ss-thread-viewer .ss-thread-card.cardfocused{border-color:#4d5acb}.ss-thread-viewer .ss-thread-card.expanded,.ss-thread-viewer .ss-thread-card.collapsed{background-color:#fff}.ss-thread-viewer .ss-thread-card.draft{margin-bottom:unset}.ss-thread-viewer .ss-thread-card.draft .ss-thread-content{background:#f7fdfb}.ss-thread-viewer .ss-thread-card .ss-thread-content{height:30px;padding:0 10px;border-radius:5px}.ss-thread-viewer .ss-thread-card .ss-thread-content .thread-header .header-date .attach-attr{margin-right:10px}.ss-thread-viewer .ss-thread-card .ss-thread-content .thread-header .header-date .attachment-icon{margin-right:3px;height:13px}.ss-thread-viewer .ss-thread-card .ss-thread-content .thread-header .header-date .date-attr{color:#737373}.ss-thread-viewer .ss-thread-card .ss-thread-content .eml-header-bar .to{color:gray}.ss-thread-viewer .ss-thread-card .ss-thread-content .eml-header-bar .draft-word{margin-right:5px;color:#37aa80;font-size:13px}.ss-thread-viewer .ss-thread-card.collapsed .ss-thread-content .collapsed-header .eml-header-bar{max-width:20%;margin-right:20px}.ss-thread-viewer .ss-thread-card.collapsed .ss-thread-content .collapsed-header .message-snippet{max-width:65%;font-size:13px;font-weight:400}.ss-thread-viewer .ss-thread-card.collapsed .ss-thread-content .collapsed-header .attachment-icon{margin-right:3px;height:13px}.ss-thread-viewer .ss-thread-card.collapsed .ss-thread-content .collapsed-header .floating-header .attach-attr{margin-right:10px}.ss-thread-viewer .ss-thread-card.collapsed .ss-thread-content .collapsed-header .floating-header .date-attr{color:#737373}.ss-thread-viewer .ss-thread-card .header-attr{font-size:13px;color:#4d4d4d;font-weight:600;font-size:12.5px;color:#000}.ss-thread-viewer .ss-thread-card .header-attr .to-people{margin-left:5px;font-size:12px}.ss-thread-viewer .thread-content-cards{transition:background-color .5s;background-clip:text;-webkit-background-clip:text}@keyframes p4-card{from{opacity:0}to{opacity:1}}.dot{height:6px;width:6px;background-color:rgba(187,187,187,.3);border-radius:50%;display:inline-block;margin:0 5px 0 5px}.ss-quick-actions-mini{margin-right:18px}.ss-quick-actions-mini .reply,.ss-quick-actions-mini .reply-all,.ss-quick-actions-mini .forward{height:13px}.ss-quick-actions-mini .reply path,.ss-quick-actions-mini .reply-all path,.ss-quick-actions-mini .forward path{stroke:#b2b2b2}.ss-quick-actions-mini .reply:hover path,.ss-quick-actions-mini .reply-all:hover path,.ss-quick-actions-mini .forward:hover path{stroke:#4d4d4d}.ss-quick-actions-mini .reply:hover .path-fill,.ss-quick-actions-mini .reply-all:hover .path-fill,.ss-quick-actions-mini .forward:hover .path-fill{fill:#4d4d4d}.ss-quick-actions-mini .trash-icon{height:13px}.ss-quick-actions-mini .trash-icon path{fill:#b2b2b2}.ss-quick-actions-mini .trash-icon:hover path{fill:#4d4d4d}.message-attachments{margin:15px 0 0 0;font-size:11px}.message-attachments .attachments-header{height:45px;padding:10px 0 10px 0}.message-attachments .attachments-header .download-attr{color:#4d5acb;margin-left:10px}.message-attachments .attachments-header .download-attr.loading{opacity:.3}.message-attachments .attachments-header .spinner-wrapper{width:20px;height:20px;margin-left:5px}.message-attachments .attachments-name{color:#4d4d4d}.message-attachments .attachments-name:hover{color:#6495ed;text-decoration:underline;cursor:pointer}.message-attachments .header-content{min-width:160px}.attachment-content{border-radius:8px}.attachment-content .ss-attachment{width:140px;height:40px;margin:5px 5px 0 0;padding:0 3px 3px 0;display:inline-block;border-radius:2px;border:1px solid #c7c7c7}.attachment-content .ss-attachment.img{height:90px;border:unset !important}.attachment-content .ss-attachment.img .attachment-img-wrp{margin-right:10px}.attachment-content .ss-attachment.img .attachment-img-wrp img{width:140px;height:90px;border-radius:2px;object-fit:cover;border:1px solid #c7c7c7}.attachment-content .ss-attachment.img .box-overlay.check,.attachment-content .ss-attachment.img .box-overlay.hover{background-color:rgba(0,0,0,.6) !important}.attachment-content .ss-attachment .box-overlay.check,.attachment-content .ss-attachment .box-overlay.hover{background-color:rgba(0,0,0,.08)}.attachment-content .ss-attachment .box-overlay .overlay-attachment{padding:2px}.attachment-content .ss-attachment .box-overlay .overlay-attachment .overlay-attr-name .name{font-size:11px;padding:2px 0 0 5px}.attachment-content .ss-attachment .box-overlay .overlay-attachment .other-attrs .attrs{padding:0 0 2px 5px}.attachment-content .ss-attachment .box-overlay .overlay-attachment .other-attrs .attrs .format-attr{background:#e6e6e6;border-radius:3px;padding:0 4px;font-size:12px;color:#4d4d4d}.attachment-content .ss-attachment .box-overlay .overlay-attachment .other-attrs .attrs .size-attr{margin-left:10px;font-size:10px;color:#e6e6e6}.attachment-content .ss-attachment .box-overlay .overlay-attachment .other-attrs .atch-dl-icon.img{cursor:pointer}.attachment-content .ss-attachment .box-overlay .overlay-attachment .other-attrs .atch-dl-icon.img path{stroke:#fff}.attachment-content .ss-attachment .box-overlay .overlay-attachment .attach-content-checkbox{width:unset}.attachment-content .ss-attachment .box-overlay .overlay-attachment .attach-content-checkbox.file path{fill:#4d4d4d}.attachment-content .content-box .name-attr{margin-left:10px;font-size:12px;color:#4d4d4d}.attachment-content .content-box .attachment-attr{margin-left:10px}.attachment-content .content-box .attachment-attr .format-attr{background:#e6e6e6;border-radius:3px;padding:0 4px;font-size:12px;color:#4d4d4d}.attachment-content .content-box .attachment-attr .size-attr{margin-left:10px;font-size:10px;color:gray}.attachment-content .content-box .attach-content-checkbox{width:unset;margin-right:5px;margin-left:auto;margin-top:5px}.message-attachments.top{position:sticky;bottom:20px;background-color:#fff}.e-file-icon{width:30px;height:35px}.e-file-name{display:inline-block;max-width:45px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.e-file-type{position:absolute;min-width:30px;left:0px;top:13px;padding:0px;text-align:center;background-color:#000;color:#fff;font-weight:500;font-size:10px}.e-file-container{position:relative;display:inline-block;margin-right:5px;cursor:pointer}.scrollable-wrapper{width:100%;padding:0 8px 0 8px}.scrolling .thread-content-cards{background-color:#888;background-clip:text;-webkit-background-clip:text;transition:background-color .5s ease-out}
.reply-window-container{height:90%;overflow-y:auto;background-color:rgba(0,0,0,0);display:flex;justify-content:center}.reply-window-container .reply-thread{max-width:600px;height:100%;min-width:40%}.reply-window-container .reply-thread .ss-thread-viewer{padding-top:91px;box-shadow:unset !important;background:unset !important}.reply-window-container .reply-thread .ss-thread-viewer .thread-subject-header{display:none}.reply-window-container .reply-composer{width:650px;max-width:640px;min-width:40%}
.e-email-window{display:flex;width:100%;height:100%;font-size:12px;background-color:rgba(0,0,0,0);border-radius:4px}.e-email-window .email-message-info{display:flex}.e-email-window .email-personal-info{width:20%}.e-email-window .email-message-info .message-navbar{width:25%}.e-email-window .email-message-info .message-info{width:75%}.e-email-window .email-message-info .message-info div.ss-thread-viewer{box-shadow:unset !important;background:unset !important}.e-navigation-back{border-radius:50%;position:relative;top:67px;left:80%;width:25px;height:25px}.e-navigation-back path{fill:#4d4d4d}.e-message-navigation{position:relative;width:25px;height:50px;top:74px;left:70%;background-color:#fff;border-radius:500px}.e-message-navigation div:last-child{height:calc(100% - 15px)}.e-message-navigation div:last-child i{top:14px}.e-message-navigation i{position:relative;left:9px}
.e-message-window{background-color:#f5f5f5;width:100%;height:100%}
.carousel-wrapper{position:fixed;z-index:1000;top:0;width:100%;height:100%;display:flex;justify-content:center;background:rgba(0,0,0,.7);padding-top:50px;padding-bottom:50px}.carousel-wrapper .carousel-root{width:60%}.carousel-wrapper .carousel-slider{height:100%}.carousel-wrapper .carousel-slider .slider-wrapper,.carousel-wrapper .carousel-slider .slider{height:100%}.carousel-wrapper .carousel-slider .slider{background-color:#fff}.carousel-wrapper .carousel-slider .carousel-image{height:100%;object-fit:contain}
.account-progress{z-index:1000000;background-color:#333;box-shadow:0px 0px 10px rgba(0,0,0,.3);border-radius:3px;width:400px;transition:opacity .6s !important}.account-progress .header{color:#ccc;font-weight:500;font-size:11px}.account-progress .progress-box{padding:0 10px}.account-progress .progress-box .account-wrapper .email{font-size:12px;color:#fff}.account-progress .progress-box .account-wrapper .counts{font-size:12px;color:#fff}.account-progress .progress-box .account-wrapper .counts .counts-secondary{color:#999}
.node-template{min-width:0;flex:1;flex-wrap:wrap}.node-template .e-tree-node-editor{margin-left:3px}.label-section:focus .focused-label{border:1px solid #4d5acb}.ss-tree-view-cntr .label{border:1px solid rgba(0,0,0,0)}.more-cc-icon{transform:rotate(90deg)}.more-cc-icon path{fill:#666}
.message-counts{font-size:11px}.message-counts.unread-counts{color:#4d5acb;font-weight:600}.message-counts.total-counts{color:#8a9aa8;font-weight:300}.compose-text{color:#000;font-weight:600}.caret-expand-label{width:16px;height:100%;cursor:pointer;position:relative;left:-1px;display:flex}.caret-expand-label.exp{transform:rotate(90deg)}.overflow-auto{overflow:auto}.accounts-holder-container{min-height:18rem !important}@media only screen and (min-height: 250px)and (max-height: 750px){.accounts-holder-container{min-height:4rem !important}}.accounts-holder-container .accounts-holder{overflow:auto;transition:width .3s}.accounts-holder-container .accounts-holder ::-webkit-scrollbar{width:0px}.accounts-holder-container .accounts-holder::-webkit-scrollbar-track{background:#f1f1f1}.accounts-holder-container .accounts-holder::-webkit-scrollbar-thumb{background:#888;display:block;border-radius:5px}.accounts-holder-container .accounts-holder:hover::-webkit-scrollbar{width:4px;height:4px}.accounts-holder-container .separator{border-top:1px solid rgba(0,0,0,0);margin-left:20px;position:relative}.accounts-holder-container .separator.top{border-top-color:#4d5acb}.accounts-holder-container .separator.top::before{position:absolute;width:4px;height:4px;background:#4d5acb;border-radius:50%;z-index:9999;content:"";top:-3px;left:-1px}.accounts-holder-container>.label-tplt .e-tree-node-name{border-radius:5px;border:1px solid #d5d5d5;margin-left:4px;padding:1px 4px 0px 4px}.accounts-holder-container .e-tree-node-hover:not(:hover){box-shadow:0px 0px 8px rgba(0,0,0,.15)}.accounts-holder-container .e-tree-node{margin-bottom:1px;display:flex;position:relative;align-items:center;min-height:27px;vertical-align:middle;border:1px solid rgba(0,0,0,0);border-radius:4px;transition:transform .15s ease-in-out .1s}.accounts-holder-container .e-tree-node:hover{box-shadow:0px 0px 8px rgba(0,0,0,.15)}.accounts-holder-container .e-tree-node.e-tree-label-gap{border-color:rgba(0,0,0,0) !important}.accounts-holder-container .e-tree-node.middle{border-radius:0px;background-color:#eaf0fa;border:.5px dashed #4d5acb;animation:dragover .4s ease}.accounts-holder-container .e-tree-node.bottom{border-radius:unset;border-bottom-color:#4d5acb}.accounts-holder-container .e-tree-node .e-tree-node-name{color:#666;font-size:12px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-left:4px}.accounts-holder-container .e-tree-node.e-tree-node-selected{background-color:#e3e5f7}.accounts-holder-container .e-tree-node.e-tree-node-selected .e-tree-node-name{color:#4d5acb}.accounts-holder-container .gpd-acnts-lbs:first-child{margin-top:5px !important}.accounts-holder-container .gpd-acnts-lbs{margin-top:15px}.accounts-holder-container .gpd-acnts-lbs input{color:#8b8b8b;font-size:12px;font-weight:400;background-color:rgba(0,0,0,0)}.accounts-holder-container .gpd-acnts-lbs .account-name{display:flex;position:relative;width:100%;align-items:center;min-height:23px;vertical-align:middle;border:1.2px solid rgba(0,0,0,0);border-radius:5px}.accounts-holder-container .gpd-acnts-lbs .account-name .group-name{padding:1px;font-size:13px;font-weight:500;color:#878787;display:flex;min-width:0;flex:1 1;margin-left:-5px}.accounts-holder-container .gpd-acnts-lbs .account-name .group-name:hover .account-header-expand-text{display:block}.accounts-holder-container .gpd-acnts-lbs .account-name .group-name:hover .account-theme{display:none}.accounts-holder-container .gpd-acnts-lbs .account-name .group-name .account-header-expand-text{display:none;transition:opacity .3s ease-in 0s;font-weight:400;font-size:10.5px;color:#4278d4;cursor:pointer;text-transform:capitalize}.accounts-holder-container .gpd-acnts-lbs .account-name .group-name .group-name-account{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-left:3px;flex-grow:1}.accounts-holder-container .gpd-acnts-lbs .create-label,.accounts-holder-container .gpd-acnts-lbs .create-label-input{margin-left:23px;width:125px;background:rgba(0,0,0,0)}.accounts-holder-container .gpd-acnts-lbs .create-label{color:rgba(155,154,159,.7098039216);font-size:12px;font-weight:400;display:flex;align-items:center;font-style:italic;cursor:pointer}.content-scroller{background-image:linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.1));height:6px;transition:opacity 0s cubic-bezier(0.165, 0.84, 0.44, 1);opacity:1;box-shadow:0 1px 0 0 rgba(0,0,0,.1);margin-top:-6px}.ss-tree-view-cntr{box-shadow:inset 0 0px 20px 0px rgba(0,0,0,.08);background:#fafafa}.panel-section-heading{font-size:11px;color:#999}.label-menu{font-size:10.5px}.section1 .panel1-compose-button{padding:.3rem .5rem;border-color:#e6e6e6;color:#666;border-radius:4px}.section1 .labels-container{margin-bottom:5px}.section1 .labels-container .label-btn{color:#666;padding:.2rem;margin-top:3.8px;margin-bottom:3.8px;border-width:.5px;border-color:rgba(0,0,0,0);border-radius:4px}.section1 .labels-container .label-btn.is-over{border-radius:0px;background-color:#eaf0fa;border:.5px dashed #4d5acb;animation:dragover .4s ease}.section1 .labels-container .label-btn:hover{box-shadow:0px 0px 8px rgba(0,0,0,.15)}.section1 .labels-container .label-btn.selected{background-color:#e3e5f7;color:#4d5acb !important}.section1 .labels-container .menu-opened:not(:hover){box-shadow:0px 0px 8px rgba(0,0,0,.15);border-radius:0}.section1 .content-separator{height:.5px;background-color:#e5e5e5;width:90%}
.ss-modal{position:absolute;z-index:1001;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.4);width:100%;height:100%;overflow:hidden}.ss-modal .modal-closer{width:22px;position:absolute;z-index:9;top:1px;left:5px;animation:closer 1s;cursor:pointer}@keyframes closer{from{opacity:0}to{opacity:1}}
.filter-style{display:flex;color:#999;box-shadow:0 4px 4px -2px rgba(0,0,0,.0784313725)}.btn-grp{border:1px solid #999;color:#000;min-width:3rem;background-color:#fae69e}.base-select-class{width:20rem !important}@media(min-width: 801px){.base-select-class{width:18rem !important}}@media(min-width: 1025px){.base-select-class{width:20rem !important}}@media(min-width: 1281px){.base-select-class{width:20rem !important}}.ss-select__placeholder{color:#bfbfbf !important}.ss-select__menu-portal{box-shadow:0 0 0 100vmax rgba(0,0,0,.3)}.ss-select__menu{box-shadow:0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05) !important}.ss-select__menu .ss-select__menu-list.ss-select__menu-list--is-multi{max-height:600px}.ss-select__menu .ss-select__menu-list.ss-select__menu-list--is-multi :last-child.ss-select__group{border:none !important}.ss-select__menu .ss-select__menu-list.ss-select__menu-list--is-multi .ss-select__group{padding-bottom:4px !important;padding-top:4px !important}.ss_select_option{padding:7px 12px !important;font-weight:400}.ss-select__value-container{row-gap:3px;padding:3px !important}.ss-select__control{min-height:24px !important;border-color:#d9d9d9}.ss-select__option.ss-select__option--is-focused{background-color:#ebedf9 !important}.ss-select__multi-value{background-color:#ebedf9 !important;margin:0 2px !important}.ss-select__multi-value .ss-select__multi-value__label{padding:1px !important;padding-left:6px !important;color:#252525;font-size:unset}.ss-select__control.ss-select__control--is-focused{min-height:24px !important;border-color:#ccc !important;box-shadow:none !important}.ss-select__control.ss-select__control--is-focused :hover{border-color:#ccc !important}.ss-select__multi-value__remove:hover{background-color:#ebedf9 !important;color:#4d5acb !important}.ss-select__indicators .ss-select-indicator{padding:0px !important;padding-right:5px !important}.ss-select__indicators .ss-select-indicator path{stroke:#ccc}.ss-select__indicators .ss-select__indicator.ss-select__clear-indicator{padding:0px !important}.ss-select__indicators .ss-select__indicator-separator{display:none !important}.main-actions svg{margin:-10px 1.2px}
.e-input-group,.e-multiselect{border:none !important;box-shadow:none !important}.ss-select select{width:100%;border:#fff}.ss-select select:focus{border:#fff}.attachment-size-menu{width:210px !important}.attachment-size-menu .e-list-item{padding-left:15px !important}.search-bar-icon-style{display:flex;margin:100px 0px}.search-bar-icon-style svg{margin:auto}.search-bar-icon-style .absolute-right{position:absolute;right:20px;top:20px}.search-bar-root-div{width:700px;margin:0 auto;color:#4d4d4d}.search-bar-root-div .divider{height:20px}.search-bar-root-div .main-search{display:flex;border-bottom:1px solid #000}.search-bar-root-div .main-search input{font-size:15px;font-weight:500;margin-bottom:4px}.search-bar-root-div input{padding-left:10px !important}.search-bar-root-div input::placeholder{color:#999}.search-bar-root-div .full-width{font-size:12px;display:flex;width:100%;margin:10px 0px}.search-bar-root-div .full-width .field{border-radius:5px 0px 0px 5px;min-height:31px;align-self:stretch;border:1px solid #b2b2b2;text-transform:capitalize;color:#999;min-width:140px;align-self:stretch;padding-right:8px;display:flex;justify-content:flex-end;align-items:center}.search-bar-root-div .full-width .input{border:1px solid #b2b2b2;border-left-width:0px;border-radius:0px 5px 5px 0px;overflow:hidden;width:100%;display:flex;align-items:center}.search-bar-root-div .full-width input{height:100%}.search-bar-root-div .full-width input::placeholder{opacity:0}.search-bar-root-div .full-width input:focus::placeholder{opacity:1}.search-bar-root-div .full-width select{height:100%;width:100%;border:none}.search-bar-root-div .full-width:focus-within div,.search-bar-root-div .full-width.focus div{border-color:#4d4d4d}.search-bar-root-div .full-width:focus-within .field,.search-bar-root-div .full-width.focus .field{color:#4d4d4d}
.drag-elem{background-color:#4d5acb;box-shadow:0px 0px 4px rgba(0,0,0,.15);color:#fff;display:flex;align-items:center;justify-content:center;justify-items:center;min-width:110px;height:35px;z-index:102;position:fixed;pointer-events:none;font-style:normal;font-weight:500;font-size:10.5px;border-radius:2px;text-transform:capitalize}.drag-elem .dnd-message{padding:0px 20px}
.cm-modal{background:#fff;width:550px;padding:20px 0px;border:1px solid #ddd}.cm-modal .cm-modal-header{width:100%;text-align:center;text-transform:uppercase;color:rgba(0,0,0,.59);font-weight:500}.cm-modal .flex{display:flex;align-items:center;justify-content:center}
.shake {
	animation: shake 0.5s;
}

@keyframes shake {
	0% {
		transform: translate(0, 0);
	}
	25% {
		transform: translate(-5px, 0);
	}
	50% {
		transform: translate(5px, 0);
	}
	75% {
		transform: translate(-5px, 0);
	}
	100% {
		transform: translate(0, 0);
	}
}

*{box-sizing:border-box}body{line-height:1.5}.App{text-align:center}html,body{height:100%}.layout-pane{height:100%;overflow:hidden !important}iframe{border:none;overflow:hidden}.panel1{overflow:hidden}.overlay{background-color:rgba(0,0,0,.9);position:fixed;left:0;top:0;width:100%;height:100%;z-index:2}.ss-content-wrapper{background:#f5f5f5}.panel-2{user-select:none;display:flex;flex-direction:column;height:calc(100% - 0px)}.panel-3{user-select:none;background:#fff;display:flex;flex-direction:column;height:100%;width:100%}.focus-position-arrow path{stroke:#4d5acb;opacity:.7}.ss-content-wrapper{flex-grow:1;min-height:0}.ss-flex-column-layout{height:100%;display:flex;flex-direction:column;min-height:0}.ss-flex-column-layout.home-view{min-width:1250px}.ss-email-search-style{height:27px;margin:5px 0px 0px 15px;color:#565656}.ss-email-search-style input{height:100%;width:100%;font-size:15px;color:#666;font-weight:400;border-bottom:none}.ReactVirtualized__Grid:focus .correspondent-row-focus{z-index:2}.ReactVirtualized__Grid:focus .correspondent-row-focus .e-correspondent-card{border-top:.5px solid #4d5acb;border-bottom:.5px solid #4d5acb;border-left-color:#4d5acb;border-right-color:#4d5acb}.correspondent-row{transition:all .25s ease;padding:0px 5px 0px 5px}.correspondent-row:hover{z-index:1}.e-correspondent-card{height:47px;width:100%;line-height:21px;border:.3px solid rgba(0,0,0,.1);display:flex;background-color:#fffffa;border-radius:5px;border:1px solid rgba(0,0,0,.1);align-items:center;padding:0 5px}.e-correspondent-card.merged-card{height:70px}.e-correspondent-card.selected{background-color:#ebedf9}.e-correspondent-card.selected:hover{border:1px solid rgba(0,0,0,.1);box-shadow:0px 0px 8px rgba(0,0,0,.15)}.e-correspondent-card:hover{border:1px solid rgba(0,0,0,.1);box-shadow:0px 0px 8px rgba(0,0,0,.15)}.e-correspondent-card:hover .e-card-actions{display:flex;right:10px}.e-correspondent-card .email{color:#4d4d4d;font-weight:300;font-size:11.5px}.e-correspondent-card .counts{font-size:11px}.e-correspondent-card .counts .unread-counts{color:#4d5acb;font-weight:600}.e-correspondent-card .counts .total-counts{color:gray;font-weight:300}.e-correspondent-card .p2-card-date{font-size:11px;color:#737373}.e-correspondent-card-name{color:#1a1a1a;font-weight:600;font-size:12px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;flex-grow:1}.e-correspondent-card-name.selected{color:#000;font-size:12.5px}.e-sort-item-header{pointer-events:none}.e-sort-item{cursor:pointer;padding-right:1px;color:rgba(0,0,0,.5);font-weight:400}.e-sort-item-selected{display:inline-flex;align-items:center;gap:1px;position:relative;color:#000;font-weight:400}.e-sort-item-selected.e-sort-descending .sort-arrow{position:relative;right:-2px;top:0px;transform:rotate(180deg)}.e-sort-item-selected.e-sort-ascending .sort-arrow{position:relative;right:-2px;top:0px}.e-card-actions{display:none;position:absolute;right:15px;background:inherit;height:70%}.panel-2 .p2-wrapper{height:100%;display:flex;flex-direction:column;background-color:#fff;border-right:1px solid #ccc}@media(min-width: 1025px){.panel-2 .p2-wrapper{width:200px}}@media(min-width: 1281px){.panel-2 .p2-wrapper{width:250px}}.panel-2 .p2-wrapper .p2-sort-by-container{background-color:#fae69e;padding:10px 10px}.panel-2 .p2-wrapper .p2-sort-by-container .sort-by{display:flex;justify-content:space-between;align-items:center;align-content:stretch}.panel-2 .p2-wrapper .p2-sort-by-container .sort-by .p2-filter-icon{position:relative;margin-right:auto}.panel-2 .p2-wrapper .p2-sort-by-container .sort-by .e-sorting-component{display:flex;align-items:center;color:rgba(33,37,41,.8);font-weight:400;font-size:12px;color:#b2b5c0;text-transform:capitalize}.panel-2 .p2-wrapper .p2-sort-by-container .sort-by .e-sorting-component .field{display:flex;align-items:center}.panel-2 .p2-wrapper .p2-sort-by-container .sort-by input{border-bottom:unset}.panel-2 .p2-wrapper .p2-sort-by-container .menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;background-color:rgba(0,0,0,.4)}.panel-2 .p2-wrapper .p2-table{display:flex;flex-direction:column;height:100%}
.slider{transform:translateX(-100%);-webkit-animation:slide-in -0.5s forwards}.slide-in{animation:slide-in .5s forwards;-webkit-animation:slide-in .5s forwards}.slide-out{animation:slide-out .5s forwards;-webkit-animation:slide-out .5s forwards}@keyframes slide-in{100%{transform:translateX(0%)}}@-webkit-keyframes slide-in{100%{-webkit-transform:translateX(0%)}}@keyframes slide-out{0%{transform:translateX(0%)}100%{transform:translateX(-100%)}}@-webkit-keyframes slide-out{0%{-webkit-transform:translateX(0%)}100%{-webkit-transform:translateX(-100%)}}
*{box-sizing:border-box}body{line-height:1.5}.App{text-align:center}html,body{height:100%}.layout-pane{height:100%;overflow:hidden !important}iframe{border:none;overflow:hidden}.panel1{overflow:hidden}.overlay{background-color:rgba(0,0,0,.9);position:fixed;left:0;top:0;width:100%;height:100%;z-index:2}.ss-content-wrapper{background:#f5f5f5}.panel-2{user-select:none;display:flex;flex-direction:column;height:calc(100% - 0px)}.panel-3{user-select:none;background:#fff;display:flex;flex-direction:column;height:100%;width:100%}.focus-position-arrow path{stroke:#4d5acb;opacity:.7}.ss-content-wrapper{flex-grow:1;min-height:0}.ss-flex-column-layout{height:100%;display:flex;flex-direction:column;min-height:0}.ss-flex-column-layout.home-view{min-width:1250px}.ss-email-search-style{height:27px;margin:5px 0px 0px 15px;color:#565656}.ss-email-search-style input{height:100%;width:100%;font-size:15px;color:#666;font-weight:400;border-bottom:none}
body{user-select:none;font-size:12px}body ::-webkit-scrollbar{width:0px}@media print{.e-tab-header,.e-user-icons,.godown-icon,.disable-message-preview,.ss-quick-actions-mini,.message-attachments,.e-status-bar,.ss-thread-card{display:none !important}.ss-thread-viewer{left:0px;border:unset;width:100% !important}.ss-thread-card{border:unset !important;page-break-before:always}.printable{display:unset !important}.thread-content-cards,.splitter-layout{position:unset}.layout-pane{width:100% !important}}.e-close{position:absolute;right:5px;top:5px;font-size:14px}.e-up-arrow:before{margin-top:15px;content:""}.e-down-arrow:before{margin-top:15px;content:""}.e-up-down-sorting:before{margin-top:15px;content:""}.e-search:before{content:""}.e-sort:before{content:""}.e-delete:after{content:""}.e-filter-icon{position:relative;top:8px}.e-filter-icon:before{content:"";font-size:18px;cursor:pointer;color:gray;display:inline;padding:0px;margin:0px}.e-input-group-icon{font-size:22px !important}.e-dropdown-arrow:before{content:"";position:relative;left:0px}.e-compose-box{width:100%;background-color:rgba(0,0,0,0);animation:renderEditor .5s;max-height:100%;overflow-y:auto}@keyframes renderEditor{from{opacity:0}to{opacity:1}}.e-compose-modal{width:100%;margin-top:15px}.message-status{margin-left:10px;font-size:x-small;font-style:oblique}.e-compose-items{position:relative;height:auto;margin:10px}.e-compose-items .compose-editor{background:#fff;border-radius:4px;min-height:150px}.e-compose-items .compose-editor:hover:not(.e-compose-items .compose-editor.warning){box-shadow:0px 0px 4px rgba(0,0,0,.15)}.e-compose-items .compose-editor:focus-within{border-color:rgba(77,90,203,.9)}.e-compose-items .compose-editor.warning{border-color:#fbc02d}.e-compose-items .compose-editor.warning .e-content{color:#9ca3af !important}.e-compose-items .compose-editor .more-cc-disabled path{fill:#9ca3af}.e-compose-items .compose-editor div.DraftEditor-root{border-bottom:1px solid #ccc;min-height:150px;overflow-y:auto}.e-compose-items .compose-editor div.DraftEditor-root::selection{color:#000}.e-compose-items .compose-editor div.DraftEditor-editorContainer,.e-compose-items .compose-editor div.public-DraftEditor-content{min-height:150px;font-size:14px !important}.e-compose-items .compose-editor .public-DraftEditorPlaceholder-root{color:rgba(0,0,0,.8);position:absolute;z-index:0}.e-compose-items .compose-editor .public-DraftEditorPlaceholder-hasFocus{color:#212529}.e-compose-items .compose-editor .DraftEditorPlaceholder-hidden{display:none}.e-compose-items .compose-editor .public-DraftEditorPlaceholder-inner{color:gray}.e-compose-items .editor-maindiv{min-height:150px}.superFancyBlockquote{color:#999;font-style:italic;text-align:center}.secondaryBlockquote{border-left:5px solid #eee;color:#666;font-style:italic;margin:16px 0;padding:10px 20px}.e-preview-overlay{position:absolute;z-index:2;top:0;left:0;right:0;bottom:0;padding:100px;background-color:rgba(0,0,0,.9)}.e-preview-overlay .e-preview-container{width:100%;height:100%}.e-preview-overlay .e-preview-container .preview-image{width:100%;height:100%}.e-preview-overlay .e-preview-container .preview-image img{width:100%;height:100%}.tribute-container{position:absolute;top:0;left:0;height:auto;max-height:235px;min-width:480px;overflow:auto;display:block;z-index:999999;box-shadow:0px 0px 4px rgba(0,0,0,.25)}.tribute-container ul{margin:0;margin-top:2px;padding:0;list-style:none;background:#efefef}.tribute-container li{padding:5px 25px;cursor:pointer}.tribute-container li.highlight{background:#e6e6e6}.tribute-container li span{font-weight:500}.tribute-container li.no-match{cursor:default}.tribute-container .menu-highlighted{font-weight:500}svg{cursor:pointer}svg path{pointer-events:none}input{width:100%;outline:none;border:none;border-bottom:1px solid #ddd}.grow{flex-grow:1;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.fXAXjb{width:unset !important}.cjjWdp{background:rgba(0,0,0,0) !important}.cjjWdp:hover{transition:all 1s ease !important}.flex{display:flex}.border-0{border-width:0}.ReactVirtualized__Grid:focus .message-row-focus #thread-row-actionable,.ReactVirtualized__Grid:focus .message-row-focus #message-row-actionable{border:.5px solid #6366f1}.ReactVirtualized__List__innerScrollContainer::-webkit-scrollbar{width:5px;transition:opacity .2s ease-in-out}.ReactVirtualized__List__innerScrollContainer::-webkit-scrollbar-track{background-color:#f1f1f1}.ReactVirtualized__List__innerScrollContainer::-webkit-scrollbar-thumb{background-color:#888;border-radius:5px}.ReactVirtualized__List__innerScrollContainer::-webkit-scrollbar-thumb:hover{background-color:#555}.ss-chip{border-radius:2px;font-weight:400;font-size:10px;color:gray;border:1px solid #d6d6d6;background-color:#f2f2f2;margin-left:4px;padding:1px 4px 0 4px}.capitalize{text-transform:capitalize !important}.mr-1{margin-right:.375rem !important}
/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  text-decoration: underline;
  text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden] {
  display: none;
}* {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-rendering: optimizeLegibility;
	}ul {
		list-style-type: disc;
		margin-top: 1em;
		margin-bottom: 1em;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 40px;
	}ol {
		list-style-type: decimal;
		margin-top: 1em;
		margin-bottom: 1em;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 40px;
	}:root {
		--background: 0 0% 100%;
		--foreground: 224 71.4% 4.1%;
		--card: 0 0% 100%;
		--card-foreground: 224 71.4% 4.1%;
		--popover: 0 0% 100%;
		--popover-foreground: 224 71.4% 4.1%;
		--primary: 220.9 39.3% 11%;
		--primary-foreground: 210 20% 98%;
		--secondary: 220 14.3% 95.9%;
		--secondary-foreground: 220.9 39.3% 11%;
		--muted: 220 14.3% 95.9%;
		--muted-foreground: 220 8.9% 46.1%;
		--accent: 220 14.3% 95.9%;
		--accent-foreground: 220.9 39.3% 11%;
		--destructive: 0 84.2% 60.2%;
		--destructive-foreground: 210 20% 98%;
		--border: 220 13% 91%;
		--input: 220 13% 91%;
		--ring: 224 71.4% 4.1%;
		--radius: 0.5rem;
		--chart-1: 12 76% 61%;
		--chart-2: 173 58% 39%;
		--chart-3: 197 37% 24%;
		--chart-4: 43 74% 66%;
		--chart-5: 27 87% 67%;
	}* {
  border-color: hsl(var(--border));
}body {
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
}*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}.pointer-events-none {
  pointer-events: none;
}.pointer-events-auto {
  pointer-events: auto;
}.visible {
  visibility: visible;
}.invisible {
  visibility: hidden;
}.static {
  position: static;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.sticky {
  position: sticky;
}.inset-y-0 {
  top: 0px;
  bottom: 0px;
}.inset-x-0 {
  left: 0px;
  right: 0px;
}.left-4 {
  left: 1rem;
}.bottom-28 {
  bottom: 7rem;
}.bottom-0 {
  bottom: 0px;
}.top-0 {
  top: 0px;
}.top-\[38px\] {
  top: 38px;
}.left-auto {
  left: auto;
}.right-auto {
  right: auto;
}.top-auto {
  top: auto;
}.right-0 {
  right: 0px;
}.bottom-auto {
  bottom: auto;
}.bottom-2 {
  bottom: 0.5rem;
}.top-2 {
  top: 0.5rem;
}.right-2 {
  right: 0.5rem;
}.left-0 {
  left: 0px;
}.bottom-\[30px\] {
  bottom: 30px;
}.left-1 {
  left: 0.25rem;
}.-top-8 {
  top: -2rem;
}.bottom-\[50\%\] {
  bottom: 50%;
}.-left-4 {
  left: -1rem;
}.bottom-40 {
  bottom: 10rem;
}.left-\[12rem\] {
  left: 12rem;
}.bottom-\[20px\] {
  bottom: 20px;
}.z-10 {
  z-index: 10;
}.z-\[1000\] {
  z-index: 1000;
}.z-\[100\] {
  z-index: 100;
}.z-\[10000\] {
  z-index: 10000;
}.z-\[101\] {
  z-index: 101;
}.z-\[2\] {
  z-index: 2;
}.order-1 {
  order: 1;
}.order-2 {
  order: 2;
}.order-3 {
  order: 3;
}.m-0 {
  margin: 0px;
}.m-auto {
  margin: auto;
}.m-\[10px_20px_0_20px\] {
  margin: 10px 20px 0 20px;
}.m-\[3px\] {
  margin: 3px;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.my-\[5px\] {
  margin-top: 5px;
  margin-bottom: 5px;
}.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}.mx-\[5px\] {
  margin-left: 5px;
  margin-right: 5px;
}.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}.mx-\[70px\] {
  margin-left: 70px;
  margin-right: 70px;
}.mx-\[13px\] {
  margin-left: 13px;
  margin-right: 13px;
}.mx-\[1px\] {
  margin-left: 1px;
  margin-right: 1px;
}.mx-\[2px\] {
  margin-left: 2px;
  margin-right: 2px;
}.mt-5 {
  margin-top: 1.25rem;
}.ml-1 {
  margin-left: 0.25rem;
}.mt-2 {
  margin-top: 0.5rem;
}.mt-3 {
  margin-top: 0.75rem;
}.mr-2 {
  margin-right: 0.5rem;
}.ml-0\.5 {
  margin-left: 0.125rem;
}.ml-0 {
  margin-left: 0px;
}.mb-2 {
  margin-bottom: 0.5rem;
}.mb-5 {
  margin-bottom: 1.25rem;
}.mb-7 {
  margin-bottom: 1.75rem;
}.mt-10 {
  margin-top: 2.5rem;
}.mt-\[5px\] {
  margin-top: 5px;
}.mr-1 {
  margin-right: 0.25rem;
}.mr-\[10px\] {
  margin-right: 10px;
}.mr-\[13px\] {
  margin-right: 13px;
}.mr-1\.5 {
  margin-right: 0.375rem;
}.ml-2 {
  margin-left: 0.5rem;
}.ml-auto {
  margin-left: auto;
}.mb-\[2px\] {
  margin-bottom: 2px;
}.ml-6 {
  margin-left: 1.5rem;
}.ml-\[5px\] {
  margin-left: 5px;
}.-mt-\[15px\] {
  margin-top: -15px;
}.-ml-\[15px\] {
  margin-left: -15px;
}.mr-3 {
  margin-right: 0.75rem;
}.mb-1 {
  margin-bottom: 0.25rem;
}.mt-1 {
  margin-top: 0.25rem;
}.mb-\[5px\] {
  margin-bottom: 5px;
}.mr-\[8px\] {
  margin-right: 8px;
}.mb-2\.5 {
  margin-bottom: 0.625rem;
}.mr-\[5px\] {
  margin-right: 5px;
}.ml-8 {
  margin-left: 2rem;
}.ml-4 {
  margin-left: 1rem;
}.ml-\[3\.5px\] {
  margin-left: 3.5px;
}.\!mr-\[15px\] {
  margin-right: 15px !important;
}.\!ml-\[15px\] {
  margin-left: 15px !important;
}.mb-auto {
  margin-bottom: auto;
}.mt-\[3px\] {
  margin-top: 3px;
}.mr-\[1px\] {
  margin-right: 1px;
}.mt-auto {
  margin-top: auto;
}.mt-\[10px\] {
  margin-top: 10px;
}.mr-0\.5 {
  margin-right: 0.125rem;
}.-ml-0\.5 {
  margin-left: -0.125rem;
}.mr-0 {
  margin-right: 0px;
}.-ml-0 {
  margin-left: -0px;
}.ml-5 {
  margin-left: 1.25rem;
}.ml-\[2px\] {
  margin-left: 2px;
}.ml-\[10px\] {
  margin-left: 10px;
}.mb-3 {
  margin-bottom: 0.75rem;
}.ml-2\.5 {
  margin-left: 0.625rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mt-4 {
  margin-top: 1rem;
}.ml-1\.5 {
  margin-left: 0.375rem;
}.block {
  display: block;
}.inline-block {
  display: inline-block;
}.inline {
  display: inline;
}.flex {
  display: flex;
}.inline-flex {
  display: inline-flex;
}.table {
  display: table;
}.contents {
  display: contents;
}.hidden {
  display: none;
}.h-full {
  height: 100%;
}.h-\[16px\] {
  height: 16px;
}.h-\[90\%\] {
  height: 90%;
}.h-4 {
  height: 1rem;
}.h-2\.5 {
  height: 0.625rem;
}.h-2 {
  height: 0.5rem;
}.h-8 {
  height: 2rem;
}.h-auto {
  height: auto;
}.h-0 {
  height: 0px;
}.h-10 {
  height: 2.5rem;
}.h-5 {
  height: 1.25rem;
}.h-\[21px\] {
  height: 21px;
}.h-1 {
  height: 0.25rem;
}.h-\[36px\] {
  height: 36px;
}.h-0\.5 {
  height: 0.125rem;
}.h-3 {
  height: 0.75rem;
}.h-1\.25 {
  height: 5px;
}.h-\[1\.5px\] {
  height: 1.5px;
}.h-12 {
  height: 3rem;
}.h-\[23px\] {
  height: 23px;
}.h-\[30px\] {
  height: 30px;
}.h-\[12px\] {
  height: 12px;
}.h-\[0\.5px\] {
  height: 0.5px;
}.h-6 {
  height: 1.5rem;
}.h-3\.5 {
  height: 0.875rem;
}.h-9 {
  height: 2.25rem;
}.h-\[35px\] {
  height: 35px;
}.h-\[10px\] {
  height: 10px;
}.h-\[15px\] {
  height: 15px;
}.max-h-\[16px\] {
  max-height: 16px;
}.max-h-\[350px\] {
  max-height: 350px;
}.max-h-\[240px\] {
  max-height: 240px;
}.min-h-\[32px\] {
  min-height: 32px;
}.min-h-\[150px\] {
  min-height: 150px;
}.w-full {
  width: 100%;
}.w-px {
  width: 1px;
}.w-3 {
  width: 0.75rem;
}.w-2\.5 {
  width: 0.625rem;
}.w-2 {
  width: 0.5rem;
}.w-\[205px\] {
  width: 205px;
}.w-auto {
  width: auto;
}.w-0 {
  width: 0px;
}.w-96 {
  width: 24rem;
}.w-\[630px\] {
  width: 630px;
}.w-\[250px\] {
  width: 250px;
}.w-\[500px\] {
  width: 500px;
}.w-\[80\%\] {
  width: 80%;
}.w-\[2px\] {
  width: 2px;
}.w-\[1000px\] {
  width: 1000px;
}.w-\[100px\] {
  width: 100px;
}.w-max {
  width: max-content;
}.w-5 {
  width: 1.25rem;
}.w-4 {
  width: 1rem;
}.w-\[21px\] {
  width: 21px;
}.w-1\.25 {
  width: 5px;
}.w-1 {
  width: 0.25rem;
}.w-\[calc\(100\%-120px\)\] {
  width: calc(100% - 120px);
}.w-\[19px\] {
  width: 19px;
}.w-\[95\%\] {
  width: 95%;
}.w-4\/5 {
  width: 80%;
}.w-1\/4 {
  width: 25%;
}.w-3\/4 {
  width: 75%;
}.w-36 {
  width: 9rem;
}.w-6 {
  width: 1.5rem;
}.w-\[15px\] {
  width: 15px;
}.w-2\/4 {
  width: 50%;
}.w-3\.5 {
  width: 0.875rem;
}.w-9 {
  width: 2.25rem;
}.w-\[40px\] {
  width: 40px;
}.w-\[65px\] {
  width: 65px;
}.w-\[12px\] {
  width: 12px;
}.w-3\/5 {
  width: 60%;
}.w-2\/5 {
  width: 40%;
}.w-\[7rem\] {
  width: 7rem;
}.w-\[14rem\] {
  width: 14rem;
}.w-\[25rem\] {
  width: 25rem;
}.w-1\/3 {
  width: 33.333333%;
}.w-1\/2 {
  width: 50%;
}.w-\[16px\] {
  width: 16px;
}.w-44 {
  width: 11rem;
}.w-\[10px\] {
  width: 10px;
}.min-w-\[240px\] {
  min-width: 240px;
}.min-w-0 {
  min-width: 0px;
}.max-w-\[1050px\] {
  max-width: 1050px;
}.max-w-\[70px\] {
  max-width: 70px;
}.max-w-full {
  max-width: 100%;
}.max-w-\[60px\] {
  max-width: 60px;
}.max-w-\[710px\] {
  max-width: 710px;
}.max-w-\[calc\(100\%-120px\)\] {
  max-width: calc(100% - 120px);
}.max-w-\[200px\] {
  max-width: 200px;
}.max-w-\[220px\] {
  max-width: 220px;
}.max-w-\[350px\] {
  max-width: 350px;
}.flex-1 {
  flex: 1 1 0%;
}.flex-shrink-0 {
  flex-shrink: 0;
}.flex-shrink {
  flex-shrink: 1;
}.flex-grow {
  flex-grow: 1;
}.flex-grow-0 {
  flex-grow: 0;
}.grow {
  flex-grow: 1;
}.table-auto {
  table-layout: auto;
}.translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@keyframes spin {to {
    transform: rotate(360deg);
  }
}.animate-\[spin_1\.5s_infinite\] {
  animation: spin 1.5s infinite;
}.cursor-pointer {
  cursor: pointer;
}.cursor-default {
  cursor: default;
}.cursor-\[all-scroll\] {
  cursor: all-scroll;
}.\!cursor-default {
  cursor: default !important;
}.select-none {
  user-select: none;
}.select-text {
  user-select: text;
}.flex-row {
  flex-direction: row;
}.flex-row-reverse {
  flex-direction: row-reverse;
}.flex-col {
  flex-direction: column;
}.flex-wrap {
  flex-wrap: wrap;
}.flex-nowrap {
  flex-wrap: nowrap;
}.items-start {
  align-items: flex-start;
}.items-center {
  align-items: center;
}.items-stretch {
  align-items: stretch;
}.justify-start {
  justify-content: flex-start;
}.justify-end {
  justify-content: flex-end;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.justify-around {
  justify-content: space-around;
}.gap-10 {
  gap: 2.5rem;
}.gap-1 {
  gap: 0.25rem;
}.gap-2 {
  gap: 0.5rem;
}.gap-1\.5 {
  gap: 0.375rem;
}.gap-0\.5 {
  gap: 0.125rem;
}.gap-0 {
  gap: 0px;
}.gap-5 {
  gap: 1.25rem;
}.gap-4 {
  gap: 1rem;
}.gap-6 {
  gap: 1.5rem;
}.self-start {
  align-self: flex-start;
}.self-center {
  align-self: center;
}.overflow-auto {
  overflow: auto;
}.overflow-hidden {
  overflow: hidden;
}.overflow-y-auto {
  overflow-y: auto;
}.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.overflow-ellipsis {
  text-overflow: ellipsis;
}.text-ellipsis {
  text-overflow: ellipsis;
}.whitespace-nowrap {
  white-space: nowrap;
}.whitespace-pre {
  white-space: pre;
}.whitespace-pre-wrap {
  white-space: pre-wrap;
}.rounded-md {
  border-radius: calc(var(--radius) - 2px);
}.rounded-sm {
  border-radius: calc(var(--radius) - 4px);
}.rounded-full {
  border-radius: 9999px;
}.rounded {
  border-radius: 0.25rem;
}.rounded-lg {
  border-radius: var(--radius);
}.rounded-\[3px\] {
  border-radius: 3px;
}.rounded-\[6px\] {
  border-radius: 6px;
}.\!rounded-\[4px\] {
  border-radius: 4px !important;
}.rounded-\[2px\] {
  border-radius: 2px;
}.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}.border {
  border-width: 1px;
}.border-\[1\.5px\] {
  border-width: 1.5px;
}.border-\[0\.5px\] {
  border-width: 0.5px;
}.border-0 {
  border-width: 0px;
}.border-b-\[1px\] {
  border-bottom-width: 1px;
}.border-b-0 {
  border-bottom-width: 0px;
}.border-t-0 {
  border-top-width: 0px;
}.border-solid {
  border-style: solid;
}.border-none {
  border-style: none;
}.border-\[\#d6d6d6\] {
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
}.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity));
}.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}.border-transparent {
  border-color: transparent;
}.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}.border-\[\#4d52cb\] {
  --tw-border-opacity: 1;
  border-color: rgb(77 82 203 / var(--tw-border-opacity));
}.border-\[\#4d5acb\] {
  --tw-border-opacity: 1;
  border-color: rgb(77 90 203 / var(--tw-border-opacity));
}.border-\[\#4d5acbe6\] {
  border-color: #4d5acbe6;
}.border-b-\[\#4D5ACB\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(77 90 203 / var(--tw-border-opacity));
}.border-b-transparent {
  border-bottom-color: transparent;
}.bg-\[\#f5f5f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-border {
  background-color: hsl(var(--border));
}.bg-primary {
  background-color: hsl(var(--primary));
}.bg-\[\#ebedf9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 237 249 / var(--tw-bg-opacity));
}.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-\[\#4c4c4c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(76 76 76 / var(--tw-bg-opacity));
}.bg-inherit {
  background-color: inherit;
}.bg-\[\#EBEDF9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 237 249 / var(--tw-bg-opacity));
}.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}.bg-\[\#FAE69E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 230 158 / var(--tw-bg-opacity));
}.bg-\[\#d1deff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(209 222 255 / var(--tw-bg-opacity));
}.bg-\[inherit\] {
  background-color: inherit;
}.bg-\[\#eaf0fa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 240 250 / var(--tw-bg-opacity));
}.bg-\[\#e5e5e5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}.bg-\[\#333\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}.bg-\[\#333333\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}.bg-\[\#ddd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-\[\#ebedf9\] {
  --tw-gradient-from: #ebedf9;
  --tw-gradient-to: rgb(235 237 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.to-transparent {
  --tw-gradient-to: transparent;
}.to-\[\#c6c9e8\] {
  --tw-gradient-to: #c6c9e8;
}.object-contain {
  object-fit: contain;
}.object-cover {
  object-fit: cover;
}.p-\[5px_0px_5px_8px\] {
  padding: 5px 0px 5px 8px;
}.p-1 {
  padding: 0.25rem;
}.p-2 {
  padding: 0.5rem;
}.p-0\.5 {
  padding: 0.125rem;
}.p-0 {
  padding: 0px;
}.p-4 {
  padding: 1rem;
}.p-\[10px\] {
  padding: 10px;
}.p-\[30px\] {
  padding: 30px;
}.p-3 {
  padding: 0.75rem;
}.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}.px-\[1\.1rem\] {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}.py-\[0\.140rem\] {
  padding-top: 0.140rem;
  padding-bottom: 0.140rem;
}.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}.pr-2 {
  padding-right: 0.5rem;
}.pr-1\.5 {
  padding-right: 0.375rem;
}.pr-1 {
  padding-right: 0.25rem;
}.pl-8 {
  padding-left: 2rem;
}.pr-4 {
  padding-right: 1rem;
}.pl-5 {
  padding-left: 1.25rem;
}.pt-\[16px\] {
  padding-top: 16px;
}.pb-\[4px\] {
  padding-bottom: 4px;
}.pl-2 {
  padding-left: 0.5rem;
}.pl-1 {
  padding-left: 0.25rem;
}.pt-3 {
  padding-top: 0.75rem;
}.pt-4 {
  padding-top: 1rem;
}.pl-\[15px\] {
  padding-left: 15px;
}.text-left {
  text-align: left;
}.text-center {
  text-align: center;
}.text-right {
  text-align: right;
}.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}.text-\[12px\] {
  font-size: 12px;
}.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}.text-\[11px\] {
  font-size: 11px;
}.text-\[10px\] {
  font-size: 10px;
}.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-\[11\.5px\] {
  font-size: 11.5px;
}.text-\[15px\] {
  font-size: 15px;
}.text-\[13px\] {
  font-size: 13px;
}.text-\[16px\] {
  font-size: 16px;
}.\!text-\[10px\] {
  font-size: 10px !important;
}.font-medium {
  font-weight: 500;
}.font-normal {
  font-weight: 400;
}.font-\[500\] {
  font-weight: 500;
}.font-semibold {
  font-weight: 600;
}.font-light {
  font-weight: 300;
}.font-\[400\] {
  font-weight: 400;
}.uppercase {
  text-transform: uppercase;
}.lowercase {
  text-transform: lowercase;
}.capitalize {
  text-transform: capitalize;
}.normal-case {
  text-transform: none;
}.italic {
  font-style: italic;
}.not-italic {
  font-style: normal;
}.leading-\[14px\] {
  line-height: 14px;
}.leading-normal {
  line-height: 1.5;
}.tracking-normal {
  letter-spacing: 0em;
}.text-\[\#4d4d4d\] {
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));
}.text-primary-foreground {
  color: hsl(var(--primary-foreground));
}.text-\[\#cccccc\] {
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity));
}.text-\[rgba\(0\2c 0\2c 0\2c 0\.56\)\] {
  color: rgba(0,0,0,0.56);
}.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-\[\#e6e6e6\] {
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity));
}.text-\[\#535353\] {
  --tw-text-opacity: 1;
  color: rgb(83 83 83 / var(--tw-text-opacity));
}.text-\[\#999999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}.text-\[\#808080\] {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}.\!text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.text-\[\#999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}.text-\[\#666666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}.text-\[\#37aa80\] {
  --tw-text-opacity: 1;
  color: rgb(55 170 128 / var(--tw-text-opacity));
}.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}.text-\[\#4D5ACB\] {
  --tw-text-opacity: 1;
  color: rgb(77 90 203 / var(--tw-text-opacity));
}.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-\[\#C73203\] {
  --tw-text-opacity: 1;
  color: rgb(199 50 3 / var(--tw-text-opacity));
}.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}.text-\[\#4d5acb\] {
  --tw-text-opacity: 1;
  color: rgb(77 90 203 / var(--tw-text-opacity));
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-\[\#C4CAED\] {
  --tw-text-opacity: 1;
  color: rgb(196 202 237 / var(--tw-text-opacity));
}.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}.text-\[\#c4caed\] {
  --tw-text-opacity: 1;
  color: rgb(196 202 237 / var(--tw-text-opacity));
}.text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}.underline {
  text-decoration-line: underline;
}.placeholder-blue-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 64 175 / var(--tw-placeholder-opacity));
}.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}.placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5;
}.opacity-0 {
  opacity: 0;
}.opacity-100 {
  opacity: 1;
}.opacity-60 {
  opacity: 0.6;
}.opacity-50 {
  opacity: 0.5;
}.opacity-20 {
  opacity: 0.2;
}.shadow-sm {
  --tw-shadow: 0 0 1px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0_0_0_100vmax_rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  --tw-shadow: 0 0 0 100vmax rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 0 0 100vmax var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-lg {
  --tw-shadow: 0 0 10px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0px_16px_70px\] {
  --tw-shadow: 0px 16px 70px;
  --tw-shadow-colored: 0px 16px 70px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0_3px_6px_-4px_rgb\(0_0_0_\/_12\%\)\2c _0_6px_16px_0_rgb\(0_0_0_\/_8\%\)\2c _0_9px_28px_8px_rgb\(0_0_0_\/_5\%\)\] {
  --tw-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28px 8px rgb(0 0 0 / 5%);
  --tw-shadow-colored: 0 3px 6px -4px var(--tw-shadow-color), 0 6px 16px 0 var(--tw-shadow-color), 0 9px 28px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[\#808080_0px_16px_70px\] {
  --tw-shadow: #808080 0px 16px 70px;
  --tw-shadow-colored: 0px 16px 70px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[\#808080\] {
  --tw-shadow-color: #808080;
  --tw-shadow: var(--tw-shadow-colored);
}.outline {
  outline-style: solid;
}.outline-0 {
  outline-width: 0px;
}.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-\[border-color\2c background-color\2c box-shadow\] {
  transition-property: border-color,background-color,box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-300 {
  transition-duration: 300ms;
}.duration-500 {
  transition-duration: 500ms;
}.duration-150 {
  transition-duration: 150ms;
}.duration-200 {
  transition-duration: 200ms;
}.duration-1000 {
  transition-duration: 1000ms;
}.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}@keyframes enter {from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}@keyframes exit {to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}.animate-in {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}.fade-in-0 {
  --tw-enter-opacity: 0;
}.zoom-in-95 {
  --tw-enter-scale: .95;
}.duration-300 {
  animation-duration: 300ms;
}.duration-500 {
  animation-duration: 500ms;
}.duration-150 {
  animation-duration: 150ms;
}.duration-200 {
  animation-duration: 200ms;
}.duration-1000 {
  animation-duration: 1000ms;
}.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.running {
  animation-play-state: running;
}body {
	font-family: archivo, apple-system, BlinkMacSystemFont, sans-serif, 'Segoe UI',
		Helvetica, Arial !important;
}body {
	margin: 0;
}@keyframes shake {
	0%,
	100% {
		transform: translateX(0);
	}
	25% {
		transform: translateX(-5px);
	}
	50% {
		transform: translateX(5px);
	}
	75% {
		transform: translateX(-5px);
	}
}.shake-effect {
	animation: shake 0.5s ease-in-out;
}.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}.before\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}.before\:h-0::before {
  content: var(--tw-content);
  height: 0px;
}.before\:w-0::before {
  content: var(--tw-content);
  width: 0px;
}.before\:translate-x-full::before {
  content: var(--tw-content);
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.before\:-translate-y-1\/2::before {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.before\:transform::before {
  content: var(--tw-content);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.before\:border-t-\[6px\]::before {
  content: var(--tw-content);
  border-top-width: 6px;
}.before\:border-l-\[6px\]::before {
  content: var(--tw-content);
  border-left-width: 6px;
}.before\:border-b-\[6px\]::before {
  content: var(--tw-content);
  border-bottom-width: 6px;
}.before\:border-t-transparent::before {
  content: var(--tw-content);
  border-top-color: transparent;
}.before\:border-l-\[\#c6c9e8\]::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-left-color: rgb(198 201 232 / var(--tw-border-opacity));
}.before\:border-b-transparent::before {
  content: var(--tw-content);
  border-bottom-color: transparent;
}.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}.after\:inset-y-0::after {
  content: var(--tw-content);
  top: 0px;
  bottom: 0px;
}.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}.after\:w-1::after {
  content: var(--tw-content);
  width: 0.25rem;
}.after\:-translate-x-1\/2::after {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.hover\:border-b:hover {
  border-bottom-width: 1px;
}.hover\:border-indigo-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.hover\:shadow-md:hover {
  --tw-shadow: 0 0 6px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 0 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.hover\:shadow-lg:hover {
  --tw-shadow: 0 0 10px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.hover\:shadow-xl:hover {
  --tw-shadow: 0 0 15px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.focus-visible\:ring-1:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus-visible\:ring-ring:focus-visible {
  --tw-ring-color: hsl(var(--ring));
}.focus-visible\:ring-offset-1:focus-visible {
  --tw-ring-offset-width: 1px;
}.group:hover .group-hover\:flex {
  display: flex;
}.group\/btn:hover .group-hover\/btn\:text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}.group.toaster .group-\[\.toaster\]\:-ml-12 {
  margin-left: -3rem;
}.group.toaster .group-\[\.toaster\]\:border-none {
  border-style: none;
}.group.toaster .group-\[\.toaster\]\:bg-\[\#333333\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}.group.toast .group-\[\.toast\]\:bg-primary {
  background-color: hsl(var(--primary));
}.group.toast .group-\[\.toast\]\:bg-muted {
  background-color: hsl(var(--muted));
}.group.toaster .group-\[\.toaster\]\:bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}.group.toaster .group-\[\.toaster\]\:text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}.group.toaster .group-\[\.toaster\]\:font-medium {
  font-weight: 500;
}.group.toaster .group-\[\.toaster\]\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.group.toast .group-\[\.toast\]\:text-muted-foreground {
  color: hsl(var(--muted-foreground));
}.group.toast .group-\[\.toast\]\:text-primary-foreground {
  color: hsl(var(--primary-foreground));
}.group.toaster .group-\[\.toaster\]\:shadow-lg {
  --tw-shadow: 0 0 10px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction=vertical] {
  height: 1px;
}.data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction=vertical] {
  width: 100%;
}.data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction=vertical] {
  flex-direction: column;
}.data-\[state\=closed\]\:animate-out[data-state=closed] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}.data-\[state\=closed\]\:fade-out-0[data-state=closed] {
  --tw-exit-opacity: 0;
}.data-\[state\=closed\]\:zoom-out-95[data-state=closed] {
  --tw-exit-scale: .95;
}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom] {
  --tw-enter-translate-y: -0.5rem;
}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left] {
  --tw-enter-translate-x: 0.5rem;
}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right] {
  --tw-enter-translate-x: -0.5rem;
}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top] {
  --tw-enter-translate-y: 0.5rem;
}.data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction=vertical]::after {
  content: var(--tw-content);
  left: 0px;
}.data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction=vertical]::after {
  content: var(--tw-content);
  height: 0.25rem;
}.data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction=vertical]::after {
  content: var(--tw-content);
  width: 100%;
}.data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction=vertical]::after {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction=vertical]::after {
  content: var(--tw-content);
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.\[\&\>path\]\:fill-current>path {
  fill: currentColor;
}.\[\&\>path\]\:stroke-current>path {
  stroke: currentColor;
}.hover\:\[\&\>path\]\:stroke-indigo-400>path:hover {
  stroke: #818cf8;
}.\[\&\>\.path-fill\]\:fill-current>.path-fill {
  fill: currentColor;
}.hover\:\[\&\>\.path-fill\]\:fill-indigo-400>.path-fill:hover {
  fill: #818cf8;
}

