<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn-wrapper{display:inline;position:relative}.btn{font-size:1rem;font-family:"Inter",Arial,sans-serif;color:#fff;background-color:#0052ff;border:none;border-radius:4px;padding:.75rem 2rem;cursor:pointer;outline:none;user-select:none;transition:background-color .2s ease,color .2s ease}.btn:hover{color:#fff;background-color:#4d86ff}.btn:active{color:#fff;background-color:#80a9ff}.btn:disabled{cursor:default;color:#80a9ff;background-color:rgba(0,82,255,.08)}.btn_ghost{color:#0052ff;background-color:transparent;border:1px solid #0052ff}.btn_ghost:hover{color:#0052ff;background-color:#e6eeff}.btn_ghost:hover *{fill:#0052ff}.btn_ghost:active{color:#0039b3;background-color:#fff;border-color:#0039b3}.btn_ghost:active *{fill:#0039b3}.btn_ghost:disabled{color:#b3cbff;background-color:#fff;border-color:#b3cbff;pointer-events:none}.btn_ghost:disabled *{fill:#b3cbff}.btn-icon{display:flex;align-items:center;justify-content:center;font-size:1rem;font-family:"Inter",Arial,sans-serif;padding:.75rem;border:none;border-radius:5px;color:#828282;background-color:transparent;cursor:pointer;outline:none;user-select:none;transition:background-color .3s ease,color .3s ease}.btn-icon:hover{background-color:#e0e0e0}.btn-icon:active{color:#0052ff;background-color:#dce7ff;transition:color .3s ease}.btn-icon:active .icon *{fill:#0052ff}.btn-icon:disabled{opacity:.5;pointer-events:none}.btn-icon_transparent:hover{color:#0052ff;background-color:transparent}.btn-icon_transparent:hover .icon{transition:color .3s ease}.btn-icon_transparent:hover .icon *{fill:#0052ff}.btn-icon_transparent:active{color:#6697ff;background-color:transparent}.btn_hover-red:hover{color:#eb5757;background-color:rgba(235,87,87,.1)}.btn_hover-red:active{color:rgba(235,87,87,.6);background-color:rgba(235,87,87,.1)}.btn_hover-desert{padding:.1rem}.btn_hover-desert:hover{color:#717171;background-color:rgba(113,113,113,.1)}.btn_hover-desert:active{color:rgba(113,113,113,.6);background-color:rgba(113,113,113,.1)}.btn-text{font-size:1rem;font-family:"Inter",Arial,sans-serif;color:#05266c;background-color:transparent;padding:0;cursor:pointer;outline:none;user-select:none;border:none;transition:background-color .2s ease,color .2s ease}.btn-text:hover{color:#0052ff}.btn-text:active{color:#dce7ff}.btn-text:disabled{opacity:.5;pointer-events:none}.btn-text_underlined{border-bottom:1px solid}.btn_underlined{color:#000;background-color:transparent;padding:.3rem;border:2px solid transparent;border-radius:0;transition:border .2s ease}.btn_underlined:hover{background-color:transparent;border-bottom:2px solid #000}
.img{display:block;max-width:100%;height:100%;width:100%;border-radius:50%;object-fit:cover}
.input{font-family:"Inter",Arial,sans-serif;font-size:1rem;color:#5a657d;outline:none;height:1.85rem;border:1px solid #acacac;border-radius:4px;padding:.2rem 1rem;transition:border-color .3s ease}.input:focus{border-color:#0052ff}.input[type=radio]{cursor:pointer}.input[type=checkbox]{cursor:pointer}.input::placeholder{user-select:none}.input-wrapper{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.input_file{display:none;cursor:pointer}.input_transparent{border:1px solid transparent;background-color:transparent}.input_transparent:focus{border:1px solid #000;background-color:#fff}
.menu{display:flex;flex-direction:column;width:max-content;max-width:100%}.menu__item{display:flex;align-items:center;justify-content:flex-start;padding:.2rem .4rem;width:100%;min-height:fit-content;font-size:.9rem;letter-spacing:1px;font-family:"Inter",Arial,sans-serif;border:none;border-radius:0;user-select:none;cursor:pointer}.menu__item_selected{color:#fff;background-color:#0052ff}.menu__item_selected:hover,.menu__item_selected:focus{color:#fff;background-color:#0052ff}.menu__item_disabled{cursor:default;opacity:.6}
.dropdown{position:relative}.dropdown_active .dropdown__handle{color:#0052ff;background-color:#dce7ff}.dropdown_active .dropdown__handle:hover{opacity:.85;background-color:#dce7ff}.dropdown__handle{font-size:1rem;padding:.75rem;border:none;border-radius:5px;color:#828282;background-color:transparent;cursor:pointer;outline:none;user-select:none;transition:background-color .2s ease,color .2s ease}.dropdown__handle:hover{background-color:#e0e0e0}.dropdown-list{position:absolute;right:0;z-index:100;display:flex;flex-direction:column;width:max-content;padding:.5rem 0;background-color:#fff;border-radius:5px;box-shadow:0px 0px 10px rgba(0,0,0,.15);--animate-duration: 0.1s}.dropdown-list__item{position:relative;font-size:.9rem;letter-spacing:1px;font-family:"Inter",Arial,sans-serif;color:#5a657d;background-color:transparent;padding:.6rem 1rem;padding-right:2rem;width:100%;text-align:start;user-select:none;border:none;cursor:pointer}.dropdown-list__item:hover{color:#05266c;background-color:rgba(0,82,255,.2)}.dropdown-list__item:active{color:rgba(5,38,108,.8);background-color:rgba(0,82,255,.15)}.dropdown-list__item_disabled{cursor:default;opacity:.6}.dropdown-list-value{margin:0 auto;display:flex;align-items:center}.dropdown-list__icon{margin:0;transform:scale(0.8);padding-right:.6rem}
.file-list{display:flex;flex-direction:column;flex-shrink:0;width:100%;max-height:8rem;margin-bottom:1rem;overflow-y:auto;color:#5a657d}.file-list.hide-scrollbar{overflow-y:visible}.file-list-item__attachment{display:flex;flex-direction:column;flex-shrink:0;width:100%;padding:.5rem;box-sizing:border-box;border:1px solid #dce7ff;border-radius:10px;margin-bottom:.5rem;overflow:hidden;min-height:3rem}.file-list-item__wrap{display:flex;flex-direction:column;align-items:start;width:100%;margin-left:.5rem;overflow:hidden}.file-list-item__title{display:flex;width:100%}.file-list-item{display:flex;align-items:center;min-height:2rem}.file-list-item:not(:first-child){margin-top:.5rem}.file-list-item__name{font-size:.875rem;font-weight:600;letter-spacing:1px;white-space:nowrap;color:inherit;text-overflow:ellipsis;overflow:hidden}.file-list-item__size{color:#5a657d;font-size:.875rem;font-weight:500;letter-spacing:1px;white-space:nowrap;margin-left:.5rem}.file-list-item__percent{display:flex;align-items:center;font-size:.8rem;color:#0052ff;margin-left:auto;padding-left:.5rem;box-sizing:border-box}.file-list-item-progress{width:100%}.file-list-item-progress .file-list-item-progress__line{margin-top:.5rem;width:47%;height:5px;border-radius:5px;background-color:#6fcf97;transition:.3s}.file-list-item__settings{position:relative;display:flex;align-items:center;flex-wrap:wrap;width:100%;padding:.5rem;box-sizing:border-box;border-radius:10px;background-color:#f2f2f2;transition:.3s;font-size:.9rem;margin-top:.5rem}.file-list-item__settings select{padding:.3rem;border-radius:10px;border:1px solid #4f4f4f;margin:0 .2rem;color:#4f4f4f;background-color:#f2f2f2}.file-list-item__settings button{display:flex;align-items:center;border:1px solid #4f4f4f;border-radius:10px;padding:.3rem;margin:0 .2rem}.file-list-item__expiration-time{position:absolute;display:flex;flex-direction:column;box-sizing:border-box;border-radius:10px;border:1px solid #000;background-color:#fff;top:0;z-index:9999999}.file-list-item__expiration-time button{border:none;width:100%;padding:.5rem;box-sizing:border-box}.file-list-item-delete-btn{display:flex;margin-left:auto}.file-list-item-delete-btn__btn{padding:.2rem .4rem;padding-right:0;height:100%;transform:scale(0.9)}.file-list-item-delete-btn__btn *{fill:#5a657d}.file-list-item-delete-btn__btn:hover{opacity:.7}.file-list-item__expiration{font-size:.8rem;text-align:center;padding:10px 5px 5px 20px;color:#5a657d}.file-list-item__expiration .file-expiration{left:10px}.file-list-item__expiration .header-help__btn{font-size:.9rem;border-radius:10px}.file-list-item__expiration .file-expiration-list{left:-8px}.file-list-item__expiration .file-expiration-list .dropdown-list__item{font-size:.8rem}
.textarea{font-family:"Inter",Arial,sans-serif;font-size:1.2rem;outline:none;max-height:5rem;min-height:5rem;resize:none;border:1px solid #b6b6b6;border-radius:4px;transition:border .3s ease}.textarea:focus{border:1px solid #000}.textarea-container{display:flex;justify-content:center;flex-wrap:wrap}
.page{width:100%;height:100%;margin:0;padding:0}
.view-title{font-size:.875rem;color:#5a657d;text-transform:uppercase;letter-spacing:1px;margin:.35rem 0;margin-left:1rem;margin-bottom:.65rem}
.privacy{height:100%;width:83%;margin:0 auto;padding:1rem 0;display:flex;align-items:flex-start;flex-direction:column}.privacy-hide-public-key{display:flex;align-items:center;width:100%}.privacy-hide-public-key__text{color:#05266c;margin-right:2rem}
.data{height:100%;width:83%;margin:0 auto;padding:1rem 0;display:flex;align-items:flex-start;flex-direction:column}.data-export-on-log-out{display:flex;align-items:center;width:100%}.data-export-on-log-out__text{color:#05266c;margin-right:2rem}
.settings-profile{height:100%;width:100%;margin:0 auto}.settings-profile-content{display:flex;width:77%;height:100%;margin:0;margin-right:auto}.settings-profile-resume{display:flex;flex-direction:column;flex-shrink:0;align-items:center;width:39%;height:100%;padding-top:3.75rem;padding-right:3.75rem;padding-left:4rem;margin-bottom:3.5rem;border-right:1px solid #dce7ff}.settings-profile-resume__title{font-size:1.125rem;line-height:133%;letter-spacing:1px;color:#05266c;margin:0;margin-bottom:2.5rem}.settings-profile-resume-avatar-wrapper{position:relative;overflow:hidden;margin-bottom:.75rem;border-radius:50%;cursor:pointer;min-height:135px;min-width:135px}.settings-profile-resume-avatar-wrapper:hover .settings-profile-resume-avatar-face{top:55%}.settings-profile-resume-avatar{min-width:135px;height:135px;width:135px}.settings-profile-resume-avatar-face{display:flex;align-items:center;justify-content:center;position:absolute;top:100%;background-color:rgba(0,0,0,.4);height:45%;width:100%;transition:top .3s ease}.settings-profile-resume-avatar-face&gt;span{font-size:2rem}.settings-profile-resume-username{max-width:100%;font-size:1.125rem;line-height:133%;color:#05266c;letter-spacing:1px;margin-bottom:.3rem;overflow:auto;overflow-wrap:anywhere;white-space:nowrap}.settings-profile-resume-fullname{max-width:100%;font-size:1rem;line-height:150%;color:#828282;letter-spacing:1px;margin-bottom:1.5rem;overflow:auto;overflow-wrap:anywhere;white-space:nowrap}.settings-profile-resume-bio__textarea{width:100%;height:auto;min-height:5rem;max-height:10rem;font-size:1rem;line-height:146.5%;color:#5a657d;text-align:center;overflow-wrap:break-word;white-space:break-spaces;border:1px solid transparent;cursor:pointer}.settings-profile-resume-bio__textarea:focus{border-color:#0052ff;cursor:auto}.settings-profile-info{display:flex;flex-direction:column;width:100%;padding:3.75rem 1.875rem;overflow:auto}.settings-profile-info-block{display:flex;flex-direction:column;width:100%;margin-bottom:2.5rem}.settings-profile-info-block__title{font-size:1.125rem;color:#05266c;line-height:133%;letter-spacing:1px;margin:0;margin-bottom:1.5rem}.settings-profile-info-field-expanded-body__title{font-size:.875rem;color:#4f4f4f;line-height:157%;margin-bottom:.3rem}.settings-profile-info-field-expanded-body__input{height:3.125rem;width:50%;font-size:1rem;color:#5a657d;line-height:137%;padding-left:1rem;padding-right:1rem;margin-bottom:1.25rem}
.storage{height:100%;width:83%;margin:0 auto;padding:1rem 0;display:flex;flex-direction:column;align-items:flex-start}.storage-s3{display:flex;align-items:center;margin-right:1rem}.storage-s3__label{color:#05266c;margin-right:2rem}.storage-s3__input{height:2.5rem}.storage-s3-help__btn{padding:0;border-radius:50%}.storage-buttons{display:flex;flex-wrap:wrap;justify-content:center;margin-top:1.5rem}
.notifications{display:flex;flex-direction:column;align-items:center;height:100%;width:83%;margin:0 auto;padding:1rem 0}.notifications-notify-about-new-messages{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%}.notifications-notify-about-new-messages_collapsed{display:flex;align-items:center;margin-bottom:1.875rem}.notifications-notify-about-new-messages__text{color:#05266c;margin-right:2rem}.notifications-notify-about-new-messages-expanded-input{flex-direction:column;align-items:flex-start}.notifications-notify-about-new-messages-expanded-input__label{font-size:.875rem;color:#4f4f4f;line-height:157%;margin-bottom:.3rem}.notifications-notify-about-new-messages-expanded-input__input{height:3.125rem;width:70%;font-size:1rem;color:#5a657d;line-height:137%;padding-left:1rem;padding-right:1rem;margin-bottom:1.25rem}
.settings-themes{height:100%;width:100%;padding:2rem;font-family:"Inter";font-style:normal}.settings-themes h1{font-weight:500;font-size:24px;line-height:29px;color:#090647}.settings-themes-items{display:flex;flex-flow:wrap}.settings-theme{padding:0 2.5rem 2rem 0}.settings-theme-item{position:relative;display:flex;flex-direction:column;width:310px;height:212px;border:1px solid #dce7ff;border-radius:10px}.settings-theme-item-color{display:flex;border-radius:10px 10px 0 0;height:153px}.settings-theme-item-info{display:flex;justify-content:space-between;padding:1rem}.settings-theme-item-info span{font-size:18px;color:#4f4f4f}.settings-theme-item-info input{width:20px;height:20px}
.settings{display:flex;position:relative;height:100%;width:100%}.settings-content{display:flex;flex-direction:column;width:100%;height:100%;border:1px solid #dce7ff;border-radius:20px;background-color:#fff;overflow-y:auto}.settings-header{display:flex;flex-shrink:0;background-color:#dce7ff;height:3.75rem;padding:0 5.625rem;border-radius:inherit;border-bottom-left-radius:0;border-bottom-right-radius:0}.settings-header-menu{flex-direction:row;white-space:nowrap;overflow-x:auto;width:100%}.settings-header-menu-item{color:#5a657d;font-size:1.125rem;line-height:1.5rem;width:auto;border-top:4px solid transparent;border-bottom:4px solid transparent;transition:border-top .3s ease,color .3s ease}.settings-header-menu-item:not(:last-child){margin-right:5.625rem}.settings-header-menu-item:not(.settings-header-menu-item_selected):hover{border-top-color:#5a657d}.settings-header-menu-item:not(.settings-header-menu-item_selected):active{color:rgba(0,82,255,.7);border-top-color:rgba(0,82,255,.7)}.settings-header-menu-item_selected{color:#0052ff;border-top-color:#0052ff}.settings-body{display:flex;flex-direction:column;align-items:center;min-height:fit-content;height:100%;width:100%;max-width:100%}
.user-list-item{display:flex;align-items:center;padding:1.5rem 1rem;border-bottom:1px solid #e0e0e0;border-radius:3px;transition:background-color .3s ease,box-shadow .3s ease;width:100%;user-select:none}.user-list-item:hover{background-color:#f7fafc}.user-list-item-image{width:45px;height:45px;margin-right:2.5rem}.user-list-item-body{flex-grow:1;width:5rem}.user-list-item-body-names{display:flex;flex-direction:column;width:85%}.user-list-item-body-names__username{color:#05266c;font-weight:bold;font-size:1.125rem;width:fit-content;max-width:100%;overflow:auto;white-space:nowrap;margin-bottom:.3rem;letter-spacing:1px}.user-list-item-body-names__fullname{color:#828282;font-size:.875rem;width:fit-content;max-width:100%;overflow:auto;white-space:nowrap;letter-spacing:1px}.user-list-item-open-btn__btn{margin-left:auto;padding:1rem 1.6rem}
.default-avatar{border-radius:50%;display:flex;flex:none;justify-content:center;align-items:center}
.empty-results__heading{font-size:1.125rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.empty-results__info{font-size:1.125rem;letter-spacing:1px;color:#4f4f4f}
.user-list{display:flex;flex-direction:column;width:100%;padding-bottom:1rem;overflow-y:auto}.search-title{color:#05266c;letter-spacing:1px}
.search{display:flex;flex-direction:column;height:100%}.search-content{display:flex;flex-direction:column;width:80%;margin:0 auto}
.message-list-item{width:100%;background:#fff;padding:25px;box-sizing:border-box;border:1px solid #dce7ff;border-radius:20px;color:#4f4f4f;margin-bottom:25px;max-height:200px;overflow:hidden}.message-list-item__hear{display:flex;align-items:start;justify-content:space-between}.message-list-item__hear p{margin-block-start:0;color:inherit}.message-list-item__hear a{text-decoration:none;color:#05266c}.message-list-item__body{width:100%;max-height:120px;overflow:auto;cursor:pointer}
.user-list{display:flex;flex-direction:column;width:100%;padding-bottom:1rem;overflow-y:auto}.search-title{color:#05266c;letter-spacing:1px}
.hide{display:none}.pagination{display:flex;justify-content:start;list-style:none;cursor:pointer;padding-left:unset}.pagination li:not(:first-child){margin-left:1rem}.pagination a{padding:10px;border-radius:5px;border:1px solid #05266c;color:#05266c}.pagination__link{font-weight:bold}.pagination__link--active a{color:#fff;background:#05266c}.pagination__link--disabled a{color:#c6c5ca;border:1px solid #c6c5ca}
.attach-list-item{width:100%;background:#fff;padding:25px;box-sizing:border-box;border:1px solid #dce7ff;border-radius:20px;color:#4f4f4f;margin-bottom:25px}.attach-list-item__hear{display:flex;align-items:start;justify-content:space-between;margin-bottom:1rem}.attach-list-item__hear p{margin-block-start:0;color:inherit}.attach-list-item__hear a{text-decoration:none;color:#05266c}.attach-list-item__body{width:100%}.attach-search-link{display:flex;width:fit-content;text-decoration:none;background:rgba(244,86,151,.07);border-radius:15px;color:#f45697;padding:12px 25px}.attach-search-link div{width:1rem;height:1rem;margin-right:1rem}.attach-search-link div img{width:100%;object-fit:cover}

.user-profile{height:100%;background:#fff;border:1px solid #dce7ff;border-radius:20px;padding:2.5rem;overflow:auto}.user-profile-content{display:flex;flex-direction:column;align-items:center;width:27%;margin:0 auto}.user-profile-card{display:flex;flex-direction:column;align-items:center;width:100%}.user-profile-card-avatar{height:200px;width:200px;border-radius:50%;margin-bottom:1rem;transition:width .5s ease,height .5s ease}.user-profile-card-avatar:hover{width:275px;height:275px}.user-profile-card-names{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:1rem;width:100%}.user-profile-card-names__username{color:#05266c;font-size:1.5rem;width:100%;text-align:center;margin:0;margin-bottom:.625rem;letter-spacing:1px;overflow-x:auto;white-space:nowrap}.user-profile-card-names__fullname{color:#828282;letter-spacing:1px;overflow-wrap:anywhere}.user-profile-card-bio{color:#5a657d;text-align:center;line-height:1.5rem;margin:0;margin-bottom:1rem}.user-profile-send-btn{padding:1rem 2.2rem}
.changelog{width:100%;height:100%;background-color:#fff;padding:2.25rem 3.5rem;border:1px solid #dce7ff;border-radius:20px;overflow:auto}.changelog__title{color:#05266c;font-size:1.125rem;line-height:133%;margin-bottom:2rem;letter-spacing:1px}.changelog-content{width:65%}.changelog-record{display:flex;flex-direction:column;margin-bottom:2rem}.changelog-record-header{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:flex-start;margin-bottom:.75rem}.changelog-record-header__version{color:#0052ff;line-height:146.52%;margin-right:.625rem}.changelog-record-header__date{font-size:.875rem;color:#4f4f4f;line-height:146.52%}.changelog-record-rows{list-style:none;margin-top:0;padding:0}.changelog-record-row{display:flex;color:#5a657d;line-height:146.52%}.changelog-record-row:not(:last-child){margin-bottom:1.25rem}.changelog-record-row::before{content:"•";color:#0052ff;font-weight:bold;margin-right:1rem}
.empty-mailbox{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:auto;padding:0 .75rem}.empty-mailbox-image{width:10rem;height:10rem;margin-bottom:.7rem}.empty-mailbox__heading{letter-spacing:1px}.empty-mailbox-info{display:flex;flex-direction:column;align-items:center;font-size:1.125rem;color:#4f4f4f;letter-spacing:1px;margin-bottom:1.875rem}.empty-mailbox-info__category{display:inline-block;letter-spacing:1px;text-transform:capitalize;margin:0 .5rem}.empty-mailbox-info__search-btn{color:#090647;font-size:1.125rem;font-weight:bold;letter-spacing:1px;margin-right:.5rem}.empty-mailbox-import-chats-btn{padding:.875rem 1.5rem}.empty-mailbox-import-chats-btn__icon{margin-right:1rem}
.reply-block{display:flex;padding-left:2.25rem;padding-right:3.5rem;position:absolute;bottom:0;width:100%}.reply-block-avatar-wrapper{display:flex;height:100%;align-items:flex-start;margin-right:.75rem}.reply-block-avatar{width:45px;height:45px}.reply-block-message{display:flex;flex-direction:column;padding:1.5rem;margin-bottom:1rem;width:94%;background-color:#fff;border-radius:5px;box-shadow:0px 0px 10px rgba(0,0,0,.15);--animate-duration: 0.2s}.reply-block-message-header{display:flex;margin-bottom:1rem}.reply-block-message-header-names{display:flex;width:100%;color:#4f4f4f;margin-right:.5rem}.reply-block-message-header-names__username,.reply-page-body-names__username{width:100%;text-align:left;overflow-wrap:anywhere;overflow:auto;margin-right:.3rem}.reply-block-message-header-close-btn{margin-left:auto}.reply-block-message-header-close-btn__btn{padding:0 .5rem}.reply-block-message-header-close-btn__btn *{fill:#828282}.reply-block-message-header-close-btn__btn:hover{opacity:.8}.reply-block-message-header-close-btn__btn:active{opacity:.6}.reply-block-message-text{min-height:8rem;margin-bottom:1rem}.reply-block-message-text__contenteditable,.reply-page-body-text__contenteditable{font-size:1rem;color:#5a657d;border:none;width:100%;height:100%;max-height:8rem;overflow:auto}.reply-block-message-text__contenteditable:focus,.reply-page-body-text__contenteditable:focus{outline:none;border:none}.reply-block-buttons{display:flex;align-items:center}.reply-block__send-btn{margin-right:1.5rem;width:7.5rem}.reply-block-extra-buttons{display:flex;height:2rem}.reply-block-extra-buttons&gt;*:not(:last-child){margin-right:.75rem}.reply-block-extra-buttons-attach-dropdown-wrapper{display:flex;width:2rem;height:2rem}.reply-block-extra-buttons-attach-dropdown-wrapper-list{bottom:130%;left:0;z-index:1000}.reply-block-extra-buttons-attach-dropdown{height:100%;padding:0 .45rem}.reply-block-extra-buttons__emoji-picker{padding-top:0;padding-bottom:0;height:100%}.reply-page{position:fixed;top:0;left:0;display:flex;flex-direction:column;background-color:#f7fafc}.reply-page-header{display:flex;align-items:center;height:3.8925rem;padding:0 1.25rem;padding-right:1rem}.reply-page-header-back-btn__btn{color:#000;letter-spacing:1px;padding:.5rem 0;margin-right:.5rem}.reply-page-header-back-btn__icon{margin-right:.5rem}.reply-page-header__title{font-size:1.125rem;text-align:center;letter-spacing:1px;color:#05266c;user-select:none;margin:0 auto}.reply-page-header__send-btn{padding:.5rem .4rem}.reply-page-header-attach-dropdown-wrapper{margin-right:.5rem}.reply-page-header-attach-dropdown-wrapper-list{top:calc(100% + 0.5rem);right:-75%}.reply-page-header-attach-dropdown-wrapper-dollar-list{top:calc(100% + 0.5rem);right:-75%}.reply-page-body{height:calc(100% - 46px);border:1px solid #dce7ff;border-radius:10px 10px 0 0;background-color:#fff}.reply-page-body-names{display:flex;align-items:center;color:#4f4f4f;height:2.5rem;padding:0 1rem;border-bottom:1px solid #e0e0e0}.reply-page-body-names__username{color:#828282}.reply-page-body-names__username span{color:#4f4f4f;margin-left:.5rem}.reply-page-body-text{overflow-y:auto;width:100%;height:100%}.reply-page-body-text__contenteditable{padding:.75rem 1.25rem;max-height:100%}.reply-page-file-list{margin:0}.reply-page-attach-link{padding-right:1rem}.sun-editor .se-resizing-bar{display:none !important}.reply-block-message-text .sun-editor .se-wrapper .se-wrapper-inner{padding:0}.reply-block-message-text .sun-editor .se-wrapper .se-wrapper-inner p{margin:0 !important}.reply-block-message-text .sun-editor .se-container .se-wrapper{z-index:auto}.reply-page-body-text .sun-editor .se-container .se-wrapper{height:100% !important}.reply-page-body-text .se-container .se-wrapper .se-wrapper-inner p{margin:0 !important}.reply-page-body-text .sun-editor{border:none;font-family:"Inter",Arial,sans-serif;min-width:305px;height:100%;overflow:hidden}.reply-page-body-text .sun-editor .sun-editor-common .se-dialog-inner .se-dialog-content{width:100%;max-width:36rem;background-color:#fff;border-radius:10px;padding:0 10px;box-sizing:border-box;color:#4f4f4f;letter-spacing:1px;margin:0 auto}.reply-page-body-text .sun-editor .sun-editor-common .se-dialog-inner .se-dialog-content form .se-dialog-header{display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse;border-bottom:none;padding:0}.reply-page-body-text .sun-editor .sun-editor-common .se-dialog-inner .se-dialog-content form .se-dialog-header .se-modal-title{color:#090647;font-size:1.4rem}.reply-page-body-text .sun-editor .sun-editor-common .se-dialog-inner .se-dialog-content form .se-dialog-body label{color:#4f4f4f;font-weight:400}.reply-page-body-text .sun-editor .sun-editor-common .se-dialog-inner .se-dialog-content form .se-dialog-body .se-dialog-form-footer{display:none}.reply-page-body-text .sun-editor .sun-editor-common .se-dialog-inner .se-dialog-content form .se-dialog-body .se-dialog-form .se-dialog-form-files button{display:none}.reply-page-body-text .sun-editor .sun-editor-common .se-dialog-inner .se-dialog-content form .se-dialog-body .se-dialog-form .se-anchor-preview-form{display:none}.reply-page-body-text .sun-editor .sun-editor-common .se-dialog-inner .se-dialog-content form .se-dialog-footer{border-top:none}.reply-page-body-text .sun-editor .sun-editor-common .se-dialog-inner .se-dialog-content form .se-dialog-footer .se-btn-primary{color:#fff;font-size:1rem;width:100%;background-color:#0052ff;padding:.6rem 0;border:none}.reply-page-body .sun-editor{border:none}.reply-page-body .sun-editor .sun-editor-common .se-menu-tray .se-submenu .se-list-inner .se-list-basic li button.active{background-color:#e1e1e1;border:none}.reply-page-body .sun-editor .se-toolbar{outline:none;background-color:#fff}.reply-page-body .sun-editor .se-toolbar .se-btn-tray{display:flex;justify-content:center;padding-bottom:.5rem;flex-direction:column;align-items:center}.reply-page-body .sun-editor .se-toolbar .se-btn-tray .se-btn-module{border:1px solid #5a657d;border-radius:5px 5px 0 0;padding:2px 1.7px}.reply-page-body .sun-editor .se-toolbar .se-btn-tray .se-btn-module .se-menu-list li button svg{fill:#5a657d}.reply-page-body .sun-editor .se-toolbar .se-btn-tray .se-btn-module .se-menu-list li button .se-tooltip-inner .se-tooltip-text{display:none}.reply-page-body .sun-editor .se-toolbar .se-btn-tray .se-btn-module .se-menu-list li button.active{background-color:#e1e1e1}.reply-page-body .sun-editor .se-toolbar .se-btn-tray .se-toolbar-more-layer{background:#fff;border-bottom:1px solid #5a657d;border-left:1px solid #5a657d;border-right:1px solid #5a657d;border-radius:0 0 5px 5px}.reply-page-body .sun-editor .se-toolbar .se-btn-tray .se-toolbar-more-layer .se-menu-list li{padding:0}.reply-page-body .sun-editor .se-toolbar .se-btn-tray .se-toolbar-more-layer .se-menu-list li button svg{fill:#5a657d}.reply-page-body .sun-editor .se-toolbar .se-btn-tray .se-toolbar-more-layer .se-menu-list li button .se-tooltip-inner .se-tooltip-text{display:none}.reply-page-body .sun-editor .se-toolbar .se-btn-tray .se-toolbar-more-layer .se-menu-list li button.active{background-color:#e1e1e1}.reply-page-body .sun-editor .se-toolbar .se-btn-tray .se-toolbar-more-layer .se-more-layer .se-more-form{padding:0 3px}.reply-block-message .sun-editor{border:none;font-family:"Inter",Arial,sans-serif;min-width:305px}.reply-block-message .sun-editor .sun-editor-common .se-dialog-inner .se-dialog-content{width:100%;max-width:36rem;background-color:#fff;border-radius:10px;padding:0 10px;box-sizing:border-box;color:#4f4f4f;letter-spacing:1px;margin:0 auto}.reply-block-message .sun-editor .sun-editor-common .se-dialog-inner .se-dialog-content form .se-dialog-header{display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse;border-bottom:none;padding:0}.reply-block-message .sun-editor .sun-editor-common .se-dialog-inner .se-dialog-content form .se-dialog-header .se-modal-title{color:#090647;font-size:1.4rem}.reply-block-message .sun-editor .sun-editor-common .se-dialog-inner .se-dialog-content form .se-dialog-body label{color:#4f4f4f;font-weight:400}.reply-block-message .sun-editor .sun-editor-common .se-dialog-inner .se-dialog-content form .se-dialog-body .se-dialog-form-footer{display:none}.reply-block-message .sun-editor .sun-editor-common .se-dialog-inner .se-dialog-content form .se-dialog-body .se-dialog-form .se-dialog-form-files button{display:none}.reply-block-message .sun-editor .sun-editor-common .se-dialog-inner .se-dialog-content form .se-dialog-body .se-dialog-form .se-anchor-preview-form{display:none}.reply-block-message .sun-editor .sun-editor-common .se-dialog-inner .se-dialog-content form .se-dialog-footer{border-top:none}.reply-block-message .sun-editor .sun-editor-common .se-dialog-inner .se-dialog-content form .se-dialog-footer .se-btn-primary{color:#fff;font-size:1rem;width:100%;background-color:#0052ff;padding:.6rem 0;border:none}.reply-block-message .sun-editor .sun-editor-common .se-menu-tray .se-submenu .se-list-inner .se-list-basic li button.active{background-color:#e1e1e1;border:none}.reply-block-message .sun-editor .se-toolbar{outline:none;background-color:#fff}.reply-block-message .sun-editor .se-toolbar .se-btn-tray{display:flex;justify-content:center;padding-bottom:.5rem;flex-direction:column;align-items:center}.reply-block-message .sun-editor .se-toolbar .se-btn-tray .se-btn-module{border:1px solid #5a657d;border-radius:5px 5px 0 0;padding:2px 1.7px}.reply-block-message .sun-editor .se-toolbar .se-btn-tray .se-btn-module .se-menu-list li button svg{fill:#5a657d}.reply-block-message .sun-editor .se-toolbar .se-btn-tray .se-btn-module .se-menu-list li button .se-tooltip-inner .se-tooltip-text{display:none}.reply-block-message .sun-editor .se-toolbar .se-btn-tray .se-btn-module .se-menu-list li button.active{background-color:#e1e1e1}.reply-block-message .sun-editor .se-toolbar .se-btn-tray .se-btn-module .se-menu-list li [data-command=link]{display:none}.reply-block-message .sun-editor .se-toolbar .se-btn-tray .se-toolbar-more-layer{background:#fff;border-bottom:1px solid #5a657d;border-left:1px solid #5a657d;border-right:1px solid #5a657d;border-radius:0 0 5px 5px}.reply-block-message .sun-editor .se-toolbar .se-btn-tray .se-toolbar-more-layer .se-menu-list li{padding:0 2.2px}.reply-block-message .sun-editor .se-toolbar .se-btn-tray .se-toolbar-more-layer .se-menu-list li button svg{fill:#5a657d}.reply-block-message .sun-editor .se-toolbar .se-btn-tray .se-toolbar-more-layer .se-menu-list li button .se-tooltip-inner .se-tooltip-text{display:none}.reply-block-message .sun-editor .se-toolbar .se-btn-tray .se-toolbar-more-layer .se-menu-list li button.active{background-color:#e1e1e1}.reply-block-message .sun-editor .se-toolbar .se-btn-tray .se-toolbar-more-layer .se-menu-list [data-command=link]{display:none}.reply-block-message .sun-editor .se-toolbar .se-btn-tray .se-toolbar-more-layer .se-more-layer .se-more-form{padding:0 3px}.reply-page-header-buttons{display:flex;align-items:center}.reply-page-text-editor{height:calc(100% - 40px);overflow:hidden}
.modal-send-money{position:relative;width:100%;max-width:500px;background:#fff;border-radius:21px;box-sizing:border-box;color:#4f4f4f;letter-spacing:1px}.modal-send-money__heading{margin-bottom:25px;color:#090647;letter-spacing:1px;font-weight:500;font-size:24px;line-height:29px}.modal-send-money__top{display:flex;align-items:center;justify-content:center;flex-direction:column;height:75px;background:#05266c;font-size:1rem;color:#fff;position:relative;border-radius:20px 20px 0 0;line-height:1.5rem}.modal-send-money__top u{display:block;text-align:center;cursor:pointer}.modal-send-money__close-btn{position:absolute;top:10px;right:10px}.modal-send-money__close-btn button svg path{fill:#5a657d}.modal-send-money__back{display:flex;align-items:center;font-weight:500;color:#090647;padding:1rem}.modal-send-money__back span{font-size:1rem}.modal-send-money__back-icon{margin-right:.5rem;width:30px;height:30px;border-radius:5px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color .3s ease,color .3s ease}.modal-send-money__back-icon:hover{background-color:rgba(220,231,255,.9)}.modal-send-money__back-icon_white:hover{background-color:rgba(0,57,138,.9)}.modal-send-money__calc-icon{cursor:pointer;display:flex;align-items:center}.modal-send-money__calc-icon:disabled{cursor:not-allowed}.modal-send-money__form{padding:15px 30px 40px 30px;overflow-y:scroll;max-height:100%}.modal-send-money__form-item{display:flex;flex-direction:column;margin-bottom:30px}.modal-send-money__form-item_amount{margin-bottom:10px;flex-direction:row;justify-content:space-between}.modal-send-money__form-label{margin-right:5px}.modal-send-money__form-input{margin-top:10px;display:inline-block;background:#fff;border:.1rem solid #ccc;border-radius:5px;width:100%;height:50px;padding:1rem;color:#828282}.modal-send-money__form-input:focus{outline:none !important;border:2px solid #447fff}.modal-send-money__form-amount{width:57%;position:relative}.modal-send-money__form-currency{width:40%;position:relative}.modal-send-money__form-currency_flex-end{align-items:flex-end}.modal-send-money__form-textarea{display:flex;flex-direction:column;width:100%;height:130px;border:1px solid #ccc;border-radius:5px;resize:none;color:#828282}.modal-send-money__form-textarea:focus{outline:none !important;border:2px solid #447fff}.modal-send-money__form-btn{display:flex;justify-content:center;align-items:center;background:#0052ff;border-radius:4px;width:100%;height:50px;font-weight:400;font-size:16px;color:#fff;cursor:pointer;transition:background-color .3s ease,color .3s ease}.modal-send-money__form-btn:hover{background-color:rgba(0,82,255,.9)}.modal-send-money__form-btn:disabled{background-color:#e1e0e0;cursor:not-allowed}.modal-send-money__user{display:flex;align-items:center}.modal-send-money__user-avatar{margin-right:15px}.modal-send-money__form-converted-amount{margin-bottom:20px;font-weight:700}.modal-send-money__payment-paths{margin-bottom:30px;margin-top:20px;position:relative;width:100%;padding:1.2rem 0 .7rem 0}.modal-send-money__payment-paths_open{border:none;position:relative;width:100%;height:auto;padding:1.2rem 0 2.5rem 0}.modal-send-money_calc{position:relative;display:flex;align-items:center;width:40%}.modal-send-money__payment-paths-transaction{margin:0 -30px;height:7px;background:#dce7ff;overflow:hidden;transition:all .2s linear}.modal-send-money__payment-paths-transaction_open{margin:0 -30px;padding:14px 0;height:auto;transition:all .2s linear;background:#dce7ff}.modal-send-money__payment-paths-icon{position:absolute;top:-15%;right:15%;cursor:pointer}.modal-send-money__payment-paths-icon_open{position:absolute;bottom:-25px;right:15%;cursor:pointer}.modal-send-money__payment-paths-icon_open:before{content:"";width:10px;height:10px;border-radius:50%;position:absolute;top:-10px;right:34%;background:#0052ff}.modal-send-money__payment-paths-icon_open:after{content:"";width:10px;height:10px;border-radius:50%;position:absolute;bottom:-5px;right:34%;background:#0052ff}.modal-send-money__payment-paths-details{position:relative;margin-top:14px;font-weight:500;font-size:12px;line-height:22px;text-align:center;color:#4f4f4f}.modal-send-money__payment-paths-details:first-child:before{display:none}.modal-send-money__payment-paths-details:first-child:after{display:none}.modal-send-money__payment-paths-details:before{content:"";width:2px;height:30px;position:absolute;top:-21px;right:22.6%;background:#0052ff}.modal-send-money__payment-paths-details:after{content:"";width:10px;height:10px;border-radius:50%;position:absolute;top:-30px;right:21.8%;background:#0052ff}.modal-send-money__payment-info{display:flex;flex-direction:column;justify-content:space-between}.landscape-modal-send-money{height:max-content !important}.modal-receive-money{position:relative;width:100%;max-width:500px;background:#fff;border-radius:21px;box-sizing:border-box;color:#4f4f4f;letter-spacing:1px}.modal-receive-money__heading{margin-bottom:25px;color:#090647;letter-spacing:1px;font-weight:500;font-size:24px;line-height:29px}.modal-receive-money__close-btn{position:absolute;top:10px;right:10px}.modal-receive-money__close-btn button svg path{fill:#5a657d}.modal-receive-money__user{display:flex;align-items:center}.modal-receive-money__user-avatar{margin-right:15px}.modal-receive-money__form{padding:15px 30px;overflow-y:scroll}.modal-receive-money__form-item{display:flex;flex-direction:column;margin-bottom:30px}.modal-receive-money__form-item_amount{margin-bottom:10px;flex-direction:row;justify-content:space-between}.modal-receive-money__form-amount{width:57%}.modal-receive-money__form-label{margin-right:5px}.modal-receive-money__form-input{margin-top:10px;display:inline-block;background:#fff;border:.1rem solid #ccc;border-radius:5px;width:100%;height:50px;padding:1rem;color:#828282}.modal-receive-money__form-input:focus{outline:none !important;border:2px solid #447fff}.modal-receive-money__form-textarea{display:flex;flex-direction:column;width:100%;height:130px;border:1px solid #ccc;border-radius:5px;resize:none;color:#828282}.modal-receive-money__form-textarea:focus{outline:none !important;border:2px solid #447fff}.modal-receive-money__form-btn{display:flex;justify-content:center;align-items:center;background:#0052ff;border-radius:4px;width:100%;height:50px;margin-bottom:10px;font-weight:400;font-size:16px;color:#fff;cursor:pointer;transition:background-color .3s ease,color .3s ease}.modal-receive-money__form-btn:hover{background-color:rgba(0,82,255,.9)}.modal-receive-money__form-btn:disabled{background-color:#e1e0e0;cursor:not-allowed}.modal-send-confirmation__header{background:#0052ff;border-radius:20px}.modal-send-confirmation__header-content{display:flex;flex-direction:column;justify-content:center;align-items:center}.modal-send-confirmation__header-image{width:130px;border-radius:0}.modal-send-confirmation__header-amount{margin-bottom:10px;font-weight:500;font-size:30px;line-height:36px;color:#fff}.modal-send-confirmation__header-approx-amount{margin-bottom:20px;font-weight:400;font-size:16px;line-height:26px;color:#f2f2f2}.modal-send-confirmation__close-btn{position:absolute;top:10px;right:10px}.modal-send-confirmation__close-btn button svg path{fill:#5a657d}.modal-send-confirmation__content{padding:30px}.modal-send-confirmation__content-item{margin-bottom:30px;display:flex;justify-content:space-between}.modal-send-confirmation__content-item_block{display:block}.modal-send-confirmation__content-item-label{font-weight:500;font-size:16px;line-height:26px;color:#4f4f4f}.modal-send-confirmation__content-item-value{display:flex;flex-direction:column;justify-content:space-between;word-break:break-all}.modal-send-confirmation__content-item-amount{font-weight:400;font-size:16px;line-height:26px;letter-spacing:.1px;color:#4f4f4f;text-align:end}.modal-send-confirmation__content-item-user{display:flex;justify-content:space-between;align-items:center}.modal-send-confirmation__content-item-avatar{width:30px;height:30px;margin-right:10px;border-radius:50%}.modal-send-confirmation__content-item-username{font-weight:500;font-size:16px;line-height:19px;letter-spacing:1px;color:#05266c}.modal-success{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.modal-success__back{display:flex;align-items:center;font-weight:500;color:#090647;padding:1rem}.modal-success__back span{font-size:1rem}.modal-success__back-icon{margin-right:.5rem;width:30px;height:30px;border-radius:5px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color .3s ease,color .3s ease}.modal-success__back-icon:hover{background-color:rgba(0,57,138,.9)}.modal-success__close-btn{position:absolute;top:10px;right:10px}.modal-success__close-btn button svg path{fill:#5a657d}.modal-success__message{font-weight:500;font-size:24px;color:#090647;text-align:center}.verify-secretKey-modal{padding:20px;position:relative;width:100%;max-width:500px;background:#fff;border-radius:21px;box-sizing:border-box;color:#4f4f4f;letter-spacing:1px}.verify-secretKey-modal__title{text-align:center}.verify-secretKey-modal__label{font-weight:500;font-size:16px;line-height:26px;color:#4f4f4f}.verify-secretKey-modal__input{margin-top:10px;display:inline-block;background:#fff;border:.1rem solid #ccc;border-radius:5px;width:100%;height:50px;padding:1rem;color:#828282}.verify-secretKey-modal__input:focus{outline:none !important;border:2px solid #447fff}.verify-secretKey-modal__btn{margin-top:20px;display:flex;justify-content:center;align-items:center;background:#0052ff;border-radius:4px;width:100%;height:50px;margin-bottom:46px;font-weight:400;font-size:16px;color:#fff;cursor:pointer;transition:background-color .3s ease,color .3s ease}.verify-secretKey-modal__btn:hover{background-color:rgba(0,82,255,.9)}.modal-send-sender{padding:20px}.modal-send-sender__item{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modal-send-sender__item-key{font-weight:500;font-size:16px;line-height:26px;color:#4f4f4f}.modal-send-sender__item-amount{font-weight:400;font-size:16px;line-height:26px;color:#4f4f4f}.modal-send-sender__item-currency{font-weight:400;font-size:16px;line-height:26px;color:#4f4f4f}.modal-send-sender__item-avatar{margin-right:15px;width:30px;height:30px}.modal-send-sender__item-user{display:flex;align-items:center}.modal-send-sender__item-username{color:#05266c;font-weight:500;font-size:16px;line-height:19px}.modal-send-completed{padding:20px}.modal-send-completed__item{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modal-send-completed__item-key{font-weight:500;font-size:16px;line-height:26px;color:#4f4f4f}.modal-send-completed__item-amount{font-weight:400;font-size:16px;line-height:26px;color:#4f4f4f}.modal-send-completed__item-currency{font-weight:400;font-size:16px;line-height:26px;color:#4f4f4f}.modal-send-completed__item-avatar{width:30px;height:30px;margin-right:15px}.modal-send-completed__item-user{display:flex;align-items:center}.modal-send-completed__item-username{color:#05266c;font-weight:500;font-size:16px;line-height:19px}.react-select-currency{width:100% !important;margin-top:10px}.react-select__value-container{padding:2px 4px}.mb-30{margin-bottom:30px}.mt-10{margin-top:10px}.color-white{color:#f2f2f2}.green{color:#219653}.red{color:#ff3434}.mb-0{margin-bottom:0}.sun-editor{z-index:0}.sun-editor .se-container .se-toolbar{display:none}.sun-editor .se-container .se-wrapper .sun-editor-editable{padding:2px;height:100% !important}.sun-editor .se-container .se-wrapper .sun-editor-editable p{margin:0}.modal-send-money__form-item .sun-editor{border-radius:5px;height:155px !important}.modal-receive-money__form-item .sun-editor{border-radius:5px;height:155px !important}.tooltip-amount::before{left:50%;top:0;border:15px solid transparent;border-top:0;border-bottom:5px solid #e2e7f9;transform:translate(-50%, calc(-100% + 2px))}.tooltip-sender-currency::before{left:50%;top:0;border:15px solid transparent;border-top:0;border-bottom:5px solid #e2e7f9;transform:translate(-50%, calc(-100% + 2px))}.tooltip-wrapper-receiver-currency{top:-27%}.tooltip-receiver-currency{padding:.2rem .5rem !important}.tooltip-receiver-currency::before{left:50%;bottom:0;border:15px solid transparent;border-bottom:0;border-top:5px solid #e2e7f9;transform:translate(-50%, calc(100% - 2px))}.tooltip-wrapper-calc{top:8%;left:20%}.tooltip-calc::before{left:0;top:50%;border:15px solid transparent;border-left:0;border-right:5px solid #e2e7f9;transform:translate(calc(-100% + 2px), -50%)}
.spinner{width:60px;height:60px;display:flex;justify-content:center;align-items:center;font-size:35px;background:#f0ff02;background:radial-gradient(circle, #f0ff02 0%, #ebe000 95%);border-radius:50%;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);-webkit-animation:sk-rotateplane 1.2s infinite ease-in-out;animation:sk-rotateplane 1.2s infinite ease-in-out}.add-trustline{width:40px;height:40px;font-size:25px;position:unset}@-webkit-keyframes sk-rotateplane{0%{-webkit-transform:perspective(120px)}50%{-webkit-transform:perspective(120px) rotateY(180deg)}100%{-webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg)}}@keyframes sk-rotateplane{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg);-webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg);-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}
.text-style-editor-wrap{display:none;justify-content:center;width:100%;margin-bottom:1rem;padding:.5rem}.text-style-editor-inner{position:relative;flex-direction:row;align-items:center;gap:.2rem;width:max-content;border:1px solid #5a657d;border-radius:5px;padding:.2rem;box-sizing:border-box;flex-wrap:wrap;color:#5a657d;height:100%;background-color:#fff}.text-style-btn{color:inherit;min-width:2.5rem;height:auto}.text-style-btn svg{width:100%;object-fit:cover}.text-style-editor__btn-dropdown{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;transition:.3s;cursor:pointer}.text-style-editor__btn-dropdown svg:first-child{width:3rem}.text-style-editor__btn-dropdown .open-dropdown{display:flex !important}.vertical-br{width:1px;background-color:#e0e0e0;min-height:2rem}.text-style-dropdown{position:absolute;display:none;flex-direction:column;align-items:center;padding:.5rem;justify-content:space-between;bottom:2.2rem;left:-1rem;border:1px solid #5a657d;border-radius:5px;background-color:#fff;z-index:999;transition:.3s}.text-style-dropdown button:not(:last-child){padding-bottom:.5rem}.text-style-dropdown h1,.text-style-dropdown h2,.text-style-dropdown h3,.text-style-dropdown h4,.text-style-dropdown h5,.text-style-dropdown h6{margin:0}.open-text-style-editor{display:flex}.text-style-dropdown-color{position:absolute;display:none;flex-direction:column;padding:.5rem;box-sizing:border-box;border:1px solid #5a657d;border-radius:5px;background-color:#fff;bottom:1.5rem;left:-20%}.text-style-dropdown-color div{display:flex}.text-style-dropdown-color div:not(:last-child){margin-bottom:.2rem}.text-style-dropdown-color button:not(:last-child){margin-right:.2rem}.text-style-dropdown-color__color{width:1rem;height:1rem}.text-style-dropdown-color__color:hover{border:1px solid #000}.text-style-dropdown-color__color:not(:last-child){margin-right:.2rem}.text-style-editor__font{display:flex;align-items:center}.text-style-editor__font svg{width:1rem !important}.text-style-dropdown__fonts{max-height:150px;overflow-y:auto}.text-style-editor-part-first{display:flex;justify-content:center;align-items:center}.text-style-editor-part-second{display:flex;justify-content:center;align-items:center;padding-top:.1rem}.text-style-editor-part-gap{padding:0 .3rem;transition:background-color .5s ease;border-radius:5px}.text-style-editor-part-gap:hover{background-color:rgba(173,173,173,.5)}.text-style-editor-part-br{padding:0 .3rem}.text-style-editor-part-gap-top{padding:0 .3rem;margin-top:.2rem;transition:background-color .5s ease;border-radius:5px}.text-style-editor-part-gap-top:hover{background-color:rgba(173,173,173,.5)}.text-style-editor-part-line{position:absolute;border:1px solid #e0e0e0;width:100%;background:#e0e0e0;left:0}.text-style-editor-part-open{display:flex;justify-content:center;align-items:center;width:40px;height:30px;border-radius:5px;margin-left:5px;cursor:pointer;transition:background-color .3s ease}.text-style-editor-part-open:hover{background-color:rgba(220,231,255,.9)}.text-style-editor-part-open:hover .icon *{stroke:#0052ff}.text-style-editor-part-open-selected{background-color:#dce7ff}.text-style-editor-part-open-selected .icon *{stroke:#0052ff}.fade-style-enter{opacity:0;transform:translateX(0%)}.fade-style-enter-active{opacity:1;transform:translateX(0%);transition:opacity 200ms,transform 200ms}.fade-style-exit{opacity:1;transform:translateX(0%)}.fade-style-exit-active{opacity:0;transform:translateX(0%);transition:opacity 200ms,transform 200ms}
.modal-hyperlink-wrap{width:100%;max-width:36rem;background-color:#fff;border-radius:10px;padding:1rem;box-sizing:border-box;color:#4f4f4f;letter-spacing:1px}.modal-hyperlink-wrap h2{color:#090647;margin:0 0 1rem 0;padding:0}.modal-hyperlink-wrap p{margin:0 0 .5rem 0;padding:0;color:inherit}.modal-hyperlink-header{display:flex;align-items:center;justify-content:space-between;width:100%}.modal-hyperlink-header svg{fill:#4f4f4f}.modal-hyperlink-link-name,.modal-hyperlink-link{width:100%;margin-bottom:1rem}.modal-hyperlink-link-name input,.modal-hyperlink-link input{outline:none;background-image:none;background-color:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;padding:.5rem;box-sizing:border-box;border:1px solid #e0e0e0;border-radius:5px;width:100%;color:inherit}.modal-hyperlink-link-name input:focus,.modal-hyperlink-link input:focus{border-color:#e0e0e0}.modal-hyperlink-link-rado-btn form{display:flex;margin-bottom:1rem}.modal-hyperlink-link-rado-btn form input{margin-right:1rem}.modal-hyperlink-link-rado-btn form div:last-child{margin-left:2rem}.modal-hyperlink-sub{width:100%}.modal-hyperlink-sub button{width:100%;background-color:#0052ff;color:#fff;padding:.7rem;border-radius:5px}.modal-hyperlink-validate{color:red;padding:.5rem 0 0 0}
.icon{display:inline-block;min-height:fit-content;width:auto;border-radius:0;object-fit:cover}
.modal-send-message-for-connect-account{position:relative;max-width:500px;padding:25px;background:#fff;border-radius:21px;box-sizing:border-box;color:#4f4f4f;letter-spacing:1px;margin:0 10px}.modal-send-message-for-connect-account__close-btn{position:absolute;top:15px;right:-20px}.modal-send-message-for-connect-account__title{font-weight:500;font-size:24px;line-height:29px;color:#090647}.modal-send-message-for-connect-account__close-button{font-size:20px;position:absolute;top:10px;right:10px}.modal-send-message-for-connect-account__content{margin-top:20px}.modal-send-message-for-connect-account__input-wrapper{font-size:1.1rem;word-break:break-word}.modal-send-message-for-connect-account__label{font-weight:400;font-size:18px;line-height:22px;color:#4f4f4f}.modal-send-message-for-connect-account__input{display:inline-block;margin-top:10px;background:#fff;border:.1rem solid #ccc;border-radius:5px;width:100%;height:50px;padding:1rem;color:#828282}.modal-send-message-for-connect-account__input:focus{outline:none !important;border:2px solid #447fff}.modal-send-message-for-connect-account__submit-button{width:100%;margin-top:40px;font-size:1rem;font-family:"Inter",Arial,sans-serif;color:#fff;background-color:#0052ff;border:none;border-radius:4px;padding:.75rem 2rem;cursor:pointer;outline:none;user-select:none;transition:background-color .2s ease,color .2s ease}.modal-send-message-for-connect-account__textarea{padding-top:10px}.modal-send-message-for-connect-account__textarea textarea{display:flex;flex-direction:column;width:100%;height:130px;border:1px solid #ccc;border-radius:5px;resize:none;color:#828282}.modal-send-message-for-connect-account__textarea textarea:focus{outline:none !important;border:2px solid #447fff}
.empty-chat{display:flex;flex-direction:column;align-items:center;justify-content:center}.empty-chat-image{width:10rem;height:10rem;margin-bottom:.25rem}.empty-chat__heading{letter-spacing:1px}.empty-chat-start{width:100%}.empty-chat-start-btn{display:flex;justify-content:center}.empty-chat-start-btn__btn{padding:1rem 3rem}
.chat-header{display:flex;align-items:center;width:100%;border-radius:inherit;background-color:#fff;padding:1rem 2.25rem}.chat-header__subject{display:flex;max-width:90%;color:#05266c;letter-spacing:1px;font-size:1.5rem;overflow-x:auto;white-space:nowrap;overflow-wrap:anywhere}.chat-header-close-btn-wrapper{position:absolute;right:0;top:0;border-radius:20px}.chat-header-close-btn{width:3.5rem;height:3rem;background-color:#0052ff;border-radius:0 20px;border-top-right-radius:inherit;transition:opacity .3s ease}.chat-header-close-btn:hover{opacity:.8;color:#fff;background-color:#0052ff}.chat-header-close-btn:hover .icon *{fill:#fff}.chat-header-close-btn:active{opacity:.6;color:#fff;background-color:#0052ff}.chat-header-close-btn:active .icon *{fill:#fff}.chat-header__label{display:flex;align-items:center;justify-content:start;margin-left:.5rem;margin-right:2rem;max-width:90%;overflow:auto;min-width:50%}
.chat-label-header-item{display:flex;align-items:center;padding:.2rem .5rem;box-sizing:border-box;border-radius:5px;white-space:nowrap}.chat-label-header-item__name{max-width:5rem;overflow:hidden;text-overflow:ellipsis}.btnDelete{justify-content:center}.btnDelete .chat-label-header-item__btn{margin-left:.5rem;display:flex;align-items:center;justify-content:center;width:.5rem;height:.5rem;cursor:pointer;background:transparent;border:none;overflow:visible;padding:0px}.btnDelete .chat-label-header-item__btn svg{object-fit:cover}
.chat-message-expanded{display:flex;flex-direction:column;align-items:flex-start;padding:1.25rem 0;width:100%}.chat-message-expanded:not(:first-child){border-top:1px solid #dce7ff}.chat-message-expanded-data{display:flex;flex-direction:column;width:97%;padding:0;margin:0;margin-top:1rem}.chat-message-expanded-image{min-width:50px;max-width:50px;height:50px;margin-right:1.25rem}.chat-message-expanded-header{display:flex;align-items:center;width:100%;height:fit-content;border-radius:20px 0 0 20px;cursor:pointer;transition:background-color .3s ease}.chat-message-expanded-header:hover{background-color:rgba(220,231,255,.5)}.chat-message-expanded-header-body{display:flex;justify-content:space-between;width:100%}.chat-message-expanded-header-body-address{display:flex;white-space:nowrap;color:#05266c;min-width:3rem;min-height:fit-content;font-weight:bold;overflow:auto;overflow-wrap:anywhere}.chat-message-expanded-header-body-receivers{width:fit-content;font-size:.875rem}.chat-message-expanded-header-date{display:flex;min-width:5rem;color:#4f4f4f;align-items:center;font-size:.875rem;letter-spacing:1px}.chat-message-expanded-header-delete-btn{display:flex;align-items:center;margin-right:2rem}.chat-message-expanded-header-reply-btn{display:flex;align-items:center}.chat-message-expanded-header-delete-btn__btn{padding:.35rem .5rem}.chat-message-expanded-content{color:#5a657d;max-width:100%;margin-top:.7rem;text-align:left;overflow-wrap:anywhere;display:inline-table}.chat-message-expanded-attachments{display:flex;flex-direction:column;width:100%}.chat-message-expanded-attachments-header{display:flex;align-items:center;border-top:1px solid #dce7ff;padding:1rem 0}.chat-message-expanded-attachments-header-info{color:#5a657d}.chat-message-expanded-attachments-download-all-btn{margin-left:auto}.chat-message-expanded-attachments-download-all-btn:hover .chat-message-expanded-attachments-download-all-btn__icon *{fill:#0052ff}.chat-message-expanded-attachments-download-all-btn:active .chat-message-expanded-attachments-download-all-btn__icon *{opacity:.6}.chat-message-expanded-attachments-download-all-btn__btn{padding:0 .5rem}.chat-message-expanded-attachments-download-all-btn__icon{transform:scale(0.95)}.chat-message-expanded-attachments-body{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}.chat-message-expanded-attachment{margin-right:1rem;margin-bottom:1rem;height:11.5rem;width:16rem}.chat-message-expanded-attachment-img{position:relative;border:1px solid #4f4f4f;border-bottom:none;border-radius:5px 5px 0 0;height:76%;width:100%}.chat-message-expanded-attachment-img__img{border-bottom:0;border-radius:5px 5px 0 0}.chat-message-expanded-attachment-footer{display:flex;align-items:center;height:24%;width:100%;border:1px solid #4f4f4f;border-radius:0 0 5px 5px;padding:.3rem 1rem}.chat-message-expanded-attachment-footer__name{font-size:1.125rem;flex-grow:1;width:4rem;margin-right:.75rem;color:#4f4f4f;white-space:nowrap;overflow-x:auto}.chat-message-expanded-attachment-download-btn{margin-left:auto}.chat-message-expanded-attachment-download-btn:hover .chat-message-expanded-attachment-download-btn__icon *{fill:#0052ff}.chat-message-expanded-attachment-download-btn:active .chat-message-expanded-attachment-download-btn__icon *{opacity:.6}.chat-message-expanded-attachment-download-btn__btn{color:#5a657d;padding:0}.chat-message-expanded-attachment-download-btn__icon{transform:scale(0.85)}.chat-message-expanded-attachment-loader{position:absolute;top:50%;left:50%;height:5rem;width:5rem;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);opacity:.75}.chat-message-expanded-data__spam_info{background-color:#e0e0e0;border-radius:20px;padding:1.5rem;color:#4f4f4f}.chat-message-expanded-data__spam_info button{border:2px solid #0052ff;padding:.7rem 1rem;border-radius:4px;box-sizing:border-box;color:#0052ff}.chat-message-expanded-data__spam_info .chat-message-expanded-data-spam__title{display:flex;justify-content:center;align-items:center}.chat-message-expanded-data__spam_info .chat-message-expanded-data-spam__title svg{width:3rem;height:3rem}.chat-message-expanded-data__spam_info .chat-message-expanded-data-spam__title h4{width:100%}.chat-message-expanded-destination{text-align:start}.btn-icon-destination{font-family:"Inter",Arial,sans-serif;border:none;border-radius:5px;color:#828282;background-color:transparent;cursor:pointer;outline:none;user-select:none;transition:background-color .3s ease,color .3s ease}.btn-icon-destination:hover{text-decoration:underline}.btn-icon-destination:active{color:#0052ff;transition:color .3s ease}.btn-icon-destination:active .icon *{fill:#0052ff}.btn-icon-destination:disabled{opacity:.5;pointer-events:none}.btn-icon-destination_transparent:hover{color:#0052ff;background-color:transparent}.btn-icon-destination_transparent:hover .icon{transition:color .3s ease}.btn-icon-destination_transparent:hover .icon *{fill:#0052ff}.btn-icon-destination_transparent:active{color:#6697ff;background-color:transparent}.user-info{position:relative}.user-info-handle{display:flex;align-items:center;cursor:pointer;user-select:none}.user-info-popup-destination-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.35rem}.user-info-popup-destination-item__title{font-size:.875rem;color:#4f4f4f}.user-info-popup-destination-item__text{font-size:1rem;color:#5a657d;width:60%;text-align:end;overflow-x:auto;user-select:all}.user-info-popup-destination-item:not(:last-child){border-bottom:1px solid #e0e0e0}.chat-message-expanded-popup-destination{position:absolute;z-index:1100;display:flex;left:10rem;width:357px;height:174px;margin-top:1.4rem;padding:.65rem;background:#fff;border:1px solid #bdbdbd;box-shadow:0px 0px 10px rgba(0,0,0,.15);border-radius:20px;pointer-events:bounding-box;animation-fill-mode:backwards !important;--animate-duration: 0.2s}.chat-message-expanded-popup-destination-value{width:35%;display:flex;flex-direction:column;align-items:flex-end;padding-right:1rem}.chat-message-expanded-popup-destination-value span{padding:.4rem}.chat-message-expanded-popup-destination-item{width:65%;display:flex;flex-direction:column;align-items:flex-start}.chat-message-expanded-popup-destination-item span{padding:.41rem}.chat-message-expanded-popup-destination-item span .icon{padding-right:.5rem}.chat-message-expanded-popup-destination-table{display:flex;white-space:pre-line;overflow:auto;overflow-wrap:anywhere}.chat-message-expanded-popup-destination-table tbody tr{display:flex;padding:.41rem}.chat-message-expanded-popup-destination-table tbody tr span{display:flex;justify-content:end;min-width:100px}.chat-message-expanded-popup-destination-table tbody tr td{margin-left:1.5rem;text-align:left;line-height:.9rem}.chat-message-expanded-popup-destination-table tbody tr td .icon{padding-right:.5rem}.chat-message-expanded-info{width:100%;display:flex;flex-direction:column;overflow:hidden}.chat-message-expanded-info-menu{display:flex;margin-right:1.5rem;align-items:center}
.chat-message-collapsed{display:flex;align-items:center;padding:1.25rem 0;width:100%;cursor:pointer;transition:background-color .3s ease}.chat-message-collapsed:not(:first-child){border-top:1px solid #dce7ff}.chat-message-collapsed:hover{background-color:rgba(220,231,255,.5)}.chat-message-collapsed .default-avatar{width:50px !important;height:50px !important}.chat-message-collapsed-image{min-width:50px;max-width:50px;height:50px;margin-right:1.25rem}.chat-message-collapsed-icon{width:1.375rem;margin-left:1rem;margin-right:2rem;flex-shrink:0}.chat-message-collapsed-address{display:flex;flex-shrink:2;align-items:center;white-space:nowrap;color:#05266c;min-width:3rem;min-height:fit-content;font-weight:bold;margin-right:3.75rem;overflow-x:auto;overflow-wrap:anywhere;padding-bottom:.5rem}.chat-message-collapsed-text{color:#5a657d;flex-shrink:5;text-align:left;margin-right:1rem;white-space:nowrap;overflow-x:hidden;overflow-wrap:anywhere;text-overflow:ellipsis}.chat-message-collapsed-date{display:flex;flex-shrink:0;color:#4f4f4f;align-items:center;font-size:.875rem;letter-spacing:1px;margin-left:auto}.chat-message-collapsed-send-and-text{width:100%;overflow:auto}.chat-message-collapsed-text-and-date{display:flex}
.menu-labels-item{display:flex;align-items:center;justify-content:start;overflow-x:hidden}.menu-labels-item label{display:flex;align-items:center;margin-left:1rem}.menu-labels-item label div{max-width:5rem;margin-left:.5rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.modal-label{position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;top:0;left:0;right:0;bottom:0;z-index:1300}.modal-label-body{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;padding:1.5rem 3rem;box-sizing:border-box;max-width:38rem;background-color:#fff;border-radius:1.25rem;border:1px solid #000;color:#4f4f4f}.modal-label-header{display:flex;justify-content:space-between;width:100%;color:#090647;font-size:1.325rem}.modal-label-header button{height:1.5rem;border:none;margin:0;padding:0 .5rem;overflow:visible;background:transparent;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;cursor:pointer;border-radius:5px}.modal-label-header button svg{object-fit:cover;fill:#000}.modal-label-header h3{margin:0}.modal-label-input{width:100%}.modal-label-input p{margin:1rem 0;font-weight:400}.modal-label-input input{outline:none;background-image:none;background-color:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;padding:1.5rem;box-sizing:border-box;border:1px solid #e0e0e0;width:100%}.modal-label-input input:focus{border-color:#e0e0e0}.modal-label-color{width:100%}.modal-label-color p{margin:1rem 0}.modal-label-color .modal-label-color__items{display:flex;flex-wrap:wrap;align-items:center;gap:1.4rem}.modal-label-footer{width:100%;text-align:end;margin-top:1rem}.modal-label-footer button{border:none;margin:0;padding:1rem 2rem;box-sizing:border-box;overflow:visible;background:#0052ff;color:#fff;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;cursor:pointer;border-radius:5px}.modal-label-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:10000}
.modal-label-color-btn{display:flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;border-radius:50%;cursor:pointer;padding:.3rem;box-sizing:border-box}.modal-label-color-btn svg{object-fit:cover}
.chat-messages-empty{margin:auto;font-weight:bold;font-size:1.1rem;padding:1rem 0}.chat-messages-empty__username{color:#5a657d}.chat-messages{display:flex;flex-direction:column;flex-shrink:0;align-items:center;max-height:56%;padding:1rem;padding-left:2rem;text-align:center;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:.75rem}.label-as{margin:0 auto;display:flex;align-items:center}.label-as__icon{margin:0;transform:scale(0.8);padding-left:.1rem;padding-right:.6rem}.chat-reply-open{max-height:70%}.chat-reply-closed{max-height:90%}.chat-list-button-rotate .btn-wrapper .chat-list-item-header-menu__handle{transform:rotate(90deg) scale(0.8)}
.chat-message-container-header{width:100%;position:relative;border-bottom:1px solid #dce7ff;padding:8px 10px 8px 0}.chat-message-container-header:last-child{border-bottom:0}.chat-message-container-header-button__dropdown{position:absolute;right:5px}.chat-message-container-header-button-expanded__dropdown{top:29px}.chat-message-container-header-button-collapsed__dropdown{top:20px}
.chat-wrapper{display:flex;flex-direction:column;flex-grow:1;height:100%;min-width:60%;max-width:100%;background-color:#f7fafc;z-index:0}.chat{display:flex;flex-direction:column;width:100%;height:100%;border:1px solid #dce7ff;border-radius:20px;background-color:#fff;overflow:overlay;--animate-duration: 0.5s}.chat-header_hidden{display:flex;align-items:center;height:3.8925rem;margin:0;padding-left:1.25rem;padding-right:1rem;background-color:#f7fafc}.chat-back-btn{display:flex;align-items:center;color:#000;letter-spacing:1px}.chat-back-btn__icon{font-size:1.25rem;margin-right:.5rem}.chat-content{display:flex;flex-direction:column;height:100%;padding:1rem;padding-left:2rem;overflow-y:auto}.chat-reply-buttons{position:absolute;bottom:0;display:flex;flex-wrap:wrap;margin:0 0 1rem 0;padding:0 2.5rem;width:100%}.chat-reply-buttons *:not(:last-child){margin-right:.75rem}.chat-reply-btn{display:flex;justify-content:flex-start}.chat-reply-btn__btn{display:flex;align-items:center;justify-content:center;border-width:2px;padding:.5rem 1.5rem}.chat-reply-btn__btn:hover{border-width:2px}.chat-reply-btn__btn:active{border-width:2px}.chat-reply-btn__btn:disabled{border-width:2px}.chat-reply-btn__icon{margin-right:.75rem}.chat-list-and-reply{position:relative;height:95%}
.chat-transaction-history{position:relative;width:100%;height:100%;padding:25px 50px}.chat-transaction-history__header{color:#05266c;font-weight:500;font-size:24px;line-height:29px}.chat-transaction-history__back{cursor:pointer}.chat-transaction-history__back-icon{position:absolute;left:15px;top:28px}.chat-transaction-history__content{margin-top:20px;max-height:90%;overflow:auto}.chat-transaction-history__content-item{margin-bottom:30px;display:flex;grid-template-columns:1fr 1fr}.chat-transaction-history__content-item-key{color:#4f4f4f;font-weight:500;font-size:16px;line-height:26px;flex-grow:1;min-width:120px}.chat-transaction-history__content-item-value{justify-self:end}.chat-transaction-history__content-item-avatar{margin-right:15px;min-width:50px;min-height:50px}.chat-transaction-history__content-item-user{display:flex;flex-direction:column;align-items:end}.chat-transaction-history__content-item-username{color:#05266c;font-weight:500;font-size:16px;line-height:19px}.chat-transaction-history__content-item-user-wallet{font-weight:400;font-size:16px;line-height:26px;color:#4f4f4f}.chat-transaction-history__content-item-date{font-weight:400;font-size:16px;line-height:26px;color:#4f4f4f}.chat-transaction-history__content-item-memo{font-weight:400;font-size:16px;line-height:26px;color:#4f4f4f;word-break:break-all}.d-flex{display:flex;align-items:center}.green{color:#219653}.red{color:#ff3434}
.chat-list-header{display:flex;align-items:center;padding:.35rem .6rem;border-bottom:1px solid #e0e0e0}.chat-list-header-checkbox{display:flex;align-items:center;cursor:pointer}.chat-list-header-checkbox__checkbox{height:1.2rem;width:1.2rem;margin:0;margin-right:.4rem}.chat-list-header-menu{margin-left:auto}.chat-list-header-menu__handle{display:flex;align-items:center;height:2.4rem;padding:0 .4rem}.chat-list-header-menu__tooltip{right:21rem}.chat-list-header-menu__delete-item{color:#eb5757}.chat-list-header-menu__delete-item:hover{color:#eb5757;background-color:rgba(235,87,87,.1)}.chat-list-header-menu__delete-item:active{color:rgba(235,87,87,.6);background-color:rgba(235,87,87,.1)}.chat-list-header-menu-list{top:calc(100% + 0.5rem)}
.chat-list-item{display:flex;align-items:center;cursor:pointer;padding:.6rem;padding-top:.5rem;margin-bottom:1rem;width:100%;min-width:13rem;transition:background-color .3s ease,border .3s ease;border:1px solid #dce7ff;border-radius:20px;background-color:#f2f6fc}.chat-list-item:hover{background-color:#dce7ff}.chat-list-item__new{background-color:#fff}.chat-list-item_active{background-color:#0052ff}.chat-list-item_active:hover{background-color:rgba(0,82,255,.8)}.chat-list-item_active .chat-list-item-header__address,.chat-list-item_active .chat-list-item-subject,.chat-list-item_active .chat-list-item-header__date{color:#fff}.chat-list-item_active .chat-list-item-header-lock,.chat-list-item_active .chat-list-item-header-menu__handle{color:#fff}.chat-list-item_active .chat-list-item-header-lock *,.chat-list-item_active .chat-list-item-header-menu__handle *{fill:#fff}.chat-list-item_active .chat-list-item-header-menu_active .chat-list-item-header-menu__handle{background-color:rgba(220,231,255,.2)}.chat-list-item_active .chat-list-item-header-menu__handle:hover{background-color:rgba(255,255,255,.2)}.chat-list-item_unread .chat-list-item-header__address,.chat-list-item_unread .chat-list-item-subject,.chat-list-item_unread .chat-list-item-header__date{font-weight:bold}.chat-list-item-buttons{display:flex;align-items:center;padding-top:.4rem;margin-right:15px}.chat-list-item-content{display:flex;flex-direction:column;width:100%;overflow:hidden}.chat-list-item-header{display:flex;width:100%;justify-content:space-between;align-items:center}.chat-list-item-header-checkbox{display:flex;margin-top:.2rem;margin-right:.5rem}.chat-list-item-header-checkbox__checkbox{height:1.1rem;width:1.1rem;margin:0;padding:0}.chat-list-item-header-favorite-btn-wrapper{display:flex;margin-right:.5rem}.chat-list-item-header-favorite-btn{font-size:1.1rem;padding:.2rem}.chat-list-item-header-favorite-btn:hover{color:#f2c94c;background-color:transparent}.chat-list-item-header-favorite-btn:active{color:#f2c94c}.chat-list-item-header-favorite-btn_active{color:#f2c94c}.chat-list-item-header-content{display:flex;width:100%;overflow:hidden;align-items:center}.chat-list-item-header__address{color:#05266c;font-size:.9rem;letter-spacing:1px;flex-shrink:1;margin-right:.5rem;text-align:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.chat-list-item-header-lock{display:flex;min-width:fit-content;margin-right:.5rem}.chat-list-item-header-lock__icon{transform:scale(0.9)}.chat-list-item-header-lock__icon *{fill:#05266c}.chat-list-item-header__counter{user-select:none;color:#fff;background-color:#f45697;padding:.15rem .45rem;font-size:.8rem;border-radius:15px;margin-right:.5rem}.chat-list-item-header-menu{min-width:fit-content;margin-left:auto}.chat-list-item-header-menu__handle{display:flex;align-items:center;height:2rem;padding:0 .4rem}.chat-list-item-header-menu__delete-item{color:#eb5757}.chat-list-item-header-menu__delete-item:hover{color:#eb5757;background-color:rgba(235,87,87,.1)}.chat-list-item-header-menu__delete-item:active{color:rgba(235,87,87,.6);background-color:rgba(235,87,87,.1)}.chat-list-item-header__date{color:#4f4f4f;font-size:.8rem;margin-left:auto;overflow-wrap:anywhere}.chat-list-item-body{display:flex;flex-direction:column;justify-content:center;margin-top:.5rem}.chat-list-item-body-row{display:flex;align-items:center}.chat-list-item-body-subject{display:flex;align-items:center;font-weight:700}.chat-list-item-body-subject svg{margin-right:5px}.chat-list-item-body-subject__bold{font-weight:bold;color:#1e1e1e;font-size:.8rem}.chat-list-item-body-message-preview{margin-left:10px}.chat-list-item-body-message-preview__bold{font-weight:bold;color:#1e1e1e;font-size:.8rem}.chat-list-item-subject{display:flex;align-items:center;width:3rem;flex-grow:1;margin-right:1rem;color:#828282;font-size:.75rem;letter-spacing:1px;text-align:left;overflow-x:auto;white-space:nowrap}.chat-list-item-description{text-align:left;margin-top:.5rem;font-size:.8rem;color:#828282}.chat-list-item-menu-inner{padding:0 !important}.chat-list-item-menu-inner .dropdown-list{right:unset;top:3rem;height:120px;overflow:auto}.chat-list-item-header-menu__handle-inner{display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left;border:none;margin:0;overflow:visible;background:transparent !important;color:inherit !important;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;cursor:pointer;padding:.6rem 1rem;box-sizing:border-box}.line{margin:0 auto;width:90%;height:1px;background-color:#e0e0e0}.chat-list-item-header-label{display:flex;min-width:1rem;max-width:5rem;min-height:fit-content;overflow-x:auto}.label-as{margin:0 auto;display:flex;align-items:center}.label-as__icon{margin:0;transform:scale(0.8);padding-left:.1rem;padding-right:.6rem}
.chat-header-label{position:relative;width:auto}.chat-header-label__dropdown{display:none;position:absolute;box-shadow:0px 0px 10px rgba(0,0,0,.15);border-radius:5px;background-color:#fff;font-size:1rem;color:#000;z-index:1000;top:1.5rem;right:0;padding:.5rem;box-sizing:border-box}.chat-header-label__dropdown button{padding:0;background:transparent;margin:0;line-height:normal;cursor:pointer}.chat-header-label__dropdown div:not(:last-child){margin-bottom:.5rem}.chat-header-label__dropdown div{border-radius:5px;padding:.3rem;box-sizing:border-box;background-color:#717171;max-width:5rem;overflow:hidden;text-overflow:ellipsis}.label-visible{display:block}.chat-header-label__btn{padding:0}.chat-header-label__btn div{border-radius:5px;padding:.2rem;font-size:.7rem;box-sizing:border-box;white-space:nowrap;max-width:70px;overflow:hidden;text-overflow:ellipsis}.chat-header-label__dropdown-item{max-width:10rem;height:fit-content;padding:.6rem}.chat-header-label__dropdown-item .chat-header-label__icon{margin-right:.5rem}.chat-header-label__dropdown-item .chat-header-label__icon svg{object-fit:cover}.chat-header-label__dropdown-item .chat-header-label__name{max-width:7rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chat-header-label-list{position:fixed;right:auto;max-height:150px;overflow:auto}
.chat-list{display:flex;flex-direction:column;margin-right:1.5rem;min-width:25%;width:100%;height:100%}.chat-list-body{display:flex;flex-direction:column;text-align:center;align-items:center;height:100%;margin-top:1rem;overflow-y:auto}
.mailbox{position:relative;display:flex;height:100%}
.draft-list-header{display:flex;align-items:center;padding:.35rem .6rem;border-bottom:1px solid #e0e0e0}.draft-list-header-checkbox{display:flex;align-items:center;cursor:pointer}.draft-list-header-checkbox__checkbox{height:1.2rem;width:1.2rem;margin:0;margin-right:.4rem}.draft-list-header-menu{margin-left:auto}.draft-list-header-menu__handle{display:flex;align-items:center;height:2.4rem;padding:0 .4rem}.draft-list-header-menu__delete-item{color:#eb5757}.draft-list-header-menu__delete-item:hover{color:#eb5757;background-color:rgba(235,87,87,.1)}.draft-list-header-menu__delete-item:active{color:rgba(235,87,87,.6);background-color:rgba(235,87,87,.1)}.draft-list-header-menu-list{top:calc(100% + 0.5rem)}
.draft-list-item{display:flex;align-items:center;cursor:pointer;padding:.6rem;padding-top:.5rem;margin-bottom:1rem;width:100%;min-width:13rem;transition:background-color .3s ease,border .3s ease;border:1px solid #dce7ff;border-radius:20px;background-color:#fff}.draft-list-item:hover{background-color:#dce7ff}.draft-list-item_active{background-color:#0052ff}.draft-list-item_active:hover{background-color:rgba(0,82,255,.8)}.draft-list-item_active .draft-list-item-header__address,.draft-list-item_active .draft-list-item-subject,.draft-list-item_active .draft-list-item-header__date{color:#fff}.draft-list-item_active .draft-list-item-header-lock,.draft-list-item_active .draft-list-item-header-menu__handle{color:#fff}.draft-list-item_active .draft-list-item-header-lock *,.draft-list-item_active .draft-list-item-header-menu__handle *{fill:#fff}.draft-list-item_active .draft-list-item-header-menu_active .draft-list-item-header-menu__handle{background-color:rgba(220,231,255,.2)}.draft-list-item_active .draft-list-item-header-menu__handle:hover{background-color:rgba(255,255,255,.2)}.draft-list-item-buttons{display:flex;align-items:flex-start;height:100%;padding-top:.4rem;margin-top:.2rem;margin-right:1rem}.draft-list-item-content{width:100%}.draft-list-item-header{display:flex;align-items:center;width:100%;height:fit-content}.draft-list-item-header-checkbox{display:flex}.draft-list-item-header-checkbox__checkbox{height:1.1rem;width:1.1rem;margin:0}.draft-list-item-header-content{display:flex;width:100%;align-items:center;overflow-x:auto}.draft-list-item-header__address{color:#05266c;font-size:.9rem;letter-spacing:1px;flex-shrink:1;min-width:1rem;max-width:8rem;max-height:1.2rem;min-height:fit-content;margin-right:1rem;overflow-x:auto;overflow-wrap:anywhere;white-space:nowrap;text-align:left}.draft-list-item-header__tag{display:flex;flex-shrink:0;justify-content:center;align-items:center;user-select:none;color:#fff;background-color:#f45697;padding:.35rem .65rem;margin-right:1rem;margin-left:auto;font-size:.75rem;letter-spacing:1px;border-radius:30px}.draft-list-item-header-menu{min-width:fit-content;margin-left:auto}.draft-list-item-header-menu__handle{display:flex;align-items:center;height:2.2rem;padding:0 .4rem}.draft-list-item-header-menu__delete-item{color:#eb5757}.draft-list-item-header-menu__delete-item:hover{color:#eb5757;background-color:rgba(235,87,87,.1)}.draft-list-item-header-menu__delete-item:active{color:rgba(235,87,87,.6);background-color:rgba(235,87,87,.1)}.draft-list-item-header__date{color:#4f4f4f;font-size:.8rem;margin-left:auto;overflow-wrap:anywhere}.draft-list-item-body{display:flex;flex-direction:column;justify-content:center;margin-top:.5rem}.draft-list-item-body-row{display:flex;align-items:center}.draft-list-item-subject{display:flex;width:3rem;flex-grow:1;max-width:50%;margin-right:1rem;color:#828282;font-size:.75rem;letter-spacing:1px;text-align:left;overflow-x:auto;white-space:nowrap}
.draft-list{display:flex;flex-direction:column;margin-right:1.5rem;min-width:25%}.draft-list-category{color:#5a657d;text-transform:uppercase;letter-spacing:1px;margin:.35rem 0;margin-left:.6rem}.draft-list-body{display:flex;flex-direction:column;text-align:center;align-items:center;height:100%;margin-top:1rem;overflow-y:auto}
.empty-drafts{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:auto;padding:0 .75rem}.empty-drafts-image{width:10rem;height:10rem;margin-bottom:.7rem}.empty-drafts__heading{letter-spacing:1px}.empty-drafts-info{display:flex;flex-direction:column;align-items:center;font-size:1.125rem;color:#4f4f4f;letter-spacing:1px;margin-bottom:1.875rem}.empty-drafts-info__category{display:inline-block;letter-spacing:1px;text-transform:capitalize;margin:0 .5rem}.empty-drafts-info__search-btn{color:#090647;font-size:1.125rem;font-weight:bold;letter-spacing:1px;margin-right:.5rem}.empty-drafts-import-chats-btn{padding:.875rem 1.5rem}.empty-drafts-import-chats-btn__icon{margin-right:1rem}
.drafts{position:relative;display:flex;height:100%}
.connect-wallet{position:relative;display:flex;height:100%;min-height:950px;border:1px solid #dce7ff;border-radius:20px;background:#fff}.connect-wallet-title{display:flex;flex-direction:column;position:absolute;top:3rem;left:4.5rem}.connect-wallet-title h1{font-family:"Inter";font-style:normal;font-weight:500;font-size:24px;line-height:29px;padding-bottom:.5rem}.connect-wallet-title span{font-family:"Inter";font-style:normal;font-weight:400;font-size:18px;line-height:22px;color:#5a657d}.connect-wallet-accept{display:flex;flex-direction:column}.connect-wallet-accept .connect-wallet-accept-title{font-family:"Inter";font-style:normal;font-weight:500;font-size:18px;line-height:22px;color:#4f4f4f;padding-bottom:1rem}.connect-wallet-accept .connect-wallet-accept-title a{text-decoration:none}.connect-wallet-accept .connect-wallet-accept-title a:hover{text-decoration:underline}.connect-wallet-accept .connect-wallet-accept-checkbox{display:flex;justify-content:start;font-family:"Inter";font-style:normal;font-weight:500;font-size:18px;line-height:22px;color:#4f4f4f}.connect-wallet-accept .connect-wallet-accept-checkbox span{padding-left:1rem}.connect-wallet-accept input{width:20px;height:20px;background:#fff;border:1.7px solid #0052ff;border-radius:3px}.connect-wallet-choese-wallet{display:flex;flex-direction:column;padding-top:2rem;padding-bottom:3rem}.connect-wallet-choese-wallet h3{font-family:"Inter";font-style:normal;font-weight:500;font-size:18px;line-height:22px;display:flex;letter-spacing:1px;color:#090647;padding-bottom:.5rem}.connect-wallet-choose-wallet-current{width:199px;height:91px;border:1px solid #e1e0e0;border-radius:5px;cursor:pointer}.connect-wallet-choose-wallet-current .connect-wallet-choose-wallet-stellar{display:flex;align-items:center;flex-direction:column;padding:.8rem}.connect-wallet-choose-wallet-current span{padding-top:.3rem;font-family:"Inter";font-style:normal;font-weight:500;font-size:18px;line-height:22px;letter-spacing:1px;color:#5a657d}.connect-wallet-choose-wallet-current-selected{background-color:#e9e9e9;transition:background-color .5s ease}.connect-wallet-choose-wallet-current-selected:hover{background-color:rgba(173,173,173,.5)}.connect-wallet-user{display:flex;flex-direction:column;justify-content:center;align-items:center;width:199px;min-height:91px;border:1px solid #e1e0e0;border-radius:5px;margin:0 1rem 1rem 0;cursor:pointer;transition:background-color .3s ease}.connect-wallet-user:hover{background-color:#dedede}.connect-wallet-user span{padding-top:.3rem;font-weight:500;font-size:18px;line-height:22px;letter-spacing:1px;color:#5a657d}.dashboard-wallet{position:relative;display:flex;height:100%}.dashboard-wallet-my-wallet{min-width:521px;border:1px solid #dce7ff;border-radius:20px;background:#fff;margin-right:3rem;height:max-content;min-height:500px;width:521px}.dashboard-wallet-transaction-history{width:78%;min-width:500px;border:1px solid #dce7ff;border-radius:20px;background:#fff;min-height:855px}.dashboard-wallet-title{display:flex;flex-direction:column;padding:2rem 2.5rem 0 2.5rem}.dashboard-wallet-title h1{font-family:"Inter";font-style:normal;font-weight:500;font-size:24px;line-height:29px;letter-spacing:1px;color:#090647;padding-bottom:2rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.dashboard-wallet-card-main{position:relative;display:flex;justify-content:center;align-items:center;padding:0 2.5rem 4rem 2.5rem}.dashboard-wallet-card-default{display:flex}.dashboard-wallet-card-mobile{display:none}.dashboard-wallet-card{position:relative}.dashboard-wallet-card img{border-radius:0}.dashboard-wallet-card-wave-top{display:flex;position:absolute;bottom:13%}.dashboard-wallet-card-wave-bottom{display:flex;position:absolute;right:0;top:2%}.dashboard-wallet-card-wave-mobile{position:absolute;top:-5%;left:0;right:-10%;display:none}.dashboard-wallet-transaction-history-title{display:flex;flex-direction:column;padding:2rem 0 1rem 2.5rem}.dashboard-wallet-transaction-history-title h1{font-family:"Inter";font-style:normal;font-weight:500;font-size:24px;line-height:29px;display:flex;letter-spacing:1px;color:#090647}.dashboard-wallet-card-balance{font-family:"Inter";font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#fff}.dashboard-wallet-card-balance-value{left:5%;top:42%;position:absolute;font-family:"Inter";font-style:normal;font-weight:500;font-size:38px;line-height:46px;display:flex;align-items:center;text-align:center;color:#fff}.dashboard-wallet-card-balance-icon{transform:scale(1.9)}.dashboard-wallet-info-main{display:flex;flex-direction:column}.dashboard-wallet-assets{overflow-y:auto}.dashboard-wallet-info{display:flex;justify-content:space-between;padding:0 2.5rem 3rem 2.5rem}.dashboard-wallet-info-name{font-family:"Inter";font-style:normal;font-weight:500;font-size:18px;line-height:24px;color:#4f4f4f}.dashboard-wallet-info-balance{display:flex;flex-direction:column;align-items:flex-end;gap:.1rem;font-family:"Inter";font-style:normal;font-weight:500;font-size:18px;line-height:24px;color:#05266c}.dashboard-wallet-info-balance span{font-family:"Inter";font-style:normal;font-weight:500;font-size:14px;line-height:24px;color:#5a657d}.dashboard-wallet-info-menu{display:flex;justify-content:space-between;padding:0 2.5rem 2rem 2.5rem}.dashboard-wallet-info-menu-item{display:flex;flex-direction:column;align-items:center;cursor:pointer}.dashboard-wallet-info-menu-item span{padding-top:.5rem;font-family:"Inter";font-style:normal;font-weight:500;font-size:18px;line-height:22px;color:#5a657d}.dashboard-wallet-info-menu-item-icon{display:flex;justify-content:space-around;align-items:center;width:80px;height:80px;background:#dce7ff;border-radius:10px;transition:background-color .3s ease}.dashboard-wallet-info-menu-item-icon:hover{background-color:#0052ff}.dashboard-wallet-info-menu-item-icon:hover .icon *{stroke:#fff}.dashboard-wallet-info-menu-item-active .dashboard-wallet-info-menu-item-icon{background-color:#0052ff}.dashboard-wallet-info-menu-item-active .icon *{stroke:#fff}.dashboard-wallet-transaction-history-info{display:flex;justify-content:space-between;align-items:center;padding:0 2rem 3rem 2.5rem}.dashboard-wallet-transaction-history-info-value{display:flex}.dashboard-wallet-transaction-history-username{display:flex;justify-content:space-between;flex-direction:column;font-family:"Inter";font-style:normal;font-weight:500;font-size:18px;line-height:22px;color:#090647;padding-left:1rem;word-break:break-all}.dashboard-wallet-transaction-history-username span{font-size:14px}.dashboard-wallet-transaction-history-info-icon{display:flex;justify-content:center;align-items:center;min-width:50px;height:50px;background-color:#dce7ff;border-radius:10px}.dashboard-wallet-transaction-history-info-icon .icon{padding:1px}.dashboard-wallet-transaction-history-info-icon .icon *{transform:scale(0.9)}.dashboard-wallet-transaction-history-info-amount{font-family:"Inter";font-style:normal;font-weight:500;font-size:18px;line-height:22px;color:#090647}.dashboard-name-wallet-title{display:flex;align-items:center;padding:2rem 2.5rem 1rem 2.5rem}.dashboard-name-wallet-title h1{padding-left:.5rem;font-family:"Inter";font-style:normal;font-weight:500;font-size:24px;line-height:29px;display:flex;letter-spacing:1px;color:#090647}.dashboard-name-wallet-back{width:30px;height:30px;border-radius:5px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color .3s ease,color .3s ease}.dashboard-name-wallet-back:hover{background-color:rgba(220,231,255,.9)}.fadew-enter{opacity:0;transform:translateX(0%)}.fadew-enter-active{opacity:1;transform:translateX(0%);transition:opacity 200ms,transform 200ms}.fadew-exit{opacity:1;transform:translateX(0%)}.fadew-exit-active{opacity:0;transform:translateX(0%);transition:opacity 200ms,transform 200ms}.history-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:4rem 1rem 4rem 1rem;color:#090647}.history-empty h1{text-align:center;font-weight:500;font-size:24px;line-height:29px}.history-empty span{text-align:center;font-size:18px}.dashboard-wallet-send-form{width:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 2.5rem 2rem 2.5rem;font-family:"Inter";font-style:normal;font-weight:400;line-height:22px;color:#4f4f4f}.dashboard-wallet-send-form textarea{display:flex;flex-direction:column;width:100%;height:130px;border:1px solid #ccc;border-radius:5px;resize:none;color:#828282}.dashboard-wallet-send-form textarea:focus{outline:none !important;border:2px solid #447fff}.dashboard-wallet-send-form .dashboard-wallet-send-form-button{padding:2rem 0;width:100%}.dashboard-wallet-send-form .dashboard-wallet-send-form-btn{display:flex;justify-content:center;align-items:center;background:#0052ff;border-radius:4px;width:100%;height:50px;font-weight:400;font-size:16px;color:#fff;cursor:pointer;transition:background-color .3s ease,color .3s ease}.dashboard-wallet-send-form .dashboard-wallet-send-form-btn:hover{background-color:rgba(0,82,255,.9)}.dashboard-wallet-send-form .dashboard-wallet-send-form-btn:disabled{background-color:#e1e0e0;cursor:not-allowed}.dashboard-wallet-send-form-input{display:inline-block;background:#fff;border:.1rem solid #ccc;border-radius:5px;width:100%;height:50px;padding:1rem;color:#828282}.dashboard-wallet-send-form-input:focus{outline:none !important;border:2px solid #447fff}.dashboard-wallet-send-form-span{font-size:18px;display:flex;padding-bottom:.7rem}.dashboard-wallet-send-enter-amount-label{position:relative}.dashboard-wallet-send-enter-amount-label input::-webkit-outer-spin-button,.dashboard-wallet-send-enter-amount-label input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.dashboard-wallet-send-enter-amount-label input[type=number]{-moz-appearance:textfield}.dashboard-wallet-send-enter-amount-value{position:absolute;top:0;bottom:0;right:10px;display:flex;align-items:center}.dashboard-wallet-send-enter-amount-bottom{display:flex;padding-top:.7rem}.dashboard-wallet-error{display:flex;align-items:center}.dashboard-wallet-error span{font-size:14px;color:#ff3434}.dashboard-wallet-error-name{padding-top:.5rem;display:flex}.dashboard-wallet-error-name span{font-size:14px;color:#ff3434}.dashboard-wallet-error-icon{padding-right:.2rem;margin:.1rem}.dashboard-wallet-send-enter-amount-xml{font-size:18px;color:#4f4f4f}.dashboard-wallet-send-wallet-success-message{display:flex;flex-direction:column;align-items:center;text-align:center;width:auto;color:#090647}.dashboard-wallet-send-wallet-success-message span{font-weight:500;font-size:24px;padding-bottom:2rem}.dashboard-wallet-send-wallet-success-message .icon *{stroke:#fff}.dashboard-wallet-send-wallet-success-button{padding:0 2.5rem 2rem 2.5rem;width:100%}.dashboard-wallet-send-wallet-success-message-icon{width:500px}.dashboard-wallet-send-back{display:flex;justify-content:center;align-items:center;background:#0052ff;border-radius:4px;width:100%;height:50px;font-weight:400;font-size:16px;color:#fff;cursor:pointer;transition:background-color .3s ease,color .3s ease}.dashboard-wallet-send-back:hover{background-color:rgba(0,82,255,.9)}.dashboard-wallet-info-menu-item-dropdown{left:0;margin-top:3rem;transform:scale(1.1)}.dashboard-wallet-send-other-stellar-account{display:flex;flex-direction:column;align-items:center;width:100%}.dashboard-wallet-send-form-selected [class$=-control]{width:440px;min-height:50px;padding-left:.1rem;cursor:pointer}.dashboard-wallet-selected-icon-option{display:flex;align-items:center}.dashboard-wallet-selected-icon-option .icon{transform:scale(0.8)}.dashboard-wallet-selected-icon-option span{margin-left:.4rem}.dashboard-wallet-selected-icon-option p{margin-left:.4rem}.dashboard-wallet-send-to{width:30px;height:30px}.dashboard-wallet-recieve{display:flex;flex-direction:column;justify-content:center;padding:0 2.5rem 2rem 2.5rem;color:#4f4f4f}.dashboard-wallet-recieve h3{font-weight:500;font-size:18px;color:#5a657d;padding-top:1.5rem;padding-bottom:1rem}.dashboard-wallet-recieve-btn{display:flex;justify-content:center;align-items:center;background:#0052ff;border-radius:4px;width:100%;height:50px;font-weight:400;font-size:16px;color:#fff;cursor:pointer;transition:background-color .3s ease,color .3s ease}.dashboard-wallet-recieve-btn:hover{background-color:rgba(0,82,255,.9)}.dashboard-wallet-recieve-btn:disabled{background-color:#e1e0e0;cursor:not-allowed}.dashboard-wallet-recieve-qr{width:100%;padding-bottom:.2rem}.dashboard-wallet-recieve-qr-code{height:130px;border:1px solid #e1e0e0;border-radius:5px;display:flex;justify-content:center;align-items:center}.dashboard-wallet-recieve-qr-code img{width:104px;height:104px}.dashboard-wallet-recieve-enter-amount-label{position:relative}.dashboard-wallet-recieve-enter-amount-label input::-webkit-outer-spin-button,.dashboard-wallet-recieve-enter-amount-label input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.dashboard-wallet-recieve-enter-amount-label input[type=number]{-moz-appearance:textfield}.dashboard-wallet-recieve-form-input{display:inline-block;border:none;border-radius:5px;width:100%;height:50px;padding:1rem 2.5rem 1rem 1rem;color:#0052ff;background:#dce7ff;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.dashboard-wallet-recieve-form-input:focus{outline:none !important;border:none}.dashboard-wallet-recieve-enter-amount-value{position:absolute;top:0;bottom:0;right:10px;display:flex;align-items:center;cursor:pointer}.dashboard-wallet-recieve-enter-amount-value:hover .icon *{stroke:#dce7ff}.dashboard-wallet-recieve-form-span{font-size:18px;display:flex;padding-bottom:.7rem;min-width:130px}.dashboar-wallet-settings{height:100%;width:100%}.dashboar-wallet-settings-wallet{position:relative;height:90%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:0 2.5rem 2rem 2.5rem;color:#4f4f4f;gap:2rem}.dashboar-wallet-settings-wallet-item{display:flex;flex-direction:column;width:100%}.dashboard-wallet-size-device{position:relative}.dashboard-wallet-settings-wallet-input-account-name{display:inline-block;background:#fff;border:1px solid #ccc;border-radius:5px;width:100%;height:50px;padding:1rem;color:#828282}.dashboard-wallet-settings-wallet-input-account-name:focus{outline:none !important;border:2px solid #447fff}.dashboard-wallet-settings-input{display:inline-block;border:none;border-radius:5px;width:100%;height:50px;padding:1rem 2.5rem 1rem 1rem;color:#0052ff;background:#dce7ff;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.dashboard-wallet-settings-input:focus{outline:none !important;border:none}.react-select-container .react-select__control{height:50px}.react-select-container .react-select__control .react-select__value-container{padding-left:.5rem}.react-select-container .react-select__control .react-select__value-container .react-select__single-value{padding-left:.3rem}.react-select-container .react-select__control .react-select__indicators span{display:none}.react-select-currency{width:40%}.dashboard-wallet-amount-wrapper{display:flex;position:relative}.send-form-currency-display-text{position:absolute;top:-32px;right:20px}.dashboard-wallet-transaction-history-infinite-scroll{overflow-y:overlay;max-height:87%}.dashboard-wallet-transaction-history-container{width:100%;height:100%}.dashboard-wallet-recieve-address{width:100%;padding:0 0 2rem 0}.dashboard-wallet-settings{width:100%;padding:0 0 3rem 0}.dashboard-wallet-settings-button{width:100%}.dashboard-wallet-recieve-button{width:100%;padding:2rem 0}.history-transaction-item-enter{opacity:0;transform:translateX(-100%)}.history-transaction-item-enter-active{opacity:1;transition:opacity 500ms,transform 500ms;transform:translateX(0%)}.history-transaction-item-exit{opacity:0;transform:translateX(0%)}.history-transaction-item-exit-active{opacity:1;transition:opacity 500ms,transform 500ms;transform:translateX(-100%)}.connect-wallet-user{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid #e1e0e0;border-radius:5px;margin:0 1rem 1rem 0;cursor:pointer;transition:background-color .3s ease}.connect-wallet-user:hover{background-color:#dedede}.connect-wallet-user span{padding-top:.3rem;font-weight:500;font-size:18px;line-height:22px;letter-spacing:1px;color:#5a657d;letter-spacing:1px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:90%;text-align:center}.connect-choose-wallets-user{display:flex;flex-wrap:wrap;overflow-y:auto;max-height:300px}.connect-wallet-choese-new-wallet{display:flex;flex-direction:column;padding-top:2rem;padding-bottom:3rem}.connect-wallet-choese-new-wallet h3{font-family:"Inter";font-style:normal;font-weight:500;font-size:18px;line-height:22px;display:flex;letter-spacing:1px;color:#090647;padding-bottom:.5rem}.dashboard-wallet-trustline-list{position:relative;display:flex;justify-content:space-between;align-items:center}.dashboard-wallet-trustline-name{display:flex;justify-content:center;align-items:center}.dashboard-wallet-trustline-name span{margin-left:10px}.dashboard-wallet-trustline-button{display:flex;justify-content:center;align-items:center;border:1px solid #1e1e1e;border-radius:4px;padding:10px 20px;font-weight:400;font-size:16px;color:#000;cursor:pointer;transition:background-color .3s ease,color .3s ease}.dashboard-wallet-trustline-button:disabled{border:1px solid #d1d1d1;color:#bcbcbc;cursor:not-allowed}.dashboard-wallet-receive__form-item{display:flex;flex-direction:column;margin-bottom:30px;width:100%}.dashboard-wallet-receive__form-item_amount{margin-bottom:10px;flex-direction:row;justify-content:space-between}.dashboard-wallet-receive__form-amount{width:57%}.dashboard-wallet-receive__form-label{margin-bottom:10px}.dashboard-wallet-receive__form-input{margin-top:10px;display:inline-block;background:#fff;border:.1rem solid #ccc;border-radius:5px;width:100%;height:50px;padding:1rem;color:#828282}.dashboard-wallet-receive__form-input:focus{outline:none !important;border:2px solid #447fff}.react-select-dashboard{width:40% !important;margin-top:0}.react-select-currency{width:100% !important}.connect-wallet-user-default-account{position:absolute;top:0;right:0;width:20px;height:20px;margin:5px}.change-trustline-loader{position:unset !important;transform:none !important}.send-bottom{bottom:120%}.dashboard-wallet-settings-account-name{font-size:15px;padding:0 10px;width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.connect-wallet-modal{max-width:500px;padding:20px;background:#fff;border:1px solid #dce7ff;border-radius:20px;position:relative}.connect-wallet-modal__title{font-weight:500;font-size:24px;line-height:29px;color:#090647}.connect-wallet-modal__close-button{font-size:20px;position:absolute;top:10px;right:10px}.connect-wallet-modal__content{margin-top:40px}.connect-wallet-modal__input-wrapper{margin-bottom:30px}.connect-wallet-modal__label{font-weight:400;font-size:18px;line-height:22px;color:#4f4f4f}.connect-wallet-modal__input{display:inline-block;margin-top:10px;background:#fff;border:.1rem solid #ccc;border-radius:5px;width:100%;height:50px;padding:1rem;color:#828282}.connect-wallet-modal__input:focus{outline:none !important;border:2px solid #447fff}.connect-wallet-modal__submit-button{width:100%;margin-top:40px;font-size:1rem;font-family:"Inter",Arial,sans-serif;color:#fff;background-color:#0052ff;border:none;border-radius:4px;padding:.75rem 2rem;cursor:pointer;outline:none;user-select:none;transition:background-color .2s ease,color .2s ease}.connect-wallet-modal__submit-button:disabled{background-color:#e1e0e0;cursor:not-allowed}.modal-success-heading{margin-bottom:15px;font-weight:500;font-size:24px;line-height:29px;text-align:center;color:#090647}.modal-success-content{display:flex;flex-direction:column;align-items:center}.modal-success-text{margin-bottom:30px;font-weight:400;font-size:18px;line-height:22px;color:#4f4f4f;text-align:center}.modal-success-button-wrapper{padding:0 2.5rem 2rem 2.5rem;width:100%}.modal-success-btn{display:flex;justify-content:center;align-items:center;background:#0052ff;border-radius:4px;width:100%;height:50px;font-weight:400;font-size:16px;color:#fff;cursor:pointer;transition:background-color .3s ease,color .3s ease}.modal-success-btn:hover{background-color:rgba(0,82,255,.9)}
.secret-key-modal{position:relative;padding:25px;background:#fff;border-radius:21px;box-sizing:border-box;color:#4f4f4f;letter-spacing:1px;margin:0 10px}.secret-key-modal__close-btn{position:absolute;top:10px;right:10px}.secret-key-modal__close-btn button svg path{fill:#5a657d}.secret-key-modal__title{font-weight:500;font-size:24px;line-height:29px;color:#090647}.secret-key-modal__close-button{font-size:20px;position:absolute;top:10px;right:10px}.secret-key-modal__content{margin-top:40px}.secret-key-modal__input-wrapper{margin-bottom:30px}.secret-key-modal__label{font-weight:400;font-size:18px;line-height:22px;color:#4f4f4f}.secret-key-modal__input{display:inline-block;margin-top:10px;background:#fff;border:.1rem solid #ccc;border-radius:5px;width:100%;height:50px;padding:1rem;color:#828282}.secret-key-modal__input:focus{outline:none !important;border:2px solid #447fff}.secret-key-modal__submit-button{width:100%;margin-top:40px;font-size:1rem;font-family:"Inter",Arial,sans-serif;color:#fff;background-color:#0052ff;border:none;border-radius:4px;padding:.75rem 2rem;cursor:pointer;outline:none;user-select:none;transition:background-color .2s ease,color .2s ease}
.aws-s3{display:flex;flex-direction:column;background-color:#f7fafc;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;overflow:auto}.aws-s3-container{position:relative}.aws-s3-header{width:100%;padding:1.125rem 0;background-color:#fff;box-shadow:0px 0px 15px rgba(0,0,0,.15)}.aws-s3-header-content{display:flex;justify-content:space-between;align-items:center;width:56%;margin:0 auto}.aws-s3-header-favicon{height:4rem;width:4rem}.aws-s3-header-favicon__image{cursor:pointer}.aws-s3-header-buttons{display:flex;align-items:center;height:3rem}.aws-s3-header-buttons *{font-size:1.125rem;padding-top:0;padding-bottom:0;border-width:2px;height:100%}.aws-s3-body-content{height:100%;width:57%;margin:3.75rem auto;padding:3.75rem 6rem;border-radius:10px;background-color:#fff}.faq-body-content__title{font-size:2.25rem;color:#05266c;line-height:3rem;letter-spacing:2px;margin:0;margin-bottom:1.25rem;text-transform:uppercase;text-align:center}.aws-s3-body-content__header{color:#4f4f4f;font-size:1rem;line-height:1.5rem;letter-spacing:2px;margin-bottom:2rem}.aws-s3-body-content__footer{color:#4f4f4f;font-size:1rem;line-height:1.5rem;letter-spacing:2px}.aws-s3-body-content-steps{margin-bottom:2rem}.aws-s3-body-content-steps__header{color:#4f4f4f;font-size:1rem;line-height:1.5rem;letter-spacing:2px;margin-bottom:1rem}.aws-s3-body-content-step{color:#4f4f4f;font-size:1rem;line-height:1.5rem;letter-spacing:2px;overflow-wrap:break-word;word-wrap:break-word}.aws-s3-body-content-step ::marker{letter-spacing:.5px}.aws-s3-body-content-step+ol{margin:0}.aws-s3-body-content-step pre{font-size:.875rem;color:#444;padding:.75rem .5rem;background-color:rgba(0,0,0,.1);border-radius:10px;line-height:1.3725rem;letter-spacing:1px}.aws-s3-body-content-step code:not(pre code){font-size:.875rem;color:#444;padding:.1rem .2rem;background-color:rgba(0,0,0,.1);border-radius:3px;line-height:1.3725rem;letter-spacing:1px}.aws-s3-body-content-step:not(:last-child){margin-bottom:1rem}.aws-s3-footer{background-color:#f8f9fa;width:100%}.aws-s3-footer-content{display:flex;align-items:center;justify-content:space-between;width:56%;margin:0 auto;padding:5rem 0}.aws-s3-footer-logo__image{border-radius:0;object-fit:contain}.aws-s3-footer-media-buttons{display:flex;align-items:center}.aws-s3-footer-media-buttons__twitter *{transition:fill .3s ease}.aws-s3-footer-media-buttons__twitter:hover .icon *{fill:#0052ff}.aws-s3-footer-media-buttons__twitter:active .icon *{fill:rgba(0,82,255,.5)}.faq{border:1px solid #ced0d5;margin-bottom:15px;border-radius:10px;overflow:hidden}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;cursor:pointer}.faq-question span{color:#05266c;font-size:18px;line-height:28px;font-weight:600}.faq-open-icon{cursor:pointer}.faq-open{max-height:600px;transition:all .3s;overflow:visible;font-size:16px;color:#6d7380;padding:0 30px 20px 30px;line-height:25px}.faq-open a{background-color:transparent;color:#375bd2;text-decoration:none}.faq-close{max-height:1px;overflow:hidden;transition:all .3s;font-size:16px;color:#6d7380;padding:0 30px 0 30px;line-height:25px}.faq-close a{background-color:transparent;color:#375bd2;text-decoration:none}
.tos{display:flex;flex-direction:column;background-color:#f7fafc;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;overflow:auto}.tos-container{position:relative}.tos-header-menu-handle{color:#5a657d;fill:#5a657d}.tos-header-menu-handle *{fill:#5a657d}.tos-right-sidebar-menu{position:fixed;right:0;display:flex;flex-direction:column;width:78%;height:100%;z-index:1100;background-color:#090647;overflow-y:auto}.tos-right-sidebar-menu-close{padding:1.25rem;margin-left:auto}.tos-right-sidebar-menu-buttons{display:flex;flex-direction:column;align-items:center;min-width:8rem;width:34%;margin:auto}.tos-right-sidebar-menu-buttons *{color:#fff;height:3rem;width:100%;padding:0}.tos-right-sidebar-menu-buttons *:not(:last-child){margin-bottom:2.25rem}.tos-right-sidebar-menu-buttons .tos-log-in-btn{border:none;font-size:1.125rem}.tos-right-sidebar-menu-buttons .tos-sign-up-btn{border:2px solid #fff;background-color:transparent}.tos-header{width:100%;padding:1.125rem 0;background-color:#fff;box-shadow:0px 0px 15px rgba(0,0,0,.15)}.tos-header-content{display:flex;justify-content:space-between;align-items:center;width:56%;margin:0 auto}.tos-header-favicon{height:4rem;width:4rem}.tos-header-favicon__image{cursor:pointer}.tos-header-buttons{display:flex;align-items:center;height:3rem}.tos-header-buttons *{font-size:1.125rem;padding-top:0;padding-bottom:0;border-width:2px;height:100%}.tos-header-buttons .tos-sign-up-btn{margin-left:3.75rem}.tos-body-content{height:100%;width:57%;margin:3.75rem auto;padding:3.75rem 6rem;border-radius:10px;background-color:#fff}.tos-body-content__title{font-size:2.25rem;color:#05266c;line-height:3rem;letter-spacing:2px;margin:0;margin-bottom:1.25rem;text-transform:uppercase}.tos-body-content-item:not(:last-child){margin-bottom:2.5rem}.tos-body-content-item__heading{margin-bottom:0}.tos-body-content-item__subject,.tos-body-content-item__heading{color:#05266c;font-size:1.5rem;font-weight:bold;line-height:1.5rem;letter-spacing:2px}.tos-body-content-item__description{color:#4f4f4f;font-size:1rem;line-height:1.5rem;letter-spacing:2px}.tos-footer{background-color:#f8f9fa;width:100%}.tos-footer-content{display:flex;align-items:center;justify-content:space-between;width:56%;margin:0 auto;padding:5rem 0}.tos-footer-logo__image{border-radius:0;object-fit:contain}.tos-footer-buttons{display:flex;align-items:center}.tos-footer-buttons *{color:#5a657d;font-size:1.125rem}.tos-footer-buttons *:not(:last-child){margin-right:3.75rem}.tos-footer-buttons *:active{color:rgba(0,82,255,.5)}.tos-footer-media-buttons{display:flex;align-items:center}.tos-footer-media-buttons__twitter *{transition:fill .3s ease}.tos-footer-media-buttons__twitter:hover .icon *{fill:#0052ff}.tos-footer-media-buttons__twitter:active .icon *{fill:rgba(0,82,255,.5)}.img-radius{border-radius:0}
.send-confirmation{max-width:500px}.send-confirmation__header{background:#0052ff;border-radius:20px}.send-confirmation__header-content{display:flex;flex-direction:column;justify-content:center;align-items:center}.send-confirmation__header-image{width:130px;border-radius:0;padding-top:10px}.send-confirmation__header-amount{margin-bottom:10px;font-weight:500;font-size:30px;line-height:36px;color:#fff}.send-confirmation__header-approx-amount{margin-bottom:20px;font-weight:400;font-size:16px;line-height:26px;color:#f2f2f2}.send-confirmation__close-btn{position:absolute;top:10px;right:10px}.send-confirmation__close-btn button svg path{fill:#5a657d}.send-confirmation__content{padding:30px}.send-confirmation__content-item{margin-bottom:30px;display:flex;justify-content:space-between}.send-confirmation__content-item_block{display:block}.send-confirmation__content-item-label{font-weight:500;font-size:16px;line-height:26px;color:#4f4f4f}.send-confirmation__content-item-value{display:flex;flex-direction:column;justify-content:space-between;word-break:break-all}.send-confirmation__content-item-amount{font-weight:400;font-size:16px;line-height:26px;letter-spacing:.1px;color:#4f4f4f;text-align:end}.send-confirmation__content-item-user{display:flex;justify-content:flex-end;align-items:center}.send-confirmation__content-item-avatar{width:30px;height:30px;margin-right:15px;border-radius:50%;background-color:darkred}.send-confirmation__content-item-username{font-weight:500;font-size:16px;line-height:19px;letter-spacing:1px;color:#05266c}.send-confirmation__btn{display:flex;justify-content:center;align-items:center;background:#0052ff;border-radius:4px;width:100%;height:50px;margin-bottom:46px;font-weight:400;font-size:16px;color:#fff;cursor:pointer;transition:background-color .3s ease,color .3s ease}.send-confirmation__btn:hover{background-color:rgba(0,82,255,.9)}.convert-wallet{padding:2rem 2.5rem 2rem 2.5rem}.convert-wallet__heading{display:flex;align-items:center}.convert-wallet__back{margin-right:18px;cursor:pointer}.convert-wallet__title{font-weight:500;font-size:24px;line-height:29px;letter-spacing:1px;color:#090647}.convert-wallet__item{position:relative;margin-bottom:40px}.convert-wallet__label{margin-bottom:10px;font-weight:400;font-size:18px;line-height:22px;letter-spacing:1px;color:#4f4f4f}.convert-wallet__input{display:inline-block;background:#fff;border:.1rem solid #ccc;border-radius:5px;width:100%;height:50px;padding:1rem;color:#828282}.convert-wallet__input:focus{outline:none !important;border:2px solid #447fff}.convert-wallet__destination-asset{position:absolute;top:49px;right:35px}.convert-wallet__current-asset{margin-top:5px;font-weight:700}.convert-wallet__option-wrapper{display:flex;align-items:center}.convert-wallet__submit-btn{display:flex;justify-content:center;align-items:center;background:#0052ff;border-radius:4px;width:100%;height:50px;font-weight:400;font-size:16px;color:#fff;cursor:pointer;transition:background-color .3s ease,color .3s ease}.convert-wallet__submit-btn:hover{background-color:rgba(0,82,255,.9)}.convert-wallet__submit-btn:disabled{background-color:#e1e0e0;cursor:not-allowed}.convert-wallet__without-assets{margin-top:25%}.convert-wallet__without-assets-text{text-align:center;margin-bottom:20px;font-size:18px;color:#4f4f4f}.mb-10{margin-bottom:10px}

.tooltip{position:fixed;padding:.5rem;font-size:.75rem;text-align:left;line-height:136%;letter-spacing:1px;color:#fff;background-color:#5a657d;max-width:21rem;border-radius:5px;box-shadow:0px 0px 10px rgba(0,0,0,.15)}.tooltip-send-lumens-tooltip{position:absolute;padding:.5rem;font-size:.8rem;text-align:center;line-height:136%;letter-spacing:1px;color:#0052ff;background-color:#e2e7f9;border-radius:5px;pointer-events:none}.tooltip-send-lumens-tooltip::before{content:"";position:absolute;display:block;width:0px}.tooltip-send-lumens-wrapper{position:absolute;padding-top:5px;width:100%;max-width:176px}.tooltip-wrapper{position:absolute;left:0;top:calc(100% + 0.5rem);z-index:1200}.share-files__tooltip{position:absolute;top:calc(-100% - 1.2rem);z-index:0}.share-files-el__tooltip{font-size:1rem;padding:10px}
.emoji-picker{position:relative;display:flex;width:2rem;height:2rem}.emoji-picker .emoji-picker-react{z-index:1000}.emoji-picker-handle{padding:.3rem}
.attach-link{display:flex;flex-shrink:0;align-items:center;border-bottom:1px solid #e0e0e0;height:3rem;margin-bottom:1rem}.attach-link__input{width:100%;height:100%;font-size:.875rem;color:#05266c;letter-spacing:.5px;padding:0 1rem;border:none}.attach-link__input::placeholder{color:#828282}.attach-link__attach-btn-wrapper{height:60%}.attach-link-attach-btn{padding:0 1.4rem;height:100%;border-width:2px}.attach-link__close-btn{color:#828282;min-height:fit-content;width:max-content;padding:.5rem}.attach-link__close-btn .icon{transform:scale(0.8)}.attach-link__close-btn *{fill:#828282}
.info-banner{position:sticky;top:4.5rem;z-index:0;display:flex;align-items:flex-start;width:100%;max-height:33%;padding:.6rem 1rem;background-color:#05266c}.info-banner-content{display:flex;align-items:center;align-self:center;justify-content:center;margin:0 auto;width:95%}.info-banner-content__icon{flex-shrink:0;margin-right:1rem;align-self:flex-start}.info-banner-content__text{text-align:left;overflow-wrap:anywhere;overflow-y:auto;font-size:1.125rem;letter-spacing:1.5px;line-height:133%;color:#fff}.info-banner-close-btn{transform:scale(0.75);padding:.375rem}.info-banner-close-btn__icon,.info-banner-content__icon{color:#fff}.info-banner-close-btn__icon *,.info-banner-content__icon *{fill:#fff}
.droparea{position:relative;width:100%}.droparea-zone{z-index:5;display:flex;position:absolute;top:0;bottom:0;right:0;left:0;background-color:rgba(255,255,255,.85);user-select:none;pointer-events:none;align-items:center;justify-content:center;border-radius:10px;border:1px dashed #5a657d;opacity:1;transition:opacity .3s ease}.droparea-zone__text{text-align:center;color:#5a657d;font-size:3rem;font-weight:300;letter-spacing:.5px}
.referrals-background{display:flex;align-items:center;justify-content:center;position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.5);z-index:1000}.referrals-window{background:#fff;box-shadow:0px 0px 15px rgba(0,0,0,.15);border-radius:20px;width:36.375rem;max-height:100%;padding:1rem;padding-bottom:3.75rem;max-width:500px}.referrals-window-close{display:flex;justify-content:flex-end}.referrals-window-close__btn{padding:.3rem;transform:scale(1.2)}.referrals-window-close__btn .icon{color:#4f4f4f}.referrals-window-close__btn .icon *{fill:#4f4f4f}.referrals-window-title{display:flex;align-items:center;justify-content:center;text-align:center;color:#090647;font-size:1.5rem;font-weight:500;letter-spacing:1px;width:85%;margin:0 auto;margin-bottom:1rem}.referrals-window-description{display:flex;align-items:center;justify-content:center;text-align:center;margin:0 auto;margin-bottom:2rem;color:#4f4f4f;font-size:1.125rem;letter-spacing:1px;line-height:1.375rem;width:85%}.referrals-window-referral-list{display:flex;flex-direction:column;margin:0 auto;width:100%;padding:0 2.25rem}.referrals-window-referral-list:not(:last-child)::after{display:block;width:100%;height:1px;background-color:#e0e0e0;margin:1.375rem 0;content:""}.referrals-window-referral-item{display:flex;align-items:center;justify-content:space-between;height:1.75rem;padding:0 1rem;width:100%}.referrals-window-referral-item__referral{color:#4f4f4f;font-size:1rem;line-height:1.5rem;flex-grow:1;width:4rem;overflow:auto;white-space:nowrap;overflow-wrap:anywhere;word-break:break-all;margin-right:1rem}.referrals-window-referral-item-status{flex-shrink:0;font-size:1rem;line-height:1.5rem;color:#fff;padding:.125rem 2.5rem;border-radius:30px;max-width:48%;overflow:hidden;white-space:nowrap;overflow-wrap:anywhere;word-break:break-all;text-overflow:ellipsis}.referrals-window-referral-item-status_invited{background-color:#f2c94c}.referrals-window-referral-item-status_expired{background-color:#eb5757}.referrals-window-referral-item-status_used{background-color:#27ae60;padding-left:1.5rem;padding-right:1.5rem}.referrals-window-referral-item:not(:last-child){margin-bottom:1rem}.referrals-window-pending-invitations{display:flex;flex-direction:column;margin:0 auto;width:100%;padding:0 2.25rem}.referrals-window-pending-invitation{display:flex;justify-content:space-around;height:3.125rem;width:100%}.referrals-window-pending-invitation-input{width:60%;height:100%}.referrals-window-pending-invitation-btn{width:29%}.referrals-window-pending-invitation-btn__btn{width:100%;height:100%;padding:0}.referrals-window-pending-invitation:not(:last-child){margin-bottom:1rem}
.info-field-wrapper{display:flex;flex-direction:column}.info-field-wrapper:not(:first-child){border-bottom:1px solid #e0e0e0}.info-field{display:flex;align-items:center;height:3.25rem}.info-field__title{display:flex;flex-shrink:0;width:30%;font-size:.875rem;color:#4f4f4f;line-height:157%}.info-field__value{display:flex;flex-shrink:0;flex-grow:1;font-size:1rem;color:#5a657d;line-height:137%}.info-field-icon{margin-left:auto;transition:transform .4s ease}.info-field_expandable{cursor:pointer}.info-field-expanded{display:flex;flex-direction:column;padding:1rem 3.125rem .875rem 1.25rem;border:1px solid #e0e0e0;border-radius:5px;margin-bottom:1.875rem}.info-field-expanded-header{user-select:none}.info-field-expanded-header__title{font-size:.875rem;color:#4f4f4f;text-transform:uppercase;margin-bottom:1rem}.info-field-expanded-footer-buttons{display:flex;align-items:center;justify-content:flex-end}.info-field-expanded-footer-buttons *:not(:last-child){margin-right:1.25rem}
.Modal{position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;top:0;left:0;right:0;bottom:0;z-index:1000}.modal-main{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;padding:3rem;box-sizing:border-box;max-width:38rem;background-color:#f2f2f2;border-radius:1.25rem}.modal-header{display:flex;justify-content:center;align-items:center;box-sizing:border-box;margin-bottom:3rem;width:100%}.modal-header .model-header-favicon{width:4rem;height:4rem;margin-right:1.25rem}.modal-body{padding:2.5rem 2rem;box-sizing:border-box;background-color:#fff;max-width:31rem;margin:0 .6rem;border-radius:1.25rem;box-shadow:0 0 1rem rgba(0,0,0,.15)}.modal-body .modal-body-btn-wrapper{display:flex;align-items:center;justify-content:center}.modal-body .modal-body-btn-wrapper .modal-body-btn{padding:.6rem;border-radius:.4rem;background-color:#0052ff;color:#fff;font-size:.9rem;border:none;cursor:pointer}.modal-footer{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;font-size:.9rem;box-sizing:border-box;margin-top:3rem}.modal-footer .model-footer-favicon{width:1.75rem}.tweeter-link{display:flex;align-items:center;justify-content:center}.tweeter-logo{width:1.75rem;margin-right:10px}.tweeter-logo img{width:100%;object-fit:cover}.Overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.4)}@media screen and (max-width: 620px){.modal-main{width:auto;padding:1.5rem 0}.modal-header{margin-bottom:1.5rem}.modal-footer{margin-top:1.5rem}}
#alpha-testing{user-select:none}.home{display:flex;flex-direction:column;background-color:#090647;background-image:linear-gradient(rgba(2, 18, 54, 0.4), rgba(2, 18, 54, 0.4)),url(/c24f3a636032b3ffc93e33493e0e84c3.jpeg);background-repeat:no-repeat;background-size:cover;background-attachment:fixed;overflow:auto}.home-container{position:relative}.home-right-sidebar-menu{position:fixed;right:0;display:flex;flex-direction:column;width:78%;height:100%;z-index:1100;background-color:#090647;overflow-y:auto}.home-right-sidebar-menu-close{padding:1.25rem;margin-left:auto}.home-right-sidebar-menu-buttons{display:flex;flex-direction:column;align-items:center;min-width:8rem;width:34%;margin:auto}.home-right-sidebar-menu-buttons *{color:#fff;height:3rem;width:100%;padding:0}.home-right-sidebar-menu-buttons *:not(:last-child){margin-bottom:2.25rem}.home-right-sidebar-menu-buttons .home-log-in-btn{border:none;font-size:1.125rem}.home-right-sidebar-menu-buttons .home-sign-up-btn{border:2px solid #fff;background-color:transparent}.home-header{position:absolute;top:0;z-index:1000;width:100%;padding:1.125rem 0}.home-header-content{display:flex;justify-content:space-between;align-items:center;width:56%;margin:0 auto}.home-header-favicon{height:4rem;width:4rem}.home-header-buttons{display:flex;align-items:center;height:3rem}.home-header-buttons *{color:#fff;font-size:1.125rem;padding-top:0;padding-bottom:0;border-width:2px;height:100%}.home-header-buttons .home-log-in-btn{border-color:#fff}.home-header-buttons .home-log-in-btn:active{border-color:#fff}.home-header-buttons .home-log-in-btn:hover{color:#05266c;background-color:#fff}.home-header-buttons .home-sign-up-btn{color:#05266c;background-color:#fff;margin-left:3.75rem}.home-header-buttons .home-sign-up-btn:hover{color:#fff;background-color:#80a9ff}.home-slide-main{width:100%;overflow-y:auto}.home-slide-main-content{display:flex;flex-direction:column;align-items:center;width:45%;margin:0 auto}.home-slide-main__heading{color:#fff;text-align:center;text-transform:uppercase;font-size:4rem;font-weight:bold;letter-spacing:.2rem;margin-top:35%;margin-bottom:1.2rem}.home-slide-main__heading sup{top:auto;font-size:2.5rem;vertical-align:top;text-transform:none;font-weight:normal;line-height:1rem}.home-slide-main__text{color:#fff;text-align:center;font-size:2.25rem;font-weight:400;line-height:164%;width:100%;margin-top:0;margin-bottom:3rem}.home-slide-main-get-btn-wrapper{width:37%;margin-bottom:3rem}.home-slide-main-get-btn{width:100%;font-size:1.25rem;font-weight:bold;padding:1.2rem 0}.home-slide-description{width:100%;background-color:#090647;overflow-y:auto}.home-slide-description-content{display:flex;flex-direction:column;align-items:center;margin:0 auto;width:51%}.home-slide-description__heading{color:#fff;font-size:3rem;font-weight:bold;text-transform:uppercase;text-align:center;line-height:147%;letter-spacing:5px;margin-top:6.5rem;margin-bottom:2.5rem}.home-slide-description__text{color:#fff;font-size:1.875rem;text-align:center;font-weight:normal;line-height:139%;width:86%;margin:0;margin-bottom:4.5rem}.home-slide-description-join-btn-wrapper{width:23%}.home-slide-description-join-btn{padding:1rem 0;width:100%;color:#fff;border:2px solid #fff;margin-bottom:6.5rem}.home-slide-characteristics{background-color:#f8f9fa}.home-slide-characteristics-content{display:flex;flex-wrap:wrap;justify-content:space-between;width:62%;margin:0 auto;padding-top:5.5rem;padding-bottom:3.5rem}.home-slide-characteristic{display:flex;width:47%;margin-bottom:5rem}.home-slide-characteristic-image-wrapper{height:100%;margin-right:1.25rem}.home-slide-characteristic-image{width:3.75rem}.home-slide-characteristic-image__image{border-radius:0}.home-slide-characteristic-info{display:flex;flex-direction:column;align-items:flex-start}.home-slide-characteristic__title{color:#05266c;font-size:2.25rem;font-weight:bold;line-height:2.75rem;text-align:center;letter-spacing:2px;margin-bottom:1.25rem}.home-slide-characteristic__text{color:#4f4f4f;font-size:1.5rem;letter-spacing:2px;line-height:136%}.home-slide-advantages{width:100%;background-color:#fff}.home-slide-advantages-content{display:flex;flex-direction:column;align-items:center;width:60%;padding:4.375rem 0;margin:0 auto}.home-slide-advantages-heading{color:#05266c;font-size:2.25rem;font-weight:bold;letter-spacing:2px;line-height:3rem;text-align:center;margin:0;margin-bottom:3.75rem}.home-slide-advantages-heading__span{color:#0052ff;margin-left:.6rem}.home-slide-advantages-diagram{width:67%;margin-bottom:4.375rem}.home-slide-advantages-diagram__image{border-radius:0}.home-slide-advantages-wrapper{display:flex;justify-content:space-between}.home-slide-advantage-wrapper{display:flex;flex-direction:column;width:43%}.home-slide-advantage-wrapper .home-slide-advantage:not(:last-child){margin-bottom:2rem}.home-slide-advantage{display:flex;align-items:flex-start}.home-slide-advantage-image-wrapper{height:100%;padding-top:.5rem;margin-right:1.5rem}.home-slide-advantage-image{width:1.1rem}.home-slide-advantage-image__image{border-radius:0}.home-slide-advantage-text{color:#5a657d;font-size:1.25rem;line-height:154%}.home-slide-try-it{background-color:#05266c;width:100%}.home-slide-try-it-content{display:flex;flex-direction:column;width:20rem;margin:0 auto;padding:4.5rem 0}.home-slide-try-it__heading{color:#fff;font-size:2.25rem;font-weight:bold;letter-spacing:2px;line-height:3rem;text-align:center;margin:0;margin-bottom:3rem}.home-slide-try-it-heading__span{text-transform:uppercase;margin-left:.5rem}.home-slide-try-it-input{color:#fff;font-size:.875rem;padding:.6rem 1rem;height:3.1rem;margin-bottom:1.25rem;line-height:1.375rem;border:1px solid #fff;background-color:transparent}.home-slide-try-it-input::placeholder{color:rgba(255,255,255,.8)}.home-slide-try-it-input:focus{border-color:#fff}.home-slide-try-it-input_red{border-color:#ff3434}.home-slide-try-it__btn{padding:1rem 0;width:100%;color:#0052ff;background-color:#fff}.home-footer{background-color:#f8f9fa;width:100%}.home-footer-content{display:flex;align-items:center;justify-content:space-between;width:56%;margin:0 auto;padding:5rem 0}.home-footer-logo{cursor:pointer}.home-footer-logo__image{border-radius:0;object-fit:contain}.home-footer-buttons{display:flex;align-items:center}.home-footer-buttons *{color:#5a657d;font-size:1.125rem}.home-footer-buttons *:not(:last-child){margin-right:3.75rem}.home-footer-buttons *:active{color:rgba(0,82,255,.5)}.home-footer-media-buttons{display:flex;align-items:center}.home-footer-media-buttons__twitter *{transition:fill .3s ease}.home-footer-media-buttons__twitter:hover .icon *{fill:#0052ff}.home-footer-media-buttons__twitter:active .icon *{fill:rgba(0,82,255,.5)}.home-footer-media-buttons__linkedIn{margin-left:10px}.home-footer-media-buttons__linkedIn *{transition:fill .3s ease}.home-footer-media-buttons__linkedIn:hover .icon *{fill:#0052ff}.home-footer-media-buttons__linkedIn:active .icon *{fill:rgba(0,82,255,.5)}
.tos{display:flex;flex-direction:column;background-color:#f7fafc;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;overflow:auto}.tos-container{position:relative}.tos-header-menu-handle{color:#5a657d;fill:#5a657d}.tos-header-menu-handle *{fill:#5a657d}.tos-right-sidebar-menu{position:fixed;right:0;display:flex;flex-direction:column;width:78%;height:100%;z-index:1100;background-color:#090647;overflow-y:auto}.tos-right-sidebar-menu-close{padding:1.25rem;margin-left:auto}.tos-right-sidebar-menu-buttons{display:flex;flex-direction:column;align-items:center;min-width:8rem;width:34%;margin:auto}.tos-right-sidebar-menu-buttons *{color:#fff;height:3rem;width:100%;padding:0}.tos-right-sidebar-menu-buttons *:not(:last-child){margin-bottom:2.25rem}.tos-right-sidebar-menu-buttons .tos-log-in-btn{border:none;font-size:1.125rem}.tos-right-sidebar-menu-buttons .tos-sign-up-btn{border:2px solid #fff;background-color:transparent}.tos-header{width:100%;padding:1.125rem 0;background-color:#fff;box-shadow:0px 0px 15px rgba(0,0,0,.15)}.tos-header-content{display:flex;justify-content:space-between;align-items:center;width:56%;margin:0 auto}.tos-header-favicon{height:4rem;width:4rem}.tos-header-favicon__image{cursor:pointer}.tos-header-buttons{display:flex;align-items:center;height:3rem}.tos-header-buttons *{font-size:1.125rem;padding-top:0;padding-bottom:0;border-width:2px;height:100%}.tos-header-buttons .tos-sign-up-btn{margin-left:3.75rem}.tos-body-content{height:100%;width:57%;margin:3.75rem auto;padding:3.75rem 6rem;border-radius:10px;background-color:#fff}.tos-body-content__title{font-size:2.25rem;color:#05266c;line-height:3rem;letter-spacing:2px;margin:0;margin-bottom:1.25rem;text-transform:uppercase}.tos-body-content-item:not(:last-child){margin-bottom:2.5rem}.tos-body-content-item__heading{margin-bottom:0}.tos-body-content-item__subject,.tos-body-content-item__heading{color:#05266c;font-size:1.5rem;font-weight:bold;line-height:1.5rem;letter-spacing:2px}.tos-body-content-item__description{color:#4f4f4f;font-size:1rem;line-height:1.5rem;letter-spacing:2px}.tos-footer{background-color:#f8f9fa;width:100%}.tos-footer-content{display:flex;align-items:center;justify-content:space-between;width:56%;margin:0 auto;padding:5rem 0}.tos-footer-logo__image{border-radius:0;object-fit:contain}.tos-footer-buttons{display:flex;align-items:center}.tos-footer-buttons *{color:#5a657d;font-size:1.125rem}.tos-footer-buttons *:not(:last-child){margin-right:3.75rem}.tos-footer-buttons *:active{color:rgba(0,82,255,.5)}.tos-footer-media-buttons{display:flex;align-items:center}.tos-footer-media-buttons__twitter *{transition:fill .3s ease}.tos-footer-media-buttons__twitter:hover .icon *{fill:#0052ff}.tos-footer-media-buttons__twitter:active .icon *{fill:rgba(0,82,255,.5)}
.aws-s3{display:flex;flex-direction:column;background-color:#f7fafc;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;overflow:auto}.aws-s3-container{position:relative}.aws-s3-header{width:100%;padding:1.125rem 0;background-color:#fff;box-shadow:0px 0px 15px rgba(0,0,0,.15)}.aws-s3-header-content{display:flex;justify-content:space-between;align-items:center;width:56%;margin:0 auto}.aws-s3-header-favicon{height:4rem;width:4rem}.aws-s3-header-favicon__image{cursor:pointer}.aws-s3-header-buttons{display:flex;align-items:center;height:3rem}.aws-s3-header-buttons *{font-size:1.125rem;padding-top:0;padding-bottom:0;border-width:2px;height:100%}.aws-s3-body-content{height:100%;width:57%;margin:3.75rem auto;padding:3.75rem 6rem;border-radius:10px;background-color:#fff}.aws-s3-body-content__title{font-size:2.25rem;color:#05266c;line-height:3rem;letter-spacing:2px;margin:0;margin-bottom:1.25rem;text-transform:uppercase}.aws-s3-body-content__header{color:#4f4f4f;font-size:1rem;line-height:1.5rem;letter-spacing:2px;margin-bottom:2rem}.aws-s3-body-content__footer{color:#4f4f4f;font-size:1rem;line-height:1.5rem;letter-spacing:2px}.aws-s3-body-content-steps{margin-bottom:2rem}.aws-s3-body-content-steps__header{color:#4f4f4f;font-size:1rem;line-height:1.5rem;letter-spacing:2px;margin-bottom:1rem}.aws-s3-body-content-step{color:#4f4f4f;font-size:1rem;line-height:1.5rem;letter-spacing:2px;overflow-wrap:break-word;word-wrap:break-word}.aws-s3-body-content-step ::marker{letter-spacing:.5px}.aws-s3-body-content-step+ol{margin:0}.aws-s3-body-content-step pre{font-size:.875rem;color:#444;padding:.75rem .5rem;background-color:rgba(0,0,0,.1);border-radius:10px;line-height:1.3725rem;letter-spacing:1px}.aws-s3-body-content-step code:not(pre code){font-size:.875rem;color:#444;padding:.1rem .2rem;background-color:rgba(0,0,0,.1);border-radius:3px;line-height:1.3725rem;letter-spacing:1px}.aws-s3-body-content-step:not(:last-child){margin-bottom:1rem}.aws-s3-footer{background-color:#f8f9fa;width:100%}.aws-s3-footer-content{display:flex;align-items:center;justify-content:space-between;width:56%;margin:0 auto;padding:5rem 0}.aws-s3-footer-logo__image{border-radius:0;object-fit:contain}.aws-s3-footer-media-buttons{display:flex;align-items:center}.aws-s3-footer-media-buttons__twitter *{transition:fill .3s ease}.aws-s3-footer-media-buttons__twitter:hover .icon *{fill:#0052ff}.aws-s3-footer-media-buttons__twitter:active .icon *{fill:rgba(0,82,255,.5)}
.signup-success{display:flex;flex-direction:column;justify-content:center;align-items:center;width:42%;min-height:82%;padding:3.5rem 4rem;margin:auto;border-radius:10px;background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));background-color:transparent;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0px 4px 24px -1px rgba(0,0,0,.2);position:relative}.signup-success-logo{width:80px;height:80px;margin:0 auto}.signup-success-heading{color:#fff;text-align:center;letter-spacing:1px}.signup-success-info{width:98%;text-align:center;margin-bottom:1.875rem;color:#fff;font-size:1.32rem;white-space:break-spaces;letter-spacing:1px;line-height:1.5rem}.signup-success-key-consent-wrapper{display:flex;flex-direction:column;justify-content:flex-start;width:69%;margin-bottom:2rem}.signup-success-key{display:flex;align-items:center;width:100%;line-height:1.425rem;margin-bottom:2rem;padding:.75rem 1rem .75rem 2rem;border-radius:5px;background-color:rgba(220,231,255,.7);user-select:all}.signup-success-key__text{overflow-x:auto;color:#0052ff;background-color:transparent;width:100%;font-size:.875rem;border-radius:4px;padding-top:.2rem}.signup-success-key-copy-btn-wrapper,.signup-success-key-download-btn-wrapper{margin-left:.7rem}.signup-success-key-copy-btn,.signup-success-key-download-btn{padding:0}.signup-success-key-copy-btn:hover *,.signup-success-key-download-btn:hover *{fill:#0052ff}.signup-success-key-copy-btn:active *,.signup-success-key-download-btn:active *{fill:#dce7ff}.signup-success-key-copy-btn__icon,.signup-success-key-download-btn__icon{height:1.5rem}.signup-success-consent{display:flex;align-items:center}.signup-success-consent__checkbox{height:1.375rem;width:1.375rem;margin:0;margin-right:.5rem}.signup-success-consent__text{color:#fff}.signup-success-continue{display:flex;justify-content:center;margin-bottom:1rem;width:100%}.signup-success-continue-btn-wrapper{width:49%}.signup-success-continue-btn{width:100%;padding:1rem 0}
.signup-access-content{display:flex;flex-direction:column;width:33.75rem;margin:auto;position:relative}.signup-access{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:67%;padding:3.5rem 6.875rem 2rem 6.875rem;margin-bottom:1.5rem;border-radius:10px;background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));background-color:transparent;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0px 4px 24px -1px rgba(0,0,0,.2)}.signup-access-logo{width:80px;height:80px;margin:0 auto}.signup-access-heading{color:#fff;text-align:center;letter-spacing:1px;margin-bottom:2.5rem}.signup-access-input{display:flex;flex-direction:column;justify-content:flex-start;width:100%;margin-bottom:2rem}.signup-access-input__title{color:#fff;margin-bottom:.3rem}.signup-access-input__input{color:#fff;border-color:#acacac;background-color:transparent;width:100%;height:3.1rem;padding-left:1rem;padding-right:1rem;margin-bottom:.4rem}.signup-access-input__input:focus{border-color:#0052ff}.signup-access-input__input::placeholder{color:#acacac}.signup-access-input__input_red{border-color:#ff3434}.signup-access-input-message{display:flex;align-items:center}.signup-access-input-message__icon{margin-right:.5rem;height:1.1rem;width:1.1rem}.signup-access-input-message__text{color:#ff3434;font-size:.875rem}.signup-access-verify{display:flex;justify-content:center;margin-bottom:1rem;width:100%}.signup-access-verify-btn-wrapper{width:100%}.signup-access-verify-btn{width:100%;padding:1rem 0}.signup-skip-btn__btn{display:flex;align-items:center;color:#fff;font-weight:bold;margin-top:.5rem}.signup-skip-btn__btn:hover *{fill:#0052ff}.signup-skip-btn__btn:active *{fill:#dce7ff}.signup-step{position:absolute;top:4%;left:5%;color:#acacac;font-size:14px}
.signup{display:flex;background-image:linear-gradient(rgba(2, 18, 54, 0.5), rgba(2, 18, 54, 0.5)),url(/ec959affbbc2ecb4c627c049838b7c7b.jpeg);background-repeat:no-repeat;background-size:cover;background-attachment:fixed;overflow:auto}.signup::after{content:"";opacity:.5;top:0;left:0;bottom:0;right:0;position:absolute;z-index:-1}.signup-content{display:flex;flex-direction:column;width:33.75rem;margin:auto}.signup-form{display:flex;flex-direction:column;justify-content:center;width:100%;height:40rem;margin:0;margin-bottom:1.5rem;padding:4rem 7rem;border-radius:10px;background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));background-color:transparent;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0px 4px 24px -1px rgba(0,0,0,.2)}.signup-form-logo{width:80px;height:80px;margin:0 auto}.signup-form-heading{text-align:center;width:15rem;margin:1rem auto;margin-bottom:2.5rem;color:#fff;font-size:1.5rem;font-weight:700;letter-spacing:1px;line-height:2rem}.signup-form-field{display:flex;justify-content:center}.signup-form-field-username,.signup-form-field-fullname{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;margin:0 auto;margin-bottom:1.25rem}.signup-form-field-username__title,.signup-form-field-fullname__title{color:#fff;margin-bottom:.3rem}.signup-form-field-username__input,.signup-form-field-fullname__input{color:#fff;border-color:#acacac;background-color:transparent;width:100%;height:3.1rem;padding-left:1rem}.signup-form-field-username__input::placeholder,.signup-form-field-fullname__input::placeholder{color:#acacac}.signup-form-field-username__input:focus,.signup-form-field-fullname__input:focus{border-color:#0052ff}.signup-form-field-username__info{width:100%;margin-top:.25rem;text-align:center;color:#fff;font-size:.875rem;user-select:none}.signup-form-make-private{display:flex;align-items:center}.signup-form-make-private__text{color:#fff}.signup-form-make-private__checkbox{width:1.4rem;height:1.4rem;margin:0;margin-right:.75rem}.signup-form-field-type{margin:auto;margin-top:.75rem;max-width:max-content;min-width:fit-content;border:1px solid #000;border-radius:4px}.signup-form-buttons{display:flex;align-items:center;justify-content:space-between;margin-top:1.8rem}.signup-form-buttons&gt;*:not(:first-child){margin-left:1rem}.signup-form-buttons__login-btn{color:#fff}.signup-form-buttons__signup-btn{padding:1rem 3rem}.signup-back-btn{margin-bottom:1rem}.signup-back-btn__btn{display:flex;align-items:center;color:#fff}.signup-back-btn__btn:hover *{fill:#0052ff}.signup-back-btn__btn:active *{fill:#dce7ff}.signup-back-btn__icon{height:1.5rem;color:#fff;margin-right:.5rem}
.login{display:flex;background-image:linear-gradient(rgba(2, 18, 54, 0.5), rgba(2, 18, 54, 0.5)),url(/ec959affbbc2ecb4c627c049838b7c7b.jpeg);background-repeat:no-repeat;background-size:cover;background-attachment:fixed;overflow:auto}.login::after{content:"";opacity:.5;top:0;left:0;bottom:0;right:0;position:absolute;z-index:-1}.login-content{display:flex;flex-direction:column;width:33.75rem;margin:auto}.login-form{display:flex;flex-direction:column;justify-content:center;width:100%;height:35rem;margin:0;margin-bottom:1.5rem;padding:3.75rem 7rem;border-radius:10px;background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));background-color:transparent;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0px 4px 24px -1px rgba(0,0,0,.2)}.login-form-logo{width:80px;height:80px;margin:0 auto}.login-form-heading{text-align:center;width:15rem;margin:1rem auto;margin-bottom:2.5rem;color:#fff;font-size:1.5rem;font-weight:700;letter-spacing:1px;line-height:2rem}.login-form-field{display:flex;justify-content:center}.login-form-field-username,.login-form-field-key{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;margin:0 auto;margin-bottom:1.25rem}.login-form-field-username__title,.login-form-field-key__title{color:#fff;margin-bottom:.3rem}.login-form-field-username__input{color:#fff;border-color:#acacac;background-color:transparent;width:100%;height:3.1rem;padding-left:1rem}.login-form-field-username__input::placeholder{color:#acacac}.login-form-field-username__input:focus{border-color:#0052ff}.login-form-field-username__info{width:100%;margin-top:.25rem;text-align:center;color:#fff;font-size:.875rem;user-select:none}.login-form-field-key-input{display:flex;width:100%;border:1px solid #acacac;border-radius:4px;background-color:transparent;transition:border-color .3s ease}.login-form-field-key-input:focus-within{border-color:#0052ff}.login-form-field-key-input__input{color:#fff;background-color:transparent;width:5rem;height:3.1rem;flex-grow:1;border:none;padding-left:1rem}.login-form-field-key-input__input::placeholder{color:#acacac}.login-form-field-key-input-btn-wrapper{margin-left:.5rem;margin-right:1rem}.login-form-field-key-input-btn{height:100%;padding:0 .25rem;transition:opacity .3s ease}.login-form-field-key-input-btn:hover{opacity:.7}.login-form-field-key-input-btn:active{opacity:.5}.login-form-buttons{display:flex;align-items:center;justify-content:space-between;margin-top:1.8rem}.login-form-buttons__signup-btn{color:#fff}.login-form-buttons__login-btn{padding:1rem 3rem}.login-back-btn{margin-bottom:1rem}.login-back-btn__btn{display:flex;align-items:center;color:#fff}.login-back-btn__btn:hover *{fill:#0052ff}.login-back-btn__btn:active *{fill:#dce7ff}.login-back-btn__icon{height:1.5rem;color:#fff;margin-right:.5rem}
button{border:none;margin:0;padding:0rem;overflow:visible;background:transparent;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;cursor:pointer}.label-item-box{display:flex;justify-content:space-between;align-items:center;width:auto;padding:.3rem 1.875rem;margin-top:.7rem;box-sizing:border-box}.label-item-box:hover{background-color:#0052ff}.label-item-box__link{display:flex;cursor:pointer;width:100%}.label-item-box-name{padding-left:1rem;box-sizing:border-box;overflow:hidden;max-width:8rem;white-space:nowrap;text-overflow:ellipsis}.label-item-box__btn{display:flex;align-items:center;width:2.5rem;height:1.5rem;padding:0 .5rem;border-radius:5px}.label-item-box__btn:hover{background-color:#dce7ff}.label-item-box__btn:hover svg circle{fill:#0052ff}.label-item-box__btn svg{object-fit:cover}.label-item-box__btn svg path{fill:#dce7ff}.label-item-menu__delete{color:#eb5757}.label-item-box-menu{display:flex;flex-direction:column;margin:.3rem 1.375rem;padding:0;box-sizing:border-box;border-radius:5px;background-color:#fff;color:#4f4f4f;height:0;overflow:hidden;transition:.3s}.label-item-box-menu button{width:100%;padding:.5rem 1rem;box-sizing:border-box;text-align:left;letter-spacing:1px}.label-item-box-menu button:hover{background-color:#e0e0e0}.label-item-box-menu .label-item-box-menu__delete{color:#eb5757}.label-item-box-menu .label-item-box-menu__delete:hover{background-color:rgba(235,87,87,.1)}.open-menu{padding:.2rem 0;height:4.7rem}
.label-main ul{list-style:none;padding:0;margin:0}.label-main ul li{padding:.3rem 1.375rem;margin-top:.7rem;box-sizing:border-box}.label-main ul li:hover{background-color:#0052ff}.label-main-header{display:flex;align-items:center;padding:1.625rem 1.875rem 1.1rem 1.875rem}.label-main-header .label-main-header__icon{cursor:pointer}.label-main-header .label-main-header__name{cursor:pointer;width:100%;padding-left:1rem;box-sizing:border-box;color:#fff;font-size:1.125rem;line-height:1.5rem;letter-spacing:1px;font-weight:500}.label-main-header-icon svg path{fill:#fff}.label-main-header-icon__icon{margin-bottom:.1rem;transition:transform .4s ease;transform:rotate(-90deg)}.label-main-body{max-height:250px;overflow-y:auto}.label-main-body::-webkit-scrollbar{width:.625rem}.label-main-body::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.38)}.label-main-body::-webkit-scrollbar-track{background-color:transparent}.rotate{transform:rotate(90deg)}.label-main-content{overflow:auto}.open{height:100%;border-bottom:1px solid rgba(220,231,255,.3)}.close{height:0}
.main-page-left-sidebar{display:flex;flex-direction:column;width:280px;height:100%;background-color:#090647;z-index:3;--animate-duration: 0.4s;overflow:auto}.main-page-left-sidebar-header{display:flex;margin-top:1rem;margin-bottom:4.25rem;min-height:33px}.main-page-left-sidebar-image{margin:0 auto}.main-page-left-sidebar-image__image{border-radius:0}.main-page-left-sidebar-header-close__btn{margin-left:auto;margin-right:1rem;padding:.2rem .4rem}.main-page-left-sidebar-header-close__icon *{fill:#fff}.main-page-left-sidebar-buttons{display:flex;justify-content:center;margin-bottom:1.75rem}.main-page-left-sidebar-buttons-new-message-wrapper{margin-right:.625rem}.main-page-left-sidebar-buttons-new-message{height:max-content;padding:1rem 1.1rem}.main-page-left-sidebar-buttons-import{height:max-content;padding:.8rem .9rem;color:#fff;border-color:#fff}.main-page-left-sidebar-buttons-import:hover{color:#0052ff;background-color:#e6eeff;border-color:#0052ff}.main-page-left-sidebar-buttons-import:active{color:#0039b3;background-color:#fff;border-color:#0039b3}.main-page-left-sidebar-menu{height:100%;min-height:200px;width:100%;margin-bottom:1rem;margin-top:1rem;overflow-y:auto;scrollbar-width:thin;scrollbar-color:transparent #fff}.main-page-left-sidebar-menu::-webkit-scrollbar{width:.625rem}.main-page-left-sidebar-menu::-webkit-scrollbar-track{background-color:transparent;margin:0}.main-page-left-sidebar-menu::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.38)}.main-page-left-sidebar-menu::-webkit-scrollbar-thumb:hover{background-color:rgba(255,255,255,.5)}.main-page-left-sidebar-menu-item{color:#fff;font-size:1.125rem;width:96%;border-radius:0 2rem 2rem 0;padding:.95rem 1.75rem;padding-right:1.25rem;opacity:.7}.main-page-left-sidebar-menu-item:hover{color:#fff;background-color:rgba(0,82,255,.5);opacity:1}.main-page-left-sidebar-menu-item:active{opacity:.7}.main-page-left-sidebar-menu-item_selected{color:#fff;background-color:#0052ff;opacity:1}.main-page-left-sidebar-menu-item_selected:hover{color:#fff;background-color:#0052ff}.main-page-left-sidebar-menu-item_selected:active{opacity:1}.main-page-left-sidebar-menu-item__icon,.main-page-left-sidebar-footer-logout__icon{margin-right:1.425rem}.main-page-left-sidebar-menu-item__counter{font-size:1rem;padding:.175rem .5rem;margin-left:auto;background-color:#f45697;border-radius:20px}.main-page-left-sidebar-invite-people{display:flex;align-items:center;padding:1.625rem 1.875rem;border-top:1px solid rgba(220,231,255,.3);height:4.75rem}.main-page-left-sidebar-invite-people__text{color:#fff;font-size:1.125rem;line-height:1.5rem;letter-spacing:1px;font-weight:500;margin-right:auto}.main-page-left-sidebar-invite-people-button__btn{padding:.5rem}.main-page-left-sidebar-invite-people-button__btn:hover *{color:#0052ff;fill:#0052ff}.main-page-left-sidebar-footer{border-top:1px solid rgba(220,231,255,.3);margin-top:auto;padding:1.375rem 0}.main-page-left-sidebar-footer-logout{display:flex;align-items:center;color:#fff;background-color:transparent;font-size:1.125rem;height:max-content;width:96%;text-align:start;border-radius:0 2rem 2rem 0;padding:.95rem 1.75rem;opacity:.7}.main-page-left-sidebar-footer-logout:hover{color:#fff;background-color:rgba(0,82,255,.5);opacity:1}.main-page-left-sidebar-footer-logout:active{opacity:.7}.main-page-left-sidebar-buttons-import__tooltip{top:auto}.main-page-left-sidebar-label{border-top:1px solid rgba(220,231,255,.3);color:#fff;padding-bottom:.1rem}.main-page-left-sidebar-label__tablet .label-item-box__btn-list{right:0;left:unset;top:unset}.main-page-left-sidebar-label__tablet .label-main-body{max-height:150px;overflow-y:auto}.main-page-left-globalbar__menu{display:flex;align-items:center;padding-left:2rem;min-height:35px}.main-page-left-globalbar-button-visibility{padding-right:1.7rem;height:35px;display:flex;justify-content:center;align-items:center}.main-page-left-globalbar-button-visibility-icon{padding-top:5px;transform:rotate(-180deg)}.main-page-left-globalbar-menu__icon{padding:.3rem .3rem .3rem .3rem;border-radius:5px;background:#dce7ff;border:1px solid #fff}.main-page-left-globalbar-menu__icon .icon *{fill:#0052ff}.fades-enter{opacity:0;transform:translateX(-100%)}.fades-enter-active{opacity:1;transform:translateX(0%);transition:opacity 200ms,transform 200ms}.fades-exit{opacity:1;transform:translateX(0%)}.fades-exit-active{opacity:0;transform:translateX(-100%);transition:opacity 200ms,transform 200ms}.main-page-left-global-bar{margin:0 3rem 0 1.5rem;padding:.7rem 0}.main-page-left-global-bar-menu-item{display:flex;align-items:center;color:#fff;font-size:1.3rem;width:96%;padding:1rem 1.5rem;padding-right:1.25rem;border-radius:5px}.main-page-left-global-bar-menu-item:hover{color:#0052ff;background-color:#dce7ff;opacity:1}.main-page-left-global-bar-menu-item:hover .icon *{fill:#0052ff}.main-page-left-global-bar-menu-item:active{opacity:.7}.main-page-left-global-bar-menu-item__icon{margin-right:1rem;color:#fff}.main-page-left-global-bar-menu-item__counter{font-size:1rem;padding:.175rem .5rem;margin-left:auto;background-color:#f45697;border-radius:20px;color:#fff}.main-page-left-global-bar-menu-item_selected{color:#0052ff;background-color:#dce7ff;opacity:1}.main-page-left-global-bar-menu-item_selected .icon *{fill:#0052ff}.main-page-left-global-bar-menu-item_selected:hover{color:#0052ff;background-color:#dce7ff}
.user-info{position:relative}.user-info-handle{display:flex;align-items:center;cursor:pointer;user-select:none}.user-info-handle-image{width:60px;height:60px;margin-right:.5rem}.user-info-handle-icon{transition:transform .4s ease}.user-info-popup{position:absolute;right:0;z-index:1100;display:flex;flex-direction:column;align-items:center;width:21.5rem;margin-top:.85rem;padding:1.375rem 0;background:#fff;box-shadow:0px 0px 10px rgba(0,0,0,.15);border-radius:5px;pointer-events:bounding-box;animation-fill-mode:backwards !important;--animate-duration: 0.2s}.user-info-popup-content{display:flex;flex-direction:column;width:100%;align-items:center;max-height:fit-content;overflow-y:overlay}.landscape-user-info-popup-content{max-height:240px}.user-info-popup-close-btn-wrapper{position:absolute;right:0;top:0}.user-info-close-btn__icon *{fill:#5a657d}.user-info-popup-avatar{width:80px;height:80px;margin-bottom:1.5rem}.user-info-popup-list{width:100%}.user-info-popup-list-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.35rem}.user-info-popup-list-item__title{font-size:.875rem;color:#4f4f4f}.user-info-popup-list-item__text{font-size:1rem;color:#5a657d;width:60%;text-align:end;overflow-x:auto;user-select:all}.user-info-popup-list-item:not(:last-child){border-bottom:1px solid #e0e0e0}.user-info-popup-public-key-wrapper{display:flex;width:20%;flex-grow:1;justify-content:flex-end;align-items:center}.user-info-popup-public-key__text{width:40%;margin-right:1.5rem;overflow-x:hidden;text-overflow:ellipsis}.user-info-popup-public-key-copy{padding:.2rem}.user-info-popup-public-key-copy:hover{opacity:.8}.user-info-popup-public-key-copy:active{opacity:.6}.user-info-popup-footer{display:flex;align-items:center;flex-direction:column;width:100%;padding-top:1.5rem;padding-bottom:1rem;border-top:1px solid #e0e0e0;overflow:auto;max-height:120px}.user-info-popup-footer-item:not(:last-child)::after{content:"•";color:#090647;display:flex;justify-content:center;margin:1rem 0}.user-info-popup-footer-item__btn{font-size:1rem;color:#5a657d;letter-spacing:1px}.user-info-popup-options-wrapper{flex-direction:column}.user-info-popup-options-wrapper .user-info-popup-btn{width:100%;padding:.7rem;box-sizing:border-box;color:#fff;font-size:1.125rem;border:none;border-radius:.25rem;cursor:pointer}.user-info-popup-options-wrapper .user-info-popup-btn:hover{opacity:.7}.user-info-popup-options-wrapper .export-chat__btn{background-color:#f45697}.user-info-popup-options-wrapper .logout__btn{background-color:#0052ff;margin-top:1rem}.user-info-popup-options-wrapper .tildamail2__btn{background-color:#0052ff;margin-bottom:1rem}
.modal-report-bug{position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;top:0;left:0;right:0;bottom:0;z-index:1300}.modal-report-bug-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:10000}.modal-report-bug__wrap{width:100%;max-width:32rem;background-color:#fff;border-radius:10px;box-shadow:0px 0px 15px rgba(0,0,0,.15);overflow:hidden}.modal-report-bug-header{display:flex;align-items:center;justify-content:space-between;width:100%;background-color:#05266c;padding:1rem;box-sizing:border-box;color:#fff}.modal-report-bug-header h3{color:inherit;padding:unset;margin:unset;font-style:normal;font-weight:400;line-height:1.5rem}.modal-report-bug-body{width:100%;padding:1rem 2rem;box-sizing:border-box;color:#828282}.modal-report-bug-body .modal-report-bug-body__input{position:relative}.modal-report-bug-body .modal-report-bug-body__input textarea{padding:1rem;width:100%}.modal-report-bug-body .modal-report-bug-body__input div{position:absolute;right:.45rem;bottom:.45rem;font-size:.8rem}.modal-report-bug-body .modal-report-bug-body__title{display:flex;align-items:center;justify-content:center}.modal-report-bug-body .modal-report-bug-body__title svg{width:4rem;padding:0;margin-right:1rem}.modal-report-bug-body .modal-report-bug-body__title p{color:inherit}.modal-report-bug-btn{width:100%;display:flex;align-items:center;justify-content:right;padding:0 2rem 1rem 2rem;box-sizing:border-box}.modal-report-bug-btn button{border:none;margin:0;padding:.8rem 2rem;box-sizing:border-box;overflow:visible;background:#0052ff;color:#fff;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;cursor:pointer;border-radius:5px}
.search-input{display:flex;align-items:center;width:29%;height:2.7rem;background:#fff;border:1px solid #dce7ff;border-radius:20px;transition:border-color .3s ease}.search-input:focus-within{border-color:#0052ff}.search-input-back-btn{height:100%;padding:0 .6rem;margin-right:1.5rem;margin-left:.5rem}.search-input-btn-wrapper{display:flex;margin-left:.7rem}.search-input-btn{padding:0 .5rem}.search-input-btn:hover .icon *{fill:none}.search-input-btn__icon{height:auto;opacity:.7;padding-bottom:.15rem}.search-input__input{flex-grow:1;width:5rem;height:100%;font-size:1rem;font-family:"Inter",Arial,sans-serif;color:#4f4f4f;background-color:transparent;border:none;border-radius:30px 0 0 30px;letter-spacing:.5px}.search-input__input::placeholder{color:#828282}.search-input-reset-btn-wrapper{margin-right:.75rem}.search-input-reset-btn{display:flex;padding:.25rem .35rem}.search-input-reset-btn:hover{opacity:.8}.search-input-reset-btn:active{opacity:.6}.search-input-reset-btn__icon *{fill:#5a657d}.search-input-search-btn__btn{border-radius:30px;padding:0 1.25rem;background-color:#0052ff}.search-input-search-btn__btn:hover{background-color:rgba(0,82,255,.8)}.search-input-search-btn__btn:active{background-color:rgba(0,82,255,.6)}
.header{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;padding:.3rem 1.875rem;height:4.5rem;width:100%;background-color:#f7fafc}.header-menu-btn{height:100%;border-radius:30px;padding:.6rem;margin-right:.75rem;margin-left:.5rem}.header-refresh-btn-wrapper{margin-right:1rem;margin-left:auto}.header-refresh-btn{border-radius:50%;padding:.6rem;padding-left:.575rem}.header-refresh-btn:active *{fill:#0052ff}.header-help{margin-right:1.5rem}.header-help__btn{padding:.5rem;border-radius:50%}.header-help-list{top:calc(100% + 0.5rem)}
.sun-editor{width:auto;height:auto;box-sizing:border-box;font-family:Helvetica Neue;border:1px solid #dadada;background-color:#fff;color:#000;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.sun-editor *{box-sizing:border-box;-webkit-user-drag:none;overflow:visible}.sun-editor-common button,.sun-editor-common input,.sun-editor-common select,.sun-editor-common textarea{font-size:14px;line-height:1.5}.sun-editor-common blockquote,.sun-editor-common body,.sun-editor-common button,.sun-editor-common code,.sun-editor-common dd,.sun-editor-common div,.sun-editor-common dl,.sun-editor-common dt,.sun-editor-common fieldset,.sun-editor-common form,.sun-editor-common h1,.sun-editor-common h2,.sun-editor-common h3,.sun-editor-common h4,.sun-editor-common h5,.sun-editor-common h6,.sun-editor-common input,.sun-editor-common legend,.sun-editor-common li,.sun-editor-common ol,.sun-editor-common p,.sun-editor-common pre,.sun-editor-common select,.sun-editor-common td,.sun-editor-common textarea,.sun-editor-common th,.sun-editor-common ul{margin:0;padding:0;border:0}.sun-editor-common dl,.sun-editor-common li,.sun-editor-common menu,.sun-editor-common ol,.sun-editor-common ul{list-style:none !important}.sun-editor-common hr{margin:6px 0 !important}.sun-editor textarea{resize:none;border:0;padding:0}.sun-editor button{border:0;background-color:transparent;touch-action:manipulation;cursor:pointer;outline:none}.sun-editor button,.sun-editor input,.sun-editor select,.sun-editor textarea{vertical-align:middle}.sun-editor button span{display:block;margin:0;padding:0}.sun-editor button .txt{display:block;margin-top:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sun-editor button *{pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor .se-svg,.sun-editor button&gt;svg{width:16px;height:16px;margin:auto;fill:currentColor;display:block;text-align:center;float:none}.sun-editor .close&gt;svg,.sun-editor .se-dialog-close&gt;svg{width:10px;height:10px}.sun-editor .se-btn-select&gt;svg{float:right;width:10px;height:10px}.sun-editor .se-btn-list&gt;.se-list-icon{display:inline-block;width:16px;height:16px;margin:-1px 10px 0 0;vertical-align:middle}.sun-editor .se-line-breaker&gt;button&gt;svg{width:24px;height:24px}.sun-editor button&gt;i:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;font-size:15px;line-height:2}.sun-editor button&gt;[class=se-icon-text]{font-size:20px;line-height:1}.sun-editor .se-arrow,.sun-editor .se-arrow:after{position:absolute;display:block;width:0;height:0;border:11px solid transparent}.sun-editor .se-arrow.se-arrow-up{top:-11px;left:20px;margin-left:-11px;border-top-width:0;border-bottom-color:#dadada}.sun-editor .se-arrow.se-arrow-up:after{top:1px;margin-left:-11px;content:" ";border-top-width:0;border-bottom-color:#fff}.sun-editor .se-toolbar .se-arrow.se-arrow-up:after{border-bottom-color:#fafafa}.sun-editor .se-arrow.se-arrow-down{top:0;left:0;margin-left:-11px;border-bottom-width:0;border-top-color:#dadada}.sun-editor .se-arrow.se-arrow-down:after{top:-12px;margin-left:-11px;content:" ";border-bottom-width:0;border-top-color:#fff}.sun-editor .se-toolbar .se-arrow.se-arrow-down:after{border-top-color:#fafafa}.sun-editor .se-container{position:relative;width:100%;height:100%}.sun-editor button{color:#000}.sun-editor .se-btn{float:left;width:34px;height:34px;border:0;border-radius:4px;margin:1px !important;padding:0;font-size:12px;line-height:27px}.sun-editor .se-btn:enabled:focus,.sun-editor .se-btn:enabled:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn-primary{color:#000;background-color:#c7deff;border:1px solid #80bdff;border-radius:4px}.sun-editor .se-btn-primary:focus,.sun-editor .se-btn-primary:hover{color:#000;background-color:#80bdff;border-color:#3f9dff;outline:0 none}.sun-editor .se-btn-primary:active{color:#fff;background-color:#3f9dff;border-color:#4592ff;-webkit-box-shadow:inset 0 3px 5px #4592ff;box-shadow:inset 0 3px 5px #4592ff}.sun-editor input,.sun-editor select,.sun-editor textarea{color:#000;border:1px solid #ccc;border-radius:4px}.sun-editor input:focus,.sun-editor select:focus,.sun-editor textarea:focus{border:1px solid #80bdff;outline:0;-webkit-box-shadow:0 0 0 .2rem #c7deff;box-shadow:0 0 0 .2rem #c7deff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor .se-btn:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-btn:enabled.active:focus,.sun-editor .se-btn:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.on:focus,.sun-editor .se-btn:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;-webkit-box-shadow:inset 0 3px 5px #b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-btn-list:disabled,.sun-editor .se-btn:disabled,.sun-editor button:disabled{cursor:not-allowed;background-color:inherit;color:#bdbdbd}.sun-editor .se-loading-box{position:absolute;display:none;width:100%;height:100%;top:0;left:0;background-color:#fff;opacity:.7;filter:alpha(opacity=70);z-index:2147483647}.sun-editor .se-loading-box .se-loading-effect{position:absolute;display:block;top:50%;left:50%;height:25px;width:25px;border-top:2px solid #07d;border-right:2px solid transparent;border-radius:50%;animation:spinner .8s linear infinite;margin:-25px 0 0 -25px}.sun-editor .se-line-breaker{position:absolute;display:none;width:100%;height:1px;cursor:text;border-top:1px solid #3288ff;z-index:7}.sun-editor .se-line-breaker&gt;button.se-btn{position:relative;display:inline-block;width:30px;height:30px;top:-15px;float:none;left:-50%;background-color:#fff;border:1px solid #0c2240;opacity:.6;cursor:pointer}.sun-editor .se-line-breaker&gt;button.se-btn:hover{opacity:.9;background-color:#fff;border-color:#041b39}.sun-editor .se-line-breaker-component{position:absolute;display:none;width:24px;height:24px;background-color:#fff;border:1px solid #0c2240;opacity:.6;border-radius:4px;cursor:pointer;z-index:7}.sun-editor .se-line-breaker-component:hover{opacity:.9}.sun-editor .se-toolbar{display:block;position:relative;height:auto;width:100%;overflow:visible;padding:0;margin:0;background-color:#fafafa;outline:1px solid #dadada;z-index:5}.sun-editor .se-toolbar-shadow{display:block !important;height:0 !important;padding:0 !important;margin:0 !important;background-color:transparent !important;outline:none !important;border:none !important;z-index:0 !important}.sun-editor .se-toolbar-cover{position:absolute;display:none;font-size:36px;width:100%;height:100%;top:0;left:0;background-color:#fefefe;opacity:.5;filter:alpha(opacity=50);cursor:not-allowed;z-index:4}.sun-editor .se-toolbar-separator-vertical{display:inline-block;height:0;width:0;margin:0;vertical-align:top}.sun-editor .se-toolbar.se-toolbar-balloon,.sun-editor .se-toolbar.se-toolbar-inline{display:none;position:absolute;box-shadow:0 3px 9px rgba(0,0,0,.5);-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5)}.sun-editor .se-toolbar.se-toolbar-balloon{z-index:2147483647;width:auto}.sun-editor .se-toolbar.se-toolbar-sticky{position:fixed;top:0}.sun-editor .se-toolbar-sticky-dummy{display:none;position:static;z-index:-1}.sun-editor .se-btn-module{display:inline-block}.sun-editor .se-btn-module-border{border:1px solid #dadada;border-radius:4px;margin-left:1px;margin-right:1px}.sun-editor .se-btn-module-enter{display:block;width:100%;height:0;margin:0;padding:0;background-color:transparent}.sun-editor .se-toolbar-more-layer{margin:0 -3px;background-color:#fafafa}.sun-editor .se-toolbar-more-layer .se-more-layer{display:none;border-top:1px solid #dadada}.sun-editor .se-toolbar-more-layer .se-more-layer .se-more-form{display:inline-block;width:100%;height:auto;padding:4px 3px 0}.sun-editor .se-btn-module .se-btn-more.se-btn-more-text{width:auto;padding:0 4px}.sun-editor .se-btn-module .se-btn-more:focus,.sun-editor .se-btn-module .se-btn-more:hover{color:#000;background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on{color:#333;background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on:hover{color:#000;background-color:#c1c1c1;border-color:#b1b1b1;outline:0 none}.sun-editor .se-menu-list,.sun-editor .se-menu-list li{float:left;padding:0;margin:0}.sun-editor .se-menu-list li{position:relative}.sun-editor .se-btn-select{width:auto;display:flex;padding:4px 6px}.sun-editor .se-btn-select .txt{flex:auto;text-align:left}.sun-editor .se-btn-select.se-btn-tool-font{width:100px}.sun-editor .se-btn-select.se-btn-tool-format{width:82px}.sun-editor .se-btn-select.se-btn-tool-size{width:78px}.sun-editor .se-btn-tray{position:relative;width:100%;height:auto;padding:4px 3px 0;margin:0}.sun-editor .se-menu-tray{position:absolute;top:0;left:0;width:100%;height:0}.sun-editor .se-submenu{overflow-x:hidden;overflow-y:auto}.sun-editor .se-menu-container{overflow-x:unset;overflow-y:unset}.sun-editor .se-list-layer{display:none;position:absolute;top:0;left:0;height:auto;z-index:5;border:1px solid #bababa;border-radius:4px;padding:6px 0;background-color:#fff;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0 none}.sun-editor .se-list-layer .se-list-inner{padding:0;margin:0;overflow-x:initial;overflow-y:initial;overflow:visible}.sun-editor .se-list-layer button{margin:0;width:100%}.sun-editor .se-list-inner ul{width:100%;padding:0}.sun-editor .se-list-inner li&gt;button{min-width:100%;width:max-content}.sun-editor .se-list-inner .se-list-basic li{width:100%}.sun-editor .se-list-inner .se-list-basic li button.active{background-color:#80bdff;border:1px solid #3f9dff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:hover{background-color:#3f9dff;border:1px solid #4592ff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:active{background-color:#4592ff;border:1px solid #407dd1;border-left:0;border-right:0;-webkit-box-shadow:inset 0 3px 5px #407dd1;box-shadow:inset 0 3px 5px #407dd1}.sun-editor .se-list-inner .se-list-checked li button&gt;.se-svg{float:left;padding:6px 6px 0 0}.sun-editor .se-list-inner .se-list-checked li button&gt;.se-svg&gt;svg{display:none}.sun-editor .se-list-inner .se-list-checked li button.se-checked{color:#4592ff}.sun-editor .se-list-inner .se-list-checked li button.se-checked&gt;.se-svg&gt;svg{display:block}.sun-editor .se-btn-list{width:100%;height:auto;min-height:32px;padding:0 14px;cursor:pointer;font-size:12px;line-height:normal;text-indent:0;text-decoration:none;text-align:left}.sun-editor .se-btn-list.default_value{background-color:#f3f3f3;border-top:1px dotted #b1b1b1;border-bottom:1px dotted #b1b1b1}.sun-editor .se-btn-list:focus,.sun-editor .se-btn-list:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn-list:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-list-layer.se-list-font-size{min-width:140px;max-height:300px}.sun-editor .se-list-layer.se-list-font-family{min-width:156px}.sun-editor .se-list-layer.se-list-font-family .default{border-bottom:1px solid #ccc}.sun-editor .se-list-layer.se-list-line{width:125px}.sun-editor .se-list-layer.se-list-line hr{border-width:1px 0 0;height:1px}.sun-editor .se-list-layer.se-list-align .se-list-inner{left:9px;width:125px}.sun-editor .se-list-layer.se-list-format{min-width:156px}.sun-editor .se-list-layer.se-list-format li{padding:0;width:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list{line-height:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h1]{height:40px}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h2]{height:34px}.sun-editor .se-list-layer.se-list-format ul p{font-size:13px}.sun-editor .se-list-layer.se-list-format ul div{font-size:13px;padding:4px 2px}.sun-editor .se-list-layer.se-list-format ul h1{font-size:2em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h2{font-size:1.5em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h3{font-size:1.17em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h4{font-size:1em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h5{font-size:.83em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h6{font-size:.67em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul blockquote{font-size:13px;color:#999;height:22px;margin:0;background-color:transparent;line-height:1.5;border-color:#b1b1b1;padding:0 0 0 7px;border-left:5px #b1b1b1;border-style:solid}.sun-editor .se-list-layer.se-list-format ul pre{font-size:13px;color:#666;padding:4px 11px;margin:0;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:4px}.sun-editor .se-selector-table{display:none;position:absolute;top:34px;left:1px;z-index:5;padding:5px 0;float:left;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.sun-editor .se-selector-table .se-table-size{font-size:18px;padding:0 5px}.sun-editor .se-selector-table .se-table-size-picker{position:absolute !important;z-index:3;font-size:18px;width:10em;height:10em;cursor:pointer}.sun-editor .se-selector-table .se-table-size-highlighted{position:absolute !important;z-index:2;font-size:18px;width:1em;height:1em;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QTZCNzMzN0I3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QTZCNzMzNkI3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzYyNEUxRUI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MzYyNEUxRkI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl0yAuwAAABBSURBVDhPY/wPBAxUAGCDGvdBeWSAeicIDTfIXREiQArYeR9hEBOEohyMGkQYjBpEGAxjg6ib+yFMygCVvMbAAABj0hwMTNeKJwAAAABJRU5ErkJggg==") repeat}.sun-editor .se-selector-table .se-table-size-unhighlighted{position:relative !important;z-index:1;font-size:18px;width:10em;height:10em;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat}.sun-editor .se-selector-table .se-table-size-display{padding-left:5px}.sun-editor .se-list-layer.se-table-split{top:36px}.sun-editor .se-list-layer .se-selector-color{display:flex;width:max-content;max-width:270px;height:auto;padding:0;margin:auto}.sun-editor .se-list-layer .se-selector-color .se-color-pallet{width:100%;height:100%;padding:0}.sun-editor .se-list-layer .se-selector-color .se-color-pallet li{display:flex;float:left;position:relative;margin:0}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button{display:block;cursor:default;width:30px;height:30px;text-indent:-9999px}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button.active,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:focus,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:hover{border:3px solid #fff}.sun-editor .se-form-group{display:flex;width:100%;min-height:40px;height:auto;padding:4px}.sun-editor .se-form-group input{flex:auto;display:inline-block;width:auto;height:33px;font-size:12px;margin:1px 0;padding:0;border-radius:.25rem;border:1px solid #ccc}.sun-editor .se-form-group button,.sun-editor .se-submenu-form-group button{float:right;width:34px;height:34px;margin:0 2px !important}.sun-editor .se-form-group button.se-btn{border:1px solid #ccc}.sun-editor .se-form-group&gt;div{position:relative}.sun-editor .se-form-group label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.sun-editor .se-form-group-label{width:100%;height:auto;padding:0 4px}.sun-editor .se-form-group-label label{font-size:13px;font-weight:700}.sun-editor .se-submenu .se-form-group input{width:auto;height:33px;color:#555}.sun-editor .se-submenu .se-form-group .se-color-input{width:72px;text-transform:uppercase;border:none;border-bottom:2px solid #b1b1b1;outline:none}.sun-editor .se-submenu .se-form-group .se-color-input:focus{border-bottom:3px solid #b1b1b1}.sun-editor .se-wrapper{position:relative !important;width:100%;height:auto;overflow:hidden;z-index:1}.sun-editor .se-wrapper .se-wrapper-inner{width:100%;height:100%;min-height:65px;overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.sun-editor .se-wrapper .se-wrapper-inner:focus{outline:none}.sun-editor .se-wrapper .se-wrapper-code{background-color:#191919;color:#fff;font-size:13px;word-break:break-all;padding:4px;margin:0;resize:none !important}.sun-editor .se-wrapper .se-wrapper-wysiwyg{display:block}.sun-editor .se-wrapper .se-wrapper-code-mirror{font-size:13px}.sun-editor .se-wrapper .se-placeholder{position:absolute;display:none;white-space:nowrap;text-overflow:ellipsis;z-index:1;color:#b1b1b1;font-size:13px;line-height:1.5;top:0;left:0;right:0;overflow:hidden;margin-top:0;padding-top:16px;padding-left:16px;margin-left:0;padding-right:16px;margin-right:0;pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor .se-resizing-bar{display:flex;width:auto;height:auto;min-height:16px;border-top:1px solid #dadada;padding:0 4px;background-color:#fafafa;cursor:ns-resize}.sun-editor .se-resizing-bar.se-resizing-none{cursor:default}.sun-editor .se-resizing-back{position:absolute;display:none;cursor:default;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-resizing-bar .se-navigation{flex:auto;position:relative;width:auto;height:auto;color:#666;margin:0;padding:0;font-size:10px;line-height:1.5;background:transparent}.sun-editor .se-resizing-bar .se-char-counter-wrapper{flex:none;position:relative;display:block;width:auto;height:auto;margin:0;padding:0;color:#999;font-size:13px;background:transparent}.sun-editor .se-resizing-bar .se-char-counter-wrapper.se-blink{color:#b94a48;animation:blinker .2s linear infinite}.sun-editor .se-resizing-bar .se-char-counter-wrapper .se-char-label{margin-right:4px}.sun-editor .se-dialog{position:absolute;display:none;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-dialog button,.sun-editor .se-dialog input,.sun-editor .se-dialog label{font-size:14px;line-height:1.5;color:#111;margin:0}.sun-editor .se-dialog .se-dialog-back{background-color:#222;opacity:.5}.sun-editor .se-dialog .se-dialog-back,.sun-editor .se-dialog .se-dialog-inner{position:absolute;width:100%;height:100%;top:0;left:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{position:relative;width:auto;max-width:500px;margin:1.75rem auto;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:4px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}@media screen and (max-width: 509px){.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{width:100%}}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content .se-btn-primary{display:inline-block;padding:6px 12px;margin:0 0 10px !important;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;border-radius:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header{height:50px;padding:6px 15px;border-bottom:1px solid #e5e5e5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:right;font-weight:700;text-shadow:0 1px 0 #fff;-webkit-appearance:none;filter:alpha(opacity=100);opacity:1}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{float:left;font-size:14px;font-weight:700;margin:0;padding:0;line-height:2.5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-body{position:relative;padding:15px 15px 5px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form{margin-bottom:10px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer{margin-top:10px;margin-bottom:0}.sun-editor .se-dialog .se-dialog-inner input:disabled{background-color:#f3f3f3}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text{width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-h,.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-w{width:70px;text-align:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-x{margin:0 8px;width:25px;text-align:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer{height:auto;min-height:55px;padding:10px 15px 0;text-align:right;border-top:1px solid #e5e5e5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer&gt;div{float:left}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer&gt;div&gt;label{margin:0 5px 0 0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-radio{margin-left:12px;margin-right:6px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-check{margin-left:12px;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer .se-dialog-btn-check{margin-left:0;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-right:16px;margin-left:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files{position:relative;display:flex;align-items:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files&gt;input{flex:auto}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button{flex:auto;opacity:.8;border:1px solid #ccc}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button.se-file-remove&gt;svg{width:8px;height:8px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:hover{background-color:#f0f0f0;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:active{background-color:#e9e9e9;-webkit-box-shadow:inset 0 3px 5px #d6d6d6;box-shadow:inset 0 3px 5px #d6d6d6}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select{display:inline-block;width:auto;height:34px;font-size:14px;text-align:center;line-height:1.42857143}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-control{display:inline-block;width:70px;height:34px;font-size:14px;text-align:center;line-height:1.42857143}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form{display:block;width:100%;height:34px;font-size:14px;line-height:1.42857143;padding:0 4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url:disabled{text-decoration:line-through;color:#999}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{width:70px;margin-left:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form a{color:#004cff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert{border:1px solid #ccc}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-dialog-tabs{width:100%;height:25px;border-bottom:1px solid #e5e5e5}.sun-editor .se-dialog-tabs button{background-color:#e5e5e5;border-right:1px solid #e5e5e5;float:left;outline:none;padding:2px 13px;transition:.3s}.sun-editor .se-dialog-tabs button:hover{background-color:#fff}.sun-editor .se-dialog-tabs button.active{background-color:#fff;border-bottom:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-math-exp{resize:vertical;height:14em;border:1px solid #ccc;font-size:13px;padding:4px;direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select.se-math-size{width:6em;height:28px;margin-left:1em}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview{font-size:13px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview&gt;span{display:inline-block;-webkit-box-shadow:0 0 0 .1rem #c7deff;box-shadow:0 0 0 .1rem #c7deff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview&gt;span *{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-link-preview{display:block;height:auto;max-height:18px;font-size:13px;font-weight:400;font-family:inherit;color:#666;background-color:transparent;overflow:hidden;text-overflow:ellipsis;word-break:break-all;white-space:pre}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form{width:100%;display:flex;margin-top:4px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-svg.se-anchor-preview-icon{flex:unset;display:none;line-height:1.5;color:#4592ff}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-link-preview{flex:auto;margin:0}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel{height:34px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-btn{width:46px;color:#3f9dff}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-wrapper{display:flex;line-height:1.5;padding-top:6px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-preview{text-align:left}.sun-editor .se-controller .se-arrow.se-arrow-up{border-bottom-color:rgba(0,0,0,.25)}.sun-editor .se-controller{position:absolute;display:none;overflow:visible;z-index:6;border:1px solid rgba(0,0,0,.25);border-radius:4px;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.sun-editor .se-controller .se-btn-group{position:relative;display:flex;vertical-align:middle;padding:2px;top:0;left:0}.sun-editor .se-controller .se-btn-group .se-btn-group-sub{left:50%;min-width:auto;width:max-content;display:none}.sun-editor .se-controller .se-btn-group .se-btn-group-sub button{margin:0;min-width:72px}.sun-editor .se-controller .se-btn-group button{position:relative;min-height:34px;height:auto;border:none;border-radius:4px;margin:1px;padding:5px 10px;font-size:12px;line-height:1.5;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation}.sun-editor .se-controller .se-btn-group button:focus:enabled,.sun-editor .se-controller .se-btn-group button:hover:enabled{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:active:enabled{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button span{display:block;padding:0;margin:0}.sun-editor .se-controller .se-btn-group button:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:focus,.sun-editor .se-controller .se-btn-group button:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:focus,.sun-editor .se-controller .se-btn-group button:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;-webkit-box-shadow:inset 0 3px 5px #b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-controller .se-form-group input{min-width:120px}.sun-editor .se-controller-resizing{margin-top:-50px !important;padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143}.sun-editor .se-controller-resizing .se-btn-group .se-btn-group-sub.se-resizing-align-list{width:74px}.sun-editor .se-resizing-container{position:absolute;display:none;outline:1px solid #3f9dff;background-color:transparent}.sun-editor .se-resizing-container .se-modal-resize{position:absolute;display:inline-block;background-color:#3f9dff;opacity:.3}.sun-editor .se-resizing-container .se-resize-dot{position:absolute;top:0;left:0;width:100%;height:100%}.sun-editor .se-resizing-container .se-resize-dot&gt;span{position:absolute;width:7px;height:7px;background-color:#3f9dff;border:1px solid #4592ff}.sun-editor .se-resizing-container .se-resize-dot&gt;span.tl{top:-5px;left:-5px;cursor:nw-resize}.sun-editor .se-resizing-container .se-resize-dot&gt;span.tr{top:-5px;right:-5px;cursor:ne-resize}.sun-editor .se-resizing-container .se-resize-dot&gt;span.bl{bottom:-5px;left:-5px;cursor:sw-resize}.sun-editor .se-resizing-container .se-resize-dot&gt;span.br{right:-5px;bottom:-5px;cursor:se-resize}.sun-editor .se-resizing-container .se-resize-dot&gt;span.lw{left:-7px;bottom:50%;cursor:w-resize}.sun-editor .se-resizing-container .se-resize-dot&gt;span.th{left:50%;top:-7px;cursor:n-resize}.sun-editor .se-resizing-container .se-resize-dot&gt;span.rw{right:-7px;bottom:50%;cursor:e-resize}.sun-editor .se-resizing-container .se-resize-dot&gt;span.bh{right:50%;bottom:-7px;cursor:s-resize}.sun-editor .se-resizing-container .se-resize-display{position:absolute;right:0;bottom:0;padding:5px;margin:5px;font-size:12px;color:#fff;background-color:#333;border-radius:4px}.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{width:auto}.sun-editor .se-controller-link,.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143}.sun-editor .se-controller-link:after,.sun-editor .se-controller-link:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sun-editor .se-controller-link .link-content{padding:0;margin:0}.sun-editor .se-controller-link .link-content a{display:inline-block;color:#4592ff;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;margin-left:5px}.sun-editor .se-select-list{position:absolute;top:0;left:0;display:none;width:auto;max-width:100%;background-color:#fff;padding:0;margin:0;border:1px solid #bababa;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0 none}.sun-editor .se-select-list .se-select-item{line-height:28px;min-height:28px;font-size:13px;padding:0 5px;margin:2px 0;cursor:pointer}.sun-editor .se-select-list.__se_select-menu-mouse-move .se-select-item:hover,.sun-editor .se-select-list:not(.__se_select-menu-mouse-move) .se-select-item.active{background-color:#e1e1e1}.sun-editor .se-dialog-form-files .se-select-list{width:100%}.sun-editor .se-file-browser{position:absolute;display:none;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-file-browser button,.sun-editor .se-file-browser input,.sun-editor .se-file-browser label{font-size:14px;line-height:1.5;color:#111;margin:0}.sun-editor .se-file-browser .se-file-browser-back{background-color:#222;opacity:.5}.sun-editor .se-file-browser .se-file-browser-back,.sun-editor .se-file-browser .se-file-browser-inner{position:absolute;display:block;width:100%;height:100%;top:0;left:0}.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{position:relative;width:960px;max-width:100%;margin:20px auto;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:4px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.sun-editor .se-file-browser .se-file-browser-header{height:auto;min-height:50px;padding:6px 15px;border-bottom:1px solid #e5e5e5}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close{float:right;font-weight:700;text-shadow:0 1px 0 #fff;-webkit-appearance:none;filter:alpha(opacity=100);opacity:1}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close&gt;svg{width:12px;height:12px}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-title{font-size:16px;font-weight:700;margin:0;padding:0;line-height:2.2}.sun-editor .se-file-browser .se-file-browser-tags{display:block;width:100%;padding:0;text-align:left;margin:0 -15px}.sun-editor .se-file-browser .se-file-browser-tags a{display:inline-block;background-color:#f5f5f5;padding:6px 12px;margin:8px 0 8px 8px;color:#333;text-decoration:none;border-radius:32px;-moz-border-radius:32px;-webkit-border-radius:32px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;cursor:pointer}.sun-editor .se-file-browser .se-file-browser-tags a:hover{background-color:#e1e1e1}.sun-editor .se-file-browser .se-file-browser-tags a:active{background-color:#d1d1d1}.sun-editor .se-file-browser .se-file-browser-tags a.on{background-color:#ebf3fe;color:#4592ff}.sun-editor .se-file-browser .se-file-browser-tags a.on:hover{background-color:#d8e8fe}.sun-editor .se-file-browser .se-file-browser-tags a.on:active{background-color:#c7deff}.sun-editor .se-file-browser .se-file-browser-body{position:relative;height:auto;min-height:350px;padding:20px;overflow-y:auto}.sun-editor .se-file-browser .se-file-browser-body .se-file-browser-list{position:relative;width:100%}@media screen and (max-width: 992px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:748px}}@media screen and (max-width: 768px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:600px}}.sun-editor .se-file-browser .se-file-browser-list .se-file-item-column{position:relative;display:block;height:auto;float:left}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(25% - 20px);margin:0 10px}@media screen and (max-width: 992px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(33% - 20px)}}@media screen and (max-width: 768px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(50% - 20px)}}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img{position:relative;display:block;cursor:pointer;width:100%;height:auto;border-radius:4px;outline:0;margin:10px 0}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img:hover{opacity:.8;-webkit-box-shadow:0 0 0 .2rem #3288ff;box-shadow:0 0 0 .2rem #3288ff}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img&gt;img{position:relative;display:block;width:100%;border-radius:4px;outline:0;height:auto}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img&gt;.se-file-img-name{position:absolute;z-index:1;font-size:13px;color:#fff;left:0;bottom:0;padding:5px 10px;background-color:transparent;width:100%;height:30px;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img&gt;.se-file-img-name.se-file-name-back{background-color:#333;opacity:.6}.sun-editor .se-notice{position:absolute;top:0;display:none;z-index:7;width:100%;height:auto;word-break:break-all;font-size:13px;color:#b94a48;background-color:#f2dede;padding:15px;margin:0;border:1px solid #eed3d7;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.sun-editor .se-notice button{float:right;padding:7px}.sun-editor .se-tooltip{position:relative;overflow:visible}.sun-editor .se-tooltip .se-tooltip-inner{visibility:hidden;position:absolute;display:block;width:auto;top:120%;left:50%;background:transparent;opacity:0;z-index:1;line-height:1.5;transition:opacity .5s;margin:0;padding:0;bottom:auto;float:none;pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text{position:relative;display:inline-block;width:auto;left:-50%;font-size:.9em;margin:0;padding:4px 6px;border-radius:2px;background-color:#333;color:#fff;text-align:center;line-height:unset;white-space:nowrap;cursor:auto}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-bottom-color:#333}.sun-editor .se-tooltip:hover .se-tooltip-inner{visibility:visible;opacity:1}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{display:block !important}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut&gt;.se-shortcut-key{display:inline;font-weight:700}.sun-editor.se-rtl .se-btn-tray{direction:rtl}.sun-editor.se-rtl .se-btn-select svg{margin:auto 1px}.sun-editor.se-rtl .se-btn-select .txt{flex:auto;text-align:right;direction:rtl}.sun-editor.se-rtl .se-btn-list{text-align:right}.sun-editor.se-rtl .se-btn-list&gt;.se-list-icon{margin:-1px 0 0 10px}.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix),.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix) li{float:right}.sun-editor.se-rtl .se-list-layer *{direction:rtl}.sun-editor.se-rtl .se-list-layer.se-list-format ul blockquote{padding:0 7px 0 0;border-right-width:5px;border-left-width:0}.sun-editor.se-rtl .se-list-layer .se-selector-color .se-color-pallet li{float:right}.sun-editor.se-rtl .se-list-inner .se-list-checked li button&gt;.se-svg{float:right;padding:6px 0 0 6px}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text,.sun-editor.se-rtl .se-wrapper .se-placeholder{direction:rtl}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{direction:ltr}.sun-editor.se-rtl .se-dialog *{direction:rtl}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:left}.sun-editor.se-rtl .se-dialog-tabs button,.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-size-text{padding-right:34px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer .se-btn-primary{float:left}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer&gt;div{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer&gt;div&gt;label{margin:0 0 0 5px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-left:16px;margin-right:0}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-preview{margin-left:4px;text-align:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-btn{float:right}.sun-editor.se-rtl .se-file-browser *{direction:rtl}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags{text-align:right}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags a{margin:8px 8px 0}.sun-editor.se-rtl .se-file-browser .se-file-browser-header .se-file-browser-close{float:left}.sun-editor.se-rtl .se-controller .se-btn-group,.sun-editor.se-rtl .se-resizing-container .se-resize-display{direction:rtl}.sun-editor .se-btn-module-border.module-float-left{float:left}.sun-editor .se-btn-module-border.module-float-right{float:right}.sun-editor hr.__se__solid{border-style:solid none none}.sun-editor hr.__se__dotted{border-style:dotted none none}.sun-editor hr.__se__dashed{border-style:dashed none none}@keyframes blinker{50%{opacity:0}}@keyframes spinner{to{transform:rotate(361deg)}}.sun-editor-editable{font-family:Helvetica Neue;font-size:13px;color:#333;background-color:#fff;line-height:1.5;word-break:normal;word-wrap:break-word;padding:16px;margin:0}.sun-editor-editable *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:inherit;font-size:inherit;color:inherit}.sun-editor-editable.se-rtl *{direction:rtl}.sun-editor-editable audio,.sun-editor-editable figcaption,.sun-editor-editable figure,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable td,.sun-editor-editable th,.sun-editor-editable video{position:relative}.sun-editor-editable .__se__float-left{float:left}.sun-editor-editable .__se__float-right{float:right}.sun-editor-editable .__se__float-center{float:center}.sun-editor-editable .__se__float-none{float:none}.sun-editor-editable span{display:inline;vertical-align:baseline;margin:0;padding:0}.sun-editor-editable span.katex{display:inline-block}.sun-editor-editable span.katex *{direction:ltr}.sun-editor-editable a{color:#004cff;text-decoration:none}.sun-editor-editable span[style~="color:"] a{color:inherit}.sun-editor-editable a:focus,.sun-editor-editable a:hover{cursor:pointer;color:#0093ff;text-decoration:underline}.sun-editor-editable a.on{color:#0093ff;background-color:#e8f7ff}.sun-editor-editable pre{display:block;padding:8px;margin:0 0 10px;font-family:monospace;color:#666;line-height:1.45;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:2px;white-space:pre-wrap !important;word-wrap:break-word;overflow:visible}.sun-editor-editable ol{list-style-type:decimal}.sun-editor-editable ol,.sun-editor-editable ul{list-style-position:outside;display:block;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0;margin-inline-end:0;padding-inline-start:40px}.sun-editor-editable ul{list-style-type:disc}.sun-editor-editable li{display:list-item;text-align:-webkit-match-parent;margin-bottom:5px}.sun-editor-editable ol ol,.sun-editor-editable ol ul,.sun-editor-editable ul ol,.sun-editor-editable ul ul{margin:0}.sun-editor-editable ol ol,.sun-editor-editable ul ol{list-style-type:lower-alpha}.sun-editor-editable ol ol ol,.sun-editor-editable ul ol ol,.sun-editor-editable ul ul ol{list-style-type:upper-roman}.sun-editor-editable ol ul,.sun-editor-editable ul ul{list-style-type:circle}.sun-editor-editable ol ol ul,.sun-editor-editable ol ul ul,.sun-editor-editable ul ul ul{list-style-type:square}.sun-editor-editable sub,.sun-editor-editable sup{font-size:75%;line-height:0}.sun-editor-editable sub{vertical-align:sub}.sun-editor-editable sup{vertical-align:super}.sun-editor-editable p{display:block;margin:0 0 10px}.sun-editor-editable div{display:block;margin:0;padding:0}.sun-editor-editable blockquote{display:block;font-family:inherit;font-size:inherit;color:#999;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0;margin-inline-end:0;padding:0 5px 0 20px;border:solid #b1b1b1;border-width:0 0 0 5px}.sun-editor-editable blockquote blockquote{border-color:#c1c1c1}.sun-editor-editable blockquote blockquote blockquote{border-color:#d1d1d1}.sun-editor-editable blockquote blockquote blockquote blockquote{border-color:#e1e1e1}.sun-editor-editable.se-rtl blockquote{padding-left:5px;padding-right:20px;border-left-width:0;border-right-width:5px}.sun-editor-editable h1{font-size:2em;margin-block-start:.67em;margin-block-end:.67em}.sun-editor-editable h1,.sun-editor-editable h2{display:block;margin-inline-start:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h2{font-size:1.5em;margin-block-start:.83em;margin-block-end:.83em}.sun-editor-editable h3{font-size:1.17em;margin-block-start:1em;margin-block-end:1em}.sun-editor-editable h3,.sun-editor-editable h4{display:block;margin-inline-start:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h4{font-size:1em;margin-block-start:1.33em;margin-block-end:1.33em}.sun-editor-editable h5{font-size:.83em;margin-block-start:1.67em;margin-block-end:1.67em}.sun-editor-editable h5,.sun-editor-editable h6{display:block;margin-inline-start:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h6{font-size:.67em;margin-block-start:2.33em;margin-block-end:2.33em}.sun-editor-editable hr{display:flex;border-width:1px 0 0;border-color:#000;border-image:initial;height:1px}.sun-editor-editable hr.__se__solid{border-style:solid none none}.sun-editor-editable hr.__se__dotted{border-style:dotted none none}.sun-editor-editable hr.__se__dashed{border-style:dashed none none}.sun-editor-editable hr.on{border-color:#4592ff;-webkit-box-shadow:0 0 0 .1rem #c7deff;box-shadow:0 0 0 .1rem #c7deff}.sun-editor-editable table{display:table;table-layout:auto !important;border:1px solid #ccc;width:100%;max-width:100%;margin:0 0 10px;background-color:transparent;border-spacing:0;border-collapse:collapse}.sun-editor-editable.se-rtl table{margin:0 0 10px auto}.sun-editor-editable table thead{border-bottom:2px solid #333}.sun-editor-editable table tr{border:1px solid #efefef}.sun-editor-editable table th{background-color:#f3f3f3}.sun-editor-editable table td,.sun-editor-editable table th{border:1px solid #e1e1e1;padding:.4em;background-clip:padding-box}.sun-editor-editable table.se-table-size-auto{width:auto !important}.sun-editor-editable table.se-table-size-100{width:100% !important}.sun-editor-editable table.se-table-layout-auto{table-layout:auto !important}.sun-editor-editable table.se-table-layout-fixed{table-layout:fixed !important}.sun-editor-editable table td.se-table-selected-cell,.sun-editor-editable table th.se-table-selected-cell{outline:1px double #4592ff}.sun-editor-editable.se-disabled *{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.sun-editor-editable .se-component{display:flex;padding:1px;margin:0 0 10px}.sun-editor-editable[contenteditable=true] .se-component{outline:1px dashed #e1e1e1}.sun-editor-editable[contenteditable=true] .se-component.se-component-copy{-webkit-box-shadow:0 0 0 .2rem #80bdff;box-shadow:0 0 0 .2rem #3f9dff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor-editable audio,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable video{display:block;margin:0;padding:0;width:auto;height:auto;max-width:100%}.sun-editor-editable[contenteditable=true]:not(.se-read-only) figure:after{position:absolute;content:"";z-index:1;top:0;left:0;right:0;bottom:0;cursor:default;display:block;background:transparent}.sun-editor-editable[contenteditable=true] figure a,.sun-editor-editable[contenteditable=true] figure iframe,.sun-editor-editable[contenteditable=true] figure img,.sun-editor-editable[contenteditable=true] figure video{z-index:0}.sun-editor-editable[contenteditable=true] figure figcaption{display:block;z-index:2}.sun-editor-editable[contenteditable=true] figure figcaption:focus{border-color:#80bdff;outline:0;-webkit-box-shadow:0 0 0 .2rem #c7deff;box-shadow:0 0 0 .2rem #c7deff}.sun-editor-editable .se-image-container,.sun-editor-editable .se-video-container{width:auto;height:auto;max-width:100%}.sun-editor-editable figure{display:block;outline:none;margin:0;padding:0}.sun-editor-editable figure figcaption{padding:1em .5em;margin:0;background-color:#f9f9f9;outline:none}.sun-editor-editable figure figcaption p{line-height:2;margin:0}.sun-editor-editable .se-image-container a img{padding:1px;margin:1px;outline:1px solid #4592ff}.sun-editor-editable .se-video-container iframe,.sun-editor-editable .se-video-container video{outline:1px solid #9e9e9e;position:absolute;top:0;left:0;border:0;width:100%;height:100%}.sun-editor-editable .se-video-container figure{left:0;width:100%;max-width:100%}.sun-editor-editable audio{width:300px;height:54px}.sun-editor-editable audio.active{outline:2px solid #80bdff}.sun-editor-editable.se-show-block div,.sun-editor-editable.se-show-block h1,.sun-editor-editable.se-show-block h2,.sun-editor-editable.se-show-block h3,.sun-editor-editable.se-show-block h4,.sun-editor-editable.se-show-block h5,.sun-editor-editable.se-show-block h6,.sun-editor-editable.se-show-block li,.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block p,.sun-editor-editable.se-show-block pre,.sun-editor-editable.se-show-block ul{border:1px dashed #3f9dff !important;padding:14px 8px 8px !important}.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block ul{border:1px dashed #d539ff !important}.sun-editor-editable.se-show-block pre{border:1px dashed #27c022 !important}.se-show-block p{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPAQMAAAAF7dc0AAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAaSURBVAjXY/j/gwGCPvxg+F4BQiAGDP1HQQByxxw0gqOzIwAAAABJRU5ErkJggg==") no-repeat}.se-show-block div{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPAQMAAAAxlBYoAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j//wcDDH+8XsHwDYi/hwNx1A8w/nYLKH4XoQYJAwCXnSgcl2MOPgAAAABJRU5ErkJggg==") no-repeat}.se-show-block h1{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAfSURBVAjXY/j/v4EBhr+9B+LzEPrDeygfhI8j1CBhAEhmJGY4Rf6uAAAAAElFTkSuQmCC") no-repeat}.se-show-block h2{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j/v4EBhr+dB+LtQPy9geEDEH97D8T3gbgdoQYJAwA51iPuD2haEAAAAABJRU5ErkJggg==") no-repeat}.se-show-block h3{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQPy9geHDeQgN5p9HqEHCADeWI+69VG2MAAAAAElFTkSuQmCC") no-repeat}.se-show-block h4{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPAQMAAADTSA1RAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j//wADDH97DsTXIfjDdiDdDMTfIRhZHRQDAKJOJ6L+K3y7AAAAAElFTkSuQmCC") no-repeat}.se-show-block h5{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAlSURBVAjXY/j/v4EBhr+1A/F+IO5vYPiwHUh/B2IQfR6hBgkDABlWIy5uM+9GAAAAAElFTkSuQmCC") no-repeat}.se-show-block h6{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQLy/geFDP5S9HSKOrA6KAR9GIza1ptJnAAAAAElFTkSuQmCC") no-repeat}.se-show-block li{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAYAAADkmO9VAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA7SURBVDhPYxgFcNDQ0PAfykQBIHEYhgoRB/BpwCfHBKWpBkaggYxQGgOgBzyQD1aLLA4TGwWDGjAwAACR3RcEU9Ui+wAAAABJRU5ErkJggg==") no-repeat}.se-show-block ol{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABHSURBVDhPYxgFcNDQ0PAfhKFcFIBLHCdA1oBNM0kGEmMAPgOZoDTVANUNxAqQvURMECADRiiNAWCagDSGGhyW4DRrMAEGBgAu0SX6WpGgjAAAAABJRU5ErkJggg==") no-repeat}.se-show-block ul{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA1SURBVDhPYxgFDA0NDf+hTBSALI5LDQgwQWmqgVEDKQcsUBoF4ItFGEBXA+QzQpmDGjAwAAA8DQ4Lni6gdAAAAABJRU5ErkJggg==") no-repeat}.sun-editor-editable .__se__p-bordered,.sun-editor .__se__p-bordered{border-top:1px solid #b1b1b1;border-bottom:1px solid #b1b1b1;padding:4px 0}.sun-editor-editable .__se__p-spaced,.sun-editor .__se__p-spaced{letter-spacing:1px}.sun-editor-editable .__se__p-neon,.sun-editor .__se__p-neon{font-weight:200;font-style:italic;background:#000;color:#fff;padding:6px 4px;border:2px solid #fff;border-radius:6px;text-transform:uppercase;animation:neonFlicker 1.5s infinite alternate}@keyframes neonFlicker{0%,19%,21%,23%,25%,54%,56%,to{text-shadow:-0.2rem -0.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 2px #f40,0 0 4px #f40,0 0 6px #f40,0 0 8px #f40,0 0 10px #f40;box-shadow:0 0 .5px #fff,inset 0 0 .5px #fff,0 0 2px #08f,inset 0 0 2px #08f,0 0 4px #08f,inset 0 0 4px #08f}20%,24%,55%{text-shadow:none;box-shadow:none}}.sun-editor-editable .__se__t-shadow,.sun-editor .__se__t-shadow{text-shadow:-0.2rem -0.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 .2rem #999,0 0 .4rem #888,0 0 .6rem #777,0 0 .8rem #666,0 0 1rem #555}.sun-editor-editable .__se__t-code,.sun-editor .__se__t-code{font-family:monospace;color:#666;background-color:rgba(27,31,35,.05);border-radius:6px;padding:.2em .4em}
.new-message{position:fixed;bottom:0;right:10%;z-index:1200;height:35rem;max-height:100%;width:35%;padding-bottom:2.375rem;background-color:#fff;border-radius:.625rem .625rem 0 0;box-shadow:0px 0px 15px rgba(0,0,0,.15);transition:.5s}.new-message-header{display:flex;align-items:center;padding:0 1.125rem;padding-right:1rem;height:2.8rem;background-color:#090647;border-radius:.625rem .625rem 0 0}.new-message-header-back-btn-wrapper{margin-right:.5rem}.new-message-header-back-btn{display:flex;align-items:center;color:#000;letter-spacing:1px;padding:.5rem 0}.new-message-header-back-btn__icon{font-size:1.25rem;margin-right:.5rem}.new-message-header__title{font-size:1.125rem;text-align:center;letter-spacing:1px;color:#fff;user-select:none}.new-message-header-attach-dropdown-wrapper{margin-right:.5rem}.new-message-header-attach-dropdown-wrapper-list{top:calc(100% + 0.5rem);right:-75%}.new-message-header-attach-dropdown{padding:.6rem .4rem}.new-message-header-attach-dropdown:hover{background-color:transparent}.new-message-header-attach-dropdown:active{background-color:transparent}.new-message-header-attach-dropdown:active *{fill:#0052ff}.new-message-header__send-btn{padding:.4rem}.new-message-header__send-btn:hover{background-color:#dce7ff}.new-message-header-close-wrapper{margin-left:auto;display:flex}.new-message-header-close-btn-wrapper{margin-left:auto}.new-message-header-collapse-btn{display:flex;height:100%;align-items:end}.new-message-header-close-btn{transform:scale(0.8);padding:.25rem .4rem}.new-message-header-close-btn *{fill:#dce7ff}.new-message-header-close-btn:hover *{fill:#fff}.new-message-header-close-btn:active *{fill:rgba(255,255,255,.7)}.new-message-body{display:flex;flex-direction:column;background-color:#fff;padding:0 1.25rem;height:90%;height:90%}.new-message-body-input{display:flex;align-items:baseline;flex-shrink:0;width:100%;height:2.5rem;padding:.625rem 0;border-bottom:1px solid #e0e0e0}.new-message-body-input__label{color:#828282;font-size:.875rem;letter-spacing:.5px;padding:0;width:max-content;user-select:none}.new-message-body-input__input{width:100%;height:1.125rem;padding-left:1rem;font-size:.875rem;color:#4f4f4f;border:none;border-radius:0}.new-message-body-input__input::placeholder{color:rgba(90,101,125,.5);letter-spacing:.5px}.new-message-body-input-carbon-copy{align-items:normal;min-height:2.5rem;max-height:5rem;padding:.5rem 0;height:auto}.new-message-body-input-carbon-copy__label{padding-top:.25rem;padding-bottom:.125rem;margin-right:1rem}.new-message-body-input-carbon-copy__input{align-self:flex-end;height:1.375rem}.new-message-body-carbon-copy-btn__btn,new-message-body-blind-carbon-copy-btn{font-size:.875rem;color:#828282;letter-spacing:.5px}.new-message-body-blind-carbon-copy-btn{margin-left:.5rem}.new-message-body-carbon-copy-receivers{display:flex;flex-wrap:wrap;flex-shrink:0;max-width:50%;overflow:auto}.new-message-body-carbon-copy-receiver{display:flex;flex-shrink:0;align-items:center;background-color:#fff;max-width:100%;height:1.375rem;border:1px solid #e0e0e0;border-radius:20px;padding:.05rem .625rem;cursor:default}.new-message-body-carbon-copy-receiver:not(:last-child){margin-right:.5rem;margin-bottom:.5rem}.new-message-body-carbon-copy-receiver:hover{background-color:#eb5757}.new-message-body-carbon-copy-receiver:hover *{color:#fff}.new-message-body-carbon-copy-receiver:hover .new-message-body-carbon-copy-receiver-delete-btn__btn:hover{color:#4f4f4f}.new-message-body-carbon-copy-receiver:hover .new-message-body-carbon-copy-receiver-delete-btn__btn:hover *{fill:#4f4f4f}.new-message-body-carbon-copy-receiver:hover .new-message-body-carbon-copy-receiver-delete-btn__btn *{fill:#fff}.new-message-body-carbon-copy-receiver__address{font-size:.875rem;letter-spacing:.5px;color:#4f4f4f;margin-right:.375rem;max-width:80%;overflow:auto}.new-message-body-carbon-copy-receiver-delete-btn{margin-left:auto}.new-message-body-carbon-copy-receiver-delete-btn__btn{padding:.25rem}.new-message-body-carbon-copy-receiver-delete-btn__icon{transform:scale(0.8);color:#4f4f4f}.new-message-body-carbon-copy-receiver-delete-btn__icon *{fill:#4f4f4f}.new-message-body-text{min-height:2.5rem;width:100%;overflow-y:auto;height:100%}.new-message-body-text__contenteditable{font-size:1rem;border:none;color:#5a657d;padding:.75rem 0;max-height:100%;height:100%;width:100%;overflow:auto}.new-message-body-text__contenteditable b{font-weight:bold}.new-message-body-text__contenteditable:focus{border:none;outline:none}.new-message-body-text__contenteditable::placeholder{color:rgba(90,101,125,.5);letter-spacing:.5px}.new-message-buttons{display:flex;align-items:center;justify-content:flex-start;padding:0;width:100%;margin-top:auto}.new-message-extra-buttons{display:flex;justify-content:space-between;align-items:center;height:2rem}.new-message-buttons__send-btn{margin-right:1.5rem;padding:.75rem 2.5rem}.new-message-extra-buttons-attach{display:flex;width:2rem;height:2rem}.new-message-extra-buttons-attach-list{bottom:130%;left:0}.new-message-extra-buttons-attach__handle{display:flex;align-items:center;padding:0 .45rem;padding-left:.5rem;height:100%}.new-message-extra-buttons__emoji-picker{padding-top:0;padding-bottom:0;height:100%}.sun-editor .se-resizing-bar{display:none !important}.new-message-body-text .sun-editor{height:100%;max-height:100%;overflow:hidden}.new-message-body-text .sun-editor .se-container{display:flex;flex-direction:column}.new-message-body-text .sun-editor .se-wrapper{flex:1;height:100%;z-index:0}.new-message-body-text .se-wrapper-inner .se-wrapper-wysiwyg .sun-editor-editable{height:auto;overflow:auto}.new-message-body-text .sun-editor .se-wrapper .se-wrapper-inner{overflow:auto;padding:0}.new-message-body-text .sun-editor .se-wrapper .se-wrapper-inner p{margin:0 !important}.new-message-body-text .sun-editor .se-list-layer{max-height:150px}.new-message-body-text .sun-editor{border:none}.new-message-body-text .sun-editor .se-toolbar{outline:none;border:1px solid #e0e0e0}.hide-font-style .sun-editor .se-toolbar{display:none}.new-message-extra-buttons-styles{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:5px;margin-top:.2rem}.new-message-extra-buttons-styles svg{object-fit:cover}.new-message-extra-buttons-styles:hover{background-color:#e0e0e0}.emoji-picker-react{z-index:10}.new-message-body-text .sun-editor{border:none;font-family:"Inter",Arial,sans-serif;min-width:305px;height:100%;overflow:hidden}.new-message-body-text .sun-editor .sun-editor-common .se-dialog-inner .se-dialog-content{width:100%;max-width:36rem;background-color:#fff;border-radius:10px;padding:1rem;box-sizing:border-box;color:#4f4f4f;letter-spacing:1px;margin:4rem auto}.new-message-body-text .sun-editor .sun-editor-common .se-dialog-inner .se-dialog-content form .se-dialog-header{display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse;border-bottom:none;padding:0}.new-message-body-text .sun-editor .sun-editor-common .se-dialog-inner .se-dialog-content form .se-dialog-header .se-modal-title{color:#090647;font-size:1.4rem}.new-message-body-text .sun-editor .sun-editor-common .se-dialog-inner .se-dialog-content form .se-dialog-body label{color:#4f4f4f;font-weight:400}.new-message-body-text .sun-editor .sun-editor-common .se-dialog-inner .se-dialog-content form .se-dialog-body .se-dialog-form-footer{display:none}.new-message-body-text .sun-editor .sun-editor-common .se-dialog-inner .se-dialog-content form .se-dialog-body .se-dialog-form .se-dialog-form-files button{display:none}.new-message-body-text .sun-editor .sun-editor-common .se-dialog-inner .se-dialog-content form .se-dialog-body .se-dialog-form .se-anchor-preview-form{display:none}.new-message-body-text .sun-editor .sun-editor-common .se-dialog-inner .se-dialog-content form .se-dialog-footer{border-top:none}.new-message-body-text .sun-editor .sun-editor-common .se-dialog-inner .se-dialog-content form .se-dialog-footer .se-btn-primary{color:#fff;font-size:1rem;width:100%;background-color:#0052ff;padding:.6rem 0;border:none}.new-message-text-editor{position:relative;height:calc(100% - 100px)}.new-message-body .sun-editor{border:none}.new-message-body .sun-editor .sun-editor-common .se-menu-tray .se-submenu .se-list-inner .se-list-basic li button.active{background-color:#e1e1e1;border:none}.new-message-body .sun-editor .se-toolbar{outline:none;background-color:#fff}.new-message-body .sun-editor .se-toolbar .se-btn-tray{display:flex;justify-content:center;padding-bottom:.5rem;flex-direction:column;align-items:center}.new-message-body .sun-editor .se-toolbar .se-btn-tray .se-btn-module{border:1px solid #5a657d;border-radius:5px 5px 0 0;padding:2px 1.5px}.new-message-body .sun-editor .se-toolbar .se-btn-tray .se-btn-module .se-menu-list li button svg{fill:#5a657d}.new-message-body .sun-editor .se-toolbar .se-btn-tray .se-btn-module .se-menu-list li button .se-tooltip-inner .se-tooltip-text{display:none}.new-message-body .sun-editor .se-toolbar .se-btn-tray .se-btn-module .se-menu-list li button.active{background-color:#e1e1e1}.new-message-body .sun-editor .se-toolbar .se-btn-tray .se-btn-module .se-menu-list li [data-command=link]{display:none}.new-message-body .sun-editor .se-toolbar .se-btn-tray .se-toolbar-more-layer{background:#fff;border-bottom:1px solid #5a657d;border-left:1px solid #5a657d;border-right:1px solid #5a657d;border-radius:0 0 5px 5px}.new-message-body .sun-editor .se-toolbar .se-btn-tray .se-toolbar-more-layer .se-menu-list li{padding:0 2.2px}.new-message-body .sun-editor .se-toolbar .se-btn-tray .se-toolbar-more-layer .se-menu-list li button svg{fill:#5a657d}.new-message-body .sun-editor .se-toolbar .se-btn-tray .se-toolbar-more-layer .se-menu-list li button .se-tooltip-inner .se-tooltip-text{display:none}.new-message-body .sun-editor .se-toolbar .se-btn-tray .se-toolbar-more-layer .se-menu-list li button.active{background-color:#e1e1e1}.new-message-body .sun-editor .se-toolbar .se-btn-tray .se-toolbar-more-layer .se-menu-list li [data-command=link]{display:none}.new-message-body .sun-editor .se-toolbar .se-btn-tray .se-toolbar-more-layer .se-more-layer .se-more-form{padding:0 3px}
.main-page-left-globalbar{position:relative;z-index:100;display:flex;flex-direction:column;min-width:78px;height:100%;background-color:#090647;align-items:center;--animate-duration: 0.4s;border-right:1px solid rgba(220,231,255,.3)}.main-page-left-globalbar-header{display:flex;flex-direction:column;padding-top:17px;height:135px}.main-page-left-globalbar-image{margin:0 auto}.main-page-left-globalbar__icon{border-radius:0}.main-page-left-sidebar-globalbar-close__btn{margin-left:auto;margin-right:5rem;padding:.2rem .4rem}.main-page-left-globalbar-menu{display:flex;flex-direction:column;justify-content:space-around;height:310px}.main-page-left-globalbar-menu-item{display:flex;flex-direction:column;align-items:center;color:#fff;font-size:8px;padding:5px;border-radius:5px}.main-page-left-globalbar-menu-item:hover{color:#0052ff;background-color:#dce7ff;opacity:1}.main-page-left-globalbar-menu-item:hover .icon *{fill:#0052ff}.main-page-left-globalbar-menu-item:active{opacity:.7}.main-page-left-globalbar-menu-item__text{padding-top:10px;font-size:12px}.btn-globalbar-icon{cursor:pointer}.btn-globalbar-icon:hover{background-color:#e0e0e0}.btn-globalbar-icon:active{color:#0052ff;background-color:#dce7ff;transition:color .3s ease}.btn-globalbar-icon:active .icon *{fill:#0052ff}.btn-globalbar-icon:disabled{opacity:.5;pointer-events:none}.btn-globalbar-icon_transparent:hover{color:#0052ff;background-color:transparent}.btn-globalbar-icon_transparent:hover .icon{transition:color .3s ease}.btn-globalbar-icon_transparent:hover .icon *{fill:#0052ff}.btn-globalbar-icon_transparent:active{color:#6697ff;background-color:transparent}.main-page-left-globalbar-menu-item_selected{color:#0052ff;background-color:#dce7ff;opacity:1}.main-page-left-globalbar-menu-item_selected .icon *{fill:#0052ff}.main-page-left-globalbar-menu-item_selected:active{opacity:1}.main-page-left-globalbar-icon{display:flex;justify-content:center;align-items:center}
.main-page{display:flex}.main-page-content{width:100%;height:100%;overflow:auto}.main-page-body{padding:.5rem 1.875rem;height:94vh}.fade-enter{opacity:0;transform:translateX(-100%)}.fade-enter-active{opacity:1;transform:translateX(0%);transition:opacity 200ms,transform 200ms}.fade-exit{opacity:1;transform:translateX(0%)}.fade-exit-active{opacity:0;transform:translateX(-100%);transition:opacity 200ms,transform 200ms}.main-page-left-menu{position:relative;display:flex}
.modal-migrate{position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;top:0;left:0;right:0;bottom:0;z-index:1300}.modal-migrate-body{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;padding:1.5rem 3rem;box-sizing:border-box;max-width:38rem;background-color:#fff;border-radius:1.25rem;border:1px solid #000;color:#4f4f4f}.modal-migrate-close{width:100%;display:flex;justify-content:end}.modal-migrate-text{width:100%;text-align:center}.modal-migrate-footer{margin-top:10px}.modal-migrate-footer button{padding:10px;background-color:#2e5bff;border-radius:5px;color:#fff;text-transform:uppercase}.modal-migrate-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:10000}
*{scrollbar-width:thin;scrollbar-color:#adadad #e0e0e0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{width:100%;height:100vh;margin:0;font-family:"Inter",Arial,sans-serif;font-style:normal;font-weight:400;background-color:#f7fafc;overflow:auto}p{margin:0;padding:0}pre{font-size:1rem;font-family:"Inter",Arial,sans-serif !important;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:normal;overflow-wrap:break-word}#root{width:100%;height:100%}.rotate-180{transform:rotate(180deg)}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.error-message{color:red}.app-loader{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);height:3rem;width:3rem;z-index:9999}::selection{background-color:#fccce0;color:#090647}::-webkit-scrollbar{cursor:default;width:.875rem}::-webkit-scrollbar-track{border-radius:.5rem;background-color:#e0e0e0;margin:1rem 0}::-webkit-scrollbar-thumb{background-color:#adadad;border-radius:.5rem;transition:background-color .3s ease}::-webkit-scrollbar-thumb:hover{background-color:rgba(173,173,173,.7)}.highlight{background-color:rgba(244,86,151,.3)}
@media screen and (max-width: 1440px){.home-header-content{width:76%}.home-slide-main-content{width:65%}.home-slide-description-content{width:71%}.home-slide-characteristics-content{width:82%}.home-slide-advantages-content{width:80%}.home-footer-content{width:76%}.tos-header-content{width:76%}.tos-body-content{width:76%}.tos-footer-content{width:76%}.aws-s3-header-content{width:76%}.aws-s3-body-content{width:76%}.aws-s3-footer-content{width:76%}.signup-success{width:52%}.search-input{width:39%}.search-content{width:80%}.user-profile-content{width:37%}.chat-list{min-width:35%}.draft-list{min-width:35%}.settings-profile-content{width:95%}.settings-profile-info-field-expanded-body__input{width:65%}.new-message{width:45%}.changelog-content{width:75%}.chat-wrapper{position:absolute;width:100%;height:100%;z-index:0}}@media screen and (max-width: 1024px){.home-header-content{width:86%}.home-slide-main-content{width:75%}.home-slide-description-content{width:81%}.home-slide-characteristics-content{width:92%}.home-slide-advantages-content{width:90%}.home-footer-content{width:86%}.tos-header-content{width:86%}.tos-body-content{width:86%}.tos-footer-content{width:86%}.aws-s3-header-content{width:86%}.aws-s3-body-content{width:86%}.aws-s3-footer-content{width:86%}.signup-success{width:72%}.user-profile-content{width:57%}.user-profile-bio{width:60%}.main-page-left-sidebar{position:absolute;left:100%}.chat-wrapper{position:absolute;width:100%;height:100%;z-index:0}.chat-list{min-width:60%;height:97%}.draft-list{min-width:60%}.search-input{width:49%}.search-content{width:83%}.settings-profile-content{flex-direction:column;width:100%}.settings-profile-resume{width:100%;height:auto}.settings-profile-info{overflow:visible;padding-top:0}.settings-profile-info-field-expanded-body__input{width:70%}.settings-header{padding:0 3rem}.settings-header-menu-item:not(:last-child){margin-right:3rem}.new-message{width:55%}.changelog-content{width:85%}.dashboard-wallet{position:relative;display:flex;flex-direction:column}.dashboard-wallet-transaction-history{width:100%;height:100%;min-width:auto}.dashboard-wallet-my-wallet{margin-right:0;width:auto;margin-bottom:2rem;min-height:max-content;min-width:auto}.reply-block-message .sun-editor .se-toolbar .se-btn-tray .se-btn-module .se-menu-list li:last-child{display:flex}}@media screen and (max-width: 768px){::-webkit-scrollbar{display:none}.label-main-header{padding:1.625rem 1.875rem 1.1rem 1.875rem;max-height:5rem}.home-header{padding-top:.5rem;padding-bottom:.5rem}.home-header-favicon{transform:scale(0.8)}.home-slide-main-content{width:85%}.home-slide-main__heading{margin-top:50%;font-size:3.125rem}.home-slide-main__heading sup{font-size:1.95rem}.home-slide-main__text{font-size:1.75rem}.home-slide-main-get-btn-wrapper{width:47%}.home-slide-main-get-btn{font-size:1rem}.home-slide-description-content{width:91%}.home-slide-description__heading{font-size:2.35rem}.home-slide-description__text{font-size:1.45rem}.home-slide-description-join-btn-wrapper{width:33%}.home-slide-advantages-content{width:80%}.home-slide-advantages-heading{font-size:1.75rem}.home-slide-advantages-diagram{width:87%}.home-slide-advantages-wrapper{flex-wrap:wrap;justify-content:center}.home-slide-advantage-wrapper{width:100%}.home-slide-advantage-wrapper:not(:last-child){margin-bottom:2rem}.home-slide-characteristics-content{justify-content:center}.home-slide-characteristic{width:87%;flex-direction:column}.home-slide-characteristic-image-wrapper{margin-right:0;margin-bottom:1.25rem}.home-slide-characteristic-image{width:2.9rem}.home-slide-characteristic__title{font-size:1.75rem}.home-slide-characteristic__text{font-size:1.2rem}.home-footer-buttons{flex-direction:column}.home-footer-buttons *:not(:last-child){margin-right:0;margin-bottom:1.875rem}.tos-header{padding-top:.5rem;padding-bottom:.5rem}.tos-header-favicon{transform:scale(0.8)}.tos-body-content{padding:3.75rem}.tos-body-content__title{font-size:1.85rem;line-height:2.5rem}.tos-body-content-item__subject,.tos-body-content-item__heading{font-size:1.3rem}.tos-body-content-item__description{font-size:.875rem}.tos-footer-buttons{flex-direction:column}.tos-footer-buttons *:not(:last-child){margin-right:0;margin-bottom:1.875rem}.aws-s3-header{padding-top:.5rem;padding-bottom:.5rem}.aws-s3-header-favicon{transform:scale(0.8)}.aws-s3-body-content{padding:3.75rem}.aws-s3-body-content__title{font-size:1.85rem;line-height:2.5rem}.aws-s3-body-content__header,.aws-s3-body-content-steps__header,.aws-s3-body-content-step{font-size:.875rem}.aws-s3-body-content-step pre{font-size:.75rem}.aws-s3-body-content-step code:not(pre code){font-size:.75rem}.aws-s3-footer-buttons{flex-direction:column}.aws-s3-footer-buttons *:not(:last-child){margin-right:0;margin-bottom:1.875rem}.signup-form{padding:2rem 3rem}.signup-success{width:92%;padding:2rem 3rem}.signup-success-key-consent-wrapper{width:85%}.signup-access{padding-left:5rem;padding-right:5rem}.login-form{padding:2rem 3rem}.user-profile{border-bottom-left-radius:0;border-bottom-right-radius:0}.main-page-left-sidebar{display:none;position:fixed;top:0;bottom:0;width:78%;height:auto;z-index:1100;left:0}.main-page-left-sidebar .main-page-left-sidebar-buttons{flex-direction:column;align-items:center;margin-top:1.7rem;margin-bottom:1rem}.main-page-left-sidebar .main-page-left-sidebar-buttons .main-page-left-sidebar-buttons-new-message-wrapper{margin:0;margin-bottom:.5rem;width:84%}.main-page-left-sidebar .main-page-left-sidebar-buttons .main-page-left-sidebar-buttons-new-message{width:100%}.main-page-left-sidebar .main-page-left-sidebar-buttons .main-page-left-sidebar-buttons-import-wrapper{width:84%}.main-page-left-sidebar .main-page-left-sidebar-buttons .main-page-left-sidebar-buttons-import{border:none;width:100%}.label-main-header{padding:1rem 1.875rem .5rem 1.875rem;max-height:4rem}.main-page-left-globalbar{display:none;position:fixed;top:0;bottom:0;width:78%;height:auto;z-index:1100}.main-page-body{padding:0}.new-message{height:100%;width:100%;right:0;background-color:#f7fafc}.new-message-header{height:3.5rem;border-radius:0;background-color:transparent}.new-message-header__title{color:#05266c;margin:0 auto}.new-message-body{border:1px solid #dce7ff;border-radius:10px 10px 0 0;height:100%;padding:0}.new-message-body .sun-editor .se-toolbar .se-btn-tray .se-btn-module{padding:2px 1.6px}.new-message-body .sun-editor .se-toolbar .se-btn-tray .se-btn-module .se-menu-list li{padding:0}.new-message-body .sun-editor .se-toolbar .se-btn-tray .se-btn-module .se-menu-list li [data-command=link]{display:block}.new-message-body .sun-editor .se-toolbar .se-btn-tray .se-toolbar-more-layer{padding:0}.new-message-body .sun-editor .se-toolbar .se-btn-tray .se-toolbar-more-layer .se-menu-list li{padding:0}.new-message-body .sun-editor .se-toolbar .se-btn-tray .se-toolbar-more-layer .se-menu-list li [data-command=link]{display:block}.new-message-body .new-message-body-text .sun-editor .sun-editor-common .se-dialog-inner .se-dialog-content{margin:40% auto}.new-message-body-input{padding-left:1.25rem;padding-right:1.25rem}.new-message-body-input-carbon-copy{padding-top:.625rem;padding-bottom:.625rem}.new-message-body-text__contenteditable{padding-left:1.25rem;padding-right:1.25rem}.new-message-attach-link{margin-bottom:1rem;padding-right:1rem}.search-input{width:auto;flex-grow:1;border:none;border-radius:0;background-color:transparent}.search{border-bottom-left-radius:0;border-bottom-right-radius:0}.mailbox{position:static}.chat-wrapper{width:100%;height:100%;top:0;z-index:1}.chat-wrapper .chat .reply-page .reply-page-body .se-toolbar{position:absolute;bottom:0}.chat-wrapper .chat .reply-page .reply-page-body .reply-page-body-text .sun-editor .sun-editor-common .se-dialog-inner .se-dialog-content{margin:40% auto;padding:10px}.chat{border-radius:10px 10px 0 0;animation-fill-mode:backwards !important}.chat-messages{padding-left:0;padding-right:0}.chat-list{width:100%;padding:0 .5rem;margin-right:0}.chat-list-item{width:100%;border-radius:10px;padding:.6rem .35rem;padding-top:.2rem;margin-bottom:.5rem}.chat-list-item-header-menu__tooltip{right:21rem}.chat-list-item-drop-menu-inner-list .chat-list-item-header-menu__tooltip{right:0}.chat-message-expanded{padding-left:1rem;padding-right:1rem}.chat-message-collapsed{padding-left:1rem;padding-right:1rem}.draft-list{width:100%;padding:0 .5rem;margin-right:0}.draft-list-item{width:100%;border-radius:10px;padding:.6rem .35rem;padding-top:.2rem;margin-bottom:.5rem}.file-list{width:100%;margin:0}.settings-content{border-radius:10px 10px 0 0;border:none}.settings-header{padding:0 2.5rem;height:3.125rem}.settings-header-menu-item{font-size:1rem}.settings-profile-resume{padding-top:2.5rem;padding-left:3rem;padding-right:3rem}.settings-profile-resume-avatar{min-width:115px;height:115px;width:115px}.settings-profile-resume-avatar-face__icon{transform:scale(0.8)}.settings-profile-resume-bio__textarea{width:50%}.settings-profile-info{padding-left:0;padding-right:0}.settings-profile-info-block__title{text-align:center;margin-bottom:1rem}.settings-profile-info-field{padding-left:.75rem;padding-right:.75rem}.changelog{padding:2rem 2.5rem 2.5rem 1.75rem}.changelog-content{width:100%}.view-title{font-size:1rem}.info-banner-content__text{font-size:1rem}.referrals-window{width:95%}.referrals-window-title{font-size:1.375rem}.referrals-window-description{font-size:1rem}.referrals-window-referral-list{padding-left:0;padding-right:0}.referrals-window-referral-item *{font-size:.875rem}.referrals-window-referral-item-status_invited{padding-left:2rem;padding-right:2rem}.referrals-window-pending-invitations{padding-left:.5rem;padding-right:.5rem}.referrals-window-pending-invitation{height:2.75rem}.referrals-window-pending-invitation-input{width:60%}.referrals-window-pending-invitation-btn{width:31%}.chat-message-expanded-popup-destination{left:6rem}.connect-wallet-title{top:.5rem;left:1rem}.dashboard-wallet{position:relative;display:flex;flex-direction:column;height:max-content}.dashboard-wallet-my-wallet{margin-right:0;margin-bottom:2rem}.dashboard-wallet-transaction-history{width:100%;height:100%}.dashboard-wallet-title{padding:0 1rem 0 1rem}.dashboard-wallet-transaction-history-title{padding:.2rem 1rem 0 1rem}.dashboard-wallet-transaction-history-info{padding:0 2.5rem 3rem 2.5rem}.dashboard-name-wallet-title{padding:.2rem 1rem 3rem 1rem}.dashboard-wallet-transaction-history-infinite-scroll{max-height:90%}.dashboard-wallet-recieve-address{padding:2rem 0}.dashboard-wallet-recieve h3{padding-bottom:.5rem}.dashboard-wallet-recieve h3 .text-style-btn svg{width:0}.dashboard-wallet-recieve h3 .dashboard-wallet-recieve-address{padding:0 0 2.5rem 0}.dashboard-wallet-recieve h3 .dashboar-wallet-settings-wallet{height:80%;padding:0 1rem 2rem 1rem}.dashboard-wallet-recieve h3 .chat-header_hidden{min-height:3.8925rem}.dashboard-wallet-recieve h3 .chat-reply-closed{max-height:82%}.dashboard-wallet-recieve h3 .chat-reply-buttons{padding-left:1.5rem;padding-right:1.5rem;position:fixed;bottom:0;margin:1rem 0}.dashboard-wallet-recieve h3 .chat-list-and-reply{height:100%}.dashboard-wallet-recieve h3 .chat-message-expanded-header-delete-btn{margin-right:1rem}.dashboard-wallet-recieve h3 .chat-message-container-header-button__dropdown{right:20px}.dashboard-wallet-recieve .dashboard-wallet-info{padding:1rem 1.5rem}.dashboard-wallet-recieve .dashboard-wallet-info-menu-item span{gap:0;padding-top:.5rem}.dashboard-wallet-recieve .dashboard-wallet-info-main{gap:0}.dashboard-wallet-recieve .dashboard-wallet-card-main{padding:0 1.5rem 4rem 1.5rem}.dashboard-wallet-recieve .dashboard-wallet-info-menu{padding:0 1.5rem 2rem 1.5rem}.dashboard-wallet-recieve .dashboard-wallet-send-form{padding:0 1rem}.dashboard-wallet-recieve .dashboard-wallet-recieve{padding:0 1rem}.dashboard-wallet-recieve .dashboard-wallet-my-wallet{min-width:auto;min-height:300px}.dashboard-wallet-recieve .dashboard-wallet-send-wallet-success-message{padding:0rem 1rem 2rem 1rem;margin-top:-70px}.dashboard-wallet-recieve .dashboard-wallet-send-wallet-success-button{padding:1rem 1rem 0 1rem}.dashboard-wallet-recieve .dashboard-wallet-info-menu{justify-content:space-around}.dashboard-wallet-recieve .modal-send-money-wrap{max-height:100vh}.dashboard-wallet-recieve .connect-choose-wallets-user{flex-wrap:nowrap;overflow-x:auto;width:95vw}.dashboard-wallet-recieve .dashboard-wallet-transaction-history{min-width:320px;min-height:300px}.dashboard-wallet-recieve .new-message-body-text{height:min-content}.dashboard-wallet-recieve .dashboard-wallet-recieve-qr-code{margin-bottom:20px}.dashboard-wallet-recieve .dashboard-wallet-receive__form-item_amount{width:100%}.dashboard-wallet-recieve .dashboard-wallet-receive__form-currency{width:40%}.dashboard-wallet-recieve .connect-wallet{min-height:400px}.dashboard-wallet-recieve .modal-send-money__form{height:max-content !important;min-height:auto}}@media screen and (max-width: 768px)and (max-width: 425px){.chat-message-expanded-popup-destination{left:.5rem;margin-top:1.5rem}.modal-send-money__form-item_amount{align-items:flex-end}.tooltip-send-lumens-tooltip{line-height:inherit;font-size:.7rem}.tooltip-wrapper-receiver-currency{top:-21%}.tooltip-wrapper-calc{top:-30%;left:30%;padding-top:0;z-index:1;width:max-content}.connect-wallet-title h1{font-size:20px;padding-bottom:0}.connect-wallet-title span{font-size:15px}.connect-wallet-accept .connect-wallet-accept-title{font-size:15px}.connect-wallet-choose-wallet-current{width:90px;height:90px}.connect-wallet-user{width:90px;min-height:90px}.connect-wallet-user span{font-size:15px}.connect-choose-wallets-user{width:90vw}.connect-wallet-choese-wallet{padding-top:.5rem;padding-bottom:.5rem}.connect-wallet-choese-wallet h3{padding-bottom:0}.droparea-zone__text{font-size:2rem}.home{background-image:linear-gradient(rgba(2, 18, 54, 0.4), rgba(2, 18, 54, 0.4)),url(/4c49981c4286c3f6b5d7c4f5af4a4f58.jpeg);background-size:100% 100%}.home-header{padding:0}.home-header-content{height:3.125rem}.home-header-favicon{transform:scale(0.6)}.home-slide-main__heading{font-size:2.25rem}.home-slide-main__heading sup{font-size:1.4rem}.home-slide-main__text{font-size:1.5rem}.home-slide-main-get-btn-wrapper{width:100%}.home-slide-description__text{width:100%}.home-slide-description__heading{font-size:1.5rem}.home-slide-description__text{font-size:1.125rem}.home-slide-description-join-btn-wrapper{width:72%}.home-slide-characteristics-content{width:92%}.home-slide-characteristic{width:97%}.home-slide-characteristic__title{font-size:1.5rem}.home-slide-characteristic__text{font-size:1.125rem}.home-slide-advantages-content{width:90%}.home-slide-advantages-heading{font-size:1.5rem}.home-slide-advantage-text{font-size:1.125rem}.home-slide-advantages-diagram{width:100%}.home-slide-try-it-content{width:85%}.home-slide-try-it__heading{font-size:1.5rem}.home-footer-content{width:100%;flex-direction:column;padding:3.125rem 4.75rem}.home-footer-logo{margin-bottom:4rem}.home-footer-buttons{margin-bottom:4rem}.home-footer-media-buttons{width:100%}.home-footer-media-buttons *{margin:0 auto}.home-footer-media-buttons *:first-child{margin-right:auto}.home-footer-media-buttons *:last-child{margin-left:auto}.tos-header{padding:0}.tos-header-content{height:3.125rem}.tos-header-favicon{transform:scale(0.6)}.tos-body-content{width:96%;padding:2rem;padding-left:.75rem}.tos-body-content__title{font-size:1.5rem;line-height:2rem}.tos-body-content-item__subject,.tos-body-content-item__heading{font-size:1.125rem;line-height:1.375rem}.tos-body-content-item__description{line-height:1.375rem}.tos-footer-content{width:100%;flex-direction:column;padding:3.125rem 4.75rem;padding-bottom:4rem}.tos-footer-logo{margin-bottom:4rem}.tos-footer-buttons{margin-bottom:4rem}.tos-footer-media-buttons{width:100%}.tos-footer-media-buttons *{margin:0 auto}.tos-footer-media-buttons *:first-child{margin-right:auto}.tos-footer-media-buttons *:last-child{margin-left:auto}.aws-s3-header{padding:0}.aws-s3-header-content{height:3.125rem}.aws-s3-header-favicon{transform:scale(0.6)}.aws-s3-body-content{width:96%;padding:2rem;padding-left:.75rem}.aws-s3-back-btn{height:70%}.aws-s3-body-content__title{font-size:1.5rem;line-height:2rem}.aws-s3-body-content__header,.aws-s3-body-content-steps__header,.aws-s3-body-content-step{line-height:1.375rem}.aws-s3-footer-content{width:100%;flex-direction:column;padding:3.125rem 4.75rem;padding-bottom:4rem}.aws-s3-footer-logo{margin-bottom:4rem}.aws-s3-footer-buttons{margin-bottom:4rem}.aws-s3-footer-media-buttons{width:100%}.aws-s3-footer-media-buttons *{margin:0 auto}.aws-s3-footer-media-buttons *:first-child{margin-right:auto}.aws-s3-footer-media-buttons *:last-child{margin-left:auto}.signup-content{width:95%}.signup-success{width:95%;padding:1rem .25rem .5rem .25rem}.signup-success-info{font-size:.875rem;line-height:1.25rem}.signup-success-key-consent-wrapper{width:100%}.signup-success-key{padding-left:.5rem;padding-right:1rem}.signup-success-consent{align-items:flex-start}.signup-success-continue__btn{width:100%}.signup-access{padding:1rem .25rem .5rem .25rem}.signup-access-heading{padding:0 1.5rem}.signup-form{padding:1rem}.signup-form-buttons__signup-btn{padding-left:2rem;padding-right:2rem}.login-content{width:95%}.login-form{padding:1rem}.header{border-radius:30px;border:1px solid #dce7ff;background-color:#fff;width:97%;height:3.25rem;padding:.4rem;margin:0 auto;margin-top:.25rem;margin-bottom:.625rem}.header-refresh-btn-wrapper{margin-right:.875rem}.header-refresh-btn{padding:.4rem;padding-left:.375rem}.header-refresh-btn__icon{transform:scale(0.83)}.chat-send-message&gt;button{width:95%;border-radius:3px}.search-input__input{font-size:.875rem;margin-right:.5rem}.user-info-popup{margin:1.5rem .1rem;width:96vw;right:-2vw}.user-info-handle-image{height:30px;width:30px}.user-info-popup-list-item__text{font-size:.875rem}.user-info-popup-footer-item__btn{font-size:.875rem}.search{border:none;background-color:#f7fafc}.search-content{width:100%}.user-list-item{padding:1rem}.user-list-item-image{margin-right:1.75rem}.user-list-item-open-btn__btn{padding:.85rem 1.3rem}.user-profile{padding:1rem;padding-bottom:2rem;border:none;background-color:#f7fafc}.user-profile-content{width:91%}.user-profile-send-btn{padding-left:2.5rem;padding-right:2.5rem}.settings-header{height:2.5rem;padding:0 1rem}.settings-header-menu-item{font-size:.875rem}.settings-header-menu-item:not(:last-child){margin-right:1.5rem}.settings-profile-resume{padding-left:2rem;padding-right:2rem}.settings-profile-resume__title{margin-bottom:1.5rem}.settings-profile-resume-bio__textarea{width:80%}.settings-profile-info-block__title{margin-bottom:.5rem}.settings-profile-info-field-expanded{padding-left:.625rem;padding-right:1rem}.settings-profile-info-field-expanded-body__input{width:100%}.notifications-notify-about-new-messages-expanded-input__input{width:100%}.reply-block-avatar-wrapper{display:none}.new-message{width:100%}.new-message-body-carbon-copy-receivers{max-width:40%}.main-page-left-sidebar-header{margin-bottom:3rem}.main-page-left-sidebar-image__image{transform:scale(0.9)}.main-page-left-sidebar-menu-item{font-size:1rem;padding-top:.85rem;padding-bottom:.85rem}.main-page-left-sidebar-footer-logout{font-size:1rem;padding-top:.85rem;padding-bottom:.85rem}.chat-list-header-menu__handle .icon,.chat-list-item-header-menu__handle .icon{transform:scale(0.9)}.chat-list-item-header-menu__tooltip{right:18rem}.chat-list-item-drop-menu-inner-list .chat-list-item-header-menu__tooltip{right:0}.chat-list-header-menu__tooltip{right:18rem}.chat-list-item-buttons{padding-top:.25rem}.chat-reply-buttons{padding-left:1.5rem;padding-right:1.5rem}.draft-list-header-menu__handle,.draft-list-item-header-menu__handle{height:2rem;padding:0 .2rem}.draft-list-header-menu__handle .icon,.draft-list-item-header-menu__handle .icon{transform:scale(0.8)}.draft-list-item-header__tag{padding-top:.25rem;padding-bottom:.25rem}.tooltip{font-size:1rem;max-width:18rem}.info-banner{top:3.5rem}.info-banner-content__text{font-size:.875rem}.info-banner-content__icon{transform:scale(0.8)}.chat-message-expanded-attachment{margin-right:0}.chat-message-expanded-attachments-body{justify-content:center}.chat-message-expanded-content{font-size:.875rem}.chat-message-expanded-header-date{font-size:.75rem}.chat-message-collapsed-address{margin-right:1.5rem}.chat-message-collapsed-text{font-size:.875rem;margin-right:1.5rem}.chat-message-collapsed-date{font-size:.75rem}.chat-header__subject{font-size:1.125rem}.changelog{border-radius:10px;padding:1.25rem 2rem 2rem 1rem}.changelog-record-row{font-size:.875rem}.view-title{font-size:.875rem}.referrals-window{border-radius:20px}.referrals-window-pending-invitation-btn{width:35%}.chat-message-container-header{min-width:358px}.main-page-left-globalbar-button-visibility{padding-right:1.5rem}.main-page-left-globalbar-menu__icon{transform:scale(0.8)}.chat-message-expanded-header-delete-btn{margin-left:0}.dashboard-wallet-card-balance-icon{transform:scale(1.4)}.dashboard-wallet-card-balance-value{font-size:26px;line-height:31px}.dashboard-wallet-card-main{padding:0 0 2.5rem 0}.dashboard-wallet-info{padding:.7rem 1.5rem}.dashboard-wallet-info-menu{padding:0}.dashboard-wallet-info-menu-item{transform:scale(0.8)}.dashboard-wallet-transaction-history-info{transform:scale(0.9);padding:0 1rem 2rem .5rem}.history-empty{transform:scale(0.9);padding:0 0 2rem 0}.dashboard-name-wallet-title{padding:.2rem 1rem 1rem 1.3rem}.dashboard-wallet-recieve{padding:0 1rem 2rem 1rem}.dashboard-wallet-recieve-form-input{font-size:14px}.react-select-container .react-select__control .react-select__value-container .react-select__input-container{display:flex;justify-content:center;align-items:center;height:40px}.dashboard-wallet-transaction-history-infinite-scroll{height:89%}.dashboard-wallet-info-main{gap:0}.dashboard-wallet-info-menu-item span{padding-top:.5rem}.main-page-left-global-bar{transform:scale(0.9);margin:0}.dashboard-wallet-card-wave-top{display:none}.dashboard-wallet-card-wave-bottom{display:none}.dashboard-wallet-card-wave-mobile{display:flex}.dashboard-wallet-info-menu{justify-content:space-between}.dashboard-wallet-card-default{display:none}.dashboard-wallet-card-mobile{display:flex}.dashboard-wallet-card-balance-value{transform:scale(0.9);left:7%;bottom:5%}.text-style-editor-inner{transform:scale(0.85)}.settings-themes{padding:0 0 1rem 1rem}.modal-sens-money-dashboard{padding:1rem}.modal-sens-money-dashboard-value{width:55%}.modal-sens-money-dashboard-crypto{width:45%}.modal-send-money-add{padding-top:.5rem}.modal-send-money-add textarea{height:85px}.modal-sens-money-dashboard-amount{padding-bottom:1rem}.modal-send-span{font-size:.9rem}.modal-send-money-header{line-height:.9rem}.modal-send-money-header span{padding:.5rem 5rem}.modal-sens-money-dashboard-first{padding:1.5rem 1rem 0 1rem}.modal-sens-money-dashboard-second{padding:0 1rem 2rem 1rem}.modal-send-money-add{display:none}.react-select__indicators css-1hb7zxy-IndicatorsContainer{display:none}.modal-send-transaction-info.open .modal-send-transaction-info-icon{top:-6%}.connect-wallet-choese-new-wallet{padding-top:0;padding-bottom:0}.modal-encrypted-message span{padding-bottom:.3rem}.chat-transaction-history{position:relative;width:100%;height:100%;padding:25px 10px}.chat-transaction-history__header{padding-left:30px}.tildamail-logo-icon{transform:scale(0.7);vertical-align:-12px !important}.tildamail-logo-name{font-size:30px !important}.tildamail-title{font-size:30px !important;padding:0 20px !important}.tildamail-get-your-button{transform:scale(0.8)}.tildamail-message{font-size:20px !important;padding:10px !important}.tildamail-send-content{font-size:1rem !important}.tildamail-request-title{font-size:25px !important}.tildamail-send-title{font-size:20px !important}.tildamail-send-connect-wallet{font-size:17px !important}.modal-success__close-btn{right:3%}.modal-success__close-btn button svg path{fill:#5a657d}.modal-receive-money{position:relative;width:89%;max-width:500px;background:#fff;border-radius:21px;box-sizing:border-box;color:#4f4f4f;letter-spacing:1px;margin:10px}.modal-receive-money__close-btn{right:3%}.modal-receive-money__close-btn button svg path{fill:#5a657d}.modal-receive-money__form-btn{margin-bottom:20px}.modal-send-money{position:relative;width:89%;max-width:500px;background:#fff;border-radius:21px;box-sizing:border-box;color:#4f4f4f;letter-spacing:1px;margin:10px}.modal-send-money__form{padding:5px 30px}.modal-send-money__payment-paths{margin-top:0}.modal-send-money__back{padding:1rem 1rem 0 1rem}.modal-send-money__payment-paths-icon_open{right:14%}.modal-send-money__payment-paths-details{padding-right:20px}.modal-send-money__form-btn{margin-bottom:20px}.modal-send-money__form-item{margin-bottom:10px}.modal-send-money__form-textarea{height:70px}.modal-send-money__form-label{font-size:.9rem;margin-bottom:12px}.modal-send-money__form-amount{width:45%}.modal-send-money__form-currency{width:54%}.modal-send-money__heading{margin-bottom:10px}.modal-send-money__close-btn{right:3%}.modal-send-money__close-btn button svg path{fill:#5a657d}.connect-wallet-modal{max-width:340px;margin:0 10px}.connect-wallet-modal__content{margin-top:20px}.connect-wallet-modal__submit-button{margin-top:10px}.send-confirmation__header{margin:0 10px}.send-confirmation__btn{margin-bottom:10px}.dashboard-wallet-receive__form-amount{width:53%}.dashboard-wallet-receive__form-currency{width:45%}.dropdown-list__item{padding-right:.5rem}.dashboard-wallet-info-menu-item-icon{width:70px;height:70px}}@media screen and (max-width: 768px)and (max-width: 320px){.chat-message-expanded-popup-destination{left:1rem;margin-top:1.5rem;width:18rem}.connect-choose-wallets-user{width:100vw}.connect-wallet-accept .connect-wallet-accept-title{padding-bottom:0}.connect-wallet-choese-new-wallet{display:flex;flex-direction:unset;align-items:flex-start;justify-content:space-between}.chat-message-container-header-button__dropdown{right:1rem}.signup-form-buttons__signup-btn{padding-left:.75rem;padding-right:.75rem}.login-form-buttons__login-btn{padding:.75rem 2.5rem}.main-page-left-sidebar-image__image{transform:scale(0.72)}.main-page-left-sidebar-menu-item{font-size:.875rem;padding-top:.7rem;padding-bottom:.7rem}.main-page-left-sidebar-menu-item__icon{transform:scale(0.8)}.main-page-left-sidebar-buttons-new-message{font-size:.875rem}.main-page-left-sidebar-buttons-import{font-size:.875rem}.main-page-left-sidebar-footer-logout{font-size:.875rem;padding-top:.7rem;padding-bottom:.7rem}.main-page-left-sidebar-footer-logout__icon{transform:scale(0.8)}.new-message-header-back-btn{font-size:.875rem}.new-message-header__title{font-size:1rem}.user-profile-card-avatar{width:150px;height:150px}.user-profile-card-avatar:hover{width:225px;height:225px}.user-profile-card-names__username{font-size:1.125rem}.user-profile-card-names__fullname{font-size:.875rem}.user-profile-card-bio{font-size:.875rem}.user-list-item-image{height:30px;width:30px;margin-right:1rem;margin-bottom:auto}.user-list-item-body-names__username{font-size:.875rem;margin-bottom:.625rem}.user-list-item-open-btn__btn{padding:.75rem 1rem;font-size:.875rem}.chat-back-btn{font-size:.875rem}.chat-reply-buttons{flex-direction:column}.chat-reply-buttons *:not(:last-child){margin-right:0}.chat-reply-buttons .chat-reply-btn{transform:scale(0.9) !important}.chat-reply-closed{max-height:67%}.chat-list-header-menu__handle .icon,.chat-list-item-header-menu__handle .icon{transform:scale(0.7)}.reply-page-header__title{font-size:1rem}.reply-page-header-back-btn__btn{font-size:.875rem}.reply-page-body-names{font-size:.875rem}.settings-profile-resume-username{font-size:1rem}.settings-profile-resume-fullname{font-size:.875rem}.settings-profile-resume-bio__textarea{width:100%}.settings-profile-info-field__value{font-size:.875rem}.settings-profile-info-field-icon__icon{transform:scale(0.8)}.chat-message-expanded{padding-left:25px}.chat-message-collapsed{padding-right:20px;padding-left:20px}.chat-message-expanded-popup-destination-value{width:35%;font-size:13px}.chat-message-expanded-popup-destination-item{width:65%;font-size:13px}.chat-message-expanded-popup-destination-item span .icon{padding-right:2px}.connect-wallet-title{transform:scale(0.9);top:0;left:0;bottom:100%}.dashboard-wallet-info{padding:0 1rem}.dashboard-wallet-info-menu{padding:0;transform:scale(0.95)}.dashboard-wallet-info-menu-item{transform:scale(0.75)}.dashboard-wallet-info-name{font-size:16px}.dashboard-wallet-info-balance{font-size:16px}.dashboard-wallet-info-balance span{font-size:12px}.dashboard-wallet-transaction-history-info{transform:scale(0.9);padding:0 0 2rem 0}.history-empty h1{font-size:22px}.history-empty span{font-size:18px}.dashboard-name-wallet-title{padding:0 1rem 1rem .5rem}.dashboard-wallet-recieve{padding:0 1rem 2rem 1rem}.dashboard-wallet-recieve-form-input{font-size:14px}.dashboard-wallet-settings-input{font-size:14px}.main-page-left-sidebar-label__tablet .label-main-body{max-height:60px}.main-page-left-sidebar-invite-people{padding:.2rem 1.8rem}.label-main-header{padding:.2rem 1.8rem}.dashboard-wallet-transaction-history-infinite-scroll{height:80%}.text-style-editor-inner{transform:scale(0.8)}.main-page-left-sidebar-header{margin-bottom:.5rem}.settings-theme-item{width:290px}.modal-send-money-back{padding:.5rem}.modal-sens-money-dashboard-first{padding:0 1rem 0 1rem}.modal-send-span{font-size:.8rem}.modal-send-transaction-info.open .modal-send-transaction-info-line .modal-send-transaction-info-send-users{padding-right:1rem}.modal-sens-money-dashboard-amount{padding-top:1rem}.modal-send-money-button{padding-top:0}.crypto-info{font-size:11px}.dashboard-wallet-selected-icon-option{font-size:12px}.modal-sending-money-info{transform:scale(0.8)}.modal-sending-money{height:250px}.modal-sending-money-from-to{padding:.1rem 1rem;font-size:.8rem}.modal-sending-available{padding-bottom:.4rem}.modal-recipient-money{padding-bottom:.4rem}.modal-sending-money-button{transform:scale(0.9);padding:0}.main-page-left-sidebar .main-page-left-sidebar-buttons{margin-top:0}.tildamail-footer-item{font-size:10px !important}.dropdown-list{right:-20px}.dropdown-list__item{font-size:.75rem;padding-right:.5rem}.modal-success__close-btn{right:3%;z-index:100}.modal-success__close-btn button svg path{fill:#5a657d}.modal-success__message{font-size:20px}.modal-receive-money{position:relative;width:89%;max-width:500px;background:#fff;border-radius:21px;box-sizing:border-box;color:#4f4f4f;letter-spacing:1px;margin:10px}.modal-receive-money__close-btn{right:3%}.modal-receive-money__close-btn button svg path{fill:#5a657d}.modal-receive-money__form-btn{margin-bottom:20px}.modal-receive-money__form{padding:5px 10px}.modal-receive-money__payment-paths{margin-top:0;padding:0}.modal-receive-money__form-converted-amount{margin-bottom:5px;font-size:.8rem}.modal-receive-money__top{height:40px}.modal-receive-money__back{padding:1rem 1rem 0 1rem}.modal-receive-money__payment-paths-icon_open{right:13%}.modal-receive-money__payment-paths-icon_open svg circle{display:none}.modal-receive-money__payment-paths-icon_open svg rect{display:none}.modal-receive-money__payment-paths-icon_open svg rect:first-child{display:flex}.modal-receive-money__payment-paths-icon_open::before{background-color:#fff}.modal-receive-money__payment-paths-icon_open::after{background-color:#fff}.modal-receive-money__payment-paths-icon{top:-20px}.modal-receive-money__payment-paths-icon svg circle{display:none}.modal-receive-money__payment-paths-icon svg rect{display:none}.modal-receive-money__payment-paths-icon svg rect:first-child{display:flex}.modal-receive-money__payment-paths-details{text-align:start;padding-left:20px}.modal-receive-money__form-btn{margin-bottom:10px;height:40px}.modal-receive-money__form-item{margin-bottom:10px}.modal-receive-money__form-textarea{height:60px}.modal-receive-money__form-label{font-size:.75rem}.modal-receive-money__payment-info{font-size:12px}.modal-receive-money__form-amount{width:40%}.modal-receive-money__form-currency{width:56%}.modal-receive-money__heading{margin-bottom:5px;font-size:1rem}.modal-receive-money__form-input{height:20px}.modal-receive-money__payment-paths-transaction{margin:0 -10px}.modal-receive-money__payment-paths-transaction_open{margin:0 -10px;padding:0}.modal-receive-money__close-btn{right:3%;top:10px}.modal-receive-money__close-btn button svg path{fill:#5a657d}.modal-send-money{position:relative;width:89%;max-width:500px;background:#fff;border-radius:21px;box-sizing:border-box;color:#4f4f4f;letter-spacing:1px;margin:10px}.modal-send-money__form{padding:5px 10px}.modal-send-money__payment-paths{margin-top:0;padding:0}.modal-send-money__form-converted-amount{margin-bottom:5px;font-size:.8rem}.modal-send-money__top{height:40px}.modal-send-money__back{padding:1rem 1rem 0 1rem}.modal-send-money__payment-paths-icon_open{right:13%}.modal-send-money__payment-paths-icon_open svg circle{display:none}.modal-send-money__payment-paths-icon_open svg rect{display:none}.modal-send-money__payment-paths-icon_open svg rect:first-child{display:flex}.modal-send-money__payment-paths-icon_open::before{background-color:#fff}.modal-send-money__payment-paths-icon_open::after{background-color:#fff}.modal-send-money__payment-paths-icon{top:-20px}.modal-send-money__payment-paths-icon svg circle{display:none}.modal-send-money__payment-paths-icon svg rect{display:none}.modal-send-money__payment-paths-icon svg rect:first-child{display:flex}.modal-send-money__payment-paths-details{text-align:start;padding-left:20px}.modal-send-money__form-btn{margin-bottom:10px;height:40px}.modal-send-money__form-item{margin-bottom:10px}.modal-send-money__form-textarea{height:45px}.modal-send-money__form-label{font-size:.75rem}.modal-send-money__payment-info{font-size:12px}.modal-send-money__form-amount{width:40%}.modal-send-money__form-currency{width:56%}.modal-send-money__heading{margin-bottom:5px;font-size:1rem}.modal-send-money__form-input{height:20px}.modal-send-money__payment-paths-transaction{margin:0 -10px}.modal-send-money__payment-paths-transaction_open{margin:0 -10px;padding:0}.modal-send-money__close-btn{right:3%;top:10px}.modal-send-money__close-btn button svg path{fill:#5a657d}.modal-send-confirmation__close-btn{right:3%;top:10px}.modal-send-confirmation__header-amount{font-size:20px}.modal-send-confirmation__content{padding:10px}.modal-send-confirmation__content-item{margin-bottom:10px}.modal-send-confirmation__content-item{font-size:13px}.modal-send-confirmation__header-image{width:90px}.react-select-container .react-select__control{height:20px}.react-select-container .react-select__control .react-select__value-container{font-size:15px}.react-select-container .react-select__control .react-select__value-container .react-select__single-value{padding-left:0}.react-select-container .react-select__control .react-select__value-container .react-select__input-container{height:auto}.dashboard-wallet-receive__form-amount{width:45%}.dashboard-wallet-receive__form-currency{width:54%}.dashboard-wallet-receive__form-input{height:38px}.connect-wallet-modal{max-width:300px;margin:0 5px}.connect-wallet-modal__content{margin-top:10px}.connect-wallet-modal__submit-button{margin-top:5px}.modal-success-button-wrapper{padding:0}.modal-success-heading{font-size:15px}.modal-success-text{margin-bottom:10px;font-size:13px}.modal-label-body{padding:1.5rem 2rem;transform:scale(0.85)}.modal-send-message-for-connect-account__title{font-size:20px}.modal-send-message-for-connect-account__input-wrapper{font-size:1rem}.dashboard-wallet-info-menu-item-icon{width:60px;height:60px}.tooltip-send-lumens-wrapper{transform:scale(0.9)}}
@font-face{font-family:"Inter";src:url(/f958c681d7293226a319.ttf) format("truetype")}@font-face{font-family:"Bitter";src:url(/56a423850ce26f7cadfd.ttf) format("truetype")}@font-face{font-family:"Comic Suns MS";src:url(/2be4a49a17700938dbc0.ttf) format("truetype")}@font-face{font-family:"Garamond";src:url(/274cef1344d2d06fb1be.ttf) format("truetype")}@font-face{font-family:"Tahoma";src:url(/31e16ddfdbd3c8392975.ttf) format("truetype")}@font-face{font-family:"Trebuchet MS";src:url(/9f1aa0037c24e0f6935e.ttf) format("truetype")}@font-face{font-family:"Verdana";src:url(/06356c47838279a6fe85.ttf) format("truetype")}
.tildamail-footer{display:flex}.tildamail-external-main{display:flex;justify-content:center}
</pre></body></html>