.icon {
  padding: 4px;
}
.icon-wrapper {
  padding: 4px;
  color: #454a4d;
}
.icon-wrapper-absolute {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.icon-wrapper-absolute .icon {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.icon-sms {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.icon-email {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.icon-mixed {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.icon-picker-wrapper {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.icon-picker-wrapper:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.icon-picker-wrapper:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .icon-picker-wrapper {
    margin-right: 5px;
  }
}
.icon-checkmark-white {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
}
.icon-checkmark-white,
.icon-x-white {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.icon-x-white {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
}
.icon-help {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.icon-help:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.container select,
.ico-arrow-down {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.container select.ant-dropdown-trigger,
.ico-arrow-down.ant-dropdown-trigger {
  padding-right: 24px;
  cursor: pointer;
}
.container select.ant-dropdown-trigger:disabled,
.container select.ant-dropdown-trigger[disabled],
.ico-arrow-down.ant-dropdown-trigger:disabled,
.ico-arrow-down.ant-dropdown-trigger[disabled] {
  cursor: default;
  background: transparent;
}
.ico-arrow-gray {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.ico-arrow-gray.down {
  transform: rotate(90deg);
}
.ico-arrow-gray.up {
  transform: rotate(-90deg);
}
.ico-arrow-gray.right {
  transform: rotate(180deg);
}
.ico-arrow-gray.ant-dropdown-trigger {
  padding-right: 24px;
  cursor: pointer;
}
.ico-arrow-gray.ant-dropdown-trigger:disabled,
.ico-arrow-gray.ant-dropdown-trigger[disabled] {
  cursor: default;
  background: transparent;
}
.icon-error-triangle {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.ico-compose {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.ico-compose-white {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.icon-google-play {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.icon-app-store {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.icon-social-fb {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.icon-social-tw {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.icon-disclosure {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.icon-16 {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.icon-18 {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.icon-gray5 {
  color: #999 !important;
}
.ico-arrow-black {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.ico-arrow-black.down {
  transform: rotate(90deg);
}
.ico-arrow-black.up {
  transform: rotate(-90deg);
}
.ico-arrow-black.right {
  transform: rotate(180deg);
}
.icon-copy {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.icon-copy:hover {
  background-image: url(/icons/copy-black.svg);
}
.icon-msg-white {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.icon-email-white {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.icon-black-bg {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.icon-black-bg > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.icon-inbox-black-filled {
  background-image: url(/icons/inbox-black.svg);
}
.icon-contacts {
  background-image: url(/icons/sidebar/contacts.svg);
}
.page-header-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.action-content-box .sub-content h4,
.empty-state-wrapper h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.ant-modal-content .ant-modal-header .ant-modal-title,
.ant-modal-content .ant-modal-header .ant-modal-title h3,
.ant-popover-inner .header-title,
.box-content .header,
.box-content .header-l,
.compact-table .ant-table .ant-table-title h2,
.toast .ant-message-notice-content .toast-wrapper .contents .title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.ant-notification-notice .ant-notification-notice-message {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 18px;
}
.action-content-box .sub-content p.bold,
.empty-state-wrapper h2 a,
.header-bar .title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.ant-collapse-header-text,
.box-content .content-header {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.action-content-box .sub-content p,
.empty-state-wrapper div,
.status-banner,
.toast .ant-message-notice-content .toast-wrapper .contents p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.ant-dropdown .attachment-dd .hm-dd-menu-item,
.ant-dropdown .hm-dd-menu .hm-dd-menu-item,
.ant-pagination .ant-pagination-item a,
.blue-button,
.box-content .content input,
.box-content .upload-data-input-with-icon input,
.button-with-bg-color,
.cancel-button,
.compact-table .ant-table,
.compact-table .ant-table .ant-table-summary > tr > td .ant-btn.ant-btn-text,
.compact-table .ant-table .ant-table-summary > tr > td .ant-select.ant-select-borderless .ant-select-selector .ant-select-selection-item,
.compact-table .ant-table .ant-table-summary > tr > td .ant-select.ant-select-borderless.ant-select-open .ant-select-selector .ant-select-selection-item,
.compact-table .ant-table .ant-table-tbody > tr > td .ant-btn.ant-btn-text,
.compact-table .ant-table .ant-table-tbody > tr > td .ant-select.ant-select-borderless .ant-select-selector .ant-select-selection-item,
.compact-table .ant-table .ant-table-tbody > tr > td .ant-select.ant-select-borderless.ant-select-open .ant-select-selector .ant-select-selection-item,
.green-button,
.hm-input-field input,
.input-box,
.input-grey,
.orange-button,
.positive-button,
.purple-button,
.show-more-text,
.white-button,
.white-button-blue-text,
button.icon-button,
button.text-only,
input .input-white,
input.hm-input-field,
textarea .input-white {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.ant-dropdown .attachment-dd .ant-dropdown-menu-item-group-title,
.ant-modal-content .ant-btn,
.large-tag,
button.show-more,
button.text-only,
span.text-only button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.tag-select .ant-select-selection-placeholder,
.tag-select .ant-select-selection-search-input,
body {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.summary-row > td input[disabled],
.tag {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.beta-label,
.connection-status-banner,
.error,
.error-text,
.error-text-link,
.hm-input-field .ant-form-item-explain {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.mini-square {
  width: 20px;
  height: 20px;
}
.help-text {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.error-text {
  color: #d0021b;
  flex-grow: 1;
}
.error-text-link {
  color: #d0021b;
  text-decoration: underline;
}
.descriptive-text {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.visually-offscreen {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.invisible {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.strong {
  font-weight: 700;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.centered {
  text-align: center;
}
.timestamp {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.display-block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.hm-app-body button.ant-switch[disabled],
.hm-app-body button.ant-switch[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.blue-button,
.button-with-bg-color,
.cancel-button,
.green-button,
.orange-button,
.positive-button,
.purple-button,
.white-button,
.white-button-blue-text,
button.icon-button,
button.text-only {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.text-only,
span.text-only button {
  color: #31a7e7;
  padding: 0;
}
button.text-only[disabled],
button.text-only[disabled]:active,
button.text-only[disabled]:focus,
button.text-only[disabled]:hover,
span.text-only button[disabled],
span.text-only button[disabled]:active,
span.text-only button[disabled]:focus,
span.text-only button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.text-only.red-text,
button.text-only.red-text:active,
button.text-only.red-text:focus,
button.text-only.red-text:hover,
span.text-only button.red-text,
span.text-only button.red-text:active,
span.text-only button.red-text:focus,
span.text-only button.red-text:hover {
  color: #d0021b;
}
button.text-only.gray-text,
span.text-only button.gray-text {
  color: #999;
}
button.text-only.gray-text:active,
button.text-only.gray-text:focus,
button.text-only.gray-text:hover,
span.text-only button.gray-text:active,
span.text-only button.gray-text:focus,
span.text-only button.gray-text:hover {
  color: #999 !important;
}
button.text-only.black-text,
span.text-only button.black-text {
  color: #17191a;
}
button.text-only.black-text:active,
button.text-only.black-text:focus,
button.text-only.black-text:hover,
span.text-only button.black-text:active,
span.text-only button.black-text:focus,
span.text-only button.black-text:hover {
  color: #8158ec;
}
button.text-only.purple-text,
button.text-only.purple-text:active,
button.text-only.purple-text:focus,
button.text-only.purple-text:hover,
span.text-only button.purple-text,
span.text-only button.purple-text:active,
span.text-only button.purple-text:focus,
span.text-only button.purple-text:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.text-only:active,
button.text-only:focus,
button.text-only:hover,
span.text-only button:active,
span.text-only button:focus,
span.text-only button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.blue-button,
.button-with-bg-color,
.green-button,
.orange-button,
.positive-button,
.white-button,
.white-button-blue-text {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.orange-button {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.orange-button:active,
.orange-button:focus,
.orange-button:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.orange-button[disabled],
.orange-button[disabled]:active,
.orange-button[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.orange-button.drop-down {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.scroll-loader {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.green-button {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.green-button:active,
.green-button:focus,
.green-button:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.green-button[disabled],
.green-button[disabled]:active,
.green-button[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.positive-button {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.positive-button:active,
.positive-button:focus,
.positive-button:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.positive-button[disabled] {
  background-color: #abe4b2;
}
.negative-button {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.negative-button:active,
.negative-button:focus,
.negative-button:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.plain-cancel-button,
.plain-cancel-button:active,
.plain-cancel-button:focus,
.plain-cancel-button:hover {
  color: #17191a;
}
.white-button,
.white-button-blue-text {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.white-button-blue-text:active,
.white-button-blue-text:focus,
.white-button-blue-text:hover,
.white-button:active,
.white-button:focus,
.white-button:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.white-button[disabled],
.white-button[disabled]:active,
.white-button[disabled]:focus,
.white-button[disabled]:hover,
[disabled].white-button-blue-text {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.common-sentiment-emoji {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.white-button-blue-text {
  color: #31a7e7;
}
.white-button-blue-text:active,
.white-button-blue-text:focus,
.white-button-blue-text:hover {
  color: #31a7e7 !important;
}
.blue-button {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.blue-button,
.blue-button:active,
.blue-button:focus,
.blue-button:hover {
  background-color: #31a7e7;
  color: #fff;
}
.green-button {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.green-button,
.green-button:active,
.green-button:focus,
.green-button:hover {
  background-color: #56bf56;
  color: #fff;
}
.purple-button {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.purple-button:active,
.purple-button:focus,
.purple-button:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.dropdown-input {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.dropdown-input:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.hm-app-body input::placeholder {
  color: #a3a3a3;
}
.textarea-composer {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.container input,
.container textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.input-for-copy {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.input-text,
.input-text-bordered,
.input-textarea {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.input-text {
  height: 50px;
}
.input-text-bordered {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.xxl-input {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.xl-input {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.l-input {
  width: 100%;
  font-size: 1.1rem;
}
.box-content .content input,
.box-content .upload-data-input-with-icon input,
.input-grey,
input .input-white,
textarea .input-white {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.box-content .content input::placeholder,
.box-content .upload-data-input-with-icon input::placeholder,
.input-grey::placeholder,
input .input-white::placeholder,
textarea .input-white::placeholder {
  color: #999;
  opacity: 1;
}
input .input-white,
textarea .input-white {
  background-color: #fff;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
}
.hidden-important {
  display: none !important;
}
.p-left {
  float: left;
}
.p-right {
  float: right;
}
.image_orientation_3 {
  tranform: rotate(180deg);
}
.image_orientation_6 {
  tranform: rotate(90deg);
}
.image_orientation_8 {
  tranform: rotate(-90deg);
}
.image_orientation_2 {
  tranform: scaleX(-1);
}
.image_orientation_7 {
  tranform: scaleX(-1) rotate(-90deg);
}
.image_orientation_4 {
  tranform: scaleX(-1) rotate(180deg);
}
.image_orientation_5 {
  tranform: scaleX(-1) rotate(90deg);
}
.image_slideshow_orientation_3 {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.image_slideshow_orientation_6 {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.image_slideshow_orientation_8 {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.image_slideshow_orientation_2 {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.image_slideshow_orientation_7 {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.image_slideshow_orientation_4 {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.image_slideshow_orientation_5 {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.container select::-ms-expand {
  display: none !important;
}
.container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.count-area {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.clear-top {
  padding-top: 0;
  margin-top: 0;
}
.remove-x,
.remove-x-20 {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.remove-x.white,
.white.remove-x-20 {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.remove-x-20 {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.divider {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.mobile {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.blue {
  color: #31a7e7 !important;
}
.white {
  color: #fff !important;
}
.purple {
  color: #8158ec !important;
}
.delete {
  color: #d0021b !important;
}
.dark-text {
  color: #17191a !important;
}
.file-input {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.image-download-wrapper {
  position: fixed;
  top: 40px;
  right: 100px;
}
.overflow-y-auto {
  overflow-y: auto;
}
.is-font-icon:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.is-invisible {
  opacity: 0;
}
.tabbed-button {
  padding: 0 7px 2px;
}
.tabbed-button.selected {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.show-more {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.show-more:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.time-input {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.form-group.date-time {
  position: relative;
  top: -2px;
}
.form-group.date-time.time {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.form-group.date-time.form-group-hour .colon {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.form-group.date-time.form-group-hour input {
  text-align: center;
}
.form-group.date-time.form-group-day {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.form-group.date-time.form-group-minute {
  width: 42px;
}
.form-group.date-time.form-group-clock {
  width: 54px;
}
.attach-img {
  position: relative;
  width: 25px;
  height: 25px;
}
.attach-img input#add-image {
  left: -100000px;
  width: 100%;
  opacity: 0;
  font-size: 0;
}
.attach-img input#add-image,
.attach-img span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.attach-img span {
  left: 0;
  height: 24px;
}
.m-0 {
  margin: 0 !important;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto,
.mx-auto {
  margin-right: auto;
}
.mx-auto {
  margin-left: auto;
}
.mx-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-4 {
  margin-right: 4px !important;
}
.mr-8 {
  margin-right: 8px !important;
}
.mr-12 {
  margin-right: 12px !important;
}
.mr-16 {
  margin-right: 16px !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-4 {
  margin-left: 4px !important;
}
.ml-8 {
  margin-left: 8px !important;
}
.ml-12 {
  margin-left: 12px !important;
}
.ml-16 {
  margin-left: 16px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-4 {
  margin-top: 4px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mt-16 {
  margin-top: 16px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mt-48 {
  margin-top: 48px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-4 {
  margin-bottom: 4px !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.mb-64 {
  margin-bottom: 64px !important;
}
.p-0 {
  padding: 0 !important;
}
.p-16 {
  padding: 16px;
}
.p-40 {
  padding: 40px;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.px-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.pt-40 {
  padding-top: 40px;
}
.pt-24 {
  padding-top: 24px;
}
.pt-16 {
  padding-top: 16px;
}
.pt-12 {
  padding-top: 12px !important;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-24 {
  padding-bottom: 24px;
}
.pb-16 {
  padding-bottom: 16px;
}
.pl-8 {
  padding-left: 8px !important;
}
.pl-12 {
  padding-left: 12px !important;
}
.pl-16 {
  padding-left: 16px !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.radius-8 {
  border-radius: 8px !important;
}
.truncate {
  max-width: none;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate,
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.max-w-none {
  max-width: none !important;
}
.max-h-none {
  max-height: none !important;
}
.min-w-100 {
  min-width: 100px;
}
.heading-48-600 {
  font-size: 48px;
}
.heading-32-600,
.heading-48-600 {
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.heading-32-600 {
  font-size: 32px;
}
.heading-24-600 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.heading-18-600 {
  font-weight: 600;
}
.heading-18-400,
.heading-18-600 {
  font-size: 18px;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.heading-18-400 {
  font-weight: 400;
}
.heading-16-700 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.text-16-400 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.heading-14-600 {
  font-weight: 600;
}
.heading-14-500,
.heading-14-600 {
  font-size: 14px;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.heading-14-500 {
  font-weight: 500;
}
.text-14-400 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.text-13-500 {
  font-weight: 500;
}
.text-13-500,
.text-13-600 {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 17px;
}
.text-13-600 {
  font-weight: 600;
}
.text-13-400 {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.text-12-500 {
  font-weight: 500;
}
.text-12-500,
.text-12-600 {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 17px;
}
.text-12-600 {
  font-weight: 600;
}
.text-12-400 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.status-badge {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.status-badge.paused {
  background-color: #ff8b3d;
  color: #fff !important;
}
.status-badge.created,
.status-badge.inactive,
.status-badge.pending {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.status-badge.active {
  background-color: #56bf56;
  color: #fff !important;
}
.status-badge.error {
  background-color: #d0021b;
  color: #fff !important;
}
.status-badge.progress {
  background-color: #f5bf0c;
  color: #fff !important;
}
.status-badge.draft {
  background-color: #e6e6e6;
  color: #000 !important;
}
.status-badge.sent {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.status-badge.scheduled {
  background-color: #feefcf;
  color: #795548;
}
.status-badge.loading-badge {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.status-badge.loading-badge .text {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.status-badge.loading-badge .slider {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: moveSlideshow 3s linear infinite;
}
@keyframes moveSlideshow {
  to {
    transform: translateX(200%);
  }
}
.flex {
  display: flex !important;
}
.flex-space-between {
  justify-content: space-between;
}
.flex-align-start {
  align-items: flex-start;
}
.flex-align-center {
  align-items: center;
}
.flex-absolute-center {
  justify-content: center;
  align-items: center;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}
.flex-justify-end {
  justify-content: flex-end;
}
.position-relative {
  position: relative !important;
}
.position-static {
  position: static !important;
}
.position-absolute {
  position: absolute !important;
}
.hr-grey {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.input-border {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.action-content-box,
.box-content,
.box-content .upload-data-input-with-icon,
.default-border {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.bg-grey {
  background-color: #f9f9f9 !important;
}
.bg-white {
  background-color: #fff !important;
}
.pos-relative {
  position: relative !important;
}
.text-light {
  color: #757c80 !important;
}
.text-red {
  color: #d0021b !important;
}
.text-green {
  color: #56bf56 !important;
}
.text-blue {
  color: #31a7e7;
}
.text-sec-blue {
  color: #1b02b1 !important;
}
.notification-dot {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.title-with-action-on-left {
  display: flex;
  justify-content: space-between;
}
.error {
  color: #d0021b;
}
.error-border {
  border: 1px solid #d0021b !important;
}
.rotate {
  animation: rotation 2s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.switch .btn-toggle {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.switch .slider:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.switch .slider:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.switch .btn-toggle.enabled + .slider {
  background-color: #ffc926;
  border: none;
}
.switch .btn-toggle:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
.switch .btn-toggle.enabled + .slider:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.switch .btn-toggle.enabled + .slider:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#appleid-signin {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#appleid-signin > div {
  width: 200px !important;
  height: 38px !important;
}
.page-header {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-header.clear-side {
  padding: 40px 0 32px;
}
.page-spacing {
  padding: 0 40px;
}
.page-header-title {
  color: #17191a;
  margin: 0 0 8px;
}
.header-bar {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.box-content {
  background-color: #fff;
  margin-bottom: 24px;
}
.box-content .header {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.box-content .header-l {
  padding: 24px 16px;
  margin: 0;
}
.box-content .content {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.box-content .content-header {
  margin-bottom: 4px;
  margin-top: 0;
}
.box-content .table-content {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.box-content .help-text {
  line-height: 20px;
}
.box-content .sub-text {
  color: #757c80;
}
.box-content .content-data-input {
  margin-top: 8px;
}
.box-content .data-entry-input,
.box-content .upload-data-input-with-icon {
  margin-top: 8px;
  padding: 0 11px;
}
.box-content .upload-data-input-with-icon {
  cursor: pointer;
  background: #f9f9f9;
}
.box-content .upload-data-input-with-icon input {
  padding: 12px 2px;
}
.box-content .upload-data-input-with-icon input:disabled,
.box-content .upload-data-input-with-icon input:hover {
  cursor: pointer !important;
}
.empty-state {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.empty-state.contact-list {
  width: 80%;
}
.empty-state .empty-title {
  font-size: 14px;
  font-weight: 500px;
}
.empty-state-wrapper {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.empty-state-wrapper h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.empty-state-wrapper div {
  color: #757c80;
  margin: 16px 0 12px;
}
.empty-state-button {
  margin: 20px 10px;
}
.handel-bar {
  fill: #b7bfc6;
  vertical-align: middle;
}
.tag {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.ant-color-picker-input .ant-input {
  height: 22px;
}
.ant-color-picker-trigger {
  width: 23px;
  height: 23px;
}
.ant-color-picker-trigger .ant-color-picker-color-block {
  width: 18px;
  height: 18px;
}
.box-content .content input,
.box-content .upload-data-input-with-icon input,
input input.input-white,
input textarea.input-white,
input.input-grey,
textarea input.input-white,
textarea textarea.input-white,
textarea.input-grey {
  background-color: #f9f9f9;
}
.box-content .content input:active,
.box-content .content input:focus,
.box-content .content input:hover,
.box-content .upload-data-input-with-icon input:active,
.box-content .upload-data-input-with-icon input:focus,
.box-content .upload-data-input-with-icon input:hover,
input input.input-white:active,
input input.input-white:focus,
input input.input-white:hover,
input textarea.input-white:active,
input textarea.input-white:focus,
input textarea.input-white:hover,
input.input-grey:active,
input.input-grey:focus,
input.input-grey:hover,
textarea input.input-white:active,
textarea input.input-white:focus,
textarea input.input-white:hover,
textarea textarea.input-white:active,
textarea textarea.input-white:focus,
textarea textarea.input-white:hover,
textarea.input-grey:active,
textarea.input-grey:focus,
textarea.input-grey:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.input-white:active,
input.input-white:focus,
input.input-white:hover,
span.input-white:active,
span.input-white:focus,
span.input-white:hover,
textarea.input-white:active,
textarea.input-white:focus,
textarea.input-white:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.image-uploader-flex .ant-upload-select {
  display: flex;
}
.image-uploader-flex .ant-upload-select .ant-upload {
  flex: 1 1;
}
.modal-footer-wrapper {
  display: flex;
  justify-content: center;
}
.app-modal .small {
  width: 350px;
}
.toast.negative .ant-message-notice-content {
  background-color: #d0021b;
}
.toast.positive .ant-message-notice-content {
  background-color: #56bf56;
}
.toast.loading .ant-message-notice-content .toast-wrapper .contents,
.toast.loading .ant-message-notice-content .toast-wrapper .contents .title {
  color: #000 !important;
}
.toast.loading .ant-message-loading .anticon-loading {
  font-size: 1.5rem;
}
.toast .ant-message-notice-content {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.toast .ant-message-notice-content .toast-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.toast .ant-message-notice-content .toast-wrapper .contents {
  position: relative;
  padding-left: 16px;
}
.toast .ant-message-notice-content .toast-wrapper .contents .title {
  color: #fff !important;
}
.toast .ant-message-notice-content .toast-wrapper .contents p {
  margin: 0;
}
.toast .ant-message-notice-content .toast-wrapper .contents p a,
.toast .ant-message-notice-content .toast-wrapper .contents p button {
  color: #fff;
  text-decoration: underline;
}
.toast .ant-message-notice-content .icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.toast .ant-message-notice-content .icon.positive {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.toast .ant-message-notice-content .icon.positive:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.toast .ant-message-notice-content .icon.negative {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.toast .ant-message-notice-content .icon.negative:before {
  top: 10px;
}
.action-content-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.action-content-box.numbered .sub-content p {
  margin-left: 18px;
}
.action-content-box .sub-content {
  padding: 26px 26px 20px;
}
.action-content-box .sub-content.right {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.action-content-box .sub-content.right button {
  margin: 0 20px;
}
.action-content-box .sub-content h4,
.action-content-box .sub-content p.bold {
  margin: 0;
}
.action-content-box .sub-content h4 span,
.action-content-box .sub-content p.bold span {
  width: 18px;
  display: inline-block;
}
.action-content-box .sub-content p {
  margin: 6px 0 0;
}
.action-content-box .remove {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.options-dot {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.options-dot.boxed {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.options-dot.active,
.options-dot:focus-visible,
.options-dot:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.clickable {
  cursor: pointer;
}
.beta-label {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.none-style-list-options {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.none-style-list-options li {
  margin: 5px 0;
}
.ant-tour {
  width: 400px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header-collapsible-only > .ant-collapse-header-text {
  flex: auto;
}
.onboarding-tour-header {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.onboarding-tour-description {
  color: #17191a;
  font-size: 16px;
}
.tour-hidden-button {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.ai-onboarding-tour-header {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.onboarding-step-ai-tour {
  width: 350px;
}
.onboarding-step-ai-tour .onboarding-step-ai-tour-inner .onboarding-step-ai-tour-description {
  padding: 0 20px;
}
.onboarding-step-ai-tour .onboarding-step-ai-tour-inner .onboarding-step-ai-tour-footer {
  padding: 0 20px 20px;
}
.onboarding-step-ai-tour .onboarding-step-ai-tour-inner .onboarding-step-ai-tour-header {
  padding: 20px 20px 4px;
}
.onboarding-step-ai-tour .onboarding-step-ai-tour-inner .onboarding-step-ai-tour-indicators {
  display: flex;
  width: 100%;
}
.onboarding-step-ai-tour .onboarding-step-ai-tour-inner .onboarding-step-ai-tour-buttons {
  width: 0;
  visibility: hidden;
}
.onboarding-step-ai-tour-mask mask[id^='onboarding-step-ai-tour-mask'] rect.onboarding-step-ai-tour-placeholder-animated {
  rx: 8px;
}
.onboarding-step-ai-tour-round-mask mask[id^='onboarding-step-ai-tour-round-mask'] rect.onboarding-step-ai-tour-round-placeholder-animated {
  rx: 25px;
}
.onboarding-step-tour {
  width: 400px;
}
.onboarding-step-tour.content-hidden {
  display: none !important;
}
.onboarding-step-tour.extended-width {
  width: 600px;
}
.onboarding-step-tour-mask mask[id^='onboarding-step-tour-mask'] rect.onboarding-step-tour-placeholder-animated {
  rx: 8px;
}
.onboarding-step-one-tour {
  width: 400px;
}
.onboarding-step-one-tour.content-hidden {
  display: none !important;
}
.onboarding-step-one-tour.extended-width {
  width: 600px;
}
.onboarding-step-one-tour-mask mask[id^='onboarding-step-one-tour-mask'] rect.onboarding-step-one-tour-placeholder-animated {
  rx: 25px;
}
.support-unread-tour {
  width: 272px;
}
.support-unread-tour .support-unread-tour-inner .support-unread-tour-header {
  padding: 8px 16px 4px;
}
.support-unread-tour .support-unread-tour-inner .support-unread-tour-footer {
  padding: 0 16px 16px;
}
.support-unread-tour .support-unread-tour-inner .support-unread-tour-close {
  top: 10px;
}
.preserve-scroll-position {
  overflow-anchor: none;
}
.toolbar-wrapper {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.toolbar-wrapper .anticon {
  padding: 12px;
  cursor: pointer;
}
.toolbar-wrapper .anticon:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.toolbar-wrapper .anticon:hover {
  opacity: 0.3;
}
.ant-carousel .slick-dots li.slick-active button {
  background-color: #8158ec;
}
.ant-carousel .slick-dots li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.ant-modal-root .ant-modal-mask,
.ant-modal-root .ant-modal-wrap {
  z-index: 1001;
}
.focused {
  background-color: #f5f5f5;
}
.spinner,
.spinner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.spinner-overlay {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.spinner {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.large-tag {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.email-pill,
.large-tag,
.phone-pill {
  display: inline-block;
  border-radius: 4px;
}
.email-pill,
.phone-pill {
  color: #000;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.email-pill:not(:empty),
.phone-pill:not(:empty) {
  padding: 4px;
}
.phone-pill {
  background-color: #e0f2fb;
}
.email-pill {
  background-color: #ffefbe;
}
.input-box {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.input-box.bordered {
  border: 1px solid #e6e6e6;
}
.input-box.large {
  height: auto;
  min-height: 80px;
}
.input-box:focus {
  border-color: #ffc926;
}
.chat-solo .status-banner {
  left: 0;
}
.status-banner {
  position: fixed;
  left: 60px;
  top: 0;
  right: 0;
  color: #fff;
  text-align: center;
  z-index: 1001;
  background-color: #31a7e7;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-banner {
  z-index: 1001;
}
.info-banner button {
  color: #31a7e7;
  margin-left: 20px;
  padding: 8px 16px;
  width: 110px;
}
.info-banner#auto-upgrade-banner {
  padding: 10px 40px 10px 30px;
}
.info-banner#auto-upgrade-banner .remove-x,
.info-banner#auto-upgrade-banner .remove-x-20 {
  top: 0;
  right: 16px;
  height: 100%;
  width: 24px;
}
.info-banner#auto-upgrade-banner #notification-banner-text {
  margin-right: 6px;
}
.info-banner#hubspot-sync-banner {
  background-color: #ffc926;
  top: 57px;
  width: 100%;
  z-index: 49;
}
.info-banner#hubspot-sync-banner div {
  font-size: 13px;
  letter-spacing: -0.13px;
  display: inline-block;
  color: #000;
}
.info-banner#hubspot-sync-banner img {
  width: 20px;
  height: auto;
  position: relative;
  top: 1px;
  margin-right: 12px;
}
@media screen and (max-width: 990px) {
  .info-banner#auto-upgrade-banner,
  .info-banner#auto-upgrade-banner button {
    font-size: 12px;
  }
  .info-banner#auto-upgrade-banner .remove {
    font-size: 16px;
    right: 14px;
  }
}
.connection-status-banner {
  background-color: #ea9655;
  min-height: 25px;
}
.connection-status-banner#ws-disconnected-banner {
  z-index: 1000;
}
.offline #chat-room .compose-box .compose-link #btn-send {
  color: gray !important;
}
.offline .list-compose .save {
  background-color: #feefcf !important;
  cursor: default;
}
.loader-yellow {
  background: url(/icons/loader.svg) transparent no-repeat 50%;
}
.loader-black {
  position: absolute;
  top: 47%;
  left: 47%;
  font-size: 3px;
  width: 30px;
  height: 30px;
  background: url(/icons/loader.gif) transparent no-repeat 50%;
  background-size: 100% 100%;
}
:root {
  --font-default: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Apple Color Emoji, Helvetica Neue, sans-serif;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  overflow: hidden;
  margin: 0;
}
body.in-app {
  background-color: #f9f9f9;
}
body,
button,
input,
textarea {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Apple Color Emoji,
    Helvetica Neue,
    sans-serif;
}
a {
  text-decoration: none;
  color: #31a7e7;
}
a,
button {
  cursor: pointer;
}
button {
  border: none;
  background-color: transparent;
}
button[disabled],
button[disabled]:active,
button[disabled]:hover,
input[type='button'][disabled],
input[type='button'][disabled]:active,
input[type='button'][disabled]:hover,
input[type='submit'][disabled],
input[type='submit'][disabled]:active,
input[type='submit'][disabled]:hover {
  cursor: inherit;
}
button:disabled {
  background-color: transparent;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
[placeholder]::-webkit-input-placeholder {
  color: #9b9b9b;
}
[placeholder]:-moz-placeholder,
[placeholder]::-moz-placeholder {
  color: #9b9b9b;
}
[placeholder]:-ms-input-placeholder {
  color: #9b9b9b;
}
a,
button,
input,
select,
span,
textarea {
  outline: none;
}
textarea {
  resize: none;
}
.icon-logo {
  background: url(/static/media/logo-2x-black-new.svg) transparent no-repeat 0 0/150px auto;
  width: 150px;
  height: 36px;
}
a.heymarket {
  margin: 0;
  float: left;
  background-position: 0 0;
  padding: 0;
}
#app-body {
  overflow: auto;
  height: 100vh;
  width: calc(100vw - 60px);
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 60px;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
#app-body.no-sidebar {
  left: 0;
  width: 100vw;
}
#app-body.plain {
  padding-bottom: 0;
}
#app-body iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.is-chat-widget #app-body {
  left: 0;
  width: 100vw;
  min-width: 358px;
  min-height: 350px;
}
.is-chat-widget.is-zendesk-sidebar-widget #app-body {
  min-width: 318px;
}
input[type='email'],
input[type='number'],
input[type='password'],
input[type='tel'],
input[type='text'],
textarea {
  height: 40px;
  border-radius: 4px;
  padding: 12px;
  width: 100%;
  font-weight: 500;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='text']:focus,
textarea:focus {
  border-color: #e6e6e6;
}
input[type='email'].ant-input-borderless,
input[type='number'].ant-input-borderless,
input[type='password'].ant-input-borderless,
input[type='tel'].ant-input-borderless,
input[type='text'].ant-input-borderless,
textarea.ant-input-borderless {
  border: none;
}
.modal-padding-zero .ant-modal-content {
  padding: 0 !important;
}
.modal-compact-padding .ant-modal-content {
  padding: 20px !important;
}
.modal-with-bordered-header .ant-modal-content {
  padding: 0 0 20px !important;
}
.modal-with-bordered-header .ant-modal-content .ant-modal-header {
  border-bottom: 1px solid #e6e6e6 !important;
  padding: 12px 40px;
}
.modal-with-bordered-header .ant-modal-content .ant-modal-header .ant-modal-title h3 {
  margin: 0;
}
.modal-with-bordered-header .ant-modal-content .ant-modal-header .ant-modal-title .help-text {
  line-height: 16px;
}
.modal-with-bordered-header .ant-modal-content .ant-modal-body,
.modal-with-bordered-header .ant-modal-content .ant-modal-footer {
  padding: 0 40px;
}
.modal-with-bordered-header .ant-modal-content .ant-modal-body {
  padding-top: 12px;
}
.ant-modal-content {
  padding: 40px !important;
  border-radius: 4px !important;
  border: 1px solid #e6e6e6;
}
.ant-modal-content .ant-modal-header .ant-modal-title,
.ant-modal-content .ant-modal-header .ant-modal-title h3 {
  line-height: 28px;
  color: #17191a;
  margin: 0;
}
.ant-modal-content h3,
.ant-modal-content h4 {
  margin-top: 0;
}
.ant-modal-content .ant-modal-footer {
  margin-top: 24px;
}
.ant-modal-content .ant-modal-footer button:not(:last-of-type) {
  margin-right: 16px;
}
.ant-modal-content .ant-btn {
  border-radius: 4px !important;
  font-size: 13px !important;
  padding-left: 24px;
  padding-right: 24px;
}
.ant-modal-content .ant-btn-dangerous {
  background-color: #d0021b !important;
}
.ant-modal-confirm-btns {
  margin-top: 24px !important;
}
.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #17191a !important;
  text-shadow: none !important;
}
.ant-tabs-ink-bar {
  height: 4px !important;
}
.ant-select.full-height .ant-select-selector {
  height: 100% !important;
}
.ant-dropdown-menu-title-content,
.ant-menu-title-content,
.ant-select-item-option-content {
  font-weight: 500 !important;
}
.ant-select-item.ant-select-item-option {
  min-height: 40px !important;
  align-items: center;
}
.ant-select-item.ant-select-item-option.ant-select-item-option-selected {
  background-color: rgba(0, 0, 0, 0.04);
}
.no-padding .ant-popover-inner {
  padding: 0;
}
.ant-popover-inner .header-title {
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
  margin: -12px -12px 12px;
}
.ant-dropdown-menu-item,
.ant-select-multiple .ant-select-selection-search-input,
.ant-select-multiple .ant-select-selection-search-mirror {
  height: 40px;
}
.ant-btn-default:hover {
  color: #17191a;
  border-color: #d9d9d9 !important;
}
.ant-select-dropdown .ant-select-item-empty {
  padding: 5.5px 12px;
}
.ant-form-item-explain-error {
  color: #d0021b !important;
}
.hide-empty-row .ant-table.ant-table-empty .ant-table-placeholder,
.table-sans-summary .ant-table.ant-table-empty .ant-table-thead {
  display: none;
}
.compact-table.join-top-header .ant-table {
  border-radius: 0 0 4px 4px;
}
.compact-table .selectable {
  cursor: pointer;
}
.compact-table .static.ant-table-row:hover > td.ant-table-cell {
  background: #fff !important;
}
.compact-table .ant-table-summary > tr:last-child > td,
.compact-table .ant-table:not(.ant-table-bordered) .ant-table-tbody > tr:last-child > td {
  border-bottom: 0;
}
.compact-table .ant-table {
  margin: 0 0 24px !important;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #fff;
}
.compact-table .ant-table .ant-table-title h2 {
  color: #17191a;
  margin: 4px 0;
}
.compact-table .ant-table .ant-table-title + .ant-table-container {
  border-top: 1px solid #e6e6e6;
}
.compact-table .ant-table .ant-table-thead > tr > th {
  padding: 11px 16px;
  border-bottom: 1px solid #e6e6e6;
  color: #757c80;
}
.compact-table .ant-table .ant-table-thead > tr > th .ant-table-column-sorters {
  justify-content: flex-start;
}
.compact-table .ant-table .ant-table-thead > tr > th .ant-table-column-sorters .ant-table-column-title {
  display: inline-flex;
  margin-right: 0;
  flex: initial;
}
.compact-table .ant-table .ant-table-thead > tr > th .ant-table-column-sorters .ant-table-column-sorter {
  margin-right: auto;
  margin-left: 10px;
}
.compact-table .ant-table .ant-table-cell-ellipsis div {
  overflow: hidden;
  text-overflow: ellipsis;
}
.compact-table .ant-table .ant-table-footer {
  background: #fff;
}
.compact-table .ant-table .ant-table-summary > tr > td .ant-select.ant-select-borderless .ant-select-selector,
.compact-table .ant-table .ant-table-summary > tr > td .ant-select.ant-select-borderless.ant-select-open .ant-select-selector,
.compact-table .ant-table .ant-table-tbody > tr > td .ant-select.ant-select-borderless .ant-select-selector,
.compact-table .ant-table .ant-table-tbody > tr > td .ant-select.ant-select-borderless.ant-select-open .ant-select-selector {
  padding-left: 0;
}
.compact-table .ant-table .ant-table-summary > tr > td .ant-select.ant-select-borderless .ant-select-selector .ant-select-selection-item,
.compact-table .ant-table .ant-table-summary > tr > td .ant-select.ant-select-borderless.ant-select-open .ant-select-selector .ant-select-selection-item,
.compact-table .ant-table .ant-table-tbody > tr > td .ant-select.ant-select-borderless .ant-select-selector .ant-select-selection-item,
.compact-table .ant-table .ant-table-tbody > tr > td .ant-select.ant-select-borderless.ant-select-open .ant-select-selector .ant-select-selection-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #17191a;
}
.compact-table .ant-table .ant-table-summary > tr > td .ant-select.ant-select-borderless .ant-select-arrow,
.compact-table .ant-table .ant-table-summary > tr > td .ant-select.ant-select-borderless.ant-select-open .ant-select-arrow,
.compact-table .ant-table .ant-table-tbody > tr > td .ant-select.ant-select-borderless .ant-select-arrow,
.compact-table .ant-table .ant-table-tbody > tr > td .ant-select.ant-select-borderless.ant-select-open .ant-select-arrow {
  color: #17191a;
  font-size: 10px;
}
.ant-pagination .ant-pagination-item {
  margin: 0;
  border: 1px solid #e6e6e6;
  border-right: none;
  border-left: none;
  border-radius: 0;
  background: #fff;
  height: 33px;
}
.ant-pagination .ant-pagination-item a {
  background-color: #fff;
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
  min-width: 27px;
  color: #a3a3a3;
  text-align: center;
  border-radius: 4px;
  padding: 4px;
}
.ant-pagination .ant-pagination-item a:hover {
  background-color: #e6e6e6;
}
.ant-pagination .ant-pagination-item.ant-pagination-item-active a {
  color: #17191a;
  background-color: #ffc926;
  border-color: #ffc926;
}
.ant-pagination .ant-pagination-item.ant-pagination-item-active a:hover {
  background-color: #ffc926;
  border-color: #ffc926;
}
.ant-pagination .ant-pagination-jump-next,
.ant-pagination .ant-pagination-jump-prev {
  margin: 0;
  border: 1px solid #e6e6e6;
  border-right: none;
  border-left: none;
  border-radius: 0;
  background: #fff;
  height: 33px;
}
.ant-pagination .ant-pagination-prev {
  margin-right: 0;
  height: 33px;
}
.ant-pagination .ant-pagination-prev button {
  border-radius: 4px 0 0 4px !important;
  border: 1px solid #e6e6e6 !important;
  background-color: #fff !important;
}
.ant-pagination .ant-pagination-prev:not(.ant-pagination-disabled) button:hover {
  border: 1px solid #e6e6e6;
  color: #17191a;
  background-color: #e6e6e6 !important;
}
.ant-pagination .ant-pagination-next {
  height: 33px;
  margin-left: 0;
}
.ant-pagination .ant-pagination-next button {
  border-radius: 0 4px 4px 0 !important;
  border: 1px solid #e6e6e6 !important;
  background-color: #fff !important;
}
.ant-pagination .ant-pagination-next:not(.ant-pagination-disabled) button:hover {
  border: 1px solid #e6e6e6;
  color: #17191a;
  background-color: #e6e6e6 !important;
}
.ant-dropdown .attachment-dd,
.ant-dropdown .hm-dd-menu {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  z-index: 700;
  border: 1px solid #e6e6e6;
  overflow-y: auto;
  max-height: 450px;
  padding: 0;
  min-width: 140px;
}
.ant-dropdown .attachment-dd .hm-dd-menu-item,
.ant-dropdown .hm-dd-menu .hm-dd-menu-item {
  max-width: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
  color: #17191a;
  margin: 0;
  padding: 10px;
  position: relative;
  text-align: left;
  width: 100%;
}
.ant-dropdown .attachment-dd .hm-dd-menu-item.is-button,
.ant-dropdown .hm-dd-menu .hm-dd-menu-item.is-button {
  padding: 0;
}
.ant-dropdown .attachment-dd .hm-dd-menu-item.item-header,
.ant-dropdown .hm-dd-menu .hm-dd-menu-item.item-header {
  background: #f9f9f9;
  text-align: center;
}
.ant-dropdown .attachment-dd .hm-dd-menu-item.item-header .ant-dropdown-menu-title-content div,
.ant-dropdown .hm-dd-menu .hm-dd-menu-item.item-header .ant-dropdown-menu-title-content div {
  font-weight: 700;
}
.ant-dropdown .attachment-dd .hm-dd-menu-item:last-child,
.ant-dropdown .hm-dd-menu .hm-dd-menu-item:last-child {
  border-bottom: none;
}
.ant-dropdown .attachment-dd .ant-dropdown-menu-item-group-title {
  border-bottom: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 10px;
  color: #17191a;
}
.ant-dropdown .attachment-dd .ant-dropdown-menu-item-group-title:hover {
  background-color: #fff;
}
.ant-dropdown .hm-dd-menu-group .ant-dropdown-menu-item-group-list {
  margin: 0;
}
.ant-switch .ant-switch-inner .ant-switch-inner-checked {
  color: #17191a;
}
.hm-input-field input,
input.hm-input-field {
  width: 100%;
  height: 41px;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
.hm-input-field .ant-form-item-explain {
  margin-bottom: 10px;
}
.hm-input-field.ant-input-affix-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.ant-carousel .slick-prev,
.ant-carousel .slick-prev:focus {
  font-size: inherit;
  z-index: 2;
  color: #999;
}
.ant-carousel .slick-prev:focus:hover,
.ant-carousel .slick-prev:hover {
  color: #757c80;
}
.ant-carousel .slick-next,
.ant-carousel .slick-next:focus {
  font-size: inherit;
  z-index: 2;
  color: #999;
}
.ant-carousel .slick-next:focus:hover,
.ant-carousel .slick-next:hover {
  color: #757c80;
}
.reactEasyCrop_Container {
  height: 260px !important;
}
.ant-dropdown-trigger,
.ant-select .ant-select-selection-item,
.ant-select-selector {
  font-weight: 600 !important;
}
.ant-upload-drag {
  border: 2px dashed #d9d9d9 !important;
  border-radius: 8px !important;
}
.reusable-sub-menu .ant-menu {
  min-width: auto !important;
}
.reusable-sub-menu .ant-badge.ant-badge-status .ant-badge-status-dot {
  left: -6px;
}
.ant-badge.ant-badge-status .ant-badge-status-dot {
  width: 8px;
  height: 8px;
}
.web-widget .ant-checkbox-wrapper .ant-checkbox-disabled + span {
  color: #17191a;
}
.ant-checkbox-wrapper-disabled {
  cursor: auto !important;
}
.blue-color {
  color: #31a7e7;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
.ant-select-focused .ant-select-selector,
.ant-select-open .ant-select-selector,
.ant-select-selector:active,
.ant-select-selector:focus {
  border-color: #d9d9d9 !important;
  box-shadow: none !important;
}
.ant-select-borderless .ant-select-selector {
  border: none !important;
}
.ant-select-disabled .ant-select-selector {
  cursor: default !important;
  color: #17191a !important;
}
.ant-select:not(.tag-select):not(.ant-select-disabled):not(.arrowless-dropdown) .ant-select-selection-item {
  display: inline-block !important;
}
.ant-select-filled:not(.ant-select-customize-input) .ant-select-selector {
  border: 1px solid #e6e6e6;
  background-color: #f9f9f9;
}
.ant-badge {
  margin-right: 8px;
}
.show-more-text {
  box-shadow: none;
  border: none;
  color: #31a7e7;
  cursor: pointer;
  background: none;
  padding: 0;
  margin: 0;
}
.show-more-text:focus,
.show-more-text:hover {
  background: none;
  color: #31a7e7;
  text-decoration: none;
  box-shadow: none;
  border: none;
}
.ant-steps-item {
  opacity: 0.7;
  position: relative;
}
.ant-steps-item.ant-steps-item-active,
.ant-steps-item.ant-steps-item-finish {
  opacity: 1;
}
.ant-steps-icon,
.ant-steps-item-icon,
.ant-steps-item-title {
  font-size: 13px;
  font-weight: 600;
}
.ant-steps .ant-steps-item-finish .ant-steps-item-icon {
  border-color: #000;
  background: url(/icons/tick.svg) #000 no-repeat 50%/64%;
}
.ant-steps .ant-steps-item-finish .ant-steps-item-icon svg {
  display: none;
}
.ant-steps .ant-steps-item-wait .ant-steps-item-icon {
  background-color: #a3a3a3;
}
.ant-steps .ant-steps-item-wait .ant-steps-item-icon .ant-steps-icon {
  color: #fff;
}
.ant-collapse-header {
  background-color: #fff;
}
.ant-collapse .ant-collapse-content {
  background-color: #f9f9f9;
}
.ant-collapse {
  border: none;
}
.ant-list.simplified-list .ant-list-items .ant-list-item {
  padding: 0 0 12px !important;
}
.ant-list.simplified-list .ant-list-items .ant-list-item:last-child {
  -webkit-border-after: 0 !important;
  border-block-end: 0 !important;
}
.ant-list.simplified-list .ant-list-footer {
  padding: 0;
}
.ant-tooltip .ant-tooltip-inner {
  text-align: center !important;
}
.ant-tooltip .ant-tooltip-inner ul {
  padding: 0 0 0 10px;
  margin: 0;
  list-style-type: disc;
}
.ant-tooltip .ant-tooltip-inner ul li {
  text-align: left;
}
.ant-picker-range .ant-picker-active-bar {
  background-color: #ffc926;
}
.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before {
  border-color: #ffc926;
}
.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner,
.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-disabled) .ant-picker-cell-inner,
.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-disabled) .ant-picker-cell-inner,
.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-selected:not(.ant-picker-cell-disabled) .ant-picker-cell-inner {
  background: #ffc926;
}
.ant-picker-focused {
  border-color: #e6e6e6;
  box-shadow: none;
}
.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-in-range:before {
  background: #ffefbe;
}
label.ant-checkbox-wrapper.ant-checkbox-wrapper-checked.ant-checkbox-wrapper-disabled span.ant-checkbox.ant-checkbox-checked.ant-checkbox-disabled {
  background: #fee8a7 !important;
}
label.ant-checkbox-wrapper.ant-checkbox-wrapper-checked.ant-checkbox-wrapper-disabled span.ant-checkbox.ant-checkbox-checked.ant-checkbox-disabled .ant-checkbox-inner {
  border: 0;
}
.ant-image-preview-root .ant-image-preview-mask {
  background-color: rgba(0, 0, 0, 0.7);
}
.sticky-header-footer-modal .ant-modal-content {
  display: flex;
  flex-direction: column;
}
.sticky-header-footer-modal .ant-modal-content .ant-modal-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.sticky-header-footer-modal .ant-modal-content .ant-modal-body {
  flex: 1 1;
  overflow-y: auto;
}
.sticky-header-footer-modal .ant-modal-content .ant-modal-footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1000;
}
.img-crop-modal .img-crop-control {
  width: 100% !important;
}
#app-body .ant-table-wrapper .ant-table-tbody > tr.ant-table-row-selected > td {
  background-color: #f5f5f5;
}
#app-body .ant-table-wrapper .ant-table-tbody > tr.ant-table-row:hover > td {
  background: #fafafa;
}
#app-body td.ant-table-column-sort {
  background-color: transparent;
}
#app-body .ant-table-thead th.ant-table-column-sort {
  background-color: #fafafa;
}
#app-body .ant-segmented .ant-segmented-item {
  letter-spacing: 0.28px;
}
#app-body .ant-segmented .ant-segmented-item.ant-segmented-item-selected {
  letter-spacing: 0;
  font-weight: 600;
}
.tag-select.ant-select-multiple .ant-select-selection-search-input {
  min-width: 100px;
}
.tag-select .ant-select-dropdown {
  padding: 0;
}
.tag-select .ant-select-item.ant-select-item-option {
  min-height: auto !important;
}
.tag-select .ant-select-selection-placeholder {
  display: flex;
  align-items: center;
}
.tag-select .rc-virtual-list-holder-inner {
  flex-direction: row !important;
  flex-wrap: wrap !important;
  padding: 0 15px 10px;
}
.tag-select .ant-select-item-option:not(.create-new-item) {
  color: #17191a;
  width: auto;
  overflow: initial;
  padding: 5px;
  margin-top: 8px;
  margin-right: 8px;
  justify-content: center;
  align-items: center;
  min-height: auto;
  border-radius: 4px;
  background-color: #e4e6e7;
  border: 1px solid transparent;
}
.tag-select .ant-select-item-option:not(.create-new-item).ant-select-item-option-active {
  border: 1px solid #17191a;
}
.tag-select .ant-select-item-option:not(.create-new-item) .ant-select-item-option-content {
  line-height: 17px;
}
.tag-select .ant-select-item-option.create-new-item {
  width: calc(100% + 30px);
  max-width: none;
  margin: 10px -15px -10px;
  padding: 8px 12px 10px;
  border-top: 1px solid #e4e6e7;
  border-radius: 0;
}
.tag-select .ant-select-selection-overflow-item-suffix {
  height: 24px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.text-with-hline {
  position: relative;
  margin-bottom: 24px !important;
}
.text-with-hline:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #e6e6e6;
  position: absolute;
  top: 50%;
}
.text-with-hline span {
  background-color: #fff;
  padding: 0 12px;
  position: relative;
}
.info-alert-content {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  gap: 5px;
  margin-top: 5px;
  width: calc(100% + 34px);
}
.summary-row > td {
  border-bottom: none;
}
.summary-row > td input[disabled] {
  color: #17191a;
  line-height: 28px;
  border-color: #e6e6e6;
}
.ant-picker-input input::placeholder {
  color: #a3a3a3 !important;
}
.bordered-tabs .ant-segmented {
  border-radius: 8px 8px 0 0;
  border-bottom: none;
  padding: 0;
  width: 100%;
}
.bordered-tabs .ant-segmented .ant-segmented-item {
  width: 50%;
  background-color: #e6e6e6;
  border-radius: 0;
}
.bordered-tabs .ant-segmented .ant-segmented-item:first-child {
  border-radius: 8px 0 0 0;
}
.bordered-tabs .ant-segmented .ant-segmented-item:last-child {
  border-radius: 0 8px 0 0;
}
.bordered-tabs .ant-segmented .ant-segmented-item.ant-segmented-item-selected {
  background-color: #fff;
}
.bordered-tabs .ant-segmented .ant-segmented-item .ant-segmented-item-label {
  padding: 0;
}
.full-width-tabs {
  margin-bottom: 16px;
}
.full-width-tabs .ant-segmented {
  border-radius: 0;
  border-width: 0 0 1px;
  width: 100%;
  padding-bottom: 0;
}
.full-width-tabs .ant-segmented .ant-segmented-item {
  width: 50%;
  border-radius: 0;
}
.full-width-tabs .ant-segmented .ant-segmented-item.ant-segmented-item-selected {
  border: 0;
  box-shadow: none;
}
.admin_email_icon__4eOG9 {
  padding: 4px;
}
.admin_email_icon-wrapper__VZUzv {
  padding: 4px;
  color: #454a4d;
}
.admin_email_icon-wrapper-absolute__KmYes {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.admin_email_icon-wrapper-absolute__KmYes .admin_email_icon__4eOG9 {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.admin_email_icon-sms__uDtV2 {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.admin_email_icon-email__VpQip {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.admin_email_icon-mixed__5y6sW {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.admin_email_icon-picker-wrapper__SVA0x {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.admin_email_icon-picker-wrapper__SVA0x:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.admin_email_icon-picker-wrapper__SVA0x:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .admin_email_icon-picker-wrapper__SVA0x {
    margin-right: 5px;
  }
}
.admin_email_icon-checkmark-white__Lz1TH {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.admin_email_icon-x-white__YZmbC {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.admin_email_icon-help__dYiY_ {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.admin_email_icon-help__dYiY_:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.admin_email_container__X5oYh select,
.admin_email_ico-arrow-down__NgkeQ {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.admin_email_container__X5oYh select.admin_email_ant-dropdown-trigger__q_Rup,
.admin_email_ico-arrow-down__NgkeQ.admin_email_ant-dropdown-trigger__q_Rup {
  padding-right: 24px;
  cursor: pointer;
}
.admin_email_container__X5oYh select.admin_email_ant-dropdown-trigger__q_Rup:disabled,
.admin_email_container__X5oYh select.admin_email_ant-dropdown-trigger__q_Rup[disabled],
.admin_email_ico-arrow-down__NgkeQ.admin_email_ant-dropdown-trigger__q_Rup:disabled,
.admin_email_ico-arrow-down__NgkeQ.admin_email_ant-dropdown-trigger__q_Rup[disabled] {
  cursor: default;
  background: transparent;
}
.admin_email_ico-arrow-gray__6jPwg {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.admin_email_ico-arrow-gray__6jPwg.admin_email_down__6AaUw {
  transform: rotate(90deg);
}
.admin_email_ico-arrow-gray__6jPwg.admin_email_up__nSdjc {
  transform: rotate(-90deg);
}
.admin_email_ico-arrow-gray__6jPwg.admin_email_right__3MLPW {
  transform: rotate(180deg);
}
.admin_email_ico-arrow-gray__6jPwg.admin_email_ant-dropdown-trigger__q_Rup {
  padding-right: 24px;
  cursor: pointer;
}
.admin_email_ico-arrow-gray__6jPwg.admin_email_ant-dropdown-trigger__q_Rup:disabled,
.admin_email_ico-arrow-gray__6jPwg.admin_email_ant-dropdown-trigger__q_Rup[disabled] {
  cursor: default;
  background: transparent;
}
.admin_email_icon-error-triangle__7lere {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.admin_email_ico-compose__sDdkX {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.admin_email_ico-compose-white__1KJSn {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.admin_email_icon-google-play__2Rcfy {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.admin_email_icon-app-store__GcFNw {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.admin_email_icon-social-fb___Wyuz {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.admin_email_icon-social-tw__748XX {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.admin_email_icon-disclosure__mwC41 {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.admin_email_icon-16__2fmJh {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.admin_email_icon-18__K6uYP {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.admin_email_icon-gray5__T7d9t {
  color: #999 !important;
}
.admin_email_ico-arrow-black__PWV1f {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.admin_email_ico-arrow-black__PWV1f.admin_email_down__6AaUw {
  transform: rotate(90deg);
}
.admin_email_ico-arrow-black__PWV1f.admin_email_up__nSdjc {
  transform: rotate(-90deg);
}
.admin_email_ico-arrow-black__PWV1f.admin_email_right__3MLPW {
  transform: rotate(180deg);
}
.admin_email_icon-copy__vU_77 {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.admin_email_icon-copy__vU_77:hover {
  background-image: url(/icons/copy-black.svg);
}
.admin_email_icon-msg-white__cQERJ {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.admin_email_icon-email-white__sYa1A {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.admin_email_icon-black-bg__4GB5b {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.admin_email_icon-black-bg__4GB5b > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.admin_email_icon-inbox-black-filled__gk6Ll {
  background-image: url(/icons/inbox-black.svg);
}
.admin_email_icon-contacts__8WsHR {
  background-image: url(/icons/sidebar/contacts.svg);
}
.admin_email_page-header-title__KmSwN {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.admin_email_action-content-box__aR24T .admin_email_sub-content__nMOEZ h4,
.admin_email_empty-state-wrapper__2bfdm h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.admin_email_box-content__ComUk .admin_email_header-l__cIPT4,
.admin_email_box-content__ComUk .admin_email_header__jUFdn,
.admin_email_company-section-title__KQ45S,
.admin_email_email-pref__xeBmk .admin_email_title__T63p7,
.admin_email_menu-wrapper__wxZ_X .admin_email_menu-item__N2Iy0,
.admin_email_toast___GrAB .admin_email_ant-message-notice-content__XNwuX .admin_email_toast-wrapper__JGGHj .admin_email_contents__CbwbM .admin_email_title__T63p7 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.admin_email_action-content-box__aR24T .admin_email_sub-content__nMOEZ p.admin_email_bold__evzfR,
.admin_email_email-pref__xeBmk .admin_email_subtitle__kOO1L,
.admin_email_empty-state-wrapper__2bfdm h2 a,
.admin_email_header-bar__pE91t .admin_email_title__T63p7 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.admin_email_box-content__ComUk .admin_email_content-header__WE4ZX {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.admin_email_action-content-box__aR24T .admin_email_sub-content__nMOEZ p,
.admin_email_business-details-read-wrapper__OFcub .admin_email_general-descrip-text__HD8LB,
.admin_email_business-details-read-wrapper__OFcub .admin_email_text__s9HdJ,
.admin_email_company-section-title__KQ45S .admin_email_general-descrip-text__HD8LB,
.admin_email_empty-state-wrapper__2bfdm div,
.admin_email_toast___GrAB .admin_email_ant-message-notice-content__XNwuX .admin_email_toast-wrapper__JGGHj .admin_email_contents__CbwbM p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.admin_email_business-details-read-wrapper__OFcub .admin_email_section-label__ArtIT {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.admin_email_blue-button__zV1Aw,
.admin_email_box-content__ComUk .admin_email_content__NodMe input,
.admin_email_box-content__ComUk .admin_email_upload-data-input-with-icon__MJUR6 input,
.admin_email_business-details-read-wrapper__OFcub .admin_email_label__DdwBQ,
.admin_email_business-details-read-wrapper__OFcub ul li,
.admin_email_button-with-bg-color__ExHO_,
.admin_email_cancel-button__9AANN,
.admin_email_green-button__IKvwr,
.admin_email_input-box__OG1Ru,
.admin_email_input-grey__nnwhA,
.admin_email_mapping-input__TI4LW,
.admin_email_orange-button___LhPx,
.admin_email_positive-button__UtOV_,
.admin_email_purple-button__morBa,
.admin_email_white-button-blue-text__qZ7jn,
.admin_email_white-button__B4h4k,
button.admin_email_icon-button__h0jPN,
button.admin_email_text-only__JCH35,
input .admin_email_input-white__0MtMU,
textarea .admin_email_input-white__0MtMU {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.admin_email_large-tag__Y9Q94,
button.admin_email_show-more__Yaovf,
button.admin_email_text-only__JCH35,
span.admin_email_text-only__JCH35 button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.admin_email_tag__zmAY2 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.admin_email_beta-label__1ilfW,
.admin_email_error-text-link__RJzhR,
.admin_email_error-text__zzddI,
.admin_email_error__G6ele,
.admin_email_transparent-bg-image__Vo1EC .admin_email_display-footer-wrapper__42BNd {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.admin_email_mini-square__zar8W {
  width: 20px;
  height: 20px;
}
.admin_email_help-text__jGJl3 {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.admin_email_error-text__zzddI {
  color: #d0021b;
  flex-grow: 1;
}
.admin_email_error-text-link__RJzhR {
  color: #d0021b;
  text-decoration: underline;
}
.admin_email_descriptive-text__oJ7FH {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.admin_email_visually-hidden__oBNhf {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.admin_email_visually-hidden__oBNhf.admin_email_focusable__dsj12:active,
.admin_email_visually-hidden__oBNhf.admin_email_focusable__dsj12:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.admin_email_visually-offscreen__MSlVw {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.admin_email_invisible__60sB8 {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.admin_email_hidden__Cuagu {
  display: none !important;
  visibility: hidden;
}
.admin_email_strong__U1D1o {
  font-weight: 700;
}
.admin_email_align-right__mPoCb {
  text-align: right;
}
.admin_email_align-left___s3d1 {
  text-align: left;
}
.admin_email_centered__XAzIK {
  text-align: center;
}
.admin_email_timestamp__Rtj_Z {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.admin_email_display-block__fotPJ {
  display: block !important;
}
.admin_email_inline-block__o5vKw {
  display: inline-block !important;
}
.admin_email_hm-app-body__EaxgZ button.admin_email_ant-switch__AD6S_[disabled],
.admin_email_hm-app-body__EaxgZ button.admin_email_ant-switch__AD6S_[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.admin_email_blue-button__zV1Aw,
.admin_email_button-with-bg-color__ExHO_,
.admin_email_cancel-button__9AANN,
.admin_email_green-button__IKvwr,
.admin_email_orange-button___LhPx,
.admin_email_positive-button__UtOV_,
.admin_email_purple-button__morBa,
.admin_email_white-button-blue-text__qZ7jn,
.admin_email_white-button__B4h4k,
button.admin_email_icon-button__h0jPN,
button.admin_email_text-only__JCH35 {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.admin_email_text-only__JCH35,
span.admin_email_text-only__JCH35 button {
  color: #31a7e7;
  padding: 0;
}
button.admin_email_text-only__JCH35[disabled],
button.admin_email_text-only__JCH35[disabled]:active,
button.admin_email_text-only__JCH35[disabled]:focus,
button.admin_email_text-only__JCH35[disabled]:hover,
span.admin_email_text-only__JCH35 button[disabled],
span.admin_email_text-only__JCH35 button[disabled]:active,
span.admin_email_text-only__JCH35 button[disabled]:focus,
span.admin_email_text-only__JCH35 button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.admin_email_text-only__JCH35.admin_email_red-text__UQYGl,
button.admin_email_text-only__JCH35.admin_email_red-text__UQYGl:active,
button.admin_email_text-only__JCH35.admin_email_red-text__UQYGl:focus,
button.admin_email_text-only__JCH35.admin_email_red-text__UQYGl:hover,
span.admin_email_text-only__JCH35 button.admin_email_red-text__UQYGl,
span.admin_email_text-only__JCH35 button.admin_email_red-text__UQYGl:active,
span.admin_email_text-only__JCH35 button.admin_email_red-text__UQYGl:focus,
span.admin_email_text-only__JCH35 button.admin_email_red-text__UQYGl:hover {
  color: #d0021b;
}
button.admin_email_text-only__JCH35.admin_email_gray-text__rGFLC,
span.admin_email_text-only__JCH35 button.admin_email_gray-text__rGFLC {
  color: #999;
}
button.admin_email_text-only__JCH35.admin_email_gray-text__rGFLC:active,
button.admin_email_text-only__JCH35.admin_email_gray-text__rGFLC:focus,
button.admin_email_text-only__JCH35.admin_email_gray-text__rGFLC:hover,
span.admin_email_text-only__JCH35 button.admin_email_gray-text__rGFLC:active,
span.admin_email_text-only__JCH35 button.admin_email_gray-text__rGFLC:focus,
span.admin_email_text-only__JCH35 button.admin_email_gray-text__rGFLC:hover {
  color: #999 !important;
}
button.admin_email_text-only__JCH35.admin_email_black-text__gdbpD,
span.admin_email_text-only__JCH35 button.admin_email_black-text__gdbpD {
  color: #17191a;
}
button.admin_email_text-only__JCH35.admin_email_black-text__gdbpD:active,
button.admin_email_text-only__JCH35.admin_email_black-text__gdbpD:focus,
button.admin_email_text-only__JCH35.admin_email_black-text__gdbpD:hover,
span.admin_email_text-only__JCH35 button.admin_email_black-text__gdbpD:active,
span.admin_email_text-only__JCH35 button.admin_email_black-text__gdbpD:focus,
span.admin_email_text-only__JCH35 button.admin_email_black-text__gdbpD:hover {
  color: #8158ec;
}
button.admin_email_text-only__JCH35.admin_email_purple-text__Yui15,
button.admin_email_text-only__JCH35.admin_email_purple-text__Yui15:active,
button.admin_email_text-only__JCH35.admin_email_purple-text__Yui15:focus,
button.admin_email_text-only__JCH35.admin_email_purple-text__Yui15:hover,
span.admin_email_text-only__JCH35 button.admin_email_purple-text__Yui15,
span.admin_email_text-only__JCH35 button.admin_email_purple-text__Yui15:active,
span.admin_email_text-only__JCH35 button.admin_email_purple-text__Yui15:focus,
span.admin_email_text-only__JCH35 button.admin_email_purple-text__Yui15:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.admin_email_text-only__JCH35:active,
button.admin_email_text-only__JCH35:focus,
button.admin_email_text-only__JCH35:hover,
span.admin_email_text-only__JCH35 button:active,
span.admin_email_text-only__JCH35 button:focus,
span.admin_email_text-only__JCH35 button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.admin_email_blue-button__zV1Aw,
.admin_email_button-with-bg-color__ExHO_,
.admin_email_green-button__IKvwr,
.admin_email_orange-button___LhPx,
.admin_email_positive-button__UtOV_,
.admin_email_white-button-blue-text__qZ7jn,
.admin_email_white-button__B4h4k {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.admin_email_orange-button___LhPx {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.admin_email_orange-button___LhPx:active,
.admin_email_orange-button___LhPx:focus,
.admin_email_orange-button___LhPx:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.admin_email_orange-button___LhPx[disabled],
.admin_email_orange-button___LhPx[disabled]:active,
.admin_email_orange-button___LhPx[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.admin_email_orange-button___LhPx.admin_email_drop-down__0r7uZ {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.admin_email_scroll-loader__LQf2t {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.admin_email_green-button__IKvwr {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.admin_email_green-button__IKvwr:active,
.admin_email_green-button__IKvwr:focus,
.admin_email_green-button__IKvwr:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.admin_email_green-button__IKvwr[disabled],
.admin_email_green-button__IKvwr[disabled]:active,
.admin_email_green-button__IKvwr[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.admin_email_positive-button__UtOV_ {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.admin_email_positive-button__UtOV_:active,
.admin_email_positive-button__UtOV_:focus,
.admin_email_positive-button__UtOV_:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.admin_email_positive-button__UtOV_[disabled] {
  background-color: #abe4b2;
}
.admin_email_negative-button__s0YbG {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.admin_email_negative-button__s0YbG:active,
.admin_email_negative-button__s0YbG:focus,
.admin_email_negative-button__s0YbG:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.admin_email_plain-cancel-button__S0nFN,
.admin_email_plain-cancel-button__S0nFN:active,
.admin_email_plain-cancel-button__S0nFN:focus,
.admin_email_plain-cancel-button__S0nFN:hover {
  color: #17191a;
}
.admin_email_white-button-blue-text__qZ7jn,
.admin_email_white-button__B4h4k {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.admin_email_white-button-blue-text__qZ7jn:active,
.admin_email_white-button-blue-text__qZ7jn:focus,
.admin_email_white-button-blue-text__qZ7jn:hover,
.admin_email_white-button__B4h4k:active,
.admin_email_white-button__B4h4k:focus,
.admin_email_white-button__B4h4k:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.admin_email_white-button__B4h4k[disabled],
.admin_email_white-button__B4h4k[disabled]:active,
.admin_email_white-button__B4h4k[disabled]:focus,
.admin_email_white-button__B4h4k[disabled]:hover,
[disabled].admin_email_white-button-blue-text__qZ7jn {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.admin_email_common-sentiment-emoji__1Jphj {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.admin_email_white-button-blue-text__qZ7jn {
  color: #31a7e7;
}
.admin_email_white-button-blue-text__qZ7jn:active,
.admin_email_white-button-blue-text__qZ7jn:focus,
.admin_email_white-button-blue-text__qZ7jn:hover {
  color: #31a7e7 !important;
}
.admin_email_blue-button__zV1Aw {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.admin_email_blue-button__zV1Aw,
.admin_email_blue-button__zV1Aw:active,
.admin_email_blue-button__zV1Aw:focus,
.admin_email_blue-button__zV1Aw:hover {
  background-color: #31a7e7;
  color: #fff;
}
.admin_email_green-button__IKvwr {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.admin_email_green-button__IKvwr,
.admin_email_green-button__IKvwr:active,
.admin_email_green-button__IKvwr:focus,
.admin_email_green-button__IKvwr:hover {
  background-color: #56bf56;
  color: #fff;
}
.admin_email_purple-button__morBa {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.admin_email_purple-button__morBa:active,
.admin_email_purple-button__morBa:focus,
.admin_email_purple-button__morBa:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.admin_email_dropdown-input__LDtz8 {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.admin_email_dropdown-input__LDtz8:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.admin_email_hm-app-body__EaxgZ input::placeholder {
  color: #a3a3a3;
}
.admin_email_textarea-composer__7C0tt {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.admin_email_container__X5oYh input,
.admin_email_container__X5oYh textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.admin_email_input-for-copy__ebL95 {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.admin_email_input-text-bordered__3MHX7,
.admin_email_input-text__NAKwL,
.admin_email_input-textarea__BT4e_ {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.admin_email_input-text__NAKwL {
  height: 50px;
}
.admin_email_input-text-bordered__3MHX7 {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.admin_email_xxl-input__rAUig {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.admin_email_xl-input__2i0yc {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.admin_email_l-input__UDQy5 {
  width: 100%;
  font-size: 1.1rem;
}
.admin_email_box-content__ComUk .admin_email_content__NodMe input,
.admin_email_box-content__ComUk .admin_email_upload-data-input-with-icon__MJUR6 input,
.admin_email_input-grey__nnwhA,
input .admin_email_input-white__0MtMU,
textarea .admin_email_input-white__0MtMU {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.admin_email_box-content__ComUk .admin_email_content__NodMe input::placeholder,
.admin_email_box-content__ComUk .admin_email_upload-data-input-with-icon__MJUR6 input::placeholder,
.admin_email_input-grey__nnwhA::placeholder,
input .admin_email_input-white__0MtMU::placeholder,
textarea .admin_email_input-white__0MtMU::placeholder {
  color: #999;
  opacity: 1;
}
input .admin_email_input-white__0MtMU,
textarea .admin_email_input-white__0MtMU {
  background-color: #fff;
}
.admin_email_clearfix__k680T:after {
  clear: both;
  content: '';
  display: block;
}
.admin_email_hidden-important__5hqkp {
  display: none !important;
}
.admin_email_p-left__beBk8 {
  float: left;
}
.admin_email_p-right__kFIvJ {
  float: right;
}
.admin_email_image_orientation_3__zz8Hk {
  tranform: rotate(180deg);
}
.admin_email_image_orientation_6__HkBvJ {
  tranform: rotate(90deg);
}
.admin_email_image_orientation_8___VKkb {
  tranform: rotate(-90deg);
}
.admin_email_image_orientation_2____XDT {
  tranform: scaleX(-1);
}
.admin_email_image_orientation_7__LPR4e {
  tranform: scaleX(-1) rotate(-90deg);
}
.admin_email_image_orientation_4__yCB_T {
  tranform: scaleX(-1) rotate(180deg);
}
.admin_email_image_orientation_5__ID_uD {
  tranform: scaleX(-1) rotate(90deg);
}
.admin_email_image_slideshow_orientation_3__X2D0S {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.admin_email_image_slideshow_orientation_6__NE8rj {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.admin_email_image_slideshow_orientation_8__9M2MW {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.admin_email_image_slideshow_orientation_2__ltIRm {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.admin_email_image_slideshow_orientation_7__PMP_c {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.admin_email_image_slideshow_orientation_4__siTbb {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.admin_email_image_slideshow_orientation_5__Fe9df {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.admin_email_container__X5oYh select::-ms-expand {
  display: none !important;
}
.admin_email_container__X5oYh select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.admin_email_count-area____TSQ {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.admin_email_clear-top__gVXKw {
  padding-top: 0;
  margin-top: 0;
}
.admin_email_remove-x-20__uaQNy,
.admin_email_remove-x__LAMK7 {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.admin_email_remove-x__LAMK7.admin_email_white__BbIjA,
.admin_email_white__BbIjA.admin_email_remove-x-20__uaQNy {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.admin_email_remove-x-20__uaQNy {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.admin_email_divider__63ST2 {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.admin_email_mobile__0hWKv {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.admin_email_blue__oWBBT {
  color: #31a7e7 !important;
}
.admin_email_white__BbIjA {
  color: #fff !important;
}
.admin_email_purple__df8Ks {
  color: #8158ec !important;
}
.admin_email_delete__tjc3Q {
  color: #d0021b !important;
}
.admin_email_dark-text___KmUT {
  color: #17191a !important;
}
.admin_email_file-input__K9ge5 {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.admin_email_image-download-wrapper__dhRQK {
  position: fixed;
  top: 40px;
  right: 100px;
}
.admin_email_overflow-y-auto__6Y2EP {
  overflow-y: auto;
}
.admin_email_is-font-icon__sx92v:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.admin_email_is-invisible__dWKvA {
  opacity: 0;
}
.admin_email_tabbed-button__wdhXR {
  padding: 0 7px 2px;
}
.admin_email_tabbed-button__wdhXR.admin_email_selected__fJbV1 {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.admin_email_show-more__Yaovf {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.admin_email_show-more__Yaovf:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.admin_email_time-input__dLisU {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.admin_email_form-group__ZaJyB.admin_email_date-time__2ig_p {
  position: relative;
  top: -2px;
}
.admin_email_form-group__ZaJyB.admin_email_date-time__2ig_p.admin_email_time__LgdZu {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.admin_email_form-group__ZaJyB.admin_email_date-time__2ig_p.admin_email_form-group-hour__4USjR .admin_email_colon__MWedM {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.admin_email_form-group__ZaJyB.admin_email_date-time__2ig_p.admin_email_form-group-hour__4USjR input {
  text-align: center;
}
.admin_email_form-group__ZaJyB.admin_email_date-time__2ig_p.admin_email_form-group-day__GBNww {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.admin_email_form-group__ZaJyB.admin_email_date-time__2ig_p.admin_email_form-group-minute__dIKm0 {
  width: 42px;
}
.admin_email_form-group__ZaJyB.admin_email_date-time__2ig_p.admin_email_form-group-clock__O_JNj {
  width: 54px;
}
.admin_email_attach-img__cvT4p {
  position: relative;
  width: 25px;
  height: 25px;
}
.admin_email_attach-img__cvT4p input#admin_email_add-image__PCcMU {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.admin_email_attach-img__cvT4p span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.admin_email_m-0__EEy8n {
  margin: 0 !important;
}
.admin_email_ml-auto__IFEMQ {
  margin-left: auto;
}
.admin_email_mr-auto__tRjGo {
  margin-right: auto;
}
.admin_email_mx-auto__G1KiL {
  margin-left: auto;
  margin-right: auto;
}
.admin_email_mx-16__GvlAH {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.admin_email_my-16__yCiQa {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.admin_email_mr-0__AwrR0 {
  margin-right: 0 !important;
}
.admin_email_mr-4__bgRqA {
  margin-right: 4px !important;
}
.admin_email_mr-8__4RrpL {
  margin-right: 8px !important;
}
.admin_email_mr-12__ZES5L {
  margin-right: 12px !important;
}
.admin_email_mr-16__cQ5TO {
  margin-right: 16px !important;
}
.admin_email_ml-0__rNWCd {
  margin-left: 0 !important;
}
.admin_email_ml-4__1_y_e {
  margin-left: 4px !important;
}
.admin_email_ml-8__AOONg {
  margin-left: 8px !important;
}
.admin_email_ml-12__UHZ_r {
  margin-left: 12px !important;
}
.admin_email_ml-16__vVxoP {
  margin-left: 16px !important;
}
.admin_email_mt-0__yamhu {
  margin-top: 0 !important;
}
.admin_email_mt-4__wyw4e {
  margin-top: 4px !important;
}
.admin_email_mt-8__xll2x {
  margin-top: 8px !important;
}
.admin_email_mt-16__jYdHy {
  margin-top: 16px !important;
}
.admin_email_mt-24__Yrtzk {
  margin-top: 24px !important;
}
.admin_email_mt-48__2g7ko {
  margin-top: 48px !important;
}
.admin_email_mb-0__wSsW2 {
  margin-bottom: 0 !important;
}
.admin_email_mb-4___t8k4 {
  margin-bottom: 4px !important;
}
.admin_email_mb-8__NSznT {
  margin-bottom: 8px !important;
}
.admin_email_mb-12__zZWq2 {
  margin-bottom: 12px !important;
}
.admin_email_mb-16__G9Zl7 {
  margin-bottom: 16px !important;
}
.admin_email_mb-24__AUGuX {
  margin-bottom: 24px !important;
}
.admin_email_mb-64___wMu_ {
  margin-bottom: 64px !important;
}
.admin_email_p-0__cvemn {
  padding: 0 !important;
}
.admin_email_p-16__JAy86 {
  padding: 16px;
}
.admin_email_p-40__Iwy2A {
  padding: 40px;
}
.admin_email_px-0__EppUj {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.admin_email_px-4__0KgLU {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.admin_email_px-8__PZyJW {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.admin_email_px-32__DVx8q {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.admin_email_px-40__pi67q {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.admin_email_pt-40__wKFEm {
  padding-top: 40px;
}
.admin_email_pt-24__4dnvx {
  padding-top: 24px;
}
.admin_email_pt-16__9z_nI {
  padding-top: 16px;
}
.admin_email_pt-12__ONmZU {
  padding-top: 12px !important;
}
.admin_email_pb-40__JnFDc {
  padding-bottom: 40px;
}
.admin_email_pb-24__Q_DPk {
  padding-bottom: 24px;
}
.admin_email_pb-16__11N_f {
  padding-bottom: 16px;
}
.admin_email_pl-8__q1_vt {
  padding-left: 8px !important;
}
.admin_email_pl-12__nSYJg {
  padding-left: 12px !important;
}
.admin_email_pl-16__l4IB8 {
  padding-left: 16px !important;
}
.admin_email_text-left__esH95 {
  text-align: left !important;
}
.admin_email_text-right__K0dUy {
  text-align: right !important;
}
.admin_email_text-center__F_Zfb {
  text-align: center !important;
}
.admin_email_font-medium__dx98y {
  font-weight: 500 !important;
}
.admin_email_font-semibold__zBxX7 {
  font-weight: 600 !important;
}
.admin_email_radius-8__EavDp {
  border-radius: 8px !important;
}
.admin_email_truncate__s4p0M {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.admin_email_whitespace-nowrap__q4swK {
  white-space: nowrap;
}
.admin_email_whitespace-pre-wrap__wNeHO {
  white-space: pre-wrap;
}
.admin_email_w-100__loOjO {
  width: 100% !important;
}
.admin_email_h-100__2Za7w {
  height: 100% !important;
}
.admin_email_max-w-none__7IKNc {
  max-width: none !important;
}
.admin_email_max-h-none__tdNML {
  max-height: none !important;
}
.admin_email_min-w-100__J53EU {
  min-width: 100px;
}
.admin_email_heading-48-600__kiJaK {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.admin_email_heading-32-600__5pBGv {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.admin_email_heading-24-600__pM7_H {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.admin_email_heading-18-600__GvToF {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.admin_email_heading-18-400__oxAUu {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.admin_email_heading-16-700__rdBvf {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.admin_email_text-16-400__xdHE9 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.admin_email_heading-14-600__i0okg {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.admin_email_heading-14-500__T3Riu {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.admin_email_text-14-400__C4BP9 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.admin_email_text-13-500__z6uVw {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.admin_email_text-13-600__mBj_R {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.admin_email_text-13-400__uqSDm {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.admin_email_text-12-500__exBsU {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.admin_email_text-12-600__686Ev {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.admin_email_text-12-400__AtNkP {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.admin_email_status-badge__57Bp_ {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.admin_email_status-badge__57Bp_.admin_email_paused__AzbPu {
  background-color: #ff8b3d;
  color: #fff !important;
}
.admin_email_status-badge__57Bp_.admin_email_created__GrVlE,
.admin_email_status-badge__57Bp_.admin_email_inactive__SNsoS,
.admin_email_status-badge__57Bp_.admin_email_pending__R5_r5 {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.admin_email_status-badge__57Bp_.admin_email_active__2nOLk {
  background-color: #56bf56;
  color: #fff !important;
}
.admin_email_status-badge__57Bp_.admin_email_error__G6ele {
  background-color: #d0021b;
  color: #fff !important;
}
.admin_email_status-badge__57Bp_.admin_email_progress__lINWt {
  background-color: #f5bf0c;
  color: #fff !important;
}
.admin_email_status-badge__57Bp_.admin_email_draft__DYifK {
  background-color: #e6e6e6;
  color: #000 !important;
}
.admin_email_status-badge__57Bp_.admin_email_sent__ffW4h {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.admin_email_status-badge__57Bp_.admin_email_scheduled__EK025 {
  background-color: #feefcf;
  color: #795548;
}
.admin_email_status-badge__57Bp_.admin_email_loading-badge__g9NBo {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.admin_email_status-badge__57Bp_.admin_email_loading-badge__g9NBo .admin_email_text__s9HdJ {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.admin_email_status-badge__57Bp_.admin_email_loading-badge__g9NBo .admin_email_slider__5FOOJ {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: admin_email_moveSlideshow___DNSr 3s linear infinite;
}
@keyframes admin_email_moveSlideshow___DNSr {
  to {
    transform: translateX(200%);
  }
}
.admin_email_flex__2C_ov {
  display: flex !important;
}
.admin_email_flex-space-between__WE6dq {
  justify-content: space-between;
}
.admin_email_flex-align-start__k_4Hb {
  align-items: flex-start;
}
.admin_email_flex-align-center__g1sFa {
  align-items: center;
}
.admin_email_flex-absolute-center__sk9f3 {
  justify-content: center;
  align-items: center;
}
.admin_email_flex-container___n7o3 {
  display: flex;
  flex-wrap: wrap;
}
.admin_email_flex-column__Jo2uD {
  flex-direction: column;
}
.admin_email_flex-justify-end__bkuO4 {
  justify-content: flex-end;
}
.admin_email_position-relative__FQLoI {
  position: relative !important;
}
.admin_email_position-static__ZRJ8Q {
  position: static !important;
}
.admin_email_position-absolute__Hynn8 {
  position: absolute !important;
}
.admin_email_hr-grey___dTyW {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.admin_email_input-border__D34_y {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.admin_email_action-content-box__aR24T,
.admin_email_box-content__ComUk,
.admin_email_box-content__ComUk .admin_email_upload-data-input-with-icon__MJUR6,
.admin_email_default-border__94aOF {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.admin_email_bg-grey__Pd6td {
  background-color: #f9f9f9 !important;
}
.admin_email_bg-white__NdZjI {
  background-color: #fff !important;
}
.admin_email_pos-relative__aE_Zx {
  position: relative !important;
}
.admin_email_text-light__lccHI {
  color: #757c80 !important;
}
.admin_email_text-red__Zp1GL {
  color: #d0021b !important;
}
.admin_email_text-green__5Af7A {
  color: #56bf56 !important;
}
.admin_email_text-blue__c4YiR {
  color: #31a7e7;
}
.admin_email_text-sec-blue__YOUiI {
  color: #1b02b1 !important;
}
.admin_email_notification-dot__8Fzo3 {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.admin_email_title-with-action-on-left__aHVHW {
  display: flex;
  justify-content: space-between;
}
.admin_email_error__G6ele {
  color: #d0021b;
}
.admin_email_error-border__Kza_t {
  border: 1px solid #d0021b !important;
}
.admin_email_rotate__aL5AH {
  animation: admin_email_rotation__b7XEK 2s linear infinite;
}
@keyframes admin_email_rotation__b7XEK {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.admin_email_switch__98jDk {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.admin_email_switch__98jDk .admin_email_btn-toggle__cacyc {
  opacity: 0;
  width: 0;
  height: 0;
}
.admin_email_switch__98jDk .admin_email_slider__5FOOJ {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.admin_email_switch__98jDk .admin_email_slider__5FOOJ:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.admin_email_switch__98jDk .admin_email_slider__5FOOJ:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.admin_email_switch__98jDk .admin_email_btn-toggle__cacyc.admin_email_enabled__jQivP + .admin_email_slider__5FOOJ {
  background-color: #ffc926;
  border: none;
}
.admin_email_switch__98jDk .admin_email_btn-toggle__cacyc:focus + .admin_email_slider__5FOOJ {
  box-shadow: 0 0 1px #2196f3;
}
.admin_email_switch__98jDk .admin_email_btn-toggle__cacyc.admin_email_enabled__jQivP + .admin_email_slider__5FOOJ:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.admin_email_switch__98jDk .admin_email_btn-toggle__cacyc.admin_email_enabled__jQivP + .admin_email_slider__5FOOJ:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#admin_email_appleid-signin__bLYyD {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#admin_email_appleid-signin__bLYyD > div {
  width: 200px !important;
  height: 38px !important;
}
.admin_email_page-header__2CRAe {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.admin_email_page-header__2CRAe.admin_email_clear-side__FzCGI {
  padding: 40px 0 32px;
}
.admin_email_page-spacing__DJ4Sh {
  padding: 0 40px;
}
.admin_email_page-header-title__KmSwN {
  color: #17191a;
  margin: 0 0 8px;
}
.admin_email_header-bar__pE91t {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.admin_email_box-content__ComUk {
  background-color: #fff;
  margin-bottom: 24px;
}
.admin_email_box-content__ComUk .admin_email_header__jUFdn {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.admin_email_box-content__ComUk .admin_email_header-l__cIPT4 {
  padding: 24px 16px;
  margin: 0;
}
.admin_email_box-content__ComUk .admin_email_content__NodMe {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.admin_email_box-content__ComUk .admin_email_content-header__WE4ZX {
  margin-bottom: 4px;
  margin-top: 0;
}
.admin_email_box-content__ComUk .admin_email_table-content__UeCuq {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.admin_email_box-content__ComUk .admin_email_help-text__jGJl3 {
  line-height: 20px;
}
.admin_email_box-content__ComUk .admin_email_sub-text__5AXVw {
  color: #757c80;
}
.admin_email_box-content__ComUk .admin_email_content-data-input__u0sHd {
  margin-top: 8px;
}
.admin_email_box-content__ComUk .admin_email_data-entry-input__tIYzz,
.admin_email_box-content__ComUk .admin_email_upload-data-input-with-icon__MJUR6 {
  margin-top: 8px;
  padding: 0 11px;
}
.admin_email_box-content__ComUk .admin_email_upload-data-input-with-icon__MJUR6 {
  cursor: pointer;
  background: #f9f9f9;
}
.admin_email_box-content__ComUk .admin_email_upload-data-input-with-icon__MJUR6 input {
  padding: 12px 2px;
}
.admin_email_box-content__ComUk .admin_email_upload-data-input-with-icon__MJUR6 input:disabled,
.admin_email_box-content__ComUk .admin_email_upload-data-input-with-icon__MJUR6 input:hover {
  cursor: pointer !important;
}
.admin_email_empty-state__88_Re {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.admin_email_empty-state__88_Re.admin_email_contact-list__0I2F1 {
  width: 80%;
}
.admin_email_empty-state__88_Re .admin_email_empty-title__qnye4 {
  font-size: 14px;
  font-weight: 500px;
}
.admin_email_empty-state-wrapper__2bfdm {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.admin_email_empty-state-wrapper__2bfdm h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.admin_email_empty-state-wrapper__2bfdm div {
  color: #757c80;
  margin: 16px 0 12px;
}
.admin_email_empty-state-button__AD1kT {
  margin: 20px 10px;
}
.admin_email_handel-bar__cEAuL {
  fill: #b7bfc6;
  vertical-align: middle;
}
.admin_email_tag__zmAY2 {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.admin_email_ant-color-picker-input__jYJV_ .admin_email_ant-input__w5LxZ {
  height: 22px;
}
.admin_email_ant-color-picker-trigger__aSP4E {
  width: 23px;
  height: 23px;
}
.admin_email_ant-color-picker-trigger__aSP4E .admin_email_ant-color-picker-color-block__NmXrd {
  width: 18px;
  height: 18px;
}
.admin_email_box-content__ComUk .admin_email_content__NodMe input,
.admin_email_box-content__ComUk .admin_email_upload-data-input-with-icon__MJUR6 input,
input input.admin_email_input-white__0MtMU,
input textarea.admin_email_input-white__0MtMU,
input.admin_email_input-grey__nnwhA,
textarea input.admin_email_input-white__0MtMU,
textarea textarea.admin_email_input-white__0MtMU,
textarea.admin_email_input-grey__nnwhA {
  background-color: #f9f9f9;
}
.admin_email_box-content__ComUk .admin_email_content__NodMe input:active,
.admin_email_box-content__ComUk .admin_email_content__NodMe input:focus,
.admin_email_box-content__ComUk .admin_email_content__NodMe input:hover,
.admin_email_box-content__ComUk .admin_email_upload-data-input-with-icon__MJUR6 input:active,
.admin_email_box-content__ComUk .admin_email_upload-data-input-with-icon__MJUR6 input:focus,
.admin_email_box-content__ComUk .admin_email_upload-data-input-with-icon__MJUR6 input:hover,
input input.admin_email_input-white__0MtMU:active,
input input.admin_email_input-white__0MtMU:focus,
input input.admin_email_input-white__0MtMU:hover,
input textarea.admin_email_input-white__0MtMU:active,
input textarea.admin_email_input-white__0MtMU:focus,
input textarea.admin_email_input-white__0MtMU:hover,
input.admin_email_input-grey__nnwhA:active,
input.admin_email_input-grey__nnwhA:focus,
input.admin_email_input-grey__nnwhA:hover,
textarea input.admin_email_input-white__0MtMU:active,
textarea input.admin_email_input-white__0MtMU:focus,
textarea input.admin_email_input-white__0MtMU:hover,
textarea textarea.admin_email_input-white__0MtMU:active,
textarea textarea.admin_email_input-white__0MtMU:focus,
textarea textarea.admin_email_input-white__0MtMU:hover,
textarea.admin_email_input-grey__nnwhA:active,
textarea.admin_email_input-grey__nnwhA:focus,
textarea.admin_email_input-grey__nnwhA:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.admin_email_input-white__0MtMU:active,
input.admin_email_input-white__0MtMU:focus,
input.admin_email_input-white__0MtMU:hover,
span.admin_email_input-white__0MtMU:active,
span.admin_email_input-white__0MtMU:focus,
span.admin_email_input-white__0MtMU:hover,
textarea.admin_email_input-white__0MtMU:active,
textarea.admin_email_input-white__0MtMU:focus,
textarea.admin_email_input-white__0MtMU:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.admin_email_image-uploader-flex__icgAC .admin_email_ant-upload-select__Xv_xq {
  display: flex;
}
.admin_email_image-uploader-flex__icgAC .admin_email_ant-upload-select__Xv_xq .admin_email_ant-upload__3DTi4 {
  flex: 1 1;
}
.admin_email_modal-footer-wrapper__oEXzN {
  display: flex;
  justify-content: center;
}
.admin_email_app-modal__QdvG0 .admin_email_small__xBy7F {
  width: 350px;
}
.admin_email_toast___GrAB.admin_email_negative__HN_Y8 .admin_email_ant-message-notice-content__XNwuX {
  background-color: #d0021b;
}
.admin_email_toast___GrAB.admin_email_positive__nMpTN .admin_email_ant-message-notice-content__XNwuX {
  background-color: #56bf56;
}
.admin_email_toast___GrAB.admin_email_loading__y6YEi .admin_email_ant-message-notice-content__XNwuX .admin_email_toast-wrapper__JGGHj .admin_email_contents__CbwbM,
.admin_email_toast___GrAB.admin_email_loading__y6YEi .admin_email_ant-message-notice-content__XNwuX .admin_email_toast-wrapper__JGGHj .admin_email_contents__CbwbM .admin_email_title__T63p7 {
  color: #000 !important;
}
.admin_email_toast___GrAB.admin_email_loading__y6YEi .admin_email_ant-message-loading__iooA4 .admin_email_anticon-loading__7Nqsr {
  font-size: 1.5rem;
}
.admin_email_toast___GrAB .admin_email_ant-message-notice-content__XNwuX {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.admin_email_toast___GrAB .admin_email_ant-message-notice-content__XNwuX .admin_email_toast-wrapper__JGGHj {
  position: relative;
  display: flex;
  align-items: center;
}
.admin_email_toast___GrAB .admin_email_ant-message-notice-content__XNwuX .admin_email_toast-wrapper__JGGHj .admin_email_contents__CbwbM {
  position: relative;
  padding-left: 16px;
}
.admin_email_toast___GrAB .admin_email_ant-message-notice-content__XNwuX .admin_email_toast-wrapper__JGGHj .admin_email_contents__CbwbM .admin_email_title__T63p7 {
  color: #fff !important;
}
.admin_email_toast___GrAB .admin_email_ant-message-notice-content__XNwuX .admin_email_toast-wrapper__JGGHj .admin_email_contents__CbwbM p {
  margin: 0;
}
.admin_email_toast___GrAB .admin_email_ant-message-notice-content__XNwuX .admin_email_toast-wrapper__JGGHj .admin_email_contents__CbwbM p a,
.admin_email_toast___GrAB .admin_email_ant-message-notice-content__XNwuX .admin_email_toast-wrapper__JGGHj .admin_email_contents__CbwbM p button {
  color: #fff;
  text-decoration: underline;
}
.admin_email_toast___GrAB .admin_email_ant-message-notice-content__XNwuX .admin_email_icon__4eOG9 {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.admin_email_toast___GrAB .admin_email_ant-message-notice-content__XNwuX .admin_email_icon__4eOG9.admin_email_positive__nMpTN {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.admin_email_toast___GrAB .admin_email_ant-message-notice-content__XNwuX .admin_email_icon__4eOG9.admin_email_positive__nMpTN:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.admin_email_toast___GrAB .admin_email_ant-message-notice-content__XNwuX .admin_email_icon__4eOG9.admin_email_negative__HN_Y8 {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.admin_email_toast___GrAB .admin_email_ant-message-notice-content__XNwuX .admin_email_icon__4eOG9.admin_email_negative__HN_Y8:before {
  top: 10px;
}
.admin_email_action-content-box__aR24T {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.admin_email_action-content-box__aR24T.admin_email_numbered__ubQTp .admin_email_sub-content__nMOEZ p {
  margin-left: 18px;
}
.admin_email_action-content-box__aR24T .admin_email_sub-content__nMOEZ {
  padding: 26px 26px 20px;
}
.admin_email_action-content-box__aR24T .admin_email_sub-content__nMOEZ.admin_email_right__3MLPW {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.admin_email_action-content-box__aR24T .admin_email_sub-content__nMOEZ.admin_email_right__3MLPW button {
  margin: 0 20px;
}
.admin_email_action-content-box__aR24T .admin_email_sub-content__nMOEZ h4,
.admin_email_action-content-box__aR24T .admin_email_sub-content__nMOEZ p.admin_email_bold__evzfR {
  margin: 0;
}
.admin_email_action-content-box__aR24T .admin_email_sub-content__nMOEZ h4 span,
.admin_email_action-content-box__aR24T .admin_email_sub-content__nMOEZ p.admin_email_bold__evzfR span {
  width: 18px;
  display: inline-block;
}
.admin_email_action-content-box__aR24T .admin_email_sub-content__nMOEZ p {
  margin: 6px 0 0;
}
.admin_email_action-content-box__aR24T .admin_email_remove__Z2lOG {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.admin_email_options-dot__CXYfi {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.admin_email_options-dot__CXYfi.admin_email_boxed__COYiD {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.admin_email_options-dot__CXYfi.admin_email_active__2nOLk,
.admin_email_options-dot__CXYfi:focus-visible,
.admin_email_options-dot__CXYfi:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.admin_email_clickable__QSilr {
  cursor: pointer;
}
.admin_email_beta-label__1ilfW {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.admin_email_none-style-list-options__ArtM5 {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.admin_email_none-style-list-options__ArtM5 li {
  margin: 5px 0;
}
.admin_email_ant-tour__Qcj3a {
  width: 400px;
}
.admin_email_ant-collapse__6bcMQ > .admin_email_ant-collapse-item__pEh5w > .admin_email_ant-collapse-header-collapsible-only__JTh5R > .admin_email_ant-collapse-header-text__TN7Ve {
  flex: auto;
}
.admin_email_onboarding-tour-header__5XSTQ {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.admin_email_onboarding-tour-description___STcZ {
  color: #17191a;
  font-size: 16px;
}
.admin_email_tour-hidden-button__bOF4z {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.admin_email_ai-onboarding-tour-header__IVvwa {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.admin_email_onboarding-step-ai-tour__R_O8h {
  width: 350px;
}
.admin_email_onboarding-step-ai-tour__R_O8h .admin_email_onboarding-step-ai-tour-inner__6wd5S .admin_email_onboarding-step-ai-tour-description__E65Db {
  padding: 0 20px;
}
.admin_email_onboarding-step-ai-tour__R_O8h .admin_email_onboarding-step-ai-tour-inner__6wd5S .admin_email_onboarding-step-ai-tour-footer__PPZqb {
  padding: 0 20px 20px;
}
.admin_email_onboarding-step-ai-tour__R_O8h .admin_email_onboarding-step-ai-tour-inner__6wd5S .admin_email_onboarding-step-ai-tour-header__hD1MP {
  padding: 20px 20px 4px;
}
.admin_email_onboarding-step-ai-tour__R_O8h .admin_email_onboarding-step-ai-tour-inner__6wd5S .admin_email_onboarding-step-ai-tour-indicators__3i8VF {
  display: flex;
  width: 100%;
}
.admin_email_onboarding-step-ai-tour__R_O8h .admin_email_onboarding-step-ai-tour-inner__6wd5S .admin_email_onboarding-step-ai-tour-buttons__vHX2P {
  width: 0;
  visibility: hidden;
}
.admin_email_onboarding-step-ai-tour-mask__4H4XO mask[id^='onboarding-step-ai-tour-mask'] rect.admin_email_onboarding-step-ai-tour-placeholder-animated__Yf2lp {
  rx: 8px;
}
.admin_email_onboarding-step-ai-tour-round-mask__8c2Lk mask[id^='onboarding-step-ai-tour-round-mask'] rect.admin_email_onboarding-step-ai-tour-round-placeholder-animated__sCZOq {
  rx: 25px;
}
.admin_email_onboarding-step-tour__shKXq {
  width: 400px;
}
.admin_email_onboarding-step-tour__shKXq.admin_email_content-hidden__Cb_sT {
  display: none !important;
}
.admin_email_onboarding-step-tour__shKXq.admin_email_extended-width__t1Yb_ {
  width: 600px;
}
.admin_email_onboarding-step-tour-mask__3vBad mask[id^='onboarding-step-tour-mask'] rect.admin_email_onboarding-step-tour-placeholder-animated__gT8UW {
  rx: 8px;
}
.admin_email_onboarding-step-one-tour__Lhex3 {
  width: 400px;
}
.admin_email_onboarding-step-one-tour__Lhex3.admin_email_content-hidden__Cb_sT {
  display: none !important;
}
.admin_email_onboarding-step-one-tour__Lhex3.admin_email_extended-width__t1Yb_ {
  width: 600px;
}
.admin_email_onboarding-step-one-tour-mask__q7_x9 mask[id^='onboarding-step-one-tour-mask'] rect.admin_email_onboarding-step-one-tour-placeholder-animated__fuk61 {
  rx: 25px;
}
.admin_email_support-unread-tour__BtYc7 {
  width: 272px;
}
.admin_email_support-unread-tour__BtYc7 .admin_email_support-unread-tour-inner__bUTyK .admin_email_support-unread-tour-header__v2kUO {
  padding: 8px 16px 4px;
}
.admin_email_support-unread-tour__BtYc7 .admin_email_support-unread-tour-inner__bUTyK .admin_email_support-unread-tour-footer__QFc_U {
  padding: 0 16px 16px;
}
.admin_email_support-unread-tour__BtYc7 .admin_email_support-unread-tour-inner__bUTyK .admin_email_support-unread-tour-close__BZzMo {
  top: 10px;
}
.admin_email_preserve-scroll-position__R8yxU {
  overflow-anchor: none;
}
.admin_email_toolbar-wrapper__kInnj {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.admin_email_toolbar-wrapper__kInnj .admin_email_anticon__XAqCS {
  padding: 12px;
  cursor: pointer;
}
.admin_email_toolbar-wrapper__kInnj .admin_email_anticon__XAqCS:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.admin_email_toolbar-wrapper__kInnj .admin_email_anticon__XAqCS:hover {
  opacity: 0.3;
}
.admin_email_ant-carousel__fShCq .admin_email_slick-dots__l7wY_ li.admin_email_slick-active__guSwX button {
  background-color: #8158ec;
}
.admin_email_ant-carousel__fShCq .admin_email_slick-dots__l7wY_ li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.admin_email_ant-modal-root__FTJG0 .admin_email_ant-modal-mask__43f6D,
.admin_email_ant-modal-root__FTJG0 .admin_email_ant-modal-wrap__Z6CeR {
  z-index: 1001;
}
.admin_email_focused__UPJ4B {
  background-color: #f5f5f5;
}
.admin_email_spinner-overlay__wP80J,
.admin_email_spinner__RUhkI {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.admin_email_spinner-overlay__wP80J {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.admin_email_spinner__RUhkI {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.admin_email_large-tag__Y9Q94 {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.admin_email_email-pill__CoMfU,
.admin_email_phone-pill__J3nJh {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.admin_email_email-pill__CoMfU:not(:empty),
.admin_email_phone-pill__J3nJh:not(:empty) {
  padding: 4px;
}
.admin_email_phone-pill__J3nJh {
  background-color: #e0f2fb;
}
.admin_email_email-pill__CoMfU {
  background-color: #ffefbe;
}
.admin_email_input-box__OG1Ru {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.admin_email_input-box__OG1Ru.admin_email_bordered__kVeo4 {
  border: 1px solid #e6e6e6;
}
.admin_email_input-box__OG1Ru.admin_email_large__bIWug {
  height: auto;
  min-height: 80px;
}
.admin_email_input-box__OG1Ru:focus {
  border-color: #ffc926;
}
.admin_email_page-wrapper__nMhvH {
  padding: 0 0 40px 40px;
  display: flex;
  overflow: hidden;
}
.admin_email_menu-wrapper__wxZ_X {
  border: 1px solid #e6e6e6;
  width: 150px;
  border-radius: 8px;
  margin-inline: 0;
}
.admin_email_menu-wrapper__wxZ_X .admin_email_menu-item__N2Iy0 {
  margin: 0;
  width: 100%;
  height: 60px;
}
.admin_email_menu-wrapper__wxZ_X .admin_email_menu-item__N2Iy0.ant-menu-item:active,
.admin_email_menu-wrapper__wxZ_X .admin_email_menu-item__N2Iy0.ant-menu-item:focus-visible {
  outline: none;
  background: #f9f9f9 !important;
}
.admin_email_menu-wrapper__wxZ_X .admin_email_menu-item__N2Iy0.ant-menu-item-selected {
  background: #f5f5f5;
}
.admin_email_menu-wrapper__wxZ_X .admin_email_menu-item__N2Iy0:first-child {
  border-radius: 8px 8px 0 0;
}
.admin_email_menu-wrapper__wxZ_X .admin_email_menu-item__N2Iy0:last-child {
  border-radius: 0 0 8px 8px;
}
.admin_email_menu-wrapper__wxZ_X .admin_email_menu-item__N2Iy0:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.admin_email_main-column__A4_s4 {
  width: 100%;
  overflow-y: auto;
}
.admin_email_sender-table__3w_22.compact-table .ant-table {
  margin-bottom: 0 !important;
  border: none;
  width: 100%;
}
.admin_email_email-pref__xeBmk {
  border-top: 1px solid #e6e6e6;
  background: #f5f5f5;
}
.admin_email_email-pref__xeBmk .admin_email_title__T63p7 {
  padding: 20px 0 10px;
}
.admin_email_email-pref__xeBmk .admin_email_subtitle__kOO1L {
  padding: 16px 0 10px;
}
.admin_email_email-pref__xeBmk .admin_email_hint__EkKtj {
  font-size: 12px;
  color: #757c80;
}
.admin_email_email-pref__xeBmk .admin_email_pref-input__Gj0F3 {
  width: calc(50% - 10px);
}
.admin_email_email-pref__xeBmk .admin_email_pref-input__Gj0F3 .ant-select .ant-select-selector .ant-select-selection-overflow {
  align-items: center !important;
}
.admin_email_email-pref__xeBmk .admin_email_pref-input__Gj0F3 .ant-select .ant-select-selector .ant-select-selection-overflow .ant-select-selection-item {
  display: flex !important;
  align-items: center !important;
}
.admin_email_email-pref__xeBmk .admin_email_reply-fields__jXjJx {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.admin_email_email-pref__xeBmk .admin_email_reply-fields__jXjJx .admin_email_pref-input__Gj0F3 {
  width: 50%;
}
.admin_email_email-pref__xeBmk .admin_email_reply-input__5mFlZ {
  flex: 1 1;
  min-width: 100%;
}
.admin_email_input-row__8vk29 {
  display: flex;
  gap: 8px;
  align-items: center;
}
.admin_email_table__OtmXo {
  width: 100%;
}
.admin_email_table__OtmXo.admin_email_single-row__Y7Tus {
  background: #fff;
}
.admin_email_table__OtmXo.admin_email_single-row__Y7Tus.admin_email_new-record__M_5nS {
  background: #f5f5f5 !important;
}
.admin_email_table__OtmXo .admin_email_row__rHR3t {
  padding: 8px 12px;
  display: flex;
  column-gap: 10px;
}
.admin_email_table__OtmXo .admin_email_row__rHR3t.admin_email_header__jUFdn {
  font-weight: 700;
  background-color: #fafafa;
  padding: 10px 8px;
  text-align: left;
}
.admin_email_table__OtmXo .admin_email_row__rHR3t.admin_email_details__v5Ovs {
  padding-top: 0;
  padding-bottom: 0;
}
.admin_email_table__OtmXo .admin_email_row__rHR3t .admin_email_cell__CcrVd {
  display: table-cell;
  width: 38%;
  position: relative;
  text-align: left;
}
.admin_email_table__OtmXo .admin_email_row__rHR3t .admin_email_cell__CcrVd.admin_email_email-domain-selection__uwqgc {
  display: flex;
}
.admin_email_table__OtmXo .admin_email_row__rHR3t .admin_email_cell__CcrVd .admin_email_static-input__VxSSL {
  line-height: 17px;
  background-color: #fff;
  text-align: left;
  justify-content: flex-start;
  width: 100%;
}
.admin_email_table__OtmXo .admin_email_row__rHR3t .admin_email_cell__CcrVd .admin_email_static-input__VxSSL,
.admin_email_table__OtmXo .admin_email_row__rHR3t .admin_email_cell__CcrVd input {
  display: flex;
  align-items: center;
  text-align: left;
  margin-left: 5px;
}
.admin_email_table__OtmXo .admin_email_row__rHR3t .admin_email_cell__CcrVd .ant-select {
  width: calc(100% - 50px);
}
.admin_email_table__OtmXo .admin_email_row__rHR3t .admin_email_cell-small__trkup {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.admin_email_table__OtmXo .admin_email_row__rHR3t .admin_email_empty-cell__p0go5 {
  display: table-cell;
  width: 30%;
}
.admin_email_table__OtmXo .admin_email_row__rHR3t .admin_email_menu-cell__2peZR {
  width: 160px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.admin_email_table__OtmXo .admin_email_row__rHR3t .admin_email_details-cell__L6eSE {
  display: table-cell;
  width: 100%;
  border-top: 1px solid #e6e6e6;
}
.admin_email_table__OtmXo .admin_email_row__rHR3t .admin_email_wrapped-input__7snnx {
  display: flex;
  height: 45px;
}
.admin_email_footer__JpgF8 {
  display: flex;
  justify-content: flex-end;
  padding: 16px;
  border-top: 1px solid #e6e6e6;
}
.admin_email_sender-table-scroll__voKVQ {
  overflow-y: scroll;
  height: calc(100vh - 330px);
}
.admin_email_company-section-title__KQ45S {
  padding: 20px 16px 0;
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.admin_email_company-section-title__KQ45S button {
  height: 20px;
}
.admin_email_company-section-title__KQ45S .admin_email_general-descrip-text__HD8LB {
  margin: 20px 0;
  width: 100%;
  flex-basis: 100%;
}
.admin_email_business-details-read-wrapper__OFcub {
  padding: 0 24px;
}
.admin_email_business-details-read-wrapper__OFcub .admin_email_details__v5Ovs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-bottom: 20px;
}
.admin_email_business-details-read-wrapper__OFcub .admin_email_general-descrip-text__HD8LB {
  margin: 20px 0;
}
.admin_email_business-details-read-wrapper__OFcub ul {
  -webkit-padding-start: 15px;
  padding-inline-start: 15px;
  margin: 2px 0;
}
.admin_email_business-details-read-wrapper__OFcub ul li {
  margin: 3px 0;
}
.admin_email_business-details-read-wrapper__OFcub .admin_email_info-point__fHgc5 {
  min-width: 202px;
  margin-right: 10px;
}
.admin_email_business-details-read-wrapper__OFcub .admin_email_info-point__fHgc5.admin_email_small__xBy7F {
  width: 120px;
}
.admin_email_business-details-read-wrapper__OFcub .admin_email_section-label__ArtIT {
  margin: 20px 0;
}
.admin_email_business-details-read-wrapper__OFcub .admin_email_label__DdwBQ {
  color: #757c80;
}
.admin_email_business-details-read-wrapper__OFcub .admin_email_color-picker__4D4sq {
  width: 100%;
}
.admin_email_business-details-read-wrapper__OFcub .admin_email_color-picker-label__NH4TW {
  display: flex;
  align-items: center;
  gap: 4;
}
.admin_email_business-details-read-wrapper__OFcub .admin_email_address-footer-preview-wrapper__CnZzb {
  height: 100px;
  margin-bottom: 20px;
}
.admin_email_business-details-read-wrapper__OFcub .admin_email_footer-details__0zU6k {
  margin-top: 10px;
}
.admin_email_transparent-bg-image__Vo1EC {
  margin-top: 20px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  margin-bottom: 20px;
}
.admin_email_transparent-bg-image__Vo1EC .admin_email_display-footer-wrapper__42BNd {
  margin: auto 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.admin_email_business-footer-dropdown-wrapper__Mrmxt {
  width: 100%;
  height: 100px;
}
.admin_email_business-footer-option__xQKIk {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 80px;
}
.admin_email_mapping-input__TI4LW {
  height: 20px;
}
.admin_email_cancel-button__9AANN {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #000;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}
.admin_email_inbox-sender-details-row__3WL74 {
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
  padding: 8px 12px;
}
.admin_email_inbox-cell-details__D_jiO {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  position: relative;
}
.admin_email_sender-cell-details__FqNAN {
  flex: 1 1;
}
.admin_email_sender-detail-row__7XKxq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0;
  border-bottom: 1px solid #f0f0f0;
}
.admin_email_sender-detail-row__7XKxq:first-child {
  padding-top: 0;
}
.admin_email_sender-info__WRQKq {
  display: flex;
  align-items: center;
  gap: 12px;
}
.admin_email_sender-name__6yYbs {
  font-weight: 600;
}
.admin_email_sender-email__uzl7s {
  font-size: 14px;
  color: #8c8c8c;
}
.admin_email_sender-actions__Txio0 {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-start;
}
.admin_email_default-label__FixJR {
  color: #52c41a;
  font-size: 14px;
  font-weight: 600;
}
.admin_email_sender-list-wrapper__Y9_kL {
  padding: 8px 0;
}
.admin_email_sender-display___0FR3 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow: hidden;
}
.admin_email_sender-display___0FR3 .admin_email_sender-email__uzl7s,
.admin_email_sender-display___0FR3 .admin_email_sender-name__6yYbs {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.admin_email_inbox-column-header__Qcdk2 {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
}
.admin_email_sender-column-header__jaeXv {
  flex: 1 1;
}
.admin_email_inbox-cell__eXSiy {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  display: flex;
  align-items: center;
  position: relative;
}
.admin_email_inbox-cell__eXSiy .admin_email_static-input__VxSSL {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 100%;
  font-weight: 700;
  padding-right: 34px;
}
.admin_email_sender-cell__jvIkJ {
  flex: 1 1;
  display: flex;
  align-items: center;
}
.admin_email_sender-cell__jvIkJ .admin_email_static-input__VxSSL {
  width: 100%;
}
.admin_email_dropdown-margin-bottom__7wwKu {
  margin-bottom: 8px;
}
.admin_email_action-button-blue__5N16f {
  color: #31a7e7;
  font-size: 14px;
}
.admin_email_action-button-red__cY3hP {
  font-size: 14px;
}
.admin_email_arrow-icon-absolute__j4l1U {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.admin_email_inbox-dropdown-width__dUAxk {
  width: calc(100% - 34px);
}
.admin_email_senders-dropdown__UFlnI {
  width: 100%;
  min-width: 300px;
}
.admin_email_sender-tag__h3rvB {
  padding: 4px 12px;
  background-color: #f0f0f0;
  border-radius: 4px;
  font-size: 14px;
  color: #595959;
}
.admin_email_sender-tags-container__OMFko {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 250px;
}
.admin_email_secondary-text__57b4s {
  color: #8c8c8c;
  font-size: 14px;
}
.admin_email_reply-to-cell___xv7_ {
  display: flex;
  flex-direction: column;
  min-height: 40px;
  align-items: flex-start;
  max-width: 100%;
}
.admin_email_reply-to-cell___xv7_ div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.admin_email_inbox-name-cell__YPw52 {
  font-weight: 700;
  min-height: 40px;
  display: flex;
  align-items: center;
  width: 270px;
  min-width: 270px;
  max-width: 270px;
}
.admin_email_details-cell__L6eSE .ant-input-disabled {
  color: rgba(0, 0, 0, 0.88) !important;
}
.abc-modals_icon__9Gl2d {
  padding: 4px;
}
.abc-modals_icon-wrapper__gOJyH {
  padding: 4px;
  color: #454a4d;
}
.abc-modals_icon-wrapper-absolute__EiNXa {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.abc-modals_icon-wrapper-absolute__EiNXa .abc-modals_icon__9Gl2d {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.abc-modals_icon-sms__br5AQ {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.abc-modals_icon-email__penHO {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.abc-modals_icon-mixed__sE94T {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.abc-modals_icon-picker-wrapper__aKgKa {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.abc-modals_icon-picker-wrapper__aKgKa:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.abc-modals_icon-picker-wrapper__aKgKa:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .abc-modals_icon-picker-wrapper__aKgKa {
    margin-right: 5px;
  }
}
.abc-modals_icon-checkmark-white__GyMAS {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.abc-modals_icon-x-white__o38oh {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.abc-modals_icon-help__weDO_ {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.abc-modals_icon-help__weDO_:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.abc-modals_container__GPKCj select,
.abc-modals_ico-arrow-down__tAn69 {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.abc-modals_container__GPKCj select.abc-modals_ant-dropdown-trigger__4y_da,
.abc-modals_ico-arrow-down__tAn69.abc-modals_ant-dropdown-trigger__4y_da {
  padding-right: 24px;
  cursor: pointer;
}
.abc-modals_container__GPKCj select.abc-modals_ant-dropdown-trigger__4y_da:disabled,
.abc-modals_container__GPKCj select.abc-modals_ant-dropdown-trigger__4y_da[disabled],
.abc-modals_ico-arrow-down__tAn69.abc-modals_ant-dropdown-trigger__4y_da:disabled,
.abc-modals_ico-arrow-down__tAn69.abc-modals_ant-dropdown-trigger__4y_da[disabled] {
  cursor: default;
  background: transparent;
}
.abc-modals_ico-arrow-gray__HITz_ {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.abc-modals_ico-arrow-gray__HITz_.abc-modals_down__UwVmf {
  transform: rotate(90deg);
}
.abc-modals_ico-arrow-gray__HITz_.abc-modals_up__4EDPu {
  transform: rotate(-90deg);
}
.abc-modals_ico-arrow-gray__HITz_.abc-modals_right__uyoTn {
  transform: rotate(180deg);
}
.abc-modals_ico-arrow-gray__HITz_.abc-modals_ant-dropdown-trigger__4y_da {
  padding-right: 24px;
  cursor: pointer;
}
.abc-modals_ico-arrow-gray__HITz_.abc-modals_ant-dropdown-trigger__4y_da:disabled,
.abc-modals_ico-arrow-gray__HITz_.abc-modals_ant-dropdown-trigger__4y_da[disabled] {
  cursor: default;
  background: transparent;
}
.abc-modals_icon-error-triangle__Xb5s7 {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.abc-modals_ico-compose__Onrk7 {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.abc-modals_ico-compose-white__8Y4AG {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.abc-modals_icon-google-play__R7QgI {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.abc-modals_icon-app-store__zqmyp {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.abc-modals_icon-social-fb__6LHTN {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.abc-modals_icon-social-tw__7NqAU {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.abc-modals_icon-disclosure__abCSf {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.abc-modals_icon-16__O_J4A {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.abc-modals_icon-18__A0ZiR {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.abc-modals_icon-gray5__iJhIZ {
  color: #999 !important;
}
.abc-modals_ico-arrow-black__nd_Pl {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.abc-modals_ico-arrow-black__nd_Pl.abc-modals_down__UwVmf {
  transform: rotate(90deg);
}
.abc-modals_ico-arrow-black__nd_Pl.abc-modals_up__4EDPu {
  transform: rotate(-90deg);
}
.abc-modals_ico-arrow-black__nd_Pl.abc-modals_right__uyoTn {
  transform: rotate(180deg);
}
.abc-modals_icon-copy__TAqsZ {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.abc-modals_icon-copy__TAqsZ:hover {
  background-image: url(/icons/copy-black.svg);
}
.abc-modals_icon-msg-white__5vHfc {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.abc-modals_icon-email-white__dZYDS {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.abc-modals_icon-black-bg__xRb32 {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.abc-modals_icon-black-bg__xRb32 > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.abc-modals_icon-inbox-black-filled__tCCK9 {
  background-image: url(/icons/inbox-black.svg);
}
.abc-modals_icon-contacts__B1lNx {
  background-image: url(/icons/sidebar/contacts.svg);
}
.abc-modals_custom-extension-modal__BisL7 .ant-modal-header .abc-modals_header-title__erZUI,
.abc-modals_interactive__n8gqd .ant-modal-header .ant-modal-title.ant-modal-title,
.abc-modals_page-header-title__o_2he,
.abc-modals_rich-link__JhW_P .abc-modals_header-title__erZUI {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.abc-modals_action-content-box__pS055 .abc-modals_sub-content__OVhyt h4,
.abc-modals_empty-state-wrapper__esd55 h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.abc-modals_box-content__Kk4oN .abc-modals_header-l__sZZUb,
.abc-modals_box-content__Kk4oN .abc-modals_header__aHqza,
.abc-modals_toast__WqXJa .abc-modals_ant-message-notice-content__8E55x .abc-modals_toast-wrapper__4ZQDq .abc-modals_contents__WyH_P .abc-modals_title__e_8jH {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.abc-modals_action-content-box__pS055 .abc-modals_sub-content__OVhyt p.abc-modals_bold__JNfAb,
.abc-modals_custom-extension-modal__BisL7 .abc-modals_section-title__AkgYx,
.abc-modals_custom-extension-modal__BisL7 .abc-modals_sub-section-title__WdDrt,
.abc-modals_empty-state-wrapper__esd55 h2 a,
.abc-modals_header-bar__ykwBk .abc-modals_title__e_8jH,
.abc-modals_interactive__n8gqd .abc-modals_section-title__AkgYx,
.abc-modals_interactive__n8gqd .abc-modals_sub-section-title__WdDrt,
.abc-modals_interactive__n8gqd .abc-modals_time-picker-section-view__UKFwi .abc-modals_time-slots-container__RTzVr .abc-modals_add-item__86YpE,
.abc-modals_interactive__n8gqd .ant-modal-content .abc-modals_content-inner-wrapper__RY20u .abc-modals_sub-section__m1SGL .abc-modals_list-details__gyAL1 .abc-modals_add-section__a_RO0 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.abc-modals_box-content__Kk4oN .abc-modals_content-header__aKAZk,
.abc-modals_interactive__n8gqd .abc-modals_payment-details-view__a8QVv .abc-modals_option-column__DxXW2 .abc-modals_sub-section-title__WdDrt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.abc-modals_action-content-box__pS055 .abc-modals_sub-content__OVhyt p,
.abc-modals_empty-state-wrapper__esd55 div,
.abc-modals_interactive__n8gqd .abc-modals_payment-details-view__a8QVv .abc-modals_input-container__ri0nz.abc-modals_for-amount__md6g3 .abc-modals_item-currency__IwWzy,
.abc-modals_toast__WqXJa .abc-modals_ant-message-notice-content__8E55x .abc-modals_toast-wrapper__4ZQDq .abc-modals_contents__WyH_P p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.abc-modals_blue-button__NoSgh,
.abc-modals_box-content__Kk4oN .abc-modals_content__6yHrA input,
.abc-modals_box-content__Kk4oN .abc-modals_upload-data-input-with-icon__oNtAk input,
.abc-modals_button-with-bg-color__xYgkn,
.abc-modals_cancel-button__4FEZL,
.abc-modals_custom-extension-modal__BisL7 .abc-modals_custom-extension-input-view__MtEVc .abc-modals_app-id-label__sKT3k,
.abc-modals_custom-extension-modal__BisL7 .input-text,
.abc-modals_green-button__PEY8F,
.abc-modals_input-box__AXKNG,
.abc-modals_input-grey__QCyyu,
.abc-modals_interactive__n8gqd .abc-modals_custom-extension-input-view__MtEVc .abc-modals_app-id-label__sKT3k,
.abc-modals_interactive__n8gqd .abc-modals_input-text__7X5Wg,
.abc-modals_orange-button__KR2V1,
.abc-modals_positive-button__EJBM6,
.abc-modals_purple-button__lz21E,
.abc-modals_rich-link__JhW_P input,
.abc-modals_white-button-blue-text__8alfG,
.abc-modals_white-button__3bCKL,
button.abc-modals_icon-button__mm1Uz,
button.abc-modals_text-only__u5lA_,
input .abc-modals_input-white__qunek,
textarea .abc-modals_input-white__qunek {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.abc-modals_interactive__n8gqd
  .abc-modals_picker-message-view__EZ4RV
  .abc-modals_message-style-selector__Os_xg
  .abc-modals_frontend-options__vxbhD
  .abc-modals_option-radio__5IDEM
  .abc-modals_label__fvGIQ,
.abc-modals_interactive__n8gqd .abc-modals_preview-title__sHdEp,
.abc-modals_large-tag__4lcMA,
button.abc-modals_show-more__mvWTJ,
button.abc-modals_text-only__u5lA_,
span.abc-modals_text-only__u5lA_ button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.abc-modals_custom-extension-modal__BisL7 .abc-modals_custom-extension-input-view__MtEVc textarea,
.abc-modals_interactive__n8gqd .abc-modals_custom-extension-input-view__MtEVc textarea,
.abc-modals_interactive__n8gqd .abc-modals_picker-message-view__EZ4RV .abc-modals_content-container__hdS7T .abc-modals_image-uploader__QBae2 .abc-modals_upload-description__qPBzB,
.abc-modals_interactive__n8gqd .ant-modal-content .abc-modals_content-inner-wrapper__RY20u .abc-modals_sub-section__m1SGL textarea {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.abc-modals_tag__JGNwj {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.abc-modals_beta-label__2z6d9,
.abc-modals_error-text-link__Cy4Ww,
.abc-modals_error-text__VGQon,
.abc-modals_error__OpLRh {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.abc-modals_mini-square__rTWk2 {
  width: 20px;
  height: 20px;
}
.abc-modals_help-text__c9_CU {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.abc-modals_error-text__VGQon {
  color: #d0021b;
  flex-grow: 1;
}
.abc-modals_error-text-link__Cy4Ww {
  color: #d0021b;
  text-decoration: underline;
}
.abc-modals_descriptive-text__vBzA6 {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.abc-modals_visually-hidden__Ivq8I {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abc-modals_visually-hidden__Ivq8I.abc-modals_focusable__Ert6w:active,
.abc-modals_visually-hidden__Ivq8I.abc-modals_focusable__Ert6w:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abc-modals_visually-offscreen__SOv_2 {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.abc-modals_invisible__yKqBP {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.abc-modals_hidden__27AKL,
.abc-modals_interactive__n8gqd .ant-modal-content .abc-modals_content-inner-wrapper__RY20u .abc-modals_is-invisible__OIR_U {
  display: none !important;
  visibility: hidden;
}
.abc-modals_strong__PXLkK {
  font-weight: 700;
}
.abc-modals_align-right__E_Xu8 {
  text-align: right;
}
.abc-modals_align-left__R12jl {
  text-align: left;
}
.abc-modals_centered__PIS2R {
  text-align: center;
}
.abc-modals_timestamp__ZOh5L {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.abc-modals_display-block__ZtBPG {
  display: block !important;
}
.abc-modals_inline-block__tp_hv {
  display: inline-block !important;
}
.abc-modals_hm-app-body__hl_01 button.abc-modals_ant-switch__VDAKi[disabled],
.abc-modals_hm-app-body__hl_01 button.abc-modals_ant-switch__VDAKi[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.abc-modals_blue-button__NoSgh,
.abc-modals_button-with-bg-color__xYgkn,
.abc-modals_cancel-button__4FEZL,
.abc-modals_green-button__PEY8F,
.abc-modals_orange-button__KR2V1,
.abc-modals_positive-button__EJBM6,
.abc-modals_purple-button__lz21E,
.abc-modals_white-button-blue-text__8alfG,
.abc-modals_white-button__3bCKL,
button.abc-modals_icon-button__mm1Uz,
button.abc-modals_text-only__u5lA_ {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.abc-modals_text-only__u5lA_,
span.abc-modals_text-only__u5lA_ button {
  color: #31a7e7;
  padding: 0;
}
button.abc-modals_text-only__u5lA_[disabled],
button.abc-modals_text-only__u5lA_[disabled]:active,
button.abc-modals_text-only__u5lA_[disabled]:focus,
button.abc-modals_text-only__u5lA_[disabled]:hover,
span.abc-modals_text-only__u5lA_ button[disabled],
span.abc-modals_text-only__u5lA_ button[disabled]:active,
span.abc-modals_text-only__u5lA_ button[disabled]:focus,
span.abc-modals_text-only__u5lA_ button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.abc-modals_text-only__u5lA_.abc-modals_red-text__Ctnsp,
button.abc-modals_text-only__u5lA_.abc-modals_red-text__Ctnsp:active,
button.abc-modals_text-only__u5lA_.abc-modals_red-text__Ctnsp:focus,
button.abc-modals_text-only__u5lA_.abc-modals_red-text__Ctnsp:hover,
span.abc-modals_text-only__u5lA_ button.abc-modals_red-text__Ctnsp,
span.abc-modals_text-only__u5lA_ button.abc-modals_red-text__Ctnsp:active,
span.abc-modals_text-only__u5lA_ button.abc-modals_red-text__Ctnsp:focus,
span.abc-modals_text-only__u5lA_ button.abc-modals_red-text__Ctnsp:hover {
  color: #d0021b;
}
button.abc-modals_text-only__u5lA_.abc-modals_gray-text__4iUbo,
span.abc-modals_text-only__u5lA_ button.abc-modals_gray-text__4iUbo {
  color: #999;
}
button.abc-modals_text-only__u5lA_.abc-modals_gray-text__4iUbo:active,
button.abc-modals_text-only__u5lA_.abc-modals_gray-text__4iUbo:focus,
button.abc-modals_text-only__u5lA_.abc-modals_gray-text__4iUbo:hover,
span.abc-modals_text-only__u5lA_ button.abc-modals_gray-text__4iUbo:active,
span.abc-modals_text-only__u5lA_ button.abc-modals_gray-text__4iUbo:focus,
span.abc-modals_text-only__u5lA_ button.abc-modals_gray-text__4iUbo:hover {
  color: #999 !important;
}
button.abc-modals_text-only__u5lA_.abc-modals_black-text__KDk9c,
span.abc-modals_text-only__u5lA_ button.abc-modals_black-text__KDk9c {
  color: #17191a;
}
button.abc-modals_text-only__u5lA_.abc-modals_black-text__KDk9c:active,
button.abc-modals_text-only__u5lA_.abc-modals_black-text__KDk9c:focus,
button.abc-modals_text-only__u5lA_.abc-modals_black-text__KDk9c:hover,
span.abc-modals_text-only__u5lA_ button.abc-modals_black-text__KDk9c:active,
span.abc-modals_text-only__u5lA_ button.abc-modals_black-text__KDk9c:focus,
span.abc-modals_text-only__u5lA_ button.abc-modals_black-text__KDk9c:hover {
  color: #8158ec;
}
button.abc-modals_text-only__u5lA_.abc-modals_purple-text__wTlUB,
button.abc-modals_text-only__u5lA_.abc-modals_purple-text__wTlUB:active,
button.abc-modals_text-only__u5lA_.abc-modals_purple-text__wTlUB:focus,
button.abc-modals_text-only__u5lA_.abc-modals_purple-text__wTlUB:hover,
span.abc-modals_text-only__u5lA_ button.abc-modals_purple-text__wTlUB,
span.abc-modals_text-only__u5lA_ button.abc-modals_purple-text__wTlUB:active,
span.abc-modals_text-only__u5lA_ button.abc-modals_purple-text__wTlUB:focus,
span.abc-modals_text-only__u5lA_ button.abc-modals_purple-text__wTlUB:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.abc-modals_text-only__u5lA_:active,
button.abc-modals_text-only__u5lA_:focus,
button.abc-modals_text-only__u5lA_:hover,
span.abc-modals_text-only__u5lA_ button:active,
span.abc-modals_text-only__u5lA_ button:focus,
span.abc-modals_text-only__u5lA_ button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.abc-modals_blue-button__NoSgh,
.abc-modals_button-with-bg-color__xYgkn,
.abc-modals_green-button__PEY8F,
.abc-modals_orange-button__KR2V1,
.abc-modals_positive-button__EJBM6,
.abc-modals_white-button-blue-text__8alfG,
.abc-modals_white-button__3bCKL {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.abc-modals_orange-button__KR2V1 {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.abc-modals_orange-button__KR2V1:active,
.abc-modals_orange-button__KR2V1:focus,
.abc-modals_orange-button__KR2V1:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.abc-modals_orange-button__KR2V1[disabled],
.abc-modals_orange-button__KR2V1[disabled]:active,
.abc-modals_orange-button__KR2V1[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.abc-modals_orange-button__KR2V1.abc-modals_drop-down__mFOhF {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.abc-modals_scroll-loader__pB3sC {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.abc-modals_green-button__PEY8F {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.abc-modals_green-button__PEY8F:active,
.abc-modals_green-button__PEY8F:focus,
.abc-modals_green-button__PEY8F:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.abc-modals_green-button__PEY8F[disabled],
.abc-modals_green-button__PEY8F[disabled]:active,
.abc-modals_green-button__PEY8F[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.abc-modals_positive-button__EJBM6 {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.abc-modals_positive-button__EJBM6:active,
.abc-modals_positive-button__EJBM6:focus,
.abc-modals_positive-button__EJBM6:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.abc-modals_positive-button__EJBM6[disabled] {
  background-color: #abe4b2;
}
.abc-modals_negative-button__CQk4Y {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.abc-modals_negative-button__CQk4Y:active,
.abc-modals_negative-button__CQk4Y:focus,
.abc-modals_negative-button__CQk4Y:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.abc-modals_plain-cancel-button__427It,
.abc-modals_plain-cancel-button__427It:active,
.abc-modals_plain-cancel-button__427It:focus,
.abc-modals_plain-cancel-button__427It:hover {
  color: #17191a;
}
.abc-modals_white-button-blue-text__8alfG,
.abc-modals_white-button__3bCKL {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.abc-modals_white-button-blue-text__8alfG:active,
.abc-modals_white-button-blue-text__8alfG:focus,
.abc-modals_white-button-blue-text__8alfG:hover,
.abc-modals_white-button__3bCKL:active,
.abc-modals_white-button__3bCKL:focus,
.abc-modals_white-button__3bCKL:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.abc-modals_white-button__3bCKL[disabled],
.abc-modals_white-button__3bCKL[disabled]:active,
.abc-modals_white-button__3bCKL[disabled]:focus,
.abc-modals_white-button__3bCKL[disabled]:hover,
[disabled].abc-modals_white-button-blue-text__8alfG {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.abc-modals_common-sentiment-emoji__6PL6n {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.abc-modals_white-button-blue-text__8alfG {
  color: #31a7e7;
}
.abc-modals_white-button-blue-text__8alfG:active,
.abc-modals_white-button-blue-text__8alfG:focus,
.abc-modals_white-button-blue-text__8alfG:hover {
  color: #31a7e7 !important;
}
.abc-modals_blue-button__NoSgh {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.abc-modals_blue-button__NoSgh,
.abc-modals_blue-button__NoSgh:active,
.abc-modals_blue-button__NoSgh:focus,
.abc-modals_blue-button__NoSgh:hover {
  background-color: #31a7e7;
  color: #fff;
}
.abc-modals_green-button__PEY8F {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.abc-modals_green-button__PEY8F,
.abc-modals_green-button__PEY8F:active,
.abc-modals_green-button__PEY8F:focus,
.abc-modals_green-button__PEY8F:hover {
  background-color: #56bf56;
  color: #fff;
}
.abc-modals_purple-button__lz21E {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.abc-modals_purple-button__lz21E:active,
.abc-modals_purple-button__lz21E:focus,
.abc-modals_purple-button__lz21E:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.abc-modals_dropdown-input__q90rX {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.abc-modals_dropdown-input__q90rX:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.abc-modals_hm-app-body__hl_01 input::placeholder {
  color: #a3a3a3;
}
.abc-modals_textarea-composer__p0nWx {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.abc-modals_container__GPKCj input,
.abc-modals_container__GPKCj textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.abc-modals_input-for-copy__uBtXx {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.abc-modals_input-text-bordered__rDVeZ,
.abc-modals_input-text__7X5Wg,
.abc-modals_input-textarea__wWQD7 {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.abc-modals_input-text__7X5Wg {
  height: 50px;
}
.abc-modals_input-text-bordered__rDVeZ {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.abc-modals_xxl-input__HfDUe {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.abc-modals_xl-input___T54Z {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.abc-modals_l-input__bKQlN {
  width: 100%;
  font-size: 1.1rem;
}
.abc-modals_box-content__Kk4oN .abc-modals_content__6yHrA input,
.abc-modals_box-content__Kk4oN .abc-modals_upload-data-input-with-icon__oNtAk input,
.abc-modals_input-grey__QCyyu,
input .abc-modals_input-white__qunek,
textarea .abc-modals_input-white__qunek {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.abc-modals_box-content__Kk4oN .abc-modals_content__6yHrA input::placeholder,
.abc-modals_box-content__Kk4oN .abc-modals_upload-data-input-with-icon__oNtAk input::placeholder,
.abc-modals_input-grey__QCyyu::placeholder,
input .abc-modals_input-white__qunek::placeholder,
textarea .abc-modals_input-white__qunek::placeholder {
  color: #999;
  opacity: 1;
}
input .abc-modals_input-white__qunek,
textarea .abc-modals_input-white__qunek {
  background-color: #fff;
}
.abc-modals_clearfix__ayJO3:after {
  clear: both;
  content: '';
  display: block;
}
.abc-modals_hidden-important__LVIm_ {
  display: none !important;
}
.abc-modals_p-left__1LAI9 {
  float: left;
}
.abc-modals_p-right__yGfSo {
  float: right;
}
.abc-modals_image_orientation_3__8XYXE {
  tranform: rotate(180deg);
}
.abc-modals_image_orientation_6__ndcGe {
  tranform: rotate(90deg);
}
.abc-modals_image_orientation_8__ZcAcE {
  tranform: rotate(-90deg);
}
.abc-modals_image_orientation_2__vnU7u {
  tranform: scaleX(-1);
}
.abc-modals_image_orientation_7__WZOs7 {
  tranform: scaleX(-1) rotate(-90deg);
}
.abc-modals_image_orientation_4__2VHVJ {
  tranform: scaleX(-1) rotate(180deg);
}
.abc-modals_image_orientation_5__lMXh8 {
  tranform: scaleX(-1) rotate(90deg);
}
.abc-modals_image_slideshow_orientation_3__puJVg {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.abc-modals_image_slideshow_orientation_6__odhsU {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.abc-modals_image_slideshow_orientation_8__vjzxo {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.abc-modals_image_slideshow_orientation_2__jxnto {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.abc-modals_image_slideshow_orientation_7__CWHcz {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.abc-modals_image_slideshow_orientation_4__SKDSq {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.abc-modals_image_slideshow_orientation_5___9NWN {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.abc-modals_container__GPKCj select::-ms-expand {
  display: none !important;
}
.abc-modals_container__GPKCj select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.abc-modals_count-area__Hs9yd {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.abc-modals_clear-top__ZtSe7 {
  padding-top: 0;
  margin-top: 0;
}
.abc-modals_remove-x-20__V8t8v,
.abc-modals_remove-x__rKb2i {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.abc-modals_remove-x__rKb2i.abc-modals_white__rKSnj,
.abc-modals_white__rKSnj.abc-modals_remove-x-20__V8t8v {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.abc-modals_remove-x-20__V8t8v {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.abc-modals_divider__EB8A_ {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.abc-modals_mobile__KHQEu {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.abc-modals_blue__W2PYn {
  color: #31a7e7 !important;
}
.abc-modals_white__rKSnj {
  color: #fff !important;
}
.abc-modals_purple__y9nR0 {
  color: #8158ec !important;
}
.abc-modals_delete__QjKNJ {
  color: #d0021b !important;
}
.abc-modals_dark-text__Ws2n4 {
  color: #17191a !important;
}
.abc-modals_file-input__E22hy {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.abc-modals_image-download-wrapper__fcFKz {
  position: fixed;
  top: 40px;
  right: 100px;
}
.abc-modals_overflow-y-auto__VGDjU {
  overflow-y: auto;
}
.abc-modals_is-font-icon__7Xa1h:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.abc-modals_is-invisible__OIR_U {
  opacity: 0;
}
.abc-modals_tabbed-button___brGZ {
  padding: 0 7px 2px;
}
.abc-modals_tabbed-button___brGZ.abc-modals_selected__wooY8 {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.abc-modals_show-more__mvWTJ {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.abc-modals_show-more__mvWTJ:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.abc-modals_time-input__4ve4P {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.abc-modals_form-group__BbMZd.abc-modals_date-time__T3vXo {
  position: relative;
  top: -2px;
}
.abc-modals_form-group__BbMZd.abc-modals_date-time__T3vXo.abc-modals_time__NfB1_ {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.abc-modals_form-group__BbMZd.abc-modals_date-time__T3vXo.abc-modals_form-group-hour__5w_Yt .abc-modals_colon__JG2ey {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.abc-modals_form-group__BbMZd.abc-modals_date-time__T3vXo.abc-modals_form-group-hour__5w_Yt input {
  text-align: center;
}
.abc-modals_form-group__BbMZd.abc-modals_date-time__T3vXo.abc-modals_form-group-day__ygEk3 {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.abc-modals_form-group__BbMZd.abc-modals_date-time__T3vXo.abc-modals_form-group-minute__gX79r {
  width: 42px;
}
.abc-modals_form-group__BbMZd.abc-modals_date-time__T3vXo.abc-modals_form-group-clock__djQQO {
  width: 54px;
}
.abc-modals_attach-img__DiVEr {
  position: relative;
  width: 25px;
  height: 25px;
}
.abc-modals_attach-img__DiVEr input#abc-modals_add-image__bAXQj {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.abc-modals_attach-img__DiVEr span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.abc-modals_m-0__3ZSfW {
  margin: 0 !important;
}
.abc-modals_ml-auto__wQuVL {
  margin-left: auto;
}
.abc-modals_mr-auto__DMB4w {
  margin-right: auto;
}
.abc-modals_mx-auto__Co3j2 {
  margin-left: auto;
  margin-right: auto;
}
.abc-modals_mx-16__SJRxr {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.abc-modals_my-16__0a6UD {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.abc-modals_mr-0__67Oju {
  margin-right: 0 !important;
}
.abc-modals_mr-4__GLiMt {
  margin-right: 4px !important;
}
.abc-modals_mr-8___0sPz {
  margin-right: 8px !important;
}
.abc-modals_mr-12__z9_Ds {
  margin-right: 12px !important;
}
.abc-modals_mr-16__YtI8Y {
  margin-right: 16px !important;
}
.abc-modals_ml-0__g0EZb {
  margin-left: 0 !important;
}
.abc-modals_ml-4__xrvrY {
  margin-left: 4px !important;
}
.abc-modals_ml-8__DEVM6 {
  margin-left: 8px !important;
}
.abc-modals_ml-12__sg7hX {
  margin-left: 12px !important;
}
.abc-modals_ml-16__cU8Av {
  margin-left: 16px !important;
}
.abc-modals_mt-0__Cp5yR {
  margin-top: 0 !important;
}
.abc-modals_mt-4__D9G6z {
  margin-top: 4px !important;
}
.abc-modals_mt-8__VR3Qb {
  margin-top: 8px !important;
}
.abc-modals_mt-16__beXeK {
  margin-top: 16px !important;
}
.abc-modals_mt-24__xXduN {
  margin-top: 24px !important;
}
.abc-modals_mt-48__ngLg7 {
  margin-top: 48px !important;
}
.abc-modals_mb-0__2eM9O {
  margin-bottom: 0 !important;
}
.abc-modals_mb-4__uT9Ux {
  margin-bottom: 4px !important;
}
.abc-modals_mb-8__19MHV {
  margin-bottom: 8px !important;
}
.abc-modals_mb-12__vX6ub {
  margin-bottom: 12px !important;
}
.abc-modals_mb-16__6Q5h2 {
  margin-bottom: 16px !important;
}
.abc-modals_mb-24__dkyvC {
  margin-bottom: 24px !important;
}
.abc-modals_mb-64__NuLBc {
  margin-bottom: 64px !important;
}
.abc-modals_p-0__UP4_P {
  padding: 0 !important;
}
.abc-modals_p-16__uyiAx {
  padding: 16px;
}
.abc-modals_p-40___rqrm {
  padding: 40px;
}
.abc-modals_px-0__u0WWJ {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.abc-modals_px-4__7x7Ub {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.abc-modals_px-8___7rfP {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.abc-modals_px-32__VPyBc {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.abc-modals_px-40__vtOtj {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.abc-modals_pt-40__8K3vc {
  padding-top: 40px;
}
.abc-modals_pt-24___LFlu {
  padding-top: 24px;
}
.abc-modals_pt-16__CoZXB {
  padding-top: 16px;
}
.abc-modals_pt-12__c8lU_ {
  padding-top: 12px !important;
}
.abc-modals_pb-40__hw9tP {
  padding-bottom: 40px;
}
.abc-modals_pb-24__g64wc {
  padding-bottom: 24px;
}
.abc-modals_pb-16__TQp72 {
  padding-bottom: 16px;
}
.abc-modals_pl-8__gCQ0A {
  padding-left: 8px !important;
}
.abc-modals_pl-12__RCX_s {
  padding-left: 12px !important;
}
.abc-modals_pl-16__MHGKn {
  padding-left: 16px !important;
}
.abc-modals_text-left__MU4gG {
  text-align: left !important;
}
.abc-modals_text-right__shfzb {
  text-align: right !important;
}
.abc-modals_text-center__p88uE {
  text-align: center !important;
}
.abc-modals_font-medium__LPnIN {
  font-weight: 500 !important;
}
.abc-modals_font-semibold___WyXW {
  font-weight: 600 !important;
}
.abc-modals_radius-8__Hrsyl {
  border-radius: 8px !important;
}
.abc-modals_truncate__4xaR9 {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.abc-modals_whitespace-nowrap__lV_D2 {
  white-space: nowrap;
}
.abc-modals_whitespace-pre-wrap__6DO6K {
  white-space: pre-wrap;
}
.abc-modals_w-100__UrXcV {
  width: 100% !important;
}
.abc-modals_h-100__ysrz1 {
  height: 100% !important;
}
.abc-modals_max-w-none__YZucD {
  max-width: none !important;
}
.abc-modals_max-h-none__8Rh1e {
  max-height: none !important;
}
.abc-modals_min-w-100__loZ82 {
  min-width: 100px;
}
.abc-modals_heading-48-600__kbhPy {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.abc-modals_heading-32-600___AppG {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.abc-modals_heading-24-600__0TsH6 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.abc-modals_heading-18-600__eLReW {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.abc-modals_heading-18-400__AedA9 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.abc-modals_heading-16-700__qTEA_ {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.abc-modals_text-16-400__DwMA8 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.abc-modals_heading-14-600__RIF_M {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.abc-modals_heading-14-500__rHtFf {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.abc-modals_text-14-400__8NTMj {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.abc-modals_text-13-500__weXD1 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.abc-modals_text-13-600__KKymT {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.abc-modals_text-13-400__TORHH {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.abc-modals_text-12-500__ZCyNY {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.abc-modals_text-12-600__QoG0i {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.abc-modals_text-12-400__hYAhC {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.abc-modals_status-badge__zZnUC {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.abc-modals_status-badge__zZnUC.abc-modals_paused__csRFD {
  background-color: #ff8b3d;
  color: #fff !important;
}
.abc-modals_status-badge__zZnUC.abc-modals_created__z6803,
.abc-modals_status-badge__zZnUC.abc-modals_inactive__bFQ9x,
.abc-modals_status-badge__zZnUC.abc-modals_pending__JyN5x {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.abc-modals_status-badge__zZnUC.abc-modals_active__M3ZBf {
  background-color: #56bf56;
  color: #fff !important;
}
.abc-modals_status-badge__zZnUC.abc-modals_error__OpLRh {
  background-color: #d0021b;
  color: #fff !important;
}
.abc-modals_status-badge__zZnUC.abc-modals_progress__N41Qd {
  background-color: #f5bf0c;
  color: #fff !important;
}
.abc-modals_status-badge__zZnUC.abc-modals_draft__JnZcR {
  background-color: #e6e6e6;
  color: #000 !important;
}
.abc-modals_status-badge__zZnUC.abc-modals_sent__vRaCZ {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.abc-modals_status-badge__zZnUC.abc-modals_scheduled__rkng_ {
  background-color: #feefcf;
  color: #795548;
}
.abc-modals_status-badge__zZnUC.abc-modals_loading-badge__73W1c {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.abc-modals_status-badge__zZnUC.abc-modals_loading-badge__73W1c .abc-modals_text__OJj_i {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.abc-modals_status-badge__zZnUC.abc-modals_loading-badge__73W1c .abc-modals_slider__9lwN1 {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: abc-modals_moveSlideshow___18_v 3s linear infinite;
}
@keyframes abc-modals_moveSlideshow___18_v {
  to {
    transform: translateX(200%);
  }
}
.abc-modals_flex__dYQR9 {
  display: flex !important;
}
.abc-modals_flex-space-between__DoHN8 {
  justify-content: space-between;
}
.abc-modals_flex-align-start__WCgF0 {
  align-items: flex-start;
}
.abc-modals_flex-align-center__JR9Vc {
  align-items: center;
}
.abc-modals_flex-absolute-center__0RcdQ {
  justify-content: center;
  align-items: center;
}
.abc-modals_flex-container__ve9_C {
  display: flex;
  flex-wrap: wrap;
}
.abc-modals_flex-column__oCI1J {
  flex-direction: column;
}
.abc-modals_flex-justify-end__6paDo {
  justify-content: flex-end;
}
.abc-modals_position-relative__PZ0J3 {
  position: relative !important;
}
.abc-modals_position-static__clYoZ {
  position: static !important;
}
.abc-modals_position-absolute__VPuG7 {
  position: absolute !important;
}
.abc-modals_hr-grey___6aFl {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.abc-modals_input-border__PJBYq {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.abc-modals_action-content-box__pS055,
.abc-modals_box-content__Kk4oN,
.abc-modals_box-content__Kk4oN .abc-modals_upload-data-input-with-icon__oNtAk,
.abc-modals_default-border__K1EHl {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.abc-modals_bg-grey__2hZOq {
  background-color: #f9f9f9 !important;
}
.abc-modals_bg-white__Zl6fj {
  background-color: #fff !important;
}
.abc-modals_pos-relative__Be5lZ {
  position: relative !important;
}
.abc-modals_text-light__QDv2T {
  color: #757c80 !important;
}
.abc-modals_text-red__6U1pp {
  color: #d0021b !important;
}
.abc-modals_text-green__9m1Bk {
  color: #56bf56 !important;
}
.abc-modals_text-blue__J5wBh {
  color: #31a7e7;
}
.abc-modals_text-sec-blue__MHD4W {
  color: #1b02b1 !important;
}
.abc-modals_notification-dot__H0Gvr {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.abc-modals_title-with-action-on-left__GgHMq {
  display: flex;
  justify-content: space-between;
}
.abc-modals_error__OpLRh {
  color: #d0021b;
}
.abc-modals_error-border__FnRHn {
  border: 1px solid #d0021b !important;
}
.abc-modals_rotate__urDkV {
  animation: abc-modals_rotation__erkTB 2s linear infinite;
}
@keyframes abc-modals_rotation__erkTB {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.abc-modals_switch__Kku4P {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.abc-modals_switch__Kku4P .abc-modals_btn-toggle___6Tb7 {
  opacity: 0;
  width: 0;
  height: 0;
}
.abc-modals_switch__Kku4P .abc-modals_slider__9lwN1 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.abc-modals_switch__Kku4P .abc-modals_slider__9lwN1:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.abc-modals_switch__Kku4P .abc-modals_slider__9lwN1:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.abc-modals_switch__Kku4P .abc-modals_btn-toggle___6Tb7.abc-modals_enabled__GhJ0t + .abc-modals_slider__9lwN1 {
  background-color: #ffc926;
  border: none;
}
.abc-modals_switch__Kku4P .abc-modals_btn-toggle___6Tb7:focus + .abc-modals_slider__9lwN1 {
  box-shadow: 0 0 1px #2196f3;
}
.abc-modals_switch__Kku4P .abc-modals_btn-toggle___6Tb7.abc-modals_enabled__GhJ0t + .abc-modals_slider__9lwN1:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.abc-modals_switch__Kku4P .abc-modals_btn-toggle___6Tb7.abc-modals_enabled__GhJ0t + .abc-modals_slider__9lwN1:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#abc-modals_appleid-signin__J35ge {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#abc-modals_appleid-signin__J35ge > div {
  width: 200px !important;
  height: 38px !important;
}
.abc-modals_page-header__7_hbd {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.abc-modals_page-header__7_hbd.abc-modals_clear-side__5CrkP {
  padding: 40px 0 32px;
}
.abc-modals_page-spacing__sbZ9D {
  padding: 0 40px;
}
.abc-modals_page-header-title__o_2he {
  color: #17191a;
  margin: 0 0 8px;
}
.abc-modals_header-bar__ykwBk {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.abc-modals_box-content__Kk4oN {
  background-color: #fff;
  margin-bottom: 24px;
}
.abc-modals_box-content__Kk4oN .abc-modals_header__aHqza {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.abc-modals_box-content__Kk4oN .abc-modals_header-l__sZZUb {
  padding: 24px 16px;
  margin: 0;
}
.abc-modals_box-content__Kk4oN .abc-modals_content__6yHrA {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.abc-modals_box-content__Kk4oN .abc-modals_content-header__aKAZk {
  margin-bottom: 4px;
  margin-top: 0;
}
.abc-modals_box-content__Kk4oN .abc-modals_table-content__DMJei {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.abc-modals_box-content__Kk4oN .abc-modals_help-text__c9_CU {
  line-height: 20px;
}
.abc-modals_box-content__Kk4oN .abc-modals_sub-text__Xhg05 {
  color: #757c80;
}
.abc-modals_box-content__Kk4oN .abc-modals_content-data-input__OIHyu {
  margin-top: 8px;
}
.abc-modals_box-content__Kk4oN .abc-modals_data-entry-input__C4fW6,
.abc-modals_box-content__Kk4oN .abc-modals_upload-data-input-with-icon__oNtAk {
  margin-top: 8px;
  padding: 0 11px;
}
.abc-modals_box-content__Kk4oN .abc-modals_upload-data-input-with-icon__oNtAk {
  cursor: pointer;
  background: #f9f9f9;
}
.abc-modals_box-content__Kk4oN .abc-modals_upload-data-input-with-icon__oNtAk input {
  padding: 12px 2px;
}
.abc-modals_box-content__Kk4oN .abc-modals_upload-data-input-with-icon__oNtAk input:disabled,
.abc-modals_box-content__Kk4oN .abc-modals_upload-data-input-with-icon__oNtAk input:hover {
  cursor: pointer !important;
}
.abc-modals_empty-state__H3LIV {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.abc-modals_empty-state__H3LIV.abc-modals_contact-list__MB6m4 {
  width: 80%;
}
.abc-modals_empty-state__H3LIV .abc-modals_empty-title__PxiVc {
  font-size: 14px;
  font-weight: 500px;
}
.abc-modals_empty-state-wrapper__esd55 {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.abc-modals_empty-state-wrapper__esd55 h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.abc-modals_empty-state-wrapper__esd55 div {
  color: #757c80;
  margin: 16px 0 12px;
}
.abc-modals_empty-state-button__4PS1x {
  margin: 20px 10px;
}
.abc-modals_handel-bar__8YdJO {
  fill: #b7bfc6;
  vertical-align: middle;
}
.abc-modals_tag__JGNwj {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.abc-modals_ant-color-picker-input__xAKXv .abc-modals_ant-input__b5Wqp {
  height: 22px;
}
.abc-modals_ant-color-picker-trigger__xZXmw {
  width: 23px;
  height: 23px;
}
.abc-modals_ant-color-picker-trigger__xZXmw .abc-modals_ant-color-picker-color-block__zti40 {
  width: 18px;
  height: 18px;
}
.abc-modals_box-content__Kk4oN .abc-modals_content__6yHrA input,
.abc-modals_box-content__Kk4oN .abc-modals_upload-data-input-with-icon__oNtAk input,
input input.abc-modals_input-white__qunek,
input textarea.abc-modals_input-white__qunek,
input.abc-modals_input-grey__QCyyu,
textarea input.abc-modals_input-white__qunek,
textarea textarea.abc-modals_input-white__qunek,
textarea.abc-modals_input-grey__QCyyu {
  background-color: #f9f9f9;
}
.abc-modals_box-content__Kk4oN .abc-modals_content__6yHrA input:active,
.abc-modals_box-content__Kk4oN .abc-modals_content__6yHrA input:focus,
.abc-modals_box-content__Kk4oN .abc-modals_content__6yHrA input:hover,
.abc-modals_box-content__Kk4oN .abc-modals_upload-data-input-with-icon__oNtAk input:active,
.abc-modals_box-content__Kk4oN .abc-modals_upload-data-input-with-icon__oNtAk input:focus,
.abc-modals_box-content__Kk4oN .abc-modals_upload-data-input-with-icon__oNtAk input:hover,
input input.abc-modals_input-white__qunek:active,
input input.abc-modals_input-white__qunek:focus,
input input.abc-modals_input-white__qunek:hover,
input textarea.abc-modals_input-white__qunek:active,
input textarea.abc-modals_input-white__qunek:focus,
input textarea.abc-modals_input-white__qunek:hover,
input.abc-modals_input-grey__QCyyu:active,
input.abc-modals_input-grey__QCyyu:focus,
input.abc-modals_input-grey__QCyyu:hover,
textarea input.abc-modals_input-white__qunek:active,
textarea input.abc-modals_input-white__qunek:focus,
textarea input.abc-modals_input-white__qunek:hover,
textarea textarea.abc-modals_input-white__qunek:active,
textarea textarea.abc-modals_input-white__qunek:focus,
textarea textarea.abc-modals_input-white__qunek:hover,
textarea.abc-modals_input-grey__QCyyu:active,
textarea.abc-modals_input-grey__QCyyu:focus,
textarea.abc-modals_input-grey__QCyyu:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.abc-modals_input-white__qunek:active,
input.abc-modals_input-white__qunek:focus,
input.abc-modals_input-white__qunek:hover,
span.abc-modals_input-white__qunek:active,
span.abc-modals_input-white__qunek:focus,
span.abc-modals_input-white__qunek:hover,
textarea.abc-modals_input-white__qunek:active,
textarea.abc-modals_input-white__qunek:focus,
textarea.abc-modals_input-white__qunek:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.abc-modals_image-uploader-flex__7nlNe .abc-modals_ant-upload-select__idfv0 {
  display: flex;
}
.abc-modals_image-uploader-flex__7nlNe .abc-modals_ant-upload-select__idfv0 .abc-modals_ant-upload__PoBdD {
  flex: 1 1;
}
.abc-modals_modal-footer-wrapper__dkzxp {
  display: flex;
  justify-content: center;
}
.abc-modals_app-modal__mjuNf .abc-modals_small__z_IFF {
  width: 350px;
}
.abc-modals_toast__WqXJa.abc-modals_negative__iNtrH .abc-modals_ant-message-notice-content__8E55x {
  background-color: #d0021b;
}
.abc-modals_toast__WqXJa.abc-modals_positive__BxblH .abc-modals_ant-message-notice-content__8E55x {
  background-color: #56bf56;
}
.abc-modals_toast__WqXJa.abc-modals_loading__hJCBj .abc-modals_ant-message-notice-content__8E55x .abc-modals_toast-wrapper__4ZQDq .abc-modals_contents__WyH_P,
.abc-modals_toast__WqXJa.abc-modals_loading__hJCBj .abc-modals_ant-message-notice-content__8E55x .abc-modals_toast-wrapper__4ZQDq .abc-modals_contents__WyH_P .abc-modals_title__e_8jH {
  color: #000 !important;
}
.abc-modals_toast__WqXJa.abc-modals_loading__hJCBj .abc-modals_ant-message-loading__AzkUO .abc-modals_anticon-loading__yvd4I {
  font-size: 1.5rem;
}
.abc-modals_toast__WqXJa .abc-modals_ant-message-notice-content__8E55x {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.abc-modals_toast__WqXJa .abc-modals_ant-message-notice-content__8E55x .abc-modals_toast-wrapper__4ZQDq {
  position: relative;
  display: flex;
  align-items: center;
}
.abc-modals_toast__WqXJa .abc-modals_ant-message-notice-content__8E55x .abc-modals_toast-wrapper__4ZQDq .abc-modals_contents__WyH_P {
  position: relative;
  padding-left: 16px;
}
.abc-modals_toast__WqXJa .abc-modals_ant-message-notice-content__8E55x .abc-modals_toast-wrapper__4ZQDq .abc-modals_contents__WyH_P .abc-modals_title__e_8jH {
  color: #fff !important;
}
.abc-modals_toast__WqXJa .abc-modals_ant-message-notice-content__8E55x .abc-modals_toast-wrapper__4ZQDq .abc-modals_contents__WyH_P p {
  margin: 0;
}
.abc-modals_toast__WqXJa .abc-modals_ant-message-notice-content__8E55x .abc-modals_toast-wrapper__4ZQDq .abc-modals_contents__WyH_P p a,
.abc-modals_toast__WqXJa .abc-modals_ant-message-notice-content__8E55x .abc-modals_toast-wrapper__4ZQDq .abc-modals_contents__WyH_P p button {
  color: #fff;
  text-decoration: underline;
}
.abc-modals_toast__WqXJa .abc-modals_ant-message-notice-content__8E55x .abc-modals_icon__9Gl2d {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.abc-modals_toast__WqXJa .abc-modals_ant-message-notice-content__8E55x .abc-modals_icon__9Gl2d.abc-modals_positive__BxblH {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.abc-modals_toast__WqXJa .abc-modals_ant-message-notice-content__8E55x .abc-modals_icon__9Gl2d.abc-modals_positive__BxblH:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.abc-modals_toast__WqXJa .abc-modals_ant-message-notice-content__8E55x .abc-modals_icon__9Gl2d.abc-modals_negative__iNtrH {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.abc-modals_toast__WqXJa .abc-modals_ant-message-notice-content__8E55x .abc-modals_icon__9Gl2d.abc-modals_negative__iNtrH:before {
  top: 10px;
}
.abc-modals_action-content-box__pS055 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.abc-modals_action-content-box__pS055.abc-modals_numbered__1sehy .abc-modals_sub-content__OVhyt p {
  margin-left: 18px;
}
.abc-modals_action-content-box__pS055 .abc-modals_sub-content__OVhyt {
  padding: 26px 26px 20px;
}
.abc-modals_action-content-box__pS055 .abc-modals_sub-content__OVhyt.abc-modals_right__uyoTn {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.abc-modals_action-content-box__pS055 .abc-modals_sub-content__OVhyt.abc-modals_right__uyoTn button {
  margin: 0 20px;
}
.abc-modals_action-content-box__pS055 .abc-modals_sub-content__OVhyt h4,
.abc-modals_action-content-box__pS055 .abc-modals_sub-content__OVhyt p.abc-modals_bold__JNfAb {
  margin: 0;
}
.abc-modals_action-content-box__pS055 .abc-modals_sub-content__OVhyt h4 span,
.abc-modals_action-content-box__pS055 .abc-modals_sub-content__OVhyt p.abc-modals_bold__JNfAb span {
  width: 18px;
  display: inline-block;
}
.abc-modals_action-content-box__pS055 .abc-modals_sub-content__OVhyt p {
  margin: 6px 0 0;
}
.abc-modals_action-content-box__pS055 .abc-modals_remove__FF3yT {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.abc-modals_options-dot__qJYn6 {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.abc-modals_options-dot__qJYn6.abc-modals_boxed__4SY5o {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.abc-modals_options-dot__qJYn6.abc-modals_active__M3ZBf,
.abc-modals_options-dot__qJYn6:focus-visible,
.abc-modals_options-dot__qJYn6:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.abc-modals_clickable__oYDti {
  cursor: pointer;
}
.abc-modals_beta-label__2z6d9 {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.abc-modals_none-style-list-options__z99KJ {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.abc-modals_none-style-list-options__z99KJ li {
  margin: 5px 0;
}
.abc-modals_ant-tour__EPJdo {
  width: 400px;
}
.abc-modals_ant-collapse__lgV50 > .abc-modals_ant-collapse-item__IOhiP > .abc-modals_ant-collapse-header-collapsible-only__rgC8U > .abc-modals_ant-collapse-header-text__teGzi {
  flex: auto;
}
.abc-modals_onboarding-tour-header__V9JCc {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.abc-modals_onboarding-tour-description__G9yEq {
  color: #17191a;
  font-size: 16px;
}
.abc-modals_tour-hidden-button__nQDHv {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.abc-modals_ai-onboarding-tour-header__2F12G {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.abc-modals_onboarding-step-ai-tour__N_4_6 {
  width: 350px;
}
.abc-modals_onboarding-step-ai-tour__N_4_6 .abc-modals_onboarding-step-ai-tour-inner__5K3cc .abc-modals_onboarding-step-ai-tour-description__2RNB_ {
  padding: 0 20px;
}
.abc-modals_onboarding-step-ai-tour__N_4_6 .abc-modals_onboarding-step-ai-tour-inner__5K3cc .abc-modals_onboarding-step-ai-tour-footer__nAejW {
  padding: 0 20px 20px;
}
.abc-modals_onboarding-step-ai-tour__N_4_6 .abc-modals_onboarding-step-ai-tour-inner__5K3cc .abc-modals_onboarding-step-ai-tour-header__Pe6Lb {
  padding: 20px 20px 4px;
}
.abc-modals_onboarding-step-ai-tour__N_4_6 .abc-modals_onboarding-step-ai-tour-inner__5K3cc .abc-modals_onboarding-step-ai-tour-indicators___H_ZW {
  display: flex;
  width: 100%;
}
.abc-modals_onboarding-step-ai-tour__N_4_6 .abc-modals_onboarding-step-ai-tour-inner__5K3cc .abc-modals_onboarding-step-ai-tour-buttons__KaJgF {
  width: 0;
  visibility: hidden;
}
.abc-modals_onboarding-step-ai-tour-mask__TgVjo mask[id^='onboarding-step-ai-tour-mask'] rect.abc-modals_onboarding-step-ai-tour-placeholder-animated__SUT8h {
  rx: 8px;
}
.abc-modals_onboarding-step-ai-tour-round-mask__8AOg4 mask[id^='onboarding-step-ai-tour-round-mask'] rect.abc-modals_onboarding-step-ai-tour-round-placeholder-animated__CAPXM {
  rx: 25px;
}
.abc-modals_onboarding-step-tour__K_aMq {
  width: 400px;
}
.abc-modals_onboarding-step-tour__K_aMq.abc-modals_content-hidden__ohgwZ {
  display: none !important;
}
.abc-modals_onboarding-step-tour__K_aMq.abc-modals_extended-width__ZW8U6 {
  width: 600px;
}
.abc-modals_onboarding-step-tour-mask__OGItW mask[id^='onboarding-step-tour-mask'] rect.abc-modals_onboarding-step-tour-placeholder-animated__yu802 {
  rx: 8px;
}
.abc-modals_onboarding-step-one-tour__REnMO {
  width: 400px;
}
.abc-modals_onboarding-step-one-tour__REnMO.abc-modals_content-hidden__ohgwZ {
  display: none !important;
}
.abc-modals_onboarding-step-one-tour__REnMO.abc-modals_extended-width__ZW8U6 {
  width: 600px;
}
.abc-modals_onboarding-step-one-tour-mask__B5Adn mask[id^='onboarding-step-one-tour-mask'] rect.abc-modals_onboarding-step-one-tour-placeholder-animated__O8_UG {
  rx: 25px;
}
.abc-modals_support-unread-tour__yXK3I {
  width: 272px;
}
.abc-modals_support-unread-tour__yXK3I .abc-modals_support-unread-tour-inner__6QQWh .abc-modals_support-unread-tour-header__XZMpf {
  padding: 8px 16px 4px;
}
.abc-modals_support-unread-tour__yXK3I .abc-modals_support-unread-tour-inner__6QQWh .abc-modals_support-unread-tour-footer__Bckdr {
  padding: 0 16px 16px;
}
.abc-modals_support-unread-tour__yXK3I .abc-modals_support-unread-tour-inner__6QQWh .abc-modals_support-unread-tour-close__2PwPO {
  top: 10px;
}
.abc-modals_preserve-scroll-position__EGE9e {
  overflow-anchor: none;
}
.abc-modals_toolbar-wrapper__mTubX {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.abc-modals_toolbar-wrapper__mTubX .abc-modals_anticon__OThuF {
  padding: 12px;
  cursor: pointer;
}
.abc-modals_toolbar-wrapper__mTubX .abc-modals_anticon__OThuF:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.abc-modals_toolbar-wrapper__mTubX .abc-modals_anticon__OThuF:hover {
  opacity: 0.3;
}
.abc-modals_ant-carousel__EJBSw .abc-modals_slick-dots__7M668 li.abc-modals_slick-active__wd76M button {
  background-color: #8158ec;
}
.abc-modals_ant-carousel__EJBSw .abc-modals_slick-dots__7M668 li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.abc-modals_ant-modal-root__pGl_7 .abc-modals_ant-modal-mask__mUg3Q,
.abc-modals_ant-modal-root__pGl_7 .abc-modals_ant-modal-wrap__aVMZB {
  z-index: 1001;
}
.abc-modals_focused__HNqyH {
  background-color: #f5f5f5;
}
.abc-modals_spinner-overlay__06dcL,
.abc-modals_spinner__gbJR6 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.abc-modals_spinner-overlay__06dcL {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.abc-modals_spinner__gbJR6 {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.abc-modals_large-tag__4lcMA {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.abc-modals_email-pill__76Vgi,
.abc-modals_phone-pill__3Wv5U {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.abc-modals_email-pill__76Vgi:not(:empty),
.abc-modals_phone-pill__3Wv5U:not(:empty) {
  padding: 4px;
}
.abc-modals_phone-pill__3Wv5U {
  background-color: #e0f2fb;
}
.abc-modals_email-pill__76Vgi {
  background-color: #ffefbe;
}
.abc-modals_input-box__AXKNG {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.abc-modals_input-box__AXKNG.abc-modals_bordered__8iz69 {
  border: 1px solid #e6e6e6;
}
.abc-modals_input-box__AXKNG.abc-modals_large__0hOEY {
  height: auto;
  min-height: 80px;
}
.abc-modals_input-box__AXKNG:focus {
  border-color: #ffc926;
}
.abc-modals_rich-link__JhW_P {
  max-height: 550px;
}
.abc-modals_rich-link__JhW_P .abc-modals_header-title__erZUI {
  padding: 24px;
  border-bottom: 1px solid #e6e6e6;
}
.abc-modals_rich-link__JhW_P .abc-modals_content-inner-wrapper__RY20u {
  position: relative;
  border-radius: 4px;
}
.abc-modals_rich-link__JhW_P .ant-modal-footer {
  display: flex;
  justify-content: space-between;
  padding: 16px 24px;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #e6e6e6;
}
.abc-modals_rich-link__JhW_P .abc-modals_sub-section__m1SGL {
  border-bottom: 1px solid #e6e6e6;
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.abc-modals_rich-link__JhW_P .abc-modals_sub-section__m1SGL:last-of-type {
  border: none;
}
.abc-modals_rich-link__JhW_P input {
  background-color: #f9f9f9;
  height: 41px;
  padding: 12px 21px 12px 12px;
  width: 100%;
  margin: 0 0 16px;
}
.abc-modals_rich-link__JhW_P .abc-modals_name-input__mK6KI {
  margin-bottom: 0;
}
.abc-modals_rich-link__JhW_P .abc-modals_form-container___K6JI,
.abc-modals_rich-link__JhW_P .abc-modals_link-preview-container__ItReE {
  display: inline-block;
}
.abc-modals_rich-link__JhW_P .abc-modals_form-container___K6JI {
  width: 50%;
  float: left;
}
.abc-modals_rich-link__JhW_P .abc-modals_form-container___K6JI .abc-modals_form-group__BbMZd button {
  padding: 0;
}
.abc-modals_rich-link__JhW_P .abc-modals_form-container___K6JI .abc-modals_form-group__BbMZd .abc-modals_separator__yloRC {
  color: #757c80;
  font-weight: 400;
  padding: 0 16px;
}
.abc-modals_rich-link__JhW_P .abc-modals_link-preview-container__ItReE {
  width: 45%;
  float: right;
  padding-right: 0;
}
.abc-modals_custom-extension-modal__BisL7 {
  margin-top: 16px;
  margin-bottom: 16px;
  min-width: 820px;
  min-height: 632px;
  overflow: hidden;
}
.abc-modals_custom-extension-modal__BisL7.abc-modals_view-mode__nkE7L .abc-modals_attach-image__I_cD_,
.abc-modals_custom-extension-modal__BisL7.abc-modals_view-mode__nkE7L .abc-modals_header-title__erZUI + .input-text,
.abc-modals_custom-extension-modal__BisL7.abc-modals_view-mode__nkE7L .abc-modals_remove-image__3HJnI {
  display: none;
}
.abc-modals_custom-extension-modal__BisL7.abc-modals_view-mode__nkE7L .abc-modals_content-overlay__4meld {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.abc-modals_custom-extension-modal__BisL7 .ant-modal-header {
  margin-bottom: 0;
  padding: 24px;
  border-bottom: 1px solid #e6e6e6;
}
.abc-modals_custom-extension-modal__BisL7 .ant-modal-header .abc-modals_header-title__erZUI {
  background-color: #fff;
  z-index: 15;
}
.abc-modals_custom-extension-modal__BisL7 .ant-modal-footer {
  margin-top: 0;
  padding: 16px 24px;
  border-top: 1px solid #e6e6e6;
}
.abc-modals_custom-extension-modal__BisL7 .ant-modal-content {
  padding: 0;
}
.abc-modals_custom-extension-modal__BisL7 .abc-modals_content-inner-wrapper__RY20u {
  position: relative;
}
.abc-modals_custom-extension-modal__BisL7 .abc-modals_content-inner-wrapper__RY20u .abc-modals_sub-section__m1SGL {
  border-bottom: 1px solid #e6e6e6;
  padding: 24px;
  position: relative;
}
.abc-modals_custom-extension-modal__BisL7 .abc-modals_content-inner-wrapper__RY20u .abc-modals_sub-section__m1SGL:last-of-type {
  border: none;
}
.abc-modals_custom-extension-modal__BisL7 .abc-modals_content-inner-wrapper__RY20u .abc-modals_sub-section__m1SGL .ant-collapse-content-box,
.abc-modals_custom-extension-modal__BisL7 .abc-modals_content-inner-wrapper__RY20u .abc-modals_sub-section__m1SGL .ant-collapse-header {
  padding: 0;
}
.abc-modals_custom-extension-modal__BisL7 .abc-modals_content-inner-wrapper__RY20u .abc-modals_sub-section__m1SGL .ant-collapse-content-box {
  padding-top: 1rem;
}
.abc-modals_custom-extension-modal__BisL7 .abc-modals_picker-message-view__EZ4RV .abc-modals_content-container__hdS7T {
  flex: none;
  width: 350px;
}
.abc-modals_custom-extension-modal__BisL7 .abc-modals_picker-message-view__EZ4RV .abc-modals_content-container__hdS7T .abc-modals_image-uploader__QBae2 .abc-modals_attach-image__I_cD_ {
  margin-left: 0;
  padding: 0;
}
.abc-modals_custom-extension-modal__BisL7 .abc-modals_custom-extension-input-view__MtEVc .abc-modals_id-input__HCbMb {
  width: 37.5%;
}
.abc-modals_custom-extension-modal__BisL7 .abc-modals_custom-extension-input-view__MtEVc .abc-modals_id-input__HCbMb + input {
  width: 61%;
  margin-left: 1%;
}
.abc-modals_custom-extension-modal__BisL7 .abc-modals_custom-extension-input-view__MtEVc textarea {
  background-color: #f9f9f9;
  padding: 12px;
  height: auto;
}
.abc-modals_custom-extension-modal__BisL7 .abc-modals_custom-extension-input-view__MtEVc .abc-modals_app-id-label__sKT3k {
  position: relative;
  color: #757c80;
}
.abc-modals_custom-extension-modal__BisL7 .abc-modals_custom-extension-input-view__MtEVc .abc-modals_app-id-label__sKT3k .abc-modals_numbers__8wrPz {
  color: #000;
}
.abc-modals_custom-extension-modal__BisL7 .abc-modals_received-message-input-view__Svj7L .abc-modals_image-container__M2FPh {
  margin: 15px 0 20px;
}
.abc-modals_custom-extension-modal__BisL7 .abc-modals_received-message-input-view__Svj7L .abc-modals_image-container__M2FPh .abc-modals_image__L4NOk {
  width: 240px;
  height: 160px;
  margin-bottom: 12px;
}
.abc-modals_custom-extension-modal__BisL7 .abc-modals_received-message-input-view__Svj7L .abc-modals_image-container__M2FPh .abc-modals_remove-image__3HJnI {
  color: #d0021b;
}
.abc-modals_custom-extension-modal__BisL7 .abc-modals_received-message-input-view__Svj7L .abc-modals_attach-image__I_cD_ {
  margin-bottom: 20px;
}
.abc-modals_custom-extension-modal__BisL7 .abc-modals_options-row__kA8KK {
  position: relative;
}
.abc-modals_custom-extension-modal__BisL7 .abc-modals_header-title__erZUI + .input-text {
  width: 100%;
  margin-bottom: 0;
}
.abc-modals_custom-extension-modal__BisL7 .input-text {
  background-color: #f9f9f9;
  height: 41px;
  padding: 12px 21px 12px 12px;
  margin: 0;
  width: 100%;
}
.abc-modals_custom-extension-modal__BisL7 .abc-modals_section-title__AkgYx {
  margin-bottom: 16px;
  color: #17191a;
}
.abc-modals_custom-extension-modal__BisL7 .abc-modals_sub-section-title__WdDrt {
  color: #17191a;
  margin-bottom: 8px;
}
.abc-modals_interactive__n8gqd {
  max-height: 1060px;
  min-width: 820px;
  min-height: 632px;
  overflow: auto;
}
@media (max-height: 1140px) {
  .abc-modals_interactive__n8gqd {
    max-height: calc(100% - 80px);
  }
}
.abc-modals_interactive__n8gqd.abc-modals_view-mode__nkE7L .abc-modals_add-item__86YpE,
.abc-modals_interactive__n8gqd.abc-modals_view-mode__nkE7L .abc-modals_add-section__a_RO0,
.abc-modals_interactive__n8gqd.abc-modals_view-mode__nkE7L .abc-modals_attach-image__I_cD_,
.abc-modals_interactive__n8gqd.abc-modals_view-mode__nkE7L .abc-modals_header-title__erZUI + .abc-modals_input-text__7X5Wg,
.abc-modals_interactive__n8gqd.abc-modals_view-mode__nkE7L .abc-modals_image-uploader__QBae2,
.abc-modals_interactive__n8gqd.abc-modals_view-mode__nkE7L .abc-modals_remove-image__3HJnI,
.abc-modals_interactive__n8gqd.abc-modals_view-mode__nkE7L .abc-modals_remove-item__dX9yX,
.abc-modals_interactive__n8gqd.abc-modals_view-mode__nkE7L .abc-modals_remove-section__HalM9 {
  display: none;
}
.abc-modals_interactive__n8gqd.abc-modals_view-mode__nkE7L .abc-modals_content-overlay__4meld {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.abc-modals_interactive__n8gqd .ant-modal-header {
  border-radius: 0;
  border-top-left-radius: 4px;
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 4px 4px 0 0;
  background: #fff;
  padding: 16px 24px;
}
.abc-modals_interactive__n8gqd .ant-modal-content .abc-modals_content-inner-wrapper__RY20u {
  position: relative;
}
.abc-modals_interactive__n8gqd .ant-modal-content .abc-modals_content-inner-wrapper__RY20u .abc-modals_sub-section__m1SGL {
  border-bottom: 1px solid #e6e6e6;
  padding: 24px;
  position: relative;
}
.abc-modals_interactive__n8gqd .ant-modal-content .abc-modals_content-inner-wrapper__RY20u .abc-modals_sub-section__m1SGL:last-of-type {
  border: none;
}
.abc-modals_interactive__n8gqd .ant-modal-content .abc-modals_content-inner-wrapper__RY20u .abc-modals_sub-section__m1SGL .abc-modals_list-details__gyAL1 .abc-modals_add-section__a_RO0 {
  border: none;
  background: transparent;
  position: relative;
  color: #31a7e7;
  padding: 10px 0 10px 64px;
}
.abc-modals_interactive__n8gqd .ant-modal-content .abc-modals_content-inner-wrapper__RY20u .abc-modals_sub-section__m1SGL .abc-modals_list-details__gyAL1 .abc-modals_add-section__a_RO0:before {
  background: url(/icons/plus-white.svg) #31a7e7 no-repeat 50%/24px;
  content: '';
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  color: #fff;
  top: 0;
  left: 0;
}
.abc-modals_interactive__n8gqd .ant-modal-content .abc-modals_content-inner-wrapper__RY20u .abc-modals_sub-section__m1SGL .abc-modals_hr-grey___6aFl,
.abc-modals_interactive__n8gqd .ant-modal-content .abc-modals_content-inner-wrapper__RY20u .abc-modals_sub-section__m1SGL .hr-grey {
  position: relative;
  left: -24px;
  width: calc(100% + 48px);
  margin: 24px 0;
}
.abc-modals_interactive__n8gqd .ant-modal-content .abc-modals_content-inner-wrapper__RY20u .abc-modals_sub-section__m1SGL textarea {
  background-color: #f9f9f9;
  padding: 12px;
}
.abc-modals_interactive__n8gqd .ant-modal-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  padding: 16px 24px;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
}
.abc-modals_interactive__n8gqd .abc-modals_options-row__kA8KK {
  position: relative;
}
.abc-modals_interactive__n8gqd .abc-modals_header-title__erZUI + .abc-modals_input-text__7X5Wg {
  width: 100%;
  margin-bottom: 0;
}
.abc-modals_interactive__n8gqd .abc-modals_input-text__7X5Wg {
  background-color: #f9f9f9;
  height: 41px;
  padding: 12px 21px 12px 12px;
  margin: 0;
  width: 100%;
}
.abc-modals_interactive__n8gqd .abc-modals_section-title-container__HnCLh {
  position: relative;
  cursor: pointer;
}
.abc-modals_interactive__n8gqd .abc-modals_section-title-container__HnCLh .abc-modals_disclosure-icon__E9obN {
  position: absolute;
  top: -3px;
  right: 0;
  bottom: auto;
  left: auto;
}
.abc-modals_interactive__n8gqd .abc-modals_section-title__AkgYx {
  margin-bottom: 16px;
  color: #17191a;
}
.abc-modals_interactive__n8gqd .abc-modals_sub-section-title__WdDrt {
  color: #17191a;
  margin-bottom: 8px;
}
.abc-modals_interactive__n8gqd .abc-modals_preview-title__sHdEp {
  color: #17191a;
  padding-top: 16px;
}
.abc-modals_interactive__n8gqd .abc-modals_remove-item__dX9yX {
  color: #d0021b;
  padding: 0;
}
.abc-modals_interactive__n8gqd .abc-modals_remove-item__dX9yX:hover {
  color: #d0021b;
}
.abc-modals_interactive__n8gqd .abc-modals_picker-message-view__EZ4RV .abc-modals_content-container__hdS7T .abc-modals_image-uploader__QBae2 .abc-modals_attach-image__I_cD_ {
  margin-left: 0;
  padding: 0;
}
.abc-modals_interactive__n8gqd .abc-modals_picker-message-view__EZ4RV .abc-modals_content-container__hdS7T .abc-modals_image-uploader__QBae2 .abc-modals_upload-description__qPBzB {
  padding-left: 16px;
  color: #757c80;
}
.abc-modals_interactive__n8gqd .abc-modals_picker-message-view__EZ4RV .abc-modals_message-style-selector__Os_xg .abc-modals_frontend-options__vxbhD {
  display: flex;
  background-color: #f9f9f9;
  border-radius: 4px;
}
.abc-modals_interactive__n8gqd .abc-modals_picker-message-view__EZ4RV .abc-modals_message-style-selector__Os_xg .abc-modals_frontend-options__vxbhD .abc-modals_option-radio__5IDEM {
  cursor: pointer;
  flex-grow: 1;
  padding: 6px 20px;
  text-align: center;
  position: relative;
}
.abc-modals_interactive__n8gqd .abc-modals_picker-message-view__EZ4RV .abc-modals_message-style-selector__Os_xg .abc-modals_frontend-options__vxbhD .abc-modals_option-radio__5IDEM:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}
.abc-modals_interactive__n8gqd .abc-modals_picker-message-view__EZ4RV .abc-modals_message-style-selector__Os_xg .abc-modals_frontend-options__vxbhD .abc-modals_option-radio__5IDEM:first-child {
  border-radius: 4px 0 0 4px;
}
.abc-modals_interactive__n8gqd .abc-modals_picker-message-view__EZ4RV .abc-modals_message-style-selector__Os_xg .abc-modals_frontend-options__vxbhD .abc-modals_option-radio__5IDEM:last-child {
  border-radius: 0 4px 4px 0;
}
.abc-modals_interactive__n8gqd
  .abc-modals_picker-message-view__EZ4RV
  .abc-modals_message-style-selector__Os_xg
  .abc-modals_frontend-options__vxbhD
  .abc-modals_option-radio__5IDEM
  .abc-modals_description__JiwZU,
.abc-modals_interactive__n8gqd
  .abc-modals_picker-message-view__EZ4RV
  .abc-modals_message-style-selector__Os_xg
  .abc-modals_frontend-options__vxbhD
  .abc-modals_option-radio__5IDEM
  .abc-modals_label__fvGIQ {
  color: #757c80;
}
.abc-modals_interactive__n8gqd
  .abc-modals_picker-message-view__EZ4RV
  .abc-modals_message-style-selector__Os_xg
  .abc-modals_frontend-options__vxbhD
  .abc-modals_option-radio__5IDEM
  .abc-modals_description__JiwZU {
  font-size: 10px;
  letter-spacing: 0.12px;
  line-height: 12px;
}
.abc-modals_interactive__n8gqd
  .abc-modals_picker-message-view__EZ4RV
  .abc-modals_message-style-selector__Os_xg
  .abc-modals_frontend-options__vxbhD
  .abc-modals_option-radio__5IDEM
  .abc-modals_click-area__MCVck {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.abc-modals_interactive__n8gqd
  .abc-modals_picker-message-view__EZ4RV
  .abc-modals_message-style-selector__Os_xg
  .abc-modals_frontend-options__vxbhD
  .abc-modals_option-radio__5IDEM.abc-modals_selected__wooY8 {
  background-color: #ffc926;
}
.abc-modals_interactive__n8gqd
  .abc-modals_picker-message-view__EZ4RV
  .abc-modals_message-style-selector__Os_xg
  .abc-modals_frontend-options__vxbhD
  .abc-modals_option-radio__5IDEM.abc-modals_selected__wooY8
  .abc-modals_description__JiwZU,
.abc-modals_interactive__n8gqd
  .abc-modals_picker-message-view__EZ4RV
  .abc-modals_message-style-selector__Os_xg
  .abc-modals_frontend-options__vxbhD
  .abc-modals_option-radio__5IDEM.abc-modals_selected__wooY8
  .abc-modals_label__fvGIQ {
  color: #17191a;
}
.abc-modals_interactive__n8gqd
  .abc-modals_picker-message-view__EZ4RV
  .abc-modals_message-style-selector__Os_xg
  .abc-modals_frontend-options__vxbhD
  .abc-modals_option-radio__5IDEM.abc-modals_selected__wooY8:not(:last-child) {
  border-right: 1px solid #ffc926;
}
.abc-modals_interactive__n8gqd .abc-modals_picker-message-view__EZ4RV .abc-modals_content-container__hdS7T {
  flex: none;
  width: 350px;
}
.abc-modals_interactive__n8gqd .abc-modals_input-row__naBqm {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.abc-modals_interactive__n8gqd .abc-modals_input-row__naBqm .abc-modals_input-container__ri0nz {
  flex: 1 0 auto;
  min-width: 0;
  max-width: 350px;
}
.abc-modals_interactive__n8gqd .abc-modals_input-row__naBqm .abc-modals_input-container__ri0nz:first-child {
  margin-right: 30px;
}
.abc-modals_interactive__n8gqd .abc-modals_checkbox-container__5C3lW {
  position: relative;
  margin: 20px 20px 30px;
}
.abc-modals_interactive__n8gqd .abc-modals_custom-extension-input-view__MtEVc .abc-modals_id-input__HCbMb {
  width: 37.5%;
}
.abc-modals_interactive__n8gqd .abc-modals_custom-extension-input-view__MtEVc .abc-modals_id-input__HCbMb + input {
  width: 61%;
  margin-left: 1%;
}
.abc-modals_interactive__n8gqd .abc-modals_custom-extension-input-view__MtEVc textarea {
  background-color: #f9f9f9;
  padding: 12px;
}
.abc-modals_interactive__n8gqd .abc-modals_custom-extension-input-view__MtEVc .abc-modals_app-id-label__sKT3k {
  position: relative;
  color: #757c80;
}
.abc-modals_interactive__n8gqd .abc-modals_custom-extension-input-view__MtEVc .abc-modals_app-id-label__sKT3k .abc-modals_numbers__8wrPz {
  color: #000;
}
.abc-modals_interactive__n8gqd .abc-modals_received-message-input-view__Svj7L .abc-modals_image-container__M2FPh {
  margin: 15px 0 20px;
}
.abc-modals_interactive__n8gqd .abc-modals_received-message-input-view__Svj7L .abc-modals_image-container__M2FPh .abc-modals_image__L4NOk {
  width: 240px;
  height: 160px;
  margin-bottom: 12px;
}
.abc-modals_interactive__n8gqd .abc-modals_received-message-input-view__Svj7L .abc-modals_image-container__M2FPh .abc-modals_remove-image__3HJnI {
  color: #d0021b;
}
.abc-modals_interactive__n8gqd .abc-modals_received-message-input-view__Svj7L .abc-modals_attach-image__I_cD_ {
  margin-bottom: 20px;
}
.abc-modals_interactive__n8gqd .abc-modals_payment-details-view__a8QVv .abc-modals_remove-item__dX9yX {
  margin-left: 20px;
  height: 100%;
  align-self: center;
}
.abc-modals_interactive__n8gqd .abc-modals_payment-details-view__a8QVv .abc-modals_input-container__ri0nz.abc-modals_for-amount__md6g3 {
  max-width: 240px;
  position: relative;
}
.abc-modals_interactive__n8gqd .abc-modals_payment-details-view__a8QVv .abc-modals_input-container__ri0nz.abc-modals_for-amount__md6g3 .abc-modals_item-currency__IwWzy {
  position: absolute;
  top: 11px;
  left: 12px;
  color: #a3a3a3;
  pointer-events: none;
}
.abc-modals_interactive__n8gqd .abc-modals_payment-details-view__a8QVv .abc-modals_input-container__ri0nz.abc-modals_for-amount__md6g3 .abc-modals_item-amount__6x44p {
  padding-left: 28px;
}
.abc-modals_interactive__n8gqd .abc-modals_payment-details-view__a8QVv .abc-modals_option-column__DxXW2 {
  width: 24%;
  display: inline-block;
  vertical-align: top;
}
.abc-modals_interactive__n8gqd .abc-modals_payment-details-view__a8QVv .abc-modals_option-column__DxXW2 .abc-modals_sub-section-title__WdDrt {
  margin-bottom: 16px;
  color: #17191a;
}
.abc-modals_interactive__n8gqd .abc-modals_payment-details-view__a8QVv .abc-modals_option-column__DxXW2 .abc-modals_checkbox-container__5C3lW,
.abc-modals_interactive__n8gqd .abc-modals_payment-details-view__a8QVv .abc-modals_option-column__DxXW2 .ant-checkbox-wrapper {
  width: 100%;
  margin-bottom: 16px;
  margin-left: 0;
}
.abc-modals_interactive__n8gqd .abc-modals_time-picker-section-view__UKFwi .abc-modals_input-row__naBqm .abc-modals_coordinates-container__XXpt2 .abc-modals_input-text__7X5Wg {
  width: 140px;
}
.abc-modals_interactive__n8gqd .abc-modals_time-picker-section-view__UKFwi .abc-modals_input-row__naBqm .abc-modals_coordinates-container__XXpt2 .abc-modals_input-text__7X5Wg:not(:last-child) {
  margin-right: 10px;
}
.abc-modals_interactive__n8gqd .abc-modals_time-picker-section-view__UKFwi .abc-modals_time-slots-container__RTzVr .abc-modals_time-slot__S_rvg {
  display: block;
  margin-left: 64px;
  padding-bottom: 12px;
  position: relative;
}
.abc-modals_interactive__n8gqd .abc-modals_time-picker-section-view__UKFwi .abc-modals_time-slots-container__RTzVr .abc-modals_time-slot__S_rvg .abc-modals_line-compose___3_yt {
  display: inline-block;
  width: 2px;
  height: 100%;
  background: #e6e6e6;
  position: absolute;
  top: 6px;
  left: -45px;
}
.abc-modals_interactive__n8gqd .abc-modals_time-picker-section-view__UKFwi .abc-modals_time-slots-container__RTzVr .abc-modals_time-slot__S_rvg .abc-modals_ico-compose__Onrk7 {
  padding: 4px;
  background-image: url(/icons/clock-blue.svg);
  background-color: #17191a;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  top: 7px;
  display: inline-block;
  position: absolute;
  left: -64px;
  background-size: 45%;
}
.abc-modals_interactive__n8gqd .abc-modals_time-picker-section-view__UKFwi .abc-modals_time-slots-container__RTzVr .abc-modals_add-item__86YpE {
  border: none;
  background: transparent;
  position: relative;
  color: #31a7e7;
  padding: 10px 0 10px 64px;
  margin-top: 8px;
}
.abc-modals_interactive__n8gqd .abc-modals_time-picker-section-view__UKFwi .abc-modals_time-slots-container__RTzVr .abc-modals_add-item__86YpE:before {
  background: url(/icons/plus-white.svg) #31a7e7 no-repeat 50%/24px;
  content: '';
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  color: #fff;
  top: -2px;
  left: 0;
}
.abc-modals_interactive__n8gqd .abc-modals_time-picker-section-view__UKFwi .abc-modals_time-slots-container__RTzVr .abc-modals_remove-item__dX9yX {
  margin-left: 12px;
}
.abc-modals_interactive__n8gqd .abc-modals_time-picker-section-view__UKFwi .abc-modals_time-slots-container__RTzVr .abc-modals_form-group__BbMZd {
  display: inline-block;
}
.abc-modals_interactive__n8gqd .abc-modals_time-picker-section-view__UKFwi .abc-modals_time-slots-container__RTzVr .abc-modals_form-group__BbMZd .abc-modals_time-selector__88GST {
  margin-bottom: 0;
}
.abc-modals_interactive__n8gqd .abc-modals_time-picker-section-view__UKFwi .abc-modals_time-slots-container__RTzVr .abc-modals_to-label__N0OXv {
  margin: 8px;
  font-size: 14px;
}
.abc-modals_interactive__n8gqd .abc-modals_time-picker-section-view__UKFwi .abc-modals_time-slots-container__RTzVr .abc-modals_input-text__7X5Wg {
  width: 150px;
}
.abc-modals_interactive__n8gqd .abc-modals_list-picker-section__rjZ2N {
  display: block;
  padding-bottom: 32px;
  margin-left: 64px;
  position: relative;
}
.abc-modals_interactive__n8gqd .abc-modals_list-picker-section__rjZ2N:not(:first-of-type) {
  padding-top: 32px;
}
.abc-modals_interactive__n8gqd .abc-modals_list-picker-section__rjZ2N:not(:last-of-type) {
  border-bottom: 1px solid #e6e6e6;
}
.abc-modals_interactive__n8gqd .abc-modals_list-picker-section__rjZ2N .abc-modals_line-compose___3_yt {
  display: inline-block;
  width: 2px;
  height: 100%;
  background: #e6e6e6;
  position: absolute;
  top: 0;
  left: -46px;
}
.abc-modals_interactive__n8gqd .abc-modals_list-picker-section__rjZ2N .abc-modals_ico-compose__Onrk7 {
  padding: 4px;
  background-image: url(/icons/list-filled-white.svg);
  background-color: #17191a;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  top: 0;
  display: inline-block;
  position: absolute;
  left: -64px;
  background-size: 42%;
}
.abc-modals_interactive__n8gqd .abc-modals_list-picker-section__rjZ2N:not(:first-of-type) .abc-modals_ico-compose__Onrk7 {
  top: 32px;
}
.abc-modals_interactive__n8gqd .abc-modals_list-picker-section-view__MkVLe {
  display: block;
}
.abc-modals_interactive__n8gqd .abc-modals_list-picker-section-view__MkVLe .abc-modals_input-text__7X5Wg {
  width: calc(100% - 70px);
}
.abc-modals_interactive__n8gqd .abc-modals_list-picker-section-view__MkVLe .abc-modals_without-button__PjsQa .abc-modals_input-text__7X5Wg {
  width: 100%;
}
.abc-modals_interactive__n8gqd .abc-modals_list-picker-section-view__MkVLe .abc-modals_remove-section__HalM9 {
  padding: 0;
  margin-left: 16px;
  color: #d0021b;
}
.abc-modals_interactive__n8gqd .abc-modals_list-picker-section-view__MkVLe .abc-modals_add-item__86YpE {
  background-color: #fdfdfd;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #e6e6e6;
  padding: 16px 0;
  text-align: center;
  position: relative;
  width: calc(100% + 48px);
  left: -24px;
}
.abc-modals_interactive__n8gqd .abc-modals_list-picker-section-view__MkVLe .abc-modals_checkbox-container__5C3lW {
  margin: 8px 0 16px;
}
.abc-modals_interactive__n8gqd .abc-modals_list-picker-section-view__MkVLe .abc-modals_list-picker-items__846iF {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 24px 24px 0;
}
.abc-modals_interactive__n8gqd .abc-modals_list-picker-section-view__MkVLe .abc-modals_list-picker-item__ox2X_,
.abc-modals_interactive__n8gqd .abc-modals_list-picker-section-view__MkVLe .abc-modals_suggestion-item__JMXcH {
  display: block;
}
.abc-modals_interactive__n8gqd .abc-modals_list-picker-section-view__MkVLe .abc-modals_list-picker-item__ox2X_:not(:first-child),
.abc-modals_interactive__n8gqd .abc-modals_list-picker-section-view__MkVLe .abc-modals_suggestion-item__JMXcH:not(:first-child) {
  padding-top: 24px;
}
.abc-modals_interactive__n8gqd .abc-modals_list-picker-section-view__MkVLe .abc-modals_list-picker-item__ox2X_:not(:last-of-type),
.abc-modals_interactive__n8gqd .abc-modals_list-picker-section-view__MkVLe .abc-modals_suggestion-item__JMXcH:not(:last-of-type) {
  border-bottom: 1px solid #e6e6e6;
}
.abc-modals_interactive__n8gqd .abc-modals_list-picker-section-view__MkVLe .abc-modals_suggestion-item-view__8VAk1 {
  margin: 10px 0;
}
.abc-modals_interactive__n8gqd .abc-modals_list-picker-section-view__MkVLe .abc-modals_suggestion-item-view__8VAk1 .abc-modals_counter-wrapper__3llGZ {
  border: 1px solid #e6e6e6;
}
.abc-modals_interactive__n8gqd .abc-modals_list-picker-section-view__MkVLe .abc-modals_suggestion-item-view__8VAk1 input {
  width: 100%;
  border: none;
}
.abc-modals_interactive__n8gqd .abc-modals_list-picker-section-view__MkVLe .abc-modals_list-picker-item-view__KzrdM {
  display: flex;
  margin: 10px 0;
}
.abc-modals_interactive__n8gqd .abc-modals_list-picker-section-view__MkVLe .abc-modals_list-picker-item-view__KzrdM .abc-modals_image-input-area__pMnoe {
  width: 98px;
  height: 98px;
  margin-right: 16px;
  overflow-wrap: break-word;
  border-radius: 4px;
  display: flex;
  justify-content: center;
}
.abc-modals_interactive__n8gqd .abc-modals_list-picker-section-view__MkVLe .abc-modals_list-picker-item-view__KzrdM .abc-modals_image-input-area__pMnoe:not(.abc-modals_placeholder__mBuRt) button {
  width: 100%;
  height: 100%;
}
.abc-modals_interactive__n8gqd .abc-modals_list-picker-section-view__MkVLe .abc-modals_list-picker-item-view__KzrdM .abc-modals_img__IL4xt {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.abc-modals_interactive__n8gqd .abc-modals_list-picker-section-view__MkVLe .abc-modals_list-picker-item-view__KzrdM .abc-modals_text-input-area__uVny6 {
  position: relative;
  flex: 1 1 auto;
}
.abc-modals_interactive__n8gqd .abc-modals_list-picker-section-view__MkVLe .abc-modals_list-picker-item-view__KzrdM .abc-modals_text-input-area__uVny6 .abc-modals_input-text__7X5Wg {
  display: block;
  margin-bottom: 16px;
  width: 100%;
}
.abc-modals_interactive__n8gqd .abc-modals_list-picker-section-view__MkVLe .abc-modals_list-picker-item-view__KzrdM .abc-modals_text-input-area__uVny6 .abc-modals_remove-item__dX9yX {
  position: absolute;
  top: 19px;
  right: auto;
  bottom: auto;
  left: 320px;
}
.abc-modals_interactive__n8gqd .ant-collapse .ant-collapse-header {
  align-items: center;
}
.abc-modals_interactive__n8gqd .ant-collapse .ant-collapse-content-box,
.abc-modals_interactive__n8gqd .ant-collapse .ant-collapse-header {
  padding: 0;
}
.custom-fields_icon__cYzGM {
  padding: 4px;
}
.custom-fields_icon-wrapper__ob_t8 {
  padding: 4px;
  color: #454a4d;
}
.custom-fields_icon-wrapper-absolute__WETzK {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.custom-fields_icon-wrapper-absolute__WETzK .custom-fields_icon__cYzGM {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.custom-fields_icon-sms__kQmnC {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.custom-fields_icon-email__Tve0q {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.custom-fields_icon-mixed__gTpIo {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.custom-fields_icon-picker-wrapper__9oA2W {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.custom-fields_icon-picker-wrapper__9oA2W:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.custom-fields_icon-picker-wrapper__9oA2W:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .custom-fields_icon-picker-wrapper__9oA2W {
    margin-right: 5px;
  }
}
.custom-fields_icon-checkmark-white__ObbT_ {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.custom-fields_icon-x-white__PkLX3 {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.custom-fields_icon-help__rP5DR {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.custom-fields_icon-help__rP5DR:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.custom-fields_container__DcZXd select,
.custom-fields_ico-arrow-down__gWa49 {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.custom-fields_container__DcZXd select.custom-fields_ant-dropdown-trigger__e2_Tl,
.custom-fields_ico-arrow-down__gWa49.custom-fields_ant-dropdown-trigger__e2_Tl {
  padding-right: 24px;
  cursor: pointer;
}
.custom-fields_container__DcZXd select.custom-fields_ant-dropdown-trigger__e2_Tl:disabled,
.custom-fields_container__DcZXd select.custom-fields_ant-dropdown-trigger__e2_Tl[disabled],
.custom-fields_ico-arrow-down__gWa49.custom-fields_ant-dropdown-trigger__e2_Tl:disabled,
.custom-fields_ico-arrow-down__gWa49.custom-fields_ant-dropdown-trigger__e2_Tl[disabled] {
  cursor: default;
  background: transparent;
}
.custom-fields_ico-arrow-gray__i2MTf {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.custom-fields_ico-arrow-gray__i2MTf.custom-fields_down__nx4qT {
  transform: rotate(90deg);
}
.custom-fields_ico-arrow-gray__i2MTf.custom-fields_up__lTWKS {
  transform: rotate(-90deg);
}
.custom-fields_ico-arrow-gray__i2MTf.custom-fields_right__NFmuw {
  transform: rotate(180deg);
}
.custom-fields_ico-arrow-gray__i2MTf.custom-fields_ant-dropdown-trigger__e2_Tl {
  padding-right: 24px;
  cursor: pointer;
}
.custom-fields_ico-arrow-gray__i2MTf.custom-fields_ant-dropdown-trigger__e2_Tl:disabled,
.custom-fields_ico-arrow-gray__i2MTf.custom-fields_ant-dropdown-trigger__e2_Tl[disabled] {
  cursor: default;
  background: transparent;
}
.custom-fields_icon-error-triangle__6foAe {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.custom-fields_ico-compose__mQ1sD {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.custom-fields_ico-compose-white__1Inzl {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.custom-fields_icon-google-play__1eGRq {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.custom-fields_icon-app-store__T5bCz {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.custom-fields_icon-social-fb__DePui {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.custom-fields_icon-social-tw__ek_QQ {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.custom-fields_icon-disclosure__52NiB {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.custom-fields_icon-16__ItF1S {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.custom-fields_icon-18__nxzug {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.custom-fields_icon-gray5__RQ0W5 {
  color: #999 !important;
}
.custom-fields_ico-arrow-black__lJhrj {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.custom-fields_ico-arrow-black__lJhrj.custom-fields_down__nx4qT {
  transform: rotate(90deg);
}
.custom-fields_ico-arrow-black__lJhrj.custom-fields_up__lTWKS {
  transform: rotate(-90deg);
}
.custom-fields_ico-arrow-black__lJhrj.custom-fields_right__NFmuw {
  transform: rotate(180deg);
}
.custom-fields_icon-copy__pz0Rk {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.custom-fields_icon-copy__pz0Rk:hover {
  background-image: url(/icons/copy-black.svg);
}
.custom-fields_icon-msg-white__P8KYi {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.custom-fields_icon-email-white__Gi0_5 {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.custom-fields_icon-black-bg__pgev3 {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.custom-fields_icon-black-bg__pgev3 > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.custom-fields_icon-inbox-black-filled__YIBGT {
  background-image: url(/icons/inbox-black.svg);
}
.custom-fields_icon-contacts__J7AQg {
  background-image: url(/icons/sidebar/contacts.svg);
}
.custom-fields_page-header-title__xesbm {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.custom-fields_action-content-box__YiTtE .custom-fields_sub-content__NqRDt h4,
.custom-fields_empty-state-wrapper__mE3mL h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.custom-fields_box-content__bUbX_ .custom-fields_header-l__yjKm3,
.custom-fields_box-content__bUbX_ .custom-fields_header___rwz_,
.custom-fields_toast__p1DYJ .custom-fields_ant-message-notice-content__ijlPj .custom-fields_toast-wrapper__u0nO8 .custom-fields_contents__htIk_ .custom-fields_title__fpdYy {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.custom-fields_action-content-box__YiTtE .custom-fields_sub-content__NqRDt p.custom-fields_bold__TxfdY,
.custom-fields_empty-state-wrapper__mE3mL h2 a,
.custom-fields_header-bar__bxO8W .custom-fields_title__fpdYy {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.custom-fields_box-content__bUbX_ .custom-fields_content-header__MUrvr,
.custom-fields_empty-fields-container__iXNnQ .custom-fields_header___rwz_,
.custom-fields_fields-header__Bhaf_ {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.custom-fields_action-content-box__YiTtE .custom-fields_sub-content__NqRDt p,
.custom-fields_empty-state-wrapper__mE3mL div,
.custom-fields_toast__p1DYJ .custom-fields_ant-message-notice-content__ijlPj .custom-fields_toast-wrapper__u0nO8 .custom-fields_contents__htIk_ p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.custom-fields_blue-button__ticxC,
.custom-fields_box-content__bUbX_ .custom-fields_content__slMJH input,
.custom-fields_box-content__bUbX_ .custom-fields_upload-data-input-with-icon__4ecqm input,
.custom-fields_button-with-bg-color__rHlv5,
.custom-fields_cancel-button__yuB76,
.custom-fields_green-button__0IN2o,
.custom-fields_input-box__hnzQZ,
.custom-fields_input-grey__2C3eI,
.custom-fields_orange-button__YAz12,
.custom-fields_positive-button__wsfY2,
.custom-fields_purple-button__R1JT9,
.custom-fields_white-button-blue-text___worl,
.custom-fields_white-button__lX7by,
button.custom-fields_icon-button__aTx80,
button.custom-fields_text-only___KW_u,
input .custom-fields_input-white__0TEh_,
textarea .custom-fields_input-white__0TEh_ {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.custom-fields_large-tag___ot4k,
button.custom-fields_show-more__bKuCO,
button.custom-fields_text-only___KW_u,
span.custom-fields_text-only___KW_u button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.custom-fields_fields-content__W_ucf button {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.custom-fields_tag__Yk29P {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.custom-fields_beta-label__ZgUwg,
.custom-fields_empty-fields-container__iXNnQ .custom-fields_custom-fields-item__w3aQV,
.custom-fields_error-text-link__bO5_S,
.custom-fields_error-text__of3uG,
.custom-fields_error__oUSDv {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.custom-fields_mini-square__Nqu_O {
  width: 20px;
  height: 20px;
}
.custom-fields_help-text__dUPS8 {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.custom-fields_error-text__of3uG {
  color: #d0021b;
  flex-grow: 1;
}
.custom-fields_error-text-link__bO5_S {
  color: #d0021b;
  text-decoration: underline;
}
.custom-fields_descriptive-text__hLmyE {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.custom-fields_visually-hidden__Nm4aK {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.custom-fields_visually-hidden__Nm4aK.custom-fields_focusable__87lJJ:active,
.custom-fields_visually-hidden__Nm4aK.custom-fields_focusable__87lJJ:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.custom-fields_visually-offscreen__pOj0r {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.custom-fields_invisible__NmAgo {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.custom-fields_hidden__drmVW {
  display: none !important;
  visibility: hidden;
}
.custom-fields_strong__DUR_c {
  font-weight: 700;
}
.custom-fields_align-right__f7jzA {
  text-align: right;
}
.custom-fields_align-left__qWL1d {
  text-align: left;
}
.custom-fields_centered__t51ij {
  text-align: center;
}
.custom-fields_timestamp__0zRzm {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.custom-fields_display-block__w61p4 {
  display: block !important;
}
.custom-fields_inline-block__OLSOr {
  display: inline-block !important;
}
.custom-fields_hm-app-body__tAIGK button.custom-fields_ant-switch__zr8Xd[disabled],
.custom-fields_hm-app-body__tAIGK button.custom-fields_ant-switch__zr8Xd[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.custom-fields_blue-button__ticxC,
.custom-fields_button-with-bg-color__rHlv5,
.custom-fields_cancel-button__yuB76,
.custom-fields_green-button__0IN2o,
.custom-fields_orange-button__YAz12,
.custom-fields_positive-button__wsfY2,
.custom-fields_purple-button__R1JT9,
.custom-fields_white-button-blue-text___worl,
.custom-fields_white-button__lX7by,
button.custom-fields_icon-button__aTx80,
button.custom-fields_text-only___KW_u {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.custom-fields_text-only___KW_u,
span.custom-fields_text-only___KW_u button {
  color: #31a7e7;
  padding: 0;
}
button.custom-fields_text-only___KW_u[disabled],
button.custom-fields_text-only___KW_u[disabled]:active,
button.custom-fields_text-only___KW_u[disabled]:focus,
button.custom-fields_text-only___KW_u[disabled]:hover,
span.custom-fields_text-only___KW_u button[disabled],
span.custom-fields_text-only___KW_u button[disabled]:active,
span.custom-fields_text-only___KW_u button[disabled]:focus,
span.custom-fields_text-only___KW_u button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.custom-fields_text-only___KW_u.custom-fields_red-text__hDc_q,
button.custom-fields_text-only___KW_u.custom-fields_red-text__hDc_q:active,
button.custom-fields_text-only___KW_u.custom-fields_red-text__hDc_q:focus,
button.custom-fields_text-only___KW_u.custom-fields_red-text__hDc_q:hover,
span.custom-fields_text-only___KW_u button.custom-fields_red-text__hDc_q,
span.custom-fields_text-only___KW_u button.custom-fields_red-text__hDc_q:active,
span.custom-fields_text-only___KW_u button.custom-fields_red-text__hDc_q:focus,
span.custom-fields_text-only___KW_u button.custom-fields_red-text__hDc_q:hover {
  color: #d0021b;
}
button.custom-fields_text-only___KW_u.custom-fields_gray-text__ekG5k,
span.custom-fields_text-only___KW_u button.custom-fields_gray-text__ekG5k {
  color: #999;
}
button.custom-fields_text-only___KW_u.custom-fields_gray-text__ekG5k:active,
button.custom-fields_text-only___KW_u.custom-fields_gray-text__ekG5k:focus,
button.custom-fields_text-only___KW_u.custom-fields_gray-text__ekG5k:hover,
span.custom-fields_text-only___KW_u button.custom-fields_gray-text__ekG5k:active,
span.custom-fields_text-only___KW_u button.custom-fields_gray-text__ekG5k:focus,
span.custom-fields_text-only___KW_u button.custom-fields_gray-text__ekG5k:hover {
  color: #999 !important;
}
button.custom-fields_text-only___KW_u.custom-fields_black-text__N1NlI,
span.custom-fields_text-only___KW_u button.custom-fields_black-text__N1NlI {
  color: #17191a;
}
button.custom-fields_text-only___KW_u.custom-fields_black-text__N1NlI:active,
button.custom-fields_text-only___KW_u.custom-fields_black-text__N1NlI:focus,
button.custom-fields_text-only___KW_u.custom-fields_black-text__N1NlI:hover,
span.custom-fields_text-only___KW_u button.custom-fields_black-text__N1NlI:active,
span.custom-fields_text-only___KW_u button.custom-fields_black-text__N1NlI:focus,
span.custom-fields_text-only___KW_u button.custom-fields_black-text__N1NlI:hover {
  color: #8158ec;
}
button.custom-fields_text-only___KW_u.custom-fields_purple-text__QL4pO,
button.custom-fields_text-only___KW_u.custom-fields_purple-text__QL4pO:active,
button.custom-fields_text-only___KW_u.custom-fields_purple-text__QL4pO:focus,
button.custom-fields_text-only___KW_u.custom-fields_purple-text__QL4pO:hover,
span.custom-fields_text-only___KW_u button.custom-fields_purple-text__QL4pO,
span.custom-fields_text-only___KW_u button.custom-fields_purple-text__QL4pO:active,
span.custom-fields_text-only___KW_u button.custom-fields_purple-text__QL4pO:focus,
span.custom-fields_text-only___KW_u button.custom-fields_purple-text__QL4pO:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.custom-fields_text-only___KW_u:active,
button.custom-fields_text-only___KW_u:focus,
button.custom-fields_text-only___KW_u:hover,
span.custom-fields_text-only___KW_u button:active,
span.custom-fields_text-only___KW_u button:focus,
span.custom-fields_text-only___KW_u button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.custom-fields_blue-button__ticxC,
.custom-fields_button-with-bg-color__rHlv5,
.custom-fields_green-button__0IN2o,
.custom-fields_orange-button__YAz12,
.custom-fields_positive-button__wsfY2,
.custom-fields_white-button-blue-text___worl,
.custom-fields_white-button__lX7by {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.custom-fields_orange-button__YAz12 {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.custom-fields_orange-button__YAz12:active,
.custom-fields_orange-button__YAz12:focus,
.custom-fields_orange-button__YAz12:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.custom-fields_orange-button__YAz12[disabled],
.custom-fields_orange-button__YAz12[disabled]:active,
.custom-fields_orange-button__YAz12[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.custom-fields_orange-button__YAz12.custom-fields_drop-down__tbrBu {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.custom-fields_scroll-loader__RcGPK {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.custom-fields_green-button__0IN2o {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.custom-fields_green-button__0IN2o:active,
.custom-fields_green-button__0IN2o:focus,
.custom-fields_green-button__0IN2o:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.custom-fields_green-button__0IN2o[disabled],
.custom-fields_green-button__0IN2o[disabled]:active,
.custom-fields_green-button__0IN2o[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.custom-fields_positive-button__wsfY2 {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.custom-fields_positive-button__wsfY2:active,
.custom-fields_positive-button__wsfY2:focus,
.custom-fields_positive-button__wsfY2:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.custom-fields_positive-button__wsfY2[disabled] {
  background-color: #abe4b2;
}
.custom-fields_negative-button__tCRDK {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.custom-fields_negative-button__tCRDK:active,
.custom-fields_negative-button__tCRDK:focus,
.custom-fields_negative-button__tCRDK:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.custom-fields_plain-cancel-button__c84Jp,
.custom-fields_plain-cancel-button__c84Jp:active,
.custom-fields_plain-cancel-button__c84Jp:focus,
.custom-fields_plain-cancel-button__c84Jp:hover {
  color: #17191a;
}
.custom-fields_white-button-blue-text___worl,
.custom-fields_white-button__lX7by {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.custom-fields_white-button-blue-text___worl:active,
.custom-fields_white-button-blue-text___worl:focus,
.custom-fields_white-button-blue-text___worl:hover,
.custom-fields_white-button__lX7by:active,
.custom-fields_white-button__lX7by:focus,
.custom-fields_white-button__lX7by:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.custom-fields_white-button__lX7by[disabled],
.custom-fields_white-button__lX7by[disabled]:active,
.custom-fields_white-button__lX7by[disabled]:focus,
.custom-fields_white-button__lX7by[disabled]:hover,
[disabled].custom-fields_white-button-blue-text___worl {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.custom-fields_common-sentiment-emoji__5FvyM {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.custom-fields_white-button-blue-text___worl {
  color: #31a7e7;
}
.custom-fields_white-button-blue-text___worl:active,
.custom-fields_white-button-blue-text___worl:focus,
.custom-fields_white-button-blue-text___worl:hover {
  color: #31a7e7 !important;
}
.custom-fields_blue-button__ticxC {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.custom-fields_blue-button__ticxC,
.custom-fields_blue-button__ticxC:active,
.custom-fields_blue-button__ticxC:focus,
.custom-fields_blue-button__ticxC:hover {
  background-color: #31a7e7;
  color: #fff;
}
.custom-fields_green-button__0IN2o {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.custom-fields_green-button__0IN2o,
.custom-fields_green-button__0IN2o:active,
.custom-fields_green-button__0IN2o:focus,
.custom-fields_green-button__0IN2o:hover {
  background-color: #56bf56;
  color: #fff;
}
.custom-fields_purple-button__R1JT9 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.custom-fields_purple-button__R1JT9:active,
.custom-fields_purple-button__R1JT9:focus,
.custom-fields_purple-button__R1JT9:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.custom-fields_dropdown-input__DmD0t {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.custom-fields_dropdown-input__DmD0t:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.custom-fields_hm-app-body__tAIGK input::placeholder {
  color: #a3a3a3;
}
.custom-fields_textarea-composer__rFbm0 {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.custom-fields_container__DcZXd input,
.custom-fields_container__DcZXd textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.custom-fields_input-for-copy__u_C_q {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.custom-fields_input-text-bordered__2HJhY,
.custom-fields_input-text__2x9Cv,
.custom-fields_input-textarea__22RJ5 {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.custom-fields_input-text__2x9Cv {
  height: 50px;
}
.custom-fields_input-text-bordered__2HJhY {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.custom-fields_xxl-input__dibn4 {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.custom-fields_xl-input__XjB4Z {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.custom-fields_l-input__AVjCg {
  width: 100%;
  font-size: 1.1rem;
}
.custom-fields_box-content__bUbX_ .custom-fields_content__slMJH input,
.custom-fields_box-content__bUbX_ .custom-fields_upload-data-input-with-icon__4ecqm input,
.custom-fields_input-grey__2C3eI,
input .custom-fields_input-white__0TEh_,
textarea .custom-fields_input-white__0TEh_ {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.custom-fields_box-content__bUbX_ .custom-fields_content__slMJH input::placeholder,
.custom-fields_box-content__bUbX_ .custom-fields_upload-data-input-with-icon__4ecqm input::placeholder,
.custom-fields_input-grey__2C3eI::placeholder,
input .custom-fields_input-white__0TEh_::placeholder,
textarea .custom-fields_input-white__0TEh_::placeholder {
  color: #999;
  opacity: 1;
}
input .custom-fields_input-white__0TEh_,
textarea .custom-fields_input-white__0TEh_ {
  background-color: #fff;
}
.custom-fields_clearfix__HvkSH:after {
  clear: both;
  content: '';
  display: block;
}
.custom-fields_hidden-important__QqOEJ {
  display: none !important;
}
.custom-fields_p-left__e2LzV {
  float: left;
}
.custom-fields_p-right__kCno2 {
  float: right;
}
.custom-fields_image_orientation_3__toAmk {
  tranform: rotate(180deg);
}
.custom-fields_image_orientation_6__IZ9zh {
  tranform: rotate(90deg);
}
.custom-fields_image_orientation_8__ep1Ge {
  tranform: rotate(-90deg);
}
.custom-fields_image_orientation_2__IA9fk {
  tranform: scaleX(-1);
}
.custom-fields_image_orientation_7__tg0JJ {
  tranform: scaleX(-1) rotate(-90deg);
}
.custom-fields_image_orientation_4__jppWp {
  tranform: scaleX(-1) rotate(180deg);
}
.custom-fields_image_orientation_5__3YTQ7 {
  tranform: scaleX(-1) rotate(90deg);
}
.custom-fields_image_slideshow_orientation_3__9YomV {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.custom-fields_image_slideshow_orientation_6__TjhGG {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.custom-fields_image_slideshow_orientation_8__LWSnn {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.custom-fields_image_slideshow_orientation_2__zhDkw {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.custom-fields_image_slideshow_orientation_7__Ro3RN {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.custom-fields_image_slideshow_orientation_4__CQOoN {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.custom-fields_image_slideshow_orientation_5__2C8hb {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.custom-fields_container__DcZXd select::-ms-expand {
  display: none !important;
}
.custom-fields_container__DcZXd select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.custom-fields_count-area__auQeR {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.custom-fields_clear-top__TewUX {
  padding-top: 0;
  margin-top: 0;
}
.custom-fields_remove-x-20__Kq_Dd,
.custom-fields_remove-x__J9f3A {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.custom-fields_remove-x__J9f3A.custom-fields_white__XJATM,
.custom-fields_white__XJATM.custom-fields_remove-x-20__Kq_Dd {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.custom-fields_remove-x-20__Kq_Dd {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.custom-fields_divider__7zNdL {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.custom-fields_mobile__6_6gz {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.custom-fields_blue__0WVwH {
  color: #31a7e7 !important;
}
.custom-fields_white__XJATM {
  color: #fff !important;
}
.custom-fields_purple__m86vH {
  color: #8158ec !important;
}
.custom-fields_delete__Wy15Z {
  color: #d0021b !important;
}
.custom-fields_dark-text__MDR9G {
  color: #17191a !important;
}
.custom-fields_file-input__en8dU {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.custom-fields_image-download-wrapper__uycre {
  position: fixed;
  top: 40px;
  right: 100px;
}
.custom-fields_overflow-y-auto__D4YQu {
  overflow-y: auto;
}
.custom-fields_is-font-icon__mAWGc:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.custom-fields_is-invisible__mWCur {
  opacity: 0;
}
.custom-fields_tabbed-button__0gmff {
  padding: 0 7px 2px;
}
.custom-fields_tabbed-button__0gmff.custom-fields_selected__cgE8f {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.custom-fields_show-more__bKuCO {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.custom-fields_show-more__bKuCO:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.custom-fields_time-input__ulg98 {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.custom-fields_form-group__hzKRs.custom-fields_date-time__cbAcw {
  position: relative;
  top: -2px;
}
.custom-fields_form-group__hzKRs.custom-fields_date-time__cbAcw.custom-fields_time__1I4PC {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.custom-fields_form-group__hzKRs.custom-fields_date-time__cbAcw.custom-fields_form-group-hour__KXMi3 .custom-fields_colon__lgBVX {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.custom-fields_form-group__hzKRs.custom-fields_date-time__cbAcw.custom-fields_form-group-hour__KXMi3 input {
  text-align: center;
}
.custom-fields_form-group__hzKRs.custom-fields_date-time__cbAcw.custom-fields_form-group-day__2K_uW {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.custom-fields_form-group__hzKRs.custom-fields_date-time__cbAcw.custom-fields_form-group-minute__rnAjX {
  width: 42px;
}
.custom-fields_form-group__hzKRs.custom-fields_date-time__cbAcw.custom-fields_form-group-clock__pgOqm {
  width: 54px;
}
.custom-fields_attach-img__ZoMzS {
  position: relative;
  width: 25px;
  height: 25px;
}
.custom-fields_attach-img__ZoMzS input#custom-fields_add-image__j7ItH {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.custom-fields_attach-img__ZoMzS span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.custom-fields_m-0__I2U53 {
  margin: 0 !important;
}
.custom-fields_ml-auto__POLC1 {
  margin-left: auto;
}
.custom-fields_mr-auto__sG74E {
  margin-right: auto;
}
.custom-fields_mx-auto__mz7mF {
  margin-left: auto;
  margin-right: auto;
}
.custom-fields_mx-16__VGLjB {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.custom-fields_my-16__MF29L {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.custom-fields_mr-0__c4Rb4 {
  margin-right: 0 !important;
}
.custom-fields_mr-4__i_l9b {
  margin-right: 4px !important;
}
.custom-fields_mr-8__blIsE {
  margin-right: 8px !important;
}
.custom-fields_mr-12__sH8PF {
  margin-right: 12px !important;
}
.custom-fields_mr-16__RYyyW {
  margin-right: 16px !important;
}
.custom-fields_ml-0__t2aoI {
  margin-left: 0 !important;
}
.custom-fields_ml-4__uj4qR {
  margin-left: 4px !important;
}
.custom-fields_ml-8__PfQpb {
  margin-left: 8px !important;
}
.custom-fields_ml-12__0zKb_ {
  margin-left: 12px !important;
}
.custom-fields_ml-16__gniOY {
  margin-left: 16px !important;
}
.custom-fields_mt-0__AIcE9 {
  margin-top: 0 !important;
}
.custom-fields_mt-4__pFYkL {
  margin-top: 4px !important;
}
.custom-fields_mt-8__Ru_0a {
  margin-top: 8px !important;
}
.custom-fields_mt-16__nfb_L {
  margin-top: 16px !important;
}
.custom-fields_mt-24__fRw38 {
  margin-top: 24px !important;
}
.custom-fields_mt-48___GC4Y {
  margin-top: 48px !important;
}
.custom-fields_mb-0__fNr6a {
  margin-bottom: 0 !important;
}
.custom-fields_mb-4__V_kaM {
  margin-bottom: 4px !important;
}
.custom-fields_mb-8__URxqH {
  margin-bottom: 8px !important;
}
.custom-fields_mb-12__oeT2k {
  margin-bottom: 12px !important;
}
.custom-fields_mb-16__MABkX {
  margin-bottom: 16px !important;
}
.custom-fields_mb-24__qQM_D {
  margin-bottom: 24px !important;
}
.custom-fields_mb-64__l4nT9 {
  margin-bottom: 64px !important;
}
.custom-fields_p-0__kl7YG {
  padding: 0 !important;
}
.custom-fields_p-16___ylez {
  padding: 16px;
}
.custom-fields_p-40__hx4So {
  padding: 40px;
}
.custom-fields_px-0__vFRq9 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.custom-fields_px-4__MBUoA {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.custom-fields_px-8__l3uF_ {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.custom-fields_px-32__1vzAa {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.custom-fields_px-40__36rjO {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.custom-fields_pt-40__dWvaa {
  padding-top: 40px;
}
.custom-fields_pt-24__HPd7Q {
  padding-top: 24px;
}
.custom-fields_pt-16__0M1l1 {
  padding-top: 16px;
}
.custom-fields_pt-12__Mg9Dw {
  padding-top: 12px !important;
}
.custom-fields_pb-40__Tlb_R {
  padding-bottom: 40px;
}
.custom-fields_pb-24__wucgk {
  padding-bottom: 24px;
}
.custom-fields_pb-16__glis_ {
  padding-bottom: 16px;
}
.custom-fields_pl-8__Tqegp {
  padding-left: 8px !important;
}
.custom-fields_pl-12__X2SgZ {
  padding-left: 12px !important;
}
.custom-fields_pl-16__1RuCA {
  padding-left: 16px !important;
}
.custom-fields_text-left__S_HYb {
  text-align: left !important;
}
.custom-fields_text-right___GUCW {
  text-align: right !important;
}
.custom-fields_text-center__9YuHZ {
  text-align: center !important;
}
.custom-fields_font-medium__fsBLv {
  font-weight: 500 !important;
}
.custom-fields_font-semibold__jeXXe {
  font-weight: 600 !important;
}
.custom-fields_radius-8__0I6Pp {
  border-radius: 8px !important;
}
.custom-fields_truncate__nlw7N {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-fields_whitespace-nowrap__CovGp {
  white-space: nowrap;
}
.custom-fields_whitespace-pre-wrap__RCdH5 {
  white-space: pre-wrap;
}
.custom-fields_w-100__kAxlJ {
  width: 100% !important;
}
.custom-fields_h-100__5rwMy {
  height: 100% !important;
}
.custom-fields_max-w-none__59_lP {
  max-width: none !important;
}
.custom-fields_max-h-none__xIPNp {
  max-height: none !important;
}
.custom-fields_min-w-100__YR4CM {
  min-width: 100px;
}
.custom-fields_heading-48-600__PV1Pz {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.custom-fields_heading-32-600__3iA6_ {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.custom-fields_heading-24-600__B8I1F {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.custom-fields_heading-18-600__QBGwf {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.custom-fields_heading-18-400__dQZ0W {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.custom-fields_heading-16-700__Nvn4m {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.custom-fields_text-16-400__1GMEx {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.custom-fields_heading-14-600__EaH6M {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.custom-fields_heading-14-500__r97Hh {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.custom-fields_text-14-400__DBb0G {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.custom-fields_text-13-500__pPjM_ {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.custom-fields_text-13-600__pVH5K {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.custom-fields_text-13-400__GnPuK {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.custom-fields_text-12-500__UsyN3 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.custom-fields_text-12-600__SF_Pd {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.custom-fields_text-12-400__UKJ_k {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.custom-fields_status-badge__Qm39T {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.custom-fields_status-badge__Qm39T.custom-fields_paused__dJnOh {
  background-color: #ff8b3d;
  color: #fff !important;
}
.custom-fields_status-badge__Qm39T.custom-fields_created__NLlq8,
.custom-fields_status-badge__Qm39T.custom-fields_inactive__zuEmm,
.custom-fields_status-badge__Qm39T.custom-fields_pending__JkC9U {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.custom-fields_status-badge__Qm39T.custom-fields_active__88zAD {
  background-color: #56bf56;
  color: #fff !important;
}
.custom-fields_status-badge__Qm39T.custom-fields_error__oUSDv {
  background-color: #d0021b;
  color: #fff !important;
}
.custom-fields_status-badge__Qm39T.custom-fields_progress__C9kgL {
  background-color: #f5bf0c;
  color: #fff !important;
}
.custom-fields_status-badge__Qm39T.custom-fields_draft__EHM6d {
  background-color: #e6e6e6;
  color: #000 !important;
}
.custom-fields_status-badge__Qm39T.custom-fields_sent__7toYu {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.custom-fields_status-badge__Qm39T.custom-fields_scheduled__GFlj1 {
  background-color: #feefcf;
  color: #795548;
}
.custom-fields_status-badge__Qm39T.custom-fields_loading-badge__ahnju {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.custom-fields_status-badge__Qm39T.custom-fields_loading-badge__ahnju .custom-fields_text__06XAF {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.custom-fields_status-badge__Qm39T.custom-fields_loading-badge__ahnju .custom-fields_slider__8q8kf {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: custom-fields_moveSlideshow__aE6_W 3s linear infinite;
}
@keyframes custom-fields_moveSlideshow__aE6_W {
  to {
    transform: translateX(200%);
  }
}
.custom-fields_flex__cVOBl {
  display: flex !important;
}
.custom-fields_flex-space-between__SFxX0 {
  justify-content: space-between;
}
.custom-fields_flex-align-start__Y_OH2 {
  align-items: flex-start;
}
.custom-fields_flex-align-center__jLQMp {
  align-items: center;
}
.custom-fields_flex-absolute-center__nuwxP {
  justify-content: center;
  align-items: center;
}
.custom-fields_flex-container__6dss8 {
  display: flex;
  flex-wrap: wrap;
}
.custom-fields_flex-column__75jck {
  flex-direction: column;
}
.custom-fields_flex-justify-end__FPqK5 {
  justify-content: flex-end;
}
.custom-fields_position-relative__1zWTn {
  position: relative !important;
}
.custom-fields_position-static__24IQ_ {
  position: static !important;
}
.custom-fields_position-absolute__xn8hZ {
  position: absolute !important;
}
.custom-fields_hr-grey__KTQ6s {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.custom-fields_input-border__rEPZk {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.custom-fields_action-content-box__YiTtE,
.custom-fields_box-content__bUbX_,
.custom-fields_box-content__bUbX_ .custom-fields_upload-data-input-with-icon__4ecqm,
.custom-fields_default-border__CHIyV {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.custom-fields_bg-grey__ydRfR {
  background-color: #f9f9f9 !important;
}
.custom-fields_bg-white__S8A6G {
  background-color: #fff !important;
}
.custom-fields_pos-relative__uTGp2 {
  position: relative !important;
}
.custom-fields_text-light__DFBSN {
  color: #757c80 !important;
}
.custom-fields_text-red__Mtwhn {
  color: #d0021b !important;
}
.custom-fields_text-green__R7ISl {
  color: #56bf56 !important;
}
.custom-fields_text-blue__xe2OM {
  color: #31a7e7;
}
.custom-fields_text-sec-blue__JBy5X {
  color: #1b02b1 !important;
}
.custom-fields_notification-dot__yW_Q_ {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.custom-fields_title-with-action-on-left__YqCAt {
  display: flex;
  justify-content: space-between;
}
.custom-fields_error__oUSDv {
  color: #d0021b;
}
.custom-fields_error-border__5AAUo {
  border: 1px solid #d0021b !important;
}
.custom-fields_rotate__LhTIk {
  animation: custom-fields_rotation__HX03F 2s linear infinite;
}
@keyframes custom-fields_rotation__HX03F {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.custom-fields_switch__zcTeD {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.custom-fields_switch__zcTeD .custom-fields_btn-toggle__UnL1k {
  opacity: 0;
  width: 0;
  height: 0;
}
.custom-fields_switch__zcTeD .custom-fields_slider__8q8kf {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.custom-fields_switch__zcTeD .custom-fields_slider__8q8kf:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.custom-fields_switch__zcTeD .custom-fields_slider__8q8kf:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.custom-fields_switch__zcTeD .custom-fields_btn-toggle__UnL1k.custom-fields_enabled__Iccxy + .custom-fields_slider__8q8kf {
  background-color: #ffc926;
  border: none;
}
.custom-fields_switch__zcTeD .custom-fields_btn-toggle__UnL1k:focus + .custom-fields_slider__8q8kf {
  box-shadow: 0 0 1px #2196f3;
}
.custom-fields_switch__zcTeD .custom-fields_btn-toggle__UnL1k.custom-fields_enabled__Iccxy + .custom-fields_slider__8q8kf:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.custom-fields_switch__zcTeD .custom-fields_btn-toggle__UnL1k.custom-fields_enabled__Iccxy + .custom-fields_slider__8q8kf:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#custom-fields_appleid-signin__CMaGd {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#custom-fields_appleid-signin__CMaGd > div {
  width: 200px !important;
  height: 38px !important;
}
.custom-fields_page-header__ZTGMq {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-fields_page-header__ZTGMq.custom-fields_clear-side__502zd {
  padding: 40px 0 32px;
}
.custom-fields_page-spacing__UVs2e {
  padding: 0 40px;
}
.custom-fields_page-header-title__xesbm {
  color: #17191a;
  margin: 0 0 8px;
}
.custom-fields_header-bar__bxO8W {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.custom-fields_box-content__bUbX_ {
  background-color: #fff;
  margin-bottom: 24px;
}
.custom-fields_box-content__bUbX_ .custom-fields_header___rwz_ {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.custom-fields_box-content__bUbX_ .custom-fields_header-l__yjKm3 {
  padding: 24px 16px;
  margin: 0;
}
.custom-fields_box-content__bUbX_ .custom-fields_content__slMJH {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.custom-fields_box-content__bUbX_ .custom-fields_content-header__MUrvr {
  margin-bottom: 4px;
  margin-top: 0;
}
.custom-fields_box-content__bUbX_ .custom-fields_table-content__byaQ4 {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.custom-fields_box-content__bUbX_ .custom-fields_help-text__dUPS8 {
  line-height: 20px;
}
.custom-fields_box-content__bUbX_ .custom-fields_sub-text__AN_s1 {
  color: #757c80;
}
.custom-fields_box-content__bUbX_ .custom-fields_content-data-input__6hkDR {
  margin-top: 8px;
}
.custom-fields_box-content__bUbX_ .custom-fields_data-entry-input__iGsnC,
.custom-fields_box-content__bUbX_ .custom-fields_upload-data-input-with-icon__4ecqm {
  margin-top: 8px;
  padding: 0 11px;
}
.custom-fields_box-content__bUbX_ .custom-fields_upload-data-input-with-icon__4ecqm {
  cursor: pointer;
  background: #f9f9f9;
}
.custom-fields_box-content__bUbX_ .custom-fields_upload-data-input-with-icon__4ecqm input {
  padding: 12px 2px;
}
.custom-fields_box-content__bUbX_ .custom-fields_upload-data-input-with-icon__4ecqm input:disabled,
.custom-fields_box-content__bUbX_ .custom-fields_upload-data-input-with-icon__4ecqm input:hover {
  cursor: pointer !important;
}
.custom-fields_empty-state__Xszt5 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.custom-fields_empty-state__Xszt5.custom-fields_contact-list__VN_3c {
  width: 80%;
}
.custom-fields_empty-state__Xszt5 .custom-fields_empty-title__Z33vi {
  font-size: 14px;
  font-weight: 500px;
}
.custom-fields_empty-state-wrapper__mE3mL {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.custom-fields_empty-state-wrapper__mE3mL h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.custom-fields_empty-state-wrapper__mE3mL div {
  color: #757c80;
  margin: 16px 0 12px;
}
.custom-fields_empty-state-button__Iw_j9 {
  margin: 20px 10px;
}
.custom-fields_handel-bar__6rqlm {
  fill: #b7bfc6;
  vertical-align: middle;
}
.custom-fields_tag__Yk29P {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.custom-fields_ant-color-picker-input__CK9o7 .custom-fields_ant-input__ZIMe_ {
  height: 22px;
}
.custom-fields_ant-color-picker-trigger___ehgt {
  width: 23px;
  height: 23px;
}
.custom-fields_ant-color-picker-trigger___ehgt .custom-fields_ant-color-picker-color-block__rQrEj {
  width: 18px;
  height: 18px;
}
.custom-fields_box-content__bUbX_ .custom-fields_content__slMJH input,
.custom-fields_box-content__bUbX_ .custom-fields_upload-data-input-with-icon__4ecqm input,
input input.custom-fields_input-white__0TEh_,
input textarea.custom-fields_input-white__0TEh_,
input.custom-fields_input-grey__2C3eI,
textarea input.custom-fields_input-white__0TEh_,
textarea textarea.custom-fields_input-white__0TEh_,
textarea.custom-fields_input-grey__2C3eI {
  background-color: #f9f9f9;
}
.custom-fields_box-content__bUbX_ .custom-fields_content__slMJH input:active,
.custom-fields_box-content__bUbX_ .custom-fields_content__slMJH input:focus,
.custom-fields_box-content__bUbX_ .custom-fields_content__slMJH input:hover,
.custom-fields_box-content__bUbX_ .custom-fields_upload-data-input-with-icon__4ecqm input:active,
.custom-fields_box-content__bUbX_ .custom-fields_upload-data-input-with-icon__4ecqm input:focus,
.custom-fields_box-content__bUbX_ .custom-fields_upload-data-input-with-icon__4ecqm input:hover,
input input.custom-fields_input-white__0TEh_:active,
input input.custom-fields_input-white__0TEh_:focus,
input input.custom-fields_input-white__0TEh_:hover,
input textarea.custom-fields_input-white__0TEh_:active,
input textarea.custom-fields_input-white__0TEh_:focus,
input textarea.custom-fields_input-white__0TEh_:hover,
input.custom-fields_input-grey__2C3eI:active,
input.custom-fields_input-grey__2C3eI:focus,
input.custom-fields_input-grey__2C3eI:hover,
textarea input.custom-fields_input-white__0TEh_:active,
textarea input.custom-fields_input-white__0TEh_:focus,
textarea input.custom-fields_input-white__0TEh_:hover,
textarea textarea.custom-fields_input-white__0TEh_:active,
textarea textarea.custom-fields_input-white__0TEh_:focus,
textarea textarea.custom-fields_input-white__0TEh_:hover,
textarea.custom-fields_input-grey__2C3eI:active,
textarea.custom-fields_input-grey__2C3eI:focus,
textarea.custom-fields_input-grey__2C3eI:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.custom-fields_input-white__0TEh_:active,
input.custom-fields_input-white__0TEh_:focus,
input.custom-fields_input-white__0TEh_:hover,
span.custom-fields_input-white__0TEh_:active,
span.custom-fields_input-white__0TEh_:focus,
span.custom-fields_input-white__0TEh_:hover,
textarea.custom-fields_input-white__0TEh_:active,
textarea.custom-fields_input-white__0TEh_:focus,
textarea.custom-fields_input-white__0TEh_:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.custom-fields_image-uploader-flex__bc0hL .custom-fields_ant-upload-select__NfAcQ {
  display: flex;
}
.custom-fields_image-uploader-flex__bc0hL .custom-fields_ant-upload-select__NfAcQ .custom-fields_ant-upload__IofVd {
  flex: 1 1;
}
.custom-fields_modal-footer-wrapper__xAPmg {
  display: flex;
  justify-content: center;
}
.custom-fields_app-modal__Lr15t .custom-fields_small__yR9Jt {
  width: 350px;
}
.custom-fields_toast__p1DYJ.custom-fields_negative__hMMNK .custom-fields_ant-message-notice-content__ijlPj {
  background-color: #d0021b;
}
.custom-fields_toast__p1DYJ.custom-fields_positive__0V1OM .custom-fields_ant-message-notice-content__ijlPj {
  background-color: #56bf56;
}
.custom-fields_toast__p1DYJ.custom-fields_loading___4fI2 .custom-fields_ant-message-notice-content__ijlPj .custom-fields_toast-wrapper__u0nO8 .custom-fields_contents__htIk_,
.custom-fields_toast__p1DYJ.custom-fields_loading___4fI2
  .custom-fields_ant-message-notice-content__ijlPj
  .custom-fields_toast-wrapper__u0nO8
  .custom-fields_contents__htIk_
  .custom-fields_title__fpdYy {
  color: #000 !important;
}
.custom-fields_toast__p1DYJ.custom-fields_loading___4fI2 .custom-fields_ant-message-loading__yBlfx .custom-fields_anticon-loading__wOiLf {
  font-size: 1.5rem;
}
.custom-fields_toast__p1DYJ .custom-fields_ant-message-notice-content__ijlPj {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.custom-fields_toast__p1DYJ .custom-fields_ant-message-notice-content__ijlPj .custom-fields_toast-wrapper__u0nO8 {
  position: relative;
  display: flex;
  align-items: center;
}
.custom-fields_toast__p1DYJ .custom-fields_ant-message-notice-content__ijlPj .custom-fields_toast-wrapper__u0nO8 .custom-fields_contents__htIk_ {
  position: relative;
  padding-left: 16px;
}
.custom-fields_toast__p1DYJ .custom-fields_ant-message-notice-content__ijlPj .custom-fields_toast-wrapper__u0nO8 .custom-fields_contents__htIk_ .custom-fields_title__fpdYy {
  color: #fff !important;
}
.custom-fields_toast__p1DYJ .custom-fields_ant-message-notice-content__ijlPj .custom-fields_toast-wrapper__u0nO8 .custom-fields_contents__htIk_ p {
  margin: 0;
}
.custom-fields_toast__p1DYJ .custom-fields_ant-message-notice-content__ijlPj .custom-fields_toast-wrapper__u0nO8 .custom-fields_contents__htIk_ p a,
.custom-fields_toast__p1DYJ .custom-fields_ant-message-notice-content__ijlPj .custom-fields_toast-wrapper__u0nO8 .custom-fields_contents__htIk_ p button {
  color: #fff;
  text-decoration: underline;
}
.custom-fields_toast__p1DYJ .custom-fields_ant-message-notice-content__ijlPj .custom-fields_icon__cYzGM {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.custom-fields_toast__p1DYJ .custom-fields_ant-message-notice-content__ijlPj .custom-fields_icon__cYzGM.custom-fields_positive__0V1OM {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.custom-fields_toast__p1DYJ .custom-fields_ant-message-notice-content__ijlPj .custom-fields_icon__cYzGM.custom-fields_positive__0V1OM:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.custom-fields_toast__p1DYJ .custom-fields_ant-message-notice-content__ijlPj .custom-fields_icon__cYzGM.custom-fields_negative__hMMNK {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.custom-fields_toast__p1DYJ .custom-fields_ant-message-notice-content__ijlPj .custom-fields_icon__cYzGM.custom-fields_negative__hMMNK:before {
  top: 10px;
}
.custom-fields_action-content-box__YiTtE {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.custom-fields_action-content-box__YiTtE.custom-fields_numbered__kEcHP .custom-fields_sub-content__NqRDt p {
  margin-left: 18px;
}
.custom-fields_action-content-box__YiTtE .custom-fields_sub-content__NqRDt {
  padding: 26px 26px 20px;
}
.custom-fields_action-content-box__YiTtE .custom-fields_sub-content__NqRDt.custom-fields_right__NFmuw {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.custom-fields_action-content-box__YiTtE .custom-fields_sub-content__NqRDt.custom-fields_right__NFmuw button {
  margin: 0 20px;
}
.custom-fields_action-content-box__YiTtE .custom-fields_sub-content__NqRDt h4,
.custom-fields_action-content-box__YiTtE .custom-fields_sub-content__NqRDt p.custom-fields_bold__TxfdY {
  margin: 0;
}
.custom-fields_action-content-box__YiTtE .custom-fields_sub-content__NqRDt h4 span,
.custom-fields_action-content-box__YiTtE .custom-fields_sub-content__NqRDt p.custom-fields_bold__TxfdY span {
  width: 18px;
  display: inline-block;
}
.custom-fields_action-content-box__YiTtE .custom-fields_sub-content__NqRDt p {
  margin: 6px 0 0;
}
.custom-fields_action-content-box__YiTtE .custom-fields_remove__luIGr {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.custom-fields_options-dot__ml5BQ {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.custom-fields_options-dot__ml5BQ.custom-fields_boxed__KOdtf {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.custom-fields_options-dot__ml5BQ.custom-fields_active__88zAD,
.custom-fields_options-dot__ml5BQ:focus-visible,
.custom-fields_options-dot__ml5BQ:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.custom-fields_clickable__p7R_I {
  cursor: pointer;
}
.custom-fields_beta-label__ZgUwg {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.custom-fields_none-style-list-options__HTHvo {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.custom-fields_none-style-list-options__HTHvo li {
  margin: 5px 0;
}
.custom-fields_ant-tour__RvX64 {
  width: 400px;
}
.custom-fields_ant-collapse__bA1r9 > .custom-fields_ant-collapse-item__zK7Qi > .custom-fields_ant-collapse-header-collapsible-only__7YrVD > .custom-fields_ant-collapse-header-text__lfnzO {
  flex: auto;
}
.custom-fields_onboarding-tour-header__VaZgT {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.custom-fields_onboarding-tour-description__xP40b {
  color: #17191a;
  font-size: 16px;
}
.custom-fields_tour-hidden-button__emYOZ {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.custom-fields_ai-onboarding-tour-header__S_4LQ {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.custom-fields_onboarding-step-ai-tour__tiEut {
  width: 350px;
}
.custom-fields_onboarding-step-ai-tour__tiEut .custom-fields_onboarding-step-ai-tour-inner__HpflU .custom-fields_onboarding-step-ai-tour-description__Huu1p {
  padding: 0 20px;
}
.custom-fields_onboarding-step-ai-tour__tiEut .custom-fields_onboarding-step-ai-tour-inner__HpflU .custom-fields_onboarding-step-ai-tour-footer__GjA06 {
  padding: 0 20px 20px;
}
.custom-fields_onboarding-step-ai-tour__tiEut .custom-fields_onboarding-step-ai-tour-inner__HpflU .custom-fields_onboarding-step-ai-tour-header__YvGYZ {
  padding: 20px 20px 4px;
}
.custom-fields_onboarding-step-ai-tour__tiEut .custom-fields_onboarding-step-ai-tour-inner__HpflU .custom-fields_onboarding-step-ai-tour-indicators__LWTEF {
  display: flex;
  width: 100%;
}
.custom-fields_onboarding-step-ai-tour__tiEut .custom-fields_onboarding-step-ai-tour-inner__HpflU .custom-fields_onboarding-step-ai-tour-buttons__q_Pr2 {
  width: 0;
  visibility: hidden;
}
.custom-fields_onboarding-step-ai-tour-mask__fQfqx mask[id^='onboarding-step-ai-tour-mask'] rect.custom-fields_onboarding-step-ai-tour-placeholder-animated__oNkci {
  rx: 8px;
}
.custom-fields_onboarding-step-ai-tour-round-mask__4rBSP mask[id^='onboarding-step-ai-tour-round-mask'] rect.custom-fields_onboarding-step-ai-tour-round-placeholder-animated__62z5q {
  rx: 25px;
}
.custom-fields_onboarding-step-tour__0_Jc5 {
  width: 400px;
}
.custom-fields_onboarding-step-tour__0_Jc5.custom-fields_content-hidden__MaKD9 {
  display: none !important;
}
.custom-fields_onboarding-step-tour__0_Jc5.custom-fields_extended-width__hQYhe {
  width: 600px;
}
.custom-fields_onboarding-step-tour-mask__42Maa mask[id^='onboarding-step-tour-mask'] rect.custom-fields_onboarding-step-tour-placeholder-animated__A7uWN {
  rx: 8px;
}
.custom-fields_onboarding-step-one-tour__CNUi9 {
  width: 400px;
}
.custom-fields_onboarding-step-one-tour__CNUi9.custom-fields_content-hidden__MaKD9 {
  display: none !important;
}
.custom-fields_onboarding-step-one-tour__CNUi9.custom-fields_extended-width__hQYhe {
  width: 600px;
}
.custom-fields_onboarding-step-one-tour-mask__4n5SK mask[id^='onboarding-step-one-tour-mask'] rect.custom-fields_onboarding-step-one-tour-placeholder-animated__5vSTH {
  rx: 25px;
}
.custom-fields_support-unread-tour__9vr4N {
  width: 272px;
}
.custom-fields_support-unread-tour__9vr4N .custom-fields_support-unread-tour-inner__ju9Wv .custom-fields_support-unread-tour-header__Emp6z {
  padding: 8px 16px 4px;
}
.custom-fields_support-unread-tour__9vr4N .custom-fields_support-unread-tour-inner__ju9Wv .custom-fields_support-unread-tour-footer__CObxK {
  padding: 0 16px 16px;
}
.custom-fields_support-unread-tour__9vr4N .custom-fields_support-unread-tour-inner__ju9Wv .custom-fields_support-unread-tour-close__zsapC {
  top: 10px;
}
.custom-fields_preserve-scroll-position__e3Y5A {
  overflow-anchor: none;
}
.custom-fields_toolbar-wrapper__95bSk {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.custom-fields_toolbar-wrapper__95bSk .custom-fields_anticon__R14Jy {
  padding: 12px;
  cursor: pointer;
}
.custom-fields_toolbar-wrapper__95bSk .custom-fields_anticon__R14Jy:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.custom-fields_toolbar-wrapper__95bSk .custom-fields_anticon__R14Jy:hover {
  opacity: 0.3;
}
.custom-fields_ant-carousel__Jd2mg .custom-fields_slick-dots__qpLGi li.custom-fields_slick-active__on7vk button {
  background-color: #8158ec;
}
.custom-fields_ant-carousel__Jd2mg .custom-fields_slick-dots__qpLGi li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.custom-fields_ant-modal-root__iR9uR .custom-fields_ant-modal-mask__6bVjU,
.custom-fields_ant-modal-root__iR9uR .custom-fields_ant-modal-wrap__CTncs {
  z-index: 1001;
}
.custom-fields_focused___Igsj {
  background-color: #f5f5f5;
}
.custom-fields_spinner-overlay__byifi,
.custom-fields_spinner__LG2e6 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.custom-fields_spinner-overlay__byifi {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.custom-fields_spinner__LG2e6 {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-fields_large-tag___ot4k {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.custom-fields_email-pill__IvKpy,
.custom-fields_phone-pill__CYsFO {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.custom-fields_email-pill__IvKpy:not(:empty),
.custom-fields_phone-pill__CYsFO:not(:empty) {
  padding: 4px;
}
.custom-fields_phone-pill__CYsFO {
  background-color: #e0f2fb;
}
.custom-fields_email-pill__IvKpy {
  background-color: #ffefbe;
}
.custom-fields_input-box__hnzQZ {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.custom-fields_input-box__hnzQZ.custom-fields_bordered__ggenC {
  border: 1px solid #e6e6e6;
}
.custom-fields_input-box__hnzQZ.custom-fields_large__imvbm {
  height: auto;
  min-height: 80px;
}
.custom-fields_input-box__hnzQZ:focus {
  border-color: #ffc926;
}
.custom-fields_fields-wrapper__bxEvF {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.custom-fields_fields-wrapper__bxEvF.custom-fields_for-input__qHyUs {
  border-bottom: none;
}
.custom-fields_fields-wrapper__bxEvF.custom-fields_with-top-border__U5K2y {
  border-top: 1px solid #e6e6e6;
}
.custom-fields_fields-header__Bhaf_ {
  background: #f9f9f9;
  border-bottom: 1px solid #e6e6e6;
  line-height: 30px;
  padding: 8px;
}
.custom-fields_fields-content__W_ucf {
  display: flex;
  flex-direction: row;
  padding: 8px;
  max-height: 150px;
  overflow-y: auto;
  flex: auto;
  flex-wrap: wrap;
  max-width: 100%;
  min-height: 30px;
}
.custom-fields_fields-content__W_ucf button,
.custom-fields_fields-content__W_ucf button:active,
.custom-fields_fields-content__W_ucf button:focus,
.custom-fields_fields-content__W_ucf button:hover {
  color: #17191a;
}
.custom-fields_custom-fields-item__w3aQV {
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 3px;
  border: 1px solid #17191a;
  border-radius: 4px;
  margin: 4px;
  min-width: 50px;
  max-width: 150px;
  text-align: center;
}
.custom-fields_empty-fields-container__iXNnQ {
  background: #f9f9f9;
  align-content: center;
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  flex-wrap: wrap;
  border-bottom: 1px solid #e6e6e6;
  padding: 8px 12px;
}
.custom-fields_empty-fields-container__iXNnQ .custom-fields_header___rwz_ {
  align-self: center;
  min-width: 150px;
}
.custom-fields_empty-fields-container__iXNnQ .custom-fields_empty-fields-wrapper__mML0P {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  flex-wrap: wrap;
}
.custom-fields_empty-fields-container__iXNnQ .custom-fields_custom-fields-item__w3aQV {
  line-height: 16px;
}
.custom-fields_empty-fields-container__iXNnQ .custom-fields_footer__GY7b2 {
  flex: 0 0 100%;
}
.custom-fields_fields-with-input__F3HkE {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.custom-fields_fields-with-input__F3HkE .input-text {
  border: none;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4 .bubble-view_title-text__J133I,
.bubble-view_message-preview__DqIv9 .bubble-view_preview-title__ba6R3 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.bubble-view_mini-square__4W0nr {
  width: 20px;
  height: 20px;
}
.bubble-view_message-preview__DqIv9 {
  background-color: hsla(0, 0%, 91%, 0.7);
  border-radius: 4px;
  min-width: 335px;
  max-width: 335px;
  min-height: 221px;
  text-align: center;
}
.bubble-view_message-preview__DqIv9 .bubble-view_preview-title__ba6R3 {
  color: #17191a;
  padding-top: 16px;
}
.bubble-view_message-preview__DqIv9 .bubble-view_preview-container__VZ7YS {
  position: relative;
  padding: 0 29px;
  display: flex;
  align-items: center;
  height: 188px;
}
.bubble-view_message-preview__DqIv9.bubble-view_rich-link-preview__EYNpF {
  margin: 0;
  max-width: 100%;
}
.bubble-view_message-preview__DqIv9.bubble-view_rich-link-preview__EYNpF .bubble-view_preview-container__VZ7YS {
  margin: 16px 0;
}
.bubble-view_bubble-view__Y6KcT {
  display: flex;
}
.bubble-view_bubble-view__Y6KcT .bubble-view_message-sizing-container__jXT_H {
  align-items: center;
  width: 100%;
  max-width: 280px;
  padding: 4px 10px;
}
.bubble-view_bubble-view__Y6KcT .bubble-view_message-body__iuiP4,
.bubble-view_bubble-view__Y6KcT .bubble-view_message-content__k8gpc {
  min-width: 0;
  width: 100%;
}
.bubble-view_bubble-view__Y6KcT .bubble-view_message-content__k8gpc,
.bubble-view_bubble-view__Y6KcT .bubble-view_message-sizing-container__jXT_H {
  display: flex;
}
.bubble-view_bubble-view__Y6KcT .bubble-view_message-content__k8gpc {
  position: relative;
  word-break: break-word;
  background: #e6e6eb;
  overflow: hidden;
}
.bubble-view_bubble-view__Y6KcT .bubble-view_message-body__iuiP4 {
  padding-top: 7px;
  padding-bottom: 5px;
  -webkit-padding-start: 14px;
  padding-inline-start: 14px;
  -webkit-padding-end: 10px;
  padding-inline-end: 10px;
  position: relative;
  top: -1px;
  font-weight: 100;
  max-width: 350px;
  white-space: pre-line;
}
.bubble-view_bubble-view__Y6KcT .bubble-view_message-body__iuiP4:hover {
  cursor: default;
}
.bubble-view_bubble-view__Y6KcT .bubble-view_cosmetic-overlay__32n1D {
  border-width: 11px 15px 12px 17px;
  border-image-slice: 11 15 12 17;
  border-image-source: url(/media/bubble2_white_remote.png);
  border-style: solid;
  position: absolute;
  box-sizing: border-box;
  inset: 0;
  pointer-events: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 1.01), (min-resolution: 192dpi) {
  .bubble-view_bubble-view__Y6KcT .bubble-view_cosmetic-overlay__32n1D {
    border-image-slice: 22 30 24 34;
    border-image-source: url(/media/bubble2_white_remote_2x.png);
  }
}
.bubble-view_bubble-view__Y6KcT.bubble-view_sent__6Y4UQ .bubble-view_message-sizing-container__jXT_H {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_sent__6Y4UQ .bubble-view_message-content__k8gpc {
  background-image: linear-gradient(#a0abb1, #697c91);
  background-attachment: fixed;
  color: #fff;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_sent__6Y4UQ .bubble-view_message-body__iuiP4 {
  -webkit-padding-start: 10px;
  padding-inline-start: 10px;
  -webkit-padding-end: 14px;
  padding-inline-end: 14px;
  font-weight: 300;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_sent__6Y4UQ .bubble-view_cosmetic-overlay__32n1D {
  border-width: 11px 17px 12px 15px;
  border-image-slice: 11 17 12 15;
  border-image-source: url(/media/bubble2_white_local.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 1.01), (min-resolution: 192dpi) {
  .bubble-view_bubble-view__Y6KcT.bubble-view_sent__6Y4UQ .bubble-view_cosmetic-overlay__32n1D {
    border-image-slice: 22 34 24 30;
    border-image-source: url(/media/bubble2_white_local_2x.png);
  }
}
[dir='ltr'] .bubble-view_bubble-view__Y6KcT.bubble-view_sent__6Y4UQ .bubble-view_message-body__iuiP4 {
  padding-left: 10px;
  padding-right: 14px;
}
[dir='rtl'] .bubble-view_bubble-view__Y6KcT.bubble-view_sent__6Y4UQ .bubble-view_message-body__iuiP4 {
  padding-right: 10px;
  padding-left: 14px;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby {
  font-size: 11px;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4 {
  background-color: #31a7e7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  min-width: 250px;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4 .bubble-view_image__zc4Z2 {
  flex: none;
  width: 40px;
  height: 40px;
  background-size: cover;
  border-radius: 8px;
  margin: 4px 0;
  background-color: #eeeef1;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4 .bubble-view_non-image-content-container__UjmLw {
  flex: 1 1 auto;
  overflow: hidden;
  min-width: 0;
  -webkit-padding-end: 8px;
  padding-inline-end: 8px;
  -webkit-padding-start: 8px;
  padding-inline-start: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4 .bubble-view_text-container__3xHup {
  min-width: 0;
  text-align: left;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4 .bubble-view_description-text__HKcFl,
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4 .bubble-view_title-text__J133I {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4 .bubble-view_title-text__J133I {
  color: #fff;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4 .bubble-view_description-text__HKcFl {
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.12px;
  line-height: 12px;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4 .bubble-view_icon__9WYOd {
  display: none;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4.bubble-view_small__pmfuo .bubble-view_image__zc4Z2 {
  width: 48px;
  height: 48px;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4.bubble-view_is-apple-pay-request__RTDc_ .bubble-view_icon__9WYOd {
  display: inline-block;
  flex: none;
  background: #000;
  width: 60px;
  height: 28px;
  border-radius: 18px;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
  background-size: 60px 28px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(/media/apple-pay.png);
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4.bubble-view_is-apple-pay-request__RTDc_,
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4.bubble-view_large__FTHSP {
  padding: 0;
  flex-direction: column;
  align-items: flex-end;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4.bubble-view_is-apple-pay-request__RTDc_ .bubble-view_image__zc4Z2,
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4.bubble-view_large__FTHSP .bubble-view_image__zc4Z2 {
  width: 100%;
  height: 130px;
  border-radius: 0;
  margin: 0;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4.bubble-view_is-apple-pay-request__RTDc_ .bubble-view_non-image-content-container__UjmLw,
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4.bubble-view_large__FTHSP .bubble-view_non-image-content-container__UjmLw {
  padding: 8px 18px 6px;
  width: calc(100% - 4px);
  -webkit-padding-start: 10px;
  padding-inline-start: 10px;
  -webkit-padding-end: 10px;
  padding-inline-end: 10px;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4.bubble-view_is-apple-pay-request__RTDc_ .bubble-view_text-container__3xHup,
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4.bubble-view_large__FTHSP .bubble-view_text-container__3xHup {
  flex: 1 1 auto;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4.bubble-view_is-apple-pay-request__RTDc_ figure.no-image-url {
  display: none;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4.bubble-view_auth-bubble-view__D6AHy {
  flex-direction: row;
  padding: logical 8px 15px 6px;
  min-height: 62px;
  min-width: 260px;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4.bubble-view_auth-bubble-view__D6AHy .bubble-view_text-container__3xHup {
  flex: 1 1 auto;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4.bubble-view_auth-bubble-view__D6AHy .bubble-view_non-image-content-container__UjmLw {
  width: calc(100% - 4px);
  -webkit-padding-end: 0;
  padding-inline-end: 0;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4.bubble-view_auth-bubble-view__D6AHy .bubble-view_image__zc4Z2 {
  border-radius: 10px;
}
[dir='ltr'] .bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4.bubble-view_auth-bubble-view__D6AHy {
  padding: 8px 15px 6px 18px;
}
[dir='rtl'] .bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4.bubble-view_auth-bubble-view__D6AHy {
  padding: 8px 18px 6px 15px;
}
[dir='ltr']
  .bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby
  .bubble-view_message-body__iuiP4.bubble-view_auth-bubble-view__D6AHy
  .bubble-view_non-image-content-container__UjmLw {
  padding-right: 0;
}
[dir='rtl']
  .bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby
  .bubble-view_message-body__iuiP4.bubble-view_auth-bubble-view__D6AHy
  .bubble-view_non-image-content-container__UjmLw {
  padding-left: 0;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby.bubble-view_auth-reply-message__JSxxX .bubble-view_message-body__iuiP4 {
  min-height: 62px;
  flex-direction: row-reverse !important;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby.bubble-view_auth-reply-message__JSxxX .bubble-view_message-body__iuiP4 .bubble-view_title-text__J133I {
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby.bubble-view_auth-reply-message__JSxxX .bubble-view_non-image-content-container__UjmLw {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  -webkit-padding-end: 0;
  padding-inline-end: 0;
}
[dir='ltr'] .bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby.bubble-view_auth-reply-message__JSxxX .bubble-view_message-body__iuiP4 .bubble-view_title-text__J133I {
  margin-right: 5px;
}
[dir='rtl'] .bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby.bubble-view_auth-reply-message__JSxxX .bubble-view_message-body__iuiP4 .bubble-view_title-text__J133I {
  margin-left: 5px;
}
[dir='ltr'] .bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby.bubble-view_auth-reply-message__JSxxX .bubble-view_non-image-content-container__UjmLw,
[dir='rtl'] .bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby.bubble-view_auth-reply-message__JSxxX .bubble-view_non-image-content-container__UjmLw {
  padding-left: 0;
  padding-right: 0;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby.bubble-view_sent__6Y4UQ .bubble-view_message-content__k8gpc {
  background: #e6e6eb;
  color: inherit;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby.bubble-view_sent__6Y4UQ .bubble-view_message-body__iuiP4 {
  background-color: #31a7e7;
  flex-direction: row;
  justify-content: flex-start;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby.bubble-view_sent__6Y4UQ .bubble-view_non-image-content-container__UjmLw {
  -webkit-padding-end: 0;
  padding-inline-end: 0;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby.bubble-view_sent__6Y4UQ .bubble-view_non-image-content-container__UjmLw .bubble-view_sign-in__o6DHY {
  color: #fff;
  font-weight: 400;
  font-size: 11px;
  height: 28px;
  min-width: 60px;
  border-radius: 8px;
  text-align: center;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 5px;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby.bubble-view_sent__6Y4UQ .bubble-view_auth-bubble-view__D6AHy {
  -webkit-padding-start: 12px;
  padding-inline-start: 12px;
  -webkit-padding-end: 18px;
  padding-inline-end: 18px;
}
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby.bubble-view_sent__6Y4UQ .bubble-view_is-apple-pay-request__RTDc_,
.bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby.bubble-view_sent__6Y4UQ .bubble-view_message-body__iuiP4.bubble-view_large__FTHSP {
  flex-direction: column;
  padding: logical 0;
  align-items: flex-start;
}
[dir='ltr'] .bubble-view_bubble-view__Y6KcT .bubble-view_message-body__iuiP4 {
  padding-left: 14px;
  padding-right: 10px;
}
[dir='rtl'] .bubble-view_bubble-view__Y6KcT .bubble-view_message-body__iuiP4 {
  padding-right: 14px;
  padding-left: 10px;
}
[dir='ltr'] .bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4 .bubble-view_non-image-content-container__UjmLw,
[dir='rtl'] .bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4 .bubble-view_non-image-content-container__UjmLw {
  padding-right: 10px;
  padding-left: 10px;
}
[dir='ltr']
  .bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby
  .bubble-view_message-body__iuiP4.bubble-view_is-apple-pay-request__RTDc_
  .bubble-view_non-image-content-container__UjmLw,
[dir='ltr'] .bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4.bubble-view_large__FTHSP .bubble-view_non-image-content-container__UjmLw,
[dir='rtl']
  .bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby
  .bubble-view_message-body__iuiP4.bubble-view_is-apple-pay-request__RTDc_
  .bubble-view_non-image-content-container__UjmLw,
[dir='rtl'] .bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby .bubble-view_message-body__iuiP4.bubble-view_large__FTHSP .bubble-view_non-image-content-container__UjmLw {
  padding-left: 10px;
  padding-right: 10px;
}
[dir='ltr'] .bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby.bubble-view_sent__6Y4UQ .bubble-view_non-image-content-container__UjmLw {
  padding-right: 0;
}
[dir='ltr'] .bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby.bubble-view_sent__6Y4UQ .bubble-view_auth-bubble-view__D6AHy {
  padding-left: 12px;
  padding-right: 18px;
}
[dir='ltr'] .bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby.bubble-view_sent__6Y4UQ .bubble-view_is-apple-pay-request__RTDc_,
[dir='ltr'] .bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby.bubble-view_sent__6Y4UQ .bubble-view_message-body__iuiP4.bubble-view_large__FTHSP {
  padding: 0;
}
[dir='rtl'] .bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby.bubble-view_sent__6Y4UQ .bubble-view_non-image-content-container__UjmLw {
  padding-left: 0;
}
[dir='rtl'] .bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby.bubble-view_sent__6Y4UQ .bubble-view_auth-bubble-view__D6AHy {
  padding-right: 12px;
  padding-left: 18px;
}
[dir='rtl'] .bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby.bubble-view_sent__6Y4UQ .bubble-view_is-apple-pay-request__RTDc_,
[dir='rtl'] .bubble-view_bubble-view__Y6KcT.bubble-view_interactive-bubble-view__pezby.bubble-view_sent__6Y4UQ .bubble-view_message-body__iuiP4.bubble-view_large__FTHSP {
  padding: 0;
}
.time-selector_time-select-row-label__oj7Mz {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.time-selector_mini-square__nn0rL {
  width: 20px;
  height: 20px;
}
.time-selector_time-select-row-label__oj7Mz {
  width: 80px;
  text-align: right;
  padding-right: 7px;
}
.time-selector_time-select-wrapper__DE7L_ {
  margin: 7px 0;
}
.time-selector_time-select-wrapper__DE7L_ .time-selector_time-select-row__3WheJ {
  display: flex;
  gap: 4px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.time-selector_time-select-wrapper__DE7L_ .time-selector_time-select-row__3WheJ.time-selector_business-hours__Uc2jj {
  background-color: #f9f9f9;
  padding: 8px 12px;
}
.time-selector_time-select-wrapper__DE7L_ .time-selector_time-select-dropdown__RYuCZ {
  width: 60px;
}
.time-selector_time-select-wrapper__DE7L_ .time-selector_am-pm-dropdown__bAHVl {
  width: 65px;
}
.time-selector_time-select-wrapper__DE7L_ .time-selector_error-string___LrAG {
  height: 75px;
  width: 200px;
}
.time-selector_time-selectors-row__XoKDU {
  display: flex;
  gap: 7px;
  align-items: center;
}
.time-selector_disabled-text__yIt5K {
  color: #999;
}
.gbm-modals_icon__mr3ae {
  padding: 4px;
}
.gbm-modals_icon-wrapper__KpSw3 {
  padding: 4px;
  color: #454a4d;
}
.gbm-modals_icon-wrapper-absolute__nhkIG {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.gbm-modals_icon-wrapper-absolute__nhkIG .gbm-modals_icon__mr3ae {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.gbm-modals_icon-sms__DQbsM {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.gbm-modals_icon-email__d4IzM {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.gbm-modals_icon-mixed__CTo_1 {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.gbm-modals_icon-picker-wrapper__4xcaG {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.gbm-modals_icon-picker-wrapper__4xcaG:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.gbm-modals_icon-picker-wrapper__4xcaG:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .gbm-modals_icon-picker-wrapper__4xcaG {
    margin-right: 5px;
  }
}
.gbm-modals_icon-checkmark-white___8__d {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.gbm-modals_icon-x-white__218nO {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.gbm-modals_icon-help__zR401 {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.gbm-modals_icon-help__zR401:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.gbm-modals_container__QlutP select,
.gbm-modals_ico-arrow-down__e9WjY {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.gbm-modals_container__QlutP select.gbm-modals_ant-dropdown-trigger__Nc0Fx,
.gbm-modals_ico-arrow-down__e9WjY.gbm-modals_ant-dropdown-trigger__Nc0Fx {
  padding-right: 24px;
  cursor: pointer;
}
.gbm-modals_container__QlutP select.gbm-modals_ant-dropdown-trigger__Nc0Fx:disabled,
.gbm-modals_container__QlutP select.gbm-modals_ant-dropdown-trigger__Nc0Fx[disabled],
.gbm-modals_ico-arrow-down__e9WjY.gbm-modals_ant-dropdown-trigger__Nc0Fx:disabled,
.gbm-modals_ico-arrow-down__e9WjY.gbm-modals_ant-dropdown-trigger__Nc0Fx[disabled] {
  cursor: default;
  background: transparent;
}
.gbm-modals_ico-arrow-gray__mZC6q {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.gbm-modals_ico-arrow-gray__mZC6q.gbm-modals_down__nNqBP {
  transform: rotate(90deg);
}
.gbm-modals_ico-arrow-gray__mZC6q.gbm-modals_up__QfA5S {
  transform: rotate(-90deg);
}
.gbm-modals_ico-arrow-gray__mZC6q.gbm-modals_right__8sidp {
  transform: rotate(180deg);
}
.gbm-modals_ico-arrow-gray__mZC6q.gbm-modals_ant-dropdown-trigger__Nc0Fx {
  padding-right: 24px;
  cursor: pointer;
}
.gbm-modals_ico-arrow-gray__mZC6q.gbm-modals_ant-dropdown-trigger__Nc0Fx:disabled,
.gbm-modals_ico-arrow-gray__mZC6q.gbm-modals_ant-dropdown-trigger__Nc0Fx[disabled] {
  cursor: default;
  background: transparent;
}
.gbm-modals_icon-error-triangle__5jCqY {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.gbm-modals_ico-compose__6xGjm {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.gbm-modals_ico-compose-white__MJ_np {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.gbm-modals_icon-google-play__hTfZE {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.gbm-modals_icon-app-store__wEdIR {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.gbm-modals_icon-social-fb__HOANI {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.gbm-modals_icon-social-tw__Mmx4q {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.gbm-modals_icon-disclosure__0p7iQ {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.gbm-modals_icon-16__xng84 {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.gbm-modals_icon-18__WyheC {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.gbm-modals_icon-gray5__zWcPF {
  color: #999 !important;
}
.gbm-modals_ico-arrow-black__OO365 {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.gbm-modals_ico-arrow-black__OO365.gbm-modals_down__nNqBP {
  transform: rotate(90deg);
}
.gbm-modals_ico-arrow-black__OO365.gbm-modals_up__QfA5S {
  transform: rotate(-90deg);
}
.gbm-modals_ico-arrow-black__OO365.gbm-modals_right__8sidp {
  transform: rotate(180deg);
}
.gbm-modals_icon-copy__Y_MBZ {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.gbm-modals_icon-copy__Y_MBZ:hover {
  background-image: url(/icons/copy-black.svg);
}
.gbm-modals_icon-msg-white__R9PhH {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.gbm-modals_icon-email-white__pUo_z {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.gbm-modals_icon-black-bg__3WfPE {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.gbm-modals_icon-black-bg__3WfPE > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.gbm-modals_icon-inbox-black-filled__QLwT9 {
  background-image: url(/icons/inbox-black.svg);
}
.gbm-modals_icon-contacts__DoyEe {
  background-image: url(/icons/sidebar/contacts.svg);
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_section-gbm__Lzi_h .gbm-modals_header-title__Gj8zn,
.gbm-modals_page-header-title__xo343 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.gbm-modals_action-content-box__6K2Wj .gbm-modals_sub-content__2XtG9 h4,
.gbm-modals_empty-state-wrapper__oAwJc h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.gbm-modals_box-content__faPWt .gbm-modals_header-l___QGo8,
.gbm-modals_box-content__faPWt .gbm-modals_header__MCUZ5,
.gbm-modals_toast__DdAFn .gbm-modals_ant-message-notice-content__gl9xT .gbm-modals_toast-wrapper__jApLx .gbm-modals_contents__jSEHl .gbm-modals_title__m5raE {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.gbm-modals_action-content-box__6K2Wj .gbm-modals_sub-content__2XtG9 p.gbm-modals_bold__xRBrA,
.gbm-modals_empty-state-wrapper__oAwJc h2 a,
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_section-title__s0WUM,
.gbm-modals_header-bar__i0qof .gbm-modals_title__m5raE {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.gbm-modals_box-content__faPWt .gbm-modals_content-header__z2alT {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.gbm-modals_action-content-box__6K2Wj .gbm-modals_sub-content__2XtG9 p,
.gbm-modals_empty-state-wrapper__oAwJc div,
.gbm-modals_toast__DdAFn .gbm-modals_ant-message-notice-content__gl9xT .gbm-modals_toast-wrapper__jApLx .gbm-modals_contents__jSEHl p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.gbm-modals_blue-button__cm9Fb,
.gbm-modals_box-content__faPWt .gbm-modals_content__LnS1x input,
.gbm-modals_box-content__faPWt .gbm-modals_upload-data-input-with-icon__q4h_K input,
.gbm-modals_button-with-bg-color__m4Pow,
.gbm-modals_cancel-button__wccID,
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-right__u2_bd .gbm-modals_card__Bjy3p .gbm-modals_content-wrapper__mt1iK .gbm-modals_card-button__VKUF3,
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .input-text,
.gbm-modals_green-button__upm_R,
.gbm-modals_input-box__Sif8w,
.gbm-modals_input-grey__7LFqb,
.gbm-modals_orange-button__JILW8,
.gbm-modals_positive-button__Mq14S,
.gbm-modals_purple-button__L_AOv,
.gbm-modals_white-button-blue-text__jJmAl,
.gbm-modals_white-button__0PCbA,
button.gbm-modals_icon-button__IaGbj,
button.gbm-modals_text-only__XZjVJ,
input .gbm-modals_input-white__rxuJq,
textarea .gbm-modals_input-white__rxuJq {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_section-gbm__Lzi_h .gbm-modals_list-picker-items__enCbt .gbm-modals_gbm-label__S449m,
.gbm-modals_large-tag__92ckp,
button.gbm-modals_show-more__IFcwu,
button.gbm-modals_text-only__XZjVJ,
span.gbm-modals_text-only__XZjVJ button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-right__u2_bd .gbm-modals_card__Bjy3p .gbm-modals_content-wrapper__mt1iK .gbm-modals_card-text__XsuhA {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.gbm-modals_tag__tzfYb {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.gbm-modals_beta-label__V0nng,
.gbm-modals_error-text-link__PvoVc,
.gbm-modals_error-text__PCdUV,
.gbm-modals_error__d1DbF {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.gbm-modals_mini-square__qtSZe {
  width: 20px;
  height: 20px;
}
.gbm-modals_help-text__wxW_t {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.gbm-modals_error-text__PCdUV {
  color: #d0021b;
  flex-grow: 1;
}
.gbm-modals_error-text-link__PvoVc {
  color: #d0021b;
  text-decoration: underline;
}
.gbm-modals_descriptive-text__TFPSJ {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.gbm-modals_visually-hidden__Cu8DM {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gbm-modals_visually-hidden__Cu8DM.gbm-modals_focusable__5DQNu:active,
.gbm-modals_visually-hidden__Cu8DM.gbm-modals_focusable__5DQNu:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.gbm-modals_visually-offscreen__f_UBl {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.gbm-modals_invisible__9_wIL {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.gbm-modals_hidden__RntUR {
  display: none !important;
  visibility: hidden;
}
.gbm-modals_strong__ljIOl {
  font-weight: 700;
}
.gbm-modals_align-right__6NQRo {
  text-align: right;
}
.gbm-modals_align-left__dwWm_ {
  text-align: left;
}
.gbm-modals_centered__qV_Kh {
  text-align: center;
}
.gbm-modals_timestamp__qjAa5 {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.gbm-modals_display-block__5Ha4P {
  display: block !important;
}
.gbm-modals_inline-block__XNhFF {
  display: inline-block !important;
}
.gbm-modals_hm-app-body__MU9Ja button.gbm-modals_ant-switch__dqekJ[disabled],
.gbm-modals_hm-app-body__MU9Ja button.gbm-modals_ant-switch__dqekJ[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.gbm-modals_blue-button__cm9Fb,
.gbm-modals_button-with-bg-color__m4Pow,
.gbm-modals_cancel-button__wccID,
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-right__u2_bd .gbm-modals_card__Bjy3p .gbm-modals_content-wrapper__mt1iK .gbm-modals_card-button__VKUF3,
.gbm-modals_green-button__upm_R,
.gbm-modals_orange-button__JILW8,
.gbm-modals_positive-button__Mq14S,
.gbm-modals_purple-button__L_AOv,
.gbm-modals_white-button-blue-text__jJmAl,
.gbm-modals_white-button__0PCbA,
button.gbm-modals_icon-button__IaGbj,
button.gbm-modals_text-only__XZjVJ {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.gbm-modals_text-only__XZjVJ,
span.gbm-modals_text-only__XZjVJ button {
  color: #31a7e7;
  padding: 0;
}
button.gbm-modals_text-only__XZjVJ[disabled],
button.gbm-modals_text-only__XZjVJ[disabled]:active,
button.gbm-modals_text-only__XZjVJ[disabled]:focus,
button.gbm-modals_text-only__XZjVJ[disabled]:hover,
span.gbm-modals_text-only__XZjVJ button[disabled],
span.gbm-modals_text-only__XZjVJ button[disabled]:active,
span.gbm-modals_text-only__XZjVJ button[disabled]:focus,
span.gbm-modals_text-only__XZjVJ button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.gbm-modals_text-only__XZjVJ.gbm-modals_red-text__f2m4q,
button.gbm-modals_text-only__XZjVJ.gbm-modals_red-text__f2m4q:active,
button.gbm-modals_text-only__XZjVJ.gbm-modals_red-text__f2m4q:focus,
button.gbm-modals_text-only__XZjVJ.gbm-modals_red-text__f2m4q:hover,
span.gbm-modals_text-only__XZjVJ button.gbm-modals_red-text__f2m4q,
span.gbm-modals_text-only__XZjVJ button.gbm-modals_red-text__f2m4q:active,
span.gbm-modals_text-only__XZjVJ button.gbm-modals_red-text__f2m4q:focus,
span.gbm-modals_text-only__XZjVJ button.gbm-modals_red-text__f2m4q:hover {
  color: #d0021b;
}
button.gbm-modals_text-only__XZjVJ.gbm-modals_gray-text__rsiSI,
span.gbm-modals_text-only__XZjVJ button.gbm-modals_gray-text__rsiSI {
  color: #999;
}
button.gbm-modals_text-only__XZjVJ.gbm-modals_gray-text__rsiSI:active,
button.gbm-modals_text-only__XZjVJ.gbm-modals_gray-text__rsiSI:focus,
button.gbm-modals_text-only__XZjVJ.gbm-modals_gray-text__rsiSI:hover,
span.gbm-modals_text-only__XZjVJ button.gbm-modals_gray-text__rsiSI:active,
span.gbm-modals_text-only__XZjVJ button.gbm-modals_gray-text__rsiSI:focus,
span.gbm-modals_text-only__XZjVJ button.gbm-modals_gray-text__rsiSI:hover {
  color: #999 !important;
}
button.gbm-modals_text-only__XZjVJ.gbm-modals_black-text__TbXk8,
span.gbm-modals_text-only__XZjVJ button.gbm-modals_black-text__TbXk8 {
  color: #17191a;
}
button.gbm-modals_text-only__XZjVJ.gbm-modals_black-text__TbXk8:active,
button.gbm-modals_text-only__XZjVJ.gbm-modals_black-text__TbXk8:focus,
button.gbm-modals_text-only__XZjVJ.gbm-modals_black-text__TbXk8:hover,
span.gbm-modals_text-only__XZjVJ button.gbm-modals_black-text__TbXk8:active,
span.gbm-modals_text-only__XZjVJ button.gbm-modals_black-text__TbXk8:focus,
span.gbm-modals_text-only__XZjVJ button.gbm-modals_black-text__TbXk8:hover {
  color: #8158ec;
}
button.gbm-modals_text-only__XZjVJ.gbm-modals_purple-text__cXDdr,
button.gbm-modals_text-only__XZjVJ.gbm-modals_purple-text__cXDdr:active,
button.gbm-modals_text-only__XZjVJ.gbm-modals_purple-text__cXDdr:focus,
button.gbm-modals_text-only__XZjVJ.gbm-modals_purple-text__cXDdr:hover,
span.gbm-modals_text-only__XZjVJ button.gbm-modals_purple-text__cXDdr,
span.gbm-modals_text-only__XZjVJ button.gbm-modals_purple-text__cXDdr:active,
span.gbm-modals_text-only__XZjVJ button.gbm-modals_purple-text__cXDdr:focus,
span.gbm-modals_text-only__XZjVJ button.gbm-modals_purple-text__cXDdr:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.gbm-modals_text-only__XZjVJ:active,
button.gbm-modals_text-only__XZjVJ:focus,
button.gbm-modals_text-only__XZjVJ:hover,
span.gbm-modals_text-only__XZjVJ button:active,
span.gbm-modals_text-only__XZjVJ button:focus,
span.gbm-modals_text-only__XZjVJ button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.gbm-modals_blue-button__cm9Fb,
.gbm-modals_button-with-bg-color__m4Pow,
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-right__u2_bd .gbm-modals_card__Bjy3p .gbm-modals_content-wrapper__mt1iK .gbm-modals_card-button__VKUF3,
.gbm-modals_green-button__upm_R,
.gbm-modals_orange-button__JILW8,
.gbm-modals_positive-button__Mq14S,
.gbm-modals_white-button-blue-text__jJmAl,
.gbm-modals_white-button__0PCbA {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.gbm-modals_orange-button__JILW8 {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.gbm-modals_orange-button__JILW8:active,
.gbm-modals_orange-button__JILW8:focus,
.gbm-modals_orange-button__JILW8:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.gbm-modals_orange-button__JILW8[disabled],
.gbm-modals_orange-button__JILW8[disabled]:active,
.gbm-modals_orange-button__JILW8[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.gbm-modals_orange-button__JILW8.gbm-modals_drop-down__Piqfz {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.gbm-modals_scroll-loader__dlxBd {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.gbm-modals_green-button__upm_R {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.gbm-modals_green-button__upm_R:active,
.gbm-modals_green-button__upm_R:focus,
.gbm-modals_green-button__upm_R:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.gbm-modals_green-button__upm_R[disabled],
.gbm-modals_green-button__upm_R[disabled]:active,
.gbm-modals_green-button__upm_R[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.gbm-modals_positive-button__Mq14S {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.gbm-modals_positive-button__Mq14S:active,
.gbm-modals_positive-button__Mq14S:focus,
.gbm-modals_positive-button__Mq14S:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.gbm-modals_positive-button__Mq14S[disabled] {
  background-color: #abe4b2;
}
.gbm-modals_negative-button__gyBDf {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.gbm-modals_negative-button__gyBDf:active,
.gbm-modals_negative-button__gyBDf:focus,
.gbm-modals_negative-button__gyBDf:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.gbm-modals_plain-cancel-button__J1GvE,
.gbm-modals_plain-cancel-button__J1GvE:active,
.gbm-modals_plain-cancel-button__J1GvE:focus,
.gbm-modals_plain-cancel-button__J1GvE:hover {
  color: #17191a;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-right__u2_bd .gbm-modals_card__Bjy3p .gbm-modals_content-wrapper__mt1iK .gbm-modals_card-button__VKUF3,
.gbm-modals_white-button-blue-text__jJmAl,
.gbm-modals_white-button__0PCbA {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-right__u2_bd .gbm-modals_card__Bjy3p .gbm-modals_content-wrapper__mt1iK .gbm-modals_card-button__VKUF3:active,
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-right__u2_bd .gbm-modals_card__Bjy3p .gbm-modals_content-wrapper__mt1iK .gbm-modals_card-button__VKUF3:focus,
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-right__u2_bd .gbm-modals_card__Bjy3p .gbm-modals_content-wrapper__mt1iK .gbm-modals_card-button__VKUF3:hover,
.gbm-modals_white-button-blue-text__jJmAl:active,
.gbm-modals_white-button-blue-text__jJmAl:focus,
.gbm-modals_white-button-blue-text__jJmAl:hover,
.gbm-modals_white-button__0PCbA:active,
.gbm-modals_white-button__0PCbA:focus,
.gbm-modals_white-button__0PCbA:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-right__u2_bd .gbm-modals_card__Bjy3p .gbm-modals_content-wrapper__mt1iK [disabled].gbm-modals_card-button__VKUF3,
.gbm-modals_white-button__0PCbA[disabled],
.gbm-modals_white-button__0PCbA[disabled]:active,
.gbm-modals_white-button__0PCbA[disabled]:focus,
.gbm-modals_white-button__0PCbA[disabled]:hover,
[disabled].gbm-modals_white-button-blue-text__jJmAl {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.gbm-modals_common-sentiment-emoji__MhNmd {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.gbm-modals_white-button-blue-text__jJmAl {
  color: #31a7e7;
}
.gbm-modals_white-button-blue-text__jJmAl:active,
.gbm-modals_white-button-blue-text__jJmAl:focus,
.gbm-modals_white-button-blue-text__jJmAl:hover {
  color: #31a7e7 !important;
}
.gbm-modals_blue-button__cm9Fb {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.gbm-modals_blue-button__cm9Fb,
.gbm-modals_blue-button__cm9Fb:active,
.gbm-modals_blue-button__cm9Fb:focus,
.gbm-modals_blue-button__cm9Fb:hover {
  background-color: #31a7e7;
  color: #fff;
}
.gbm-modals_green-button__upm_R {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.gbm-modals_green-button__upm_R,
.gbm-modals_green-button__upm_R:active,
.gbm-modals_green-button__upm_R:focus,
.gbm-modals_green-button__upm_R:hover {
  background-color: #56bf56;
  color: #fff;
}
.gbm-modals_purple-button__L_AOv {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.gbm-modals_purple-button__L_AOv:active,
.gbm-modals_purple-button__L_AOv:focus,
.gbm-modals_purple-button__L_AOv:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.gbm-modals_dropdown-input__a5Kjd {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.gbm-modals_dropdown-input__a5Kjd:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.gbm-modals_hm-app-body__MU9Ja input::placeholder {
  color: #a3a3a3;
}
.gbm-modals_textarea-composer__Tj69i {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.gbm-modals_container__QlutP input,
.gbm-modals_container__QlutP textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.gbm-modals_input-for-copy__HB1Zo {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.gbm-modals_input-text-bordered__d7zYe,
.gbm-modals_input-text__urbbw,
.gbm-modals_input-textarea__0KvBH {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.gbm-modals_input-text__urbbw {
  height: 50px;
}
.gbm-modals_input-text-bordered__d7zYe {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.gbm-modals_xxl-input__mjsms {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.gbm-modals_xl-input__kGlkZ {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.gbm-modals_l-input__q4UK7 {
  width: 100%;
  font-size: 1.1rem;
}
.gbm-modals_box-content__faPWt .gbm-modals_content__LnS1x input,
.gbm-modals_box-content__faPWt .gbm-modals_upload-data-input-with-icon__q4h_K input,
.gbm-modals_input-grey__7LFqb,
input .gbm-modals_input-white__rxuJq,
textarea .gbm-modals_input-white__rxuJq {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.gbm-modals_box-content__faPWt .gbm-modals_content__LnS1x input::placeholder,
.gbm-modals_box-content__faPWt .gbm-modals_upload-data-input-with-icon__q4h_K input::placeholder,
.gbm-modals_input-grey__7LFqb::placeholder,
input .gbm-modals_input-white__rxuJq::placeholder,
textarea .gbm-modals_input-white__rxuJq::placeholder {
  color: #999;
  opacity: 1;
}
input .gbm-modals_input-white__rxuJq,
textarea .gbm-modals_input-white__rxuJq {
  background-color: #fff;
}
.gbm-modals_clearfix__XoOu3:after {
  clear: both;
  content: '';
  display: block;
}
.gbm-modals_hidden-important__0EPNd {
  display: none !important;
}
.gbm-modals_p-left__xHStb {
  float: left;
}
.gbm-modals_p-right__85fqK {
  float: right;
}
.gbm-modals_image_orientation_3__Doaut {
  tranform: rotate(180deg);
}
.gbm-modals_image_orientation_6__lLD9y {
  tranform: rotate(90deg);
}
.gbm-modals_image_orientation_8__Jumzc {
  tranform: rotate(-90deg);
}
.gbm-modals_image_orientation_2__pYMvN {
  tranform: scaleX(-1);
}
.gbm-modals_image_orientation_7__AUmoM {
  tranform: scaleX(-1) rotate(-90deg);
}
.gbm-modals_image_orientation_4__1v0zv {
  tranform: scaleX(-1) rotate(180deg);
}
.gbm-modals_image_orientation_5__bis3N {
  tranform: scaleX(-1) rotate(90deg);
}
.gbm-modals_image_slideshow_orientation_3__Al2FX {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.gbm-modals_image_slideshow_orientation_6__MuCIl {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.gbm-modals_image_slideshow_orientation_8__Hj_uy {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.gbm-modals_image_slideshow_orientation_2__5LZeD {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.gbm-modals_image_slideshow_orientation_7___1Lvs {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.gbm-modals_image_slideshow_orientation_4__3HO4F {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.gbm-modals_image_slideshow_orientation_5__w4K1r {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.gbm-modals_container__QlutP select::-ms-expand {
  display: none !important;
}
.gbm-modals_container__QlutP select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.gbm-modals_count-area__SE3dK {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.gbm-modals_clear-top__2AhpA {
  padding-top: 0;
  margin-top: 0;
}
.gbm-modals_remove-x-20__LDxCg,
.gbm-modals_remove-x__82uDu {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.gbm-modals_remove-x__82uDu.gbm-modals_white__kTTL1,
.gbm-modals_white__kTTL1.gbm-modals_remove-x-20__LDxCg {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.gbm-modals_remove-x-20__LDxCg {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.gbm-modals_divider__7srKN {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.gbm-modals_mobile__G_Krh {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.gbm-modals_blue__IRQ3d,
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-left__dMYVc .gbm-modals_section-preview-message__YXsUI .gbm-modals_thumbnail-preview__Xzki5 button {
  color: #31a7e7 !important;
}
.gbm-modals_white__kTTL1 {
  color: #fff !important;
}
.gbm-modals_purple__vP7Cq {
  color: #8158ec !important;
}
.gbm-modals_delete__Ruy01 {
  color: #d0021b !important;
}
.gbm-modals_dark-text__yCsa_ {
  color: #17191a !important;
}
.gbm-modals_file-input__8u_Dt {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.gbm-modals_image-download-wrapper__MsTxz {
  position: fixed;
  top: 40px;
  right: 100px;
}
.gbm-modals_overflow-y-auto__6H4ll {
  overflow-y: auto;
}
.gbm-modals_is-font-icon__v6ezB:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.gbm-modals_is-invisible__h0a7r {
  opacity: 0;
}
.gbm-modals_tabbed-button__iHOzJ {
  padding: 0 7px 2px;
}
.gbm-modals_tabbed-button__iHOzJ.gbm-modals_selected__X0x3p {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.gbm-modals_show-more__IFcwu {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.gbm-modals_show-more__IFcwu:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.gbm-modals_time-input__NIoOc {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.gbm-modals_form-group__cPL9F.gbm-modals_date-time__AHaVS {
  position: relative;
  top: -2px;
}
.gbm-modals_form-group__cPL9F.gbm-modals_date-time__AHaVS.gbm-modals_time__a7XoE {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.gbm-modals_form-group__cPL9F.gbm-modals_date-time__AHaVS.gbm-modals_form-group-hour__86XaA .gbm-modals_colon__BXs4y {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.gbm-modals_form-group__cPL9F.gbm-modals_date-time__AHaVS.gbm-modals_form-group-hour__86XaA input {
  text-align: center;
}
.gbm-modals_form-group__cPL9F.gbm-modals_date-time__AHaVS.gbm-modals_form-group-day__b1qbK {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.gbm-modals_form-group__cPL9F.gbm-modals_date-time__AHaVS.gbm-modals_form-group-minute__7CZ2I {
  width: 42px;
}
.gbm-modals_form-group__cPL9F.gbm-modals_date-time__AHaVS.gbm-modals_form-group-clock__yTG_1 {
  width: 54px;
}
.gbm-modals_attach-img__KXWqV {
  position: relative;
  width: 25px;
  height: 25px;
}
.gbm-modals_attach-img__KXWqV input#gbm-modals_add-image__dZCDJ {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.gbm-modals_attach-img__KXWqV span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.gbm-modals_m-0__ov0fz {
  margin: 0 !important;
}
.gbm-modals_ml-auto__qL5pL {
  margin-left: auto;
}
.gbm-modals_mr-auto__Czkv4 {
  margin-right: auto;
}
.gbm-modals_mx-auto__np_M0 {
  margin-left: auto;
  margin-right: auto;
}
.gbm-modals_mx-16__Qxoxl {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.gbm-modals_my-16__nUcjc {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.gbm-modals_mr-0__MjAuC {
  margin-right: 0 !important;
}
.gbm-modals_mr-4__nkJc9 {
  margin-right: 4px !important;
}
.gbm-modals_mr-8__x5z8M {
  margin-right: 8px !important;
}
.gbm-modals_mr-12__aPgRM {
  margin-right: 12px !important;
}
.gbm-modals_mr-16__rLnxN {
  margin-right: 16px !important;
}
.gbm-modals_ml-0__YRtfp {
  margin-left: 0 !important;
}
.gbm-modals_ml-4__l_4zw {
  margin-left: 4px !important;
}
.gbm-modals_ml-8__qQQu9 {
  margin-left: 8px !important;
}
.gbm-modals_ml-12__hyjHy {
  margin-left: 12px !important;
}
.gbm-modals_ml-16__hN6Jv {
  margin-left: 16px !important;
}
.gbm-modals_mt-0__Tbt6V {
  margin-top: 0 !important;
}
.gbm-modals_mt-4__p_LXc {
  margin-top: 4px !important;
}
.gbm-modals_mt-8__gUArX {
  margin-top: 8px !important;
}
.gbm-modals_mt-16__AKNi9 {
  margin-top: 16px !important;
}
.gbm-modals_mt-24__rPdr0 {
  margin-top: 24px !important;
}
.gbm-modals_mt-48__JZE72 {
  margin-top: 48px !important;
}
.gbm-modals_mb-0__WVrcn {
  margin-bottom: 0 !important;
}
.gbm-modals_mb-4__L3o6K {
  margin-bottom: 4px !important;
}
.gbm-modals_mb-8__YFl6a {
  margin-bottom: 8px !important;
}
.gbm-modals_mb-12__uaVoQ {
  margin-bottom: 12px !important;
}
.gbm-modals_mb-16__rBCwp {
  margin-bottom: 16px !important;
}
.gbm-modals_mb-24__m4TIv {
  margin-bottom: 24px !important;
}
.gbm-modals_mb-64__MVfLO {
  margin-bottom: 64px !important;
}
.gbm-modals_p-0__JXP04 {
  padding: 0 !important;
}
.gbm-modals_p-16__vYDMe {
  padding: 16px;
}
.gbm-modals_p-40__rEMY7 {
  padding: 40px;
}
.gbm-modals_px-0__5NGNa {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.gbm-modals_px-4__Fh3w3 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.gbm-modals_px-8__7M2dy {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.gbm-modals_px-32__WNOQE {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.gbm-modals_px-40__mLvcH {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.gbm-modals_pt-40__OxDBT {
  padding-top: 40px;
}
.gbm-modals_pt-24__1DbOW {
  padding-top: 24px;
}
.gbm-modals_pt-16__1koQH {
  padding-top: 16px;
}
.gbm-modals_pt-12__el0Ep {
  padding-top: 12px !important;
}
.gbm-modals_pb-40__vZFiS {
  padding-bottom: 40px;
}
.gbm-modals_pb-24__GZ3Bl {
  padding-bottom: 24px;
}
.gbm-modals_pb-16__FXMYc {
  padding-bottom: 16px;
}
.gbm-modals_pl-8__TbRxf {
  padding-left: 8px !important;
}
.gbm-modals_pl-12__BxCbY {
  padding-left: 12px !important;
}
.gbm-modals_pl-16__blpuv {
  padding-left: 16px !important;
}
.gbm-modals_text-left__fVr1e {
  text-align: left !important;
}
.gbm-modals_text-right__Yanoo {
  text-align: right !important;
}
.gbm-modals_text-center__DELhf {
  text-align: center !important;
}
.gbm-modals_font-medium__9xV9W {
  font-weight: 500 !important;
}
.gbm-modals_font-semibold__scBA0 {
  font-weight: 600 !important;
}
.gbm-modals_radius-8__6wE9f {
  border-radius: 8px !important;
}
.gbm-modals_truncate__y_J5F {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gbm-modals_whitespace-nowrap__vN8lf {
  white-space: nowrap;
}
.gbm-modals_whitespace-pre-wrap__iqW2E {
  white-space: pre-wrap;
}
.gbm-modals_w-100__4aItc {
  width: 100% !important;
}
.gbm-modals_h-100__mYiBW {
  height: 100% !important;
}
.gbm-modals_max-w-none__EVbVG {
  max-width: none !important;
}
.gbm-modals_max-h-none__vZeQU {
  max-height: none !important;
}
.gbm-modals_min-w-100__EHLZd {
  min-width: 100px;
}
.gbm-modals_heading-48-600__Rh2Fq {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.gbm-modals_heading-32-600__DUYsi {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.gbm-modals_heading-24-600__glrky {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.gbm-modals_heading-18-600__lGGPD {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.gbm-modals_heading-18-400__2TkHT {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.gbm-modals_heading-16-700__O_oJp {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.gbm-modals_text-16-400__sxlGi {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.gbm-modals_heading-14-600__9UzVg {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.gbm-modals_heading-14-500__vPDqw {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.gbm-modals_text-14-400__k79kR {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.gbm-modals_text-13-500__5LQmN {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.gbm-modals_text-13-600__U0NSy {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.gbm-modals_text-13-400__liaw1 {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.gbm-modals_text-12-500__doR1v {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.gbm-modals_text-12-600__CEIqe {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.gbm-modals_text-12-400__IqDSY {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.gbm-modals_status-badge__kY4T8 {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.gbm-modals_status-badge__kY4T8.gbm-modals_paused__q7jKp {
  background-color: #ff8b3d;
  color: #fff !important;
}
.gbm-modals_status-badge__kY4T8.gbm-modals_created___hHOt,
.gbm-modals_status-badge__kY4T8.gbm-modals_inactive__Ye6w8,
.gbm-modals_status-badge__kY4T8.gbm-modals_pending__Rf8_G {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.gbm-modals_status-badge__kY4T8.gbm-modals_active__7qnyQ {
  background-color: #56bf56;
  color: #fff !important;
}
.gbm-modals_status-badge__kY4T8.gbm-modals_error__d1DbF {
  background-color: #d0021b;
  color: #fff !important;
}
.gbm-modals_status-badge__kY4T8.gbm-modals_progress__8HnGd {
  background-color: #f5bf0c;
  color: #fff !important;
}
.gbm-modals_status-badge__kY4T8.gbm-modals_draft__f_XiE {
  background-color: #e6e6e6;
  color: #000 !important;
}
.gbm-modals_status-badge__kY4T8.gbm-modals_sent__jwZ7S {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.gbm-modals_status-badge__kY4T8.gbm-modals_scheduled__ubu_q {
  background-color: #feefcf;
  color: #795548;
}
.gbm-modals_status-badge__kY4T8.gbm-modals_loading-badge__94DKF {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.gbm-modals_status-badge__kY4T8.gbm-modals_loading-badge__94DKF .gbm-modals_text__XiPxa {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.gbm-modals_status-badge__kY4T8.gbm-modals_loading-badge__94DKF .gbm-modals_slider__Sb5dy {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: gbm-modals_moveSlideshow__DympU 3s linear infinite;
}
@keyframes gbm-modals_moveSlideshow__DympU {
  to {
    transform: translateX(200%);
  }
}
.gbm-modals_flex__7Kf57 {
  display: flex !important;
}
.gbm-modals_flex-space-between__cIrr8 {
  justify-content: space-between;
}
.gbm-modals_flex-align-start__OQKzD {
  align-items: flex-start;
}
.gbm-modals_flex-align-center__0zYqt {
  align-items: center;
}
.gbm-modals_flex-absolute-center__5eFgC {
  justify-content: center;
  align-items: center;
}
.gbm-modals_flex-container__Kr6WH {
  display: flex;
  flex-wrap: wrap;
}
.gbm-modals_flex-column__8MkS0 {
  flex-direction: column;
}
.gbm-modals_flex-justify-end__nKFkD {
  justify-content: flex-end;
}
.gbm-modals_position-relative__jefHJ {
  position: relative !important;
}
.gbm-modals_position-static__9W2Je {
  position: static !important;
}
.gbm-modals_position-absolute__bFict {
  position: absolute !important;
}
.gbm-modals_hr-grey__9qnH0 {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.gbm-modals_input-border__xbNqX {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.gbm-modals_action-content-box__6K2Wj,
.gbm-modals_box-content__faPWt,
.gbm-modals_box-content__faPWt .gbm-modals_upload-data-input-with-icon__q4h_K,
.gbm-modals_default-border__zax6c {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.gbm-modals_bg-grey__SyS8N {
  background-color: #f9f9f9 !important;
}
.gbm-modals_bg-white__HQyj2 {
  background-color: #fff !important;
}
.gbm-modals_pos-relative__GYceQ {
  position: relative !important;
}
.gbm-modals_text-light__11FBZ {
  color: #757c80 !important;
}
.gbm-modals_text-red___52Eu {
  color: #d0021b !important;
}
.gbm-modals_text-green__Xw2dQ {
  color: #56bf56 !important;
}
.gbm-modals_text-blue__Z15XG {
  color: #31a7e7;
}
.gbm-modals_text-sec-blue__pwV4f {
  color: #1b02b1 !important;
}
.gbm-modals_notification-dot__unkmU {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.gbm-modals_title-with-action-on-left__EeXIa {
  display: flex;
  justify-content: space-between;
}
.gbm-modals_error__d1DbF {
  color: #d0021b;
}
.gbm-modals_error-border__TBCUp {
  border: 1px solid #d0021b !important;
}
.gbm-modals_rotate__luNiV {
  animation: gbm-modals_rotation__pXSOU 2s linear infinite;
}
@keyframes gbm-modals_rotation__pXSOU {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.gbm-modals_switch__AREv8 {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.gbm-modals_switch__AREv8 .gbm-modals_btn-toggle__lFZii {
  opacity: 0;
  width: 0;
  height: 0;
}
.gbm-modals_switch__AREv8 .gbm-modals_slider__Sb5dy {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.gbm-modals_switch__AREv8 .gbm-modals_slider__Sb5dy:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.gbm-modals_switch__AREv8 .gbm-modals_slider__Sb5dy:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.gbm-modals_switch__AREv8 .gbm-modals_btn-toggle__lFZii.gbm-modals_enabled__C09v7 + .gbm-modals_slider__Sb5dy {
  background-color: #ffc926;
  border: none;
}
.gbm-modals_switch__AREv8 .gbm-modals_btn-toggle__lFZii:focus + .gbm-modals_slider__Sb5dy {
  box-shadow: 0 0 1px #2196f3;
}
.gbm-modals_switch__AREv8 .gbm-modals_btn-toggle__lFZii.gbm-modals_enabled__C09v7 + .gbm-modals_slider__Sb5dy:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.gbm-modals_switch__AREv8 .gbm-modals_btn-toggle__lFZii.gbm-modals_enabled__C09v7 + .gbm-modals_slider__Sb5dy:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#gbm-modals_appleid-signin__xpwb7 {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#gbm-modals_appleid-signin__xpwb7 > div {
  width: 200px !important;
  height: 38px !important;
}
.gbm-modals_page-header__R8J9N {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gbm-modals_page-header__R8J9N.gbm-modals_clear-side__Nvjw8 {
  padding: 40px 0 32px;
}
.gbm-modals_page-spacing__g7pyU {
  padding: 0 40px;
}
.gbm-modals_page-header-title__xo343 {
  color: #17191a;
  margin: 0 0 8px;
}
.gbm-modals_header-bar__i0qof {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.gbm-modals_box-content__faPWt {
  background-color: #fff;
  margin-bottom: 24px;
}
.gbm-modals_box-content__faPWt .gbm-modals_header__MCUZ5 {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.gbm-modals_box-content__faPWt .gbm-modals_header-l___QGo8 {
  padding: 24px 16px;
  margin: 0;
}
.gbm-modals_box-content__faPWt .gbm-modals_content__LnS1x {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.gbm-modals_box-content__faPWt .gbm-modals_content-header__z2alT {
  margin-bottom: 4px;
  margin-top: 0;
}
.gbm-modals_box-content__faPWt .gbm-modals_table-content___9IIl {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.gbm-modals_box-content__faPWt .gbm-modals_help-text__wxW_t {
  line-height: 20px;
}
.gbm-modals_box-content__faPWt .gbm-modals_sub-text__nMSAv {
  color: #757c80;
}
.gbm-modals_box-content__faPWt .gbm-modals_content-data-input__Z5NIZ {
  margin-top: 8px;
}
.gbm-modals_box-content__faPWt .gbm-modals_data-entry-input__U21Qy,
.gbm-modals_box-content__faPWt .gbm-modals_upload-data-input-with-icon__q4h_K {
  margin-top: 8px;
  padding: 0 11px;
}
.gbm-modals_box-content__faPWt .gbm-modals_upload-data-input-with-icon__q4h_K {
  cursor: pointer;
  background: #f9f9f9;
}
.gbm-modals_box-content__faPWt .gbm-modals_upload-data-input-with-icon__q4h_K input {
  padding: 12px 2px;
}
.gbm-modals_box-content__faPWt .gbm-modals_upload-data-input-with-icon__q4h_K input:disabled,
.gbm-modals_box-content__faPWt .gbm-modals_upload-data-input-with-icon__q4h_K input:hover {
  cursor: pointer !important;
}
.gbm-modals_empty-state__QOL44 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.gbm-modals_empty-state__QOL44.gbm-modals_contact-list__YQs49 {
  width: 80%;
}
.gbm-modals_empty-state__QOL44 .gbm-modals_empty-title__vZMNH {
  font-size: 14px;
  font-weight: 500px;
}
.gbm-modals_empty-state-wrapper__oAwJc {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.gbm-modals_empty-state-wrapper__oAwJc h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.gbm-modals_empty-state-wrapper__oAwJc div {
  color: #757c80;
  margin: 16px 0 12px;
}
.gbm-modals_empty-state-button__IvH2w {
  margin: 20px 10px;
}
.gbm-modals_handel-bar__SUJth {
  fill: #b7bfc6;
  vertical-align: middle;
}
.gbm-modals_tag__tzfYb {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.gbm-modals_ant-color-picker-input__mTPvt .gbm-modals_ant-input__z42if {
  height: 22px;
}
.gbm-modals_ant-color-picker-trigger__yUyWS {
  width: 23px;
  height: 23px;
}
.gbm-modals_ant-color-picker-trigger__yUyWS .gbm-modals_ant-color-picker-color-block__uQRzG {
  width: 18px;
  height: 18px;
}
.gbm-modals_box-content__faPWt .gbm-modals_content__LnS1x input,
.gbm-modals_box-content__faPWt .gbm-modals_upload-data-input-with-icon__q4h_K input,
input input.gbm-modals_input-white__rxuJq,
input textarea.gbm-modals_input-white__rxuJq,
input.gbm-modals_input-grey__7LFqb,
textarea input.gbm-modals_input-white__rxuJq,
textarea textarea.gbm-modals_input-white__rxuJq,
textarea.gbm-modals_input-grey__7LFqb {
  background-color: #f9f9f9;
}
.gbm-modals_box-content__faPWt .gbm-modals_content__LnS1x input:active,
.gbm-modals_box-content__faPWt .gbm-modals_content__LnS1x input:focus,
.gbm-modals_box-content__faPWt .gbm-modals_content__LnS1x input:hover,
.gbm-modals_box-content__faPWt .gbm-modals_upload-data-input-with-icon__q4h_K input:active,
.gbm-modals_box-content__faPWt .gbm-modals_upload-data-input-with-icon__q4h_K input:focus,
.gbm-modals_box-content__faPWt .gbm-modals_upload-data-input-with-icon__q4h_K input:hover,
input input.gbm-modals_input-white__rxuJq:active,
input input.gbm-modals_input-white__rxuJq:focus,
input input.gbm-modals_input-white__rxuJq:hover,
input textarea.gbm-modals_input-white__rxuJq:active,
input textarea.gbm-modals_input-white__rxuJq:focus,
input textarea.gbm-modals_input-white__rxuJq:hover,
input.gbm-modals_input-grey__7LFqb:active,
input.gbm-modals_input-grey__7LFqb:focus,
input.gbm-modals_input-grey__7LFqb:hover,
textarea input.gbm-modals_input-white__rxuJq:active,
textarea input.gbm-modals_input-white__rxuJq:focus,
textarea input.gbm-modals_input-white__rxuJq:hover,
textarea textarea.gbm-modals_input-white__rxuJq:active,
textarea textarea.gbm-modals_input-white__rxuJq:focus,
textarea textarea.gbm-modals_input-white__rxuJq:hover,
textarea.gbm-modals_input-grey__7LFqb:active,
textarea.gbm-modals_input-grey__7LFqb:focus,
textarea.gbm-modals_input-grey__7LFqb:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.gbm-modals_input-white__rxuJq:active,
input.gbm-modals_input-white__rxuJq:focus,
input.gbm-modals_input-white__rxuJq:hover,
span.gbm-modals_input-white__rxuJq:active,
span.gbm-modals_input-white__rxuJq:focus,
span.gbm-modals_input-white__rxuJq:hover,
textarea.gbm-modals_input-white__rxuJq:active,
textarea.gbm-modals_input-white__rxuJq:focus,
textarea.gbm-modals_input-white__rxuJq:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.gbm-modals_image-uploader-flex__l_a8t .gbm-modals_ant-upload-select__9cmz_ {
  display: flex;
}
.gbm-modals_image-uploader-flex__l_a8t .gbm-modals_ant-upload-select__9cmz_ .gbm-modals_ant-upload___VnfV {
  flex: 1 1;
}
.gbm-modals_modal-footer-wrapper__jD3Nh {
  display: flex;
  justify-content: center;
}
.gbm-modals_app-modal__rmfTz .gbm-modals_small__zRe7u {
  width: 350px;
}
.gbm-modals_toast__DdAFn.gbm-modals_negative__EcesI .gbm-modals_ant-message-notice-content__gl9xT {
  background-color: #d0021b;
}
.gbm-modals_toast__DdAFn.gbm-modals_positive__o1_IH .gbm-modals_ant-message-notice-content__gl9xT {
  background-color: #56bf56;
}
.gbm-modals_toast__DdAFn.gbm-modals_loading__ByljJ .gbm-modals_ant-message-notice-content__gl9xT .gbm-modals_toast-wrapper__jApLx .gbm-modals_contents__jSEHl,
.gbm-modals_toast__DdAFn.gbm-modals_loading__ByljJ .gbm-modals_ant-message-notice-content__gl9xT .gbm-modals_toast-wrapper__jApLx .gbm-modals_contents__jSEHl .gbm-modals_title__m5raE {
  color: #000 !important;
}
.gbm-modals_toast__DdAFn.gbm-modals_loading__ByljJ .gbm-modals_ant-message-loading__eFyJM .gbm-modals_anticon-loading__npIDd {
  font-size: 1.5rem;
}
.gbm-modals_toast__DdAFn .gbm-modals_ant-message-notice-content__gl9xT {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.gbm-modals_toast__DdAFn .gbm-modals_ant-message-notice-content__gl9xT .gbm-modals_toast-wrapper__jApLx {
  position: relative;
  display: flex;
  align-items: center;
}
.gbm-modals_toast__DdAFn .gbm-modals_ant-message-notice-content__gl9xT .gbm-modals_toast-wrapper__jApLx .gbm-modals_contents__jSEHl {
  position: relative;
  padding-left: 16px;
}
.gbm-modals_toast__DdAFn .gbm-modals_ant-message-notice-content__gl9xT .gbm-modals_toast-wrapper__jApLx .gbm-modals_contents__jSEHl .gbm-modals_title__m5raE {
  color: #fff !important;
}
.gbm-modals_toast__DdAFn .gbm-modals_ant-message-notice-content__gl9xT .gbm-modals_toast-wrapper__jApLx .gbm-modals_contents__jSEHl p {
  margin: 0;
}
.gbm-modals_toast__DdAFn .gbm-modals_ant-message-notice-content__gl9xT .gbm-modals_toast-wrapper__jApLx .gbm-modals_contents__jSEHl p a,
.gbm-modals_toast__DdAFn .gbm-modals_ant-message-notice-content__gl9xT .gbm-modals_toast-wrapper__jApLx .gbm-modals_contents__jSEHl p button {
  color: #fff;
  text-decoration: underline;
}
.gbm-modals_toast__DdAFn .gbm-modals_ant-message-notice-content__gl9xT .gbm-modals_icon__mr3ae {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.gbm-modals_toast__DdAFn .gbm-modals_ant-message-notice-content__gl9xT .gbm-modals_icon__mr3ae.gbm-modals_positive__o1_IH {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.gbm-modals_toast__DdAFn .gbm-modals_ant-message-notice-content__gl9xT .gbm-modals_icon__mr3ae.gbm-modals_positive__o1_IH:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.gbm-modals_toast__DdAFn .gbm-modals_ant-message-notice-content__gl9xT .gbm-modals_icon__mr3ae.gbm-modals_negative__EcesI {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.gbm-modals_toast__DdAFn .gbm-modals_ant-message-notice-content__gl9xT .gbm-modals_icon__mr3ae.gbm-modals_negative__EcesI:before {
  top: 10px;
}
.gbm-modals_action-content-box__6K2Wj {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.gbm-modals_action-content-box__6K2Wj.gbm-modals_numbered__2GjOQ .gbm-modals_sub-content__2XtG9 p {
  margin-left: 18px;
}
.gbm-modals_action-content-box__6K2Wj .gbm-modals_sub-content__2XtG9 {
  padding: 26px 26px 20px;
}
.gbm-modals_action-content-box__6K2Wj .gbm-modals_sub-content__2XtG9.gbm-modals_right__8sidp {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.gbm-modals_action-content-box__6K2Wj .gbm-modals_sub-content__2XtG9.gbm-modals_right__8sidp button {
  margin: 0 20px;
}
.gbm-modals_action-content-box__6K2Wj .gbm-modals_sub-content__2XtG9 h4,
.gbm-modals_action-content-box__6K2Wj .gbm-modals_sub-content__2XtG9 p.gbm-modals_bold__xRBrA {
  margin: 0;
}
.gbm-modals_action-content-box__6K2Wj .gbm-modals_sub-content__2XtG9 h4 span,
.gbm-modals_action-content-box__6K2Wj .gbm-modals_sub-content__2XtG9 p.gbm-modals_bold__xRBrA span {
  width: 18px;
  display: inline-block;
}
.gbm-modals_action-content-box__6K2Wj .gbm-modals_sub-content__2XtG9 p {
  margin: 6px 0 0;
}
.gbm-modals_action-content-box__6K2Wj .gbm-modals_remove__Yumh1 {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.gbm-modals_options-dot__8aa_6 {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.gbm-modals_options-dot__8aa_6.gbm-modals_boxed__I6OF7 {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.gbm-modals_options-dot__8aa_6.gbm-modals_active__7qnyQ,
.gbm-modals_options-dot__8aa_6:focus-visible,
.gbm-modals_options-dot__8aa_6:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.gbm-modals_clickable__PSyNL {
  cursor: pointer;
}
.gbm-modals_beta-label__V0nng {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.gbm-modals_none-style-list-options__LoxqG {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.gbm-modals_none-style-list-options__LoxqG li {
  margin: 5px 0;
}
.gbm-modals_ant-tour__VOoj3 {
  width: 400px;
}
.gbm-modals_ant-collapse__PI3BU > .gbm-modals_ant-collapse-item__gAw0H > .gbm-modals_ant-collapse-header-collapsible-only__S37JA > .gbm-modals_ant-collapse-header-text__FD6ky {
  flex: auto;
}
.gbm-modals_onboarding-tour-header___rqV_ {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.gbm-modals_onboarding-tour-description__RYPZP {
  color: #17191a;
  font-size: 16px;
}
.gbm-modals_tour-hidden-button__Mhcdy {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.gbm-modals_ai-onboarding-tour-header__Nrmzl {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.gbm-modals_onboarding-step-ai-tour__aIZZg {
  width: 350px;
}
.gbm-modals_onboarding-step-ai-tour__aIZZg .gbm-modals_onboarding-step-ai-tour-inner__meWjg .gbm-modals_onboarding-step-ai-tour-description__PNu_t {
  padding: 0 20px;
}
.gbm-modals_onboarding-step-ai-tour__aIZZg .gbm-modals_onboarding-step-ai-tour-inner__meWjg .gbm-modals_onboarding-step-ai-tour-footer__Rd1zZ {
  padding: 0 20px 20px;
}
.gbm-modals_onboarding-step-ai-tour__aIZZg .gbm-modals_onboarding-step-ai-tour-inner__meWjg .gbm-modals_onboarding-step-ai-tour-header__I_TAs {
  padding: 20px 20px 4px;
}
.gbm-modals_onboarding-step-ai-tour__aIZZg .gbm-modals_onboarding-step-ai-tour-inner__meWjg .gbm-modals_onboarding-step-ai-tour-indicators__SH9iB {
  display: flex;
  width: 100%;
}
.gbm-modals_onboarding-step-ai-tour__aIZZg .gbm-modals_onboarding-step-ai-tour-inner__meWjg .gbm-modals_onboarding-step-ai-tour-buttons__cf_PZ {
  width: 0;
  visibility: hidden;
}
.gbm-modals_onboarding-step-ai-tour-mask__aT1gp mask[id^='onboarding-step-ai-tour-mask'] rect.gbm-modals_onboarding-step-ai-tour-placeholder-animated__8BHZC {
  rx: 8px;
}
.gbm-modals_onboarding-step-ai-tour-round-mask__bxIie mask[id^='onboarding-step-ai-tour-round-mask'] rect.gbm-modals_onboarding-step-ai-tour-round-placeholder-animated__MJGNq {
  rx: 25px;
}
.gbm-modals_onboarding-step-tour__hUt2_ {
  width: 400px;
}
.gbm-modals_onboarding-step-tour__hUt2_.gbm-modals_content-hidden__SNvw0 {
  display: none !important;
}
.gbm-modals_onboarding-step-tour__hUt2_.gbm-modals_extended-width__C8yun {
  width: 600px;
}
.gbm-modals_onboarding-step-tour-mask__FsFY3 mask[id^='onboarding-step-tour-mask'] rect.gbm-modals_onboarding-step-tour-placeholder-animated__osDNl {
  rx: 8px;
}
.gbm-modals_onboarding-step-one-tour__dnkbo {
  width: 400px;
}
.gbm-modals_onboarding-step-one-tour__dnkbo.gbm-modals_content-hidden__SNvw0 {
  display: none !important;
}
.gbm-modals_onboarding-step-one-tour__dnkbo.gbm-modals_extended-width__C8yun {
  width: 600px;
}
.gbm-modals_onboarding-step-one-tour-mask__E448V mask[id^='onboarding-step-one-tour-mask'] rect.gbm-modals_onboarding-step-one-tour-placeholder-animated__9h_NB {
  rx: 25px;
}
.gbm-modals_support-unread-tour__l7_wh {
  width: 272px;
}
.gbm-modals_support-unread-tour__l7_wh .gbm-modals_support-unread-tour-inner__KEsBs .gbm-modals_support-unread-tour-header__KsZFQ {
  padding: 8px 16px 4px;
}
.gbm-modals_support-unread-tour__l7_wh .gbm-modals_support-unread-tour-inner__KEsBs .gbm-modals_support-unread-tour-footer__O4Ldi {
  padding: 0 16px 16px;
}
.gbm-modals_support-unread-tour__l7_wh .gbm-modals_support-unread-tour-inner__KEsBs .gbm-modals_support-unread-tour-close__Epmlu {
  top: 10px;
}
.gbm-modals_preserve-scroll-position___FOX3 {
  overflow-anchor: none;
}
.gbm-modals_toolbar-wrapper__HFtMS {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.gbm-modals_toolbar-wrapper__HFtMS .gbm-modals_anticon__o5HVL {
  padding: 12px;
  cursor: pointer;
}
.gbm-modals_toolbar-wrapper__HFtMS .gbm-modals_anticon__o5HVL:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.gbm-modals_toolbar-wrapper__HFtMS .gbm-modals_anticon__o5HVL:hover {
  opacity: 0.3;
}
.gbm-modals_ant-carousel__qNRUo .gbm-modals_slick-dots__j0sUS li.gbm-modals_slick-active__IIeaK button {
  background-color: #8158ec;
}
.gbm-modals_ant-carousel__qNRUo .gbm-modals_slick-dots__j0sUS li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.gbm-modals_ant-modal-root__QmzcK .gbm-modals_ant-modal-mask__SKRzC,
.gbm-modals_ant-modal-root__QmzcK .gbm-modals_ant-modal-wrap__rI4iv {
  z-index: 1001;
}
.gbm-modals_focused__2zWDY {
  background-color: #f5f5f5;
}
.gbm-modals_spinner-overlay__RC7kL,
.gbm-modals_spinner__Hnghc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.gbm-modals_spinner-overlay__RC7kL {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.gbm-modals_spinner__Hnghc {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gbm-modals_large-tag__92ckp {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.gbm-modals_email-pill__D3WfD,
.gbm-modals_phone-pill__pip08 {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.gbm-modals_email-pill__D3WfD:not(:empty),
.gbm-modals_phone-pill__pip08:not(:empty) {
  padding: 4px;
}
.gbm-modals_phone-pill__pip08 {
  background-color: #e0f2fb;
}
.gbm-modals_email-pill__D3WfD {
  background-color: #ffefbe;
}
.gbm-modals_input-box__Sif8w {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.gbm-modals_input-box__Sif8w.gbm-modals_bordered__lgZv9 {
  border: 1px solid #e6e6e6;
}
.gbm-modals_input-box__Sif8w.gbm-modals_large__pUYng {
  height: auto;
  min-height: 80px;
}
.gbm-modals_input-box__Sif8w:focus {
  border-color: #ffc926;
}
.gbm-modals_gbm-template-modal__56Ply {
  max-width: 1140px;
  box-shadow: 0 10px 60px 0 hsla(0, 0%, 61%, 0.5);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: #fff;
  border-radius: 4px;
  z-index: 500;
  width: 100%;
  height: 100%;
  max-height: 1060px;
  min-width: 820px;
  min-height: 632px;
  overflow: hidden;
}
@media (max-height: 1140px) {
  .gbm-modals_gbm-template-modal__56Ply {
    max-height: calc(100% - 80px);
  }
}
.gbm-modals_gbm-template-modal__56Ply.read-only .ant-modal-content .gbm-modals_section-title__s0WUM {
  margin-bottom: 0;
}
.gbm-modals_gbm-template-modal__56Ply.read-only .ant-modal-content .gbm-modals_counter-wrapper__6n7GQ {
  padding: 0 12px;
}
.gbm-modals_gbm-template-modal__56Ply.read-only .ant-modal-content .gbm-modals_counter-wrapper__6n7GQ input[type='text'] {
  margin: 0;
  padding: 0;
}
.gbm-modals_gbm-template-modal__56Ply.read-only .ant-modal-content .gbm-modals_counter-wrapper__6n7GQ textarea {
  padding: 12px 0;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content {
  display: block;
  padding: 0 !important;
  border: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .ant-modal-footer,
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_header-title__Gj8zn {
  width: calc(100% - 380px);
  background-color: #fff;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_header-title__Gj8zn + .input-text {
  width: 100%;
  margin-bottom: 0;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .input-text {
  background-color: #f9f9f9;
  height: 41px;
  padding: 12px 21px 12px 12px;
  margin: 0;
  width: 100%;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_remove-item__n5PRq {
  color: #d0021b;
  padding: 0;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-inner__UBzw_ {
  max-height: 950px;
  overflow: hidden;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_counter-wrapper__6n7GQ {
  background-color: #f9f9f9;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  padding: 12px;
  position: relative;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_counter-wrapper__6n7GQ textarea {
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  background-color: transparent;
  border: 0;
  padding: 0;
  height: 160px;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_counter-wrapper__6n7GQ input[type='text'] {
  margin-bottom: 0;
  padding: 0 45px 21px 0;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_counter-wrapper__6n7GQ .count-area {
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_counter-wrapper__6n7GQ .count-area .gbm-modals_char-count__ljfjl {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.19px;
  line-height: 12px;
  color: #17191a;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-left__dMYVc {
  width: calc(100% - 380px);
  padding-top: 77px;
  position: relative;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-left__dMYVc .gbm-modals_section-preview-message__YXsUI .gbm-modals_thumbnail-preview__Xzki5 {
  width: 160px;
  text-align: center;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-left__dMYVc .gbm-modals_section-preview-message__YXsUI .gbm-modals_thumbnail-preview__Xzki5 button {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  margin-top: 8px;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-left__dMYVc .gbm-modals_section-preview-message__YXsUI .gbm-modals_thumbnail-preview__Xzki5 button,
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-left__dMYVc .gbm-modals_section-preview-message__YXsUI .gbm-modals_thumbnail-preview__Xzki5 img {
  display: block;
  margin: 0 auto;
}
.gbm-modals_gbm-template-modal__56Ply
  .ant-modal-content
  .gbm-modals_content-left__dMYVc
  .gbm-modals_section-preview-message__YXsUI
  .gbm-modals_thumbnail-preview__Xzki5
  .gbm-modals_thumbnail-preview-image__iFQRh {
  background: url(/media/media-2x-placeholder.svg) no-repeat;
  background-size: 48px;
  background-position: 50%;
  width: 160px;
  height: 160px;
  border-radius: 4px;
  background-color: #f9f9f9;
  margin-bottom: 8px;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-right__u2_bd {
  border: 1px solid #e6e6e6;
  border-radius: 0 4px 4px 0;
  background-color: hsla(0, 0%, 91%, 0.7);
  width: 380px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: calc(100% - 380px);
  height: 100%;
  min-height: 660px;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-right__u2_bd .gbm-modals_preview-container__jf58C {
  display: block;
  padding: 0;
  height: auto;
  bottom: 110px;
  position: absolute;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-right__u2_bd .gbm-modals_preview-container__jf58C.gbm-modals_preview-single__zhb6b {
  left: 8px;
  width: 300px;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-right__u2_bd .gbm-modals_preview-container__jf58C.gbm-modals_replies__Iv8gv {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  overflow: hidden;
  max-width: 280px;
  right: 20px;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-right__u2_bd .gbm-modals_preview-container__jf58C.gbm-modals_replies__Iv8gv .gbm-modals_reply__TNXvf {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 15px;
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  color: #3c4043;
  display: inline-block;
  height: 42px;
  padding: 12px;
  margin-bottom: 6px;
}
.gbm-modals_gbm-template-modal__56Ply
  .ant-modal-content
  .gbm-modals_content-right__u2_bd
  .gbm-modals_preview-container__jf58C.gbm-modals_replies__Iv8gv
  .gbm-modals_reply__TNXvf.gbm-modals_action__vVJV5 {
  padding-left: 40px;
  position: relative;
  background: url(/icons/suggested-action-blue-2x.png) no-repeat;
  background-size: 20px;
  background-position: 12px;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-right__u2_bd .gbm-modals_card__Bjy3p {
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #e9e9e9;
  width: 240px;
  min-height: 182px;
  margin: 0 auto;
  display: block;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-right__u2_bd .gbm-modals_card__Bjy3p .gbm-modals_card-image__W1lrr {
  border-radius: 16px 16px 0 0;
  display: block;
  width: 240px;
  height: 120px;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-right__u2_bd .gbm-modals_card__Bjy3p .gbm-modals_content-wrapper__mt1iK {
  border-radius: 0 0 8px 8px;
  padding: 12px;
  text-align: left;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-right__u2_bd .gbm-modals_card__Bjy3p .gbm-modals_content-wrapper__mt1iK .gbm-modals_card-title__mRP3B {
  color: #212121;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  margin-bottom: 8px;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-right__u2_bd .gbm-modals_card__Bjy3p .gbm-modals_content-wrapper__mt1iK .gbm-modals_card-text__XsuhA {
  color: #212121;
  letter-spacing: 0;
  line-height: 15px;
  opacity: 0.5;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-right__u2_bd .gbm-modals_card__Bjy3p .gbm-modals_content-wrapper__mt1iK .gbm-modals_card-button__VKUF3 {
  min-width: 0;
  margin-top: 8px;
  margin-left: auto;
  display: block;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-right__u2_bd .gbm-modals_card__Bjy3p .gbm-modals_content-wrapper__mt1iK .gbm-modals_card-button__VKUF3:hover {
  border-color: #e6e6e6 !important;
}
.gbm-modals_gbm-template-modal__56Ply
  .ant-modal-content
  .gbm-modals_content-right__u2_bd
  .gbm-modals_card__Bjy3p
  .gbm-modals_content-wrapper__mt1iK
  .gbm-modals_card-button__VKUF3.gbm-modals_suggested-action__p76Es {
  padding-left: 40px;
  position: relative;
}
.gbm-modals_gbm-template-modal__56Ply
  .ant-modal-content
  .gbm-modals_content-right__u2_bd
  .gbm-modals_card__Bjy3p
  .gbm-modals_content-wrapper__mt1iK
  .gbm-modals_card-button__VKUF3.gbm-modals_suggested-action__p76Es.gbm-modals_white-icon__fsszn {
  background: url(/icons/suggested-action-white-2x.png) no-repeat;
  background-size: 20px;
  background-position: 12px;
  background-color: #1a73e8;
  color: #fff;
}
.gbm-modals_gbm-template-modal__56Ply
  .ant-modal-content
  .gbm-modals_content-right__u2_bd
  .gbm-modals_card__Bjy3p
  .gbm-modals_content-wrapper__mt1iK
  .gbm-modals_card-button__VKUF3.gbm-modals_suggested-action__p76Es.gbm-modals_white-icon__fsszn:hover {
  color: #fff !important;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-right__u2_bd .gbm-modals_card-carousel__HHzDe {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  max-width: 280px;
  left: 18px;
  right: 12px;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_content-right__u2_bd .gbm-modals_card-carousel__HHzDe .gbm-modals_card__Bjy3p {
  margin: 0 8px 0 0;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_section-gbm__Lzi_h {
  padding: 24px 40px;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_section-gbm__Lzi_h.gbm-modals_main-editor-section__iLKJU {
  display: block;
  position: relative;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_section-gbm__Lzi_h.gbm-modals_gbm-header-fix__EUPh4 {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-top-left-radius: 4px;
  position: fixed;
  top: 0;
  width: calc(100% - 380px);
  z-index: 15;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_section-gbm__Lzi_h .gbm-modals_header-title__Gj8zn {
  border-radius: 0;
  border-top-left-radius: 4px;
  margin: 0;
  width: auto !important;
  padding: 0 !important;
  border-bottom: none !important;
  position: static !important;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_section-gbm__Lzi_h .gbm-modals_section-gbm-title__IX8N2 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_section-gbm__Lzi_h .gbm-modals_list-picker-items__enCbt {
  border: none !important;
  padding: 0 0 0 24px !important;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_section-gbm__Lzi_h .gbm-modals_list-picker-items__enCbt .gbm-modals_gbm-label__S449m {
  margin-bottom: 8px;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_section-gbm__Lzi_h .gbm-modals_list-picker-items__enCbt .gbm-modals_add-item__Mf2_F {
  border: 1px solid #e6e6e6;
  border-radius: 4px !important;
  padding: 12px 0 !important;
  width: 100% !important;
  left: 0 !important;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_section-gbm__Lzi_h .gbm-modals_list-picker-items__enCbt .gbm-modals_suggestion-item-view__zFkGW {
  margin: 0;
  position: relative;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_section-gbm__Lzi_h .gbm-modals_list-picker-items__enCbt .gbm-modals_suggestion-item-view__zFkGW .ant-select-selector {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f9f9f9;
}
.gbm-modals_gbm-template-modal__56Ply
  .ant-modal-content
  .gbm-modals_section-gbm__Lzi_h
  .gbm-modals_list-picker-items__enCbt
  .gbm-modals_suggestion-item-view__zFkGW
  .ant-select-selector
  .ant-select-selection-placeholder {
  color: #a3a3a3;
  font-weight: 500;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_section-gbm__Lzi_h .gbm-modals_list-picker-items__enCbt .gbm-modals_suggestion-item-view__zFkGW .gbm-modals_options__TPm5l {
  position: absolute;
  width: 100%;
  top: 42px;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_section-title-container__ohaSt {
  position: relative;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_section-title-container__ohaSt .icon-disclosure {
  position: absolute;
  top: -3px;
  right: 0;
  bottom: auto;
  left: auto;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_section-title__s0WUM {
  margin-bottom: 16px;
  color: #17191a;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .ant-modal-footer {
  display: flex;
  justify-content: space-between;
  padding: 24px 40px !important;
  border-top: 1px solid #e6e6e6;
  border-bottom-left-radius: 4px;
  z-index: 715;
  margin-top: 0;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .ant-modal-footer .cancel-button {
  cursor: pointer;
  padding: 12px 26px;
  order: 0;
  margin-right: 4px;
  margin-left: 0;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .ant-modal-footer .save {
  order: 2;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_list-picker-section-view__8Za3C {
  display: block;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_list-picker-section-view__8Za3C .input-text {
  width: calc(100% - 70px);
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_list-picker-section-view__8Za3C .gbm-modals_add-item__Mf2_F {
  background-color: #fdfdfd;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #e6e6e6;
  padding: 16px 0;
  text-align: center;
  position: relative;
  width: calc(100% + 48px);
  left: -24px;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_list-picker-section-view__8Za3C .gbm-modals_list-picker-items__enCbt {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 24px 24px 0;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_list-picker-section-view__8Za3C .gbm-modals_suggestion-item__UogTM {
  display: block;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_list-picker-section-view__8Za3C .gbm-modals_suggestion-item__UogTM:not(:first-child) {
  padding-top: 24px;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_list-picker-section-view__8Za3C .gbm-modals_suggestion-item-view__zFkGW {
  margin: 10px 0;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_list-picker-section-view__8Za3C .gbm-modals_suggestion-item-view__zFkGW .gbm-modals_counter-wrapper__6n7GQ {
  border: 1px solid #e6e6e6;
}
.gbm-modals_gbm-template-modal__56Ply .ant-modal-content .gbm-modals_list-picker-section-view__8Za3C .gbm-modals_suggestion-item-view__zFkGW input {
  width: 100%;
  border: none;
}
.gbm-modals_gbm-template-modal__56Ply .gbm-modals_gbm-inner-content__oG5JQ {
  overflow: auto;
  height: calc(100vh - 92px - 77px - 80px);
}
.gbm-modals_gbm-template-modal__56Ply .icon-disclosure {
  margin-right: 5px;
  transform: rotate(0deg);
  transition: transform 0.25s;
}
.gbm-modals_gbm-template-modal__56Ply .is-expanded .icon-disclosure {
  transform: rotate(90deg);
}
.options-dropdown_option__XRYwH {
  position: relative;
  padding: 5px 10px;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
}
.options-dropdown_option__XRYwH.options-dropdown_with-icon__emHye {
  padding-left: 30px;
}
.options-dropdown_option__XRYwH.options-dropdown_text-only__0WPXp {
  padding-left: 20px;
}
.options-dropdown_option__XRYwH:before {
  content: '';
  position: absolute;
  left: 3px;
  width: 18px;
  height: 18px;
  display: inline-block;
}
.options-dropdown_copy__qH6q5:before {
  background: url(/_next/static/media/copy-black.81c7ad18.svg) transparent no-repeat 50%/18px;
}
.options-dropdown_delete__5tv_2:before {
  background: url(/_next/static/media/delete-black.d1c6ee08.svg) transparent no-repeat 50%/18px;
}
.options-dropdown_archive__TzEe2:before {
  background: url(/_next/static/media/archive-black.36262ff4.svg) transparent no-repeat 50%/18px;
}
.options-dropdown_unarchive__dKA0Q:before {
  background: url(/_next/static/media/unarchive-black.6a86194d.svg) transparent no-repeat 50%/18px;
}
.options-dropdown_report__pP2zn:before {
  background: url(/_next/static/media/reports.aecc196b.svg) transparent no-repeat 50%/18px;
}
.options-dropdown_edit__oftrU:before {
  background: url(/_next/static/media/edit-black.9e8cae08.svg) transparent no-repeat 50%/18px;
}
.options-dropdown_start__OV12C:before {
  background: url(/_next/static/media/play-black.70954b83.svg) transparent no-repeat 50%/18px;
}
.options-dropdown_pause___uolc:before {
  background: url(/_next/static/media/pause-black.198bfb86.svg) transparent no-repeat 50%/18px;
}
.options-dropdown_close__Qs_qA:before {
  background: url(/_next/static/media/close-black.ea2568f8.svg) transparent no-repeat 50%/18px;
}
.options-dropdown_share___nwup:before {
  background: url(/_next/static/media/share-black.f58341f1.svg) transparent no-repeat 50%/18px;
}
.options-dropdown_send__GtJI7:before {
  background: url(/_next/static/media/chat-black.1d7bdea3.svg) transparent no-repeat 50%/18px;
}
.contacts_icon__cPrZF {
  padding: 4px;
}
.contacts_icon-wrapper__e8dq6 {
  padding: 4px;
  color: #454a4d;
}
.contacts_icon-wrapper-absolute__OxUcM {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.contacts_icon-wrapper-absolute__OxUcM .contacts_icon__cPrZF {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.contacts_icon-sms__i_G5J {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.contacts_icon-email__Fsngj {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.contacts_icon-mixed__3IrZH {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.contacts_icon-picker-wrapper__0XwRm {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.contacts_icon-picker-wrapper__0XwRm:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.contacts_icon-picker-wrapper__0XwRm:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .contacts_icon-picker-wrapper__0XwRm {
    margin-right: 5px;
  }
}
.contacts_icon-checkmark-white__i7g02 {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.contacts_icon-x-white__QQILB {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.contacts_icon-help__wBUmC {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.contacts_icon-help__wBUmC:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.contacts_container__i4JNw select,
.contacts_ico-arrow-down__NBBy_ {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.contacts_container__i4JNw select.contacts_ant-dropdown-trigger__VR5UC,
.contacts_ico-arrow-down__NBBy_.contacts_ant-dropdown-trigger__VR5UC {
  padding-right: 24px;
  cursor: pointer;
}
.contacts_container__i4JNw select.contacts_ant-dropdown-trigger__VR5UC:disabled,
.contacts_container__i4JNw select.contacts_ant-dropdown-trigger__VR5UC[disabled],
.contacts_ico-arrow-down__NBBy_.contacts_ant-dropdown-trigger__VR5UC:disabled,
.contacts_ico-arrow-down__NBBy_.contacts_ant-dropdown-trigger__VR5UC[disabled] {
  cursor: default;
  background: transparent;
}
.contacts_ico-arrow-gray__9rtH1,
.contacts_table-wrapper__0_oNY.contacts_imports-table__sDPGL .contacts_arrow-icon__USRv6 {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.contacts_ico-arrow-gray__9rtH1.contacts_down__N73oo,
.contacts_table-wrapper__0_oNY.contacts_imports-table__sDPGL .contacts_down__N73oo.contacts_arrow-icon__USRv6 {
  transform: rotate(90deg);
}
.contacts_ico-arrow-gray__9rtH1.contacts_up__AQjoi,
.contacts_table-wrapper__0_oNY.contacts_imports-table__sDPGL .contacts_up__AQjoi.contacts_arrow-icon__USRv6 {
  transform: rotate(-90deg);
}
.contacts_ico-arrow-gray__9rtH1.contacts_right__219sj,
.contacts_table-wrapper__0_oNY.contacts_imports-table__sDPGL .contacts_arrow-icon__USRv6 {
  transform: rotate(180deg);
}
.contacts_ico-arrow-gray__9rtH1.contacts_ant-dropdown-trigger__VR5UC,
.contacts_table-wrapper__0_oNY.contacts_imports-table__sDPGL .contacts_ant-dropdown-trigger__VR5UC.contacts_arrow-icon__USRv6 {
  padding-right: 24px;
  cursor: pointer;
}
.contacts_ico-arrow-gray__9rtH1.contacts_ant-dropdown-trigger__VR5UC:disabled,
.contacts_ico-arrow-gray__9rtH1.contacts_ant-dropdown-trigger__VR5UC[disabled],
.contacts_table-wrapper__0_oNY.contacts_imports-table__sDPGL .contacts_ant-dropdown-trigger__VR5UC.contacts_arrow-icon__USRv6:disabled,
.contacts_table-wrapper__0_oNY.contacts_imports-table__sDPGL .contacts_ant-dropdown-trigger__VR5UC[disabled].contacts_arrow-icon__USRv6 {
  cursor: default;
  background: transparent;
}
.contacts_icon-error-triangle__ihloJ {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.contacts_ico-compose__jPnbU {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.contacts_ico-compose-white__2PvF5 {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.contacts_icon-google-play__8lrG8 {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.contacts_icon-app-store__R1M_9 {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.contacts_icon-social-fb__n_vEk {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.contacts_icon-social-tw__D9Kcz {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.contacts_icon-disclosure__nWRi1 {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.contacts_icon-16__GaRo3 {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.contacts_icon-18__vqWWK {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.contacts_icon-gray5__wBeXi {
  color: #999 !important;
}
.contacts_ico-arrow-black__HBi0_ {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.contacts_ico-arrow-black__HBi0_.contacts_down__N73oo {
  transform: rotate(90deg);
}
.contacts_ico-arrow-black__HBi0_.contacts_up__AQjoi {
  transform: rotate(-90deg);
}
.contacts_ico-arrow-black__HBi0_.contacts_right__219sj,
.contacts_table-wrapper__0_oNY.contacts_imports-table__sDPGL .contacts_ico-arrow-black__HBi0_.contacts_arrow-icon__USRv6 {
  transform: rotate(180deg);
}
.contacts_icon-copy__4C_z2 {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.contacts_icon-copy__4C_z2:hover {
  background-image: url(/icons/copy-black.svg);
}
.contacts_icon-msg-white__t_jwc {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.contacts_icon-email-white__lSmmv {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.contacts_icon-black-bg__Alyt_ {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.contacts_icon-black-bg__Alyt_ > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.contacts_icon-inbox-black-filled__4VLu4 {
  background-image: url(/icons/inbox-black.svg);
}
.contacts_icon-contacts__lV1T8 {
  background-image: url(/icons/sidebar/contacts.svg);
}
.contacts_page-header-title__gGWhM {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.contacts_action-content-box__UoorP .contacts_sub-content__GzzcH h4,
.contacts_empty-state-wrapper__np1l4 h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.contacts_box-content__GO2jy .contacts_header-l__RjQlD,
.contacts_box-content__GO2jy .contacts_header__B8jE4,
.contacts_contacts-root__fi3QK .contacts_filter-column__uKW_7 .contacts_filters-title__H0reg,
.contacts_select-all-contacts-modal__w2aTR h2.contacts_modal-custom-title__449IL,
.contacts_toast__9bnQi .contacts_ant-message-notice-content__Q97K0 .contacts_toast-wrapper__IbRbq .contacts_contents__itxW3 .contacts_title__676VB {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.contacts_action-content-box__UoorP .contacts_sub-content__GzzcH p.contacts_bold__5SvPZ,
.contacts_empty-state-wrapper__np1l4 h2 a,
.contacts_header-bar__m6kAF .contacts_title__676VB {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.contacts_box-content__GO2jy .contacts_content-header__9j_i2,
.contacts_table-wrapper__0_oNY .contacts_contacts-table__aijhj .contacts_name__frl_E {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.contacts_action-content-box__UoorP .contacts_sub-content__GzzcH p,
.contacts_empty-state-wrapper__np1l4 div,
.contacts_toast__9bnQi .contacts_ant-message-notice-content__Q97K0 .contacts_toast-wrapper__IbRbq .contacts_contents__itxW3 p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.contacts_after-select-banner__43w1k,
.contacts_blue-button__MF4Jn,
.contacts_box-content__GO2jy .contacts_content__oyzy5 input,
.contacts_box-content__GO2jy .contacts_upload-data-input-with-icon__8dixO input,
.contacts_button-with-bg-color__qAVlY,
.contacts_cancel-button__LlFZ3,
.contacts_green-button__xRZdA,
.contacts_input-box__rZlHb,
.contacts_input-grey__KIMA6,
.contacts_modal-contact-import-details__wE3Gb .contacts_text__lGmPH,
.contacts_modal-contact-import-details__wE3Gb ul li,
.contacts_orange-button__Wjibk,
.contacts_positive-button__Z1vEX,
.contacts_purple-button__n7fzt,
.contacts_white-button-blue-text__L8mhM,
.contacts_white-button__U_c9j,
button.contacts_icon-button__AYdYK,
button.contacts_text-only__BnOK4,
input .contacts_input-white__VWIS8,
textarea .contacts_input-white__VWIS8 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.contacts_large-tag__m_YJC,
.contacts_table-wrapper__0_oNY .contacts_table-showing-count__2nvNU,
.contacts_table-wrapper__0_oNY .contacts_table-total-count__CgMYu,
button.contacts_show-more__CY3_q,
button.contacts_text-only__BnOK4,
span.contacts_text-only__BnOK4 button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.contacts_table-wrapper__0_oNY .contacts_contacts-table__aijhj .contacts_contact-channel-subtext__Mx3kN {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.contacts_modal-contact-import-details__wE3Gb .contacts_label__Qaf6H,
.contacts_tag__1_wby {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.contacts_beta-label__89uGT,
.contacts_error-text-link__AxZ_s,
.contacts_error-text__lTsPj,
.contacts_error__92lsr {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.contacts_mini-square__sQLod {
  width: 20px;
  height: 20px;
}
.contacts_help-text__8C4Qx {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.contacts_error-text__lTsPj {
  color: #d0021b;
  flex-grow: 1;
}
.contacts_error-text-link__AxZ_s {
  color: #d0021b;
  text-decoration: underline;
}
.contacts_descriptive-text__lbyxE {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.contacts_visually-hidden__Rv9JG {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.contacts_visually-hidden__Rv9JG.contacts_focusable__p9rxS:active,
.contacts_visually-hidden__Rv9JG.contacts_focusable__p9rxS:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.contacts_visually-offscreen__7eeOt {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.contacts_invisible___QsVk {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.contacts_hidden__RMSC8 {
  display: none !important;
  visibility: hidden;
}
.contacts_strong__WCfrF {
  font-weight: 700;
}
.contacts_align-right__8m3sM {
  text-align: right;
}
.contacts_align-left__aYvII {
  text-align: left;
}
.contacts_centered__L8JCP {
  text-align: center;
}
.contacts_timestamp__BpRBR {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.contacts_display-block___6mI4 {
  display: block !important;
}
.contacts_inline-block__9ErKt {
  display: inline-block !important;
}
.contacts_hm-app-body__c2WwK button.contacts_ant-switch__Q9B_h[disabled],
.contacts_hm-app-body__c2WwK button.contacts_ant-switch__Q9B_h[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.contacts_blue-button__MF4Jn,
.contacts_button-with-bg-color__qAVlY,
.contacts_cancel-button__LlFZ3,
.contacts_green-button__xRZdA,
.contacts_orange-button__Wjibk,
.contacts_positive-button__Z1vEX,
.contacts_purple-button__n7fzt,
.contacts_white-button-blue-text__L8mhM,
.contacts_white-button__U_c9j,
button.contacts_icon-button__AYdYK,
button.contacts_text-only__BnOK4 {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.contacts_text-only__BnOK4,
span.contacts_text-only__BnOK4 button {
  color: #31a7e7;
  padding: 0;
}
button.contacts_text-only__BnOK4[disabled],
button.contacts_text-only__BnOK4[disabled]:active,
button.contacts_text-only__BnOK4[disabled]:focus,
button.contacts_text-only__BnOK4[disabled]:hover,
span.contacts_text-only__BnOK4 button[disabled],
span.contacts_text-only__BnOK4 button[disabled]:active,
span.contacts_text-only__BnOK4 button[disabled]:focus,
span.contacts_text-only__BnOK4 button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.contacts_text-only__BnOK4.contacts_red-text__nAF1P,
button.contacts_text-only__BnOK4.contacts_red-text__nAF1P:active,
button.contacts_text-only__BnOK4.contacts_red-text__nAF1P:focus,
button.contacts_text-only__BnOK4.contacts_red-text__nAF1P:hover,
span.contacts_text-only__BnOK4 button.contacts_red-text__nAF1P,
span.contacts_text-only__BnOK4 button.contacts_red-text__nAF1P:active,
span.contacts_text-only__BnOK4 button.contacts_red-text__nAF1P:focus,
span.contacts_text-only__BnOK4 button.contacts_red-text__nAF1P:hover {
  color: #d0021b;
}
button.contacts_text-only__BnOK4.contacts_gray-text__LKirV,
span.contacts_text-only__BnOK4 button.contacts_gray-text__LKirV {
  color: #999;
}
button.contacts_text-only__BnOK4.contacts_gray-text__LKirV:active,
button.contacts_text-only__BnOK4.contacts_gray-text__LKirV:focus,
button.contacts_text-only__BnOK4.contacts_gray-text__LKirV:hover,
span.contacts_text-only__BnOK4 button.contacts_gray-text__LKirV:active,
span.contacts_text-only__BnOK4 button.contacts_gray-text__LKirV:focus,
span.contacts_text-only__BnOK4 button.contacts_gray-text__LKirV:hover {
  color: #999 !important;
}
button.contacts_text-only__BnOK4.contacts_black-text__g4YI_,
span.contacts_text-only__BnOK4 button.contacts_black-text__g4YI_ {
  color: #17191a;
}
button.contacts_text-only__BnOK4.contacts_black-text__g4YI_:active,
button.contacts_text-only__BnOK4.contacts_black-text__g4YI_:focus,
button.contacts_text-only__BnOK4.contacts_black-text__g4YI_:hover,
span.contacts_text-only__BnOK4 button.contacts_black-text__g4YI_:active,
span.contacts_text-only__BnOK4 button.contacts_black-text__g4YI_:focus,
span.contacts_text-only__BnOK4 button.contacts_black-text__g4YI_:hover {
  color: #8158ec;
}
button.contacts_text-only__BnOK4.contacts_purple-text__rS17B,
button.contacts_text-only__BnOK4.contacts_purple-text__rS17B:active,
button.contacts_text-only__BnOK4.contacts_purple-text__rS17B:focus,
button.contacts_text-only__BnOK4.contacts_purple-text__rS17B:hover,
span.contacts_text-only__BnOK4 button.contacts_purple-text__rS17B,
span.contacts_text-only__BnOK4 button.contacts_purple-text__rS17B:active,
span.contacts_text-only__BnOK4 button.contacts_purple-text__rS17B:focus,
span.contacts_text-only__BnOK4 button.contacts_purple-text__rS17B:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.contacts_text-only__BnOK4:active,
button.contacts_text-only__BnOK4:focus,
button.contacts_text-only__BnOK4:hover,
span.contacts_text-only__BnOK4 button:active,
span.contacts_text-only__BnOK4 button:focus,
span.contacts_text-only__BnOK4 button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.contacts_blue-button__MF4Jn,
.contacts_button-with-bg-color__qAVlY,
.contacts_green-button__xRZdA,
.contacts_orange-button__Wjibk,
.contacts_positive-button__Z1vEX,
.contacts_white-button-blue-text__L8mhM,
.contacts_white-button__U_c9j {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.contacts_orange-button__Wjibk {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.contacts_orange-button__Wjibk:active,
.contacts_orange-button__Wjibk:focus,
.contacts_orange-button__Wjibk:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.contacts_orange-button__Wjibk[disabled],
.contacts_orange-button__Wjibk[disabled]:active,
.contacts_orange-button__Wjibk[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.contacts_orange-button__Wjibk.contacts_drop-down__p3Ghr {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.contacts_scroll-loader__DzFKA {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.contacts_green-button__xRZdA {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.contacts_green-button__xRZdA:active,
.contacts_green-button__xRZdA:focus,
.contacts_green-button__xRZdA:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.contacts_green-button__xRZdA[disabled],
.contacts_green-button__xRZdA[disabled]:active,
.contacts_green-button__xRZdA[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.contacts_positive-button__Z1vEX {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.contacts_positive-button__Z1vEX:active,
.contacts_positive-button__Z1vEX:focus,
.contacts_positive-button__Z1vEX:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.contacts_positive-button__Z1vEX[disabled] {
  background-color: #abe4b2;
}
.contacts_negative-button__ZAOCM {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.contacts_negative-button__ZAOCM:active,
.contacts_negative-button__ZAOCM:focus,
.contacts_negative-button__ZAOCM:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.contacts_plain-cancel-button__XqvVA,
.contacts_plain-cancel-button__XqvVA:active,
.contacts_plain-cancel-button__XqvVA:focus,
.contacts_plain-cancel-button__XqvVA:hover {
  color: #17191a;
}
.contacts_white-button-blue-text__L8mhM,
.contacts_white-button__U_c9j {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.contacts_white-button-blue-text__L8mhM:active,
.contacts_white-button-blue-text__L8mhM:focus,
.contacts_white-button-blue-text__L8mhM:hover,
.contacts_white-button__U_c9j:active,
.contacts_white-button__U_c9j:focus,
.contacts_white-button__U_c9j:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.contacts_white-button__U_c9j[disabled],
.contacts_white-button__U_c9j[disabled]:active,
.contacts_white-button__U_c9j[disabled]:focus,
.contacts_white-button__U_c9j[disabled]:hover,
[disabled].contacts_white-button-blue-text__L8mhM {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.contacts_common-sentiment-emoji__YRo6A {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.contacts_white-button-blue-text__L8mhM {
  color: #31a7e7;
}
.contacts_white-button-blue-text__L8mhM:active,
.contacts_white-button-blue-text__L8mhM:focus,
.contacts_white-button-blue-text__L8mhM:hover {
  color: #31a7e7 !important;
}
.contacts_blue-button__MF4Jn {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.contacts_blue-button__MF4Jn,
.contacts_blue-button__MF4Jn:active,
.contacts_blue-button__MF4Jn:focus,
.contacts_blue-button__MF4Jn:hover {
  background-color: #31a7e7;
  color: #fff;
}
.contacts_green-button__xRZdA {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.contacts_green-button__xRZdA,
.contacts_green-button__xRZdA:active,
.contacts_green-button__xRZdA:focus,
.contacts_green-button__xRZdA:hover {
  background-color: #56bf56;
  color: #fff;
}
.contacts_purple-button__n7fzt {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.contacts_purple-button__n7fzt:active,
.contacts_purple-button__n7fzt:focus,
.contacts_purple-button__n7fzt:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.contacts_dropdown-input__CSxJD {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.contacts_dropdown-input__CSxJD:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.contacts_hm-app-body__c2WwK input::placeholder {
  color: #a3a3a3;
}
.contacts_textarea-composer__fU553 {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.contacts_container__i4JNw input,
.contacts_container__i4JNw textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.contacts_input-for-copy__JEelD {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.contacts_input-text-bordered__Eyv4T,
.contacts_input-text__R1tNa,
.contacts_input-textarea__tuoMI {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.contacts_input-text__R1tNa {
  height: 50px;
}
.contacts_input-text-bordered__Eyv4T {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.contacts_xxl-input__EW_Rd {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.contacts_xl-input__1xxx7 {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.contacts_l-input__sPcq9 {
  width: 100%;
  font-size: 1.1rem;
}
.contacts_box-content__GO2jy .contacts_content__oyzy5 input,
.contacts_box-content__GO2jy .contacts_upload-data-input-with-icon__8dixO input,
.contacts_input-grey__KIMA6,
input .contacts_input-white__VWIS8,
textarea .contacts_input-white__VWIS8 {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.contacts_box-content__GO2jy .contacts_content__oyzy5 input::placeholder,
.contacts_box-content__GO2jy .contacts_upload-data-input-with-icon__8dixO input::placeholder,
.contacts_input-grey__KIMA6::placeholder,
input .contacts_input-white__VWIS8::placeholder,
textarea .contacts_input-white__VWIS8::placeholder {
  color: #999;
  opacity: 1;
}
input .contacts_input-white__VWIS8,
textarea .contacts_input-white__VWIS8 {
  background-color: #fff;
}
.contacts_clearfix__Czcvu:after {
  clear: both;
  content: '';
  display: block;
}
.contacts_hidden-important__whX3_ {
  display: none !important;
}
.contacts_p-left__yEMLY {
  float: left;
}
.contacts_p-right__eq2TX {
  float: right;
}
.contacts_image_orientation_3__BJ7jE {
  tranform: rotate(180deg);
}
.contacts_image_orientation_6__PCrtP {
  tranform: rotate(90deg);
}
.contacts_image_orientation_8__45lOW {
  tranform: rotate(-90deg);
}
.contacts_image_orientation_2__IZ8uG {
  tranform: scaleX(-1);
}
.contacts_image_orientation_7__OUNY2 {
  tranform: scaleX(-1) rotate(-90deg);
}
.contacts_image_orientation_4__dSuJP {
  tranform: scaleX(-1) rotate(180deg);
}
.contacts_image_orientation_5__ydfKb {
  tranform: scaleX(-1) rotate(90deg);
}
.contacts_image_slideshow_orientation_3__0zZlH {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.contacts_image_slideshow_orientation_6__5tygP {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.contacts_image_slideshow_orientation_8__YE0Bi {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.contacts_image_slideshow_orientation_2__FKimA {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.contacts_image_slideshow_orientation_7__D2hCs {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.contacts_image_slideshow_orientation_4__MjlCv {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.contacts_image_slideshow_orientation_5__29NZ9 {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.contacts_container__i4JNw select::-ms-expand {
  display: none !important;
}
.contacts_container__i4JNw select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.contacts_count-area__N4Oz8 {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.contacts_clear-top__pmYet {
  padding-top: 0;
  margin-top: 0;
}
.contacts_remove-x-20__yXySI,
.contacts_remove-x__cS5kt {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.contacts_remove-x__cS5kt.contacts_white__MmKxW,
.contacts_white__MmKxW.contacts_remove-x-20__yXySI {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.contacts_remove-x-20__yXySI {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.contacts_divider__C31XY {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.contacts_mobile__xsgqR {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.contacts_blue__hmlAb {
  color: #31a7e7 !important;
}
.contacts_white__MmKxW {
  color: #fff !important;
}
.contacts_purple__h_jUL {
  color: #8158ec !important;
}
.contacts_delete__YWfQC {
  color: #d0021b !important;
}
.contacts_dark-text__1u_XB {
  color: #17191a !important;
}
.contacts_file-input__gVrHY {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.contacts_image-download-wrapper__RSuqu {
  position: fixed;
  top: 40px;
  right: 100px;
}
.contacts_overflow-y-auto__dJMT1 {
  overflow-y: auto;
}
.contacts_is-font-icon__ZB9XT:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.contacts_is-invisible__ypnaN {
  opacity: 0;
}
.contacts_tabbed-button__r3u2C {
  padding: 0 7px 2px;
}
.contacts_tabbed-button__r3u2C.contacts_selected__DjJfS {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.contacts_show-more__CY3_q {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.contacts_show-more__CY3_q:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.contacts_time-input__2vQrq {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.contacts_form-group__ElgYk.contacts_date-time__TOyKd {
  position: relative;
  top: -2px;
}
.contacts_form-group__ElgYk.contacts_date-time__TOyKd.contacts_time__rhPiy {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.contacts_form-group__ElgYk.contacts_date-time__TOyKd.contacts_form-group-hour__U41rX .contacts_colon__L9rTS {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.contacts_form-group__ElgYk.contacts_date-time__TOyKd.contacts_form-group-hour__U41rX input {
  text-align: center;
}
.contacts_form-group__ElgYk.contacts_date-time__TOyKd.contacts_form-group-day____RMK {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.contacts_form-group__ElgYk.contacts_date-time__TOyKd.contacts_form-group-minute__YlglJ {
  width: 42px;
}
.contacts_form-group__ElgYk.contacts_date-time__TOyKd.contacts_form-group-clock__Pk_Ry {
  width: 54px;
}
.contacts_attach-img__XARSQ {
  position: relative;
  width: 25px;
  height: 25px;
}
.contacts_attach-img__XARSQ input#contacts_add-image__bSYdm {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.contacts_attach-img__XARSQ span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.contacts_m-0__QqBja {
  margin: 0 !important;
}
.contacts_ml-auto__lV8zF {
  margin-left: auto;
}
.contacts_mr-auto__qK2_a {
  margin-right: auto;
}
.contacts_mx-auto__3yq8H {
  margin-left: auto;
  margin-right: auto;
}
.contacts_mx-16__HVf8g {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.contacts_my-16__Cx23i {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.contacts_mr-0__UQJJn {
  margin-right: 0 !important;
}
.contacts_mr-4__CUlh6 {
  margin-right: 4px !important;
}
.contacts_mr-8__RjkO8 {
  margin-right: 8px !important;
}
.contacts_mr-12__ZAMji {
  margin-right: 12px !important;
}
.contacts_mr-16__SrcOZ {
  margin-right: 16px !important;
}
.contacts_ml-0___lE8Z {
  margin-left: 0 !important;
}
.contacts_ml-4__LhjAR {
  margin-left: 4px !important;
}
.contacts_ml-8__wOGAw {
  margin-left: 8px !important;
}
.contacts_ml-12__uiofV {
  margin-left: 12px !important;
}
.contacts_ml-16__wI2vc {
  margin-left: 16px !important;
}
.contacts_mt-0__3fpbK {
  margin-top: 0 !important;
}
.contacts_mt-4__5yjp5 {
  margin-top: 4px !important;
}
.contacts_mt-8__dYTt6 {
  margin-top: 8px !important;
}
.contacts_mt-16__yqN6L {
  margin-top: 16px !important;
}
.contacts_mt-24__S_jVE {
  margin-top: 24px !important;
}
.contacts_mt-48__lIQFx {
  margin-top: 48px !important;
}
.contacts_mb-0__7JEk_ {
  margin-bottom: 0 !important;
}
.contacts_mb-4__hE6oS {
  margin-bottom: 4px !important;
}
.contacts_mb-8__Kmf9l {
  margin-bottom: 8px !important;
}
.contacts_mb-12__3Y2aA {
  margin-bottom: 12px !important;
}
.contacts_mb-16__9wknx {
  margin-bottom: 16px !important;
}
.contacts_mb-24__qi_SB {
  margin-bottom: 24px !important;
}
.contacts_mb-64__t_pqK {
  margin-bottom: 64px !important;
}
.contacts_p-0__L18W3 {
  padding: 0 !important;
}
.contacts_p-16__tzBuc {
  padding: 16px;
}
.contacts_p-40__nZ7C5 {
  padding: 40px;
}
.contacts_px-0__2fF1z {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.contacts_px-4__4FmbH {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.contacts_px-8__wLB1y {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.contacts_px-32__xW40L {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.contacts_px-40__BdPi3 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.contacts_pt-40__XoViH {
  padding-top: 40px;
}
.contacts_pt-24__UdsXd {
  padding-top: 24px;
}
.contacts_pt-16__bnhzC {
  padding-top: 16px;
}
.contacts_pt-12__Mo7Pp {
  padding-top: 12px !important;
}
.contacts_pb-40__e_E1r {
  padding-bottom: 40px;
}
.contacts_pb-24__s5pKX {
  padding-bottom: 24px;
}
.contacts_pb-16__46FJU {
  padding-bottom: 16px;
}
.contacts_pl-8__k0c1t {
  padding-left: 8px !important;
}
.contacts_pl-12__qgyoF {
  padding-left: 12px !important;
}
.contacts_pl-16__JK35U {
  padding-left: 16px !important;
}
.contacts_text-left__1B2JZ {
  text-align: left !important;
}
.contacts_text-right__OGIM8 {
  text-align: right !important;
}
.contacts_text-center__4TF1n {
  text-align: center !important;
}
.contacts_font-medium__xrBE6 {
  font-weight: 500 !important;
}
.contacts_font-semibold__hCXvf {
  font-weight: 600 !important;
}
.contacts_radius-8__jfrIj {
  border-radius: 8px !important;
}
.contacts_truncate__No_ep {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contacts_whitespace-nowrap__jsLO1 {
  white-space: nowrap;
}
.contacts_whitespace-pre-wrap__Bknd1 {
  white-space: pre-wrap;
}
.contacts_w-100__cYtO1 {
  width: 100% !important;
}
.contacts_h-100__uxNhb {
  height: 100% !important;
}
.contacts_max-w-none__Dz5Q3 {
  max-width: none !important;
}
.contacts_max-h-none__Fa8v_ {
  max-height: none !important;
}
.contacts_min-w-100__DbJ3g {
  min-width: 100px;
}
.contacts_heading-48-600__YW8uA {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.contacts_heading-32-600__hM_AR {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.contacts_heading-24-600__CufGU {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.contacts_heading-18-600__xFq4f {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.contacts_heading-18-400__45pJS {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.contacts_heading-16-700__E9b_I {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.contacts_text-16-400__wPNlF {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.contacts_heading-14-600__j_Jr4 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.contacts_heading-14-500__5RZic {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.contacts_text-14-400__7gW7l {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.contacts_text-13-500__KUGpx {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.contacts_text-13-600__eYwq5 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.contacts_text-13-400__YbKFG {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.contacts_text-12-500__R33AD {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.contacts_text-12-600__e6oVz {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.contacts_text-12-400__HZpGV {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.contacts_status-badge__VKAb0 {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.contacts_status-badge__VKAb0.contacts_paused__Nr9bD {
  background-color: #ff8b3d;
  color: #fff !important;
}
.contacts_status-badge__VKAb0.contacts_created__DrFC5,
.contacts_status-badge__VKAb0.contacts_inactive__Q45Kd,
.contacts_status-badge__VKAb0.contacts_pending__vJ301 {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.contacts_status-badge__VKAb0.contacts_active__6uWx4 {
  background-color: #56bf56;
  color: #fff !important;
}
.contacts_status-badge__VKAb0.contacts_error__92lsr {
  background-color: #d0021b;
  color: #fff !important;
}
.contacts_status-badge__VKAb0.contacts_progress__98bVG {
  background-color: #f5bf0c;
  color: #fff !important;
}
.contacts_status-badge__VKAb0.contacts_draft__1hOIW {
  background-color: #e6e6e6;
  color: #000 !important;
}
.contacts_status-badge__VKAb0.contacts_sent__nM685 {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.contacts_status-badge__VKAb0.contacts_scheduled___lpDk {
  background-color: #feefcf;
  color: #795548;
}
.contacts_status-badge__VKAb0.contacts_loading-badge__NqCL9 {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.contacts_status-badge__VKAb0.contacts_loading-badge__NqCL9 .contacts_text__lGmPH {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.contacts_status-badge__VKAb0.contacts_loading-badge__NqCL9 .contacts_slider__nUJoQ {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: contacts_moveSlideshow__M6Dv5 3s linear infinite;
}
@keyframes contacts_moveSlideshow__M6Dv5 {
  to {
    transform: translateX(200%);
  }
}
.contacts_flex__sMz_t {
  display: flex !important;
}
.contacts_flex-space-between__74ll7 {
  justify-content: space-between;
}
.contacts_flex-align-start__GAv4p {
  align-items: flex-start;
}
.contacts_flex-align-center__xy8Ez {
  align-items: center;
}
.contacts_flex-absolute-center__CdUV_ {
  justify-content: center;
  align-items: center;
}
.contacts_flex-container__WN4iX {
  display: flex;
  flex-wrap: wrap;
}
.contacts_flex-column__0pgBr {
  flex-direction: column;
}
.contacts_flex-justify-end__t4Kc_ {
  justify-content: flex-end;
}
.contacts_position-relative__DkMn5 {
  position: relative !important;
}
.contacts_position-static__Rwc3v {
  position: static !important;
}
.contacts_position-absolute__t5r1n {
  position: absolute !important;
}
.contacts_hr-grey__9VHfN {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.contacts_input-border__5X1U8 {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.contacts_action-content-box__UoorP,
.contacts_box-content__GO2jy,
.contacts_box-content__GO2jy .contacts_upload-data-input-with-icon__8dixO,
.contacts_default-border__lxdD_ {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.contacts_bg-grey__QwOxr {
  background-color: #f9f9f9 !important;
}
.contacts_bg-white__sBlmJ {
  background-color: #fff !important;
}
.contacts_pos-relative__ZpG4R {
  position: relative !important;
}
.contacts_text-light__YNZN3 {
  color: #757c80 !important;
}
.contacts_text-red__b0hde {
  color: #d0021b !important;
}
.contacts_text-green__vHAHz {
  color: #56bf56 !important;
}
.contacts_text-blue__GAmZR {
  color: #31a7e7;
}
.contacts_text-sec-blue__RZ2uX {
  color: #1b02b1 !important;
}
.contacts_notification-dot__xW7aL {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.contacts_title-with-action-on-left__6409E {
  display: flex;
  justify-content: space-between;
}
.contacts_error__92lsr {
  color: #d0021b;
}
.contacts_error-border__WeyHk {
  border: 1px solid #d0021b !important;
}
.contacts_rotate__3VsBk {
  animation: contacts_rotation__Bxmhc 2s linear infinite;
}
@keyframes contacts_rotation__Bxmhc {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.contacts_switch__i8w0m {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.contacts_switch__i8w0m .contacts_btn-toggle__6oCt7 {
  opacity: 0;
  width: 0;
  height: 0;
}
.contacts_switch__i8w0m .contacts_slider__nUJoQ {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.contacts_switch__i8w0m .contacts_slider__nUJoQ:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.contacts_switch__i8w0m .contacts_slider__nUJoQ:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.contacts_switch__i8w0m .contacts_btn-toggle__6oCt7.contacts_enabled__MfalT + .contacts_slider__nUJoQ {
  background-color: #ffc926;
  border: none;
}
.contacts_switch__i8w0m .contacts_btn-toggle__6oCt7:focus + .contacts_slider__nUJoQ {
  box-shadow: 0 0 1px #2196f3;
}
.contacts_switch__i8w0m .contacts_btn-toggle__6oCt7.contacts_enabled__MfalT + .contacts_slider__nUJoQ:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.contacts_switch__i8w0m .contacts_btn-toggle__6oCt7.contacts_enabled__MfalT + .contacts_slider__nUJoQ:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#contacts_appleid-signin__rM_fk {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#contacts_appleid-signin__rM_fk > div {
  width: 200px !important;
  height: 38px !important;
}
.contacts_page-header__m_KXP {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contacts_page-header__m_KXP.contacts_clear-side__78Afs {
  padding: 40px 0 32px;
}
.contacts_page-spacing__910RR {
  padding: 0 40px;
}
.contacts_page-header-title__gGWhM {
  color: #17191a;
  margin: 0 0 8px;
}
.contacts_header-bar__m6kAF {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.contacts_box-content__GO2jy {
  background-color: #fff;
  margin-bottom: 24px;
}
.contacts_box-content__GO2jy .contacts_header__B8jE4 {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.contacts_box-content__GO2jy .contacts_header-l__RjQlD {
  padding: 24px 16px;
  margin: 0;
}
.contacts_box-content__GO2jy .contacts_content__oyzy5 {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.contacts_box-content__GO2jy .contacts_content-header__9j_i2 {
  margin-bottom: 4px;
  margin-top: 0;
}
.contacts_box-content__GO2jy .contacts_table-content__gE1Ib {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.contacts_box-content__GO2jy .contacts_help-text__8C4Qx {
  line-height: 20px;
}
.contacts_box-content__GO2jy .contacts_sub-text__j9tGd {
  color: #757c80;
}
.contacts_box-content__GO2jy .contacts_content-data-input__A4Gor {
  margin-top: 8px;
}
.contacts_box-content__GO2jy .contacts_data-entry-input__iVc3Z,
.contacts_box-content__GO2jy .contacts_upload-data-input-with-icon__8dixO {
  margin-top: 8px;
  padding: 0 11px;
}
.contacts_box-content__GO2jy .contacts_upload-data-input-with-icon__8dixO {
  cursor: pointer;
  background: #f9f9f9;
}
.contacts_box-content__GO2jy .contacts_upload-data-input-with-icon__8dixO input {
  padding: 12px 2px;
}
.contacts_box-content__GO2jy .contacts_upload-data-input-with-icon__8dixO input:disabled,
.contacts_box-content__GO2jy .contacts_upload-data-input-with-icon__8dixO input:hover {
  cursor: pointer !important;
}
.contacts_empty-state___E7ID {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.contacts_empty-state___E7ID.contacts_contact-list__mrIYd {
  width: 80%;
}
.contacts_empty-state___E7ID .contacts_empty-title__o72Z5 {
  font-size: 14px;
  font-weight: 500px;
}
.contacts_empty-state-wrapper__np1l4 {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.contacts_empty-state-wrapper__np1l4 h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.contacts_empty-state-wrapper__np1l4 div {
  color: #757c80;
  margin: 16px 0 12px;
}
.contacts_empty-state-button__LIlKH {
  margin: 20px 10px;
}
.contacts_handel-bar__lKDOT {
  fill: #b7bfc6;
  vertical-align: middle;
}
.contacts_tag__1_wby {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.contacts_ant-color-picker-input__F4HSa .contacts_ant-input__6unXQ {
  height: 22px;
}
.contacts_ant-color-picker-trigger__cEnZ0 {
  width: 23px;
  height: 23px;
}
.contacts_ant-color-picker-trigger__cEnZ0 .contacts_ant-color-picker-color-block__yI_TY {
  width: 18px;
  height: 18px;
}
.contacts_box-content__GO2jy .contacts_content__oyzy5 input,
.contacts_box-content__GO2jy .contacts_upload-data-input-with-icon__8dixO input,
input input.contacts_input-white__VWIS8,
input textarea.contacts_input-white__VWIS8,
input.contacts_input-grey__KIMA6,
textarea input.contacts_input-white__VWIS8,
textarea textarea.contacts_input-white__VWIS8,
textarea.contacts_input-grey__KIMA6 {
  background-color: #f9f9f9;
}
.contacts_box-content__GO2jy .contacts_content__oyzy5 input:active,
.contacts_box-content__GO2jy .contacts_content__oyzy5 input:focus,
.contacts_box-content__GO2jy .contacts_content__oyzy5 input:hover,
.contacts_box-content__GO2jy .contacts_upload-data-input-with-icon__8dixO input:active,
.contacts_box-content__GO2jy .contacts_upload-data-input-with-icon__8dixO input:focus,
.contacts_box-content__GO2jy .contacts_upload-data-input-with-icon__8dixO input:hover,
input input.contacts_input-white__VWIS8:active,
input input.contacts_input-white__VWIS8:focus,
input input.contacts_input-white__VWIS8:hover,
input textarea.contacts_input-white__VWIS8:active,
input textarea.contacts_input-white__VWIS8:focus,
input textarea.contacts_input-white__VWIS8:hover,
input.contacts_input-grey__KIMA6:active,
input.contacts_input-grey__KIMA6:focus,
input.contacts_input-grey__KIMA6:hover,
textarea input.contacts_input-white__VWIS8:active,
textarea input.contacts_input-white__VWIS8:focus,
textarea input.contacts_input-white__VWIS8:hover,
textarea textarea.contacts_input-white__VWIS8:active,
textarea textarea.contacts_input-white__VWIS8:focus,
textarea textarea.contacts_input-white__VWIS8:hover,
textarea.contacts_input-grey__KIMA6:active,
textarea.contacts_input-grey__KIMA6:focus,
textarea.contacts_input-grey__KIMA6:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.contacts_input-white__VWIS8:active,
input.contacts_input-white__VWIS8:focus,
input.contacts_input-white__VWIS8:hover,
span.contacts_input-white__VWIS8:active,
span.contacts_input-white__VWIS8:focus,
span.contacts_input-white__VWIS8:hover,
textarea.contacts_input-white__VWIS8:active,
textarea.contacts_input-white__VWIS8:focus,
textarea.contacts_input-white__VWIS8:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.contacts_image-uploader-flex__ryMqw .contacts_ant-upload-select__m9OS3 {
  display: flex;
}
.contacts_image-uploader-flex__ryMqw .contacts_ant-upload-select__m9OS3 .contacts_ant-upload__izhwH {
  flex: 1 1;
}
.contacts_modal-footer-wrapper__BmIxC {
  display: flex;
  justify-content: center;
}
.contacts_app-modal__ytgP4 .contacts_small__2q7hd {
  width: 350px;
}
.contacts_toast__9bnQi.contacts_negative__7qxNq .contacts_ant-message-notice-content__Q97K0 {
  background-color: #d0021b;
}
.contacts_toast__9bnQi.contacts_positive__EZrDB .contacts_ant-message-notice-content__Q97K0 {
  background-color: #56bf56;
}
.contacts_toast__9bnQi.contacts_loading__LKDee .contacts_ant-message-notice-content__Q97K0 .contacts_toast-wrapper__IbRbq .contacts_contents__itxW3,
.contacts_toast__9bnQi.contacts_loading__LKDee .contacts_ant-message-notice-content__Q97K0 .contacts_toast-wrapper__IbRbq .contacts_contents__itxW3 .contacts_title__676VB {
  color: #000 !important;
}
.contacts_toast__9bnQi.contacts_loading__LKDee .contacts_ant-message-loading__GxVk8 .contacts_anticon-loading__pgNOn {
  font-size: 1.5rem;
}
.contacts_toast__9bnQi .contacts_ant-message-notice-content__Q97K0 {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.contacts_toast__9bnQi .contacts_ant-message-notice-content__Q97K0 .contacts_toast-wrapper__IbRbq {
  position: relative;
  display: flex;
  align-items: center;
}
.contacts_toast__9bnQi .contacts_ant-message-notice-content__Q97K0 .contacts_toast-wrapper__IbRbq .contacts_contents__itxW3 {
  position: relative;
  padding-left: 16px;
}
.contacts_toast__9bnQi .contacts_ant-message-notice-content__Q97K0 .contacts_toast-wrapper__IbRbq .contacts_contents__itxW3 .contacts_title__676VB {
  color: #fff !important;
}
.contacts_toast__9bnQi .contacts_ant-message-notice-content__Q97K0 .contacts_toast-wrapper__IbRbq .contacts_contents__itxW3 p {
  margin: 0;
}
.contacts_toast__9bnQi .contacts_ant-message-notice-content__Q97K0 .contacts_toast-wrapper__IbRbq .contacts_contents__itxW3 p a,
.contacts_toast__9bnQi .contacts_ant-message-notice-content__Q97K0 .contacts_toast-wrapper__IbRbq .contacts_contents__itxW3 p button {
  color: #fff;
  text-decoration: underline;
}
.contacts_toast__9bnQi .contacts_ant-message-notice-content__Q97K0 .contacts_icon__cPrZF {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.contacts_toast__9bnQi .contacts_ant-message-notice-content__Q97K0 .contacts_icon__cPrZF.contacts_positive__EZrDB {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.contacts_toast__9bnQi .contacts_ant-message-notice-content__Q97K0 .contacts_icon__cPrZF.contacts_positive__EZrDB:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.contacts_toast__9bnQi .contacts_ant-message-notice-content__Q97K0 .contacts_icon__cPrZF.contacts_negative__7qxNq {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.contacts_toast__9bnQi .contacts_ant-message-notice-content__Q97K0 .contacts_icon__cPrZF.contacts_negative__7qxNq:before {
  top: 10px;
}
.contacts_action-content-box__UoorP {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.contacts_action-content-box__UoorP.contacts_numbered__5aIwu .contacts_sub-content__GzzcH p {
  margin-left: 18px;
}
.contacts_action-content-box__UoorP .contacts_sub-content__GzzcH {
  padding: 26px 26px 20px;
}
.contacts_action-content-box__UoorP .contacts_sub-content__GzzcH.contacts_right__219sj,
.contacts_action-content-box__UoorP .contacts_table-wrapper__0_oNY.contacts_imports-table__sDPGL .contacts_sub-content__GzzcH.contacts_arrow-icon__USRv6,
.contacts_table-wrapper__0_oNY.contacts_imports-table__sDPGL .contacts_action-content-box__UoorP .contacts_sub-content__GzzcH.contacts_arrow-icon__USRv6 {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.contacts_action-content-box__UoorP .contacts_sub-content__GzzcH.contacts_right__219sj button,
.contacts_action-content-box__UoorP .contacts_table-wrapper__0_oNY.contacts_imports-table__sDPGL .contacts_sub-content__GzzcH.contacts_arrow-icon__USRv6 button,
.contacts_table-wrapper__0_oNY.contacts_imports-table__sDPGL .contacts_action-content-box__UoorP .contacts_sub-content__GzzcH.contacts_arrow-icon__USRv6 button {
  margin: 0 20px;
}
.contacts_action-content-box__UoorP .contacts_sub-content__GzzcH h4,
.contacts_action-content-box__UoorP .contacts_sub-content__GzzcH p.contacts_bold__5SvPZ {
  margin: 0;
}
.contacts_action-content-box__UoorP .contacts_sub-content__GzzcH h4 span,
.contacts_action-content-box__UoorP .contacts_sub-content__GzzcH p.contacts_bold__5SvPZ span {
  width: 18px;
  display: inline-block;
}
.contacts_action-content-box__UoorP .contacts_sub-content__GzzcH p {
  margin: 6px 0 0;
}
.contacts_action-content-box__UoorP .contacts_remove__L8gol {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.contacts_options-dot__ySfQ9 {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.contacts_options-dot__ySfQ9.contacts_boxed__ZnZ64 {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.contacts_options-dot__ySfQ9.contacts_active__6uWx4,
.contacts_options-dot__ySfQ9:focus-visible,
.contacts_options-dot__ySfQ9:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.contacts_clickable__jBLYK {
  cursor: pointer;
}
.contacts_beta-label__89uGT {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.contacts_none-style-list-options__z5gOI {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.contacts_none-style-list-options__z5gOI li {
  margin: 5px 0;
}
.contacts_ant-tour__wN4_Q {
  width: 400px;
}
.contacts_ant-collapse__iIQrL > .contacts_ant-collapse-item__gE_Vw > .contacts_ant-collapse-header-collapsible-only__nF7j_ > .contacts_ant-collapse-header-text__rC6Mk {
  flex: auto;
}
.contacts_onboarding-tour-header__lThhq {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.contacts_onboarding-tour-description__Sxexy {
  color: #17191a;
  font-size: 16px;
}
.contacts_tour-hidden-button__4SAfs {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.contacts_ai-onboarding-tour-header__0pUtE {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.contacts_onboarding-step-ai-tour__xiw_E {
  width: 350px;
}
.contacts_onboarding-step-ai-tour__xiw_E .contacts_onboarding-step-ai-tour-inner__MhYYQ .contacts_onboarding-step-ai-tour-description__JMZL5 {
  padding: 0 20px;
}
.contacts_onboarding-step-ai-tour__xiw_E .contacts_onboarding-step-ai-tour-inner__MhYYQ .contacts_onboarding-step-ai-tour-footer__jjj9_ {
  padding: 0 20px 20px;
}
.contacts_onboarding-step-ai-tour__xiw_E .contacts_onboarding-step-ai-tour-inner__MhYYQ .contacts_onboarding-step-ai-tour-header__fMmHE {
  padding: 20px 20px 4px;
}
.contacts_onboarding-step-ai-tour__xiw_E .contacts_onboarding-step-ai-tour-inner__MhYYQ .contacts_onboarding-step-ai-tour-indicators__BMlSu {
  display: flex;
  width: 100%;
}
.contacts_onboarding-step-ai-tour__xiw_E .contacts_onboarding-step-ai-tour-inner__MhYYQ .contacts_onboarding-step-ai-tour-buttons__c_INQ {
  width: 0;
  visibility: hidden;
}
.contacts_onboarding-step-ai-tour-mask__gu_xb mask[id^='onboarding-step-ai-tour-mask'] rect.contacts_onboarding-step-ai-tour-placeholder-animated__nkpmk {
  rx: 8px;
}
.contacts_onboarding-step-ai-tour-round-mask__clBph mask[id^='onboarding-step-ai-tour-round-mask'] rect.contacts_onboarding-step-ai-tour-round-placeholder-animated___ngWS {
  rx: 25px;
}
.contacts_onboarding-step-tour__D3uJO {
  width: 400px;
}
.contacts_onboarding-step-tour__D3uJO.contacts_content-hidden__JPDmV {
  display: none !important;
}
.contacts_onboarding-step-tour__D3uJO.contacts_extended-width__wKai4 {
  width: 600px;
}
.contacts_onboarding-step-tour-mask__4GeKN mask[id^='onboarding-step-tour-mask'] rect.contacts_onboarding-step-tour-placeholder-animated__HXGpx {
  rx: 8px;
}
.contacts_onboarding-step-one-tour__9GuV1 {
  width: 400px;
}
.contacts_onboarding-step-one-tour__9GuV1.contacts_content-hidden__JPDmV {
  display: none !important;
}
.contacts_onboarding-step-one-tour__9GuV1.contacts_extended-width__wKai4 {
  width: 600px;
}
.contacts_onboarding-step-one-tour-mask__FQZZ_ mask[id^='onboarding-step-one-tour-mask'] rect.contacts_onboarding-step-one-tour-placeholder-animated__qptpk {
  rx: 25px;
}
.contacts_support-unread-tour__4Ai0R {
  width: 272px;
}
.contacts_support-unread-tour__4Ai0R .contacts_support-unread-tour-inner__8CoMU .contacts_support-unread-tour-header__fsaNJ {
  padding: 8px 16px 4px;
}
.contacts_support-unread-tour__4Ai0R .contacts_support-unread-tour-inner__8CoMU .contacts_support-unread-tour-footer__Mn2Hd {
  padding: 0 16px 16px;
}
.contacts_support-unread-tour__4Ai0R .contacts_support-unread-tour-inner__8CoMU .contacts_support-unread-tour-close__kRiuX {
  top: 10px;
}
.contacts_preserve-scroll-position__H_qqR {
  overflow-anchor: none;
}
.contacts_toolbar-wrapper__Az__D {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.contacts_toolbar-wrapper__Az__D .contacts_anticon__nrZLn {
  padding: 12px;
  cursor: pointer;
}
.contacts_toolbar-wrapper__Az__D .contacts_anticon__nrZLn:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.contacts_toolbar-wrapper__Az__D .contacts_anticon__nrZLn:hover {
  opacity: 0.3;
}
.contacts_ant-carousel__pZahQ .contacts_slick-dots__NbNkB li.contacts_slick-active__UqLh_ button {
  background-color: #8158ec;
}
.contacts_ant-carousel__pZahQ .contacts_slick-dots__NbNkB li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.contacts_ant-modal-root__sTAZI .contacts_ant-modal-mask__IKEew,
.contacts_ant-modal-root__sTAZI .contacts_ant-modal-wrap__f8LOO {
  z-index: 1001;
}
.contacts_focused__PdcNB {
  background-color: #f5f5f5;
}
.contacts_spinner-overlay__ZFESL,
.contacts_spinner__RrWIh {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.contacts_spinner-overlay__ZFESL {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.contacts_spinner__RrWIh {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contacts_large-tag__m_YJC {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.contacts_email-pill__5EYYN,
.contacts_phone-pill__lNX1D {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.contacts_email-pill__5EYYN:not(:empty),
.contacts_phone-pill__lNX1D:not(:empty) {
  padding: 4px;
}
.contacts_phone-pill__lNX1D {
  background-color: #e0f2fb;
}
.contacts_email-pill__5EYYN {
  background-color: #ffefbe;
}
.contacts_input-box__rZlHb {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.contacts_input-box__rZlHb.contacts_bordered__C2vqf {
  border: 1px solid #e6e6e6;
}
.contacts_input-box__rZlHb.contacts_large__I_DbL {
  height: auto;
  min-height: 80px;
}
.contacts_input-box__rZlHb:focus {
  border-color: #ffc926;
}
.contacts_global-link-margins__pViuS {
  margin: 8px auto 0;
}
.contacts_contacts-root__fi3QK {
  display: flex;
  height: 100vh;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contacts_contacts-root__fi3QK.contacts_with-nav-tab__SMkqY {
  top: 57px;
  height: calc(100vh - 57px);
}
.contacts_contacts-root__fi3QK .contacts_contacts-content__o_4iQ {
  width: 100%;
  display: flex;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.contacts_contacts-root__fi3QK .contacts_contacts-content__o_4iQ.contact-details-open {
  width: calc(100% - 300px);
}
.contacts_contacts-root__fi3QK .contacts_filter-column__uKW_7 {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: 290px;
  box-sizing: border-box;
  background: #e9e9e9;
  padding: 40px 24px 24px;
  overflow-y: auto;
  position: relative;
}
.contacts_contacts-root__fi3QK .contacts_filter-column__uKW_7 .contacts_filters-title__H0reg {
  color: #17191a;
  margin: 9px 0 12px;
}
.contacts_contacts-root__fi3QK .contacts_filter-column__uKW_7 .contacts_filters-input__dlaZ0,
.contacts_contacts-root__fi3QK .contacts_filter-column__uKW_7 .contacts_list-input___HVEl,
.contacts_contacts-root__fi3QK .contacts_filter-column__uKW_7 .contacts_tags-input__ACSsc {
  margin-top: 16px;
}
.contacts_contacts-root__fi3QK .contacts_filter-column__uKW_7 .contacts_datepicker__CcYgG {
  width: 100%;
  height: 41px;
}
.contacts_contacts-root__fi3QK .contacts_page-content-wrapper__M0jfa {
  width: calc(100% - 290px);
  padding: 0 24px;
  overflow: auto;
  height: 100%;
}
.contacts_contact-import-page__1Sh8l {
  overflow-y: hidden;
}
.contacts_table-wrapper__0_oNY {
  position: relative;
}
.contacts_table-wrapper__0_oNY.contacts_imports-table__sDPGL {
  padding: 0 40px;
  min-width: 940px;
}
.contacts_table-wrapper__0_oNY.contacts_imports-table__sDPGL .contacts_arrow-icon__USRv6 {
  height: 16px;
}
.contacts_table-wrapper__0_oNY .contacts_contacts-table__aijhj {
  z-index: 99;
}
.contacts_table-wrapper__0_oNY .contacts_contacts-table__aijhj tr td {
  cursor: pointer;
}
.contacts_table-wrapper__0_oNY .contacts_contacts-table__aijhj .contacts_name__frl_E {
  max-width: 95%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-wrap: normal;
  display: block;
  overflow: hidden;
}
.contacts_table-wrapper__0_oNY .contacts_contacts-table__aijhj .contacts_contact-channel-subtext__Mx3kN {
  color: #757c80;
  margin-top: 4px;
  padding: 0;
  max-width: 95%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-wrap: normal;
  display: block;
  overflow: hidden;
  display: flex;
  gap: 5px;
}
.contacts_table-wrapper__0_oNY .contacts_table-showing-count__2nvNU,
.contacts_table-wrapper__0_oNY .contacts_table-total-count__CgMYu {
  margin-top: 4px;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-wrap: normal;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: 25px;
  left: 0;
}
.contacts_table-wrapper__0_oNY .contacts_table-total-count__CgMYu {
  left: auto;
  right: 0;
}
.contacts_table-wrapper__0_oNY.contacts_showing-pagination__9OzTE {
  padding-bottom: 50px;
}
.contacts_selected-rows-btn__lrx9d {
  width: 100%;
  color: #17191a;
  background-color: #fff;
}
.contacts_selected-rows-btn__lrx9d button {
  border-color: #d9d9d9 !important;
  border-width: 1px !important;
}
.contacts_selected-rows-btn__lrx9d button:hover {
  border-width: 1px !important;
}
.contacts_selected-rows-btn__lrx9d button:not(.ant-dropdown-trigger) {
  border-right-width: 0 !important;
}
.contacts_selected-rows-btn__lrx9d button:not(.ant-dropdown-trigger):hover {
  border-right-width: 1px !important;
}
.contacts_selected-rows-btn__lrx9d button.ant-dropdown-trigger.ant-dropdown-open {
  color: #17191a !important;
}
.contacts_selected-rows-menu__5sohX {
  width: 187px;
}
.contacts_after-select-banner__43w1k {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffc926;
  border-radius: 4px;
  background-color: #fffbee;
  padding: 14px 0;
  margin-bottom: 24px;
  color: #17191a;
}
.contacts_select-all-contacts-modal__w2aTR h2.contacts_modal-custom-title__449IL {
  color: #17191a;
  margin-bottom: 16px;
  margin-top: 0;
}
.contacts_select-all-contacts-modal__w2aTR .ant-modal-confirm-body {
  text-align: center;
}
.contacts_select-all-contacts-modal__w2aTR .ant-modal-confirm-btns {
  float: none;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts_manage-field__J1uIz {
  text-align: center;
  padding-top: 12px;
}
.contacts_modal-contact-import-details__wE3Gb {
  min-height: 242px;
  margin-top: 20px;
}
.contacts_modal-contact-import-details__wE3Gb .contacts_details__6VwKz {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 10px;
  margin: 20px 0;
}
.contacts_modal-contact-import-details__wE3Gb ul {
  -webkit-padding-start: 15px;
  padding-inline-start: 15px;
  margin: 2px 0;
}
.contacts_modal-contact-import-details__wE3Gb ul li {
  margin: 3px 0;
}
.contacts_modal-contact-import-details__wE3Gb .contacts_status-badge__VKAb0 {
  margin: 0;
  width: auto;
}
.contacts_modal-contact-import-details__wE3Gb .contacts_info-point__Lt7wZ {
  width: 202px;
}
.contacts_modal-contact-import-details__wE3Gb .contacts_info-point__Lt7wZ.contacts_small__2q7hd {
  width: 120px;
}
.contacts_modal-contact-import-details__wE3Gb .contacts_label__Qaf6H {
  color: #757c80;
}
.tags-input_icon__jMuNx {
  padding: 4px;
}
.tags-input_icon-wrapper__bh3vc {
  padding: 4px;
  color: #454a4d;
}
.tags-input_icon-wrapper-absolute__zk812 {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.tags-input_icon-wrapper-absolute__zk812 .tags-input_icon__jMuNx {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.tags-input_icon-sms__PswuI {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.tags-input_icon-email__e1XAW {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.tags-input_icon-mixed__5hL_O {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.tags-input_icon-picker-wrapper__Df_xi {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.tags-input_icon-picker-wrapper__Df_xi:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.tags-input_icon-picker-wrapper__Df_xi:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .tags-input_icon-picker-wrapper__Df_xi {
    margin-right: 5px;
  }
}
.tags-input_icon-checkmark-white__WlbHd {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.tags-input_icon-x-white__429zj {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.tags-input_icon-help__7rLY6 {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.tags-input_icon-help__7rLY6:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.tags-input_container__aw5zB select,
.tags-input_ico-arrow-down___K36G {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.tags-input_container__aw5zB select.tags-input_ant-dropdown-trigger__Oh6Mj,
.tags-input_ico-arrow-down___K36G.tags-input_ant-dropdown-trigger__Oh6Mj {
  padding-right: 24px;
  cursor: pointer;
}
.tags-input_container__aw5zB select.tags-input_ant-dropdown-trigger__Oh6Mj:disabled,
.tags-input_container__aw5zB select.tags-input_ant-dropdown-trigger__Oh6Mj[disabled],
.tags-input_ico-arrow-down___K36G.tags-input_ant-dropdown-trigger__Oh6Mj:disabled,
.tags-input_ico-arrow-down___K36G.tags-input_ant-dropdown-trigger__Oh6Mj[disabled] {
  cursor: default;
  background: transparent;
}
.tags-input_ico-arrow-gray__sz5gQ {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.tags-input_ico-arrow-gray__sz5gQ.tags-input_down__EGzfm {
  transform: rotate(90deg);
}
.tags-input_ico-arrow-gray__sz5gQ.tags-input_up__MteFF {
  transform: rotate(-90deg);
}
.tags-input_ico-arrow-gray__sz5gQ.tags-input_right__zX_EU {
  transform: rotate(180deg);
}
.tags-input_ico-arrow-gray__sz5gQ.tags-input_ant-dropdown-trigger__Oh6Mj {
  padding-right: 24px;
  cursor: pointer;
}
.tags-input_ico-arrow-gray__sz5gQ.tags-input_ant-dropdown-trigger__Oh6Mj:disabled,
.tags-input_ico-arrow-gray__sz5gQ.tags-input_ant-dropdown-trigger__Oh6Mj[disabled] {
  cursor: default;
  background: transparent;
}
.tags-input_icon-error-triangle__VAo4s {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.tags-input_ico-compose__Z0HBb {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.tags-input_ico-compose-white__SzndI {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.tags-input_icon-google-play__qQHrl {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.tags-input_icon-app-store__qXMct {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.tags-input_icon-social-fb__1SxOs {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.tags-input_icon-social-tw__OnIV8 {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.tags-input_icon-disclosure__1A9rB {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.tags-input_icon-16__PhBNQ {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.tags-input_icon-18__H0rXj {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.tags-input_icon-gray5__4xC7A {
  color: #999 !important;
}
.tags-input_ico-arrow-black__QW3HL {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.tags-input_ico-arrow-black__QW3HL.tags-input_down__EGzfm {
  transform: rotate(90deg);
}
.tags-input_ico-arrow-black__QW3HL.tags-input_up__MteFF {
  transform: rotate(-90deg);
}
.tags-input_ico-arrow-black__QW3HL.tags-input_right__zX_EU {
  transform: rotate(180deg);
}
.tags-input_icon-copy__ZNolZ {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.tags-input_icon-copy__ZNolZ:hover {
  background-image: url(/icons/copy-black.svg);
}
.tags-input_icon-msg-white__YdTSu {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.tags-input_icon-email-white__eJ29m {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.tags-input_icon-black-bg__672QY {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.tags-input_icon-black-bg__672QY > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.tags-input_icon-inbox-black-filled__7h4Jp {
  background-image: url(/icons/inbox-black.svg);
}
.tags-input_icon-contacts__q7JFH {
  background-image: url(/icons/sidebar/contacts.svg);
}
.tags-input_page-header-title__sVONv {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.tags-input_action-content-box__1sPrL .tags-input_sub-content__nTK0o h4,
.tags-input_empty-state-wrapper__RFDTW h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.tags-input_box-content__tEWwv .tags-input_header-l__b9npX,
.tags-input_box-content__tEWwv .tags-input_header__x_MKx,
.tags-input_toast__dYfXm .tags-input_ant-message-notice-content__DRV9Z .tags-input_toast-wrapper__hyjz_ .tags-input_contents__3eDzC .tags-input_title__7I8J8 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.tags-input_action-content-box__1sPrL .tags-input_sub-content__nTK0o p.tags-input_bold__TD1lP,
.tags-input_empty-state-wrapper__RFDTW h2 a,
.tags-input_header-bar__HSj8L .tags-input_title__7I8J8 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.tags-input_box-content__tEWwv .tags-input_content-header__xSgaf {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.tags-input_action-content-box__1sPrL .tags-input_sub-content__nTK0o p,
.tags-input_empty-state-wrapper__RFDTW div,
.tags-input_toast__dYfXm .tags-input_ant-message-notice-content__DRV9Z .tags-input_toast-wrapper__hyjz_ .tags-input_contents__3eDzC p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.tags-input_blue-button__cIbox,
.tags-input_box-content__tEWwv .tags-input_content__FVjoA input,
.tags-input_box-content__tEWwv .tags-input_upload-data-input-with-icon__LP2rn input,
.tags-input_button-with-bg-color__vDVwq,
.tags-input_cancel-button__9XcLS,
.tags-input_global__ZJVCp .ant-select-selection-placeholder,
.tags-input_global__ZJVCp .ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input,
.tags-input_green-button__srGPe,
.tags-input_input-box__QnOzU,
.tags-input_input-grey__85Qpi,
.tags-input_orange-button__8Ex3x,
.tags-input_positive-button__IZ_L8,
.tags-input_purple-button__o_Q9x,
.tags-input_status-pill__Jq7Gr,
.tags-input_white-button-blue-text__0dN2f,
.tags-input_white-button__2f4Yx,
button.tags-input_icon-button__56CiI,
button.tags-input_text-only__u6JEl,
input .tags-input_input-white__Ii9DY,
textarea .tags-input_input-white__Ii9DY {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.tags-input_large-tag__cm2tt,
button.tags-input_show-more__peqPy,
button.tags-input_text-only__u6JEl,
span.tags-input_text-only__u6JEl button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.tags-input_container__aw5zB:not(.tags-input_global__ZJVCp) .ant-select-selection-placeholder,
.tags-input_dropdown-menu-wrapper__xBZLD .tags-input_sub-menu-title__8OLgf {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.tags-input_contact-status-selected__2iI71 .tags-input_selected-item__nPhqI,
.tags-input_container__aw5zB .tags-input_selected__GvhKW .tags-input_selected-item__nPhqI,
.tags-input_container__aw5zB .tags-input_wrapper__9FxYO .tags-input_maximum-error__28tFa,
.tags-input_global-selected__rb5ZM .tags-input_selected-item__nPhqI,
.tags-input_tag__ZEI3A {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.tags-input_beta-label__6mmKh,
.tags-input_error-text-link__uID4w,
.tags-input_error-text__U_CRa,
.tags-input_error__MKEJa {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.tags-input_mini-square__Odcrk {
  width: 20px;
  height: 20px;
}
.tags-input_help-text__n3QUJ {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.tags-input_error-text__U_CRa {
  color: #d0021b;
  flex-grow: 1;
}
.tags-input_error-text-link__uID4w {
  color: #d0021b;
  text-decoration: underline;
}
.tags-input_descriptive-text__sBjzr {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.tags-input_visually-hidden__P3HK4 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tags-input_visually-hidden__P3HK4.tags-input_focusable__uLCjC:active,
.tags-input_visually-hidden__P3HK4.tags-input_focusable__uLCjC:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.tags-input_visually-offscreen__Zfsws {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.tags-input_invisible__GU6eW {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.tags-input_hidden__olcA6 {
  display: none !important;
  visibility: hidden;
}
.tags-input_strong__rlMhN {
  font-weight: 700;
}
.tags-input_align-right__gN725 {
  text-align: right;
}
.tags-input_align-left__bhHD1 {
  text-align: left;
}
.tags-input_centered__LT_XB {
  text-align: center;
}
.tags-input_timestamp__S4kz3 {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.tags-input_display-block__R7xjp {
  display: block !important;
}
.tags-input_inline-block__NKiEi {
  display: inline-block !important;
}
.tags-input_hm-app-body__2OY7d button.tags-input_ant-switch__4D7Fl[disabled],
.tags-input_hm-app-body__2OY7d button.tags-input_ant-switch__4D7Fl[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.tags-input_blue-button__cIbox,
.tags-input_button-with-bg-color__vDVwq,
.tags-input_cancel-button__9XcLS,
.tags-input_green-button__srGPe,
.tags-input_orange-button__8Ex3x,
.tags-input_positive-button__IZ_L8,
.tags-input_purple-button__o_Q9x,
.tags-input_white-button-blue-text__0dN2f,
.tags-input_white-button__2f4Yx,
button.tags-input_icon-button__56CiI,
button.tags-input_text-only__u6JEl {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.tags-input_text-only__u6JEl,
span.tags-input_text-only__u6JEl button {
  color: #31a7e7;
  padding: 0;
}
button.tags-input_text-only__u6JEl[disabled],
button.tags-input_text-only__u6JEl[disabled]:active,
button.tags-input_text-only__u6JEl[disabled]:focus,
button.tags-input_text-only__u6JEl[disabled]:hover,
span.tags-input_text-only__u6JEl button[disabled],
span.tags-input_text-only__u6JEl button[disabled]:active,
span.tags-input_text-only__u6JEl button[disabled]:focus,
span.tags-input_text-only__u6JEl button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.tags-input_text-only__u6JEl.tags-input_red-text__EP7uL,
button.tags-input_text-only__u6JEl.tags-input_red-text__EP7uL:active,
button.tags-input_text-only__u6JEl.tags-input_red-text__EP7uL:focus,
button.tags-input_text-only__u6JEl.tags-input_red-text__EP7uL:hover,
span.tags-input_text-only__u6JEl button.tags-input_red-text__EP7uL,
span.tags-input_text-only__u6JEl button.tags-input_red-text__EP7uL:active,
span.tags-input_text-only__u6JEl button.tags-input_red-text__EP7uL:focus,
span.tags-input_text-only__u6JEl button.tags-input_red-text__EP7uL:hover {
  color: #d0021b;
}
button.tags-input_text-only__u6JEl.tags-input_gray-text__4Fk3f,
span.tags-input_text-only__u6JEl button.tags-input_gray-text__4Fk3f {
  color: #999;
}
button.tags-input_text-only__u6JEl.tags-input_gray-text__4Fk3f:active,
button.tags-input_text-only__u6JEl.tags-input_gray-text__4Fk3f:focus,
button.tags-input_text-only__u6JEl.tags-input_gray-text__4Fk3f:hover,
span.tags-input_text-only__u6JEl button.tags-input_gray-text__4Fk3f:active,
span.tags-input_text-only__u6JEl button.tags-input_gray-text__4Fk3f:focus,
span.tags-input_text-only__u6JEl button.tags-input_gray-text__4Fk3f:hover {
  color: #999 !important;
}
button.tags-input_text-only__u6JEl.tags-input_black-text__nnwn6,
span.tags-input_text-only__u6JEl button.tags-input_black-text__nnwn6 {
  color: #17191a;
}
button.tags-input_text-only__u6JEl.tags-input_black-text__nnwn6:active,
button.tags-input_text-only__u6JEl.tags-input_black-text__nnwn6:focus,
button.tags-input_text-only__u6JEl.tags-input_black-text__nnwn6:hover,
span.tags-input_text-only__u6JEl button.tags-input_black-text__nnwn6:active,
span.tags-input_text-only__u6JEl button.tags-input_black-text__nnwn6:focus,
span.tags-input_text-only__u6JEl button.tags-input_black-text__nnwn6:hover {
  color: #8158ec;
}
button.tags-input_text-only__u6JEl.tags-input_purple-text__JGV1O,
button.tags-input_text-only__u6JEl.tags-input_purple-text__JGV1O:active,
button.tags-input_text-only__u6JEl.tags-input_purple-text__JGV1O:focus,
button.tags-input_text-only__u6JEl.tags-input_purple-text__JGV1O:hover,
span.tags-input_text-only__u6JEl button.tags-input_purple-text__JGV1O,
span.tags-input_text-only__u6JEl button.tags-input_purple-text__JGV1O:active,
span.tags-input_text-only__u6JEl button.tags-input_purple-text__JGV1O:focus,
span.tags-input_text-only__u6JEl button.tags-input_purple-text__JGV1O:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.tags-input_text-only__u6JEl:active,
button.tags-input_text-only__u6JEl:focus,
button.tags-input_text-only__u6JEl:hover,
span.tags-input_text-only__u6JEl button:active,
span.tags-input_text-only__u6JEl button:focus,
span.tags-input_text-only__u6JEl button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.tags-input_blue-button__cIbox,
.tags-input_button-with-bg-color__vDVwq,
.tags-input_green-button__srGPe,
.tags-input_orange-button__8Ex3x,
.tags-input_positive-button__IZ_L8,
.tags-input_white-button-blue-text__0dN2f,
.tags-input_white-button__2f4Yx {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.tags-input_orange-button__8Ex3x {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.tags-input_orange-button__8Ex3x:active,
.tags-input_orange-button__8Ex3x:focus,
.tags-input_orange-button__8Ex3x:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.tags-input_orange-button__8Ex3x[disabled],
.tags-input_orange-button__8Ex3x[disabled]:active,
.tags-input_orange-button__8Ex3x[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.tags-input_orange-button__8Ex3x.tags-input_drop-down__TvIpg {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.tags-input_scroll-loader__KFGT8 {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.tags-input_green-button__srGPe {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.tags-input_green-button__srGPe:active,
.tags-input_green-button__srGPe:focus,
.tags-input_green-button__srGPe:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.tags-input_green-button__srGPe[disabled],
.tags-input_green-button__srGPe[disabled]:active,
.tags-input_green-button__srGPe[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.tags-input_positive-button__IZ_L8 {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.tags-input_positive-button__IZ_L8:active,
.tags-input_positive-button__IZ_L8:focus,
.tags-input_positive-button__IZ_L8:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.tags-input_positive-button__IZ_L8[disabled] {
  background-color: #abe4b2;
}
.tags-input_negative-button__emgpC {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.tags-input_negative-button__emgpC:active,
.tags-input_negative-button__emgpC:focus,
.tags-input_negative-button__emgpC:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.tags-input_plain-cancel-button__pnkpU,
.tags-input_plain-cancel-button__pnkpU:active,
.tags-input_plain-cancel-button__pnkpU:focus,
.tags-input_plain-cancel-button__pnkpU:hover {
  color: #17191a;
}
.tags-input_white-button-blue-text__0dN2f,
.tags-input_white-button__2f4Yx {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.tags-input_white-button-blue-text__0dN2f:active,
.tags-input_white-button-blue-text__0dN2f:focus,
.tags-input_white-button-blue-text__0dN2f:hover,
.tags-input_white-button__2f4Yx:active,
.tags-input_white-button__2f4Yx:focus,
.tags-input_white-button__2f4Yx:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.tags-input_white-button__2f4Yx[disabled],
.tags-input_white-button__2f4Yx[disabled]:active,
.tags-input_white-button__2f4Yx[disabled]:focus,
.tags-input_white-button__2f4Yx[disabled]:hover,
[disabled].tags-input_white-button-blue-text__0dN2f {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.tags-input_common-sentiment-emoji__Ytvve {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.tags-input_white-button-blue-text__0dN2f {
  color: #31a7e7;
}
.tags-input_white-button-blue-text__0dN2f:active,
.tags-input_white-button-blue-text__0dN2f:focus,
.tags-input_white-button-blue-text__0dN2f:hover {
  color: #31a7e7 !important;
}
.tags-input_blue-button__cIbox {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.tags-input_blue-button__cIbox,
.tags-input_blue-button__cIbox:active,
.tags-input_blue-button__cIbox:focus,
.tags-input_blue-button__cIbox:hover {
  background-color: #31a7e7;
  color: #fff;
}
.tags-input_green-button__srGPe {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.tags-input_green-button__srGPe,
.tags-input_green-button__srGPe:active,
.tags-input_green-button__srGPe:focus,
.tags-input_green-button__srGPe:hover {
  background-color: #56bf56;
  color: #fff;
}
.tags-input_purple-button__o_Q9x {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.tags-input_purple-button__o_Q9x:active,
.tags-input_purple-button__o_Q9x:focus,
.tags-input_purple-button__o_Q9x:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.tags-input_dropdown-input__Dpt58 {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.tags-input_dropdown-input__Dpt58:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.tags-input_hm-app-body__2OY7d input::placeholder {
  color: #a3a3a3;
}
.tags-input_textarea-composer__tSnNd {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.tags-input_container__aw5zB input,
.tags-input_container__aw5zB textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.tags-input_input-for-copy__y4wdB {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.tags-input_input-text-bordered__AQBH_,
.tags-input_input-text__lmr96,
.tags-input_input-textarea__dky2y {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.tags-input_input-text__lmr96 {
  height: 50px;
}
.tags-input_input-text-bordered__AQBH_ {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.tags-input_xxl-input__bBghV {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.tags-input_xl-input__t1A7o {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.tags-input_l-input__ig6Uv {
  width: 100%;
  font-size: 1.1rem;
}
.tags-input_box-content__tEWwv .tags-input_content__FVjoA input,
.tags-input_box-content__tEWwv .tags-input_upload-data-input-with-icon__LP2rn input,
.tags-input_input-grey__85Qpi,
input .tags-input_input-white__Ii9DY,
textarea .tags-input_input-white__Ii9DY {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.tags-input_box-content__tEWwv .tags-input_content__FVjoA input::placeholder,
.tags-input_box-content__tEWwv .tags-input_upload-data-input-with-icon__LP2rn input::placeholder,
.tags-input_input-grey__85Qpi::placeholder,
input .tags-input_input-white__Ii9DY::placeholder,
textarea .tags-input_input-white__Ii9DY::placeholder {
  color: #999;
  opacity: 1;
}
input .tags-input_input-white__Ii9DY,
textarea .tags-input_input-white__Ii9DY {
  background-color: #fff;
}
.tags-input_clearfix__qRGT8:after {
  clear: both;
  content: '';
  display: block;
}
.tags-input_hidden-important__G6yje {
  display: none !important;
}
.tags-input_p-left__2Csr5 {
  float: left;
}
.tags-input_p-right__KVCIG {
  float: right;
}
.tags-input_image_orientation_3__xDFPo {
  tranform: rotate(180deg);
}
.tags-input_image_orientation_6__Dn0c0 {
  tranform: rotate(90deg);
}
.tags-input_image_orientation_8__a2njO {
  tranform: rotate(-90deg);
}
.tags-input_image_orientation_2__DrE25 {
  tranform: scaleX(-1);
}
.tags-input_image_orientation_7__k3u7z {
  tranform: scaleX(-1) rotate(-90deg);
}
.tags-input_image_orientation_4__vpQkq {
  tranform: scaleX(-1) rotate(180deg);
}
.tags-input_image_orientation_5__DAk91 {
  tranform: scaleX(-1) rotate(90deg);
}
.tags-input_image_slideshow_orientation_3__7MwmE {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.tags-input_image_slideshow_orientation_6__5nYF5 {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.tags-input_image_slideshow_orientation_8__OjHF8 {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.tags-input_image_slideshow_orientation_2__YN6HT {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.tags-input_image_slideshow_orientation_7__S6IVp {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.tags-input_image_slideshow_orientation_4__nW74j {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.tags-input_image_slideshow_orientation_5__AXdT2 {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.tags-input_container__aw5zB select::-ms-expand {
  display: none !important;
}
.tags-input_container__aw5zB select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.tags-input_count-area__AhwUl {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.tags-input_clear-top__sKaom {
  padding-top: 0;
  margin-top: 0;
}
.tags-input_remove-x-20__Eogrq,
.tags-input_remove-x__07rDH {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.tags-input_remove-x__07rDH.tags-input_white___g64d,
.tags-input_white___g64d.tags-input_remove-x-20__Eogrq {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.tags-input_remove-x-20__Eogrq {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.tags-input_divider__gCPuZ {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.tags-input_mobile__C8Co0 {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.tags-input_blue__aVRCh {
  color: #31a7e7 !important;
}
.tags-input_white___g64d {
  color: #fff !important;
}
.tags-input_purple___9Vkx {
  color: #8158ec !important;
}
.tags-input_delete__e_RtQ {
  color: #d0021b !important;
}
.tags-input_dark-text__kDIyq {
  color: #17191a !important;
}
.tags-input_file-input__2f2ws {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.tags-input_image-download-wrapper__vLnkE {
  position: fixed;
  top: 40px;
  right: 100px;
}
.tags-input_overflow-y-auto__TL01B {
  overflow-y: auto;
}
.tags-input_is-font-icon__OU2tI:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.tags-input_is-invisible__wDUkE {
  opacity: 0;
}
.tags-input_tabbed-button__e1eg7 {
  padding: 0 7px 2px;
}
.tags-input_tabbed-button__e1eg7.tags-input_selected__GvhKW {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.tags-input_show-more__peqPy {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.tags-input_show-more__peqPy:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.tags-input_time-input__G2bPx {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.tags-input_form-group__Vq8fw.tags-input_date-time__TQ4JY {
  position: relative;
  top: -2px;
}
.tags-input_form-group__Vq8fw.tags-input_date-time__TQ4JY.tags-input_time__XvLvM {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.tags-input_form-group__Vq8fw.tags-input_date-time__TQ4JY.tags-input_form-group-hour__rkzva .tags-input_colon__EPccg {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.tags-input_form-group__Vq8fw.tags-input_date-time__TQ4JY.tags-input_form-group-hour__rkzva input {
  text-align: center;
}
.tags-input_form-group__Vq8fw.tags-input_date-time__TQ4JY.tags-input_form-group-day__OTrxN {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.tags-input_form-group__Vq8fw.tags-input_date-time__TQ4JY.tags-input_form-group-minute__dgR4A {
  width: 42px;
}
.tags-input_form-group__Vq8fw.tags-input_date-time__TQ4JY.tags-input_form-group-clock___umhq {
  width: 54px;
}
.tags-input_attach-img__kiRwN {
  position: relative;
  width: 25px;
  height: 25px;
}
.tags-input_attach-img__kiRwN input#tags-input_add-image__QhSFy {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.tags-input_attach-img__kiRwN span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.tags-input_m-0__TGgq6 {
  margin: 0 !important;
}
.tags-input_ml-auto__58Nz8 {
  margin-left: auto;
}
.tags-input_mr-auto__ZLkZd {
  margin-right: auto;
}
.tags-input_mx-auto__dO3Wg {
  margin-left: auto;
  margin-right: auto;
}
.tags-input_mx-16__m5_F4 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.tags-input_my-16__6Vr5B {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.tags-input_mr-0__FUY33 {
  margin-right: 0 !important;
}
.tags-input_mr-4__YIbee {
  margin-right: 4px !important;
}
.tags-input_mr-8__MrMqg {
  margin-right: 8px !important;
}
.tags-input_mr-12__7XZ05 {
  margin-right: 12px !important;
}
.tags-input_mr-16__vLtI5 {
  margin-right: 16px !important;
}
.tags-input_ml-0__wogQ2 {
  margin-left: 0 !important;
}
.tags-input_ml-4__dbQ87 {
  margin-left: 4px !important;
}
.tags-input_ml-8__ucCgw {
  margin-left: 8px !important;
}
.tags-input_ml-12__Mo_u5 {
  margin-left: 12px !important;
}
.tags-input_ml-16__97_rS {
  margin-left: 16px !important;
}
.tags-input_mt-0__e0eSR {
  margin-top: 0 !important;
}
.tags-input_mt-4__FuPef {
  margin-top: 4px !important;
}
.tags-input_mt-8__kddll {
  margin-top: 8px !important;
}
.tags-input_mt-16__Di1rg {
  margin-top: 16px !important;
}
.tags-input_mt-24__OjHRk {
  margin-top: 24px !important;
}
.tags-input_mt-48__ONHli {
  margin-top: 48px !important;
}
.tags-input_mb-0__73XCX {
  margin-bottom: 0 !important;
}
.tags-input_mb-4__g3b6I {
  margin-bottom: 4px !important;
}
.tags-input_mb-8__QSimQ {
  margin-bottom: 8px !important;
}
.tags-input_mb-12__OYQQ2 {
  margin-bottom: 12px !important;
}
.tags-input_mb-16__IMKTE {
  margin-bottom: 16px !important;
}
.tags-input_mb-24__lVWou {
  margin-bottom: 24px !important;
}
.tags-input_mb-64__6Msod {
  margin-bottom: 64px !important;
}
.tags-input_p-0__AVm8n {
  padding: 0 !important;
}
.tags-input_p-16__nE1cn {
  padding: 16px;
}
.tags-input_p-40__Al_kD {
  padding: 40px;
}
.tags-input_px-0__cIvqn {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.tags-input_px-4__OG87_ {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.tags-input_px-8__EAW8o {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.tags-input_px-32__XTUTp {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.tags-input_px-40__1hLkV {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.tags-input_pt-40__rJo_X {
  padding-top: 40px;
}
.tags-input_pt-24__OYSfc {
  padding-top: 24px;
}
.tags-input_pt-16__h3DaH {
  padding-top: 16px;
}
.tags-input_pt-12__LuS09 {
  padding-top: 12px !important;
}
.tags-input_pb-40__yONlB {
  padding-bottom: 40px;
}
.tags-input_pb-24__gB2Ti {
  padding-bottom: 24px;
}
.tags-input_pb-16__MnnpC {
  padding-bottom: 16px;
}
.tags-input_pl-8__x_uOX {
  padding-left: 8px !important;
}
.tags-input_pl-12__wo1Hy {
  padding-left: 12px !important;
}
.tags-input_pl-16___zIE8 {
  padding-left: 16px !important;
}
.tags-input_text-left__jzM_2 {
  text-align: left !important;
}
.tags-input_text-right__HsJv5 {
  text-align: right !important;
}
.tags-input_text-center__cqOYc {
  text-align: center !important;
}
.tags-input_font-medium__xdizu {
  font-weight: 500 !important;
}
.tags-input_font-semibold__ROzby {
  font-weight: 600 !important;
}
.tags-input_radius-8__WMSkk {
  border-radius: 8px !important;
}
.tags-input_truncate__2iGmX {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tags-input_whitespace-nowrap__RpElY {
  white-space: nowrap;
}
.tags-input_whitespace-pre-wrap__nsQF_ {
  white-space: pre-wrap;
}
.tags-input_w-100__zmbRy {
  width: 100% !important;
}
.tags-input_h-100__81Dtm {
  height: 100% !important;
}
.tags-input_max-w-none__teZD3 {
  max-width: none !important;
}
.tags-input_max-h-none__vKvRv {
  max-height: none !important;
}
.tags-input_min-w-100__38p_L {
  min-width: 100px;
}
.tags-input_heading-48-600__HgZNz {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.tags-input_heading-32-600__OUzv6 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.tags-input_heading-24-600__8xCb_ {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.tags-input_heading-18-600__JVzaY {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.tags-input_heading-18-400__FQSDo {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.tags-input_heading-16-700__gEwPL {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.tags-input_text-16-400__Wab7m {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.tags-input_heading-14-600__HdzDu {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.tags-input_heading-14-500__e9PZW {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.tags-input_text-14-400__T7Yd2 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.tags-input_text-13-500__Mv_tL {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.tags-input_text-13-600__SJuV_ {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.tags-input_text-13-400___ZlBy {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.tags-input_text-12-500__60spI {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.tags-input_text-12-600__AyPx_ {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.tags-input_text-12-400__xNLn_ {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.tags-input_status-badge__DO7CX {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.tags-input_status-badge__DO7CX.tags-input_paused__Maz64 {
  background-color: #ff8b3d;
  color: #fff !important;
}
.tags-input_status-badge__DO7CX.tags-input_created__tUTQD,
.tags-input_status-badge__DO7CX.tags-input_inactive__jFP8Z,
.tags-input_status-badge__DO7CX.tags-input_pending__miuKS {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.tags-input_status-badge__DO7CX.tags-input_active__OvfCV {
  background-color: #56bf56;
  color: #fff !important;
}
.tags-input_status-badge__DO7CX.tags-input_error__MKEJa {
  background-color: #d0021b;
  color: #fff !important;
}
.tags-input_status-badge__DO7CX.tags-input_progress__Wh5r8 {
  background-color: #f5bf0c;
  color: #fff !important;
}
.tags-input_status-badge__DO7CX.tags-input_draft__9ja1A {
  background-color: #e6e6e6;
  color: #000 !important;
}
.tags-input_status-badge__DO7CX.tags-input_sent__fvBBx {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.tags-input_status-badge__DO7CX.tags-input_scheduled___gRSV {
  background-color: #feefcf;
  color: #795548;
}
.tags-input_status-badge__DO7CX.tags-input_loading-badge__mWOOn {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.tags-input_status-badge__DO7CX.tags-input_loading-badge__mWOOn .tags-input_text__TMHnf {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.tags-input_status-badge__DO7CX.tags-input_loading-badge__mWOOn .tags-input_slider__ZCSGe {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: tags-input_moveSlideshow__4POuZ 3s linear infinite;
}
@keyframes tags-input_moveSlideshow__4POuZ {
  to {
    transform: translateX(200%);
  }
}
.tags-input_flex__RiaVE {
  display: flex !important;
}
.tags-input_flex-space-between__FydSZ {
  justify-content: space-between;
}
.tags-input_flex-align-start__Jd8Jl {
  align-items: flex-start;
}
.tags-input_flex-align-center__ltyIK {
  align-items: center;
}
.tags-input_flex-absolute-center__onwFI {
  justify-content: center;
  align-items: center;
}
.tags-input_flex-container__F6u7Q {
  display: flex;
  flex-wrap: wrap;
}
.tags-input_flex-column__50sfH {
  flex-direction: column;
}
.tags-input_flex-justify-end___OVHV {
  justify-content: flex-end;
}
.tags-input_position-relative__tSszk {
  position: relative !important;
}
.tags-input_position-static__KcaY7 {
  position: static !important;
}
.tags-input_position-absolute__8RQJk {
  position: absolute !important;
}
.tags-input_hr-grey__Ky_Sj {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.tags-input_input-border__Fgx16 {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.tags-input_action-content-box__1sPrL,
.tags-input_box-content__tEWwv,
.tags-input_box-content__tEWwv .tags-input_upload-data-input-with-icon__LP2rn,
.tags-input_default-border__UUS_V {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.tags-input_bg-grey__WNZfH {
  background-color: #f9f9f9 !important;
}
.tags-input_bg-white__RxB_H {
  background-color: #fff !important;
}
.tags-input_pos-relative__2GxPg {
  position: relative !important;
}
.tags-input_text-light__2Ktiz {
  color: #757c80 !important;
}
.tags-input_text-red__yxW_9 {
  color: #d0021b !important;
}
.tags-input_text-green__iqKkA {
  color: #56bf56 !important;
}
.tags-input_text-blue__AaiZn {
  color: #31a7e7;
}
.tags-input_text-sec-blue__bh8g_ {
  color: #1b02b1 !important;
}
.tags-input_notification-dot__7Oxfo {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.tags-input_title-with-action-on-left__FuV73 {
  display: flex;
  justify-content: space-between;
}
.tags-input_error__MKEJa {
  color: #d0021b;
}
.tags-input_error-border__Za8yK {
  border: 1px solid #d0021b !important;
}
.tags-input_rotate__RDzms {
  animation: tags-input_rotation__OABk8 2s linear infinite;
}
@keyframes tags-input_rotation__OABk8 {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.tags-input_switch__LmTJ7 {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.tags-input_switch__LmTJ7 .tags-input_btn-toggle__N_PUs {
  opacity: 0;
  width: 0;
  height: 0;
}
.tags-input_switch__LmTJ7 .tags-input_slider__ZCSGe {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.tags-input_switch__LmTJ7 .tags-input_slider__ZCSGe:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.tags-input_switch__LmTJ7 .tags-input_slider__ZCSGe:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.tags-input_switch__LmTJ7 .tags-input_btn-toggle__N_PUs.tags-input_enabled__FzDFC + .tags-input_slider__ZCSGe {
  background-color: #ffc926;
  border: none;
}
.tags-input_switch__LmTJ7 .tags-input_btn-toggle__N_PUs:focus + .tags-input_slider__ZCSGe {
  box-shadow: 0 0 1px #2196f3;
}
.tags-input_switch__LmTJ7 .tags-input_btn-toggle__N_PUs.tags-input_enabled__FzDFC + .tags-input_slider__ZCSGe:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.tags-input_switch__LmTJ7 .tags-input_btn-toggle__N_PUs.tags-input_enabled__FzDFC + .tags-input_slider__ZCSGe:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#tags-input_appleid-signin__pdNTA {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#tags-input_appleid-signin__pdNTA > div {
  width: 200px !important;
  height: 38px !important;
}
.tags-input_page-header__1rVai {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tags-input_page-header__1rVai.tags-input_clear-side__rho6Y {
  padding: 40px 0 32px;
}
.tags-input_page-spacing__yIIri {
  padding: 0 40px;
}
.tags-input_page-header-title__sVONv {
  color: #17191a;
  margin: 0 0 8px;
}
.tags-input_header-bar__HSj8L {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.tags-input_box-content__tEWwv {
  background-color: #fff;
  margin-bottom: 24px;
}
.tags-input_box-content__tEWwv .tags-input_header__x_MKx {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.tags-input_box-content__tEWwv .tags-input_header-l__b9npX {
  padding: 24px 16px;
  margin: 0;
}
.tags-input_box-content__tEWwv .tags-input_content__FVjoA {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.tags-input_box-content__tEWwv .tags-input_content-header__xSgaf {
  margin-bottom: 4px;
  margin-top: 0;
}
.tags-input_box-content__tEWwv .tags-input_table-content__dfHNS {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.tags-input_box-content__tEWwv .tags-input_help-text__n3QUJ {
  line-height: 20px;
}
.tags-input_box-content__tEWwv .tags-input_sub-text__MVHuH {
  color: #757c80;
}
.tags-input_box-content__tEWwv .tags-input_content-data-input__KD0za {
  margin-top: 8px;
}
.tags-input_box-content__tEWwv .tags-input_data-entry-input__ZvX55,
.tags-input_box-content__tEWwv .tags-input_upload-data-input-with-icon__LP2rn {
  margin-top: 8px;
  padding: 0 11px;
}
.tags-input_box-content__tEWwv .tags-input_upload-data-input-with-icon__LP2rn {
  cursor: pointer;
  background: #f9f9f9;
}
.tags-input_box-content__tEWwv .tags-input_upload-data-input-with-icon__LP2rn input {
  padding: 12px 2px;
}
.tags-input_box-content__tEWwv .tags-input_upload-data-input-with-icon__LP2rn input:disabled,
.tags-input_box-content__tEWwv .tags-input_upload-data-input-with-icon__LP2rn input:hover {
  cursor: pointer !important;
}
.tags-input_empty-state__8gmHI {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.tags-input_empty-state__8gmHI.tags-input_contact-list__h2_wb {
  width: 80%;
}
.tags-input_empty-state__8gmHI .tags-input_empty-title__9tTgm {
  font-size: 14px;
  font-weight: 500px;
}
.tags-input_empty-state-wrapper__RFDTW {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.tags-input_empty-state-wrapper__RFDTW h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.tags-input_empty-state-wrapper__RFDTW div {
  color: #757c80;
  margin: 16px 0 12px;
}
.tags-input_empty-state-button__DK_V4 {
  margin: 20px 10px;
}
.tags-input_handel-bar__2dleo {
  fill: #b7bfc6;
  vertical-align: middle;
}
.tags-input_tag__ZEI3A {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.tags-input_ant-color-picker-input__7jmzH .tags-input_ant-input__eEqZA {
  height: 22px;
}
.tags-input_ant-color-picker-trigger__j8Xm8 {
  width: 23px;
  height: 23px;
}
.tags-input_ant-color-picker-trigger__j8Xm8 .tags-input_ant-color-picker-color-block__sXMph {
  width: 18px;
  height: 18px;
}
.tags-input_box-content__tEWwv .tags-input_content__FVjoA input,
.tags-input_box-content__tEWwv .tags-input_upload-data-input-with-icon__LP2rn input,
input input.tags-input_input-white__Ii9DY,
input textarea.tags-input_input-white__Ii9DY,
input.tags-input_input-grey__85Qpi,
textarea input.tags-input_input-white__Ii9DY,
textarea textarea.tags-input_input-white__Ii9DY,
textarea.tags-input_input-grey__85Qpi {
  background-color: #f9f9f9;
}
.tags-input_box-content__tEWwv .tags-input_content__FVjoA input:active,
.tags-input_box-content__tEWwv .tags-input_content__FVjoA input:focus,
.tags-input_box-content__tEWwv .tags-input_content__FVjoA input:hover,
.tags-input_box-content__tEWwv .tags-input_upload-data-input-with-icon__LP2rn input:active,
.tags-input_box-content__tEWwv .tags-input_upload-data-input-with-icon__LP2rn input:focus,
.tags-input_box-content__tEWwv .tags-input_upload-data-input-with-icon__LP2rn input:hover,
input input.tags-input_input-white__Ii9DY:active,
input input.tags-input_input-white__Ii9DY:focus,
input input.tags-input_input-white__Ii9DY:hover,
input textarea.tags-input_input-white__Ii9DY:active,
input textarea.tags-input_input-white__Ii9DY:focus,
input textarea.tags-input_input-white__Ii9DY:hover,
input.tags-input_input-grey__85Qpi:active,
input.tags-input_input-grey__85Qpi:focus,
input.tags-input_input-grey__85Qpi:hover,
textarea input.tags-input_input-white__Ii9DY:active,
textarea input.tags-input_input-white__Ii9DY:focus,
textarea input.tags-input_input-white__Ii9DY:hover,
textarea textarea.tags-input_input-white__Ii9DY:active,
textarea textarea.tags-input_input-white__Ii9DY:focus,
textarea textarea.tags-input_input-white__Ii9DY:hover,
textarea.tags-input_input-grey__85Qpi:active,
textarea.tags-input_input-grey__85Qpi:focus,
textarea.tags-input_input-grey__85Qpi:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.tags-input_input-white__Ii9DY:active,
input.tags-input_input-white__Ii9DY:focus,
input.tags-input_input-white__Ii9DY:hover,
span.tags-input_input-white__Ii9DY:active,
span.tags-input_input-white__Ii9DY:focus,
span.tags-input_input-white__Ii9DY:hover,
textarea.tags-input_input-white__Ii9DY:active,
textarea.tags-input_input-white__Ii9DY:focus,
textarea.tags-input_input-white__Ii9DY:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.tags-input_image-uploader-flex__NIORO .tags-input_ant-upload-select__A402X {
  display: flex;
}
.tags-input_image-uploader-flex__NIORO .tags-input_ant-upload-select__A402X .tags-input_ant-upload__E3KJ_ {
  flex: 1 1;
}
.tags-input_modal-footer-wrapper__FMOiV {
  display: flex;
  justify-content: center;
}
.tags-input_app-modal__btQ2H .tags-input_small__8p_XC {
  width: 350px;
}
.tags-input_toast__dYfXm.tags-input_negative__yvTRl .tags-input_ant-message-notice-content__DRV9Z {
  background-color: #d0021b;
}
.tags-input_toast__dYfXm.tags-input_positive__KvolR .tags-input_ant-message-notice-content__DRV9Z {
  background-color: #56bf56;
}
.tags-input_toast__dYfXm.tags-input_loading__bVadp .tags-input_ant-message-notice-content__DRV9Z .tags-input_toast-wrapper__hyjz_ .tags-input_contents__3eDzC,
.tags-input_toast__dYfXm.tags-input_loading__bVadp .tags-input_ant-message-notice-content__DRV9Z .tags-input_toast-wrapper__hyjz_ .tags-input_contents__3eDzC .tags-input_title__7I8J8 {
  color: #000 !important;
}
.tags-input_toast__dYfXm.tags-input_loading__bVadp .tags-input_ant-message-loading__qhcg9 .tags-input_anticon-loading__l_j1j {
  font-size: 1.5rem;
}
.tags-input_toast__dYfXm .tags-input_ant-message-notice-content__DRV9Z {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.tags-input_toast__dYfXm .tags-input_ant-message-notice-content__DRV9Z .tags-input_toast-wrapper__hyjz_ {
  position: relative;
  display: flex;
  align-items: center;
}
.tags-input_toast__dYfXm .tags-input_ant-message-notice-content__DRV9Z .tags-input_toast-wrapper__hyjz_ .tags-input_contents__3eDzC {
  position: relative;
  padding-left: 16px;
}
.tags-input_toast__dYfXm .tags-input_ant-message-notice-content__DRV9Z .tags-input_toast-wrapper__hyjz_ .tags-input_contents__3eDzC .tags-input_title__7I8J8 {
  color: #fff !important;
}
.tags-input_toast__dYfXm .tags-input_ant-message-notice-content__DRV9Z .tags-input_toast-wrapper__hyjz_ .tags-input_contents__3eDzC p {
  margin: 0;
}
.tags-input_toast__dYfXm .tags-input_ant-message-notice-content__DRV9Z .tags-input_toast-wrapper__hyjz_ .tags-input_contents__3eDzC p a,
.tags-input_toast__dYfXm .tags-input_ant-message-notice-content__DRV9Z .tags-input_toast-wrapper__hyjz_ .tags-input_contents__3eDzC p button {
  color: #fff;
  text-decoration: underline;
}
.tags-input_toast__dYfXm .tags-input_ant-message-notice-content__DRV9Z .tags-input_icon__jMuNx {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.tags-input_toast__dYfXm .tags-input_ant-message-notice-content__DRV9Z .tags-input_icon__jMuNx.tags-input_positive__KvolR {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.tags-input_toast__dYfXm .tags-input_ant-message-notice-content__DRV9Z .tags-input_icon__jMuNx.tags-input_positive__KvolR:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.tags-input_toast__dYfXm .tags-input_ant-message-notice-content__DRV9Z .tags-input_icon__jMuNx.tags-input_negative__yvTRl {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.tags-input_toast__dYfXm .tags-input_ant-message-notice-content__DRV9Z .tags-input_icon__jMuNx.tags-input_negative__yvTRl:before {
  top: 10px;
}
.tags-input_action-content-box__1sPrL {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.tags-input_action-content-box__1sPrL.tags-input_numbered__KuZ5v .tags-input_sub-content__nTK0o p {
  margin-left: 18px;
}
.tags-input_action-content-box__1sPrL .tags-input_sub-content__nTK0o {
  padding: 26px 26px 20px;
}
.tags-input_action-content-box__1sPrL .tags-input_sub-content__nTK0o.tags-input_right__zX_EU {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.tags-input_action-content-box__1sPrL .tags-input_sub-content__nTK0o.tags-input_right__zX_EU button {
  margin: 0 20px;
}
.tags-input_action-content-box__1sPrL .tags-input_sub-content__nTK0o h4,
.tags-input_action-content-box__1sPrL .tags-input_sub-content__nTK0o p.tags-input_bold__TD1lP {
  margin: 0;
}
.tags-input_action-content-box__1sPrL .tags-input_sub-content__nTK0o h4 span,
.tags-input_action-content-box__1sPrL .tags-input_sub-content__nTK0o p.tags-input_bold__TD1lP span {
  width: 18px;
  display: inline-block;
}
.tags-input_action-content-box__1sPrL .tags-input_sub-content__nTK0o p {
  margin: 6px 0 0;
}
.tags-input_action-content-box__1sPrL .tags-input_remove__aSMg_ {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.tags-input_options-dot___4jDh {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.tags-input_options-dot___4jDh.tags-input_boxed__WlY83 {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.tags-input_options-dot___4jDh.tags-input_active__OvfCV,
.tags-input_options-dot___4jDh:focus-visible,
.tags-input_options-dot___4jDh:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.tags-input_clickable__82qfo {
  cursor: pointer;
}
.tags-input_beta-label__6mmKh {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.tags-input_none-style-list-options__W5S08 {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.tags-input_none-style-list-options__W5S08 li {
  margin: 5px 0;
}
.tags-input_ant-tour__5GoyA {
  width: 400px;
}
.tags-input_ant-collapse__vP_2D > .tags-input_ant-collapse-item___VAoe > .tags-input_ant-collapse-header-collapsible-only__c_kcY > .tags-input_ant-collapse-header-text__Q4Rdx {
  flex: auto;
}
.tags-input_onboarding-tour-header__mTqPN {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.tags-input_onboarding-tour-description__ksnP9 {
  color: #17191a;
  font-size: 16px;
}
.tags-input_tour-hidden-button__9GBZ0 {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.tags-input_ai-onboarding-tour-header__Wr3Rb {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.tags-input_onboarding-step-ai-tour__CZNnq {
  width: 350px;
}
.tags-input_onboarding-step-ai-tour__CZNnq .tags-input_onboarding-step-ai-tour-inner__pJmlf .tags-input_onboarding-step-ai-tour-description__zX82t {
  padding: 0 20px;
}
.tags-input_onboarding-step-ai-tour__CZNnq .tags-input_onboarding-step-ai-tour-inner__pJmlf .tags-input_onboarding-step-ai-tour-footer___Gblp {
  padding: 0 20px 20px;
}
.tags-input_onboarding-step-ai-tour__CZNnq .tags-input_onboarding-step-ai-tour-inner__pJmlf .tags-input_onboarding-step-ai-tour-header__RyEUJ {
  padding: 20px 20px 4px;
}
.tags-input_onboarding-step-ai-tour__CZNnq .tags-input_onboarding-step-ai-tour-inner__pJmlf .tags-input_onboarding-step-ai-tour-indicators__yXmI5 {
  display: flex;
  width: 100%;
}
.tags-input_onboarding-step-ai-tour__CZNnq .tags-input_onboarding-step-ai-tour-inner__pJmlf .tags-input_onboarding-step-ai-tour-buttons__O7Rhp {
  width: 0;
  visibility: hidden;
}
.tags-input_onboarding-step-ai-tour-mask__elo5B mask[id^='onboarding-step-ai-tour-mask'] rect.tags-input_onboarding-step-ai-tour-placeholder-animated__How5O {
  rx: 8px;
}
.tags-input_onboarding-step-ai-tour-round-mask__OU5AB mask[id^='onboarding-step-ai-tour-round-mask'] rect.tags-input_onboarding-step-ai-tour-round-placeholder-animated__7gI0t {
  rx: 25px;
}
.tags-input_onboarding-step-tour__RFbp0 {
  width: 400px;
}
.tags-input_onboarding-step-tour__RFbp0.tags-input_content-hidden__ncu8o {
  display: none !important;
}
.tags-input_onboarding-step-tour__RFbp0.tags-input_extended-width__6B7WK {
  width: 600px;
}
.tags-input_onboarding-step-tour-mask__MX1bs mask[id^='onboarding-step-tour-mask'] rect.tags-input_onboarding-step-tour-placeholder-animated__POlag {
  rx: 8px;
}
.tags-input_onboarding-step-one-tour__rasvv {
  width: 400px;
}
.tags-input_onboarding-step-one-tour__rasvv.tags-input_content-hidden__ncu8o {
  display: none !important;
}
.tags-input_onboarding-step-one-tour__rasvv.tags-input_extended-width__6B7WK {
  width: 600px;
}
.tags-input_onboarding-step-one-tour-mask__G4cRh mask[id^='onboarding-step-one-tour-mask'] rect.tags-input_onboarding-step-one-tour-placeholder-animated__Z6Ay6 {
  rx: 25px;
}
.tags-input_support-unread-tour__SKPPW {
  width: 272px;
}
.tags-input_support-unread-tour__SKPPW .tags-input_support-unread-tour-inner__q2ORc .tags-input_support-unread-tour-header__4JlP0 {
  padding: 8px 16px 4px;
}
.tags-input_support-unread-tour__SKPPW .tags-input_support-unread-tour-inner__q2ORc .tags-input_support-unread-tour-footer__y8P5_ {
  padding: 0 16px 16px;
}
.tags-input_support-unread-tour__SKPPW .tags-input_support-unread-tour-inner__q2ORc .tags-input_support-unread-tour-close__MZYVk {
  top: 10px;
}
.tags-input_preserve-scroll-position__IWkKq {
  overflow-anchor: none;
}
.tags-input_toolbar-wrapper__3QYMZ {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.tags-input_toolbar-wrapper__3QYMZ .tags-input_anticon__ohuXG {
  padding: 12px;
  cursor: pointer;
}
.tags-input_toolbar-wrapper__3QYMZ .tags-input_anticon__ohuXG:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.tags-input_toolbar-wrapper__3QYMZ .tags-input_anticon__ohuXG:hover {
  opacity: 0.3;
}
.tags-input_ant-carousel__CLdtj .tags-input_slick-dots__MClX_ li.tags-input_slick-active__o_Osl button {
  background-color: #8158ec;
}
.tags-input_ant-carousel__CLdtj .tags-input_slick-dots__MClX_ li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.tags-input_ant-modal-root__yWNKC .tags-input_ant-modal-mask__0riix,
.tags-input_ant-modal-root__yWNKC .tags-input_ant-modal-wrap__xzRi0 {
  z-index: 1001;
}
.tags-input_focused__eMb4O {
  background-color: #f5f5f5;
}
.tags-input_spinner-overlay__6QGji,
.tags-input_spinner__19Pyj {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.tags-input_spinner-overlay__6QGji {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.tags-input_spinner__19Pyj {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tags-input_large-tag__cm2tt {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.tags-input_email-pill__kOHdE,
.tags-input_phone-pill__0KDsm {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.tags-input_email-pill__kOHdE:not(:empty),
.tags-input_phone-pill__0KDsm:not(:empty) {
  padding: 4px;
}
.tags-input_phone-pill__0KDsm {
  background-color: #e0f2fb;
}
.tags-input_email-pill__kOHdE {
  background-color: #ffefbe;
}
.tags-input_input-box__QnOzU {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.tags-input_input-box__QnOzU.tags-input_bordered__lorcF {
  border: 1px solid #e6e6e6;
}
.tags-input_input-box__QnOzU.tags-input_large__F_E4s {
  height: auto;
  min-height: 80px;
}
.tags-input_input-box__QnOzU:focus {
  border-color: #ffc926;
}
.tags-input_container__aw5zB.tags-input_gray-bg__ZyZaP,
.tags-input_container__aw5zB.tags-input_gray-bg__ZyZaP .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background-color: #f9f9f9;
}
.tags-input_container__aw5zB .tags-input_wrapper__9FxYO {
  position: relative;
}
.tags-input_container__aw5zB .tags-input_wrapper__9FxYO.tags-input_show-icon__ySaHV .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  -webkit-padding-end: 0;
  padding-inline-end: 0;
}
.tags-input_container__aw5zB .tags-input_wrapper__9FxYO.tags-input_show-icon__ySaHV .ant-select:not(.ant-select-customize-input) .ant-select-selector:before {
  content: '';
  background: url(/icons/tags-light-gray-2x.svg) no-repeat;
  background-size: 17px 17px;
  position: absolute;
  left: 10px;
  top: 8.5px;
  width: 17px;
  height: 100%;
}
.tags-input_container__aw5zB .tags-input_wrapper__9FxYO.tags-input_show-icon__ySaHV .ant-select-selection-overflow {
  padding-left: 24px;
}
.tags-input_container__aw5zB .tags-input_wrapper__9FxYO.tags-input_show-icon__ySaHV .ant-select-selection-overflow .ant-select-selection-search .ant-select-selection-search-input {
  padding-left: 0;
}
.tags-input_container__aw5zB .tags-input_wrapper__9FxYO.tags-input_show-icon__ySaHV .ant-select-selection-placeholder,
.tags-input_container__aw5zB .tags-input_wrapper__9FxYO.tags-input_show-icon__ySaHV .ant-select-selection-search .ant-select-selection-search-input {
  padding-left: 24px;
}
.tags-input_container__aw5zB .tags-input_wrapper__9FxYO.tags-input_large__F_E4s .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  min-height: 38px;
}
.tags-input_container__aw5zB .tags-input_wrapper__9FxYO .tags-input_maximum-error__28tFa {
  color: #d0021b;
  margin-top: 4px;
}
.tags-input_container__aw5zB .tags-input_wrapper__9FxYO .tag-select {
  width: 100%;
}
.tags-input_container__aw5zB .tags-input_selected__GvhKW .tags-input_selected-item__nPhqI {
  margin: 8px 6px 0 0;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e4e6e7;
  color: #17191a;
}
.tags-input_container__aw5zB .tags-input_selected__GvhKW .tags-input_selected-item__nPhqI .ant-tag-close-icon {
  margin-left: 8px;
}
.tags-input_global__ZJVCp {
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
.tags-input_global__ZJVCp.tags-input_inline__SFkxk {
  padding: 0;
  overflow: hidden;
}
.tags-input_global__ZJVCp.tags-input_inline__SFkxk .tags-input_wrapper__9FxYO.tags-input_show-icon__ySaHV .ant-select:not(.ant-select-customize-input) .ant-select-selector:before {
  top: 11px;
}
.tags-input_global__ZJVCp .ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  color: #17191a;
}
.tags-input_global__ZJVCp .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border: none;
}
.tags-input_global__ZJVCp .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border: none;
  box-shadow: none;
}
.tags-input_global__ZJVCp .ant-select-selection-placeholder {
  font-weight: 500;
}
.tags-input_global__ZJVCp .tags-input_maximum-error__28tFa {
  margin-left: 12px;
}
.tags-input_global-selected__rb5ZM {
  margin: 0 12px 5px;
}
.tags-input_global-selected__rb5ZM .tags-input_selected-item__nPhqI {
  margin: 8px 6px 0 0;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e4e6e7;
  color: #17191a;
}
.tags-input_global-selected__rb5ZM .tags-input_selected-item__nPhqI .ant-tag-close-icon {
  margin-left: 8px;
}
.tags-input_contact-status-selected__2iI71 .tags-input_selected-item__nPhqI {
  margin: 8px 6px 0 0;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e4e6e7;
  color: #17191a;
}
.tags-input_contact-status-selected__2iI71 .tags-input_selected-item__nPhqI .ant-tag-close-icon {
  margin-left: 8px;
  flex-shrink: 0;
}
.tags-input_contact-status-selected__2iI71 .tags-input_contact-status-input__ZYWxU {
  padding-bottom: 4px;
}
.tags-input_status-pills__9j7Fl {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  max-width: 180px;
}
.tags-input_status-pill__Jq7Gr {
  display: flex;
  align-items: center;
  max-width: 150px;
  margin: 0;
  padding: 2px 6px;
  color: #17191a !important;
}
.tags-input_status-pill__Jq7Gr span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 1 auto;
}
.tags-input_status-pill__Jq7Gr .ant-tag-close-icon {
  margin-left: 8px;
  flex-shrink: 0;
}
.tags-input_status-pill__Jq7Gr.tags-input_green__uZEu9 {
  background-color: #e6f5e6;
  border: #e6f5e6;
}
.tags-input_status-pill__Jq7Gr.tags-input_orange__gKkPE {
  background-color: #feefcf;
  border: #feefcf;
}
.tags-input_status-pill__Jq7Gr.tags-input_blue__aVRCh {
  background-color: #e0f2fb;
  border: #e0f2fb;
}
.tags-input_status-pill__Jq7Gr.tags-input_red__mvvDe {
  background-color: #f8d9dd;
  border: #f8d9dd;
}
.tags-input_status-pill__Jq7Gr.tags-input_gray__oJOGm {
  background-color: #f0f0f0;
  border: #f0f0f0;
}
.tags-input_inline-wrapper__k9_bP {
  display: inline;
}
.tags-input_dropdown-menu-wrapper__xBZLD {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  padding: 16px;
  width: 242px;
}
.tags-input_dropdown-menu-wrapper__xBZLD .tags-input_menu-group___tXRr {
  display: flex;
  gap: 10px;
}
.tags-input_dropdown-menu-wrapper__xBZLD .tags-input_menu-group___tXRr:not(:last-child) {
  margin-bottom: 12px;
}
.tags-input_dropdown-menu-wrapper__xBZLD .tags-input_menu-group___tXRr .tags-input_menu-item__wHSRB {
  display: flex;
  align-items: center;
}
.tags-input_dropdown-menu-wrapper__xBZLD .tags-input_sub-menu-title__8OLgf {
  color: #999;
}
.tags-input_inline-pills__8T9ej {
  margin-right: 3px;
  flex-shrink: 1;
  minwidth: 0;
  overflow: 'hidden';
  text-overflow: 'ellipsis';
  white-space: 'nowrap';
}
.search-bar_icon__PGgzI {
  padding: 4px;
}
.search-bar_icon-wrapper__D_gbC {
  padding: 4px;
  color: #454a4d;
}
.search-bar_icon-wrapper-absolute__DhN_U {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.search-bar_icon-wrapper-absolute__DhN_U .search-bar_icon__PGgzI {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.search-bar_icon-sms__eHY0a {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.search-bar_icon-email__OTatY {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.search-bar_icon-mixed__Retsv {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.search-bar_icon-picker-wrapper__K3UjX {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.search-bar_icon-picker-wrapper__K3UjX:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.search-bar_icon-picker-wrapper__K3UjX:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .search-bar_icon-picker-wrapper__K3UjX {
    margin-right: 5px;
  }
}
.search-bar_icon-checkmark-white__B9wcs {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.search-bar_icon-x-white__6iuyd {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.search-bar_icon-help__6hYdw {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.search-bar_icon-help__6hYdw:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.search-bar_container__ARlmW select,
.search-bar_ico-arrow-down__sCBpL {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.search-bar_container__ARlmW select.search-bar_ant-dropdown-trigger__YZBdy,
.search-bar_ico-arrow-down__sCBpL.search-bar_ant-dropdown-trigger__YZBdy {
  padding-right: 24px;
  cursor: pointer;
}
.search-bar_container__ARlmW select.search-bar_ant-dropdown-trigger__YZBdy:disabled,
.search-bar_container__ARlmW select.search-bar_ant-dropdown-trigger__YZBdy[disabled],
.search-bar_ico-arrow-down__sCBpL.search-bar_ant-dropdown-trigger__YZBdy:disabled,
.search-bar_ico-arrow-down__sCBpL.search-bar_ant-dropdown-trigger__YZBdy[disabled] {
  cursor: default;
  background: transparent;
}
.search-bar_ico-arrow-gray__KlDSP {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.search-bar_ico-arrow-gray__KlDSP.search-bar_down__q6fqc {
  transform: rotate(90deg);
}
.search-bar_ico-arrow-gray__KlDSP.search-bar_up__FtlGQ {
  transform: rotate(-90deg);
}
.search-bar_ico-arrow-gray__KlDSP.search-bar_right__ACoju {
  transform: rotate(180deg);
}
.search-bar_ico-arrow-gray__KlDSP.search-bar_ant-dropdown-trigger__YZBdy {
  padding-right: 24px;
  cursor: pointer;
}
.search-bar_ico-arrow-gray__KlDSP.search-bar_ant-dropdown-trigger__YZBdy:disabled,
.search-bar_ico-arrow-gray__KlDSP.search-bar_ant-dropdown-trigger__YZBdy[disabled] {
  cursor: default;
  background: transparent;
}
.search-bar_icon-error-triangle__4Jxox {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.search-bar_ico-compose__tbf_V {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.search-bar_ico-compose-white__Wje_U {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.search-bar_icon-google-play__GVhK2 {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.search-bar_icon-app-store__oAyaQ {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.search-bar_icon-social-fb__5Z55B {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.search-bar_icon-social-tw__nQkKa {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.search-bar_icon-disclosure__3OAcb {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.search-bar_icon-16__0HApF {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.search-bar_icon-18__LYqr9 {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.search-bar_icon-gray5__FHRlH {
  color: #999 !important;
}
.search-bar_ico-arrow-black__FeRWL {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.search-bar_ico-arrow-black__FeRWL.search-bar_down__q6fqc {
  transform: rotate(90deg);
}
.search-bar_ico-arrow-black__FeRWL.search-bar_up__FtlGQ {
  transform: rotate(-90deg);
}
.search-bar_ico-arrow-black__FeRWL.search-bar_right__ACoju {
  transform: rotate(180deg);
}
.search-bar_icon-copy__51Gcd {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.search-bar_icon-copy__51Gcd:hover {
  background-image: url(/icons/copy-black.svg);
}
.search-bar_icon-msg-white__v8cDe {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.search-bar_icon-email-white__Tx_tO {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.search-bar_icon-black-bg__iHBHa {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.search-bar_icon-black-bg__iHBHa > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.search-bar_icon-inbox-black-filled__lIueA {
  background-image: url(/icons/inbox-black.svg);
}
.search-bar_icon-contacts__u134b {
  background-image: url(/icons/sidebar/contacts.svg);
}
.search-bar_page-header-title__FVBTW {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.search-bar_action-content-box__MW1gz .search-bar_sub-content__ZIPhn h4,
.search-bar_empty-state-wrapper__K_kv8 h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.search-bar_box-content__ek5cL .search-bar_header-l__KZ7_W,
.search-bar_box-content__ek5cL .search-bar_header__Y1A4W,
.search-bar_toast__Jdfiu .search-bar_ant-message-notice-content__wNAW8 .search-bar_toast-wrapper__l4Jz8 .search-bar_contents__9gflS .search-bar_title__iufun {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.search-bar_action-content-box__MW1gz .search-bar_sub-content__ZIPhn p.search-bar_bold__UH93T,
.search-bar_empty-state-wrapper__K_kv8 h2 a,
.search-bar_header-bar__zjkmJ .search-bar_title__iufun {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.search-bar_box-content__ek5cL .search-bar_content-header__HvrnE {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.search-bar_action-content-box__MW1gz .search-bar_sub-content__ZIPhn p,
.search-bar_empty-state-wrapper__K_kv8 div,
.search-bar_toast__Jdfiu .search-bar_ant-message-notice-content__wNAW8 .search-bar_toast-wrapper__l4Jz8 .search-bar_contents__9gflS p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.search-bar_blue-button__EdwLT,
.search-bar_box-content__ek5cL .search-bar_content__DlXbz input,
.search-bar_box-content__ek5cL .search-bar_upload-data-input-with-icon__2KCjJ input,
.search-bar_button-with-bg-color__AtE_P,
.search-bar_cancel-button__89Tjj,
.search-bar_container__ARlmW .search-bar_inner-wrapper__WR02D input,
.search-bar_green-button__OZkzO,
.search-bar_input-box__DMidm,
.search-bar_input-grey__XLuAt,
.search-bar_orange-button__CC_Oc,
.search-bar_positive-button__SK03z,
.search-bar_purple-button__J9X27,
.search-bar_white-button-blue-text__PR_Pg,
.search-bar_white-button___Ak5s,
button.search-bar_icon-button__ZHBcv,
button.search-bar_text-only__hyGSB,
input .search-bar_input-white__rhTod,
textarea .search-bar_input-white__rhTod {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.search-bar_large-tag__AoSdd,
button.search-bar_show-more__0o0fi,
button.search-bar_text-only__hyGSB,
span.search-bar_text-only__hyGSB button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.search-bar_container__ARlmW .search-bar_inner-wrapper__WR02D.search-bar_small__FOn0H .search-bar_input__kfiMX {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.search-bar_tag__xofla {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.search-bar_beta-label__Wq0Lz,
.search-bar_error-text-link__trqSz,
.search-bar_error-text__g7ne2,
.search-bar_error____nF8 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.search-bar_mini-square__7q5IJ {
  width: 20px;
  height: 20px;
}
.search-bar_help-text__IHX0s {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.search-bar_error-text__g7ne2 {
  color: #d0021b;
  flex-grow: 1;
}
.search-bar_error-text-link__trqSz {
  color: #d0021b;
  text-decoration: underline;
}
.search-bar_descriptive-text__3K0LS {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.search-bar_visually-hidden__TObuZ {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.search-bar_visually-hidden__TObuZ.search-bar_focusable__R07fF:active,
.search-bar_visually-hidden__TObuZ.search-bar_focusable__R07fF:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.search-bar_visually-offscreen__tF3tw {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.search-bar_invisible__mAR4h {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.search-bar_hidden__9C4_J {
  display: none !important;
  visibility: hidden;
}
.search-bar_strong__70ZiB {
  font-weight: 700;
}
.search-bar_align-right__02JYQ {
  text-align: right;
}
.search-bar_align-left__DgzVK {
  text-align: left;
}
.search-bar_centered__VOc3K {
  text-align: center;
}
.search-bar_timestamp__QLshi {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.search-bar_display-block__m3Vi4 {
  display: block !important;
}
.search-bar_inline-block__oIKc9 {
  display: inline-block !important;
}
.search-bar_hm-app-body__E2qKI button.search-bar_ant-switch__Uu_cz[disabled],
.search-bar_hm-app-body__E2qKI button.search-bar_ant-switch__Uu_cz[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.search-bar_blue-button__EdwLT,
.search-bar_button-with-bg-color__AtE_P,
.search-bar_cancel-button__89Tjj,
.search-bar_green-button__OZkzO,
.search-bar_orange-button__CC_Oc,
.search-bar_positive-button__SK03z,
.search-bar_purple-button__J9X27,
.search-bar_white-button-blue-text__PR_Pg,
.search-bar_white-button___Ak5s,
button.search-bar_icon-button__ZHBcv,
button.search-bar_text-only__hyGSB {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.search-bar_text-only__hyGSB,
span.search-bar_text-only__hyGSB button {
  color: #31a7e7;
  padding: 0;
}
button.search-bar_text-only__hyGSB[disabled],
button.search-bar_text-only__hyGSB[disabled]:active,
button.search-bar_text-only__hyGSB[disabled]:focus,
button.search-bar_text-only__hyGSB[disabled]:hover,
span.search-bar_text-only__hyGSB button[disabled],
span.search-bar_text-only__hyGSB button[disabled]:active,
span.search-bar_text-only__hyGSB button[disabled]:focus,
span.search-bar_text-only__hyGSB button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.search-bar_text-only__hyGSB.search-bar_red-text__i005a,
button.search-bar_text-only__hyGSB.search-bar_red-text__i005a:active,
button.search-bar_text-only__hyGSB.search-bar_red-text__i005a:focus,
button.search-bar_text-only__hyGSB.search-bar_red-text__i005a:hover,
span.search-bar_text-only__hyGSB button.search-bar_red-text__i005a,
span.search-bar_text-only__hyGSB button.search-bar_red-text__i005a:active,
span.search-bar_text-only__hyGSB button.search-bar_red-text__i005a:focus,
span.search-bar_text-only__hyGSB button.search-bar_red-text__i005a:hover {
  color: #d0021b;
}
button.search-bar_text-only__hyGSB.search-bar_gray-text__WXOdj,
span.search-bar_text-only__hyGSB button.search-bar_gray-text__WXOdj {
  color: #999;
}
button.search-bar_text-only__hyGSB.search-bar_gray-text__WXOdj:active,
button.search-bar_text-only__hyGSB.search-bar_gray-text__WXOdj:focus,
button.search-bar_text-only__hyGSB.search-bar_gray-text__WXOdj:hover,
span.search-bar_text-only__hyGSB button.search-bar_gray-text__WXOdj:active,
span.search-bar_text-only__hyGSB button.search-bar_gray-text__WXOdj:focus,
span.search-bar_text-only__hyGSB button.search-bar_gray-text__WXOdj:hover {
  color: #999 !important;
}
button.search-bar_text-only__hyGSB.search-bar_black-text__jVnEb,
span.search-bar_text-only__hyGSB button.search-bar_black-text__jVnEb {
  color: #17191a;
}
button.search-bar_text-only__hyGSB.search-bar_black-text__jVnEb:active,
button.search-bar_text-only__hyGSB.search-bar_black-text__jVnEb:focus,
button.search-bar_text-only__hyGSB.search-bar_black-text__jVnEb:hover,
span.search-bar_text-only__hyGSB button.search-bar_black-text__jVnEb:active,
span.search-bar_text-only__hyGSB button.search-bar_black-text__jVnEb:focus,
span.search-bar_text-only__hyGSB button.search-bar_black-text__jVnEb:hover {
  color: #8158ec;
}
button.search-bar_text-only__hyGSB.search-bar_purple-text__meS5Z,
button.search-bar_text-only__hyGSB.search-bar_purple-text__meS5Z:active,
button.search-bar_text-only__hyGSB.search-bar_purple-text__meS5Z:focus,
button.search-bar_text-only__hyGSB.search-bar_purple-text__meS5Z:hover,
span.search-bar_text-only__hyGSB button.search-bar_purple-text__meS5Z,
span.search-bar_text-only__hyGSB button.search-bar_purple-text__meS5Z:active,
span.search-bar_text-only__hyGSB button.search-bar_purple-text__meS5Z:focus,
span.search-bar_text-only__hyGSB button.search-bar_purple-text__meS5Z:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.search-bar_text-only__hyGSB:active,
button.search-bar_text-only__hyGSB:focus,
button.search-bar_text-only__hyGSB:hover,
span.search-bar_text-only__hyGSB button:active,
span.search-bar_text-only__hyGSB button:focus,
span.search-bar_text-only__hyGSB button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.search-bar_blue-button__EdwLT,
.search-bar_button-with-bg-color__AtE_P,
.search-bar_green-button__OZkzO,
.search-bar_orange-button__CC_Oc,
.search-bar_positive-button__SK03z,
.search-bar_white-button-blue-text__PR_Pg,
.search-bar_white-button___Ak5s {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.search-bar_orange-button__CC_Oc {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.search-bar_orange-button__CC_Oc:active,
.search-bar_orange-button__CC_Oc:focus,
.search-bar_orange-button__CC_Oc:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.search-bar_orange-button__CC_Oc[disabled],
.search-bar_orange-button__CC_Oc[disabled]:active,
.search-bar_orange-button__CC_Oc[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.search-bar_orange-button__CC_Oc.search-bar_drop-down__BVeTx {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.search-bar_scroll-loader__6iWhj {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.search-bar_green-button__OZkzO {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.search-bar_green-button__OZkzO:active,
.search-bar_green-button__OZkzO:focus,
.search-bar_green-button__OZkzO:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.search-bar_green-button__OZkzO[disabled],
.search-bar_green-button__OZkzO[disabled]:active,
.search-bar_green-button__OZkzO[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.search-bar_positive-button__SK03z {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.search-bar_positive-button__SK03z:active,
.search-bar_positive-button__SK03z:focus,
.search-bar_positive-button__SK03z:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.search-bar_positive-button__SK03z[disabled] {
  background-color: #abe4b2;
}
.search-bar_negative-button__xlga4 {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.search-bar_negative-button__xlga4:active,
.search-bar_negative-button__xlga4:focus,
.search-bar_negative-button__xlga4:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.search-bar_plain-cancel-button__WNyWU,
.search-bar_plain-cancel-button__WNyWU:active,
.search-bar_plain-cancel-button__WNyWU:focus,
.search-bar_plain-cancel-button__WNyWU:hover {
  color: #17191a;
}
.search-bar_white-button-blue-text__PR_Pg,
.search-bar_white-button___Ak5s {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.search-bar_white-button-blue-text__PR_Pg:active,
.search-bar_white-button-blue-text__PR_Pg:focus,
.search-bar_white-button-blue-text__PR_Pg:hover,
.search-bar_white-button___Ak5s:active,
.search-bar_white-button___Ak5s:focus,
.search-bar_white-button___Ak5s:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.search-bar_white-button___Ak5s[disabled],
.search-bar_white-button___Ak5s[disabled]:active,
.search-bar_white-button___Ak5s[disabled]:focus,
.search-bar_white-button___Ak5s[disabled]:hover,
[disabled].search-bar_white-button-blue-text__PR_Pg {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.search-bar_common-sentiment-emoji__frNFR {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.search-bar_white-button-blue-text__PR_Pg {
  color: #31a7e7;
}
.search-bar_white-button-blue-text__PR_Pg:active,
.search-bar_white-button-blue-text__PR_Pg:focus,
.search-bar_white-button-blue-text__PR_Pg:hover {
  color: #31a7e7 !important;
}
.search-bar_blue-button__EdwLT {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.search-bar_blue-button__EdwLT,
.search-bar_blue-button__EdwLT:active,
.search-bar_blue-button__EdwLT:focus,
.search-bar_blue-button__EdwLT:hover {
  background-color: #31a7e7;
  color: #fff;
}
.search-bar_green-button__OZkzO {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.search-bar_green-button__OZkzO,
.search-bar_green-button__OZkzO:active,
.search-bar_green-button__OZkzO:focus,
.search-bar_green-button__OZkzO:hover {
  background-color: #56bf56;
  color: #fff;
}
.search-bar_purple-button__J9X27 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.search-bar_purple-button__J9X27:active,
.search-bar_purple-button__J9X27:focus,
.search-bar_purple-button__J9X27:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.search-bar_dropdown-input__Em0PR {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.search-bar_dropdown-input__Em0PR:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.search-bar_hm-app-body__E2qKI input::placeholder {
  color: #a3a3a3;
}
.search-bar_textarea-composer__vG__B {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.search-bar_container__ARlmW input,
.search-bar_container__ARlmW textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.search-bar_input-for-copy__r_qL0 {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.search-bar_input-text-bordered__KjeBP,
.search-bar_input-text__8j_U6,
.search-bar_input-textarea__s_0mI {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.search-bar_input-text__8j_U6 {
  height: 50px;
}
.search-bar_input-text-bordered__KjeBP {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.search-bar_xxl-input__IIy_Z {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.search-bar_xl-input__uLB_I {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.search-bar_l-input__EGjCv {
  width: 100%;
  font-size: 1.1rem;
}
.search-bar_box-content__ek5cL .search-bar_content__DlXbz input,
.search-bar_box-content__ek5cL .search-bar_upload-data-input-with-icon__2KCjJ input,
.search-bar_input-grey__XLuAt,
input .search-bar_input-white__rhTod,
textarea .search-bar_input-white__rhTod {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.search-bar_box-content__ek5cL .search-bar_content__DlXbz input::placeholder,
.search-bar_box-content__ek5cL .search-bar_upload-data-input-with-icon__2KCjJ input::placeholder,
.search-bar_input-grey__XLuAt::placeholder,
input .search-bar_input-white__rhTod::placeholder,
textarea .search-bar_input-white__rhTod::placeholder {
  color: #999;
  opacity: 1;
}
input .search-bar_input-white__rhTod,
textarea .search-bar_input-white__rhTod {
  background-color: #fff;
}
.search-bar_clearfix__7O89v:after {
  clear: both;
  content: '';
  display: block;
}
.search-bar_hidden-important__OHxYz {
  display: none !important;
}
.search-bar_p-left__gKSCk {
  float: left;
}
.search-bar_p-right__Y7grN {
  float: right;
}
.search-bar_image_orientation_3__GvUXm {
  tranform: rotate(180deg);
}
.search-bar_image_orientation_6__eqA5y {
  tranform: rotate(90deg);
}
.search-bar_image_orientation_8__jvWII {
  tranform: rotate(-90deg);
}
.search-bar_image_orientation_2__s0uug {
  tranform: scaleX(-1);
}
.search-bar_image_orientation_7__cHupS {
  tranform: scaleX(-1) rotate(-90deg);
}
.search-bar_image_orientation_4___515L {
  tranform: scaleX(-1) rotate(180deg);
}
.search-bar_image_orientation_5__7znqF {
  tranform: scaleX(-1) rotate(90deg);
}
.search-bar_image_slideshow_orientation_3__hSYXj {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.search-bar_image_slideshow_orientation_6__dbT6s {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.search-bar_image_slideshow_orientation_8__6LKJE {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.search-bar_image_slideshow_orientation_2__4nLsi {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.search-bar_image_slideshow_orientation_7__ozQ9d {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.search-bar_image_slideshow_orientation_4__PBwpL {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.search-bar_image_slideshow_orientation_5__3HgZc {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.search-bar_container__ARlmW select::-ms-expand {
  display: none !important;
}
.search-bar_container__ARlmW select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.search-bar_count-area__LjbBj {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.search-bar_clear-top__EcWBi {
  padding-top: 0;
  margin-top: 0;
}
.search-bar_remove-x-20__w3nwf,
.search-bar_remove-x__6wGSq {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.search-bar_remove-x__6wGSq.search-bar_white__SLgmn,
.search-bar_white__SLgmn.search-bar_remove-x-20__w3nwf {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.search-bar_remove-x-20__w3nwf {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.search-bar_divider__3khNx {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.search-bar_mobile__qy6dB {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.search-bar_blue__68NUq {
  color: #31a7e7 !important;
}
.search-bar_white__SLgmn {
  color: #fff !important;
}
.search-bar_purple__L_AGZ {
  color: #8158ec !important;
}
.search-bar_delete__X5ihT {
  color: #d0021b !important;
}
.search-bar_dark-text__FjwMK {
  color: #17191a !important;
}
.search-bar_file-input__EKwtq {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.search-bar_image-download-wrapper__PpiU4 {
  position: fixed;
  top: 40px;
  right: 100px;
}
.search-bar_overflow-y-auto__YMdx0 {
  overflow-y: auto;
}
.search-bar_is-font-icon__bajo6:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.search-bar_is-invisible__rPQ4b {
  opacity: 0;
}
.search-bar_tabbed-button__yGzZC {
  padding: 0 7px 2px;
}
.search-bar_tabbed-button__yGzZC.search-bar_selected__SgkT_ {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.search-bar_show-more__0o0fi {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.search-bar_show-more__0o0fi:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.search-bar_time-input__xP_KT {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.search-bar_form-group__FG9p3.search-bar_date-time__QXOU_ {
  position: relative;
  top: -2px;
}
.search-bar_form-group__FG9p3.search-bar_date-time__QXOU_.search-bar_time__eEad7 {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.search-bar_form-group__FG9p3.search-bar_date-time__QXOU_.search-bar_form-group-hour__kaf_G .search-bar_colon__9i7qR {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.search-bar_form-group__FG9p3.search-bar_date-time__QXOU_.search-bar_form-group-hour__kaf_G input {
  text-align: center;
}
.search-bar_form-group__FG9p3.search-bar_date-time__QXOU_.search-bar_form-group-day__Mc2ai {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.search-bar_form-group__FG9p3.search-bar_date-time__QXOU_.search-bar_form-group-minute__wHS4W {
  width: 42px;
}
.search-bar_form-group__FG9p3.search-bar_date-time__QXOU_.search-bar_form-group-clock___OIrB {
  width: 54px;
}
.search-bar_attach-img__vr_Dq {
  position: relative;
  width: 25px;
  height: 25px;
}
.search-bar_attach-img__vr_Dq input#search-bar_add-image__VxnL2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.search-bar_attach-img__vr_Dq span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.search-bar_m-0__EChWw {
  margin: 0 !important;
}
.search-bar_ml-auto__e7qhR {
  margin-left: auto;
}
.search-bar_mr-auto__XAua8 {
  margin-right: auto;
}
.search-bar_mx-auto__T8WwA {
  margin-left: auto;
  margin-right: auto;
}
.search-bar_mx-16__JnuQe {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.search-bar_my-16__74CMP {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.search-bar_mr-0__bD_vv {
  margin-right: 0 !important;
}
.search-bar_mr-4___MaGd {
  margin-right: 4px !important;
}
.search-bar_mr-8__asQ1J {
  margin-right: 8px !important;
}
.search-bar_mr-12__CpPrf {
  margin-right: 12px !important;
}
.search-bar_mr-16__JOW_v {
  margin-right: 16px !important;
}
.search-bar_ml-0__bj46O {
  margin-left: 0 !important;
}
.search-bar_ml-4__bjYpf {
  margin-left: 4px !important;
}
.search-bar_ml-8__JVgkz {
  margin-left: 8px !important;
}
.search-bar_ml-12__MRkNX {
  margin-left: 12px !important;
}
.search-bar_ml-16__2JAIX {
  margin-left: 16px !important;
}
.search-bar_mt-0__1cGYT {
  margin-top: 0 !important;
}
.search-bar_mt-4__v_lmu {
  margin-top: 4px !important;
}
.search-bar_mt-8__P3KRD {
  margin-top: 8px !important;
}
.search-bar_mt-16__kXCQy {
  margin-top: 16px !important;
}
.search-bar_mt-24__aodus {
  margin-top: 24px !important;
}
.search-bar_mt-48__NbLG3 {
  margin-top: 48px !important;
}
.search-bar_mb-0__N_52n {
  margin-bottom: 0 !important;
}
.search-bar_mb-4__nkQ5M {
  margin-bottom: 4px !important;
}
.search-bar_mb-8__t0uAa {
  margin-bottom: 8px !important;
}
.search-bar_mb-12__LaD6q {
  margin-bottom: 12px !important;
}
.search-bar_mb-16__3LpL0 {
  margin-bottom: 16px !important;
}
.search-bar_mb-24__DEB4T {
  margin-bottom: 24px !important;
}
.search-bar_mb-64__EjBYg {
  margin-bottom: 64px !important;
}
.search-bar_p-0__Myhrv {
  padding: 0 !important;
}
.search-bar_p-16__9m9pm {
  padding: 16px;
}
.search-bar_p-40___dWbV {
  padding: 40px;
}
.search-bar_px-0__n1na_ {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.search-bar_px-4__ol4WT {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.search-bar_px-8__Frn1n {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.search-bar_px-32__4so7o {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.search-bar_px-40__BAYt2 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.search-bar_pt-40__JNFaw {
  padding-top: 40px;
}
.search-bar_pt-24__oHopz {
  padding-top: 24px;
}
.search-bar_pt-16__dMy5m {
  padding-top: 16px;
}
.search-bar_pt-12__gGcOY {
  padding-top: 12px !important;
}
.search-bar_pb-40__G6tKF {
  padding-bottom: 40px;
}
.search-bar_pb-24__0b2FG {
  padding-bottom: 24px;
}
.search-bar_pb-16__HjO6r {
  padding-bottom: 16px;
}
.search-bar_pl-8__hEeC5 {
  padding-left: 8px !important;
}
.search-bar_pl-12__DYfMP {
  padding-left: 12px !important;
}
.search-bar_pl-16__1fYKF {
  padding-left: 16px !important;
}
.search-bar_text-left__nlSOO {
  text-align: left !important;
}
.search-bar_text-right__xERPK {
  text-align: right !important;
}
.search-bar_text-center__sjtZ0 {
  text-align: center !important;
}
.search-bar_font-medium__Q3U5_ {
  font-weight: 500 !important;
}
.search-bar_font-semibold__VBPcz {
  font-weight: 600 !important;
}
.search-bar_radius-8__eJOMX {
  border-radius: 8px !important;
}
.search-bar_truncate__hdXm2 {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-bar_whitespace-nowrap__vrmP9 {
  white-space: nowrap;
}
.search-bar_whitespace-pre-wrap__IT_PT {
  white-space: pre-wrap;
}
.search-bar_w-100__vIS_s {
  width: 100% !important;
}
.search-bar_h-100__PxfLS {
  height: 100% !important;
}
.search-bar_max-w-none__93yhU {
  max-width: none !important;
}
.search-bar_max-h-none__xTfCp {
  max-height: none !important;
}
.search-bar_min-w-100__ssXOC {
  min-width: 100px;
}
.search-bar_heading-48-600__OGogb {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.search-bar_heading-32-600__l02XA {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.search-bar_heading-24-600__Anzab {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.search-bar_heading-18-600__7rxpC {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.search-bar_heading-18-400__Saw1e {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.search-bar_heading-16-700__X4X7Y {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.search-bar_text-16-400__h40b1 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.search-bar_heading-14-600__Cs14h {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.search-bar_heading-14-500__Qsygh {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.search-bar_text-14-400__dG_z_ {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.search-bar_text-13-500__e4UwD {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.search-bar_text-13-600__dKGu0 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.search-bar_text-13-400__IQoac {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.search-bar_text-12-500__ypWYY {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.search-bar_text-12-600__bcsiq {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.search-bar_text-12-400__QyEqO {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.search-bar_status-badge__uix3n {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.search-bar_status-badge__uix3n.search-bar_paused__QSy8J {
  background-color: #ff8b3d;
  color: #fff !important;
}
.search-bar_status-badge__uix3n.search-bar_created__GapyE,
.search-bar_status-badge__uix3n.search-bar_inactive__sNfUQ,
.search-bar_status-badge__uix3n.search-bar_pending__gzH_f {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.search-bar_status-badge__uix3n.search-bar_active__hWFkU {
  background-color: #56bf56;
  color: #fff !important;
}
.search-bar_status-badge__uix3n.search-bar_error____nF8 {
  background-color: #d0021b;
  color: #fff !important;
}
.search-bar_status-badge__uix3n.search-bar_progress__a_ELv {
  background-color: #f5bf0c;
  color: #fff !important;
}
.search-bar_status-badge__uix3n.search-bar_draft___lOZI {
  background-color: #e6e6e6;
  color: #000 !important;
}
.search-bar_status-badge__uix3n.search-bar_sent__NuO7e {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.search-bar_status-badge__uix3n.search-bar_scheduled__w61wn {
  background-color: #feefcf;
  color: #795548;
}
.search-bar_status-badge__uix3n.search-bar_loading-badge__NHJLp {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.search-bar_status-badge__uix3n.search-bar_loading-badge__NHJLp .search-bar_text__ASltQ {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.search-bar_status-badge__uix3n.search-bar_loading-badge__NHJLp .search-bar_slider__duiK2 {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: search-bar_moveSlideshow__ZGKTE 3s linear infinite;
}
@keyframes search-bar_moveSlideshow__ZGKTE {
  to {
    transform: translateX(200%);
  }
}
.search-bar_flex__g2Pi7 {
  display: flex !important;
}
.search-bar_flex-space-between___IwWq {
  justify-content: space-between;
}
.search-bar_flex-align-start__0eiZt {
  align-items: flex-start;
}
.search-bar_flex-align-center___WyIN {
  align-items: center;
}
.search-bar_flex-absolute-center__8_gRW {
  justify-content: center;
  align-items: center;
}
.search-bar_flex-container__MVEss {
  display: flex;
  flex-wrap: wrap;
}
.search-bar_flex-column__oVY9M {
  flex-direction: column;
}
.search-bar_flex-justify-end__aGCPT {
  justify-content: flex-end;
}
.search-bar_position-relative__NZr2k {
  position: relative !important;
}
.search-bar_position-static__UkiQR {
  position: static !important;
}
.search-bar_position-absolute__BJj8Y {
  position: absolute !important;
}
.search-bar_hr-grey__svTAB {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.search-bar_input-border__QKYDZ {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.search-bar_action-content-box__MW1gz,
.search-bar_box-content__ek5cL,
.search-bar_box-content__ek5cL .search-bar_upload-data-input-with-icon__2KCjJ,
.search-bar_default-border__xLcnz {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.search-bar_bg-grey__wsB64 {
  background-color: #f9f9f9 !important;
}
.search-bar_bg-white__he_wD {
  background-color: #fff !important;
}
.search-bar_pos-relative__WVOYA {
  position: relative !important;
}
.search-bar_text-light__aJuYA {
  color: #757c80 !important;
}
.search-bar_text-red__M1fYz {
  color: #d0021b !important;
}
.search-bar_text-green__3hi64 {
  color: #56bf56 !important;
}
.search-bar_text-blue__PoTG1 {
  color: #31a7e7;
}
.search-bar_text-sec-blue__3Fl3q {
  color: #1b02b1 !important;
}
.search-bar_notification-dot__uzdMu {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.search-bar_title-with-action-on-left__Zj9_m {
  display: flex;
  justify-content: space-between;
}
.search-bar_error____nF8 {
  color: #d0021b;
}
.search-bar_error-border__OdA9v {
  border: 1px solid #d0021b !important;
}
.search-bar_rotate__bbBeH {
  animation: search-bar_rotation__LWLTX 2s linear infinite;
}
@keyframes search-bar_rotation__LWLTX {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.search-bar_switch__81Upl {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.search-bar_switch__81Upl .search-bar_btn-toggle__nQPEK {
  opacity: 0;
  width: 0;
  height: 0;
}
.search-bar_switch__81Upl .search-bar_slider__duiK2 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.search-bar_switch__81Upl .search-bar_slider__duiK2:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.search-bar_switch__81Upl .search-bar_slider__duiK2:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.search-bar_switch__81Upl .search-bar_btn-toggle__nQPEK.search-bar_enabled__NcJTP + .search-bar_slider__duiK2 {
  background-color: #ffc926;
  border: none;
}
.search-bar_switch__81Upl .search-bar_btn-toggle__nQPEK:focus + .search-bar_slider__duiK2 {
  box-shadow: 0 0 1px #2196f3;
}
.search-bar_switch__81Upl .search-bar_btn-toggle__nQPEK.search-bar_enabled__NcJTP + .search-bar_slider__duiK2:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.search-bar_switch__81Upl .search-bar_btn-toggle__nQPEK.search-bar_enabled__NcJTP + .search-bar_slider__duiK2:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#search-bar_appleid-signin__o5o1A {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#search-bar_appleid-signin__o5o1A > div {
  width: 200px !important;
  height: 38px !important;
}
.search-bar_page-header__BTEyv {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-bar_page-header__BTEyv.search-bar_clear-side__mwRGb {
  padding: 40px 0 32px;
}
.search-bar_page-spacing__eVI9N {
  padding: 0 40px;
}
.search-bar_page-header-title__FVBTW {
  color: #17191a;
  margin: 0 0 8px;
}
.search-bar_header-bar__zjkmJ {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.search-bar_box-content__ek5cL {
  background-color: #fff;
  margin-bottom: 24px;
}
.search-bar_box-content__ek5cL .search-bar_header__Y1A4W {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.search-bar_box-content__ek5cL .search-bar_header-l__KZ7_W {
  padding: 24px 16px;
  margin: 0;
}
.search-bar_box-content__ek5cL .search-bar_content__DlXbz {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.search-bar_box-content__ek5cL .search-bar_content-header__HvrnE {
  margin-bottom: 4px;
  margin-top: 0;
}
.search-bar_box-content__ek5cL .search-bar_table-content__UpbUt {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.search-bar_box-content__ek5cL .search-bar_help-text__IHX0s {
  line-height: 20px;
}
.search-bar_box-content__ek5cL .search-bar_sub-text__13m5R {
  color: #757c80;
}
.search-bar_box-content__ek5cL .search-bar_content-data-input__DUiYH {
  margin-top: 8px;
}
.search-bar_box-content__ek5cL .search-bar_data-entry-input__FL7Y1,
.search-bar_box-content__ek5cL .search-bar_upload-data-input-with-icon__2KCjJ {
  margin-top: 8px;
  padding: 0 11px;
}
.search-bar_box-content__ek5cL .search-bar_upload-data-input-with-icon__2KCjJ {
  cursor: pointer;
  background: #f9f9f9;
}
.search-bar_box-content__ek5cL .search-bar_upload-data-input-with-icon__2KCjJ input {
  padding: 12px 2px;
}
.search-bar_box-content__ek5cL .search-bar_upload-data-input-with-icon__2KCjJ input:disabled,
.search-bar_box-content__ek5cL .search-bar_upload-data-input-with-icon__2KCjJ input:hover {
  cursor: pointer !important;
}
.search-bar_empty-state__Ra0_A {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.search-bar_empty-state__Ra0_A.search-bar_contact-list__hjv4_ {
  width: 80%;
}
.search-bar_empty-state__Ra0_A .search-bar_empty-title__TrPVt {
  font-size: 14px;
  font-weight: 500px;
}
.search-bar_empty-state-wrapper__K_kv8 {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.search-bar_empty-state-wrapper__K_kv8 h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.search-bar_empty-state-wrapper__K_kv8 div {
  color: #757c80;
  margin: 16px 0 12px;
}
.search-bar_empty-state-button__1_iEa {
  margin: 20px 10px;
}
.search-bar_handel-bar__13WAo {
  fill: #b7bfc6;
  vertical-align: middle;
}
.search-bar_tag__xofla {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.search-bar_ant-color-picker-input__wFa6j .search-bar_ant-input__Z6TiL {
  height: 22px;
}
.search-bar_ant-color-picker-trigger__bn4Sk {
  width: 23px;
  height: 23px;
}
.search-bar_ant-color-picker-trigger__bn4Sk .search-bar_ant-color-picker-color-block__58_gQ {
  width: 18px;
  height: 18px;
}
.search-bar_box-content__ek5cL .search-bar_content__DlXbz input,
.search-bar_box-content__ek5cL .search-bar_upload-data-input-with-icon__2KCjJ input,
input input.search-bar_input-white__rhTod,
input textarea.search-bar_input-white__rhTod,
input.search-bar_input-grey__XLuAt,
textarea input.search-bar_input-white__rhTod,
textarea textarea.search-bar_input-white__rhTod,
textarea.search-bar_input-grey__XLuAt {
  background-color: #f9f9f9;
}
.search-bar_box-content__ek5cL .search-bar_content__DlXbz input:active,
.search-bar_box-content__ek5cL .search-bar_content__DlXbz input:focus,
.search-bar_box-content__ek5cL .search-bar_content__DlXbz input:hover,
.search-bar_box-content__ek5cL .search-bar_upload-data-input-with-icon__2KCjJ input:active,
.search-bar_box-content__ek5cL .search-bar_upload-data-input-with-icon__2KCjJ input:focus,
.search-bar_box-content__ek5cL .search-bar_upload-data-input-with-icon__2KCjJ input:hover,
input input.search-bar_input-white__rhTod:active,
input input.search-bar_input-white__rhTod:focus,
input input.search-bar_input-white__rhTod:hover,
input textarea.search-bar_input-white__rhTod:active,
input textarea.search-bar_input-white__rhTod:focus,
input textarea.search-bar_input-white__rhTod:hover,
input.search-bar_input-grey__XLuAt:active,
input.search-bar_input-grey__XLuAt:focus,
input.search-bar_input-grey__XLuAt:hover,
textarea input.search-bar_input-white__rhTod:active,
textarea input.search-bar_input-white__rhTod:focus,
textarea input.search-bar_input-white__rhTod:hover,
textarea textarea.search-bar_input-white__rhTod:active,
textarea textarea.search-bar_input-white__rhTod:focus,
textarea textarea.search-bar_input-white__rhTod:hover,
textarea.search-bar_input-grey__XLuAt:active,
textarea.search-bar_input-grey__XLuAt:focus,
textarea.search-bar_input-grey__XLuAt:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.search-bar_input-white__rhTod:active,
input.search-bar_input-white__rhTod:focus,
input.search-bar_input-white__rhTod:hover,
span.search-bar_input-white__rhTod:active,
span.search-bar_input-white__rhTod:focus,
span.search-bar_input-white__rhTod:hover,
textarea.search-bar_input-white__rhTod:active,
textarea.search-bar_input-white__rhTod:focus,
textarea.search-bar_input-white__rhTod:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.search-bar_image-uploader-flex__IjsVT .search-bar_ant-upload-select__HAoqh {
  display: flex;
}
.search-bar_image-uploader-flex__IjsVT .search-bar_ant-upload-select__HAoqh .search-bar_ant-upload__yphuC {
  flex: 1 1;
}
.search-bar_modal-footer-wrapper__J1JyK {
  display: flex;
  justify-content: center;
}
.search-bar_app-modal__YJAR1 .search-bar_small__FOn0H {
  width: 350px;
}
.search-bar_toast__Jdfiu.search-bar_negative__heV8y .search-bar_ant-message-notice-content__wNAW8 {
  background-color: #d0021b;
}
.search-bar_toast__Jdfiu.search-bar_positive__PJvzb .search-bar_ant-message-notice-content__wNAW8 {
  background-color: #56bf56;
}
.search-bar_toast__Jdfiu.search-bar_loading__XGpBK .search-bar_ant-message-notice-content__wNAW8 .search-bar_toast-wrapper__l4Jz8 .search-bar_contents__9gflS,
.search-bar_toast__Jdfiu.search-bar_loading__XGpBK .search-bar_ant-message-notice-content__wNAW8 .search-bar_toast-wrapper__l4Jz8 .search-bar_contents__9gflS .search-bar_title__iufun {
  color: #000 !important;
}
.search-bar_toast__Jdfiu.search-bar_loading__XGpBK .search-bar_ant-message-loading__ujLNR .search-bar_anticon-loading__wHgET {
  font-size: 1.5rem;
}
.search-bar_toast__Jdfiu .search-bar_ant-message-notice-content__wNAW8 {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.search-bar_toast__Jdfiu .search-bar_ant-message-notice-content__wNAW8 .search-bar_toast-wrapper__l4Jz8 {
  position: relative;
  display: flex;
  align-items: center;
}
.search-bar_toast__Jdfiu .search-bar_ant-message-notice-content__wNAW8 .search-bar_toast-wrapper__l4Jz8 .search-bar_contents__9gflS {
  position: relative;
  padding-left: 16px;
}
.search-bar_toast__Jdfiu .search-bar_ant-message-notice-content__wNAW8 .search-bar_toast-wrapper__l4Jz8 .search-bar_contents__9gflS .search-bar_title__iufun {
  color: #fff !important;
}
.search-bar_toast__Jdfiu .search-bar_ant-message-notice-content__wNAW8 .search-bar_toast-wrapper__l4Jz8 .search-bar_contents__9gflS p {
  margin: 0;
}
.search-bar_toast__Jdfiu .search-bar_ant-message-notice-content__wNAW8 .search-bar_toast-wrapper__l4Jz8 .search-bar_contents__9gflS p a,
.search-bar_toast__Jdfiu .search-bar_ant-message-notice-content__wNAW8 .search-bar_toast-wrapper__l4Jz8 .search-bar_contents__9gflS p button {
  color: #fff;
  text-decoration: underline;
}
.search-bar_toast__Jdfiu .search-bar_ant-message-notice-content__wNAW8 .search-bar_icon__PGgzI {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.search-bar_toast__Jdfiu .search-bar_ant-message-notice-content__wNAW8 .search-bar_icon__PGgzI.search-bar_positive__PJvzb {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.search-bar_toast__Jdfiu .search-bar_ant-message-notice-content__wNAW8 .search-bar_icon__PGgzI.search-bar_positive__PJvzb:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.search-bar_toast__Jdfiu .search-bar_ant-message-notice-content__wNAW8 .search-bar_icon__PGgzI.search-bar_negative__heV8y {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.search-bar_toast__Jdfiu .search-bar_ant-message-notice-content__wNAW8 .search-bar_icon__PGgzI.search-bar_negative__heV8y:before {
  top: 10px;
}
.search-bar_action-content-box__MW1gz {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.search-bar_action-content-box__MW1gz.search-bar_numbered__kRGjT .search-bar_sub-content__ZIPhn p {
  margin-left: 18px;
}
.search-bar_action-content-box__MW1gz .search-bar_sub-content__ZIPhn {
  padding: 26px 26px 20px;
}
.search-bar_action-content-box__MW1gz .search-bar_sub-content__ZIPhn.search-bar_right__ACoju {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.search-bar_action-content-box__MW1gz .search-bar_sub-content__ZIPhn.search-bar_right__ACoju button {
  margin: 0 20px;
}
.search-bar_action-content-box__MW1gz .search-bar_sub-content__ZIPhn h4,
.search-bar_action-content-box__MW1gz .search-bar_sub-content__ZIPhn p.search-bar_bold__UH93T {
  margin: 0;
}
.search-bar_action-content-box__MW1gz .search-bar_sub-content__ZIPhn h4 span,
.search-bar_action-content-box__MW1gz .search-bar_sub-content__ZIPhn p.search-bar_bold__UH93T span {
  width: 18px;
  display: inline-block;
}
.search-bar_action-content-box__MW1gz .search-bar_sub-content__ZIPhn p {
  margin: 6px 0 0;
}
.search-bar_action-content-box__MW1gz .search-bar_remove__xjWQp {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.search-bar_options-dot__Ebnpe {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.search-bar_options-dot__Ebnpe.search-bar_boxed__HIFtY {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.search-bar_options-dot__Ebnpe.search-bar_active__hWFkU,
.search-bar_options-dot__Ebnpe:focus-visible,
.search-bar_options-dot__Ebnpe:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.search-bar_clickable__dzpFM {
  cursor: pointer;
}
.search-bar_beta-label__Wq0Lz {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.search-bar_none-style-list-options__xWhXw {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.search-bar_none-style-list-options__xWhXw li {
  margin: 5px 0;
}
.search-bar_ant-tour__8FjTn {
  width: 400px;
}
.search-bar_ant-collapse__uDZZ2 > .search-bar_ant-collapse-item__SDaRY > .search-bar_ant-collapse-header-collapsible-only__2qsL6 > .search-bar_ant-collapse-header-text__dGN3E {
  flex: auto;
}
.search-bar_onboarding-tour-header__zutqi {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.search-bar_onboarding-tour-description__rLrRP {
  color: #17191a;
  font-size: 16px;
}
.search-bar_tour-hidden-button__AV_t3 {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.search-bar_ai-onboarding-tour-header__lyOe9 {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.search-bar_onboarding-step-ai-tour__z4uLn {
  width: 350px;
}
.search-bar_onboarding-step-ai-tour__z4uLn .search-bar_onboarding-step-ai-tour-inner__Ka7it .search-bar_onboarding-step-ai-tour-description__sI2Kq {
  padding: 0 20px;
}
.search-bar_onboarding-step-ai-tour__z4uLn .search-bar_onboarding-step-ai-tour-inner__Ka7it .search-bar_onboarding-step-ai-tour-footer__b1Fh1 {
  padding: 0 20px 20px;
}
.search-bar_onboarding-step-ai-tour__z4uLn .search-bar_onboarding-step-ai-tour-inner__Ka7it .search-bar_onboarding-step-ai-tour-header__Xms6z {
  padding: 20px 20px 4px;
}
.search-bar_onboarding-step-ai-tour__z4uLn .search-bar_onboarding-step-ai-tour-inner__Ka7it .search-bar_onboarding-step-ai-tour-indicators__5Kcpl {
  display: flex;
  width: 100%;
}
.search-bar_onboarding-step-ai-tour__z4uLn .search-bar_onboarding-step-ai-tour-inner__Ka7it .search-bar_onboarding-step-ai-tour-buttons__tgbk0 {
  width: 0;
  visibility: hidden;
}
.search-bar_onboarding-step-ai-tour-mask__rNuQN mask[id^='onboarding-step-ai-tour-mask'] rect.search-bar_onboarding-step-ai-tour-placeholder-animated__S3Oq3 {
  rx: 8px;
}
.search-bar_onboarding-step-ai-tour-round-mask__hLGyH mask[id^='onboarding-step-ai-tour-round-mask'] rect.search-bar_onboarding-step-ai-tour-round-placeholder-animated__EA5Gg {
  rx: 25px;
}
.search-bar_onboarding-step-tour__OAwz0 {
  width: 400px;
}
.search-bar_onboarding-step-tour__OAwz0.search-bar_content-hidden__WUzEO {
  display: none !important;
}
.search-bar_onboarding-step-tour__OAwz0.search-bar_extended-width__VEdn_ {
  width: 600px;
}
.search-bar_onboarding-step-tour-mask__pnv_N mask[id^='onboarding-step-tour-mask'] rect.search-bar_onboarding-step-tour-placeholder-animated__L0XP1 {
  rx: 8px;
}
.search-bar_onboarding-step-one-tour__rJ_fQ {
  width: 400px;
}
.search-bar_onboarding-step-one-tour__rJ_fQ.search-bar_content-hidden__WUzEO {
  display: none !important;
}
.search-bar_onboarding-step-one-tour__rJ_fQ.search-bar_extended-width__VEdn_ {
  width: 600px;
}
.search-bar_onboarding-step-one-tour-mask__B6ltw mask[id^='onboarding-step-one-tour-mask'] rect.search-bar_onboarding-step-one-tour-placeholder-animated___Pcbs {
  rx: 25px;
}
.search-bar_support-unread-tour__N72jZ {
  width: 272px;
}
.search-bar_support-unread-tour__N72jZ .search-bar_support-unread-tour-inner__jp9K2 .search-bar_support-unread-tour-header__3rzgL {
  padding: 8px 16px 4px;
}
.search-bar_support-unread-tour__N72jZ .search-bar_support-unread-tour-inner__jp9K2 .search-bar_support-unread-tour-footer__aBc8_ {
  padding: 0 16px 16px;
}
.search-bar_support-unread-tour__N72jZ .search-bar_support-unread-tour-inner__jp9K2 .search-bar_support-unread-tour-close__g_b6K {
  top: 10px;
}
.search-bar_preserve-scroll-position__YDcRW {
  overflow-anchor: none;
}
.search-bar_toolbar-wrapper__xzGS1 {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.search-bar_toolbar-wrapper__xzGS1 .search-bar_anticon__bauQ9 {
  padding: 12px;
  cursor: pointer;
}
.search-bar_toolbar-wrapper__xzGS1 .search-bar_anticon__bauQ9:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.search-bar_toolbar-wrapper__xzGS1 .search-bar_anticon__bauQ9:hover {
  opacity: 0.3;
}
.search-bar_ant-carousel__Q48Az .search-bar_slick-dots__bqSvu li.search-bar_slick-active__6FQBx button {
  background-color: #8158ec;
}
.search-bar_ant-carousel__Q48Az .search-bar_slick-dots__bqSvu li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.search-bar_ant-modal-root__zfWpc .search-bar_ant-modal-mask__vWFXF,
.search-bar_ant-modal-root__zfWpc .search-bar_ant-modal-wrap__cwTxc {
  z-index: 1001;
}
.search-bar_focused__5SW7B {
  background-color: #f5f5f5;
}
.search-bar_spinner-overlay__4qlGw,
.search-bar_spinner__Wua6g {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.search-bar_spinner-overlay__4qlGw {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.search-bar_spinner__Wua6g {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-bar_large-tag__AoSdd {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.search-bar_email-pill__vsmmT,
.search-bar_phone-pill__X_Ala {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.search-bar_email-pill__vsmmT:not(:empty),
.search-bar_phone-pill__X_Ala:not(:empty) {
  padding: 4px;
}
.search-bar_phone-pill__X_Ala {
  background-color: #e0f2fb;
}
.search-bar_email-pill__vsmmT {
  background-color: #ffefbe;
}
.search-bar_input-box__DMidm {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.search-bar_input-box__DMidm.search-bar_bordered__cenSE {
  border: 1px solid #e6e6e6;
}
.search-bar_input-box__DMidm.search-bar_large__NXjyh {
  height: auto;
  min-height: 80px;
}
.search-bar_input-box__DMidm:focus {
  border-color: #ffc926;
}
.search-bar_container__ARlmW {
  background-color: transparent;
  height: 41px;
  min-width: 170px;
  box-sizing: border-box;
  display: block;
  padding: 0;
  width: auto;
  height: auto;
}
@media (max-width: 1120px) {
  .search-bar_container__ARlmW {
    flex-grow: 1;
  }
}
.search-bar_container__ARlmW .search-bar_inner-wrapper__WR02D {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0;
}
.search-bar_container__ARlmW .search-bar_inner-wrapper__WR02D.search-bar_light-gray__cJVcG input {
  background-color: #f9f9f9;
}
.search-bar_container__ARlmW .search-bar_inner-wrapper__WR02D.search-bar_small__FOn0H .search-bar_input__kfiMX {
  height: 33px;
  width: 100%;
  padding: 0 12px 0 34px;
}
.search-bar_container__ARlmW .search-bar_inner-wrapper__WR02D.search-bar_small__FOn0H .search-bar_icon__PGgzI {
  top: 5px;
  left: 6px;
  background-size: 65% !important;
}
.search-bar_container__ARlmW .search-bar_inner-wrapper__WR02D.search-bar_small__FOn0H .search-bar_clear-icon__xDFAT {
  top: 5px;
  right: 6px;
  height: 20px;
  width: 20px;
  font-size: 16px;
}
.search-bar_container__ARlmW .search-bar_inner-wrapper__WR02D.search-bar_expandable__HFAHt .search-bar_input__kfiMX {
  min-width: 170px;
  max-width: 300px;
  width: 290px;
  font-weight: 500;
}
@media (max-width: 1120px) {
  .search-bar_container__ARlmW .search-bar_inner-wrapper__WR02D.search-bar_expandable__HFAHt .search-bar_input__kfiMX {
    max-width: 640px;
    width: 100% !important;
  }
}
.search-bar_container__ARlmW .search-bar_inner-wrapper__WR02D.search-bar_expandable__HFAHt.search-bar_active__hWFkU .search-bar_input__kfiMX {
  width: 290px;
}
.search-bar_container__ARlmW .search-bar_inner-wrapper__WR02D.search-bar_active__hWFkU .search-bar_icon__PGgzI {
  background: url(/icons/search-black.svg) transparent no-repeat 50%;
}
.search-bar_container__ARlmW .search-bar_inner-wrapper__WR02D input {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #fff;
  padding: 12px 12px 12px 43px;
  display: inline-block;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}
.search-bar_container__ARlmW .search-bar_inner-wrapper__WR02D input.search-bar_dummy__n8frk {
  width: 43px;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  background: transparent;
}
.search-bar_container__ARlmW .search-bar_inner-wrapper__WR02D .search-bar_icon__PGgzI {
  position: absolute;
  top: 9px;
  left: 12px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  z-index: 12;
  background: url(/icons/search-grey.svg) transparent no-repeat 50%;
  background-size: 80% !important;
  pointer-events: none;
}
.search-bar_container__ARlmW .search-bar_inner-wrapper__WR02D .search-bar_clear-icon__xDFAT {
  position: absolute;
  top: 9px;
  right: 12px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #999;
  background: transparent;
  border: none;
  border-radius: 50%;
  transition: all 0.2s ease;
  outline: none;
}
.search-bar_container__ARlmW .search-bar_inner-wrapper__WR02D .search-bar_clear-icon__xDFAT:hover {
  color: #333;
}
.search-bar_container__ARlmW .search-bar_inner-wrapper__WR02D .search-bar_clear-icon__xDFAT:focus {
  color: #333;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.dropdown_icon__mijuC {
  padding: 4px;
}
.dropdown_icon-wrapper__oALG6 {
  padding: 4px;
  color: #454a4d;
}
.dropdown_icon-wrapper-absolute__iyFuF {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.dropdown_icon-wrapper-absolute__iyFuF .dropdown_icon__mijuC {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.dropdown_icon-sms__KE7eJ {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.dropdown_icon-email__siZJC {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.dropdown_icon-mixed__Du6K_ {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.dropdown_icon-picker-wrapper__vEL_r {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.dropdown_icon-picker-wrapper__vEL_r:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.dropdown_icon-picker-wrapper__vEL_r:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .dropdown_icon-picker-wrapper__vEL_r {
    margin-right: 5px;
  }
}
.dropdown_icon-checkmark-white__JkRws {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.dropdown_icon-x-white__uBI7V {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.dropdown_icon-help__gKZ6k {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.dropdown_icon-help__gKZ6k:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.dropdown_container__17EbD select,
.dropdown_ico-arrow-down__XR4_6 {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.dropdown_container__17EbD select.dropdown_ant-dropdown-trigger__xAXzb,
.dropdown_ico-arrow-down__XR4_6.dropdown_ant-dropdown-trigger__xAXzb {
  padding-right: 24px;
  cursor: pointer;
}
.dropdown_container__17EbD select.dropdown_ant-dropdown-trigger__xAXzb:disabled,
.dropdown_container__17EbD select.dropdown_ant-dropdown-trigger__xAXzb[disabled],
.dropdown_ico-arrow-down__XR4_6.dropdown_ant-dropdown-trigger__xAXzb:disabled,
.dropdown_ico-arrow-down__XR4_6.dropdown_ant-dropdown-trigger__xAXzb[disabled] {
  cursor: default;
  background: transparent;
}
.dropdown_ico-arrow-gray__QWDG9 {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.dropdown_ico-arrow-gray__QWDG9.dropdown_down__TVHyC {
  transform: rotate(90deg);
}
.dropdown_ico-arrow-gray__QWDG9.dropdown_up__7YLly {
  transform: rotate(-90deg);
}
.dropdown_ico-arrow-gray__QWDG9.dropdown_right__25cqv {
  transform: rotate(180deg);
}
.dropdown_ico-arrow-gray__QWDG9.dropdown_ant-dropdown-trigger__xAXzb {
  padding-right: 24px;
  cursor: pointer;
}
.dropdown_ico-arrow-gray__QWDG9.dropdown_ant-dropdown-trigger__xAXzb:disabled,
.dropdown_ico-arrow-gray__QWDG9.dropdown_ant-dropdown-trigger__xAXzb[disabled] {
  cursor: default;
  background: transparent;
}
.dropdown_icon-error-triangle__3IuUP {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.dropdown_ico-compose__IkKNY {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.dropdown_ico-compose-white__3rygk {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.dropdown_icon-google-play__u0CY2 {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.dropdown_icon-app-store__Juq2j {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.dropdown_icon-social-fb__g4cZA {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.dropdown_icon-social-tw___5KeC {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.dropdown_icon-disclosure__jfHZp {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.dropdown_icon-16__KFJIY {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.dropdown_icon-18__YW0T7 {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.dropdown_icon-gray5__2QiNf {
  color: #999 !important;
}
.dropdown_ico-arrow-black__lbrpf {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.dropdown_ico-arrow-black__lbrpf.dropdown_down__TVHyC {
  transform: rotate(90deg);
}
.dropdown_ico-arrow-black__lbrpf.dropdown_up__7YLly {
  transform: rotate(-90deg);
}
.dropdown_ico-arrow-black__lbrpf.dropdown_right__25cqv {
  transform: rotate(180deg);
}
.dropdown_icon-copy__kHpXD {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.dropdown_icon-copy__kHpXD:hover {
  background-image: url(/icons/copy-black.svg);
}
.dropdown_icon-msg-white__l2d6l {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.dropdown_icon-email-white__QYCCF {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.dropdown_icon-black-bg__U4ipU {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.dropdown_icon-black-bg__U4ipU > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.dropdown_icon-inbox-black-filled__9MgFk {
  background-image: url(/icons/inbox-black.svg);
}
.dropdown_icon-contacts__Hzb8I {
  background-image: url(/icons/sidebar/contacts.svg);
}
.dropdown_help-text__Bjx2d {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.dropdown_error-text__niK66 {
  color: #d0021b;
  flex-grow: 1;
}
.dropdown_error-text-link__RzkF7 {
  color: #d0021b;
  text-decoration: underline;
}
.dropdown_descriptive-text__pTy1T {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.dropdown_visually-hidden__bBuOc {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.dropdown_visually-hidden__bBuOc.dropdown_focusable__MHi0l:active,
.dropdown_visually-hidden__bBuOc.dropdown_focusable__MHi0l:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.dropdown_visually-offscreen__I6gmF {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.dropdown_invisible__lpFKC {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.dropdown_hidden__s9upB {
  display: none !important;
  visibility: hidden;
}
.dropdown_strong__EdVY7 {
  font-weight: 700;
}
.dropdown_align-right__b7ZrM {
  text-align: right;
}
.dropdown_align-left__a0AEa {
  text-align: left;
}
.dropdown_centered__gJiyp {
  text-align: center;
}
.dropdown_timestamp__gS4cx {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.dropdown_display-block__7AcfP {
  display: block !important;
}
.dropdown_inline-block__OzTzG {
  display: inline-block !important;
}
.dropdown_hm-app-body__9kur5 button.dropdown_ant-switch__73j6N[disabled],
.dropdown_hm-app-body__9kur5 button.dropdown_ant-switch__73j6N[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.dropdown_blue-button__yVDTW,
.dropdown_button-with-bg-color__2U8Hb,
.dropdown_cancel-button__1jr5a,
.dropdown_green-button__Qcboz,
.dropdown_orange-button__0udlm,
.dropdown_positive-button__38WDH,
.dropdown_purple-button__PN4e9,
.dropdown_white-button-blue-text__6bP_2,
.dropdown_white-button__snKWs,
button.dropdown_icon-button__tNDow,
button.dropdown_text-only__VqlfD {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.dropdown_text-only__VqlfD,
span.dropdown_text-only__VqlfD button {
  color: #31a7e7;
  padding: 0;
}
button.dropdown_text-only__VqlfD[disabled],
button.dropdown_text-only__VqlfD[disabled]:active,
button.dropdown_text-only__VqlfD[disabled]:focus,
button.dropdown_text-only__VqlfD[disabled]:hover,
span.dropdown_text-only__VqlfD button[disabled],
span.dropdown_text-only__VqlfD button[disabled]:active,
span.dropdown_text-only__VqlfD button[disabled]:focus,
span.dropdown_text-only__VqlfD button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.dropdown_text-only__VqlfD.dropdown_red-text__B02Zu,
button.dropdown_text-only__VqlfD.dropdown_red-text__B02Zu:active,
button.dropdown_text-only__VqlfD.dropdown_red-text__B02Zu:focus,
button.dropdown_text-only__VqlfD.dropdown_red-text__B02Zu:hover,
span.dropdown_text-only__VqlfD button.dropdown_red-text__B02Zu,
span.dropdown_text-only__VqlfD button.dropdown_red-text__B02Zu:active,
span.dropdown_text-only__VqlfD button.dropdown_red-text__B02Zu:focus,
span.dropdown_text-only__VqlfD button.dropdown_red-text__B02Zu:hover {
  color: #d0021b;
}
button.dropdown_text-only__VqlfD.dropdown_gray-text__1qPpN,
span.dropdown_text-only__VqlfD button.dropdown_gray-text__1qPpN {
  color: #999;
}
button.dropdown_text-only__VqlfD.dropdown_gray-text__1qPpN:active,
button.dropdown_text-only__VqlfD.dropdown_gray-text__1qPpN:focus,
button.dropdown_text-only__VqlfD.dropdown_gray-text__1qPpN:hover,
span.dropdown_text-only__VqlfD button.dropdown_gray-text__1qPpN:active,
span.dropdown_text-only__VqlfD button.dropdown_gray-text__1qPpN:focus,
span.dropdown_text-only__VqlfD button.dropdown_gray-text__1qPpN:hover {
  color: #999 !important;
}
button.dropdown_text-only__VqlfD.dropdown_black-text__Rgeij,
span.dropdown_text-only__VqlfD button.dropdown_black-text__Rgeij {
  color: #17191a;
}
button.dropdown_text-only__VqlfD.dropdown_black-text__Rgeij:active,
button.dropdown_text-only__VqlfD.dropdown_black-text__Rgeij:focus,
button.dropdown_text-only__VqlfD.dropdown_black-text__Rgeij:hover,
span.dropdown_text-only__VqlfD button.dropdown_black-text__Rgeij:active,
span.dropdown_text-only__VqlfD button.dropdown_black-text__Rgeij:focus,
span.dropdown_text-only__VqlfD button.dropdown_black-text__Rgeij:hover {
  color: #8158ec;
}
button.dropdown_text-only__VqlfD.dropdown_purple-text__LtreQ,
button.dropdown_text-only__VqlfD.dropdown_purple-text__LtreQ:active,
button.dropdown_text-only__VqlfD.dropdown_purple-text__LtreQ:focus,
button.dropdown_text-only__VqlfD.dropdown_purple-text__LtreQ:hover,
span.dropdown_text-only__VqlfD button.dropdown_purple-text__LtreQ,
span.dropdown_text-only__VqlfD button.dropdown_purple-text__LtreQ:active,
span.dropdown_text-only__VqlfD button.dropdown_purple-text__LtreQ:focus,
span.dropdown_text-only__VqlfD button.dropdown_purple-text__LtreQ:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.dropdown_text-only__VqlfD:active,
button.dropdown_text-only__VqlfD:focus,
button.dropdown_text-only__VqlfD:hover,
span.dropdown_text-only__VqlfD button:active,
span.dropdown_text-only__VqlfD button:focus,
span.dropdown_text-only__VqlfD button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.dropdown_blue-button__yVDTW,
.dropdown_button-with-bg-color__2U8Hb,
.dropdown_green-button__Qcboz,
.dropdown_orange-button__0udlm,
.dropdown_positive-button__38WDH,
.dropdown_white-button-blue-text__6bP_2,
.dropdown_white-button__snKWs {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.dropdown_orange-button__0udlm {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.dropdown_orange-button__0udlm:active,
.dropdown_orange-button__0udlm:focus,
.dropdown_orange-button__0udlm:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.dropdown_orange-button__0udlm[disabled],
.dropdown_orange-button__0udlm[disabled]:active,
.dropdown_orange-button__0udlm[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.dropdown_orange-button__0udlm.dropdown_drop-down___16kE {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.dropdown_scroll-loader__Q_VYh {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.dropdown_green-button__Qcboz {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.dropdown_green-button__Qcboz:active,
.dropdown_green-button__Qcboz:focus,
.dropdown_green-button__Qcboz:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.dropdown_green-button__Qcboz[disabled],
.dropdown_green-button__Qcboz[disabled]:active,
.dropdown_green-button__Qcboz[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.dropdown_positive-button__38WDH {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.dropdown_positive-button__38WDH:active,
.dropdown_positive-button__38WDH:focus,
.dropdown_positive-button__38WDH:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.dropdown_positive-button__38WDH[disabled] {
  background-color: #abe4b2;
}
.dropdown_negative-button__eioTK {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.dropdown_negative-button__eioTK:active,
.dropdown_negative-button__eioTK:focus,
.dropdown_negative-button__eioTK:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.dropdown_plain-cancel-button__UmbL_,
.dropdown_plain-cancel-button__UmbL_:active,
.dropdown_plain-cancel-button__UmbL_:focus,
.dropdown_plain-cancel-button__UmbL_:hover {
  color: #17191a;
}
.dropdown_white-button-blue-text__6bP_2,
.dropdown_white-button__snKWs {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.dropdown_white-button-blue-text__6bP_2:active,
.dropdown_white-button-blue-text__6bP_2:focus,
.dropdown_white-button-blue-text__6bP_2:hover,
.dropdown_white-button__snKWs:active,
.dropdown_white-button__snKWs:focus,
.dropdown_white-button__snKWs:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.dropdown_white-button__snKWs[disabled],
.dropdown_white-button__snKWs[disabled]:active,
.dropdown_white-button__snKWs[disabled]:focus,
.dropdown_white-button__snKWs[disabled]:hover,
[disabled].dropdown_white-button-blue-text__6bP_2 {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.dropdown_common-sentiment-emoji__drbex {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.dropdown_white-button-blue-text__6bP_2 {
  color: #31a7e7;
}
.dropdown_white-button-blue-text__6bP_2:active,
.dropdown_white-button-blue-text__6bP_2:focus,
.dropdown_white-button-blue-text__6bP_2:hover {
  color: #31a7e7 !important;
}
.dropdown_blue-button__yVDTW {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.dropdown_blue-button__yVDTW,
.dropdown_blue-button__yVDTW:active,
.dropdown_blue-button__yVDTW:focus,
.dropdown_blue-button__yVDTW:hover {
  background-color: #31a7e7;
  color: #fff;
}
.dropdown_green-button__Qcboz {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.dropdown_green-button__Qcboz,
.dropdown_green-button__Qcboz:active,
.dropdown_green-button__Qcboz:focus,
.dropdown_green-button__Qcboz:hover {
  background-color: #56bf56;
  color: #fff;
}
.dropdown_purple-button__PN4e9 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.dropdown_purple-button__PN4e9:active,
.dropdown_purple-button__PN4e9:focus,
.dropdown_purple-button__PN4e9:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.dropdown_dropdown-input__C_aFY {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.dropdown_dropdown-input__C_aFY:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.dropdown_hm-app-body__9kur5 input::placeholder {
  color: #a3a3a3;
}
.dropdown_textarea-composer__TP5Kr {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.dropdown_container__17EbD input,
.dropdown_container__17EbD textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.dropdown_input-for-copy__xbjyw {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.dropdown_input-text-bordered__Jytrm,
.dropdown_input-text__vx3EW,
.dropdown_input-textarea__Aq7KZ {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.dropdown_input-text__vx3EW {
  height: 50px;
}
.dropdown_input-text-bordered__Jytrm {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.dropdown_xxl-input__tx7ID {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.dropdown_xl-input__0kluh {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.dropdown_l-input__3amsb {
  width: 100%;
  font-size: 1.1rem;
}
.dropdown_box-content__rWVFw .dropdown_content__Edw4N input,
.dropdown_box-content__rWVFw .dropdown_upload-data-input-with-icon___9FxO input,
.dropdown_input-grey__tKi3Q,
input .dropdown_input-white__lsngf,
textarea .dropdown_input-white__lsngf {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.dropdown_box-content__rWVFw .dropdown_content__Edw4N input::placeholder,
.dropdown_box-content__rWVFw .dropdown_upload-data-input-with-icon___9FxO input::placeholder,
.dropdown_input-grey__tKi3Q::placeholder,
input .dropdown_input-white__lsngf::placeholder,
textarea .dropdown_input-white__lsngf::placeholder {
  color: #999;
  opacity: 1;
}
input .dropdown_input-white__lsngf,
textarea .dropdown_input-white__lsngf {
  background-color: #fff;
}
.dropdown_clearfix__7KYq5:after {
  clear: both;
  content: '';
  display: block;
}
.dropdown_hidden-important__MU_Wc {
  display: none !important;
}
.dropdown_p-left__Dy4mB {
  float: left;
}
.dropdown_p-right__mZ3v_ {
  float: right;
}
.dropdown_image_orientation_3__Ztmxx {
  tranform: rotate(180deg);
}
.dropdown_image_orientation_6__xBHQM {
  tranform: rotate(90deg);
}
.dropdown_image_orientation_8__4EJDI {
  tranform: rotate(-90deg);
}
.dropdown_image_orientation_2__oEcR5 {
  tranform: scaleX(-1);
}
.dropdown_image_orientation_7__wibxT {
  tranform: scaleX(-1) rotate(-90deg);
}
.dropdown_image_orientation_4__t41xE {
  tranform: scaleX(-1) rotate(180deg);
}
.dropdown_image_orientation_5__PDxHr {
  tranform: scaleX(-1) rotate(90deg);
}
.dropdown_image_slideshow_orientation_3__135pg {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.dropdown_image_slideshow_orientation_6__2PbSL {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.dropdown_image_slideshow_orientation_8__ZYgiP {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.dropdown_image_slideshow_orientation_2___dlXe {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.dropdown_image_slideshow_orientation_7__Lmg6k {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.dropdown_image_slideshow_orientation_4__P6a5m {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.dropdown_image_slideshow_orientation_5__uMyza {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.dropdown_container__17EbD select::-ms-expand {
  display: none !important;
}
.dropdown_container__17EbD select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.dropdown_count-area__KhKgF {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.dropdown_clear-top__F6Ucs {
  padding-top: 0;
  margin-top: 0;
}
.dropdown_remove-x-20__CYT5v,
.dropdown_remove-x__zkh_1 {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.dropdown_remove-x__zkh_1.dropdown_white__Fb97I,
.dropdown_white__Fb97I.dropdown_remove-x-20__CYT5v {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.dropdown_remove-x-20__CYT5v {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.dropdown_divider__OxcVQ {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.dropdown_mobile__XHFTg {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.dropdown_blue__sSdSa {
  color: #31a7e7 !important;
}
.dropdown_white__Fb97I {
  color: #fff !important;
}
.dropdown_purple__MPnD2 {
  color: #8158ec !important;
}
.dropdown_delete__z5nfW {
  color: #d0021b !important;
}
.dropdown_dark-text__GeUVW {
  color: #17191a !important;
}
.dropdown_file-input__3dFWT {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.dropdown_image-download-wrapper__sFgwv {
  position: fixed;
  top: 40px;
  right: 100px;
}
.dropdown_overflow-y-auto__t7q52 {
  overflow-y: auto;
}
.dropdown_is-font-icon__lhQF5:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.dropdown_is-invisible__ROZ3Z {
  opacity: 0;
}
.dropdown_tabbed-button__FFZnx {
  padding: 0 7px 2px;
}
.dropdown_tabbed-button__FFZnx.dropdown_selected__0UIuo {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.dropdown_show-more__4mXoL {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.dropdown_show-more__4mXoL:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.dropdown_time-input__kRchR {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.dropdown_form-group___717d.dropdown_date-time__M58O7 {
  position: relative;
  top: -2px;
}
.dropdown_form-group___717d.dropdown_date-time__M58O7.dropdown_time__64FZ0 {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.dropdown_form-group___717d.dropdown_date-time__M58O7.dropdown_form-group-hour__CatsL .dropdown_colon__G6NqN {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.dropdown_form-group___717d.dropdown_date-time__M58O7.dropdown_form-group-hour__CatsL input {
  text-align: center;
}
.dropdown_form-group___717d.dropdown_date-time__M58O7.dropdown_form-group-day__pnfNV {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.dropdown_form-group___717d.dropdown_date-time__M58O7.dropdown_form-group-minute__u2tU5 {
  width: 42px;
}
.dropdown_form-group___717d.dropdown_date-time__M58O7.dropdown_form-group-clock__Cv3Ul {
  width: 54px;
}
.dropdown_attach-img__NOohi {
  position: relative;
  width: 25px;
  height: 25px;
}
.dropdown_attach-img__NOohi input#dropdown_add-image__kfAbt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.dropdown_attach-img__NOohi span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.dropdown_m-0___d_OK {
  margin: 0 !important;
}
.dropdown_ml-auto__B1hix {
  margin-left: auto;
}
.dropdown_mr-auto__b0W9E {
  margin-right: auto;
}
.dropdown_mx-auto__7Fdc0 {
  margin-left: auto;
  margin-right: auto;
}
.dropdown_mx-16__jCttG {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.dropdown_my-16__0fY0z {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.dropdown_mr-0__JcCJr {
  margin-right: 0 !important;
}
.dropdown_mr-4__1DtWT {
  margin-right: 4px !important;
}
.dropdown_mr-8__wmP6d {
  margin-right: 8px !important;
}
.dropdown_mr-12__92wyP {
  margin-right: 12px !important;
}
.dropdown_mr-16__xV7Mt {
  margin-right: 16px !important;
}
.dropdown_ml-0__Vkefu {
  margin-left: 0 !important;
}
.dropdown_ml-4__kZvqu {
  margin-left: 4px !important;
}
.dropdown_ml-8__Zjw9S {
  margin-left: 8px !important;
}
.dropdown_ml-12__cOWrP {
  margin-left: 12px !important;
}
.dropdown_ml-16__w_tmu {
  margin-left: 16px !important;
}
.dropdown_mt-0__as3sQ {
  margin-top: 0 !important;
}
.dropdown_mt-4__ckoE0 {
  margin-top: 4px !important;
}
.dropdown_mt-8__ifScR {
  margin-top: 8px !important;
}
.dropdown_mt-16__TO6cL {
  margin-top: 16px !important;
}
.dropdown_mt-24__ByDYu {
  margin-top: 24px !important;
}
.dropdown_mt-48__d6e_Q {
  margin-top: 48px !important;
}
.dropdown_mb-0__lWtAu {
  margin-bottom: 0 !important;
}
.dropdown_mb-4__V4fKi {
  margin-bottom: 4px !important;
}
.dropdown_mb-8__fOVcK {
  margin-bottom: 8px !important;
}
.dropdown_mb-12__Qx3KF {
  margin-bottom: 12px !important;
}
.dropdown_mb-16__HeZW7 {
  margin-bottom: 16px !important;
}
.dropdown_mb-24__iokzB {
  margin-bottom: 24px !important;
}
.dropdown_mb-64__NpJc5 {
  margin-bottom: 64px !important;
}
.dropdown_p-0__iwcfw {
  padding: 0 !important;
}
.dropdown_p-16__Xey7B {
  padding: 16px;
}
.dropdown_p-40__P69Mu {
  padding: 40px;
}
.dropdown_px-0__A_fYq {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.dropdown_px-4__U1ahj {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.dropdown_px-8__iW_gl {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.dropdown_px-32__QenAx {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.dropdown_px-40__VNjIK {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.dropdown_pt-40__mI6lQ {
  padding-top: 40px;
}
.dropdown_pt-24__IBrEZ {
  padding-top: 24px;
}
.dropdown_pt-16__lqWd_ {
  padding-top: 16px;
}
.dropdown_pt-12__5ZtWN {
  padding-top: 12px !important;
}
.dropdown_pb-40___l_A9 {
  padding-bottom: 40px;
}
.dropdown_pb-24__8c__1 {
  padding-bottom: 24px;
}
.dropdown_pb-16__f_NIz {
  padding-bottom: 16px;
}
.dropdown_pl-8__Ki83p {
  padding-left: 8px !important;
}
.dropdown_pl-12__DYSea {
  padding-left: 12px !important;
}
.dropdown_pl-16__RGiRq {
  padding-left: 16px !important;
}
.dropdown_text-left__cfnq_ {
  text-align: left !important;
}
.dropdown_text-right__o0p6T {
  text-align: right !important;
}
.dropdown_text-center__oXAv3 {
  text-align: center !important;
}
.dropdown_font-medium__IetCe {
  font-weight: 500 !important;
}
.dropdown_font-semibold__IvAob {
  font-weight: 600 !important;
}
.dropdown_radius-8__OK45Z {
  border-radius: 8px !important;
}
.dropdown_truncate__ir8mB {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown_whitespace-nowrap__s_wHo {
  white-space: nowrap;
}
.dropdown_whitespace-pre-wrap__Mg2_1 {
  white-space: pre-wrap;
}
.dropdown_w-100__xcaYS {
  width: 100% !important;
}
.dropdown_h-100__riES7 {
  height: 100% !important;
}
.dropdown_max-w-none__QU9Ba {
  max-width: none !important;
}
.dropdown_max-h-none__0EFxE {
  max-height: none !important;
}
.dropdown_min-w-100__ll3SH {
  min-width: 100px;
}
.dropdown_heading-48-600__BEN8R {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.dropdown_heading-32-600__eGPAu {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.dropdown_heading-24-600__FQPIe {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.dropdown_heading-18-600__S5EoG {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.dropdown_heading-18-400__b9sA1 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.dropdown_heading-16-700__R9VJY {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.dropdown_text-16-400__Q6orI {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.dropdown_heading-14-600__C6_XU {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.dropdown_heading-14-500__EqtD4 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.dropdown_text-14-400__VPLub {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.dropdown_text-13-500__NxQbP {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.dropdown_text-13-600__cnuxo {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.dropdown_text-13-400__vbudn {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.dropdown_text-12-500__nL7OR {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.dropdown_text-12-600__M2ijC {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.dropdown_text-12-400__VSjD_ {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.dropdown_status-badge__p0hy6 {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.dropdown_status-badge__p0hy6.dropdown_paused__HSRFx {
  background-color: #ff8b3d;
  color: #fff !important;
}
.dropdown_status-badge__p0hy6.dropdown_created___o7Fv,
.dropdown_status-badge__p0hy6.dropdown_inactive__JAmUe,
.dropdown_status-badge__p0hy6.dropdown_pending__IEZz0 {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.dropdown_status-badge__p0hy6.dropdown_active__wJXI0 {
  background-color: #56bf56;
  color: #fff !important;
}
.dropdown_status-badge__p0hy6.dropdown_error__Fmj_g {
  background-color: #d0021b;
  color: #fff !important;
}
.dropdown_status-badge__p0hy6.dropdown_progress__hPaMg {
  background-color: #f5bf0c;
  color: #fff !important;
}
.dropdown_status-badge__p0hy6.dropdown_draft__qq2si {
  background-color: #e6e6e6;
  color: #000 !important;
}
.dropdown_status-badge__p0hy6.dropdown_sent__2sitz {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.dropdown_status-badge__p0hy6.dropdown_scheduled__9Lulm {
  background-color: #feefcf;
  color: #795548;
}
.dropdown_status-badge__p0hy6.dropdown_loading-badge__xDEWA {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.dropdown_status-badge__p0hy6.dropdown_loading-badge__xDEWA .dropdown_text__NgNwA {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.dropdown_status-badge__p0hy6.dropdown_loading-badge__xDEWA .dropdown_slider__9o6gS {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: dropdown_moveSlideshow__Jlf3M 3s linear infinite;
}
@keyframes dropdown_moveSlideshow__Jlf3M {
  to {
    transform: translateX(200%);
  }
}
.dropdown_flex__YhiFH {
  display: flex !important;
}
.dropdown_flex-space-between__xQi9n {
  justify-content: space-between;
}
.dropdown_flex-align-start__5dMKr {
  align-items: flex-start;
}
.dropdown_flex-align-center__tHLDH {
  align-items: center;
}
.dropdown_flex-absolute-center__LKS77 {
  justify-content: center;
  align-items: center;
}
.dropdown_flex-container__dl7bZ {
  display: flex;
  flex-wrap: wrap;
}
.dropdown_flex-column__pIxL4 {
  flex-direction: column;
}
.dropdown_flex-justify-end__yIEHN {
  justify-content: flex-end;
}
.dropdown_position-relative__JdBbP {
  position: relative !important;
}
.dropdown_position-static__FSy_t {
  position: static !important;
}
.dropdown_position-absolute__qfygn {
  position: absolute !important;
}
.dropdown_hr-grey__yxQyk {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.dropdown_input-border__r4KZZ {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.dropdown_action-content-box__UVTvP,
.dropdown_box-content__rWVFw,
.dropdown_box-content__rWVFw .dropdown_upload-data-input-with-icon___9FxO,
.dropdown_default-border__kZyBx {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.dropdown_bg-grey__8mfeA {
  background-color: #f9f9f9 !important;
}
.dropdown_bg-white__7qh5x {
  background-color: #fff !important;
}
.dropdown_pos-relative__C0B9U {
  position: relative !important;
}
.dropdown_text-light__sUNLE {
  color: #757c80 !important;
}
.dropdown_text-red__wloh7 {
  color: #d0021b !important;
}
.dropdown_text-green__rUwdy {
  color: #56bf56 !important;
}
.dropdown_text-blue__VESD1 {
  color: #31a7e7;
}
.dropdown_text-sec-blue__yJYNi {
  color: #1b02b1 !important;
}
.dropdown_notification-dot__HV4E_ {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.dropdown_title-with-action-on-left__N1Ppq {
  display: flex;
  justify-content: space-between;
}
.dropdown_error__Fmj_g {
  color: #d0021b;
}
.dropdown_error-border__h4MXY {
  border: 1px solid #d0021b !important;
}
.dropdown_rotate__qh7uM {
  animation: dropdown_rotation__YKogN 2s linear infinite;
}
@keyframes dropdown_rotation__YKogN {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.dropdown_switch__6T3Ke {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.dropdown_switch__6T3Ke .dropdown_btn-toggle__gJiZt {
  opacity: 0;
  width: 0;
  height: 0;
}
.dropdown_switch__6T3Ke .dropdown_slider__9o6gS {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.dropdown_switch__6T3Ke .dropdown_slider__9o6gS:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.dropdown_switch__6T3Ke .dropdown_slider__9o6gS:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.dropdown_switch__6T3Ke .dropdown_btn-toggle__gJiZt.dropdown_enabled__LPiSR + .dropdown_slider__9o6gS {
  background-color: #ffc926;
  border: none;
}
.dropdown_switch__6T3Ke .dropdown_btn-toggle__gJiZt:focus + .dropdown_slider__9o6gS {
  box-shadow: 0 0 1px #2196f3;
}
.dropdown_switch__6T3Ke .dropdown_btn-toggle__gJiZt.dropdown_enabled__LPiSR + .dropdown_slider__9o6gS:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.dropdown_switch__6T3Ke .dropdown_btn-toggle__gJiZt.dropdown_enabled__LPiSR + .dropdown_slider__9o6gS:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#dropdown_appleid-signin__dTeuf {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#dropdown_appleid-signin__dTeuf > div {
  width: 200px !important;
  height: 38px !important;
}
.dropdown_page-header__SwA3z {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dropdown_page-header__SwA3z.dropdown_clear-side__IQLYj {
  padding: 40px 0 32px;
}
.dropdown_page-spacing__Di6Xx {
  padding: 0 40px;
}
.dropdown_page-header-title__umMKx {
  color: #17191a;
  margin: 0 0 8px;
}
.dropdown_header-bar__3J0YK {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.dropdown_box-content__rWVFw {
  background-color: #fff;
  margin-bottom: 24px;
}
.dropdown_box-content__rWVFw .dropdown_header__TQrmR {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.dropdown_box-content__rWVFw .dropdown_header-l__dQPVU {
  padding: 24px 16px;
  margin: 0;
}
.dropdown_box-content__rWVFw .dropdown_content__Edw4N {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.dropdown_box-content__rWVFw .dropdown_content-header__4U3Ty {
  margin-bottom: 4px;
  margin-top: 0;
}
.dropdown_box-content__rWVFw .dropdown_table-content__avr7c {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.dropdown_box-content__rWVFw .dropdown_help-text__Bjx2d {
  line-height: 20px;
}
.dropdown_box-content__rWVFw .dropdown_sub-text__YdQBj {
  color: #757c80;
}
.dropdown_box-content__rWVFw .dropdown_content-data-input__bG__d {
  margin-top: 8px;
}
.dropdown_box-content__rWVFw .dropdown_data-entry-input__qICPL,
.dropdown_box-content__rWVFw .dropdown_upload-data-input-with-icon___9FxO {
  margin-top: 8px;
  padding: 0 11px;
}
.dropdown_box-content__rWVFw .dropdown_upload-data-input-with-icon___9FxO {
  cursor: pointer;
  background: #f9f9f9;
}
.dropdown_box-content__rWVFw .dropdown_upload-data-input-with-icon___9FxO input {
  padding: 12px 2px;
}
.dropdown_box-content__rWVFw .dropdown_upload-data-input-with-icon___9FxO input:disabled,
.dropdown_box-content__rWVFw .dropdown_upload-data-input-with-icon___9FxO input:hover {
  cursor: pointer !important;
}
.dropdown_empty-state__EKKuU {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.dropdown_empty-state__EKKuU.dropdown_contact-list__rZUeq {
  width: 80%;
}
.dropdown_empty-state__EKKuU .dropdown_empty-title__1s3jE {
  font-size: 14px;
  font-weight: 500px;
}
.dropdown_empty-state-wrapper__WXZNb {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.dropdown_empty-state-wrapper__WXZNb h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.dropdown_empty-state-wrapper__WXZNb div {
  color: #757c80;
  margin: 16px 0 12px;
}
.dropdown_empty-state-button__CnATM {
  margin: 20px 10px;
}
.dropdown_handel-bar__VApi5 {
  fill: #b7bfc6;
  vertical-align: middle;
}
.dropdown_tag__9oYN_ {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.dropdown_ant-color-picker-input__AGNRM .dropdown_ant-input__EeKaL {
  height: 22px;
}
.dropdown_ant-color-picker-trigger__E7Ypw {
  width: 23px;
  height: 23px;
}
.dropdown_ant-color-picker-trigger__E7Ypw .dropdown_ant-color-picker-color-block__2uwKQ {
  width: 18px;
  height: 18px;
}
.dropdown_box-content__rWVFw .dropdown_content__Edw4N input,
.dropdown_box-content__rWVFw .dropdown_upload-data-input-with-icon___9FxO input,
input input.dropdown_input-white__lsngf,
input textarea.dropdown_input-white__lsngf,
input.dropdown_input-grey__tKi3Q,
textarea input.dropdown_input-white__lsngf,
textarea textarea.dropdown_input-white__lsngf,
textarea.dropdown_input-grey__tKi3Q {
  background-color: #f9f9f9;
}
.dropdown_box-content__rWVFw .dropdown_content__Edw4N input:active,
.dropdown_box-content__rWVFw .dropdown_content__Edw4N input:focus,
.dropdown_box-content__rWVFw .dropdown_content__Edw4N input:hover,
.dropdown_box-content__rWVFw .dropdown_upload-data-input-with-icon___9FxO input:active,
.dropdown_box-content__rWVFw .dropdown_upload-data-input-with-icon___9FxO input:focus,
.dropdown_box-content__rWVFw .dropdown_upload-data-input-with-icon___9FxO input:hover,
input input.dropdown_input-white__lsngf:active,
input input.dropdown_input-white__lsngf:focus,
input input.dropdown_input-white__lsngf:hover,
input textarea.dropdown_input-white__lsngf:active,
input textarea.dropdown_input-white__lsngf:focus,
input textarea.dropdown_input-white__lsngf:hover,
input.dropdown_input-grey__tKi3Q:active,
input.dropdown_input-grey__tKi3Q:focus,
input.dropdown_input-grey__tKi3Q:hover,
textarea input.dropdown_input-white__lsngf:active,
textarea input.dropdown_input-white__lsngf:focus,
textarea input.dropdown_input-white__lsngf:hover,
textarea textarea.dropdown_input-white__lsngf:active,
textarea textarea.dropdown_input-white__lsngf:focus,
textarea textarea.dropdown_input-white__lsngf:hover,
textarea.dropdown_input-grey__tKi3Q:active,
textarea.dropdown_input-grey__tKi3Q:focus,
textarea.dropdown_input-grey__tKi3Q:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.dropdown_input-white__lsngf:active,
input.dropdown_input-white__lsngf:focus,
input.dropdown_input-white__lsngf:hover,
span.dropdown_input-white__lsngf:active,
span.dropdown_input-white__lsngf:focus,
span.dropdown_input-white__lsngf:hover,
textarea.dropdown_input-white__lsngf:active,
textarea.dropdown_input-white__lsngf:focus,
textarea.dropdown_input-white__lsngf:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.dropdown_image-uploader-flex__fkcGb .dropdown_ant-upload-select__5texo {
  display: flex;
}
.dropdown_image-uploader-flex__fkcGb .dropdown_ant-upload-select__5texo .dropdown_ant-upload__k9qHF {
  flex: 1 1;
}
.dropdown_modal-footer-wrapper__OZ4RU {
  display: flex;
  justify-content: center;
}
.dropdown_app-modal__eQ1sH .dropdown_small__e20L4 {
  width: 350px;
}
.dropdown_toast__Ke1LL.dropdown_negative__tg_mo .dropdown_ant-message-notice-content__oVmHu {
  background-color: #d0021b;
}
.dropdown_toast__Ke1LL.dropdown_positive__Nm_4w .dropdown_ant-message-notice-content__oVmHu {
  background-color: #56bf56;
}
.dropdown_toast__Ke1LL.dropdown_loading__6LMaY .dropdown_ant-message-notice-content__oVmHu .dropdown_toast-wrapper__yjHU2 .dropdown_contents__5XI3C,
.dropdown_toast__Ke1LL.dropdown_loading__6LMaY .dropdown_ant-message-notice-content__oVmHu .dropdown_toast-wrapper__yjHU2 .dropdown_contents__5XI3C .dropdown_title__F7CUR {
  color: #000 !important;
}
.dropdown_toast__Ke1LL.dropdown_loading__6LMaY .dropdown_ant-message-loading__ljDB6 .dropdown_anticon-loading__aE_gQ {
  font-size: 1.5rem;
}
.dropdown_toast__Ke1LL .dropdown_ant-message-notice-content__oVmHu {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.dropdown_toast__Ke1LL .dropdown_ant-message-notice-content__oVmHu .dropdown_toast-wrapper__yjHU2 {
  position: relative;
  display: flex;
  align-items: center;
}
.dropdown_toast__Ke1LL .dropdown_ant-message-notice-content__oVmHu .dropdown_toast-wrapper__yjHU2 .dropdown_contents__5XI3C {
  position: relative;
  padding-left: 16px;
}
.dropdown_toast__Ke1LL .dropdown_ant-message-notice-content__oVmHu .dropdown_toast-wrapper__yjHU2 .dropdown_contents__5XI3C .dropdown_title__F7CUR {
  color: #fff !important;
}
.dropdown_toast__Ke1LL .dropdown_ant-message-notice-content__oVmHu .dropdown_toast-wrapper__yjHU2 .dropdown_contents__5XI3C p {
  margin: 0;
}
.dropdown_toast__Ke1LL .dropdown_ant-message-notice-content__oVmHu .dropdown_toast-wrapper__yjHU2 .dropdown_contents__5XI3C p a,
.dropdown_toast__Ke1LL .dropdown_ant-message-notice-content__oVmHu .dropdown_toast-wrapper__yjHU2 .dropdown_contents__5XI3C p button {
  color: #fff;
  text-decoration: underline;
}
.dropdown_toast__Ke1LL .dropdown_ant-message-notice-content__oVmHu .dropdown_icon__mijuC {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.dropdown_toast__Ke1LL .dropdown_ant-message-notice-content__oVmHu .dropdown_icon__mijuC.dropdown_positive__Nm_4w {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.dropdown_toast__Ke1LL .dropdown_ant-message-notice-content__oVmHu .dropdown_icon__mijuC.dropdown_positive__Nm_4w:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.dropdown_toast__Ke1LL .dropdown_ant-message-notice-content__oVmHu .dropdown_icon__mijuC.dropdown_negative__tg_mo {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.dropdown_toast__Ke1LL .dropdown_ant-message-notice-content__oVmHu .dropdown_icon__mijuC.dropdown_negative__tg_mo:before {
  top: 10px;
}
.dropdown_action-content-box__UVTvP {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.dropdown_action-content-box__UVTvP.dropdown_numbered__6B6k1 .dropdown_sub-content__WGQLD p {
  margin-left: 18px;
}
.dropdown_action-content-box__UVTvP .dropdown_sub-content__WGQLD {
  padding: 26px 26px 20px;
}
.dropdown_action-content-box__UVTvP .dropdown_sub-content__WGQLD.dropdown_right__25cqv {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.dropdown_action-content-box__UVTvP .dropdown_sub-content__WGQLD.dropdown_right__25cqv button {
  margin: 0 20px;
}
.dropdown_action-content-box__UVTvP .dropdown_sub-content__WGQLD h4,
.dropdown_action-content-box__UVTvP .dropdown_sub-content__WGQLD p.dropdown_bold__v7hFi {
  margin: 0;
}
.dropdown_action-content-box__UVTvP .dropdown_sub-content__WGQLD h4 span,
.dropdown_action-content-box__UVTvP .dropdown_sub-content__WGQLD p.dropdown_bold__v7hFi span {
  width: 18px;
  display: inline-block;
}
.dropdown_action-content-box__UVTvP .dropdown_sub-content__WGQLD p {
  margin: 6px 0 0;
}
.dropdown_action-content-box__UVTvP .dropdown_remove__NZ2f0 {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.dropdown_options-dot__XtrDh {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.dropdown_options-dot__XtrDh.dropdown_boxed__paCx0 {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.dropdown_options-dot__XtrDh.dropdown_active__wJXI0,
.dropdown_options-dot__XtrDh:focus-visible,
.dropdown_options-dot__XtrDh:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.dropdown_clickable__LMvfm {
  cursor: pointer;
}
.dropdown_beta-label__9e4U1 {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.dropdown_none-style-list-options__Uh_dg {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.dropdown_none-style-list-options__Uh_dg li {
  margin: 5px 0;
}
.dropdown_ant-tour__HtzyH {
  width: 400px;
}
.dropdown_ant-collapse__xcFdP > .dropdown_ant-collapse-item__WWp4W > .dropdown_ant-collapse-header-collapsible-only__ohB0M > .dropdown_ant-collapse-header-text__7iq4q {
  flex: auto;
}
.dropdown_onboarding-tour-header__AZ4Ms {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.dropdown_onboarding-tour-description__HEZPH {
  color: #17191a;
  font-size: 16px;
}
.dropdown_tour-hidden-button__qEqWr {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.dropdown_ai-onboarding-tour-header___wi5K {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.dropdown_onboarding-step-ai-tour__FFNnM {
  width: 350px;
}
.dropdown_onboarding-step-ai-tour__FFNnM .dropdown_onboarding-step-ai-tour-inner__T9t8S .dropdown_onboarding-step-ai-tour-description__QNwPm {
  padding: 0 20px;
}
.dropdown_onboarding-step-ai-tour__FFNnM .dropdown_onboarding-step-ai-tour-inner__T9t8S .dropdown_onboarding-step-ai-tour-footer__V_IbZ {
  padding: 0 20px 20px;
}
.dropdown_onboarding-step-ai-tour__FFNnM .dropdown_onboarding-step-ai-tour-inner__T9t8S .dropdown_onboarding-step-ai-tour-header__zo23V {
  padding: 20px 20px 4px;
}
.dropdown_onboarding-step-ai-tour__FFNnM .dropdown_onboarding-step-ai-tour-inner__T9t8S .dropdown_onboarding-step-ai-tour-indicators__UAFVp {
  display: flex;
  width: 100%;
}
.dropdown_onboarding-step-ai-tour__FFNnM .dropdown_onboarding-step-ai-tour-inner__T9t8S .dropdown_onboarding-step-ai-tour-buttons__ZtIfs {
  width: 0;
  visibility: hidden;
}
.dropdown_onboarding-step-ai-tour-mask__QflXX mask[id^='onboarding-step-ai-tour-mask'] rect.dropdown_onboarding-step-ai-tour-placeholder-animated__5GMoL {
  rx: 8px;
}
.dropdown_onboarding-step-ai-tour-round-mask__khPV5 mask[id^='onboarding-step-ai-tour-round-mask'] rect.dropdown_onboarding-step-ai-tour-round-placeholder-animated__h8rAP {
  rx: 25px;
}
.dropdown_onboarding-step-tour__SncFh {
  width: 400px;
}
.dropdown_onboarding-step-tour__SncFh.dropdown_content-hidden__hBSSj {
  display: none !important;
}
.dropdown_onboarding-step-tour__SncFh.dropdown_extended-width__ZHLQP {
  width: 600px;
}
.dropdown_onboarding-step-tour-mask__goJci mask[id^='onboarding-step-tour-mask'] rect.dropdown_onboarding-step-tour-placeholder-animated__Er3me {
  rx: 8px;
}
.dropdown_onboarding-step-one-tour__JFA2R {
  width: 400px;
}
.dropdown_onboarding-step-one-tour__JFA2R.dropdown_content-hidden__hBSSj {
  display: none !important;
}
.dropdown_onboarding-step-one-tour__JFA2R.dropdown_extended-width__ZHLQP {
  width: 600px;
}
.dropdown_onboarding-step-one-tour-mask__zWN9t mask[id^='onboarding-step-one-tour-mask'] rect.dropdown_onboarding-step-one-tour-placeholder-animated__ll_wq {
  rx: 25px;
}
.dropdown_support-unread-tour__9q0Hy {
  width: 272px;
}
.dropdown_support-unread-tour__9q0Hy .dropdown_support-unread-tour-inner__9Z_LT .dropdown_support-unread-tour-header__XHQJm {
  padding: 8px 16px 4px;
}
.dropdown_support-unread-tour__9q0Hy .dropdown_support-unread-tour-inner__9Z_LT .dropdown_support-unread-tour-footer__ZiaBT {
  padding: 0 16px 16px;
}
.dropdown_support-unread-tour__9q0Hy .dropdown_support-unread-tour-inner__9Z_LT .dropdown_support-unread-tour-close__nn_xt {
  top: 10px;
}
.dropdown_preserve-scroll-position__Oixe_ {
  overflow-anchor: none;
}
.dropdown_toolbar-wrapper__ebp7a {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.dropdown_toolbar-wrapper__ebp7a .dropdown_anticon___XqOM {
  padding: 12px;
  cursor: pointer;
}
.dropdown_toolbar-wrapper__ebp7a .dropdown_anticon___XqOM:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.dropdown_toolbar-wrapper__ebp7a .dropdown_anticon___XqOM:hover {
  opacity: 0.3;
}
.dropdown_ant-carousel__0ICyZ .dropdown_slick-dots__11ZtV li.dropdown_slick-active__zV__G button {
  background-color: #8158ec;
}
.dropdown_ant-carousel__0ICyZ .dropdown_slick-dots__11ZtV li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.dropdown_ant-modal-root__GYlvK .dropdown_ant-modal-mask__6We0t,
.dropdown_ant-modal-root__GYlvK .dropdown_ant-modal-wrap__8OMhE {
  z-index: 1001;
}
.dropdown_focused__4S0SW {
  background-color: #f5f5f5;
}
.dropdown_spinner-overlay__OQE2a,
.dropdown_spinner__AXuMw {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.dropdown_spinner-overlay__OQE2a {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.dropdown_spinner__AXuMw {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropdown_large-tag__MTKMX {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.dropdown_email-pill__Xivcd,
.dropdown_phone-pill__6AMY4 {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.dropdown_email-pill__Xivcd:not(:empty),
.dropdown_phone-pill__6AMY4:not(:empty) {
  padding: 4px;
}
.dropdown_phone-pill__6AMY4 {
  background-color: #e0f2fb;
}
.dropdown_email-pill__Xivcd {
  background-color: #ffefbe;
}
.dropdown_input-box__6gVNr {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.dropdown_input-box__6gVNr.dropdown_bordered__ecVX0 {
  border: 1px solid #e6e6e6;
}
.dropdown_input-box__6gVNr.dropdown_large__QNdRP {
  height: auto;
  min-height: 80px;
}
.dropdown_input-box__6gVNr:focus {
  border-color: #ffc926;
}
.dropdown_page-header-title__umMKx {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.dropdown_action-content-box__UVTvP .dropdown_sub-content__WGQLD h4,
.dropdown_empty-state-wrapper__WXZNb h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.dropdown_box-content__rWVFw .dropdown_header-l__dQPVU,
.dropdown_box-content__rWVFw .dropdown_header__TQrmR,
.dropdown_toast__Ke1LL .dropdown_ant-message-notice-content__oVmHu .dropdown_toast-wrapper__yjHU2 .dropdown_contents__5XI3C .dropdown_title__F7CUR {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.dropdown_action-content-box__UVTvP .dropdown_sub-content__WGQLD p.dropdown_bold__v7hFi,
.dropdown_empty-state-wrapper__WXZNb h2 a,
.dropdown_header-bar__3J0YK .dropdown_title__F7CUR {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.dropdown_box-content__rWVFw .dropdown_content-header__4U3Ty {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.dropdown_action-content-box__UVTvP .dropdown_sub-content__WGQLD p,
.dropdown_empty-state-wrapper__WXZNb div,
.dropdown_toast__Ke1LL .dropdown_ant-message-notice-content__oVmHu .dropdown_toast-wrapper__yjHU2 .dropdown_contents__5XI3C p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.dropdown_blue-button__yVDTW,
.dropdown_box-content__rWVFw .dropdown_content__Edw4N input,
.dropdown_box-content__rWVFw .dropdown_upload-data-input-with-icon___9FxO input,
.dropdown_button-with-bg-color__2U8Hb,
.dropdown_cancel-button__1jr5a,
.dropdown_green-button__Qcboz,
.dropdown_input-box__6gVNr,
.dropdown_input-grey__tKi3Q,
.dropdown_orange-button__0udlm,
.dropdown_positive-button__38WDH,
.dropdown_purple-button__PN4e9,
.dropdown_select-with-search-list___wxF_ .dropdown_select-with-search-list-item__30a6X,
.dropdown_white-button-blue-text__6bP_2,
.dropdown_white-button__snKWs,
button.dropdown_icon-button__tNDow,
button.dropdown_text-only__VqlfD,
input .dropdown_input-white__lsngf,
textarea .dropdown_input-white__lsngf {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.dropdown_large-tag__MTKMX,
button.dropdown_show-more__4mXoL,
button.dropdown_text-only__VqlfD,
span.dropdown_text-only__VqlfD button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.dropdown_tag__9oYN_ {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.dropdown_beta-label__9e4U1,
.dropdown_error-text-link__RzkF7,
.dropdown_error-text__niK66,
.dropdown_error__Fmj_g {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.dropdown_mini-square__XeaAk {
  width: 20px;
  height: 20px;
}
.dropdown_select-with-search__pXYks {
  width: 100%;
  max-height: 300px;
  overflow: auto;
}
.dropdown_select-with-search-list___wxF_ {
  overflow: auto;
}
.dropdown_select-with-search-list___wxF_ .dropdown_select-with-search-list-item__30a6X {
  border-block: none;
  padding: 12px 8px;
  display: flex;
}
.dropdown_label-wrapper__WI1RY {
  min-width: 100%;
}
.dropdown_label-wrapper__WI1RY span:last-child {
  max-width: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown_search-input__FreJG {
  font-size: 12px;
  font-weight: 300;
  margin: 5px 8px;
  width: auto;
  display: flex;
}
.dropdown_search-icon__fIQUn {
  color: #a3a3a3;
  font-size: 16px;
}
.lists-input_icon__tHgu_ {
  padding: 4px;
}
.lists-input_icon-wrapper__HYfRf {
  padding: 4px;
  color: #454a4d;
}
.lists-input_icon-wrapper-absolute___pcxC {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.lists-input_icon-wrapper-absolute___pcxC .lists-input_icon__tHgu_ {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.lists-input_icon-sms__pyEYn {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.lists-input_icon-email__9bC3p {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.lists-input_icon-mixed__dZ44R {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.lists-input_icon-picker-wrapper__0WqMS {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.lists-input_icon-picker-wrapper__0WqMS:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.lists-input_icon-picker-wrapper__0WqMS:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .lists-input_icon-picker-wrapper__0WqMS {
    margin-right: 5px;
  }
}
.lists-input_icon-checkmark-white__UcN82 {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.lists-input_icon-x-white__5iBqm {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.lists-input_icon-help__H5piX {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.lists-input_icon-help__H5piX:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.lists-input_container__He3Cr select,
.lists-input_ico-arrow-down__WND9w {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.lists-input_container__He3Cr select.lists-input_ant-dropdown-trigger__0bubB,
.lists-input_ico-arrow-down__WND9w.lists-input_ant-dropdown-trigger__0bubB {
  padding-right: 24px;
  cursor: pointer;
}
.lists-input_container__He3Cr select.lists-input_ant-dropdown-trigger__0bubB:disabled,
.lists-input_container__He3Cr select.lists-input_ant-dropdown-trigger__0bubB[disabled],
.lists-input_ico-arrow-down__WND9w.lists-input_ant-dropdown-trigger__0bubB:disabled,
.lists-input_ico-arrow-down__WND9w.lists-input_ant-dropdown-trigger__0bubB[disabled] {
  cursor: default;
  background: transparent;
}
.lists-input_ico-arrow-gray__QwU3Q {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.lists-input_ico-arrow-gray__QwU3Q.lists-input_down__Ld_NO {
  transform: rotate(90deg);
}
.lists-input_ico-arrow-gray__QwU3Q.lists-input_up__1MzAQ {
  transform: rotate(-90deg);
}
.lists-input_ico-arrow-gray__QwU3Q.lists-input_right__9D0Ra {
  transform: rotate(180deg);
}
.lists-input_ico-arrow-gray__QwU3Q.lists-input_ant-dropdown-trigger__0bubB {
  padding-right: 24px;
  cursor: pointer;
}
.lists-input_ico-arrow-gray__QwU3Q.lists-input_ant-dropdown-trigger__0bubB:disabled,
.lists-input_ico-arrow-gray__QwU3Q.lists-input_ant-dropdown-trigger__0bubB[disabled] {
  cursor: default;
  background: transparent;
}
.lists-input_icon-error-triangle____FOO {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.lists-input_ico-compose__B_xMN {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.lists-input_ico-compose-white__ZUPPf {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.lists-input_icon-google-play__8E48Q {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.lists-input_icon-app-store__QrhrI {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.lists-input_icon-social-fb__qFA8n {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.lists-input_icon-social-tw__ciPl5 {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.lists-input_icon-disclosure__60a4k {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.lists-input_icon-16__oqzcE {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.lists-input_icon-18__EsGUm {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.lists-input_icon-gray5__coTWQ {
  color: #999 !important;
}
.lists-input_ico-arrow-black__npc3S {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.lists-input_ico-arrow-black__npc3S.lists-input_down__Ld_NO {
  transform: rotate(90deg);
}
.lists-input_ico-arrow-black__npc3S.lists-input_up__1MzAQ {
  transform: rotate(-90deg);
}
.lists-input_ico-arrow-black__npc3S.lists-input_right__9D0Ra {
  transform: rotate(180deg);
}
.lists-input_icon-copy__q7oLi {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.lists-input_icon-copy__q7oLi:hover {
  background-image: url(/icons/copy-black.svg);
}
.lists-input_icon-msg-white__lnO44 {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.lists-input_icon-email-white__Ghjnf {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.lists-input_icon-black-bg__yFAiO {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.lists-input_icon-black-bg__yFAiO > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.lists-input_icon-inbox-black-filled__bOMeS {
  background-image: url(/icons/inbox-black.svg);
}
.lists-input_icon-contacts__V3bni {
  background-image: url(/icons/sidebar/contacts.svg);
}
.lists-input_page-header-title__V8JF0 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.lists-input_action-content-box__Cf1ve .lists-input_sub-content__VNwtu h4,
.lists-input_empty-state-wrapper__Pi951 h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.lists-input_box-content__RUTuy .lists-input_header-l__i7_wz,
.lists-input_box-content__RUTuy .lists-input_header__9Qdvj,
.lists-input_toast__nOfCt .lists-input_ant-message-notice-content__oJhZK .lists-input_toast-wrapper__zxR_S .lists-input_contents__hjRr3 .lists-input_title__8LJkj {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.lists-input_action-content-box__Cf1ve .lists-input_sub-content__VNwtu p.lists-input_bold__VSdEF,
.lists-input_empty-state-wrapper__Pi951 h2 a,
.lists-input_header-bar__RVTtP .lists-input_title__8LJkj {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.lists-input_box-content__RUTuy .lists-input_content-header__gWTtw {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.lists-input_action-content-box__Cf1ve .lists-input_sub-content__VNwtu p,
.lists-input_empty-state-wrapper__Pi951 div,
.lists-input_select-dropdown___sSiw .lists-input_select-dropdown-item__Orv0E,
.lists-input_toast__nOfCt .lists-input_ant-message-notice-content__oJhZK .lists-input_toast-wrapper__zxR_S .lists-input_contents__hjRr3 p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.lists-input_blue-button__V8WzM,
.lists-input_box-content__RUTuy .lists-input_content__ZMIrx input,
.lists-input_box-content__RUTuy .lists-input_upload-data-input-with-icon__Uq_n6 input,
.lists-input_button-with-bg-color__PX7sZ,
.lists-input_cancel-button__1Rmco,
.lists-input_green-button__wy8pO,
.lists-input_input-box__xDJVZ,
.lists-input_input-grey__s515L,
.lists-input_lists-input-global__o8B6E .ant-select-selection-placeholder,
.lists-input_lists-input-global__o8B6E .ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input,
.lists-input_orange-button__WhjRV,
.lists-input_positive-button__qy1gD,
.lists-input_purple-button__WP53g,
.lists-input_white-button-blue-text__dS7hv,
.lists-input_white-button__IpJq0,
button.lists-input_icon-button__xE9Cc,
button.lists-input_text-only__ivcXF,
input .lists-input_input-white___4gDQ,
textarea .lists-input_input-white___4gDQ {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.lists-input_large-tag__MkruZ,
button.lists-input_show-more__hQXmc,
button.lists-input_text-only__ivcXF,
span.lists-input_text-only__ivcXF button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.lists-input_lists-input__InYH5 .ant-select-selection-placeholder,
.lists-input_selected-lists__A4g_A .lists-input_selected-lists-item__aGrJ0 .lists-input_selected-lists-item-name__sJydr {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.lists-input_global-selected-lists__ZNa5y .lists-input_selected-list-item-tag__J766P,
.lists-input_tag__EuFx7 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.lists-input_beta-label__3skBQ,
.lists-input_error-text-link__Ay1pM,
.lists-input_error-text__hgS8G,
.lists-input_error__urK3z {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.lists-input_mini-square__36_Zl {
  width: 20px;
  height: 20px;
}
.lists-input_help-text__oygzt {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.lists-input_error-text__hgS8G {
  color: #d0021b;
  flex-grow: 1;
}
.lists-input_error-text-link__Ay1pM {
  color: #d0021b;
  text-decoration: underline;
}
.lists-input_descriptive-text__LSkS6 {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.lists-input_visually-hidden__rxp4k {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.lists-input_visually-hidden__rxp4k.lists-input_focusable__8Ii7m:active,
.lists-input_visually-hidden__rxp4k.lists-input_focusable__8Ii7m:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.lists-input_visually-offscreen__iuaHN {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.lists-input_invisible__rXv5G {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.lists-input_hidden__ulId4 {
  display: none !important;
  visibility: hidden;
}
.lists-input_strong__wVG6K {
  font-weight: 700;
}
.lists-input_align-right__jj6Qd {
  text-align: right;
}
.lists-input_align-left__F8PIt {
  text-align: left;
}
.lists-input_centered__GxboG {
  text-align: center;
}
.lists-input_timestamp__y5aO8 {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.lists-input_display-block__on0K7 {
  display: block !important;
}
.lists-input_inline-block__h0zou {
  display: inline-block !important;
}
.lists-input_hm-app-body__N1eQw button.lists-input_ant-switch__YA_fc[disabled],
.lists-input_hm-app-body__N1eQw button.lists-input_ant-switch__YA_fc[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.lists-input_blue-button__V8WzM,
.lists-input_button-with-bg-color__PX7sZ,
.lists-input_cancel-button__1Rmco,
.lists-input_green-button__wy8pO,
.lists-input_orange-button__WhjRV,
.lists-input_positive-button__qy1gD,
.lists-input_purple-button__WP53g,
.lists-input_white-button-blue-text__dS7hv,
.lists-input_white-button__IpJq0,
button.lists-input_icon-button__xE9Cc,
button.lists-input_text-only__ivcXF {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.lists-input_text-only__ivcXF,
span.lists-input_text-only__ivcXF button {
  color: #31a7e7;
  padding: 0;
}
button.lists-input_text-only__ivcXF[disabled],
button.lists-input_text-only__ivcXF[disabled]:active,
button.lists-input_text-only__ivcXF[disabled]:focus,
button.lists-input_text-only__ivcXF[disabled]:hover,
span.lists-input_text-only__ivcXF button[disabled],
span.lists-input_text-only__ivcXF button[disabled]:active,
span.lists-input_text-only__ivcXF button[disabled]:focus,
span.lists-input_text-only__ivcXF button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.lists-input_text-only__ivcXF.lists-input_red-text__yTu8G,
button.lists-input_text-only__ivcXF.lists-input_red-text__yTu8G:active,
button.lists-input_text-only__ivcXF.lists-input_red-text__yTu8G:focus,
button.lists-input_text-only__ivcXF.lists-input_red-text__yTu8G:hover,
span.lists-input_text-only__ivcXF button.lists-input_red-text__yTu8G,
span.lists-input_text-only__ivcXF button.lists-input_red-text__yTu8G:active,
span.lists-input_text-only__ivcXF button.lists-input_red-text__yTu8G:focus,
span.lists-input_text-only__ivcXF button.lists-input_red-text__yTu8G:hover {
  color: #d0021b;
}
button.lists-input_text-only__ivcXF.lists-input_gray-text__YpAXa,
span.lists-input_text-only__ivcXF button.lists-input_gray-text__YpAXa {
  color: #999;
}
button.lists-input_text-only__ivcXF.lists-input_gray-text__YpAXa:active,
button.lists-input_text-only__ivcXF.lists-input_gray-text__YpAXa:focus,
button.lists-input_text-only__ivcXF.lists-input_gray-text__YpAXa:hover,
span.lists-input_text-only__ivcXF button.lists-input_gray-text__YpAXa:active,
span.lists-input_text-only__ivcXF button.lists-input_gray-text__YpAXa:focus,
span.lists-input_text-only__ivcXF button.lists-input_gray-text__YpAXa:hover {
  color: #999 !important;
}
button.lists-input_text-only__ivcXF.lists-input_black-text__fcaqY,
span.lists-input_text-only__ivcXF button.lists-input_black-text__fcaqY {
  color: #17191a;
}
button.lists-input_text-only__ivcXF.lists-input_black-text__fcaqY:active,
button.lists-input_text-only__ivcXF.lists-input_black-text__fcaqY:focus,
button.lists-input_text-only__ivcXF.lists-input_black-text__fcaqY:hover,
span.lists-input_text-only__ivcXF button.lists-input_black-text__fcaqY:active,
span.lists-input_text-only__ivcXF button.lists-input_black-text__fcaqY:focus,
span.lists-input_text-only__ivcXF button.lists-input_black-text__fcaqY:hover {
  color: #8158ec;
}
button.lists-input_text-only__ivcXF.lists-input_purple-text__1QwWe,
button.lists-input_text-only__ivcXF.lists-input_purple-text__1QwWe:active,
button.lists-input_text-only__ivcXF.lists-input_purple-text__1QwWe:focus,
button.lists-input_text-only__ivcXF.lists-input_purple-text__1QwWe:hover,
span.lists-input_text-only__ivcXF button.lists-input_purple-text__1QwWe,
span.lists-input_text-only__ivcXF button.lists-input_purple-text__1QwWe:active,
span.lists-input_text-only__ivcXF button.lists-input_purple-text__1QwWe:focus,
span.lists-input_text-only__ivcXF button.lists-input_purple-text__1QwWe:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.lists-input_text-only__ivcXF:active,
button.lists-input_text-only__ivcXF:focus,
button.lists-input_text-only__ivcXF:hover,
span.lists-input_text-only__ivcXF button:active,
span.lists-input_text-only__ivcXF button:focus,
span.lists-input_text-only__ivcXF button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.lists-input_blue-button__V8WzM,
.lists-input_button-with-bg-color__PX7sZ,
.lists-input_green-button__wy8pO,
.lists-input_orange-button__WhjRV,
.lists-input_positive-button__qy1gD,
.lists-input_white-button-blue-text__dS7hv,
.lists-input_white-button__IpJq0 {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.lists-input_orange-button__WhjRV {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.lists-input_orange-button__WhjRV:active,
.lists-input_orange-button__WhjRV:focus,
.lists-input_orange-button__WhjRV:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.lists-input_orange-button__WhjRV[disabled],
.lists-input_orange-button__WhjRV[disabled]:active,
.lists-input_orange-button__WhjRV[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.lists-input_orange-button__WhjRV.lists-input_drop-down__ELqB1 {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.lists-input_scroll-loader__iMp2S {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.lists-input_green-button__wy8pO {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.lists-input_green-button__wy8pO:active,
.lists-input_green-button__wy8pO:focus,
.lists-input_green-button__wy8pO:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.lists-input_green-button__wy8pO[disabled],
.lists-input_green-button__wy8pO[disabled]:active,
.lists-input_green-button__wy8pO[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.lists-input_positive-button__qy1gD {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.lists-input_positive-button__qy1gD:active,
.lists-input_positive-button__qy1gD:focus,
.lists-input_positive-button__qy1gD:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.lists-input_positive-button__qy1gD[disabled] {
  background-color: #abe4b2;
}
.lists-input_negative-button__d6D6Y {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.lists-input_negative-button__d6D6Y:active,
.lists-input_negative-button__d6D6Y:focus,
.lists-input_negative-button__d6D6Y:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.lists-input_plain-cancel-button__6ctxy,
.lists-input_plain-cancel-button__6ctxy:active,
.lists-input_plain-cancel-button__6ctxy:focus,
.lists-input_plain-cancel-button__6ctxy:hover {
  color: #17191a;
}
.lists-input_white-button-blue-text__dS7hv,
.lists-input_white-button__IpJq0 {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.lists-input_white-button-blue-text__dS7hv:active,
.lists-input_white-button-blue-text__dS7hv:focus,
.lists-input_white-button-blue-text__dS7hv:hover,
.lists-input_white-button__IpJq0:active,
.lists-input_white-button__IpJq0:focus,
.lists-input_white-button__IpJq0:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.lists-input_white-button__IpJq0[disabled],
.lists-input_white-button__IpJq0[disabled]:active,
.lists-input_white-button__IpJq0[disabled]:focus,
.lists-input_white-button__IpJq0[disabled]:hover,
[disabled].lists-input_white-button-blue-text__dS7hv {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.lists-input_common-sentiment-emoji__BLgY7 {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.lists-input_white-button-blue-text__dS7hv {
  color: #31a7e7;
}
.lists-input_white-button-blue-text__dS7hv:active,
.lists-input_white-button-blue-text__dS7hv:focus,
.lists-input_white-button-blue-text__dS7hv:hover {
  color: #31a7e7 !important;
}
.lists-input_blue-button__V8WzM {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.lists-input_blue-button__V8WzM,
.lists-input_blue-button__V8WzM:active,
.lists-input_blue-button__V8WzM:focus,
.lists-input_blue-button__V8WzM:hover {
  background-color: #31a7e7;
  color: #fff;
}
.lists-input_green-button__wy8pO {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.lists-input_green-button__wy8pO,
.lists-input_green-button__wy8pO:active,
.lists-input_green-button__wy8pO:focus,
.lists-input_green-button__wy8pO:hover {
  background-color: #56bf56;
  color: #fff;
}
.lists-input_purple-button__WP53g {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.lists-input_purple-button__WP53g:active,
.lists-input_purple-button__WP53g:focus,
.lists-input_purple-button__WP53g:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.lists-input_dropdown-input__bzKX3 {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.lists-input_dropdown-input__bzKX3:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.lists-input_hm-app-body__N1eQw input::placeholder {
  color: #a3a3a3;
}
.lists-input_textarea-composer__LqzNS {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.lists-input_container__He3Cr input,
.lists-input_container__He3Cr textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.lists-input_input-for-copy__U9OLE {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.lists-input_input-text-bordered__hC5t0,
.lists-input_input-text__aym39,
.lists-input_input-textarea__8E_TQ {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.lists-input_input-text__aym39 {
  height: 50px;
}
.lists-input_input-text-bordered__hC5t0 {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.lists-input_xxl-input__hGM26 {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.lists-input_xl-input__p6AGU {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.lists-input_l-input__ky18b {
  width: 100%;
  font-size: 1.1rem;
}
.lists-input_box-content__RUTuy .lists-input_content__ZMIrx input,
.lists-input_box-content__RUTuy .lists-input_upload-data-input-with-icon__Uq_n6 input,
.lists-input_input-grey__s515L,
input .lists-input_input-white___4gDQ,
textarea .lists-input_input-white___4gDQ {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.lists-input_box-content__RUTuy .lists-input_content__ZMIrx input::placeholder,
.lists-input_box-content__RUTuy .lists-input_upload-data-input-with-icon__Uq_n6 input::placeholder,
.lists-input_input-grey__s515L::placeholder,
input .lists-input_input-white___4gDQ::placeholder,
textarea .lists-input_input-white___4gDQ::placeholder {
  color: #999;
  opacity: 1;
}
input .lists-input_input-white___4gDQ,
textarea .lists-input_input-white___4gDQ {
  background-color: #fff;
}
.lists-input_clearfix__X9YGE:after {
  clear: both;
  content: '';
  display: block;
}
.lists-input_hidden-important__sGabQ {
  display: none !important;
}
.lists-input_p-left__8PM_t {
  float: left;
}
.lists-input_p-right__tYEwQ {
  float: right;
}
.lists-input_image_orientation_3__paZqs {
  tranform: rotate(180deg);
}
.lists-input_image_orientation_6__jc5YL {
  tranform: rotate(90deg);
}
.lists-input_image_orientation_8__l5ujZ {
  tranform: rotate(-90deg);
}
.lists-input_image_orientation_2__kmA_w {
  tranform: scaleX(-1);
}
.lists-input_image_orientation_7__nliDF {
  tranform: scaleX(-1) rotate(-90deg);
}
.lists-input_image_orientation_4__V8Uwm {
  tranform: scaleX(-1) rotate(180deg);
}
.lists-input_image_orientation_5__t6e7S {
  tranform: scaleX(-1) rotate(90deg);
}
.lists-input_image_slideshow_orientation_3__0eN7O {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.lists-input_image_slideshow_orientation_6__qWxeM {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.lists-input_image_slideshow_orientation_8__lnELV {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.lists-input_image_slideshow_orientation_2__RPkIM {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.lists-input_image_slideshow_orientation_7__8hR12 {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.lists-input_image_slideshow_orientation_4__C97C4 {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.lists-input_image_slideshow_orientation_5__VY_RQ {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.lists-input_container__He3Cr select::-ms-expand {
  display: none !important;
}
.lists-input_container__He3Cr select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.lists-input_count-area__kmWRQ {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.lists-input_clear-top__m02m0 {
  padding-top: 0;
  margin-top: 0;
}
.lists-input_remove-x-20__D76tO,
.lists-input_remove-x__z7VbH {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.lists-input_remove-x__z7VbH.lists-input_white__dQDqQ,
.lists-input_white__dQDqQ.lists-input_remove-x-20__D76tO {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.lists-input_remove-x-20__D76tO {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.lists-input_divider__3Y6dD {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.lists-input_mobile__SbIqL {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.lists-input_blue__lOQJb {
  color: #31a7e7 !important;
}
.lists-input_white__dQDqQ {
  color: #fff !important;
}
.lists-input_purple__7hD3M {
  color: #8158ec !important;
}
.lists-input_delete__3B2zl {
  color: #d0021b !important;
}
.lists-input_dark-text__IyOrK {
  color: #17191a !important;
}
.lists-input_file-input__gV6IW {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.lists-input_image-download-wrapper__HbYHX {
  position: fixed;
  top: 40px;
  right: 100px;
}
.lists-input_overflow-y-auto__qbLR2 {
  overflow-y: auto;
}
.lists-input_is-font-icon__nofP9:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.lists-input_is-invisible__X4f0Q {
  opacity: 0;
}
.lists-input_tabbed-button__1fqPK {
  padding: 0 7px 2px;
}
.lists-input_tabbed-button__1fqPK.lists-input_selected__NA7EP {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.lists-input_show-more__hQXmc {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.lists-input_show-more__hQXmc:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.lists-input_time-input__938FL {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.lists-input_form-group__Yeqe3.lists-input_date-time__n_3_J {
  position: relative;
  top: -2px;
}
.lists-input_form-group__Yeqe3.lists-input_date-time__n_3_J.lists-input_time__o3PjL {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.lists-input_form-group__Yeqe3.lists-input_date-time__n_3_J.lists-input_form-group-hour__q4rFP .lists-input_colon__bJ6tj {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.lists-input_form-group__Yeqe3.lists-input_date-time__n_3_J.lists-input_form-group-hour__q4rFP input {
  text-align: center;
}
.lists-input_form-group__Yeqe3.lists-input_date-time__n_3_J.lists-input_form-group-day__HLXpz {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.lists-input_form-group__Yeqe3.lists-input_date-time__n_3_J.lists-input_form-group-minute__jgDw9 {
  width: 42px;
}
.lists-input_form-group__Yeqe3.lists-input_date-time__n_3_J.lists-input_form-group-clock__tSGuX {
  width: 54px;
}
.lists-input_attach-img__ZveLB {
  position: relative;
  width: 25px;
  height: 25px;
}
.lists-input_attach-img__ZveLB input#lists-input_add-image__jXu2d {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.lists-input_attach-img__ZveLB span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.lists-input_m-0__Kxw_d {
  margin: 0 !important;
}
.lists-input_ml-auto__C3QaG {
  margin-left: auto;
}
.lists-input_mr-auto__IImgg {
  margin-right: auto;
}
.lists-input_mx-auto__8nONF {
  margin-left: auto;
  margin-right: auto;
}
.lists-input_mx-16__srRoW {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.lists-input_my-16__iqUk_ {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.lists-input_mr-0__YV3E6 {
  margin-right: 0 !important;
}
.lists-input_mr-4__0225t {
  margin-right: 4px !important;
}
.lists-input_mr-8__CpGQ9 {
  margin-right: 8px !important;
}
.lists-input_mr-12__UeDx8 {
  margin-right: 12px !important;
}
.lists-input_mr-16__ewhrF {
  margin-right: 16px !important;
}
.lists-input_ml-0__grKpj {
  margin-left: 0 !important;
}
.lists-input_ml-4___J_vT {
  margin-left: 4px !important;
}
.lists-input_ml-8__7gzq_ {
  margin-left: 8px !important;
}
.lists-input_ml-12__GfoCq {
  margin-left: 12px !important;
}
.lists-input_ml-16__8sAlQ {
  margin-left: 16px !important;
}
.lists-input_mt-0__icfBV {
  margin-top: 0 !important;
}
.lists-input_mt-4__XrV54 {
  margin-top: 4px !important;
}
.lists-input_mt-8__8cmce {
  margin-top: 8px !important;
}
.lists-input_mt-16__m9Csr {
  margin-top: 16px !important;
}
.lists-input_mt-24__GVuXl {
  margin-top: 24px !important;
}
.lists-input_mt-48__oeIgK {
  margin-top: 48px !important;
}
.lists-input_mb-0__oFB_y {
  margin-bottom: 0 !important;
}
.lists-input_mb-4__Ca8g0 {
  margin-bottom: 4px !important;
}
.lists-input_mb-8__WMD2C {
  margin-bottom: 8px !important;
}
.lists-input_mb-12__ak8Ml {
  margin-bottom: 12px !important;
}
.lists-input_mb-16__s63zL {
  margin-bottom: 16px !important;
}
.lists-input_mb-24__aHmjh {
  margin-bottom: 24px !important;
}
.lists-input_mb-64__i52em {
  margin-bottom: 64px !important;
}
.lists-input_p-0__th7sC {
  padding: 0 !important;
}
.lists-input_p-16__ylNaW {
  padding: 16px;
}
.lists-input_p-40__LvjQ2 {
  padding: 40px;
}
.lists-input_px-0__EjDGf {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.lists-input_px-4__ZTeqm {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.lists-input_px-8__q44wk {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.lists-input_px-32__gIYMQ {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.lists-input_px-40__s224o {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.lists-input_pt-40__C6AjA {
  padding-top: 40px;
}
.lists-input_pt-24__pfBFf {
  padding-top: 24px;
}
.lists-input_pt-16__X0FXH {
  padding-top: 16px;
}
.lists-input_pt-12__VxORa {
  padding-top: 12px !important;
}
.lists-input_pb-40__a0B4D {
  padding-bottom: 40px;
}
.lists-input_pb-24__IMZml {
  padding-bottom: 24px;
}
.lists-input_pb-16__oVAmZ {
  padding-bottom: 16px;
}
.lists-input_pl-8__7kAlw {
  padding-left: 8px !important;
}
.lists-input_pl-12__yPJAa {
  padding-left: 12px !important;
}
.lists-input_pl-16__TjNsC {
  padding-left: 16px !important;
}
.lists-input_text-left__RvX4u {
  text-align: left !important;
}
.lists-input_text-right__nNPd1 {
  text-align: right !important;
}
.lists-input_text-center__BYVfj {
  text-align: center !important;
}
.lists-input_font-medium__iSFGk {
  font-weight: 500 !important;
}
.lists-input_font-semibold__e6d3G {
  font-weight: 600 !important;
}
.lists-input_radius-8__YZvbv {
  border-radius: 8px !important;
}
.lists-input_truncate__04O5Z {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lists-input_whitespace-nowrap__Zwx0J {
  white-space: nowrap;
}
.lists-input_whitespace-pre-wrap__PKjpl {
  white-space: pre-wrap;
}
.lists-input_w-100__2fqSp {
  width: 100% !important;
}
.lists-input_h-100__y_qD8 {
  height: 100% !important;
}
.lists-input_max-w-none__bWk_A {
  max-width: none !important;
}
.lists-input_max-h-none__ZBQLk {
  max-height: none !important;
}
.lists-input_min-w-100__qOGZa {
  min-width: 100px;
}
.lists-input_heading-48-600__sUW8c {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.lists-input_heading-32-600__tzcxd {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.lists-input_heading-24-600__dm7Xt {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.lists-input_heading-18-600__y6heY {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.lists-input_heading-18-400__PUKrL {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.lists-input_heading-16-700__rb14P {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.lists-input_text-16-400__EuD0e {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.lists-input_heading-14-600__36bmV {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.lists-input_heading-14-500__j89Ka {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.lists-input_text-14-400__xuMo4 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.lists-input_text-13-500__9Dfm1 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.lists-input_text-13-600__GgCD3 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.lists-input_text-13-400__7BvDe {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.lists-input_text-12-500__agk9J {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.lists-input_text-12-600__YVvXk {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.lists-input_text-12-400__UXTve {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.lists-input_status-badge__Z6VEc {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.lists-input_status-badge__Z6VEc.lists-input_paused__m_uEV {
  background-color: #ff8b3d;
  color: #fff !important;
}
.lists-input_status-badge__Z6VEc.lists-input_created__F7xWF,
.lists-input_status-badge__Z6VEc.lists-input_inactive__K4CKj,
.lists-input_status-badge__Z6VEc.lists-input_pending__r4qTt {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.lists-input_status-badge__Z6VEc.lists-input_active__6sdw8 {
  background-color: #56bf56;
  color: #fff !important;
}
.lists-input_status-badge__Z6VEc.lists-input_error__urK3z {
  background-color: #d0021b;
  color: #fff !important;
}
.lists-input_status-badge__Z6VEc.lists-input_progress__F3g_L {
  background-color: #f5bf0c;
  color: #fff !important;
}
.lists-input_status-badge__Z6VEc.lists-input_draft__CKTvS {
  background-color: #e6e6e6;
  color: #000 !important;
}
.lists-input_status-badge__Z6VEc.lists-input_sent__w0VxJ {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.lists-input_status-badge__Z6VEc.lists-input_scheduled__x03QF {
  background-color: #feefcf;
  color: #795548;
}
.lists-input_status-badge__Z6VEc.lists-input_loading-badge__Wt5QH {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.lists-input_status-badge__Z6VEc.lists-input_loading-badge__Wt5QH .lists-input_text___E3uE {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.lists-input_status-badge__Z6VEc.lists-input_loading-badge__Wt5QH .lists-input_slider__oh6xU {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: lists-input_moveSlideshow__pPJMr 3s linear infinite;
}
@keyframes lists-input_moveSlideshow__pPJMr {
  to {
    transform: translateX(200%);
  }
}
.lists-input_flex__beuGB {
  display: flex !important;
}
.lists-input_flex-space-between__VPz5F {
  justify-content: space-between;
}
.lists-input_flex-align-start__r9d5k {
  align-items: flex-start;
}
.lists-input_flex-align-center__rHF4g {
  align-items: center;
}
.lists-input_flex-absolute-center__Td8YO {
  justify-content: center;
  align-items: center;
}
.lists-input_flex-container__Ik_Cv {
  display: flex;
  flex-wrap: wrap;
}
.lists-input_flex-column__m2U_Q {
  flex-direction: column;
}
.lists-input_flex-justify-end__2ikEH {
  justify-content: flex-end;
}
.lists-input_position-relative__gTqFu {
  position: relative !important;
}
.lists-input_position-static__LyAoY {
  position: static !important;
}
.lists-input_position-absolute__EsjM1 {
  position: absolute !important;
}
.lists-input_hr-grey__2cfqQ {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.lists-input_input-border__Qhf8p {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.lists-input_action-content-box__Cf1ve,
.lists-input_box-content__RUTuy,
.lists-input_box-content__RUTuy .lists-input_upload-data-input-with-icon__Uq_n6,
.lists-input_default-border__ZG1VN {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.lists-input_bg-grey__S4vWe {
  background-color: #f9f9f9 !important;
}
.lists-input_bg-white__xCgdO {
  background-color: #fff !important;
}
.lists-input_pos-relative__A0vXG {
  position: relative !important;
}
.lists-input_text-light__3LTzW {
  color: #757c80 !important;
}
.lists-input_text-red__uDCiC {
  color: #d0021b !important;
}
.lists-input_text-green__joFpC {
  color: #56bf56 !important;
}
.lists-input_text-blue__7c5DS {
  color: #31a7e7;
}
.lists-input_text-sec-blue___snAK {
  color: #1b02b1 !important;
}
.lists-input_notification-dot___sA9L {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.lists-input_title-with-action-on-left__6y2wN {
  display: flex;
  justify-content: space-between;
}
.lists-input_error__urK3z {
  color: #d0021b;
}
.lists-input_error-border__Q_MyK {
  border: 1px solid #d0021b !important;
}
.lists-input_rotate__JleUN {
  animation: lists-input_rotation__DfHOe 2s linear infinite;
}
@keyframes lists-input_rotation__DfHOe {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.lists-input_switch__JdZQB {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.lists-input_switch__JdZQB .lists-input_btn-toggle__0XYKG {
  opacity: 0;
  width: 0;
  height: 0;
}
.lists-input_switch__JdZQB .lists-input_slider__oh6xU {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.lists-input_switch__JdZQB .lists-input_slider__oh6xU:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.lists-input_switch__JdZQB .lists-input_slider__oh6xU:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.lists-input_switch__JdZQB .lists-input_btn-toggle__0XYKG.lists-input_enabled__nE6qJ + .lists-input_slider__oh6xU {
  background-color: #ffc926;
  border: none;
}
.lists-input_switch__JdZQB .lists-input_btn-toggle__0XYKG:focus + .lists-input_slider__oh6xU {
  box-shadow: 0 0 1px #2196f3;
}
.lists-input_switch__JdZQB .lists-input_btn-toggle__0XYKG.lists-input_enabled__nE6qJ + .lists-input_slider__oh6xU:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.lists-input_switch__JdZQB .lists-input_btn-toggle__0XYKG.lists-input_enabled__nE6qJ + .lists-input_slider__oh6xU:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#lists-input_appleid-signin__MOCRU {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#lists-input_appleid-signin__MOCRU > div {
  width: 200px !important;
  height: 38px !important;
}
.lists-input_page-header__xy9A_ {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lists-input_page-header__xy9A_.lists-input_clear-side__ItC66 {
  padding: 40px 0 32px;
}
.lists-input_page-spacing__D1Xrq {
  padding: 0 40px;
}
.lists-input_page-header-title__V8JF0 {
  color: #17191a;
  margin: 0 0 8px;
}
.lists-input_header-bar__RVTtP {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.lists-input_box-content__RUTuy {
  background-color: #fff;
  margin-bottom: 24px;
}
.lists-input_box-content__RUTuy .lists-input_header__9Qdvj {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.lists-input_box-content__RUTuy .lists-input_header-l__i7_wz {
  padding: 24px 16px;
  margin: 0;
}
.lists-input_box-content__RUTuy .lists-input_content__ZMIrx {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.lists-input_box-content__RUTuy .lists-input_content-header__gWTtw {
  margin-bottom: 4px;
  margin-top: 0;
}
.lists-input_box-content__RUTuy .lists-input_table-content__hiQlM {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.lists-input_box-content__RUTuy .lists-input_help-text__oygzt {
  line-height: 20px;
}
.lists-input_box-content__RUTuy .lists-input_sub-text__D0Y_p {
  color: #757c80;
}
.lists-input_box-content__RUTuy .lists-input_content-data-input__3HY_m {
  margin-top: 8px;
}
.lists-input_box-content__RUTuy .lists-input_data-entry-input__LshSs,
.lists-input_box-content__RUTuy .lists-input_upload-data-input-with-icon__Uq_n6 {
  margin-top: 8px;
  padding: 0 11px;
}
.lists-input_box-content__RUTuy .lists-input_upload-data-input-with-icon__Uq_n6 {
  cursor: pointer;
  background: #f9f9f9;
}
.lists-input_box-content__RUTuy .lists-input_upload-data-input-with-icon__Uq_n6 input {
  padding: 12px 2px;
}
.lists-input_box-content__RUTuy .lists-input_upload-data-input-with-icon__Uq_n6 input:disabled,
.lists-input_box-content__RUTuy .lists-input_upload-data-input-with-icon__Uq_n6 input:hover {
  cursor: pointer !important;
}
.lists-input_empty-state__49GX9 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.lists-input_empty-state__49GX9.lists-input_contact-list__gzzIV {
  width: 80%;
}
.lists-input_empty-state__49GX9 .lists-input_empty-title__qfwpD {
  font-size: 14px;
  font-weight: 500px;
}
.lists-input_empty-state-wrapper__Pi951 {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.lists-input_empty-state-wrapper__Pi951 h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.lists-input_empty-state-wrapper__Pi951 div {
  color: #757c80;
  margin: 16px 0 12px;
}
.lists-input_empty-state-button__i_pH5 {
  margin: 20px 10px;
}
.lists-input_handel-bar__Welc2 {
  fill: #b7bfc6;
  vertical-align: middle;
}
.lists-input_tag__EuFx7 {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.lists-input_ant-color-picker-input__AXxl_ .lists-input_ant-input__WJveW {
  height: 22px;
}
.lists-input_ant-color-picker-trigger__ir8q_ {
  width: 23px;
  height: 23px;
}
.lists-input_ant-color-picker-trigger__ir8q_ .lists-input_ant-color-picker-color-block__Q76A0 {
  width: 18px;
  height: 18px;
}
.lists-input_box-content__RUTuy .lists-input_content__ZMIrx input,
.lists-input_box-content__RUTuy .lists-input_upload-data-input-with-icon__Uq_n6 input,
input input.lists-input_input-white___4gDQ,
input textarea.lists-input_input-white___4gDQ,
input.lists-input_input-grey__s515L,
textarea input.lists-input_input-white___4gDQ,
textarea textarea.lists-input_input-white___4gDQ,
textarea.lists-input_input-grey__s515L {
  background-color: #f9f9f9;
}
.lists-input_box-content__RUTuy .lists-input_content__ZMIrx input:active,
.lists-input_box-content__RUTuy .lists-input_content__ZMIrx input:focus,
.lists-input_box-content__RUTuy .lists-input_content__ZMIrx input:hover,
.lists-input_box-content__RUTuy .lists-input_upload-data-input-with-icon__Uq_n6 input:active,
.lists-input_box-content__RUTuy .lists-input_upload-data-input-with-icon__Uq_n6 input:focus,
.lists-input_box-content__RUTuy .lists-input_upload-data-input-with-icon__Uq_n6 input:hover,
input input.lists-input_input-white___4gDQ:active,
input input.lists-input_input-white___4gDQ:focus,
input input.lists-input_input-white___4gDQ:hover,
input textarea.lists-input_input-white___4gDQ:active,
input textarea.lists-input_input-white___4gDQ:focus,
input textarea.lists-input_input-white___4gDQ:hover,
input.lists-input_input-grey__s515L:active,
input.lists-input_input-grey__s515L:focus,
input.lists-input_input-grey__s515L:hover,
textarea input.lists-input_input-white___4gDQ:active,
textarea input.lists-input_input-white___4gDQ:focus,
textarea input.lists-input_input-white___4gDQ:hover,
textarea textarea.lists-input_input-white___4gDQ:active,
textarea textarea.lists-input_input-white___4gDQ:focus,
textarea textarea.lists-input_input-white___4gDQ:hover,
textarea.lists-input_input-grey__s515L:active,
textarea.lists-input_input-grey__s515L:focus,
textarea.lists-input_input-grey__s515L:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.lists-input_input-white___4gDQ:active,
input.lists-input_input-white___4gDQ:focus,
input.lists-input_input-white___4gDQ:hover,
span.lists-input_input-white___4gDQ:active,
span.lists-input_input-white___4gDQ:focus,
span.lists-input_input-white___4gDQ:hover,
textarea.lists-input_input-white___4gDQ:active,
textarea.lists-input_input-white___4gDQ:focus,
textarea.lists-input_input-white___4gDQ:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.lists-input_image-uploader-flex__oxOPC .lists-input_ant-upload-select__uWWCt {
  display: flex;
}
.lists-input_image-uploader-flex__oxOPC .lists-input_ant-upload-select__uWWCt .lists-input_ant-upload__Ch8UD {
  flex: 1 1;
}
.lists-input_modal-footer-wrapper__YpA_A {
  display: flex;
  justify-content: center;
}
.lists-input_app-modal__7JRcT .lists-input_small__f5ket {
  width: 350px;
}
.lists-input_toast__nOfCt.lists-input_negative__GMHrZ .lists-input_ant-message-notice-content__oJhZK {
  background-color: #d0021b;
}
.lists-input_toast__nOfCt.lists-input_positive__pOfNM .lists-input_ant-message-notice-content__oJhZK {
  background-color: #56bf56;
}
.lists-input_toast__nOfCt.lists-input_loading__4NahJ .lists-input_ant-message-notice-content__oJhZK .lists-input_toast-wrapper__zxR_S .lists-input_contents__hjRr3,
.lists-input_toast__nOfCt.lists-input_loading__4NahJ .lists-input_ant-message-notice-content__oJhZK .lists-input_toast-wrapper__zxR_S .lists-input_contents__hjRr3 .lists-input_title__8LJkj {
  color: #000 !important;
}
.lists-input_toast__nOfCt.lists-input_loading__4NahJ .lists-input_ant-message-loading__7FbAY .lists-input_anticon-loading__nDOni {
  font-size: 1.5rem;
}
.lists-input_toast__nOfCt .lists-input_ant-message-notice-content__oJhZK {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.lists-input_toast__nOfCt .lists-input_ant-message-notice-content__oJhZK .lists-input_toast-wrapper__zxR_S {
  position: relative;
  display: flex;
  align-items: center;
}
.lists-input_toast__nOfCt .lists-input_ant-message-notice-content__oJhZK .lists-input_toast-wrapper__zxR_S .lists-input_contents__hjRr3 {
  position: relative;
  padding-left: 16px;
}
.lists-input_toast__nOfCt .lists-input_ant-message-notice-content__oJhZK .lists-input_toast-wrapper__zxR_S .lists-input_contents__hjRr3 .lists-input_title__8LJkj {
  color: #fff !important;
}
.lists-input_toast__nOfCt .lists-input_ant-message-notice-content__oJhZK .lists-input_toast-wrapper__zxR_S .lists-input_contents__hjRr3 p {
  margin: 0;
}
.lists-input_toast__nOfCt .lists-input_ant-message-notice-content__oJhZK .lists-input_toast-wrapper__zxR_S .lists-input_contents__hjRr3 p a,
.lists-input_toast__nOfCt .lists-input_ant-message-notice-content__oJhZK .lists-input_toast-wrapper__zxR_S .lists-input_contents__hjRr3 p button {
  color: #fff;
  text-decoration: underline;
}
.lists-input_toast__nOfCt .lists-input_ant-message-notice-content__oJhZK .lists-input_icon__tHgu_ {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.lists-input_toast__nOfCt .lists-input_ant-message-notice-content__oJhZK .lists-input_icon__tHgu_.lists-input_positive__pOfNM {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.lists-input_toast__nOfCt .lists-input_ant-message-notice-content__oJhZK .lists-input_icon__tHgu_.lists-input_positive__pOfNM:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.lists-input_toast__nOfCt .lists-input_ant-message-notice-content__oJhZK .lists-input_icon__tHgu_.lists-input_negative__GMHrZ {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.lists-input_toast__nOfCt .lists-input_ant-message-notice-content__oJhZK .lists-input_icon__tHgu_.lists-input_negative__GMHrZ:before {
  top: 10px;
}
.lists-input_action-content-box__Cf1ve {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.lists-input_action-content-box__Cf1ve.lists-input_numbered___OVoU .lists-input_sub-content__VNwtu p {
  margin-left: 18px;
}
.lists-input_action-content-box__Cf1ve .lists-input_sub-content__VNwtu {
  padding: 26px 26px 20px;
}
.lists-input_action-content-box__Cf1ve .lists-input_sub-content__VNwtu.lists-input_right__9D0Ra {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.lists-input_action-content-box__Cf1ve .lists-input_sub-content__VNwtu.lists-input_right__9D0Ra button {
  margin: 0 20px;
}
.lists-input_action-content-box__Cf1ve .lists-input_sub-content__VNwtu h4,
.lists-input_action-content-box__Cf1ve .lists-input_sub-content__VNwtu p.lists-input_bold__VSdEF {
  margin: 0;
}
.lists-input_action-content-box__Cf1ve .lists-input_sub-content__VNwtu h4 span,
.lists-input_action-content-box__Cf1ve .lists-input_sub-content__VNwtu p.lists-input_bold__VSdEF span {
  width: 18px;
  display: inline-block;
}
.lists-input_action-content-box__Cf1ve .lists-input_sub-content__VNwtu p {
  margin: 6px 0 0;
}
.lists-input_action-content-box__Cf1ve .lists-input_remove__8_B_R {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.lists-input_options-dot__hoG5n {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.lists-input_options-dot__hoG5n.lists-input_boxed___jw_J {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.lists-input_options-dot__hoG5n.lists-input_active__6sdw8,
.lists-input_options-dot__hoG5n:focus-visible,
.lists-input_options-dot__hoG5n:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.lists-input_clickable__oBT47 {
  cursor: pointer;
}
.lists-input_beta-label__3skBQ {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.lists-input_none-style-list-options__kzVNX {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.lists-input_none-style-list-options__kzVNX li {
  margin: 5px 0;
}
.lists-input_ant-tour__F75Lp {
  width: 400px;
}
.lists-input_ant-collapse__XIp8m > .lists-input_ant-collapse-item__2Qnfa > .lists-input_ant-collapse-header-collapsible-only__aiFf_ > .lists-input_ant-collapse-header-text__eOUkI {
  flex: auto;
}
.lists-input_onboarding-tour-header__IToZB {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.lists-input_onboarding-tour-description__i1ph8 {
  color: #17191a;
  font-size: 16px;
}
.lists-input_tour-hidden-button__RqAsn {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.lists-input_ai-onboarding-tour-header__iqOqE {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.lists-input_onboarding-step-ai-tour__SwTm5 {
  width: 350px;
}
.lists-input_onboarding-step-ai-tour__SwTm5 .lists-input_onboarding-step-ai-tour-inner__GO07d .lists-input_onboarding-step-ai-tour-description__kqTGj {
  padding: 0 20px;
}
.lists-input_onboarding-step-ai-tour__SwTm5 .lists-input_onboarding-step-ai-tour-inner__GO07d .lists-input_onboarding-step-ai-tour-footer__X9Qe8 {
  padding: 0 20px 20px;
}
.lists-input_onboarding-step-ai-tour__SwTm5 .lists-input_onboarding-step-ai-tour-inner__GO07d .lists-input_onboarding-step-ai-tour-header__X8INa {
  padding: 20px 20px 4px;
}
.lists-input_onboarding-step-ai-tour__SwTm5 .lists-input_onboarding-step-ai-tour-inner__GO07d .lists-input_onboarding-step-ai-tour-indicators__uhT7u {
  display: flex;
  width: 100%;
}
.lists-input_onboarding-step-ai-tour__SwTm5 .lists-input_onboarding-step-ai-tour-inner__GO07d .lists-input_onboarding-step-ai-tour-buttons__T6xZ7 {
  width: 0;
  visibility: hidden;
}
.lists-input_onboarding-step-ai-tour-mask__VfR2k mask[id^='onboarding-step-ai-tour-mask'] rect.lists-input_onboarding-step-ai-tour-placeholder-animated__nWsXe {
  rx: 8px;
}
.lists-input_onboarding-step-ai-tour-round-mask__mVHp0 mask[id^='onboarding-step-ai-tour-round-mask'] rect.lists-input_onboarding-step-ai-tour-round-placeholder-animated__EYLuf {
  rx: 25px;
}
.lists-input_onboarding-step-tour__GB4bH {
  width: 400px;
}
.lists-input_onboarding-step-tour__GB4bH.lists-input_content-hidden__cmGRu {
  display: none !important;
}
.lists-input_onboarding-step-tour__GB4bH.lists-input_extended-width__GTwci {
  width: 600px;
}
.lists-input_onboarding-step-tour-mask__Peini mask[id^='onboarding-step-tour-mask'] rect.lists-input_onboarding-step-tour-placeholder-animated__P_Hth {
  rx: 8px;
}
.lists-input_onboarding-step-one-tour__uLpdI {
  width: 400px;
}
.lists-input_onboarding-step-one-tour__uLpdI.lists-input_content-hidden__cmGRu {
  display: none !important;
}
.lists-input_onboarding-step-one-tour__uLpdI.lists-input_extended-width__GTwci {
  width: 600px;
}
.lists-input_onboarding-step-one-tour-mask__vcQHX mask[id^='onboarding-step-one-tour-mask'] rect.lists-input_onboarding-step-one-tour-placeholder-animated__8CWj3 {
  rx: 25px;
}
.lists-input_support-unread-tour__YcjwF {
  width: 272px;
}
.lists-input_support-unread-tour__YcjwF .lists-input_support-unread-tour-inner__72Y25 .lists-input_support-unread-tour-header__76ZKt {
  padding: 8px 16px 4px;
}
.lists-input_support-unread-tour__YcjwF .lists-input_support-unread-tour-inner__72Y25 .lists-input_support-unread-tour-footer__ve5Ze {
  padding: 0 16px 16px;
}
.lists-input_support-unread-tour__YcjwF .lists-input_support-unread-tour-inner__72Y25 .lists-input_support-unread-tour-close__xRorc {
  top: 10px;
}
.lists-input_preserve-scroll-position__lm8RJ {
  overflow-anchor: none;
}
.lists-input_toolbar-wrapper__pgyar {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.lists-input_toolbar-wrapper__pgyar .lists-input_anticon__p_Pub {
  padding: 12px;
  cursor: pointer;
}
.lists-input_toolbar-wrapper__pgyar .lists-input_anticon__p_Pub:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.lists-input_toolbar-wrapper__pgyar .lists-input_anticon__p_Pub:hover {
  opacity: 0.3;
}
.lists-input_ant-carousel__DsZqG .lists-input_slick-dots__CC4aE li.lists-input_slick-active__JcpfZ button {
  background-color: #8158ec;
}
.lists-input_ant-carousel__DsZqG .lists-input_slick-dots__CC4aE li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.lists-input_ant-modal-root__6ltAD .lists-input_ant-modal-mask__XnC5H,
.lists-input_ant-modal-root__6ltAD .lists-input_ant-modal-wrap__X9iKN {
  z-index: 1001;
}
.lists-input_focused__8lQkm {
  background-color: #f5f5f5;
}
.lists-input_spinner-overlay__JLqWK,
.lists-input_spinner__zK0i8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.lists-input_spinner-overlay__JLqWK {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.lists-input_spinner__zK0i8 {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lists-input_large-tag__MkruZ {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.lists-input_email-pill__1Jthc,
.lists-input_phone-pill__ViGkv {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.lists-input_email-pill__1Jthc:not(:empty),
.lists-input_phone-pill__ViGkv:not(:empty) {
  padding: 4px;
}
.lists-input_phone-pill__ViGkv {
  background-color: #e0f2fb;
}
.lists-input_email-pill__1Jthc {
  background-color: #ffefbe;
}
.lists-input_input-box__xDJVZ {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.lists-input_input-box__xDJVZ.lists-input_bordered__nTD9V {
  border: 1px solid #e6e6e6;
}
.lists-input_input-box__xDJVZ.lists-input_large__khZ_e {
  height: auto;
  min-height: 80px;
}
.lists-input_input-box__xDJVZ:focus {
  border-color: #ffc926;
}
.lists-input_select-dropdown___sSiw .lists-input_select-dropdown-item__Orv0E {
  padding: 10px 15px !important;
  border-bottom: 1px solid #e6e6e6 !important;
}
.lists-input_select-dropdown___sSiw .lists-input_select-dropdown-item__Orv0E:last-child {
  border-bottom: none !important;
}
.lists-input_selected-lists__A4g_A {
  margin-top: 10px;
}
.lists-input_selected-lists__A4g_A .lists-input_selected-lists-loading__c5jsq {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
}
.lists-input_selected-lists__A4g_A .lists-input_selected-lists-item__aGrJ0 {
  position: relative;
  display: flex;
  padding: 2px 24px 2px 0;
}
.lists-input_selected-lists__A4g_A .lists-input_selected-lists-item__aGrJ0 .lists-input_selected-lists-item-name__sJydr {
  margin: 0;
  color: #17191a;
}
.lists-input_selected-lists__A4g_A .lists-input_selected-lists-item__aGrJ0 .remove-x {
  position: absolute;
  top: 0;
  right: -6px;
  background-size: 70%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  visibility: visible;
}
.lists-input_lists-input-global__o8B6E {
  width: 100%;
  box-sizing: border-box;
  padding: 4px 0 3px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
.lists-input_lists-input-global__o8B6E .ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  color: #17191a;
}
.lists-input_lists-input-global__o8B6E .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border: none;
}
.lists-input_lists-input-global__o8B6E .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border: none;
  box-shadow: none;
}
.lists-input_lists-input-global__o8B6E .ant-select-selection-placeholder {
  font-weight: 500;
}
.lists-input_lists-input-global__o8B6E.lists-input_filled__O3FBc {
  background-color: #f9f9f9;
}
.lists-input_global-selected-lists__ZNa5y {
  margin: 0 12px 5px;
}
.lists-input_global-selected-lists__ZNa5y .lists-input_selected-list-item-tag__J766P {
  margin: 8px 6px 0 0;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e4e6e7;
  color: #17191a;
}
.lists-input_global-selected-lists__ZNa5y .lists-input_selected-list-item-tag__J766P .ant-tag-close-icon {
  margin-left: 8px;
}
.contact-filter_mini-square__W0mqD {
  width: 20px;
  height: 20px;
}
.contact-filter_select-item__8cJbQ {
  padding: 8px 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.contact-filter_select-item__8cJbQ.contact-filter_range__hJXrG {
  padding: 0 8px;
}
.contact-filter_input__mXnre {
  width: 48% !important;
  height: 30px !important;
}
.contact-filter_label__AZ2pv {
  font-weight: 500;
}
.create-modal_icon__qSU2t {
  padding: 4px;
}
.create-modal_icon-wrapper__jGuqm {
  padding: 4px;
  color: #454a4d;
}
.create-modal_icon-wrapper-absolute__ZBBKM {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.create-modal_icon-wrapper-absolute__ZBBKM .create-modal_icon__qSU2t {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.create-modal_icon-sms__WbVJQ {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.create-modal_icon-email__Q4dOK {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.create-modal_icon-mixed__ImOAw {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.create-modal_icon-picker-wrapper__lZFLB {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.create-modal_icon-picker-wrapper__lZFLB:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.create-modal_icon-picker-wrapper__lZFLB:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .create-modal_icon-picker-wrapper__lZFLB {
    margin-right: 5px;
  }
}
.create-modal_icon-checkmark-white__4vzVR {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.create-modal_icon-x-white__mk1dr {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.create-modal_icon-help__6fTS_ {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.create-modal_icon-help__6fTS_:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.create-modal_container__bUaVj select,
.create-modal_ico-arrow-down___GyqS {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.create-modal_container__bUaVj select.create-modal_ant-dropdown-trigger__qeU3_,
.create-modal_ico-arrow-down___GyqS.create-modal_ant-dropdown-trigger__qeU3_ {
  padding-right: 24px;
  cursor: pointer;
}
.create-modal_container__bUaVj select.create-modal_ant-dropdown-trigger__qeU3_:disabled,
.create-modal_container__bUaVj select.create-modal_ant-dropdown-trigger__qeU3_[disabled],
.create-modal_ico-arrow-down___GyqS.create-modal_ant-dropdown-trigger__qeU3_:disabled,
.create-modal_ico-arrow-down___GyqS.create-modal_ant-dropdown-trigger__qeU3_[disabled] {
  cursor: default;
  background: transparent;
}
.create-modal_ico-arrow-gray__Z4fDX {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.create-modal_ico-arrow-gray__Z4fDX.create-modal_down__JyHNx {
  transform: rotate(90deg);
}
.create-modal_ico-arrow-gray__Z4fDX.create-modal_up__NINku {
  transform: rotate(-90deg);
}
.create-modal_ico-arrow-gray__Z4fDX.create-modal_right__ihiBc {
  transform: rotate(180deg);
}
.create-modal_ico-arrow-gray__Z4fDX.create-modal_ant-dropdown-trigger__qeU3_ {
  padding-right: 24px;
  cursor: pointer;
}
.create-modal_ico-arrow-gray__Z4fDX.create-modal_ant-dropdown-trigger__qeU3_:disabled,
.create-modal_ico-arrow-gray__Z4fDX.create-modal_ant-dropdown-trigger__qeU3_[disabled] {
  cursor: default;
  background: transparent;
}
.create-modal_icon-error-triangle__TNACh {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.create-modal_ico-compose__R4wwh {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.create-modal_ico-compose-white__WNjSH {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.create-modal_icon-google-play__R9P9r {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.create-modal_icon-app-store__8efru {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.create-modal_icon-social-fb__BAPwK {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.create-modal_icon-social-tw__u9hYh {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.create-modal_icon-disclosure__XONDx {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.create-modal_icon-16__KDvTl {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.create-modal_icon-18__yneFg {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.create-modal_icon-gray5__AxP88 {
  color: #999 !important;
}
.create-modal_ico-arrow-black__ebnpQ {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.create-modal_ico-arrow-black__ebnpQ.create-modal_down__JyHNx {
  transform: rotate(90deg);
}
.create-modal_ico-arrow-black__ebnpQ.create-modal_up__NINku {
  transform: rotate(-90deg);
}
.create-modal_ico-arrow-black__ebnpQ.create-modal_right__ihiBc {
  transform: rotate(180deg);
}
.create-modal_icon-copy__9fyXf {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.create-modal_icon-copy__9fyXf:hover {
  background-image: url(/icons/copy-black.svg);
}
.create-modal_icon-msg-white__2gjeI {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.create-modal_icon-email-white__BbxPA {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.create-modal_icon-black-bg__XAOOZ {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.create-modal_icon-black-bg__XAOOZ > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.create-modal_icon-inbox-black-filled__RM_8N {
  background-image: url(/icons/inbox-black.svg);
}
.create-modal_icon-contacts__vBf3x {
  background-image: url(/icons/sidebar/contacts.svg);
}
.create-modal_page-header-title__zB7CL {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.create-modal_action-content-box__J5Aa8 .create-modal_sub-content__8d279 h4,
.create-modal_empty-state-wrapper__wDmJj h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.create-modal_box-content__fdUHs .create-modal_header-l__FxlAF,
.create-modal_box-content__fdUHs .create-modal_header__jzk_D,
.create-modal_toast__bZTE_ .create-modal_ant-message-notice-content__iHR28 .create-modal_toast-wrapper__CilHE .create-modal_contents__ubUAt .create-modal_title__uY_bX {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.create-modal_action-content-box__J5Aa8 .create-modal_sub-content__8d279 p.create-modal_bold__dtaD9,
.create-modal_empty-state-wrapper__wDmJj h2 a,
.create-modal_header-bar__PmfUQ .create-modal_title__uY_bX {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.create-modal_box-content__fdUHs .create-modal_content-header__XJaFB {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.create-modal_action-content-box__J5Aa8 .create-modal_sub-content__8d279 p,
.create-modal_empty-state-wrapper__wDmJj div,
.create-modal_toast__bZTE_ .create-modal_ant-message-notice-content__iHR28 .create-modal_toast-wrapper__CilHE .create-modal_contents__ubUAt p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.create-modal_blue-button__5MgA2,
.create-modal_box-content__fdUHs .create-modal_content__SDrMv input,
.create-modal_box-content__fdUHs .create-modal_upload-data-input-with-icon__8ZbnX input,
.create-modal_button-with-bg-color__1sj7f,
.create-modal_cancel-button__vyt3O,
.create-modal_green-button__MUHLH,
.create-modal_input-box__ErUZn,
.create-modal_input-grey__BoG3W,
.create-modal_orange-button__76Cq7,
.create-modal_positive-button__v30fI,
.create-modal_purple-button__mkkH4,
.create-modal_white-button-blue-text___DyQb,
.create-modal_white-button__Ebe2W,
button.create-modal_icon-button__8TnCW,
button.create-modal_text-only__Y9n5o,
input .create-modal_input-white__EoWAf,
textarea .create-modal_input-white__EoWAf {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.create-modal_large-tag__wcw04,
button.create-modal_show-more__qa4jj,
button.create-modal_text-only__Y9n5o,
span.create-modal_text-only__Y9n5o button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.create-modal_tag__wsINP {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.create-modal_beta-label__EJM2S,
.create-modal_error-text-link__lTA77,
.create-modal_error-text__nFIJG,
.create-modal_error__gFi5u {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.create-modal_mini-square__dkLue {
  width: 20px;
  height: 20px;
}
.create-modal_help-text__EyJgI {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.create-modal_error-text__nFIJG {
  color: #d0021b;
  flex-grow: 1;
}
.create-modal_error-text-link__lTA77 {
  color: #d0021b;
  text-decoration: underline;
}
.create-modal_descriptive-text__VVC0Z {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.create-modal_visually-hidden__6yhJM {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.create-modal_visually-hidden__6yhJM.create-modal_focusable__qa6Qe:active,
.create-modal_visually-hidden__6yhJM.create-modal_focusable__qa6Qe:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.create-modal_visually-offscreen__iTsdh {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.create-modal_invisible__x33zs {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.create-modal_hidden__5ZDUe {
  display: none !important;
  visibility: hidden;
}
.create-modal_strong__Sd2t_ {
  font-weight: 700;
}
.create-modal_align-right__8aAdZ {
  text-align: right;
}
.create-modal_align-left__ZFpl7 {
  text-align: left;
}
.create-modal_centered__dNiIw {
  text-align: center;
}
.create-modal_timestamp__XnkBU {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.create-modal_display-block__2ps6Y {
  display: block !important;
}
.create-modal_inline-block__VHD1m {
  display: inline-block !important;
}
.create-modal_hm-app-body__2HhR9 button.create-modal_ant-switch__JL7qZ[disabled],
.create-modal_hm-app-body__2HhR9 button.create-modal_ant-switch__JL7qZ[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.create-modal_blue-button__5MgA2,
.create-modal_button-with-bg-color__1sj7f,
.create-modal_cancel-button__vyt3O,
.create-modal_green-button__MUHLH,
.create-modal_orange-button__76Cq7,
.create-modal_positive-button__v30fI,
.create-modal_purple-button__mkkH4,
.create-modal_white-button-blue-text___DyQb,
.create-modal_white-button__Ebe2W,
button.create-modal_icon-button__8TnCW,
button.create-modal_text-only__Y9n5o {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.create-modal_text-only__Y9n5o,
span.create-modal_text-only__Y9n5o button {
  color: #31a7e7;
  padding: 0;
}
button.create-modal_text-only__Y9n5o[disabled],
button.create-modal_text-only__Y9n5o[disabled]:active,
button.create-modal_text-only__Y9n5o[disabled]:focus,
button.create-modal_text-only__Y9n5o[disabled]:hover,
span.create-modal_text-only__Y9n5o button[disabled],
span.create-modal_text-only__Y9n5o button[disabled]:active,
span.create-modal_text-only__Y9n5o button[disabled]:focus,
span.create-modal_text-only__Y9n5o button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.create-modal_text-only__Y9n5o.create-modal_red-text__bQDn4,
button.create-modal_text-only__Y9n5o.create-modal_red-text__bQDn4:active,
button.create-modal_text-only__Y9n5o.create-modal_red-text__bQDn4:focus,
button.create-modal_text-only__Y9n5o.create-modal_red-text__bQDn4:hover,
span.create-modal_text-only__Y9n5o button.create-modal_red-text__bQDn4,
span.create-modal_text-only__Y9n5o button.create-modal_red-text__bQDn4:active,
span.create-modal_text-only__Y9n5o button.create-modal_red-text__bQDn4:focus,
span.create-modal_text-only__Y9n5o button.create-modal_red-text__bQDn4:hover {
  color: #d0021b;
}
button.create-modal_text-only__Y9n5o.create-modal_gray-text__s5Gr6,
span.create-modal_text-only__Y9n5o button.create-modal_gray-text__s5Gr6 {
  color: #999;
}
button.create-modal_text-only__Y9n5o.create-modal_gray-text__s5Gr6:active,
button.create-modal_text-only__Y9n5o.create-modal_gray-text__s5Gr6:focus,
button.create-modal_text-only__Y9n5o.create-modal_gray-text__s5Gr6:hover,
span.create-modal_text-only__Y9n5o button.create-modal_gray-text__s5Gr6:active,
span.create-modal_text-only__Y9n5o button.create-modal_gray-text__s5Gr6:focus,
span.create-modal_text-only__Y9n5o button.create-modal_gray-text__s5Gr6:hover {
  color: #999 !important;
}
button.create-modal_text-only__Y9n5o.create-modal_black-text__IYSJM,
span.create-modal_text-only__Y9n5o button.create-modal_black-text__IYSJM {
  color: #17191a;
}
button.create-modal_text-only__Y9n5o.create-modal_black-text__IYSJM:active,
button.create-modal_text-only__Y9n5o.create-modal_black-text__IYSJM:focus,
button.create-modal_text-only__Y9n5o.create-modal_black-text__IYSJM:hover,
span.create-modal_text-only__Y9n5o button.create-modal_black-text__IYSJM:active,
span.create-modal_text-only__Y9n5o button.create-modal_black-text__IYSJM:focus,
span.create-modal_text-only__Y9n5o button.create-modal_black-text__IYSJM:hover {
  color: #8158ec;
}
button.create-modal_text-only__Y9n5o.create-modal_purple-text__Qur3R,
button.create-modal_text-only__Y9n5o.create-modal_purple-text__Qur3R:active,
button.create-modal_text-only__Y9n5o.create-modal_purple-text__Qur3R:focus,
button.create-modal_text-only__Y9n5o.create-modal_purple-text__Qur3R:hover,
span.create-modal_text-only__Y9n5o button.create-modal_purple-text__Qur3R,
span.create-modal_text-only__Y9n5o button.create-modal_purple-text__Qur3R:active,
span.create-modal_text-only__Y9n5o button.create-modal_purple-text__Qur3R:focus,
span.create-modal_text-only__Y9n5o button.create-modal_purple-text__Qur3R:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.create-modal_text-only__Y9n5o:active,
button.create-modal_text-only__Y9n5o:focus,
button.create-modal_text-only__Y9n5o:hover,
span.create-modal_text-only__Y9n5o button:active,
span.create-modal_text-only__Y9n5o button:focus,
span.create-modal_text-only__Y9n5o button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.create-modal_blue-button__5MgA2,
.create-modal_button-with-bg-color__1sj7f,
.create-modal_green-button__MUHLH,
.create-modal_orange-button__76Cq7,
.create-modal_positive-button__v30fI,
.create-modal_white-button-blue-text___DyQb,
.create-modal_white-button__Ebe2W {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.create-modal_orange-button__76Cq7 {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.create-modal_orange-button__76Cq7:active,
.create-modal_orange-button__76Cq7:focus,
.create-modal_orange-button__76Cq7:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.create-modal_orange-button__76Cq7[disabled],
.create-modal_orange-button__76Cq7[disabled]:active,
.create-modal_orange-button__76Cq7[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.create-modal_orange-button__76Cq7.create-modal_drop-down__MDfpt {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.create-modal_scroll-loader__jpMGU {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.create-modal_green-button__MUHLH {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.create-modal_green-button__MUHLH:active,
.create-modal_green-button__MUHLH:focus,
.create-modal_green-button__MUHLH:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.create-modal_green-button__MUHLH[disabled],
.create-modal_green-button__MUHLH[disabled]:active,
.create-modal_green-button__MUHLH[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.create-modal_positive-button__v30fI {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.create-modal_positive-button__v30fI:active,
.create-modal_positive-button__v30fI:focus,
.create-modal_positive-button__v30fI:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.create-modal_positive-button__v30fI[disabled] {
  background-color: #abe4b2;
}
.create-modal_negative-button__NHFX_ {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.create-modal_negative-button__NHFX_:active,
.create-modal_negative-button__NHFX_:focus,
.create-modal_negative-button__NHFX_:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.create-modal_plain-cancel-button__etX1T,
.create-modal_plain-cancel-button__etX1T:active,
.create-modal_plain-cancel-button__etX1T:focus,
.create-modal_plain-cancel-button__etX1T:hover {
  color: #17191a;
}
.create-modal_white-button-blue-text___DyQb,
.create-modal_white-button__Ebe2W {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.create-modal_white-button-blue-text___DyQb:active,
.create-modal_white-button-blue-text___DyQb:focus,
.create-modal_white-button-blue-text___DyQb:hover,
.create-modal_white-button__Ebe2W:active,
.create-modal_white-button__Ebe2W:focus,
.create-modal_white-button__Ebe2W:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.create-modal_white-button__Ebe2W[disabled],
.create-modal_white-button__Ebe2W[disabled]:active,
.create-modal_white-button__Ebe2W[disabled]:focus,
.create-modal_white-button__Ebe2W[disabled]:hover,
[disabled].create-modal_white-button-blue-text___DyQb {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.create-modal_common-sentiment-emoji__JSTyS {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.create-modal_white-button-blue-text___DyQb {
  color: #31a7e7;
}
.create-modal_white-button-blue-text___DyQb:active,
.create-modal_white-button-blue-text___DyQb:focus,
.create-modal_white-button-blue-text___DyQb:hover {
  color: #31a7e7 !important;
}
.create-modal_blue-button__5MgA2 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.create-modal_blue-button__5MgA2,
.create-modal_blue-button__5MgA2:active,
.create-modal_blue-button__5MgA2:focus,
.create-modal_blue-button__5MgA2:hover {
  background-color: #31a7e7;
  color: #fff;
}
.create-modal_green-button__MUHLH {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.create-modal_green-button__MUHLH,
.create-modal_green-button__MUHLH:active,
.create-modal_green-button__MUHLH:focus,
.create-modal_green-button__MUHLH:hover {
  background-color: #56bf56;
  color: #fff;
}
.create-modal_purple-button__mkkH4 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.create-modal_purple-button__mkkH4:active,
.create-modal_purple-button__mkkH4:focus,
.create-modal_purple-button__mkkH4:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.create-modal_dropdown-input__ZyOEO {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.create-modal_dropdown-input__ZyOEO:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.create-modal_hm-app-body__2HhR9 input::placeholder {
  color: #a3a3a3;
}
.create-modal_textarea-composer__le5Gi {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.create-modal_container__bUaVj input,
.create-modal_container__bUaVj textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.create-modal_input-for-copy__RF3E9 {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.create-modal_input-text-bordered__Ed3I5,
.create-modal_input-text__xEXXi,
.create-modal_input-textarea__vhHLB {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.create-modal_input-text__xEXXi {
  height: 50px;
}
.create-modal_input-text-bordered__Ed3I5 {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.create-modal_xxl-input__WlRJ2 {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.create-modal_xl-input__GbPSY {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.create-modal_l-input__Ts5C3 {
  width: 100%;
  font-size: 1.1rem;
}
.create-modal_box-content__fdUHs .create-modal_content__SDrMv input,
.create-modal_box-content__fdUHs .create-modal_upload-data-input-with-icon__8ZbnX input,
.create-modal_input-grey__BoG3W,
input .create-modal_input-white__EoWAf,
textarea .create-modal_input-white__EoWAf {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.create-modal_box-content__fdUHs .create-modal_content__SDrMv input::placeholder,
.create-modal_box-content__fdUHs .create-modal_upload-data-input-with-icon__8ZbnX input::placeholder,
.create-modal_input-grey__BoG3W::placeholder,
input .create-modal_input-white__EoWAf::placeholder,
textarea .create-modal_input-white__EoWAf::placeholder {
  color: #999;
  opacity: 1;
}
input .create-modal_input-white__EoWAf,
textarea .create-modal_input-white__EoWAf {
  background-color: #fff;
}
.create-modal_clearfix__j3oTg:after {
  clear: both;
  content: '';
  display: block;
}
.create-modal_hidden-important__R65QE {
  display: none !important;
}
.create-modal_p-left__O1dQ6 {
  float: left;
}
.create-modal_p-right__sNPeU {
  float: right;
}
.create-modal_image_orientation_3__niiSv {
  tranform: rotate(180deg);
}
.create-modal_image_orientation_6__aiV5s {
  tranform: rotate(90deg);
}
.create-modal_image_orientation_8__x1Dab {
  tranform: rotate(-90deg);
}
.create-modal_image_orientation_2__xa3NU {
  tranform: scaleX(-1);
}
.create-modal_image_orientation_7__gkY0F {
  tranform: scaleX(-1) rotate(-90deg);
}
.create-modal_image_orientation_4__Niieh {
  tranform: scaleX(-1) rotate(180deg);
}
.create-modal_image_orientation_5__xqDN8 {
  tranform: scaleX(-1) rotate(90deg);
}
.create-modal_image_slideshow_orientation_3__DjZzu {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.create-modal_image_slideshow_orientation_6__4Z4QQ {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.create-modal_image_slideshow_orientation_8__xOULd {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.create-modal_image_slideshow_orientation_2__aT24b {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.create-modal_image_slideshow_orientation_7__G2wEX {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.create-modal_image_slideshow_orientation_4__0mfTH {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.create-modal_image_slideshow_orientation_5__MpGef {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.create-modal_container__bUaVj select::-ms-expand {
  display: none !important;
}
.create-modal_container__bUaVj select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.create-modal_count-area__ogQhg {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.create-modal_clear-top__afQzQ {
  padding-top: 0;
  margin-top: 0;
}
.create-modal_remove-x-20__3FOwl,
.create-modal_remove-x__UuyXQ {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.create-modal_remove-x__UuyXQ.create-modal_white__T98C6,
.create-modal_white__T98C6.create-modal_remove-x-20__3FOwl {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.create-modal_remove-x-20__3FOwl {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.create-modal_divider__EQE5K {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.create-modal_mobile__e4Zcq {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.create-modal_blue__DHtqG {
  color: #31a7e7 !important;
}
.create-modal_white__T98C6 {
  color: #fff !important;
}
.create-modal_purple__klat5 {
  color: #8158ec !important;
}
.create-modal_delete__boZQG {
  color: #d0021b !important;
}
.create-modal_dark-text__QMaeY {
  color: #17191a !important;
}
.create-modal_file-input__jaZSJ {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.create-modal_image-download-wrapper__vHA1z {
  position: fixed;
  top: 40px;
  right: 100px;
}
.create-modal_overflow-y-auto__XdCEc {
  overflow-y: auto;
}
.create-modal_is-font-icon__C9E2M:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.create-modal_is-invisible__aNDHW {
  opacity: 0;
}
.create-modal_tabbed-button__vBflB {
  padding: 0 7px 2px;
}
.create-modal_tabbed-button__vBflB.create-modal_selected__IfAFS {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.create-modal_show-more__qa4jj {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.create-modal_show-more__qa4jj:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.create-modal_time-input__QFhPb {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.create-modal_form-group__dza6i.create-modal_date-time__wvp7s {
  position: relative;
  top: -2px;
}
.create-modal_form-group__dza6i.create-modal_date-time__wvp7s.create-modal_time__u3DxI {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.create-modal_form-group__dza6i.create-modal_date-time__wvp7s.create-modal_form-group-hour__V7WRD .create-modal_colon__GgsaW {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.create-modal_form-group__dza6i.create-modal_date-time__wvp7s.create-modal_form-group-hour__V7WRD input {
  text-align: center;
}
.create-modal_form-group__dza6i.create-modal_date-time__wvp7s.create-modal_form-group-day__ZOwQT {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.create-modal_form-group__dza6i.create-modal_date-time__wvp7s.create-modal_form-group-minute__qlNz0 {
  width: 42px;
}
.create-modal_form-group__dza6i.create-modal_date-time__wvp7s.create-modal_form-group-clock__D8ouC {
  width: 54px;
}
.create-modal_attach-img__WbSfw {
  position: relative;
  width: 25px;
  height: 25px;
}
.create-modal_attach-img__WbSfw input#create-modal_add-image__3geE1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.create-modal_attach-img__WbSfw span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.create-modal_m-0__xC_2G {
  margin: 0 !important;
}
.create-modal_ml-auto__zjCFz {
  margin-left: auto;
}
.create-modal_mr-auto__TFBz8 {
  margin-right: auto;
}
.create-modal_mx-auto__HYsNP {
  margin-left: auto;
  margin-right: auto;
}
.create-modal_mx-16__Fag2w {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.create-modal_my-16__7knDr {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.create-modal_mr-0__i9TgH {
  margin-right: 0 !important;
}
.create-modal_mr-4__fLHVu {
  margin-right: 4px !important;
}
.create-modal_mr-8__2Dakw {
  margin-right: 8px !important;
}
.create-modal_mr-12__896pN {
  margin-right: 12px !important;
}
.create-modal_mr-16__IKGpn {
  margin-right: 16px !important;
}
.create-modal_ml-0__SAbtb {
  margin-left: 0 !important;
}
.create-modal_ml-4__mBLmU {
  margin-left: 4px !important;
}
.create-modal_ml-8__rlRev {
  margin-left: 8px !important;
}
.create-modal_ml-12__ogJxq {
  margin-left: 12px !important;
}
.create-modal_ml-16__TSgNC {
  margin-left: 16px !important;
}
.create-modal_mt-0__bOFpb {
  margin-top: 0 !important;
}
.create-modal_mt-4__3QFQB {
  margin-top: 4px !important;
}
.create-modal_mt-8__JWms6 {
  margin-top: 8px !important;
}
.create-modal_mt-16__1Jzb7 {
  margin-top: 16px !important;
}
.create-modal_mt-24__jYajK {
  margin-top: 24px !important;
}
.create-modal_mt-48__xclU2 {
  margin-top: 48px !important;
}
.create-modal_mb-0__7xgF4 {
  margin-bottom: 0 !important;
}
.create-modal_mb-4__YlB1t {
  margin-bottom: 4px !important;
}
.create-modal_mb-8__rqSWi {
  margin-bottom: 8px !important;
}
.create-modal_mb-12__iZ7EO {
  margin-bottom: 12px !important;
}
.create-modal_mb-16__IZfBO {
  margin-bottom: 16px !important;
}
.create-modal_mb-24__GAM5M {
  margin-bottom: 24px !important;
}
.create-modal_mb-64__yXDzZ {
  margin-bottom: 64px !important;
}
.create-modal_p-0__Wk08n {
  padding: 0 !important;
}
.create-modal_p-16__tHOCB {
  padding: 16px;
}
.create-modal_p-40__ojUtU {
  padding: 40px;
}
.create-modal_px-0__4xfs9 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.create-modal_px-4__azjsL {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.create-modal_px-8__BEg6t {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.create-modal_px-32__PCT4a {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.create-modal_px-40__eDrRA {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.create-modal_pt-40__ksL8r {
  padding-top: 40px;
}
.create-modal_pt-24__y3CEE {
  padding-top: 24px;
}
.create-modal_pt-16__OIv55 {
  padding-top: 16px;
}
.create-modal_pt-12__9RADE {
  padding-top: 12px !important;
}
.create-modal_pb-40__A5zXV {
  padding-bottom: 40px;
}
.create-modal_pb-24__W9V3k {
  padding-bottom: 24px;
}
.create-modal_pb-16__YWjYs {
  padding-bottom: 16px;
}
.create-modal_pl-8__RPiU8 {
  padding-left: 8px !important;
}
.create-modal_pl-12__dBZ6F {
  padding-left: 12px !important;
}
.create-modal_pl-16__OPLW0 {
  padding-left: 16px !important;
}
.create-modal_text-left__rKafQ {
  text-align: left !important;
}
.create-modal_text-right__79AOT {
  text-align: right !important;
}
.create-modal_text-center__TeTmF {
  text-align: center !important;
}
.create-modal_font-medium__6Tuz6 {
  font-weight: 500 !important;
}
.create-modal_font-semibold__CUw5_ {
  font-weight: 600 !important;
}
.create-modal_radius-8__1xFcV {
  border-radius: 8px !important;
}
.create-modal_truncate__3I_Mq {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.create-modal_whitespace-nowrap__rNvLO {
  white-space: nowrap;
}
.create-modal_whitespace-pre-wrap__x7EzL {
  white-space: pre-wrap;
}
.create-modal_w-100__zD9Nf {
  width: 100% !important;
}
.create-modal_h-100__ngBy9 {
  height: 100% !important;
}
.create-modal_max-w-none__AX9sF {
  max-width: none !important;
}
.create-modal_max-h-none__ikySU {
  max-height: none !important;
}
.create-modal_min-w-100__I_lru {
  min-width: 100px;
}
.create-modal_heading-48-600__e1bx8 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.create-modal_heading-32-600__daZ6J {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.create-modal_heading-24-600__o3Wli {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.create-modal_heading-18-600__KF1MM {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.create-modal_heading-18-400__MFzLo {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.create-modal_heading-16-700__WcYQB {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.create-modal_text-16-400___eTwj {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.create-modal_heading-14-600__kCyzF {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.create-modal_heading-14-500__B5jLH {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.create-modal_text-14-400__aqg0v {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.create-modal_text-13-500__7VU3J {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.create-modal_text-13-600__xzOgf {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.create-modal_text-13-400__F6aOf {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.create-modal_text-12-500__z__oj {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.create-modal_text-12-600__cn_x2 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.create-modal_text-12-400__fEcXM {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.create-modal_status-badge__0sUfq {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.create-modal_status-badge__0sUfq.create-modal_paused__dnwIa {
  background-color: #ff8b3d;
  color: #fff !important;
}
.create-modal_status-badge__0sUfq.create-modal_created__WMB_O,
.create-modal_status-badge__0sUfq.create-modal_inactive__KzV6D,
.create-modal_status-badge__0sUfq.create-modal_pending__DRY0F {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.create-modal_status-badge__0sUfq.create-modal_active__Vijns {
  background-color: #56bf56;
  color: #fff !important;
}
.create-modal_status-badge__0sUfq.create-modal_error__gFi5u {
  background-color: #d0021b;
  color: #fff !important;
}
.create-modal_status-badge__0sUfq.create-modal_progress__CzPYj {
  background-color: #f5bf0c;
  color: #fff !important;
}
.create-modal_status-badge__0sUfq.create-modal_draft__t2VJl {
  background-color: #e6e6e6;
  color: #000 !important;
}
.create-modal_status-badge__0sUfq.create-modal_sent__K2iK3 {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.create-modal_status-badge__0sUfq.create-modal_scheduled__Gh1Jt {
  background-color: #feefcf;
  color: #795548;
}
.create-modal_status-badge__0sUfq.create-modal_loading-badge__67KdW {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.create-modal_status-badge__0sUfq.create-modal_loading-badge__67KdW .create-modal_text__qD2Ty {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.create-modal_status-badge__0sUfq.create-modal_loading-badge__67KdW .create-modal_slider__W_jxN {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: create-modal_moveSlideshow__grjCK 3s linear infinite;
}
@keyframes create-modal_moveSlideshow__grjCK {
  to {
    transform: translateX(200%);
  }
}
.create-modal_flex__gK3ey {
  display: flex !important;
}
.create-modal_flex-space-between__tJUU9 {
  justify-content: space-between;
}
.create-modal_flex-align-start__VJcgs {
  align-items: flex-start;
}
.create-modal_flex-align-center__chIoZ {
  align-items: center;
}
.create-modal_flex-absolute-center__TjwyR {
  justify-content: center;
  align-items: center;
}
.create-modal_flex-container__j7tgx {
  display: flex;
  flex-wrap: wrap;
}
.create-modal_flex-column__fFNsu {
  flex-direction: column;
}
.create-modal_flex-justify-end__FxeMq {
  justify-content: flex-end;
}
.create-modal_position-relative__0Y8Yq {
  position: relative !important;
}
.create-modal_position-static__2ytGS {
  position: static !important;
}
.create-modal_position-absolute__VFdTh {
  position: absolute !important;
}
.create-modal_hr-grey__EMjyK {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.create-modal_input-border___s_A1 {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.create-modal_action-content-box__J5Aa8,
.create-modal_box-content__fdUHs,
.create-modal_box-content__fdUHs .create-modal_upload-data-input-with-icon__8ZbnX,
.create-modal_default-border__UBqKU {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.create-modal_bg-grey__mDNkt {
  background-color: #f9f9f9 !important;
}
.create-modal_bg-white__yYmq_ {
  background-color: #fff !important;
}
.create-modal_pos-relative__KiPXB {
  position: relative !important;
}
.create-modal_text-light__X6clP {
  color: #757c80 !important;
}
.create-modal_text-red__DU_mh {
  color: #d0021b !important;
}
.create-modal_text-green__XpaJB {
  color: #56bf56 !important;
}
.create-modal_text-blue__0k_kz {
  color: #31a7e7;
}
.create-modal_text-sec-blue__lJVF7 {
  color: #1b02b1 !important;
}
.create-modal_notification-dot__dM9oO {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.create-modal_title-with-action-on-left__0PuUP {
  display: flex;
  justify-content: space-between;
}
.create-modal_error__gFi5u {
  color: #d0021b;
}
.create-modal_error-border__wo_b1 {
  border: 1px solid #d0021b !important;
}
.create-modal_rotate__0bJtT {
  animation: create-modal_rotation__vjvkr 2s linear infinite;
}
@keyframes create-modal_rotation__vjvkr {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.create-modal_switch__wBUj6 {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.create-modal_switch__wBUj6 .create-modal_btn-toggle__Ars6_ {
  opacity: 0;
  width: 0;
  height: 0;
}
.create-modal_switch__wBUj6 .create-modal_slider__W_jxN {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.create-modal_switch__wBUj6 .create-modal_slider__W_jxN:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.create-modal_switch__wBUj6 .create-modal_slider__W_jxN:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.create-modal_switch__wBUj6 .create-modal_btn-toggle__Ars6_.create-modal_enabled__D8wUj + .create-modal_slider__W_jxN {
  background-color: #ffc926;
  border: none;
}
.create-modal_switch__wBUj6 .create-modal_btn-toggle__Ars6_:focus + .create-modal_slider__W_jxN {
  box-shadow: 0 0 1px #2196f3;
}
.create-modal_switch__wBUj6 .create-modal_btn-toggle__Ars6_.create-modal_enabled__D8wUj + .create-modal_slider__W_jxN:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.create-modal_switch__wBUj6 .create-modal_btn-toggle__Ars6_.create-modal_enabled__D8wUj + .create-modal_slider__W_jxN:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#create-modal_appleid-signin__uzyIj {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#create-modal_appleid-signin__uzyIj > div {
  width: 200px !important;
  height: 38px !important;
}
.create-modal_page-header__OwbSy {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.create-modal_page-header__OwbSy.create-modal_clear-side__7fMjo {
  padding: 40px 0 32px;
}
.create-modal_page-spacing__kX48k {
  padding: 0 40px;
}
.create-modal_page-header-title__zB7CL {
  color: #17191a;
  margin: 0 0 8px;
}
.create-modal_header-bar__PmfUQ {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.create-modal_box-content__fdUHs {
  background-color: #fff;
  margin-bottom: 24px;
}
.create-modal_box-content__fdUHs .create-modal_header__jzk_D {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.create-modal_box-content__fdUHs .create-modal_header-l__FxlAF {
  padding: 24px 16px;
  margin: 0;
}
.create-modal_box-content__fdUHs .create-modal_content__SDrMv {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.create-modal_box-content__fdUHs .create-modal_content-header__XJaFB {
  margin-bottom: 4px;
  margin-top: 0;
}
.create-modal_box-content__fdUHs .create-modal_table-content__gzjAE {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.create-modal_box-content__fdUHs .create-modal_help-text__EyJgI {
  line-height: 20px;
}
.create-modal_box-content__fdUHs .create-modal_sub-text__ONx2T {
  color: #757c80;
}
.create-modal_box-content__fdUHs .create-modal_content-data-input__6Wnmx {
  margin-top: 8px;
}
.create-modal_box-content__fdUHs .create-modal_data-entry-input__BRqkS,
.create-modal_box-content__fdUHs .create-modal_upload-data-input-with-icon__8ZbnX {
  margin-top: 8px;
  padding: 0 11px;
}
.create-modal_box-content__fdUHs .create-modal_upload-data-input-with-icon__8ZbnX {
  cursor: pointer;
  background: #f9f9f9;
}
.create-modal_box-content__fdUHs .create-modal_upload-data-input-with-icon__8ZbnX input {
  padding: 12px 2px;
}
.create-modal_box-content__fdUHs .create-modal_upload-data-input-with-icon__8ZbnX input:disabled,
.create-modal_box-content__fdUHs .create-modal_upload-data-input-with-icon__8ZbnX input:hover {
  cursor: pointer !important;
}
.create-modal_empty-state__AvYmn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.create-modal_empty-state__AvYmn.create-modal_contact-list__xlNJU {
  width: 80%;
}
.create-modal_empty-state__AvYmn .create-modal_empty-title__CkE_7 {
  font-size: 14px;
  font-weight: 500px;
}
.create-modal_empty-state-wrapper__wDmJj {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.create-modal_empty-state-wrapper__wDmJj h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.create-modal_empty-state-wrapper__wDmJj div {
  color: #757c80;
  margin: 16px 0 12px;
}
.create-modal_empty-state-button__woFET {
  margin: 20px 10px;
}
.create-modal_handel-bar__TTAaE {
  fill: #b7bfc6;
  vertical-align: middle;
}
.create-modal_tag__wsINP {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.create-modal_ant-color-picker-input__xqb5O .create-modal_ant-input__OZG7t {
  height: 22px;
}
.create-modal_ant-color-picker-trigger__Zkdld {
  width: 23px;
  height: 23px;
}
.create-modal_ant-color-picker-trigger__Zkdld .create-modal_ant-color-picker-color-block__hVRei {
  width: 18px;
  height: 18px;
}
.create-modal_box-content__fdUHs .create-modal_content__SDrMv input,
.create-modal_box-content__fdUHs .create-modal_upload-data-input-with-icon__8ZbnX input,
input input.create-modal_input-white__EoWAf,
input textarea.create-modal_input-white__EoWAf,
input.create-modal_input-grey__BoG3W,
textarea input.create-modal_input-white__EoWAf,
textarea textarea.create-modal_input-white__EoWAf,
textarea.create-modal_input-grey__BoG3W {
  background-color: #f9f9f9;
}
.create-modal_box-content__fdUHs .create-modal_content__SDrMv input:active,
.create-modal_box-content__fdUHs .create-modal_content__SDrMv input:focus,
.create-modal_box-content__fdUHs .create-modal_content__SDrMv input:hover,
.create-modal_box-content__fdUHs .create-modal_upload-data-input-with-icon__8ZbnX input:active,
.create-modal_box-content__fdUHs .create-modal_upload-data-input-with-icon__8ZbnX input:focus,
.create-modal_box-content__fdUHs .create-modal_upload-data-input-with-icon__8ZbnX input:hover,
input input.create-modal_input-white__EoWAf:active,
input input.create-modal_input-white__EoWAf:focus,
input input.create-modal_input-white__EoWAf:hover,
input textarea.create-modal_input-white__EoWAf:active,
input textarea.create-modal_input-white__EoWAf:focus,
input textarea.create-modal_input-white__EoWAf:hover,
input.create-modal_input-grey__BoG3W:active,
input.create-modal_input-grey__BoG3W:focus,
input.create-modal_input-grey__BoG3W:hover,
textarea input.create-modal_input-white__EoWAf:active,
textarea input.create-modal_input-white__EoWAf:focus,
textarea input.create-modal_input-white__EoWAf:hover,
textarea textarea.create-modal_input-white__EoWAf:active,
textarea textarea.create-modal_input-white__EoWAf:focus,
textarea textarea.create-modal_input-white__EoWAf:hover,
textarea.create-modal_input-grey__BoG3W:active,
textarea.create-modal_input-grey__BoG3W:focus,
textarea.create-modal_input-grey__BoG3W:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.create-modal_input-white__EoWAf:active,
input.create-modal_input-white__EoWAf:focus,
input.create-modal_input-white__EoWAf:hover,
span.create-modal_input-white__EoWAf:active,
span.create-modal_input-white__EoWAf:focus,
span.create-modal_input-white__EoWAf:hover,
textarea.create-modal_input-white__EoWAf:active,
textarea.create-modal_input-white__EoWAf:focus,
textarea.create-modal_input-white__EoWAf:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.create-modal_image-uploader-flex__ItbNY .create-modal_ant-upload-select__wXfSj {
  display: flex;
}
.create-modal_image-uploader-flex__ItbNY .create-modal_ant-upload-select__wXfSj .create-modal_ant-upload__J_QEP {
  flex: 1 1;
}
.create-modal_modal-footer-wrapper__kZOcl {
  display: flex;
  justify-content: center;
}
.create-modal_app-modal__8vSBS .create-modal_small__mrOAE {
  width: 350px;
}
.create-modal_toast__bZTE_.create-modal_negative__XuBKw .create-modal_ant-message-notice-content__iHR28 {
  background-color: #d0021b;
}
.create-modal_toast__bZTE_.create-modal_positive__O_0dS .create-modal_ant-message-notice-content__iHR28 {
  background-color: #56bf56;
}
.create-modal_toast__bZTE_.create-modal_loading__VxX2F .create-modal_ant-message-notice-content__iHR28 .create-modal_toast-wrapper__CilHE .create-modal_contents__ubUAt,
.create-modal_toast__bZTE_.create-modal_loading__VxX2F .create-modal_ant-message-notice-content__iHR28 .create-modal_toast-wrapper__CilHE .create-modal_contents__ubUAt .create-modal_title__uY_bX {
  color: #000 !important;
}
.create-modal_toast__bZTE_.create-modal_loading__VxX2F .create-modal_ant-message-loading__vH7bH .create-modal_anticon-loading__S22d7 {
  font-size: 1.5rem;
}
.create-modal_toast__bZTE_ .create-modal_ant-message-notice-content__iHR28 {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.create-modal_toast__bZTE_ .create-modal_ant-message-notice-content__iHR28 .create-modal_toast-wrapper__CilHE {
  position: relative;
  display: flex;
  align-items: center;
}
.create-modal_toast__bZTE_ .create-modal_ant-message-notice-content__iHR28 .create-modal_toast-wrapper__CilHE .create-modal_contents__ubUAt {
  position: relative;
  padding-left: 16px;
}
.create-modal_toast__bZTE_ .create-modal_ant-message-notice-content__iHR28 .create-modal_toast-wrapper__CilHE .create-modal_contents__ubUAt .create-modal_title__uY_bX {
  color: #fff !important;
}
.create-modal_toast__bZTE_ .create-modal_ant-message-notice-content__iHR28 .create-modal_toast-wrapper__CilHE .create-modal_contents__ubUAt p {
  margin: 0;
}
.create-modal_toast__bZTE_ .create-modal_ant-message-notice-content__iHR28 .create-modal_toast-wrapper__CilHE .create-modal_contents__ubUAt p a,
.create-modal_toast__bZTE_ .create-modal_ant-message-notice-content__iHR28 .create-modal_toast-wrapper__CilHE .create-modal_contents__ubUAt p button {
  color: #fff;
  text-decoration: underline;
}
.create-modal_toast__bZTE_ .create-modal_ant-message-notice-content__iHR28 .create-modal_icon__qSU2t {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.create-modal_toast__bZTE_ .create-modal_ant-message-notice-content__iHR28 .create-modal_icon__qSU2t.create-modal_positive__O_0dS {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.create-modal_toast__bZTE_ .create-modal_ant-message-notice-content__iHR28 .create-modal_icon__qSU2t.create-modal_positive__O_0dS:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.create-modal_toast__bZTE_ .create-modal_ant-message-notice-content__iHR28 .create-modal_icon__qSU2t.create-modal_negative__XuBKw {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.create-modal_toast__bZTE_ .create-modal_ant-message-notice-content__iHR28 .create-modal_icon__qSU2t.create-modal_negative__XuBKw:before {
  top: 10px;
}
.create-modal_action-content-box__J5Aa8 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.create-modal_action-content-box__J5Aa8.create-modal_numbered__t55O9 .create-modal_sub-content__8d279 p {
  margin-left: 18px;
}
.create-modal_action-content-box__J5Aa8 .create-modal_sub-content__8d279 {
  padding: 26px 26px 20px;
}
.create-modal_action-content-box__J5Aa8 .create-modal_sub-content__8d279.create-modal_right__ihiBc {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.create-modal_action-content-box__J5Aa8 .create-modal_sub-content__8d279.create-modal_right__ihiBc button {
  margin: 0 20px;
}
.create-modal_action-content-box__J5Aa8 .create-modal_sub-content__8d279 h4,
.create-modal_action-content-box__J5Aa8 .create-modal_sub-content__8d279 p.create-modal_bold__dtaD9 {
  margin: 0;
}
.create-modal_action-content-box__J5Aa8 .create-modal_sub-content__8d279 h4 span,
.create-modal_action-content-box__J5Aa8 .create-modal_sub-content__8d279 p.create-modal_bold__dtaD9 span {
  width: 18px;
  display: inline-block;
}
.create-modal_action-content-box__J5Aa8 .create-modal_sub-content__8d279 p {
  margin: 6px 0 0;
}
.create-modal_action-content-box__J5Aa8 .create-modal_remove__I6S5a {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.create-modal_options-dot__Pe_HM {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.create-modal_options-dot__Pe_HM.create-modal_boxed__dcZ10 {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.create-modal_options-dot__Pe_HM.create-modal_active__Vijns,
.create-modal_options-dot__Pe_HM:focus-visible,
.create-modal_options-dot__Pe_HM:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.create-modal_clickable__t4XWD {
  cursor: pointer;
}
.create-modal_beta-label__EJM2S {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.create-modal_none-style-list-options__9sO87 {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.create-modal_none-style-list-options__9sO87 li {
  margin: 5px 0;
}
.create-modal_ant-tour__Mb_Rz {
  width: 400px;
}
.create-modal_ant-collapse__6U_PK > .create-modal_ant-collapse-item__00H_2 > .create-modal_ant-collapse-header-collapsible-only__RlzHV > .create-modal_ant-collapse-header-text__P6Xqe {
  flex: auto;
}
.create-modal_onboarding-tour-header__v5tfM {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.create-modal_onboarding-tour-description__KRdDu {
  color: #17191a;
  font-size: 16px;
}
.create-modal_tour-hidden-button__SST0e {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.create-modal_ai-onboarding-tour-header__WHEf7 {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.create-modal_onboarding-step-ai-tour__V3QAm {
  width: 350px;
}
.create-modal_onboarding-step-ai-tour__V3QAm .create-modal_onboarding-step-ai-tour-inner__5cFud .create-modal_onboarding-step-ai-tour-description__BzYVa {
  padding: 0 20px;
}
.create-modal_onboarding-step-ai-tour__V3QAm .create-modal_onboarding-step-ai-tour-inner__5cFud .create-modal_onboarding-step-ai-tour-footer__pwXkd {
  padding: 0 20px 20px;
}
.create-modal_onboarding-step-ai-tour__V3QAm .create-modal_onboarding-step-ai-tour-inner__5cFud .create-modal_onboarding-step-ai-tour-header__m6rEu {
  padding: 20px 20px 4px;
}
.create-modal_onboarding-step-ai-tour__V3QAm .create-modal_onboarding-step-ai-tour-inner__5cFud .create-modal_onboarding-step-ai-tour-indicators__3kk5F {
  display: flex;
  width: 100%;
}
.create-modal_onboarding-step-ai-tour__V3QAm .create-modal_onboarding-step-ai-tour-inner__5cFud .create-modal_onboarding-step-ai-tour-buttons__p5VIH {
  width: 0;
  visibility: hidden;
}
.create-modal_onboarding-step-ai-tour-mask__TxJtt mask[id^='onboarding-step-ai-tour-mask'] rect.create-modal_onboarding-step-ai-tour-placeholder-animated__x9drv {
  rx: 8px;
}
.create-modal_onboarding-step-ai-tour-round-mask__nK50o mask[id^='onboarding-step-ai-tour-round-mask'] rect.create-modal_onboarding-step-ai-tour-round-placeholder-animated__QYORB {
  rx: 25px;
}
.create-modal_onboarding-step-tour__hBoWZ {
  width: 400px;
}
.create-modal_onboarding-step-tour__hBoWZ.create-modal_content-hidden__Bdghw {
  display: none !important;
}
.create-modal_onboarding-step-tour__hBoWZ.create-modal_extended-width__T_Zoj {
  width: 600px;
}
.create-modal_onboarding-step-tour-mask__eQgmm mask[id^='onboarding-step-tour-mask'] rect.create-modal_onboarding-step-tour-placeholder-animated__rnQtA {
  rx: 8px;
}
.create-modal_onboarding-step-one-tour__xZ4Zz {
  width: 400px;
}
.create-modal_onboarding-step-one-tour__xZ4Zz.create-modal_content-hidden__Bdghw {
  display: none !important;
}
.create-modal_onboarding-step-one-tour__xZ4Zz.create-modal_extended-width__T_Zoj {
  width: 600px;
}
.create-modal_onboarding-step-one-tour-mask__sguC_ mask[id^='onboarding-step-one-tour-mask'] rect.create-modal_onboarding-step-one-tour-placeholder-animated__8_d1i {
  rx: 25px;
}
.create-modal_support-unread-tour__2WYsn {
  width: 272px;
}
.create-modal_support-unread-tour__2WYsn .create-modal_support-unread-tour-inner__G7ej0 .create-modal_support-unread-tour-header__lXbB5 {
  padding: 8px 16px 4px;
}
.create-modal_support-unread-tour__2WYsn .create-modal_support-unread-tour-inner__G7ej0 .create-modal_support-unread-tour-footer__ocuQg {
  padding: 0 16px 16px;
}
.create-modal_support-unread-tour__2WYsn .create-modal_support-unread-tour-inner__G7ej0 .create-modal_support-unread-tour-close__O8R35 {
  top: 10px;
}
.create-modal_preserve-scroll-position__qck0o {
  overflow-anchor: none;
}
.create-modal_toolbar-wrapper__CNLkn {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.create-modal_toolbar-wrapper__CNLkn .create-modal_anticon__JW82N {
  padding: 12px;
  cursor: pointer;
}
.create-modal_toolbar-wrapper__CNLkn .create-modal_anticon__JW82N:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.create-modal_toolbar-wrapper__CNLkn .create-modal_anticon__JW82N:hover {
  opacity: 0.3;
}
.create-modal_ant-carousel__SK218 .create-modal_slick-dots__nwRTS li.create-modal_slick-active__QYnbZ button {
  background-color: #8158ec;
}
.create-modal_ant-carousel__SK218 .create-modal_slick-dots__nwRTS li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.create-modal_ant-modal-root__pLP2n .create-modal_ant-modal-mask__z53RI,
.create-modal_ant-modal-root__pLP2n .create-modal_ant-modal-wrap__bwmIq {
  z-index: 1001;
}
.create-modal_focused__9cykL {
  background-color: #f5f5f5;
}
.create-modal_spinner-overlay__JW7UI,
.create-modal_spinner__Ntl_H {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.create-modal_spinner-overlay__JW7UI {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.create-modal_spinner__Ntl_H {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.create-modal_large-tag__wcw04 {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.create-modal_email-pill__yBtqv,
.create-modal_phone-pill__o1NlL {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.create-modal_email-pill__yBtqv:not(:empty),
.create-modal_phone-pill__o1NlL:not(:empty) {
  padding: 4px;
}
.create-modal_phone-pill__o1NlL {
  background-color: #e0f2fb;
}
.create-modal_email-pill__yBtqv {
  background-color: #ffefbe;
}
.create-modal_input-box__ErUZn {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.create-modal_input-box__ErUZn.create-modal_bordered__1VWCW {
  border: 1px solid #e6e6e6;
}
.create-modal_input-box__ErUZn.create-modal_large__0LuBn {
  height: auto;
  min-height: 80px;
}
.create-modal_input-box__ErUZn:focus {
  border-color: #ffc926;
}
.create-modal_body-wrapper__NX1fH {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.create-modal_body-wrapper__NX1fH .create-modal_new-contact-form__fV8jJ {
  width: 100%;
  margin-left: 25px;
}
.create-modal_body-wrapper__NX1fH .create-modal_new-contact-form__fV8jJ ::placeholder {
  color: #17191a;
  opacity: 0.5;
}
.create-modal_form-input__EpZWs.ant-form-item {
  margin-bottom: 14px;
}
.create-modal_form-input__EpZWs .create-modal_phone-error__DihR_ {
  color: #d0021b;
}
.create-modal_status-input__2wRLj {
  min-height: 40px;
}
.image-uploader_upload-trigger__RRH_e {
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
  display: flex;
  justify-content: flex-start;
  margin-top: 8px;
  padding: 10px 6px;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}
.image-uploader_upload-trigger-label-active__VYUtn,
.image-uploader_upload-trigger-label__kk7oQ {
  color: #a3a3a3;
  font-weight: 600;
}
.image-uploader_upload-trigger-label-active__VYUtn {
  color: #17191a;
}
.image-uploader_clip-icon-active__CFHAn,
.image-uploader_clip-icon__c78U8 {
  color: #999;
  font-size: 15px;
  width: 20px;
  rotate: 180deg;
  margin-right: 6px;
}
.image-uploader_clip-icon-active__CFHAn {
  color: #17191a;
}
.image-uploader_close-icon__7lzwz {
  margin: 0 8px 0 auto;
}
.image-uploader_input-attachment-token__fBtcc {
  border: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  font-size: 12px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  gap: 7px;
  min-width: 100px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  padding: 0 6px;
}
.image-uploader_input-attachment-token__fBtcc .image-uploader_clip-icon-active__CFHAn,
.image-uploader_input-attachment-token__fBtcc .image-uploader_clip-icon__c78U8 {
  color: #17191a;
  font-size: 15px;
  padding: 0;
}
.image-uploader_input-attachment-token__fBtcc .image-uploader_close-icon__7lzwz {
  color: #17191a;
  font-size: 12px;
  font-weight: 700;
}
.image-uploader_upload-icon__cOx58 {
  color: #31a7e7;
  font-size: 17px;
}
.image-uploader_avatar-upload__KoW21 {
  display: block;
  width: 100%;
}
.image-uploader_avatar-upload__KoW21 .ant-upload-select {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .image-uploader_avatar-upload__KoW21 .image-uploader_change-avatar__j_rF4 {
    display: block;
    margin: 0 auto;
    padding: 0;
  }
  .image-uploader_avatar-upload__KoW21 .icon-button {
    margin-left: 8px;
  }
}
@media screen and (max-width: 1279px) {
  .image-uploader_avatar-upload__KoW21 .image-uploader_change-avatar__j_rF4 {
    color: #fff !important;
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: rgba(0, 0, 0, 0.5) !important;
    border-radius: 100px;
    margin: 0;
    z-index: 99;
  }
}
.image-uploader_avatar-upload__KoW21 .image-uploader_change-avatar__j_rF4 {
  font-size: 11px;
  visibility: hidden;
}
.image-uploader_avatar-upload__KoW21:hover .image-uploader_change-avatar__j_rF4 {
  visibility: visible;
}
.image-uploader_avatar-upload__KoW21 .image-uploader_avatar__HEIcK {
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .image-uploader_avatar-upload__KoW21 .image-uploader_avatar__HEIcK {
    border-radius: 100%;
  }
  .image-uploader_avatar-upload__KoW21 .image-uploader_avatar__HEIcK .ant-upload {
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .image-uploader_avatar-upload__KoW21 .image-uploader_avatar__HEIcK .ant-upload:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 1280px) {
  .image-uploader_avatar-upload__KoW21 .image-uploader_avatar__HEIcK {
    margin-left: 14px;
  }
  .image-uploader_avatar-upload__KoW21 .image-uploader_avatar__HEIcK .upload-text {
    font-size: 11px;
  }
}
.avatar-hm_icon__62Ksi {
  padding: 4px;
}
.avatar-hm_icon-wrapper__F83Fr {
  padding: 4px;
  color: #454a4d;
}
.avatar-hm_icon-wrapper-absolute__GLVC8 {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.avatar-hm_icon-wrapper-absolute__GLVC8 .avatar-hm_icon__62Ksi {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.avatar-hm_icon-sms__2oX4s {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.avatar-hm_icon-email__tYk8W {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.avatar-hm_icon-mixed__h_MC7 {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.avatar-hm_icon-picker-wrapper__Ech9F {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.avatar-hm_icon-picker-wrapper__Ech9F:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.avatar-hm_icon-picker-wrapper__Ech9F:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .avatar-hm_icon-picker-wrapper__Ech9F {
    margin-right: 5px;
  }
}
.avatar-hm_icon-checkmark-white___KLw_ {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.avatar-hm_icon-x-white__cZW8H {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.avatar-hm_icon-help__BRagT {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.avatar-hm_icon-help__BRagT:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.avatar-hm_container__sNZ0C select,
.avatar-hm_ico-arrow-down__9Sx_p {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.avatar-hm_container__sNZ0C select.avatar-hm_ant-dropdown-trigger__oc0Xr,
.avatar-hm_ico-arrow-down__9Sx_p.avatar-hm_ant-dropdown-trigger__oc0Xr {
  padding-right: 24px;
  cursor: pointer;
}
.avatar-hm_container__sNZ0C select.avatar-hm_ant-dropdown-trigger__oc0Xr:disabled,
.avatar-hm_container__sNZ0C select.avatar-hm_ant-dropdown-trigger__oc0Xr[disabled],
.avatar-hm_ico-arrow-down__9Sx_p.avatar-hm_ant-dropdown-trigger__oc0Xr:disabled,
.avatar-hm_ico-arrow-down__9Sx_p.avatar-hm_ant-dropdown-trigger__oc0Xr[disabled] {
  cursor: default;
  background: transparent;
}
.avatar-hm_ico-arrow-gray__7M__s {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.avatar-hm_ico-arrow-gray__7M__s.avatar-hm_down__dR2SK {
  transform: rotate(90deg);
}
.avatar-hm_ico-arrow-gray__7M__s.avatar-hm_up__DpXj9 {
  transform: rotate(-90deg);
}
.avatar-hm_ico-arrow-gray__7M__s.avatar-hm_right__2sL5g {
  transform: rotate(180deg);
}
.avatar-hm_ico-arrow-gray__7M__s.avatar-hm_ant-dropdown-trigger__oc0Xr {
  padding-right: 24px;
  cursor: pointer;
}
.avatar-hm_ico-arrow-gray__7M__s.avatar-hm_ant-dropdown-trigger__oc0Xr:disabled,
.avatar-hm_ico-arrow-gray__7M__s.avatar-hm_ant-dropdown-trigger__oc0Xr[disabled] {
  cursor: default;
  background: transparent;
}
.avatar-hm_icon-error-triangle__cH_X6 {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.avatar-hm_ico-compose__a_t2G {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.avatar-hm_ico-compose-white__aPxS2 {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.avatar-hm_icon-google-play__e97rj {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.avatar-hm_icon-app-store__XFltK {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.avatar-hm_icon-social-fb__5WfP4 {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.avatar-hm_icon-social-tw__2Uh2Y {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.avatar-hm_icon-disclosure__N3e5B {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.avatar-hm_icon-16__uCmNg {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.avatar-hm_icon-18__wV6C7 {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.avatar-hm_icon-gray5__pPGEI {
  color: #999 !important;
}
.avatar-hm_ico-arrow-black__Jx_Ej {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.avatar-hm_ico-arrow-black__Jx_Ej.avatar-hm_down__dR2SK {
  transform: rotate(90deg);
}
.avatar-hm_ico-arrow-black__Jx_Ej.avatar-hm_up__DpXj9 {
  transform: rotate(-90deg);
}
.avatar-hm_ico-arrow-black__Jx_Ej.avatar-hm_right__2sL5g {
  transform: rotate(180deg);
}
.avatar-hm_icon-copy__YZFML {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.avatar-hm_icon-copy__YZFML:hover {
  background-image: url(/icons/copy-black.svg);
}
.avatar-hm_icon-msg-white__qzBJO {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.avatar-hm_icon-email-white__00jB4 {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.avatar-hm_icon-black-bg__4E_Us {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.avatar-hm_icon-black-bg__4E_Us > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.avatar-hm_icon-inbox-black-filled__1A0aO {
  background-image: url(/icons/inbox-black.svg);
}
.avatar-hm_icon-contacts__8Qgy8 {
  background-image: url(/icons/sidebar/contacts.svg);
}
.avatar-hm_page-header-title__4lY9W {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.avatar-hm_action-content-box__vSBhp .avatar-hm_sub-content__8rCmQ h4,
.avatar-hm_empty-state-wrapper__rGrFp h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.avatar-hm_box-content__ZUqW0 .avatar-hm_header-l__PTLa7,
.avatar-hm_box-content__ZUqW0 .avatar-hm_header__SbqbD,
.avatar-hm_toast__VGdwr .avatar-hm_ant-message-notice-content__CvxFT .avatar-hm_toast-wrapper__OrhPR .avatar-hm_contents__943rU .avatar-hm_title__xs3Dl {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.avatar-hm_action-content-box__vSBhp .avatar-hm_sub-content__8rCmQ p.avatar-hm_bold__Ugpfa,
.avatar-hm_empty-state-wrapper__rGrFp h2 a,
.avatar-hm_header-bar__HqQFs .avatar-hm_title__xs3Dl {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.avatar-hm_box-content__ZUqW0 .avatar-hm_content-header___rYWF {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.avatar-hm_action-content-box__vSBhp .avatar-hm_sub-content__8rCmQ p,
.avatar-hm_empty-state-wrapper__rGrFp div,
.avatar-hm_toast__VGdwr .avatar-hm_ant-message-notice-content__CvxFT .avatar-hm_toast-wrapper__OrhPR .avatar-hm_contents__943rU p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.avatar-hm_avatar-upload-btn__solhx,
.avatar-hm_blue-button__MLFCp,
.avatar-hm_box-content__ZUqW0 .avatar-hm_content__hyD0O input,
.avatar-hm_box-content__ZUqW0 .avatar-hm_upload-data-input-with-icon__LUc_W input,
.avatar-hm_button-with-bg-color__wKHx1,
.avatar-hm_cancel-button__QAjQ7,
.avatar-hm_green-button__RYqRp,
.avatar-hm_input-box__oOQHO,
.avatar-hm_input-grey__UN9bN,
.avatar-hm_orange-button__cXyNJ,
.avatar-hm_positive-button__H_YAO,
.avatar-hm_purple-button__WlI6h,
.avatar-hm_white-button-blue-text__kOP_p,
.avatar-hm_white-button__t_BMQ,
button.avatar-hm_icon-button__zDwEG,
button.avatar-hm_text-only__pmytl,
input .avatar-hm_input-white__DQVT2,
textarea .avatar-hm_input-white__DQVT2 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.avatar-hm_large-tag__ORVlU,
button.avatar-hm_show-more__vOn1f,
button.avatar-hm_text-only__pmytl,
span.avatar-hm_text-only__pmytl button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.avatar-hm_tag__y_eEe {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.avatar-hm_beta-label__URuju,
.avatar-hm_error-text-link__eRbcl,
.avatar-hm_error-text__7fMfD,
.avatar-hm_error__GpVD1 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.avatar-hm_mini-square__t1_b0 {
  width: 20px;
  height: 20px;
}
.avatar-hm_help-text__ExHD4 {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.avatar-hm_error-text__7fMfD {
  color: #d0021b;
  flex-grow: 1;
}
.avatar-hm_error-text-link__eRbcl {
  color: #d0021b;
  text-decoration: underline;
}
.avatar-hm_descriptive-text__TKRck {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.avatar-hm_visually-hidden__mDnyR {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.avatar-hm_visually-hidden__mDnyR.avatar-hm_focusable__WKxOs:active,
.avatar-hm_visually-hidden__mDnyR.avatar-hm_focusable__WKxOs:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.avatar-hm_visually-offscreen__ylaUO {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.avatar-hm_invisible__lDlNR {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.avatar-hm_hidden__K_jHn {
  display: none !important;
  visibility: hidden;
}
.avatar-hm_strong__7NYNF {
  font-weight: 700;
}
.avatar-hm_align-right__FvbTD {
  text-align: right;
}
.avatar-hm_align-left__QoHfC {
  text-align: left;
}
.avatar-hm_centered__GCtsU {
  text-align: center;
}
.avatar-hm_timestamp__eHfaO {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.avatar-hm_display-block__dDU92 {
  display: block !important;
}
.avatar-hm_inline-block__1zflO {
  display: inline-block !important;
}
.avatar-hm_hm-app-body__C9IkV button.avatar-hm_ant-switch__i5zE3[disabled],
.avatar-hm_hm-app-body__C9IkV button.avatar-hm_ant-switch__i5zE3[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.avatar-hm_blue-button__MLFCp,
.avatar-hm_button-with-bg-color__wKHx1,
.avatar-hm_cancel-button__QAjQ7,
.avatar-hm_green-button__RYqRp,
.avatar-hm_orange-button__cXyNJ,
.avatar-hm_positive-button__H_YAO,
.avatar-hm_purple-button__WlI6h,
.avatar-hm_white-button-blue-text__kOP_p,
.avatar-hm_white-button__t_BMQ,
button.avatar-hm_icon-button__zDwEG,
button.avatar-hm_text-only__pmytl {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.avatar-hm_text-only__pmytl,
span.avatar-hm_text-only__pmytl button {
  color: #31a7e7;
  padding: 0;
}
button.avatar-hm_text-only__pmytl[disabled],
button.avatar-hm_text-only__pmytl[disabled]:active,
button.avatar-hm_text-only__pmytl[disabled]:focus,
button.avatar-hm_text-only__pmytl[disabled]:hover,
span.avatar-hm_text-only__pmytl button[disabled],
span.avatar-hm_text-only__pmytl button[disabled]:active,
span.avatar-hm_text-only__pmytl button[disabled]:focus,
span.avatar-hm_text-only__pmytl button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.avatar-hm_text-only__pmytl.avatar-hm_red-text__QlC3g,
button.avatar-hm_text-only__pmytl.avatar-hm_red-text__QlC3g:active,
button.avatar-hm_text-only__pmytl.avatar-hm_red-text__QlC3g:focus,
button.avatar-hm_text-only__pmytl.avatar-hm_red-text__QlC3g:hover,
span.avatar-hm_text-only__pmytl button.avatar-hm_red-text__QlC3g,
span.avatar-hm_text-only__pmytl button.avatar-hm_red-text__QlC3g:active,
span.avatar-hm_text-only__pmytl button.avatar-hm_red-text__QlC3g:focus,
span.avatar-hm_text-only__pmytl button.avatar-hm_red-text__QlC3g:hover {
  color: #d0021b;
}
button.avatar-hm_text-only__pmytl.avatar-hm_gray-text__N8cWP,
span.avatar-hm_text-only__pmytl button.avatar-hm_gray-text__N8cWP {
  color: #999;
}
button.avatar-hm_text-only__pmytl.avatar-hm_gray-text__N8cWP:active,
button.avatar-hm_text-only__pmytl.avatar-hm_gray-text__N8cWP:focus,
button.avatar-hm_text-only__pmytl.avatar-hm_gray-text__N8cWP:hover,
span.avatar-hm_text-only__pmytl button.avatar-hm_gray-text__N8cWP:active,
span.avatar-hm_text-only__pmytl button.avatar-hm_gray-text__N8cWP:focus,
span.avatar-hm_text-only__pmytl button.avatar-hm_gray-text__N8cWP:hover {
  color: #999 !important;
}
button.avatar-hm_text-only__pmytl.avatar-hm_black-text__NUF0T,
span.avatar-hm_text-only__pmytl button.avatar-hm_black-text__NUF0T {
  color: #17191a;
}
button.avatar-hm_text-only__pmytl.avatar-hm_black-text__NUF0T:active,
button.avatar-hm_text-only__pmytl.avatar-hm_black-text__NUF0T:focus,
button.avatar-hm_text-only__pmytl.avatar-hm_black-text__NUF0T:hover,
span.avatar-hm_text-only__pmytl button.avatar-hm_black-text__NUF0T:active,
span.avatar-hm_text-only__pmytl button.avatar-hm_black-text__NUF0T:focus,
span.avatar-hm_text-only__pmytl button.avatar-hm_black-text__NUF0T:hover {
  color: #8158ec;
}
button.avatar-hm_text-only__pmytl.avatar-hm_purple-text__EPd__,
button.avatar-hm_text-only__pmytl.avatar-hm_purple-text__EPd__:active,
button.avatar-hm_text-only__pmytl.avatar-hm_purple-text__EPd__:focus,
button.avatar-hm_text-only__pmytl.avatar-hm_purple-text__EPd__:hover,
span.avatar-hm_text-only__pmytl button.avatar-hm_purple-text__EPd__,
span.avatar-hm_text-only__pmytl button.avatar-hm_purple-text__EPd__:active,
span.avatar-hm_text-only__pmytl button.avatar-hm_purple-text__EPd__:focus,
span.avatar-hm_text-only__pmytl button.avatar-hm_purple-text__EPd__:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.avatar-hm_text-only__pmytl:active,
button.avatar-hm_text-only__pmytl:focus,
button.avatar-hm_text-only__pmytl:hover,
span.avatar-hm_text-only__pmytl button:active,
span.avatar-hm_text-only__pmytl button:focus,
span.avatar-hm_text-only__pmytl button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.avatar-hm_blue-button__MLFCp,
.avatar-hm_button-with-bg-color__wKHx1,
.avatar-hm_green-button__RYqRp,
.avatar-hm_orange-button__cXyNJ,
.avatar-hm_positive-button__H_YAO,
.avatar-hm_white-button-blue-text__kOP_p,
.avatar-hm_white-button__t_BMQ {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.avatar-hm_orange-button__cXyNJ {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.avatar-hm_orange-button__cXyNJ:active,
.avatar-hm_orange-button__cXyNJ:focus,
.avatar-hm_orange-button__cXyNJ:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.avatar-hm_orange-button__cXyNJ[disabled],
.avatar-hm_orange-button__cXyNJ[disabled]:active,
.avatar-hm_orange-button__cXyNJ[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.avatar-hm_orange-button__cXyNJ.avatar-hm_drop-down__HFY6h {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.avatar-hm_scroll-loader__UUFvH {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.avatar-hm_green-button__RYqRp {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.avatar-hm_green-button__RYqRp:active,
.avatar-hm_green-button__RYqRp:focus,
.avatar-hm_green-button__RYqRp:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.avatar-hm_green-button__RYqRp[disabled],
.avatar-hm_green-button__RYqRp[disabled]:active,
.avatar-hm_green-button__RYqRp[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.avatar-hm_positive-button__H_YAO {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.avatar-hm_positive-button__H_YAO:active,
.avatar-hm_positive-button__H_YAO:focus,
.avatar-hm_positive-button__H_YAO:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.avatar-hm_positive-button__H_YAO[disabled] {
  background-color: #abe4b2;
}
.avatar-hm_negative-button__M_BqF {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.avatar-hm_negative-button__M_BqF:active,
.avatar-hm_negative-button__M_BqF:focus,
.avatar-hm_negative-button__M_BqF:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.avatar-hm_plain-cancel-button__bm37X,
.avatar-hm_plain-cancel-button__bm37X:active,
.avatar-hm_plain-cancel-button__bm37X:focus,
.avatar-hm_plain-cancel-button__bm37X:hover {
  color: #17191a;
}
.avatar-hm_white-button-blue-text__kOP_p,
.avatar-hm_white-button__t_BMQ {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.avatar-hm_white-button-blue-text__kOP_p:active,
.avatar-hm_white-button-blue-text__kOP_p:focus,
.avatar-hm_white-button-blue-text__kOP_p:hover,
.avatar-hm_white-button__t_BMQ:active,
.avatar-hm_white-button__t_BMQ:focus,
.avatar-hm_white-button__t_BMQ:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.avatar-hm_white-button__t_BMQ[disabled],
.avatar-hm_white-button__t_BMQ[disabled]:active,
.avatar-hm_white-button__t_BMQ[disabled]:focus,
.avatar-hm_white-button__t_BMQ[disabled]:hover,
[disabled].avatar-hm_white-button-blue-text__kOP_p {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.avatar-hm_common-sentiment-emoji__gqfcl {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.avatar-hm_white-button-blue-text__kOP_p {
  color: #31a7e7;
}
.avatar-hm_white-button-blue-text__kOP_p:active,
.avatar-hm_white-button-blue-text__kOP_p:focus,
.avatar-hm_white-button-blue-text__kOP_p:hover {
  color: #31a7e7 !important;
}
.avatar-hm_blue-button__MLFCp {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.avatar-hm_blue-button__MLFCp,
.avatar-hm_blue-button__MLFCp:active,
.avatar-hm_blue-button__MLFCp:focus,
.avatar-hm_blue-button__MLFCp:hover {
  background-color: #31a7e7;
  color: #fff;
}
.avatar-hm_green-button__RYqRp {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.avatar-hm_green-button__RYqRp,
.avatar-hm_green-button__RYqRp:active,
.avatar-hm_green-button__RYqRp:focus,
.avatar-hm_green-button__RYqRp:hover {
  background-color: #56bf56;
  color: #fff;
}
.avatar-hm_purple-button__WlI6h {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.avatar-hm_purple-button__WlI6h:active,
.avatar-hm_purple-button__WlI6h:focus,
.avatar-hm_purple-button__WlI6h:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.avatar-hm_dropdown-input__7ukp5 {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.avatar-hm_dropdown-input__7ukp5:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.avatar-hm_hm-app-body__C9IkV input::placeholder {
  color: #a3a3a3;
}
.avatar-hm_textarea-composer__wvEKV {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.avatar-hm_container__sNZ0C input,
.avatar-hm_container__sNZ0C textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.avatar-hm_input-for-copy__TZABP {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.avatar-hm_input-text-bordered__X7YKs,
.avatar-hm_input-text__P6n6w,
.avatar-hm_input-textarea__OXxYt {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.avatar-hm_input-text__P6n6w {
  height: 50px;
}
.avatar-hm_input-text-bordered__X7YKs {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.avatar-hm_xxl-input__T66HS {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.avatar-hm_xl-input___kECe {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.avatar-hm_l-input__Ja5Sq {
  width: 100%;
  font-size: 1.1rem;
}
.avatar-hm_box-content__ZUqW0 .avatar-hm_content__hyD0O input,
.avatar-hm_box-content__ZUqW0 .avatar-hm_upload-data-input-with-icon__LUc_W input,
.avatar-hm_input-grey__UN9bN,
input .avatar-hm_input-white__DQVT2,
textarea .avatar-hm_input-white__DQVT2 {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.avatar-hm_box-content__ZUqW0 .avatar-hm_content__hyD0O input::placeholder,
.avatar-hm_box-content__ZUqW0 .avatar-hm_upload-data-input-with-icon__LUc_W input::placeholder,
.avatar-hm_input-grey__UN9bN::placeholder,
input .avatar-hm_input-white__DQVT2::placeholder,
textarea .avatar-hm_input-white__DQVT2::placeholder {
  color: #999;
  opacity: 1;
}
input .avatar-hm_input-white__DQVT2,
textarea .avatar-hm_input-white__DQVT2 {
  background-color: #fff;
}
.avatar-hm_clearfix__aSjmJ:after {
  clear: both;
  content: '';
  display: block;
}
.avatar-hm_hidden-important__wQUw3 {
  display: none !important;
}
.avatar-hm_p-left__N_jLl {
  float: left;
}
.avatar-hm_p-right__hmbfY {
  float: right;
}
.avatar-hm_image_orientation_3__88rzc {
  tranform: rotate(180deg);
}
.avatar-hm_image_orientation_6__gW88b {
  tranform: rotate(90deg);
}
.avatar-hm_image_orientation_8__OStLS {
  tranform: rotate(-90deg);
}
.avatar-hm_image_orientation_2__kUjUa {
  tranform: scaleX(-1);
}
.avatar-hm_image_orientation_7__r9VTA {
  tranform: scaleX(-1) rotate(-90deg);
}
.avatar-hm_image_orientation_4__1o476 {
  tranform: scaleX(-1) rotate(180deg);
}
.avatar-hm_image_orientation_5___nmZU {
  tranform: scaleX(-1) rotate(90deg);
}
.avatar-hm_image_slideshow_orientation_3__1MTEx {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.avatar-hm_image_slideshow_orientation_6__lYML7 {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.avatar-hm_image_slideshow_orientation_8__5_wDB {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.avatar-hm_image_slideshow_orientation_2__g8ZDz {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.avatar-hm_image_slideshow_orientation_7__WrNAz {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.avatar-hm_image_slideshow_orientation_4__v_b7_ {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.avatar-hm_image_slideshow_orientation_5__bn7Ns {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.avatar-hm_container__sNZ0C select::-ms-expand {
  display: none !important;
}
.avatar-hm_container__sNZ0C select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.avatar-hm_count-area__Qaelu {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.avatar-hm_clear-top__6RYTx {
  padding-top: 0;
  margin-top: 0;
}
.avatar-hm_remove-x-20__Gya4P,
.avatar-hm_remove-x__rk9bA {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.avatar-hm_remove-x__rk9bA.avatar-hm_white__KiyOo,
.avatar-hm_white__KiyOo.avatar-hm_remove-x-20__Gya4P {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.avatar-hm_remove-x-20__Gya4P {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.avatar-hm_divider__4eIq4 {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.avatar-hm_mobile__GwNa2 {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.avatar-hm_blue__FwVfZ {
  color: #31a7e7 !important;
}
.avatar-hm_white__KiyOo {
  color: #fff !important;
}
.avatar-hm_purple__W9vgS {
  color: #8158ec !important;
}
.avatar-hm_delete__ssBck {
  color: #d0021b !important;
}
.avatar-hm_dark-text__z6Lei {
  color: #17191a !important;
}
.avatar-hm_file-input__26hn0 {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.avatar-hm_image-download-wrapper__6lQPW {
  position: fixed;
  top: 40px;
  right: 100px;
}
.avatar-hm_overflow-y-auto__J0RD0 {
  overflow-y: auto;
}
.avatar-hm_is-font-icon__vy_u8:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.avatar-hm_is-invisible__B4i_6 {
  opacity: 0;
}
.avatar-hm_tabbed-button__hZBAG {
  padding: 0 7px 2px;
}
.avatar-hm_tabbed-button__hZBAG.avatar-hm_selected__4RAnw {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.avatar-hm_show-more__vOn1f {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.avatar-hm_show-more__vOn1f:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.avatar-hm_time-input__5mkeg {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.avatar-hm_form-group__Eih9u.avatar-hm_date-time__Dl8_N {
  position: relative;
  top: -2px;
}
.avatar-hm_form-group__Eih9u.avatar-hm_date-time__Dl8_N.avatar-hm_time__kVlgu {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.avatar-hm_form-group__Eih9u.avatar-hm_date-time__Dl8_N.avatar-hm_form-group-hour__zc3qf .avatar-hm_colon__16cGo {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.avatar-hm_form-group__Eih9u.avatar-hm_date-time__Dl8_N.avatar-hm_form-group-hour__zc3qf input {
  text-align: center;
}
.avatar-hm_form-group__Eih9u.avatar-hm_date-time__Dl8_N.avatar-hm_form-group-day__Cix9t {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.avatar-hm_form-group__Eih9u.avatar-hm_date-time__Dl8_N.avatar-hm_form-group-minute__IK9ov {
  width: 42px;
}
.avatar-hm_form-group__Eih9u.avatar-hm_date-time__Dl8_N.avatar-hm_form-group-clock__8dyMN {
  width: 54px;
}
.avatar-hm_attach-img__VfXg6 {
  position: relative;
  width: 25px;
  height: 25px;
}
.avatar-hm_attach-img__VfXg6 input#avatar-hm_add-image__i10ZY {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.avatar-hm_attach-img__VfXg6 span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.avatar-hm_m-0__mltBY {
  margin: 0 !important;
}
.avatar-hm_ml-auto__ltSOO {
  margin-left: auto;
}
.avatar-hm_mr-auto__iv0Px {
  margin-right: auto;
}
.avatar-hm_mx-auto__g4EMp {
  margin-left: auto;
  margin-right: auto;
}
.avatar-hm_mx-16__kEHN_ {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.avatar-hm_my-16__JWNO8 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.avatar-hm_mr-0__kNnuw {
  margin-right: 0 !important;
}
.avatar-hm_mr-4__AKTPc {
  margin-right: 4px !important;
}
.avatar-hm_mr-8__wJ3l5 {
  margin-right: 8px !important;
}
.avatar-hm_mr-12__tSQqs {
  margin-right: 12px !important;
}
.avatar-hm_mr-16__b6yJs {
  margin-right: 16px !important;
}
.avatar-hm_ml-0__z3Ksq {
  margin-left: 0 !important;
}
.avatar-hm_ml-4__cv9Qb {
  margin-left: 4px !important;
}
.avatar-hm_ml-8__7VMKK {
  margin-left: 8px !important;
}
.avatar-hm_ml-12__Zuy70 {
  margin-left: 12px !important;
}
.avatar-hm_ml-16__uU9VY {
  margin-left: 16px !important;
}
.avatar-hm_mt-0__8WqVA {
  margin-top: 0 !important;
}
.avatar-hm_mt-4__Pagrn {
  margin-top: 4px !important;
}
.avatar-hm_mt-8__X047K {
  margin-top: 8px !important;
}
.avatar-hm_mt-16__OERfN {
  margin-top: 16px !important;
}
.avatar-hm_mt-24__Cn3yc {
  margin-top: 24px !important;
}
.avatar-hm_mt-48__SaIm8 {
  margin-top: 48px !important;
}
.avatar-hm_mb-0__zLfBg {
  margin-bottom: 0 !important;
}
.avatar-hm_mb-4__ltF05 {
  margin-bottom: 4px !important;
}
.avatar-hm_mb-8__524nC {
  margin-bottom: 8px !important;
}
.avatar-hm_mb-12__2E5_5 {
  margin-bottom: 12px !important;
}
.avatar-hm_mb-16__imTex {
  margin-bottom: 16px !important;
}
.avatar-hm_mb-24__oIOO7 {
  margin-bottom: 24px !important;
}
.avatar-hm_mb-64__6E_HE {
  margin-bottom: 64px !important;
}
.avatar-hm_p-0__IQlKu {
  padding: 0 !important;
}
.avatar-hm_p-16__kV_uY {
  padding: 16px;
}
.avatar-hm_p-40__aP_cz {
  padding: 40px;
}
.avatar-hm_px-0__QCWm_ {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.avatar-hm_px-4__tmrt7 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.avatar-hm_px-8__bpr6b {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.avatar-hm_px-32__363s5 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.avatar-hm_px-40__LSV7F {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.avatar-hm_pt-40__YRpEt {
  padding-top: 40px;
}
.avatar-hm_pt-24__osZi8 {
  padding-top: 24px;
}
.avatar-hm_pt-16__T2K1L {
  padding-top: 16px;
}
.avatar-hm_pt-12__dzJwb {
  padding-top: 12px !important;
}
.avatar-hm_pb-40__eQENT {
  padding-bottom: 40px;
}
.avatar-hm_pb-24__DRKHa {
  padding-bottom: 24px;
}
.avatar-hm_pb-16__D3HsA {
  padding-bottom: 16px;
}
.avatar-hm_pl-8__4MnM8 {
  padding-left: 8px !important;
}
.avatar-hm_pl-12__V3R57 {
  padding-left: 12px !important;
}
.avatar-hm_pl-16__z5HRH {
  padding-left: 16px !important;
}
.avatar-hm_text-left__RKENq {
  text-align: left !important;
}
.avatar-hm_text-right__xGLam {
  text-align: right !important;
}
.avatar-hm_text-center__Ii4yw {
  text-align: center !important;
}
.avatar-hm_font-medium__bU5wi {
  font-weight: 500 !important;
}
.avatar-hm_font-semibold__9izEV {
  font-weight: 600 !important;
}
.avatar-hm_radius-8__GBVif {
  border-radius: 8px !important;
}
.avatar-hm_truncate__gTnn_ {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.avatar-hm_whitespace-nowrap__6xy3_ {
  white-space: nowrap;
}
.avatar-hm_whitespace-pre-wrap__V0dLB {
  white-space: pre-wrap;
}
.avatar-hm_w-100__yyGEs {
  width: 100% !important;
}
.avatar-hm_h-100__ZzwhE {
  height: 100% !important;
}
.avatar-hm_max-w-none__gZ7Yn {
  max-width: none !important;
}
.avatar-hm_max-h-none__AYpQo {
  max-height: none !important;
}
.avatar-hm_min-w-100__YLyI2 {
  min-width: 100px;
}
.avatar-hm_heading-48-600__O8Mx0 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.avatar-hm_heading-32-600__jwrBI {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.avatar-hm_heading-24-600__uqbsp {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.avatar-hm_heading-18-600__R8L4D {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.avatar-hm_heading-18-400__uCYHJ {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.avatar-hm_heading-16-700__6_UKQ {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.avatar-hm_text-16-400__rz9zL {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.avatar-hm_heading-14-600__emcLM {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.avatar-hm_heading-14-500__GGwjv {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.avatar-hm_text-14-400__Adb68 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.avatar-hm_text-13-500__SOiwn {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.avatar-hm_text-13-600__zIoKU {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.avatar-hm_text-13-400__RpAuK {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.avatar-hm_text-12-500___Rf6N {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.avatar-hm_text-12-600__HwRVS {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.avatar-hm_text-12-400__pwtrr {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.avatar-hm_status-badge__LL_lv {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.avatar-hm_status-badge__LL_lv.avatar-hm_paused__GwR7R {
  background-color: #ff8b3d;
  color: #fff !important;
}
.avatar-hm_status-badge__LL_lv.avatar-hm_created__rdcGS,
.avatar-hm_status-badge__LL_lv.avatar-hm_inactive__Envlq,
.avatar-hm_status-badge__LL_lv.avatar-hm_pending__ZX73j {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.avatar-hm_status-badge__LL_lv.avatar-hm_active__5tXA7 {
  background-color: #56bf56;
  color: #fff !important;
}
.avatar-hm_status-badge__LL_lv.avatar-hm_error__GpVD1 {
  background-color: #d0021b;
  color: #fff !important;
}
.avatar-hm_status-badge__LL_lv.avatar-hm_progress__NBwJY {
  background-color: #f5bf0c;
  color: #fff !important;
}
.avatar-hm_status-badge__LL_lv.avatar-hm_draft__JqYVC {
  background-color: #e6e6e6;
  color: #000 !important;
}
.avatar-hm_status-badge__LL_lv.avatar-hm_sent__BnZg7 {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.avatar-hm_status-badge__LL_lv.avatar-hm_scheduled__ib32Z {
  background-color: #feefcf;
  color: #795548;
}
.avatar-hm_status-badge__LL_lv.avatar-hm_loading-badge__HP0rm {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.avatar-hm_status-badge__LL_lv.avatar-hm_loading-badge__HP0rm .avatar-hm_text__2OlYt {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.avatar-hm_status-badge__LL_lv.avatar-hm_loading-badge__HP0rm .avatar-hm_slider__yvp_J {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: avatar-hm_moveSlideshow__FhRC3 3s linear infinite;
}
@keyframes avatar-hm_moveSlideshow__FhRC3 {
  to {
    transform: translateX(200%);
  }
}
.avatar-hm_flex__dm2fY {
  display: flex !important;
}
.avatar-hm_flex-space-between__zM4He {
  justify-content: space-between;
}
.avatar-hm_flex-align-start__SWMnz {
  align-items: flex-start;
}
.avatar-hm_flex-align-center__1q6Z5 {
  align-items: center;
}
.avatar-hm_flex-absolute-center__HlLFL {
  justify-content: center;
  align-items: center;
}
.avatar-hm_flex-container__36mxy {
  display: flex;
  flex-wrap: wrap;
}
.avatar-hm_flex-column__DdnLo {
  flex-direction: column;
}
.avatar-hm_flex-justify-end__DWihQ {
  justify-content: flex-end;
}
.avatar-hm_position-relative__LWYnf {
  position: relative !important;
}
.avatar-hm_position-static__gAy0t {
  position: static !important;
}
.avatar-hm_position-absolute__Q_1L8 {
  position: absolute !important;
}
.avatar-hm_hr-grey__j33C4 {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.avatar-hm_input-border__gouze {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.avatar-hm_action-content-box__vSBhp,
.avatar-hm_box-content__ZUqW0,
.avatar-hm_box-content__ZUqW0 .avatar-hm_upload-data-input-with-icon__LUc_W,
.avatar-hm_default-border__hSmuj {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.avatar-hm_bg-grey__h8rN7 {
  background-color: #f9f9f9 !important;
}
.avatar-hm_bg-white__Q_z7r {
  background-color: #fff !important;
}
.avatar-hm_pos-relative__yCVar {
  position: relative !important;
}
.avatar-hm_text-light__tEfwh {
  color: #757c80 !important;
}
.avatar-hm_text-red__i8aXn {
  color: #d0021b !important;
}
.avatar-hm_text-green__hjUaO {
  color: #56bf56 !important;
}
.avatar-hm_text-blue__r6ivE {
  color: #31a7e7;
}
.avatar-hm_text-sec-blue__gJ1t5 {
  color: #1b02b1 !important;
}
.avatar-hm_notification-dot__tnvYV {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.avatar-hm_title-with-action-on-left__12Gfv {
  display: flex;
  justify-content: space-between;
}
.avatar-hm_error__GpVD1 {
  color: #d0021b;
}
.avatar-hm_error-border__qWyBz {
  border: 1px solid #d0021b !important;
}
.avatar-hm_rotate__SWoUf {
  animation: avatar-hm_rotation__EtQCe 2s linear infinite;
}
@keyframes avatar-hm_rotation__EtQCe {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.avatar-hm_switch__x3IEE {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.avatar-hm_switch__x3IEE .avatar-hm_btn-toggle__GEwDw {
  opacity: 0;
  width: 0;
  height: 0;
}
.avatar-hm_switch__x3IEE .avatar-hm_slider__yvp_J {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.avatar-hm_switch__x3IEE .avatar-hm_slider__yvp_J:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.avatar-hm_switch__x3IEE .avatar-hm_slider__yvp_J:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.avatar-hm_switch__x3IEE .avatar-hm_btn-toggle__GEwDw.avatar-hm_enabled__l13aB + .avatar-hm_slider__yvp_J {
  background-color: #ffc926;
  border: none;
}
.avatar-hm_switch__x3IEE .avatar-hm_btn-toggle__GEwDw:focus + .avatar-hm_slider__yvp_J {
  box-shadow: 0 0 1px #2196f3;
}
.avatar-hm_switch__x3IEE .avatar-hm_btn-toggle__GEwDw.avatar-hm_enabled__l13aB + .avatar-hm_slider__yvp_J:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.avatar-hm_switch__x3IEE .avatar-hm_btn-toggle__GEwDw.avatar-hm_enabled__l13aB + .avatar-hm_slider__yvp_J:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#avatar-hm_appleid-signin__pFtk8 {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#avatar-hm_appleid-signin__pFtk8 > div {
  width: 200px !important;
  height: 38px !important;
}
.avatar-hm_page-header__D8Xko {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.avatar-hm_page-header__D8Xko.avatar-hm_clear-side__R95v0 {
  padding: 40px 0 32px;
}
.avatar-hm_page-spacing__Fe8yf {
  padding: 0 40px;
}
.avatar-hm_page-header-title__4lY9W {
  color: #17191a;
  margin: 0 0 8px;
}
.avatar-hm_header-bar__HqQFs {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.avatar-hm_box-content__ZUqW0 {
  background-color: #fff;
  margin-bottom: 24px;
}
.avatar-hm_box-content__ZUqW0 .avatar-hm_header__SbqbD {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.avatar-hm_box-content__ZUqW0 .avatar-hm_header-l__PTLa7 {
  padding: 24px 16px;
  margin: 0;
}
.avatar-hm_box-content__ZUqW0 .avatar-hm_content__hyD0O {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.avatar-hm_box-content__ZUqW0 .avatar-hm_content-header___rYWF {
  margin-bottom: 4px;
  margin-top: 0;
}
.avatar-hm_box-content__ZUqW0 .avatar-hm_table-content__YUBeX {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.avatar-hm_box-content__ZUqW0 .avatar-hm_help-text__ExHD4 {
  line-height: 20px;
}
.avatar-hm_box-content__ZUqW0 .avatar-hm_sub-text__KJjg4 {
  color: #757c80;
}
.avatar-hm_box-content__ZUqW0 .avatar-hm_content-data-input__aqDPQ {
  margin-top: 8px;
}
.avatar-hm_box-content__ZUqW0 .avatar-hm_data-entry-input__o_n4v,
.avatar-hm_box-content__ZUqW0 .avatar-hm_upload-data-input-with-icon__LUc_W {
  margin-top: 8px;
  padding: 0 11px;
}
.avatar-hm_box-content__ZUqW0 .avatar-hm_upload-data-input-with-icon__LUc_W {
  cursor: pointer;
  background: #f9f9f9;
}
.avatar-hm_box-content__ZUqW0 .avatar-hm_upload-data-input-with-icon__LUc_W input {
  padding: 12px 2px;
}
.avatar-hm_box-content__ZUqW0 .avatar-hm_upload-data-input-with-icon__LUc_W input:disabled,
.avatar-hm_box-content__ZUqW0 .avatar-hm_upload-data-input-with-icon__LUc_W input:hover {
  cursor: pointer !important;
}
.avatar-hm_empty-state__0ddC0 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.avatar-hm_empty-state__0ddC0.avatar-hm_contact-list__gmu9Z {
  width: 80%;
}
.avatar-hm_empty-state__0ddC0 .avatar-hm_empty-title__Vnluy {
  font-size: 14px;
  font-weight: 500px;
}
.avatar-hm_empty-state-wrapper__rGrFp {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.avatar-hm_empty-state-wrapper__rGrFp h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.avatar-hm_empty-state-wrapper__rGrFp div {
  color: #757c80;
  margin: 16px 0 12px;
}
.avatar-hm_empty-state-button___Mpj9 {
  margin: 20px 10px;
}
.avatar-hm_handel-bar__2WO78 {
  fill: #b7bfc6;
  vertical-align: middle;
}
.avatar-hm_tag__y_eEe {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.avatar-hm_ant-color-picker-input__jyMjK .avatar-hm_ant-input__Tw3fn {
  height: 22px;
}
.avatar-hm_ant-color-picker-trigger__vYp6n {
  width: 23px;
  height: 23px;
}
.avatar-hm_ant-color-picker-trigger__vYp6n .avatar-hm_ant-color-picker-color-block__LxDbC {
  width: 18px;
  height: 18px;
}
.avatar-hm_box-content__ZUqW0 .avatar-hm_content__hyD0O input,
.avatar-hm_box-content__ZUqW0 .avatar-hm_upload-data-input-with-icon__LUc_W input,
input input.avatar-hm_input-white__DQVT2,
input textarea.avatar-hm_input-white__DQVT2,
input.avatar-hm_input-grey__UN9bN,
textarea input.avatar-hm_input-white__DQVT2,
textarea textarea.avatar-hm_input-white__DQVT2,
textarea.avatar-hm_input-grey__UN9bN {
  background-color: #f9f9f9;
}
.avatar-hm_box-content__ZUqW0 .avatar-hm_content__hyD0O input:active,
.avatar-hm_box-content__ZUqW0 .avatar-hm_content__hyD0O input:focus,
.avatar-hm_box-content__ZUqW0 .avatar-hm_content__hyD0O input:hover,
.avatar-hm_box-content__ZUqW0 .avatar-hm_upload-data-input-with-icon__LUc_W input:active,
.avatar-hm_box-content__ZUqW0 .avatar-hm_upload-data-input-with-icon__LUc_W input:focus,
.avatar-hm_box-content__ZUqW0 .avatar-hm_upload-data-input-with-icon__LUc_W input:hover,
input input.avatar-hm_input-white__DQVT2:active,
input input.avatar-hm_input-white__DQVT2:focus,
input input.avatar-hm_input-white__DQVT2:hover,
input textarea.avatar-hm_input-white__DQVT2:active,
input textarea.avatar-hm_input-white__DQVT2:focus,
input textarea.avatar-hm_input-white__DQVT2:hover,
input.avatar-hm_input-grey__UN9bN:active,
input.avatar-hm_input-grey__UN9bN:focus,
input.avatar-hm_input-grey__UN9bN:hover,
textarea input.avatar-hm_input-white__DQVT2:active,
textarea input.avatar-hm_input-white__DQVT2:focus,
textarea input.avatar-hm_input-white__DQVT2:hover,
textarea textarea.avatar-hm_input-white__DQVT2:active,
textarea textarea.avatar-hm_input-white__DQVT2:focus,
textarea textarea.avatar-hm_input-white__DQVT2:hover,
textarea.avatar-hm_input-grey__UN9bN:active,
textarea.avatar-hm_input-grey__UN9bN:focus,
textarea.avatar-hm_input-grey__UN9bN:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.avatar-hm_input-white__DQVT2:active,
input.avatar-hm_input-white__DQVT2:focus,
input.avatar-hm_input-white__DQVT2:hover,
span.avatar-hm_input-white__DQVT2:active,
span.avatar-hm_input-white__DQVT2:focus,
span.avatar-hm_input-white__DQVT2:hover,
textarea.avatar-hm_input-white__DQVT2:active,
textarea.avatar-hm_input-white__DQVT2:focus,
textarea.avatar-hm_input-white__DQVT2:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.avatar-hm_image-uploader-flex__BMQ8c .avatar-hm_ant-upload-select__FVrs0 {
  display: flex;
}
.avatar-hm_image-uploader-flex__BMQ8c .avatar-hm_ant-upload-select__FVrs0 .avatar-hm_ant-upload__Fmayc {
  flex: 1 1;
}
.avatar-hm_modal-footer-wrapper__voAYo {
  display: flex;
  justify-content: center;
}
.avatar-hm_app-modal__YabIV .avatar-hm_small__9lGF0 {
  width: 350px;
}
.avatar-hm_toast__VGdwr.avatar-hm_negative__j4pQQ .avatar-hm_ant-message-notice-content__CvxFT {
  background-color: #d0021b;
}
.avatar-hm_toast__VGdwr.avatar-hm_positive__fohG_ .avatar-hm_ant-message-notice-content__CvxFT {
  background-color: #56bf56;
}
.avatar-hm_toast__VGdwr.avatar-hm_loading__2_2EA .avatar-hm_ant-message-notice-content__CvxFT .avatar-hm_toast-wrapper__OrhPR .avatar-hm_contents__943rU,
.avatar-hm_toast__VGdwr.avatar-hm_loading__2_2EA .avatar-hm_ant-message-notice-content__CvxFT .avatar-hm_toast-wrapper__OrhPR .avatar-hm_contents__943rU .avatar-hm_title__xs3Dl {
  color: #000 !important;
}
.avatar-hm_toast__VGdwr.avatar-hm_loading__2_2EA .avatar-hm_ant-message-loading__nSusA .avatar-hm_anticon-loading__xWhb4 {
  font-size: 1.5rem;
}
.avatar-hm_toast__VGdwr .avatar-hm_ant-message-notice-content__CvxFT {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.avatar-hm_toast__VGdwr .avatar-hm_ant-message-notice-content__CvxFT .avatar-hm_toast-wrapper__OrhPR {
  position: relative;
  display: flex;
  align-items: center;
}
.avatar-hm_toast__VGdwr .avatar-hm_ant-message-notice-content__CvxFT .avatar-hm_toast-wrapper__OrhPR .avatar-hm_contents__943rU {
  position: relative;
  padding-left: 16px;
}
.avatar-hm_toast__VGdwr .avatar-hm_ant-message-notice-content__CvxFT .avatar-hm_toast-wrapper__OrhPR .avatar-hm_contents__943rU .avatar-hm_title__xs3Dl {
  color: #fff !important;
}
.avatar-hm_toast__VGdwr .avatar-hm_ant-message-notice-content__CvxFT .avatar-hm_toast-wrapper__OrhPR .avatar-hm_contents__943rU p {
  margin: 0;
}
.avatar-hm_toast__VGdwr .avatar-hm_ant-message-notice-content__CvxFT .avatar-hm_toast-wrapper__OrhPR .avatar-hm_contents__943rU p a,
.avatar-hm_toast__VGdwr .avatar-hm_ant-message-notice-content__CvxFT .avatar-hm_toast-wrapper__OrhPR .avatar-hm_contents__943rU p button {
  color: #fff;
  text-decoration: underline;
}
.avatar-hm_toast__VGdwr .avatar-hm_ant-message-notice-content__CvxFT .avatar-hm_icon__62Ksi {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.avatar-hm_toast__VGdwr .avatar-hm_ant-message-notice-content__CvxFT .avatar-hm_icon__62Ksi.avatar-hm_positive__fohG_ {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.avatar-hm_toast__VGdwr .avatar-hm_ant-message-notice-content__CvxFT .avatar-hm_icon__62Ksi.avatar-hm_positive__fohG_:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.avatar-hm_toast__VGdwr .avatar-hm_ant-message-notice-content__CvxFT .avatar-hm_icon__62Ksi.avatar-hm_negative__j4pQQ {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.avatar-hm_toast__VGdwr .avatar-hm_ant-message-notice-content__CvxFT .avatar-hm_icon__62Ksi.avatar-hm_negative__j4pQQ:before {
  top: 10px;
}
.avatar-hm_action-content-box__vSBhp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.avatar-hm_action-content-box__vSBhp.avatar-hm_numbered__ldn5h .avatar-hm_sub-content__8rCmQ p {
  margin-left: 18px;
}
.avatar-hm_action-content-box__vSBhp .avatar-hm_sub-content__8rCmQ {
  padding: 26px 26px 20px;
}
.avatar-hm_action-content-box__vSBhp .avatar-hm_sub-content__8rCmQ.avatar-hm_right__2sL5g {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.avatar-hm_action-content-box__vSBhp .avatar-hm_sub-content__8rCmQ.avatar-hm_right__2sL5g button {
  margin: 0 20px;
}
.avatar-hm_action-content-box__vSBhp .avatar-hm_sub-content__8rCmQ h4,
.avatar-hm_action-content-box__vSBhp .avatar-hm_sub-content__8rCmQ p.avatar-hm_bold__Ugpfa {
  margin: 0;
}
.avatar-hm_action-content-box__vSBhp .avatar-hm_sub-content__8rCmQ h4 span,
.avatar-hm_action-content-box__vSBhp .avatar-hm_sub-content__8rCmQ p.avatar-hm_bold__Ugpfa span {
  width: 18px;
  display: inline-block;
}
.avatar-hm_action-content-box__vSBhp .avatar-hm_sub-content__8rCmQ p {
  margin: 6px 0 0;
}
.avatar-hm_action-content-box__vSBhp .avatar-hm_remove__RNItt {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.avatar-hm_options-dot__YOqMR {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.avatar-hm_options-dot__YOqMR.avatar-hm_boxed__YyfkA {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.avatar-hm_options-dot__YOqMR.avatar-hm_active__5tXA7,
.avatar-hm_options-dot__YOqMR:focus-visible,
.avatar-hm_options-dot__YOqMR:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.avatar-hm_clickable__X1Ykn {
  cursor: pointer;
}
.avatar-hm_beta-label__URuju {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.avatar-hm_none-style-list-options__P8DQT {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.avatar-hm_none-style-list-options__P8DQT li {
  margin: 5px 0;
}
.avatar-hm_ant-tour__fLhdv {
  width: 400px;
}
.avatar-hm_ant-collapse__D8Kyy > .avatar-hm_ant-collapse-item__01yRf > .avatar-hm_ant-collapse-header-collapsible-only__93nx3 > .avatar-hm_ant-collapse-header-text__hHvc5 {
  flex: auto;
}
.avatar-hm_onboarding-tour-header___j8hG {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.avatar-hm_onboarding-tour-description__oDx_v {
  color: #17191a;
  font-size: 16px;
}
.avatar-hm_tour-hidden-button__CLsui {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.avatar-hm_ai-onboarding-tour-header__ysnf5 {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.avatar-hm_onboarding-step-ai-tour__KIxuD {
  width: 350px;
}
.avatar-hm_onboarding-step-ai-tour__KIxuD .avatar-hm_onboarding-step-ai-tour-inner__iZU6U .avatar-hm_onboarding-step-ai-tour-description__7vNF_ {
  padding: 0 20px;
}
.avatar-hm_onboarding-step-ai-tour__KIxuD .avatar-hm_onboarding-step-ai-tour-inner__iZU6U .avatar-hm_onboarding-step-ai-tour-footer__uxCL1 {
  padding: 0 20px 20px;
}
.avatar-hm_onboarding-step-ai-tour__KIxuD .avatar-hm_onboarding-step-ai-tour-inner__iZU6U .avatar-hm_onboarding-step-ai-tour-header__cRR7z {
  padding: 20px 20px 4px;
}
.avatar-hm_onboarding-step-ai-tour__KIxuD .avatar-hm_onboarding-step-ai-tour-inner__iZU6U .avatar-hm_onboarding-step-ai-tour-indicators__488bg {
  display: flex;
  width: 100%;
}
.avatar-hm_onboarding-step-ai-tour__KIxuD .avatar-hm_onboarding-step-ai-tour-inner__iZU6U .avatar-hm_onboarding-step-ai-tour-buttons__C6YL6 {
  width: 0;
  visibility: hidden;
}
.avatar-hm_onboarding-step-ai-tour-mask__8Cdug mask[id^='onboarding-step-ai-tour-mask'] rect.avatar-hm_onboarding-step-ai-tour-placeholder-animated__y2Z1u {
  rx: 8px;
}
.avatar-hm_onboarding-step-ai-tour-round-mask___YwGt mask[id^='onboarding-step-ai-tour-round-mask'] rect.avatar-hm_onboarding-step-ai-tour-round-placeholder-animated__OEYV3 {
  rx: 25px;
}
.avatar-hm_onboarding-step-tour__zZSmi {
  width: 400px;
}
.avatar-hm_onboarding-step-tour__zZSmi.avatar-hm_content-hidden__nzSkn {
  display: none !important;
}
.avatar-hm_onboarding-step-tour__zZSmi.avatar-hm_extended-width__yNLsH {
  width: 600px;
}
.avatar-hm_onboarding-step-tour-mask__zkc7S mask[id^='onboarding-step-tour-mask'] rect.avatar-hm_onboarding-step-tour-placeholder-animated__LRptO {
  rx: 8px;
}
.avatar-hm_onboarding-step-one-tour__SaB_Z {
  width: 400px;
}
.avatar-hm_onboarding-step-one-tour__SaB_Z.avatar-hm_content-hidden__nzSkn {
  display: none !important;
}
.avatar-hm_onboarding-step-one-tour__SaB_Z.avatar-hm_extended-width__yNLsH {
  width: 600px;
}
.avatar-hm_onboarding-step-one-tour-mask__6d450 mask[id^='onboarding-step-one-tour-mask'] rect.avatar-hm_onboarding-step-one-tour-placeholder-animated__gxFDT {
  rx: 25px;
}
.avatar-hm_support-unread-tour__QQKFW {
  width: 272px;
}
.avatar-hm_support-unread-tour__QQKFW .avatar-hm_support-unread-tour-inner__WRgP9 .avatar-hm_support-unread-tour-header__QvdId {
  padding: 8px 16px 4px;
}
.avatar-hm_support-unread-tour__QQKFW .avatar-hm_support-unread-tour-inner__WRgP9 .avatar-hm_support-unread-tour-footer__UABoz {
  padding: 0 16px 16px;
}
.avatar-hm_support-unread-tour__QQKFW .avatar-hm_support-unread-tour-inner__WRgP9 .avatar-hm_support-unread-tour-close__r81mx {
  top: 10px;
}
.avatar-hm_preserve-scroll-position__NeApt {
  overflow-anchor: none;
}
.avatar-hm_toolbar-wrapper__7NMY4 {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.avatar-hm_toolbar-wrapper__7NMY4 .avatar-hm_anticon__nGwjw {
  padding: 12px;
  cursor: pointer;
}
.avatar-hm_toolbar-wrapper__7NMY4 .avatar-hm_anticon__nGwjw:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.avatar-hm_toolbar-wrapper__7NMY4 .avatar-hm_anticon__nGwjw:hover {
  opacity: 0.3;
}
.avatar-hm_ant-carousel__ZPceZ .avatar-hm_slick-dots__ONyWZ li.avatar-hm_slick-active__MBfGT button {
  background-color: #8158ec;
}
.avatar-hm_ant-carousel__ZPceZ .avatar-hm_slick-dots__ONyWZ li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.avatar-hm_ant-modal-root__sJCsz .avatar-hm_ant-modal-mask__Jpnhu,
.avatar-hm_ant-modal-root__sJCsz .avatar-hm_ant-modal-wrap__suCgz {
  z-index: 1001;
}
.avatar-hm_focused__WjIFw {
  background-color: #f5f5f5;
}
.avatar-hm_spinner-overlay__4nIkG,
.avatar-hm_spinner__Fpdgq {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.avatar-hm_spinner-overlay__4nIkG {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.avatar-hm_spinner__Fpdgq {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.avatar-hm_large-tag__ORVlU {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.avatar-hm_email-pill__lxE23,
.avatar-hm_phone-pill__CqoLD {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.avatar-hm_email-pill__lxE23:not(:empty),
.avatar-hm_phone-pill__CqoLD:not(:empty) {
  padding: 4px;
}
.avatar-hm_phone-pill__CqoLD {
  background-color: #e0f2fb;
}
.avatar-hm_email-pill__lxE23 {
  background-color: #ffefbe;
}
.avatar-hm_input-box__oOQHO {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.avatar-hm_input-box__oOQHO.avatar-hm_bordered__ITbAA {
  border: 1px solid #e6e6e6;
}
.avatar-hm_input-box__oOQHO.avatar-hm_large__Fzjzd {
  height: auto;
  min-height: 80px;
}
.avatar-hm_input-box__oOQHO:focus {
  border-color: #ffc926;
}
.avatar-hm_avatar__vzC5N {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.avatar-hm_avatar__vzC5N.avatar-hm_with-image__2avgz .ant-avatar {
  border: 0;
}
.avatar-hm_avatar__vzC5N .ant-avatar {
  color: #757c80;
  border: 1px solid #e7e7e7;
  background-color: #f9f9f9;
}
.avatar-hm_avatar__vzC5N .avatar-hm_menu-item-account-badge__x_3w8 sup {
  box-shadow: 0 0 0 1px #17191a;
  width: 8px;
  height: 8px;
}
.avatar-hm_avatar__vzC5N .avatar-hm_menu-item-account-avatar___W4Ue {
  background-color: #f9f9f9;
  border-color: #e6e6e6;
}
.avatar-hm_avatar__vzC5N .avatar-hm_menu-item-account-avatar___W4Ue span {
  font-size: 12.5px;
  color: #757c80;
}
.avatar-hm_avatar-upload-btn__solhx {
  color: #31a7e7 !important;
  cursor: pointer;
  display: block;
}
.avatar-hm_default__2dG38 {
  width: 60% !important;
  height: 60% !important;
}
.avatar-hm_avatar-wrapper-48__q3Dec .avatar-hm_channel-icon__p5Huu {
  bottom: -2%;
  right: -4%;
}
.avatar-hm_avatar-40__8eTwr {
  font-size: 16px;
}
.avatar-hm_avatar-40__8eTwr .avatar-hm_default__2dG38 {
  font-size: 18px !important;
}
.avatar-hm_avatar-60__GnylN {
  font-size: 20px;
}
.phone-input_container__PRbA4 {
  position: relative;
}
.phone-input_container__PRbA4 input:hover {
  border-color: #ffc926;
}
.phone-input_container__PRbA4 input.ant-input-status-error {
  border-color: #ff4d4f;
}
.import-contacts-modal_icon__3Fwq4 {
  padding: 4px;
}
.import-contacts-modal_icon-wrapper__g2A_x {
  padding: 4px;
  color: #454a4d;
}
.import-contacts-modal_icon-wrapper-absolute__vRgv8 {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.import-contacts-modal_icon-wrapper-absolute__vRgv8 .import-contacts-modal_icon__3Fwq4 {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.import-contacts-modal_icon-sms__fdhMp {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.import-contacts-modal_icon-email__TRfMA {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.import-contacts-modal_icon-mixed__wQ9lS {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.import-contacts-modal_icon-picker-wrapper__2mptY {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.import-contacts-modal_icon-picker-wrapper__2mptY:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.import-contacts-modal_icon-picker-wrapper__2mptY:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .import-contacts-modal_icon-picker-wrapper__2mptY {
    margin-right: 5px;
  }
}
.import-contacts-modal_icon-checkmark-white__PXPwi {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.import-contacts-modal_icon-x-white__U692U {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.import-contacts-modal_icon-help__67LQh {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.import-contacts-modal_icon-help__67LQh:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.import-contacts-modal_container__vNcMo select,
.import-contacts-modal_ico-arrow-down__xTHnr {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.import-contacts-modal_container__vNcMo select.import-contacts-modal_ant-dropdown-trigger__TqBI5,
.import-contacts-modal_ico-arrow-down__xTHnr.import-contacts-modal_ant-dropdown-trigger__TqBI5 {
  padding-right: 24px;
  cursor: pointer;
}
.import-contacts-modal_container__vNcMo select.import-contacts-modal_ant-dropdown-trigger__TqBI5:disabled,
.import-contacts-modal_container__vNcMo select.import-contacts-modal_ant-dropdown-trigger__TqBI5[disabled],
.import-contacts-modal_ico-arrow-down__xTHnr.import-contacts-modal_ant-dropdown-trigger__TqBI5:disabled,
.import-contacts-modal_ico-arrow-down__xTHnr.import-contacts-modal_ant-dropdown-trigger__TqBI5[disabled] {
  cursor: default;
  background: transparent;
}
.import-contacts-modal_ico-arrow-gray__vsgnz {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.import-contacts-modal_ico-arrow-gray__vsgnz.import-contacts-modal_down__4Nfk_ {
  transform: rotate(90deg);
}
.import-contacts-modal_ico-arrow-gray__vsgnz.import-contacts-modal_up__h_gSb {
  transform: rotate(-90deg);
}
.import-contacts-modal_ico-arrow-gray__vsgnz.import-contacts-modal_right__OPIXG {
  transform: rotate(180deg);
}
.import-contacts-modal_ico-arrow-gray__vsgnz.import-contacts-modal_ant-dropdown-trigger__TqBI5 {
  padding-right: 24px;
  cursor: pointer;
}
.import-contacts-modal_ico-arrow-gray__vsgnz.import-contacts-modal_ant-dropdown-trigger__TqBI5:disabled,
.import-contacts-modal_ico-arrow-gray__vsgnz.import-contacts-modal_ant-dropdown-trigger__TqBI5[disabled] {
  cursor: default;
  background: transparent;
}
.import-contacts-modal_icon-error-triangle__xMm0F {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.import-contacts-modal_ico-compose__poaa3 {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.import-contacts-modal_ico-compose-white__R6Wlg {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.import-contacts-modal_icon-google-play__ue7Vo {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.import-contacts-modal_icon-app-store__SZ879 {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.import-contacts-modal_icon-social-fb__waZ3A {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.import-contacts-modal_icon-social-tw__daN4K {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.import-contacts-modal_icon-disclosure__b2mCL {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.import-contacts-modal_icon-16__7BTRM {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.import-contacts-modal_icon-18__2t0dq {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.import-contacts-modal_icon-gray5__lZ2jV {
  color: #999 !important;
}
.import-contacts-modal_ico-arrow-black___0mGx {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.import-contacts-modal_ico-arrow-black___0mGx.import-contacts-modal_down__4Nfk_ {
  transform: rotate(90deg);
}
.import-contacts-modal_ico-arrow-black___0mGx.import-contacts-modal_up__h_gSb {
  transform: rotate(-90deg);
}
.import-contacts-modal_ico-arrow-black___0mGx.import-contacts-modal_right__OPIXG {
  transform: rotate(180deg);
}
.import-contacts-modal_icon-copy__X7pSb {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.import-contacts-modal_icon-copy__X7pSb:hover {
  background-image: url(/icons/copy-black.svg);
}
.import-contacts-modal_icon-msg-white__67tz2 {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.import-contacts-modal_icon-email-white__WhVG7 {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.import-contacts-modal_icon-black-bg__45Swg {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.import-contacts-modal_icon-black-bg__45Swg > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.import-contacts-modal_icon-inbox-black-filled__JkEHc {
  background-image: url(/icons/inbox-black.svg);
}
.import-contacts-modal_icon-contacts__tdR1W {
  background-image: url(/icons/sidebar/contacts.svg);
}
.import-contacts-modal_page-header-title__OYX7O {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.import-contacts-modal_action-content-box__WaRuT .import-contacts-modal_sub-content__itHVb h4,
.import-contacts-modal_empty-state-wrapper__oeuWL h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_header-l__FkSaG,
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_header__OAyNH,
.import-contacts-modal_toast__r2yOA
  .import-contacts-modal_ant-message-notice-content__ASQfe
  .import-contacts-modal_toast-wrapper__hSgrp
  .import-contacts-modal_contents__fhWb5
  .import-contacts-modal_title__GfeoE {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.import-contacts-modal_action-content-box__WaRuT .import-contacts-modal_sub-content__itHVb p.import-contacts-modal_bold__easum,
.import-contacts-modal_empty-state-wrapper__oeuWL h2 a,
.import-contacts-modal_header-bar__yG3C9 .import-contacts-modal_title__GfeoE {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_content-header__5zlPi,
.import-contacts-modal_overwrite-container__a_u_s .import-contacts-modal_overwrite-notice__tKadZ {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.import-contacts-modal_action-content-box__WaRuT .import-contacts-modal_sub-content__itHVb p,
.import-contacts-modal_empty-state-wrapper__oeuWL div,
.import-contacts-modal_toast__r2yOA .import-contacts-modal_ant-message-notice-content__ASQfe .import-contacts-modal_toast-wrapper__hSgrp .import-contacts-modal_contents__fhWb5 p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.import-contacts-modal_blue-button__OPW4J,
.import-contacts-modal_blue-link__SnSbV,
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_content__IszB_ input,
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_upload-data-input-with-icon__eNzsq input,
.import-contacts-modal_button-with-bg-color__r7Y_F,
.import-contacts-modal_cancel-button__aZ7Dt,
.import-contacts-modal_green-button__mXld7,
.import-contacts-modal_input-box__CdJ2U,
.import-contacts-modal_input-grey__bWNMN,
.import-contacts-modal_orange-button__Yakiy,
.import-contacts-modal_positive-button__4QHd4,
.import-contacts-modal_purple-button__qFbBz,
.import-contacts-modal_white-button-blue-text___0qVL,
.import-contacts-modal_white-button__XZUqT,
button.import-contacts-modal_icon-button__KBNAv,
button.import-contacts-modal_text-only__IWemc,
input .import-contacts-modal_input-white__Tr1Fv,
textarea .import-contacts-modal_input-white__Tr1Fv {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.import-contacts-modal_large-tag__oYWt4,
button.import-contacts-modal_show-more__puG0q,
button.import-contacts-modal_text-only__IWemc,
span.import-contacts-modal_text-only__IWemc button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.import-contacts-modal_body-wrapper__DYkdD .import-contacts-modal_p__Z0NvL,
.import-contacts-modal_csv-file-name__FAsI2,
.import-contacts-modal_overwrite-container__a_u_s .import-contacts-modal_overwrite-subtext__9wqR4 {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.import-contacts-modal_tag__5IhHO {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.import-contacts-modal_body-wrapper__DYkdD .import-contacts-modal_table-wrapper__MiN2A table thead th {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.import-contacts-modal_beta-label___NGnm,
.import-contacts-modal_body-wrapper__DYkdD .import-contacts-modal_table-wrapper__MiN2A table tbody td,
.import-contacts-modal_error-text-link__MvaA_,
.import-contacts-modal_error-text__7Ymyf,
.import-contacts-modal_error__f38XV {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.import-contacts-modal_mini-square__bwYV1 {
  width: 20px;
  height: 20px;
}
.import-contacts-modal_help-text__nnWvZ {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.import-contacts-modal_error-text__7Ymyf {
  color: #d0021b;
  flex-grow: 1;
}
.import-contacts-modal_error-text-link__MvaA_ {
  color: #d0021b;
  text-decoration: underline;
}
.import-contacts-modal_descriptive-text__TUrHW {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.import-contacts-modal_visually-hidden__lAAz7 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.import-contacts-modal_visually-hidden__lAAz7.import-contacts-modal_focusable__xkc9L:active,
.import-contacts-modal_visually-hidden__lAAz7.import-contacts-modal_focusable__xkc9L:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.import-contacts-modal_visually-offscreen__g80iw {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.import-contacts-modal_invisible__Ne3k8 {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.import-contacts-modal_hidden__mFf7I {
  display: none !important;
  visibility: hidden;
}
.import-contacts-modal_strong__UKZhE {
  font-weight: 700;
}
.import-contacts-modal_align-right__LOD1N {
  text-align: right;
}
.import-contacts-modal_align-left__jXmuR {
  text-align: left;
}
.import-contacts-modal_centered__oFysP {
  text-align: center;
}
.import-contacts-modal_timestamp__Ix_TJ {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.import-contacts-modal_display-block__31lIn {
  display: block !important;
}
.import-contacts-modal_inline-block__JRuRD {
  display: inline-block !important;
}
.import-contacts-modal_hm-app-body__BDp_W button.import-contacts-modal_ant-switch__V6kkf[disabled],
.import-contacts-modal_hm-app-body__BDp_W button.import-contacts-modal_ant-switch__V6kkf[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.import-contacts-modal_blue-button__OPW4J,
.import-contacts-modal_button-with-bg-color__r7Y_F,
.import-contacts-modal_cancel-button__aZ7Dt,
.import-contacts-modal_green-button__mXld7,
.import-contacts-modal_orange-button__Yakiy,
.import-contacts-modal_positive-button__4QHd4,
.import-contacts-modal_purple-button__qFbBz,
.import-contacts-modal_white-button-blue-text___0qVL,
.import-contacts-modal_white-button__XZUqT,
button.import-contacts-modal_icon-button__KBNAv,
button.import-contacts-modal_text-only__IWemc {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.import-contacts-modal_text-only__IWemc,
span.import-contacts-modal_text-only__IWemc button {
  color: #31a7e7;
  padding: 0;
}
button.import-contacts-modal_text-only__IWemc[disabled],
button.import-contacts-modal_text-only__IWemc[disabled]:active,
button.import-contacts-modal_text-only__IWemc[disabled]:focus,
button.import-contacts-modal_text-only__IWemc[disabled]:hover,
span.import-contacts-modal_text-only__IWemc button[disabled],
span.import-contacts-modal_text-only__IWemc button[disabled]:active,
span.import-contacts-modal_text-only__IWemc button[disabled]:focus,
span.import-contacts-modal_text-only__IWemc button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.import-contacts-modal_text-only__IWemc.import-contacts-modal_red-text__68eah,
button.import-contacts-modal_text-only__IWemc.import-contacts-modal_red-text__68eah:active,
button.import-contacts-modal_text-only__IWemc.import-contacts-modal_red-text__68eah:focus,
button.import-contacts-modal_text-only__IWemc.import-contacts-modal_red-text__68eah:hover,
span.import-contacts-modal_text-only__IWemc button.import-contacts-modal_red-text__68eah,
span.import-contacts-modal_text-only__IWemc button.import-contacts-modal_red-text__68eah:active,
span.import-contacts-modal_text-only__IWemc button.import-contacts-modal_red-text__68eah:focus,
span.import-contacts-modal_text-only__IWemc button.import-contacts-modal_red-text__68eah:hover {
  color: #d0021b;
}
button.import-contacts-modal_text-only__IWemc.import-contacts-modal_gray-text__FCRN7,
span.import-contacts-modal_text-only__IWemc button.import-contacts-modal_gray-text__FCRN7 {
  color: #999;
}
button.import-contacts-modal_text-only__IWemc.import-contacts-modal_gray-text__FCRN7:active,
button.import-contacts-modal_text-only__IWemc.import-contacts-modal_gray-text__FCRN7:focus,
button.import-contacts-modal_text-only__IWemc.import-contacts-modal_gray-text__FCRN7:hover,
span.import-contacts-modal_text-only__IWemc button.import-contacts-modal_gray-text__FCRN7:active,
span.import-contacts-modal_text-only__IWemc button.import-contacts-modal_gray-text__FCRN7:focus,
span.import-contacts-modal_text-only__IWemc button.import-contacts-modal_gray-text__FCRN7:hover {
  color: #999 !important;
}
button.import-contacts-modal_text-only__IWemc.import-contacts-modal_black-text__96jIi,
span.import-contacts-modal_text-only__IWemc button.import-contacts-modal_black-text__96jIi {
  color: #17191a;
}
button.import-contacts-modal_text-only__IWemc.import-contacts-modal_black-text__96jIi:active,
button.import-contacts-modal_text-only__IWemc.import-contacts-modal_black-text__96jIi:focus,
button.import-contacts-modal_text-only__IWemc.import-contacts-modal_black-text__96jIi:hover,
span.import-contacts-modal_text-only__IWemc button.import-contacts-modal_black-text__96jIi:active,
span.import-contacts-modal_text-only__IWemc button.import-contacts-modal_black-text__96jIi:focus,
span.import-contacts-modal_text-only__IWemc button.import-contacts-modal_black-text__96jIi:hover {
  color: #8158ec;
}
button.import-contacts-modal_text-only__IWemc.import-contacts-modal_purple-text___cdI6,
button.import-contacts-modal_text-only__IWemc.import-contacts-modal_purple-text___cdI6:active,
button.import-contacts-modal_text-only__IWemc.import-contacts-modal_purple-text___cdI6:focus,
button.import-contacts-modal_text-only__IWemc.import-contacts-modal_purple-text___cdI6:hover,
span.import-contacts-modal_text-only__IWemc button.import-contacts-modal_purple-text___cdI6,
span.import-contacts-modal_text-only__IWemc button.import-contacts-modal_purple-text___cdI6:active,
span.import-contacts-modal_text-only__IWemc button.import-contacts-modal_purple-text___cdI6:focus,
span.import-contacts-modal_text-only__IWemc button.import-contacts-modal_purple-text___cdI6:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.import-contacts-modal_text-only__IWemc:active,
button.import-contacts-modal_text-only__IWemc:focus,
button.import-contacts-modal_text-only__IWemc:hover,
span.import-contacts-modal_text-only__IWemc button:active,
span.import-contacts-modal_text-only__IWemc button:focus,
span.import-contacts-modal_text-only__IWemc button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.import-contacts-modal_blue-button__OPW4J,
.import-contacts-modal_button-with-bg-color__r7Y_F,
.import-contacts-modal_green-button__mXld7,
.import-contacts-modal_orange-button__Yakiy,
.import-contacts-modal_positive-button__4QHd4,
.import-contacts-modal_white-button-blue-text___0qVL,
.import-contacts-modal_white-button__XZUqT {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.import-contacts-modal_orange-button__Yakiy {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.import-contacts-modal_orange-button__Yakiy:active,
.import-contacts-modal_orange-button__Yakiy:focus,
.import-contacts-modal_orange-button__Yakiy:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.import-contacts-modal_orange-button__Yakiy[disabled],
.import-contacts-modal_orange-button__Yakiy[disabled]:active,
.import-contacts-modal_orange-button__Yakiy[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.import-contacts-modal_orange-button__Yakiy.import-contacts-modal_drop-down__BDSvu {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.import-contacts-modal_scroll-loader___eUQW {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.import-contacts-modal_green-button__mXld7 {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.import-contacts-modal_green-button__mXld7:active,
.import-contacts-modal_green-button__mXld7:focus,
.import-contacts-modal_green-button__mXld7:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.import-contacts-modal_green-button__mXld7[disabled],
.import-contacts-modal_green-button__mXld7[disabled]:active,
.import-contacts-modal_green-button__mXld7[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.import-contacts-modal_positive-button__4QHd4 {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.import-contacts-modal_positive-button__4QHd4:active,
.import-contacts-modal_positive-button__4QHd4:focus,
.import-contacts-modal_positive-button__4QHd4:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.import-contacts-modal_positive-button__4QHd4[disabled] {
  background-color: #abe4b2;
}
.import-contacts-modal_negative-button__BpE4Q {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.import-contacts-modal_negative-button__BpE4Q:active,
.import-contacts-modal_negative-button__BpE4Q:focus,
.import-contacts-modal_negative-button__BpE4Q:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.import-contacts-modal_plain-cancel-button__Or5iq,
.import-contacts-modal_plain-cancel-button__Or5iq:active,
.import-contacts-modal_plain-cancel-button__Or5iq:focus,
.import-contacts-modal_plain-cancel-button__Or5iq:hover {
  color: #17191a;
}
.import-contacts-modal_white-button-blue-text___0qVL,
.import-contacts-modal_white-button__XZUqT {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.import-contacts-modal_white-button-blue-text___0qVL:active,
.import-contacts-modal_white-button-blue-text___0qVL:focus,
.import-contacts-modal_white-button-blue-text___0qVL:hover,
.import-contacts-modal_white-button__XZUqT:active,
.import-contacts-modal_white-button__XZUqT:focus,
.import-contacts-modal_white-button__XZUqT:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.import-contacts-modal_white-button__XZUqT[disabled],
.import-contacts-modal_white-button__XZUqT[disabled]:active,
.import-contacts-modal_white-button__XZUqT[disabled]:focus,
.import-contacts-modal_white-button__XZUqT[disabled]:hover,
[disabled].import-contacts-modal_white-button-blue-text___0qVL {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.import-contacts-modal_common-sentiment-emoji__V0zVa {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.import-contacts-modal_white-button-blue-text___0qVL {
  color: #31a7e7;
}
.import-contacts-modal_white-button-blue-text___0qVL:active,
.import-contacts-modal_white-button-blue-text___0qVL:focus,
.import-contacts-modal_white-button-blue-text___0qVL:hover {
  color: #31a7e7 !important;
}
.import-contacts-modal_blue-button__OPW4J {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #31a7e7;
  color: #fff;
  display: inline-block;
}
.import-contacts-modal_blue-button__OPW4J:active,
.import-contacts-modal_blue-button__OPW4J:focus,
.import-contacts-modal_blue-button__OPW4J:hover {
  background-color: #31a7e7;
  color: #fff;
}
.import-contacts-modal_green-button__mXld7 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #56bf56;
  color: #fff;
  display: inline-block;
}
.import-contacts-modal_green-button__mXld7:active,
.import-contacts-modal_green-button__mXld7:focus,
.import-contacts-modal_green-button__mXld7:hover {
  background-color: #56bf56;
  color: #fff;
}
.import-contacts-modal_purple-button__qFbBz {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.import-contacts-modal_purple-button__qFbBz:active,
.import-contacts-modal_purple-button__qFbBz:focus,
.import-contacts-modal_purple-button__qFbBz:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.import-contacts-modal_dropdown-input__Xrr_W {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.import-contacts-modal_dropdown-input__Xrr_W:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.import-contacts-modal_hm-app-body__BDp_W input::placeholder {
  color: #a3a3a3;
}
.import-contacts-modal_textarea-composer__Ekh0v {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.import-contacts-modal_container__vNcMo input,
.import-contacts-modal_container__vNcMo textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.import-contacts-modal_input-for-copy__O5PbQ {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.import-contacts-modal_input-text-bordered__7kBqL,
.import-contacts-modal_input-text__HyALK,
.import-contacts-modal_input-textarea__6JNsO {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.import-contacts-modal_input-text__HyALK {
  height: 50px;
}
.import-contacts-modal_input-text-bordered__7kBqL {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.import-contacts-modal_xxl-input__VEOmm {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.import-contacts-modal_xl-input__kY8HQ {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.import-contacts-modal_l-input__QzLmd {
  width: 100%;
  font-size: 1.1rem;
}
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_content__IszB_ input,
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_upload-data-input-with-icon__eNzsq input,
.import-contacts-modal_input-grey__bWNMN,
input .import-contacts-modal_input-white__Tr1Fv,
textarea .import-contacts-modal_input-white__Tr1Fv {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_content__IszB_ input::placeholder,
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_upload-data-input-with-icon__eNzsq input::placeholder,
.import-contacts-modal_input-grey__bWNMN::placeholder,
input .import-contacts-modal_input-white__Tr1Fv::placeholder,
textarea .import-contacts-modal_input-white__Tr1Fv::placeholder {
  color: #999;
  opacity: 1;
}
input .import-contacts-modal_input-white__Tr1Fv,
textarea .import-contacts-modal_input-white__Tr1Fv {
  background-color: #fff;
}
.import-contacts-modal_clearfix__rrtQI:after {
  clear: both;
  content: '';
  display: block;
}
.import-contacts-modal_hidden-important__HWWOV {
  display: none !important;
}
.import-contacts-modal_p-left__w1Nu8 {
  float: left;
}
.import-contacts-modal_p-right__mGKCU {
  float: right;
}
.import-contacts-modal_image_orientation_3__X3eBe {
  tranform: rotate(180deg);
}
.import-contacts-modal_image_orientation_6__dOPno {
  tranform: rotate(90deg);
}
.import-contacts-modal_image_orientation_8__k_CEC {
  tranform: rotate(-90deg);
}
.import-contacts-modal_image_orientation_2__YSjNN {
  tranform: scaleX(-1);
}
.import-contacts-modal_image_orientation_7__yGk9J {
  tranform: scaleX(-1) rotate(-90deg);
}
.import-contacts-modal_image_orientation_4__SzQHk {
  tranform: scaleX(-1) rotate(180deg);
}
.import-contacts-modal_image_orientation_5__TX3gC {
  tranform: scaleX(-1) rotate(90deg);
}
.import-contacts-modal_image_slideshow_orientation_3__fbBYz {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.import-contacts-modal_image_slideshow_orientation_6__mz74f {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.import-contacts-modal_image_slideshow_orientation_8__qJHis {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.import-contacts-modal_image_slideshow_orientation_2__60Mio {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.import-contacts-modal_image_slideshow_orientation_7__g8BCP {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.import-contacts-modal_image_slideshow_orientation_4___4k_7 {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.import-contacts-modal_image_slideshow_orientation_5__1IHpW {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.import-contacts-modal_container__vNcMo select::-ms-expand {
  display: none !important;
}
.import-contacts-modal_container__vNcMo select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.import-contacts-modal_count-area___45hX {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.import-contacts-modal_clear-top___QPDQ {
  padding-top: 0;
  margin-top: 0;
}
.import-contacts-modal_remove-x-20__D0Uac,
.import-contacts-modal_remove-x__G8mSQ {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.import-contacts-modal_remove-x__G8mSQ.import-contacts-modal_white__7bVBQ,
.import-contacts-modal_white__7bVBQ.import-contacts-modal_remove-x-20__D0Uac {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.import-contacts-modal_remove-x-20__D0Uac {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.import-contacts-modal_divider__09J_w {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.import-contacts-modal_mobile__3oYHz {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.import-contacts-modal_blue__Ga__C {
  color: #31a7e7 !important;
}
.import-contacts-modal_white__7bVBQ {
  color: #fff !important;
}
.import-contacts-modal_purple__yDsVh {
  color: #8158ec !important;
}
.import-contacts-modal_delete__Pk0iA {
  color: #d0021b !important;
}
.import-contacts-modal_dark-text__FROkW {
  color: #17191a !important;
}
.import-contacts-modal_file-input__s_mWy {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.import-contacts-modal_image-download-wrapper__YPney {
  position: fixed;
  top: 40px;
  right: 100px;
}
.import-contacts-modal_overflow-y-auto__Y7USJ {
  overflow-y: auto;
}
.import-contacts-modal_is-font-icon__2A4Zs:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.import-contacts-modal_is-invisible__1ixc_ {
  opacity: 0;
}
.import-contacts-modal_tabbed-button__c52yi {
  padding: 0 7px 2px;
}
.import-contacts-modal_tabbed-button__c52yi.import-contacts-modal_selected__ZjpeI {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.import-contacts-modal_show-more__puG0q {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.import-contacts-modal_show-more__puG0q:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.import-contacts-modal_time-input__GH1zG {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.import-contacts-modal_form-group__oiyvK.import-contacts-modal_date-time__mb4_5 {
  position: relative;
  top: -2px;
}
.import-contacts-modal_form-group__oiyvK.import-contacts-modal_date-time__mb4_5.import-contacts-modal_time__VWLsy {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.import-contacts-modal_form-group__oiyvK.import-contacts-modal_date-time__mb4_5.import-contacts-modal_form-group-hour__X4sHB .import-contacts-modal_colon__sVUUj {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.import-contacts-modal_form-group__oiyvK.import-contacts-modal_date-time__mb4_5.import-contacts-modal_form-group-hour__X4sHB input {
  text-align: center;
}
.import-contacts-modal_form-group__oiyvK.import-contacts-modal_date-time__mb4_5.import-contacts-modal_form-group-day__GbT5P {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.import-contacts-modal_form-group__oiyvK.import-contacts-modal_date-time__mb4_5.import-contacts-modal_form-group-minute__7upBU {
  width: 42px;
}
.import-contacts-modal_form-group__oiyvK.import-contacts-modal_date-time__mb4_5.import-contacts-modal_form-group-clock__6RWeX {
  width: 54px;
}
.import-contacts-modal_attach-img__QrxYc {
  position: relative;
  width: 25px;
  height: 25px;
}
.import-contacts-modal_attach-img__QrxYc input#import-contacts-modal_add-image__6LsPy {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.import-contacts-modal_attach-img__QrxYc span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.import-contacts-modal_m-0__Y19f7 {
  margin: 0 !important;
}
.import-contacts-modal_ml-auto__lEhfu {
  margin-left: auto;
}
.import-contacts-modal_mr-auto__PUVh0 {
  margin-right: auto;
}
.import-contacts-modal_mx-auto__CgnJD {
  margin-left: auto;
  margin-right: auto;
}
.import-contacts-modal_mx-16__jzHAC {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.import-contacts-modal_my-16__jQfVy {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.import-contacts-modal_mr-0__dCc7N {
  margin-right: 0 !important;
}
.import-contacts-modal_mr-4__sOHvR {
  margin-right: 4px !important;
}
.import-contacts-modal_mr-8__LOXJ3 {
  margin-right: 8px !important;
}
.import-contacts-modal_mr-12__IfXN1 {
  margin-right: 12px !important;
}
.import-contacts-modal_mr-16__mxOcN {
  margin-right: 16px !important;
}
.import-contacts-modal_ml-0___qwgJ {
  margin-left: 0 !important;
}
.import-contacts-modal_ml-4__sT4pQ {
  margin-left: 4px !important;
}
.import-contacts-modal_ml-8__zZPcp {
  margin-left: 8px !important;
}
.import-contacts-modal_ml-12__Yxl4x {
  margin-left: 12px !important;
}
.import-contacts-modal_ml-16__hq68Q {
  margin-left: 16px !important;
}
.import-contacts-modal_mt-0__oMIEN {
  margin-top: 0 !important;
}
.import-contacts-modal_mt-4__IwjKt {
  margin-top: 4px !important;
}
.import-contacts-modal_mt-8__qc95F {
  margin-top: 8px !important;
}
.import-contacts-modal_mt-16__DI2xo {
  margin-top: 16px !important;
}
.import-contacts-modal_mt-24__x_h6x {
  margin-top: 24px !important;
}
.import-contacts-modal_mt-48__T_rB0 {
  margin-top: 48px !important;
}
.import-contacts-modal_mb-0__YhHtw {
  margin-bottom: 0 !important;
}
.import-contacts-modal_mb-4__Zxmex {
  margin-bottom: 4px !important;
}
.import-contacts-modal_mb-8__oUpix {
  margin-bottom: 8px !important;
}
.import-contacts-modal_mb-12__ypRfK {
  margin-bottom: 12px !important;
}
.import-contacts-modal_mb-16__nIxqv {
  margin-bottom: 16px !important;
}
.import-contacts-modal_mb-24__3_eaz {
  margin-bottom: 24px !important;
}
.import-contacts-modal_mb-64__H_xBe {
  margin-bottom: 64px !important;
}
.import-contacts-modal_p-0__FMFt5 {
  padding: 0 !important;
}
.import-contacts-modal_p-16__kQCrg {
  padding: 16px;
}
.import-contacts-modal_p-40__EJjB1 {
  padding: 40px;
}
.import-contacts-modal_px-0__N6Hfy {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.import-contacts-modal_px-4__bVOQZ {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.import-contacts-modal_px-8__dxaGQ {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.import-contacts-modal_px-32__wef7R {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.import-contacts-modal_px-40__FDgBC {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.import-contacts-modal_pt-40__3jKZZ {
  padding-top: 40px;
}
.import-contacts-modal_pt-24__umPCq {
  padding-top: 24px;
}
.import-contacts-modal_pt-16__FiGAx {
  padding-top: 16px;
}
.import-contacts-modal_pt-12__J620G {
  padding-top: 12px !important;
}
.import-contacts-modal_pb-40__LMaBc {
  padding-bottom: 40px;
}
.import-contacts-modal_pb-24__wNcH3 {
  padding-bottom: 24px;
}
.import-contacts-modal_pb-16__hetQ0 {
  padding-bottom: 16px;
}
.import-contacts-modal_pl-8__1c1eC {
  padding-left: 8px !important;
}
.import-contacts-modal_pl-12__OdqRS {
  padding-left: 12px !important;
}
.import-contacts-modal_pl-16__7Mngf {
  padding-left: 16px !important;
}
.import-contacts-modal_text-left__68T1_ {
  text-align: left !important;
}
.import-contacts-modal_text-right__IKnKo {
  text-align: right !important;
}
.import-contacts-modal_text-center__QtKXI {
  text-align: center !important;
}
.import-contacts-modal_font-medium__XPjh1 {
  font-weight: 500 !important;
}
.import-contacts-modal_font-semibold__ykCWK {
  font-weight: 600 !important;
}
.import-contacts-modal_radius-8__v_NEz {
  border-radius: 8px !important;
}
.import-contacts-modal_truncate__l_mDb {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.import-contacts-modal_whitespace-nowrap__DRxqM {
  white-space: nowrap;
}
.import-contacts-modal_whitespace-pre-wrap__vBlzF {
  white-space: pre-wrap;
}
.import-contacts-modal_w-100__5JvkM {
  width: 100% !important;
}
.import-contacts-modal_h-100__01vYs {
  height: 100% !important;
}
.import-contacts-modal_max-w-none__n8kGR {
  max-width: none !important;
}
.import-contacts-modal_max-h-none__AqvkR {
  max-height: none !important;
}
.import-contacts-modal_min-w-100__1Zg_e {
  min-width: 100px;
}
.import-contacts-modal_heading-48-600__yNtOe {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.import-contacts-modal_heading-32-600__Xowge {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.import-contacts-modal_heading-24-600__sgN_n {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.import-contacts-modal_heading-18-600__c7eGp {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.import-contacts-modal_heading-18-400__FaXul {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.import-contacts-modal_heading-16-700__rGbYQ {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.import-contacts-modal_text-16-400__3Vjbv {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.import-contacts-modal_heading-14-600__K8nmM {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.import-contacts-modal_heading-14-500__ir2Cu {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.import-contacts-modal_text-14-400__Zxuov {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.import-contacts-modal_text-13-500__P8R0i {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.import-contacts-modal_text-13-600__k1r7u {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.import-contacts-modal_text-13-400___6Mwk {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.import-contacts-modal_text-12-500__Agfd6 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.import-contacts-modal_text-12-600__FO_yl {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.import-contacts-modal_text-12-400__5bbWp {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.import-contacts-modal_status-badge__S_R_l {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.import-contacts-modal_status-badge__S_R_l.import-contacts-modal_paused__kbi8e {
  background-color: #ff8b3d;
  color: #fff !important;
}
.import-contacts-modal_status-badge__S_R_l.import-contacts-modal_created__iRTDG,
.import-contacts-modal_status-badge__S_R_l.import-contacts-modal_inactive__t31Ys,
.import-contacts-modal_status-badge__S_R_l.import-contacts-modal_pending__G8fOV {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.import-contacts-modal_status-badge__S_R_l.import-contacts-modal_active__k3i0j {
  background-color: #56bf56;
  color: #fff !important;
}
.import-contacts-modal_status-badge__S_R_l.import-contacts-modal_error__f38XV {
  background-color: #d0021b;
  color: #fff !important;
}
.import-contacts-modal_status-badge__S_R_l.import-contacts-modal_progress__pBo5G {
  background-color: #f5bf0c;
  color: #fff !important;
}
.import-contacts-modal_status-badge__S_R_l.import-contacts-modal_draft__GG7RN {
  background-color: #e6e6e6;
  color: #000 !important;
}
.import-contacts-modal_status-badge__S_R_l.import-contacts-modal_sent__poeMh {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.import-contacts-modal_status-badge__S_R_l.import-contacts-modal_scheduled__UAyZw {
  background-color: #feefcf;
  color: #795548;
}
.import-contacts-modal_status-badge__S_R_l.import-contacts-modal_loading-badge__w2clo {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.import-contacts-modal_status-badge__S_R_l.import-contacts-modal_loading-badge__w2clo .import-contacts-modal_text__UpBDs {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.import-contacts-modal_status-badge__S_R_l.import-contacts-modal_loading-badge__w2clo .import-contacts-modal_slider__aM0mt {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: import-contacts-modal_moveSlideshow__7zBld 3s linear infinite;
}
@keyframes import-contacts-modal_moveSlideshow__7zBld {
  to {
    transform: translateX(200%);
  }
}
.import-contacts-modal_flex__KRGQ2 {
  display: flex !important;
}
.import-contacts-modal_flex-space-between__dNSA_ {
  justify-content: space-between;
}
.import-contacts-modal_flex-align-start__Tvnct {
  align-items: flex-start;
}
.import-contacts-modal_flex-align-center__457hH {
  align-items: center;
}
.import-contacts-modal_flex-absolute-center__BRd3b {
  justify-content: center;
  align-items: center;
}
.import-contacts-modal_flex-container__OurHE {
  display: flex;
  flex-wrap: wrap;
}
.import-contacts-modal_flex-column__9oHeP {
  flex-direction: column;
}
.import-contacts-modal_flex-justify-end__kBECE {
  justify-content: flex-end;
}
.import-contacts-modal_position-relative__ghjqW {
  position: relative !important;
}
.import-contacts-modal_position-static__vrBFg {
  position: static !important;
}
.import-contacts-modal_position-absolute__9kpJY {
  position: absolute !important;
}
.import-contacts-modal_hr-grey__nTemy {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.import-contacts-modal_input-border__gEIyd {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.import-contacts-modal_action-content-box__WaRuT,
.import-contacts-modal_box-content__nMYk7,
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_upload-data-input-with-icon__eNzsq,
.import-contacts-modal_default-border__kETAZ {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.import-contacts-modal_bg-grey__C5pLd {
  background-color: #f9f9f9 !important;
}
.import-contacts-modal_bg-white__2oATS {
  background-color: #fff !important;
}
.import-contacts-modal_pos-relative__IhZkU {
  position: relative !important;
}
.import-contacts-modal_text-light__dmtvq {
  color: #757c80 !important;
}
.import-contacts-modal_text-red__x7WKI {
  color: #d0021b !important;
}
.import-contacts-modal_text-green__OKwu2 {
  color: #56bf56 !important;
}
.import-contacts-modal_text-blue__d9Mqm {
  color: #31a7e7;
}
.import-contacts-modal_text-sec-blue__ZEecR {
  color: #1b02b1 !important;
}
.import-contacts-modal_notification-dot__XigFE {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.import-contacts-modal_title-with-action-on-left__pUpEW {
  display: flex;
  justify-content: space-between;
}
.import-contacts-modal_error__f38XV {
  color: #d0021b;
}
.import-contacts-modal_error-border__ZvL9x {
  border: 1px solid #d0021b !important;
}
.import-contacts-modal_rotate__XIkOf {
  animation: import-contacts-modal_rotation__8Gl5n 2s linear infinite;
}
@keyframes import-contacts-modal_rotation__8Gl5n {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.import-contacts-modal_switch__qaN13 {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.import-contacts-modal_switch__qaN13 .import-contacts-modal_btn-toggle__Iys_9 {
  opacity: 0;
  width: 0;
  height: 0;
}
.import-contacts-modal_switch__qaN13 .import-contacts-modal_slider__aM0mt {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.import-contacts-modal_switch__qaN13 .import-contacts-modal_slider__aM0mt:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.import-contacts-modal_switch__qaN13 .import-contacts-modal_slider__aM0mt:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.import-contacts-modal_switch__qaN13 .import-contacts-modal_btn-toggle__Iys_9.import-contacts-modal_enabled__zDUjv + .import-contacts-modal_slider__aM0mt {
  background-color: #ffc926;
  border: none;
}
.import-contacts-modal_switch__qaN13 .import-contacts-modal_btn-toggle__Iys_9:focus + .import-contacts-modal_slider__aM0mt {
  box-shadow: 0 0 1px #2196f3;
}
.import-contacts-modal_switch__qaN13 .import-contacts-modal_btn-toggle__Iys_9.import-contacts-modal_enabled__zDUjv + .import-contacts-modal_slider__aM0mt:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.import-contacts-modal_switch__qaN13 .import-contacts-modal_btn-toggle__Iys_9.import-contacts-modal_enabled__zDUjv + .import-contacts-modal_slider__aM0mt:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#import-contacts-modal_appleid-signin__cKJM_ {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#import-contacts-modal_appleid-signin__cKJM_ > div {
  width: 200px !important;
  height: 38px !important;
}
.import-contacts-modal_page-header__Rd_ws {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.import-contacts-modal_page-header__Rd_ws.import-contacts-modal_clear-side__SSyfZ {
  padding: 40px 0 32px;
}
.import-contacts-modal_page-spacing__lvLqw {
  padding: 0 40px;
}
.import-contacts-modal_page-header-title__OYX7O {
  color: #17191a;
  margin: 0 0 8px;
}
.import-contacts-modal_header-bar__yG3C9 {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.import-contacts-modal_box-content__nMYk7 {
  background-color: #fff;
  margin-bottom: 24px;
}
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_header__OAyNH {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_header-l__FkSaG {
  padding: 24px 16px;
  margin: 0;
}
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_content__IszB_ {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_content-header__5zlPi {
  margin-bottom: 4px;
  margin-top: 0;
}
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_table-content__6Now_ {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_help-text__nnWvZ {
  line-height: 20px;
}
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_sub-text__DDqmc {
  color: #757c80;
}
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_content-data-input__WKwqs {
  margin-top: 8px;
}
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_data-entry-input__aY6F0,
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_upload-data-input-with-icon__eNzsq {
  margin-top: 8px;
  padding: 0 11px;
}
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_upload-data-input-with-icon__eNzsq {
  cursor: pointer;
  background: #f9f9f9;
}
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_upload-data-input-with-icon__eNzsq input {
  padding: 12px 2px;
}
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_upload-data-input-with-icon__eNzsq input:disabled,
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_upload-data-input-with-icon__eNzsq input:hover {
  cursor: pointer !important;
}
.import-contacts-modal_empty-state__HUj2d {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.import-contacts-modal_empty-state__HUj2d.import-contacts-modal_contact-list__AycIs {
  width: 80%;
}
.import-contacts-modal_empty-state__HUj2d .import-contacts-modal_empty-title__DnWB4 {
  font-size: 14px;
  font-weight: 500px;
}
.import-contacts-modal_empty-state-wrapper__oeuWL {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.import-contacts-modal_empty-state-wrapper__oeuWL h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.import-contacts-modal_empty-state-wrapper__oeuWL div {
  color: #757c80;
  margin: 16px 0 12px;
}
.import-contacts-modal_empty-state-button__1GZje {
  margin: 20px 10px;
}
.import-contacts-modal_handel-bar__ho1vp {
  fill: #b7bfc6;
  vertical-align: middle;
}
.import-contacts-modal_tag__5IhHO {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.import-contacts-modal_ant-color-picker-input__lEj0c .import-contacts-modal_ant-input__SVGeA {
  height: 22px;
}
.import-contacts-modal_ant-color-picker-trigger__0WPfB {
  width: 23px;
  height: 23px;
}
.import-contacts-modal_ant-color-picker-trigger__0WPfB .import-contacts-modal_ant-color-picker-color-block__kwaUI {
  width: 18px;
  height: 18px;
}
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_content__IszB_ input,
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_upload-data-input-with-icon__eNzsq input,
input input.import-contacts-modal_input-white__Tr1Fv,
input textarea.import-contacts-modal_input-white__Tr1Fv,
input.import-contacts-modal_input-grey__bWNMN,
textarea input.import-contacts-modal_input-white__Tr1Fv,
textarea textarea.import-contacts-modal_input-white__Tr1Fv,
textarea.import-contacts-modal_input-grey__bWNMN {
  background-color: #f9f9f9;
}
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_content__IszB_ input:active,
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_content__IszB_ input:focus,
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_content__IszB_ input:hover,
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_upload-data-input-with-icon__eNzsq input:active,
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_upload-data-input-with-icon__eNzsq input:focus,
.import-contacts-modal_box-content__nMYk7 .import-contacts-modal_upload-data-input-with-icon__eNzsq input:hover,
input input.import-contacts-modal_input-white__Tr1Fv:active,
input input.import-contacts-modal_input-white__Tr1Fv:focus,
input input.import-contacts-modal_input-white__Tr1Fv:hover,
input textarea.import-contacts-modal_input-white__Tr1Fv:active,
input textarea.import-contacts-modal_input-white__Tr1Fv:focus,
input textarea.import-contacts-modal_input-white__Tr1Fv:hover,
input.import-contacts-modal_input-grey__bWNMN:active,
input.import-contacts-modal_input-grey__bWNMN:focus,
input.import-contacts-modal_input-grey__bWNMN:hover,
textarea input.import-contacts-modal_input-white__Tr1Fv:active,
textarea input.import-contacts-modal_input-white__Tr1Fv:focus,
textarea input.import-contacts-modal_input-white__Tr1Fv:hover,
textarea textarea.import-contacts-modal_input-white__Tr1Fv:active,
textarea textarea.import-contacts-modal_input-white__Tr1Fv:focus,
textarea textarea.import-contacts-modal_input-white__Tr1Fv:hover,
textarea.import-contacts-modal_input-grey__bWNMN:active,
textarea.import-contacts-modal_input-grey__bWNMN:focus,
textarea.import-contacts-modal_input-grey__bWNMN:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.import-contacts-modal_input-white__Tr1Fv:active,
input.import-contacts-modal_input-white__Tr1Fv:focus,
input.import-contacts-modal_input-white__Tr1Fv:hover,
span.import-contacts-modal_input-white__Tr1Fv:active,
span.import-contacts-modal_input-white__Tr1Fv:focus,
span.import-contacts-modal_input-white__Tr1Fv:hover,
textarea.import-contacts-modal_input-white__Tr1Fv:active,
textarea.import-contacts-modal_input-white__Tr1Fv:focus,
textarea.import-contacts-modal_input-white__Tr1Fv:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.import-contacts-modal_image-uploader-flex__FUu7J .import-contacts-modal_ant-upload-select__VwwHB {
  display: flex;
}
.import-contacts-modal_image-uploader-flex__FUu7J .import-contacts-modal_ant-upload-select__VwwHB .import-contacts-modal_ant-upload__qAf4_ {
  flex: 1 1;
}
.import-contacts-modal_modal-footer-wrapper__KLVlz {
  display: flex;
  justify-content: center;
}
.import-contacts-modal_app-modal__JDiJE .import-contacts-modal_small__fSAPb {
  width: 350px;
}
.import-contacts-modal_toast__r2yOA.import-contacts-modal_negative__SHtVB .import-contacts-modal_ant-message-notice-content__ASQfe {
  background-color: #d0021b;
}
.import-contacts-modal_toast__r2yOA.import-contacts-modal_positive__qSr08 .import-contacts-modal_ant-message-notice-content__ASQfe {
  background-color: #56bf56;
}
.import-contacts-modal_toast__r2yOA.import-contacts-modal_loading__AwWaf
  .import-contacts-modal_ant-message-notice-content__ASQfe
  .import-contacts-modal_toast-wrapper__hSgrp
  .import-contacts-modal_contents__fhWb5,
.import-contacts-modal_toast__r2yOA.import-contacts-modal_loading__AwWaf
  .import-contacts-modal_ant-message-notice-content__ASQfe
  .import-contacts-modal_toast-wrapper__hSgrp
  .import-contacts-modal_contents__fhWb5
  .import-contacts-modal_title__GfeoE {
  color: #000 !important;
}
.import-contacts-modal_toast__r2yOA.import-contacts-modal_loading__AwWaf .import-contacts-modal_ant-message-loading__0YhVH .import-contacts-modal_anticon-loading__jiaJ7 {
  font-size: 1.5rem;
}
.import-contacts-modal_toast__r2yOA .import-contacts-modal_ant-message-notice-content__ASQfe {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.import-contacts-modal_toast__r2yOA .import-contacts-modal_ant-message-notice-content__ASQfe .import-contacts-modal_toast-wrapper__hSgrp {
  position: relative;
  display: flex;
  align-items: center;
}
.import-contacts-modal_toast__r2yOA .import-contacts-modal_ant-message-notice-content__ASQfe .import-contacts-modal_toast-wrapper__hSgrp .import-contacts-modal_contents__fhWb5 {
  position: relative;
  padding-left: 16px;
}
.import-contacts-modal_toast__r2yOA
  .import-contacts-modal_ant-message-notice-content__ASQfe
  .import-contacts-modal_toast-wrapper__hSgrp
  .import-contacts-modal_contents__fhWb5
  .import-contacts-modal_title__GfeoE {
  color: #fff !important;
}
.import-contacts-modal_toast__r2yOA .import-contacts-modal_ant-message-notice-content__ASQfe .import-contacts-modal_toast-wrapper__hSgrp .import-contacts-modal_contents__fhWb5 p {
  margin: 0;
}
.import-contacts-modal_toast__r2yOA .import-contacts-modal_ant-message-notice-content__ASQfe .import-contacts-modal_toast-wrapper__hSgrp .import-contacts-modal_contents__fhWb5 p a,
.import-contacts-modal_toast__r2yOA .import-contacts-modal_ant-message-notice-content__ASQfe .import-contacts-modal_toast-wrapper__hSgrp .import-contacts-modal_contents__fhWb5 p button {
  color: #fff;
  text-decoration: underline;
}
.import-contacts-modal_toast__r2yOA .import-contacts-modal_ant-message-notice-content__ASQfe .import-contacts-modal_icon__3Fwq4 {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.import-contacts-modal_toast__r2yOA .import-contacts-modal_ant-message-notice-content__ASQfe .import-contacts-modal_icon__3Fwq4.import-contacts-modal_positive__qSr08 {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.import-contacts-modal_toast__r2yOA .import-contacts-modal_ant-message-notice-content__ASQfe .import-contacts-modal_icon__3Fwq4.import-contacts-modal_positive__qSr08:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.import-contacts-modal_toast__r2yOA .import-contacts-modal_ant-message-notice-content__ASQfe .import-contacts-modal_icon__3Fwq4.import-contacts-modal_negative__SHtVB {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.import-contacts-modal_toast__r2yOA .import-contacts-modal_ant-message-notice-content__ASQfe .import-contacts-modal_icon__3Fwq4.import-contacts-modal_negative__SHtVB:before {
  top: 10px;
}
.import-contacts-modal_action-content-box__WaRuT {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.import-contacts-modal_action-content-box__WaRuT.import-contacts-modal_numbered__WDiNU .import-contacts-modal_sub-content__itHVb p {
  margin-left: 18px;
}
.import-contacts-modal_action-content-box__WaRuT .import-contacts-modal_sub-content__itHVb {
  padding: 26px 26px 20px;
}
.import-contacts-modal_action-content-box__WaRuT .import-contacts-modal_sub-content__itHVb.import-contacts-modal_right__OPIXG {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.import-contacts-modal_action-content-box__WaRuT .import-contacts-modal_sub-content__itHVb.import-contacts-modal_right__OPIXG button {
  margin: 0 20px;
}
.import-contacts-modal_action-content-box__WaRuT .import-contacts-modal_sub-content__itHVb h4,
.import-contacts-modal_action-content-box__WaRuT .import-contacts-modal_sub-content__itHVb p.import-contacts-modal_bold__easum {
  margin: 0;
}
.import-contacts-modal_action-content-box__WaRuT .import-contacts-modal_sub-content__itHVb h4 span,
.import-contacts-modal_action-content-box__WaRuT .import-contacts-modal_sub-content__itHVb p.import-contacts-modal_bold__easum span {
  width: 18px;
  display: inline-block;
}
.import-contacts-modal_action-content-box__WaRuT .import-contacts-modal_sub-content__itHVb p {
  margin: 6px 0 0;
}
.import-contacts-modal_action-content-box__WaRuT .import-contacts-modal_remove__XJ4r_ {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.import-contacts-modal_options-dot__pu7O0 {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.import-contacts-modal_options-dot__pu7O0.import-contacts-modal_boxed___02Qm {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.import-contacts-modal_options-dot__pu7O0.import-contacts-modal_active__k3i0j,
.import-contacts-modal_options-dot__pu7O0:focus-visible,
.import-contacts-modal_options-dot__pu7O0:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.import-contacts-modal_clickable__WKSyT {
  cursor: pointer;
}
.import-contacts-modal_beta-label___NGnm {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.import-contacts-modal_none-style-list-options__lOxgQ {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.import-contacts-modal_none-style-list-options__lOxgQ li {
  margin: 5px 0;
}
.import-contacts-modal_ant-tour__sF2Pi {
  width: 400px;
}
.import-contacts-modal_ant-collapse__V9HD_
  > .import-contacts-modal_ant-collapse-item__s_fmm
  > .import-contacts-modal_ant-collapse-header-collapsible-only__uXNxZ
  > .import-contacts-modal_ant-collapse-header-text__zNCWy {
  flex: auto;
}
.import-contacts-modal_onboarding-tour-header__t2O_Z {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.import-contacts-modal_onboarding-tour-description__lKaKP {
  color: #17191a;
  font-size: 16px;
}
.import-contacts-modal_tour-hidden-button__hT21v {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.import-contacts-modal_ai-onboarding-tour-header__jIbdZ {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.import-contacts-modal_onboarding-step-ai-tour__T_Pzc {
  width: 350px;
}
.import-contacts-modal_onboarding-step-ai-tour__T_Pzc .import-contacts-modal_onboarding-step-ai-tour-inner__dunHi .import-contacts-modal_onboarding-step-ai-tour-description___AWE0 {
  padding: 0 20px;
}
.import-contacts-modal_onboarding-step-ai-tour__T_Pzc .import-contacts-modal_onboarding-step-ai-tour-inner__dunHi .import-contacts-modal_onboarding-step-ai-tour-footer__17LxE {
  padding: 0 20px 20px;
}
.import-contacts-modal_onboarding-step-ai-tour__T_Pzc .import-contacts-modal_onboarding-step-ai-tour-inner__dunHi .import-contacts-modal_onboarding-step-ai-tour-header__9a64A {
  padding: 20px 20px 4px;
}
.import-contacts-modal_onboarding-step-ai-tour__T_Pzc .import-contacts-modal_onboarding-step-ai-tour-inner__dunHi .import-contacts-modal_onboarding-step-ai-tour-indicators__L_MoI {
  display: flex;
  width: 100%;
}
.import-contacts-modal_onboarding-step-ai-tour__T_Pzc .import-contacts-modal_onboarding-step-ai-tour-inner__dunHi .import-contacts-modal_onboarding-step-ai-tour-buttons__hHo7D {
  width: 0;
  visibility: hidden;
}
.import-contacts-modal_onboarding-step-ai-tour-mask__cTbCo mask[id^='onboarding-step-ai-tour-mask'] rect.import-contacts-modal_onboarding-step-ai-tour-placeholder-animated__uN2ms {
  rx: 8px;
}
.import-contacts-modal_onboarding-step-ai-tour-round-mask__ODnf6 mask[id^='onboarding-step-ai-tour-round-mask'] rect.import-contacts-modal_onboarding-step-ai-tour-round-placeholder-animated__UWzBC {
  rx: 25px;
}
.import-contacts-modal_onboarding-step-tour__Gz0m1 {
  width: 400px;
}
.import-contacts-modal_onboarding-step-tour__Gz0m1.import-contacts-modal_content-hidden__QY7Ql {
  display: none !important;
}
.import-contacts-modal_onboarding-step-tour__Gz0m1.import-contacts-modal_extended-width__eqfhp {
  width: 600px;
}
.import-contacts-modal_onboarding-step-tour-mask__F_XvZ mask[id^='onboarding-step-tour-mask'] rect.import-contacts-modal_onboarding-step-tour-placeholder-animated__F7cvw {
  rx: 8px;
}
.import-contacts-modal_onboarding-step-one-tour__BuXTR {
  width: 400px;
}
.import-contacts-modal_onboarding-step-one-tour__BuXTR.import-contacts-modal_content-hidden__QY7Ql {
  display: none !important;
}
.import-contacts-modal_onboarding-step-one-tour__BuXTR.import-contacts-modal_extended-width__eqfhp {
  width: 600px;
}
.import-contacts-modal_onboarding-step-one-tour-mask___i6CM mask[id^='onboarding-step-one-tour-mask'] rect.import-contacts-modal_onboarding-step-one-tour-placeholder-animated__MD9aT {
  rx: 25px;
}
.import-contacts-modal_support-unread-tour__l763V {
  width: 272px;
}
.import-contacts-modal_support-unread-tour__l763V .import-contacts-modal_support-unread-tour-inner__OEDD3 .import-contacts-modal_support-unread-tour-header__uB_xs {
  padding: 8px 16px 4px;
}
.import-contacts-modal_support-unread-tour__l763V .import-contacts-modal_support-unread-tour-inner__OEDD3 .import-contacts-modal_support-unread-tour-footer__M9Giw {
  padding: 0 16px 16px;
}
.import-contacts-modal_support-unread-tour__l763V .import-contacts-modal_support-unread-tour-inner__OEDD3 .import-contacts-modal_support-unread-tour-close__jhBZg {
  top: 10px;
}
.import-contacts-modal_preserve-scroll-position__ptzmo {
  overflow-anchor: none;
}
.import-contacts-modal_toolbar-wrapper__dyxBw {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.import-contacts-modal_toolbar-wrapper__dyxBw .import-contacts-modal_anticon__qNm2g {
  padding: 12px;
  cursor: pointer;
}
.import-contacts-modal_toolbar-wrapper__dyxBw .import-contacts-modal_anticon__qNm2g:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.import-contacts-modal_toolbar-wrapper__dyxBw .import-contacts-modal_anticon__qNm2g:hover {
  opacity: 0.3;
}
.import-contacts-modal_ant-carousel__RovHH .import-contacts-modal_slick-dots__08GKu li.import-contacts-modal_slick-active___JLcW button {
  background-color: #8158ec;
}
.import-contacts-modal_ant-carousel__RovHH .import-contacts-modal_slick-dots__08GKu li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.import-contacts-modal_ant-modal-root__lpNiv .import-contacts-modal_ant-modal-mask__azMq8,
.import-contacts-modal_ant-modal-root__lpNiv .import-contacts-modal_ant-modal-wrap__GPRUk {
  z-index: 1001;
}
.import-contacts-modal_focused__3Hqwx {
  background-color: #f5f5f5;
}
.import-contacts-modal_spinner-overlay__KCLGR,
.import-contacts-modal_spinner__QQRpB {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.import-contacts-modal_spinner-overlay__KCLGR {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.import-contacts-modal_spinner__QQRpB {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.import-contacts-modal_large-tag__oYWt4 {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.import-contacts-modal_email-pill__K7SN6,
.import-contacts-modal_phone-pill__gy6AP {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.import-contacts-modal_email-pill__K7SN6:not(:empty),
.import-contacts-modal_phone-pill__gy6AP:not(:empty) {
  padding: 4px;
}
.import-contacts-modal_phone-pill__gy6AP {
  background-color: #e0f2fb;
}
.import-contacts-modal_email-pill__K7SN6 {
  background-color: #ffefbe;
}
.import-contacts-modal_input-box__CdJ2U {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.import-contacts-modal_input-box__CdJ2U.import-contacts-modal_bordered__AVQef {
  border: 1px solid #e6e6e6;
}
.import-contacts-modal_input-box__CdJ2U.import-contacts-modal_large__jVBcM {
  height: auto;
  min-height: 80px;
}
.import-contacts-modal_input-box__CdJ2U:focus {
  border-color: #ffc926;
}
.import-contacts-modal_body-wrapper__DYkdD {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.import-contacts-modal_body-wrapper__DYkdD .import-contacts-modal_p__Z0NvL {
  color: #333;
  margin: 0 0 10px;
}
.import-contacts-modal_body-wrapper__DYkdD .import-contacts-modal_p__Z0NvL strong {
  font-weight: 500;
}
.import-contacts-modal_body-wrapper__DYkdD .import-contacts-modal_table-wrapper__MiN2A {
  margin: 15px auto 0;
}
@media (max-height: 800px) {
  .import-contacts-modal_body-wrapper__DYkdD .import-contacts-modal_table-wrapper__MiN2A {
    margin: 3px auto 0pxpx;
  }
}
.import-contacts-modal_body-wrapper__DYkdD .import-contacts-modal_table-wrapper__MiN2A table {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  border-spacing: 0;
  margin: auto;
}
.import-contacts-modal_body-wrapper__DYkdD .import-contacts-modal_table-wrapper__MiN2A table td,
.import-contacts-modal_body-wrapper__DYkdD .import-contacts-modal_table-wrapper__MiN2A table th {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #d9d9d9;
}
.import-contacts-modal_body-wrapper__DYkdD .import-contacts-modal_table-wrapper__MiN2A table td:not(:last-child),
.import-contacts-modal_body-wrapper__DYkdD .import-contacts-modal_table-wrapper__MiN2A table th:not(:last-child) {
  border-right: 1px solid #d9d9d9;
}
.import-contacts-modal_body-wrapper__DYkdD .import-contacts-modal_table-wrapper__MiN2A table thead {
  background-color: #17191a;
  border-radius: 5px;
}
.import-contacts-modal_body-wrapper__DYkdD .import-contacts-modal_table-wrapper__MiN2A table thead th {
  color: #ffc926;
}
.import-contacts-modal_body-wrapper__DYkdD .import-contacts-modal_table-wrapper__MiN2A table thead th:first-child {
  border-top-left-radius: 5px;
}
.import-contacts-modal_body-wrapper__DYkdD .import-contacts-modal_table-wrapper__MiN2A table thead th:last-child {
  border-top-right-radius: 5px;
}
.import-contacts-modal_body-wrapper__DYkdD .import-contacts-modal_table-wrapper__MiN2A table tbody tr:last-child td {
  border-bottom: none;
}
.import-contacts-modal_body-wrapper__DYkdD .import-contacts-modal_table-wrapper__MiN2A table tbody td {
  color: #17191a;
}
.import-contacts-modal_body-wrapper__DYkdD .import-contacts-modal_drop-area-wrapper__AFsWH,
.import-contacts-modal_body-wrapper__DYkdD .import-contacts-modal_drop-area-wrapper__AFsWH > span {
  width: 100%;
}
.import-contacts-modal_body-wrapper__DYkdD .import-contacts-modal_drop-area-wrapper__AFsWH .import-contacts-modal_drop-area__JaKQk {
  border-radius: 8px;
  width: 100%;
  height: auto;
  min-height: 110px;
  margin: 0 auto 32px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  padding: 10px 25px;
}
@media (max-height: 800px) {
  .import-contacts-modal_body-wrapper__DYkdD .import-contacts-modal_drop-area-wrapper__AFsWH .import-contacts-modal_drop-area__JaKQk {
    margin: 0 auto 20px;
  }
}
.import-contacts-modal_blue-link__SnSbV {
  color: #31a7e7;
  cursor: pointer;
}
.import-contacts-modal_blue-link__SnSbV:active,
.import-contacts-modal_blue-link__SnSbV:focus,
.import-contacts-modal_blue-link__SnSbV:hover,
.import-contacts-modal_blue-link__SnSbV:link,
.import-contacts-modal_blue-link__SnSbV:visited {
  text-decoration: none;
}
.import-contacts-modal_csv-file-name__FAsI2 {
  color: #7ec300;
  margin: 10px 0;
}
.import-contacts-modal_csv-file-name__FAsI2 strong {
  font-weight: 500;
}
.import-contacts-modal_overwrite-container__a_u_s {
  margin: 0 0 10px;
}
.import-contacts-modal_overwrite-container__a_u_s .ant-checkbox-wrapper .ant-checkbox {
  align-self: flex-start;
  margin-top: 3px;
}
.import-contacts-modal_overwrite-container__a_u_s .import-contacts-modal_overwrite-notice__tKadZ {
  cursor: pointer;
}
.import-contacts-modal_overwrite-container__a_u_s .import-contacts-modal_overwrite-subtext__9wqR4 {
  color: #999;
}
.admin-menu_header-menu__xJfP_ .admin-menu_integration-header__rap3i,
.admin-menu_header-menu__xJfP_ ul.admin-menu_admin-menu-list__hX9BG li {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.admin-menu_mini-square__rsIJb {
  width: 20px;
  height: 20px;
}
.admin-menu_content-spacer__iejq_ {
  padding-top: 57px;
}
.admin-menu_header-menu__xJfP_ {
  display: flex;
  z-index: 40;
  padding: 0 40px;
  background: #fff;
  box-shadow: 0 1px 0 0 #e6e6e6;
  top: 0;
  left: 60px;
  right: 0;
}
.admin-menu_header-menu__xJfP_ .admin-menu_integration-header__rap3i {
  padding: 20px 0;
}
.admin-menu_header-menu__xJfP_ .admin-menu_integration-header__rap3i a {
  color: #17191a;
}
.admin-menu_header-menu__xJfP_ .admin-menu_integration-header-icon__U6lhi {
  padding: 0 10px;
  font-size: 12px;
}
.admin-menu_header-menu__xJfP_ ul.admin-menu_admin-menu-list__hX9BG {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  white-space: nowrap;
}
.admin-menu_header-menu__xJfP_ ul.admin-menu_admin-menu-list__hX9BG a {
  color: inherit;
}
.admin-menu_header-menu__xJfP_ ul.admin-menu_admin-menu-list__hX9BG li {
  margin: 0 40px 0 0;
  padding: 20px 0;
  color: #a3a3a3;
  position: relative;
  cursor: pointer;
}
.admin-menu_header-menu__xJfP_ ul.admin-menu_admin-menu-list__hX9BG li:after {
  background: #ffc926;
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s linear;
}
.admin-menu_header-menu__xJfP_ ul.admin-menu_admin-menu-list__hX9BG li.admin-menu_active__dMkkg,
.admin-menu_header-menu__xJfP_ ul.admin-menu_admin-menu-list__hX9BG li:hover {
  background: transparent;
  color: #17191a;
}
.admin-menu_header-menu__xJfP_ ul.admin-menu_admin-menu-list__hX9BG li.admin-menu_active__dMkkg:after {
  visibility: visible;
  opacity: 1;
}
.admin-menu_header-menu__xJfP_ .admin-menu_team-picker-select__5bGxm {
  display: flex;
  align-items: center;
  margin-left: auto;
  height: auto;
  max-width: 210px;
}
.admin-menu_hide-menu___k9In .admin-menu_wrapper-right-buttons__HSuoR {
  display: none;
}
.contact-details_icon__t80h6 {
  padding: 4px;
}
.contact-details_icon-wrapper__TXpbZ {
  padding: 4px;
  color: #454a4d;
}
.contact-details_icon-wrapper-absolute__uMqGV {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.contact-details_icon-wrapper-absolute__uMqGV .contact-details_icon__t80h6 {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.contact-details_icon-sms__iIgHW {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.contact-details_icon-email__WI5bo {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.contact-details_icon-mixed__lmDSk {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.contact-details_icon-picker-wrapper__dbYFs {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.contact-details_icon-picker-wrapper__dbYFs:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.contact-details_icon-picker-wrapper__dbYFs:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .contact-details_icon-picker-wrapper__dbYFs {
    margin-right: 5px;
  }
}
.contact-details_icon-checkmark-white__heeOO {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.contact-details_icon-x-white__dIFNZ {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.contact-details_icon-help__uZWE6 {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.contact-details_icon-help__uZWE6:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.contact-details_container__3kWAR select,
.contact-details_ico-arrow-down__Lr6dN {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.contact-details_container__3kWAR select.contact-details_ant-dropdown-trigger__ioJ37,
.contact-details_ico-arrow-down__Lr6dN.contact-details_ant-dropdown-trigger__ioJ37 {
  padding-right: 24px;
  cursor: pointer;
}
.contact-details_container__3kWAR select.contact-details_ant-dropdown-trigger__ioJ37:disabled,
.contact-details_container__3kWAR select.contact-details_ant-dropdown-trigger__ioJ37[disabled],
.contact-details_ico-arrow-down__Lr6dN.contact-details_ant-dropdown-trigger__ioJ37:disabled,
.contact-details_ico-arrow-down__Lr6dN.contact-details_ant-dropdown-trigger__ioJ37[disabled] {
  cursor: default;
  background: transparent;
}
.contact-details_ico-arrow-gray__XiOKE {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.contact-details_ico-arrow-gray__XiOKE.contact-details_down__UlhQd {
  transform: rotate(90deg);
}
.contact-details_ico-arrow-gray__XiOKE.contact-details_up__W06_h {
  transform: rotate(-90deg);
}
.contact-details_ico-arrow-gray__XiOKE.contact-details_right__4O6Je {
  transform: rotate(180deg);
}
.contact-details_ico-arrow-gray__XiOKE.contact-details_ant-dropdown-trigger__ioJ37 {
  padding-right: 24px;
  cursor: pointer;
}
.contact-details_ico-arrow-gray__XiOKE.contact-details_ant-dropdown-trigger__ioJ37:disabled,
.contact-details_ico-arrow-gray__XiOKE.contact-details_ant-dropdown-trigger__ioJ37[disabled] {
  cursor: default;
  background: transparent;
}
.contact-details_icon-error-triangle__pX2en {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.contact-details_ico-compose__8ofeT {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.contact-details_ico-compose-white__COSlP {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.contact-details_icon-google-play__I9qoN {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.contact-details_icon-app-store__BDk8z {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.contact-details_icon-social-fb__sdojK {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.contact-details_icon-social-tw__qgVYb {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.contact-details_icon-disclosure__BIOKo {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.contact-details_icon-16__dfzu5 {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.contact-details_icon-18__usM8Y {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.contact-details_icon-gray5__ihxcC {
  color: #999 !important;
}
.contact-details_ico-arrow-black__A5udq {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.contact-details_ico-arrow-black__A5udq.contact-details_down__UlhQd {
  transform: rotate(90deg);
}
.contact-details_ico-arrow-black__A5udq.contact-details_up__W06_h {
  transform: rotate(-90deg);
}
.contact-details_ico-arrow-black__A5udq.contact-details_right__4O6Je {
  transform: rotate(180deg);
}
.contact-details_icon-copy__LgP3W {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.contact-details_icon-copy__LgP3W:hover {
  background-image: url(/icons/copy-black.svg);
}
.contact-details_icon-msg-white__1hulx {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.contact-details_icon-email-white__jxJ2M {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.contact-details_icon-black-bg__lmIPL {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.contact-details_icon-black-bg__lmIPL > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.contact-details_icon-inbox-black-filled__HB1oD {
  background-image: url(/icons/inbox-black.svg);
}
.contact-details_icon-contacts__MIYxe {
  background-image: url(/icons/sidebar/contacts.svg);
}
.contact-details_page-header-title__uxJs_ {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.contact-details_action-content-box__eyA9g .contact-details_sub-content__F3XEG h4,
.contact-details_basic-info__zm86B .contact-details_basic-info-wrapper__EZc_n .contact-details_contact-name__Uk3Bn,
.contact-details_empty-state-wrapper__VyiaD h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.contact-details_body__KK4wr .contact-details_detail-area__ODcV5 .contact-details_title__k0__p .contact-details_title-text__nZNhK,
.contact-details_box-content__iQs9P .contact-details_header-l__SlC8Z,
.contact-details_box-content__iQs9P .contact-details_header__5ZJjK,
.contact-details_recipient-section__ewdsh .contact-details_title-text__nZNhK,
.contact-details_toast__j589y .contact-details_ant-message-notice-content__oF9Hk .contact-details_toast-wrapper__HQwEY .contact-details_contents__PjJT3 .contact-details_title__k0__p {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.contact-details_action-content-box__eyA9g .contact-details_sub-content__F3XEG p.contact-details_bold__x4MFR,
.contact-details_empty-state-wrapper__VyiaD h2 a,
.contact-details_header-bar__m6FZA .contact-details_title__k0__p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.contact-details_basic-info__zm86B .contact-details_basic-info-wrapper__EZc_n .contact-details_phone-wrapper__PeOEa .contact-details_contact-phone__y_4ts,
.contact-details_box-content__iQs9P .contact-details_content-header__ehdV0,
.contact-details_empty-more__bo_za .contact-details_empty-text__ghkNH p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.contact-details_action-content-box__eyA9g .contact-details_sub-content__F3XEG p,
.contact-details_empty-state-wrapper__VyiaD div,
.contact-details_toast__j589y .contact-details_ant-message-notice-content__oF9Hk .contact-details_toast-wrapper__HQwEY .contact-details_contents__PjJT3 p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.contact-details_basic-info__zm86B .contact-details_basic-info-wrapper__EZc_n .contact-details_contact-email__d95tm,
.contact-details_blue-button___c_g6,
.contact-details_body__KK4wr .contact-details_detail-area__ODcV5 .contact-details_title__k0__p .contact-details_title-link__pXBMK,
.contact-details_box-content__iQs9P .contact-details_content__QV82B input,
.contact-details_box-content__iQs9P .contact-details_upload-data-input-with-icon__tSv6C input,
.contact-details_button-with-bg-color__5d40_,
.contact-details_cancel-button__0VSm3,
.contact-details_green-button__niaiZ,
.contact-details_input-box__LHsdJ,
.contact-details_input-grey__ZU7B8,
.contact-details_orange-button__HPVJ_,
.contact-details_positive-button__WDjpP,
.contact-details_purple-button__0_0we,
.contact-details_white-button-blue-text__yKplU,
.contact-details_white-button__E991d,
button.contact-details_icon-button__01olN,
button.contact-details_text-only__9kyMg,
input .contact-details_input-white__tfRs5,
textarea .contact-details_input-white__tfRs5 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.contact-details_body__KK4wr .contact-details_detail-area__ODcV5 .contact-details_info-row__10QsT .contact-details_value__fzgaD,
.contact-details_body__KK4wr .contact-details_detail-area__ODcV5 .contact-details_info-row__10QsT .contact-details_value__fzgaD.contact-details_source-name__y_RpY,
.contact-details_large-tag__bCNQz,
.contact-details_recipient-section__ewdsh .contact-details_recipient-empty__Af88C,
.contact-details_recipient-section__ewdsh .contact-details_row-title__94xlb,
button.contact-details_show-more__eT_Q7,
button.contact-details_text-only__9kyMg,
span.contact-details_text-only__9kyMg button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.contact-details_body__KK4wr .contact-details_detail-area__ODcV5 .contact-details_info-row__10QsT .contact-details_label___5PuF,
.contact-details_channel-pill__KbEdy {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.contact-details_tag__63wGj {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.contact-details_beta-label__b1ZlL,
.contact-details_error-text-link__16QHb,
.contact-details_error-text__ZLZnW,
.contact-details_error__UiDev {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.contact-details_mini-square__s024H {
  width: 20px;
  height: 20px;
}
.contact-details_help-text__N_t0_ {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.contact-details_error-text__ZLZnW {
  color: #d0021b;
  flex-grow: 1;
}
.contact-details_error-text-link__16QHb {
  color: #d0021b;
  text-decoration: underline;
}
.contact-details_descriptive-text__DzNZ1 {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.contact-details_visually-hidden__vLJqD {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.contact-details_visually-hidden__vLJqD.contact-details_focusable__2Mv18:active,
.contact-details_visually-hidden__vLJqD.contact-details_focusable__2Mv18:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.contact-details_visually-offscreen__lBr7P {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.contact-details_invisible__8Ol6l {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.contact-details_hidden__XR3zA {
  display: none !important;
  visibility: hidden;
}
.contact-details_strong__JBoGu {
  font-weight: 700;
}
.contact-details_align-right__gzQsI {
  text-align: right;
}
.contact-details_align-left__KuNC6 {
  text-align: left;
}
.contact-details_centered__6XJAp {
  text-align: center;
}
.contact-details_timestamp__2dK6O {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.contact-details_display-block__DWccW {
  display: block !important;
}
.contact-details_inline-block__eXFyP {
  display: inline-block !important;
}
.contact-details_hm-app-body__pXPvS button.contact-details_ant-switch__NTumu[disabled],
.contact-details_hm-app-body__pXPvS button.contact-details_ant-switch__NTumu[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.contact-details_blue-button___c_g6,
.contact-details_button-with-bg-color__5d40_,
.contact-details_cancel-button__0VSm3,
.contact-details_green-button__niaiZ,
.contact-details_orange-button__HPVJ_,
.contact-details_positive-button__WDjpP,
.contact-details_purple-button__0_0we,
.contact-details_white-button-blue-text__yKplU,
.contact-details_white-button__E991d,
button.contact-details_icon-button__01olN,
button.contact-details_text-only__9kyMg {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.contact-details_text-only__9kyMg,
span.contact-details_text-only__9kyMg button {
  color: #31a7e7;
  padding: 0;
}
button.contact-details_text-only__9kyMg[disabled],
button.contact-details_text-only__9kyMg[disabled]:active,
button.contact-details_text-only__9kyMg[disabled]:focus,
button.contact-details_text-only__9kyMg[disabled]:hover,
span.contact-details_text-only__9kyMg button[disabled],
span.contact-details_text-only__9kyMg button[disabled]:active,
span.contact-details_text-only__9kyMg button[disabled]:focus,
span.contact-details_text-only__9kyMg button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.contact-details_text-only__9kyMg.contact-details_red-text__wMNfy,
button.contact-details_text-only__9kyMg.contact-details_red-text__wMNfy:active,
button.contact-details_text-only__9kyMg.contact-details_red-text__wMNfy:focus,
button.contact-details_text-only__9kyMg.contact-details_red-text__wMNfy:hover,
span.contact-details_text-only__9kyMg button.contact-details_red-text__wMNfy,
span.contact-details_text-only__9kyMg button.contact-details_red-text__wMNfy:active,
span.contact-details_text-only__9kyMg button.contact-details_red-text__wMNfy:focus,
span.contact-details_text-only__9kyMg button.contact-details_red-text__wMNfy:hover {
  color: #d0021b;
}
button.contact-details_text-only__9kyMg.contact-details_gray-text__a_Sn5,
span.contact-details_text-only__9kyMg button.contact-details_gray-text__a_Sn5 {
  color: #999;
}
button.contact-details_text-only__9kyMg.contact-details_gray-text__a_Sn5:active,
button.contact-details_text-only__9kyMg.contact-details_gray-text__a_Sn5:focus,
button.contact-details_text-only__9kyMg.contact-details_gray-text__a_Sn5:hover,
span.contact-details_text-only__9kyMg button.contact-details_gray-text__a_Sn5:active,
span.contact-details_text-only__9kyMg button.contact-details_gray-text__a_Sn5:focus,
span.contact-details_text-only__9kyMg button.contact-details_gray-text__a_Sn5:hover {
  color: #999 !important;
}
button.contact-details_text-only__9kyMg.contact-details_black-text__cvlqC,
span.contact-details_text-only__9kyMg button.contact-details_black-text__cvlqC {
  color: #17191a;
}
button.contact-details_text-only__9kyMg.contact-details_black-text__cvlqC:active,
button.contact-details_text-only__9kyMg.contact-details_black-text__cvlqC:focus,
button.contact-details_text-only__9kyMg.contact-details_black-text__cvlqC:hover,
span.contact-details_text-only__9kyMg button.contact-details_black-text__cvlqC:active,
span.contact-details_text-only__9kyMg button.contact-details_black-text__cvlqC:focus,
span.contact-details_text-only__9kyMg button.contact-details_black-text__cvlqC:hover {
  color: #8158ec;
}
button.contact-details_text-only__9kyMg.contact-details_purple-text__jffmt,
button.contact-details_text-only__9kyMg.contact-details_purple-text__jffmt:active,
button.contact-details_text-only__9kyMg.contact-details_purple-text__jffmt:focus,
button.contact-details_text-only__9kyMg.contact-details_purple-text__jffmt:hover,
span.contact-details_text-only__9kyMg button.contact-details_purple-text__jffmt,
span.contact-details_text-only__9kyMg button.contact-details_purple-text__jffmt:active,
span.contact-details_text-only__9kyMg button.contact-details_purple-text__jffmt:focus,
span.contact-details_text-only__9kyMg button.contact-details_purple-text__jffmt:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.contact-details_text-only__9kyMg:active,
button.contact-details_text-only__9kyMg:focus,
button.contact-details_text-only__9kyMg:hover,
span.contact-details_text-only__9kyMg button:active,
span.contact-details_text-only__9kyMg button:focus,
span.contact-details_text-only__9kyMg button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.contact-details_blue-button___c_g6,
.contact-details_button-with-bg-color__5d40_,
.contact-details_green-button__niaiZ,
.contact-details_orange-button__HPVJ_,
.contact-details_positive-button__WDjpP,
.contact-details_white-button-blue-text__yKplU,
.contact-details_white-button__E991d {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.contact-details_orange-button__HPVJ_ {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.contact-details_orange-button__HPVJ_:active,
.contact-details_orange-button__HPVJ_:focus,
.contact-details_orange-button__HPVJ_:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.contact-details_orange-button__HPVJ_[disabled],
.contact-details_orange-button__HPVJ_[disabled]:active,
.contact-details_orange-button__HPVJ_[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.contact-details_orange-button__HPVJ_.contact-details_drop-down__L4Y2N {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.contact-details_scroll-loader__eH5j6 {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.contact-details_green-button__niaiZ {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.contact-details_green-button__niaiZ:active,
.contact-details_green-button__niaiZ:focus,
.contact-details_green-button__niaiZ:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.contact-details_green-button__niaiZ[disabled],
.contact-details_green-button__niaiZ[disabled]:active,
.contact-details_green-button__niaiZ[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.contact-details_positive-button__WDjpP {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.contact-details_positive-button__WDjpP:active,
.contact-details_positive-button__WDjpP:focus,
.contact-details_positive-button__WDjpP:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.contact-details_positive-button__WDjpP[disabled] {
  background-color: #abe4b2;
}
.contact-details_negative-button__V2wdh {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.contact-details_negative-button__V2wdh:active,
.contact-details_negative-button__V2wdh:focus,
.contact-details_negative-button__V2wdh:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.contact-details_plain-cancel-button__s5v_k,
.contact-details_plain-cancel-button__s5v_k:active,
.contact-details_plain-cancel-button__s5v_k:focus,
.contact-details_plain-cancel-button__s5v_k:hover {
  color: #17191a;
}
.contact-details_white-button-blue-text__yKplU,
.contact-details_white-button__E991d {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.contact-details_white-button-blue-text__yKplU:active,
.contact-details_white-button-blue-text__yKplU:focus,
.contact-details_white-button-blue-text__yKplU:hover,
.contact-details_white-button__E991d:active,
.contact-details_white-button__E991d:focus,
.contact-details_white-button__E991d:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.contact-details_white-button__E991d[disabled],
.contact-details_white-button__E991d[disabled]:active,
.contact-details_white-button__E991d[disabled]:focus,
.contact-details_white-button__E991d[disabled]:hover,
[disabled].contact-details_white-button-blue-text__yKplU {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.contact-details_common-sentiment-emoji__SS_fu {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.contact-details_white-button-blue-text__yKplU {
  color: #31a7e7;
}
.contact-details_white-button-blue-text__yKplU:active,
.contact-details_white-button-blue-text__yKplU:focus,
.contact-details_white-button-blue-text__yKplU:hover {
  color: #31a7e7 !important;
}
.contact-details_blue-button___c_g6 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #31a7e7;
  color: #fff;
  display: inline-block;
}
.contact-details_blue-button___c_g6:active,
.contact-details_blue-button___c_g6:focus,
.contact-details_blue-button___c_g6:hover {
  background-color: #31a7e7;
  color: #fff;
}
.contact-details_green-button__niaiZ {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #56bf56;
  color: #fff;
  display: inline-block;
}
.contact-details_green-button__niaiZ:active,
.contact-details_green-button__niaiZ:focus,
.contact-details_green-button__niaiZ:hover {
  background-color: #56bf56;
  color: #fff;
}
.contact-details_purple-button__0_0we {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.contact-details_purple-button__0_0we:active,
.contact-details_purple-button__0_0we:focus,
.contact-details_purple-button__0_0we:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.contact-details_dropdown-input__AfQJ1 {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.contact-details_dropdown-input__AfQJ1:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.contact-details_hm-app-body__pXPvS input::placeholder {
  color: #a3a3a3;
}
.contact-details_textarea-composer__HgVG2 {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.contact-details_container__3kWAR input,
.contact-details_container__3kWAR textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.contact-details_input-for-copy__kZ1wA {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.contact-details_input-text-bordered___CKyS,
.contact-details_input-text__sdEPB,
.contact-details_input-textarea__e0Kbg {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.contact-details_input-text__sdEPB {
  height: 50px;
}
.contact-details_input-text-bordered___CKyS {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.contact-details_xxl-input__q8s2S {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.contact-details_xl-input__9HkoR {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.contact-details_l-input__vjpEx {
  width: 100%;
  font-size: 1.1rem;
}
.contact-details_box-content__iQs9P .contact-details_content__QV82B input,
.contact-details_box-content__iQs9P .contact-details_upload-data-input-with-icon__tSv6C input,
.contact-details_input-grey__ZU7B8,
input .contact-details_input-white__tfRs5,
textarea .contact-details_input-white__tfRs5 {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.contact-details_box-content__iQs9P .contact-details_content__QV82B input::placeholder,
.contact-details_box-content__iQs9P .contact-details_upload-data-input-with-icon__tSv6C input::placeholder,
.contact-details_input-grey__ZU7B8::placeholder,
input .contact-details_input-white__tfRs5::placeholder,
textarea .contact-details_input-white__tfRs5::placeholder {
  color: #999;
  opacity: 1;
}
input .contact-details_input-white__tfRs5,
textarea .contact-details_input-white__tfRs5 {
  background-color: #fff;
}
.contact-details_clearfix__RkFBl:after {
  clear: both;
  content: '';
  display: block;
}
.contact-details_hidden-important__mdLZG {
  display: none !important;
}
.contact-details_p-left__TRMyj {
  float: left;
}
.contact-details_p-right__oy5t8 {
  float: right;
}
.contact-details_image_orientation_3__BI9pS {
  tranform: rotate(180deg);
}
.contact-details_image_orientation_6__vgrdN {
  tranform: rotate(90deg);
}
.contact-details_image_orientation_8__Wm_Ih {
  tranform: rotate(-90deg);
}
.contact-details_image_orientation_2__zt0qO {
  tranform: scaleX(-1);
}
.contact-details_image_orientation_7__1uotF {
  tranform: scaleX(-1) rotate(-90deg);
}
.contact-details_image_orientation_4__loBaN {
  tranform: scaleX(-1) rotate(180deg);
}
.contact-details_image_orientation_5__R9atU {
  tranform: scaleX(-1) rotate(90deg);
}
.contact-details_image_slideshow_orientation_3__uKG1e {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.contact-details_image_slideshow_orientation_6__2ESfv {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.contact-details_image_slideshow_orientation_8__Wjr8c {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.contact-details_image_slideshow_orientation_2__Ua7za {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.contact-details_image_slideshow_orientation_7__XBQ70 {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.contact-details_image_slideshow_orientation_4__P7tQW {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.contact-details_image_slideshow_orientation_5__EAJNi {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.contact-details_container__3kWAR select::-ms-expand {
  display: none !important;
}
.contact-details_container__3kWAR select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.contact-details_count-area__YtMj7 {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.contact-details_clear-top__YdrR3 {
  padding-top: 0;
  margin-top: 0;
}
.contact-details_remove-x-20__car0D,
.contact-details_remove-x__lCI06 {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.contact-details_remove-x__lCI06.contact-details_white__YvuFe,
.contact-details_white__YvuFe.contact-details_remove-x-20__car0D {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.contact-details_remove-x-20__car0D {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.contact-details_divider__70TBE {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.contact-details_mobile__GjD7C {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.contact-details_blue__T0yrJ {
  color: #31a7e7 !important;
}
.contact-details_white__YvuFe {
  color: #fff !important;
}
.contact-details_purple__Tv4tX {
  color: #8158ec !important;
}
.contact-details_delete__F4brb {
  color: #d0021b !important;
}
.contact-details_dark-text__A9nBt {
  color: #17191a !important;
}
.contact-details_file-input__QtnTl {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.contact-details_image-download-wrapper__lmLt0 {
  position: fixed;
  top: 40px;
  right: 100px;
}
.contact-details_overflow-y-auto__AJUKC {
  overflow-y: auto;
}
.contact-details_is-font-icon__WYTcq:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.contact-details_is-invisible__mAY8_ {
  opacity: 0;
}
.contact-details_tabbed-button__0BJ6C {
  padding: 0 7px 2px;
}
.contact-details_tabbed-button__0BJ6C.contact-details_selected__uKv1E {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.contact-details_show-more__eT_Q7 {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.contact-details_show-more__eT_Q7:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.contact-details_time-input__5fEOL {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.contact-details_form-group__X8yYg.contact-details_date-time__Ga4wp {
  position: relative;
  top: -2px;
}
.contact-details_form-group__X8yYg.contact-details_date-time__Ga4wp.contact-details_time__hnkNP {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.contact-details_form-group__X8yYg.contact-details_date-time__Ga4wp.contact-details_form-group-hour__7niFP .contact-details_colon__NIuLC {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.contact-details_form-group__X8yYg.contact-details_date-time__Ga4wp.contact-details_form-group-hour__7niFP input {
  text-align: center;
}
.contact-details_form-group__X8yYg.contact-details_date-time__Ga4wp.contact-details_form-group-day__mE81x {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.contact-details_form-group__X8yYg.contact-details_date-time__Ga4wp.contact-details_form-group-minute__25f8H {
  width: 42px;
}
.contact-details_form-group__X8yYg.contact-details_date-time__Ga4wp.contact-details_form-group-clock__wjjS8 {
  width: 54px;
}
.contact-details_attach-img__aoLGd {
  position: relative;
  width: 25px;
  height: 25px;
}
.contact-details_attach-img__aoLGd input#contact-details_add-image___NViD {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.contact-details_attach-img__aoLGd span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.contact-details_m-0__IFh0R {
  margin: 0 !important;
}
.contact-details_ml-auto__xABfR {
  margin-left: auto;
}
.contact-details_mr-auto__ETvIQ {
  margin-right: auto;
}
.contact-details_mx-auto__hdHOn {
  margin-left: auto;
  margin-right: auto;
}
.contact-details_mx-16__9g6qu {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.contact-details_my-16__cceHi {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.contact-details_mr-0__uITVw {
  margin-right: 0 !important;
}
.contact-details_mr-4__wQw8H {
  margin-right: 4px !important;
}
.contact-details_mr-8__VOW7v {
  margin-right: 8px !important;
}
.contact-details_mr-12__TOeCY {
  margin-right: 12px !important;
}
.contact-details_mr-16__ECK0R {
  margin-right: 16px !important;
}
.contact-details_ml-0__jhUCZ {
  margin-left: 0 !important;
}
.contact-details_ml-4__RAJFj {
  margin-left: 4px !important;
}
.contact-details_ml-8___qu1G {
  margin-left: 8px !important;
}
.contact-details_ml-12__WsNDB {
  margin-left: 12px !important;
}
.contact-details_ml-16__CNR2G {
  margin-left: 16px !important;
}
.contact-details_mt-0__fy0Dx {
  margin-top: 0 !important;
}
.contact-details_mt-4__45NxU {
  margin-top: 4px !important;
}
.contact-details_mt-8__X619t {
  margin-top: 8px !important;
}
.contact-details_mt-16__S7NfW {
  margin-top: 16px !important;
}
.contact-details_mt-24__anCg7 {
  margin-top: 24px !important;
}
.contact-details_mt-48__xjJyJ {
  margin-top: 48px !important;
}
.contact-details_mb-0__ZZk4Q {
  margin-bottom: 0 !important;
}
.contact-details_mb-4__7x3CW {
  margin-bottom: 4px !important;
}
.contact-details_mb-8___yiCO {
  margin-bottom: 8px !important;
}
.contact-details_mb-12__7nJ_l {
  margin-bottom: 12px !important;
}
.contact-details_mb-16__cOk0J {
  margin-bottom: 16px !important;
}
.contact-details_mb-24___FNAU {
  margin-bottom: 24px !important;
}
.contact-details_mb-64__4hWql {
  margin-bottom: 64px !important;
}
.contact-details_p-0__3_RrZ {
  padding: 0 !important;
}
.contact-details_p-16__5stk9 {
  padding: 16px;
}
.contact-details_p-40__NWbfB {
  padding: 40px;
}
.contact-details_px-0__6E17t {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.contact-details_px-4__atpw4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.contact-details_px-8__jzbrZ {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.contact-details_px-32__yPMGn {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.contact-details_px-40__E6hmZ {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.contact-details_pt-40__HgfFk {
  padding-top: 40px;
}
.contact-details_pt-24__J4Z1a {
  padding-top: 24px;
}
.contact-details_pt-16__4renw {
  padding-top: 16px;
}
.contact-details_pt-12__bzS9Y {
  padding-top: 12px !important;
}
.contact-details_pb-40__YSXjF {
  padding-bottom: 40px;
}
.contact-details_pb-24__GhcaB {
  padding-bottom: 24px;
}
.contact-details_pb-16__2CP3L {
  padding-bottom: 16px;
}
.contact-details_pl-8___nafH {
  padding-left: 8px !important;
}
.contact-details_pl-12__vVctM {
  padding-left: 12px !important;
}
.contact-details_pl-16__SnOOI {
  padding-left: 16px !important;
}
.contact-details_text-left__RMOEQ {
  text-align: left !important;
}
.contact-details_text-right__JjUVN {
  text-align: right !important;
}
.contact-details_text-center__XCyZC {
  text-align: center !important;
}
.contact-details_font-medium__ww0tt {
  font-weight: 500 !important;
}
.contact-details_font-semibold__GcD9Z {
  font-weight: 600 !important;
}
.contact-details_radius-8__Wq67B {
  border-radius: 8px !important;
}
.contact-details_truncate__1PSWg {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-details_whitespace-nowrap__1YBlC {
  white-space: nowrap;
}
.contact-details_whitespace-pre-wrap__wv4tB {
  white-space: pre-wrap;
}
.contact-details_w-100__rNkkV {
  width: 100% !important;
}
.contact-details_h-100__rtdr_ {
  height: 100% !important;
}
.contact-details_max-w-none__Bt87y {
  max-width: none !important;
}
.contact-details_max-h-none__VZoh1 {
  max-height: none !important;
}
.contact-details_min-w-100__tLMle {
  min-width: 100px;
}
.contact-details_heading-48-600__JUN2_ {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.contact-details_heading-32-600__pN_b8 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.contact-details_heading-24-600__bHK_d {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.contact-details_heading-18-600__ryG06 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.contact-details_heading-18-400__uwUxj {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.contact-details_heading-16-700__nuGVv {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.contact-details_text-16-400__pnRMo {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.contact-details_heading-14-600__fltBT {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.contact-details_heading-14-500__qKMlg {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.contact-details_text-14-400__5YqN6 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.contact-details_text-13-500__2lSg_ {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.contact-details_text-13-600__U8rJq {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.contact-details_text-13-400__21V9D {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.contact-details_text-12-500__GiWyv {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.contact-details_text-12-600__LBIsX {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.contact-details_text-12-400__yxd8Q {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.contact-details_status-badge__kjmJR {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.contact-details_status-badge__kjmJR.contact-details_paused___IdAo {
  background-color: #ff8b3d;
  color: #fff !important;
}
.contact-details_status-badge__kjmJR.contact-details_created__nIvqq,
.contact-details_status-badge__kjmJR.contact-details_inactive__SBbdk,
.contact-details_status-badge__kjmJR.contact-details_pending__rqPRx {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.contact-details_status-badge__kjmJR.contact-details_active__JwHUS {
  background-color: #56bf56;
  color: #fff !important;
}
.contact-details_status-badge__kjmJR.contact-details_error__UiDev {
  background-color: #d0021b;
  color: #fff !important;
}
.contact-details_status-badge__kjmJR.contact-details_progress__ieBLk {
  background-color: #f5bf0c;
  color: #fff !important;
}
.contact-details_status-badge__kjmJR.contact-details_draft__DGDEt {
  background-color: #e6e6e6;
  color: #000 !important;
}
.contact-details_status-badge__kjmJR.contact-details_sent__1QcGz {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.contact-details_status-badge__kjmJR.contact-details_scheduled__ilFjC {
  background-color: #feefcf;
  color: #795548;
}
.contact-details_status-badge__kjmJR.contact-details_loading-badge__UlMa1 {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.contact-details_status-badge__kjmJR.contact-details_loading-badge__UlMa1 .contact-details_text__RBV3U {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.contact-details_status-badge__kjmJR.contact-details_loading-badge__UlMa1 .contact-details_slider__ol2Ld {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: contact-details_moveSlideshow___0x5u 3s linear infinite;
}
@keyframes contact-details_moveSlideshow___0x5u {
  to {
    transform: translateX(200%);
  }
}
.contact-details_flex__dV91S {
  display: flex !important;
}
.contact-details_flex-space-between__aSdel {
  justify-content: space-between;
}
.contact-details_flex-align-start__E5JQF {
  align-items: flex-start;
}
.contact-details_flex-align-center__o1qDX {
  align-items: center;
}
.contact-details_flex-absolute-center__aPtyG {
  justify-content: center;
  align-items: center;
}
.contact-details_flex-container__78j3_ {
  display: flex;
  flex-wrap: wrap;
}
.contact-details_flex-column__uklSP {
  flex-direction: column;
}
.contact-details_flex-justify-end__MLueH {
  justify-content: flex-end;
}
.contact-details_position-relative__HnKD7 {
  position: relative !important;
}
.contact-details_position-static__Mj6U3 {
  position: static !important;
}
.contact-details_position-absolute__78_kv {
  position: absolute !important;
}
.contact-details_hr-grey__BCHaO {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.contact-details_input-border__RuYuI {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.contact-details_action-content-box__eyA9g,
.contact-details_box-content__iQs9P,
.contact-details_box-content__iQs9P .contact-details_upload-data-input-with-icon__tSv6C,
.contact-details_default-border__xGAHD {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.contact-details_bg-grey__VL_oM {
  background-color: #f9f9f9 !important;
}
.contact-details_bg-white__vnVb3 {
  background-color: #fff !important;
}
.contact-details_pos-relative___Rv3N {
  position: relative !important;
}
.contact-details_text-light__Z4NG2 {
  color: #757c80 !important;
}
.contact-details_text-red__7wu7H {
  color: #d0021b !important;
}
.contact-details_text-green__Yp_se {
  color: #56bf56 !important;
}
.contact-details_text-blue__KhnYK {
  color: #31a7e7;
}
.contact-details_text-sec-blue__pu2XZ {
  color: #1b02b1 !important;
}
.contact-details_notification-dot__3Qyka {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.contact-details_title-with-action-on-left__G1k5g {
  display: flex;
  justify-content: space-between;
}
.contact-details_error__UiDev {
  color: #d0021b;
}
.contact-details_error-border__wjjHs {
  border: 1px solid #d0021b !important;
}
.contact-details_rotate__Z1m4g {
  animation: contact-details_rotation__tRg2U 2s linear infinite;
}
@keyframes contact-details_rotation__tRg2U {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.contact-details_switch__qX5XZ {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.contact-details_switch__qX5XZ .contact-details_btn-toggle__eEuQE {
  opacity: 0;
  width: 0;
  height: 0;
}
.contact-details_switch__qX5XZ .contact-details_slider__ol2Ld {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.contact-details_switch__qX5XZ .contact-details_slider__ol2Ld:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.contact-details_switch__qX5XZ .contact-details_slider__ol2Ld:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.contact-details_switch__qX5XZ .contact-details_btn-toggle__eEuQE.contact-details_enabled__7iTWT + .contact-details_slider__ol2Ld {
  background-color: #ffc926;
  border: none;
}
.contact-details_switch__qX5XZ .contact-details_btn-toggle__eEuQE:focus + .contact-details_slider__ol2Ld {
  box-shadow: 0 0 1px #2196f3;
}
.contact-details_switch__qX5XZ .contact-details_btn-toggle__eEuQE.contact-details_enabled__7iTWT + .contact-details_slider__ol2Ld:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.contact-details_switch__qX5XZ .contact-details_btn-toggle__eEuQE.contact-details_enabled__7iTWT + .contact-details_slider__ol2Ld:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#contact-details_appleid-signin__Dfv4c {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#contact-details_appleid-signin__Dfv4c > div {
  width: 200px !important;
  height: 38px !important;
}
.contact-details_page-header__ZW9Qx {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-details_page-header__ZW9Qx.contact-details_clear-side__JuOYg {
  padding: 40px 0 32px;
}
.contact-details_page-spacing__KMVrd {
  padding: 0 40px;
}
.contact-details_page-header-title__uxJs_ {
  color: #17191a;
  margin: 0 0 8px;
}
.contact-details_header-bar__m6FZA {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.contact-details_box-content__iQs9P {
  background-color: #fff;
  margin-bottom: 24px;
}
.contact-details_box-content__iQs9P .contact-details_header__5ZJjK {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.contact-details_box-content__iQs9P .contact-details_header-l__SlC8Z {
  padding: 24px 16px;
  margin: 0;
}
.contact-details_box-content__iQs9P .contact-details_content__QV82B {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.contact-details_box-content__iQs9P .contact-details_content-header__ehdV0 {
  margin-bottom: 4px;
  margin-top: 0;
}
.contact-details_box-content__iQs9P .contact-details_table-content__Rb0pr {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.contact-details_box-content__iQs9P .contact-details_help-text__N_t0_ {
  line-height: 20px;
}
.contact-details_box-content__iQs9P .contact-details_sub-text__fxQWO {
  color: #757c80;
}
.contact-details_box-content__iQs9P .contact-details_content-data-input__qSKWh {
  margin-top: 8px;
}
.contact-details_box-content__iQs9P .contact-details_data-entry-input__z1VjC,
.contact-details_box-content__iQs9P .contact-details_upload-data-input-with-icon__tSv6C {
  margin-top: 8px;
  padding: 0 11px;
}
.contact-details_box-content__iQs9P .contact-details_upload-data-input-with-icon__tSv6C {
  cursor: pointer;
  background: #f9f9f9;
}
.contact-details_box-content__iQs9P .contact-details_upload-data-input-with-icon__tSv6C input {
  padding: 12px 2px;
}
.contact-details_box-content__iQs9P .contact-details_upload-data-input-with-icon__tSv6C input:disabled,
.contact-details_box-content__iQs9P .contact-details_upload-data-input-with-icon__tSv6C input:hover {
  cursor: pointer !important;
}
.contact-details_empty-state__J9u9W {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.contact-details_empty-state__J9u9W.contact-details_contact-list__DEqMW {
  width: 80%;
}
.contact-details_empty-state__J9u9W .contact-details_empty-title__r4k8c {
  font-size: 14px;
  font-weight: 500px;
}
.contact-details_empty-state-wrapper__VyiaD {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.contact-details_empty-state-wrapper__VyiaD h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.contact-details_empty-state-wrapper__VyiaD div {
  color: #757c80;
  margin: 16px 0 12px;
}
.contact-details_empty-state-button__5o7KN {
  margin: 20px 10px;
}
.contact-details_handel-bar__JRGbL {
  fill: #b7bfc6;
  vertical-align: middle;
}
.contact-details_tag__63wGj {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.contact-details_ant-color-picker-input__2oVKq .contact-details_ant-input__H2Rft {
  height: 22px;
}
.contact-details_ant-color-picker-trigger__5JzGL {
  width: 23px;
  height: 23px;
}
.contact-details_ant-color-picker-trigger__5JzGL .contact-details_ant-color-picker-color-block__sOUpD {
  width: 18px;
  height: 18px;
}
.contact-details_box-content__iQs9P .contact-details_content__QV82B input,
.contact-details_box-content__iQs9P .contact-details_upload-data-input-with-icon__tSv6C input,
input input.contact-details_input-white__tfRs5,
input textarea.contact-details_input-white__tfRs5,
input.contact-details_input-grey__ZU7B8,
textarea input.contact-details_input-white__tfRs5,
textarea textarea.contact-details_input-white__tfRs5,
textarea.contact-details_input-grey__ZU7B8 {
  background-color: #f9f9f9;
}
.contact-details_box-content__iQs9P .contact-details_content__QV82B input:active,
.contact-details_box-content__iQs9P .contact-details_content__QV82B input:focus,
.contact-details_box-content__iQs9P .contact-details_content__QV82B input:hover,
.contact-details_box-content__iQs9P .contact-details_upload-data-input-with-icon__tSv6C input:active,
.contact-details_box-content__iQs9P .contact-details_upload-data-input-with-icon__tSv6C input:focus,
.contact-details_box-content__iQs9P .contact-details_upload-data-input-with-icon__tSv6C input:hover,
input input.contact-details_input-white__tfRs5:active,
input input.contact-details_input-white__tfRs5:focus,
input input.contact-details_input-white__tfRs5:hover,
input textarea.contact-details_input-white__tfRs5:active,
input textarea.contact-details_input-white__tfRs5:focus,
input textarea.contact-details_input-white__tfRs5:hover,
input.contact-details_input-grey__ZU7B8:active,
input.contact-details_input-grey__ZU7B8:focus,
input.contact-details_input-grey__ZU7B8:hover,
textarea input.contact-details_input-white__tfRs5:active,
textarea input.contact-details_input-white__tfRs5:focus,
textarea input.contact-details_input-white__tfRs5:hover,
textarea textarea.contact-details_input-white__tfRs5:active,
textarea textarea.contact-details_input-white__tfRs5:focus,
textarea textarea.contact-details_input-white__tfRs5:hover,
textarea.contact-details_input-grey__ZU7B8:active,
textarea.contact-details_input-grey__ZU7B8:focus,
textarea.contact-details_input-grey__ZU7B8:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.contact-details_input-white__tfRs5:active,
input.contact-details_input-white__tfRs5:focus,
input.contact-details_input-white__tfRs5:hover,
span.contact-details_input-white__tfRs5:active,
span.contact-details_input-white__tfRs5:focus,
span.contact-details_input-white__tfRs5:hover,
textarea.contact-details_input-white__tfRs5:active,
textarea.contact-details_input-white__tfRs5:focus,
textarea.contact-details_input-white__tfRs5:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.contact-details_image-uploader-flex__sRJJ5 .contact-details_ant-upload-select__SMHmG {
  display: flex;
}
.contact-details_image-uploader-flex__sRJJ5 .contact-details_ant-upload-select__SMHmG .contact-details_ant-upload__oJpMZ {
  flex: 1 1;
}
.contact-details_modal-footer-wrapper__lsDzL {
  display: flex;
  justify-content: center;
}
.contact-details_app-modal__FsAcW .contact-details_small__UesgM {
  width: 350px;
}
.contact-details_toast__j589y.contact-details_negative__sc_ch .contact-details_ant-message-notice-content__oF9Hk {
  background-color: #d0021b;
}
.contact-details_toast__j589y.contact-details_positive__eC5BI .contact-details_ant-message-notice-content__oF9Hk {
  background-color: #56bf56;
}
.contact-details_toast__j589y.contact-details_loading__LLHDk .contact-details_ant-message-notice-content__oF9Hk .contact-details_toast-wrapper__HQwEY .contact-details_contents__PjJT3,
.contact-details_toast__j589y.contact-details_loading__LLHDk
  .contact-details_ant-message-notice-content__oF9Hk
  .contact-details_toast-wrapper__HQwEY
  .contact-details_contents__PjJT3
  .contact-details_title__k0__p {
  color: #000 !important;
}
.contact-details_toast__j589y.contact-details_loading__LLHDk .contact-details_ant-message-loading__TshEF .contact-details_anticon-loading__qRk6V {
  font-size: 1.5rem;
}
.contact-details_toast__j589y .contact-details_ant-message-notice-content__oF9Hk {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.contact-details_toast__j589y .contact-details_ant-message-notice-content__oF9Hk .contact-details_toast-wrapper__HQwEY {
  position: relative;
  display: flex;
  align-items: center;
}
.contact-details_toast__j589y .contact-details_ant-message-notice-content__oF9Hk .contact-details_toast-wrapper__HQwEY .contact-details_contents__PjJT3 {
  position: relative;
  padding-left: 16px;
}
.contact-details_toast__j589y .contact-details_ant-message-notice-content__oF9Hk .contact-details_toast-wrapper__HQwEY .contact-details_contents__PjJT3 .contact-details_title__k0__p {
  color: #fff !important;
}
.contact-details_toast__j589y .contact-details_ant-message-notice-content__oF9Hk .contact-details_toast-wrapper__HQwEY .contact-details_contents__PjJT3 p {
  margin: 0;
}
.contact-details_toast__j589y .contact-details_ant-message-notice-content__oF9Hk .contact-details_toast-wrapper__HQwEY .contact-details_contents__PjJT3 p a,
.contact-details_toast__j589y .contact-details_ant-message-notice-content__oF9Hk .contact-details_toast-wrapper__HQwEY .contact-details_contents__PjJT3 p button {
  color: #fff;
  text-decoration: underline;
}
.contact-details_toast__j589y .contact-details_ant-message-notice-content__oF9Hk .contact-details_icon__t80h6 {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.contact-details_toast__j589y .contact-details_ant-message-notice-content__oF9Hk .contact-details_icon__t80h6.contact-details_positive__eC5BI {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.contact-details_toast__j589y .contact-details_ant-message-notice-content__oF9Hk .contact-details_icon__t80h6.contact-details_positive__eC5BI:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.contact-details_toast__j589y .contact-details_ant-message-notice-content__oF9Hk .contact-details_icon__t80h6.contact-details_negative__sc_ch {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.contact-details_toast__j589y .contact-details_ant-message-notice-content__oF9Hk .contact-details_icon__t80h6.contact-details_negative__sc_ch:before {
  top: 10px;
}
.contact-details_action-content-box__eyA9g {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.contact-details_action-content-box__eyA9g.contact-details_numbered__5DoNb .contact-details_sub-content__F3XEG p {
  margin-left: 18px;
}
.contact-details_action-content-box__eyA9g .contact-details_sub-content__F3XEG {
  padding: 26px 26px 20px;
}
.contact-details_action-content-box__eyA9g .contact-details_sub-content__F3XEG.contact-details_right__4O6Je {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.contact-details_action-content-box__eyA9g .contact-details_sub-content__F3XEG.contact-details_right__4O6Je button {
  margin: 0 20px;
}
.contact-details_action-content-box__eyA9g .contact-details_sub-content__F3XEG h4,
.contact-details_action-content-box__eyA9g .contact-details_sub-content__F3XEG p.contact-details_bold__x4MFR {
  margin: 0;
}
.contact-details_action-content-box__eyA9g .contact-details_sub-content__F3XEG h4 span,
.contact-details_action-content-box__eyA9g .contact-details_sub-content__F3XEG p.contact-details_bold__x4MFR span {
  width: 18px;
  display: inline-block;
}
.contact-details_action-content-box__eyA9g .contact-details_sub-content__F3XEG p {
  margin: 6px 0 0;
}
.contact-details_action-content-box__eyA9g .contact-details_remove__B4Boe {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.contact-details_options-dot___DVcC {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.contact-details_options-dot___DVcC.contact-details_boxed__1xjwh {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.contact-details_options-dot___DVcC.contact-details_active__JwHUS,
.contact-details_options-dot___DVcC:focus-visible,
.contact-details_options-dot___DVcC:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.contact-details_clickable__23jsk {
  cursor: pointer;
}
.contact-details_beta-label__b1ZlL {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.contact-details_none-style-list-options__MDH_v {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.contact-details_none-style-list-options__MDH_v li {
  margin: 5px 0;
}
.contact-details_ant-tour__NAlFC {
  width: 400px;
}
.contact-details_ant-collapse__at9Hx > .contact-details_ant-collapse-item__g0eOX > .contact-details_ant-collapse-header-collapsible-only__btdvs > .contact-details_ant-collapse-header-text__UFlDG {
  flex: auto;
}
.contact-details_onboarding-tour-header__xLm2o {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.contact-details_onboarding-tour-description__Twe_x {
  color: #17191a;
  font-size: 16px;
}
.contact-details_tour-hidden-button__EkICL {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.contact-details_ai-onboarding-tour-header__18ALj {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.contact-details_onboarding-step-ai-tour__sLPRE {
  width: 350px;
}
.contact-details_onboarding-step-ai-tour__sLPRE .contact-details_onboarding-step-ai-tour-inner__PwY11 .contact-details_onboarding-step-ai-tour-description__wOKjs {
  padding: 0 20px;
}
.contact-details_onboarding-step-ai-tour__sLPRE .contact-details_onboarding-step-ai-tour-inner__PwY11 .contact-details_onboarding-step-ai-tour-footer__p0jzZ {
  padding: 0 20px 20px;
}
.contact-details_onboarding-step-ai-tour__sLPRE .contact-details_onboarding-step-ai-tour-inner__PwY11 .contact-details_onboarding-step-ai-tour-header__NnVCv {
  padding: 20px 20px 4px;
}
.contact-details_onboarding-step-ai-tour__sLPRE .contact-details_onboarding-step-ai-tour-inner__PwY11 .contact-details_onboarding-step-ai-tour-indicators__SG0Fm {
  display: flex;
  width: 100%;
}
.contact-details_onboarding-step-ai-tour__sLPRE .contact-details_onboarding-step-ai-tour-inner__PwY11 .contact-details_onboarding-step-ai-tour-buttons__uzh_6 {
  width: 0;
  visibility: hidden;
}
.contact-details_onboarding-step-ai-tour-mask___wLKn mask[id^='onboarding-step-ai-tour-mask'] rect.contact-details_onboarding-step-ai-tour-placeholder-animated__002No {
  rx: 8px;
}
.contact-details_onboarding-step-ai-tour-round-mask__sLRsM mask[id^='onboarding-step-ai-tour-round-mask'] rect.contact-details_onboarding-step-ai-tour-round-placeholder-animated__6OLda {
  rx: 25px;
}
.contact-details_onboarding-step-tour__iFqGx {
  width: 400px;
}
.contact-details_onboarding-step-tour__iFqGx.contact-details_content-hidden__dqof5 {
  display: none !important;
}
.contact-details_onboarding-step-tour__iFqGx.contact-details_extended-width__3eRI6 {
  width: 600px;
}
.contact-details_onboarding-step-tour-mask__b_K6T mask[id^='onboarding-step-tour-mask'] rect.contact-details_onboarding-step-tour-placeholder-animated__gt_8T {
  rx: 8px;
}
.contact-details_onboarding-step-one-tour__wvKUn {
  width: 400px;
}
.contact-details_onboarding-step-one-tour__wvKUn.contact-details_content-hidden__dqof5 {
  display: none !important;
}
.contact-details_onboarding-step-one-tour__wvKUn.contact-details_extended-width__3eRI6 {
  width: 600px;
}
.contact-details_onboarding-step-one-tour-mask__h_7Aa mask[id^='onboarding-step-one-tour-mask'] rect.contact-details_onboarding-step-one-tour-placeholder-animated__DsAKI {
  rx: 25px;
}
.contact-details_support-unread-tour___JceF {
  width: 272px;
}
.contact-details_support-unread-tour___JceF .contact-details_support-unread-tour-inner__Ti_MZ .contact-details_support-unread-tour-header__lh9Cd {
  padding: 8px 16px 4px;
}
.contact-details_support-unread-tour___JceF .contact-details_support-unread-tour-inner__Ti_MZ .contact-details_support-unread-tour-footer__eGO3w {
  padding: 0 16px 16px;
}
.contact-details_support-unread-tour___JceF .contact-details_support-unread-tour-inner__Ti_MZ .contact-details_support-unread-tour-close__hyldx {
  top: 10px;
}
.contact-details_preserve-scroll-position__3kZQY {
  overflow-anchor: none;
}
.contact-details_toolbar-wrapper__oL77p {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.contact-details_toolbar-wrapper__oL77p .contact-details_anticon__E7nmX {
  padding: 12px;
  cursor: pointer;
}
.contact-details_toolbar-wrapper__oL77p .contact-details_anticon__E7nmX:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.contact-details_toolbar-wrapper__oL77p .contact-details_anticon__E7nmX:hover {
  opacity: 0.3;
}
.contact-details_ant-carousel__ppASj .contact-details_slick-dots__Y9kYc li.contact-details_slick-active__uY2Ds button {
  background-color: #8158ec;
}
.contact-details_ant-carousel__ppASj .contact-details_slick-dots__Y9kYc li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.contact-details_ant-modal-root__Ypppy .contact-details_ant-modal-mask___hYV3,
.contact-details_ant-modal-root__Ypppy .contact-details_ant-modal-wrap__GXNSN {
  z-index: 1001;
}
.contact-details_focused__VVWti {
  background-color: #f5f5f5;
}
.contact-details_spinner-overlay__rLfV2,
.contact-details_spinner__h7Y3S {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.contact-details_spinner-overlay__rLfV2 {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.contact-details_spinner__h7Y3S {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-details_large-tag__bCNQz {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.contact-details_email-pill__Zs0T_,
.contact-details_phone-pill__onGsp {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.contact-details_email-pill__Zs0T_:not(:empty),
.contact-details_phone-pill__onGsp:not(:empty) {
  padding: 4px;
}
.contact-details_phone-pill__onGsp {
  background-color: #e0f2fb;
}
.contact-details_email-pill__Zs0T_ {
  background-color: #ffefbe;
}
.contact-details_input-box__LHsdJ {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.contact-details_input-box__LHsdJ.contact-details_bordered__nZpCI {
  border: 1px solid #e6e6e6;
}
.contact-details_input-box__LHsdJ.contact-details_large__5JCAF {
  height: auto;
  min-height: 80px;
}
.contact-details_input-box__LHsdJ:focus {
  border-color: #ffc926;
}
.contact-details-visible .contact-details_container__3kWAR .ant-drawer-content-wrapper {
  width: 100% !important;
}
.contact-details_container__3kWAR {
  display: flex;
  flex-direction: column;
}
.contact-details_container__3kWAR.contact-details_with-header__XcgSg .contact-details_error-row__dgSBE {
  margin-top: 68px;
}
.contact-details_container__3kWAR.contact-details_with-header__XcgSg .contact-details_basic-info__zm86B {
  margin-top: 70px;
}
.contact-details_container__3kWAR .contact-details_error-row__dgSBE {
  margin: 48px auto 0;
  width: 90%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.contact-details_container__3kWAR .contact-details_error-row__dgSBE .text-only {
  color: #17191a;
}
.contact-details_container__3kWAR .contact-details_error-row__dgSBE + .contact-details_content__QV82B .ant-form .contact-details_basic-info__zm86B {
  margin-top: 16px;
}
.contact-details_container__3kWAR .contact-details_content__QV82B {
  flex: 1 1;
  overflow-y: auto;
}
.contact-details_container__3kWAR .contact-details_content__QV82B .contact-details_close-button__57YPs {
  position: absolute;
  top: 8px;
  right: 12px;
}
.contact-details_container__3kWAR .ant-drawer-content-wrapper {
  box-shadow: none !important;
  border-left: 1px solid #e6e6e6;
  width: 300px !important;
}
@media screen and (max-width: 1279px) {
  .contact-details_container__3kWAR .ant-drawer-content-wrapper {
    width: 260px !important;
  }
}
.contact-details_container__3kWAR .ant-drawer-content-wrapper .ant-drawer-body {
  padding: 0;
}
.contact-details_container__3kWAR.contact-details_fixed-banner-offset__KzQST {
  top: 55px;
}
.contact-details_header-bar__m6FZA {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: #fff;
}
.contact-details_dropdown-menu-item__Z0Etf {
  padding: 10px 15px !important;
}
.contact-details_form-input__gWpV0 {
  position: relative;
  width: calc(100% - 28px);
}
@media screen and (min-width: 1280px) {
  .contact-details_form-input__gWpV0 {
    width: calc(100% - 8px);
  }
}
.contact-details_form-input__gWpV0.ant-form-item,
.contact-details_form-input__gWpV0.ant-form-item.ant-form-item-with-help {
  margin-bottom: 0;
}
.contact-details_form-input__gWpV0 .ant-form-item-explain {
  text-align: center;
  line-height: 14px;
  height: 20px;
}
.contact-details_menu-button__UqabN {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  line-height: 5px;
  display: flex;
  justify-content: center;
  border-color: transparent;
  width: 32px;
  height: 32px;
}
.contact-details_menu-button__UqabN:active,
.contact-details_menu-button__UqabN:focus,
.contact-details_menu-button__UqabN:hover {
  background-color: #f5f5f5;
  border-color: transparent;
  color: #17191a;
}
.contact-details_basic-info__zm86B {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media screen and (min-width: 1280px) {
  .contact-details_basic-info__zm86B {
    flex-direction: row;
    align-items: flex-start;
  }
  .contact-details_basic-info__zm86B .icon-button {
    margin-left: 8px;
  }
}
.contact-details_basic-info__zm86B .contact-details_avatar__riTmB {
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .contact-details_basic-info__zm86B .contact-details_avatar__riTmB {
    border-radius: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .contact-details_basic-info__zm86B .contact-details_avatar__riTmB {
    margin-left: 14px;
  }
}
.contact-details_basic-info__zm86B .contact-details_basic-info-wrapper__EZc_n {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .contact-details_basic-info__zm86B .contact-details_basic-info-wrapper__EZc_n {
    margin-left: 14px;
    align-items: flex-start;
  }
}
.contact-details_basic-info__zm86B .contact-details_basic-info-wrapper__EZc_n input {
  width: calc(100% - 28px);
  height: 31px;
  background-color: #fff;
  margin-bottom: 8px;
  text-align: center;
  color: #17191a;
  border-radius: 4px;
  border: 1px solid #fff;
  border-image: initial;
  padding: 8px 12px;
  transition: border 0.3s ease-out 0s;
  box-shadow: none;
}
.contact-details_basic-info__zm86B .contact-details_basic-info-wrapper__EZc_n input::placeholder {
  color: #17191a;
  opacity: 0.5;
}
@media screen and (min-width: 1280px) {
  .contact-details_basic-info__zm86B .contact-details_basic-info-wrapper__EZc_n input {
    text-align: left;
  }
}
.contact-details_basic-info__zm86B .contact-details_basic-info-wrapper__EZc_n input:active:not(:hover):not(:disabled),
.contact-details_basic-info__zm86B .contact-details_basic-info-wrapper__EZc_n input:focus:not(:hover):not(:disabled) {
  box-shadow: none;
  border-color: hsla(0, 0%, 90%, 0);
}
.contact-details_basic-info__zm86B .contact-details_basic-info-wrapper__EZc_n input:hover:not(:disabled) {
  border-color: #e6e6e6 !important;
  box-shadow: none;
}
.contact-details_basic-info__zm86B .contact-details_basic-info-wrapper__EZc_n .contact-details_contact-name__Uk3Bn {
  max-width: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.contact-details_basic-info__zm86B .contact-details_basic-info-wrapper__EZc_n .contact-details_phone-wrapper__PeOEa {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  .contact-details_basic-info__zm86B .contact-details_basic-info-wrapper__EZc_n .contact-details_phone-wrapper__PeOEa {
    justify-content: flex-start;
  }
}
.contact-details_basic-info__zm86B .contact-details_basic-info-wrapper__EZc_n .contact-details_phone-wrapper__PeOEa .contact-details_contact-phone__y_4ts {
  position: relative;
  width: 100%;
}
.contact-details_basic-info__zm86B .contact-details_basic-info-wrapper__EZc_n .contact-details_phone-wrapper__PeOEa .contact-details_chat-icon__Em05d {
  display: block;
  content: '';
  position: absolute;
  left: 215px;
  top: 5px;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .contact-details_basic-info__zm86B .contact-details_basic-info-wrapper__EZc_n .contact-details_phone-wrapper__PeOEa .contact-details_chat-icon__Em05d {
    left: 130px;
  }
}
.contact-details_basic-info__zm86B .contact-details_basic-info-wrapper__EZc_n .contact-details_phone-wrapper__PeOEa .contact-details_channel-icon__PnKHH {
  margin-top: 8px;
}
.contact-details_basic-info__zm86B .contact-details_basic-info-wrapper__EZc_n .contact-details_contact-email__d95tm {
  max-width: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  margin-bottom: 0;
}
.contact-details_channel-pill__KbEdy {
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  margin: 0;
  padding: 2px 6px;
  color: #17191a !important;
}
.contact-details_channel-pill__KbEdy img {
  margin-right: 3px;
  margin-bottom: -2px;
}
.contact-details_channel-pill__KbEdy.contact-details_purple__Tv4tX {
  background-color: #e1d7fb;
  border: #e1d7fb;
}
.contact-details_channel-pill__KbEdy.contact-details_green__heqxe {
  background-color: #e6f5e6;
  border: #e6f5e6;
}
.contact-details_channel-pill__KbEdy.contact-details_orange__BOowk {
  background-color: #feefcf;
  border: #feefcf;
}
.contact-details_channel-pill__KbEdy.contact-details_blue__T0yrJ {
  background-color: #e0f2fb;
  border: #e0f2fb;
}
.contact-details_channel-icon__PnKHH {
  margin: 0 0 -3px 5px;
}
.contact-details_body__KK4wr .contact-details_detail-area__ODcV5 {
  padding: 0 14px;
  margin: 24px 0;
}
.contact-details_body__KK4wr .contact-details_detail-area__ODcV5.contact-details_recipient-section__ewdsh {
  padding-top: 12px;
}
.contact-details_body__KK4wr .contact-details_detail-area__ODcV5 .contact-details_title__k0__p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.contact-details_body__KK4wr .contact-details_detail-area__ODcV5 .contact-details_title__k0__p .contact-details_title-text__nZNhK {
  color: #17191a;
}
.contact-details_body__KK4wr .contact-details_detail-area__ODcV5 .contact-details_title__k0__p .contact-details_title-text__nZNhK.contact-details_summary-title__RELLx {
  display: flex;
  align-items: center;
  gap: 4px;
}
.contact-details_body__KK4wr .contact-details_detail-area__ODcV5 .contact-details_title__k0__p button.text-only {
  border-radius: 2px;
  padding-left: 2px;
  margin-left: -2px;
}
.contact-details_body__KK4wr .contact-details_detail-area__ODcV5 .contact-details_title__k0__p button.text-only:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
.contact-details_body__KK4wr .contact-details_detail-area__ODcV5 .contact-details_title__k0__p .contact-details_title-link__pXBMK {
  color: #31a7e7;
  cursor: pointer;
  display: block;
}
.contact-details_body__KK4wr .contact-details_detail-area__ODcV5 .contact-details_info-row__10QsT {
  display: flex;
  padding-left: 6px;
  position: relative;
  white-space: nowrap;
  align-items: center;
  min-height: 40px;
}
.contact-details_body__KK4wr .contact-details_detail-area__ODcV5 .contact-details_info-row__10QsT .contact-details_label___5PuF {
  color: #757c80;
  min-width: 25%;
  margin-bottom: 3px;
  margin-top: 3px;
  padding-right: 12px;
}
.contact-details_body__KK4wr .contact-details_detail-area__ODcV5 .contact-details_info-row__10QsT .contact-details_value__fzgaD {
  font-weight: 400;
  margin-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 172px;
}
.contact-details_body__KK4wr .contact-details_detail-area__ODcV5 .contact-details_info-row__10QsT .contact-details_value__fzgaD .contact-details_channel-pill-wrapper___olJ5 {
  padding-right: 0;
}
.contact-details_body__KK4wr .contact-details_detail-area__ODcV5 .contact-details_info-row__10QsT .contact-details_value__fzgaD.contact-details_owner__mbddS {
  margin-left: -3px;
}
.contact-details_body__KK4wr .contact-details_detail-area__ODcV5 .contact-details_info-row__10QsT .contact-details_value__fzgaD.contact-details_channel-name__Sow88 {
  margin-left: 0;
  flex-wrap: wrap;
  display: flex;
  gap: 3px;
  max-width: 200px;
  justify-content: flex-start;
}
.contact-details_body__KK4wr .contact-details_detail-area__ODcV5 .contact-details_info-row__10QsT .contact-details_value__fzgaD.contact-details_channel-inline-name__q8lyX {
  margin-left: 10px;
  flex-wrap: wrap;
  display: flex;
  gap: 3px;
  max-width: 200px;
  justify-content: flex-start;
}
.contact-details_body__KK4wr .contact-details_detail-area__ODcV5 .contact-details_info-row__10QsT.contact-details_channel-inline-wrapper__CcutH {
  display: flex;
  align-items: center;
  gap: 4px;
}
.contact-details_open-drawer-button__IQ3ah {
  background-color: #e6e6e6;
  height: 100px;
  width: 20px;
  border-radius: 20px 0 0 20px;
  position: fixed;
  top: calc(50vh - 50px);
  right: 0;
}
.contact-details_empty-more__bo_za {
  margin: 16% 0 8%;
  text-align: center;
}
.contact-details_empty-more__bo_za .contact-details_empty-text__ghkNH {
  display: inline-block;
  width: 230px;
}
.contact-details_empty-more__bo_za .contact-details_empty-text__ghkNH p {
  color: #9b9b9b;
}
.contact-details_loader-yellow__aHTxL {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: hsla(0, 0%, 100%, 0.9);
  z-index: 1;
  flex: 1 1;
}
.contact-details_group-row__9zpyW {
  padding: 8px;
  background: #f5f5f5;
  margin-bottom: 8px;
  position: relative;
}
.contact-details_group-row__9zpyW .contact-details_row-title__94xlb {
  max-width: calc(100% - 20px);
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-details_recipient-section__ewdsh .contact-details_recipient-header__MyhfN {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.contact-details_recipient-section__ewdsh .contact-details_title-text__nZNhK {
  color: #17191a;
}
.contact-details_recipient-section__ewdsh .contact-details_recipient-input__rqwMs {
  background: #f9f9f9;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.contact-details_recipient-section__ewdsh .contact-details_recipient-empty__Af88C {
  color: gray;
  margin-top: 4px;
}
.contact-details_icon-information__ROfU4 {
  position: absolute;
  top: 0;
  right: 4px;
  font-size: 18px;
}
.contact-details_icon-remove__mOuAY {
  position: absolute;
  top: 0;
  right: 4px;
  font-size: 14px;
}
.error_error-row___hma8 h4 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.error_error-row___hma8 p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.error_mini-square__6Ai2t {
  width: 20px;
  height: 20px;
}
.error_error-row___hma8 {
  background-color: #e65639;
  max-width: 360px;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 15px 15px 45px;
  border-radius: 4px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  position: relative;
}
.error_error-row___hma8 .error_buttons-wrapper__0Juty {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 4px;
  margin-left: -10px;
  margin-top: 12px;
}
.error_error-row___hma8 .anticon {
  position: absolute;
  top: 18px;
  left: 15px;
  text-align: center;
}
.error_error-row___hma8 h4,
.error_error-row___hma8 p {
  margin: 0;
}
.error_error-row___hma8 .error_error-close__yHTWP {
  position: absolute;
  top: 0;
  right: 4px;
  border: none;
  cursor: pointer;
}
.spinner_page-spinner__JZEsx {
  position: fixed;
  z-index: 10000;
  inset: 0 0 0 0;
}
.spinner_page-spinner__JZEsx.spinner_section-only__IJnpN {
  inset: 0 0 0 60px;
}
.spinner_page-spinner__JZEsx.spinner_section-spinner__A9yF6 .spinner_overlay__8aJyL {
  left: 60px;
}
.spinner_page-spinner__JZEsx.spinner_section-spinner__A9yF6 .spinner_loader-yellow__Ek_Pq {
  left: calc(50% - 60px);
}
.spinner_overlay__8aJyL {
  position: absolute;
  inset: 0 0 0 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.9);
}
.spinner_overlay__8aJyL.spinner_sectional__VnVvX .spinner_loader-yellow__Ek_Pq {
  position: absolute;
  inset: 40% 0 0 50%;
}
.spinner_overlay__8aJyL.spinner_sectional__VnVvX .spinner_message__N94a9 {
  inset: calc(38% + 120px) 0 0 0;
}
.spinner_overlay__8aJyL .spinner_loader-yellow__Ek_Pq {
  width: 120px;
  height: 120px;
  margin: 0;
  position: fixed;
  inset: 50% 0 0 50%;
  transform: translate(-50%, -50%);
}
.spinner_overlay__8aJyL .spinner_message__N94a9 {
  position: absolute;
  inset: 60% 0 0 0;
  text-align: center;
}
.widget_mini-square__MMUPw {
  width: 20px;
  height: 20px;
}
.widget_back-button__QNgvN {
  position: absolute;
  left: 8px;
  top: 14px;
  height: 30px;
  padding: 0 0 0 16px;
  color: #999;
  max-width: 25%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget_back-button__QNgvN:before {
  content: '';
  background: url(/icons/arrow-left-black.svg) no-repeat transparent 50%/24px;
  position: absolute;
  left: -6px;
  top: 4px;
  width: 20px;
  height: 24px;
  display: inline-block;
}
.notes_icon__WZw7u {
  padding: 4px;
}
.notes_icon-wrapper__yboSS {
  padding: 4px;
  color: #454a4d;
}
.notes_icon-wrapper-absolute__9CN8C {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.notes_icon-wrapper-absolute__9CN8C .notes_icon__WZw7u {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.notes_icon-sms__L8atH {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.notes_icon-email__2ID_W {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.notes_icon-mixed__CxORj {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.notes_icon-picker-wrapper__WOQom {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.notes_icon-picker-wrapper__WOQom:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.notes_icon-picker-wrapper__WOQom:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .notes_icon-picker-wrapper__WOQom {
    margin-right: 5px;
  }
}
.notes_icon-checkmark-white__QG9tA {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.notes_icon-x-white__CjsFj {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.notes_icon-help__xdgHa {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.notes_icon-help__xdgHa:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.notes_container__GxklU select,
.notes_ico-arrow-down__NxxUg {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.notes_container__GxklU select.notes_ant-dropdown-trigger__3PuRQ,
.notes_ico-arrow-down__NxxUg.notes_ant-dropdown-trigger__3PuRQ {
  padding-right: 24px;
  cursor: pointer;
}
.notes_container__GxklU select.notes_ant-dropdown-trigger__3PuRQ:disabled,
.notes_container__GxklU select.notes_ant-dropdown-trigger__3PuRQ[disabled],
.notes_ico-arrow-down__NxxUg.notes_ant-dropdown-trigger__3PuRQ:disabled,
.notes_ico-arrow-down__NxxUg.notes_ant-dropdown-trigger__3PuRQ[disabled] {
  cursor: default;
  background: transparent;
}
.notes_ico-arrow-gray__cMmUw {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.notes_ico-arrow-gray__cMmUw.notes_down__hy4el {
  transform: rotate(90deg);
}
.notes_ico-arrow-gray__cMmUw.notes_up__qHNck {
  transform: rotate(-90deg);
}
.notes_ico-arrow-gray__cMmUw.notes_right__YpJrP {
  transform: rotate(180deg);
}
.notes_ico-arrow-gray__cMmUw.notes_ant-dropdown-trigger__3PuRQ {
  padding-right: 24px;
  cursor: pointer;
}
.notes_ico-arrow-gray__cMmUw.notes_ant-dropdown-trigger__3PuRQ:disabled,
.notes_ico-arrow-gray__cMmUw.notes_ant-dropdown-trigger__3PuRQ[disabled] {
  cursor: default;
  background: transparent;
}
.notes_icon-error-triangle__VNLsK {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.notes_ico-compose__aVf_Q {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.notes_ico-compose-white__gEZYg {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.notes_icon-google-play__TWfC5 {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.notes_icon-app-store__ctQ1d {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.notes_icon-social-fb__bIG1H {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.notes_icon-social-tw__FzTUQ {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.notes_icon-disclosure__8iTRW {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.notes_icon-16__MtsYO {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.notes_icon-18__qyFSR {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.notes_icon-gray5__wSAqb {
  color: #999 !important;
}
.notes_ico-arrow-black__awq4b {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.notes_ico-arrow-black__awq4b.notes_down__hy4el {
  transform: rotate(90deg);
}
.notes_ico-arrow-black__awq4b.notes_up__qHNck {
  transform: rotate(-90deg);
}
.notes_ico-arrow-black__awq4b.notes_right__YpJrP {
  transform: rotate(180deg);
}
.notes_icon-copy__n1fMR {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.notes_icon-copy__n1fMR:hover {
  background-image: url(/icons/copy-black.svg);
}
.notes_icon-msg-white__wFuwd {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.notes_icon-email-white__dbt5y {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.notes_icon-black-bg__EA_NP {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.notes_icon-black-bg__EA_NP > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.notes_icon-inbox-black-filled__8gw8Z {
  background-image: url(/icons/inbox-black.svg);
}
.notes_icon-contacts__MBxlE {
  background-image: url(/icons/sidebar/contacts.svg);
}
.notes_page-header-title__wT13d {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.notes_action-content-box__FvhIz .notes_sub-content__y_pHM h4,
.notes_empty-state-wrapper__07dtw h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.notes_box-content__HS4dP .notes_header-l__U6DAX,
.notes_box-content__HS4dP .notes_header__5ji4M,
.notes_toast__omnsZ .notes_ant-message-notice-content__87dDG .notes_toast-wrapper__0Y75X .notes_contents__gem5g .notes_title__e_nGN {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.notes_action-content-box__FvhIz .notes_sub-content__y_pHM p.notes_bold__c12UY,
.notes_empty-state-wrapper__07dtw h2 a,
.notes_header-bar__dZWJc .notes_title__e_nGN {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.notes_box-content__HS4dP .notes_content-header__S_mnv {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.notes_action-content-box__FvhIz .notes_sub-content__y_pHM p,
.notes_empty-state-wrapper__07dtw div,
.notes_list__qJUcz .notes_area__p5xAd .notes_header__5ji4M .notes_author__vq4ua,
.notes_list__qJUcz .notes_area__p5xAd .notes_header__5ji4M .notes_text__gCBqc,
.notes_toast__omnsZ .notes_ant-message-notice-content__87dDG .notes_toast-wrapper__0Y75X .notes_contents__gem5g p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.notes_blue-button__CY2LI,
.notes_box-content__HS4dP .notes_content__OHNFD input,
.notes_box-content__HS4dP .notes_upload-data-input-with-icon__X_Bg7 input,
.notes_button-with-bg-color__Uxj26,
.notes_cancel-button__uLK7M,
.notes_green-button__Ontyk,
.notes_input-box__1ugcF,
.notes_input-grey__Wv0RF,
.notes_list__qJUcz .notes_area__p5xAd .notes_details__b9yAn .notes_date__Z1EpM,
.notes_orange-button__1F0__,
.notes_positive-button__5bQo1,
.notes_purple-button__vr4eC,
.notes_white-button-blue-text__71wkq,
.notes_white-button__G_6uF,
button.notes_icon-button__SK_t2,
button.notes_text-only__o2_8w,
input .notes_input-white__UmFoC,
textarea .notes_input-white__UmFoC {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.notes_large-tag__UnNHH,
button.notes_show-more__4gc9n,
button.notes_text-only__o2_8w,
span.notes_text-only__o2_8w button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.notes_textbox__lAfgv textarea {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.notes_tag__kBm4M {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.notes_beta-label__WXMl4,
.notes_error-text-link__cHPxa,
.notes_error-text__8qyIN,
.notes_error__yC_xb {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.notes_mini-square__6YQcP {
  width: 20px;
  height: 20px;
}
.notes_help-text___Jq2U {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.notes_error-text__8qyIN {
  color: #d0021b;
  flex-grow: 1;
}
.notes_error-text-link__cHPxa {
  color: #d0021b;
  text-decoration: underline;
}
.notes_descriptive-text__YnR2D {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.notes_visually-hidden__0tEsr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.notes_visually-hidden__0tEsr.notes_focusable__rjhqe:active,
.notes_visually-hidden__0tEsr.notes_focusable__rjhqe:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.notes_visually-offscreen__PguGW {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.notes_invisible__TYDN4 {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.notes_hidden__3issd {
  display: none !important;
  visibility: hidden;
}
.notes_strong__DSp8i {
  font-weight: 700;
}
.notes_align-right__zlA5t {
  text-align: right;
}
.notes_align-left__shHoc {
  text-align: left;
}
.notes_centered__eCwEK {
  text-align: center;
}
.notes_timestamp__xiVe3 {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.notes_display-block__xltvK {
  display: block !important;
}
.notes_inline-block__BIVSU {
  display: inline-block !important;
}
.notes_hm-app-body__foSds button.notes_ant-switch___zav_[disabled],
.notes_hm-app-body__foSds button.notes_ant-switch___zav_[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.notes_blue-button__CY2LI,
.notes_button-with-bg-color__Uxj26,
.notes_cancel-button__uLK7M,
.notes_green-button__Ontyk,
.notes_orange-button__1F0__,
.notes_positive-button__5bQo1,
.notes_purple-button__vr4eC,
.notes_white-button-blue-text__71wkq,
.notes_white-button__G_6uF,
button.notes_icon-button__SK_t2,
button.notes_text-only__o2_8w {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.notes_text-only__o2_8w,
span.notes_text-only__o2_8w button {
  color: #31a7e7;
  padding: 0;
}
button.notes_text-only__o2_8w[disabled],
button.notes_text-only__o2_8w[disabled]:active,
button.notes_text-only__o2_8w[disabled]:focus,
button.notes_text-only__o2_8w[disabled]:hover,
span.notes_text-only__o2_8w button[disabled],
span.notes_text-only__o2_8w button[disabled]:active,
span.notes_text-only__o2_8w button[disabled]:focus,
span.notes_text-only__o2_8w button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.notes_text-only__o2_8w.notes_red-text__wQaw4,
button.notes_text-only__o2_8w.notes_red-text__wQaw4:active,
button.notes_text-only__o2_8w.notes_red-text__wQaw4:focus,
button.notes_text-only__o2_8w.notes_red-text__wQaw4:hover,
span.notes_text-only__o2_8w button.notes_red-text__wQaw4,
span.notes_text-only__o2_8w button.notes_red-text__wQaw4:active,
span.notes_text-only__o2_8w button.notes_red-text__wQaw4:focus,
span.notes_text-only__o2_8w button.notes_red-text__wQaw4:hover {
  color: #d0021b;
}
button.notes_text-only__o2_8w.notes_gray-text__1Q2ap,
span.notes_text-only__o2_8w button.notes_gray-text__1Q2ap {
  color: #999;
}
button.notes_text-only__o2_8w.notes_gray-text__1Q2ap:active,
button.notes_text-only__o2_8w.notes_gray-text__1Q2ap:focus,
button.notes_text-only__o2_8w.notes_gray-text__1Q2ap:hover,
span.notes_text-only__o2_8w button.notes_gray-text__1Q2ap:active,
span.notes_text-only__o2_8w button.notes_gray-text__1Q2ap:focus,
span.notes_text-only__o2_8w button.notes_gray-text__1Q2ap:hover {
  color: #999 !important;
}
button.notes_text-only__o2_8w.notes_black-text__3jn6k,
span.notes_text-only__o2_8w button.notes_black-text__3jn6k {
  color: #17191a;
}
button.notes_text-only__o2_8w.notes_black-text__3jn6k:active,
button.notes_text-only__o2_8w.notes_black-text__3jn6k:focus,
button.notes_text-only__o2_8w.notes_black-text__3jn6k:hover,
span.notes_text-only__o2_8w button.notes_black-text__3jn6k:active,
span.notes_text-only__o2_8w button.notes_black-text__3jn6k:focus,
span.notes_text-only__o2_8w button.notes_black-text__3jn6k:hover {
  color: #8158ec;
}
button.notes_text-only__o2_8w.notes_purple-text__x8SCZ,
button.notes_text-only__o2_8w.notes_purple-text__x8SCZ:active,
button.notes_text-only__o2_8w.notes_purple-text__x8SCZ:focus,
button.notes_text-only__o2_8w.notes_purple-text__x8SCZ:hover,
span.notes_text-only__o2_8w button.notes_purple-text__x8SCZ,
span.notes_text-only__o2_8w button.notes_purple-text__x8SCZ:active,
span.notes_text-only__o2_8w button.notes_purple-text__x8SCZ:focus,
span.notes_text-only__o2_8w button.notes_purple-text__x8SCZ:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.notes_text-only__o2_8w:active,
button.notes_text-only__o2_8w:focus,
button.notes_text-only__o2_8w:hover,
span.notes_text-only__o2_8w button:active,
span.notes_text-only__o2_8w button:focus,
span.notes_text-only__o2_8w button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.notes_blue-button__CY2LI,
.notes_button-with-bg-color__Uxj26,
.notes_green-button__Ontyk,
.notes_orange-button__1F0__,
.notes_positive-button__5bQo1,
.notes_white-button-blue-text__71wkq,
.notes_white-button__G_6uF {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.notes_orange-button__1F0__ {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.notes_orange-button__1F0__:active,
.notes_orange-button__1F0__:focus,
.notes_orange-button__1F0__:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.notes_orange-button__1F0__[disabled],
.notes_orange-button__1F0__[disabled]:active,
.notes_orange-button__1F0__[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.notes_orange-button__1F0__.notes_drop-down__mySz9 {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.notes_scroll-loader__xjK0_ {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.notes_green-button__Ontyk {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.notes_green-button__Ontyk:active,
.notes_green-button__Ontyk:focus,
.notes_green-button__Ontyk:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.notes_green-button__Ontyk[disabled],
.notes_green-button__Ontyk[disabled]:active,
.notes_green-button__Ontyk[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.notes_positive-button__5bQo1 {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.notes_positive-button__5bQo1:active,
.notes_positive-button__5bQo1:focus,
.notes_positive-button__5bQo1:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.notes_positive-button__5bQo1[disabled] {
  background-color: #abe4b2;
}
.notes_negative-button__ijdGq {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.notes_negative-button__ijdGq:active,
.notes_negative-button__ijdGq:focus,
.notes_negative-button__ijdGq:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.notes_plain-cancel-button__Keg4L,
.notes_plain-cancel-button__Keg4L:active,
.notes_plain-cancel-button__Keg4L:focus,
.notes_plain-cancel-button__Keg4L:hover {
  color: #17191a;
}
.notes_white-button-blue-text__71wkq,
.notes_white-button__G_6uF {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.notes_white-button-blue-text__71wkq:active,
.notes_white-button-blue-text__71wkq:focus,
.notes_white-button-blue-text__71wkq:hover,
.notes_white-button__G_6uF:active,
.notes_white-button__G_6uF:focus,
.notes_white-button__G_6uF:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.notes_white-button__G_6uF[disabled],
.notes_white-button__G_6uF[disabled]:active,
.notes_white-button__G_6uF[disabled]:focus,
.notes_white-button__G_6uF[disabled]:hover,
[disabled].notes_white-button-blue-text__71wkq {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.notes_common-sentiment-emoji__C4AiI {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.notes_white-button-blue-text__71wkq {
  color: #31a7e7;
}
.notes_white-button-blue-text__71wkq:active,
.notes_white-button-blue-text__71wkq:focus,
.notes_white-button-blue-text__71wkq:hover {
  color: #31a7e7 !important;
}
.notes_blue-button__CY2LI {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.notes_blue-button__CY2LI,
.notes_blue-button__CY2LI:active,
.notes_blue-button__CY2LI:focus,
.notes_blue-button__CY2LI:hover {
  background-color: #31a7e7;
  color: #fff;
}
.notes_green-button__Ontyk {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.notes_green-button__Ontyk,
.notes_green-button__Ontyk:active,
.notes_green-button__Ontyk:focus,
.notes_green-button__Ontyk:hover {
  background-color: #56bf56;
  color: #fff;
}
.notes_purple-button__vr4eC {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.notes_purple-button__vr4eC:active,
.notes_purple-button__vr4eC:focus,
.notes_purple-button__vr4eC:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.notes_dropdown-input__0Eq9H {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.notes_dropdown-input__0Eq9H:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.notes_hm-app-body__foSds input::placeholder {
  color: #a3a3a3;
}
.notes_textarea-composer__xFDBq {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.notes_container__GxklU input,
.notes_container__GxklU textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.notes_input-for-copy__8qieD {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.notes_input-text-bordered__g_FDw,
.notes_input-text__aENm_,
.notes_input-textarea__XU60u {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.notes_input-text__aENm_ {
  height: 50px;
}
.notes_input-text-bordered__g_FDw {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.notes_xxl-input__VAeNb {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.notes_xl-input__36kbp {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.notes_l-input__NnBf0 {
  width: 100%;
  font-size: 1.1rem;
}
.notes_box-content__HS4dP .notes_content__OHNFD input,
.notes_box-content__HS4dP .notes_upload-data-input-with-icon__X_Bg7 input,
.notes_input-grey__Wv0RF,
input .notes_input-white__UmFoC,
textarea .notes_input-white__UmFoC {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.notes_box-content__HS4dP .notes_content__OHNFD input::placeholder,
.notes_box-content__HS4dP .notes_upload-data-input-with-icon__X_Bg7 input::placeholder,
.notes_input-grey__Wv0RF::placeholder,
input .notes_input-white__UmFoC::placeholder,
textarea .notes_input-white__UmFoC::placeholder {
  color: #999;
  opacity: 1;
}
input .notes_input-white__UmFoC,
textarea .notes_input-white__UmFoC {
  background-color: #fff;
}
.notes_clearfix__vqbP4:after {
  clear: both;
  content: '';
  display: block;
}
.notes_hidden-important__StzU_ {
  display: none !important;
}
.notes_p-left__hoMwz {
  float: left;
}
.notes_p-right__fFJp_ {
  float: right;
}
.notes_image_orientation_3__NkQf7 {
  tranform: rotate(180deg);
}
.notes_image_orientation_6___Jh_7 {
  tranform: rotate(90deg);
}
.notes_image_orientation_8__TnEqP {
  tranform: rotate(-90deg);
}
.notes_image_orientation_2__RaLB_ {
  tranform: scaleX(-1);
}
.notes_image_orientation_7__O27Hg {
  tranform: scaleX(-1) rotate(-90deg);
}
.notes_image_orientation_4__IYoAx {
  tranform: scaleX(-1) rotate(180deg);
}
.notes_image_orientation_5__68Lvq {
  tranform: scaleX(-1) rotate(90deg);
}
.notes_image_slideshow_orientation_3__SQbSG {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.notes_image_slideshow_orientation_6__oZtiZ {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.notes_image_slideshow_orientation_8__uZAf6 {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.notes_image_slideshow_orientation_2__SB9a2 {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.notes_image_slideshow_orientation_7__wwJ6V {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.notes_image_slideshow_orientation_4__xq6jH {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.notes_image_slideshow_orientation_5__WMgJY {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.notes_container__GxklU select::-ms-expand {
  display: none !important;
}
.notes_container__GxklU select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.notes_count-area__FlRgr {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.notes_clear-top__1lVrc {
  padding-top: 0;
  margin-top: 0;
}
.notes_remove-x-20__v5jQi,
.notes_remove-x__ILpKF {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.notes_remove-x__ILpKF.notes_white__GIlxv,
.notes_white__GIlxv.notes_remove-x-20__v5jQi {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.notes_remove-x-20__v5jQi {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.notes_divider__mY1pP {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.notes_mobile__x7Y2b {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.notes_blue__t2o4d {
  color: #31a7e7 !important;
}
.notes_white__GIlxv {
  color: #fff !important;
}
.notes_purple__MQnBr {
  color: #8158ec !important;
}
.notes_delete__AX6xy {
  color: #d0021b !important;
}
.notes_dark-text__558FE {
  color: #17191a !important;
}
.notes_file-input__RiwSI {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.notes_image-download-wrapper__oLsJC {
  position: fixed;
  top: 40px;
  right: 100px;
}
.notes_overflow-y-auto__UchAJ {
  overflow-y: auto;
}
.notes_is-font-icon__H7u8h:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.notes_is-invisible__oWheX {
  opacity: 0;
}
.notes_tabbed-button__ZU6v_ {
  padding: 0 7px 2px;
}
.notes_tabbed-button__ZU6v_.notes_selected__KCL5t {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.notes_show-more__4gc9n {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.notes_show-more__4gc9n:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.notes_time-input__7WCdO {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.notes_form-group__gzxc5.notes_date-time__SN4nt {
  position: relative;
  top: -2px;
}
.notes_form-group__gzxc5.notes_date-time__SN4nt.notes_time__z5wqq {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.notes_form-group__gzxc5.notes_date-time__SN4nt.notes_form-group-hour__zs270 .notes_colon__pj5XG {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.notes_form-group__gzxc5.notes_date-time__SN4nt.notes_form-group-hour__zs270 input {
  text-align: center;
}
.notes_form-group__gzxc5.notes_date-time__SN4nt.notes_form-group-day__vMbzY {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.notes_form-group__gzxc5.notes_date-time__SN4nt.notes_form-group-minute__d0mW7 {
  width: 42px;
}
.notes_form-group__gzxc5.notes_date-time__SN4nt.notes_form-group-clock__E6FtN {
  width: 54px;
}
.notes_attach-img__QS_fc {
  position: relative;
  width: 25px;
  height: 25px;
}
.notes_attach-img__QS_fc input#notes_add-image__ng1Ta {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.notes_attach-img__QS_fc span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.notes_m-0__ooFHA {
  margin: 0 !important;
}
.notes_ml-auto__XmMpM {
  margin-left: auto;
}
.notes_mr-auto__wzSdJ {
  margin-right: auto;
}
.notes_mx-auto__WItMV {
  margin-left: auto;
  margin-right: auto;
}
.notes_mx-16__4xVdP {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.notes_my-16__pg_4J {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.notes_mr-0__bipyr {
  margin-right: 0 !important;
}
.notes_mr-4__wrf4V {
  margin-right: 4px !important;
}
.notes_mr-8__pOysr {
  margin-right: 8px !important;
}
.notes_mr-12__g4qcU {
  margin-right: 12px !important;
}
.notes_mr-16__oKENg {
  margin-right: 16px !important;
}
.notes_ml-0__gwW_2 {
  margin-left: 0 !important;
}
.notes_ml-4__K8iEE {
  margin-left: 4px !important;
}
.notes_ml-8__x__Lr {
  margin-left: 8px !important;
}
.notes_ml-12__OXhz7 {
  margin-left: 12px !important;
}
.notes_ml-16__rGXhN {
  margin-left: 16px !important;
}
.notes_mt-0__tSCKM {
  margin-top: 0 !important;
}
.notes_mt-4__v0yRs {
  margin-top: 4px !important;
}
.notes_mt-8__eqyVS {
  margin-top: 8px !important;
}
.notes_mt-16__z2vDF {
  margin-top: 16px !important;
}
.notes_mt-24__Zia__ {
  margin-top: 24px !important;
}
.notes_mt-48__eV5zQ {
  margin-top: 48px !important;
}
.notes_mb-0___27O6 {
  margin-bottom: 0 !important;
}
.notes_mb-4__Q1S_Y {
  margin-bottom: 4px !important;
}
.notes_mb-8__1Z_ab {
  margin-bottom: 8px !important;
}
.notes_mb-12__pG4vr {
  margin-bottom: 12px !important;
}
.notes_mb-16__A3h4Y {
  margin-bottom: 16px !important;
}
.notes_mb-24__BIX9e {
  margin-bottom: 24px !important;
}
.notes_mb-64__raSc6 {
  margin-bottom: 64px !important;
}
.notes_p-0__N1D4j {
  padding: 0 !important;
}
.notes_p-16__5qQ7J {
  padding: 16px;
}
.notes_p-40__wv5M0 {
  padding: 40px;
}
.notes_px-0__KF1Dp {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.notes_px-4__OeILT {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.notes_px-8__mchox {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.notes_px-32__QcMkC {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.notes_px-40__OAcKo {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.notes_pt-40__cYr_k {
  padding-top: 40px;
}
.notes_pt-24__ggq3h {
  padding-top: 24px;
}
.notes_pt-16__BkLBV {
  padding-top: 16px;
}
.notes_pt-12__lQ0iE {
  padding-top: 12px !important;
}
.notes_pb-40__x4bOa {
  padding-bottom: 40px;
}
.notes_pb-24__D89cy {
  padding-bottom: 24px;
}
.notes_pb-16__cWPMe {
  padding-bottom: 16px;
}
.notes_pl-8__M6cdq {
  padding-left: 8px !important;
}
.notes_pl-12__kqQ7o {
  padding-left: 12px !important;
}
.notes_pl-16__Hf_Jp {
  padding-left: 16px !important;
}
.notes_text-left__s_Sy1 {
  text-align: left !important;
}
.notes_text-right__bxw5z {
  text-align: right !important;
}
.notes_text-center__z24oc {
  text-align: center !important;
}
.notes_font-medium__Ii7FL {
  font-weight: 500 !important;
}
.notes_font-semibold__SsDIz {
  font-weight: 600 !important;
}
.notes_radius-8__R_5bT {
  border-radius: 8px !important;
}
.notes_truncate__R9_Hk {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notes_whitespace-nowrap__O2vvl {
  white-space: nowrap;
}
.notes_whitespace-pre-wrap__zeZE6 {
  white-space: pre-wrap;
}
.notes_w-100__jyiOu {
  width: 100% !important;
}
.notes_h-100__W2Cdx {
  height: 100% !important;
}
.notes_max-w-none__oLlIm {
  max-width: none !important;
}
.notes_max-h-none__rt_x1 {
  max-height: none !important;
}
.notes_min-w-100__ItART {
  min-width: 100px;
}
.notes_heading-48-600__89mTg {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.notes_heading-32-600__y4Uhm {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.notes_heading-24-600__4fqdM {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.notes_heading-18-600__aq4aK {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.notes_heading-18-400__7pVoT {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.notes_heading-16-700__awsrg {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.notes_text-16-400__RZssy {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.notes_heading-14-600__G5SDf {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.notes_heading-14-500__yExSP {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.notes_text-14-400__PjJ8U {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.notes_text-13-500__gUDn4 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.notes_text-13-600__Uuj_n {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.notes_text-13-400__2hr3p {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.notes_text-12-500__cFLWV {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.notes_text-12-600__uS2cf {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.notes_text-12-400__U5qsh {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.notes_status-badge__xq5_f {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.notes_status-badge__xq5_f.notes_paused__O3zs6 {
  background-color: #ff8b3d;
  color: #fff !important;
}
.notes_status-badge__xq5_f.notes_created__CFBSr,
.notes_status-badge__xq5_f.notes_inactive__gM3Uj,
.notes_status-badge__xq5_f.notes_pending___McSK {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.notes_status-badge__xq5_f.notes_active__18Cuk {
  background-color: #56bf56;
  color: #fff !important;
}
.notes_status-badge__xq5_f.notes_error__yC_xb {
  background-color: #d0021b;
  color: #fff !important;
}
.notes_status-badge__xq5_f.notes_progress___hVRI {
  background-color: #f5bf0c;
  color: #fff !important;
}
.notes_status-badge__xq5_f.notes_draft__wHUVs {
  background-color: #e6e6e6;
  color: #000 !important;
}
.notes_status-badge__xq5_f.notes_sent__ckkmM {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.notes_status-badge__xq5_f.notes_scheduled__FtQ9S {
  background-color: #feefcf;
  color: #795548;
}
.notes_status-badge__xq5_f.notes_loading-badge__MfeN6 {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.notes_status-badge__xq5_f.notes_loading-badge__MfeN6 .notes_text__gCBqc {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.notes_status-badge__xq5_f.notes_loading-badge__MfeN6 .notes_slider__GDMwK {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: notes_moveSlideshow__vpdGF 3s linear infinite;
}
@keyframes notes_moveSlideshow__vpdGF {
  to {
    transform: translateX(200%);
  }
}
.notes_flex__spMXz {
  display: flex !important;
}
.notes_flex-space-between__5YrSd {
  justify-content: space-between;
}
.notes_flex-align-start__T1YOo {
  align-items: flex-start;
}
.notes_flex-align-center__zVJz9 {
  align-items: center;
}
.notes_flex-absolute-center__t_XFz {
  justify-content: center;
  align-items: center;
}
.notes_flex-container__HlQB5 {
  display: flex;
  flex-wrap: wrap;
}
.notes_flex-column__8r7mM {
  flex-direction: column;
}
.notes_flex-justify-end__0fxbS {
  justify-content: flex-end;
}
.notes_position-relative__Cia8J {
  position: relative !important;
}
.notes_position-static__0fANY {
  position: static !important;
}
.notes_position-absolute__vb3Qo {
  position: absolute !important;
}
.notes_hr-grey__U9qn_ {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.notes_input-border__FhTsK {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.notes_action-content-box__FvhIz,
.notes_box-content__HS4dP,
.notes_box-content__HS4dP .notes_upload-data-input-with-icon__X_Bg7,
.notes_default-border__h1vGy {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.notes_bg-grey__X3mMo {
  background-color: #f9f9f9 !important;
}
.notes_bg-white__QYhnl {
  background-color: #fff !important;
}
.notes_pos-relative__qrSg1 {
  position: relative !important;
}
.notes_text-light__eu5qy {
  color: #757c80 !important;
}
.notes_text-red__4T7CH {
  color: #d0021b !important;
}
.notes_text-green__z93yy {
  color: #56bf56 !important;
}
.notes_text-blue__Vw776 {
  color: #31a7e7;
}
.notes_text-sec-blue__y3BAY {
  color: #1b02b1 !important;
}
.notes_notification-dot__9fHV_ {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.notes_title-with-action-on-left__qUawf {
  display: flex;
  justify-content: space-between;
}
.notes_error__yC_xb {
  color: #d0021b;
}
.notes_error-border__9Uh1u {
  border: 1px solid #d0021b !important;
}
.notes_rotate__051yU {
  animation: notes_rotation__HOv4c 2s linear infinite;
}
@keyframes notes_rotation__HOv4c {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.notes_switch__FD0Jf {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.notes_switch__FD0Jf .notes_btn-toggle__bNQ1q {
  opacity: 0;
  width: 0;
  height: 0;
}
.notes_switch__FD0Jf .notes_slider__GDMwK {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.notes_switch__FD0Jf .notes_slider__GDMwK:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.notes_switch__FD0Jf .notes_slider__GDMwK:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.notes_switch__FD0Jf .notes_btn-toggle__bNQ1q.notes_enabled__QucU4 + .notes_slider__GDMwK {
  background-color: #ffc926;
  border: none;
}
.notes_switch__FD0Jf .notes_btn-toggle__bNQ1q:focus + .notes_slider__GDMwK {
  box-shadow: 0 0 1px #2196f3;
}
.notes_switch__FD0Jf .notes_btn-toggle__bNQ1q.notes_enabled__QucU4 + .notes_slider__GDMwK:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.notes_switch__FD0Jf .notes_btn-toggle__bNQ1q.notes_enabled__QucU4 + .notes_slider__GDMwK:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#notes_appleid-signin__YsaDN {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#notes_appleid-signin__YsaDN > div {
  width: 200px !important;
  height: 38px !important;
}
.notes_page-header__33Z2s {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notes_page-header__33Z2s.notes_clear-side__uaPXS {
  padding: 40px 0 32px;
}
.notes_page-spacing__5xMqL {
  padding: 0 40px;
}
.notes_page-header-title__wT13d {
  color: #17191a;
  margin: 0 0 8px;
}
.notes_header-bar__dZWJc {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.notes_box-content__HS4dP {
  background-color: #fff;
  margin-bottom: 24px;
}
.notes_box-content__HS4dP .notes_header__5ji4M {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.notes_box-content__HS4dP .notes_header-l__U6DAX {
  padding: 24px 16px;
  margin: 0;
}
.notes_box-content__HS4dP .notes_content__OHNFD {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.notes_box-content__HS4dP .notes_content-header__S_mnv {
  margin-bottom: 4px;
  margin-top: 0;
}
.notes_box-content__HS4dP .notes_table-content__Hyd5x {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.notes_box-content__HS4dP .notes_help-text___Jq2U {
  line-height: 20px;
}
.notes_box-content__HS4dP .notes_sub-text__FuL_S {
  color: #757c80;
}
.notes_box-content__HS4dP .notes_content-data-input___IxYq {
  margin-top: 8px;
}
.notes_box-content__HS4dP .notes_data-entry-input__nb0b3,
.notes_box-content__HS4dP .notes_upload-data-input-with-icon__X_Bg7 {
  margin-top: 8px;
  padding: 0 11px;
}
.notes_box-content__HS4dP .notes_upload-data-input-with-icon__X_Bg7 {
  cursor: pointer;
  background: #f9f9f9;
}
.notes_box-content__HS4dP .notes_upload-data-input-with-icon__X_Bg7 input {
  padding: 12px 2px;
}
.notes_box-content__HS4dP .notes_upload-data-input-with-icon__X_Bg7 input:disabled,
.notes_box-content__HS4dP .notes_upload-data-input-with-icon__X_Bg7 input:hover {
  cursor: pointer !important;
}
.notes_empty-state__T3NZs {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.notes_empty-state__T3NZs.notes_contact-list__PKAtw {
  width: 80%;
}
.notes_empty-state__T3NZs .notes_empty-title__vUSLb {
  font-size: 14px;
  font-weight: 500px;
}
.notes_empty-state-wrapper__07dtw {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.notes_empty-state-wrapper__07dtw h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.notes_empty-state-wrapper__07dtw div {
  color: #757c80;
  margin: 16px 0 12px;
}
.notes_empty-state-button__SZV9p {
  margin: 20px 10px;
}
.notes_handel-bar__D9jvP {
  fill: #b7bfc6;
  vertical-align: middle;
}
.notes_tag__kBm4M {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.notes_ant-color-picker-input__2GE44 .notes_ant-input__8HlJ8 {
  height: 22px;
}
.notes_ant-color-picker-trigger__k6J76 {
  width: 23px;
  height: 23px;
}
.notes_ant-color-picker-trigger__k6J76 .notes_ant-color-picker-color-block__peQBD {
  width: 18px;
  height: 18px;
}
.notes_box-content__HS4dP .notes_content__OHNFD input,
.notes_box-content__HS4dP .notes_upload-data-input-with-icon__X_Bg7 input,
input input.notes_input-white__UmFoC,
input textarea.notes_input-white__UmFoC,
input.notes_input-grey__Wv0RF,
textarea input.notes_input-white__UmFoC,
textarea textarea.notes_input-white__UmFoC,
textarea.notes_input-grey__Wv0RF {
  background-color: #f9f9f9;
}
.notes_box-content__HS4dP .notes_content__OHNFD input:active,
.notes_box-content__HS4dP .notes_content__OHNFD input:focus,
.notes_box-content__HS4dP .notes_content__OHNFD input:hover,
.notes_box-content__HS4dP .notes_upload-data-input-with-icon__X_Bg7 input:active,
.notes_box-content__HS4dP .notes_upload-data-input-with-icon__X_Bg7 input:focus,
.notes_box-content__HS4dP .notes_upload-data-input-with-icon__X_Bg7 input:hover,
input input.notes_input-white__UmFoC:active,
input input.notes_input-white__UmFoC:focus,
input input.notes_input-white__UmFoC:hover,
input textarea.notes_input-white__UmFoC:active,
input textarea.notes_input-white__UmFoC:focus,
input textarea.notes_input-white__UmFoC:hover,
input.notes_input-grey__Wv0RF:active,
input.notes_input-grey__Wv0RF:focus,
input.notes_input-grey__Wv0RF:hover,
textarea input.notes_input-white__UmFoC:active,
textarea input.notes_input-white__UmFoC:focus,
textarea input.notes_input-white__UmFoC:hover,
textarea textarea.notes_input-white__UmFoC:active,
textarea textarea.notes_input-white__UmFoC:focus,
textarea textarea.notes_input-white__UmFoC:hover,
textarea.notes_input-grey__Wv0RF:active,
textarea.notes_input-grey__Wv0RF:focus,
textarea.notes_input-grey__Wv0RF:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.notes_input-white__UmFoC:active,
input.notes_input-white__UmFoC:focus,
input.notes_input-white__UmFoC:hover,
span.notes_input-white__UmFoC:active,
span.notes_input-white__UmFoC:focus,
span.notes_input-white__UmFoC:hover,
textarea.notes_input-white__UmFoC:active,
textarea.notes_input-white__UmFoC:focus,
textarea.notes_input-white__UmFoC:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.notes_image-uploader-flex__5L1Xz .notes_ant-upload-select__j6Wvs {
  display: flex;
}
.notes_image-uploader-flex__5L1Xz .notes_ant-upload-select__j6Wvs .notes_ant-upload__hzPMy {
  flex: 1 1;
}
.notes_modal-footer-wrapper__PNT8A {
  display: flex;
  justify-content: center;
}
.notes_app-modal__qCyFw .notes_small__g1aoA {
  width: 350px;
}
.notes_toast__omnsZ.notes_negative__KdzxQ .notes_ant-message-notice-content__87dDG {
  background-color: #d0021b;
}
.notes_toast__omnsZ.notes_positive__vjt0c .notes_ant-message-notice-content__87dDG {
  background-color: #56bf56;
}
.notes_toast__omnsZ.notes_loading__AZPgV .notes_ant-message-notice-content__87dDG .notes_toast-wrapper__0Y75X .notes_contents__gem5g,
.notes_toast__omnsZ.notes_loading__AZPgV .notes_ant-message-notice-content__87dDG .notes_toast-wrapper__0Y75X .notes_contents__gem5g .notes_title__e_nGN {
  color: #000 !important;
}
.notes_toast__omnsZ.notes_loading__AZPgV .notes_ant-message-loading__i_YwW .notes_anticon-loading__CwIwJ {
  font-size: 1.5rem;
}
.notes_toast__omnsZ .notes_ant-message-notice-content__87dDG {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.notes_toast__omnsZ .notes_ant-message-notice-content__87dDG .notes_toast-wrapper__0Y75X {
  position: relative;
  display: flex;
  align-items: center;
}
.notes_toast__omnsZ .notes_ant-message-notice-content__87dDG .notes_toast-wrapper__0Y75X .notes_contents__gem5g {
  position: relative;
  padding-left: 16px;
}
.notes_toast__omnsZ .notes_ant-message-notice-content__87dDG .notes_toast-wrapper__0Y75X .notes_contents__gem5g .notes_title__e_nGN {
  color: #fff !important;
}
.notes_toast__omnsZ .notes_ant-message-notice-content__87dDG .notes_toast-wrapper__0Y75X .notes_contents__gem5g p {
  margin: 0;
}
.notes_toast__omnsZ .notes_ant-message-notice-content__87dDG .notes_toast-wrapper__0Y75X .notes_contents__gem5g p a,
.notes_toast__omnsZ .notes_ant-message-notice-content__87dDG .notes_toast-wrapper__0Y75X .notes_contents__gem5g p button {
  color: #fff;
  text-decoration: underline;
}
.notes_toast__omnsZ .notes_ant-message-notice-content__87dDG .notes_icon__WZw7u {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.notes_toast__omnsZ .notes_ant-message-notice-content__87dDG .notes_icon__WZw7u.notes_positive__vjt0c {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.notes_toast__omnsZ .notes_ant-message-notice-content__87dDG .notes_icon__WZw7u.notes_positive__vjt0c:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.notes_toast__omnsZ .notes_ant-message-notice-content__87dDG .notes_icon__WZw7u.notes_negative__KdzxQ {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.notes_toast__omnsZ .notes_ant-message-notice-content__87dDG .notes_icon__WZw7u.notes_negative__KdzxQ:before {
  top: 10px;
}
.notes_action-content-box__FvhIz {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.notes_action-content-box__FvhIz.notes_numbered__9_elZ .notes_sub-content__y_pHM p {
  margin-left: 18px;
}
.notes_action-content-box__FvhIz .notes_sub-content__y_pHM {
  padding: 26px 26px 20px;
}
.notes_action-content-box__FvhIz .notes_sub-content__y_pHM.notes_right__YpJrP {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.notes_action-content-box__FvhIz .notes_sub-content__y_pHM.notes_right__YpJrP button {
  margin: 0 20px;
}
.notes_action-content-box__FvhIz .notes_sub-content__y_pHM h4,
.notes_action-content-box__FvhIz .notes_sub-content__y_pHM p.notes_bold__c12UY {
  margin: 0;
}
.notes_action-content-box__FvhIz .notes_sub-content__y_pHM h4 span,
.notes_action-content-box__FvhIz .notes_sub-content__y_pHM p.notes_bold__c12UY span {
  width: 18px;
  display: inline-block;
}
.notes_action-content-box__FvhIz .notes_sub-content__y_pHM p {
  margin: 6px 0 0;
}
.notes_action-content-box__FvhIz .notes_remove__6vE0M {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.notes_options-dot__PKt2a {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.notes_options-dot__PKt2a.notes_boxed__lCuRj {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.notes_options-dot__PKt2a.notes_active__18Cuk,
.notes_options-dot__PKt2a:focus-visible,
.notes_options-dot__PKt2a:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.notes_clickable__5OcAL {
  cursor: pointer;
}
.notes_beta-label__WXMl4 {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.notes_none-style-list-options__X5i02 {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.notes_none-style-list-options__X5i02 li {
  margin: 5px 0;
}
.notes_ant-tour__BpT3R {
  width: 400px;
}
.notes_ant-collapse__F89DM > .notes_ant-collapse-item__Q2o69 > .notes_ant-collapse-header-collapsible-only__HCbQW > .notes_ant-collapse-header-text__khrQq {
  flex: auto;
}
.notes_onboarding-tour-header__Be36G {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.notes_onboarding-tour-description__rm8E4 {
  color: #17191a;
  font-size: 16px;
}
.notes_tour-hidden-button__aPGOC {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.notes_ai-onboarding-tour-header__Xgfrl {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.notes_onboarding-step-ai-tour__WOI0I {
  width: 350px;
}
.notes_onboarding-step-ai-tour__WOI0I .notes_onboarding-step-ai-tour-inner__ywZ2P .notes_onboarding-step-ai-tour-description__FfRda {
  padding: 0 20px;
}
.notes_onboarding-step-ai-tour__WOI0I .notes_onboarding-step-ai-tour-inner__ywZ2P .notes_onboarding-step-ai-tour-footer__Ew6RF {
  padding: 0 20px 20px;
}
.notes_onboarding-step-ai-tour__WOI0I .notes_onboarding-step-ai-tour-inner__ywZ2P .notes_onboarding-step-ai-tour-header__NLZTX {
  padding: 20px 20px 4px;
}
.notes_onboarding-step-ai-tour__WOI0I .notes_onboarding-step-ai-tour-inner__ywZ2P .notes_onboarding-step-ai-tour-indicators__ulueh {
  display: flex;
  width: 100%;
}
.notes_onboarding-step-ai-tour__WOI0I .notes_onboarding-step-ai-tour-inner__ywZ2P .notes_onboarding-step-ai-tour-buttons__By_uW {
  width: 0;
  visibility: hidden;
}
.notes_onboarding-step-ai-tour-mask__B8I4q mask[id^='onboarding-step-ai-tour-mask'] rect.notes_onboarding-step-ai-tour-placeholder-animated__vkP87 {
  rx: 8px;
}
.notes_onboarding-step-ai-tour-round-mask__BLeIs mask[id^='onboarding-step-ai-tour-round-mask'] rect.notes_onboarding-step-ai-tour-round-placeholder-animated__mMSe6 {
  rx: 25px;
}
.notes_onboarding-step-tour__N9V3A {
  width: 400px;
}
.notes_onboarding-step-tour__N9V3A.notes_content-hidden__DpFYQ {
  display: none !important;
}
.notes_onboarding-step-tour__N9V3A.notes_extended-width__mukK1 {
  width: 600px;
}
.notes_onboarding-step-tour-mask___3Ui6 mask[id^='onboarding-step-tour-mask'] rect.notes_onboarding-step-tour-placeholder-animated__cRbXK {
  rx: 8px;
}
.notes_onboarding-step-one-tour__j7gL9 {
  width: 400px;
}
.notes_onboarding-step-one-tour__j7gL9.notes_content-hidden__DpFYQ {
  display: none !important;
}
.notes_onboarding-step-one-tour__j7gL9.notes_extended-width__mukK1 {
  width: 600px;
}
.notes_onboarding-step-one-tour-mask__ddoYA mask[id^='onboarding-step-one-tour-mask'] rect.notes_onboarding-step-one-tour-placeholder-animated__u8b_e {
  rx: 25px;
}
.notes_support-unread-tour__ymI3s {
  width: 272px;
}
.notes_support-unread-tour__ymI3s .notes_support-unread-tour-inner__Yp2cJ .notes_support-unread-tour-header__pST9L {
  padding: 8px 16px 4px;
}
.notes_support-unread-tour__ymI3s .notes_support-unread-tour-inner__Yp2cJ .notes_support-unread-tour-footer__tAkxq {
  padding: 0 16px 16px;
}
.notes_support-unread-tour__ymI3s .notes_support-unread-tour-inner__Yp2cJ .notes_support-unread-tour-close__RDo9E {
  top: 10px;
}
.notes_preserve-scroll-position__mUmBf {
  overflow-anchor: none;
}
.notes_toolbar-wrapper__osIcS {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.notes_toolbar-wrapper__osIcS .notes_anticon__JIi_f {
  padding: 12px;
  cursor: pointer;
}
.notes_toolbar-wrapper__osIcS .notes_anticon__JIi_f:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.notes_toolbar-wrapper__osIcS .notes_anticon__JIi_f:hover {
  opacity: 0.3;
}
.notes_ant-carousel__ZzRo7 .notes_slick-dots__Jqyhh li.notes_slick-active__IhmNh button {
  background-color: #8158ec;
}
.notes_ant-carousel__ZzRo7 .notes_slick-dots__Jqyhh li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.notes_ant-modal-root__fB5Y7 .notes_ant-modal-mask__a9Dpo,
.notes_ant-modal-root__fB5Y7 .notes_ant-modal-wrap__GX30s {
  z-index: 1001;
}
.notes_focused__3lt5m {
  background-color: #f5f5f5;
}
.notes_spinner-overlay__crb2m,
.notes_spinner__rv7r_ {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.notes_spinner-overlay__crb2m {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.notes_spinner__rv7r_ {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notes_large-tag__UnNHH {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.notes_email-pill__bFH1R,
.notes_phone-pill__Ke8fI {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.notes_email-pill__bFH1R:not(:empty),
.notes_phone-pill__Ke8fI:not(:empty) {
  padding: 4px;
}
.notes_phone-pill__Ke8fI {
  background-color: #e0f2fb;
}
.notes_email-pill__bFH1R {
  background-color: #ffefbe;
}
.notes_input-box__1ugcF {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.notes_input-box__1ugcF.notes_bordered__WYmTA {
  border: 1px solid #e6e6e6;
}
.notes_input-box__1ugcF.notes_large__coqYX {
  height: auto;
  min-height: 80px;
}
.notes_input-box__1ugcF:focus {
  border-color: #ffc926;
}
.notes_textbox__lAfgv {
  position: relative;
  border: 1px solid #e6e6e6;
}
.notes_textbox__lAfgv:after {
  position: absolute;
  bottom: 5px;
  right: 10px;
  line-height: 16px;
  font-size: 10px;
}
.notes_textbox__lAfgv textarea {
  background: rgba(229, 229, 234, 0.13);
  width: 100%;
  max-height: 120px;
  border-radius: 4px;
  border: 0;
  padding: 10px 32px 10px 12px;
  box-sizing: border-box;
}
.notes_textbox__lAfgv .ant-input-suffix {
  position: absolute;
  right: 6px;
  bottom: 24px;
  line-height: 16px;
  font-size: 10px;
}
.notes_list__qJUcz {
  margin-top: 20px;
}
.notes_list__qJUcz .notes_area__p5xAd {
  margin-bottom: 10px;
  padding: 0;
}
.notes_list__qJUcz .notes_area__p5xAd .notes_header__5ji4M .notes_author__vq4ua {
  padding-right: 5px;
  font-weight: 500;
}
.notes_list__qJUcz .notes_area__p5xAd .notes_header__5ji4M .notes_text__gCBqc {
  word-wrap: break-word;
}
.notes_list__qJUcz .notes_area__p5xAd .notes_details__b9yAn {
  display: flex;
  align-items: center;
}
.notes_list__qJUcz .notes_area__p5xAd .notes_details__b9yAn .notes_date__Z1EpM {
  font-size: 10px;
  color: #4a4a4a;
  display: inline-block;
  margin: 0 15px 0 0;
}
.notes_actions__EVnPp button.text-only {
  font-size: 12px;
}
.contact-field_row__q_TXJ .contact-field_container__uiA_r,
.contact-field_row__q_TXJ .contact-field_container__uiA_r .contact-field_field__mKbP_,
.contact-field_row__q_TXJ h4 {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.contact-field_mini-square__FryGF {
  width: 20px;
  height: 20px;
}
.contact-field_row__q_TXJ {
  display: flex;
  align-items: center;
  padding: 0 6px;
  overflow: hidden;
  transition: border 0.4s ease-in;
}
.contact-field_row__q_TXJ h4 {
  display: inline-block;
  color: #757c80;
  min-width: 30%;
  margin: 0 0 3px;
  padding-right: 12px;
  max-width: 30%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-field_row__q_TXJ .contact-field_container__uiA_r {
  width: 58%;
  display: flex;
  flex: 2 1;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 0;
  margin-bottom: 4px;
  color: #17191a;
  transition: border 0.3s ease-out;
  white-space: nowrap;
  text-align: left;
  overflow: hidden;
  margin-left: auto;
  position: relative;
  width: 100%;
  height: 34px;
}
.contact-field_row__q_TXJ .contact-field_container__uiA_r .contact-field_field__mKbP_ {
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  padding: 6px 8px;
  width: 100%;
  display: inline-block;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 100%;
  outline: none !important;
}
.contact-field_row__q_TXJ .contact-field_container__uiA_r .contact-field_field__mKbP_ a {
  text-decoration: underline;
}
.contact-field_row__q_TXJ .contact-field_container__uiA_r .contact-field_field__mKbP_.contact-field_editable__Ybxtl {
  max-width: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-field_row__q_TXJ .contact-field_container__uiA_r .contact-field_field__mKbP_.contact-field_editable__Ybxtl:focus,
.contact-field_row__q_TXJ .contact-field_container__uiA_r .contact-field_field__mKbP_.contact-field_editable__Ybxtl:hover {
  border-color: #e6e6e6;
  border-radius: 4px;
}
.contact-field_row__q_TXJ .contact-field_container__uiA_r .contact-field_field__mKbP_.contact-field_date__YKHJa {
  visibility: hidden;
  border: 1px solid #e6e6e6;
}
.contact-field_row__q_TXJ .contact-field_container__uiA_r .contact-field_field__mKbP_.contact-field_date__YKHJa:focus-within {
  box-shadow: none;
}
.contact-field_row__q_TXJ .contact-field_container__uiA_r .contact-field_field__mKbP_.contact-field_date__YKHJa.contact-field_is-editing__PsQky {
  visibility: visible;
}
.contact-field_row__q_TXJ .contact-field_container__uiA_r .contact-field_field__mKbP_::-webkit-scrollbar {
  display: none;
}
.channel-icons_channel-icon__i2yPE {
  z-index: 1;
}
.channel-icons_single-channel-icon-wrapper__lMj_5 {
  margin-left: 4px;
  padding-top: 4px;
}
.channel-icons_channel-option__YxZ_1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 5px;
}
.channel-icons_channel-option__YxZ_1 .channel-icons_current-channel__T86hv {
  background: url(/icons/green-check-circle.svg) no-repeat 50% / cover;
  height: 14px;
  width: 14px;
  margin-left: 4px;
}
.channel-icons_channel-inline-name__Joryv {
  color: #17191a !important;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  margin: 0;
  padding: 2px 6px;
}
.channel-icons_channel-icon-wrapper__jDMNL {
  display: flex;
  justify-content: center;
  max-height: 25px;
}
.channel-icons_channel-switch-dropdown__fnSCf {
  border-radius: 12px;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.channel-icons_channel-switch-dropdown__fnSCf.channel-icons_inline__K2VlK {
  min-width: 95px;
  display: flex !important;
  background: #fff !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px !important;
  margin-left: 0;
  margin-top: -4px;
  height: 30px !important;
}
.channel-icons_channel-switch-dropdown__fnSCf.channel-icons_inline__K2VlK .channel-icons_channel-icon__i2yPE {
  margin-right: 0;
}
.channel-icons_channel-switch-dropdown__fnSCf .channel-icons_channel-icon__i2yPE {
  margin-right: -8px;
}
.channel-icons_channel-switch-dropdown__fnSCf.channel-icons_purple__uBjO9 {
  background-color: #e1d7fb;
  border: #e1d7fb;
}
.channel-icons_channel-switch-dropdown__fnSCf.channel-icons_green__srw1q {
  background-color: #e6f5e6;
  border: #e6f5e6;
}
.channel-icons_channel-switch-dropdown__fnSCf.channel-icons_orange__OiByQ {
  background-color: #feefcf;
  border: #feefcf;
}
.channel-icons_channel-switch-dropdown__fnSCf.channel-icons_blue__pbsLV {
  background-color: #e0f2fb;
  border: #e0f2fb;
}
.channel-icons_channel-icons__KaaBP {
  display: flex;
  gap: 3px;
  margin-right: 5px;
}
.channel-icons_channel-abc__Wmh7s,
.channel-icons_channel-fb__1Xeu7,
.channel-icons_channel-gbm__Rx5C2,
.channel-icons_channel-ig__XZa4Z,
.channel-icons_channel-line__Ah_gG,
.channel-icons_channel-web__LeDu0,
.channel-icons_channel-whatsapp__f_SfN {
  border: 1px solid #fff;
  border-radius: 20px;
  height: 20px;
  width: 20px;
}
.channel-icons_channel-fb__1Xeu7 {
  background: url(/icons/chats/fb-channel-icon.svg) no-repeat 50% / cover;
}
.channel-icons_channel-ig__XZa4Z {
  background: url(/icons/chats/ig-channel-icon.svg) no-repeat 50% / cover;
}
.channel-icons_channel-gbm__Rx5C2 {
  background: url(/icons/chats/gbm-channel-icon.svg) no-repeat 50% / cover;
}
.channel-icons_channel-abc__Wmh7s,
.channel-icons_channel-apple__7BGHS {
  background: url(/icons/chats/abc-channel-icon.svg) no-repeat 50% / cover;
}
.channel-icons_channel-whatsapp__f_SfN {
  background: url(/icons/chats/whatsapp-channel-icon.svg) no-repeat 50% / cover;
}
.channel-icons_channel-line__Ah_gG {
  background: url(/icons/chats/line-channel-icon.svg) no-repeat 50% / cover;
}
.channel-icons_channel-web__LeDu0 {
  background: url(/icons/chats/webchat-channel-icon.png) no-repeat 50% / cover;
}
.channel-icons_channel-heymarket__gQRbc,
.channel-icons_channel-hm__8EV81 {
  background: url(/icons/chats/chat-black.svg) transparent no-repeat 50% / contain;
}
.inline-channel-switcher .channel-icons_channel-icon__i2yPE {
  z-index: 0;
}
.onboarding-tour_ai-footer-wrapper__NwfF4 .onboarding-tour_next-button__vsWEK,
.onboarding-tour_ai-footer-wrapper__NwfF4 .onboarding-tour_skip-button__C8dHL,
.onboarding-tour_footer-wrapper__DUTkO .onboarding-tour_finish-button__9Tyty,
.onboarding-tour_footer-wrapper__DUTkO .onboarding-tour_next-button__vsWEK,
.onboarding-tour_footer-wrapper__DUTkO .onboarding-tour_skip-button__C8dHL,
.onboarding-tour_footer-wrapper__DUTkO .onboarding-tour_upgrade-button__u6ROO {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.onboarding-tour_mini-square__6ZQPX {
  width: 20px;
  height: 20px;
}
.onboarding-tour_header__s8Nw_ {
  position: absolute;
  top: 26px;
  left: 30px;
  font-weight: 700;
  font-size: 14px;
  color: #8158ec;
}
.onboarding-step-tour.extended-width .onboarding-tour_footer-wrapper__DUTkO {
  width: 570px;
}
.onboarding-tour_footer-wrapper__DUTkO {
  position: absolute;
  bottom: 20px;
  left: 24px;
  width: 370px;
  height: 40px;
  z-index: 1002;
  display: flex;
}
.onboarding-tour_footer-wrapper__DUTkO .onboarding-tour_finish-button__9Tyty,
.onboarding-tour_footer-wrapper__DUTkO .onboarding-tour_next-button__vsWEK,
.onboarding-tour_footer-wrapper__DUTkO .onboarding-tour_skip-button__C8dHL,
.onboarding-tour_footer-wrapper__DUTkO .onboarding-tour_upgrade-button__u6ROO {
  background: transparent;
  color: #b3b3b3;
  border: none;
  padding-top: 15px;
  text-transform: uppercase;
}
.onboarding-tour_footer-wrapper__DUTkO .onboarding-tour_finish-button__9Tyty {
  right: 30px;
  position: absolute;
  color: #8158ec;
}
.onboarding-tour_footer-wrapper__DUTkO .onboarding-tour_upgrade-button__u6ROO {
  right: auto;
  position: absolute;
  color: #8158ec;
}
.onboarding-tour_footer-wrapper__DUTkO .onboarding-tour_next-button__vsWEK {
  right: 60px;
  color: #8158ec;
  position: absolute;
}
.onboarding-tour_ai-footer-wrapper__NwfF4 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.onboarding-tour_ai-footer-wrapper__NwfF4 .onboarding-tour_footer-wrapper__DUTkO .onboarding-tour_finish-button__9Tyty,
.onboarding-tour_ai-footer-wrapper__NwfF4 .onboarding-tour_footer-wrapper__DUTkO .onboarding-tour_upgrade-button__u6ROO,
.onboarding-tour_ai-footer-wrapper__NwfF4 .onboarding-tour_next-button__vsWEK,
.onboarding-tour_ai-footer-wrapper__NwfF4 .onboarding-tour_skip-button__C8dHL,
.onboarding-tour_footer-wrapper__DUTkO .onboarding-tour_ai-footer-wrapper__NwfF4 .onboarding-tour_finish-button__9Tyty,
.onboarding-tour_footer-wrapper__DUTkO .onboarding-tour_ai-footer-wrapper__NwfF4 .onboarding-tour_upgrade-button__u6ROO {
  background: transparent;
  color: #b3b3b3;
  border: none;
  padding: 15px 0 10px;
  text-transform: uppercase;
}
.onboarding-tour_ai-footer-wrapper__NwfF4 .onboarding-tour_next-button__vsWEK {
  color: #8158ec;
}
.contact-sentiment_page-header-title__0_mls {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.contact-sentiment_action-content-box__Zg2Qa .contact-sentiment_sub-content__F3dIb h4,
.contact-sentiment_empty-state-wrapper__kuTFM h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.contact-sentiment_box-content__7ZDRi .contact-sentiment_header-l___1l_u,
.contact-sentiment_box-content__7ZDRi .contact-sentiment_header__Oxjhe,
.contact-sentiment_toast__9Fr88 .contact-sentiment_ant-message-notice-content__pSkna .contact-sentiment_toast-wrapper__SbkRj .contact-sentiment_contents__Yt9k8 .contact-sentiment_title__W87pT {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.contact-sentiment_action-content-box__Zg2Qa .contact-sentiment_sub-content__F3dIb p.contact-sentiment_bold__211y7,
.contact-sentiment_empty-state-wrapper__kuTFM h2 a,
.contact-sentiment_header-bar__sYW8q .contact-sentiment_title__W87pT {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.contact-sentiment_box-content__7ZDRi .contact-sentiment_content-header__ZxffQ {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.contact-sentiment_action-content-box__Zg2Qa .contact-sentiment_sub-content__F3dIb p,
.contact-sentiment_empty-state-wrapper__kuTFM div,
.contact-sentiment_toast__9Fr88 .contact-sentiment_ant-message-notice-content__pSkna .contact-sentiment_toast-wrapper__SbkRj .contact-sentiment_contents__Yt9k8 p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.contact-sentiment_blue-button__E34Lz,
.contact-sentiment_box-content__7ZDRi .contact-sentiment_content__QSpzN input,
.contact-sentiment_box-content__7ZDRi .contact-sentiment_upload-data-input-with-icon__eWNte input,
.contact-sentiment_button-with-bg-color__Uc4vx,
.contact-sentiment_cancel-button__b_d1G,
.contact-sentiment_green-button__0OoV_,
.contact-sentiment_input-box__n4YaB,
.contact-sentiment_input-grey__47aIc,
.contact-sentiment_orange-button__Cz3_7,
.contact-sentiment_positive-button__jqOvr,
.contact-sentiment_purple-button__rUjht,
.contact-sentiment_white-button-blue-text__zrWNr,
.contact-sentiment_white-button__iyigd,
button.contact-sentiment_icon-button__dTZ_2,
button.contact-sentiment_text-only__m3O7h,
input .contact-sentiment_input-white__piu70,
textarea .contact-sentiment_input-white__piu70 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.contact-sentiment_large-tag__Zqwjg,
button.contact-sentiment_show-more__CKr9Q,
button.contact-sentiment_text-only__m3O7h,
span.contact-sentiment_text-only__m3O7h button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.contact-sentiment_actions-row__CzgXx .contact-sentiment_gray-text__fff8V,
.contact-sentiment_empty-state-gray-box__Jxj43 p {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.contact-sentiment_metadata__0ASe6 .contact-sentiment_label__EH6Pl,
.contact-sentiment_tag__A6jUz {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.contact-sentiment_beta-label__RSa4Z,
.contact-sentiment_error-text-link__jxCGX,
.contact-sentiment_error-text__Hz7QJ,
.contact-sentiment_error__Ou7ha,
.contact-sentiment_metadata__0ASe6 .contact-sentiment_value__vpUAG,
.contact-sentiment_summary-blob__qC8HR {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.contact-sentiment_mini-square__xBkOh {
  width: 20px;
  height: 20px;
}
.contact-sentiment_help-text__W8dPI {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.contact-sentiment_error-text__Hz7QJ {
  color: #d0021b;
  flex-grow: 1;
}
.contact-sentiment_error-text-link__jxCGX {
  color: #d0021b;
  text-decoration: underline;
}
.contact-sentiment_descriptive-text__a3D6e {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.contact-sentiment_visually-hidden__XsYqY {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.contact-sentiment_visually-hidden__XsYqY.contact-sentiment_focusable__z09hQ:active,
.contact-sentiment_visually-hidden__XsYqY.contact-sentiment_focusable__z09hQ:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.contact-sentiment_visually-offscreen__PD8t2 {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.contact-sentiment_invisible__74mkU {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.contact-sentiment_hidden__7DS38 {
  display: none !important;
  visibility: hidden;
}
.contact-sentiment_strong__1volT {
  font-weight: 700;
}
.contact-sentiment_align-right__XmMoB {
  text-align: right;
}
.contact-sentiment_align-left__l_gq_ {
  text-align: left;
}
.contact-sentiment_centered__AF7as {
  text-align: center;
}
.contact-sentiment_timestamp__gXUTP {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.contact-sentiment_display-block__mCZIO {
  display: block !important;
}
.contact-sentiment_inline-block__GmBzZ {
  display: inline-block !important;
}
.contact-sentiment_hm-app-body__lZMh6 button.contact-sentiment_ant-switch___Sjh7[disabled],
.contact-sentiment_hm-app-body__lZMh6 button.contact-sentiment_ant-switch___Sjh7[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.contact-sentiment_blue-button__E34Lz,
.contact-sentiment_button-with-bg-color__Uc4vx,
.contact-sentiment_cancel-button__b_d1G,
.contact-sentiment_green-button__0OoV_,
.contact-sentiment_orange-button__Cz3_7,
.contact-sentiment_positive-button__jqOvr,
.contact-sentiment_purple-button__rUjht,
.contact-sentiment_white-button-blue-text__zrWNr,
.contact-sentiment_white-button__iyigd,
button.contact-sentiment_icon-button__dTZ_2,
button.contact-sentiment_text-only__m3O7h {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.contact-sentiment_text-only__m3O7h,
span.contact-sentiment_text-only__m3O7h button {
  color: #31a7e7;
  padding: 0;
}
button.contact-sentiment_text-only__m3O7h[disabled],
button.contact-sentiment_text-only__m3O7h[disabled]:active,
button.contact-sentiment_text-only__m3O7h[disabled]:focus,
button.contact-sentiment_text-only__m3O7h[disabled]:hover,
span.contact-sentiment_text-only__m3O7h button[disabled],
span.contact-sentiment_text-only__m3O7h button[disabled]:active,
span.contact-sentiment_text-only__m3O7h button[disabled]:focus,
span.contact-sentiment_text-only__m3O7h button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.contact-sentiment_text-only__m3O7h.contact-sentiment_red-text__6JkET,
button.contact-sentiment_text-only__m3O7h.contact-sentiment_red-text__6JkET:active,
button.contact-sentiment_text-only__m3O7h.contact-sentiment_red-text__6JkET:focus,
button.contact-sentiment_text-only__m3O7h.contact-sentiment_red-text__6JkET:hover,
span.contact-sentiment_text-only__m3O7h button.contact-sentiment_red-text__6JkET,
span.contact-sentiment_text-only__m3O7h button.contact-sentiment_red-text__6JkET:active,
span.contact-sentiment_text-only__m3O7h button.contact-sentiment_red-text__6JkET:focus,
span.contact-sentiment_text-only__m3O7h button.contact-sentiment_red-text__6JkET:hover {
  color: #d0021b;
}
button.contact-sentiment_text-only__m3O7h.contact-sentiment_gray-text__fff8V,
span.contact-sentiment_text-only__m3O7h button.contact-sentiment_gray-text__fff8V {
  color: #999;
}
button.contact-sentiment_text-only__m3O7h.contact-sentiment_gray-text__fff8V:active,
button.contact-sentiment_text-only__m3O7h.contact-sentiment_gray-text__fff8V:focus,
button.contact-sentiment_text-only__m3O7h.contact-sentiment_gray-text__fff8V:hover,
span.contact-sentiment_text-only__m3O7h button.contact-sentiment_gray-text__fff8V:active,
span.contact-sentiment_text-only__m3O7h button.contact-sentiment_gray-text__fff8V:focus,
span.contact-sentiment_text-only__m3O7h button.contact-sentiment_gray-text__fff8V:hover {
  color: #999 !important;
}
button.contact-sentiment_text-only__m3O7h.contact-sentiment_black-text__TSiGJ,
span.contact-sentiment_text-only__m3O7h button.contact-sentiment_black-text__TSiGJ {
  color: #17191a;
}
button.contact-sentiment_text-only__m3O7h.contact-sentiment_black-text__TSiGJ:active,
button.contact-sentiment_text-only__m3O7h.contact-sentiment_black-text__TSiGJ:focus,
button.contact-sentiment_text-only__m3O7h.contact-sentiment_black-text__TSiGJ:hover,
span.contact-sentiment_text-only__m3O7h button.contact-sentiment_black-text__TSiGJ:active,
span.contact-sentiment_text-only__m3O7h button.contact-sentiment_black-text__TSiGJ:focus,
span.contact-sentiment_text-only__m3O7h button.contact-sentiment_black-text__TSiGJ:hover {
  color: #8158ec;
}
button.contact-sentiment_text-only__m3O7h.contact-sentiment_purple-text__pObcS,
button.contact-sentiment_text-only__m3O7h.contact-sentiment_purple-text__pObcS:active,
button.contact-sentiment_text-only__m3O7h.contact-sentiment_purple-text__pObcS:focus,
button.contact-sentiment_text-only__m3O7h.contact-sentiment_purple-text__pObcS:hover,
span.contact-sentiment_text-only__m3O7h button.contact-sentiment_purple-text__pObcS,
span.contact-sentiment_text-only__m3O7h button.contact-sentiment_purple-text__pObcS:active,
span.contact-sentiment_text-only__m3O7h button.contact-sentiment_purple-text__pObcS:focus,
span.contact-sentiment_text-only__m3O7h button.contact-sentiment_purple-text__pObcS:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.contact-sentiment_text-only__m3O7h:active,
button.contact-sentiment_text-only__m3O7h:focus,
button.contact-sentiment_text-only__m3O7h:hover,
span.contact-sentiment_text-only__m3O7h button:active,
span.contact-sentiment_text-only__m3O7h button:focus,
span.contact-sentiment_text-only__m3O7h button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.contact-sentiment_blue-button__E34Lz,
.contact-sentiment_button-with-bg-color__Uc4vx,
.contact-sentiment_green-button__0OoV_,
.contact-sentiment_orange-button__Cz3_7,
.contact-sentiment_positive-button__jqOvr,
.contact-sentiment_white-button-blue-text__zrWNr,
.contact-sentiment_white-button__iyigd {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.contact-sentiment_orange-button__Cz3_7 {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.contact-sentiment_orange-button__Cz3_7:active,
.contact-sentiment_orange-button__Cz3_7:focus,
.contact-sentiment_orange-button__Cz3_7:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.contact-sentiment_orange-button__Cz3_7[disabled],
.contact-sentiment_orange-button__Cz3_7[disabled]:active,
.contact-sentiment_orange-button__Cz3_7[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.contact-sentiment_orange-button__Cz3_7.contact-sentiment_drop-down__yo_Or {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.contact-sentiment_scroll-loader__tJ7nh {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.contact-sentiment_green-button__0OoV_ {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.contact-sentiment_green-button__0OoV_:active,
.contact-sentiment_green-button__0OoV_:focus,
.contact-sentiment_green-button__0OoV_:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.contact-sentiment_green-button__0OoV_[disabled],
.contact-sentiment_green-button__0OoV_[disabled]:active,
.contact-sentiment_green-button__0OoV_[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.contact-sentiment_positive-button__jqOvr {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.contact-sentiment_positive-button__jqOvr:active,
.contact-sentiment_positive-button__jqOvr:focus,
.contact-sentiment_positive-button__jqOvr:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.contact-sentiment_positive-button__jqOvr[disabled] {
  background-color: #abe4b2;
}
.contact-sentiment_negative-button__ey1cG {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.contact-sentiment_negative-button__ey1cG:active,
.contact-sentiment_negative-button__ey1cG:focus,
.contact-sentiment_negative-button__ey1cG:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.contact-sentiment_plain-cancel-button__FEq9b,
.contact-sentiment_plain-cancel-button__FEq9b:active,
.contact-sentiment_plain-cancel-button__FEq9b:focus,
.contact-sentiment_plain-cancel-button__FEq9b:hover {
  color: #17191a;
}
.contact-sentiment_white-button-blue-text__zrWNr,
.contact-sentiment_white-button__iyigd {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.contact-sentiment_white-button-blue-text__zrWNr:active,
.contact-sentiment_white-button-blue-text__zrWNr:focus,
.contact-sentiment_white-button-blue-text__zrWNr:hover,
.contact-sentiment_white-button__iyigd:active,
.contact-sentiment_white-button__iyigd:focus,
.contact-sentiment_white-button__iyigd:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.contact-sentiment_white-button__iyigd[disabled],
.contact-sentiment_white-button__iyigd[disabled]:active,
.contact-sentiment_white-button__iyigd[disabled]:focus,
.contact-sentiment_white-button__iyigd[disabled]:hover,
[disabled].contact-sentiment_white-button-blue-text__zrWNr {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.contact-sentiment_common-sentiment-emoji__07W9W {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.contact-sentiment_white-button-blue-text__zrWNr {
  color: #31a7e7;
}
.contact-sentiment_white-button-blue-text__zrWNr:active,
.contact-sentiment_white-button-blue-text__zrWNr:focus,
.contact-sentiment_white-button-blue-text__zrWNr:hover {
  color: #31a7e7 !important;
}
.contact-sentiment_blue-button__E34Lz {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #31a7e7;
  color: #fff;
  display: inline-block;
}
.contact-sentiment_blue-button__E34Lz:active,
.contact-sentiment_blue-button__E34Lz:focus,
.contact-sentiment_blue-button__E34Lz:hover {
  background-color: #31a7e7;
  color: #fff;
}
.contact-sentiment_green-button__0OoV_ {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #56bf56;
  color: #fff;
  display: inline-block;
}
.contact-sentiment_green-button__0OoV_:active,
.contact-sentiment_green-button__0OoV_:focus,
.contact-sentiment_green-button__0OoV_:hover {
  background-color: #56bf56;
  color: #fff;
}
.contact-sentiment_purple-button__rUjht {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.contact-sentiment_purple-button__rUjht:active,
.contact-sentiment_purple-button__rUjht:focus,
.contact-sentiment_purple-button__rUjht:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.contact-sentiment_dropdown-input__YQBP7 {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.contact-sentiment_dropdown-input__YQBP7:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.contact-sentiment_hm-app-body__lZMh6 input::placeholder {
  color: #a3a3a3;
}
.contact-sentiment_textarea-composer__Uua_A {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.contact-sentiment_container__Kx_FE input,
.contact-sentiment_container__Kx_FE textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.contact-sentiment_input-for-copy__5dBKR {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.contact-sentiment_input-text-bordered__gKQVt,
.contact-sentiment_input-text__VCxwr,
.contact-sentiment_input-textarea__9KdcG {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.contact-sentiment_input-text__VCxwr {
  height: 50px;
}
.contact-sentiment_input-text-bordered__gKQVt {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.contact-sentiment_xxl-input__830dF {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.contact-sentiment_xl-input__wl5CJ {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.contact-sentiment_l-input__BrCzn {
  width: 100%;
  font-size: 1.1rem;
}
.contact-sentiment_box-content__7ZDRi .contact-sentiment_content__QSpzN input,
.contact-sentiment_box-content__7ZDRi .contact-sentiment_upload-data-input-with-icon__eWNte input,
.contact-sentiment_input-grey__47aIc,
input .contact-sentiment_input-white__piu70,
textarea .contact-sentiment_input-white__piu70 {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.contact-sentiment_box-content__7ZDRi .contact-sentiment_content__QSpzN input::placeholder,
.contact-sentiment_box-content__7ZDRi .contact-sentiment_upload-data-input-with-icon__eWNte input::placeholder,
.contact-sentiment_input-grey__47aIc::placeholder,
input .contact-sentiment_input-white__piu70::placeholder,
textarea .contact-sentiment_input-white__piu70::placeholder {
  color: #999;
  opacity: 1;
}
input .contact-sentiment_input-white__piu70,
textarea .contact-sentiment_input-white__piu70 {
  background-color: #fff;
}
.contact-sentiment_clearfix__K9nVZ:after {
  clear: both;
  content: '';
  display: block;
}
.contact-sentiment_hidden-important__Cj1zm {
  display: none !important;
}
.contact-sentiment_p-left__tkxwt {
  float: left;
}
.contact-sentiment_p-right__1jpma {
  float: right;
}
.contact-sentiment_image_orientation_3__hwD3J {
  tranform: rotate(180deg);
}
.contact-sentiment_image_orientation_6__3riGT {
  tranform: rotate(90deg);
}
.contact-sentiment_image_orientation_8__0gjTy {
  tranform: rotate(-90deg);
}
.contact-sentiment_image_orientation_2__7FViY {
  tranform: scaleX(-1);
}
.contact-sentiment_image_orientation_7__qjduv {
  tranform: scaleX(-1) rotate(-90deg);
}
.contact-sentiment_image_orientation_4__jtCSD {
  tranform: scaleX(-1) rotate(180deg);
}
.contact-sentiment_image_orientation_5__EUDT6 {
  tranform: scaleX(-1) rotate(90deg);
}
.contact-sentiment_image_slideshow_orientation_3__0ulIv {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.contact-sentiment_image_slideshow_orientation_6__cMZjh {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.contact-sentiment_image_slideshow_orientation_8__8XMOs {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.contact-sentiment_image_slideshow_orientation_2__OeXyD {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.contact-sentiment_image_slideshow_orientation_7__K5_Lx {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.contact-sentiment_image_slideshow_orientation_4__No7o5 {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.contact-sentiment_image_slideshow_orientation_5__s1RzW {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.contact-sentiment_container__Kx_FE select::-ms-expand {
  display: none !important;
}
.contact-sentiment_container__Kx_FE select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.contact-sentiment_count-area__I3ehR {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.contact-sentiment_clear-top__rS_oK {
  padding-top: 0;
  margin-top: 0;
}
.contact-sentiment_remove-x-20__jqRiu,
.contact-sentiment_remove-x__T1pxU {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.contact-sentiment_remove-x__T1pxU.contact-sentiment_white___PA7F,
.contact-sentiment_white___PA7F.contact-sentiment_remove-x-20__jqRiu {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.contact-sentiment_remove-x-20__jqRiu {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.contact-sentiment_divider__5KGMR {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.contact-sentiment_mobile__kC6n5 {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.contact-sentiment_blue__q6h3n {
  color: #31a7e7 !important;
}
.contact-sentiment_white___PA7F {
  color: #fff !important;
}
.contact-sentiment_purple__NZ6j_ {
  color: #8158ec !important;
}
.contact-sentiment_delete__sCqfg {
  color: #d0021b !important;
}
.contact-sentiment_dark-text__0hxVg {
  color: #17191a !important;
}
.contact-sentiment_file-input__b10cR {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.contact-sentiment_image-download-wrapper__MPMJz {
  position: fixed;
  top: 40px;
  right: 100px;
}
.contact-sentiment_overflow-y-auto__jJyhW {
  overflow-y: auto;
}
.contact-sentiment_is-font-icon__CwcAW:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.contact-sentiment_is-invisible__F9TJ3 {
  opacity: 0;
}
.contact-sentiment_tabbed-button__v_GtJ {
  padding: 0 7px 2px;
}
.contact-sentiment_tabbed-button__v_GtJ.contact-sentiment_selected__MeYp_ {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.contact-sentiment_show-more__CKr9Q {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.contact-sentiment_show-more__CKr9Q:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.contact-sentiment_time-input__oQ7Sk {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.contact-sentiment_form-group__BRNcu.contact-sentiment_date-time___pVhI {
  position: relative;
  top: -2px;
}
.contact-sentiment_form-group__BRNcu.contact-sentiment_date-time___pVhI.contact-sentiment_time__SNfUz {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.contact-sentiment_form-group__BRNcu.contact-sentiment_date-time___pVhI.contact-sentiment_form-group-hour__1mJRc .contact-sentiment_colon__88Gho {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.contact-sentiment_form-group__BRNcu.contact-sentiment_date-time___pVhI.contact-sentiment_form-group-hour__1mJRc input {
  text-align: center;
}
.contact-sentiment_form-group__BRNcu.contact-sentiment_date-time___pVhI.contact-sentiment_form-group-day__xO9QZ {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.contact-sentiment_form-group__BRNcu.contact-sentiment_date-time___pVhI.contact-sentiment_form-group-minute__QFEUk {
  width: 42px;
}
.contact-sentiment_form-group__BRNcu.contact-sentiment_date-time___pVhI.contact-sentiment_form-group-clock__NIubw {
  width: 54px;
}
.contact-sentiment_attach-img__6B9aj {
  position: relative;
  width: 25px;
  height: 25px;
}
.contact-sentiment_attach-img__6B9aj input#contact-sentiment_add-image__8eYl9 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.contact-sentiment_attach-img__6B9aj span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.contact-sentiment_m-0__4EFv0 {
  margin: 0 !important;
}
.contact-sentiment_ml-auto__m_GXw {
  margin-left: auto;
}
.contact-sentiment_mr-auto__VLOZL {
  margin-right: auto;
}
.contact-sentiment_mx-auto__0K9JH {
  margin-left: auto;
  margin-right: auto;
}
.contact-sentiment_mx-16__gpnN5 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.contact-sentiment_my-16__lLE3R {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.contact-sentiment_mr-0__p1a3B {
  margin-right: 0 !important;
}
.contact-sentiment_mr-4__9BqxI {
  margin-right: 4px !important;
}
.contact-sentiment_mr-8__3xu9L {
  margin-right: 8px !important;
}
.contact-sentiment_mr-12__9HDXr {
  margin-right: 12px !important;
}
.contact-sentiment_mr-16__EZXCE {
  margin-right: 16px !important;
}
.contact-sentiment_ml-0__wyxlQ {
  margin-left: 0 !important;
}
.contact-sentiment_ml-4__xfgXm {
  margin-left: 4px !important;
}
.contact-sentiment_ml-8__1Li9f {
  margin-left: 8px !important;
}
.contact-sentiment_ml-12__agnbM {
  margin-left: 12px !important;
}
.contact-sentiment_ml-16__1rH_t {
  margin-left: 16px !important;
}
.contact-sentiment_mt-0__zAdS2 {
  margin-top: 0 !important;
}
.contact-sentiment_mt-4__ftajf {
  margin-top: 4px !important;
}
.contact-sentiment_mt-8__x6Hdc {
  margin-top: 8px !important;
}
.contact-sentiment_mt-16__Y764u {
  margin-top: 16px !important;
}
.contact-sentiment_mt-24__5nvpv {
  margin-top: 24px !important;
}
.contact-sentiment_mt-48__8cqo_ {
  margin-top: 48px !important;
}
.contact-sentiment_mb-0__gWZjO {
  margin-bottom: 0 !important;
}
.contact-sentiment_mb-4__eETwn {
  margin-bottom: 4px !important;
}
.contact-sentiment_mb-8__u4VGH {
  margin-bottom: 8px !important;
}
.contact-sentiment_mb-12__Do4SB {
  margin-bottom: 12px !important;
}
.contact-sentiment_mb-16__Xlgdp {
  margin-bottom: 16px !important;
}
.contact-sentiment_mb-24__pzZRk {
  margin-bottom: 24px !important;
}
.contact-sentiment_mb-64__5fX_U {
  margin-bottom: 64px !important;
}
.contact-sentiment_p-0__K3XRs {
  padding: 0 !important;
}
.contact-sentiment_p-16__Q5vQr {
  padding: 16px;
}
.contact-sentiment_p-40__xz0cd {
  padding: 40px;
}
.contact-sentiment_px-0__2AiGz {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.contact-sentiment_px-4__OiUtp {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.contact-sentiment_px-8__0Bqjs {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.contact-sentiment_px-32__KoeZO {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.contact-sentiment_px-40__y_PtB {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.contact-sentiment_pt-40__tnizx {
  padding-top: 40px;
}
.contact-sentiment_pt-24__UdnGY {
  padding-top: 24px;
}
.contact-sentiment_pt-16__YtEob {
  padding-top: 16px;
}
.contact-sentiment_pt-12__LeFye {
  padding-top: 12px !important;
}
.contact-sentiment_pb-40__kX72Z {
  padding-bottom: 40px;
}
.contact-sentiment_pb-24__FECi7 {
  padding-bottom: 24px;
}
.contact-sentiment_pb-16__bUVgc {
  padding-bottom: 16px;
}
.contact-sentiment_pl-8__TTLcJ {
  padding-left: 8px !important;
}
.contact-sentiment_pl-12__G66gW {
  padding-left: 12px !important;
}
.contact-sentiment_pl-16__hsykv {
  padding-left: 16px !important;
}
.contact-sentiment_text-left__oHyCy {
  text-align: left !important;
}
.contact-sentiment_text-right__mzZHw {
  text-align: right !important;
}
.contact-sentiment_text-center__hC3wW {
  text-align: center !important;
}
.contact-sentiment_font-medium__xh5_5 {
  font-weight: 500 !important;
}
.contact-sentiment_font-semibold__KdNIb {
  font-weight: 600 !important;
}
.contact-sentiment_radius-8__Vq9bB {
  border-radius: 8px !important;
}
.contact-sentiment_truncate__Uxj2S {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-sentiment_whitespace-nowrap__K1pGG {
  white-space: nowrap;
}
.contact-sentiment_whitespace-pre-wrap__QdUf0 {
  white-space: pre-wrap;
}
.contact-sentiment_w-100__wDo1Q {
  width: 100% !important;
}
.contact-sentiment_h-100__D8TH1 {
  height: 100% !important;
}
.contact-sentiment_max-w-none__jasze {
  max-width: none !important;
}
.contact-sentiment_max-h-none__vtfQv {
  max-height: none !important;
}
.contact-sentiment_min-w-100__POHEr {
  min-width: 100px;
}
.contact-sentiment_heading-48-600__p1ma2 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.contact-sentiment_heading-32-600__KSilr {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.contact-sentiment_heading-24-600__nCa0c {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.contact-sentiment_heading-18-600__gfI6M {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.contact-sentiment_heading-18-400__GP_Lq {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.contact-sentiment_heading-16-700__wKvKp {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.contact-sentiment_text-16-400__SO23K {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.contact-sentiment_heading-14-600__buAW5 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.contact-sentiment_heading-14-500__X6C3p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.contact-sentiment_text-14-400__koYBC {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.contact-sentiment_text-13-500__m_tJa {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.contact-sentiment_text-13-600__tKFnQ {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.contact-sentiment_text-13-400__Nb_fI {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.contact-sentiment_text-12-500__qVEs_ {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.contact-sentiment_text-12-600__uv8eJ {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.contact-sentiment_text-12-400__4hpo2 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.contact-sentiment_status-badge__lo_o6 {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.contact-sentiment_status-badge__lo_o6.contact-sentiment_paused__AEgNC {
  background-color: #ff8b3d;
  color: #fff !important;
}
.contact-sentiment_status-badge__lo_o6.contact-sentiment_created__4ecF_,
.contact-sentiment_status-badge__lo_o6.contact-sentiment_inactive__hZVcu,
.contact-sentiment_status-badge__lo_o6.contact-sentiment_pending__rIwb9 {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.contact-sentiment_status-badge__lo_o6.contact-sentiment_active__mUZC6 {
  background-color: #56bf56;
  color: #fff !important;
}
.contact-sentiment_status-badge__lo_o6.contact-sentiment_error__Ou7ha {
  background-color: #d0021b;
  color: #fff !important;
}
.contact-sentiment_status-badge__lo_o6.contact-sentiment_progress__fav4h {
  background-color: #f5bf0c;
  color: #fff !important;
}
.contact-sentiment_status-badge__lo_o6.contact-sentiment_draft__tBLVR {
  background-color: #e6e6e6;
  color: #000 !important;
}
.contact-sentiment_status-badge__lo_o6.contact-sentiment_sent__dABF5 {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.contact-sentiment_status-badge__lo_o6.contact-sentiment_scheduled__8YfS6 {
  background-color: #feefcf;
  color: #795548;
}
.contact-sentiment_status-badge__lo_o6.contact-sentiment_loading-badge__Ap0oG {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.contact-sentiment_status-badge__lo_o6.contact-sentiment_loading-badge__Ap0oG .contact-sentiment_text__xiNUx {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.contact-sentiment_status-badge__lo_o6.contact-sentiment_loading-badge__Ap0oG .contact-sentiment_slider__vykaV {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: contact-sentiment_moveSlideshow__psBmN 3s linear infinite;
}
@keyframes contact-sentiment_moveSlideshow__psBmN {
  to {
    transform: translateX(200%);
  }
}
.contact-sentiment_flex__mNFlZ {
  display: flex !important;
}
.contact-sentiment_flex-space-between__gXswB {
  justify-content: space-between;
}
.contact-sentiment_flex-align-start__hwEr4 {
  align-items: flex-start;
}
.contact-sentiment_flex-align-center__e_2Jn {
  align-items: center;
}
.contact-sentiment_flex-absolute-center__rwPAJ {
  justify-content: center;
  align-items: center;
}
.contact-sentiment_flex-container__jWZZ2 {
  display: flex;
  flex-wrap: wrap;
}
.contact-sentiment_flex-column__Ij9vn {
  flex-direction: column;
}
.contact-sentiment_flex-justify-end__PkpZA {
  justify-content: flex-end;
}
.contact-sentiment_position-relative__MSDMo {
  position: relative !important;
}
.contact-sentiment_position-static__G8XFG {
  position: static !important;
}
.contact-sentiment_position-absolute__5WBxS {
  position: absolute !important;
}
.contact-sentiment_hr-grey__2ye_e {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.contact-sentiment_input-border__ipbS3 {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.contact-sentiment_action-content-box__Zg2Qa,
.contact-sentiment_box-content__7ZDRi,
.contact-sentiment_box-content__7ZDRi .contact-sentiment_upload-data-input-with-icon__eWNte,
.contact-sentiment_default-border__aRLPG {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.contact-sentiment_bg-grey__Z67Dk {
  background-color: #f9f9f9 !important;
}
.contact-sentiment_bg-white__5CPgo {
  background-color: #fff !important;
}
.contact-sentiment_pos-relative__DXWdM {
  position: relative !important;
}
.contact-sentiment_text-light__InQie {
  color: #757c80 !important;
}
.contact-sentiment_text-red__vylNd {
  color: #d0021b !important;
}
.contact-sentiment_text-green__tZEwa {
  color: #56bf56 !important;
}
.contact-sentiment_text-blue__O1tnU {
  color: #31a7e7;
}
.contact-sentiment_text-sec-blue__ij_qR {
  color: #1b02b1 !important;
}
.contact-sentiment_notification-dot__WkIgL {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.contact-sentiment_title-with-action-on-left__MgB3c {
  display: flex;
  justify-content: space-between;
}
.contact-sentiment_error__Ou7ha {
  color: #d0021b;
}
.contact-sentiment_error-border__GPFKY {
  border: 1px solid #d0021b !important;
}
.contact-sentiment_rotate__ooVt9 {
  animation: contact-sentiment_rotation__brATW 2s linear infinite;
}
@keyframes contact-sentiment_rotation__brATW {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.contact-sentiment_switch__K_MBH {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.contact-sentiment_switch__K_MBH .contact-sentiment_btn-toggle__jqe5E {
  opacity: 0;
  width: 0;
  height: 0;
}
.contact-sentiment_switch__K_MBH .contact-sentiment_slider__vykaV {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.contact-sentiment_switch__K_MBH .contact-sentiment_slider__vykaV:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.contact-sentiment_switch__K_MBH .contact-sentiment_slider__vykaV:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.contact-sentiment_switch__K_MBH .contact-sentiment_btn-toggle__jqe5E.contact-sentiment_enabled__dBqWY + .contact-sentiment_slider__vykaV {
  background-color: #ffc926;
  border: none;
}
.contact-sentiment_switch__K_MBH .contact-sentiment_btn-toggle__jqe5E:focus + .contact-sentiment_slider__vykaV {
  box-shadow: 0 0 1px #2196f3;
}
.contact-sentiment_switch__K_MBH .contact-sentiment_btn-toggle__jqe5E.contact-sentiment_enabled__dBqWY + .contact-sentiment_slider__vykaV:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.contact-sentiment_switch__K_MBH .contact-sentiment_btn-toggle__jqe5E.contact-sentiment_enabled__dBqWY + .contact-sentiment_slider__vykaV:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#contact-sentiment_appleid-signin__iZh1l {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#contact-sentiment_appleid-signin__iZh1l > div {
  width: 200px !important;
  height: 38px !important;
}
.contact-sentiment_page-header__zCkIU {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-sentiment_page-header__zCkIU.contact-sentiment_clear-side__9IHu4 {
  padding: 40px 0 32px;
}
.contact-sentiment_page-spacing__zMK_9 {
  padding: 0 40px;
}
.contact-sentiment_page-header-title__0_mls {
  color: #17191a;
  margin: 0 0 8px;
}
.contact-sentiment_header-bar__sYW8q {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.contact-sentiment_box-content__7ZDRi {
  background-color: #fff;
  margin-bottom: 24px;
}
.contact-sentiment_box-content__7ZDRi .contact-sentiment_header__Oxjhe {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.contact-sentiment_box-content__7ZDRi .contact-sentiment_header-l___1l_u {
  padding: 24px 16px;
  margin: 0;
}
.contact-sentiment_box-content__7ZDRi .contact-sentiment_content__QSpzN {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.contact-sentiment_box-content__7ZDRi .contact-sentiment_content-header__ZxffQ {
  margin-bottom: 4px;
  margin-top: 0;
}
.contact-sentiment_box-content__7ZDRi .contact-sentiment_table-content__2Dhyv {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.contact-sentiment_box-content__7ZDRi .contact-sentiment_help-text__W8dPI {
  line-height: 20px;
}
.contact-sentiment_box-content__7ZDRi .contact-sentiment_sub-text__B14si {
  color: #757c80;
}
.contact-sentiment_box-content__7ZDRi .contact-sentiment_content-data-input__XHVc1 {
  margin-top: 8px;
}
.contact-sentiment_box-content__7ZDRi .contact-sentiment_data-entry-input__jUmew,
.contact-sentiment_box-content__7ZDRi .contact-sentiment_upload-data-input-with-icon__eWNte {
  margin-top: 8px;
  padding: 0 11px;
}
.contact-sentiment_box-content__7ZDRi .contact-sentiment_upload-data-input-with-icon__eWNte {
  cursor: pointer;
  background: #f9f9f9;
}
.contact-sentiment_box-content__7ZDRi .contact-sentiment_upload-data-input-with-icon__eWNte input {
  padding: 12px 2px;
}
.contact-sentiment_box-content__7ZDRi .contact-sentiment_upload-data-input-with-icon__eWNte input:disabled,
.contact-sentiment_box-content__7ZDRi .contact-sentiment_upload-data-input-with-icon__eWNte input:hover {
  cursor: pointer !important;
}
.contact-sentiment_empty-state__Q5Hvx {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.contact-sentiment_empty-state__Q5Hvx.contact-sentiment_contact-list__JfGFl {
  width: 80%;
}
.contact-sentiment_empty-state__Q5Hvx .contact-sentiment_empty-title__SW8jT {
  font-size: 14px;
  font-weight: 500px;
}
.contact-sentiment_empty-state-wrapper__kuTFM {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.contact-sentiment_empty-state-wrapper__kuTFM h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.contact-sentiment_empty-state-wrapper__kuTFM div {
  color: #757c80;
  margin: 16px 0 12px;
}
.contact-sentiment_empty-state-button__EcII3 {
  margin: 20px 10px;
}
.contact-sentiment_handel-bar__BoPz4 {
  fill: #b7bfc6;
  vertical-align: middle;
}
.contact-sentiment_tag__A6jUz {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.contact-sentiment_ant-color-picker-input__1XGlF .contact-sentiment_ant-input__5wkj_ {
  height: 22px;
}
.contact-sentiment_ant-color-picker-trigger__gn0pK {
  width: 23px;
  height: 23px;
}
.contact-sentiment_ant-color-picker-trigger__gn0pK .contact-sentiment_ant-color-picker-color-block__Dfqmt {
  width: 18px;
  height: 18px;
}
.contact-sentiment_box-content__7ZDRi .contact-sentiment_content__QSpzN input,
.contact-sentiment_box-content__7ZDRi .contact-sentiment_upload-data-input-with-icon__eWNte input,
input input.contact-sentiment_input-white__piu70,
input textarea.contact-sentiment_input-white__piu70,
input.contact-sentiment_input-grey__47aIc,
textarea input.contact-sentiment_input-white__piu70,
textarea textarea.contact-sentiment_input-white__piu70,
textarea.contact-sentiment_input-grey__47aIc {
  background-color: #f9f9f9;
}
.contact-sentiment_box-content__7ZDRi .contact-sentiment_content__QSpzN input:active,
.contact-sentiment_box-content__7ZDRi .contact-sentiment_content__QSpzN input:focus,
.contact-sentiment_box-content__7ZDRi .contact-sentiment_content__QSpzN input:hover,
.contact-sentiment_box-content__7ZDRi .contact-sentiment_upload-data-input-with-icon__eWNte input:active,
.contact-sentiment_box-content__7ZDRi .contact-sentiment_upload-data-input-with-icon__eWNte input:focus,
.contact-sentiment_box-content__7ZDRi .contact-sentiment_upload-data-input-with-icon__eWNte input:hover,
input input.contact-sentiment_input-white__piu70:active,
input input.contact-sentiment_input-white__piu70:focus,
input input.contact-sentiment_input-white__piu70:hover,
input textarea.contact-sentiment_input-white__piu70:active,
input textarea.contact-sentiment_input-white__piu70:focus,
input textarea.contact-sentiment_input-white__piu70:hover,
input.contact-sentiment_input-grey__47aIc:active,
input.contact-sentiment_input-grey__47aIc:focus,
input.contact-sentiment_input-grey__47aIc:hover,
textarea input.contact-sentiment_input-white__piu70:active,
textarea input.contact-sentiment_input-white__piu70:focus,
textarea input.contact-sentiment_input-white__piu70:hover,
textarea textarea.contact-sentiment_input-white__piu70:active,
textarea textarea.contact-sentiment_input-white__piu70:focus,
textarea textarea.contact-sentiment_input-white__piu70:hover,
textarea.contact-sentiment_input-grey__47aIc:active,
textarea.contact-sentiment_input-grey__47aIc:focus,
textarea.contact-sentiment_input-grey__47aIc:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.contact-sentiment_input-white__piu70:active,
input.contact-sentiment_input-white__piu70:focus,
input.contact-sentiment_input-white__piu70:hover,
span.contact-sentiment_input-white__piu70:active,
span.contact-sentiment_input-white__piu70:focus,
span.contact-sentiment_input-white__piu70:hover,
textarea.contact-sentiment_input-white__piu70:active,
textarea.contact-sentiment_input-white__piu70:focus,
textarea.contact-sentiment_input-white__piu70:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.contact-sentiment_image-uploader-flex__Nqz3Z .contact-sentiment_ant-upload-select__NM6oQ {
  display: flex;
}
.contact-sentiment_image-uploader-flex__Nqz3Z .contact-sentiment_ant-upload-select__NM6oQ .contact-sentiment_ant-upload__BzD0H {
  flex: 1 1;
}
.contact-sentiment_modal-footer-wrapper__J18Bu {
  display: flex;
  justify-content: center;
}
.contact-sentiment_app-modal___MQ0o .contact-sentiment_small__5Ttsv {
  width: 350px;
}
.contact-sentiment_toast__9Fr88.contact-sentiment_negative__vM0e_ .contact-sentiment_ant-message-notice-content__pSkna {
  background-color: #d0021b;
}
.contact-sentiment_toast__9Fr88.contact-sentiment_positive__qY7yU .contact-sentiment_ant-message-notice-content__pSkna {
  background-color: #56bf56;
}
.contact-sentiment_toast__9Fr88.contact-sentiment_loading__S0jr5 .contact-sentiment_ant-message-notice-content__pSkna .contact-sentiment_toast-wrapper__SbkRj .contact-sentiment_contents__Yt9k8,
.contact-sentiment_toast__9Fr88.contact-sentiment_loading__S0jr5
  .contact-sentiment_ant-message-notice-content__pSkna
  .contact-sentiment_toast-wrapper__SbkRj
  .contact-sentiment_contents__Yt9k8
  .contact-sentiment_title__W87pT {
  color: #000 !important;
}
.contact-sentiment_toast__9Fr88.contact-sentiment_loading__S0jr5 .contact-sentiment_ant-message-loading__J8_5Q .contact-sentiment_anticon-loading__XJqUV {
  font-size: 1.5rem;
}
.contact-sentiment_toast__9Fr88 .contact-sentiment_ant-message-notice-content__pSkna {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.contact-sentiment_toast__9Fr88 .contact-sentiment_ant-message-notice-content__pSkna .contact-sentiment_toast-wrapper__SbkRj {
  position: relative;
  display: flex;
  align-items: center;
}
.contact-sentiment_toast__9Fr88 .contact-sentiment_ant-message-notice-content__pSkna .contact-sentiment_toast-wrapper__SbkRj .contact-sentiment_contents__Yt9k8 {
  position: relative;
  padding-left: 16px;
}
.contact-sentiment_toast__9Fr88 .contact-sentiment_ant-message-notice-content__pSkna .contact-sentiment_toast-wrapper__SbkRj .contact-sentiment_contents__Yt9k8 .contact-sentiment_title__W87pT {
  color: #fff !important;
}
.contact-sentiment_toast__9Fr88 .contact-sentiment_ant-message-notice-content__pSkna .contact-sentiment_toast-wrapper__SbkRj .contact-sentiment_contents__Yt9k8 p {
  margin: 0;
}
.contact-sentiment_toast__9Fr88 .contact-sentiment_ant-message-notice-content__pSkna .contact-sentiment_toast-wrapper__SbkRj .contact-sentiment_contents__Yt9k8 p a,
.contact-sentiment_toast__9Fr88 .contact-sentiment_ant-message-notice-content__pSkna .contact-sentiment_toast-wrapper__SbkRj .contact-sentiment_contents__Yt9k8 p button {
  color: #fff;
  text-decoration: underline;
}
.contact-sentiment_toast__9Fr88 .contact-sentiment_ant-message-notice-content__pSkna .contact-sentiment_icon__ckSJt {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.contact-sentiment_toast__9Fr88 .contact-sentiment_ant-message-notice-content__pSkna .contact-sentiment_icon__ckSJt.contact-sentiment_positive__qY7yU {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.contact-sentiment_toast__9Fr88 .contact-sentiment_ant-message-notice-content__pSkna .contact-sentiment_icon__ckSJt.contact-sentiment_positive__qY7yU:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.contact-sentiment_toast__9Fr88 .contact-sentiment_ant-message-notice-content__pSkna .contact-sentiment_icon__ckSJt.contact-sentiment_negative__vM0e_ {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.contact-sentiment_toast__9Fr88 .contact-sentiment_ant-message-notice-content__pSkna .contact-sentiment_icon__ckSJt.contact-sentiment_negative__vM0e_:before {
  top: 10px;
}
.contact-sentiment_action-content-box__Zg2Qa {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.contact-sentiment_action-content-box__Zg2Qa.contact-sentiment_numbered__0FFuz .contact-sentiment_sub-content__F3dIb p {
  margin-left: 18px;
}
.contact-sentiment_action-content-box__Zg2Qa .contact-sentiment_sub-content__F3dIb {
  padding: 26px 26px 20px;
}
.contact-sentiment_action-content-box__Zg2Qa .contact-sentiment_sub-content__F3dIb.contact-sentiment_right__jJmDn {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.contact-sentiment_action-content-box__Zg2Qa .contact-sentiment_sub-content__F3dIb.contact-sentiment_right__jJmDn button {
  margin: 0 20px;
}
.contact-sentiment_action-content-box__Zg2Qa .contact-sentiment_sub-content__F3dIb h4,
.contact-sentiment_action-content-box__Zg2Qa .contact-sentiment_sub-content__F3dIb p.contact-sentiment_bold__211y7 {
  margin: 0;
}
.contact-sentiment_action-content-box__Zg2Qa .contact-sentiment_sub-content__F3dIb h4 span,
.contact-sentiment_action-content-box__Zg2Qa .contact-sentiment_sub-content__F3dIb p.contact-sentiment_bold__211y7 span {
  width: 18px;
  display: inline-block;
}
.contact-sentiment_action-content-box__Zg2Qa .contact-sentiment_sub-content__F3dIb p {
  margin: 6px 0 0;
}
.contact-sentiment_action-content-box__Zg2Qa .contact-sentiment_remove__AySt6 {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.contact-sentiment_options-dot__q9vI7 {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.contact-sentiment_options-dot__q9vI7.contact-sentiment_boxed__q4RKP {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.contact-sentiment_options-dot__q9vI7.contact-sentiment_active__mUZC6,
.contact-sentiment_options-dot__q9vI7:focus-visible,
.contact-sentiment_options-dot__q9vI7:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.contact-sentiment_clickable__PwjH5 {
  cursor: pointer;
}
.contact-sentiment_beta-label__RSa4Z {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.contact-sentiment_none-style-list-options__T8w7F {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.contact-sentiment_none-style-list-options__T8w7F li {
  margin: 5px 0;
}
.contact-sentiment_ant-tour__2dD10 {
  width: 400px;
}
.contact-sentiment_ant-collapse__dMc2R
  > .contact-sentiment_ant-collapse-item__Ghfen
  > .contact-sentiment_ant-collapse-header-collapsible-only__75A5K
  > .contact-sentiment_ant-collapse-header-text__v0f2x {
  flex: auto;
}
.contact-sentiment_onboarding-tour-header__mc7gg {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.contact-sentiment_onboarding-tour-description__S3_ty {
  color: #17191a;
  font-size: 16px;
}
.contact-sentiment_tour-hidden-button__bTUrx {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.contact-sentiment_ai-onboarding-tour-header__PJbUH {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.contact-sentiment_onboarding-step-ai-tour__4LAbZ {
  width: 350px;
}
.contact-sentiment_onboarding-step-ai-tour__4LAbZ .contact-sentiment_onboarding-step-ai-tour-inner__JPRpM .contact-sentiment_onboarding-step-ai-tour-description__eifqq {
  padding: 0 20px;
}
.contact-sentiment_onboarding-step-ai-tour__4LAbZ .contact-sentiment_onboarding-step-ai-tour-inner__JPRpM .contact-sentiment_onboarding-step-ai-tour-footer__p_ySV {
  padding: 0 20px 20px;
}
.contact-sentiment_onboarding-step-ai-tour__4LAbZ .contact-sentiment_onboarding-step-ai-tour-inner__JPRpM .contact-sentiment_onboarding-step-ai-tour-header__P2htS {
  padding: 20px 20px 4px;
}
.contact-sentiment_onboarding-step-ai-tour__4LAbZ .contact-sentiment_onboarding-step-ai-tour-inner__JPRpM .contact-sentiment_onboarding-step-ai-tour-indicators__6A5Y8 {
  display: flex;
  width: 100%;
}
.contact-sentiment_onboarding-step-ai-tour__4LAbZ .contact-sentiment_onboarding-step-ai-tour-inner__JPRpM .contact-sentiment_onboarding-step-ai-tour-buttons__5bXpT {
  width: 0;
  visibility: hidden;
}
.contact-sentiment_onboarding-step-ai-tour-mask__udsh9 mask[id^='onboarding-step-ai-tour-mask'] rect.contact-sentiment_onboarding-step-ai-tour-placeholder-animated__mpQBb {
  rx: 8px;
}
.contact-sentiment_onboarding-step-ai-tour-round-mask__HpVWN mask[id^='onboarding-step-ai-tour-round-mask'] rect.contact-sentiment_onboarding-step-ai-tour-round-placeholder-animated__Of0_L {
  rx: 25px;
}
.contact-sentiment_onboarding-step-tour__YVj6M {
  width: 400px;
}
.contact-sentiment_onboarding-step-tour__YVj6M.contact-sentiment_content-hidden__VogXs {
  display: none !important;
}
.contact-sentiment_onboarding-step-tour__YVj6M.contact-sentiment_extended-width__Um5ii {
  width: 600px;
}
.contact-sentiment_onboarding-step-tour-mask__h39eW mask[id^='onboarding-step-tour-mask'] rect.contact-sentiment_onboarding-step-tour-placeholder-animated__vWYXV {
  rx: 8px;
}
.contact-sentiment_onboarding-step-one-tour__CZinj {
  width: 400px;
}
.contact-sentiment_onboarding-step-one-tour__CZinj.contact-sentiment_content-hidden__VogXs {
  display: none !important;
}
.contact-sentiment_onboarding-step-one-tour__CZinj.contact-sentiment_extended-width__Um5ii {
  width: 600px;
}
.contact-sentiment_onboarding-step-one-tour-mask__E56XC mask[id^='onboarding-step-one-tour-mask'] rect.contact-sentiment_onboarding-step-one-tour-placeholder-animated__L8Dk8 {
  rx: 25px;
}
.contact-sentiment_support-unread-tour__GHBm9 {
  width: 272px;
}
.contact-sentiment_support-unread-tour__GHBm9 .contact-sentiment_support-unread-tour-inner__PTVrG .contact-sentiment_support-unread-tour-header__WkMkW {
  padding: 8px 16px 4px;
}
.contact-sentiment_support-unread-tour__GHBm9 .contact-sentiment_support-unread-tour-inner__PTVrG .contact-sentiment_support-unread-tour-footer__dCJ62 {
  padding: 0 16px 16px;
}
.contact-sentiment_support-unread-tour__GHBm9 .contact-sentiment_support-unread-tour-inner__PTVrG .contact-sentiment_support-unread-tour-close__oI4RC {
  top: 10px;
}
.contact-sentiment_preserve-scroll-position__LXjzV {
  overflow-anchor: none;
}
.contact-sentiment_toolbar-wrapper___g6jb {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.contact-sentiment_toolbar-wrapper___g6jb .contact-sentiment_anticon__HhFP1 {
  padding: 12px;
  cursor: pointer;
}
.contact-sentiment_toolbar-wrapper___g6jb .contact-sentiment_anticon__HhFP1:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.contact-sentiment_toolbar-wrapper___g6jb .contact-sentiment_anticon__HhFP1:hover {
  opacity: 0.3;
}
.contact-sentiment_ant-carousel__DM1v7 .contact-sentiment_slick-dots__J6Jjs li.contact-sentiment_slick-active__2P2yE button {
  background-color: #8158ec;
}
.contact-sentiment_ant-carousel__DM1v7 .contact-sentiment_slick-dots__J6Jjs li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.contact-sentiment_ant-modal-root__5I52Z .contact-sentiment_ant-modal-mask__sYaGY,
.contact-sentiment_ant-modal-root__5I52Z .contact-sentiment_ant-modal-wrap__lWt17 {
  z-index: 1001;
}
.contact-sentiment_focused__0hny6 {
  background-color: #f5f5f5;
}
.contact-sentiment_spinner-overlay__UKT9e,
.contact-sentiment_spinner__1Uzbo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.contact-sentiment_spinner-overlay__UKT9e {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.contact-sentiment_spinner__1Uzbo {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-sentiment_large-tag__Zqwjg {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.contact-sentiment_email-pill__2_79h,
.contact-sentiment_phone-pill__OQ7WR {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.contact-sentiment_email-pill__2_79h:not(:empty),
.contact-sentiment_phone-pill__OQ7WR:not(:empty) {
  padding: 4px;
}
.contact-sentiment_phone-pill__OQ7WR {
  background-color: #e0f2fb;
}
.contact-sentiment_email-pill__2_79h {
  background-color: #ffefbe;
}
.contact-sentiment_input-box__n4YaB {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.contact-sentiment_input-box__n4YaB.contact-sentiment_bordered__qqLla {
  border: 1px solid #e6e6e6;
}
.contact-sentiment_input-box__n4YaB.contact-sentiment_large__JAwzS {
  height: auto;
  min-height: 80px;
}
.contact-sentiment_input-box__n4YaB:focus {
  border-color: #ffc926;
}
.contact-sentiment_icon__ckSJt {
  padding: 4px;
}
.contact-sentiment_icon-wrapper__mbQPq {
  padding: 4px;
  color: #454a4d;
}
.contact-sentiment_icon-wrapper-absolute__DhHzn {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.contact-sentiment_icon-wrapper-absolute__DhHzn .contact-sentiment_icon__ckSJt {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.contact-sentiment_icon-sms__2wlgj {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.contact-sentiment_icon-email__lWbwH {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.contact-sentiment_icon-mixed__bg7UQ {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.contact-sentiment_icon-picker-wrapper__WqB8C {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.contact-sentiment_icon-picker-wrapper__WqB8C:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.contact-sentiment_icon-picker-wrapper__WqB8C:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .contact-sentiment_icon-picker-wrapper__WqB8C {
    margin-right: 5px;
  }
}
.contact-sentiment_icon-checkmark-white__jCVsX {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.contact-sentiment_icon-x-white__9506J {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.contact-sentiment_icon-help__Fn4Fl {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.contact-sentiment_icon-help__Fn4Fl:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.contact-sentiment_container__Kx_FE select,
.contact-sentiment_ico-arrow-down__sYgh3,
.contact-sentiment_score-label__K_dbz {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.contact-sentiment_ant-dropdown-trigger__LKBaW.contact-sentiment_score-label__K_dbz,
.contact-sentiment_container__Kx_FE select.contact-sentiment_ant-dropdown-trigger__LKBaW,
.contact-sentiment_ico-arrow-down__sYgh3.contact-sentiment_ant-dropdown-trigger__LKBaW {
  padding-right: 24px;
  cursor: pointer;
}
.contact-sentiment_ant-dropdown-trigger__LKBaW.contact-sentiment_score-label__K_dbz:disabled,
.contact-sentiment_ant-dropdown-trigger__LKBaW[disabled].contact-sentiment_score-label__K_dbz,
.contact-sentiment_container__Kx_FE select.contact-sentiment_ant-dropdown-trigger__LKBaW:disabled,
.contact-sentiment_container__Kx_FE select.contact-sentiment_ant-dropdown-trigger__LKBaW[disabled],
.contact-sentiment_ico-arrow-down__sYgh3.contact-sentiment_ant-dropdown-trigger__LKBaW:disabled,
.contact-sentiment_ico-arrow-down__sYgh3.contact-sentiment_ant-dropdown-trigger__LKBaW[disabled] {
  cursor: default;
  background: transparent;
}
.contact-sentiment_ico-arrow-gray__4Erk9 {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.contact-sentiment_ico-arrow-gray__4Erk9.contact-sentiment_down__ofSPb {
  transform: rotate(90deg);
}
.contact-sentiment_ico-arrow-gray__4Erk9.contact-sentiment_up__oYqnH {
  transform: rotate(-90deg);
}
.contact-sentiment_ico-arrow-gray__4Erk9.contact-sentiment_right__jJmDn {
  transform: rotate(180deg);
}
.contact-sentiment_ico-arrow-gray__4Erk9.contact-sentiment_ant-dropdown-trigger__LKBaW {
  padding-right: 24px;
  cursor: pointer;
}
.contact-sentiment_ico-arrow-gray__4Erk9.contact-sentiment_ant-dropdown-trigger__LKBaW:disabled,
.contact-sentiment_ico-arrow-gray__4Erk9.contact-sentiment_ant-dropdown-trigger__LKBaW[disabled] {
  cursor: default;
  background: transparent;
}
.contact-sentiment_icon-error-triangle__RILS_ {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.contact-sentiment_ico-compose__Wc_gB {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.contact-sentiment_ico-compose-white__XD_sH {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.contact-sentiment_icon-google-play__pb787 {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.contact-sentiment_icon-app-store__hlOMu {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.contact-sentiment_icon-social-fb__z7rnm {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.contact-sentiment_icon-social-tw__b9KwK {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.contact-sentiment_icon-disclosure__y1UKZ {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.contact-sentiment_icon-16__rWais {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.contact-sentiment_icon-18__Sim0Y {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.contact-sentiment_icon-gray5__Og_1Q {
  color: #999 !important;
}
.contact-sentiment_ico-arrow-black__eRUHO {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.contact-sentiment_ico-arrow-black__eRUHO.contact-sentiment_down__ofSPb {
  transform: rotate(90deg);
}
.contact-sentiment_ico-arrow-black__eRUHO.contact-sentiment_up__oYqnH {
  transform: rotate(-90deg);
}
.contact-sentiment_ico-arrow-black__eRUHO.contact-sentiment_right__jJmDn {
  transform: rotate(180deg);
}
.contact-sentiment_icon-copy__CH8NS {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.contact-sentiment_icon-copy__CH8NS:hover {
  background-image: url(/icons/copy-black.svg);
}
.contact-sentiment_icon-msg-white__U3NUc {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.contact-sentiment_icon-email-white__PTpgj {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.contact-sentiment_icon-black-bg__X_cS2 {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.contact-sentiment_icon-black-bg__X_cS2 > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.contact-sentiment_icon-inbox-black-filled___B48B {
  background-image: url(/icons/inbox-black.svg);
}
.contact-sentiment_icon-contacts__LxFM2 {
  background-image: url(/icons/sidebar/contacts.svg);
}
.contact-sentiment_error-message__KruQx {
  display: flex;
  height: 103px;
  align-items: center;
  padding-top: 24px;
}
.contact-sentiment_tooltip__aEfAJ {
  width: 120px;
}
.contact-sentiment_score-label__K_dbz {
  position: relative;
  width: 40px;
  font-size: 13px;
  font-weight: 600;
  transition: left 0.5s;
  line-height: 30px;
  letter-spacing: 0;
  margin-top: 15px;
  text-align: center;
  background-size: 40px;
  background-position: center 6px;
}
.contact-sentiment_scale-area__Kc1Eo {
  padding: 0 15px;
}
.contact-sentiment_scale-area__Kc1Eo .contact-sentiment_scale-background__zoD3S {
  position: relative;
  width: 100%;
  height: 15px;
  background-color: #f5f5f5;
  border-radius: 7px;
}
.contact-sentiment_scale-area__Kc1Eo .contact-sentiment_scale-background__zoD3S .contact-sentiment_scale-bar__Zrmek {
  position: relative;
  width: 30%;
  z-index: 1;
  height: 15px;
  border-radius: 7px 0 0 7px;
  transition: width 0.5s;
}
.contact-sentiment_scale-area__Kc1Eo .contact-sentiment_scale-background__zoD3S .contact-sentiment_scale-bar__Zrmek.contact-sentiment_unhappiest__xn9Ha {
  background-color: #e15031;
}
.contact-sentiment_scale-area__Kc1Eo .contact-sentiment_scale-background__zoD3S .contact-sentiment_scale-bar__Zrmek.contact-sentiment_unhappy__3ruUE {
  background-color: #f08c2c;
}
.contact-sentiment_scale-area__Kc1Eo .contact-sentiment_scale-background__zoD3S .contact-sentiment_scale-bar__Zrmek.contact-sentiment_neutral__hHtTC {
  background-color: #ffc926;
}
.contact-sentiment_scale-area__Kc1Eo .contact-sentiment_scale-background__zoD3S .contact-sentiment_scale-bar__Zrmek.contact-sentiment_happy__gwVUL {
  background-color: #b2d85f;
}
.contact-sentiment_scale-area__Kc1Eo .contact-sentiment_scale-background__zoD3S .contact-sentiment_scale-bar__Zrmek.contact-sentiment_happiest__DKvkN {
  background-color: #71ba27;
}
.contact-sentiment_emojis__ko_IU {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
  font-size: 25px;
  color: hsla(0, 0%, 100%, 0.2);
  transition: color 0.5s;
}
.contact-sentiment_emojis__ko_IU span {
  font-family: serif;
}
.contact-sentiment_emojis__ko_IU .contact-sentiment_active__mUZC6 {
  color: #fff;
  transition: color 0.5s;
}
.contact-sentiment_dropdown__T0b6K {
  display: flex;
  align-items: center;
}
.contact-sentiment_dropdown__T0b6K .ant-select-selector {
  padding-left: 6px !important;
}
.contact-sentiment_summary-blob__qC8HR.contact-sentiment_collapsed__khX0D {
  max-height: 80px;
  overflow: hidden;
}
.contact-sentiment_inbox-dropdown__XjIhb {
  height: 17px;
  max-width: 150px;
}
.contact-sentiment_inbox-dropdown-popup__BoQGc {
  min-width: 200px;
}
.contact-sentiment_inbox-dropdown-popup__BoQGc .ant-select-item-option-grouped {
  padding-left: 12px;
}
.contact-sentiment_metadata__0ASe6 {
  margin-top: 10px;
}
.contact-sentiment_metadata__0ASe6 p {
  margin: 0 0 4px;
  width: 100%;
}
.contact-sentiment_metadata__0ASe6 .contact-sentiment_value__vpUAG {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contact-sentiment_metadata__0ASe6 .contact-sentiment_data-row__CkBKP {
  display: flex;
  align-items: baseline;
}
.contact-sentiment_collapse-button__a2b6Q {
  position: relative;
  float: right;
  top: -19px;
  background-color: #fff !important;
  margin-bottom: -10px;
}
.contact-sentiment_collapse-button__a2b6Q.contact-sentiment_open___VBZr {
  top: -24px;
}
.contact-sentiment_actions-row__CzgXx {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: -10px;
  width: 100%;
}
.contact-sentiment_actions-row__CzgXx p {
  margin: 0;
}
.contact-sentiment_actions-row__CzgXx .contact-sentiment_gray-text__fff8V {
  color: gray;
}
.contact-sentiment_empty-state-gray-box__Jxj43 {
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  width: 100%;
  text-align: center;
  justify-content: space-around;
  padding: 10px;
}
.contact-sentiment_empty-state-gray-box__Jxj43.contact-sentiment_white___PA7F {
  background: #fff;
  align-items: flex-start;
  text-align: left;
}
.contact-sentiment_empty-state-gray-box__Jxj43 p {
  margin: 0;
  color: #757c80;
}
.contact-sentiment_blue-button__E34Lz:hover {
  background-color: unset;
}
.timeline_event__AP0Wz {
  display: flex;
  flex-direction: row;
  padding: 0 5px 0 15px;
}
.timeline_event__AP0Wz .timeline_event-type___n1A9 {
  display: flex;
  flex-direction: column;
  padding: 3px 3px 0 0;
}
.timeline_event__AP0Wz .timeline_event-details__Ok71i {
  display: flex;
  flex-direction: column;
  padding: 0 0 14px 4px;
}
.timeline_event__AP0Wz .timeline_event-row__pt20D {
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  color: #000;
}
.timeline_event__AP0Wz .timeline_event-row__pt20D .timeline_grey-info__rBhaT {
  color: #757c80;
  font-size: 12px;
  font-weight: 400;
}
.timeline_event__AP0Wz .timeline_event-row__pt20D .timeline_black-link__ywl4_ {
  color: #000;
}
.timeline_event__AP0Wz .timeline_event-row__pt20D .timeline_action-name__PU7c4 {
  font-weight: 700;
}
.timeline_event__AP0Wz .timeline_event-row__pt20D .timeline_item-name__6FLJa {
  color: #000;
  font-weight: 400;
}
.timeline_event__AP0Wz .timeline_preview-extended__EG8hT,
.timeline_event__AP0Wz .timeline_preview__wtcVo {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 190px;
}
.timeline_event__AP0Wz .timeline_preview-extended__EG8hT button,
.timeline_event__AP0Wz .timeline_preview__wtcVo button {
  margin-left: 0;
  padding-left: 0;
}
.timeline_event__AP0Wz .timeline_preview-extended__EG8hT button i,
.timeline_event__AP0Wz .timeline_preview__wtcVo button i {
  color: #757c80;
  font-size: 12px;
  font-weight: 400;
}
.timeline_event__AP0Wz .timeline_preview-extended__EG8hT a,
.timeline_event__AP0Wz .timeline_preview__wtcVo a {
  color: #757c80;
}
.timeline_event__AP0Wz .timeline_preview-extended__EG8hT {
  width: 700px;
}
.timeline_search-section__C6A5f {
  display: flex;
  background: #e4e6e7;
  padding: 20px;
  gap: 8px;
  flex-direction: column;
  margin-bottom: 10px;
  border-radius: 4px;
}
.timeline_search-section__C6A5f .timeline_search-filters__nGG72 {
  display: flex;
  gap: 8px;
}
.timeline_search-section__C6A5f .timeline_team-users__TbRye {
  max-height: 100px;
  width: 150px;
}
.timeline_timeline-modal__U8SO8 {
  min-height: 500px;
}
.timeline_empty-state__Ol0cU {
  display: flex;
  height: 300px;
  justify-content: center;
  align-items: center;
  color: #757c80;
}
.timeline_header__CQiQ5 {
  display: flex;
  flex: 1 1;
  justify-content: space-between;
  margin: 0 10px 10px 20px;
}
.timeline_event-icon__vA8h5 {
  overflow: visible;
}
.send-to-modal_icon__iAs2J {
  padding: 4px;
}
.send-to-modal_icon-wrapper__W0E3Q {
  padding: 4px;
  color: #454a4d;
}
.send-to-modal_icon-wrapper-absolute___tqDr {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.send-to-modal_icon-wrapper-absolute___tqDr .send-to-modal_icon__iAs2J {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.send-to-modal_icon-sms__rJGuE {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.send-to-modal_icon-email__pS4Ws {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.send-to-modal_icon-mixed__q_pvo {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.send-to-modal_icon-picker-wrapper__EbGO1 {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.send-to-modal_icon-picker-wrapper__EbGO1:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.send-to-modal_icon-picker-wrapper__EbGO1:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .send-to-modal_icon-picker-wrapper__EbGO1 {
    margin-right: 5px;
  }
}
.send-to-modal_icon-checkmark-white__4_Onn {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.send-to-modal_icon-x-white__jhoDx {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.send-to-modal_icon-help__7SM_K {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.send-to-modal_icon-help__7SM_K:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.send-to-modal_container__RtOda select,
.send-to-modal_ico-arrow-down__VLMYs {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.send-to-modal_container__RtOda select.send-to-modal_ant-dropdown-trigger__EMTF2,
.send-to-modal_ico-arrow-down__VLMYs.send-to-modal_ant-dropdown-trigger__EMTF2 {
  padding-right: 24px;
  cursor: pointer;
}
.send-to-modal_container__RtOda select.send-to-modal_ant-dropdown-trigger__EMTF2:disabled,
.send-to-modal_container__RtOda select.send-to-modal_ant-dropdown-trigger__EMTF2[disabled],
.send-to-modal_ico-arrow-down__VLMYs.send-to-modal_ant-dropdown-trigger__EMTF2:disabled,
.send-to-modal_ico-arrow-down__VLMYs.send-to-modal_ant-dropdown-trigger__EMTF2[disabled] {
  cursor: default;
  background: transparent;
}
.send-to-modal_ico-arrow-gray__F4sO0 {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.send-to-modal_ico-arrow-gray__F4sO0.send-to-modal_down__HfHPB {
  transform: rotate(90deg);
}
.send-to-modal_ico-arrow-gray__F4sO0.send-to-modal_up__VAWma {
  transform: rotate(-90deg);
}
.send-to-modal_ico-arrow-gray__F4sO0.send-to-modal_right__6rSHf {
  transform: rotate(180deg);
}
.send-to-modal_ico-arrow-gray__F4sO0.send-to-modal_ant-dropdown-trigger__EMTF2 {
  padding-right: 24px;
  cursor: pointer;
}
.send-to-modal_ico-arrow-gray__F4sO0.send-to-modal_ant-dropdown-trigger__EMTF2:disabled,
.send-to-modal_ico-arrow-gray__F4sO0.send-to-modal_ant-dropdown-trigger__EMTF2[disabled] {
  cursor: default;
  background: transparent;
}
.send-to-modal_icon-error-triangle__sVTPm {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.send-to-modal_ico-compose__uIYTN {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.send-to-modal_ico-compose-white__jd4mS {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.send-to-modal_icon-google-play__RCKjP {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.send-to-modal_icon-app-store__7fw_E {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.send-to-modal_icon-social-fb__Fd_HW {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.send-to-modal_icon-social-tw__DN1oR {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.send-to-modal_icon-disclosure__W7n2Z {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.send-to-modal_icon-16__W58fH {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.send-to-modal_icon-18__FVbUc {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.send-to-modal_icon-gray5__jSygq {
  color: #999 !important;
}
.send-to-modal_ico-arrow-black__vEoPz {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.send-to-modal_ico-arrow-black__vEoPz.send-to-modal_down__HfHPB {
  transform: rotate(90deg);
}
.send-to-modal_ico-arrow-black__vEoPz.send-to-modal_up__VAWma {
  transform: rotate(-90deg);
}
.send-to-modal_ico-arrow-black__vEoPz.send-to-modal_right__6rSHf {
  transform: rotate(180deg);
}
.send-to-modal_icon-copy__UFypI {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.send-to-modal_icon-copy__UFypI:hover {
  background-image: url(/icons/copy-black.svg);
}
.send-to-modal_icon-msg-white__ZLSVg {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.send-to-modal_icon-email-white__Nqf_U {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.send-to-modal_icon-black-bg__nS1Fs {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.send-to-modal_icon-black-bg__nS1Fs > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.send-to-modal_icon-inbox-black-filled__6XZgu {
  background-image: url(/icons/inbox-black.svg);
}
.send-to-modal_icon-contacts__fv3i8 {
  background-image: url(/icons/sidebar/contacts.svg);
}
.send-to-modal_page-header-title__bmWG2 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.send-to-modal_action-content-box__2ehew .send-to-modal_sub-content__hjWkM h4,
.send-to-modal_empty-state-wrapper__inFzC h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.send-to-modal_box-content___EBCF .send-to-modal_header-l__oOOCY,
.send-to-modal_box-content___EBCF .send-to-modal_header__SoMcL,
.send-to-modal_toast__JoFtU .send-to-modal_ant-message-notice-content__HYnoe .send-to-modal_toast-wrapper__aam7p .send-to-modal_contents__7B2OD .send-to-modal_title__nfToO {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.send-to-modal_action-content-box__2ehew .send-to-modal_sub-content__hjWkM p.send-to-modal_bold__NJGTM,
.send-to-modal_empty-state-wrapper__inFzC h2 a,
.send-to-modal_header-bar__sI4EP .send-to-modal_title__nfToO {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.send-to-modal_box-content___EBCF .send-to-modal_content-header__OP_Zm {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.send-to-modal_action-content-box__2ehew .send-to-modal_sub-content__hjWkM p,
.send-to-modal_empty-state-wrapper__inFzC div,
.send-to-modal_toast__JoFtU .send-to-modal_ant-message-notice-content__HYnoe .send-to-modal_toast-wrapper__aam7p .send-to-modal_contents__7B2OD p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.send-to-modal_blue-button__JfHyF,
.send-to-modal_box-content___EBCF .send-to-modal_content__t7UO3 input,
.send-to-modal_box-content___EBCF .send-to-modal_upload-data-input-with-icon__S5_a7 input,
.send-to-modal_button-with-bg-color__HHctA,
.send-to-modal_cancel-button__HUBtk,
.send-to-modal_green-button__A4vmS,
.send-to-modal_input-box__X4E6v,
.send-to-modal_input-grey__zq56g,
.send-to-modal_orange-button__qLD9n,
.send-to-modal_positive-button__06MFK,
.send-to-modal_purple-button__oGvHB,
.send-to-modal_white-button-blue-text__S_nT3,
.send-to-modal_white-button__xju_A,
button.send-to-modal_icon-button__1K6xz,
button.send-to-modal_text-only__sEqbk,
input .send-to-modal_input-white__N0FKQ,
textarea .send-to-modal_input-white__N0FKQ {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.send-to-modal_large-tag__7HVUc,
button.send-to-modal_show-more__m6SIv,
button.send-to-modal_text-only__sEqbk,
span.send-to-modal_text-only__sEqbk button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.send-to-modal_no-results-found__cKrvG {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.send-to-modal_tag__sWXN1 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.send-to-modal_beta-label__9O3rq,
.send-to-modal_error-text-link__wUNHb,
.send-to-modal_error-text__bdbB_,
.send-to-modal_error__UbdwH {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.send-to-modal_mini-square__zdGXX {
  width: 20px;
  height: 20px;
}
.send-to-modal_help-text__zQSGI {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.send-to-modal_error-text__bdbB_ {
  color: #d0021b;
  flex-grow: 1;
}
.send-to-modal_error-text-link__wUNHb {
  color: #d0021b;
  text-decoration: underline;
}
.send-to-modal_descriptive-text__87JRg {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.send-to-modal_visually-hidden___iqmh {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.send-to-modal_visually-hidden___iqmh.send-to-modal_focusable___7Beq:active,
.send-to-modal_visually-hidden___iqmh.send-to-modal_focusable___7Beq:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.send-to-modal_visually-offscreen__YFST_ {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.send-to-modal_invisible__Pn9BW {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.send-to-modal_hidden___hpyu {
  display: none !important;
  visibility: hidden;
}
.send-to-modal_strong__Jh_8t {
  font-weight: 700;
}
.send-to-modal_align-right__pRsUD {
  text-align: right;
}
.send-to-modal_align-left__fD_UW {
  text-align: left;
}
.send-to-modal_centered__3_f3r {
  text-align: center;
}
.send-to-modal_timestamp__U8G6l {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.send-to-modal_display-block__7rcVP {
  display: block !important;
}
.send-to-modal_inline-block__Wn8vx {
  display: inline-block !important;
}
.send-to-modal_hm-app-body__4k1Zb button.send-to-modal_ant-switch__BB_4E[disabled],
.send-to-modal_hm-app-body__4k1Zb button.send-to-modal_ant-switch__BB_4E[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.send-to-modal_blue-button__JfHyF,
.send-to-modal_button-with-bg-color__HHctA,
.send-to-modal_cancel-button__HUBtk,
.send-to-modal_green-button__A4vmS,
.send-to-modal_orange-button__qLD9n,
.send-to-modal_positive-button__06MFK,
.send-to-modal_purple-button__oGvHB,
.send-to-modal_white-button-blue-text__S_nT3,
.send-to-modal_white-button__xju_A,
button.send-to-modal_icon-button__1K6xz,
button.send-to-modal_text-only__sEqbk {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.send-to-modal_text-only__sEqbk,
span.send-to-modal_text-only__sEqbk button {
  color: #31a7e7;
  padding: 0;
}
button.send-to-modal_text-only__sEqbk[disabled],
button.send-to-modal_text-only__sEqbk[disabled]:active,
button.send-to-modal_text-only__sEqbk[disabled]:focus,
button.send-to-modal_text-only__sEqbk[disabled]:hover,
span.send-to-modal_text-only__sEqbk button[disabled],
span.send-to-modal_text-only__sEqbk button[disabled]:active,
span.send-to-modal_text-only__sEqbk button[disabled]:focus,
span.send-to-modal_text-only__sEqbk button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.send-to-modal_text-only__sEqbk.send-to-modal_red-text__R9qX_,
button.send-to-modal_text-only__sEqbk.send-to-modal_red-text__R9qX_:active,
button.send-to-modal_text-only__sEqbk.send-to-modal_red-text__R9qX_:focus,
button.send-to-modal_text-only__sEqbk.send-to-modal_red-text__R9qX_:hover,
span.send-to-modal_text-only__sEqbk button.send-to-modal_red-text__R9qX_,
span.send-to-modal_text-only__sEqbk button.send-to-modal_red-text__R9qX_:active,
span.send-to-modal_text-only__sEqbk button.send-to-modal_red-text__R9qX_:focus,
span.send-to-modal_text-only__sEqbk button.send-to-modal_red-text__R9qX_:hover {
  color: #d0021b;
}
button.send-to-modal_text-only__sEqbk.send-to-modal_gray-text__N2Gyh,
span.send-to-modal_text-only__sEqbk button.send-to-modal_gray-text__N2Gyh {
  color: #999;
}
button.send-to-modal_text-only__sEqbk.send-to-modal_gray-text__N2Gyh:active,
button.send-to-modal_text-only__sEqbk.send-to-modal_gray-text__N2Gyh:focus,
button.send-to-modal_text-only__sEqbk.send-to-modal_gray-text__N2Gyh:hover,
span.send-to-modal_text-only__sEqbk button.send-to-modal_gray-text__N2Gyh:active,
span.send-to-modal_text-only__sEqbk button.send-to-modal_gray-text__N2Gyh:focus,
span.send-to-modal_text-only__sEqbk button.send-to-modal_gray-text__N2Gyh:hover {
  color: #999 !important;
}
button.send-to-modal_text-only__sEqbk.send-to-modal_black-text__v7_V5,
span.send-to-modal_text-only__sEqbk button.send-to-modal_black-text__v7_V5 {
  color: #17191a;
}
button.send-to-modal_text-only__sEqbk.send-to-modal_black-text__v7_V5:active,
button.send-to-modal_text-only__sEqbk.send-to-modal_black-text__v7_V5:focus,
button.send-to-modal_text-only__sEqbk.send-to-modal_black-text__v7_V5:hover,
span.send-to-modal_text-only__sEqbk button.send-to-modal_black-text__v7_V5:active,
span.send-to-modal_text-only__sEqbk button.send-to-modal_black-text__v7_V5:focus,
span.send-to-modal_text-only__sEqbk button.send-to-modal_black-text__v7_V5:hover {
  color: #8158ec;
}
button.send-to-modal_text-only__sEqbk.send-to-modal_purple-text__NSl7p,
button.send-to-modal_text-only__sEqbk.send-to-modal_purple-text__NSl7p:active,
button.send-to-modal_text-only__sEqbk.send-to-modal_purple-text__NSl7p:focus,
button.send-to-modal_text-only__sEqbk.send-to-modal_purple-text__NSl7p:hover,
span.send-to-modal_text-only__sEqbk button.send-to-modal_purple-text__NSl7p,
span.send-to-modal_text-only__sEqbk button.send-to-modal_purple-text__NSl7p:active,
span.send-to-modal_text-only__sEqbk button.send-to-modal_purple-text__NSl7p:focus,
span.send-to-modal_text-only__sEqbk button.send-to-modal_purple-text__NSl7p:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.send-to-modal_text-only__sEqbk:active,
button.send-to-modal_text-only__sEqbk:focus,
button.send-to-modal_text-only__sEqbk:hover,
span.send-to-modal_text-only__sEqbk button:active,
span.send-to-modal_text-only__sEqbk button:focus,
span.send-to-modal_text-only__sEqbk button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.send-to-modal_blue-button__JfHyF,
.send-to-modal_button-with-bg-color__HHctA,
.send-to-modal_green-button__A4vmS,
.send-to-modal_orange-button__qLD9n,
.send-to-modal_positive-button__06MFK,
.send-to-modal_white-button-blue-text__S_nT3,
.send-to-modal_white-button__xju_A {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.send-to-modal_orange-button__qLD9n {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.send-to-modal_orange-button__qLD9n:active,
.send-to-modal_orange-button__qLD9n:focus,
.send-to-modal_orange-button__qLD9n:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.send-to-modal_orange-button__qLD9n[disabled],
.send-to-modal_orange-button__qLD9n[disabled]:active,
.send-to-modal_orange-button__qLD9n[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.send-to-modal_orange-button__qLD9n.send-to-modal_drop-down__KertY {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.send-to-modal_scroll-loader__0ms7_ {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.send-to-modal_green-button__A4vmS {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.send-to-modal_green-button__A4vmS:active,
.send-to-modal_green-button__A4vmS:focus,
.send-to-modal_green-button__A4vmS:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.send-to-modal_green-button__A4vmS[disabled],
.send-to-modal_green-button__A4vmS[disabled]:active,
.send-to-modal_green-button__A4vmS[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.send-to-modal_positive-button__06MFK {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.send-to-modal_positive-button__06MFK:active,
.send-to-modal_positive-button__06MFK:focus,
.send-to-modal_positive-button__06MFK:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.send-to-modal_positive-button__06MFK[disabled] {
  background-color: #abe4b2;
}
.send-to-modal_negative-button__AsEk7 {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.send-to-modal_negative-button__AsEk7:active,
.send-to-modal_negative-button__AsEk7:focus,
.send-to-modal_negative-button__AsEk7:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.send-to-modal_plain-cancel-button__xJ2HU,
.send-to-modal_plain-cancel-button__xJ2HU:active,
.send-to-modal_plain-cancel-button__xJ2HU:focus,
.send-to-modal_plain-cancel-button__xJ2HU:hover {
  color: #17191a;
}
.send-to-modal_white-button-blue-text__S_nT3,
.send-to-modal_white-button__xju_A {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.send-to-modal_white-button-blue-text__S_nT3:active,
.send-to-modal_white-button-blue-text__S_nT3:focus,
.send-to-modal_white-button-blue-text__S_nT3:hover,
.send-to-modal_white-button__xju_A:active,
.send-to-modal_white-button__xju_A:focus,
.send-to-modal_white-button__xju_A:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.send-to-modal_white-button__xju_A[disabled],
.send-to-modal_white-button__xju_A[disabled]:active,
.send-to-modal_white-button__xju_A[disabled]:focus,
.send-to-modal_white-button__xju_A[disabled]:hover,
[disabled].send-to-modal_white-button-blue-text__S_nT3 {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.send-to-modal_common-sentiment-emoji__noWui {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.send-to-modal_white-button-blue-text__S_nT3 {
  color: #31a7e7;
}
.send-to-modal_white-button-blue-text__S_nT3:active,
.send-to-modal_white-button-blue-text__S_nT3:focus,
.send-to-modal_white-button-blue-text__S_nT3:hover {
  color: #31a7e7 !important;
}
.send-to-modal_blue-button__JfHyF {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.send-to-modal_blue-button__JfHyF,
.send-to-modal_blue-button__JfHyF:active,
.send-to-modal_blue-button__JfHyF:focus,
.send-to-modal_blue-button__JfHyF:hover {
  background-color: #31a7e7;
  color: #fff;
}
.send-to-modal_green-button__A4vmS {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.send-to-modal_green-button__A4vmS,
.send-to-modal_green-button__A4vmS:active,
.send-to-modal_green-button__A4vmS:focus,
.send-to-modal_green-button__A4vmS:hover {
  background-color: #56bf56;
  color: #fff;
}
.send-to-modal_purple-button__oGvHB {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.send-to-modal_purple-button__oGvHB:active,
.send-to-modal_purple-button__oGvHB:focus,
.send-to-modal_purple-button__oGvHB:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.send-to-modal_dropdown-input__7BXJF {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.send-to-modal_dropdown-input__7BXJF:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.send-to-modal_hm-app-body__4k1Zb input::placeholder {
  color: #a3a3a3;
}
.send-to-modal_textarea-composer__T_IoK {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.send-to-modal_container__RtOda input,
.send-to-modal_container__RtOda textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.send-to-modal_input-for-copy__A9nKA {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.send-to-modal_input-text-bordered__Ibr1m,
.send-to-modal_input-text__ZYDrL,
.send-to-modal_input-textarea__w3pBm {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.send-to-modal_input-text__ZYDrL {
  height: 50px;
}
.send-to-modal_input-text-bordered__Ibr1m {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.send-to-modal_xxl-input__T3wE0 {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.send-to-modal_xl-input__7nqtg {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.send-to-modal_l-input__TLxZb {
  width: 100%;
  font-size: 1.1rem;
}
.send-to-modal_box-content___EBCF .send-to-modal_content__t7UO3 input,
.send-to-modal_box-content___EBCF .send-to-modal_upload-data-input-with-icon__S5_a7 input,
.send-to-modal_input-grey__zq56g,
input .send-to-modal_input-white__N0FKQ,
textarea .send-to-modal_input-white__N0FKQ {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.send-to-modal_box-content___EBCF .send-to-modal_content__t7UO3 input::placeholder,
.send-to-modal_box-content___EBCF .send-to-modal_upload-data-input-with-icon__S5_a7 input::placeholder,
.send-to-modal_input-grey__zq56g::placeholder,
input .send-to-modal_input-white__N0FKQ::placeholder,
textarea .send-to-modal_input-white__N0FKQ::placeholder {
  color: #999;
  opacity: 1;
}
input .send-to-modal_input-white__N0FKQ,
textarea .send-to-modal_input-white__N0FKQ {
  background-color: #fff;
}
.send-to-modal_clearfix__ENqxj:after {
  clear: both;
  content: '';
  display: block;
}
.send-to-modal_hidden-important__UYDct {
  display: none !important;
}
.send-to-modal_p-left__ftx9O {
  float: left;
}
.send-to-modal_p-right__0rEeb {
  float: right;
}
.send-to-modal_image_orientation_3__PncOQ {
  tranform: rotate(180deg);
}
.send-to-modal_image_orientation_6__7YfxW {
  tranform: rotate(90deg);
}
.send-to-modal_image_orientation_8__w0_43 {
  tranform: rotate(-90deg);
}
.send-to-modal_image_orientation_2__m1GUD {
  tranform: scaleX(-1);
}
.send-to-modal_image_orientation_7__2v7iW {
  tranform: scaleX(-1) rotate(-90deg);
}
.send-to-modal_image_orientation_4__j32c9 {
  tranform: scaleX(-1) rotate(180deg);
}
.send-to-modal_image_orientation_5__wOVG9 {
  tranform: scaleX(-1) rotate(90deg);
}
.send-to-modal_image_slideshow_orientation_3__s_WqL {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.send-to-modal_image_slideshow_orientation_6__22QFa {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.send-to-modal_image_slideshow_orientation_8__LiP4v {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.send-to-modal_image_slideshow_orientation_2__ifvP1 {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.send-to-modal_image_slideshow_orientation_7__lvZdW {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.send-to-modal_image_slideshow_orientation_4__ybYgG {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.send-to-modal_image_slideshow_orientation_5__RY7A9 {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.send-to-modal_container__RtOda select::-ms-expand {
  display: none !important;
}
.send-to-modal_container__RtOda select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.send-to-modal_count-area__Q8cU2 {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.send-to-modal_clear-top__9yu9f {
  padding-top: 0;
  margin-top: 0;
}
.send-to-modal_remove-x-20__KdtZx,
.send-to-modal_remove-x__TD2OE {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.send-to-modal_remove-x__TD2OE.send-to-modal_white__lRwJn,
.send-to-modal_white__lRwJn.send-to-modal_remove-x-20__KdtZx {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.send-to-modal_remove-x-20__KdtZx {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.send-to-modal_divider__kYXGx {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.send-to-modal_mobile__r0v03 {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.send-to-modal_blue__z8XFi {
  color: #31a7e7 !important;
}
.send-to-modal_white__lRwJn {
  color: #fff !important;
}
.send-to-modal_purple__y_qHB {
  color: #8158ec !important;
}
.send-to-modal_delete__kENu6 {
  color: #d0021b !important;
}
.send-to-modal_dark-text__j4oNO {
  color: #17191a !important;
}
.send-to-modal_file-input__DH941 {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.send-to-modal_image-download-wrapper__srCIb {
  position: fixed;
  top: 40px;
  right: 100px;
}
.send-to-modal_overflow-y-auto__Y6NKw {
  overflow-y: auto;
}
.send-to-modal_is-font-icon__C62Ub:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.send-to-modal_is-invisible__RKmHX {
  opacity: 0;
}
.send-to-modal_tabbed-button__Kw57o {
  padding: 0 7px 2px;
}
.send-to-modal_tabbed-button__Kw57o.send-to-modal_selected__ZD_pV {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.send-to-modal_show-more__m6SIv {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.send-to-modal_show-more__m6SIv:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.send-to-modal_time-input__fFyFU {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.send-to-modal_form-group__em7wX.send-to-modal_date-time__K97Cm {
  position: relative;
  top: -2px;
}
.send-to-modal_form-group__em7wX.send-to-modal_date-time__K97Cm.send-to-modal_time__1E0fI {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.send-to-modal_form-group__em7wX.send-to-modal_date-time__K97Cm.send-to-modal_form-group-hour__i6D8W .send-to-modal_colon__NNBiB {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.send-to-modal_form-group__em7wX.send-to-modal_date-time__K97Cm.send-to-modal_form-group-hour__i6D8W input {
  text-align: center;
}
.send-to-modal_form-group__em7wX.send-to-modal_date-time__K97Cm.send-to-modal_form-group-day__pxah9 {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.send-to-modal_form-group__em7wX.send-to-modal_date-time__K97Cm.send-to-modal_form-group-minute__fzg_x {
  width: 42px;
}
.send-to-modal_form-group__em7wX.send-to-modal_date-time__K97Cm.send-to-modal_form-group-clock__GQzKj {
  width: 54px;
}
.send-to-modal_attach-img__H1fRZ {
  position: relative;
  width: 25px;
  height: 25px;
}
.send-to-modal_attach-img__H1fRZ input#send-to-modal_add-image__Na2m5 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.send-to-modal_attach-img__H1fRZ span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.send-to-modal_m-0__Y6Mjl {
  margin: 0 !important;
}
.send-to-modal_ml-auto__XzMg3 {
  margin-left: auto;
}
.send-to-modal_mr-auto__48T4x {
  margin-right: auto;
}
.send-to-modal_mx-auto__ajTVw {
  margin-left: auto;
  margin-right: auto;
}
.send-to-modal_mx-16__gNZn5 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.send-to-modal_my-16__Hw3tR {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.send-to-modal_mr-0__YBAwT {
  margin-right: 0 !important;
}
.send-to-modal_mr-4__5C2DY {
  margin-right: 4px !important;
}
.send-to-modal_mr-8__yqF8H {
  margin-right: 8px !important;
}
.send-to-modal_mr-12__oG2UE {
  margin-right: 12px !important;
}
.send-to-modal_mr-16__qdQi4 {
  margin-right: 16px !important;
}
.send-to-modal_ml-0__wA7BC {
  margin-left: 0 !important;
}
.send-to-modal_ml-4__21qw_ {
  margin-left: 4px !important;
}
.send-to-modal_ml-8__N2MnT {
  margin-left: 8px !important;
}
.send-to-modal_ml-12__EuK2b {
  margin-left: 12px !important;
}
.send-to-modal_ml-16__Qdi_M {
  margin-left: 16px !important;
}
.send-to-modal_mt-0__654Qv {
  margin-top: 0 !important;
}
.send-to-modal_mt-4__IpEKe {
  margin-top: 4px !important;
}
.send-to-modal_mt-8__HRT6s {
  margin-top: 8px !important;
}
.send-to-modal_mt-16___7O9t {
  margin-top: 16px !important;
}
.send-to-modal_mt-24__TdXN2 {
  margin-top: 24px !important;
}
.send-to-modal_mt-48__47Jgm {
  margin-top: 48px !important;
}
.send-to-modal_mb-0__lVtPs {
  margin-bottom: 0 !important;
}
.send-to-modal_mb-4__7ipDp {
  margin-bottom: 4px !important;
}
.send-to-modal_mb-8__4_i0j {
  margin-bottom: 8px !important;
}
.send-to-modal_mb-12__WGlHq {
  margin-bottom: 12px !important;
}
.send-to-modal_mb-16__c28fk {
  margin-bottom: 16px !important;
}
.send-to-modal_mb-24__uX3tl {
  margin-bottom: 24px !important;
}
.send-to-modal_mb-64__noaHE {
  margin-bottom: 64px !important;
}
.send-to-modal_p-0__fY9Cv {
  padding: 0 !important;
}
.send-to-modal_p-16__grGH_ {
  padding: 16px;
}
.send-to-modal_p-40__franl {
  padding: 40px;
}
.send-to-modal_px-0__bFKsU {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.send-to-modal_px-4__Kalqr {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.send-to-modal_px-8__CxD_c {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.send-to-modal_px-32__tet_j {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.send-to-modal_px-40__E89QY {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.send-to-modal_pt-40__fZsGP {
  padding-top: 40px;
}
.send-to-modal_pt-24__e_qYn {
  padding-top: 24px;
}
.send-to-modal_pt-16__pVyXB {
  padding-top: 16px;
}
.send-to-modal_pt-12__TnHKO {
  padding-top: 12px !important;
}
.send-to-modal_pb-40__G3EKZ {
  padding-bottom: 40px;
}
.send-to-modal_pb-24__SWKCo {
  padding-bottom: 24px;
}
.send-to-modal_pb-16__Tu_Vz {
  padding-bottom: 16px;
}
.send-to-modal_pl-8__UGZfh {
  padding-left: 8px !important;
}
.send-to-modal_pl-12__d5PZk {
  padding-left: 12px !important;
}
.send-to-modal_pl-16__5r7Kw {
  padding-left: 16px !important;
}
.send-to-modal_text-left__uqsdL {
  text-align: left !important;
}
.send-to-modal_text-right__n7V9c {
  text-align: right !important;
}
.send-to-modal_text-center__AbeRp {
  text-align: center !important;
}
.send-to-modal_font-medium__xn8fY {
  font-weight: 500 !important;
}
.send-to-modal_font-semibold__MeN7L {
  font-weight: 600 !important;
}
.send-to-modal_radius-8__I71tR {
  border-radius: 8px !important;
}
.send-to-modal_truncate__tXrGi {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.send-to-modal_whitespace-nowrap__rp1Lf {
  white-space: nowrap;
}
.send-to-modal_whitespace-pre-wrap__Ldyvi {
  white-space: pre-wrap;
}
.send-to-modal_w-100__TKxw5 {
  width: 100% !important;
}
.send-to-modal_h-100__pFp0c {
  height: 100% !important;
}
.send-to-modal_max-w-none__M7S9a {
  max-width: none !important;
}
.send-to-modal_max-h-none__LH0On {
  max-height: none !important;
}
.send-to-modal_min-w-100__s33S8 {
  min-width: 100px;
}
.send-to-modal_heading-48-600__ny5Px {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.send-to-modal_heading-32-600__jixWN {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.send-to-modal_heading-24-600__lNNLZ {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.send-to-modal_heading-18-600__xzgM6 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.send-to-modal_heading-18-400__ZpgDX {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.send-to-modal_heading-16-700__DFCJ2 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.send-to-modal_text-16-400__JczTi {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.send-to-modal_heading-14-600__DZdgn {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.send-to-modal_heading-14-500__QxXCR {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.send-to-modal_text-14-400__nMDkv {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.send-to-modal_text-13-500__X4RCo {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.send-to-modal_text-13-600__5MOAg {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.send-to-modal_text-13-400__9X_V7 {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.send-to-modal_text-12-500__0ZnRc {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.send-to-modal_text-12-600__A_39u {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.send-to-modal_text-12-400__OKnc3 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.send-to-modal_status-badge__o3HOE {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.send-to-modal_status-badge__o3HOE.send-to-modal_paused__yFpvW {
  background-color: #ff8b3d;
  color: #fff !important;
}
.send-to-modal_status-badge__o3HOE.send-to-modal_created__0G4eF,
.send-to-modal_status-badge__o3HOE.send-to-modal_inactive__ZxPxU,
.send-to-modal_status-badge__o3HOE.send-to-modal_pending__cM376 {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.send-to-modal_status-badge__o3HOE.send-to-modal_active__Cw7j0 {
  background-color: #56bf56;
  color: #fff !important;
}
.send-to-modal_status-badge__o3HOE.send-to-modal_error__UbdwH {
  background-color: #d0021b;
  color: #fff !important;
}
.send-to-modal_status-badge__o3HOE.send-to-modal_progress__AV48D {
  background-color: #f5bf0c;
  color: #fff !important;
}
.send-to-modal_status-badge__o3HOE.send-to-modal_draft___snNb {
  background-color: #e6e6e6;
  color: #000 !important;
}
.send-to-modal_status-badge__o3HOE.send-to-modal_sent__akOku {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.send-to-modal_status-badge__o3HOE.send-to-modal_scheduled__K5ELa {
  background-color: #feefcf;
  color: #795548;
}
.send-to-modal_status-badge__o3HOE.send-to-modal_loading-badge__NgP_f {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.send-to-modal_status-badge__o3HOE.send-to-modal_loading-badge__NgP_f .send-to-modal_text__NhPHw {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.send-to-modal_status-badge__o3HOE.send-to-modal_loading-badge__NgP_f .send-to-modal_slider__qhexC {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: send-to-modal_moveSlideshow__qkQ0x 3s linear infinite;
}
@keyframes send-to-modal_moveSlideshow__qkQ0x {
  to {
    transform: translateX(200%);
  }
}
.send-to-modal_flex__2jp18 {
  display: flex !important;
}
.send-to-modal_flex-space-between__5j5_z {
  justify-content: space-between;
}
.send-to-modal_flex-align-start___iCOQ {
  align-items: flex-start;
}
.send-to-modal_flex-align-center__GZgmc {
  align-items: center;
}
.send-to-modal_flex-absolute-center__H23n4 {
  justify-content: center;
  align-items: center;
}
.send-to-modal_flex-container__60Cyr {
  display: flex;
  flex-wrap: wrap;
}
.send-to-modal_flex-column__tJ0M2 {
  flex-direction: column;
}
.send-to-modal_flex-justify-end__INqfb {
  justify-content: flex-end;
}
.send-to-modal_position-relative__7EGmT {
  position: relative !important;
}
.send-to-modal_position-static__Ygrql {
  position: static !important;
}
.send-to-modal_position-absolute__GHVMK {
  position: absolute !important;
}
.send-to-modal_hr-grey__xwO5u {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.send-to-modal_input-border__hdzWT {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.send-to-modal_action-content-box__2ehew,
.send-to-modal_box-content___EBCF,
.send-to-modal_box-content___EBCF .send-to-modal_upload-data-input-with-icon__S5_a7,
.send-to-modal_default-border__XS42y {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.send-to-modal_bg-grey__8GoS_ {
  background-color: #f9f9f9 !important;
}
.send-to-modal_bg-white__YcWMW {
  background-color: #fff !important;
}
.send-to-modal_pos-relative__fcPgc {
  position: relative !important;
}
.send-to-modal_text-light__c_TJI {
  color: #757c80 !important;
}
.send-to-modal_text-red__n9A0o {
  color: #d0021b !important;
}
.send-to-modal_text-green__Osm__ {
  color: #56bf56 !important;
}
.send-to-modal_text-blue__6QDcg {
  color: #31a7e7;
}
.send-to-modal_text-sec-blue__rZgbn {
  color: #1b02b1 !important;
}
.send-to-modal_notification-dot__2Y5Ee {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.send-to-modal_title-with-action-on-left__eGYuK {
  display: flex;
  justify-content: space-between;
}
.send-to-modal_error__UbdwH {
  color: #d0021b;
}
.send-to-modal_error-border__4NQaz {
  border: 1px solid #d0021b !important;
}
.send-to-modal_rotate__yuZpF {
  animation: send-to-modal_rotation__yZIQj 2s linear infinite;
}
@keyframes send-to-modal_rotation__yZIQj {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.send-to-modal_switch__rKXon {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.send-to-modal_switch__rKXon .send-to-modal_btn-toggle__XqkZi {
  opacity: 0;
  width: 0;
  height: 0;
}
.send-to-modal_switch__rKXon .send-to-modal_slider__qhexC {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.send-to-modal_switch__rKXon .send-to-modal_slider__qhexC:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.send-to-modal_switch__rKXon .send-to-modal_slider__qhexC:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.send-to-modal_switch__rKXon .send-to-modal_btn-toggle__XqkZi.send-to-modal_enabled__DnXNG + .send-to-modal_slider__qhexC {
  background-color: #ffc926;
  border: none;
}
.send-to-modal_switch__rKXon .send-to-modal_btn-toggle__XqkZi:focus + .send-to-modal_slider__qhexC {
  box-shadow: 0 0 1px #2196f3;
}
.send-to-modal_switch__rKXon .send-to-modal_btn-toggle__XqkZi.send-to-modal_enabled__DnXNG + .send-to-modal_slider__qhexC:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.send-to-modal_switch__rKXon .send-to-modal_btn-toggle__XqkZi.send-to-modal_enabled__DnXNG + .send-to-modal_slider__qhexC:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#send-to-modal_appleid-signin__XuRKi {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#send-to-modal_appleid-signin__XuRKi > div {
  width: 200px !important;
  height: 38px !important;
}
.send-to-modal_page-header__DW_2S {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.send-to-modal_page-header__DW_2S.send-to-modal_clear-side__amN4S {
  padding: 40px 0 32px;
}
.send-to-modal_page-spacing__FbgCW {
  padding: 0 40px;
}
.send-to-modal_page-header-title__bmWG2 {
  color: #17191a;
  margin: 0 0 8px;
}
.send-to-modal_header-bar__sI4EP {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.send-to-modal_box-content___EBCF {
  background-color: #fff;
  margin-bottom: 24px;
}
.send-to-modal_box-content___EBCF .send-to-modal_header__SoMcL {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.send-to-modal_box-content___EBCF .send-to-modal_header-l__oOOCY {
  padding: 24px 16px;
  margin: 0;
}
.send-to-modal_box-content___EBCF .send-to-modal_content__t7UO3 {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.send-to-modal_box-content___EBCF .send-to-modal_content-header__OP_Zm {
  margin-bottom: 4px;
  margin-top: 0;
}
.send-to-modal_box-content___EBCF .send-to-modal_table-content__XmQOJ {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.send-to-modal_box-content___EBCF .send-to-modal_help-text__zQSGI {
  line-height: 20px;
}
.send-to-modal_box-content___EBCF .send-to-modal_sub-text__va_1i {
  color: #757c80;
}
.send-to-modal_box-content___EBCF .send-to-modal_content-data-input__hh0Oy {
  margin-top: 8px;
}
.send-to-modal_box-content___EBCF .send-to-modal_data-entry-input__i01nC,
.send-to-modal_box-content___EBCF .send-to-modal_upload-data-input-with-icon__S5_a7 {
  margin-top: 8px;
  padding: 0 11px;
}
.send-to-modal_box-content___EBCF .send-to-modal_upload-data-input-with-icon__S5_a7 {
  cursor: pointer;
  background: #f9f9f9;
}
.send-to-modal_box-content___EBCF .send-to-modal_upload-data-input-with-icon__S5_a7 input {
  padding: 12px 2px;
}
.send-to-modal_box-content___EBCF .send-to-modal_upload-data-input-with-icon__S5_a7 input:disabled,
.send-to-modal_box-content___EBCF .send-to-modal_upload-data-input-with-icon__S5_a7 input:hover {
  cursor: pointer !important;
}
.send-to-modal_empty-state__Q2osw {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.send-to-modal_empty-state__Q2osw.send-to-modal_contact-list__z8_HH {
  width: 80%;
}
.send-to-modal_empty-state__Q2osw .send-to-modal_empty-title__OTYpm {
  font-size: 14px;
  font-weight: 500px;
}
.send-to-modal_empty-state-wrapper__inFzC {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.send-to-modal_empty-state-wrapper__inFzC h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.send-to-modal_empty-state-wrapper__inFzC div {
  color: #757c80;
  margin: 16px 0 12px;
}
.send-to-modal_empty-state-button__qLHa9 {
  margin: 20px 10px;
}
.send-to-modal_handel-bar__BYn6r {
  fill: #b7bfc6;
  vertical-align: middle;
}
.send-to-modal_tag__sWXN1 {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.send-to-modal_ant-color-picker-input__n0C_e .send-to-modal_ant-input__0_JaU {
  height: 22px;
}
.send-to-modal_ant-color-picker-trigger__ZWHtu {
  width: 23px;
  height: 23px;
}
.send-to-modal_ant-color-picker-trigger__ZWHtu .send-to-modal_ant-color-picker-color-block__BtbqX {
  width: 18px;
  height: 18px;
}
.send-to-modal_box-content___EBCF .send-to-modal_content__t7UO3 input,
.send-to-modal_box-content___EBCF .send-to-modal_upload-data-input-with-icon__S5_a7 input,
input input.send-to-modal_input-white__N0FKQ,
input textarea.send-to-modal_input-white__N0FKQ,
input.send-to-modal_input-grey__zq56g,
textarea input.send-to-modal_input-white__N0FKQ,
textarea textarea.send-to-modal_input-white__N0FKQ,
textarea.send-to-modal_input-grey__zq56g {
  background-color: #f9f9f9;
}
.send-to-modal_box-content___EBCF .send-to-modal_content__t7UO3 input:active,
.send-to-modal_box-content___EBCF .send-to-modal_content__t7UO3 input:focus,
.send-to-modal_box-content___EBCF .send-to-modal_content__t7UO3 input:hover,
.send-to-modal_box-content___EBCF .send-to-modal_upload-data-input-with-icon__S5_a7 input:active,
.send-to-modal_box-content___EBCF .send-to-modal_upload-data-input-with-icon__S5_a7 input:focus,
.send-to-modal_box-content___EBCF .send-to-modal_upload-data-input-with-icon__S5_a7 input:hover,
input input.send-to-modal_input-white__N0FKQ:active,
input input.send-to-modal_input-white__N0FKQ:focus,
input input.send-to-modal_input-white__N0FKQ:hover,
input textarea.send-to-modal_input-white__N0FKQ:active,
input textarea.send-to-modal_input-white__N0FKQ:focus,
input textarea.send-to-modal_input-white__N0FKQ:hover,
input.send-to-modal_input-grey__zq56g:active,
input.send-to-modal_input-grey__zq56g:focus,
input.send-to-modal_input-grey__zq56g:hover,
textarea input.send-to-modal_input-white__N0FKQ:active,
textarea input.send-to-modal_input-white__N0FKQ:focus,
textarea input.send-to-modal_input-white__N0FKQ:hover,
textarea textarea.send-to-modal_input-white__N0FKQ:active,
textarea textarea.send-to-modal_input-white__N0FKQ:focus,
textarea textarea.send-to-modal_input-white__N0FKQ:hover,
textarea.send-to-modal_input-grey__zq56g:active,
textarea.send-to-modal_input-grey__zq56g:focus,
textarea.send-to-modal_input-grey__zq56g:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.send-to-modal_input-white__N0FKQ:active,
input.send-to-modal_input-white__N0FKQ:focus,
input.send-to-modal_input-white__N0FKQ:hover,
span.send-to-modal_input-white__N0FKQ:active,
span.send-to-modal_input-white__N0FKQ:focus,
span.send-to-modal_input-white__N0FKQ:hover,
textarea.send-to-modal_input-white__N0FKQ:active,
textarea.send-to-modal_input-white__N0FKQ:focus,
textarea.send-to-modal_input-white__N0FKQ:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.send-to-modal_image-uploader-flex__NmB9j .send-to-modal_ant-upload-select__cVOlk {
  display: flex;
}
.send-to-modal_image-uploader-flex__NmB9j .send-to-modal_ant-upload-select__cVOlk .send-to-modal_ant-upload__t1C7P {
  flex: 1 1;
}
.send-to-modal_modal-footer-wrapper__9lYQs {
  display: flex;
  justify-content: center;
}
.send-to-modal_app-modal__P468q .send-to-modal_small__YuwLu {
  width: 350px;
}
.send-to-modal_toast__JoFtU.send-to-modal_negative__lIzt1 .send-to-modal_ant-message-notice-content__HYnoe {
  background-color: #d0021b;
}
.send-to-modal_toast__JoFtU.send-to-modal_positive__13a8i .send-to-modal_ant-message-notice-content__HYnoe {
  background-color: #56bf56;
}
.send-to-modal_toast__JoFtU.send-to-modal_loading__oO5zP .send-to-modal_ant-message-notice-content__HYnoe .send-to-modal_toast-wrapper__aam7p .send-to-modal_contents__7B2OD,
.send-to-modal_toast__JoFtU.send-to-modal_loading__oO5zP
  .send-to-modal_ant-message-notice-content__HYnoe
  .send-to-modal_toast-wrapper__aam7p
  .send-to-modal_contents__7B2OD
  .send-to-modal_title__nfToO {
  color: #000 !important;
}
.send-to-modal_toast__JoFtU.send-to-modal_loading__oO5zP .send-to-modal_ant-message-loading___3GzJ .send-to-modal_anticon-loading__3j7Hw {
  font-size: 1.5rem;
}
.send-to-modal_toast__JoFtU .send-to-modal_ant-message-notice-content__HYnoe {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.send-to-modal_toast__JoFtU .send-to-modal_ant-message-notice-content__HYnoe .send-to-modal_toast-wrapper__aam7p {
  position: relative;
  display: flex;
  align-items: center;
}
.send-to-modal_toast__JoFtU .send-to-modal_ant-message-notice-content__HYnoe .send-to-modal_toast-wrapper__aam7p .send-to-modal_contents__7B2OD {
  position: relative;
  padding-left: 16px;
}
.send-to-modal_toast__JoFtU .send-to-modal_ant-message-notice-content__HYnoe .send-to-modal_toast-wrapper__aam7p .send-to-modal_contents__7B2OD .send-to-modal_title__nfToO {
  color: #fff !important;
}
.send-to-modal_toast__JoFtU .send-to-modal_ant-message-notice-content__HYnoe .send-to-modal_toast-wrapper__aam7p .send-to-modal_contents__7B2OD p {
  margin: 0;
}
.send-to-modal_toast__JoFtU .send-to-modal_ant-message-notice-content__HYnoe .send-to-modal_toast-wrapper__aam7p .send-to-modal_contents__7B2OD p a,
.send-to-modal_toast__JoFtU .send-to-modal_ant-message-notice-content__HYnoe .send-to-modal_toast-wrapper__aam7p .send-to-modal_contents__7B2OD p button {
  color: #fff;
  text-decoration: underline;
}
.send-to-modal_toast__JoFtU .send-to-modal_ant-message-notice-content__HYnoe .send-to-modal_icon__iAs2J {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.send-to-modal_toast__JoFtU .send-to-modal_ant-message-notice-content__HYnoe .send-to-modal_icon__iAs2J.send-to-modal_positive__13a8i {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.send-to-modal_toast__JoFtU .send-to-modal_ant-message-notice-content__HYnoe .send-to-modal_icon__iAs2J.send-to-modal_positive__13a8i:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.send-to-modal_toast__JoFtU .send-to-modal_ant-message-notice-content__HYnoe .send-to-modal_icon__iAs2J.send-to-modal_negative__lIzt1 {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.send-to-modal_toast__JoFtU .send-to-modal_ant-message-notice-content__HYnoe .send-to-modal_icon__iAs2J.send-to-modal_negative__lIzt1:before {
  top: 10px;
}
.send-to-modal_action-content-box__2ehew {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.send-to-modal_action-content-box__2ehew.send-to-modal_numbered___WSyz .send-to-modal_sub-content__hjWkM p {
  margin-left: 18px;
}
.send-to-modal_action-content-box__2ehew .send-to-modal_sub-content__hjWkM {
  padding: 26px 26px 20px;
}
.send-to-modal_action-content-box__2ehew .send-to-modal_sub-content__hjWkM.send-to-modal_right__6rSHf {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.send-to-modal_action-content-box__2ehew .send-to-modal_sub-content__hjWkM.send-to-modal_right__6rSHf button {
  margin: 0 20px;
}
.send-to-modal_action-content-box__2ehew .send-to-modal_sub-content__hjWkM h4,
.send-to-modal_action-content-box__2ehew .send-to-modal_sub-content__hjWkM p.send-to-modal_bold__NJGTM {
  margin: 0;
}
.send-to-modal_action-content-box__2ehew .send-to-modal_sub-content__hjWkM h4 span,
.send-to-modal_action-content-box__2ehew .send-to-modal_sub-content__hjWkM p.send-to-modal_bold__NJGTM span {
  width: 18px;
  display: inline-block;
}
.send-to-modal_action-content-box__2ehew .send-to-modal_sub-content__hjWkM p {
  margin: 6px 0 0;
}
.send-to-modal_action-content-box__2ehew .send-to-modal_remove__Id5pU {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.send-to-modal_options-dot__U9C7k {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.send-to-modal_options-dot__U9C7k.send-to-modal_boxed__pXE0B {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.send-to-modal_options-dot__U9C7k.send-to-modal_active__Cw7j0,
.send-to-modal_options-dot__U9C7k:focus-visible,
.send-to-modal_options-dot__U9C7k:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.send-to-modal_clickable__mA6yL {
  cursor: pointer;
}
.send-to-modal_beta-label__9O3rq {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.send-to-modal_none-style-list-options__hgkdq {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.send-to-modal_none-style-list-options__hgkdq li {
  margin: 5px 0;
}
.send-to-modal_ant-tour__IrAet {
  width: 400px;
}
.send-to-modal_ant-collapse__vfNDu > .send-to-modal_ant-collapse-item__JpzKQ > .send-to-modal_ant-collapse-header-collapsible-only__DeYYm > .send-to-modal_ant-collapse-header-text__4d5Sr {
  flex: auto;
}
.send-to-modal_onboarding-tour-header__qJjRZ {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.send-to-modal_onboarding-tour-description__tZkTT {
  color: #17191a;
  font-size: 16px;
}
.send-to-modal_tour-hidden-button__rcNpA {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.send-to-modal_ai-onboarding-tour-header__3Tckz {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.send-to-modal_onboarding-step-ai-tour__UsRHX {
  width: 350px;
}
.send-to-modal_onboarding-step-ai-tour__UsRHX .send-to-modal_onboarding-step-ai-tour-inner__0i0ri .send-to-modal_onboarding-step-ai-tour-description__jUAkw {
  padding: 0 20px;
}
.send-to-modal_onboarding-step-ai-tour__UsRHX .send-to-modal_onboarding-step-ai-tour-inner__0i0ri .send-to-modal_onboarding-step-ai-tour-footer__Oq_Xg {
  padding: 0 20px 20px;
}
.send-to-modal_onboarding-step-ai-tour__UsRHX .send-to-modal_onboarding-step-ai-tour-inner__0i0ri .send-to-modal_onboarding-step-ai-tour-header__nhkjG {
  padding: 20px 20px 4px;
}
.send-to-modal_onboarding-step-ai-tour__UsRHX .send-to-modal_onboarding-step-ai-tour-inner__0i0ri .send-to-modal_onboarding-step-ai-tour-indicators__3BwGB {
  display: flex;
  width: 100%;
}
.send-to-modal_onboarding-step-ai-tour__UsRHX .send-to-modal_onboarding-step-ai-tour-inner__0i0ri .send-to-modal_onboarding-step-ai-tour-buttons__8p0N9 {
  width: 0;
  visibility: hidden;
}
.send-to-modal_onboarding-step-ai-tour-mask__pN5xy mask[id^='onboarding-step-ai-tour-mask'] rect.send-to-modal_onboarding-step-ai-tour-placeholder-animated__CgGXD {
  rx: 8px;
}
.send-to-modal_onboarding-step-ai-tour-round-mask__r087L mask[id^='onboarding-step-ai-tour-round-mask'] rect.send-to-modal_onboarding-step-ai-tour-round-placeholder-animated__SItpK {
  rx: 25px;
}
.send-to-modal_onboarding-step-tour__NEo86 {
  width: 400px;
}
.send-to-modal_onboarding-step-tour__NEo86.send-to-modal_content-hidden__dErym {
  display: none !important;
}
.send-to-modal_onboarding-step-tour__NEo86.send-to-modal_extended-width__02mkT {
  width: 600px;
}
.send-to-modal_onboarding-step-tour-mask__c5dJW mask[id^='onboarding-step-tour-mask'] rect.send-to-modal_onboarding-step-tour-placeholder-animated__KU9d3 {
  rx: 8px;
}
.send-to-modal_onboarding-step-one-tour__QOjai {
  width: 400px;
}
.send-to-modal_onboarding-step-one-tour__QOjai.send-to-modal_content-hidden__dErym {
  display: none !important;
}
.send-to-modal_onboarding-step-one-tour__QOjai.send-to-modal_extended-width__02mkT {
  width: 600px;
}
.send-to-modal_onboarding-step-one-tour-mask__wZXZA mask[id^='onboarding-step-one-tour-mask'] rect.send-to-modal_onboarding-step-one-tour-placeholder-animated__p7kYw {
  rx: 25px;
}
.send-to-modal_support-unread-tour__qASAe {
  width: 272px;
}
.send-to-modal_support-unread-tour__qASAe .send-to-modal_support-unread-tour-inner__5SjIs .send-to-modal_support-unread-tour-header__2THGD {
  padding: 8px 16px 4px;
}
.send-to-modal_support-unread-tour__qASAe .send-to-modal_support-unread-tour-inner__5SjIs .send-to-modal_support-unread-tour-footer__9DYH0 {
  padding: 0 16px 16px;
}
.send-to-modal_support-unread-tour__qASAe .send-to-modal_support-unread-tour-inner__5SjIs .send-to-modal_support-unread-tour-close___OHFA {
  top: 10px;
}
.send-to-modal_preserve-scroll-position__c_S7W {
  overflow-anchor: none;
}
.send-to-modal_toolbar-wrapper__07QX9 {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.send-to-modal_toolbar-wrapper__07QX9 .send-to-modal_anticon__F_OPy {
  padding: 12px;
  cursor: pointer;
}
.send-to-modal_toolbar-wrapper__07QX9 .send-to-modal_anticon__F_OPy:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.send-to-modal_toolbar-wrapper__07QX9 .send-to-modal_anticon__F_OPy:hover {
  opacity: 0.3;
}
.send-to-modal_ant-carousel__jIU_B .send-to-modal_slick-dots__Bb_wz li.send-to-modal_slick-active__SRso1 button {
  background-color: #8158ec;
}
.send-to-modal_ant-carousel__jIU_B .send-to-modal_slick-dots__Bb_wz li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.send-to-modal_ant-modal-root__JPpJT .send-to-modal_ant-modal-mask__rjels,
.send-to-modal_ant-modal-root__JPpJT .send-to-modal_ant-modal-wrap__J_C4q {
  z-index: 1001;
}
.send-to-modal_focused__u_hps {
  background-color: #f5f5f5;
}
.send-to-modal_spinner-overlay__RGg05,
.send-to-modal_spinner__Gvepq {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.send-to-modal_spinner-overlay__RGg05 {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.send-to-modal_spinner__Gvepq {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.send-to-modal_large-tag__7HVUc {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.send-to-modal_email-pill__aOUri,
.send-to-modal_phone-pill__wZNEB {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.send-to-modal_email-pill__aOUri:not(:empty),
.send-to-modal_phone-pill__wZNEB:not(:empty) {
  padding: 4px;
}
.send-to-modal_phone-pill__wZNEB {
  background-color: #e0f2fb;
}
.send-to-modal_email-pill__aOUri {
  background-color: #ffefbe;
}
.send-to-modal_input-box__X4E6v {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.send-to-modal_input-box__X4E6v.send-to-modal_bordered__ombJ5 {
  border: 1px solid #e6e6e6;
}
.send-to-modal_input-box__X4E6v.send-to-modal_large__LZrr0 {
  height: auto;
  min-height: 80px;
}
.send-to-modal_input-box__X4E6v:focus {
  border-color: #ffc926;
}
.send-to-modal_send-to-wrapper__w1y4q {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.send-to-modal_name-number__8vfW9 {
  display: flex;
  flex-direction: column;
}
.send-to-modal_no-results-found__cKrvG {
  padding: 16px;
  color: #a3a3a3;
}
.send-to-modal_no-results-found__cKrvG.scroll-loader {
  margin-top: 0;
}
.send-to-modal_list-select-container__UjJQo {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #e6e6e6;
  margin-top: 20px;
}
.send-to-modal_form-input__njIQS {
  margin-bottom: 24px;
}
.send-to-modal_multi-select-input__1huv1 {
  width: 100%;
  max-height: 200px;
}
.send-to-modal_token-select-wrapper__d9ZVL {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.send-to-modal_token-select-wrapper__d9ZVL .send-to-modal_scrollable-tokens__1zaaB {
  width: 100%;
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  flex-direction: column-reverse;
  display: flex;
}
.send-to-modal_token-select-wrapper__d9ZVL .send-to-modal_scrollable-tokens__1zaaB.send-to-modal_no-height-limit__uKsrF {
  max-height: none;
}
.send-to-modal_token-select-wrapper__d9ZVL input[readonly] {
  display: none;
}
.contact-row_container__wTOe4 .contact-row_wrapper__DOhNa .contact-row_content__Wlu1j .contact-row_name__L2Xsu {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.contact-row_add__H6S2y,
.contact-row_container__wTOe4 .contact-row_wrapper__DOhNa .contact-row_content__Wlu1j .contact-row_info__1_XCo {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.contact-row_container__wTOe4.contact-row_height-reduced__KQCWh .contact-row_wrapper__DOhNa .contact-row_content__Wlu1j .contact-row_name__L2Xsu {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.contact-row_mini-square__4Rzrv {
  width: 20px;
  height: 20px;
}
.contact-row_container__wTOe4 {
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 0;
  height: 72px;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6 !important;
}
.contact-row_container__wTOe4 button.contact-row_focused__gYEqy,
.contact-row_container__wTOe4:focus {
  background-color: #f5f5f5;
}
.contact-row_container__wTOe4:last-child {
  border-bottom: none !important;
}
.contact-row_container__wTOe4 .contact-row_outer-wrapper__m8vHe {
  padding: 14px 16px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.contact-row_container__wTOe4 button.contact-row_outer-wrapper__m8vHe {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
.contact-row_container__wTOe4.contact-row_no-checkbox__GlJTi .contact-row_wrapper__DOhNa .contact-row_content__Wlu1j {
  height: 100%;
  padding-left: 0;
  text-align: left;
}
.contact-row_container__wTOe4.contact-row_no-checkbox__GlJTi .contact-row_wrapper__DOhNa .contact-row_content__Wlu1j.contact-row_with-avatar__lO2be {
  padding-left: 50px;
}
.contact-row_container__wTOe4.contact-row_height-reduced__KQCWh {
  height: 54px;
  padding: 0;
}
.contact-row_container__wTOe4.contact-row_height-reduced__KQCWh .contact-row_wrapper__DOhNa .contact-row_content__Wlu1j {
  height: 54px;
  padding: 8px 16px 8px 48px;
}
.contact-row_container__wTOe4.contact-row_height-reduced__KQCWh .contact-row_wrapper__DOhNa .contact-row_content__Wlu1j .contact-row_info__1_XCo {
  margin-top: 0;
}
.contact-row_container__wTOe4:hover {
  background: hsla(0, 0%, 84%, 0.2);
}
.contact-row_container__wTOe4.contact-row_disabled__Lr6qt {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.contact-row_container__wTOe4.contact-row_disabled__Lr6qt .contact-row_outer-wrapper__m8vHe {
  cursor: not-allowed;
}
.contact-row_container__wTOe4.contact-row_disabled__Lr6qt .contact-row_info__1_XCo,
.contact-row_container__wTOe4.contact-row_disabled__Lr6qt .contact-row_name__L2Xsu {
  color: #757c80;
}
.contact-row_container__wTOe4 .contact-row_wrapper__DOhNa {
  display: block;
  width: 100%;
  height: 100%;
}
.contact-row_container__wTOe4 .contact-row_wrapper__DOhNa .contact-row_avatar__h9s9h {
  position: absolute;
  left: auto;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.contact-row_container__wTOe4 .contact-row_wrapper__DOhNa .contact-row_content__Wlu1j {
  box-sizing: border-box;
  padding: 0 0 0 40px;
  height: auto;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-row_container__wTOe4 .contact-row_wrapper__DOhNa .contact-row_content__Wlu1j.contact-row_with-remove__MR6qC .contact-row_info__1_XCo,
.contact-row_container__wTOe4 .contact-row_wrapper__DOhNa .contact-row_content__Wlu1j.contact-row_with-remove__MR6qC .contact-row_name__L2Xsu {
  width: calc(100% - 20px);
}
.contact-row_container__wTOe4 .contact-row_wrapper__DOhNa .contact-row_content__Wlu1j .contact-row_name__L2Xsu {
  color: #17191a;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contact-row_container__wTOe4 .contact-row_wrapper__DOhNa .contact-row_content__Wlu1j .contact-row_info__1_XCo {
  color: #757c80;
}
.contact-row_container__wTOe4 .contact-row_wrapper__DOhNa .contact-row_content__Wlu1j .contact-row_info__1_XCo span {
  padding-right: 12px;
}
.contact-row_container__wTOe4 .contact-row_wrapper__DOhNa .contact-row_content__Wlu1j .contact-row_info__1_XCo span:not(:last-child):after {
  content: '|';
  padding-left: 12px;
}
.contact-row_container__wTOe4 .contact-row_wrapper__DOhNa .contact-row_content__Wlu1j .contact-row_info__1_XCo,
.contact-row_container__wTOe4 .contact-row_wrapper__DOhNa .contact-row_content__Wlu1j .contact-row_name__L2Xsu {
  max-width: 95%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.contact-row_add__H6S2y {
  position: absolute;
  top: 19px;
  right: 5px;
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  text-align: center;
  color: #4a90e2;
  cursor: pointer;
}
.contact-row_add__H6S2y:hover {
  color: #2557d0;
}
.contact-row_checkbox__TgziA {
  left: 16px;
  top: 23px;
  bottom: auto;
  height: 20px;
  width: 20px;
  position: absolute;
}
.contact-row_height-reduced__KQCWh .contact-row_checkbox__TgziA {
  top: 17px;
}
.mfa-modal_icon__WVSP4 {
  padding: 4px;
}
.mfa-modal_icon-wrapper__rOcdV {
  padding: 4px;
  color: #454a4d;
}
.mfa-modal_icon-wrapper-absolute__SdIWK {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.mfa-modal_icon-wrapper-absolute__SdIWK .mfa-modal_icon__WVSP4 {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.mfa-modal_icon-sms__W2ZW_ {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.mfa-modal_icon-email__4X1Zl {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.mfa-modal_icon-mixed__pZgMR {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.mfa-modal_icon-picker-wrapper__4AY8U {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.mfa-modal_icon-picker-wrapper__4AY8U:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.mfa-modal_icon-picker-wrapper__4AY8U:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .mfa-modal_icon-picker-wrapper__4AY8U {
    margin-right: 5px;
  }
}
.mfa-modal_icon-checkmark-white__DTjXo {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.mfa-modal_icon-x-white__FQ_Da {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.mfa-modal_icon-help__DiHx9 {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.mfa-modal_icon-help__DiHx9:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.mfa-modal_container__Uatfp select,
.mfa-modal_ico-arrow-down__UT4Oj {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.mfa-modal_container__Uatfp select.mfa-modal_ant-dropdown-trigger__lbkgH,
.mfa-modal_ico-arrow-down__UT4Oj.mfa-modal_ant-dropdown-trigger__lbkgH {
  padding-right: 24px;
  cursor: pointer;
}
.mfa-modal_container__Uatfp select.mfa-modal_ant-dropdown-trigger__lbkgH:disabled,
.mfa-modal_container__Uatfp select.mfa-modal_ant-dropdown-trigger__lbkgH[disabled],
.mfa-modal_ico-arrow-down__UT4Oj.mfa-modal_ant-dropdown-trigger__lbkgH:disabled,
.mfa-modal_ico-arrow-down__UT4Oj.mfa-modal_ant-dropdown-trigger__lbkgH[disabled] {
  cursor: default;
  background: transparent;
}
.mfa-modal_ico-arrow-gray__nY37Z {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.mfa-modal_ico-arrow-gray__nY37Z.mfa-modal_down__5iPeo {
  transform: rotate(90deg);
}
.mfa-modal_ico-arrow-gray__nY37Z.mfa-modal_up__oB_5h {
  transform: rotate(-90deg);
}
.mfa-modal_ico-arrow-gray__nY37Z.mfa-modal_right__sqhQS {
  transform: rotate(180deg);
}
.mfa-modal_ico-arrow-gray__nY37Z.mfa-modal_ant-dropdown-trigger__lbkgH {
  padding-right: 24px;
  cursor: pointer;
}
.mfa-modal_ico-arrow-gray__nY37Z.mfa-modal_ant-dropdown-trigger__lbkgH:disabled,
.mfa-modal_ico-arrow-gray__nY37Z.mfa-modal_ant-dropdown-trigger__lbkgH[disabled] {
  cursor: default;
  background: transparent;
}
.mfa-modal_icon-error-triangle__KLvdm {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.mfa-modal_ico-compose__QCe_J {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.mfa-modal_ico-compose-white__64uY_ {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.mfa-modal_icon-google-play__6DSCG {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.mfa-modal_icon-app-store__qajv9 {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.mfa-modal_icon-social-fb__u3Xn9 {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.mfa-modal_icon-social-tw__McCKN {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.mfa-modal_icon-disclosure__2deut {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.mfa-modal_icon-16__PRU6Y {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.mfa-modal_icon-18__mO6HO {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.mfa-modal_icon-gray5__QS7r7 {
  color: #999 !important;
}
.mfa-modal_ico-arrow-black__cZmIb {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.mfa-modal_ico-arrow-black__cZmIb.mfa-modal_down__5iPeo {
  transform: rotate(90deg);
}
.mfa-modal_ico-arrow-black__cZmIb.mfa-modal_up__oB_5h {
  transform: rotate(-90deg);
}
.mfa-modal_ico-arrow-black__cZmIb.mfa-modal_right__sqhQS {
  transform: rotate(180deg);
}
.mfa-modal_icon-copy__88eM0 {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.mfa-modal_icon-copy__88eM0:hover {
  background-image: url(/icons/copy-black.svg);
}
.mfa-modal_icon-msg-white__BEB6Q {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.mfa-modal_icon-email-white__5ALbr {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.mfa-modal_icon-black-bg__svZog {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.mfa-modal_icon-black-bg__svZog > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.mfa-modal_icon-inbox-black-filled__Ng_yo {
  background-image: url(/icons/inbox-black.svg);
}
.mfa-modal_icon-contacts__KtIxx {
  background-image: url(/icons/sidebar/contacts.svg);
}
.mfa-modal_page-header-title__4Vh5u {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.mfa-modal_action-content-box__XusGg .mfa-modal_sub-content__Ds5vN h4,
.mfa-modal_empty-state-wrapper__YIK6J h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.mfa-modal_box-content__Ll5ji .mfa-modal_header-l__X1fZp,
.mfa-modal_box-content__Ll5ji .mfa-modal_header__3jfes,
.mfa-modal_toast__qhW_F .mfa-modal_ant-message-notice-content__k0wH4 .mfa-modal_toast-wrapper__YM3_C .mfa-modal_contents__0Ex2W .mfa-modal_title__mH0vR {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.mfa-modal_action-content-box__XusGg .mfa-modal_sub-content__Ds5vN p.mfa-modal_bold__SjqZg,
.mfa-modal_empty-state-wrapper__YIK6J h2 a,
.mfa-modal_header-bar__hjbhs .mfa-modal_title__mH0vR,
.mfa-modal_mfa-config__uNhXS .mfa-modal_confirmation-container__7yJiE .mfa-modal_sub-header__CvOns,
.mfa-modal_mfa-config__uNhXS .mfa-modal_mfa-options__Cjjwy .mfa-modal_mfa-option__SCQAT .mfa-modal_description-header__E2CYg {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.mfa-modal_box-content__Ll5ji .mfa-modal_content-header__MwuzH {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.mfa-modal_action-content-box__XusGg .mfa-modal_sub-content__Ds5vN p,
.mfa-modal_empty-state-wrapper__YIK6J div,
.mfa-modal_toast__qhW_F .mfa-modal_ant-message-notice-content__k0wH4 .mfa-modal_toast-wrapper__YM3_C .mfa-modal_contents__0Ex2W p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.mfa-modal_blue-button___B_G1,
.mfa-modal_box-content__Ll5ji .mfa-modal_content__0utHI input,
.mfa-modal_box-content__Ll5ji .mfa-modal_upload-data-input-with-icon__TmiLr input,
.mfa-modal_button-with-bg-color__eYCvA,
.mfa-modal_cancel-button__u_VqL,
.mfa-modal_green-button__QIAjw,
.mfa-modal_input-box__DuhUv,
.mfa-modal_input-grey__QWlhf,
.mfa-modal_orange-button__8yZD4,
.mfa-modal_positive-button__GTlnl,
.mfa-modal_purple-button__Xdde3,
.mfa-modal_white-button-blue-text__9N2oE,
.mfa-modal_white-button__N_Sia,
button.mfa-modal_icon-button__bhUhf,
button.mfa-modal_text-only__BsUGd,
input .mfa-modal_input-white__WOK6A,
textarea .mfa-modal_input-white__WOK6A {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.mfa-modal_large-tag__ySRqL,
.mfa-modal_mfa-config__uNhXS .mfa-modal_phone-container__PLQbd input,
.mfa-modal_mfa-config__uNhXS .mfa-modal_sub-header__CvOns,
button.mfa-modal_show-more__UlDgS,
button.mfa-modal_text-only__BsUGd,
span.mfa-modal_text-only__BsUGd button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.mfa-modal_mfa-config__uNhXS,
.mfa-modal_mfa-config__uNhXS .mfa-modal_mfa-options__Cjjwy .mfa-modal_mfa-option__SCQAT .mfa-modal_description-text__AIqWg {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.mfa-modal_tag__IK5hj {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.mfa-modal_beta-label__c4wv1,
.mfa-modal_error-text-link__mfwkm,
.mfa-modal_error-text__Z9jMq,
.mfa-modal_error__VMMk1 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.mfa-modal_mini-square__qFicM {
  width: 20px;
  height: 20px;
}
.mfa-modal_help-text__MQqV1 {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.mfa-modal_error-text__Z9jMq {
  color: #d0021b;
  flex-grow: 1;
}
.mfa-modal_error-text-link__mfwkm {
  color: #d0021b;
  text-decoration: underline;
}
.mfa-modal_descriptive-text__U6XQJ {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.mfa-modal_visually-hidden__gwvxN {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mfa-modal_visually-hidden__gwvxN.mfa-modal_focusable__FYfX8:active,
.mfa-modal_visually-hidden__gwvxN.mfa-modal_focusable__FYfX8:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.mfa-modal_visually-offscreen__zkYDV {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.mfa-modal_invisible__jhvpM {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.mfa-modal_hidden__zcCze {
  display: none !important;
  visibility: hidden;
}
.mfa-modal_strong__PhYSx {
  font-weight: 700;
}
.mfa-modal_align-right__yfeEw {
  text-align: right;
}
.mfa-modal_align-left__SYLI8 {
  text-align: left;
}
.mfa-modal_centered__WAJYe {
  text-align: center;
}
.mfa-modal_timestamp__d3cqa {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.mfa-modal_display-block__8UZg_ {
  display: block !important;
}
.mfa-modal_inline-block__8FFps {
  display: inline-block !important;
}
.mfa-modal_hm-app-body__QmwWU button.mfa-modal_ant-switch__mRjXi[disabled],
.mfa-modal_hm-app-body__QmwWU button.mfa-modal_ant-switch__mRjXi[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.mfa-modal_blue-button___B_G1,
.mfa-modal_button-with-bg-color__eYCvA,
.mfa-modal_cancel-button__u_VqL,
.mfa-modal_green-button__QIAjw,
.mfa-modal_orange-button__8yZD4,
.mfa-modal_positive-button__GTlnl,
.mfa-modal_purple-button__Xdde3,
.mfa-modal_white-button-blue-text__9N2oE,
.mfa-modal_white-button__N_Sia,
button.mfa-modal_icon-button__bhUhf,
button.mfa-modal_text-only__BsUGd {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.mfa-modal_text-only__BsUGd,
span.mfa-modal_text-only__BsUGd button {
  color: #31a7e7;
  padding: 0;
}
button.mfa-modal_text-only__BsUGd[disabled],
button.mfa-modal_text-only__BsUGd[disabled]:active,
button.mfa-modal_text-only__BsUGd[disabled]:focus,
button.mfa-modal_text-only__BsUGd[disabled]:hover,
span.mfa-modal_text-only__BsUGd button[disabled],
span.mfa-modal_text-only__BsUGd button[disabled]:active,
span.mfa-modal_text-only__BsUGd button[disabled]:focus,
span.mfa-modal_text-only__BsUGd button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.mfa-modal_text-only__BsUGd.mfa-modal_red-text__37yNO,
button.mfa-modal_text-only__BsUGd.mfa-modal_red-text__37yNO:active,
button.mfa-modal_text-only__BsUGd.mfa-modal_red-text__37yNO:focus,
button.mfa-modal_text-only__BsUGd.mfa-modal_red-text__37yNO:hover,
span.mfa-modal_text-only__BsUGd button.mfa-modal_red-text__37yNO,
span.mfa-modal_text-only__BsUGd button.mfa-modal_red-text__37yNO:active,
span.mfa-modal_text-only__BsUGd button.mfa-modal_red-text__37yNO:focus,
span.mfa-modal_text-only__BsUGd button.mfa-modal_red-text__37yNO:hover {
  color: #d0021b;
}
button.mfa-modal_text-only__BsUGd.mfa-modal_gray-text__Lj165,
span.mfa-modal_text-only__BsUGd button.mfa-modal_gray-text__Lj165 {
  color: #999;
}
button.mfa-modal_text-only__BsUGd.mfa-modal_gray-text__Lj165:active,
button.mfa-modal_text-only__BsUGd.mfa-modal_gray-text__Lj165:focus,
button.mfa-modal_text-only__BsUGd.mfa-modal_gray-text__Lj165:hover,
span.mfa-modal_text-only__BsUGd button.mfa-modal_gray-text__Lj165:active,
span.mfa-modal_text-only__BsUGd button.mfa-modal_gray-text__Lj165:focus,
span.mfa-modal_text-only__BsUGd button.mfa-modal_gray-text__Lj165:hover {
  color: #999 !important;
}
button.mfa-modal_text-only__BsUGd.mfa-modal_black-text__ZEQmH,
span.mfa-modal_text-only__BsUGd button.mfa-modal_black-text__ZEQmH {
  color: #17191a;
}
button.mfa-modal_text-only__BsUGd.mfa-modal_black-text__ZEQmH:active,
button.mfa-modal_text-only__BsUGd.mfa-modal_black-text__ZEQmH:focus,
button.mfa-modal_text-only__BsUGd.mfa-modal_black-text__ZEQmH:hover,
span.mfa-modal_text-only__BsUGd button.mfa-modal_black-text__ZEQmH:active,
span.mfa-modal_text-only__BsUGd button.mfa-modal_black-text__ZEQmH:focus,
span.mfa-modal_text-only__BsUGd button.mfa-modal_black-text__ZEQmH:hover {
  color: #8158ec;
}
button.mfa-modal_text-only__BsUGd.mfa-modal_purple-text__9GpEe,
button.mfa-modal_text-only__BsUGd.mfa-modal_purple-text__9GpEe:active,
button.mfa-modal_text-only__BsUGd.mfa-modal_purple-text__9GpEe:focus,
button.mfa-modal_text-only__BsUGd.mfa-modal_purple-text__9GpEe:hover,
span.mfa-modal_text-only__BsUGd button.mfa-modal_purple-text__9GpEe,
span.mfa-modal_text-only__BsUGd button.mfa-modal_purple-text__9GpEe:active,
span.mfa-modal_text-only__BsUGd button.mfa-modal_purple-text__9GpEe:focus,
span.mfa-modal_text-only__BsUGd button.mfa-modal_purple-text__9GpEe:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.mfa-modal_text-only__BsUGd:active,
button.mfa-modal_text-only__BsUGd:focus,
button.mfa-modal_text-only__BsUGd:hover,
span.mfa-modal_text-only__BsUGd button:active,
span.mfa-modal_text-only__BsUGd button:focus,
span.mfa-modal_text-only__BsUGd button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.mfa-modal_blue-button___B_G1,
.mfa-modal_button-with-bg-color__eYCvA,
.mfa-modal_green-button__QIAjw,
.mfa-modal_orange-button__8yZD4,
.mfa-modal_positive-button__GTlnl,
.mfa-modal_white-button-blue-text__9N2oE,
.mfa-modal_white-button__N_Sia {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.mfa-modal_orange-button__8yZD4 {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.mfa-modal_orange-button__8yZD4:active,
.mfa-modal_orange-button__8yZD4:focus,
.mfa-modal_orange-button__8yZD4:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.mfa-modal_orange-button__8yZD4[disabled],
.mfa-modal_orange-button__8yZD4[disabled]:active,
.mfa-modal_orange-button__8yZD4[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.mfa-modal_orange-button__8yZD4.mfa-modal_drop-down__IN26C {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.mfa-modal_scroll-loader__fNTQ5 {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.mfa-modal_green-button__QIAjw {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.mfa-modal_green-button__QIAjw:active,
.mfa-modal_green-button__QIAjw:focus,
.mfa-modal_green-button__QIAjw:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.mfa-modal_green-button__QIAjw[disabled],
.mfa-modal_green-button__QIAjw[disabled]:active,
.mfa-modal_green-button__QIAjw[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.mfa-modal_positive-button__GTlnl {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.mfa-modal_positive-button__GTlnl:active,
.mfa-modal_positive-button__GTlnl:focus,
.mfa-modal_positive-button__GTlnl:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.mfa-modal_positive-button__GTlnl[disabled] {
  background-color: #abe4b2;
}
.mfa-modal_negative-button__btBuS {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.mfa-modal_negative-button__btBuS:active,
.mfa-modal_negative-button__btBuS:focus,
.mfa-modal_negative-button__btBuS:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.mfa-modal_plain-cancel-button__TLvtI,
.mfa-modal_plain-cancel-button__TLvtI:active,
.mfa-modal_plain-cancel-button__TLvtI:focus,
.mfa-modal_plain-cancel-button__TLvtI:hover {
  color: #17191a;
}
.mfa-modal_white-button-blue-text__9N2oE,
.mfa-modal_white-button__N_Sia {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.mfa-modal_white-button-blue-text__9N2oE:active,
.mfa-modal_white-button-blue-text__9N2oE:focus,
.mfa-modal_white-button-blue-text__9N2oE:hover,
.mfa-modal_white-button__N_Sia:active,
.mfa-modal_white-button__N_Sia:focus,
.mfa-modal_white-button__N_Sia:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.mfa-modal_white-button__N_Sia[disabled],
.mfa-modal_white-button__N_Sia[disabled]:active,
.mfa-modal_white-button__N_Sia[disabled]:focus,
.mfa-modal_white-button__N_Sia[disabled]:hover,
[disabled].mfa-modal_white-button-blue-text__9N2oE {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.mfa-modal_common-sentiment-emoji__m_CBg {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.mfa-modal_white-button-blue-text__9N2oE {
  color: #31a7e7;
}
.mfa-modal_white-button-blue-text__9N2oE:active,
.mfa-modal_white-button-blue-text__9N2oE:focus,
.mfa-modal_white-button-blue-text__9N2oE:hover {
  color: #31a7e7 !important;
}
.mfa-modal_blue-button___B_G1 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.mfa-modal_blue-button___B_G1,
.mfa-modal_blue-button___B_G1:active,
.mfa-modal_blue-button___B_G1:focus,
.mfa-modal_blue-button___B_G1:hover {
  background-color: #31a7e7;
  color: #fff;
}
.mfa-modal_green-button__QIAjw {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.mfa-modal_green-button__QIAjw,
.mfa-modal_green-button__QIAjw:active,
.mfa-modal_green-button__QIAjw:focus,
.mfa-modal_green-button__QIAjw:hover {
  background-color: #56bf56;
  color: #fff;
}
.mfa-modal_purple-button__Xdde3 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.mfa-modal_purple-button__Xdde3:active,
.mfa-modal_purple-button__Xdde3:focus,
.mfa-modal_purple-button__Xdde3:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.mfa-modal_dropdown-input__nJnpW {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.mfa-modal_dropdown-input__nJnpW:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.mfa-modal_hm-app-body__QmwWU input::placeholder {
  color: #a3a3a3;
}
.mfa-modal_textarea-composer__C1qUm {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.mfa-modal_container__Uatfp input,
.mfa-modal_container__Uatfp textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.mfa-modal_input-for-copy__y7F0i {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.mfa-modal_input-text-bordered___ujxA,
.mfa-modal_input-text__ZhcNd,
.mfa-modal_input-textarea__njXi5 {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.mfa-modal_input-text__ZhcNd {
  height: 50px;
}
.mfa-modal_input-text-bordered___ujxA {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.mfa-modal_xxl-input__5TeGI {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.mfa-modal_xl-input__B7CGK {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.mfa-modal_l-input__7gPo2 {
  width: 100%;
  font-size: 1.1rem;
}
.mfa-modal_box-content__Ll5ji .mfa-modal_content__0utHI input,
.mfa-modal_box-content__Ll5ji .mfa-modal_upload-data-input-with-icon__TmiLr input,
.mfa-modal_input-grey__QWlhf,
input .mfa-modal_input-white__WOK6A,
textarea .mfa-modal_input-white__WOK6A {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.mfa-modal_box-content__Ll5ji .mfa-modal_content__0utHI input::placeholder,
.mfa-modal_box-content__Ll5ji .mfa-modal_upload-data-input-with-icon__TmiLr input::placeholder,
.mfa-modal_input-grey__QWlhf::placeholder,
input .mfa-modal_input-white__WOK6A::placeholder,
textarea .mfa-modal_input-white__WOK6A::placeholder {
  color: #999;
  opacity: 1;
}
input .mfa-modal_input-white__WOK6A,
textarea .mfa-modal_input-white__WOK6A {
  background-color: #fff;
}
.mfa-modal_clearfix__UK5Cy:after {
  clear: both;
  content: '';
  display: block;
}
.mfa-modal_hidden-important__AtHz5 {
  display: none !important;
}
.mfa-modal_p-left__M_Bhp {
  float: left;
}
.mfa-modal_p-right__WzQUL {
  float: right;
}
.mfa-modal_image_orientation_3__qrB9L {
  tranform: rotate(180deg);
}
.mfa-modal_image_orientation_6__L00q5 {
  tranform: rotate(90deg);
}
.mfa-modal_image_orientation_8__6LYF3 {
  tranform: rotate(-90deg);
}
.mfa-modal_image_orientation_2__Zl6R6 {
  tranform: scaleX(-1);
}
.mfa-modal_image_orientation_7__3yUVu {
  tranform: scaleX(-1) rotate(-90deg);
}
.mfa-modal_image_orientation_4__jkh6T {
  tranform: scaleX(-1) rotate(180deg);
}
.mfa-modal_image_orientation_5__eolwY {
  tranform: scaleX(-1) rotate(90deg);
}
.mfa-modal_image_slideshow_orientation_3__KzlLl {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.mfa-modal_image_slideshow_orientation_6__luM0q {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.mfa-modal_image_slideshow_orientation_8__UbrVF {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.mfa-modal_image_slideshow_orientation_2__FtSNi {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.mfa-modal_image_slideshow_orientation_7__iaJd1 {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.mfa-modal_image_slideshow_orientation_4__aAd01 {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.mfa-modal_image_slideshow_orientation_5__lHpIh {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.mfa-modal_container__Uatfp select::-ms-expand {
  display: none !important;
}
.mfa-modal_container__Uatfp select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.mfa-modal_count-area__dxddR {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.mfa-modal_clear-top__jnPOs {
  padding-top: 0;
  margin-top: 0;
}
.mfa-modal_remove-x-20__RHBx_,
.mfa-modal_remove-x__C_RyV {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.mfa-modal_remove-x__C_RyV.mfa-modal_white__Z97NG,
.mfa-modal_white__Z97NG.mfa-modal_remove-x-20__RHBx_ {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.mfa-modal_remove-x-20__RHBx_ {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.mfa-modal_divider__svV3G {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.mfa-modal_mobile__FMr_N {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.mfa-modal_blue__vwTwS {
  color: #31a7e7 !important;
}
.mfa-modal_white__Z97NG {
  color: #fff !important;
}
.mfa-modal_purple__g_0jD {
  color: #8158ec !important;
}
.mfa-modal_delete__F_RqY {
  color: #d0021b !important;
}
.mfa-modal_dark-text__k9Of1 {
  color: #17191a !important;
}
.mfa-modal_file-input__hh0Im {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.mfa-modal_image-download-wrapper__LxHcA {
  position: fixed;
  top: 40px;
  right: 100px;
}
.mfa-modal_overflow-y-auto__pCFmE {
  overflow-y: auto;
}
.mfa-modal_is-font-icon__1ZMsZ:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.mfa-modal_is-invisible__gPcr0 {
  opacity: 0;
}
.mfa-modal_tabbed-button__YXBpF {
  padding: 0 7px 2px;
}
.mfa-modal_tabbed-button__YXBpF.mfa-modal_selected__Ukfxz {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.mfa-modal_show-more__UlDgS {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.mfa-modal_show-more__UlDgS:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.mfa-modal_time-input__OlRB0 {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.mfa-modal_form-group__buDCu.mfa-modal_date-time__6Cq3n {
  position: relative;
  top: -2px;
}
.mfa-modal_form-group__buDCu.mfa-modal_date-time__6Cq3n.mfa-modal_time__maqfT {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.mfa-modal_form-group__buDCu.mfa-modal_date-time__6Cq3n.mfa-modal_form-group-hour___HJwW .mfa-modal_colon__QqdNY {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.mfa-modal_form-group__buDCu.mfa-modal_date-time__6Cq3n.mfa-modal_form-group-hour___HJwW input {
  text-align: center;
}
.mfa-modal_form-group__buDCu.mfa-modal_date-time__6Cq3n.mfa-modal_form-group-day__HX8g_ {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.mfa-modal_form-group__buDCu.mfa-modal_date-time__6Cq3n.mfa-modal_form-group-minute__uDtfW {
  width: 42px;
}
.mfa-modal_form-group__buDCu.mfa-modal_date-time__6Cq3n.mfa-modal_form-group-clock__Okxv8 {
  width: 54px;
}
.mfa-modal_attach-img__1KeO2 {
  position: relative;
  width: 25px;
  height: 25px;
}
.mfa-modal_attach-img__1KeO2 input#mfa-modal_add-image___hWit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.mfa-modal_attach-img__1KeO2 span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.mfa-modal_m-0__J0JGm {
  margin: 0 !important;
}
.mfa-modal_ml-auto__Qmhf4 {
  margin-left: auto;
}
.mfa-modal_mr-auto__PkB32 {
  margin-right: auto;
}
.mfa-modal_mx-auto__r5nev {
  margin-left: auto;
  margin-right: auto;
}
.mfa-modal_mx-16__BjoaV {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.mfa-modal_my-16__oYR56 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.mfa-modal_mr-0__Q9aCL {
  margin-right: 0 !important;
}
.mfa-modal_mr-4__TBECa {
  margin-right: 4px !important;
}
.mfa-modal_mr-8__XC_nl {
  margin-right: 8px !important;
}
.mfa-modal_mr-12__p28gU {
  margin-right: 12px !important;
}
.mfa-modal_mr-16__wLc_8 {
  margin-right: 16px !important;
}
.mfa-modal_ml-0__3kwuw {
  margin-left: 0 !important;
}
.mfa-modal_ml-4__G9rc2 {
  margin-left: 4px !important;
}
.mfa-modal_ml-8__CmNfL {
  margin-left: 8px !important;
}
.mfa-modal_ml-12__TXOj5 {
  margin-left: 12px !important;
}
.mfa-modal_ml-16__e3HSj {
  margin-left: 16px !important;
}
.mfa-modal_mt-0__4OAtp {
  margin-top: 0 !important;
}
.mfa-modal_mt-4__h3nP0 {
  margin-top: 4px !important;
}
.mfa-modal_mt-8__3OKRP {
  margin-top: 8px !important;
}
.mfa-modal_mt-16__4liCi {
  margin-top: 16px !important;
}
.mfa-modal_mt-24__rnWlV {
  margin-top: 24px !important;
}
.mfa-modal_mt-48__EORH_ {
  margin-top: 48px !important;
}
.mfa-modal_mb-0__yW8c9 {
  margin-bottom: 0 !important;
}
.mfa-modal_mb-4__tBMpG {
  margin-bottom: 4px !important;
}
.mfa-modal_mb-8__RolmG {
  margin-bottom: 8px !important;
}
.mfa-modal_mb-12___sXeG {
  margin-bottom: 12px !important;
}
.mfa-modal_mb-16__GxJFl {
  margin-bottom: 16px !important;
}
.mfa-modal_mb-24__dMKmI {
  margin-bottom: 24px !important;
}
.mfa-modal_mb-64__cx69y {
  margin-bottom: 64px !important;
}
.mfa-modal_p-0__G_XBL {
  padding: 0 !important;
}
.mfa-modal_p-16__8jQrN {
  padding: 16px;
}
.mfa-modal_p-40__nQvqO {
  padding: 40px;
}
.mfa-modal_px-0__21BLf {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mfa-modal_px-4__xgqUw {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.mfa-modal_px-8__2Gz__ {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.mfa-modal_px-32__ws_Rz {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.mfa-modal_px-40__F9sye {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.mfa-modal_pt-40___7uRp {
  padding-top: 40px;
}
.mfa-modal_pt-24__Toghx {
  padding-top: 24px;
}
.mfa-modal_pt-16__5XPfY {
  padding-top: 16px;
}
.mfa-modal_pt-12__wMVWq {
  padding-top: 12px !important;
}
.mfa-modal_pb-40__IxJz1 {
  padding-bottom: 40px;
}
.mfa-modal_pb-24__ZwWPM {
  padding-bottom: 24px;
}
.mfa-modal_pb-16__JTiny {
  padding-bottom: 16px;
}
.mfa-modal_pl-8__q8aWd {
  padding-left: 8px !important;
}
.mfa-modal_pl-12__EF1QO {
  padding-left: 12px !important;
}
.mfa-modal_pl-16__6qQ4X {
  padding-left: 16px !important;
}
.mfa-modal_text-left__IilPj {
  text-align: left !important;
}
.mfa-modal_text-right__GLKDD {
  text-align: right !important;
}
.mfa-modal_text-center__zA_Y2 {
  text-align: center !important;
}
.mfa-modal_font-medium__MNACP {
  font-weight: 500 !important;
}
.mfa-modal_font-semibold__8lxNR {
  font-weight: 600 !important;
}
.mfa-modal_radius-8__yUdMa {
  border-radius: 8px !important;
}
.mfa-modal_truncate__4K9sF {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mfa-modal_whitespace-nowrap__LIToM {
  white-space: nowrap;
}
.mfa-modal_whitespace-pre-wrap__iIF6W {
  white-space: pre-wrap;
}
.mfa-modal_w-100__aFRkg {
  width: 100% !important;
}
.mfa-modal_h-100__X8bEf {
  height: 100% !important;
}
.mfa-modal_max-w-none__hTBND {
  max-width: none !important;
}
.mfa-modal_max-h-none__E_pf1 {
  max-height: none !important;
}
.mfa-modal_min-w-100__YX9eL {
  min-width: 100px;
}
.mfa-modal_heading-48-600__tFw_o {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.mfa-modal_heading-32-600__prVQL {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.mfa-modal_heading-24-600__my0VN {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.mfa-modal_heading-18-600__sxYwa {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.mfa-modal_heading-18-400__qwneO {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.mfa-modal_heading-16-700__T1Okr {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.mfa-modal_text-16-400__zORQt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.mfa-modal_heading-14-600__OLSJG {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.mfa-modal_heading-14-500__zmheL {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.mfa-modal_text-14-400__tGJb0 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.mfa-modal_text-13-500__8Loiw {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.mfa-modal_text-13-600__xG25b {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.mfa-modal_text-13-400__I95dD {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.mfa-modal_text-12-500__kVWIV {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.mfa-modal_text-12-600__zqJjd {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.mfa-modal_text-12-400__raUDp {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.mfa-modal_status-badge__wHKUC {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.mfa-modal_status-badge__wHKUC.mfa-modal_paused__LmnFm {
  background-color: #ff8b3d;
  color: #fff !important;
}
.mfa-modal_status-badge__wHKUC.mfa-modal_created__zPHXO,
.mfa-modal_status-badge__wHKUC.mfa-modal_inactive__2Wn62,
.mfa-modal_status-badge__wHKUC.mfa-modal_pending__YToQ9 {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.mfa-modal_status-badge__wHKUC.mfa-modal_active__hx8Z5 {
  background-color: #56bf56;
  color: #fff !important;
}
.mfa-modal_status-badge__wHKUC.mfa-modal_error__VMMk1 {
  background-color: #d0021b;
  color: #fff !important;
}
.mfa-modal_status-badge__wHKUC.mfa-modal_progress__M_Qab {
  background-color: #f5bf0c;
  color: #fff !important;
}
.mfa-modal_status-badge__wHKUC.mfa-modal_draft__fusnP {
  background-color: #e6e6e6;
  color: #000 !important;
}
.mfa-modal_status-badge__wHKUC.mfa-modal_sent__yvK6D {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.mfa-modal_status-badge__wHKUC.mfa-modal_scheduled__P2X9_ {
  background-color: #feefcf;
  color: #795548;
}
.mfa-modal_status-badge__wHKUC.mfa-modal_loading-badge__6E2GY {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.mfa-modal_status-badge__wHKUC.mfa-modal_loading-badge__6E2GY .mfa-modal_text__y0Pvp {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.mfa-modal_status-badge__wHKUC.mfa-modal_loading-badge__6E2GY .mfa-modal_slider__bghY_ {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: mfa-modal_moveSlideshow__ibmsG 3s linear infinite;
}
@keyframes mfa-modal_moveSlideshow__ibmsG {
  to {
    transform: translateX(200%);
  }
}
.mfa-modal_flex__e883f {
  display: flex !important;
}
.mfa-modal_flex-space-between__lzl1F {
  justify-content: space-between;
}
.mfa-modal_flex-align-start__GnuBI {
  align-items: flex-start;
}
.mfa-modal_flex-align-center__BG64S {
  align-items: center;
}
.mfa-modal_flex-absolute-center__BKYF3 {
  justify-content: center;
  align-items: center;
}
.mfa-modal_flex-container__xpQlf {
  display: flex;
  flex-wrap: wrap;
}
.mfa-modal_flex-column__Xm6s4 {
  flex-direction: column;
}
.mfa-modal_flex-justify-end__Sf919 {
  justify-content: flex-end;
}
.mfa-modal_position-relative__HttwV {
  position: relative !important;
}
.mfa-modal_position-static__OiTsd {
  position: static !important;
}
.mfa-modal_position-absolute__fJLAm {
  position: absolute !important;
}
.mfa-modal_hr-grey__j_BZ5 {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.mfa-modal_input-border__vapnb {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.mfa-modal_action-content-box__XusGg,
.mfa-modal_box-content__Ll5ji,
.mfa-modal_box-content__Ll5ji .mfa-modal_upload-data-input-with-icon__TmiLr,
.mfa-modal_default-border__bN_Mi {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.mfa-modal_bg-grey__6T_C3 {
  background-color: #f9f9f9 !important;
}
.mfa-modal_bg-white__coFc9 {
  background-color: #fff !important;
}
.mfa-modal_pos-relative__fhHum {
  position: relative !important;
}
.mfa-modal_text-light__eBxJ8 {
  color: #757c80 !important;
}
.mfa-modal_text-red__5qUHF {
  color: #d0021b !important;
}
.mfa-modal_text-green__InoQr {
  color: #56bf56 !important;
}
.mfa-modal_text-blue__FDcuu {
  color: #31a7e7;
}
.mfa-modal_text-sec-blue__5Gtzf {
  color: #1b02b1 !important;
}
.mfa-modal_notification-dot__E61BD {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.mfa-modal_title-with-action-on-left__QtXuG {
  display: flex;
  justify-content: space-between;
}
.mfa-modal_error__VMMk1 {
  color: #d0021b;
}
.mfa-modal_error-border__OsoQR {
  border: 1px solid #d0021b !important;
}
.mfa-modal_rotate__mSkhM {
  animation: mfa-modal_rotation__BT5B4 2s linear infinite;
}
@keyframes mfa-modal_rotation__BT5B4 {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.mfa-modal_switch__UinNI {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.mfa-modal_switch__UinNI .mfa-modal_btn-toggle__rnrdz {
  opacity: 0;
  width: 0;
  height: 0;
}
.mfa-modal_switch__UinNI .mfa-modal_slider__bghY_ {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.mfa-modal_switch__UinNI .mfa-modal_slider__bghY_:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.mfa-modal_switch__UinNI .mfa-modal_slider__bghY_:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.mfa-modal_switch__UinNI .mfa-modal_btn-toggle__rnrdz.mfa-modal_enabled__5ifMJ + .mfa-modal_slider__bghY_ {
  background-color: #ffc926;
  border: none;
}
.mfa-modal_switch__UinNI .mfa-modal_btn-toggle__rnrdz:focus + .mfa-modal_slider__bghY_ {
  box-shadow: 0 0 1px #2196f3;
}
.mfa-modal_switch__UinNI .mfa-modal_btn-toggle__rnrdz.mfa-modal_enabled__5ifMJ + .mfa-modal_slider__bghY_:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.mfa-modal_switch__UinNI .mfa-modal_btn-toggle__rnrdz.mfa-modal_enabled__5ifMJ + .mfa-modal_slider__bghY_:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#mfa-modal_appleid-signin__imuoW {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#mfa-modal_appleid-signin__imuoW > div {
  width: 200px !important;
  height: 38px !important;
}
.mfa-modal_page-header__ov4vP {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mfa-modal_page-header__ov4vP.mfa-modal_clear-side__Lio_J {
  padding: 40px 0 32px;
}
.mfa-modal_page-spacing__Qs__e {
  padding: 0 40px;
}
.mfa-modal_page-header-title__4Vh5u {
  color: #17191a;
  margin: 0 0 8px;
}
.mfa-modal_header-bar__hjbhs {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.mfa-modal_box-content__Ll5ji {
  background-color: #fff;
  margin-bottom: 24px;
}
.mfa-modal_box-content__Ll5ji .mfa-modal_header__3jfes {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.mfa-modal_box-content__Ll5ji .mfa-modal_header-l__X1fZp {
  padding: 24px 16px;
  margin: 0;
}
.mfa-modal_box-content__Ll5ji .mfa-modal_content__0utHI {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.mfa-modal_box-content__Ll5ji .mfa-modal_content-header__MwuzH {
  margin-bottom: 4px;
  margin-top: 0;
}
.mfa-modal_box-content__Ll5ji .mfa-modal_table-content__tzqkt {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.mfa-modal_box-content__Ll5ji .mfa-modal_help-text__MQqV1 {
  line-height: 20px;
}
.mfa-modal_box-content__Ll5ji .mfa-modal_sub-text__ACYum {
  color: #757c80;
}
.mfa-modal_box-content__Ll5ji .mfa-modal_content-data-input__mcr1T {
  margin-top: 8px;
}
.mfa-modal_box-content__Ll5ji .mfa-modal_data-entry-input__wgMhW,
.mfa-modal_box-content__Ll5ji .mfa-modal_upload-data-input-with-icon__TmiLr {
  margin-top: 8px;
  padding: 0 11px;
}
.mfa-modal_box-content__Ll5ji .mfa-modal_upload-data-input-with-icon__TmiLr {
  cursor: pointer;
  background: #f9f9f9;
}
.mfa-modal_box-content__Ll5ji .mfa-modal_upload-data-input-with-icon__TmiLr input {
  padding: 12px 2px;
}
.mfa-modal_box-content__Ll5ji .mfa-modal_upload-data-input-with-icon__TmiLr input:disabled,
.mfa-modal_box-content__Ll5ji .mfa-modal_upload-data-input-with-icon__TmiLr input:hover {
  cursor: pointer !important;
}
.mfa-modal_empty-state__PGNze {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.mfa-modal_empty-state__PGNze.mfa-modal_contact-list__Gu7yd {
  width: 80%;
}
.mfa-modal_empty-state__PGNze .mfa-modal_empty-title__Agxaw {
  font-size: 14px;
  font-weight: 500px;
}
.mfa-modal_empty-state-wrapper__YIK6J {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.mfa-modal_empty-state-wrapper__YIK6J h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.mfa-modal_empty-state-wrapper__YIK6J div {
  color: #757c80;
  margin: 16px 0 12px;
}
.mfa-modal_empty-state-button__H9Nan {
  margin: 20px 10px;
}
.mfa-modal_handel-bar__2maus {
  fill: #b7bfc6;
  vertical-align: middle;
}
.mfa-modal_tag__IK5hj {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.mfa-modal_ant-color-picker-input__hhvJh .mfa-modal_ant-input__Uf7nx {
  height: 22px;
}
.mfa-modal_ant-color-picker-trigger__5xXIC {
  width: 23px;
  height: 23px;
}
.mfa-modal_ant-color-picker-trigger__5xXIC .mfa-modal_ant-color-picker-color-block__YvSY0 {
  width: 18px;
  height: 18px;
}
.mfa-modal_box-content__Ll5ji .mfa-modal_content__0utHI input,
.mfa-modal_box-content__Ll5ji .mfa-modal_upload-data-input-with-icon__TmiLr input,
input input.mfa-modal_input-white__WOK6A,
input textarea.mfa-modal_input-white__WOK6A,
input.mfa-modal_input-grey__QWlhf,
textarea input.mfa-modal_input-white__WOK6A,
textarea textarea.mfa-modal_input-white__WOK6A,
textarea.mfa-modal_input-grey__QWlhf {
  background-color: #f9f9f9;
}
.mfa-modal_box-content__Ll5ji .mfa-modal_content__0utHI input:active,
.mfa-modal_box-content__Ll5ji .mfa-modal_content__0utHI input:focus,
.mfa-modal_box-content__Ll5ji .mfa-modal_content__0utHI input:hover,
.mfa-modal_box-content__Ll5ji .mfa-modal_upload-data-input-with-icon__TmiLr input:active,
.mfa-modal_box-content__Ll5ji .mfa-modal_upload-data-input-with-icon__TmiLr input:focus,
.mfa-modal_box-content__Ll5ji .mfa-modal_upload-data-input-with-icon__TmiLr input:hover,
input input.mfa-modal_input-white__WOK6A:active,
input input.mfa-modal_input-white__WOK6A:focus,
input input.mfa-modal_input-white__WOK6A:hover,
input textarea.mfa-modal_input-white__WOK6A:active,
input textarea.mfa-modal_input-white__WOK6A:focus,
input textarea.mfa-modal_input-white__WOK6A:hover,
input.mfa-modal_input-grey__QWlhf:active,
input.mfa-modal_input-grey__QWlhf:focus,
input.mfa-modal_input-grey__QWlhf:hover,
textarea input.mfa-modal_input-white__WOK6A:active,
textarea input.mfa-modal_input-white__WOK6A:focus,
textarea input.mfa-modal_input-white__WOK6A:hover,
textarea textarea.mfa-modal_input-white__WOK6A:active,
textarea textarea.mfa-modal_input-white__WOK6A:focus,
textarea textarea.mfa-modal_input-white__WOK6A:hover,
textarea.mfa-modal_input-grey__QWlhf:active,
textarea.mfa-modal_input-grey__QWlhf:focus,
textarea.mfa-modal_input-grey__QWlhf:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.mfa-modal_input-white__WOK6A:active,
input.mfa-modal_input-white__WOK6A:focus,
input.mfa-modal_input-white__WOK6A:hover,
span.mfa-modal_input-white__WOK6A:active,
span.mfa-modal_input-white__WOK6A:focus,
span.mfa-modal_input-white__WOK6A:hover,
textarea.mfa-modal_input-white__WOK6A:active,
textarea.mfa-modal_input-white__WOK6A:focus,
textarea.mfa-modal_input-white__WOK6A:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.mfa-modal_image-uploader-flex__pweWw .mfa-modal_ant-upload-select__8xqXG {
  display: flex;
}
.mfa-modal_image-uploader-flex__pweWw .mfa-modal_ant-upload-select__8xqXG .mfa-modal_ant-upload__qChv3 {
  flex: 1 1;
}
.mfa-modal_modal-footer-wrapper__xXbLw {
  display: flex;
  justify-content: center;
}
.mfa-modal_app-modal__T2rQW .mfa-modal_small__w6ltL {
  width: 350px;
}
.mfa-modal_toast__qhW_F.mfa-modal_negative__ae14u .mfa-modal_ant-message-notice-content__k0wH4 {
  background-color: #d0021b;
}
.mfa-modal_toast__qhW_F.mfa-modal_positive__QgpfW .mfa-modal_ant-message-notice-content__k0wH4 {
  background-color: #56bf56;
}
.mfa-modal_toast__qhW_F.mfa-modal_loading__zZWPQ .mfa-modal_ant-message-notice-content__k0wH4 .mfa-modal_toast-wrapper__YM3_C .mfa-modal_contents__0Ex2W,
.mfa-modal_toast__qhW_F.mfa-modal_loading__zZWPQ .mfa-modal_ant-message-notice-content__k0wH4 .mfa-modal_toast-wrapper__YM3_C .mfa-modal_contents__0Ex2W .mfa-modal_title__mH0vR {
  color: #000 !important;
}
.mfa-modal_toast__qhW_F.mfa-modal_loading__zZWPQ .mfa-modal_ant-message-loading__iJjD_ .mfa-modal_anticon-loading__KabOI {
  font-size: 1.5rem;
}
.mfa-modal_toast__qhW_F .mfa-modal_ant-message-notice-content__k0wH4 {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.mfa-modal_toast__qhW_F .mfa-modal_ant-message-notice-content__k0wH4 .mfa-modal_toast-wrapper__YM3_C {
  position: relative;
  display: flex;
  align-items: center;
}
.mfa-modal_toast__qhW_F .mfa-modal_ant-message-notice-content__k0wH4 .mfa-modal_toast-wrapper__YM3_C .mfa-modal_contents__0Ex2W {
  position: relative;
  padding-left: 16px;
}
.mfa-modal_toast__qhW_F .mfa-modal_ant-message-notice-content__k0wH4 .mfa-modal_toast-wrapper__YM3_C .mfa-modal_contents__0Ex2W .mfa-modal_title__mH0vR {
  color: #fff !important;
}
.mfa-modal_toast__qhW_F .mfa-modal_ant-message-notice-content__k0wH4 .mfa-modal_toast-wrapper__YM3_C .mfa-modal_contents__0Ex2W p {
  margin: 0;
}
.mfa-modal_toast__qhW_F .mfa-modal_ant-message-notice-content__k0wH4 .mfa-modal_toast-wrapper__YM3_C .mfa-modal_contents__0Ex2W p a,
.mfa-modal_toast__qhW_F .mfa-modal_ant-message-notice-content__k0wH4 .mfa-modal_toast-wrapper__YM3_C .mfa-modal_contents__0Ex2W p button {
  color: #fff;
  text-decoration: underline;
}
.mfa-modal_toast__qhW_F .mfa-modal_ant-message-notice-content__k0wH4 .mfa-modal_icon__WVSP4 {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.mfa-modal_toast__qhW_F .mfa-modal_ant-message-notice-content__k0wH4 .mfa-modal_icon__WVSP4.mfa-modal_positive__QgpfW {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.mfa-modal_toast__qhW_F .mfa-modal_ant-message-notice-content__k0wH4 .mfa-modal_icon__WVSP4.mfa-modal_positive__QgpfW:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.mfa-modal_toast__qhW_F .mfa-modal_ant-message-notice-content__k0wH4 .mfa-modal_icon__WVSP4.mfa-modal_negative__ae14u {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.mfa-modal_toast__qhW_F .mfa-modal_ant-message-notice-content__k0wH4 .mfa-modal_icon__WVSP4.mfa-modal_negative__ae14u:before {
  top: 10px;
}
.mfa-modal_action-content-box__XusGg {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.mfa-modal_action-content-box__XusGg.mfa-modal_numbered__0rswz .mfa-modal_sub-content__Ds5vN p {
  margin-left: 18px;
}
.mfa-modal_action-content-box__XusGg .mfa-modal_sub-content__Ds5vN {
  padding: 26px 26px 20px;
}
.mfa-modal_action-content-box__XusGg .mfa-modal_sub-content__Ds5vN.mfa-modal_right__sqhQS {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.mfa-modal_action-content-box__XusGg .mfa-modal_sub-content__Ds5vN.mfa-modal_right__sqhQS button {
  margin: 0 20px;
}
.mfa-modal_action-content-box__XusGg .mfa-modal_sub-content__Ds5vN h4,
.mfa-modal_action-content-box__XusGg .mfa-modal_sub-content__Ds5vN p.mfa-modal_bold__SjqZg {
  margin: 0;
}
.mfa-modal_action-content-box__XusGg .mfa-modal_sub-content__Ds5vN h4 span,
.mfa-modal_action-content-box__XusGg .mfa-modal_sub-content__Ds5vN p.mfa-modal_bold__SjqZg span {
  width: 18px;
  display: inline-block;
}
.mfa-modal_action-content-box__XusGg .mfa-modal_sub-content__Ds5vN p {
  margin: 6px 0 0;
}
.mfa-modal_action-content-box__XusGg .mfa-modal_remove__ZCox8 {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.mfa-modal_options-dot__a7fOg {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.mfa-modal_options-dot__a7fOg.mfa-modal_boxed__v_vIO {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.mfa-modal_options-dot__a7fOg.mfa-modal_active__hx8Z5,
.mfa-modal_options-dot__a7fOg:focus-visible,
.mfa-modal_options-dot__a7fOg:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.mfa-modal_clickable__j5MbF {
  cursor: pointer;
}
.mfa-modal_beta-label__c4wv1 {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.mfa-modal_none-style-list-options__xDTx2 {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.mfa-modal_none-style-list-options__xDTx2 li {
  margin: 5px 0;
}
.mfa-modal_ant-tour__gP587 {
  width: 400px;
}
.mfa-modal_ant-collapse__HmGhS > .mfa-modal_ant-collapse-item__YcCSX > .mfa-modal_ant-collapse-header-collapsible-only__K6C37 > .mfa-modal_ant-collapse-header-text__4gTlr {
  flex: auto;
}
.mfa-modal_onboarding-tour-header__CeqLf {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.mfa-modal_onboarding-tour-description__FFTJo {
  color: #17191a;
  font-size: 16px;
}
.mfa-modal_tour-hidden-button__fO680 {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.mfa-modal_ai-onboarding-tour-header__yuhN6 {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.mfa-modal_onboarding-step-ai-tour__1JmR6 {
  width: 350px;
}
.mfa-modal_onboarding-step-ai-tour__1JmR6 .mfa-modal_onboarding-step-ai-tour-inner__MgE9Q .mfa-modal_onboarding-step-ai-tour-description__SQSTZ {
  padding: 0 20px;
}
.mfa-modal_onboarding-step-ai-tour__1JmR6 .mfa-modal_onboarding-step-ai-tour-inner__MgE9Q .mfa-modal_onboarding-step-ai-tour-footer__G0sh1 {
  padding: 0 20px 20px;
}
.mfa-modal_onboarding-step-ai-tour__1JmR6 .mfa-modal_onboarding-step-ai-tour-inner__MgE9Q .mfa-modal_onboarding-step-ai-tour-header__jQwK6 {
  padding: 20px 20px 4px;
}
.mfa-modal_onboarding-step-ai-tour__1JmR6 .mfa-modal_onboarding-step-ai-tour-inner__MgE9Q .mfa-modal_onboarding-step-ai-tour-indicators__i55TU {
  display: flex;
  width: 100%;
}
.mfa-modal_onboarding-step-ai-tour__1JmR6 .mfa-modal_onboarding-step-ai-tour-inner__MgE9Q .mfa-modal_onboarding-step-ai-tour-buttons__kLBZM {
  width: 0;
  visibility: hidden;
}
.mfa-modal_onboarding-step-ai-tour-mask__8qtLW mask[id^='onboarding-step-ai-tour-mask'] rect.mfa-modal_onboarding-step-ai-tour-placeholder-animated__nGpzY {
  rx: 8px;
}
.mfa-modal_onboarding-step-ai-tour-round-mask__R_EFH mask[id^='onboarding-step-ai-tour-round-mask'] rect.mfa-modal_onboarding-step-ai-tour-round-placeholder-animated__dB3Sm {
  rx: 25px;
}
.mfa-modal_onboarding-step-tour__AsRh4 {
  width: 400px;
}
.mfa-modal_onboarding-step-tour__AsRh4.mfa-modal_content-hidden__09kRE {
  display: none !important;
}
.mfa-modal_onboarding-step-tour__AsRh4.mfa-modal_extended-width__KjuTw {
  width: 600px;
}
.mfa-modal_onboarding-step-tour-mask__0fja0 mask[id^='onboarding-step-tour-mask'] rect.mfa-modal_onboarding-step-tour-placeholder-animated__8yAQP {
  rx: 8px;
}
.mfa-modal_onboarding-step-one-tour__V_Vfm {
  width: 400px;
}
.mfa-modal_onboarding-step-one-tour__V_Vfm.mfa-modal_content-hidden__09kRE {
  display: none !important;
}
.mfa-modal_onboarding-step-one-tour__V_Vfm.mfa-modal_extended-width__KjuTw {
  width: 600px;
}
.mfa-modal_onboarding-step-one-tour-mask__oq9KQ mask[id^='onboarding-step-one-tour-mask'] rect.mfa-modal_onboarding-step-one-tour-placeholder-animated__6UJlV {
  rx: 25px;
}
.mfa-modal_support-unread-tour__5ut91 {
  width: 272px;
}
.mfa-modal_support-unread-tour__5ut91 .mfa-modal_support-unread-tour-inner__UILpS .mfa-modal_support-unread-tour-header__8SmUh {
  padding: 8px 16px 4px;
}
.mfa-modal_support-unread-tour__5ut91 .mfa-modal_support-unread-tour-inner__UILpS .mfa-modal_support-unread-tour-footer__FZlhJ {
  padding: 0 16px 16px;
}
.mfa-modal_support-unread-tour__5ut91 .mfa-modal_support-unread-tour-inner__UILpS .mfa-modal_support-unread-tour-close__r7k84 {
  top: 10px;
}
.mfa-modal_preserve-scroll-position__9DYVA {
  overflow-anchor: none;
}
.mfa-modal_toolbar-wrapper__vuuvh {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.mfa-modal_toolbar-wrapper__vuuvh .mfa-modal_anticon__lwP_x {
  padding: 12px;
  cursor: pointer;
}
.mfa-modal_toolbar-wrapper__vuuvh .mfa-modal_anticon__lwP_x:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.mfa-modal_toolbar-wrapper__vuuvh .mfa-modal_anticon__lwP_x:hover {
  opacity: 0.3;
}
.mfa-modal_ant-carousel__1MN1K .mfa-modal_slick-dots__IfOCQ li.mfa-modal_slick-active__reUeW button {
  background-color: #8158ec;
}
.mfa-modal_ant-carousel__1MN1K .mfa-modal_slick-dots__IfOCQ li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.mfa-modal_ant-modal-root__9uuTT .mfa-modal_ant-modal-mask__sQC7X,
.mfa-modal_ant-modal-root__9uuTT .mfa-modal_ant-modal-wrap__74mFM {
  z-index: 1001;
}
.mfa-modal_focused__B0fca {
  background-color: #f5f5f5;
}
.mfa-modal_spinner-overlay__B8Wc7,
.mfa-modal_spinner__hdU3u {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.mfa-modal_spinner-overlay__B8Wc7 {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.mfa-modal_spinner__hdU3u {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mfa-modal_large-tag__ySRqL {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.mfa-modal_email-pill__Z5Oqu,
.mfa-modal_phone-pill__SKcvO {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.mfa-modal_email-pill__Z5Oqu:not(:empty),
.mfa-modal_phone-pill__SKcvO:not(:empty) {
  padding: 4px;
}
.mfa-modal_phone-pill__SKcvO {
  background-color: #e0f2fb;
}
.mfa-modal_email-pill__Z5Oqu {
  background-color: #ffefbe;
}
.mfa-modal_input-box__DuhUv {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.mfa-modal_input-box__DuhUv.mfa-modal_bordered__2wtnD {
  border: 1px solid #e6e6e6;
}
.mfa-modal_input-box__DuhUv.mfa-modal_large__sWdbI {
  height: auto;
  min-height: 80px;
}
.mfa-modal_input-box__DuhUv:focus {
  border-color: #ffc926;
}
.mfa-modal_mfa-config__uNhXS .mfa-modal_step__19Oaf {
  display: none;
}
.mfa-modal_mfa-config__uNhXS .mfa-modal_visible__YcUhd {
  display: flex;
  flex-direction: column;
}
.mfa-modal_mfa-config__uNhXS .mfa-modal_mfa-options__Cjjwy {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-top: 24px;
}
.mfa-modal_mfa-config__uNhXS .mfa-modal_mfa-options__Cjjwy .mfa-modal_mfa-option__SCQAT {
  flex: 1 1;
  margin: auto;
  border: 1px solid #e6e6e6;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 40px 24px;
  position: relative;
  cursor: pointer;
}
.mfa-modal_mfa-config__uNhXS .mfa-modal_mfa-options__Cjjwy .mfa-modal_mfa-option__SCQAT .mfa-modal_icon-auth-selected__MvUZv {
  display: none;
}
.mfa-modal_mfa-config__uNhXS .mfa-modal_mfa-options__Cjjwy .mfa-modal_mfa-option__SCQAT.mfa-modal_selected__Ukfxz {
  border-color: #ffc926;
  background: #fff;
}
.mfa-modal_mfa-config__uNhXS .mfa-modal_mfa-options__Cjjwy .mfa-modal_mfa-option__SCQAT.mfa-modal_selected__Ukfxz .mfa-modal_icon-auth-selected__MvUZv {
  display: flex;
  position: absolute;
  top: -15px;
  right: -15px;
}
.mfa-modal_mfa-config__uNhXS .mfa-modal_mfa-options__Cjjwy .mfa-modal_mfa-option__SCQAT .mfa-modal_description-header__E2CYg {
  padding-top: 8px;
}
.mfa-modal_mfa-config__uNhXS .mfa-modal_mfa-options__Cjjwy .mfa-modal_mfa-option__SCQAT .mfa-modal_description-text__AIqWg {
  color: #999;
  min-height: 60px;
}
.mfa-modal_mfa-config__uNhXS .mfa-modal_sub-header__CvOns {
  padding-bottom: 10px;
}
.mfa-modal_mfa-config__uNhXS .mfa-modal_sub-header__CvOns.mfa-modal_green-text__fV2io {
  color: #56bf56;
  margin-top: 16px;
}
.mfa-modal_mfa-config__uNhXS .mfa-modal_phone-container__PLQbd {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 24px;
}
.mfa-modal_mfa-config__uNhXS .mfa-modal_phone-container__PLQbd input {
  flex: 1 1;
  background-color: #f9f9f9;
  padding-left: 5px;
  width: 340px;
}
.mfa-modal_mfa-config__uNhXS .mfa-modal_phone-container__PLQbd .mfa-modal_orange-button__8yZD4 {
  margin-left: auto;
}
.mfa-modal_mfa-config__uNhXS .mfa-modal_phone-error__IeSwC {
  margin: -10px 0 20px;
}
.mfa-modal_mfa-config__uNhXS .mfa-modal_auth-configaration-container__CeaHF .mfa-modal_auth-configaration-description__OlmIa {
  align-items: center;
}
.mfa-modal_mfa-config__uNhXS .mfa-modal_auth-configaration-container__CeaHF .mfa-modal_qr-container__jXADJ {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
.mfa-modal_mfa-config__uNhXS .mfa-modal_auth-configaration-container__CeaHF .mfa-modal_qr-container__jXADJ input {
  flex: 1 1;
  background-color: #f9f9f9;
  padding: 12px;
  width: 440px;
  margin-bottom: 24px;
  text-align: center;
}
.mfa-modal_mfa-config__uNhXS .mfa-modal_auth-configaration-container__CeaHF .mfa-modal_qr-container__jXADJ .icon-copy {
  position: absolute;
  top: auto;
  right: 34px;
  bottom: 38px;
  left: auto;
}
.mfa-modal_mfa-config__uNhXS .mfa-modal_confirmation-container__7yJiE {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4px;
}
.mfa-modal_mfa-config__uNhXS .mfa-modal_confirmation-container__7yJiE .mfa-modal_sub-header__CvOns {
  padding-top: 10px;
}
.mfa-modal_mfa-config__uNhXS .mfa-modal_close__si43N {
  margin-left: auto;
}
.mfa-modal_icon-auth-text__DmEKI {
  background: url(/icons/auth-text.png) no-repeat 50% / cover;
  height: 40px;
  width: 40px;
}
.mfa-modal_icon-auth-app__kn7wk {
  background: url(/icons/auth-app.png) no-repeat 50% / cover;
  height: 40px;
  width: 40px;
}
.mfa-modal_icon-auth-selected__MvUZv {
  background: url(/icons/auth-selected.png) no-repeat 50% / cover;
  height: 32px;
  width: 32px;
}
.mfa-modal_footer__C0nlL {
  margin-top: 24px;
  text-align: right;
}
.mfa-modal_icon-green-checkbox-filled__M9SP1 {
  background: url(/icons/green-check-circle.svg) no-repeat 50% / cover;
  height: 48px;
  width: 48px;
}
.mfa-verification-code_container__R_1pf .mfa-verification-code_resend-code__k_O3J {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.mfa-verification-code_container__R_1pf .mfa-verification-code_error__vBeTi {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.mfa-verification-code_mini-square__skx48 {
  width: 20px;
  height: 20px;
}
.mfa-verification-code_container__R_1pf.mfa-verification-code_is-setup__mzOTy {
  padding: 16px 0;
  background: #f5f5f5;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
.mfa-verification-code_container__R_1pf.mfa-verification-code_is-setup__mzOTy p {
  margin: 0;
}
.mfa-verification-code_container__R_1pf .mfa-verification-code_resend-code__k_O3J {
  color: #31a7e7;
  padding-top: 16px;
}
.mfa-verification-code_container__R_1pf .mfa-verification-code_error__vBeTi {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 5px;
}
.mfa-verification-code_container__R_1pf .mfa-verification-code_error__vBeTi .icon-error-triangle {
  margin: 5px;
}
.verify-code-input_container__xROJ7#verify-code {
  display: flex;
  justify-content: center;
}
.verify-code-input_container__xROJ7#verify-code.verify-code-input_reduced-top-margin__1cijt input {
  margin-top: 12px !important;
}
.verify-code-input_container__xROJ7#verify-code input {
  width: 39px;
  height: 39px;
  text-align: left;
  padding: 12px 13px;
  font-size: 1.2em;
  margin: 25px 8px 0 0 !important;
}
.verify-code-input_container__xROJ7#verify-code.verify-code-input_error__v03KM input {
  border-color: #d0021b;
}
.email-picker-modal_icon__pToqQ {
  padding: 4px;
}
.email-picker-modal_icon-wrapper__dwCrK {
  padding: 4px;
  color: #454a4d;
}
.email-picker-modal_icon-wrapper-absolute___MBPg {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.email-picker-modal_icon-wrapper-absolute___MBPg .email-picker-modal_icon__pToqQ {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.email-picker-modal_icon-sms__gLEDh {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.email-picker-modal_icon-email__yTSMj {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.email-picker-modal_icon-mixed__3wjlo {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.email-picker-modal_icon-picker-wrapper__9Yczu {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.email-picker-modal_icon-picker-wrapper__9Yczu:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.email-picker-modal_icon-picker-wrapper__9Yczu:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .email-picker-modal_icon-picker-wrapper__9Yczu {
    margin-right: 5px;
  }
}
.email-picker-modal_icon-checkmark-white__f2xMf {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.email-picker-modal_icon-x-white__ahCsC {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.email-picker-modal_icon-help__gSHTq {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.email-picker-modal_icon-help__gSHTq:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.email-picker-modal_container__GfFhs select,
.email-picker-modal_ico-arrow-down__LvLa1 {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.email-picker-modal_container__GfFhs select.email-picker-modal_ant-dropdown-trigger__h02yW,
.email-picker-modal_ico-arrow-down__LvLa1.email-picker-modal_ant-dropdown-trigger__h02yW {
  padding-right: 24px;
  cursor: pointer;
}
.email-picker-modal_container__GfFhs select.email-picker-modal_ant-dropdown-trigger__h02yW:disabled,
.email-picker-modal_container__GfFhs select.email-picker-modal_ant-dropdown-trigger__h02yW[disabled],
.email-picker-modal_ico-arrow-down__LvLa1.email-picker-modal_ant-dropdown-trigger__h02yW:disabled,
.email-picker-modal_ico-arrow-down__LvLa1.email-picker-modal_ant-dropdown-trigger__h02yW[disabled] {
  cursor: default;
  background: transparent;
}
.email-picker-modal_ico-arrow-gray__RImbf {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.email-picker-modal_ico-arrow-gray__RImbf.email-picker-modal_down__GChVl {
  transform: rotate(90deg);
}
.email-picker-modal_ico-arrow-gray__RImbf.email-picker-modal_up__An_3B {
  transform: rotate(-90deg);
}
.email-picker-modal_ico-arrow-gray__RImbf.email-picker-modal_right__4_7yo {
  transform: rotate(180deg);
}
.email-picker-modal_ico-arrow-gray__RImbf.email-picker-modal_ant-dropdown-trigger__h02yW {
  padding-right: 24px;
  cursor: pointer;
}
.email-picker-modal_ico-arrow-gray__RImbf.email-picker-modal_ant-dropdown-trigger__h02yW:disabled,
.email-picker-modal_ico-arrow-gray__RImbf.email-picker-modal_ant-dropdown-trigger__h02yW[disabled] {
  cursor: default;
  background: transparent;
}
.email-picker-modal_icon-error-triangle__xIfUK {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.email-picker-modal_ico-compose__LnjPY {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.email-picker-modal_ico-compose-white__W74G3 {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.email-picker-modal_icon-google-play__XhxN4 {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.email-picker-modal_icon-app-store__YWPG_ {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.email-picker-modal_icon-social-fb__ekTuW {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.email-picker-modal_icon-social-tw__WyGNT {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.email-picker-modal_icon-disclosure__bljR7 {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.email-picker-modal_icon-16__8fwA5 {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.email-picker-modal_icon-18__682BT {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.email-picker-modal_icon-gray5__0fftq {
  color: #999 !important;
}
.email-picker-modal_ico-arrow-black__GVDn8 {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.email-picker-modal_ico-arrow-black__GVDn8.email-picker-modal_down__GChVl {
  transform: rotate(90deg);
}
.email-picker-modal_ico-arrow-black__GVDn8.email-picker-modal_up__An_3B {
  transform: rotate(-90deg);
}
.email-picker-modal_ico-arrow-black__GVDn8.email-picker-modal_right__4_7yo {
  transform: rotate(180deg);
}
.email-picker-modal_icon-copy__VC63f {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.email-picker-modal_icon-copy__VC63f:hover {
  background-image: url(/icons/copy-black.svg);
}
.email-picker-modal_icon-msg-white__BnYZd {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.email-picker-modal_icon-email-white__l0u3H {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.email-picker-modal_icon-black-bg__6aeL8 {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.email-picker-modal_icon-black-bg__6aeL8 > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.email-picker-modal_icon-inbox-black-filled__szoE_ {
  background-image: url(/icons/inbox-black.svg);
}
.email-picker-modal_icon-contacts__itES4 {
  background-image: url(/icons/sidebar/contacts.svg);
}
.email-picker-modal_page-header-title__zRUYl {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.email-picker-modal_action-content-box__RAQaD .email-picker-modal_sub-content__rqxLJ h4,
.email-picker-modal_empty-state-wrapper__SXA3J h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.email-picker-modal_box-content__876Zv .email-picker-modal_header-l__C4tVz,
.email-picker-modal_box-content__876Zv .email-picker-modal_header__JwZ_X,
.email-picker-modal_toast__W5zvj .email-picker-modal_ant-message-notice-content__rj13J .email-picker-modal_toast-wrapper__KAPa_ .email-picker-modal_contents__ZOfIA .email-picker-modal_title__BOexk {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.email-picker-modal_action-content-box__RAQaD .email-picker-modal_sub-content__rqxLJ p.email-picker-modal_bold__mfcHU,
.email-picker-modal_empty-state-wrapper__SXA3J h2 a,
.email-picker-modal_header-bar__wR2Z6 .email-picker-modal_title__BOexk,
.email-picker-modal_inbox-name__696y7 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.email-picker-modal_box-content__876Zv .email-picker-modal_content-header__Ntl7Z {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.email-picker-modal_action-content-box__RAQaD .email-picker-modal_sub-content__rqxLJ p,
.email-picker-modal_empty-state-wrapper__SXA3J div,
.email-picker-modal_toast__W5zvj .email-picker-modal_ant-message-notice-content__rj13J .email-picker-modal_toast-wrapper__KAPa_ .email-picker-modal_contents__ZOfIA p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.email-picker-modal_blue-button__frIGj,
.email-picker-modal_box-content__876Zv .email-picker-modal_content__l3ObU input,
.email-picker-modal_box-content__876Zv .email-picker-modal_upload-data-input-with-icon__xSxVc input,
.email-picker-modal_button-with-bg-color__G8BD2,
.email-picker-modal_cancel-button___E_w6,
.email-picker-modal_green-button__LcR4M,
.email-picker-modal_input-box__5NmiT,
.email-picker-modal_input-grey__wzAmF,
.email-picker-modal_orange-button__l_XWK,
.email-picker-modal_positive-button__unaZO,
.email-picker-modal_purple-button__gQ_eg,
.email-picker-modal_white-button-blue-text__VBom5,
.email-picker-modal_white-button__3WFN2,
button.email-picker-modal_icon-button__MJwcg,
button.email-picker-modal_text-only__hTlHC,
input .email-picker-modal_input-white__r_obO,
textarea .email-picker-modal_input-white__r_obO {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.email-picker-modal_group-wrapper__2QSxM .email-picker-modal_name__IROaQ,
.email-picker-modal_large-tag__oJEnC,
button.email-picker-modal_show-more__XFPl5,
button.email-picker-modal_text-only__hTlHC,
span.email-picker-modal_text-only__hTlHC button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.email-picker-modal_group-wrapper__2QSxM .email-picker-modal_info__HDjHJ {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.email-picker-modal_tag__n7sy1 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.email-picker-modal_beta-label__FMJL0,
.email-picker-modal_error-text-link__BL6Fe,
.email-picker-modal_error-text__pwtTz,
.email-picker-modal_error__NzAnR {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.email-picker-modal_mini-square__JfyKs {
  width: 20px;
  height: 20px;
}
.email-picker-modal_help-text__RGGBK {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.email-picker-modal_error-text__pwtTz {
  color: #d0021b;
  flex-grow: 1;
}
.email-picker-modal_error-text-link__BL6Fe {
  color: #d0021b;
  text-decoration: underline;
}
.email-picker-modal_descriptive-text__MVT8N {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.email-picker-modal_visually-hidden__gm5hh {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.email-picker-modal_visually-hidden__gm5hh.email-picker-modal_focusable__vRAo3:active,
.email-picker-modal_visually-hidden__gm5hh.email-picker-modal_focusable__vRAo3:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.email-picker-modal_visually-offscreen__ol99_ {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.email-picker-modal_invisible__5Os7e {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.email-picker-modal_hidden__XKPR6 {
  display: none !important;
  visibility: hidden;
}
.email-picker-modal_strong__dTVPV {
  font-weight: 700;
}
.email-picker-modal_align-right__Jdb10 {
  text-align: right;
}
.email-picker-modal_align-left__Zbs57 {
  text-align: left;
}
.email-picker-modal_centered__xRtGf {
  text-align: center;
}
.email-picker-modal_timestamp__7dwVQ {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.email-picker-modal_display-block__BWZjo {
  display: block !important;
}
.email-picker-modal_inline-block__MFuEZ {
  display: inline-block !important;
}
.email-picker-modal_hm-app-body__5Zxbc button.email-picker-modal_ant-switch__oLGLs[disabled],
.email-picker-modal_hm-app-body__5Zxbc button.email-picker-modal_ant-switch__oLGLs[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.email-picker-modal_blue-button__frIGj,
.email-picker-modal_button-with-bg-color__G8BD2,
.email-picker-modal_cancel-button___E_w6,
.email-picker-modal_green-button__LcR4M,
.email-picker-modal_orange-button__l_XWK,
.email-picker-modal_positive-button__unaZO,
.email-picker-modal_purple-button__gQ_eg,
.email-picker-modal_white-button-blue-text__VBom5,
.email-picker-modal_white-button__3WFN2,
button.email-picker-modal_icon-button__MJwcg,
button.email-picker-modal_text-only__hTlHC {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.email-picker-modal_text-only__hTlHC,
span.email-picker-modal_text-only__hTlHC button {
  color: #31a7e7;
  padding: 0;
}
button.email-picker-modal_text-only__hTlHC[disabled],
button.email-picker-modal_text-only__hTlHC[disabled]:active,
button.email-picker-modal_text-only__hTlHC[disabled]:focus,
button.email-picker-modal_text-only__hTlHC[disabled]:hover,
span.email-picker-modal_text-only__hTlHC button[disabled],
span.email-picker-modal_text-only__hTlHC button[disabled]:active,
span.email-picker-modal_text-only__hTlHC button[disabled]:focus,
span.email-picker-modal_text-only__hTlHC button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.email-picker-modal_text-only__hTlHC.email-picker-modal_red-text__qu3p5,
button.email-picker-modal_text-only__hTlHC.email-picker-modal_red-text__qu3p5:active,
button.email-picker-modal_text-only__hTlHC.email-picker-modal_red-text__qu3p5:focus,
button.email-picker-modal_text-only__hTlHC.email-picker-modal_red-text__qu3p5:hover,
span.email-picker-modal_text-only__hTlHC button.email-picker-modal_red-text__qu3p5,
span.email-picker-modal_text-only__hTlHC button.email-picker-modal_red-text__qu3p5:active,
span.email-picker-modal_text-only__hTlHC button.email-picker-modal_red-text__qu3p5:focus,
span.email-picker-modal_text-only__hTlHC button.email-picker-modal_red-text__qu3p5:hover {
  color: #d0021b;
}
button.email-picker-modal_text-only__hTlHC.email-picker-modal_gray-text__0XLlO,
span.email-picker-modal_text-only__hTlHC button.email-picker-modal_gray-text__0XLlO {
  color: #999;
}
button.email-picker-modal_text-only__hTlHC.email-picker-modal_gray-text__0XLlO:active,
button.email-picker-modal_text-only__hTlHC.email-picker-modal_gray-text__0XLlO:focus,
button.email-picker-modal_text-only__hTlHC.email-picker-modal_gray-text__0XLlO:hover,
span.email-picker-modal_text-only__hTlHC button.email-picker-modal_gray-text__0XLlO:active,
span.email-picker-modal_text-only__hTlHC button.email-picker-modal_gray-text__0XLlO:focus,
span.email-picker-modal_text-only__hTlHC button.email-picker-modal_gray-text__0XLlO:hover {
  color: #999 !important;
}
button.email-picker-modal_text-only__hTlHC.email-picker-modal_black-text__s9TIS,
span.email-picker-modal_text-only__hTlHC button.email-picker-modal_black-text__s9TIS {
  color: #17191a;
}
button.email-picker-modal_text-only__hTlHC.email-picker-modal_black-text__s9TIS:active,
button.email-picker-modal_text-only__hTlHC.email-picker-modal_black-text__s9TIS:focus,
button.email-picker-modal_text-only__hTlHC.email-picker-modal_black-text__s9TIS:hover,
span.email-picker-modal_text-only__hTlHC button.email-picker-modal_black-text__s9TIS:active,
span.email-picker-modal_text-only__hTlHC button.email-picker-modal_black-text__s9TIS:focus,
span.email-picker-modal_text-only__hTlHC button.email-picker-modal_black-text__s9TIS:hover {
  color: #8158ec;
}
button.email-picker-modal_text-only__hTlHC.email-picker-modal_purple-text__SHsP4,
button.email-picker-modal_text-only__hTlHC.email-picker-modal_purple-text__SHsP4:active,
button.email-picker-modal_text-only__hTlHC.email-picker-modal_purple-text__SHsP4:focus,
button.email-picker-modal_text-only__hTlHC.email-picker-modal_purple-text__SHsP4:hover,
span.email-picker-modal_text-only__hTlHC button.email-picker-modal_purple-text__SHsP4,
span.email-picker-modal_text-only__hTlHC button.email-picker-modal_purple-text__SHsP4:active,
span.email-picker-modal_text-only__hTlHC button.email-picker-modal_purple-text__SHsP4:focus,
span.email-picker-modal_text-only__hTlHC button.email-picker-modal_purple-text__SHsP4:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.email-picker-modal_text-only__hTlHC:active,
button.email-picker-modal_text-only__hTlHC:focus,
button.email-picker-modal_text-only__hTlHC:hover,
span.email-picker-modal_text-only__hTlHC button:active,
span.email-picker-modal_text-only__hTlHC button:focus,
span.email-picker-modal_text-only__hTlHC button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.email-picker-modal_blue-button__frIGj,
.email-picker-modal_button-with-bg-color__G8BD2,
.email-picker-modal_green-button__LcR4M,
.email-picker-modal_orange-button__l_XWK,
.email-picker-modal_positive-button__unaZO,
.email-picker-modal_white-button-blue-text__VBom5,
.email-picker-modal_white-button__3WFN2 {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.email-picker-modal_orange-button__l_XWK {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.email-picker-modal_orange-button__l_XWK:active,
.email-picker-modal_orange-button__l_XWK:focus,
.email-picker-modal_orange-button__l_XWK:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.email-picker-modal_orange-button__l_XWK[disabled],
.email-picker-modal_orange-button__l_XWK[disabled]:active,
.email-picker-modal_orange-button__l_XWK[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.email-picker-modal_orange-button__l_XWK.email-picker-modal_drop-down__YDnO_ {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.email-picker-modal_scroll-loader__EzY0i {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.email-picker-modal_green-button__LcR4M {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.email-picker-modal_green-button__LcR4M:active,
.email-picker-modal_green-button__LcR4M:focus,
.email-picker-modal_green-button__LcR4M:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.email-picker-modal_green-button__LcR4M[disabled],
.email-picker-modal_green-button__LcR4M[disabled]:active,
.email-picker-modal_green-button__LcR4M[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.email-picker-modal_positive-button__unaZO {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.email-picker-modal_positive-button__unaZO:active,
.email-picker-modal_positive-button__unaZO:focus,
.email-picker-modal_positive-button__unaZO:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.email-picker-modal_positive-button__unaZO[disabled] {
  background-color: #abe4b2;
}
.email-picker-modal_negative-button__ELHJN {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.email-picker-modal_negative-button__ELHJN:active,
.email-picker-modal_negative-button__ELHJN:focus,
.email-picker-modal_negative-button__ELHJN:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.email-picker-modal_plain-cancel-button__8aXOe,
.email-picker-modal_plain-cancel-button__8aXOe:active,
.email-picker-modal_plain-cancel-button__8aXOe:focus,
.email-picker-modal_plain-cancel-button__8aXOe:hover {
  color: #17191a;
}
.email-picker-modal_white-button-blue-text__VBom5,
.email-picker-modal_white-button__3WFN2 {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.email-picker-modal_white-button-blue-text__VBom5:active,
.email-picker-modal_white-button-blue-text__VBom5:focus,
.email-picker-modal_white-button-blue-text__VBom5:hover,
.email-picker-modal_white-button__3WFN2:active,
.email-picker-modal_white-button__3WFN2:focus,
.email-picker-modal_white-button__3WFN2:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.email-picker-modal_white-button__3WFN2[disabled],
.email-picker-modal_white-button__3WFN2[disabled]:active,
.email-picker-modal_white-button__3WFN2[disabled]:focus,
.email-picker-modal_white-button__3WFN2[disabled]:hover,
[disabled].email-picker-modal_white-button-blue-text__VBom5 {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.email-picker-modal_common-sentiment-emoji__tpKKh {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.email-picker-modal_white-button-blue-text__VBom5 {
  color: #31a7e7;
}
.email-picker-modal_white-button-blue-text__VBom5:active,
.email-picker-modal_white-button-blue-text__VBom5:focus,
.email-picker-modal_white-button-blue-text__VBom5:hover {
  color: #31a7e7 !important;
}
.email-picker-modal_blue-button__frIGj {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #31a7e7;
  color: #fff;
  display: inline-block;
}
.email-picker-modal_blue-button__frIGj:active,
.email-picker-modal_blue-button__frIGj:focus,
.email-picker-modal_blue-button__frIGj:hover {
  background-color: #31a7e7;
  color: #fff;
}
.email-picker-modal_green-button__LcR4M {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #56bf56;
  color: #fff;
  display: inline-block;
}
.email-picker-modal_green-button__LcR4M:active,
.email-picker-modal_green-button__LcR4M:focus,
.email-picker-modal_green-button__LcR4M:hover {
  background-color: #56bf56;
  color: #fff;
}
.email-picker-modal_purple-button__gQ_eg {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.email-picker-modal_purple-button__gQ_eg:active,
.email-picker-modal_purple-button__gQ_eg:focus,
.email-picker-modal_purple-button__gQ_eg:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.email-picker-modal_dropdown-input__qxxiQ {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.email-picker-modal_dropdown-input__qxxiQ:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.email-picker-modal_hm-app-body__5Zxbc input::placeholder {
  color: #a3a3a3;
}
.email-picker-modal_textarea-composer__Vm_G6 {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.email-picker-modal_container__GfFhs input,
.email-picker-modal_container__GfFhs textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.email-picker-modal_input-for-copy__yfNmL {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.email-picker-modal_input-text-bordered__7mfJj,
.email-picker-modal_input-text__r1XLP,
.email-picker-modal_input-textarea__SNLZQ {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.email-picker-modal_input-text__r1XLP {
  height: 50px;
}
.email-picker-modal_input-text-bordered__7mfJj {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.email-picker-modal_xxl-input__gVl65 {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.email-picker-modal_xl-input__nYpmb {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.email-picker-modal_l-input__JAgs_ {
  width: 100%;
  font-size: 1.1rem;
}
.email-picker-modal_box-content__876Zv .email-picker-modal_content__l3ObU input,
.email-picker-modal_box-content__876Zv .email-picker-modal_upload-data-input-with-icon__xSxVc input,
.email-picker-modal_input-grey__wzAmF,
input .email-picker-modal_input-white__r_obO,
textarea .email-picker-modal_input-white__r_obO {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.email-picker-modal_box-content__876Zv .email-picker-modal_content__l3ObU input::placeholder,
.email-picker-modal_box-content__876Zv .email-picker-modal_upload-data-input-with-icon__xSxVc input::placeholder,
.email-picker-modal_input-grey__wzAmF::placeholder,
input .email-picker-modal_input-white__r_obO::placeholder,
textarea .email-picker-modal_input-white__r_obO::placeholder {
  color: #999;
  opacity: 1;
}
input .email-picker-modal_input-white__r_obO,
textarea .email-picker-modal_input-white__r_obO {
  background-color: #fff;
}
.email-picker-modal_clearfix__Krmiz:after {
  clear: both;
  content: '';
  display: block;
}
.email-picker-modal_hidden-important__rF2Dv {
  display: none !important;
}
.email-picker-modal_p-left__ZYbk3 {
  float: left;
}
.email-picker-modal_p-right__Ida5W {
  float: right;
}
.email-picker-modal_image_orientation_3__N5TTO {
  tranform: rotate(180deg);
}
.email-picker-modal_image_orientation_6__Nq6Un {
  tranform: rotate(90deg);
}
.email-picker-modal_image_orientation_8__g_4yD {
  tranform: rotate(-90deg);
}
.email-picker-modal_image_orientation_2__i5ERq {
  tranform: scaleX(-1);
}
.email-picker-modal_image_orientation_7__Dwwp4 {
  tranform: scaleX(-1) rotate(-90deg);
}
.email-picker-modal_image_orientation_4__mwqxi {
  tranform: scaleX(-1) rotate(180deg);
}
.email-picker-modal_image_orientation_5__cnNon {
  tranform: scaleX(-1) rotate(90deg);
}
.email-picker-modal_image_slideshow_orientation_3__e_6bn {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.email-picker-modal_image_slideshow_orientation_6__ors4w {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.email-picker-modal_image_slideshow_orientation_8__ndSAC {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.email-picker-modal_image_slideshow_orientation_2__mNmsE {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.email-picker-modal_image_slideshow_orientation_7__BZwPG {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.email-picker-modal_image_slideshow_orientation_4__36fio {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.email-picker-modal_image_slideshow_orientation_5__SgC9t {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.email-picker-modal_container__GfFhs select::-ms-expand {
  display: none !important;
}
.email-picker-modal_container__GfFhs select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.email-picker-modal_count-area__Oyr43 {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.email-picker-modal_clear-top__FX5Ar {
  padding-top: 0;
  margin-top: 0;
}
.email-picker-modal_remove-x-20__N3SL_,
.email-picker-modal_remove-x__rk8G_ {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.email-picker-modal_remove-x__rk8G_.email-picker-modal_white___fwdv,
.email-picker-modal_white___fwdv.email-picker-modal_remove-x-20__N3SL_ {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.email-picker-modal_remove-x-20__N3SL_ {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.email-picker-modal_divider__1r_o3 {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.email-picker-modal_mobile__i10gS {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.email-picker-modal_blue__Q9ZV9 {
  color: #31a7e7 !important;
}
.email-picker-modal_white___fwdv {
  color: #fff !important;
}
.email-picker-modal_purple__8NTec {
  color: #8158ec !important;
}
.email-picker-modal_delete___sPwZ {
  color: #d0021b !important;
}
.email-picker-modal_dark-text__9gQJ3 {
  color: #17191a !important;
}
.email-picker-modal_file-input__6W_ij {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.email-picker-modal_image-download-wrapper__8NSF3 {
  position: fixed;
  top: 40px;
  right: 100px;
}
.email-picker-modal_overflow-y-auto__A0S0d {
  overflow-y: auto;
}
.email-picker-modal_is-font-icon__H_wjh:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.email-picker-modal_is-invisible__FUq8j {
  opacity: 0;
}
.email-picker-modal_tabbed-button__F0Vmm {
  padding: 0 7px 2px;
}
.email-picker-modal_tabbed-button__F0Vmm.email-picker-modal_selected__ocEuc {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.email-picker-modal_show-more__XFPl5 {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.email-picker-modal_show-more__XFPl5:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.email-picker-modal_time-input__Jja8x {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.email-picker-modal_form-group__xzBpl.email-picker-modal_date-time__z7TYb {
  position: relative;
  top: -2px;
}
.email-picker-modal_form-group__xzBpl.email-picker-modal_date-time__z7TYb.email-picker-modal_time__PmroY {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.email-picker-modal_form-group__xzBpl.email-picker-modal_date-time__z7TYb.email-picker-modal_form-group-hour__J2XXj .email-picker-modal_colon__qnISF {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.email-picker-modal_form-group__xzBpl.email-picker-modal_date-time__z7TYb.email-picker-modal_form-group-hour__J2XXj input {
  text-align: center;
}
.email-picker-modal_form-group__xzBpl.email-picker-modal_date-time__z7TYb.email-picker-modal_form-group-day__8vmxP {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.email-picker-modal_form-group__xzBpl.email-picker-modal_date-time__z7TYb.email-picker-modal_form-group-minute__b5jJI {
  width: 42px;
}
.email-picker-modal_form-group__xzBpl.email-picker-modal_date-time__z7TYb.email-picker-modal_form-group-clock__CeS2t {
  width: 54px;
}
.email-picker-modal_attach-img__DBLms {
  position: relative;
  width: 25px;
  height: 25px;
}
.email-picker-modal_attach-img__DBLms input#email-picker-modal_add-image__MjB_7 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.email-picker-modal_attach-img__DBLms span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.email-picker-modal_m-0__gke6_ {
  margin: 0 !important;
}
.email-picker-modal_ml-auto__z7yER {
  margin-left: auto;
}
.email-picker-modal_mr-auto__2CRY2 {
  margin-right: auto;
}
.email-picker-modal_mx-auto__z8NVw {
  margin-left: auto;
  margin-right: auto;
}
.email-picker-modal_mx-16__eX_kV {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.email-picker-modal_my-16__Yeqc9 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.email-picker-modal_mr-0__VnxZr {
  margin-right: 0 !important;
}
.email-picker-modal_mr-4__cTDUX {
  margin-right: 4px !important;
}
.email-picker-modal_mr-8__2ESyY {
  margin-right: 8px !important;
}
.email-picker-modal_mr-12__WHkpX {
  margin-right: 12px !important;
}
.email-picker-modal_mr-16__j3Gt3 {
  margin-right: 16px !important;
}
.email-picker-modal_ml-0__VoEgm {
  margin-left: 0 !important;
}
.email-picker-modal_ml-4___TqJT {
  margin-left: 4px !important;
}
.email-picker-modal_ml-8__9ZJOT {
  margin-left: 8px !important;
}
.email-picker-modal_ml-12__I1udN {
  margin-left: 12px !important;
}
.email-picker-modal_ml-16__CWI60 {
  margin-left: 16px !important;
}
.email-picker-modal_mt-0__etBk1 {
  margin-top: 0 !important;
}
.email-picker-modal_mt-4__BrDxd {
  margin-top: 4px !important;
}
.email-picker-modal_mt-8__ar6bE {
  margin-top: 8px !important;
}
.email-picker-modal_mt-16__EqQC7 {
  margin-top: 16px !important;
}
.email-picker-modal_mt-24__CHHkZ {
  margin-top: 24px !important;
}
.email-picker-modal_mt-48__9ue1g {
  margin-top: 48px !important;
}
.email-picker-modal_mb-0__o3gXM {
  margin-bottom: 0 !important;
}
.email-picker-modal_mb-4__nrxsa {
  margin-bottom: 4px !important;
}
.email-picker-modal_mb-8__Z8wOS {
  margin-bottom: 8px !important;
}
.email-picker-modal_mb-12__Jc24T {
  margin-bottom: 12px !important;
}
.email-picker-modal_mb-16__MfEXZ {
  margin-bottom: 16px !important;
}
.email-picker-modal_mb-24__xSi1g {
  margin-bottom: 24px !important;
}
.email-picker-modal_mb-64__iLIct {
  margin-bottom: 64px !important;
}
.email-picker-modal_p-0__VhPqA {
  padding: 0 !important;
}
.email-picker-modal_p-16__1JhtA {
  padding: 16px;
}
.email-picker-modal_p-40__aSApM {
  padding: 40px;
}
.email-picker-modal_px-0__5KU25 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.email-picker-modal_px-4__Oclg2 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.email-picker-modal_px-8__thrh5 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.email-picker-modal_px-32__Yo0ho {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.email-picker-modal_px-40__IE5M1 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.email-picker-modal_pt-40__r3fRQ {
  padding-top: 40px;
}
.email-picker-modal_pt-24__eEElS {
  padding-top: 24px;
}
.email-picker-modal_pt-16__35AD3 {
  padding-top: 16px;
}
.email-picker-modal_pt-12__fga7j {
  padding-top: 12px !important;
}
.email-picker-modal_pb-40__zML9M {
  padding-bottom: 40px;
}
.email-picker-modal_pb-24__tkfqJ {
  padding-bottom: 24px;
}
.email-picker-modal_pb-16__C8hLO {
  padding-bottom: 16px;
}
.email-picker-modal_pl-8__Mh3Xi {
  padding-left: 8px !important;
}
.email-picker-modal_pl-12__NqUgb {
  padding-left: 12px !important;
}
.email-picker-modal_pl-16__4voVF {
  padding-left: 16px !important;
}
.email-picker-modal_text-left__RP3oX {
  text-align: left !important;
}
.email-picker-modal_text-right__4MWhh {
  text-align: right !important;
}
.email-picker-modal_text-center__nE1Bf {
  text-align: center !important;
}
.email-picker-modal_font-medium__OFq65 {
  font-weight: 500 !important;
}
.email-picker-modal_font-semibold__ugwMl {
  font-weight: 600 !important;
}
.email-picker-modal_radius-8__XubvG {
  border-radius: 8px !important;
}
.email-picker-modal_truncate__wjET4 {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.email-picker-modal_whitespace-nowrap__7VBjY {
  white-space: nowrap;
}
.email-picker-modal_whitespace-pre-wrap__RG_fp {
  white-space: pre-wrap;
}
.email-picker-modal_w-100__IqgPb {
  width: 100% !important;
}
.email-picker-modal_h-100__0Yn6U {
  height: 100% !important;
}
.email-picker-modal_max-w-none__6jcqE {
  max-width: none !important;
}
.email-picker-modal_max-h-none__ecN1G {
  max-height: none !important;
}
.email-picker-modal_min-w-100__H_hCK {
  min-width: 100px;
}
.email-picker-modal_heading-48-600__6bgjy {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.email-picker-modal_heading-32-600__M1LIz {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.email-picker-modal_heading-24-600__3DDMw {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.email-picker-modal_heading-18-600__C45mP {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.email-picker-modal_heading-18-400__MRMK_ {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.email-picker-modal_heading-16-700__77qUl {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.email-picker-modal_text-16-400__KDmG_ {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.email-picker-modal_heading-14-600__MHtaP {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.email-picker-modal_heading-14-500__3QOnO {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.email-picker-modal_text-14-400__dHDLF {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.email-picker-modal_text-13-500__7mpuh {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.email-picker-modal_text-13-600__GT6ku {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.email-picker-modal_text-13-400__MARjb {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.email-picker-modal_text-12-500__bSvLB {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.email-picker-modal_text-12-600__i1hPx {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.email-picker-modal_text-12-400__iNZPk {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.email-picker-modal_status-badge__wRGKe {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.email-picker-modal_status-badge__wRGKe.email-picker-modal_paused__MY97_ {
  background-color: #ff8b3d;
  color: #fff !important;
}
.email-picker-modal_status-badge__wRGKe.email-picker-modal_created__zWv7d,
.email-picker-modal_status-badge__wRGKe.email-picker-modal_inactive__NuEDO,
.email-picker-modal_status-badge__wRGKe.email-picker-modal_pending__J8vgq {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.email-picker-modal_status-badge__wRGKe.email-picker-modal_active__9jVA7 {
  background-color: #56bf56;
  color: #fff !important;
}
.email-picker-modal_status-badge__wRGKe.email-picker-modal_error__NzAnR {
  background-color: #d0021b;
  color: #fff !important;
}
.email-picker-modal_status-badge__wRGKe.email-picker-modal_progress__szqAi {
  background-color: #f5bf0c;
  color: #fff !important;
}
.email-picker-modal_status-badge__wRGKe.email-picker-modal_draft__WmcRg {
  background-color: #e6e6e6;
  color: #000 !important;
}
.email-picker-modal_status-badge__wRGKe.email-picker-modal_sent__QLyCo {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.email-picker-modal_status-badge__wRGKe.email-picker-modal_scheduled__I0mHv {
  background-color: #feefcf;
  color: #795548;
}
.email-picker-modal_status-badge__wRGKe.email-picker-modal_loading-badge__Ytb_I {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.email-picker-modal_status-badge__wRGKe.email-picker-modal_loading-badge__Ytb_I .email-picker-modal_text__Nz0TV {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.email-picker-modal_status-badge__wRGKe.email-picker-modal_loading-badge__Ytb_I .email-picker-modal_slider__SSsY1 {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: email-picker-modal_moveSlideshow__y0PlD 3s linear infinite;
}
@keyframes email-picker-modal_moveSlideshow__y0PlD {
  to {
    transform: translateX(200%);
  }
}
.email-picker-modal_flex__QSfyE {
  display: flex !important;
}
.email-picker-modal_flex-space-between__qmkjz {
  justify-content: space-between;
}
.email-picker-modal_flex-align-start__W78H_ {
  align-items: flex-start;
}
.email-picker-modal_flex-align-center__SMbNX {
  align-items: center;
}
.email-picker-modal_flex-absolute-center__0Cbqd {
  justify-content: center;
  align-items: center;
}
.email-picker-modal_flex-container__iJIxn {
  display: flex;
  flex-wrap: wrap;
}
.email-picker-modal_flex-column__ZdcAw {
  flex-direction: column;
}
.email-picker-modal_flex-justify-end__vUGMW {
  justify-content: flex-end;
}
.email-picker-modal_position-relative__eLePB {
  position: relative !important;
}
.email-picker-modal_position-static__YBmCD {
  position: static !important;
}
.email-picker-modal_position-absolute__PuPwx {
  position: absolute !important;
}
.email-picker-modal_hr-grey__GcKyW {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.email-picker-modal_input-border__RG2aJ {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.email-picker-modal_action-content-box__RAQaD,
.email-picker-modal_box-content__876Zv,
.email-picker-modal_box-content__876Zv .email-picker-modal_upload-data-input-with-icon__xSxVc,
.email-picker-modal_default-border__7aNqg {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.email-picker-modal_bg-grey__vgkbQ {
  background-color: #f9f9f9 !important;
}
.email-picker-modal_bg-white__k0xG7 {
  background-color: #fff !important;
}
.email-picker-modal_pos-relative__SZ2cL {
  position: relative !important;
}
.email-picker-modal_text-light__r2T8G {
  color: #757c80 !important;
}
.email-picker-modal_text-red__AJco2 {
  color: #d0021b !important;
}
.email-picker-modal_text-green__msw7m {
  color: #56bf56 !important;
}
.email-picker-modal_text-blue__yoiZ9 {
  color: #31a7e7;
}
.email-picker-modal_text-sec-blue__QLB2n {
  color: #1b02b1 !important;
}
.email-picker-modal_notification-dot__8l_5L {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.email-picker-modal_title-with-action-on-left__l5pMg {
  display: flex;
  justify-content: space-between;
}
.email-picker-modal_error__NzAnR {
  color: #d0021b;
}
.email-picker-modal_error-border__wUigF {
  border: 1px solid #d0021b !important;
}
.email-picker-modal_rotate__07p4H {
  animation: email-picker-modal_rotation__1HfNJ 2s linear infinite;
}
@keyframes email-picker-modal_rotation__1HfNJ {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.email-picker-modal_switch__0RkCy {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.email-picker-modal_switch__0RkCy .email-picker-modal_btn-toggle__r5rhA {
  opacity: 0;
  width: 0;
  height: 0;
}
.email-picker-modal_switch__0RkCy .email-picker-modal_slider__SSsY1 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.email-picker-modal_switch__0RkCy .email-picker-modal_slider__SSsY1:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.email-picker-modal_switch__0RkCy .email-picker-modal_slider__SSsY1:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.email-picker-modal_switch__0RkCy .email-picker-modal_btn-toggle__r5rhA.email-picker-modal_enabled__bNiNJ + .email-picker-modal_slider__SSsY1 {
  background-color: #ffc926;
  border: none;
}
.email-picker-modal_switch__0RkCy .email-picker-modal_btn-toggle__r5rhA:focus + .email-picker-modal_slider__SSsY1 {
  box-shadow: 0 0 1px #2196f3;
}
.email-picker-modal_switch__0RkCy .email-picker-modal_btn-toggle__r5rhA.email-picker-modal_enabled__bNiNJ + .email-picker-modal_slider__SSsY1:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.email-picker-modal_switch__0RkCy .email-picker-modal_btn-toggle__r5rhA.email-picker-modal_enabled__bNiNJ + .email-picker-modal_slider__SSsY1:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#email-picker-modal_appleid-signin__F6UPk {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#email-picker-modal_appleid-signin__F6UPk > div {
  width: 200px !important;
  height: 38px !important;
}
.email-picker-modal_page-header__C2bXO {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.email-picker-modal_page-header__C2bXO.email-picker-modal_clear-side__z9zml {
  padding: 40px 0 32px;
}
.email-picker-modal_page-spacing__rNRT1 {
  padding: 0 40px;
}
.email-picker-modal_page-header-title__zRUYl {
  color: #17191a;
  margin: 0 0 8px;
}
.email-picker-modal_header-bar__wR2Z6 {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.email-picker-modal_box-content__876Zv {
  background-color: #fff;
  margin-bottom: 24px;
}
.email-picker-modal_box-content__876Zv .email-picker-modal_header__JwZ_X {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.email-picker-modal_box-content__876Zv .email-picker-modal_header-l__C4tVz {
  padding: 24px 16px;
  margin: 0;
}
.email-picker-modal_box-content__876Zv .email-picker-modal_content__l3ObU {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.email-picker-modal_box-content__876Zv .email-picker-modal_content-header__Ntl7Z {
  margin-bottom: 4px;
  margin-top: 0;
}
.email-picker-modal_box-content__876Zv .email-picker-modal_table-content__GlXUs {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.email-picker-modal_box-content__876Zv .email-picker-modal_help-text__RGGBK {
  line-height: 20px;
}
.email-picker-modal_box-content__876Zv .email-picker-modal_sub-text__g4m8Q {
  color: #757c80;
}
.email-picker-modal_box-content__876Zv .email-picker-modal_content-data-input__HjT7s {
  margin-top: 8px;
}
.email-picker-modal_box-content__876Zv .email-picker-modal_data-entry-input__qp3yt,
.email-picker-modal_box-content__876Zv .email-picker-modal_upload-data-input-with-icon__xSxVc {
  margin-top: 8px;
  padding: 0 11px;
}
.email-picker-modal_box-content__876Zv .email-picker-modal_upload-data-input-with-icon__xSxVc {
  cursor: pointer;
  background: #f9f9f9;
}
.email-picker-modal_box-content__876Zv .email-picker-modal_upload-data-input-with-icon__xSxVc input {
  padding: 12px 2px;
}
.email-picker-modal_box-content__876Zv .email-picker-modal_upload-data-input-with-icon__xSxVc input:disabled,
.email-picker-modal_box-content__876Zv .email-picker-modal_upload-data-input-with-icon__xSxVc input:hover {
  cursor: pointer !important;
}
.email-picker-modal_empty-state__y3n4H {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.email-picker-modal_empty-state__y3n4H.email-picker-modal_contact-list__bFWD8 {
  width: 80%;
}
.email-picker-modal_empty-state__y3n4H .email-picker-modal_empty-title__sFjKp {
  font-size: 14px;
  font-weight: 500px;
}
.email-picker-modal_empty-state-wrapper__SXA3J {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.email-picker-modal_empty-state-wrapper__SXA3J h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.email-picker-modal_empty-state-wrapper__SXA3J div {
  color: #757c80;
  margin: 16px 0 12px;
}
.email-picker-modal_empty-state-button__HN9qm {
  margin: 20px 10px;
}
.email-picker-modal_handel-bar__52lan {
  fill: #b7bfc6;
  vertical-align: middle;
}
.email-picker-modal_tag__n7sy1 {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.email-picker-modal_ant-color-picker-input__hJxBp .email-picker-modal_ant-input__04giU {
  height: 22px;
}
.email-picker-modal_ant-color-picker-trigger__hLGlo {
  width: 23px;
  height: 23px;
}
.email-picker-modal_ant-color-picker-trigger__hLGlo .email-picker-modal_ant-color-picker-color-block__UbYNZ {
  width: 18px;
  height: 18px;
}
.email-picker-modal_box-content__876Zv .email-picker-modal_content__l3ObU input,
.email-picker-modal_box-content__876Zv .email-picker-modal_upload-data-input-with-icon__xSxVc input,
input input.email-picker-modal_input-white__r_obO,
input textarea.email-picker-modal_input-white__r_obO,
input.email-picker-modal_input-grey__wzAmF,
textarea input.email-picker-modal_input-white__r_obO,
textarea textarea.email-picker-modal_input-white__r_obO,
textarea.email-picker-modal_input-grey__wzAmF {
  background-color: #f9f9f9;
}
.email-picker-modal_box-content__876Zv .email-picker-modal_content__l3ObU input:active,
.email-picker-modal_box-content__876Zv .email-picker-modal_content__l3ObU input:focus,
.email-picker-modal_box-content__876Zv .email-picker-modal_content__l3ObU input:hover,
.email-picker-modal_box-content__876Zv .email-picker-modal_upload-data-input-with-icon__xSxVc input:active,
.email-picker-modal_box-content__876Zv .email-picker-modal_upload-data-input-with-icon__xSxVc input:focus,
.email-picker-modal_box-content__876Zv .email-picker-modal_upload-data-input-with-icon__xSxVc input:hover,
input input.email-picker-modal_input-white__r_obO:active,
input input.email-picker-modal_input-white__r_obO:focus,
input input.email-picker-modal_input-white__r_obO:hover,
input textarea.email-picker-modal_input-white__r_obO:active,
input textarea.email-picker-modal_input-white__r_obO:focus,
input textarea.email-picker-modal_input-white__r_obO:hover,
input.email-picker-modal_input-grey__wzAmF:active,
input.email-picker-modal_input-grey__wzAmF:focus,
input.email-picker-modal_input-grey__wzAmF:hover,
textarea input.email-picker-modal_input-white__r_obO:active,
textarea input.email-picker-modal_input-white__r_obO:focus,
textarea input.email-picker-modal_input-white__r_obO:hover,
textarea textarea.email-picker-modal_input-white__r_obO:active,
textarea textarea.email-picker-modal_input-white__r_obO:focus,
textarea textarea.email-picker-modal_input-white__r_obO:hover,
textarea.email-picker-modal_input-grey__wzAmF:active,
textarea.email-picker-modal_input-grey__wzAmF:focus,
textarea.email-picker-modal_input-grey__wzAmF:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.email-picker-modal_input-white__r_obO:active,
input.email-picker-modal_input-white__r_obO:focus,
input.email-picker-modal_input-white__r_obO:hover,
span.email-picker-modal_input-white__r_obO:active,
span.email-picker-modal_input-white__r_obO:focus,
span.email-picker-modal_input-white__r_obO:hover,
textarea.email-picker-modal_input-white__r_obO:active,
textarea.email-picker-modal_input-white__r_obO:focus,
textarea.email-picker-modal_input-white__r_obO:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.email-picker-modal_image-uploader-flex__9LN88 .email-picker-modal_ant-upload-select__c0b8v {
  display: flex;
}
.email-picker-modal_image-uploader-flex__9LN88 .email-picker-modal_ant-upload-select__c0b8v .email-picker-modal_ant-upload__XmVR7 {
  flex: 1 1;
}
.email-picker-modal_modal-footer-wrapper__Ra4Dy {
  display: flex;
  justify-content: center;
}
.email-picker-modal_app-modal__FFTmZ .email-picker-modal_small__pveFO {
  width: 350px;
}
.email-picker-modal_toast__W5zvj.email-picker-modal_negative__3F9AA .email-picker-modal_ant-message-notice-content__rj13J {
  background-color: #d0021b;
}
.email-picker-modal_toast__W5zvj.email-picker-modal_positive__r_za_ .email-picker-modal_ant-message-notice-content__rj13J {
  background-color: #56bf56;
}
.email-picker-modal_toast__W5zvj.email-picker-modal_loading__Y2Jag .email-picker-modal_ant-message-notice-content__rj13J .email-picker-modal_toast-wrapper__KAPa_ .email-picker-modal_contents__ZOfIA,
.email-picker-modal_toast__W5zvj.email-picker-modal_loading__Y2Jag
  .email-picker-modal_ant-message-notice-content__rj13J
  .email-picker-modal_toast-wrapper__KAPa_
  .email-picker-modal_contents__ZOfIA
  .email-picker-modal_title__BOexk {
  color: #000 !important;
}
.email-picker-modal_toast__W5zvj.email-picker-modal_loading__Y2Jag .email-picker-modal_ant-message-loading__obiHa .email-picker-modal_anticon-loading__NzPDh {
  font-size: 1.5rem;
}
.email-picker-modal_toast__W5zvj .email-picker-modal_ant-message-notice-content__rj13J {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.email-picker-modal_toast__W5zvj .email-picker-modal_ant-message-notice-content__rj13J .email-picker-modal_toast-wrapper__KAPa_ {
  position: relative;
  display: flex;
  align-items: center;
}
.email-picker-modal_toast__W5zvj .email-picker-modal_ant-message-notice-content__rj13J .email-picker-modal_toast-wrapper__KAPa_ .email-picker-modal_contents__ZOfIA {
  position: relative;
  padding-left: 16px;
}
.email-picker-modal_toast__W5zvj .email-picker-modal_ant-message-notice-content__rj13J .email-picker-modal_toast-wrapper__KAPa_ .email-picker-modal_contents__ZOfIA .email-picker-modal_title__BOexk {
  color: #fff !important;
}
.email-picker-modal_toast__W5zvj .email-picker-modal_ant-message-notice-content__rj13J .email-picker-modal_toast-wrapper__KAPa_ .email-picker-modal_contents__ZOfIA p {
  margin: 0;
}
.email-picker-modal_toast__W5zvj .email-picker-modal_ant-message-notice-content__rj13J .email-picker-modal_toast-wrapper__KAPa_ .email-picker-modal_contents__ZOfIA p a,
.email-picker-modal_toast__W5zvj .email-picker-modal_ant-message-notice-content__rj13J .email-picker-modal_toast-wrapper__KAPa_ .email-picker-modal_contents__ZOfIA p button {
  color: #fff;
  text-decoration: underline;
}
.email-picker-modal_toast__W5zvj .email-picker-modal_ant-message-notice-content__rj13J .email-picker-modal_icon__pToqQ {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.email-picker-modal_toast__W5zvj .email-picker-modal_ant-message-notice-content__rj13J .email-picker-modal_icon__pToqQ.email-picker-modal_positive__r_za_ {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.email-picker-modal_toast__W5zvj .email-picker-modal_ant-message-notice-content__rj13J .email-picker-modal_icon__pToqQ.email-picker-modal_positive__r_za_:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.email-picker-modal_toast__W5zvj .email-picker-modal_ant-message-notice-content__rj13J .email-picker-modal_icon__pToqQ.email-picker-modal_negative__3F9AA {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.email-picker-modal_toast__W5zvj .email-picker-modal_ant-message-notice-content__rj13J .email-picker-modal_icon__pToqQ.email-picker-modal_negative__3F9AA:before {
  top: 10px;
}
.email-picker-modal_action-content-box__RAQaD {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.email-picker-modal_action-content-box__RAQaD.email-picker-modal_numbered__S3Rz6 .email-picker-modal_sub-content__rqxLJ p {
  margin-left: 18px;
}
.email-picker-modal_action-content-box__RAQaD .email-picker-modal_sub-content__rqxLJ {
  padding: 26px 26px 20px;
}
.email-picker-modal_action-content-box__RAQaD .email-picker-modal_sub-content__rqxLJ.email-picker-modal_right__4_7yo {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.email-picker-modal_action-content-box__RAQaD .email-picker-modal_sub-content__rqxLJ.email-picker-modal_right__4_7yo button {
  margin: 0 20px;
}
.email-picker-modal_action-content-box__RAQaD .email-picker-modal_sub-content__rqxLJ h4,
.email-picker-modal_action-content-box__RAQaD .email-picker-modal_sub-content__rqxLJ p.email-picker-modal_bold__mfcHU {
  margin: 0;
}
.email-picker-modal_action-content-box__RAQaD .email-picker-modal_sub-content__rqxLJ h4 span,
.email-picker-modal_action-content-box__RAQaD .email-picker-modal_sub-content__rqxLJ p.email-picker-modal_bold__mfcHU span {
  width: 18px;
  display: inline-block;
}
.email-picker-modal_action-content-box__RAQaD .email-picker-modal_sub-content__rqxLJ p {
  margin: 6px 0 0;
}
.email-picker-modal_action-content-box__RAQaD .email-picker-modal_remove__xt_I6 {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.email-picker-modal_options-dot__HXykV {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.email-picker-modal_options-dot__HXykV.email-picker-modal_boxed__YinPI {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.email-picker-modal_options-dot__HXykV.email-picker-modal_active__9jVA7,
.email-picker-modal_options-dot__HXykV:focus-visible,
.email-picker-modal_options-dot__HXykV:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.email-picker-modal_clickable__USVSJ {
  cursor: pointer;
}
.email-picker-modal_beta-label__FMJL0 {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.email-picker-modal_none-style-list-options__JkwjB {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.email-picker-modal_none-style-list-options__JkwjB li {
  margin: 5px 0;
}
.email-picker-modal_ant-tour__k7bdM {
  width: 400px;
}
.email-picker-modal_ant-collapse__Fmy75
  > .email-picker-modal_ant-collapse-item__QAxZV
  > .email-picker-modal_ant-collapse-header-collapsible-only__ScLNi
  > .email-picker-modal_ant-collapse-header-text__QIcHX {
  flex: auto;
}
.email-picker-modal_onboarding-tour-header__Oau2U {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.email-picker-modal_onboarding-tour-description__M03tL {
  color: #17191a;
  font-size: 16px;
}
.email-picker-modal_tour-hidden-button__RdyTl {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.email-picker-modal_ai-onboarding-tour-header__MbZYJ {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.email-picker-modal_onboarding-step-ai-tour__cSdeF {
  width: 350px;
}
.email-picker-modal_onboarding-step-ai-tour__cSdeF .email-picker-modal_onboarding-step-ai-tour-inner__KiPns .email-picker-modal_onboarding-step-ai-tour-description__stZ6o {
  padding: 0 20px;
}
.email-picker-modal_onboarding-step-ai-tour__cSdeF .email-picker-modal_onboarding-step-ai-tour-inner__KiPns .email-picker-modal_onboarding-step-ai-tour-footer__9yPqk {
  padding: 0 20px 20px;
}
.email-picker-modal_onboarding-step-ai-tour__cSdeF .email-picker-modal_onboarding-step-ai-tour-inner__KiPns .email-picker-modal_onboarding-step-ai-tour-header__Mx16S {
  padding: 20px 20px 4px;
}
.email-picker-modal_onboarding-step-ai-tour__cSdeF .email-picker-modal_onboarding-step-ai-tour-inner__KiPns .email-picker-modal_onboarding-step-ai-tour-indicators__KFYjL {
  display: flex;
  width: 100%;
}
.email-picker-modal_onboarding-step-ai-tour__cSdeF .email-picker-modal_onboarding-step-ai-tour-inner__KiPns .email-picker-modal_onboarding-step-ai-tour-buttons__y3ENI {
  width: 0;
  visibility: hidden;
}
.email-picker-modal_onboarding-step-ai-tour-mask__rzkwf mask[id^='onboarding-step-ai-tour-mask'] rect.email-picker-modal_onboarding-step-ai-tour-placeholder-animated__2EI7D {
  rx: 8px;
}
.email-picker-modal_onboarding-step-ai-tour-round-mask__OmnSK mask[id^='onboarding-step-ai-tour-round-mask'] rect.email-picker-modal_onboarding-step-ai-tour-round-placeholder-animated__WeatF {
  rx: 25px;
}
.email-picker-modal_onboarding-step-tour__kxEk5 {
  width: 400px;
}
.email-picker-modal_onboarding-step-tour__kxEk5.email-picker-modal_content-hidden__D6rNr {
  display: none !important;
}
.email-picker-modal_onboarding-step-tour__kxEk5.email-picker-modal_extended-width__iHeu6 {
  width: 600px;
}
.email-picker-modal_onboarding-step-tour-mask__yibOR mask[id^='onboarding-step-tour-mask'] rect.email-picker-modal_onboarding-step-tour-placeholder-animated__Di_1F {
  rx: 8px;
}
.email-picker-modal_onboarding-step-one-tour__2zMOm {
  width: 400px;
}
.email-picker-modal_onboarding-step-one-tour__2zMOm.email-picker-modal_content-hidden__D6rNr {
  display: none !important;
}
.email-picker-modal_onboarding-step-one-tour__2zMOm.email-picker-modal_extended-width__iHeu6 {
  width: 600px;
}
.email-picker-modal_onboarding-step-one-tour-mask__K9_U3 mask[id^='onboarding-step-one-tour-mask'] rect.email-picker-modal_onboarding-step-one-tour-placeholder-animated__CLlow {
  rx: 25px;
}
.email-picker-modal_support-unread-tour__OITue {
  width: 272px;
}
.email-picker-modal_support-unread-tour__OITue .email-picker-modal_support-unread-tour-inner__8bVk8 .email-picker-modal_support-unread-tour-header__tUsiW {
  padding: 8px 16px 4px;
}
.email-picker-modal_support-unread-tour__OITue .email-picker-modal_support-unread-tour-inner__8bVk8 .email-picker-modal_support-unread-tour-footer__wBttx {
  padding: 0 16px 16px;
}
.email-picker-modal_support-unread-tour__OITue .email-picker-modal_support-unread-tour-inner__8bVk8 .email-picker-modal_support-unread-tour-close__UweqW {
  top: 10px;
}
.email-picker-modal_preserve-scroll-position__nCm8t {
  overflow-anchor: none;
}
.email-picker-modal_toolbar-wrapper__GZtst {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.email-picker-modal_toolbar-wrapper__GZtst .email-picker-modal_anticon___pHah {
  padding: 12px;
  cursor: pointer;
}
.email-picker-modal_toolbar-wrapper__GZtst .email-picker-modal_anticon___pHah:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.email-picker-modal_toolbar-wrapper__GZtst .email-picker-modal_anticon___pHah:hover {
  opacity: 0.3;
}
.email-picker-modal_ant-carousel__RESXj .email-picker-modal_slick-dots__MI5VX li.email-picker-modal_slick-active__K2G9O button {
  background-color: #8158ec;
}
.email-picker-modal_ant-carousel__RESXj .email-picker-modal_slick-dots__MI5VX li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.email-picker-modal_ant-modal-root__0aMpm .email-picker-modal_ant-modal-mask__tGph0,
.email-picker-modal_ant-modal-root__0aMpm .email-picker-modal_ant-modal-wrap__KY5te {
  z-index: 1001;
}
.email-picker-modal_focused__vcKMl {
  background-color: #f5f5f5;
}
.email-picker-modal_spinner-overlay__dRBYv,
.email-picker-modal_spinner__CaOMe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.email-picker-modal_spinner-overlay__dRBYv {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.email-picker-modal_spinner__CaOMe {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.email-picker-modal_large-tag__oJEnC {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.email-picker-modal_email-pill__mQcxG,
.email-picker-modal_phone-pill__iGZDh {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.email-picker-modal_email-pill__mQcxG:not(:empty),
.email-picker-modal_phone-pill__iGZDh:not(:empty) {
  padding: 4px;
}
.email-picker-modal_phone-pill__iGZDh {
  background-color: #e0f2fb;
}
.email-picker-modal_email-pill__mQcxG {
  background-color: #ffefbe;
}
.email-picker-modal_input-box__5NmiT {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.email-picker-modal_input-box__5NmiT.email-picker-modal_bordered__lInuQ {
  border: 1px solid #e6e6e6;
}
.email-picker-modal_input-box__5NmiT.email-picker-modal_large__h_LUl {
  height: auto;
  min-height: 80px;
}
.email-picker-modal_input-box__5NmiT:focus {
  border-color: #ffc926;
}
.email-picker-modal_wrapper__0Pf96 {
  display: flex;
  overflow-x: hidden;
}
.email-picker-modal_wrapper__0Pf96 .email-picker-modal_icon__pToqQ {
  position: relative;
  top: 3px;
  margin: 0 5px;
}
.email-picker-modal_wrapper__0Pf96 .email-picker-modal_details__TNetT {
  color: gray;
}
.email-picker-modal_sub-header__JO8Ri {
  font-weight: 700;
}
.email-picker-modal_group-wrapper__2QSxM {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  max-height: 345px;
  margin-top: 30px;
}
.email-picker-modal_group-wrapper__2QSxM .email-picker-modal_name__IROaQ {
  font-weight: 700;
  color: #757c80;
}
.email-picker-modal_group-wrapper__2QSxM .email-picker-modal_info__HDjHJ {
  color: #757c80;
  max-width: 380px;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.email-picker-modal_view-chat__KK_tf {
  font-weight: 700;
  margin-left: auto;
  margin-right: 15px;
  min-width: 75px;
}
.email-picker-modal_inbox-name__696y7 {
  max-width: 380px;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.email-picker-modal_row__412_T {
  display: flex;
  height: 75px;
  background: #f9f9f9;
  padding: 10px;
  width: 100%;
  align-items: center;
}
.email-picker-modal_row__412_T:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.checkout-success_content-wrap__12ZmW .checkout-success_message__2cajv {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.checkout-success_mini-square__NNKOh {
  width: 20px;
  height: 20px;
}
.checkout-success_wrapper__w6lYt {
  display: flex;
}
.checkout-success_content-wrap__12ZmW {
  flex-direction: column;
  display: flex;
  justify-content: space-around;
}
.checkout-success_content-wrap__12ZmW .checkout-success_message__2cajv,
.checkout-success_content-wrap__12ZmW .checkout-success_title__DZGTC {
  margin: 0;
}
.checkout-success_content-wrap__12ZmW .checkout-success_message__2cajv {
  margin-top: -10px;
}
.checkout-success_image-wrap___IO2v {
  margin-right: 40px;
}
.checkout-success_button__5Usag {
  width: 110px;
}
.checkout-success_img-success__5QWJc {
  background: url(/icons/success.png) no-repeat transparent 50% / auto 100%;
  height: 170px;
  width: 170px;
  display: block;
  position: relative;
}
.upgrade_icon__jvhWm {
  padding: 4px;
}
.upgrade_icon-wrapper__Wk_9N {
  padding: 4px;
  color: #454a4d;
}
.upgrade_icon-wrapper-absolute__ruEDE {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.upgrade_icon-wrapper-absolute__ruEDE .upgrade_icon__jvhWm {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.upgrade_icon-sms__A4rMq {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.upgrade_icon-email__BiHBf {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.upgrade_icon-mixed__Pfm4y {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.upgrade_icon-picker-wrapper__eFkkI {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.upgrade_icon-picker-wrapper__eFkkI:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.upgrade_icon-picker-wrapper__eFkkI:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .upgrade_icon-picker-wrapper__eFkkI {
    margin-right: 5px;
  }
}
.upgrade_icon-checkmark-white__6mHCZ {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.upgrade_icon-x-white__8a9rO {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.upgrade_icon-help__kiAYi {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.upgrade_icon-help__kiAYi:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.upgrade_container__vPvzA select,
.upgrade_ico-arrow-down__T9FJD {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.upgrade_container__vPvzA select.upgrade_ant-dropdown-trigger__4dhEY,
.upgrade_ico-arrow-down__T9FJD.upgrade_ant-dropdown-trigger__4dhEY {
  padding-right: 24px;
  cursor: pointer;
}
.upgrade_container__vPvzA select.upgrade_ant-dropdown-trigger__4dhEY:disabled,
.upgrade_container__vPvzA select.upgrade_ant-dropdown-trigger__4dhEY[disabled],
.upgrade_ico-arrow-down__T9FJD.upgrade_ant-dropdown-trigger__4dhEY:disabled,
.upgrade_ico-arrow-down__T9FJD.upgrade_ant-dropdown-trigger__4dhEY[disabled] {
  cursor: default;
  background: transparent;
}
.upgrade_ico-arrow-gray__k1_gK {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.upgrade_ico-arrow-gray__k1_gK.upgrade_down__29imn {
  transform: rotate(90deg);
}
.upgrade_ico-arrow-gray__k1_gK.upgrade_up__y0_ke {
  transform: rotate(-90deg);
}
.upgrade_ico-arrow-gray__k1_gK.upgrade_right__iDEr1 {
  transform: rotate(180deg);
}
.upgrade_ico-arrow-gray__k1_gK.upgrade_ant-dropdown-trigger__4dhEY {
  padding-right: 24px;
  cursor: pointer;
}
.upgrade_ico-arrow-gray__k1_gK.upgrade_ant-dropdown-trigger__4dhEY:disabled,
.upgrade_ico-arrow-gray__k1_gK.upgrade_ant-dropdown-trigger__4dhEY[disabled] {
  cursor: default;
  background: transparent;
}
.upgrade_icon-error-triangle__Z_SpO {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.upgrade_ico-compose__vxrVr {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.upgrade_ico-compose-white__agZ7Q {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.upgrade_icon-google-play__jQylu {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.upgrade_icon-app-store__ItfKi {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.upgrade_icon-social-fb__UO_j8 {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.upgrade_icon-social-tw__WxJB1 {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.upgrade_icon-disclosure__3DHm6 {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.upgrade_icon-16__z086V {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.upgrade_icon-18__iC_DY {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.upgrade_icon-gray5__lQGnS {
  color: #999 !important;
}
.upgrade_ico-arrow-black__eGAvf {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.upgrade_ico-arrow-black__eGAvf.upgrade_down__29imn {
  transform: rotate(90deg);
}
.upgrade_ico-arrow-black__eGAvf.upgrade_up__y0_ke {
  transform: rotate(-90deg);
}
.upgrade_ico-arrow-black__eGAvf.upgrade_right__iDEr1 {
  transform: rotate(180deg);
}
.upgrade_icon-copy__DalR9 {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.upgrade_icon-copy__DalR9:hover {
  background-image: url(/icons/copy-black.svg);
}
.upgrade_icon-msg-white__OncOS {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.upgrade_icon-email-white__AaoSD {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.upgrade_icon-black-bg__ukcQK {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.upgrade_icon-black-bg__ukcQK > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.upgrade_icon-inbox-black-filled__wYHiO {
  background-image: url(/icons/inbox-black.svg);
}
.upgrade_icon-contacts__7NIUT {
  background-image: url(/icons/sidebar/contacts.svg);
}
.upgrade_header-title__aXTEC,
.upgrade_page-header-title__mzIij {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.upgrade_action-content-box__IriAm .upgrade_sub-content__7l4Dw h4,
.upgrade_empty-state-wrapper__sArZe h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.upgrade_box-content__wMNzP .upgrade_header-l__wYgWK,
.upgrade_box-content__wMNzP .upgrade_header__Vn8aB,
.upgrade_header-title__aXTEC.upgrade_small__A6wO9,
.upgrade_toast__cRWGq .upgrade_ant-message-notice-content__kGprx .upgrade_toast-wrapper__RTl_n .upgrade_contents__x8xey .upgrade_title__wKw2C {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.upgrade_action-content-box__IriAm .upgrade_sub-content__7l4Dw p.upgrade_bold__BSOsf,
.upgrade_checkout-form__jv1_m .upgrade_discount__713f_,
.upgrade_empty-state-wrapper__sArZe h2 a,
.upgrade_header-bar__dVvDZ .upgrade_title__wKw2C {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.upgrade_box-content__wMNzP .upgrade_content-header__sWLM4,
.upgrade_price__oWOh6 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.upgrade_action-content-box__IriAm .upgrade_sub-content__7l4Dw p,
.upgrade_empty-state-wrapper__sArZe div,
.upgrade_slu-upgrade-content__uOHbl,
.upgrade_slu-upgrade-content__uOHbl .upgrade_slu-option-row__2AweZ .upgrade_option-name__zMHNz,
.upgrade_toast__cRWGq .upgrade_ant-message-notice-content__kGprx .upgrade_toast-wrapper__RTl_n .upgrade_contents__x8xey p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.upgrade_blue-button__8aAH9,
.upgrade_box-content__wMNzP .upgrade_content__SIV__ input,
.upgrade_box-content__wMNzP .upgrade_upload-data-input-with-icon__0_QjP input,
.upgrade_button-with-bg-color__e_S0D,
.upgrade_cancel-button__bTVo5,
.upgrade_green-button__klhmB,
.upgrade_input-box__loyhu,
.upgrade_input-grey__uZlhP,
.upgrade_orange-button__t_PUq,
.upgrade_positive-button__ZH1ZS,
.upgrade_purple-button__4cZ5O,
.upgrade_update-credit-card__REKhv .upgrade_info-box__W7fwi p,
.upgrade_white-button-blue-text__6Q_FT,
.upgrade_white-button__hToZw,
button.upgrade_icon-button__we9IB,
button.upgrade_text-only__vT9n8,
input .upgrade_input-white__KaOoZ,
textarea .upgrade_input-white__KaOoZ {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.upgrade_large-tag__bsf7O,
button.upgrade_show-more__zaRwO,
button.upgrade_text-only__vT9n8,
span.upgrade_text-only__vT9n8 button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.upgrade_checkout-form__jv1_m input[type='text'] {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.upgrade_tag__vJmiM {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.upgrade_beta-label__ylU9x,
.upgrade_error-text-link__n5fQj,
.upgrade_error-text__IgM1p,
.upgrade_error__zqQ0R {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.upgrade_mini-square__oCC7B {
  width: 20px;
  height: 20px;
}
.upgrade_bottom-text__1BJH5 h4,
.upgrade_help-text__eYBW_ {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.upgrade_error-text__IgM1p {
  color: #d0021b;
  flex-grow: 1;
}
.upgrade_error-text-link__n5fQj {
  color: #d0021b;
  text-decoration: underline;
}
.upgrade_descriptive-text__rp5uR {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.upgrade_visually-hidden__JtR8a {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.upgrade_visually-hidden__JtR8a.upgrade_focusable__q2_kk:active,
.upgrade_visually-hidden__JtR8a.upgrade_focusable__q2_kk:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.upgrade_visually-offscreen__LOfxs {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.upgrade_invisible__kvxWq {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.upgrade_hidden__EmyYg {
  display: none !important;
  visibility: hidden;
}
.upgrade_strong__vx3w3 {
  font-weight: 700;
}
.upgrade_align-right__Wa_Jj {
  text-align: right;
}
.upgrade_align-left__VjerC {
  text-align: left;
}
.upgrade_centered__oNe9z {
  text-align: center;
}
.upgrade_timestamp__YlvlC {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.upgrade_display-block__qd8ps {
  display: block !important;
}
.upgrade_inline-block__gqkta {
  display: inline-block !important;
}
.upgrade_hm-app-body__G9daR button.upgrade_ant-switch__zyv3i[disabled],
.upgrade_hm-app-body__G9daR button.upgrade_ant-switch__zyv3i[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.upgrade_blue-button__8aAH9,
.upgrade_button-with-bg-color__e_S0D,
.upgrade_cancel-button__bTVo5,
.upgrade_green-button__klhmB,
.upgrade_orange-button__t_PUq,
.upgrade_positive-button__ZH1ZS,
.upgrade_purple-button__4cZ5O,
.upgrade_white-button-blue-text__6Q_FT,
.upgrade_white-button__hToZw,
button.upgrade_icon-button__we9IB,
button.upgrade_text-only__vT9n8 {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.upgrade_text-only__vT9n8,
span.upgrade_text-only__vT9n8 button {
  color: #31a7e7;
  padding: 0;
}
button.upgrade_text-only__vT9n8[disabled],
button.upgrade_text-only__vT9n8[disabled]:active,
button.upgrade_text-only__vT9n8[disabled]:focus,
button.upgrade_text-only__vT9n8[disabled]:hover,
span.upgrade_text-only__vT9n8 button[disabled],
span.upgrade_text-only__vT9n8 button[disabled]:active,
span.upgrade_text-only__vT9n8 button[disabled]:focus,
span.upgrade_text-only__vT9n8 button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.upgrade_text-only__vT9n8.upgrade_red-text__rf3YR,
button.upgrade_text-only__vT9n8.upgrade_red-text__rf3YR:active,
button.upgrade_text-only__vT9n8.upgrade_red-text__rf3YR:focus,
button.upgrade_text-only__vT9n8.upgrade_red-text__rf3YR:hover,
span.upgrade_text-only__vT9n8 button.upgrade_red-text__rf3YR,
span.upgrade_text-only__vT9n8 button.upgrade_red-text__rf3YR:active,
span.upgrade_text-only__vT9n8 button.upgrade_red-text__rf3YR:focus,
span.upgrade_text-only__vT9n8 button.upgrade_red-text__rf3YR:hover {
  color: #d0021b;
}
button.upgrade_text-only__vT9n8.upgrade_gray-text__Jeaa_,
span.upgrade_text-only__vT9n8 button.upgrade_gray-text__Jeaa_ {
  color: #999;
}
button.upgrade_text-only__vT9n8.upgrade_gray-text__Jeaa_:active,
button.upgrade_text-only__vT9n8.upgrade_gray-text__Jeaa_:focus,
button.upgrade_text-only__vT9n8.upgrade_gray-text__Jeaa_:hover,
span.upgrade_text-only__vT9n8 button.upgrade_gray-text__Jeaa_:active,
span.upgrade_text-only__vT9n8 button.upgrade_gray-text__Jeaa_:focus,
span.upgrade_text-only__vT9n8 button.upgrade_gray-text__Jeaa_:hover {
  color: #999 !important;
}
button.upgrade_text-only__vT9n8.upgrade_black-text__pvsQH,
span.upgrade_text-only__vT9n8 button.upgrade_black-text__pvsQH {
  color: #17191a;
}
button.upgrade_text-only__vT9n8.upgrade_black-text__pvsQH:active,
button.upgrade_text-only__vT9n8.upgrade_black-text__pvsQH:focus,
button.upgrade_text-only__vT9n8.upgrade_black-text__pvsQH:hover,
span.upgrade_text-only__vT9n8 button.upgrade_black-text__pvsQH:active,
span.upgrade_text-only__vT9n8 button.upgrade_black-text__pvsQH:focus,
span.upgrade_text-only__vT9n8 button.upgrade_black-text__pvsQH:hover {
  color: #8158ec;
}
button.upgrade_text-only__vT9n8.upgrade_purple-text__ECVqo,
button.upgrade_text-only__vT9n8.upgrade_purple-text__ECVqo:active,
button.upgrade_text-only__vT9n8.upgrade_purple-text__ECVqo:focus,
button.upgrade_text-only__vT9n8.upgrade_purple-text__ECVqo:hover,
span.upgrade_text-only__vT9n8 button.upgrade_purple-text__ECVqo,
span.upgrade_text-only__vT9n8 button.upgrade_purple-text__ECVqo:active,
span.upgrade_text-only__vT9n8 button.upgrade_purple-text__ECVqo:focus,
span.upgrade_text-only__vT9n8 button.upgrade_purple-text__ECVqo:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.upgrade_text-only__vT9n8:active,
button.upgrade_text-only__vT9n8:focus,
button.upgrade_text-only__vT9n8:hover,
span.upgrade_text-only__vT9n8 button:active,
span.upgrade_text-only__vT9n8 button:focus,
span.upgrade_text-only__vT9n8 button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.upgrade_blue-button__8aAH9,
.upgrade_button-with-bg-color__e_S0D,
.upgrade_green-button__klhmB,
.upgrade_orange-button__t_PUq,
.upgrade_positive-button__ZH1ZS,
.upgrade_white-button-blue-text__6Q_FT,
.upgrade_white-button__hToZw {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.upgrade_orange-button__t_PUq {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.upgrade_orange-button__t_PUq:active,
.upgrade_orange-button__t_PUq:focus,
.upgrade_orange-button__t_PUq:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.upgrade_orange-button__t_PUq[disabled],
.upgrade_orange-button__t_PUq[disabled]:active,
.upgrade_orange-button__t_PUq[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.upgrade_orange-button__t_PUq.upgrade_drop-down__CWG7f {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.upgrade_scroll-loader__7U4aV {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.upgrade_green-button__klhmB {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.upgrade_green-button__klhmB:active,
.upgrade_green-button__klhmB:focus,
.upgrade_green-button__klhmB:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.upgrade_green-button__klhmB[disabled],
.upgrade_green-button__klhmB[disabled]:active,
.upgrade_green-button__klhmB[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.upgrade_positive-button__ZH1ZS {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.upgrade_positive-button__ZH1ZS:active,
.upgrade_positive-button__ZH1ZS:focus,
.upgrade_positive-button__ZH1ZS:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.upgrade_positive-button__ZH1ZS[disabled] {
  background-color: #abe4b2;
}
.upgrade_negative-button__EhBKv {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.upgrade_negative-button__EhBKv:active,
.upgrade_negative-button__EhBKv:focus,
.upgrade_negative-button__EhBKv:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.upgrade_plain-cancel-button__Vp9pl,
.upgrade_plain-cancel-button__Vp9pl:active,
.upgrade_plain-cancel-button__Vp9pl:focus,
.upgrade_plain-cancel-button__Vp9pl:hover {
  color: #17191a;
}
.upgrade_white-button-blue-text__6Q_FT,
.upgrade_white-button__hToZw {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.upgrade_white-button-blue-text__6Q_FT:active,
.upgrade_white-button-blue-text__6Q_FT:focus,
.upgrade_white-button-blue-text__6Q_FT:hover,
.upgrade_white-button__hToZw:active,
.upgrade_white-button__hToZw:focus,
.upgrade_white-button__hToZw:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.upgrade_white-button__hToZw[disabled],
.upgrade_white-button__hToZw[disabled]:active,
.upgrade_white-button__hToZw[disabled]:focus,
.upgrade_white-button__hToZw[disabled]:hover,
[disabled].upgrade_white-button-blue-text__6Q_FT {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.upgrade_common-sentiment-emoji__im0eo {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.upgrade_white-button-blue-text__6Q_FT {
  color: #31a7e7;
}
.upgrade_white-button-blue-text__6Q_FT:active,
.upgrade_white-button-blue-text__6Q_FT:focus,
.upgrade_white-button-blue-text__6Q_FT:hover {
  color: #31a7e7 !important;
}
.upgrade_blue-button__8aAH9 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.upgrade_blue-button__8aAH9,
.upgrade_blue-button__8aAH9:active,
.upgrade_blue-button__8aAH9:focus,
.upgrade_blue-button__8aAH9:hover {
  background-color: #31a7e7;
  color: #fff;
}
.upgrade_green-button__klhmB {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.upgrade_green-button__klhmB,
.upgrade_green-button__klhmB:active,
.upgrade_green-button__klhmB:focus,
.upgrade_green-button__klhmB:hover {
  background-color: #56bf56;
  color: #fff;
}
.upgrade_purple-button__4cZ5O {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.upgrade_purple-button__4cZ5O:active,
.upgrade_purple-button__4cZ5O:focus,
.upgrade_purple-button__4cZ5O:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.upgrade_dropdown-input__Ke7IY {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.upgrade_dropdown-input__Ke7IY:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.upgrade_hm-app-body__G9daR input::placeholder {
  color: #a3a3a3;
}
.upgrade_textarea-composer__vpIMH {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.upgrade_container__vPvzA input,
.upgrade_container__vPvzA textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.upgrade_input-for-copy__yiYFo {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.upgrade_input-text-bordered__aOi5H,
.upgrade_input-text__zz69v,
.upgrade_input-textarea__er4Aj {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.upgrade_input-text__zz69v {
  height: 50px;
}
.upgrade_input-text-bordered__aOi5H {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.upgrade_xxl-input__HtbIK {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.upgrade_xl-input__neCJn {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.upgrade_l-input__U8zOs {
  width: 100%;
  font-size: 1.1rem;
}
.upgrade_box-content__wMNzP .upgrade_content__SIV__ input,
.upgrade_box-content__wMNzP .upgrade_upload-data-input-with-icon__0_QjP input,
.upgrade_input-grey__uZlhP,
input .upgrade_input-white__KaOoZ,
textarea .upgrade_input-white__KaOoZ {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.upgrade_box-content__wMNzP .upgrade_content__SIV__ input::placeholder,
.upgrade_box-content__wMNzP .upgrade_upload-data-input-with-icon__0_QjP input::placeholder,
.upgrade_input-grey__uZlhP::placeholder,
input .upgrade_input-white__KaOoZ::placeholder,
textarea .upgrade_input-white__KaOoZ::placeholder {
  color: #999;
  opacity: 1;
}
input .upgrade_input-white__KaOoZ,
textarea .upgrade_input-white__KaOoZ {
  background-color: #fff;
}
.upgrade_clearfix__aLWZ0:after {
  clear: both;
  content: '';
  display: block;
}
.upgrade_hidden-important__DdJQp {
  display: none !important;
}
.upgrade_p-left__8NWo8 {
  float: left;
}
.upgrade_p-right__pvJVj {
  float: right;
}
.upgrade_image_orientation_3__ro_Jv {
  tranform: rotate(180deg);
}
.upgrade_image_orientation_6__PcIct {
  tranform: rotate(90deg);
}
.upgrade_image_orientation_8__7NFmg {
  tranform: rotate(-90deg);
}
.upgrade_image_orientation_2__auqMg {
  tranform: scaleX(-1);
}
.upgrade_image_orientation_7__BG7wI {
  tranform: scaleX(-1) rotate(-90deg);
}
.upgrade_image_orientation_4__ZH6GZ {
  tranform: scaleX(-1) rotate(180deg);
}
.upgrade_image_orientation_5__Ln0og {
  tranform: scaleX(-1) rotate(90deg);
}
.upgrade_image_slideshow_orientation_3__L9pTx {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.upgrade_image_slideshow_orientation_6__p3jnc {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.upgrade_image_slideshow_orientation_8__c7fgo {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.upgrade_image_slideshow_orientation_2__q92WK {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.upgrade_image_slideshow_orientation_7__5z78H {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.upgrade_image_slideshow_orientation_4__tls9l {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.upgrade_image_slideshow_orientation_5__reOgq {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.upgrade_container__vPvzA select::-ms-expand {
  display: none !important;
}
.upgrade_container__vPvzA select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.upgrade_count-area__INr4H {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.upgrade_clear-top__2S1xT {
  padding-top: 0;
  margin-top: 0;
}
.upgrade_remove-x-20__38wOZ,
.upgrade_remove-x__lMYbW {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.upgrade_remove-x__lMYbW.upgrade_white__57lmZ,
.upgrade_white__57lmZ.upgrade_remove-x-20__38wOZ {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.upgrade_remove-x-20__38wOZ {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.upgrade_divider__XIobv {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.upgrade_mobile__TnSkC {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.upgrade_blue__64iJs {
  color: #31a7e7 !important;
}
.upgrade_white__57lmZ {
  color: #fff !important;
}
.upgrade_purple__qMxFD {
  color: #8158ec !important;
}
.upgrade_delete__2ZIVN {
  color: #d0021b !important;
}
.upgrade_dark-text__c7pkW {
  color: #17191a !important;
}
.upgrade_file-input__aKj8H {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.upgrade_image-download-wrapper__5krj3 {
  position: fixed;
  top: 40px;
  right: 100px;
}
.upgrade_overflow-y-auto__LZsIt {
  overflow-y: auto;
}
.upgrade_is-font-icon__WZx0U:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.upgrade_is-invisible__CWzrc {
  opacity: 0;
}
.upgrade_tabbed-button__KEtGY {
  padding: 0 7px 2px;
}
.upgrade_tabbed-button__KEtGY.upgrade_selected__bY9mO {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.upgrade_show-more__zaRwO {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.upgrade_show-more__zaRwO:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.upgrade_time-input__l9Kye {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.upgrade_form-group__E23gC.upgrade_date-time__AR6rQ {
  position: relative;
  top: -2px;
}
.upgrade_form-group__E23gC.upgrade_date-time__AR6rQ.upgrade_time__cy5vj {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.upgrade_form-group__E23gC.upgrade_date-time__AR6rQ.upgrade_form-group-hour__aDL0v .upgrade_colon__YkDoO {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.upgrade_form-group__E23gC.upgrade_date-time__AR6rQ.upgrade_form-group-hour__aDL0v input {
  text-align: center;
}
.upgrade_form-group__E23gC.upgrade_date-time__AR6rQ.upgrade_form-group-day__vsYtF {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.upgrade_form-group__E23gC.upgrade_date-time__AR6rQ.upgrade_form-group-minute__6xQVO {
  width: 42px;
}
.upgrade_form-group__E23gC.upgrade_date-time__AR6rQ.upgrade_form-group-clock__AjrWT {
  width: 54px;
}
.upgrade_attach-img__e3KPx {
  position: relative;
  width: 25px;
  height: 25px;
}
.upgrade_attach-img__e3KPx input#upgrade_add-image__3dPhY {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.upgrade_attach-img__e3KPx span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.upgrade_m-0__cVm_i {
  margin: 0 !important;
}
.upgrade_ml-auto__B3ieG {
  margin-left: auto;
}
.upgrade_mr-auto__BCdv6 {
  margin-right: auto;
}
.upgrade_mx-auto__Xl0LW {
  margin-left: auto;
  margin-right: auto;
}
.upgrade_mx-16__K0vRK {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.upgrade_my-16__guUX3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.upgrade_mr-0__mKUUi {
  margin-right: 0 !important;
}
.upgrade_mr-4__g1zYC {
  margin-right: 4px !important;
}
.upgrade_mr-8__0hzFU {
  margin-right: 8px !important;
}
.upgrade_mr-12__tT5XP {
  margin-right: 12px !important;
}
.upgrade_mr-16__bXQS1 {
  margin-right: 16px !important;
}
.upgrade_ml-0__VyOI0 {
  margin-left: 0 !important;
}
.upgrade_ml-4__JNBNX {
  margin-left: 4px !important;
}
.upgrade_ml-8__3srWg {
  margin-left: 8px !important;
}
.upgrade_ml-12__Dro0E {
  margin-left: 12px !important;
}
.upgrade_ml-16__T5o0A {
  margin-left: 16px !important;
}
.upgrade_mt-0__hiebc {
  margin-top: 0 !important;
}
.upgrade_mt-4__emcR8 {
  margin-top: 4px !important;
}
.upgrade_mt-8__8pCa8 {
  margin-top: 8px !important;
}
.upgrade_mt-16__kWnL7 {
  margin-top: 16px !important;
}
.upgrade_mt-24__lkice {
  margin-top: 24px !important;
}
.upgrade_mt-48__Q3pim {
  margin-top: 48px !important;
}
.upgrade_mb-0__WcIm2 {
  margin-bottom: 0 !important;
}
.upgrade_mb-4__tmgLh {
  margin-bottom: 4px !important;
}
.upgrade_mb-8__OOf89 {
  margin-bottom: 8px !important;
}
.upgrade_mb-12__wFSv6 {
  margin-bottom: 12px !important;
}
.upgrade_mb-16__RBoAU {
  margin-bottom: 16px !important;
}
.upgrade_mb-24__e68fu {
  margin-bottom: 24px !important;
}
.upgrade_mb-64__ASlKw {
  margin-bottom: 64px !important;
}
.upgrade_p-0__Imwx4 {
  padding: 0 !important;
}
.upgrade_p-16__EmrUf {
  padding: 16px;
}
.upgrade_p-40__IMNiH {
  padding: 40px;
}
.upgrade_px-0__8_PMe {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.upgrade_px-4__AchBY {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.upgrade_px-8__g_V7K {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.upgrade_px-32__dT_lF {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.upgrade_px-40__KyruF {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.upgrade_pt-40__ysLso {
  padding-top: 40px;
}
.upgrade_pt-24__8x4v_ {
  padding-top: 24px;
}
.upgrade_pt-16__Ceor3 {
  padding-top: 16px;
}
.upgrade_pt-12__KEzoz {
  padding-top: 12px !important;
}
.upgrade_pb-40__hN5Ja {
  padding-bottom: 40px;
}
.upgrade_pb-24__ZvdWw {
  padding-bottom: 24px;
}
.upgrade_pb-16__qQWnw {
  padding-bottom: 16px;
}
.upgrade_pl-8__Ec71k {
  padding-left: 8px !important;
}
.upgrade_pl-12__oTJOz {
  padding-left: 12px !important;
}
.upgrade_pl-16__QRSeO {
  padding-left: 16px !important;
}
.upgrade_text-left__Phxsy {
  text-align: left !important;
}
.upgrade_text-right__Z8Zw_ {
  text-align: right !important;
}
.upgrade_text-center__ok5TG {
  text-align: center !important;
}
.upgrade_font-medium__Lha1T {
  font-weight: 500 !important;
}
.upgrade_font-semibold__Ez9xd {
  font-weight: 600 !important;
}
.upgrade_radius-8__tL5j5 {
  border-radius: 8px !important;
}
.upgrade_truncate__gFGqH {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.upgrade_whitespace-nowrap__nBsEk {
  white-space: nowrap;
}
.upgrade_whitespace-pre-wrap__PpjbC {
  white-space: pre-wrap;
}
.upgrade_w-100__s7_1P {
  width: 100% !important;
}
.upgrade_h-100__f3WMB {
  height: 100% !important;
}
.upgrade_max-w-none__KppfG {
  max-width: none !important;
}
.upgrade_max-h-none__18iUD {
  max-height: none !important;
}
.upgrade_min-w-100__aHOHX {
  min-width: 100px;
}
.upgrade_heading-48-600__b3J_J {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.upgrade_heading-32-600__NF3Oy {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.upgrade_heading-24-600__CiJ3I {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.upgrade_heading-18-600__1AsQK {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.upgrade_heading-18-400__00mFQ {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.upgrade_heading-16-700__BCjfJ {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.upgrade_text-16-400__DFHOp {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.upgrade_heading-14-600__ad7bt {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.upgrade_heading-14-500__6GxgC {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.upgrade_text-14-400__2X7UJ {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.upgrade_text-13-500__hUmKr {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.upgrade_text-13-600__ezn7d {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.upgrade_text-13-400__5W7K_ {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.upgrade_text-12-500__fgZHp {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.upgrade_text-12-600__ByOta {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.upgrade_text-12-400___GVBH {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.upgrade_status-badge__Qe613 {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.upgrade_status-badge__Qe613.upgrade_paused__fzv0P {
  background-color: #ff8b3d;
  color: #fff !important;
}
.upgrade_status-badge__Qe613.upgrade_created__joVrI,
.upgrade_status-badge__Qe613.upgrade_inactive__jafnT,
.upgrade_status-badge__Qe613.upgrade_pending__slMKV {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.upgrade_status-badge__Qe613.upgrade_active__Jurfb {
  background-color: #56bf56;
  color: #fff !important;
}
.upgrade_status-badge__Qe613.upgrade_error__zqQ0R {
  background-color: #d0021b;
  color: #fff !important;
}
.upgrade_status-badge__Qe613.upgrade_progress__bmc7y {
  background-color: #f5bf0c;
  color: #fff !important;
}
.upgrade_status-badge__Qe613.upgrade_draft__518G1 {
  background-color: #e6e6e6;
  color: #000 !important;
}
.upgrade_status-badge__Qe613.upgrade_sent__3Ci7v {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.upgrade_status-badge__Qe613.upgrade_scheduled__VL3_O {
  background-color: #feefcf;
  color: #795548;
}
.upgrade_status-badge__Qe613.upgrade_loading-badge__xIEgr {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.upgrade_status-badge__Qe613.upgrade_loading-badge__xIEgr .upgrade_text__kL_jy {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.upgrade_status-badge__Qe613.upgrade_loading-badge__xIEgr .upgrade_slider__INE38 {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: upgrade_moveSlideshow__xZJl1 3s linear infinite;
}
@keyframes upgrade_moveSlideshow__xZJl1 {
  to {
    transform: translateX(200%);
  }
}
.upgrade_flex__s9EyF {
  display: flex !important;
}
.upgrade_flex-space-between__UvQ3D {
  justify-content: space-between;
}
.upgrade_flex-align-start__Q_2_v {
  align-items: flex-start;
}
.upgrade_flex-align-center__CtTwi {
  align-items: center;
}
.upgrade_flex-absolute-center__p44vv {
  justify-content: center;
  align-items: center;
}
.upgrade_flex-container__wrJUD {
  display: flex;
  flex-wrap: wrap;
}
.upgrade_flex-column__jwwGA {
  flex-direction: column;
}
.upgrade_flex-justify-end__J51_X {
  justify-content: flex-end;
}
.upgrade_position-relative__vjbVR {
  position: relative !important;
}
.upgrade_position-static__tS4cy {
  position: static !important;
}
.upgrade_position-absolute__wQE9x {
  position: absolute !important;
}
.upgrade_hr-grey__XB3iA {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.upgrade_input-border__xDmP3 {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.upgrade_action-content-box__IriAm,
.upgrade_box-content__wMNzP,
.upgrade_box-content__wMNzP .upgrade_upload-data-input-with-icon__0_QjP,
.upgrade_default-border__dpc9a {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.upgrade_bg-grey__Itdtn {
  background-color: #f9f9f9 !important;
}
.upgrade_bg-white__iyiq4 {
  background-color: #fff !important;
}
.upgrade_pos-relative__i2faV {
  position: relative !important;
}
.upgrade_text-light__vnhKv {
  color: #757c80 !important;
}
.upgrade_text-red__mqKAK {
  color: #d0021b !important;
}
.upgrade_text-green__ZJoMj {
  color: #56bf56 !important;
}
.upgrade_text-blue__ps0Dw {
  color: #31a7e7;
}
.upgrade_text-sec-blue__4_Pcb {
  color: #1b02b1 !important;
}
.upgrade_notification-dot__xd8fp {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.upgrade_title-with-action-on-left__4u04q {
  display: flex;
  justify-content: space-between;
}
.upgrade_error__zqQ0R {
  color: #d0021b;
}
.upgrade_error-border__ho0QV {
  border: 1px solid #d0021b !important;
}
.upgrade_rotate___LVtJ {
  animation: upgrade_rotation__lmpEy 2s linear infinite;
}
@keyframes upgrade_rotation__lmpEy {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.upgrade_switch__DjH8X {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.upgrade_switch__DjH8X .upgrade_btn-toggle__nl0ID {
  opacity: 0;
  width: 0;
  height: 0;
}
.upgrade_switch__DjH8X .upgrade_slider__INE38 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.upgrade_switch__DjH8X .upgrade_slider__INE38:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.upgrade_switch__DjH8X .upgrade_slider__INE38:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.upgrade_switch__DjH8X .upgrade_btn-toggle__nl0ID.upgrade_enabled__ouZGk + .upgrade_slider__INE38 {
  background-color: #ffc926;
  border: none;
}
.upgrade_switch__DjH8X .upgrade_btn-toggle__nl0ID:focus + .upgrade_slider__INE38 {
  box-shadow: 0 0 1px #2196f3;
}
.upgrade_switch__DjH8X .upgrade_btn-toggle__nl0ID.upgrade_enabled__ouZGk + .upgrade_slider__INE38:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.upgrade_switch__DjH8X .upgrade_btn-toggle__nl0ID.upgrade_enabled__ouZGk + .upgrade_slider__INE38:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#upgrade_appleid-signin__vL4La {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#upgrade_appleid-signin__vL4La > div {
  width: 200px !important;
  height: 38px !important;
}
.upgrade_page-header__DzaiW {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.upgrade_page-header__DzaiW.upgrade_clear-side__9XeKM {
  padding: 40px 0 32px;
}
.upgrade_page-spacing__WgrTy {
  padding: 0 40px;
}
.upgrade_page-header-title__mzIij {
  color: #17191a;
  margin: 0 0 8px;
}
.upgrade_header-bar__dVvDZ {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.upgrade_box-content__wMNzP {
  background-color: #fff;
  margin-bottom: 24px;
}
.upgrade_box-content__wMNzP .upgrade_header__Vn8aB {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.upgrade_box-content__wMNzP .upgrade_header-l__wYgWK {
  padding: 24px 16px;
  margin: 0;
}
.upgrade_box-content__wMNzP .upgrade_content__SIV__ {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.upgrade_box-content__wMNzP .upgrade_content-header__sWLM4 {
  margin-bottom: 4px;
  margin-top: 0;
}
.upgrade_box-content__wMNzP .upgrade_table-content__0N5BK {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.upgrade_bottom-text__1BJH5 .upgrade_box-content__wMNzP h4,
.upgrade_box-content__wMNzP .upgrade_bottom-text__1BJH5 h4,
.upgrade_box-content__wMNzP .upgrade_help-text__eYBW_ {
  line-height: 20px;
}
.upgrade_box-content__wMNzP .upgrade_sub-text__yZZWX {
  color: #757c80;
}
.upgrade_box-content__wMNzP .upgrade_content-data-input__nX4vR {
  margin-top: 8px;
}
.upgrade_box-content__wMNzP .upgrade_data-entry-input__kfYSW,
.upgrade_box-content__wMNzP .upgrade_upload-data-input-with-icon__0_QjP {
  margin-top: 8px;
  padding: 0 11px;
}
.upgrade_box-content__wMNzP .upgrade_upload-data-input-with-icon__0_QjP {
  cursor: pointer;
  background: #f9f9f9;
}
.upgrade_box-content__wMNzP .upgrade_upload-data-input-with-icon__0_QjP input {
  padding: 12px 2px;
}
.upgrade_box-content__wMNzP .upgrade_upload-data-input-with-icon__0_QjP input:disabled,
.upgrade_box-content__wMNzP .upgrade_upload-data-input-with-icon__0_QjP input:hover {
  cursor: pointer !important;
}
.upgrade_empty-state__in8qp {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.upgrade_empty-state__in8qp.upgrade_contact-list__4zqQa {
  width: 80%;
}
.upgrade_empty-state__in8qp .upgrade_empty-title__XNbaq {
  font-size: 14px;
  font-weight: 500px;
}
.upgrade_empty-state-wrapper__sArZe {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.upgrade_empty-state-wrapper__sArZe h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.upgrade_empty-state-wrapper__sArZe div {
  color: #757c80;
  margin: 16px 0 12px;
}
.upgrade_empty-state-button__5q2iT {
  margin: 20px 10px;
}
.upgrade_handel-bar__4jaGr {
  fill: #b7bfc6;
  vertical-align: middle;
}
.upgrade_tag__vJmiM {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.upgrade_ant-color-picker-input__tnRqG .upgrade_ant-input__MekNM {
  height: 22px;
}
.upgrade_ant-color-picker-trigger__Hi3NX {
  width: 23px;
  height: 23px;
}
.upgrade_ant-color-picker-trigger__Hi3NX .upgrade_ant-color-picker-color-block__oSs5Y {
  width: 18px;
  height: 18px;
}
.upgrade_box-content__wMNzP .upgrade_content__SIV__ input,
.upgrade_box-content__wMNzP .upgrade_upload-data-input-with-icon__0_QjP input,
input input.upgrade_input-white__KaOoZ,
input textarea.upgrade_input-white__KaOoZ,
input.upgrade_input-grey__uZlhP,
textarea input.upgrade_input-white__KaOoZ,
textarea textarea.upgrade_input-white__KaOoZ,
textarea.upgrade_input-grey__uZlhP {
  background-color: #f9f9f9;
}
.upgrade_box-content__wMNzP .upgrade_content__SIV__ input:active,
.upgrade_box-content__wMNzP .upgrade_content__SIV__ input:focus,
.upgrade_box-content__wMNzP .upgrade_content__SIV__ input:hover,
.upgrade_box-content__wMNzP .upgrade_upload-data-input-with-icon__0_QjP input:active,
.upgrade_box-content__wMNzP .upgrade_upload-data-input-with-icon__0_QjP input:focus,
.upgrade_box-content__wMNzP .upgrade_upload-data-input-with-icon__0_QjP input:hover,
input input.upgrade_input-white__KaOoZ:active,
input input.upgrade_input-white__KaOoZ:focus,
input input.upgrade_input-white__KaOoZ:hover,
input textarea.upgrade_input-white__KaOoZ:active,
input textarea.upgrade_input-white__KaOoZ:focus,
input textarea.upgrade_input-white__KaOoZ:hover,
input.upgrade_input-grey__uZlhP:active,
input.upgrade_input-grey__uZlhP:focus,
input.upgrade_input-grey__uZlhP:hover,
textarea input.upgrade_input-white__KaOoZ:active,
textarea input.upgrade_input-white__KaOoZ:focus,
textarea input.upgrade_input-white__KaOoZ:hover,
textarea textarea.upgrade_input-white__KaOoZ:active,
textarea textarea.upgrade_input-white__KaOoZ:focus,
textarea textarea.upgrade_input-white__KaOoZ:hover,
textarea.upgrade_input-grey__uZlhP:active,
textarea.upgrade_input-grey__uZlhP:focus,
textarea.upgrade_input-grey__uZlhP:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.upgrade_input-white__KaOoZ:active,
input.upgrade_input-white__KaOoZ:focus,
input.upgrade_input-white__KaOoZ:hover,
span.upgrade_input-white__KaOoZ:active,
span.upgrade_input-white__KaOoZ:focus,
span.upgrade_input-white__KaOoZ:hover,
textarea.upgrade_input-white__KaOoZ:active,
textarea.upgrade_input-white__KaOoZ:focus,
textarea.upgrade_input-white__KaOoZ:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.upgrade_image-uploader-flex__QtH0m .upgrade_ant-upload-select__5bPzL {
  display: flex;
}
.upgrade_image-uploader-flex__QtH0m .upgrade_ant-upload-select__5bPzL .upgrade_ant-upload__MaFg9 {
  flex: 1 1;
}
.upgrade_modal-footer-wrapper__Tt0bD {
  display: flex;
  justify-content: center;
}
.upgrade_app-modal__EcrCI .upgrade_small__A6wO9 {
  width: 350px;
}
.upgrade_toast__cRWGq.upgrade_negative__u2_Yd .upgrade_ant-message-notice-content__kGprx {
  background-color: #d0021b;
}
.upgrade_toast__cRWGq.upgrade_positive__D8Jvx .upgrade_ant-message-notice-content__kGprx {
  background-color: #56bf56;
}
.upgrade_toast__cRWGq.upgrade_loading__sMWxO .upgrade_ant-message-notice-content__kGprx .upgrade_toast-wrapper__RTl_n .upgrade_contents__x8xey,
.upgrade_toast__cRWGq.upgrade_loading__sMWxO .upgrade_ant-message-notice-content__kGprx .upgrade_toast-wrapper__RTl_n .upgrade_contents__x8xey .upgrade_title__wKw2C {
  color: #000 !important;
}
.upgrade_toast__cRWGq.upgrade_loading__sMWxO .upgrade_ant-message-loading__181c_ .upgrade_anticon-loading__ixY3p {
  font-size: 1.5rem;
}
.upgrade_toast__cRWGq .upgrade_ant-message-notice-content__kGprx {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.upgrade_toast__cRWGq .upgrade_ant-message-notice-content__kGprx .upgrade_toast-wrapper__RTl_n {
  position: relative;
  display: flex;
  align-items: center;
}
.upgrade_toast__cRWGq .upgrade_ant-message-notice-content__kGprx .upgrade_toast-wrapper__RTl_n .upgrade_contents__x8xey {
  position: relative;
  padding-left: 16px;
}
.upgrade_toast__cRWGq .upgrade_ant-message-notice-content__kGprx .upgrade_toast-wrapper__RTl_n .upgrade_contents__x8xey .upgrade_title__wKw2C {
  color: #fff !important;
}
.upgrade_toast__cRWGq .upgrade_ant-message-notice-content__kGprx .upgrade_toast-wrapper__RTl_n .upgrade_contents__x8xey p {
  margin: 0;
}
.upgrade_toast__cRWGq .upgrade_ant-message-notice-content__kGprx .upgrade_toast-wrapper__RTl_n .upgrade_contents__x8xey p a,
.upgrade_toast__cRWGq .upgrade_ant-message-notice-content__kGprx .upgrade_toast-wrapper__RTl_n .upgrade_contents__x8xey p button {
  color: #fff;
  text-decoration: underline;
}
.upgrade_toast__cRWGq .upgrade_ant-message-notice-content__kGprx .upgrade_icon__jvhWm {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.upgrade_toast__cRWGq .upgrade_ant-message-notice-content__kGprx .upgrade_icon__jvhWm.upgrade_positive__D8Jvx {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.upgrade_toast__cRWGq .upgrade_ant-message-notice-content__kGprx .upgrade_icon__jvhWm.upgrade_positive__D8Jvx:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.upgrade_toast__cRWGq .upgrade_ant-message-notice-content__kGprx .upgrade_icon__jvhWm.upgrade_negative__u2_Yd {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.upgrade_toast__cRWGq .upgrade_ant-message-notice-content__kGprx .upgrade_icon__jvhWm.upgrade_negative__u2_Yd:before {
  top: 10px;
}
.upgrade_action-content-box__IriAm {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.upgrade_action-content-box__IriAm.upgrade_numbered__DAvPu .upgrade_sub-content__7l4Dw p {
  margin-left: 18px;
}
.upgrade_action-content-box__IriAm .upgrade_sub-content__7l4Dw {
  padding: 26px 26px 20px;
}
.upgrade_action-content-box__IriAm .upgrade_sub-content__7l4Dw.upgrade_right__iDEr1 {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.upgrade_action-content-box__IriAm .upgrade_sub-content__7l4Dw.upgrade_right__iDEr1 button {
  margin: 0 20px;
}
.upgrade_action-content-box__IriAm .upgrade_sub-content__7l4Dw h4,
.upgrade_action-content-box__IriAm .upgrade_sub-content__7l4Dw p.upgrade_bold__BSOsf {
  margin: 0;
}
.upgrade_action-content-box__IriAm .upgrade_sub-content__7l4Dw h4 span,
.upgrade_action-content-box__IriAm .upgrade_sub-content__7l4Dw p.upgrade_bold__BSOsf span {
  width: 18px;
  display: inline-block;
}
.upgrade_action-content-box__IriAm .upgrade_sub-content__7l4Dw p {
  margin: 6px 0 0;
}
.upgrade_action-content-box__IriAm .upgrade_remove__vIlx4 {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.upgrade_options-dot__S6le4 {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.upgrade_options-dot__S6le4.upgrade_boxed__iAbZW {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.upgrade_options-dot__S6le4.upgrade_active__Jurfb,
.upgrade_options-dot__S6le4:focus-visible,
.upgrade_options-dot__S6le4:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.upgrade_clickable__xYtf8 {
  cursor: pointer;
}
.upgrade_beta-label__ylU9x {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.upgrade_none-style-list-options__p2uBA {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.upgrade_none-style-list-options__p2uBA li {
  margin: 5px 0;
}
.upgrade_ant-tour__XvcXC {
  width: 400px;
}
.upgrade_ant-collapse__vwgpR > .upgrade_ant-collapse-item__64IT4 > .upgrade_ant-collapse-header-collapsible-only__N4yuL > .upgrade_ant-collapse-header-text__JQgHr {
  flex: auto;
}
.upgrade_onboarding-tour-header__h2bFD {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.upgrade_onboarding-tour-description__fzFsm {
  color: #17191a;
  font-size: 16px;
}
.upgrade_tour-hidden-button__K7VXo {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.upgrade_ai-onboarding-tour-header__asD88 {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.upgrade_onboarding-step-ai-tour__KoKU8 {
  width: 350px;
}
.upgrade_onboarding-step-ai-tour__KoKU8 .upgrade_onboarding-step-ai-tour-inner__cMO59 .upgrade_onboarding-step-ai-tour-description__V7OeU {
  padding: 0 20px;
}
.upgrade_onboarding-step-ai-tour__KoKU8 .upgrade_onboarding-step-ai-tour-inner__cMO59 .upgrade_onboarding-step-ai-tour-footer__IRTIC {
  padding: 0 20px 20px;
}
.upgrade_onboarding-step-ai-tour__KoKU8 .upgrade_onboarding-step-ai-tour-inner__cMO59 .upgrade_onboarding-step-ai-tour-header__gM__0 {
  padding: 20px 20px 4px;
}
.upgrade_onboarding-step-ai-tour__KoKU8 .upgrade_onboarding-step-ai-tour-inner__cMO59 .upgrade_onboarding-step-ai-tour-indicators__RW_r_ {
  display: flex;
  width: 100%;
}
.upgrade_onboarding-step-ai-tour__KoKU8 .upgrade_onboarding-step-ai-tour-inner__cMO59 .upgrade_onboarding-step-ai-tour-buttons__LxPFf {
  width: 0;
  visibility: hidden;
}
.upgrade_onboarding-step-ai-tour-mask__SsbQB mask[id^='onboarding-step-ai-tour-mask'] rect.upgrade_onboarding-step-ai-tour-placeholder-animated__bQVuw {
  rx: 8px;
}
.upgrade_onboarding-step-ai-tour-round-mask__l_S7x mask[id^='onboarding-step-ai-tour-round-mask'] rect.upgrade_onboarding-step-ai-tour-round-placeholder-animated__SZOaP {
  rx: 25px;
}
.upgrade_onboarding-step-tour__N4xz1 {
  width: 400px;
}
.upgrade_onboarding-step-tour__N4xz1.upgrade_content-hidden__714XI {
  display: none !important;
}
.upgrade_onboarding-step-tour__N4xz1.upgrade_extended-width__EET1_ {
  width: 600px;
}
.upgrade_onboarding-step-tour-mask__r_YCs mask[id^='onboarding-step-tour-mask'] rect.upgrade_onboarding-step-tour-placeholder-animated__XfIFI {
  rx: 8px;
}
.upgrade_onboarding-step-one-tour__aWNTt {
  width: 400px;
}
.upgrade_onboarding-step-one-tour__aWNTt.upgrade_content-hidden__714XI {
  display: none !important;
}
.upgrade_onboarding-step-one-tour__aWNTt.upgrade_extended-width__EET1_ {
  width: 600px;
}
.upgrade_onboarding-step-one-tour-mask__nv8g9 mask[id^='onboarding-step-one-tour-mask'] rect.upgrade_onboarding-step-one-tour-placeholder-animated__sW6q1 {
  rx: 25px;
}
.upgrade_support-unread-tour__j4TGg {
  width: 272px;
}
.upgrade_support-unread-tour__j4TGg .upgrade_support-unread-tour-inner__M08lm .upgrade_support-unread-tour-header__zKCgT {
  padding: 8px 16px 4px;
}
.upgrade_support-unread-tour__j4TGg .upgrade_support-unread-tour-inner__M08lm .upgrade_support-unread-tour-footer__zwsJb {
  padding: 0 16px 16px;
}
.upgrade_support-unread-tour__j4TGg .upgrade_support-unread-tour-inner__M08lm .upgrade_support-unread-tour-close__kkxea {
  top: 10px;
}
.upgrade_preserve-scroll-position__7r05a {
  overflow-anchor: none;
}
.upgrade_toolbar-wrapper__C2vWI {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.upgrade_toolbar-wrapper__C2vWI .upgrade_anticon__WgK_6 {
  padding: 12px;
  cursor: pointer;
}
.upgrade_toolbar-wrapper__C2vWI .upgrade_anticon__WgK_6:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.upgrade_toolbar-wrapper__C2vWI .upgrade_anticon__WgK_6:hover {
  opacity: 0.3;
}
.upgrade_ant-carousel__J5i6u .upgrade_slick-dots__rXR11 li.upgrade_slick-active__gm_gq button {
  background-color: #8158ec;
}
.upgrade_ant-carousel__J5i6u .upgrade_slick-dots__rXR11 li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.upgrade_ant-modal-root__Na95o .upgrade_ant-modal-mask__oAhSL,
.upgrade_ant-modal-root__Na95o .upgrade_ant-modal-wrap__UZioc {
  z-index: 1001;
}
.upgrade_focused__izmFW {
  background-color: #f5f5f5;
}
.upgrade_spinner-overlay__nkz5x,
.upgrade_spinner__GXmem {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.upgrade_spinner-overlay__nkz5x {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.upgrade_spinner__GXmem {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.upgrade_large-tag__bsf7O {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.upgrade_email-pill__iwbRd,
.upgrade_phone-pill__mxYe4 {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.upgrade_email-pill__iwbRd:not(:empty),
.upgrade_phone-pill__mxYe4:not(:empty) {
  padding: 4px;
}
.upgrade_phone-pill__mxYe4 {
  background-color: #e0f2fb;
}
.upgrade_email-pill__iwbRd {
  background-color: #ffefbe;
}
.upgrade_input-box__loyhu {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.upgrade_input-box__loyhu.upgrade_bordered__Gbw_J {
  border: 1px solid #e6e6e6;
}
.upgrade_input-box__loyhu.upgrade_large__h3Aas {
  height: auto;
  min-height: 80px;
}
.upgrade_input-box__loyhu:focus {
  border-color: #ffc926;
}
.upgrade_content__SIV__ {
  padding: 0;
}
.upgrade_start-plan__7bzpy {
  display: flex;
}
.upgrade_start-plan__7bzpy .upgrade_content-body__Gb3uy {
  width: 50%;
  padding: 40px 48px;
}
.upgrade_content-body__Gb3uy.upgrade_upgrade-content__0NgaQ {
  display: grid;
}
.upgrade_content-body__Gb3uy.upgrade_card-info__tQW5L {
  padding-top: 24px;
  padding-bottom: 0;
}
.upgrade_credit-card-page__aimLX {
  background-color: #f9f9f9;
  min-width: 50%;
}
.upgrade_payment-length-options__qwi_t {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 40px;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 4px;
  margin-bottom: 24px;
}
.upgrade_payment-length-options__qwi_t button {
  border: none;
  display: block;
  background-color: #f5f5f5;
  color: #999;
  line-height: 18px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.upgrade_payment-length-options__qwi_t button.upgrade_selected__bY9mO {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  color: #000;
}
.upgrade_options-trigger__VhNyK {
  width: 170px;
  margin-left: 28px;
}
.upgrade_checkout-form__jv1_m .upgrade_card-info__tQW5L {
  border-radius: 0;
}
.upgrade_checkout-form__jv1_m input[type='text'] {
  padding: 12px 26px 12px 12px;
  width: 100%;
}
.upgrade_checkout-form__jv1_m .upgrade_half-width-input__MlF4f input[type='text'] {
  width: 100%;
}
.upgrade_checkout-form__jv1_m .upgrade_half-width-input__MlF4f input[type='text']:first-child {
  margin-right: -4px;
}
.upgrade_checkout-form__jv1_m .upgrade_credit-card__jnnwe {
  position: relative;
}
.upgrade_checkout-form__jv1_m .upgrade_credit-card-number__Eq44K:before {
  content: '';
  background: url(/icons/card-black.svg) no-repeat;
  background-size: 17px;
  position: absolute;
  left: 10px;
  top: 13px;
  width: 17px;
  height: 17px;
}
.upgrade_checkout-form__jv1_m .upgrade_credit-card-calendar__S1zmm:before {
  content: '';
  background: url(/icons/calendar-black.svg) no-repeat;
  background-size: 17px 16px;
  position: absolute;
  left: 10px;
  top: 13px;
  width: 17px;
  height: 17px;
}
.upgrade_checkout-form__jv1_m .upgrade_form-group-exp__Wegwt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 24px;
}
.upgrade_checkout-form__jv1_m .upgrade_form-group-exp__Wegwt .upgrade_error__zqQ0R {
  position: absolute;
  bottom: -18px;
  left: 0;
}
.upgrade_checkout-form__jv1_m .upgrade_cardholder-name__3KY1e {
  margin-bottom: 16px;
}
.upgrade_checkout-form__jv1_m .upgrade_card-element__9hZuw {
  padding: 12px 26px 12px 35px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}
.upgrade_checkout-form__jv1_m .upgrade_card-number__2nLTh {
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}
.upgrade_checkout-form__jv1_m .upgrade_card-expiry__2xwod {
  border-right: none;
  border-radius: 0 0 0 4px;
}
.upgrade_checkout-form__jv1_m .upgrade_card-cvc__mT8oG {
  padding-left: 12px;
  border-radius: 0 0 4px 0;
}
.upgrade_checkout-form__jv1_m .upgrade_discount__713f_ {
  display: flex;
  align-items: flex-end;
  border-top: 1px solid #e6e6e6;
}
.upgrade_checkout-form__jv1_m .upgrade_discount__713f_ .upgrade_discount-number__4yv5Z {
  margin-left: auto;
  margin-bottom: 4px;
  color: #666;
  font-weight: 400;
}
.upgrade_checkout-form__jv1_m .upgrade_total-box__pCnXx {
  margin-top: 24px;
  border-top: 1px solid #e6e6e6;
  padding: 16px 16px 0 0;
  border-radius: 4px;
}
.upgrade_checkout-form__jv1_m .upgrade_total-box__pCnXx .upgrade_subtotal-row__4Qarr,
.upgrade_checkout-form__jv1_m .upgrade_total-box__pCnXx .upgrade_tax-row__qKkWa,
.upgrade_checkout-form__jv1_m .upgrade_total-box__pCnXx .upgrade_total-row__2XN_C {
  display: grid;
  grid-template-columns: 3fr 1fr;
  font-size: 16px;
  font-weight: 500;
}
.upgrade_checkout-form__jv1_m .upgrade_total-box__pCnXx .upgrade_subtotal-price__rvicB,
.upgrade_checkout-form__jv1_m .upgrade_total-box__pCnXx .upgrade_tax-price__giDxz {
  text-align: right;
}
.upgrade_checkout-form__jv1_m .upgrade_total-box__pCnXx .upgrade_total-row__2XN_C {
  padding-top: 8px;
}
.upgrade_checkout-form__jv1_m .upgrade_total-box__pCnXx .upgrade_total__LvY1k {
  text-align: left;
  font-weight: 700;
  font-size: 20px;
}
.upgrade_checkout-form__jv1_m .upgrade_total-box__pCnXx .upgrade_price__oWOh6 {
  text-align: right;
  font-weight: 700;
  color: #000;
}
.upgrade_footer-checkout__5m93z {
  margin: 0 0 16px;
}
.upgrade_footer-checkout__5m93z .upgrade_checkout-button__RKVSX {
  margin-top: 5px;
}
.upgrade_bottom-text__1BJH5 h4 {
  padding-left: 26px;
}
.upgrade_bottom-text__1BJH5 h4:before {
  content: ' ';
  background: url(/icons/lock-black.svg) no-repeat -1px 6px;
  background-size: 14px;
  width: 16px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.upgrade_message-box__REzuy {
  display: grid;
  grid-template-columns: 3fr 1fr;
  background-color: #f9f9f9;
  padding: 16px 16px 10px;
  margin-bottom: 6px;
  border-radius: 4px;
}
.upgrade_message-box__REzuy .upgrade_options-control__TT5qM {
  width: 100%;
}
.upgrade_message-text__r2Zvm {
  margin-bottom: 5px;
}
.upgrade_compliance-box__Kso2M {
  display: flex;
  justify-content: space-between;
  background-color: #f9f9f9;
  padding: 10px 16px;
  border-radius: 4px;
  margin-bottom: 6px;
}
.upgrade_compliance-box__Kso2M .upgrade_compliance-price__ZnnZV,
.upgrade_compliance-box__Kso2M .upgrade_compliance-text__ydVz7 {
  align-self: center;
}
.upgrade_compliance-box__Kso2M .upgrade_compliance-price__ZnnZV .upgrade_input-label__eWPWL,
.upgrade_compliance-box__Kso2M .upgrade_compliance-text__ydVz7 .upgrade_input-label__eWPWL {
  margin: 0;
}
.upgrade_selected-box__RUSIp {
  border: 1px solid #ffcb00;
  border-radius: 4px;
  background-color: rgba(255, 203, 0, 0.06) !important;
}
.upgrade_payment-box__jNQNl {
  display: grid;
  grid-template-columns: 3fr 1fr;
  background-color: #f9f9f9;
  padding: 10px 16px;
  margin-bottom: 6px;
  border-radius: 4px;
  position: relative;
}
.upgrade_payment-box__jNQNl .upgrade_options-control__TT5qM {
  width: 170px;
  margin-left: 28px;
}
.upgrade_payment-box__jNQNl .upgrade_last-option__uZ_25 {
  color: #0092fe;
}
.upgrade_title__wKw2C {
  font-weight: 700;
  padding-bottom: 8px;
  font-size: 16px;
}
.upgrade_title__wKw2C.upgrade_plan-title__2982Q {
  display: flex;
  justify-content: space-between;
}
.upgrade_title__wKw2C.upgrade_plan-title__2982Q p {
  padding: 0;
  margin: 0;
}
.upgrade_title__wKw2C.upgrade_plan-title__2982Q button {
  text-align: right;
  width: 120px;
  border: none;
  padding: 0;
  background: url(/icons/suggested-action-blue.svg);
  background-repeat: no-repeat;
  background-position: 12px 7px;
  background-size: 12px;
  z-index: 0;
}
.upgrade_title__wKw2C.upgrade_plan-title__2982Q button p {
  font-size: 12px;
  font-weight: 700;
  margin-top: 0;
  color: #31a7e7;
}
.upgrade_add-ons__vuEmx {
  padding-top: 18px;
}
.upgrade_input-select-container__RcPhP {
  left: 18px;
  top: 24px;
  position: absolute;
}
.upgrade_input-select-container__RcPhP input {
  height: 20px !important;
  width: 20px !important;
  top: 25px;
  margin-left: 10px;
}
.upgrade_input-select-container__RcPhP label {
  top: 25px;
  margin-left: 10px;
  height: 18px !important;
  width: 18px !important;
}
.upgrade_input-select-container__RcPhP label.upgrade_salesforce-box__6UuU2 {
  margin-left: 18px;
}
.upgrade_price__oWOh6,
.upgrade_total-price__wfArD {
  color: #37474f;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.34px;
  line-height: 24px;
  text-align: right;
  margin: 0 0 0 32px;
}
.upgrade_input-label__eWPWL {
  color: #37474f;
  font-size: 13px;
  letter-spacing: -0.15px;
  line-height: 22px;
  margin: 0 0 5px 32px;
}
.upgrade_input-label__eWPWL.upgrade_input-label-right__NAmTR {
  text-align: right;
  margin-left: 0;
  display: flex;
  flex-direction: column;
}
.upgrade_input-label__eWPWL.upgrade_title__wKw2C {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.32px;
  color: #17191a;
  line-height: 20px;
  padding-bottom: 0;
}
.upgrade_pro-input-label__jhBV4 {
  margin-bottom: 0;
}
.upgrade_team__Y22nM {
  padding-bottom: 12px;
  font-weight: 700;
}
.upgrade_footer__2X6BN {
  position: static;
  padding: 20px 24px;
}
.upgrade_update-credit-card__REKhv .upgrade_content-body__Gb3uy {
  padding: 20px 24px 0;
}
.upgrade_update-credit-card__REKhv .upgrade_info-box__W7fwi {
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 4px 12px;
  margin-bottom: 16px;
}
.upgrade_update-credit-card__REKhv .upgrade_info-box__W7fwi p {
  color: #17191a;
  margin: 0;
  padding-top: 8px;
  font-size: 14px;
}
.upgrade_update-credit-card__REKhv .upgrade_info-box__W7fwi p.upgrade_card-number__2nLTh {
  border-bottom: 0;
  padding-bottom: 0;
}
.upgrade_update-credit-card__REKhv .upgrade_info-box__W7fwi p.upgrade_expires__lEBNR {
  padding-bottom: 8px;
}
.upgrade_update-credit-card__REKhv .upgrade_footer-checkout__5m93z {
  margin-top: 24px;
  margin-bottom: 0;
}
.upgrade_checkout-button__RKVSX {
  width: 100%;
}
.upgrade_header-title__aXTEC {
  padding-bottom: 20px;
}
.upgrade_header-title__aXTEC.upgrade_small__A6wO9 {
  padding: 20px 24px;
}
.upgrade_header-title__aXTEC.upgrade_with-border__AhHAl {
  border-bottom: 1px solid #e6e6e6;
}
.upgrade_update-plan__3pbYz {
  padding-bottom: 1px;
}
.upgrade_update-plan__3pbYz .upgrade_content-body__Gb3uy {
  padding: 20px 24px 0;
  display: grid;
  grid-template-columns: calc(50% - 24px) calc(50% - 24px);
  grid-template-rows: auto;
  grid-column-gap: 48px;
  column-gap: 48px;
}
.upgrade_update-plan__3pbYz .upgrade_channels-wrapper__xMq__,
.upgrade_update-plan__3pbYz .upgrade_payment-length-wrapper__WXmQ4 {
  grid-column: 1/2;
}
.upgrade_update-plan__3pbYz .upgrade_add-ons-wrapper__uLLp7 {
  grid-column: 2/3;
  grid-row: 1/3;
}
.upgrade_update-plan__3pbYz .upgrade_add-ons-wrapper__uLLp7 .upgrade_add-ons__vuEmx {
  padding-top: 0;
}
.upgrade_update-plan__3pbYz .upgrade_subscription-options-wrapper__GnnFL {
  width: 400px;
  grid-column: 1/2;
  grid-row: 2/3;
}
.upgrade_update-plan__3pbYz .upgrade_total-box__pCnXx {
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
  display: grid;
  grid-template-columns: 4fr 2fr;
  padding: 16px 28px 12px;
  font-weight: 700;
  line-height: 24px;
}
.upgrade_update-plan__3pbYz .upgrade_total-box__pCnXx.upgrade_prorated-box__k1U_w .upgrade_price__oWOh6,
.upgrade_update-plan__3pbYz .upgrade_total-box__pCnXx.upgrade_prorated-box__k1U_w .upgrade_total__LvY1k {
  font-size: 16px;
}
.upgrade_update-plan__3pbYz .upgrade_total-box__pCnXx.upgrade_prorated-box__k1U_w .upgrade_price__oWOh6 {
  color: #1b02b1;
}
.upgrade_update-plan__3pbYz .upgrade_title__wKw2C,
.upgrade_update-plan__3pbYz .upgrade_total-box__pCnXx .upgrade_price__oWOh6,
.upgrade_update-plan__3pbYz .upgrade_total-box__pCnXx .upgrade_total__LvY1k {
  font-size: 14px;
}
.upgrade_update-plan__3pbYz .upgrade_footer-button__qIIpZ {
  padding-right: 28px;
  margin-top: 12px;
  text-align: right;
}
.upgrade_radio-group__Kmraq {
  margin-top: 24px;
  margin-bottom: 8px;
  font-weight: 600;
}
.upgrade_radio-group__Kmraq .upgrade_discount-badge__sPa_9 {
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
  border-radius: 999em;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  background-color: #8158ec;
  color: #fff;
  margin-left: 4px;
}
.upgrade_slu-upgrade-content__uOHbl .upgrade_slu-option-row__2AweZ {
  display: flex;
  border-radius: 4px;
  background: #f9f9f9;
  margin: 8px 0;
  padding: 10px 16px;
  color: #17191a;
  line-height: 24px;
}
.upgrade_slu-upgrade-content__uOHbl .upgrade_slu-option-row__2AweZ .upgrade_option-content__LyVPC {
  margin-left: auto;
  color: gray;
}
.upgrade_slu-upgrade-content__uOHbl .upgrade_slu-option-row__2AweZ .upgrade_option-name__zMHNz {
  font-weight: 700;
}
.upgrade_slu-upgrade-footer__pR6Tu {
  color: gray;
  text-align: center;
  margin-top: 30px;
}
.verify-code_icon__F3Dmi {
  padding: 4px;
}
.verify-code_icon-wrapper__0dKFr {
  padding: 4px;
  color: #454a4d;
}
.verify-code_icon-wrapper-absolute__MXRAQ {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.verify-code_icon-wrapper-absolute__MXRAQ .verify-code_icon__F3Dmi {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.verify-code_icon-sms__mQSPO {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.verify-code_icon-email__feGKM {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.verify-code_icon-mixed__pCwuZ {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.verify-code_icon-picker-wrapper__f_PBr {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.verify-code_icon-picker-wrapper__f_PBr:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.verify-code_icon-picker-wrapper__f_PBr:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .verify-code_icon-picker-wrapper__f_PBr {
    margin-right: 5px;
  }
}
.verify-code_icon-checkmark-white__qtyvZ {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.verify-code_icon-x-white__VyttD {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.verify-code_icon-help__W6JMD {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.verify-code_icon-help__W6JMD:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.verify-code_container__bPVmX select,
.verify-code_ico-arrow-down__WbTer {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.verify-code_container__bPVmX select.verify-code_ant-dropdown-trigger__KetD4,
.verify-code_ico-arrow-down__WbTer.verify-code_ant-dropdown-trigger__KetD4 {
  padding-right: 24px;
  cursor: pointer;
}
.verify-code_container__bPVmX select.verify-code_ant-dropdown-trigger__KetD4:disabled,
.verify-code_container__bPVmX select.verify-code_ant-dropdown-trigger__KetD4[disabled],
.verify-code_ico-arrow-down__WbTer.verify-code_ant-dropdown-trigger__KetD4:disabled,
.verify-code_ico-arrow-down__WbTer.verify-code_ant-dropdown-trigger__KetD4[disabled] {
  cursor: default;
  background: transparent;
}
.verify-code_ico-arrow-gray__hwUFx {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.verify-code_ico-arrow-gray__hwUFx.verify-code_down__JIdNc {
  transform: rotate(90deg);
}
.verify-code_ico-arrow-gray__hwUFx.verify-code_up__nhyYs {
  transform: rotate(-90deg);
}
.verify-code_ico-arrow-gray__hwUFx.verify-code_right__trLfu {
  transform: rotate(180deg);
}
.verify-code_ico-arrow-gray__hwUFx.verify-code_ant-dropdown-trigger__KetD4 {
  padding-right: 24px;
  cursor: pointer;
}
.verify-code_ico-arrow-gray__hwUFx.verify-code_ant-dropdown-trigger__KetD4:disabled,
.verify-code_ico-arrow-gray__hwUFx.verify-code_ant-dropdown-trigger__KetD4[disabled] {
  cursor: default;
  background: transparent;
}
.verify-code_icon-error-triangle__ySMXR {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.verify-code_ico-compose__toOxR {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.verify-code_ico-compose-white__8HAPV {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.verify-code_icon-google-play__vHTs7 {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.verify-code_icon-app-store__Vpvcp {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.verify-code_icon-social-fb__aAfG7 {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.verify-code_icon-social-tw__yeNdA {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.verify-code_icon-disclosure__i6vvC {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.verify-code_icon-16__TOd_e {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.verify-code_icon-18__rXiel {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.verify-code_icon-gray5__dtlLy {
  color: #999 !important;
}
.verify-code_ico-arrow-black__rFdlG {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.verify-code_ico-arrow-black__rFdlG.verify-code_down__JIdNc {
  transform: rotate(90deg);
}
.verify-code_ico-arrow-black__rFdlG.verify-code_up__nhyYs {
  transform: rotate(-90deg);
}
.verify-code_ico-arrow-black__rFdlG.verify-code_right__trLfu {
  transform: rotate(180deg);
}
.verify-code_icon-copy__i7buu {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.verify-code_icon-copy__i7buu:hover {
  background-image: url(/icons/copy-black.svg);
}
.verify-code_icon-msg-white__8rKFs {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.verify-code_icon-email-white__3cCH1 {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.verify-code_icon-black-bg__XqAM3 {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.verify-code_icon-black-bg__XqAM3 > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.verify-code_icon-inbox-black-filled__f8G3V {
  background-image: url(/icons/inbox-black.svg);
}
.verify-code_icon-contacts__uAi90 {
  background-image: url(/icons/sidebar/contacts.svg);
}
.verify-code_page-header-title__Ti_fk {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD h2 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.verify-code_action-content-box__z2gZ0 .verify-code_sub-content__U04ME h4,
.verify-code_container__bPVmX .verify-code_content__MjqlD.verify-code_verify-with-support__FcTgg h3,
.verify-code_empty-state-wrapper__Hn6nt h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.verify-code_box-content___Q0SL .verify-code_header-l__vZzYg,
.verify-code_box-content___Q0SL .verify-code_header__jYNlm,
.verify-code_toast__Czpea .verify-code_ant-message-notice-content__loUPx .verify-code_toast-wrapper__wHc4c .verify-code_contents__dfreB .verify-code_title__9qt2C {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD.verify-code_verify-with-support__FcTgg h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 18px;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD h3 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.verify-code_action-content-box__z2gZ0 .verify-code_sub-content__U04ME p.verify-code_bold__Lndmx,
.verify-code_empty-state-wrapper__Hn6nt h2 a,
.verify-code_header-bar__yERqw .verify-code_title__9qt2C {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.verify-code_box-content___Q0SL .verify-code_content-header__bT6P9 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.verify-code_action-content-box__z2gZ0 .verify-code_sub-content__U04ME p,
.verify-code_empty-state-wrapper__Hn6nt div,
.verify-code_toast__Czpea .verify-code_ant-message-notice-content__loUPx .verify-code_toast-wrapper__wHc4c .verify-code_contents__dfreB p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.verify-code_blue-button__Q90nz,
.verify-code_box-content___Q0SL .verify-code_content__MjqlD input,
.verify-code_box-content___Q0SL .verify-code_upload-data-input-with-icon__EmOmC input,
.verify-code_button-with-bg-color__34WkC,
.verify-code_cancel-button__FIa0j,
.verify-code_container__bPVmX .verify-code_content__MjqlD .verify-code_phone-number-input__9XiPF,
.verify-code_container__bPVmX .verify-code_content__MjqlD button.verify-code_btn-submit__prcSk,
.verify-code_container__bPVmX button.verify-code_btn-submit__prcSk,
.verify-code_green-button__ahMoh,
.verify-code_input-box__pCJvy,
.verify-code_input-grey__O_YmR,
.verify-code_orange-button__erloG,
.verify-code_positive-button__KJfty,
.verify-code_purple-button__KTcrC,
.verify-code_white-button-blue-text__H__74,
.verify-code_white-button__atULP,
button.verify-code_icon-button__sw_p1,
button.verify-code_text-only__KAAOg,
input .verify-code_input-white__8i67J,
textarea .verify-code_input-white__8i67J {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.verify-code_large-tag__lsIrS,
button.verify-code_show-more__wG7hP,
button.verify-code_text-only__KAAOg,
span.verify-code_text-only__KAAOg button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.verify-code_container__bPVmX .ant-modal-footer .verify-code_info-box__kp0e3,
.verify-code_container__bPVmX .verify-code_content__MjqlD .verify-code_code-bot__0Osyi p,
.verify-code_container__bPVmX .verify-code_content__MjqlD p {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.verify-code_tag__AKTBS {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.verify-code_beta-label__YeFGB,
.verify-code_error-text-link__j6oyL,
.verify-code_error-text__8N7Yj,
.verify-code_error__GS7oL {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.verify-code_mini-square__TuXFQ {
  width: 20px;
  height: 20px;
}
.verify-code_help-text__dQ5Li {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.verify-code_error-text__8N7Yj {
  color: #d0021b;
  flex-grow: 1;
}
.verify-code_error-text-link__j6oyL {
  color: #d0021b;
  text-decoration: underline;
}
.verify-code_descriptive-text___HZ2M {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.verify-code_visually-hidden__AggkM {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.verify-code_visually-hidden__AggkM.verify-code_focusable__6nplz:active,
.verify-code_visually-hidden__AggkM.verify-code_focusable__6nplz:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.verify-code_visually-offscreen__c4WCG {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.verify-code_invisible__aecri {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.verify-code_hidden__fgO9C {
  display: none !important;
  visibility: hidden;
}
.verify-code_strong__RLWUS {
  font-weight: 700;
}
.verify-code_align-right__S9ipN {
  text-align: right;
}
.verify-code_align-left__POIJB {
  text-align: left;
}
.verify-code_centered__ptIdP {
  text-align: center;
}
.verify-code_timestamp__4l1Fi {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.verify-code_display-block__V3o5l {
  display: block !important;
}
.verify-code_inline-block__9_Dfi {
  display: inline-block !important;
}
.verify-code_hm-app-body__znzbk button.verify-code_ant-switch__lpHAc[disabled],
.verify-code_hm-app-body__znzbk button.verify-code_ant-switch__lpHAc[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.verify-code_blue-button__Q90nz,
.verify-code_button-with-bg-color__34WkC,
.verify-code_cancel-button__FIa0j,
.verify-code_container__bPVmX .verify-code_content__MjqlD button.verify-code_btn-submit__prcSk,
.verify-code_container__bPVmX button.verify-code_btn-submit__prcSk,
.verify-code_green-button__ahMoh,
.verify-code_orange-button__erloG,
.verify-code_positive-button__KJfty,
.verify-code_purple-button__KTcrC,
.verify-code_white-button-blue-text__H__74,
.verify-code_white-button__atULP,
button.verify-code_icon-button__sw_p1,
button.verify-code_text-only__KAAOg {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.verify-code_text-only__KAAOg,
span.verify-code_text-only__KAAOg button {
  color: #31a7e7;
  padding: 0;
}
button.verify-code_text-only__KAAOg[disabled],
button.verify-code_text-only__KAAOg[disabled]:active,
button.verify-code_text-only__KAAOg[disabled]:focus,
button.verify-code_text-only__KAAOg[disabled]:hover,
span.verify-code_text-only__KAAOg button[disabled],
span.verify-code_text-only__KAAOg button[disabled]:active,
span.verify-code_text-only__KAAOg button[disabled]:focus,
span.verify-code_text-only__KAAOg button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.verify-code_text-only__KAAOg.verify-code_red-text__g3tBf,
button.verify-code_text-only__KAAOg.verify-code_red-text__g3tBf:active,
button.verify-code_text-only__KAAOg.verify-code_red-text__g3tBf:focus,
button.verify-code_text-only__KAAOg.verify-code_red-text__g3tBf:hover,
span.verify-code_text-only__KAAOg button.verify-code_red-text__g3tBf,
span.verify-code_text-only__KAAOg button.verify-code_red-text__g3tBf:active,
span.verify-code_text-only__KAAOg button.verify-code_red-text__g3tBf:focus,
span.verify-code_text-only__KAAOg button.verify-code_red-text__g3tBf:hover {
  color: #d0021b;
}
button.verify-code_text-only__KAAOg.verify-code_gray-text__y_der,
span.verify-code_text-only__KAAOg button.verify-code_gray-text__y_der {
  color: #999;
}
button.verify-code_text-only__KAAOg.verify-code_gray-text__y_der:active,
button.verify-code_text-only__KAAOg.verify-code_gray-text__y_der:focus,
button.verify-code_text-only__KAAOg.verify-code_gray-text__y_der:hover,
span.verify-code_text-only__KAAOg button.verify-code_gray-text__y_der:active,
span.verify-code_text-only__KAAOg button.verify-code_gray-text__y_der:focus,
span.verify-code_text-only__KAAOg button.verify-code_gray-text__y_der:hover {
  color: #999 !important;
}
button.verify-code_text-only__KAAOg.verify-code_black-text__Vva4r,
span.verify-code_text-only__KAAOg button.verify-code_black-text__Vva4r {
  color: #17191a;
}
button.verify-code_text-only__KAAOg.verify-code_black-text__Vva4r:active,
button.verify-code_text-only__KAAOg.verify-code_black-text__Vva4r:focus,
button.verify-code_text-only__KAAOg.verify-code_black-text__Vva4r:hover,
span.verify-code_text-only__KAAOg button.verify-code_black-text__Vva4r:active,
span.verify-code_text-only__KAAOg button.verify-code_black-text__Vva4r:focus,
span.verify-code_text-only__KAAOg button.verify-code_black-text__Vva4r:hover {
  color: #8158ec;
}
button.verify-code_text-only__KAAOg.verify-code_purple-text__mEXdB,
button.verify-code_text-only__KAAOg.verify-code_purple-text__mEXdB:active,
button.verify-code_text-only__KAAOg.verify-code_purple-text__mEXdB:focus,
button.verify-code_text-only__KAAOg.verify-code_purple-text__mEXdB:hover,
span.verify-code_text-only__KAAOg button.verify-code_purple-text__mEXdB,
span.verify-code_text-only__KAAOg button.verify-code_purple-text__mEXdB:active,
span.verify-code_text-only__KAAOg button.verify-code_purple-text__mEXdB:focus,
span.verify-code_text-only__KAAOg button.verify-code_purple-text__mEXdB:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.verify-code_text-only__KAAOg:active,
button.verify-code_text-only__KAAOg:focus,
button.verify-code_text-only__KAAOg:hover,
span.verify-code_text-only__KAAOg button:active,
span.verify-code_text-only__KAAOg button:focus,
span.verify-code_text-only__KAAOg button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.verify-code_blue-button__Q90nz,
.verify-code_button-with-bg-color__34WkC,
.verify-code_green-button__ahMoh,
.verify-code_orange-button__erloG,
.verify-code_positive-button__KJfty,
.verify-code_white-button-blue-text__H__74,
.verify-code_white-button__atULP {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.verify-code_orange-button__erloG {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.verify-code_orange-button__erloG:active,
.verify-code_orange-button__erloG:focus,
.verify-code_orange-button__erloG:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.verify-code_orange-button__erloG[disabled],
.verify-code_orange-button__erloG[disabled]:active,
.verify-code_orange-button__erloG[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.verify-code_orange-button__erloG.verify-code_drop-down__ctp3d {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.verify-code_scroll-loader__M8W_n {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.verify-code_green-button__ahMoh {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.verify-code_green-button__ahMoh:active,
.verify-code_green-button__ahMoh:focus,
.verify-code_green-button__ahMoh:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.verify-code_green-button__ahMoh[disabled],
.verify-code_green-button__ahMoh[disabled]:active,
.verify-code_green-button__ahMoh[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.verify-code_positive-button__KJfty {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.verify-code_positive-button__KJfty:active,
.verify-code_positive-button__KJfty:focus,
.verify-code_positive-button__KJfty:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.verify-code_positive-button__KJfty[disabled] {
  background-color: #abe4b2;
}
.verify-code_negative-button__aP26u {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.verify-code_negative-button__aP26u:active,
.verify-code_negative-button__aP26u:focus,
.verify-code_negative-button__aP26u:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.verify-code_plain-cancel-button__v9UnG,
.verify-code_plain-cancel-button__v9UnG:active,
.verify-code_plain-cancel-button__v9UnG:focus,
.verify-code_plain-cancel-button__v9UnG:hover {
  color: #17191a;
}
.verify-code_white-button-blue-text__H__74,
.verify-code_white-button__atULP {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.verify-code_white-button-blue-text__H__74:active,
.verify-code_white-button-blue-text__H__74:focus,
.verify-code_white-button-blue-text__H__74:hover,
.verify-code_white-button__atULP:active,
.verify-code_white-button__atULP:focus,
.verify-code_white-button__atULP:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.verify-code_white-button__atULP[disabled],
.verify-code_white-button__atULP[disabled]:active,
.verify-code_white-button__atULP[disabled]:focus,
.verify-code_white-button__atULP[disabled]:hover,
[disabled].verify-code_white-button-blue-text__H__74 {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.verify-code_common-sentiment-emoji__pHmxP {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.verify-code_white-button-blue-text__H__74 {
  color: #31a7e7;
}
.verify-code_white-button-blue-text__H__74:active,
.verify-code_white-button-blue-text__H__74:focus,
.verify-code_white-button-blue-text__H__74:hover {
  color: #31a7e7 !important;
}
.verify-code_blue-button__Q90nz {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.verify-code_blue-button__Q90nz,
.verify-code_blue-button__Q90nz:active,
.verify-code_blue-button__Q90nz:focus,
.verify-code_blue-button__Q90nz:hover {
  background-color: #31a7e7;
  color: #fff;
}
.verify-code_green-button__ahMoh {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.verify-code_green-button__ahMoh,
.verify-code_green-button__ahMoh:active,
.verify-code_green-button__ahMoh:focus,
.verify-code_green-button__ahMoh:hover {
  background-color: #56bf56;
  color: #fff;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD button.verify-code_btn-submit__prcSk,
.verify-code_container__bPVmX button.verify-code_btn-submit__prcSk,
.verify-code_purple-button__KTcrC {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.verify-code_container__bPVmX button.verify-code_btn-submit__prcSk:active,
.verify-code_container__bPVmX button.verify-code_btn-submit__prcSk:focus,
.verify-code_container__bPVmX button.verify-code_btn-submit__prcSk:hover,
.verify-code_purple-button__KTcrC:active,
.verify-code_purple-button__KTcrC:focus,
.verify-code_purple-button__KTcrC:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.verify-code_dropdown-input__GXHN_ {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.verify-code_dropdown-input__GXHN_:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.verify-code_hm-app-body__znzbk input::placeholder {
  color: #a3a3a3;
}
.verify-code_textarea-composer__M7ac_ {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.verify-code_container__bPVmX input,
.verify-code_container__bPVmX textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.verify-code_input-for-copy__AyhS5 {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.verify-code_input-text-bordered__ORHEE,
.verify-code_input-text__AnETI,
.verify-code_input-textarea__2kSi5 {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.verify-code_input-text__AnETI {
  height: 50px;
}
.verify-code_input-text-bordered__ORHEE {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.verify-code_xxl-input__TRStu {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.verify-code_xl-input__SATj_ {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.verify-code_l-input__7aDjn {
  width: 100%;
  font-size: 1.1rem;
}
.verify-code_box-content___Q0SL .verify-code_content__MjqlD input,
.verify-code_box-content___Q0SL .verify-code_upload-data-input-with-icon__EmOmC input,
.verify-code_container__bPVmX .verify-code_content__MjqlD .verify-code_phone-number-input__9XiPF,
.verify-code_input-grey__O_YmR,
input .verify-code_input-white__8i67J,
textarea .verify-code_input-white__8i67J {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.verify-code_box-content___Q0SL .verify-code_content__MjqlD input::placeholder,
.verify-code_box-content___Q0SL .verify-code_upload-data-input-with-icon__EmOmC input::placeholder,
.verify-code_container__bPVmX .verify-code_content__MjqlD .verify-code_phone-number-input__9XiPF::placeholder,
.verify-code_input-grey__O_YmR::placeholder,
input .verify-code_input-white__8i67J::placeholder,
textarea .verify-code_input-white__8i67J::placeholder {
  color: #999;
  opacity: 1;
}
input .verify-code_input-white__8i67J,
textarea .verify-code_input-white__8i67J {
  background-color: #fff;
}
.verify-code_clearfix__jrb6N:after {
  clear: both;
  content: '';
  display: block;
}
.verify-code_hidden-important__pHA4d {
  display: none !important;
}
.verify-code_p-left__BERr8 {
  float: left;
}
.verify-code_p-right__JzzWd {
  float: right;
}
.verify-code_image_orientation_3__otngY {
  tranform: rotate(180deg);
}
.verify-code_image_orientation_6__aclmz {
  tranform: rotate(90deg);
}
.verify-code_image_orientation_8__Qr15v {
  tranform: rotate(-90deg);
}
.verify-code_image_orientation_2__ZoDVq {
  tranform: scaleX(-1);
}
.verify-code_image_orientation_7__YZmd_ {
  tranform: scaleX(-1) rotate(-90deg);
}
.verify-code_image_orientation_4__57aiZ {
  tranform: scaleX(-1) rotate(180deg);
}
.verify-code_image_orientation_5__Jgw_e {
  tranform: scaleX(-1) rotate(90deg);
}
.verify-code_image_slideshow_orientation_3__QTje5 {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.verify-code_image_slideshow_orientation_6__hiSdw {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.verify-code_image_slideshow_orientation_8__Koiv4 {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.verify-code_image_slideshow_orientation_2__XHFBi {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.verify-code_image_slideshow_orientation_7__Q6mBI {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.verify-code_image_slideshow_orientation_4__nvPmK {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.verify-code_image_slideshow_orientation_5__zQqp3 {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.verify-code_container__bPVmX select::-ms-expand {
  display: none !important;
}
.verify-code_container__bPVmX select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.verify-code_count-area__lSd9y {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.verify-code_clear-top__30O7r {
  padding-top: 0;
  margin-top: 0;
}
.verify-code_remove-x-20__GO1Km,
.verify-code_remove-x__zvJcX {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.verify-code_remove-x__zvJcX.verify-code_white__KXtyy,
.verify-code_white__KXtyy.verify-code_remove-x-20__GO1Km {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.verify-code_remove-x-20__GO1Km {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.verify-code_divider__vldDy {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.verify-code_mobile__sbMOt {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.verify-code_blue__6y0mk {
  color: #31a7e7 !important;
}
.verify-code_white__KXtyy {
  color: #fff !important;
}
.verify-code_purple__vNrVj {
  color: #8158ec !important;
}
.verify-code_delete__ov8Xg {
  color: #d0021b !important;
}
.verify-code_dark-text__YoTkk {
  color: #17191a !important;
}
.verify-code_file-input__ntanr {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.verify-code_image-download-wrapper__pBQbc {
  position: fixed;
  top: 40px;
  right: 100px;
}
.verify-code_overflow-y-auto__OVcdP {
  overflow-y: auto;
}
.verify-code_is-font-icon__gnMoS:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.verify-code_is-invisible__dv79A {
  opacity: 0;
}
.verify-code_tabbed-button__lusRF {
  padding: 0 7px 2px;
}
.verify-code_tabbed-button__lusRF.verify-code_selected__3LOu8 {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.verify-code_show-more__wG7hP {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.verify-code_show-more__wG7hP:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.verify-code_time-input__BoLY_ {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.verify-code_form-group__7FJ8D.verify-code_date-time__cD6Xv {
  position: relative;
  top: -2px;
}
.verify-code_form-group__7FJ8D.verify-code_date-time__cD6Xv.verify-code_time__oLVJl {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.verify-code_form-group__7FJ8D.verify-code_date-time__cD6Xv.verify-code_form-group-hour__ZONKE .verify-code_colon__4PDO_ {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.verify-code_form-group__7FJ8D.verify-code_date-time__cD6Xv.verify-code_form-group-hour__ZONKE input {
  text-align: center;
}
.verify-code_form-group__7FJ8D.verify-code_date-time__cD6Xv.verify-code_form-group-day__hYm1C {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.verify-code_form-group__7FJ8D.verify-code_date-time__cD6Xv.verify-code_form-group-minute__RSaTg {
  width: 42px;
}
.verify-code_form-group__7FJ8D.verify-code_date-time__cD6Xv.verify-code_form-group-clock__Wd7XS {
  width: 54px;
}
.verify-code_attach-img__NCaOg {
  position: relative;
  width: 25px;
  height: 25px;
}
.verify-code_attach-img__NCaOg input#verify-code_add-image__iGxDV {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.verify-code_attach-img__NCaOg span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.verify-code_m-0__wv_iX {
  margin: 0 !important;
}
.verify-code_ml-auto__2h6VZ {
  margin-left: auto;
}
.verify-code_mr-auto__MtAok {
  margin-right: auto;
}
.verify-code_mx-auto__e_f4s {
  margin-left: auto;
  margin-right: auto;
}
.verify-code_mx-16__rYAux {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.verify-code_my-16__bIhz1 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.verify-code_mr-0__yEd9Z {
  margin-right: 0 !important;
}
.verify-code_mr-4__s0ANa {
  margin-right: 4px !important;
}
.verify-code_mr-8__J6PlW {
  margin-right: 8px !important;
}
.verify-code_mr-12__EeUe_ {
  margin-right: 12px !important;
}
.verify-code_mr-16__b9rc8 {
  margin-right: 16px !important;
}
.verify-code_ml-0__I4z59 {
  margin-left: 0 !important;
}
.verify-code_ml-4__n9Nfb {
  margin-left: 4px !important;
}
.verify-code_ml-8__HEfc6 {
  margin-left: 8px !important;
}
.verify-code_ml-12__ZTABH {
  margin-left: 12px !important;
}
.verify-code_ml-16__zgtaJ {
  margin-left: 16px !important;
}
.verify-code_mt-0__cXQR2 {
  margin-top: 0 !important;
}
.verify-code_mt-4__Af8zf {
  margin-top: 4px !important;
}
.verify-code_mt-8__KjT5h {
  margin-top: 8px !important;
}
.verify-code_mt-16___EWSZ {
  margin-top: 16px !important;
}
.verify-code_mt-24__boGHp {
  margin-top: 24px !important;
}
.verify-code_mt-48__hlM7j {
  margin-top: 48px !important;
}
.verify-code_mb-0__r_rLZ {
  margin-bottom: 0 !important;
}
.verify-code_mb-4__RY2fF {
  margin-bottom: 4px !important;
}
.verify-code_mb-8__Bj3mo {
  margin-bottom: 8px !important;
}
.verify-code_mb-12__qy680 {
  margin-bottom: 12px !important;
}
.verify-code_mb-16__s00W1 {
  margin-bottom: 16px !important;
}
.verify-code_mb-24__tiG3i {
  margin-bottom: 24px !important;
}
.verify-code_mb-64__vsHvB {
  margin-bottom: 64px !important;
}
.verify-code_p-0__t_17C {
  padding: 0 !important;
}
.verify-code_p-16__X80rZ {
  padding: 16px;
}
.verify-code_p-40__q6D76 {
  padding: 40px;
}
.verify-code_px-0__oTCR9 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.verify-code_px-4__J82Ms {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.verify-code_px-8__sHCaP {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.verify-code_px-32__c86Kc {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.verify-code_px-40__Sb9Hb {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.verify-code_pt-40__vQ5CO {
  padding-top: 40px;
}
.verify-code_pt-24__yzhZ6 {
  padding-top: 24px;
}
.verify-code_pt-16__jPY4y {
  padding-top: 16px;
}
.verify-code_pt-12__N40KF {
  padding-top: 12px !important;
}
.verify-code_pb-40__cEjYz {
  padding-bottom: 40px;
}
.verify-code_pb-24__8ndue {
  padding-bottom: 24px;
}
.verify-code_pb-16__SmFZb {
  padding-bottom: 16px;
}
.verify-code_pl-8__m1uYT {
  padding-left: 8px !important;
}
.verify-code_pl-12__BCaLI {
  padding-left: 12px !important;
}
.verify-code_pl-16__M1zm1 {
  padding-left: 16px !important;
}
.verify-code_text-left__NaXKP {
  text-align: left !important;
}
.verify-code_text-right__uYULU {
  text-align: right !important;
}
.verify-code_text-center__RME4j {
  text-align: center !important;
}
.verify-code_font-medium__5Ydhj {
  font-weight: 500 !important;
}
.verify-code_font-semibold__V8NXH {
  font-weight: 600 !important;
}
.verify-code_radius-8__kFWJz {
  border-radius: 8px !important;
}
.verify-code_truncate__3QOEa {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.verify-code_whitespace-nowrap__gNmXu {
  white-space: nowrap;
}
.verify-code_whitespace-pre-wrap__gWQOx {
  white-space: pre-wrap;
}
.verify-code_w-100__V4R5P {
  width: 100% !important;
}
.verify-code_h-100__yAsY6 {
  height: 100% !important;
}
.verify-code_max-w-none__B6jIM {
  max-width: none !important;
}
.verify-code_max-h-none__z_oXw {
  max-height: none !important;
}
.verify-code_min-w-100__NyrrE {
  min-width: 100px;
}
.verify-code_heading-48-600__PgW5P {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.verify-code_heading-32-600__NmLuH {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.verify-code_heading-24-600__j14Vd {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.verify-code_heading-18-600__ReLne {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.verify-code_heading-18-400____5VS {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.verify-code_heading-16-700__kNe69 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.verify-code_text-16-400__USF3H {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.verify-code_heading-14-600__15qXv {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.verify-code_heading-14-500__6rUz_ {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.verify-code_text-14-400___lIXH {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.verify-code_text-13-500__GhO4Q {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.verify-code_text-13-600__EQo1K {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.verify-code_text-13-400__AcMx6 {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.verify-code_text-12-500__lKWWW {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.verify-code_text-12-600__oJvWZ {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.verify-code_text-12-400__afcmZ {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.verify-code_status-badge__S13L_ {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.verify-code_status-badge__S13L_.verify-code_paused___AnLI {
  background-color: #ff8b3d;
  color: #fff !important;
}
.verify-code_status-badge__S13L_.verify-code_created__SgXch,
.verify-code_status-badge__S13L_.verify-code_inactive__a1koT,
.verify-code_status-badge__S13L_.verify-code_pending__7Gl3R {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.verify-code_status-badge__S13L_.verify-code_active__UDYlF {
  background-color: #56bf56;
  color: #fff !important;
}
.verify-code_status-badge__S13L_.verify-code_error__GS7oL {
  background-color: #d0021b;
  color: #fff !important;
}
.verify-code_status-badge__S13L_.verify-code_progress__H61NW {
  background-color: #f5bf0c;
  color: #fff !important;
}
.verify-code_status-badge__S13L_.verify-code_draft__FdZTJ {
  background-color: #e6e6e6;
  color: #000 !important;
}
.verify-code_status-badge__S13L_.verify-code_sent__0LJsC {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.verify-code_status-badge__S13L_.verify-code_scheduled__H68oL {
  background-color: #feefcf;
  color: #795548;
}
.verify-code_status-badge__S13L_.verify-code_loading-badge__WuJUy {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.verify-code_status-badge__S13L_.verify-code_loading-badge__WuJUy .verify-code_text__Y2_5t {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.verify-code_status-badge__S13L_.verify-code_loading-badge__WuJUy .verify-code_slider__xFMWt {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: verify-code_moveSlideshow__YbNaq 3s linear infinite;
}
@keyframes verify-code_moveSlideshow__YbNaq {
  to {
    transform: translateX(200%);
  }
}
.verify-code_flex__usu4y {
  display: flex !important;
}
.verify-code_flex-space-between___8j2Y {
  justify-content: space-between;
}
.verify-code_flex-align-start__K5_nE {
  align-items: flex-start;
}
.verify-code_flex-align-center__rV7Uc {
  align-items: center;
}
.verify-code_flex-absolute-center__1vvLq {
  justify-content: center;
  align-items: center;
}
.verify-code_flex-container__ts46X {
  display: flex;
  flex-wrap: wrap;
}
.verify-code_flex-column__1NDu1 {
  flex-direction: column;
}
.verify-code_flex-justify-end__E5X7Y {
  justify-content: flex-end;
}
.verify-code_position-relative__Ipx7B {
  position: relative !important;
}
.verify-code_position-static__srsSr {
  position: static !important;
}
.verify-code_position-absolute__Wfy05 {
  position: absolute !important;
}
.verify-code_hr-grey__DVXaS {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.verify-code_input-border__HNcAf {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.verify-code_action-content-box__z2gZ0,
.verify-code_box-content___Q0SL,
.verify-code_box-content___Q0SL .verify-code_upload-data-input-with-icon__EmOmC,
.verify-code_default-border__78XCk {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.verify-code_bg-grey__xPNnP {
  background-color: #f9f9f9 !important;
}
.verify-code_bg-white__psRFV {
  background-color: #fff !important;
}
.verify-code_pos-relative__Ej4M3 {
  position: relative !important;
}
.verify-code_text-light__ASIm7 {
  color: #757c80 !important;
}
.verify-code_text-red__egpRs {
  color: #d0021b !important;
}
.verify-code_text-green___42eD {
  color: #56bf56 !important;
}
.verify-code_text-blue__3CcnF {
  color: #31a7e7;
}
.verify-code_text-sec-blue__2_lJc {
  color: #1b02b1 !important;
}
.verify-code_notification-dot__qtCtP {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.verify-code_title-with-action-on-left__GynZD {
  display: flex;
  justify-content: space-between;
}
.verify-code_error__GS7oL {
  color: #d0021b;
}
.verify-code_error-border__qGsUH {
  border: 1px solid #d0021b !important;
}
.verify-code_rotate__bWthU {
  animation: verify-code_rotation__nuwX0 2s linear infinite;
}
@keyframes verify-code_rotation__nuwX0 {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.verify-code_switch__4pHmo {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.verify-code_switch__4pHmo .verify-code_btn-toggle__1nPS4 {
  opacity: 0;
  width: 0;
  height: 0;
}
.verify-code_switch__4pHmo .verify-code_slider__xFMWt {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.verify-code_switch__4pHmo .verify-code_slider__xFMWt:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.verify-code_switch__4pHmo .verify-code_slider__xFMWt:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.verify-code_switch__4pHmo .verify-code_btn-toggle__1nPS4.verify-code_enabled__Xnt2J + .verify-code_slider__xFMWt {
  background-color: #ffc926;
  border: none;
}
.verify-code_switch__4pHmo .verify-code_btn-toggle__1nPS4:focus + .verify-code_slider__xFMWt {
  box-shadow: 0 0 1px #2196f3;
}
.verify-code_switch__4pHmo .verify-code_btn-toggle__1nPS4.verify-code_enabled__Xnt2J + .verify-code_slider__xFMWt:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.verify-code_switch__4pHmo .verify-code_btn-toggle__1nPS4.verify-code_enabled__Xnt2J + .verify-code_slider__xFMWt:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#verify-code_appleid-signin__QkKxV {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#verify-code_appleid-signin__QkKxV > div {
  width: 200px !important;
  height: 38px !important;
}
.verify-code_page-header__XNr8M {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.verify-code_page-header__XNr8M.verify-code_clear-side__opS_b {
  padding: 40px 0 32px;
}
.verify-code_page-spacing__PRyRE {
  padding: 0 40px;
}
.verify-code_page-header-title__Ti_fk {
  color: #17191a;
  margin: 0 0 8px;
}
.verify-code_header-bar__yERqw {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.verify-code_box-content___Q0SL {
  background-color: #fff;
  margin-bottom: 24px;
}
.verify-code_box-content___Q0SL .verify-code_header__jYNlm {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.verify-code_box-content___Q0SL .verify-code_header-l__vZzYg {
  padding: 24px 16px;
  margin: 0;
}
.verify-code_box-content___Q0SL .verify-code_content__MjqlD {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.verify-code_box-content___Q0SL .verify-code_content-header__bT6P9 {
  margin-bottom: 4px;
  margin-top: 0;
}
.verify-code_box-content___Q0SL .verify-code_table-content__2tTBC {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.verify-code_box-content___Q0SL .verify-code_help-text__dQ5Li {
  line-height: 20px;
}
.verify-code_box-content___Q0SL .verify-code_sub-text__Xz2l4 {
  color: #757c80;
}
.verify-code_box-content___Q0SL .verify-code_content-data-input__RT5TF {
  margin-top: 8px;
}
.verify-code_box-content___Q0SL .verify-code_data-entry-input__pRujc,
.verify-code_box-content___Q0SL .verify-code_upload-data-input-with-icon__EmOmC {
  margin-top: 8px;
  padding: 0 11px;
}
.verify-code_box-content___Q0SL .verify-code_upload-data-input-with-icon__EmOmC {
  cursor: pointer;
  background: #f9f9f9;
}
.verify-code_box-content___Q0SL .verify-code_upload-data-input-with-icon__EmOmC input {
  padding: 12px 2px;
}
.verify-code_box-content___Q0SL .verify-code_upload-data-input-with-icon__EmOmC input:disabled,
.verify-code_box-content___Q0SL .verify-code_upload-data-input-with-icon__EmOmC input:hover {
  cursor: pointer !important;
}
.verify-code_empty-state__tj8qq {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.verify-code_empty-state__tj8qq.verify-code_contact-list__ur4qi {
  width: 80%;
}
.verify-code_empty-state__tj8qq .verify-code_empty-title__dEGhs {
  font-size: 14px;
  font-weight: 500px;
}
.verify-code_empty-state-wrapper__Hn6nt {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.verify-code_empty-state-wrapper__Hn6nt h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.verify-code_empty-state-wrapper__Hn6nt div {
  color: #757c80;
  margin: 16px 0 12px;
}
.verify-code_empty-state-button__QUD9V {
  margin: 20px 10px;
}
.verify-code_handel-bar__3DoUu {
  fill: #b7bfc6;
  vertical-align: middle;
}
.verify-code_tag__AKTBS {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.verify-code_ant-color-picker-input__740do .verify-code_ant-input__DqEqy {
  height: 22px;
}
.verify-code_ant-color-picker-trigger__L4fe5 {
  width: 23px;
  height: 23px;
}
.verify-code_ant-color-picker-trigger__L4fe5 .verify-code_ant-color-picker-color-block__S8Dyy {
  width: 18px;
  height: 18px;
}
.verify-code_box-content___Q0SL .verify-code_content__MjqlD input,
.verify-code_box-content___Q0SL .verify-code_upload-data-input-with-icon__EmOmC input,
.verify-code_container__bPVmX .verify-code_content__MjqlD input.verify-code_phone-number-input__9XiPF,
.verify-code_container__bPVmX .verify-code_content__MjqlD textarea.verify-code_phone-number-input__9XiPF,
input input.verify-code_input-white__8i67J,
input textarea.verify-code_input-white__8i67J,
input.verify-code_input-grey__O_YmR,
textarea input.verify-code_input-white__8i67J,
textarea textarea.verify-code_input-white__8i67J,
textarea.verify-code_input-grey__O_YmR {
  background-color: #f9f9f9;
}
.verify-code_box-content___Q0SL .verify-code_content__MjqlD input:active,
.verify-code_box-content___Q0SL .verify-code_content__MjqlD input:focus,
.verify-code_box-content___Q0SL .verify-code_content__MjqlD input:hover,
.verify-code_box-content___Q0SL .verify-code_upload-data-input-with-icon__EmOmC input:active,
.verify-code_box-content___Q0SL .verify-code_upload-data-input-with-icon__EmOmC input:focus,
.verify-code_box-content___Q0SL .verify-code_upload-data-input-with-icon__EmOmC input:hover,
.verify-code_container__bPVmX .verify-code_content__MjqlD input.verify-code_phone-number-input__9XiPF:active,
.verify-code_container__bPVmX .verify-code_content__MjqlD input.verify-code_phone-number-input__9XiPF:focus,
.verify-code_container__bPVmX .verify-code_content__MjqlD input.verify-code_phone-number-input__9XiPF:hover,
.verify-code_container__bPVmX .verify-code_content__MjqlD textarea.verify-code_phone-number-input__9XiPF:active,
.verify-code_container__bPVmX .verify-code_content__MjqlD textarea.verify-code_phone-number-input__9XiPF:focus,
.verify-code_container__bPVmX .verify-code_content__MjqlD textarea.verify-code_phone-number-input__9XiPF:hover,
input input.verify-code_input-white__8i67J:active,
input input.verify-code_input-white__8i67J:focus,
input input.verify-code_input-white__8i67J:hover,
input textarea.verify-code_input-white__8i67J:active,
input textarea.verify-code_input-white__8i67J:focus,
input textarea.verify-code_input-white__8i67J:hover,
input.verify-code_input-grey__O_YmR:active,
input.verify-code_input-grey__O_YmR:focus,
input.verify-code_input-grey__O_YmR:hover,
textarea input.verify-code_input-white__8i67J:active,
textarea input.verify-code_input-white__8i67J:focus,
textarea input.verify-code_input-white__8i67J:hover,
textarea textarea.verify-code_input-white__8i67J:active,
textarea textarea.verify-code_input-white__8i67J:focus,
textarea textarea.verify-code_input-white__8i67J:hover,
textarea.verify-code_input-grey__O_YmR:active,
textarea.verify-code_input-grey__O_YmR:focus,
textarea.verify-code_input-grey__O_YmR:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.verify-code_input-white__8i67J:active,
input.verify-code_input-white__8i67J:focus,
input.verify-code_input-white__8i67J:hover,
span.verify-code_input-white__8i67J:active,
span.verify-code_input-white__8i67J:focus,
span.verify-code_input-white__8i67J:hover,
textarea.verify-code_input-white__8i67J:active,
textarea.verify-code_input-white__8i67J:focus,
textarea.verify-code_input-white__8i67J:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.verify-code_image-uploader-flex__yRiPa .verify-code_ant-upload-select__WoLTd {
  display: flex;
}
.verify-code_image-uploader-flex__yRiPa .verify-code_ant-upload-select__WoLTd .verify-code_ant-upload__O4Md9 {
  flex: 1 1;
}
.verify-code_modal-footer-wrapper__c_0RK {
  display: flex;
  justify-content: center;
}
.verify-code_app-modal__jX9Zn .verify-code_small__0lvk1 {
  width: 350px;
}
.verify-code_toast__Czpea.verify-code_negative__mycXN .verify-code_ant-message-notice-content__loUPx {
  background-color: #d0021b;
}
.verify-code_toast__Czpea.verify-code_positive__JZaIq .verify-code_ant-message-notice-content__loUPx {
  background-color: #56bf56;
}
.verify-code_toast__Czpea.verify-code_loading__ibkLw .verify-code_ant-message-notice-content__loUPx .verify-code_toast-wrapper__wHc4c .verify-code_contents__dfreB,
.verify-code_toast__Czpea.verify-code_loading__ibkLw .verify-code_ant-message-notice-content__loUPx .verify-code_toast-wrapper__wHc4c .verify-code_contents__dfreB .verify-code_title__9qt2C {
  color: #000 !important;
}
.verify-code_toast__Czpea.verify-code_loading__ibkLw .verify-code_ant-message-loading__4566e .verify-code_anticon-loading__Q1AeE {
  font-size: 1.5rem;
}
.verify-code_toast__Czpea .verify-code_ant-message-notice-content__loUPx {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.verify-code_toast__Czpea .verify-code_ant-message-notice-content__loUPx .verify-code_toast-wrapper__wHc4c {
  position: relative;
  display: flex;
  align-items: center;
}
.verify-code_toast__Czpea .verify-code_ant-message-notice-content__loUPx .verify-code_toast-wrapper__wHc4c .verify-code_contents__dfreB {
  position: relative;
  padding-left: 16px;
}
.verify-code_toast__Czpea .verify-code_ant-message-notice-content__loUPx .verify-code_toast-wrapper__wHc4c .verify-code_contents__dfreB .verify-code_title__9qt2C {
  color: #fff !important;
}
.verify-code_toast__Czpea .verify-code_ant-message-notice-content__loUPx .verify-code_toast-wrapper__wHc4c .verify-code_contents__dfreB p {
  margin: 0;
}
.verify-code_toast__Czpea .verify-code_ant-message-notice-content__loUPx .verify-code_toast-wrapper__wHc4c .verify-code_contents__dfreB p a,
.verify-code_toast__Czpea .verify-code_ant-message-notice-content__loUPx .verify-code_toast-wrapper__wHc4c .verify-code_contents__dfreB p button {
  color: #fff;
  text-decoration: underline;
}
.verify-code_toast__Czpea .verify-code_ant-message-notice-content__loUPx .verify-code_icon__F3Dmi {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.verify-code_toast__Czpea .verify-code_ant-message-notice-content__loUPx .verify-code_icon__F3Dmi.verify-code_positive__JZaIq {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.verify-code_toast__Czpea .verify-code_ant-message-notice-content__loUPx .verify-code_icon__F3Dmi.verify-code_positive__JZaIq:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.verify-code_toast__Czpea .verify-code_ant-message-notice-content__loUPx .verify-code_icon__F3Dmi.verify-code_negative__mycXN {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.verify-code_toast__Czpea .verify-code_ant-message-notice-content__loUPx .verify-code_icon__F3Dmi.verify-code_negative__mycXN:before {
  top: 10px;
}
.verify-code_action-content-box__z2gZ0 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.verify-code_action-content-box__z2gZ0.verify-code_numbered__Oytf8 .verify-code_sub-content__U04ME p {
  margin-left: 18px;
}
.verify-code_action-content-box__z2gZ0 .verify-code_sub-content__U04ME {
  padding: 26px 26px 20px;
}
.verify-code_action-content-box__z2gZ0 .verify-code_sub-content__U04ME.verify-code_right__trLfu {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.verify-code_action-content-box__z2gZ0 .verify-code_sub-content__U04ME.verify-code_right__trLfu button {
  margin: 0 20px;
}
.verify-code_action-content-box__z2gZ0 .verify-code_sub-content__U04ME h4,
.verify-code_action-content-box__z2gZ0 .verify-code_sub-content__U04ME p.verify-code_bold__Lndmx {
  margin: 0;
}
.verify-code_action-content-box__z2gZ0 .verify-code_sub-content__U04ME h4 span,
.verify-code_action-content-box__z2gZ0 .verify-code_sub-content__U04ME p.verify-code_bold__Lndmx span {
  width: 18px;
  display: inline-block;
}
.verify-code_action-content-box__z2gZ0 .verify-code_sub-content__U04ME p {
  margin: 6px 0 0;
}
.verify-code_action-content-box__z2gZ0 .verify-code_remove__mgD7g {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.verify-code_options-dot__zdxRA {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.verify-code_options-dot__zdxRA.verify-code_boxed__OPo3J {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.verify-code_options-dot__zdxRA.verify-code_active__UDYlF,
.verify-code_options-dot__zdxRA:focus-visible,
.verify-code_options-dot__zdxRA:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.verify-code_clickable__OAT3s {
  cursor: pointer;
}
.verify-code_beta-label__YeFGB {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.verify-code_none-style-list-options__K_NcV {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.verify-code_none-style-list-options__K_NcV li {
  margin: 5px 0;
}
.verify-code_ant-tour__h5UXw {
  width: 400px;
}
.verify-code_ant-collapse__Hr0mm > .verify-code_ant-collapse-item__BpylK > .verify-code_ant-collapse-header-collapsible-only__gO1kP > .verify-code_ant-collapse-header-text__n3veB {
  flex: auto;
}
.verify-code_onboarding-tour-header__fkO8k {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.verify-code_onboarding-tour-description__rIX8B {
  color: #17191a;
  font-size: 16px;
}
.verify-code_tour-hidden-button__v_UKl {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.verify-code_ai-onboarding-tour-header__5pieG {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.verify-code_onboarding-step-ai-tour__ZXKff {
  width: 350px;
}
.verify-code_onboarding-step-ai-tour__ZXKff .verify-code_onboarding-step-ai-tour-inner__Qvb_7 .verify-code_onboarding-step-ai-tour-description__PfUmJ {
  padding: 0 20px;
}
.verify-code_onboarding-step-ai-tour__ZXKff .verify-code_onboarding-step-ai-tour-inner__Qvb_7 .verify-code_onboarding-step-ai-tour-footer__MGy91 {
  padding: 0 20px 20px;
}
.verify-code_onboarding-step-ai-tour__ZXKff .verify-code_onboarding-step-ai-tour-inner__Qvb_7 .verify-code_onboarding-step-ai-tour-header__kEiTm {
  padding: 20px 20px 4px;
}
.verify-code_onboarding-step-ai-tour__ZXKff .verify-code_onboarding-step-ai-tour-inner__Qvb_7 .verify-code_onboarding-step-ai-tour-indicators__huK7h {
  display: flex;
  width: 100%;
}
.verify-code_onboarding-step-ai-tour__ZXKff .verify-code_onboarding-step-ai-tour-inner__Qvb_7 .verify-code_onboarding-step-ai-tour-buttons__x9mCF {
  width: 0;
  visibility: hidden;
}
.verify-code_onboarding-step-ai-tour-mask__eU1q8 mask[id^='onboarding-step-ai-tour-mask'] rect.verify-code_onboarding-step-ai-tour-placeholder-animated__HHeVa {
  rx: 8px;
}
.verify-code_onboarding-step-ai-tour-round-mask__A8xr6 mask[id^='onboarding-step-ai-tour-round-mask'] rect.verify-code_onboarding-step-ai-tour-round-placeholder-animated__btfU3 {
  rx: 25px;
}
.verify-code_onboarding-step-tour__CxvFm {
  width: 400px;
}
.verify-code_onboarding-step-tour__CxvFm.verify-code_content-hidden__aKih7 {
  display: none !important;
}
.verify-code_onboarding-step-tour__CxvFm.verify-code_extended-width__0WL1x {
  width: 600px;
}
.verify-code_onboarding-step-tour-mask__DpYuY mask[id^='onboarding-step-tour-mask'] rect.verify-code_onboarding-step-tour-placeholder-animated__2ugw2 {
  rx: 8px;
}
.verify-code_onboarding-step-one-tour__4xQ0G {
  width: 400px;
}
.verify-code_onboarding-step-one-tour__4xQ0G.verify-code_content-hidden__aKih7 {
  display: none !important;
}
.verify-code_onboarding-step-one-tour__4xQ0G.verify-code_extended-width__0WL1x {
  width: 600px;
}
.verify-code_onboarding-step-one-tour-mask__9_7qQ mask[id^='onboarding-step-one-tour-mask'] rect.verify-code_onboarding-step-one-tour-placeholder-animated__Igyd4 {
  rx: 25px;
}
.verify-code_support-unread-tour__Nifun {
  width: 272px;
}
.verify-code_support-unread-tour__Nifun .verify-code_support-unread-tour-inner__C59E7 .verify-code_support-unread-tour-header__foaWT {
  padding: 8px 16px 4px;
}
.verify-code_support-unread-tour__Nifun .verify-code_support-unread-tour-inner__C59E7 .verify-code_support-unread-tour-footer__RrqlI {
  padding: 0 16px 16px;
}
.verify-code_support-unread-tour__Nifun .verify-code_support-unread-tour-inner__C59E7 .verify-code_support-unread-tour-close__c5eSN {
  top: 10px;
}
.verify-code_preserve-scroll-position__o_SMF {
  overflow-anchor: none;
}
.verify-code_toolbar-wrapper__vyM6T {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.verify-code_toolbar-wrapper__vyM6T .verify-code_anticon__PFgXy {
  padding: 12px;
  cursor: pointer;
}
.verify-code_toolbar-wrapper__vyM6T .verify-code_anticon__PFgXy:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.verify-code_toolbar-wrapper__vyM6T .verify-code_anticon__PFgXy:hover {
  opacity: 0.3;
}
.verify-code_ant-carousel__8u389 .verify-code_slick-dots__ZIlrK li.verify-code_slick-active__ssqAJ button {
  background-color: #8158ec;
}
.verify-code_ant-carousel__8u389 .verify-code_slick-dots__ZIlrK li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.verify-code_ant-modal-root__f08N0 .verify-code_ant-modal-mask__Vm2qT,
.verify-code_ant-modal-root__f08N0 .verify-code_ant-modal-wrap__Ec3Rw {
  z-index: 1001;
}
.verify-code_focused__SVzlU {
  background-color: #f5f5f5;
}
.verify-code_spinner-overlay__Li95Z,
.verify-code_spinner__6oPb7 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.verify-code_spinner-overlay__Li95Z {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.verify-code_spinner__6oPb7 {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.verify-code_large-tag__lsIrS {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.verify-code_email-pill__PXe44,
.verify-code_phone-pill__p762Z {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.verify-code_email-pill__PXe44:not(:empty),
.verify-code_phone-pill__p762Z:not(:empty) {
  padding: 4px;
}
.verify-code_phone-pill__p762Z {
  background-color: #e0f2fb;
}
.verify-code_email-pill__PXe44 {
  background-color: #ffefbe;
}
.verify-code_input-box__pCJvy {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.verify-code_input-box__pCJvy.verify-code_bordered__l_20s {
  border: 1px solid #e6e6e6;
}
.verify-code_input-box__pCJvy.verify-code_large__d63ik {
  height: auto;
  min-height: 80px;
}
.verify-code_input-box__pCJvy:focus {
  border-color: #ffc926;
}
.verify-code_container__bPVmX {
  max-width: 660px;
  width: 100%;
  max-height: 435px;
  height: 100%;
  z-index: 650;
}
.verify-code_container__bPVmX #verify-code input {
  background: #f9f9f9;
}
.verify-code_container__bPVmX.verify-code_verify-existing__tllcl {
  box-shadow: none;
  max-height: 806px;
}
.verify-code_container__bPVmX.verify-code_verify-existing__tllcl .verify-code_content__MjqlD h2 {
  margin-top: 0;
}
.verify-code_container__bPVmX.verify-code_verify-existing__tllcl .verify-code_content__MjqlD .verify-code_code-input__hxyKJ.verify-code_phone-code__lIZ_Q {
  margin: 50px 0 70px;
  width: 350px;
}
.verify-code_container__bPVmX .ant-modal-content {
  border-radius: 30px !important;
  border: 2px solid #000;
}
.verify-code_container__bPVmX .ant-modal-content .ant-modal-footer button {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.verify-code_container__bPVmX button.verify-code_btn-submit__prcSk {
  min-width: 120px;
  width: 350px;
  height: 40px;
}
.verify-code_container__bPVmX button.verify-code_btn-cancel__vJEWK {
  height: 40px;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 30px 15px 8px;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD .verify-code_phone-number-input__9XiPF {
  margin: 16px 0 0;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD .verify-code_phone-number__p3pjX {
  font-size: 32px;
  font-weight: 800;
  width: 350px;
  padding: 0 16px;
  border-radius: 8px;
  color: #1b02b1;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD.verify-code_verify-with-support__FcTgg {
  text-align: center;
  margin: 0;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD.verify-code_verify-with-support__FcTgg h3 {
  text-align: center;
  color: #17191a;
  margin: 30px 0;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD.verify-code_verify-with-support__FcTgg h4 {
  text-align: center;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD.verify-code_verify-with-support__FcTgg a {
  color: #8158ec;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD.verify-code_form-resend-code__HDAs9 .verify-code_bottom__7OvIv {
  text-align: right;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD#verify-code_resend-code__wzaXG h2 {
  margin-bottom: 25px;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD#verify-code_resend-code__wzaXG h3 {
  margin-bottom: 70px;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD#verify-code_resend-code__wzaXG .verify-code_code-input__hxyKJ {
  margin-bottom: 150px;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD.verify-code_form-phone-grant__o_mXU h3 {
  margin-bottom: 24px;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD.verify-code_form-phone-grant__o_mXU .verify-code_phone__iCaFX {
  line-height: 50px;
  font-size: 32px;
  font-weight: 800;
  margin: 0;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD.verify-code_form-phone-grant__o_mXU .verify-code_wrap-link__HrQsx button {
  text-decoration: none;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD.verify-code_form-phone-grant__o_mXU .verify-code_bottom__7OvIv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD.verify-code_form-phone-grant__o_mXU .verify-code_phone-number-block__D0qa5 {
  width: 350px;
  background-color: #f8f3ee;
  padding: 16px;
  border-radius: 8px;
  color: #1b02b1;
  margin: auto;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD.verify-code_form-change-area-code__nWwD4 h2 {
  margin-bottom: 30px;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD.verify-code_form-change-area-code__nWwD4 .verify-code_code-input__hxyKJ {
  padding: 36px 0;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD.verify-code_form-change-area-code__nWwD4 .verify-code_code-input__hxyKJ input {
  width: 80px;
  border: 0;
  border-bottom: 2px solid #e6e6e6;
  border-radius: 0;
  font-size: 30px;
  color: #555;
  font-weight: 300;
  height: 60px;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD.verify-code_form-change-area-code__nWwD4 .verify-code_bottom__7OvIv {
  text-align: right;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD h2 {
  color: #17191a;
  margin: 0 0 16px;
  text-align: center;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD h3 {
  color: #17191a;
  margin: 8px 0;
  text-align: center;
  line-height: 19px;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD p {
  color: #17191a;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD p span {
  font-weight: 500;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD button.verify-code_btn-submit__prcSk {
  font-size: 16px;
  font-weight: 700;
  min-width: 120px;
  height: 40px;
  padding: 6px 30px;
  margin: 24px auto 12px;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD .verify-code_code-bot__0Osyi {
  margin-top: 20px;
  display: block;
}
.verify-code_container__bPVmX .verify-code_content__MjqlD .verify-code_code-bot__0Osyi p {
  color: #17191a;
}
.verify-code_container__bPVmX .ant-modal-footer .verify-code_bottom__7OvIv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 25px;
}
.verify-code_container__bPVmX .ant-modal-footer .verify-code_info-box__kp0e3 a {
  color: #8158ec;
  text-decoration: underline;
}
.broadcasts_new_container__sluFO.broadcasts_new_template-details__mZgaZ .broadcasts_new_header__SS1HH .broadcasts_new_title__Kr5A6 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.broadcasts_new_header__SS1HH .broadcasts_new_title__Kr5A6 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.broadcasts_new_content-container__ixXKF .broadcasts_new_label__L0hj7 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.broadcasts_new_button-box__NJfpX,
.broadcasts_new_collapsed-summary__Cpa_D .broadcasts_new_collapsed-field__oBUGp,
.broadcasts_new_collapsed-summary__Cpa_D .broadcasts_new_collapsed-field__oBUGp b,
.broadcasts_new_collapsed-summary__Cpa_D .broadcasts_new_collapsed-field__oBUGp strong,
.broadcasts_new_content-container__ixXKF .broadcasts_new_content-radio-option__WuZdx .broadcasts_new_description__YnLZN b,
.broadcasts_new_field-row__mMyuO .broadcasts_new_field-label__gkHNg,
.broadcasts_new_field-row__mMyuO .broadcasts_new_field-tag__gQNB9 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.broadcasts_new_content-container__ixXKF .broadcasts_new_description__YnLZN {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.broadcasts_new_field-row__mMyuO.broadcasts_new_compact__dW_an .broadcasts_new_field-label__gkHNg {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.broadcasts_new_mini-square__HgRFI {
  width: 20px;
  height: 20px;
}
.broadcasts_new_container__sluFO {
  background-color: #f9f9f9;
  min-width: 100%;
  overflow-y: scroll;
  padding: 57px 0 75px;
}
.broadcasts_new_container__sluFO.broadcasts_new_template-details__mZgaZ {
  padding: 40px;
}
.broadcasts_new_container__sluFO.broadcasts_new_template-details__mZgaZ .broadcasts_new_header__SS1HH {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 15px;
  width: calc(100% - 100px);
  max-width: 1354px;
  margin: 0 auto;
  position: static;
  background-color: transparent;
  border: none;
}
.broadcasts_new_container__sluFO.broadcasts_new_template-details__mZgaZ .broadcasts_new_header__SS1HH.broadcasts_new_rich-text-version__DROlB {
  max-width: 910px;
}
.broadcasts_new_container__sluFO.broadcasts_new_template-details__mZgaZ .broadcasts_new_header__SS1HH .broadcasts_new_title__Kr5A6 {
  text-align: left;
}
.broadcasts_new_container__sluFO.broadcasts_new_template-details__mZgaZ .broadcasts_new_content__9F7UK.broadcasts_new_borderless__8Qwn_ {
  max-width: 1354px;
  margin: 20px auto;
}
.broadcasts_new_container__sluFO.broadcasts_new_template-details__mZgaZ .broadcasts_new_content__9F7UK.broadcasts_new_borderless__8Qwn_.broadcasts_new_rich-text-version__DROlB {
  max-width: 910px;
}
.broadcasts_new_container__sluFO.broadcasts_new_template-details__mZgaZ .broadcasts_new_content-container__ixXKF {
  width: 748px;
  margin: 0 auto;
}
.broadcasts_new_container__sluFO.broadcasts_new_template-details__mZgaZ .broadcasts_new_content-container__ixXKF.broadcasts_new_large__plJjN {
  width: 100%;
  max-width: 1354px;
}
.broadcasts_new_container__sluFO.broadcasts_new_template-details__mZgaZ .broadcasts_new_content-container__ixXKF.broadcasts_new_large__plJjN.broadcasts_new_rich-text-version__DROlB {
  width: 910px;
}
.broadcasts_new_header__SS1HH {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background-color: #fff;
  padding: 1rem 2.5rem;
  border-bottom: 1px solid #e6e6e6;
  position: fixed;
  top: 0;
  left: 60px;
  width: calc(100% - 60px);
  z-index: 10;
}
@media (min-width: 992px) {
  .broadcasts_new_header__SS1HH {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }
}
.broadcasts_new_header__SS1HH .broadcasts_new_title__Kr5A6 {
  color: #17191a;
  grid-column: 1;
  justify-self: start;
  min-width: 0;
}
.broadcasts_new_header__SS1HH .broadcasts_new_broadcast-steps__Yu30D {
  grid-column: 2;
}
@media (min-width: 992px) {
  .broadcasts_new_header__SS1HH .broadcasts_new_broadcast-steps__Yu30D {
    min-width: 450px;
  }
}
.broadcasts_new_box__KS__7 {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  position: relative;
  padding: 16px;
  margin-bottom: 8px;
  width: 100%;
}
.broadcasts_new_box__KS__7.broadcasts_new_no-top-border__4No3m {
  border-top: none;
  border-radius: 0 0 4px 4px;
  padding-top: 0;
}
.broadcasts_new_box__KS__7.broadcasts_new_selected__5Twsw {
  background-color: #fffbee;
}
.broadcasts_new_box__KS__7.broadcasts_new_settings__JIb_p {
  background-color: #f9f9f9;
}
.broadcasts_new_box__KS__7.broadcasts_new_settings__JIb_p:before {
  content: '';
  background-color: #ffc926;
  position: absolute;
  width: 7px;
  height: 100%;
  left: 0;
  top: 0;
}
.broadcasts_new_content-container__ixXKF {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  position: relative;
  margin: 20px;
}
.broadcasts_new_content-container__ixXKF .broadcasts_new_content__9F7UK {
  padding: 24px;
}
.broadcasts_new_content-container__ixXKF.broadcasts_new_borderless__8Qwn_ {
  border: none;
  background-color: transparent;
}
.broadcasts_new_content-container__ixXKF.broadcasts_new_no-margin__eaWEh {
  margin: 0;
}
.broadcasts_new_content-container__ixXKF .broadcasts_new_label__L0hj7 {
  color: #17191a;
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.broadcasts_new_content-container__ixXKF .broadcasts_new_label__L0hj7.broadcasts_new_inline__1DWwS {
  width: auto;
}
.broadcasts_new_content-container__ixXKF .broadcasts_new_content-radio-group__j1kdc {
  width: 100%;
  display: flex;
  gap: 1rem;
}
.broadcasts_new_content-container__ixXKF .broadcasts_new_content-radio-option__WuZdx {
  border: 1px solid #e6e6e6;
  padding: 10px 16px 11px;
  border-radius: 4px;
  flex: 1 1;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}
.broadcasts_new_content-container__ixXKF .broadcasts_new_content-radio-option__WuZdx.ant-radio-wrapper-checked {
  background-color: #fffbee !important;
}
.broadcasts_new_content-container__ixXKF .broadcasts_new_content-radio-option__WuZdx .broadcasts_new_description__YnLZN {
  padding-left: 8px;
}
.broadcasts_new_content-container__ixXKF .broadcasts_new_content-radio-option__WuZdx .broadcasts_new_description__YnLZN b {
  color: #17191a;
  display: block;
}
.broadcasts_new_content-container__ixXKF .broadcasts_new_content-radio-option__WuZdx .broadcasts_new_description__YnLZN p {
  margin: 0;
}
.broadcasts_new_content-container__ixXKF .broadcasts_new_description__YnLZN {
  color: #757c80;
}
.broadcasts_new_action-row__idcbr {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e6e6e6;
  padding: 16px 40px;
}
.broadcasts_new_action-row__idcbr.broadcasts_new_bordered__8Ewi2 {
  border: 1px solid #e6e6e6;
  border-top: none;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
}
.broadcasts_new_action-row__idcbr.broadcasts_new_docked-full-width__igxSL {
  width: calc(100% - 60px);
  border-top: 1px solid #e6e6e6;
  background-color: #fff;
  position: fixed;
  left: 60px;
  bottom: 0;
  z-index: 10;
}
.broadcasts_new_button-box__NJfpX {
  padding-top: 20px;
}
.broadcasts_new_button-box__NJfpX .broadcasts_new_icon__fTPoJ {
  display: block;
  font-size: 30px;
  margin: 0 auto 8px;
}
.broadcasts_new_content-container__ixXKF.broadcasts_new_review-mode__kNhMi .broadcasts_new_settings-container__EQNl8 .broadcasts_new_email-card__P_sNx {
  border-radius: 8px;
}
.broadcasts_new_content-container__ixXKF.broadcasts_new_review-mode__kNhMi
  .broadcasts_new_settings-container__EQNl8
  .broadcasts_new_email-card__P_sNx
  .broadcasts_new_field-row__mMyuO:first-child
  .broadcasts_new_field-label__gkHNg {
  border-top-left-radius: 8px;
}
.broadcasts_new_broadcast-content-wrapper___gXOv {
  min-height: calc(100vh - 154px);
  height: auto;
  display: flex;
  flex-direction: column;
}
.broadcasts_new_bordered-content__XAfLC {
  border: 1px solid #e6e6e6;
  border-radius: 0 4px 0 0;
  padding: 16px;
  background-color: #f5f5f5;
  min-width: 722px;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.broadcasts_new_bordered-content__XAfLC.broadcasts_new_review__CJ9DS {
  background-color: #fff;
}
.broadcasts_new_bordered-gray-content__Xs6dx {
  height: calc(100vh - 180px);
  flex: 1 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.broadcasts_new_settings-container__EQNl8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  background: #f9f9f9;
  border-radius: 8px;
}
.broadcasts_new_settings-container__EQNl8.broadcasts_new_is-review-mode__Lka_N {
  margin: 0 0 16px;
  background: #fff;
}
.broadcasts_new_settings-container__EQNl8.broadcasts_new_is-review-mode__Lka_N .broadcasts_new_field-input__xaaML,
.broadcasts_new_settings-container__EQNl8.broadcasts_new_is-review-mode__Lka_N .broadcasts_new_field-row__mMyuO {
  background: #f9f9f9;
}
.broadcasts_new_email-card__P_sNx {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.broadcasts_new_email-card__P_sNx.broadcasts_new_email-card-collapsed__uAW6c {
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}
.broadcasts_new_field-row__mMyuO {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: 48px;
  background: #fff;
  overflow: hidden;
}
.broadcasts_new_field-row__mMyuO:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.broadcasts_new_field-row__mMyuO:first-child {
  border-radius: 8px 8px 0 0;
}
.broadcasts_new_field-row__mMyuO:last-child {
  border-radius: 0 0 8px 8px;
}
.broadcasts_new_field-row__mMyuO:last-child .broadcasts_new_field-label__gkHNg {
  border-bottom-left-radius: 8px;
}
.broadcasts_new_field-row__mMyuO .broadcasts_new_field-label__gkHNg {
  color: #757c80;
  background-color: #f5f5f5;
  min-width: 160px;
  height: 100%;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-right: 1px solid #e6e6e6;
  text-transform: uppercase;
}
.broadcasts_new_field-row__mMyuO .broadcasts_new_field-tag__gQNB9 {
  padding: 8px;
  background-color: #e6e6e6;
  border: none;
}
.broadcasts_new_field-row__mMyuO .broadcasts_new_field-input__xaaML {
  width: 100%;
  border: none;
  padding: 0;
}
.broadcasts_new_field-row__mMyuO.broadcasts_new_compact__dW_an {
  height: 41px;
}
.broadcasts_new_replyToContainer__bfAGI {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1;
}
.broadcasts_new_replyToContainer__bfAGI .ant-checkbox-wrapper {
  margin-right: 8px;
}
.broadcasts_new_replyToContainer__bfAGI .broadcasts_new_inputWithSuffix__xO6N_ {
  flex: 1 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.broadcasts_new_replyToContainer__bfAGI .broadcasts_new_inputWithSuffix__xO6N_ .broadcasts_new_measureText__O6rPO {
  position: absolute;
  visibility: hidden;
  white-space: pre;
  font-size: 13px;
}
.broadcasts_new_replyToContainer__bfAGI .broadcasts_new_inputWithSuffix__xO6N_ .ant-input {
  border: none;
  padding: 0;
  max-width: 150px;
  width: auto;
  transition: width 0.1s ease;
}
.broadcasts_new_replyToContainer__bfAGI .broadcasts_new_inputWithSuffix__xO6N_ .ant-input:focus {
  box-shadow: none;
}
.broadcasts_new_replyToContainer__bfAGI .broadcasts_new_inputWithSuffix__xO6N_ .broadcasts_new_domainTag__fXiRo {
  color: #17191a;
  font-size: 13px;
  background-color: #f5f5f5;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #e6e6e6;
  flex-shrink: 0;
}
.broadcasts_new_replyToContainer__bfAGI .broadcasts_new_inputWithSuffix__xO6N_ .ant-input-affix-wrapper {
  padding: 0;
  border: none;
  max-width: 150px;
  width: auto;
}
.broadcasts_new_collapsed-summary__Cpa_D {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 1;
  overflow: hidden;
  cursor: pointer;
  height: 48px;
  padding: 14px 40px 14px 16px;
}
.broadcasts_new_collapsed-summary__Cpa_D .broadcasts_new_collapsed-field__oBUGp {
  color: #17191a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.broadcasts_new_collapsed-summary__Cpa_D .broadcasts_new_collapsed-field__oBUGp b,
.broadcasts_new_collapsed-summary__Cpa_D .broadcasts_new_collapsed-field__oBUGp strong {
  color: #757c80;
  margin-right: 4px;
  text-transform: uppercase;
}
.broadcasts_new_collapse-toggle-button__B0QT6 {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 16px;
  padding: 4px;
  cursor: pointer;
  z-index: 1;
}
.broadcasts_new_collapse-toggle-button__B0QT6 .ant-btn-icon {
  color: #17191a;
}
.broadcasts_new_collapse-toggle-button__B0QT6:not(:disabled):not(.broadcasts_new_ant-btn-disabled__E2aPr):hover {
  background-color: #f0f0f0;
}
.broadcasts_new_footer-options-wrapper__q0PGx {
  margin-left: 24px;
}
.broadcasts_new_content-flex-container__HNtN6,
.broadcasts_new_content-flex-container__HNtN6 .builder-wrapper,
.broadcasts_new_content-flex-container__HNtN6 .builder-wrapper > :not(.broadcasts_new_action-row__idcbr) {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.broadcasts_new_content-flex-container__HNtN6 .builder-wrapper .broadcasts_new_action-row__idcbr {
  flex-shrink: 0;
}
.broadcasts_new_email-composer-container__KWF_B {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  padding-top: 16px;
}
.broadcasts_new_email-composer-container__KWF_B .email-composer,
.broadcasts_new_email-composer-container__KWF_B .email-composer-root,
.broadcasts_new_email-composer-container__KWF_B .email-composer-wrapper,
.broadcasts_new_email-composer-container__KWF_B > * {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.broadcasts_new_email-composer-container__KWF_B.broadcasts_new_review-mode__kNhMi {
  padding-top: 0;
}
.broadcasts_new_option-dropdown-main__9dSSr button {
  background-color: #ffc926;
  padding: 19px;
  border: none;
}
.broadcasts_new_option-dropdown-main__9dSSr button:last-child {
  border-left: 1px solid #f0f0f0;
}
.broadcasts_new_option-dropdown-main__9dSSr button:active,
.broadcasts_new_option-dropdown-main__9dSSr button:focus,
.broadcasts_new_option-dropdown-main__9dSSr button:hover {
  color: #000 !important;
  background-color: #f5bf0c !important;
}
.chat-room_snooze-modal-header__Fu3GW {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_message-textarea__eyAtc,
.chat-room_message-option__P4z9l {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.chat-room_clock-list__lCO3E ul li a,
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_compose-link__OQ9vY .chat-room_btn-action__NYBXy,
.chat-room_footer__nOMvq .chat-room_position-bubble-right__2SikX .chat-room_typing-indicator-bubble___Z01h,
.chat-room_retool-search-button__da_QU .chat-room_retool-text__G8DxT {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.chat-room_assignee__krx3j,
.chat-room_clock-list__lCO3E h3 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.chat-room_email-presence-bar__VJn8_,
.chat-room_footer__nOMvq #chat-room_typing-indicator__X_IWT,
.chat-room_footer__nOMvq .chat-room_memo-composer__o0QQr.chat-room_compose-box__SwEPZ .chat-room_close__tCB89,
.chat-room_footer__nOMvq .chat-room_memo-composer__o0QQr.chat-room_compose-box__SwEPZ .chat-room_label__qQl0m,
.chat-room_gray-text__ZlCQK,
.chat-room_presence-bar__9MS_5 {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.chat-room_mini-square__nXLIr {
  width: 20px;
  height: 20px;
}
.is-chat-widget .chat-room_container__evKV0 {
  left: 0;
  min-width: auto;
}
.is-chat-widget .chat-room_header-bar__ug6Hc {
  min-width: 350px;
}
.is-chat-widget .chat-room_header-bar__ug6Hc .chat-room_title-wrapper__GniRx {
  max-width: 50%;
}
.is-chat-widget .chat-room_header-bar__ug6Hc .chat-room_title-wrapper__GniRx .title {
  max-width: 100%;
}
.is-chat-widget .chat-room_header-bar__ug6Hc .chat-room_options-dot__vUXKh {
  position: absolute;
  right: 0;
}
.is-chat-widget.contact-details-visible .chat-room_container__evKV0 {
  display: none;
}
.chat-room_support-chat-container__bGHVS {
  height: calc(100vh - 150px);
  width: 100%;
  max-width: 900px;
}
.chat-room_support-chat-container__bGHVS .chat-room_container__evKV0 {
  left: 0;
}
.chat-room_container__evKV0 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 330px;
  min-width: 390px;
}
@media (max-width: 1280px) {
  .chat-room_container__evKV0 {
    left: 260px;
  }
}
.chat-room_container__evKV0.contact-details-open {
  transition: all 0.33s;
  right: 300px;
}
@media screen and (max-width: 1279px) {
  .chat-room_container__evKV0.contact-details-open {
    right: 260px;
  }
}
.chat-room_chat-room__Ir5F5 {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.chat-room_chat-room__Ir5F5 .chat-room_footer__nOMvq,
.chat-room_chat-room__Ir5F5 .chat-room_header-bar__ug6Hc {
  flex: 0 0 auto;
  background-color: #333;
  color: #fff;
}
.chat-room_chat-room__Ir5F5 .chat-room_message-list-container__GTyQZ {
  flex: 1 1 auto;
  background-color: #f0f0f0;
  padding: 20px;
}
.chat-room_options-dot__vUXKh {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.chat-room_options-dot__vUXKh:hover {
  border-radius: 18px;
  background-color: #f5f5f5;
}
.chat-room_header-bar__ug6Hc {
  background-color: #fff;
  overflow: auto;
}
.chat-room_header-bar__ug6Hc .chat-room_title-wrapper__GniRx {
  flex-grow: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-room_header-bar__ug6Hc .title {
  max-width: 350px;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chat-room_header-bar__ug6Hc .title .chat-room_user-id__p1tt8 {
  margin: 0;
  display: inline;
}
.chat-room_clock__pL24H {
  background: url(/_next/static/media/clock-grey.a4873d02.svg) transparent no-repeat 50%/18px;
}
.chat-room_clock__pL24H:hover {
  background: url(/_next/static/media/clock-black.37160448.svg) red no-repeat 50%/18px;
}
.chat-room_icon-header__iGqs2 {
  cursor: pointer;
  height: 36px;
  border: none;
  width: 36px;
  min-width: 36px;
  border-radius: 18px;
}
.chat-room_icon-header__iGqs2 .chat-room_tooltip__brJ4K {
  top: 40px;
}
.chat-room_icon-header__iGqs2.chat-room_clock__pL24H {
  background: url(/_next/static/media/clock-grey.a4873d02.svg) transparent no-repeat 50%/50%;
}
.chat-room_icon-header__iGqs2.chat-room_clock__pL24H:hover {
  background: url(/_next/static/media/clock-black.37160448.svg) #f5f5f5 no-repeat 50%/50%;
}
.chat-room_icon-header__iGqs2.chat-room_clock__pL24H.chat-room_active__CkH2F {
  background: url(/_next/static/media/clock-black.37160448.svg) transparent no-repeat 50%/50%;
}
.chat-room_icon-header__iGqs2.chat-room_unread__2HCGI {
  background: url(/_next/static/media/unread-grey.a22ca7de.svg) transparent no-repeat 50%/50%;
}
.chat-room_icon-header__iGqs2.chat-room_unread__2HCGI:hover {
  background: url(/_next/static/media/unread-black.221f175f.svg) #f5f5f5 no-repeat 50%/50%;
}
.chat-room_icon-header__iGqs2.chat-room_unread__2HCGI.chat-room_active__CkH2F {
  background: url(/_next/static/media/unread-filled-black.3a7c6578.svg) transparent no-repeat 50%/50%;
}
.chat-room_icon-header__iGqs2.chat-room_unread__2HCGI.chat-room_disabled__LxUhR {
  cursor: default;
}
.chat-room_icon-header__iGqs2.chat-room_icon-move-to-inbox__V_LVr {
  background: url(/_next/static/media/unarchive-grey.a5638bbd.svg) transparent no-repeat 50%/50%;
}
.chat-room_icon-header__iGqs2.chat-room_icon-move-to-inbox__V_LVr:hover {
  background: url(/_next/static/media/unarchive-black.6a86194d.svg) #f5f5f5 no-repeat 50%/50%;
}
.chat-room_icon-header__iGqs2.chat-room_icon-move-to-inbox__V_LVr.chat-room_active__CkH2F {
  background: url(/_next/static/media/unarchive-filled-black.25109066.svg) transparent no-repeat 50%/50%;
}
.chat-room_icon-header__iGqs2.chat-room_icon-move-to-inbox__V_LVr.chat-room_disabled__LxUhR {
  cursor: default;
}
.chat-room_icon-header__iGqs2.chat-room_icon-archive__fK1IR {
  background: url(/_next/static/media/archive-grey.b852318d.svg) transparent no-repeat 50%/50%;
}
.chat-room_icon-header__iGqs2.chat-room_icon-archive__fK1IR:hover {
  background: url(/_next/static/media/archive-black.36262ff4.svg) #f5f5f5 no-repeat 50%/50%;
}
.chat-room_icon-header__iGqs2.chat-room_icon-archive__fK1IR.chat-room_active__CkH2F {
  background: url(/_next/static/media/archive-filled-black.c4da3eda.svg) transparent no-repeat 50%/50%;
}
.chat-room_icon-header__iGqs2.chat-room_icon-archive__fK1IR.chat-room_disabled__LxUhR {
  cursor: default;
}
.chat-room_icon-information__1fjV2 {
  width: 14px;
  height: 14px;
  margin: 5px;
  border: none;
  background: url(/icons/information-icon-2x.svg) no-repeat 50% / contain;
}
.chat-room_icon-edit__xsD9f {
  width: 14px;
  height: 14px;
  margin: 5px;
  border: none;
  background: url(/icons/edit-black.svg) no-repeat 50% / contain;
}
.chat-room_options__xkPzM {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
#chat-room_assignee-list__m4uhL,
#chat-room_chat-options__2tv16 {
  top: 44px;
}
#chat-room_chat-options__2tv16 {
  right: 0;
}
#chat-room_assignee-list__m4uhL {
  left: 16px;
  max-height: 450px;
}
.chat-room_assignee__krx3j {
  padding: 0 10px 0 4px;
  background-position: calc(100% + 8px);
}
.chat-room_snooze-schedule-modal-wrapper___lVhW {
  padding-top: 20px;
}
.chat-room_snooze-modal-header__Fu3GW {
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
  margin: -40px -40px 0;
}
.chat-room_clock-list__lCO3E {
  background-color: #fff;
  padding: 0;
  width: auto;
  position: absolute;
  top: 44px;
  right: 25px;
}
.chat-room_clock-list__lCO3E h3 {
  background-color: #f9f9f9;
  border-bottom: 1px solid #d3d3d3;
  border-radius: 4px 4px 0 0;
  margin: 0;
  padding: 15px 25px 10px;
}
.chat-room_clock-list__lCO3E ul {
  list-style: none;
  padding: 0;
}
.chat-room_clock-list__lCO3E ul li a {
  position: relative;
  padding: 10px 25px;
  display: block;
  color: #17191a;
  cursor: pointer;
}
.chat-room_clock-list__lCO3E ul li a.chat-room_remove__z2mTx {
  padding-bottom: 5px;
  border-top: 1px solid #e6e6e6;
}
.chat-room_email-presence-bar__VJn8_,
.chat-room_presence-bar__9MS_5 {
  background-color: #fff;
  text-align: center;
  position: absolute;
  top: 57px;
  right: 0;
  bottom: auto;
  left: 0;
  height: 35px;
  z-index: 10;
}
.chat-room_email-presence-bar__VJn8_ .chat-room_inner__q2wiI,
.chat-room_presence-bar__9MS_5 .chat-room_inner__q2wiI {
  background-color: hsla(0, 0%, 84%, 0.24);
  line-height: 35px;
}
.chat-room_email-presence-bar__VJn8_ {
  top: 103px;
}
.chat-room_sub-header__SQ402 {
  max-width: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #fff;
  font-size: 17px;
  font-weight: 800;
  text-align: left;
  padding: 12px 10px;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.16);
  color: #17191a;
  top: 57px;
  position: absolute;
  width: 100%;
}
.chat-room_message-list___fVux {
  position: absolute;
  height: auto;
  top: 57px;
  right: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  padding-bottom: 12px;
  display: flex;
  flex-direction: column-reverse;
}
.chat-room_message-list___fVux.chat-room_presence-on__gk5_A {
  top: 92px;
}
.chat-room_message-list___fVux.chat-room_message-list-email__6kI9F {
  top: 103px;
}
.chat-room_message-list___fVux.chat-room_presence-on-email__xhdUN {
  top: 135px;
}
.chat-room_footer__nOMvq {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f9f9f9;
}
.chat-room_footer__nOMvq .chat-room_position-bubble-right__2SikX {
  position: absolute;
  width: 200px;
  right: -44px;
  bottom: 5px;
}
.chat-room_footer__nOMvq .chat-room_position-bubble-right__2SikX.chat-room_human-typing__5RJ4r {
  bottom: 24px;
}
.chat-room_footer__nOMvq .chat-room_position-bubble-right__2SikX .chat-room_typing-indicator-bubble___Z01h {
  display: flex;
  gap: 5px;
  background-color: #f0ebfe;
  color: #5f4ec8;
  padding: 6px 10px;
  border-radius: 555em;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: flex-end;
}
.chat-room_footer__nOMvq #chat-room_typing-indicator__X_IWT {
  color: #515151;
  border-radius: 2px;
  z-index: 100;
  position: absolute;
  height: 15px;
  top: -2px;
  right: 18px;
  text-align: right;
  padding: 0 4px;
  font-style: italic;
}
.chat-room_footer__nOMvq #chat-room_typing-indicator__X_IWT.chat-room_email__2KbCE {
  top: -15px;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 80px;
  padding: 8px 0;
  box-sizing: border-box;
  border-top: 1px solid #e6e6e6;
  background-color: #f8f8f8;
  z-index: 1;
  flex-flow: column nowrap;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_overlay__UDAgS {
  opacity: 0.5;
  background: #fff;
  z-index: 4;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_media-row__P2Kte {
  margin: 0 8px;
  overflow-x: auto;
  white-space: nowrap;
  height: auto;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_media-row__P2Kte .chat-room_wrapper-img__mkccO {
  float: none;
  cursor: pointer;
  margin: 8px 4px 10px;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_message-scheduler__rsN_s {
  right: 21px;
  bottom: 60px;
  z-index: 100;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_message-scheduler__rsN_s #chat-room_form-date-time__TP__M:before {
  right: 12px;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_re-invite-message__0Jy9p {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f8f8f8;
  text-align: center;
  line-height: 80px;
  z-index: 3;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_compose-message-wrapper__lX1nu {
  margin: 0 8px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #fff;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_compose-message-wrapper__lX1nu.chat-room_is-focused__B6IVg {
  z-index: 100;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_compose-message-wrapper__lX1nu .chat-room_file-attach___lU6D {
  border-radius: 5px 5px 0 0;
  margin-bottom: -5px;
  padding: 2.5px 10px;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_message-textarea__eyAtc {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px 10px 0;
  margin-bottom: 40px;
  box-sizing: border-box;
  min-height: 40px;
  max-height: 190px;
  overflow-y: auto !important;
  border: 0;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_disabled__LxUhR {
  pointer-events: none;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ #chat-room_survey-message__uokHd {
  top: 0;
  left: 10px;
  display: inline-block;
  margin: 8px 6px 0 0;
  padding: 6px 30px 6px 6px;
  border: 0;
  border-radius: 4px;
  position: absolute;
  background: #e4e6e7;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ #chat-room_survey-message__uokHd .chat-room_remove-x__KKw3z {
  position: absolute;
  top: 6px;
  right: auto;
  bottom: auto;
  left: calc(100% - 20px);
  width: 17px;
  height: 17px;
  background: url(/icons/close-grey.svg) no-repeat;
  background-size: 12px 12px;
  background-position: 50%;
  color: transparent;
  cursor: pointer;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_wdt-emoji-picker__c4DxZ {
  left: 5px;
  bottom: 5px;
  height: 28px;
  width: 28px;
  background-size: 66% 66%;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_wdt-emoji-picker__c4DxZ:hover {
  border-radius: 14px;
  background-color: #f5f5f5;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_count-area__QRlZW {
  position: absolute;
  right: 134px;
  bottom: 10px;
  z-index: 200;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_compose-options__Bp5id {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 1px;
  left: 0;
  height: 40px;
  width: 180px;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_compose-options__Bp5id .chat-room_paper-clip__ToDG5:hover,
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_compose-options__Bp5id a:hover {
  border-radius: 14px !important;
  background-color: #f5f5f5 !important;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_compose-options__Bp5id .chat-room_paper-clip__ToDG5,
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_compose-options__Bp5id a {
  position: absolute;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_compose-options__Bp5id .chat-room_paper-clip__ToDG5 {
  width: 28px;
  height: 28px;
  left: 42px;
  top: 7px;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_compose-options__Bp5id .chat-room_paper-clip__ToDG5 input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  cursor: pointer;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_compose-options__Bp5id .chat-room_paper-clip__ToDG5 span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 60% 60%;
  cursor: pointer;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_compose-options__Bp5id #chat-room_add-file-options___gPKf {
  right: -14px;
  bottom: 40px;
  left: auto;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_compose-options__Bp5id .chat-room_ico-template__D7w6k {
  width: 28px;
  height: 28px;
  left: 80px;
  top: 8px;
  padding: 5px;
  background-size: 66% 66%;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_compose-options__Bp5id .chat-room_option-survey__jWrs5 {
  width: 28px;
  height: 28px;
  left: 184px;
  top: 9px;
  background-size: 66% 66% !important;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_compose-options__Bp5id .chat-room_option-gbm-survey__QBdh6 {
  width: 28px;
  height: 28px;
  left: 184px;
  top: 8px;
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: 50%;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_compose-options__Bp5id .chat-room_selectable-list__Sk8_t {
  position: absolute;
  right: -68px;
  bottom: 40px;
  z-index: 1;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_compose-options__Bp5id .chat-room_option-custom__l0n_n {
  top: 8px;
  left: 115px;
  background-size: 60% 60% !important;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_compose-options__Bp5id .chat-room_option-memo__8BXlH {
  top: 9px;
  left: 150px;
  background-size: 55% 55% !important;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_compose-options__Bp5id .chat-room_option-custom__l0n_n,
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_compose-options__Bp5id .chat-room_option-memo__8BXlH {
  color: transparent;
  font-size: 17px;
  width: 28px;
  height: 28px;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_compose-link__OQ9vY {
  width: 119px;
  height: 40px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 1px;
  left: auto;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_compose-link__OQ9vY .chat-room_btn-action__NYBXy {
  position: absolute;
  top: 6px;
  left: -4px;
  width: 84px;
  height: 28px;
  text-align: center;
  cursor: pointer;
  color: #17191a;
  border-radius: 4px 0 0 4px;
  background: #ffc926;
  padding: 6px 9px;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_compose-link__OQ9vY .chat-room_btn-action__NYBXy.chat-room_disabled__LxUhR {
  background: #f0f0f0;
  color: #a3a3a3;
  cursor: default;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_compose-link__OQ9vY .chat-room_btn-action__NYBXy#chat-room_btn-save__4G3AU {
  width: 115px;
  border-radius: 4px;
}
.chat-room_footer__nOMvq .chat-room_compose-box__SwEPZ .chat-room_compose-link__OQ9vY .chat-room_btn-send-later__N_8tR {
  position: absolute;
  top: 6px;
  left: calc(69px + 10px + 2px);
  width: 28px;
  height: 28px;
}
.chat-room_footer__nOMvq .chat-room_memo-composer__o0QQr.chat-room_compose-box__SwEPZ {
  background-color: #ffc926;
}
.chat-room_footer__nOMvq .chat-room_memo-composer__o0QQr.chat-room_compose-box__SwEPZ .chat-room_label__qQl0m {
  margin-left: 18px;
  padding: 3px 0 10px;
  color: #222;
}
.chat-room_footer__nOMvq .chat-room_memo-composer__o0QQr.chat-room_compose-box__SwEPZ .chat-room_selected-person__UlQrl {
  color: #3694df;
}
.chat-room_footer__nOMvq .chat-room_memo-composer__o0QQr.chat-room_compose-box__SwEPZ .chat-room_compose-message-wrapper__lX1nu {
  border: 1px solid #ffc926;
}
.chat-room_footer__nOMvq .chat-room_memo-composer__o0QQr.chat-room_compose-box__SwEPZ .chat-room_message-textarea__eyAtc {
  padding-top: 8px;
  padding-bottom: 8px;
  outline: 0;
}
.chat-room_footer__nOMvq .chat-room_memo-composer__o0QQr.chat-room_compose-box__SwEPZ .chat-room_wdt-emoji-picker__c4DxZ {
  right: 92px;
}
.chat-room_footer__nOMvq .chat-room_memo-composer__o0QQr.chat-room_compose-box__SwEPZ .chat-room_compose-link__OQ9vY {
  width: 89px;
}
.chat-room_footer__nOMvq .chat-room_memo-composer__o0QQr.chat-room_compose-box__SwEPZ .chat-room_compose-link__OQ9vY .chat-room_btn-action__NYBXy {
  border-radius: 4px;
  top: 7px;
}
.chat-room_footer__nOMvq .chat-room_memo-composer__o0QQr.chat-room_compose-box__SwEPZ .chat-room_count-area__QRlZW {
  bottom: 8px;
  right: 100px;
}
.chat-room_footer__nOMvq .chat-room_memo-composer__o0QQr.chat-room_compose-box__SwEPZ .chat-room_close__tCB89 {
  color: #17191a;
  position: absolute;
  top: 11px;
  right: 18px;
  z-index: 2;
  cursor: pointer;
  height: 20px;
}
.chat-room_footer__nOMvq #chat-room_message-scheduled__l4FEr {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  border-top: 1px solid #e6e6e6;
  padding: 6px 0 6px 20px;
  margin: 0;
}
.chat-room_gray-text__ZlCQK {
  color: gray;
  margin-bottom: 10px;
}
.chat-room_message-option__P4z9l {
  height: 50px;
  display: flex;
  align-items: center;
}
.chat-room_message-option__P4z9l .chat-room_message-checkbox__KLq39 {
  margin: 0 6px 0 0;
}
.chat-room_no-messages__cu2By {
  background: #fff;
}
.chat-room_no-messages-content__O5iOc {
  height: 100%;
  display: flex;
  justify-content: center;
  color: #757c80;
  flex-direction: column;
  max-width: 300px;
  text-align: center;
  margin: auto;
}
.chat-room_retool-search-button__da_QU {
  cursor: pointer;
  height: 36px;
  border: none;
  width: auto;
  min-width: 80px;
  padding: 0 12px;
  border-radius: 18px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-right: 10px;
  transition: background-color 0.2s ease;
}
.chat-room_retool-search-button__da_QU:hover {
  background-color: #f5f5f5;
}
.chat-room_retool-search-button__da_QU .chat-room_retool-text__G8DxT {
  color: #666;
  transition: color 0.2s ease;
}
.chat-room_retool-search-button__da_QU .chat-room_retool-icon__TVJjJ {
  width: 14px;
  height: 14px;
  background: url(/icons/search-grey.svg) no-repeat 50% / contain;
  transition: all 0.2s ease;
}
.chat-room_retool-search-button__da_QU:hover .chat-room_retool-text__G8DxT {
  color: #333;
}
.chat-room_retool-search-button__da_QU:hover .chat-room_retool-icon__TVJjJ {
  background-image: url(/icons/search-black.svg);
}
.chat-composer_icon__RPRCe {
  padding: 4px;
}
.chat-composer_icon-wrapper__I_Kub {
  padding: 4px;
  color: #454a4d;
}
.chat-composer_icon-wrapper-absolute__d_Lnz {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.chat-composer_icon-wrapper-absolute__d_Lnz .chat-composer_icon__RPRCe {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.chat-composer_icon-sms__CBWdq {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.chat-composer_icon-email__24dNI {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.chat-composer_icon-mixed__YmIXy {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.chat-composer_icon-picker-wrapper__WJ9zZ {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.chat-composer_icon-picker-wrapper__WJ9zZ:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.chat-composer_icon-picker-wrapper__WJ9zZ:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .chat-composer_icon-picker-wrapper__WJ9zZ {
    margin-right: 5px;
  }
}
.chat-composer_icon-checkmark-white__QGenb {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.chat-composer_icon-x-white__nsMXZ {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.chat-composer_icon-help__CMFR5 {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.chat-composer_icon-help__CMFR5:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.chat-composer_container__5KZi5 select,
.chat-composer_ico-arrow-down__RRQpP {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.chat-composer_container__5KZi5 select.chat-composer_ant-dropdown-trigger__gzJDu,
.chat-composer_ico-arrow-down__RRQpP.chat-composer_ant-dropdown-trigger__gzJDu {
  padding-right: 24px;
  cursor: pointer;
}
.chat-composer_container__5KZi5 select.chat-composer_ant-dropdown-trigger__gzJDu:disabled,
.chat-composer_container__5KZi5 select.chat-composer_ant-dropdown-trigger__gzJDu[disabled],
.chat-composer_ico-arrow-down__RRQpP.chat-composer_ant-dropdown-trigger__gzJDu:disabled,
.chat-composer_ico-arrow-down__RRQpP.chat-composer_ant-dropdown-trigger__gzJDu[disabled] {
  cursor: default;
  background: transparent;
}
.chat-composer_ico-arrow-gray__fAL5e {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.chat-composer_ico-arrow-gray__fAL5e.chat-composer_down__eJEZp {
  transform: rotate(90deg);
}
.chat-composer_ico-arrow-gray__fAL5e.chat-composer_up___vltQ {
  transform: rotate(-90deg);
}
.chat-composer_ico-arrow-gray__fAL5e.chat-composer_right__7PUZF {
  transform: rotate(180deg);
}
.chat-composer_ico-arrow-gray__fAL5e.chat-composer_ant-dropdown-trigger__gzJDu {
  padding-right: 24px;
  cursor: pointer;
}
.chat-composer_ico-arrow-gray__fAL5e.chat-composer_ant-dropdown-trigger__gzJDu:disabled,
.chat-composer_ico-arrow-gray__fAL5e.chat-composer_ant-dropdown-trigger__gzJDu[disabled] {
  cursor: default;
  background: transparent;
}
.chat-composer_icon-error-triangle__KozPI {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.chat-composer_ico-compose__mWv_f {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.chat-composer_ico-compose-white__7CzF6 {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.chat-composer_icon-google-play__IWywm {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.chat-composer_icon-app-store__ao6gF {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.chat-composer_icon-social-fb__e9KM9 {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.chat-composer_icon-social-tw__KLO1Y {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.chat-composer_icon-disclosure__awQ4_ {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.chat-composer_icon-16__NoGlo {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.chat-composer_icon-18__0vAFa {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.chat-composer_icon-gray5__kmvJM {
  color: #999 !important;
}
.chat-composer_ico-arrow-black__Hr0NV {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.chat-composer_ico-arrow-black__Hr0NV.chat-composer_down__eJEZp {
  transform: rotate(90deg);
}
.chat-composer_ico-arrow-black__Hr0NV.chat-composer_up___vltQ {
  transform: rotate(-90deg);
}
.chat-composer_ico-arrow-black__Hr0NV.chat-composer_right__7PUZF {
  transform: rotate(180deg);
}
.chat-composer_icon-copy__TDlaz {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.chat-composer_icon-copy__TDlaz:hover {
  background-image: url(/icons/copy-black.svg);
}
.chat-composer_icon-msg-white__M1Bpw {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.chat-composer_icon-email-white__8x2Mc {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.chat-composer_icon-black-bg__M83eF {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.chat-composer_icon-black-bg__M83eF > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.chat-composer_icon-inbox-black-filled__xg7iw {
  background-image: url(/icons/inbox-black.svg);
}
.chat-composer_icon-contacts__KaE_q {
  background-image: url(/icons/sidebar/contacts.svg);
}
.chat-composer_page-header-title__BJZjG {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.chat-composer_action-content-box__kBuoU .chat-composer_sub-content__oxpLH h4,
.chat-composer_empty-state-wrapper__dVkY3 h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.chat-composer_box-content__qlNXU .chat-composer_header-l____px_,
.chat-composer_box-content__qlNXU .chat-composer_header__ahl9v,
.chat-composer_toast__bwGUO .chat-composer_ant-message-notice-content__eqvFC .chat-composer_toast-wrapper__SIgwA .chat-composer_contents__VwEfH .chat-composer_title__M6ZdB {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.chat-composer_opted-out-text__DMasj {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.chat-composer_action-content-box__kBuoU .chat-composer_sub-content__oxpLH p.chat-composer_bold__PrP6a,
.chat-composer_empty-state-wrapper__dVkY3 h2 a,
.chat-composer_header-bar__hGz3R .chat-composer_title__M6ZdB {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.chat-composer_box-content__qlNXU .chat-composer_content-header__q_a1t {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.chat-composer_action-content-box__kBuoU .chat-composer_sub-content__oxpLH p,
.chat-composer_compose-wrapper__JhJFg .chat-composer_compose-textarea___Tr7O,
.chat-composer_empty-state-wrapper__dVkY3 div,
.chat-composer_toast__bwGUO .chat-composer_ant-message-notice-content__eqvFC .chat-composer_toast-wrapper__SIgwA .chat-composer_contents__VwEfH p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.chat-composer_blue-button__eQZSj,
.chat-composer_box-content__qlNXU .chat-composer_content__kZgAY input,
.chat-composer_box-content__qlNXU .chat-composer_upload-data-input-with-icon__UZUCK input,
.chat-composer_button-with-bg-color__gSK_T,
.chat-composer_cancel-button__Jv5ay,
.chat-composer_green-button__KJHHL,
.chat-composer_input-box__iK7Ml,
.chat-composer_input-grey__bL691,
.chat-composer_orange-button__sr497,
.chat-composer_positive-button___IQnC,
.chat-composer_purple-button__yDNDu,
.chat-composer_white-button-blue-text__xbYUr,
.chat-composer_white-button__FZ39e,
button.chat-composer_icon-button__U_Lt8,
button.chat-composer_text-only__Z8eEX,
input .chat-composer_input-white__q8_0X,
textarea .chat-composer_input-white__q8_0X {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.chat-composer_chat-room-footer-wrapper__rY6R6 .chat-composer_suggested-reply-button__5gg_h span,
.chat-composer_large-tag__q8JVa,
button.chat-composer_show-more__42iHJ,
button.chat-composer_text-only__Z8eEX,
span.chat-composer_text-only__Z8eEX button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.chat-composer_tag__EsK7S {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.chat-composer_beta-label__UN4AJ,
.chat-composer_error-text-link__zpp_S,
.chat-composer_error-text__LF4jt,
.chat-composer_error__Un_P_ {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.chat-composer_mini-square__7PaO0 {
  width: 20px;
  height: 20px;
}
.chat-composer_help-text__kT2vg {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.chat-composer_error-text__LF4jt {
  color: #d0021b;
  flex-grow: 1;
}
.chat-composer_error-text-link__zpp_S {
  color: #d0021b;
  text-decoration: underline;
}
.chat-composer_descriptive-text__YYOvQ {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.chat-composer_visually-hidden__8BsD0 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.chat-composer_visually-hidden__8BsD0.chat-composer_focusable__2g6W6:active,
.chat-composer_visually-hidden__8BsD0.chat-composer_focusable__2g6W6:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.chat-composer_visually-offscreen__dm6ON {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.chat-composer_invisible__01n0j {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.chat-composer_hidden__i0VRT {
  display: none !important;
  visibility: hidden;
}
.chat-composer_strong__drkIK {
  font-weight: 700;
}
.chat-composer_align-right__e4wVU {
  text-align: right;
}
.chat-composer_align-left__qEyhj {
  text-align: left;
}
.chat-composer_centered__xzrV1 {
  text-align: center;
}
.chat-composer_timestamp__dLQxn {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.chat-composer_display-block__f7d41 {
  display: block !important;
}
.chat-composer_inline-block__ffm_H {
  display: inline-block !important;
}
.chat-composer_hm-app-body__ZEheP button.chat-composer_ant-switch__CIAVe[disabled],
.chat-composer_hm-app-body__ZEheP button.chat-composer_ant-switch__CIAVe[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.chat-composer_blue-button__eQZSj,
.chat-composer_button-with-bg-color__gSK_T,
.chat-composer_cancel-button__Jv5ay,
.chat-composer_green-button__KJHHL,
.chat-composer_orange-button__sr497,
.chat-composer_positive-button___IQnC,
.chat-composer_purple-button__yDNDu,
.chat-composer_white-button-blue-text__xbYUr,
.chat-composer_white-button__FZ39e,
button.chat-composer_icon-button__U_Lt8,
button.chat-composer_text-only__Z8eEX {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.chat-composer_text-only__Z8eEX,
span.chat-composer_text-only__Z8eEX button {
  color: #31a7e7;
  padding: 0;
}
button.chat-composer_text-only__Z8eEX[disabled],
button.chat-composer_text-only__Z8eEX[disabled]:active,
button.chat-composer_text-only__Z8eEX[disabled]:focus,
button.chat-composer_text-only__Z8eEX[disabled]:hover,
span.chat-composer_text-only__Z8eEX button[disabled],
span.chat-composer_text-only__Z8eEX button[disabled]:active,
span.chat-composer_text-only__Z8eEX button[disabled]:focus,
span.chat-composer_text-only__Z8eEX button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.chat-composer_text-only__Z8eEX.chat-composer_red-text__3KU_S,
button.chat-composer_text-only__Z8eEX.chat-composer_red-text__3KU_S:active,
button.chat-composer_text-only__Z8eEX.chat-composer_red-text__3KU_S:focus,
button.chat-composer_text-only__Z8eEX.chat-composer_red-text__3KU_S:hover,
span.chat-composer_text-only__Z8eEX button.chat-composer_red-text__3KU_S,
span.chat-composer_text-only__Z8eEX button.chat-composer_red-text__3KU_S:active,
span.chat-composer_text-only__Z8eEX button.chat-composer_red-text__3KU_S:focus,
span.chat-composer_text-only__Z8eEX button.chat-composer_red-text__3KU_S:hover {
  color: #d0021b;
}
button.chat-composer_text-only__Z8eEX.chat-composer_gray-text__GSl75,
span.chat-composer_text-only__Z8eEX button.chat-composer_gray-text__GSl75 {
  color: #999;
}
button.chat-composer_text-only__Z8eEX.chat-composer_gray-text__GSl75:active,
button.chat-composer_text-only__Z8eEX.chat-composer_gray-text__GSl75:focus,
button.chat-composer_text-only__Z8eEX.chat-composer_gray-text__GSl75:hover,
span.chat-composer_text-only__Z8eEX button.chat-composer_gray-text__GSl75:active,
span.chat-composer_text-only__Z8eEX button.chat-composer_gray-text__GSl75:focus,
span.chat-composer_text-only__Z8eEX button.chat-composer_gray-text__GSl75:hover {
  color: #999 !important;
}
button.chat-composer_text-only__Z8eEX.chat-composer_black-text__w8swQ,
span.chat-composer_text-only__Z8eEX button.chat-composer_black-text__w8swQ {
  color: #17191a;
}
button.chat-composer_text-only__Z8eEX.chat-composer_black-text__w8swQ:active,
button.chat-composer_text-only__Z8eEX.chat-composer_black-text__w8swQ:focus,
button.chat-composer_text-only__Z8eEX.chat-composer_black-text__w8swQ:hover,
span.chat-composer_text-only__Z8eEX button.chat-composer_black-text__w8swQ:active,
span.chat-composer_text-only__Z8eEX button.chat-composer_black-text__w8swQ:focus,
span.chat-composer_text-only__Z8eEX button.chat-composer_black-text__w8swQ:hover {
  color: #8158ec;
}
button.chat-composer_text-only__Z8eEX.chat-composer_purple-text__O_JFp,
button.chat-composer_text-only__Z8eEX.chat-composer_purple-text__O_JFp:active,
button.chat-composer_text-only__Z8eEX.chat-composer_purple-text__O_JFp:focus,
button.chat-composer_text-only__Z8eEX.chat-composer_purple-text__O_JFp:hover,
span.chat-composer_text-only__Z8eEX button.chat-composer_purple-text__O_JFp,
span.chat-composer_text-only__Z8eEX button.chat-composer_purple-text__O_JFp:active,
span.chat-composer_text-only__Z8eEX button.chat-composer_purple-text__O_JFp:focus,
span.chat-composer_text-only__Z8eEX button.chat-composer_purple-text__O_JFp:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.chat-composer_text-only__Z8eEX:active,
button.chat-composer_text-only__Z8eEX:focus,
button.chat-composer_text-only__Z8eEX:hover,
span.chat-composer_text-only__Z8eEX button:active,
span.chat-composer_text-only__Z8eEX button:focus,
span.chat-composer_text-only__Z8eEX button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.chat-composer_blue-button__eQZSj,
.chat-composer_button-with-bg-color__gSK_T,
.chat-composer_green-button__KJHHL,
.chat-composer_orange-button__sr497,
.chat-composer_positive-button___IQnC,
.chat-composer_white-button-blue-text__xbYUr,
.chat-composer_white-button__FZ39e {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.chat-composer_orange-button__sr497 {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.chat-composer_orange-button__sr497:active,
.chat-composer_orange-button__sr497:focus,
.chat-composer_orange-button__sr497:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.chat-composer_orange-button__sr497[disabled],
.chat-composer_orange-button__sr497[disabled]:active,
.chat-composer_orange-button__sr497[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.chat-composer_orange-button__sr497.chat-composer_drop-down__5YfK8 {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.chat-composer_scroll-loader__Bg0nD {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.chat-composer_green-button__KJHHL {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.chat-composer_green-button__KJHHL:active,
.chat-composer_green-button__KJHHL:focus,
.chat-composer_green-button__KJHHL:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.chat-composer_green-button__KJHHL[disabled],
.chat-composer_green-button__KJHHL[disabled]:active,
.chat-composer_green-button__KJHHL[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.chat-composer_positive-button___IQnC {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.chat-composer_positive-button___IQnC:active,
.chat-composer_positive-button___IQnC:focus,
.chat-composer_positive-button___IQnC:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.chat-composer_positive-button___IQnC[disabled] {
  background-color: #abe4b2;
}
.chat-composer_negative-button__CFwnA {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.chat-composer_negative-button__CFwnA:active,
.chat-composer_negative-button__CFwnA:focus,
.chat-composer_negative-button__CFwnA:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.chat-composer_plain-cancel-button__SRV5p,
.chat-composer_plain-cancel-button__SRV5p:active,
.chat-composer_plain-cancel-button__SRV5p:focus,
.chat-composer_plain-cancel-button__SRV5p:hover {
  color: #17191a;
}
.chat-composer_white-button-blue-text__xbYUr,
.chat-composer_white-button__FZ39e {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.chat-composer_white-button-blue-text__xbYUr:active,
.chat-composer_white-button-blue-text__xbYUr:focus,
.chat-composer_white-button-blue-text__xbYUr:hover,
.chat-composer_white-button__FZ39e:active,
.chat-composer_white-button__FZ39e:focus,
.chat-composer_white-button__FZ39e:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.chat-composer_white-button__FZ39e[disabled],
.chat-composer_white-button__FZ39e[disabled]:active,
.chat-composer_white-button__FZ39e[disabled]:focus,
.chat-composer_white-button__FZ39e[disabled]:hover,
[disabled].chat-composer_white-button-blue-text__xbYUr {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.chat-composer_common-sentiment-emoji__3ZJtc {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.chat-composer_white-button-blue-text__xbYUr {
  color: #31a7e7;
}
.chat-composer_white-button-blue-text__xbYUr:active,
.chat-composer_white-button-blue-text__xbYUr:focus,
.chat-composer_white-button-blue-text__xbYUr:hover {
  color: #31a7e7 !important;
}
.chat-composer_blue-button__eQZSj {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.chat-composer_blue-button__eQZSj,
.chat-composer_blue-button__eQZSj:active,
.chat-composer_blue-button__eQZSj:focus,
.chat-composer_blue-button__eQZSj:hover {
  background-color: #31a7e7;
  color: #fff;
}
.chat-composer_green-button__KJHHL {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.chat-composer_green-button__KJHHL,
.chat-composer_green-button__KJHHL:active,
.chat-composer_green-button__KJHHL:focus,
.chat-composer_green-button__KJHHL:hover {
  background-color: #56bf56;
  color: #fff;
}
.chat-composer_purple-button__yDNDu {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.chat-composer_purple-button__yDNDu:active,
.chat-composer_purple-button__yDNDu:focus,
.chat-composer_purple-button__yDNDu:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.chat-composer_dropdown-input__Z82wS {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.chat-composer_dropdown-input__Z82wS:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.chat-composer_hm-app-body__ZEheP input::placeholder {
  color: #a3a3a3;
}
.chat-composer_textarea-composer__NcHw5 {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.chat-composer_container__5KZi5 input,
.chat-composer_container__5KZi5 textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.chat-composer_input-for-copy__KMlcp {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.chat-composer_input-text-bordered__uGSur,
.chat-composer_input-text__38x1k,
.chat-composer_input-textarea__4MRge {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.chat-composer_input-text__38x1k {
  height: 50px;
}
.chat-composer_input-text-bordered__uGSur {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.chat-composer_xxl-input__Z5oaJ {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.chat-composer_xl-input__He_qg {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.chat-composer_l-input__AitSH {
  width: 100%;
  font-size: 1.1rem;
}
.chat-composer_box-content__qlNXU .chat-composer_content__kZgAY input,
.chat-composer_box-content__qlNXU .chat-composer_upload-data-input-with-icon__UZUCK input,
.chat-composer_input-grey__bL691,
input .chat-composer_input-white__q8_0X,
textarea .chat-composer_input-white__q8_0X {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.chat-composer_box-content__qlNXU .chat-composer_content__kZgAY input::placeholder,
.chat-composer_box-content__qlNXU .chat-composer_upload-data-input-with-icon__UZUCK input::placeholder,
.chat-composer_input-grey__bL691::placeholder,
input .chat-composer_input-white__q8_0X::placeholder,
textarea .chat-composer_input-white__q8_0X::placeholder {
  color: #999;
  opacity: 1;
}
input .chat-composer_input-white__q8_0X,
textarea .chat-composer_input-white__q8_0X {
  background-color: #fff;
}
.chat-composer_clearfix__z2Xsb:after {
  clear: both;
  content: '';
  display: block;
}
.chat-composer_hidden-important__LrAAD {
  display: none !important;
}
.chat-composer_p-left__ax_2B {
  float: left;
}
.chat-composer_p-right__Unl3n {
  float: right;
}
.chat-composer_image_orientation_3__xHA1B {
  tranform: rotate(180deg);
}
.chat-composer_image_orientation_6__N_8lb {
  tranform: rotate(90deg);
}
.chat-composer_image_orientation_8__NTj7x {
  tranform: rotate(-90deg);
}
.chat-composer_image_orientation_2__9vgIQ {
  tranform: scaleX(-1);
}
.chat-composer_image_orientation_7__Es0AL {
  tranform: scaleX(-1) rotate(-90deg);
}
.chat-composer_image_orientation_4__9xtpS {
  tranform: scaleX(-1) rotate(180deg);
}
.chat-composer_image_orientation_5__PAMrC {
  tranform: scaleX(-1) rotate(90deg);
}
.chat-composer_image_slideshow_orientation_3__zSYhH {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.chat-composer_image_slideshow_orientation_6__Z_7AD {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.chat-composer_image_slideshow_orientation_8__GrG_V {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.chat-composer_image_slideshow_orientation_2__seH73 {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.chat-composer_image_slideshow_orientation_7__UNYU9 {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.chat-composer_image_slideshow_orientation_4__IZZC1 {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.chat-composer_image_slideshow_orientation_5__oUIve {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.chat-composer_container__5KZi5 select::-ms-expand {
  display: none !important;
}
.chat-composer_container__5KZi5 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.chat-composer_count-area__tizW_ {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.chat-composer_clear-top__o61ST {
  padding-top: 0;
  margin-top: 0;
}
.chat-composer_remove-x-20__nIp68,
.chat-composer_remove-x__pYiYa {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.chat-composer_remove-x__pYiYa.chat-composer_white__Tpbcx,
.chat-composer_white__Tpbcx.chat-composer_remove-x-20__nIp68 {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.chat-composer_remove-x-20__nIp68 {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.chat-composer_divider__Gf6Z0 {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.chat-composer_mobile__VCYKe {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.chat-composer_blue__7EOM_ {
  color: #31a7e7 !important;
}
.chat-composer_white__Tpbcx {
  color: #fff !important;
}
.chat-composer_purple__Wdi1n {
  color: #8158ec !important;
}
.chat-composer_delete__Cj7Cr {
  color: #d0021b !important;
}
.chat-composer_dark-text__W0jcJ {
  color: #17191a !important;
}
.chat-composer_file-input__ERwt_ {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.chat-composer_image-download-wrapper__N4cth {
  position: fixed;
  top: 40px;
  right: 100px;
}
.chat-composer_overflow-y-auto__BVWco {
  overflow-y: auto;
}
.chat-composer_is-font-icon__TIXix:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.chat-composer_is-invisible__s127m {
  opacity: 0;
}
.chat-composer_tabbed-button__sGbF6 {
  padding: 0 7px 2px;
}
.chat-composer_tabbed-button__sGbF6.chat-composer_selected__SufCP {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.chat-composer_show-more__42iHJ {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.chat-composer_show-more__42iHJ:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.chat-composer_time-input__ylk6J {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.chat-composer_form-group__1rt6M.chat-composer_date-time__gqJBD {
  position: relative;
  top: -2px;
}
.chat-composer_form-group__1rt6M.chat-composer_date-time__gqJBD.chat-composer_time__pkdY8 {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.chat-composer_form-group__1rt6M.chat-composer_date-time__gqJBD.chat-composer_form-group-hour__cQ1Ci .chat-composer_colon__izRKR {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.chat-composer_form-group__1rt6M.chat-composer_date-time__gqJBD.chat-composer_form-group-hour__cQ1Ci input {
  text-align: center;
}
.chat-composer_form-group__1rt6M.chat-composer_date-time__gqJBD.chat-composer_form-group-day__zcYhL {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.chat-composer_form-group__1rt6M.chat-composer_date-time__gqJBD.chat-composer_form-group-minute__LdaNA {
  width: 42px;
}
.chat-composer_form-group__1rt6M.chat-composer_date-time__gqJBD.chat-composer_form-group-clock__sinzJ {
  width: 54px;
}
.chat-composer_attach-img__6ffIN {
  position: relative;
  width: 25px;
  height: 25px;
}
.chat-composer_attach-img__6ffIN input#chat-composer_add-image__oUuKi {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.chat-composer_attach-img__6ffIN span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.chat-composer_m-0__UDrd3 {
  margin: 0 !important;
}
.chat-composer_ml-auto___VTyv {
  margin-left: auto;
}
.chat-composer_mr-auto__27iP8 {
  margin-right: auto;
}
.chat-composer_mx-auto__2Y_Eh {
  margin-left: auto;
  margin-right: auto;
}
.chat-composer_mx-16__o1CSZ {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.chat-composer_my-16__oVtK6 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.chat-composer_mr-0__8U__i {
  margin-right: 0 !important;
}
.chat-composer_mr-4__elyTC {
  margin-right: 4px !important;
}
.chat-composer_mr-8__yDzQv {
  margin-right: 8px !important;
}
.chat-composer_mr-12__nOL0s {
  margin-right: 12px !important;
}
.chat-composer_mr-16__u4een {
  margin-right: 16px !important;
}
.chat-composer_ml-0__PbWyz {
  margin-left: 0 !important;
}
.chat-composer_ml-4__6U1u8 {
  margin-left: 4px !important;
}
.chat-composer_ml-8__jnNlh {
  margin-left: 8px !important;
}
.chat-composer_ml-12__IV4AX {
  margin-left: 12px !important;
}
.chat-composer_ml-16__AF8Bq {
  margin-left: 16px !important;
}
.chat-composer_mt-0__EDfCm {
  margin-top: 0 !important;
}
.chat-composer_mt-4__LSVFV {
  margin-top: 4px !important;
}
.chat-composer_mt-8__5bKOC {
  margin-top: 8px !important;
}
.chat-composer_mt-16__EO9Zd {
  margin-top: 16px !important;
}
.chat-composer_mt-24__71TSJ {
  margin-top: 24px !important;
}
.chat-composer_mt-48__Hcku7 {
  margin-top: 48px !important;
}
.chat-composer_mb-0__GeBwh {
  margin-bottom: 0 !important;
}
.chat-composer_mb-4__o_w4u {
  margin-bottom: 4px !important;
}
.chat-composer_mb-8__TgbC4 {
  margin-bottom: 8px !important;
}
.chat-composer_mb-12__jEY1a {
  margin-bottom: 12px !important;
}
.chat-composer_mb-16__BDoIB {
  margin-bottom: 16px !important;
}
.chat-composer_mb-24__yix7E {
  margin-bottom: 24px !important;
}
.chat-composer_mb-64__rpbtV {
  margin-bottom: 64px !important;
}
.chat-composer_p-0__7JT1n {
  padding: 0 !important;
}
.chat-composer_p-16__aGGFb {
  padding: 16px;
}
.chat-composer_p-40__UtDm9 {
  padding: 40px;
}
.chat-composer_px-0__jHizc {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.chat-composer_px-4__vmBx9 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.chat-composer_px-8__UUjWX {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.chat-composer_px-32__sO64l {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.chat-composer_px-40__xe7L2 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.chat-composer_pt-40__OTS74 {
  padding-top: 40px;
}
.chat-composer_pt-24__oHQ_i {
  padding-top: 24px;
}
.chat-composer_pt-16__5JlkP {
  padding-top: 16px;
}
.chat-composer_pt-12__38lRZ {
  padding-top: 12px !important;
}
.chat-composer_pb-40__0XGnB {
  padding-bottom: 40px;
}
.chat-composer_pb-24__JQ01j {
  padding-bottom: 24px;
}
.chat-composer_pb-16__2bJsR {
  padding-bottom: 16px;
}
.chat-composer_pl-8__e6PPp {
  padding-left: 8px !important;
}
.chat-composer_pl-12__M5mvI {
  padding-left: 12px !important;
}
.chat-composer_pl-16__kWj9I {
  padding-left: 16px !important;
}
.chat-composer_text-left__aDgmJ {
  text-align: left !important;
}
.chat-composer_text-right__HlLkI {
  text-align: right !important;
}
.chat-composer_text-center__yM_a4 {
  text-align: center !important;
}
.chat-composer_font-medium__Q6opa {
  font-weight: 500 !important;
}
.chat-composer_font-semibold__39PBI {
  font-weight: 600 !important;
}
.chat-composer_radius-8___kvz4 {
  border-radius: 8px !important;
}
.chat-composer_truncate__O8orx {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chat-composer_whitespace-nowrap__vwwwF {
  white-space: nowrap;
}
.chat-composer_whitespace-pre-wrap__T2_8j {
  white-space: pre-wrap;
}
.chat-composer_w-100__4EGKL {
  width: 100% !important;
}
.chat-composer_h-100__s7FDc {
  height: 100% !important;
}
.chat-composer_max-w-none__MDRki {
  max-width: none !important;
}
.chat-composer_max-h-none__pugtb {
  max-height: none !important;
}
.chat-composer_min-w-100__208f7 {
  min-width: 100px;
}
.chat-composer_heading-48-600__T3wQo {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.chat-composer_heading-32-600__dDUe1 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.chat-composer_heading-24-600__JA8Xt {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.chat-composer_heading-18-600__Cjs7d {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.chat-composer_heading-18-400__w3IVk {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.chat-composer_heading-16-700__6pguE {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.chat-composer_text-16-400__7qjee {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.chat-composer_heading-14-600__cNy77 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.chat-composer_heading-14-500__w7_ic {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.chat-composer_text-14-400__mW5Ib {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.chat-composer_text-13-500__DMQfh {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.chat-composer_text-13-600__4qq1X {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.chat-composer_text-13-400__6eAod {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.chat-composer_text-12-500__1yBS5 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.chat-composer_text-12-600__cG6FS {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.chat-composer_text-12-400__8kwHy {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.chat-composer_status-badge__E962L {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.chat-composer_status-badge__E962L.chat-composer_paused__8x6Yo {
  background-color: #ff8b3d;
  color: #fff !important;
}
.chat-composer_status-badge__E962L.chat-composer_created__FwE8f,
.chat-composer_status-badge__E962L.chat-composer_inactive__GEHUX,
.chat-composer_status-badge__E962L.chat-composer_pending__jw9_u {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.chat-composer_status-badge__E962L.chat-composer_active__D9SYt {
  background-color: #56bf56;
  color: #fff !important;
}
.chat-composer_status-badge__E962L.chat-composer_error__Un_P_ {
  background-color: #d0021b;
  color: #fff !important;
}
.chat-composer_status-badge__E962L.chat-composer_progress__QlNJz {
  background-color: #f5bf0c;
  color: #fff !important;
}
.chat-composer_status-badge__E962L.chat-composer_draft__YMIOn {
  background-color: #e6e6e6;
  color: #000 !important;
}
.chat-composer_status-badge__E962L.chat-composer_sent__8SmeV {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.chat-composer_status-badge__E962L.chat-composer_scheduled__RsWQU {
  background-color: #feefcf;
  color: #795548;
}
.chat-composer_status-badge__E962L.chat-composer_loading-badge__gAiTO {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.chat-composer_status-badge__E962L.chat-composer_loading-badge__gAiTO .chat-composer_text__Jybui {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.chat-composer_status-badge__E962L.chat-composer_loading-badge__gAiTO .chat-composer_slider__eBObU {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: chat-composer_moveSlideshow__Y3ks9 3s linear infinite;
}
@keyframes chat-composer_moveSlideshow__Y3ks9 {
  to {
    transform: translateX(200%);
  }
}
.chat-composer_flex__qUjgs {
  display: flex !important;
}
.chat-composer_flex-space-between__u_dFq {
  justify-content: space-between;
}
.chat-composer_flex-align-start__xV4x0 {
  align-items: flex-start;
}
.chat-composer_flex-align-center__C1fNs {
  align-items: center;
}
.chat-composer_flex-absolute-center__WuMcI {
  justify-content: center;
  align-items: center;
}
.chat-composer_flex-container__rSBl8 {
  display: flex;
  flex-wrap: wrap;
}
.chat-composer_flex-column__U3Lf2 {
  flex-direction: column;
}
.chat-composer_flex-justify-end__cH7cq {
  justify-content: flex-end;
}
.chat-composer_position-relative__fNR4z {
  position: relative !important;
}
.chat-composer_position-static__z_uhh {
  position: static !important;
}
.chat-composer_position-absolute__xDZXg {
  position: absolute !important;
}
.chat-composer_hr-grey__lb9WJ {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.chat-composer_input-border__LrCh3 {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.chat-composer_action-content-box__kBuoU,
.chat-composer_box-content__qlNXU,
.chat-composer_box-content__qlNXU .chat-composer_upload-data-input-with-icon__UZUCK,
.chat-composer_default-border__8St6K {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.chat-composer_bg-grey__EQ2eg {
  background-color: #f9f9f9 !important;
}
.chat-composer_bg-white__AodvZ {
  background-color: #fff !important;
}
.chat-composer_pos-relative__Z2QXx {
  position: relative !important;
}
.chat-composer_text-light__CyLSo {
  color: #757c80 !important;
}
.chat-composer_text-red__Nr064 {
  color: #d0021b !important;
}
.chat-composer_text-green__hUumi {
  color: #56bf56 !important;
}
.chat-composer_text-blue__i22b9 {
  color: #31a7e7;
}
.chat-composer_text-sec-blue__ZCU53 {
  color: #1b02b1 !important;
}
.chat-composer_notification-dot__GvG2V {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.chat-composer_title-with-action-on-left__SwlXH {
  display: flex;
  justify-content: space-between;
}
.chat-composer_error__Un_P_ {
  color: #d0021b;
}
.chat-composer_error-border__XRXl1 {
  border: 1px solid #d0021b !important;
}
.chat-composer_rotate__brtGu {
  animation: chat-composer_rotation__mAzfp 2s linear infinite;
}
@keyframes chat-composer_rotation__mAzfp {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.chat-composer_switch__Hd6eS {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.chat-composer_switch__Hd6eS .chat-composer_btn-toggle__ART5h {
  opacity: 0;
  width: 0;
  height: 0;
}
.chat-composer_switch__Hd6eS .chat-composer_slider__eBObU {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.chat-composer_switch__Hd6eS .chat-composer_slider__eBObU:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.chat-composer_switch__Hd6eS .chat-composer_slider__eBObU:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.chat-composer_switch__Hd6eS .chat-composer_btn-toggle__ART5h.chat-composer_enabled__GHrZv + .chat-composer_slider__eBObU {
  background-color: #ffc926;
  border: none;
}
.chat-composer_switch__Hd6eS .chat-composer_btn-toggle__ART5h:focus + .chat-composer_slider__eBObU {
  box-shadow: 0 0 1px #2196f3;
}
.chat-composer_switch__Hd6eS .chat-composer_btn-toggle__ART5h.chat-composer_enabled__GHrZv + .chat-composer_slider__eBObU:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.chat-composer_switch__Hd6eS .chat-composer_btn-toggle__ART5h.chat-composer_enabled__GHrZv + .chat-composer_slider__eBObU:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#chat-composer_appleid-signin__yGLb_ {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#chat-composer_appleid-signin__yGLb_ > div {
  width: 200px !important;
  height: 38px !important;
}
.chat-composer_page-header__xk1XL {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat-composer_page-header__xk1XL.chat-composer_clear-side__9Bs9W {
  padding: 40px 0 32px;
}
.chat-composer_page-spacing__18pGn {
  padding: 0 40px;
}
.chat-composer_page-header-title__BJZjG {
  color: #17191a;
  margin: 0 0 8px;
}
.chat-composer_header-bar__hGz3R {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.chat-composer_box-content__qlNXU {
  background-color: #fff;
  margin-bottom: 24px;
}
.chat-composer_box-content__qlNXU .chat-composer_header__ahl9v {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.chat-composer_box-content__qlNXU .chat-composer_header-l____px_ {
  padding: 24px 16px;
  margin: 0;
}
.chat-composer_box-content__qlNXU .chat-composer_content__kZgAY {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.chat-composer_box-content__qlNXU .chat-composer_content-header__q_a1t {
  margin-bottom: 4px;
  margin-top: 0;
}
.chat-composer_box-content__qlNXU .chat-composer_table-content__YyGv6 {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.chat-composer_box-content__qlNXU .chat-composer_help-text__kT2vg {
  line-height: 20px;
}
.chat-composer_box-content__qlNXU .chat-composer_sub-text__fdkYa {
  color: #757c80;
}
.chat-composer_box-content__qlNXU .chat-composer_content-data-input__25jwt {
  margin-top: 8px;
}
.chat-composer_box-content__qlNXU .chat-composer_data-entry-input__pTPtx,
.chat-composer_box-content__qlNXU .chat-composer_upload-data-input-with-icon__UZUCK {
  margin-top: 8px;
  padding: 0 11px;
}
.chat-composer_box-content__qlNXU .chat-composer_upload-data-input-with-icon__UZUCK {
  cursor: pointer;
  background: #f9f9f9;
}
.chat-composer_box-content__qlNXU .chat-composer_upload-data-input-with-icon__UZUCK input {
  padding: 12px 2px;
}
.chat-composer_box-content__qlNXU .chat-composer_upload-data-input-with-icon__UZUCK input:disabled,
.chat-composer_box-content__qlNXU .chat-composer_upload-data-input-with-icon__UZUCK input:hover {
  cursor: pointer !important;
}
.chat-composer_empty-state__oG5b9 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.chat-composer_empty-state__oG5b9.chat-composer_contact-list__i67bD {
  width: 80%;
}
.chat-composer_empty-state__oG5b9 .chat-composer_empty-title__6iqGx {
  font-size: 14px;
  font-weight: 500px;
}
.chat-composer_empty-state-wrapper__dVkY3 {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.chat-composer_empty-state-wrapper__dVkY3 h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.chat-composer_empty-state-wrapper__dVkY3 div {
  color: #757c80;
  margin: 16px 0 12px;
}
.chat-composer_empty-state-button__AQ3h1 {
  margin: 20px 10px;
}
.chat-composer_handel-bar__Kv6vF {
  fill: #b7bfc6;
  vertical-align: middle;
}
.chat-composer_tag__EsK7S {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.chat-composer_ant-color-picker-input__guhc6 .chat-composer_ant-input__ip9g8 {
  height: 22px;
}
.chat-composer_ant-color-picker-trigger__Obm_k {
  width: 23px;
  height: 23px;
}
.chat-composer_ant-color-picker-trigger__Obm_k .chat-composer_ant-color-picker-color-block__RvkDQ {
  width: 18px;
  height: 18px;
}
.chat-composer_box-content__qlNXU .chat-composer_content__kZgAY input,
.chat-composer_box-content__qlNXU .chat-composer_upload-data-input-with-icon__UZUCK input,
input input.chat-composer_input-white__q8_0X,
input textarea.chat-composer_input-white__q8_0X,
input.chat-composer_input-grey__bL691,
textarea input.chat-composer_input-white__q8_0X,
textarea textarea.chat-composer_input-white__q8_0X,
textarea.chat-composer_input-grey__bL691 {
  background-color: #f9f9f9;
}
.chat-composer_box-content__qlNXU .chat-composer_content__kZgAY input:active,
.chat-composer_box-content__qlNXU .chat-composer_content__kZgAY input:focus,
.chat-composer_box-content__qlNXU .chat-composer_content__kZgAY input:hover,
.chat-composer_box-content__qlNXU .chat-composer_upload-data-input-with-icon__UZUCK input:active,
.chat-composer_box-content__qlNXU .chat-composer_upload-data-input-with-icon__UZUCK input:focus,
.chat-composer_box-content__qlNXU .chat-composer_upload-data-input-with-icon__UZUCK input:hover,
input input.chat-composer_input-white__q8_0X:active,
input input.chat-composer_input-white__q8_0X:focus,
input input.chat-composer_input-white__q8_0X:hover,
input textarea.chat-composer_input-white__q8_0X:active,
input textarea.chat-composer_input-white__q8_0X:focus,
input textarea.chat-composer_input-white__q8_0X:hover,
input.chat-composer_input-grey__bL691:active,
input.chat-composer_input-grey__bL691:focus,
input.chat-composer_input-grey__bL691:hover,
textarea input.chat-composer_input-white__q8_0X:active,
textarea input.chat-composer_input-white__q8_0X:focus,
textarea input.chat-composer_input-white__q8_0X:hover,
textarea textarea.chat-composer_input-white__q8_0X:active,
textarea textarea.chat-composer_input-white__q8_0X:focus,
textarea textarea.chat-composer_input-white__q8_0X:hover,
textarea.chat-composer_input-grey__bL691:active,
textarea.chat-composer_input-grey__bL691:focus,
textarea.chat-composer_input-grey__bL691:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.chat-composer_input-white__q8_0X:active,
input.chat-composer_input-white__q8_0X:focus,
input.chat-composer_input-white__q8_0X:hover,
span.chat-composer_input-white__q8_0X:active,
span.chat-composer_input-white__q8_0X:focus,
span.chat-composer_input-white__q8_0X:hover,
textarea.chat-composer_input-white__q8_0X:active,
textarea.chat-composer_input-white__q8_0X:focus,
textarea.chat-composer_input-white__q8_0X:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.chat-composer_image-uploader-flex__4pBhH .chat-composer_ant-upload-select__tITU3 {
  display: flex;
}
.chat-composer_image-uploader-flex__4pBhH .chat-composer_ant-upload-select__tITU3 .chat-composer_ant-upload__Krw7H {
  flex: 1 1;
}
.chat-composer_modal-footer-wrapper__IU9si {
  display: flex;
  justify-content: center;
}
.chat-composer_app-modal__bFGFw .chat-composer_small__Jyvn7 {
  width: 350px;
}
.chat-composer_toast__bwGUO.chat-composer_negative__aZ_qE .chat-composer_ant-message-notice-content__eqvFC {
  background-color: #d0021b;
}
.chat-composer_toast__bwGUO.chat-composer_positive__jFk9O .chat-composer_ant-message-notice-content__eqvFC {
  background-color: #56bf56;
}
.chat-composer_toast__bwGUO.chat-composer_loading__PEedw .chat-composer_ant-message-notice-content__eqvFC .chat-composer_toast-wrapper__SIgwA .chat-composer_contents__VwEfH,
.chat-composer_toast__bwGUO.chat-composer_loading__PEedw
  .chat-composer_ant-message-notice-content__eqvFC
  .chat-composer_toast-wrapper__SIgwA
  .chat-composer_contents__VwEfH
  .chat-composer_title__M6ZdB {
  color: #000 !important;
}
.chat-composer_toast__bwGUO.chat-composer_loading__PEedw .chat-composer_ant-message-loading__NDju4 .chat-composer_anticon-loading__ggcog {
  font-size: 1.5rem;
}
.chat-composer_toast__bwGUO .chat-composer_ant-message-notice-content__eqvFC {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.chat-composer_toast__bwGUO .chat-composer_ant-message-notice-content__eqvFC .chat-composer_toast-wrapper__SIgwA {
  position: relative;
  display: flex;
  align-items: center;
}
.chat-composer_toast__bwGUO .chat-composer_ant-message-notice-content__eqvFC .chat-composer_toast-wrapper__SIgwA .chat-composer_contents__VwEfH {
  position: relative;
  padding-left: 16px;
}
.chat-composer_toast__bwGUO .chat-composer_ant-message-notice-content__eqvFC .chat-composer_toast-wrapper__SIgwA .chat-composer_contents__VwEfH .chat-composer_title__M6ZdB {
  color: #fff !important;
}
.chat-composer_toast__bwGUO .chat-composer_ant-message-notice-content__eqvFC .chat-composer_toast-wrapper__SIgwA .chat-composer_contents__VwEfH p {
  margin: 0;
}
.chat-composer_toast__bwGUO .chat-composer_ant-message-notice-content__eqvFC .chat-composer_toast-wrapper__SIgwA .chat-composer_contents__VwEfH p a,
.chat-composer_toast__bwGUO .chat-composer_ant-message-notice-content__eqvFC .chat-composer_toast-wrapper__SIgwA .chat-composer_contents__VwEfH p button {
  color: #fff;
  text-decoration: underline;
}
.chat-composer_toast__bwGUO .chat-composer_ant-message-notice-content__eqvFC .chat-composer_icon__RPRCe {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.chat-composer_toast__bwGUO .chat-composer_ant-message-notice-content__eqvFC .chat-composer_icon__RPRCe.chat-composer_positive__jFk9O {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.chat-composer_toast__bwGUO .chat-composer_ant-message-notice-content__eqvFC .chat-composer_icon__RPRCe.chat-composer_positive__jFk9O:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.chat-composer_toast__bwGUO .chat-composer_ant-message-notice-content__eqvFC .chat-composer_icon__RPRCe.chat-composer_negative__aZ_qE {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.chat-composer_toast__bwGUO .chat-composer_ant-message-notice-content__eqvFC .chat-composer_icon__RPRCe.chat-composer_negative__aZ_qE:before {
  top: 10px;
}
.chat-composer_action-content-box__kBuoU {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.chat-composer_action-content-box__kBuoU.chat-composer_numbered__2OvEI .chat-composer_sub-content__oxpLH p {
  margin-left: 18px;
}
.chat-composer_action-content-box__kBuoU .chat-composer_sub-content__oxpLH {
  padding: 26px 26px 20px;
}
.chat-composer_action-content-box__kBuoU .chat-composer_sub-content__oxpLH.chat-composer_right__7PUZF {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.chat-composer_action-content-box__kBuoU .chat-composer_sub-content__oxpLH.chat-composer_right__7PUZF button {
  margin: 0 20px;
}
.chat-composer_action-content-box__kBuoU .chat-composer_sub-content__oxpLH h4,
.chat-composer_action-content-box__kBuoU .chat-composer_sub-content__oxpLH p.chat-composer_bold__PrP6a {
  margin: 0;
}
.chat-composer_action-content-box__kBuoU .chat-composer_sub-content__oxpLH h4 span,
.chat-composer_action-content-box__kBuoU .chat-composer_sub-content__oxpLH p.chat-composer_bold__PrP6a span {
  width: 18px;
  display: inline-block;
}
.chat-composer_action-content-box__kBuoU .chat-composer_sub-content__oxpLH p {
  margin: 6px 0 0;
}
.chat-composer_action-content-box__kBuoU .chat-composer_remove__UWSvR {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.chat-composer_options-dot__xCi_C {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.chat-composer_options-dot__xCi_C.chat-composer_boxed__4LsIn {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.chat-composer_options-dot__xCi_C.chat-composer_active__D9SYt,
.chat-composer_options-dot__xCi_C:focus-visible,
.chat-composer_options-dot__xCi_C:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.chat-composer_clickable__trGBf {
  cursor: pointer;
}
.chat-composer_beta-label__UN4AJ {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.chat-composer_none-style-list-options__3KupG {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.chat-composer_none-style-list-options__3KupG li {
  margin: 5px 0;
}
.chat-composer_ant-tour__La6Wd {
  width: 400px;
}
.chat-composer_ant-collapse___SQc2 > .chat-composer_ant-collapse-item__RCyvr > .chat-composer_ant-collapse-header-collapsible-only__KdF88 > .chat-composer_ant-collapse-header-text__6i2V7 {
  flex: auto;
}
.chat-composer_onboarding-tour-header__WuwAI {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.chat-composer_onboarding-tour-description__8NzCB {
  color: #17191a;
  font-size: 16px;
}
.chat-composer_tour-hidden-button__Tf7Cb {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.chat-composer_ai-onboarding-tour-header__7JBJf {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.chat-composer_onboarding-step-ai-tour__sOmKl {
  width: 350px;
}
.chat-composer_onboarding-step-ai-tour__sOmKl .chat-composer_onboarding-step-ai-tour-inner__oeRNM .chat-composer_onboarding-step-ai-tour-description__UAp8X {
  padding: 0 20px;
}
.chat-composer_onboarding-step-ai-tour__sOmKl .chat-composer_onboarding-step-ai-tour-inner__oeRNM .chat-composer_onboarding-step-ai-tour-footer__uO4u2 {
  padding: 0 20px 20px;
}
.chat-composer_onboarding-step-ai-tour__sOmKl .chat-composer_onboarding-step-ai-tour-inner__oeRNM .chat-composer_onboarding-step-ai-tour-header__0upXS {
  padding: 20px 20px 4px;
}
.chat-composer_onboarding-step-ai-tour__sOmKl .chat-composer_onboarding-step-ai-tour-inner__oeRNM .chat-composer_onboarding-step-ai-tour-indicators__KmfXe {
  display: flex;
  width: 100%;
}
.chat-composer_onboarding-step-ai-tour__sOmKl .chat-composer_onboarding-step-ai-tour-inner__oeRNM .chat-composer_onboarding-step-ai-tour-buttons__IOd_M {
  width: 0;
  visibility: hidden;
}
.chat-composer_onboarding-step-ai-tour-mask__ROI80 mask[id^='onboarding-step-ai-tour-mask'] rect.chat-composer_onboarding-step-ai-tour-placeholder-animated__G08lc {
  rx: 8px;
}
.chat-composer_onboarding-step-ai-tour-round-mask__Zti9F mask[id^='onboarding-step-ai-tour-round-mask'] rect.chat-composer_onboarding-step-ai-tour-round-placeholder-animated__5j53t {
  rx: 25px;
}
.chat-composer_onboarding-step-tour__sN3Gk {
  width: 400px;
}
.chat-composer_onboarding-step-tour__sN3Gk.chat-composer_content-hidden__oLM8P {
  display: none !important;
}
.chat-composer_onboarding-step-tour__sN3Gk.chat-composer_extended-width__zq1op {
  width: 600px;
}
.chat-composer_onboarding-step-tour-mask__8qhqm mask[id^='onboarding-step-tour-mask'] rect.chat-composer_onboarding-step-tour-placeholder-animated__G0yi0 {
  rx: 8px;
}
.chat-composer_onboarding-step-one-tour__vHmPC {
  width: 400px;
}
.chat-composer_onboarding-step-one-tour__vHmPC.chat-composer_content-hidden__oLM8P {
  display: none !important;
}
.chat-composer_onboarding-step-one-tour__vHmPC.chat-composer_extended-width__zq1op {
  width: 600px;
}
.chat-composer_onboarding-step-one-tour-mask__zjSpb mask[id^='onboarding-step-one-tour-mask'] rect.chat-composer_onboarding-step-one-tour-placeholder-animated__e4z81 {
  rx: 25px;
}
.chat-composer_support-unread-tour__bb3kA {
  width: 272px;
}
.chat-composer_support-unread-tour__bb3kA .chat-composer_support-unread-tour-inner__8h1KZ .chat-composer_support-unread-tour-header__RHW_c {
  padding: 8px 16px 4px;
}
.chat-composer_support-unread-tour__bb3kA .chat-composer_support-unread-tour-inner__8h1KZ .chat-composer_support-unread-tour-footer__hUuK3 {
  padding: 0 16px 16px;
}
.chat-composer_support-unread-tour__bb3kA .chat-composer_support-unread-tour-inner__8h1KZ .chat-composer_support-unread-tour-close__h6zhO {
  top: 10px;
}
.chat-composer_preserve-scroll-position__qoDhV {
  overflow-anchor: none;
}
.chat-composer_toolbar-wrapper__Xst8B {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.chat-composer_toolbar-wrapper__Xst8B .chat-composer_anticon__wVSaR {
  padding: 12px;
  cursor: pointer;
}
.chat-composer_toolbar-wrapper__Xst8B .chat-composer_anticon__wVSaR:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.chat-composer_toolbar-wrapper__Xst8B .chat-composer_anticon__wVSaR:hover {
  opacity: 0.3;
}
.chat-composer_ant-carousel__KO8j1 .chat-composer_slick-dots__y75gk li.chat-composer_slick-active__i2GbH button {
  background-color: #8158ec;
}
.chat-composer_ant-carousel__KO8j1 .chat-composer_slick-dots__y75gk li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.chat-composer_ant-modal-root__KdnM3 .chat-composer_ant-modal-mask__U6fnU,
.chat-composer_ant-modal-root__KdnM3 .chat-composer_ant-modal-wrap__TQ_73 {
  z-index: 1001;
}
.chat-composer_focused__kyktX {
  background-color: #f5f5f5;
}
.chat-composer_spinner-overlay__HisEb,
.chat-composer_spinner__NZhh1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.chat-composer_spinner-overlay__HisEb {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.chat-composer_spinner__NZhh1 {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chat-composer_large-tag__q8JVa {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.chat-composer_email-pill__OLFXx,
.chat-composer_phone-pill__XZHYi {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.chat-composer_email-pill__OLFXx:not(:empty),
.chat-composer_phone-pill__XZHYi:not(:empty) {
  padding: 4px;
}
.chat-composer_phone-pill__XZHYi {
  background-color: #e0f2fb;
}
.chat-composer_email-pill__OLFXx {
  background-color: #ffefbe;
}
.chat-composer_input-box__iK7Ml {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.chat-composer_input-box__iK7Ml.chat-composer_bordered__VIyrW {
  border: 1px solid #e6e6e6;
}
.chat-composer_input-box__iK7Ml.chat-composer_large__eSR4_ {
  height: auto;
  min-height: 80px;
}
.chat-composer_input-box__iK7Ml:focus {
  border-color: #ffc926;
}
.chat-composer_compose-block__ricK5 {
  position: relative;
}
.chat-composer_ai-banner-wrapper__WM4F6 {
  left: 15px;
  right: 15px;
  bottom: 76px;
  z-index: 10;
  transition: opacity 0.2s ease-in-out;
  border-bottom: 1px solid #e6e6e6;
}
.chat-composer_opted-out-text__DMasj {
  font-weight: 500;
  color: #555;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 54px;
  margin: 10px 20px;
  white-space: pre-line;
}
.chat-composer_compose-wrapper__JhJFg {
  min-height: 80px;
  border-top: 1px solid #e6e6e6;
}
.chat-composer_compose-wrapper__JhJFg .chat-composer_channel-icon-wrapper__DJA37 {
  margin: auto;
  padding-top: 8px;
}
.chat-composer_compose-wrapper__JhJFg .chat-composer_textarea-block__iZEos {
  display: flex;
  flex: 1 1;
  background-color: #f9f9f9;
}
.chat-composer_compose-wrapper__JhJFg .chat-composer_textarea-wrapper__md_zu {
  display: flex;
  flex-direction: row;
  flex: 1 1;
  margin: 8px 8px 0;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background: #fff;
}
.chat-composer_compose-wrapper__JhJFg .chat-composer_textarea-wrapper__md_zu.chat-composer_email__fLk1I {
  border: none;
}
.chat-composer_compose-wrapper__JhJFg .chat-composer_compose-textarea___Tr7O {
  overflow-y: auto;
  overflow-wrap: break-word;
  height: 40px;
  padding: 10px 0 10px 10px;
  border: none;
  background: #fff;
}
.chat-composer_compose-wrapper__JhJFg .chat-composer_compose-textarea___Tr7O:active,
.chat-composer_compose-wrapper__JhJFg .chat-composer_compose-textarea___Tr7O:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.chat-composer_compose-wrapper__JhJFg .chat-composer_compose-textarea___Tr7O::placeholder {
  color: #a3a3a3;
}
.chat-composer_compose-wrapper__JhJFg .chat-composer_compose-footer__8l6IT {
  display: flex;
  justify-content: space-between;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.chat-composer_compose-wrapper__JhJFg .chat-composer_compose-footer__8l6IT .chat-composer_compose-options__8Dy1w {
  display: flex;
  align-items: center;
  line-height: 10px;
  width: 60%;
  margin: 0 8px 8px;
}
.chat-composer_compose-wrapper__JhJFg .chat-composer_compose-footer__8l6IT .chat-composer_attachments-block__C9CyO {
  display: flex;
  flex: 1 1;
  flex-direction: row;
  justify-content: space-between;
  margin: 8px 5px 0 0;
  align-items: center;
  min-width: 320px;
}
.chat-composer_compose-wrapper__JhJFg .chat-composer_survey-wrapper__zhyuF {
  margin: 8px 8px 0;
}
.chat-composer_compose-wrapper__JhJFg .chat-composer_survey-wrapper__zhyuF .chat-composer_survey-picker__tUl6n {
  width: 100%;
  padding: 3px 0 0;
}
.chat-composer_compose-wrapper__JhJFg .chat-composer_email-composer__oxhXR {
  width: 100%;
  background: #f9f9f9;
}
.chat-composer_compose-wrapper__JhJFg .chat-composer_email-composer__oxhXR .ant-input-group-addon {
  color: #757c80;
  background: #f0f0f0;
  font-weight: 600;
}
.chat-composer_compose-wrapper__JhJFg .chat-composer_email-subject__i0Lt3 {
  background: #f9f9f9;
  margin: 2px 0 10px;
}
.chat-composer_compose-wrapper__JhJFg .chat-composer_email-sender__rvDm8 {
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.chat-composer_media-list__0BmFT {
  padding-left: 12px;
  padding-right: 12px;
  height: 80px;
  border-bottom: 1px solid #e6e6e6;
}
.chat-composer_chat-room-footer-wrapper__rY6R6 {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -2px 2px 0 #fff;
  padding: 0 8px 8px;
  height: 18px;
  position: relative;
}
.chat-composer_chat-room-footer-wrapper__rY6R6 .chat-composer_suggested-reply-container__N6wpP {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.chat-composer_chat-room-footer-wrapper__rY6R6 .chat-composer_suggested-reply-button__5gg_h {
  display: flex;
  gap: 5px;
  background-color: #f0ebfe;
  color: #5f4ec8;
  padding: 6px 10px;
  border-radius: 555em;
  margin: 6px;
}
.chat-composer_chat-room-footer-wrapper__rY6R6 .chat-composer_suggested-reply-button__5gg_h span {
  letter-spacing: -0.025em;
}
.chat-composer_email-attachment-list___WwRH {
  margin: 0 10px;
  border: 1px solid #e6e6e6;
  border-top: 0;
  min-height: 1px;
}
.text-shimmer_text-shimmer-pure-text__ACQJQ,
.text-shimmer_text-shimmer__4JTmt {
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  animation-delay: 0.5s;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  background: var(--text-color) gradient(linear, 100% 0, 0 0, from(var(--text-color)), color-stop(0.5, var(--shimmer-color)), to(var(--text-color)));
  background: var(--text-color) -webkit-gradient(linear, 100% 0, 0 0, from(var(--text-color)), color-stop(0.5, var(--shimmer-color)), to(var(--text-color)));
  -webkit-background-clip: text;
  background-clip: text;
  background-repeat: no-repeat;
  background-size: 50% 200%;
  display: inline-block;
  background-position: -100% top;
  animation-name: text-shimmer_a-text-shimmer__b_FNN;
}
.text-shimmer_text-shimmer__4JTmt:hover {
  -webkit-text-fill-color: var(--text-color);
  animation: none;
  background: transparent;
}
@keyframes text-shimmer_a-text-shimmer__b_FNN {
  0% {
    background-position: -100% top;
  }
  to {
    background-position: 250% top;
  }
}
.ai-agent-training-banner_icon__Wegtf {
  padding: 4px;
}
.ai-agent-training-banner_icon-wrapper__zKjMO {
  padding: 4px;
  color: #454a4d;
}
.ai-agent-training-banner_icon-wrapper-absolute__cHSd7 {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.ai-agent-training-banner_icon-wrapper-absolute__cHSd7 .ai-agent-training-banner_icon__Wegtf {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.ai-agent-training-banner_icon-sms__z0BrO {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.ai-agent-training-banner_icon-email__9K7_W {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.ai-agent-training-banner_icon-mixed__E1xK3 {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.ai-agent-training-banner_icon-picker-wrapper__lq2eM {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.ai-agent-training-banner_icon-picker-wrapper__lq2eM:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.ai-agent-training-banner_icon-picker-wrapper__lq2eM:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .ai-agent-training-banner_icon-picker-wrapper__lq2eM {
    margin-right: 5px;
  }
}
.ai-agent-training-banner_icon-checkmark-white__Uns3x {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.ai-agent-training-banner_icon-x-white__GKkb4 {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.ai-agent-training-banner_icon-help__RbPnJ {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.ai-agent-training-banner_icon-help__RbPnJ:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.ai-agent-training-banner_container__4IOI6 select,
.ai-agent-training-banner_ico-arrow-down__JkPCr {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.ai-agent-training-banner_container__4IOI6 select.ai-agent-training-banner_ant-dropdown-trigger__PHk3g,
.ai-agent-training-banner_ico-arrow-down__JkPCr.ai-agent-training-banner_ant-dropdown-trigger__PHk3g {
  padding-right: 24px;
  cursor: pointer;
}
.ai-agent-training-banner_container__4IOI6 select.ai-agent-training-banner_ant-dropdown-trigger__PHk3g:disabled,
.ai-agent-training-banner_container__4IOI6 select.ai-agent-training-banner_ant-dropdown-trigger__PHk3g[disabled],
.ai-agent-training-banner_ico-arrow-down__JkPCr.ai-agent-training-banner_ant-dropdown-trigger__PHk3g:disabled,
.ai-agent-training-banner_ico-arrow-down__JkPCr.ai-agent-training-banner_ant-dropdown-trigger__PHk3g[disabled] {
  cursor: default;
  background: transparent;
}
.ai-agent-training-banner_ico-arrow-gray__XPFMF {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.ai-agent-training-banner_ico-arrow-gray__XPFMF.ai-agent-training-banner_down__0BmlZ {
  transform: rotate(90deg);
}
.ai-agent-training-banner_ico-arrow-gray__XPFMF.ai-agent-training-banner_up__U_jwJ {
  transform: rotate(-90deg);
}
.ai-agent-training-banner_ico-arrow-gray__XPFMF.ai-agent-training-banner_right__OZFF_ {
  transform: rotate(180deg);
}
.ai-agent-training-banner_ico-arrow-gray__XPFMF.ai-agent-training-banner_ant-dropdown-trigger__PHk3g {
  padding-right: 24px;
  cursor: pointer;
}
.ai-agent-training-banner_ico-arrow-gray__XPFMF.ai-agent-training-banner_ant-dropdown-trigger__PHk3g:disabled,
.ai-agent-training-banner_ico-arrow-gray__XPFMF.ai-agent-training-banner_ant-dropdown-trigger__PHk3g[disabled] {
  cursor: default;
  background: transparent;
}
.ai-agent-training-banner_icon-error-triangle__L_JoQ {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.ai-agent-training-banner_ico-compose__bJjO7 {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.ai-agent-training-banner_ico-compose-white__1mTCV {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.ai-agent-training-banner_icon-google-play__k3kqm {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.ai-agent-training-banner_icon-app-store__dudd_ {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.ai-agent-training-banner_icon-social-fb__wQ4So {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.ai-agent-training-banner_icon-social-tw__pChWs {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.ai-agent-training-banner_icon-disclosure__BJnrZ {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.ai-agent-training-banner_icon-16__qhyEl {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.ai-agent-training-banner_icon-18__q5qlt {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.ai-agent-training-banner_icon-gray5__rjpYf {
  color: #999 !important;
}
.ai-agent-training-banner_ico-arrow-black__ZkHQB {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.ai-agent-training-banner_ico-arrow-black__ZkHQB.ai-agent-training-banner_down__0BmlZ {
  transform: rotate(90deg);
}
.ai-agent-training-banner_ico-arrow-black__ZkHQB.ai-agent-training-banner_up__U_jwJ {
  transform: rotate(-90deg);
}
.ai-agent-training-banner_ico-arrow-black__ZkHQB.ai-agent-training-banner_right__OZFF_ {
  transform: rotate(180deg);
}
.ai-agent-training-banner_icon-copy__9MkcC {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.ai-agent-training-banner_icon-copy__9MkcC:hover {
  background-image: url(/icons/copy-black.svg);
}
.ai-agent-training-banner_icon-msg-white__pWIy6 {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.ai-agent-training-banner_icon-email-white___33wc {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.ai-agent-training-banner_icon-black-bg__ldwzx {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.ai-agent-training-banner_icon-black-bg__ldwzx > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.ai-agent-training-banner_icon-inbox-black-filled__KrNZ4 {
  background-image: url(/icons/inbox-black.svg);
}
.ai-agent-training-banner_icon-contacts__19PcM {
  background-image: url(/icons/sidebar/contacts.svg);
}
.ai-agent-training-banner_page-header-title__V2aWL {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.ai-agent-training-banner_action-content-box__OCaNO .ai-agent-training-banner_sub-content__WR7FD h4,
.ai-agent-training-banner_empty-state-wrapper__YJ05R h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_header-l__DM4gf,
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_header__9yQU9,
.ai-agent-training-banner_toast__VSZET
  .ai-agent-training-banner_ant-message-notice-content__PU5A_
  .ai-agent-training-banner_toast-wrapper__KTG3s
  .ai-agent-training-banner_contents__11c7Z
  .ai-agent-training-banner_title__mZyqa {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.ai-agent-training-banner_action-content-box__OCaNO .ai-agent-training-banner_sub-content__WR7FD p.ai-agent-training-banner_bold__25jOX,
.ai-agent-training-banner_empty-state-wrapper__YJ05R h2 a,
.ai-agent-training-banner_header-bar__LjeCn .ai-agent-training-banner_title__mZyqa {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_content-header__JraEJ {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.ai-agent-training-banner_action-content-box__OCaNO .ai-agent-training-banner_sub-content__WR7FD p,
.ai-agent-training-banner_empty-state-wrapper__YJ05R div,
.ai-agent-training-banner_toast__VSZET .ai-agent-training-banner_ant-message-notice-content__PU5A_ .ai-agent-training-banner_toast-wrapper__KTG3s .ai-agent-training-banner_contents__11c7Z p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.ai-agent-training-banner_blue-button__Ac1Ct,
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_content__4MUBu input,
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_upload-data-input-with-icon__kRcSj input,
.ai-agent-training-banner_button-with-bg-color__JOpvM,
.ai-agent-training-banner_cancel-button__UWeHF,
.ai-agent-training-banner_green-button__XnM8y,
.ai-agent-training-banner_input-box__7gd_c,
.ai-agent-training-banner_input-grey__D3XW2,
.ai-agent-training-banner_orange-button__beDWs,
.ai-agent-training-banner_positive-button__50c1M,
.ai-agent-training-banner_purple-button__wmj2n,
.ai-agent-training-banner_white-button-blue-text__IYoZS,
.ai-agent-training-banner_white-button__Q6_Pg,
button.ai-agent-training-banner_icon-button__547UX,
button.ai-agent-training-banner_text-only__paKEA,
input .ai-agent-training-banner_input-white__7oEHK,
textarea .ai-agent-training-banner_input-white__7oEHK {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.ai-agent-training-banner_large-tag__Zuw5x,
.ai-agent-training-banner_title__mZyqa,
button.ai-agent-training-banner_show-more__5k_qD,
button.ai-agent-training-banner_text-only__paKEA,
span.ai-agent-training-banner_text-only__paKEA button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.ai-agent-training-banner_feedback-btn__fvCdY,
.ai-agent-training-banner_message__mr_Db {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.ai-agent-training-banner_tag__6QECK {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.ai-agent-training-banner_beta-label__ZzDGu,
.ai-agent-training-banner_error-text-link__YoTS_,
.ai-agent-training-banner_error-text__wClwM,
.ai-agent-training-banner_error__T9Ret {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.ai-agent-training-banner_mini-square__Wugm_ {
  width: 20px;
  height: 20px;
}
.ai-agent-training-banner_help-text__qH4jg {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.ai-agent-training-banner_error-text__wClwM {
  color: #d0021b;
  flex-grow: 1;
}
.ai-agent-training-banner_error-text-link__YoTS_ {
  color: #d0021b;
  text-decoration: underline;
}
.ai-agent-training-banner_descriptive-text__LEw2r {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.ai-agent-training-banner_visually-hidden__Bigyk {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ai-agent-training-banner_visually-hidden__Bigyk.ai-agent-training-banner_focusable__IbfjC:active,
.ai-agent-training-banner_visually-hidden__Bigyk.ai-agent-training-banner_focusable__IbfjC:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.ai-agent-training-banner_visually-offscreen__31B91 {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.ai-agent-training-banner_invisible__7fqJR {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.ai-agent-training-banner_hidden__bLndh {
  display: none !important;
  visibility: hidden;
}
.ai-agent-training-banner_strong__gdMr2 {
  font-weight: 700;
}
.ai-agent-training-banner_align-right__jZxUC {
  text-align: right;
}
.ai-agent-training-banner_align-left__M8bZ6 {
  text-align: left;
}
.ai-agent-training-banner_centered__f5JEn {
  text-align: center;
}
.ai-agent-training-banner_timestamp__flYb1 {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.ai-agent-training-banner_display-block__68kyj {
  display: block !important;
}
.ai-agent-training-banner_inline-block__kq8Qp {
  display: inline-block !important;
}
.ai-agent-training-banner_hm-app-body__cGkrz button.ai-agent-training-banner_ant-switch__2qdAz[disabled],
.ai-agent-training-banner_hm-app-body__cGkrz button.ai-agent-training-banner_ant-switch__2qdAz[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.ai-agent-training-banner_blue-button__Ac1Ct,
.ai-agent-training-banner_button-with-bg-color__JOpvM,
.ai-agent-training-banner_cancel-button__UWeHF,
.ai-agent-training-banner_green-button__XnM8y,
.ai-agent-training-banner_orange-button__beDWs,
.ai-agent-training-banner_positive-button__50c1M,
.ai-agent-training-banner_purple-button__wmj2n,
.ai-agent-training-banner_white-button-blue-text__IYoZS,
.ai-agent-training-banner_white-button__Q6_Pg,
button.ai-agent-training-banner_icon-button__547UX,
button.ai-agent-training-banner_text-only__paKEA {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.ai-agent-training-banner_text-only__paKEA,
span.ai-agent-training-banner_text-only__paKEA button {
  color: #31a7e7;
  padding: 0;
}
button.ai-agent-training-banner_text-only__paKEA[disabled],
button.ai-agent-training-banner_text-only__paKEA[disabled]:active,
button.ai-agent-training-banner_text-only__paKEA[disabled]:focus,
button.ai-agent-training-banner_text-only__paKEA[disabled]:hover,
span.ai-agent-training-banner_text-only__paKEA button[disabled],
span.ai-agent-training-banner_text-only__paKEA button[disabled]:active,
span.ai-agent-training-banner_text-only__paKEA button[disabled]:focus,
span.ai-agent-training-banner_text-only__paKEA button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.ai-agent-training-banner_text-only__paKEA.ai-agent-training-banner_red-text__uqexZ,
button.ai-agent-training-banner_text-only__paKEA.ai-agent-training-banner_red-text__uqexZ:active,
button.ai-agent-training-banner_text-only__paKEA.ai-agent-training-banner_red-text__uqexZ:focus,
button.ai-agent-training-banner_text-only__paKEA.ai-agent-training-banner_red-text__uqexZ:hover,
span.ai-agent-training-banner_text-only__paKEA button.ai-agent-training-banner_red-text__uqexZ,
span.ai-agent-training-banner_text-only__paKEA button.ai-agent-training-banner_red-text__uqexZ:active,
span.ai-agent-training-banner_text-only__paKEA button.ai-agent-training-banner_red-text__uqexZ:focus,
span.ai-agent-training-banner_text-only__paKEA button.ai-agent-training-banner_red-text__uqexZ:hover {
  color: #d0021b;
}
button.ai-agent-training-banner_text-only__paKEA.ai-agent-training-banner_gray-text__xG5wR,
span.ai-agent-training-banner_text-only__paKEA button.ai-agent-training-banner_gray-text__xG5wR {
  color: #999;
}
button.ai-agent-training-banner_text-only__paKEA.ai-agent-training-banner_gray-text__xG5wR:active,
button.ai-agent-training-banner_text-only__paKEA.ai-agent-training-banner_gray-text__xG5wR:focus,
button.ai-agent-training-banner_text-only__paKEA.ai-agent-training-banner_gray-text__xG5wR:hover,
span.ai-agent-training-banner_text-only__paKEA button.ai-agent-training-banner_gray-text__xG5wR:active,
span.ai-agent-training-banner_text-only__paKEA button.ai-agent-training-banner_gray-text__xG5wR:focus,
span.ai-agent-training-banner_text-only__paKEA button.ai-agent-training-banner_gray-text__xG5wR:hover {
  color: #999 !important;
}
button.ai-agent-training-banner_text-only__paKEA.ai-agent-training-banner_black-text__CKdWb,
span.ai-agent-training-banner_text-only__paKEA button.ai-agent-training-banner_black-text__CKdWb {
  color: #17191a;
}
button.ai-agent-training-banner_text-only__paKEA.ai-agent-training-banner_black-text__CKdWb:active,
button.ai-agent-training-banner_text-only__paKEA.ai-agent-training-banner_black-text__CKdWb:focus,
button.ai-agent-training-banner_text-only__paKEA.ai-agent-training-banner_black-text__CKdWb:hover,
span.ai-agent-training-banner_text-only__paKEA button.ai-agent-training-banner_black-text__CKdWb:active,
span.ai-agent-training-banner_text-only__paKEA button.ai-agent-training-banner_black-text__CKdWb:focus,
span.ai-agent-training-banner_text-only__paKEA button.ai-agent-training-banner_black-text__CKdWb:hover {
  color: #8158ec;
}
button.ai-agent-training-banner_text-only__paKEA.ai-agent-training-banner_purple-text__nl2Za,
button.ai-agent-training-banner_text-only__paKEA.ai-agent-training-banner_purple-text__nl2Za:active,
button.ai-agent-training-banner_text-only__paKEA.ai-agent-training-banner_purple-text__nl2Za:focus,
button.ai-agent-training-banner_text-only__paKEA.ai-agent-training-banner_purple-text__nl2Za:hover,
span.ai-agent-training-banner_text-only__paKEA button.ai-agent-training-banner_purple-text__nl2Za,
span.ai-agent-training-banner_text-only__paKEA button.ai-agent-training-banner_purple-text__nl2Za:active,
span.ai-agent-training-banner_text-only__paKEA button.ai-agent-training-banner_purple-text__nl2Za:focus,
span.ai-agent-training-banner_text-only__paKEA button.ai-agent-training-banner_purple-text__nl2Za:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.ai-agent-training-banner_text-only__paKEA:active,
button.ai-agent-training-banner_text-only__paKEA:focus,
button.ai-agent-training-banner_text-only__paKEA:hover,
span.ai-agent-training-banner_text-only__paKEA button:active,
span.ai-agent-training-banner_text-only__paKEA button:focus,
span.ai-agent-training-banner_text-only__paKEA button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.ai-agent-training-banner_blue-button__Ac1Ct,
.ai-agent-training-banner_button-with-bg-color__JOpvM,
.ai-agent-training-banner_green-button__XnM8y,
.ai-agent-training-banner_orange-button__beDWs,
.ai-agent-training-banner_positive-button__50c1M,
.ai-agent-training-banner_white-button-blue-text__IYoZS,
.ai-agent-training-banner_white-button__Q6_Pg {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.ai-agent-training-banner_orange-button__beDWs {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.ai-agent-training-banner_orange-button__beDWs:active,
.ai-agent-training-banner_orange-button__beDWs:focus,
.ai-agent-training-banner_orange-button__beDWs:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.ai-agent-training-banner_orange-button__beDWs[disabled],
.ai-agent-training-banner_orange-button__beDWs[disabled]:active,
.ai-agent-training-banner_orange-button__beDWs[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.ai-agent-training-banner_orange-button__beDWs.ai-agent-training-banner_drop-down__kJ5vX {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.ai-agent-training-banner_scroll-loader__XuWok {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.ai-agent-training-banner_green-button__XnM8y {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.ai-agent-training-banner_green-button__XnM8y:active,
.ai-agent-training-banner_green-button__XnM8y:focus,
.ai-agent-training-banner_green-button__XnM8y:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.ai-agent-training-banner_green-button__XnM8y[disabled],
.ai-agent-training-banner_green-button__XnM8y[disabled]:active,
.ai-agent-training-banner_green-button__XnM8y[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.ai-agent-training-banner_positive-button__50c1M {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.ai-agent-training-banner_positive-button__50c1M:active,
.ai-agent-training-banner_positive-button__50c1M:focus,
.ai-agent-training-banner_positive-button__50c1M:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.ai-agent-training-banner_positive-button__50c1M[disabled] {
  background-color: #abe4b2;
}
.ai-agent-training-banner_negative-button__mHoch {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.ai-agent-training-banner_negative-button__mHoch:active,
.ai-agent-training-banner_negative-button__mHoch:focus,
.ai-agent-training-banner_negative-button__mHoch:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.ai-agent-training-banner_plain-cancel-button__Hdd1Z,
.ai-agent-training-banner_plain-cancel-button__Hdd1Z:active,
.ai-agent-training-banner_plain-cancel-button__Hdd1Z:focus,
.ai-agent-training-banner_plain-cancel-button__Hdd1Z:hover {
  color: #17191a;
}
.ai-agent-training-banner_white-button-blue-text__IYoZS,
.ai-agent-training-banner_white-button__Q6_Pg {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.ai-agent-training-banner_white-button-blue-text__IYoZS:active,
.ai-agent-training-banner_white-button-blue-text__IYoZS:focus,
.ai-agent-training-banner_white-button-blue-text__IYoZS:hover,
.ai-agent-training-banner_white-button__Q6_Pg:active,
.ai-agent-training-banner_white-button__Q6_Pg:focus,
.ai-agent-training-banner_white-button__Q6_Pg:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.ai-agent-training-banner_white-button__Q6_Pg[disabled],
.ai-agent-training-banner_white-button__Q6_Pg[disabled]:active,
.ai-agent-training-banner_white-button__Q6_Pg[disabled]:focus,
.ai-agent-training-banner_white-button__Q6_Pg[disabled]:hover,
[disabled].ai-agent-training-banner_white-button-blue-text__IYoZS {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.ai-agent-training-banner_common-sentiment-emoji__Q53Qt {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.ai-agent-training-banner_white-button-blue-text__IYoZS {
  color: #31a7e7;
}
.ai-agent-training-banner_white-button-blue-text__IYoZS:active,
.ai-agent-training-banner_white-button-blue-text__IYoZS:focus,
.ai-agent-training-banner_white-button-blue-text__IYoZS:hover {
  color: #31a7e7 !important;
}
.ai-agent-training-banner_blue-button__Ac1Ct {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #31a7e7;
  color: #fff;
  display: inline-block;
}
.ai-agent-training-banner_blue-button__Ac1Ct:active,
.ai-agent-training-banner_blue-button__Ac1Ct:focus,
.ai-agent-training-banner_blue-button__Ac1Ct:hover {
  background-color: #31a7e7;
  color: #fff;
}
.ai-agent-training-banner_green-button__XnM8y {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #56bf56;
  color: #fff;
  display: inline-block;
}
.ai-agent-training-banner_green-button__XnM8y:active,
.ai-agent-training-banner_green-button__XnM8y:focus,
.ai-agent-training-banner_green-button__XnM8y:hover {
  background-color: #56bf56;
  color: #fff;
}
.ai-agent-training-banner_purple-button__wmj2n {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.ai-agent-training-banner_purple-button__wmj2n:active,
.ai-agent-training-banner_purple-button__wmj2n:focus,
.ai-agent-training-banner_purple-button__wmj2n:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.ai-agent-training-banner_dropdown-input__tLW3M {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.ai-agent-training-banner_dropdown-input__tLW3M:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.ai-agent-training-banner_hm-app-body__cGkrz input::placeholder {
  color: #a3a3a3;
}
.ai-agent-training-banner_textarea-composer__5r4J1 {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.ai-agent-training-banner_container__4IOI6 input,
.ai-agent-training-banner_container__4IOI6 textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.ai-agent-training-banner_input-for-copy__gxiaa {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.ai-agent-training-banner_input-text-bordered__uYMfE,
.ai-agent-training-banner_input-text__mMnDi,
.ai-agent-training-banner_input-textarea__ZFdk5 {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.ai-agent-training-banner_input-text__mMnDi {
  height: 50px;
}
.ai-agent-training-banner_input-text-bordered__uYMfE {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.ai-agent-training-banner_xxl-input__eGrVh {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.ai-agent-training-banner_xl-input__zhMni {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.ai-agent-training-banner_l-input__ZsPKr {
  width: 100%;
  font-size: 1.1rem;
}
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_content__4MUBu input,
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_upload-data-input-with-icon__kRcSj input,
.ai-agent-training-banner_input-grey__D3XW2,
input .ai-agent-training-banner_input-white__7oEHK,
textarea .ai-agent-training-banner_input-white__7oEHK {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_content__4MUBu input::placeholder,
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_upload-data-input-with-icon__kRcSj input::placeholder,
.ai-agent-training-banner_input-grey__D3XW2::placeholder,
input .ai-agent-training-banner_input-white__7oEHK::placeholder,
textarea .ai-agent-training-banner_input-white__7oEHK::placeholder {
  color: #999;
  opacity: 1;
}
input .ai-agent-training-banner_input-white__7oEHK,
textarea .ai-agent-training-banner_input-white__7oEHK {
  background-color: #fff;
}
.ai-agent-training-banner_clearfix__WnEkt:after {
  clear: both;
  content: '';
  display: block;
}
.ai-agent-training-banner_hidden-important__1Yp_i {
  display: none !important;
}
.ai-agent-training-banner_p-left__yI8y2 {
  float: left;
}
.ai-agent-training-banner_p-right__Oedyd {
  float: right;
}
.ai-agent-training-banner_image_orientation_3__WpObW {
  tranform: rotate(180deg);
}
.ai-agent-training-banner_image_orientation_6__ReRUo {
  tranform: rotate(90deg);
}
.ai-agent-training-banner_image_orientation_8__Xq7r5 {
  tranform: rotate(-90deg);
}
.ai-agent-training-banner_image_orientation_2__WMCZn {
  tranform: scaleX(-1);
}
.ai-agent-training-banner_image_orientation_7__6HjMS {
  tranform: scaleX(-1) rotate(-90deg);
}
.ai-agent-training-banner_image_orientation_4__QFPQ0 {
  tranform: scaleX(-1) rotate(180deg);
}
.ai-agent-training-banner_image_orientation_5__cMAqg {
  tranform: scaleX(-1) rotate(90deg);
}
.ai-agent-training-banner_image_slideshow_orientation_3__JmYnP {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.ai-agent-training-banner_image_slideshow_orientation_6__XPUU7 {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.ai-agent-training-banner_image_slideshow_orientation_8__ywMNM {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.ai-agent-training-banner_image_slideshow_orientation_2__SQZeO {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.ai-agent-training-banner_image_slideshow_orientation_7__mrI7i {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.ai-agent-training-banner_image_slideshow_orientation_4__wTT1y {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.ai-agent-training-banner_image_slideshow_orientation_5__a7V3f {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.ai-agent-training-banner_container__4IOI6 select::-ms-expand {
  display: none !important;
}
.ai-agent-training-banner_container__4IOI6 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.ai-agent-training-banner_count-area__mI2xQ {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.ai-agent-training-banner_clear-top__QtxYP {
  padding-top: 0;
  margin-top: 0;
}
.ai-agent-training-banner_remove-x-20__IpdUY,
.ai-agent-training-banner_remove-x__jHrUP {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.ai-agent-training-banner_remove-x__jHrUP.ai-agent-training-banner_white__WNPOk,
.ai-agent-training-banner_white__WNPOk.ai-agent-training-banner_remove-x-20__IpdUY {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.ai-agent-training-banner_remove-x-20__IpdUY {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.ai-agent-training-banner_divider___Ed7c {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.ai-agent-training-banner_mobile__ZQLN4 {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.ai-agent-training-banner_blue__MkPN5 {
  color: #31a7e7 !important;
}
.ai-agent-training-banner_white__WNPOk {
  color: #fff !important;
}
.ai-agent-training-banner_purple__B7drm {
  color: #8158ec !important;
}
.ai-agent-training-banner_delete__vAiww {
  color: #d0021b !important;
}
.ai-agent-training-banner_dark-text__egHHU {
  color: #17191a !important;
}
.ai-agent-training-banner_file-input__5IhMa {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.ai-agent-training-banner_image-download-wrapper__G3U_4 {
  position: fixed;
  top: 40px;
  right: 100px;
}
.ai-agent-training-banner_overflow-y-auto__AIOgL {
  overflow-y: auto;
}
.ai-agent-training-banner_is-font-icon__f611c:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.ai-agent-training-banner_is-invisible__gp1Z3 {
  opacity: 0;
}
.ai-agent-training-banner_tabbed-button__HpPZd {
  padding: 0 7px 2px;
}
.ai-agent-training-banner_tabbed-button__HpPZd.ai-agent-training-banner_selected__N03sW {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.ai-agent-training-banner_show-more__5k_qD {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.ai-agent-training-banner_show-more__5k_qD:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.ai-agent-training-banner_time-input___dGOs {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.ai-agent-training-banner_form-group__6xB6N.ai-agent-training-banner_date-time__U_cdl {
  position: relative;
  top: -2px;
}
.ai-agent-training-banner_form-group__6xB6N.ai-agent-training-banner_date-time__U_cdl.ai-agent-training-banner_time__LQOx0 {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.ai-agent-training-banner_form-group__6xB6N.ai-agent-training-banner_date-time__U_cdl.ai-agent-training-banner_form-group-hour__m84MJ .ai-agent-training-banner_colon__oIsHT {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.ai-agent-training-banner_form-group__6xB6N.ai-agent-training-banner_date-time__U_cdl.ai-agent-training-banner_form-group-hour__m84MJ input {
  text-align: center;
}
.ai-agent-training-banner_form-group__6xB6N.ai-agent-training-banner_date-time__U_cdl.ai-agent-training-banner_form-group-day__0IEOt {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.ai-agent-training-banner_form-group__6xB6N.ai-agent-training-banner_date-time__U_cdl.ai-agent-training-banner_form-group-minute__F0n_W {
  width: 42px;
}
.ai-agent-training-banner_form-group__6xB6N.ai-agent-training-banner_date-time__U_cdl.ai-agent-training-banner_form-group-clock__G8Muh {
  width: 54px;
}
.ai-agent-training-banner_attach-img__CTSYb {
  position: relative;
  width: 25px;
  height: 25px;
}
.ai-agent-training-banner_attach-img__CTSYb input#ai-agent-training-banner_add-image__dyjxq {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.ai-agent-training-banner_attach-img__CTSYb span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.ai-agent-training-banner_m-0__27Uv6 {
  margin: 0 !important;
}
.ai-agent-training-banner_ml-auto__GCrrt {
  margin-left: auto;
}
.ai-agent-training-banner_mr-auto___M1ti {
  margin-right: auto;
}
.ai-agent-training-banner_mx-auto__VuBBb {
  margin-left: auto;
  margin-right: auto;
}
.ai-agent-training-banner_mx-16__GIDcb {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.ai-agent-training-banner_my-16__VsTOc {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.ai-agent-training-banner_mr-0__vqt5p {
  margin-right: 0 !important;
}
.ai-agent-training-banner_mr-4__ADr5G {
  margin-right: 4px !important;
}
.ai-agent-training-banner_mr-8__pFVJi {
  margin-right: 8px !important;
}
.ai-agent-training-banner_mr-12___EF2C {
  margin-right: 12px !important;
}
.ai-agent-training-banner_mr-16__ZMYOi {
  margin-right: 16px !important;
}
.ai-agent-training-banner_ml-0__UShad {
  margin-left: 0 !important;
}
.ai-agent-training-banner_ml-4___T9rR {
  margin-left: 4px !important;
}
.ai-agent-training-banner_ml-8__G_M9z {
  margin-left: 8px !important;
}
.ai-agent-training-banner_ml-12__ZG3P2 {
  margin-left: 12px !important;
}
.ai-agent-training-banner_ml-16__Irg6h {
  margin-left: 16px !important;
}
.ai-agent-training-banner_mt-0__aghgM {
  margin-top: 0 !important;
}
.ai-agent-training-banner_mt-4__ILBRX {
  margin-top: 4px !important;
}
.ai-agent-training-banner_mt-8__S6dcG {
  margin-top: 8px !important;
}
.ai-agent-training-banner_mt-16__eJCkN {
  margin-top: 16px !important;
}
.ai-agent-training-banner_mt-24__M6_fQ {
  margin-top: 24px !important;
}
.ai-agent-training-banner_mt-48__mfWr6 {
  margin-top: 48px !important;
}
.ai-agent-training-banner_mb-0__qS1Vb {
  margin-bottom: 0 !important;
}
.ai-agent-training-banner_mb-4__OJPzQ {
  margin-bottom: 4px !important;
}
.ai-agent-training-banner_mb-8__MrNzg {
  margin-bottom: 8px !important;
}
.ai-agent-training-banner_mb-12__8dFt_ {
  margin-bottom: 12px !important;
}
.ai-agent-training-banner_mb-16__ucb0p {
  margin-bottom: 16px !important;
}
.ai-agent-training-banner_mb-24__IPnJp {
  margin-bottom: 24px !important;
}
.ai-agent-training-banner_mb-64__3IIip {
  margin-bottom: 64px !important;
}
.ai-agent-training-banner_p-0__8Fx1C {
  padding: 0 !important;
}
.ai-agent-training-banner_p-16__8xWCT {
  padding: 16px;
}
.ai-agent-training-banner_p-40__jD8Ml {
  padding: 40px;
}
.ai-agent-training-banner_px-0__nHVSf {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ai-agent-training-banner_px-4__OBOzF {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.ai-agent-training-banner_px-8__7Av8J {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.ai-agent-training-banner_px-32__a6urW {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.ai-agent-training-banner_px-40__sJvNn {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.ai-agent-training-banner_pt-40__HSw9R {
  padding-top: 40px;
}
.ai-agent-training-banner_pt-24__WfMnu {
  padding-top: 24px;
}
.ai-agent-training-banner_pt-16__0ivFL {
  padding-top: 16px;
}
.ai-agent-training-banner_pt-12__gdKbA {
  padding-top: 12px !important;
}
.ai-agent-training-banner_pb-40__PXD6I {
  padding-bottom: 40px;
}
.ai-agent-training-banner_pb-24__rWz3M {
  padding-bottom: 24px;
}
.ai-agent-training-banner_pb-16__C3BhD {
  padding-bottom: 16px;
}
.ai-agent-training-banner_pl-8__f7x70 {
  padding-left: 8px !important;
}
.ai-agent-training-banner_pl-12__8LKss {
  padding-left: 12px !important;
}
.ai-agent-training-banner_pl-16__zikka {
  padding-left: 16px !important;
}
.ai-agent-training-banner_text-left__yJynn {
  text-align: left !important;
}
.ai-agent-training-banner_text-right__TFvWH {
  text-align: right !important;
}
.ai-agent-training-banner_text-center__cxZnr {
  text-align: center !important;
}
.ai-agent-training-banner_font-medium__JNMdr {
  font-weight: 500 !important;
}
.ai-agent-training-banner_font-semibold__YLK0D {
  font-weight: 600 !important;
}
.ai-agent-training-banner_radius-8__LPHgV {
  border-radius: 8px !important;
}
.ai-agent-training-banner_truncate___andT {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ai-agent-training-banner_whitespace-nowrap__XVSFG {
  white-space: nowrap;
}
.ai-agent-training-banner_whitespace-pre-wrap__qwW6X {
  white-space: pre-wrap;
}
.ai-agent-training-banner_w-100__v_SJ_ {
  width: 100% !important;
}
.ai-agent-training-banner_h-100__nQE8e {
  height: 100% !important;
}
.ai-agent-training-banner_max-w-none___GcVk {
  max-width: none !important;
}
.ai-agent-training-banner_max-h-none__nLh0c {
  max-height: none !important;
}
.ai-agent-training-banner_min-w-100__J1dk3 {
  min-width: 100px;
}
.ai-agent-training-banner_heading-48-600__x7ysC {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.ai-agent-training-banner_heading-32-600__Zx1bc {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.ai-agent-training-banner_heading-24-600__8pVuT {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.ai-agent-training-banner_heading-18-600__VVtDT {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.ai-agent-training-banner_heading-18-400__H_WR3 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.ai-agent-training-banner_heading-16-700__RNzMy {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.ai-agent-training-banner_text-16-400__5gtuz {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.ai-agent-training-banner_heading-14-600__U_0z_ {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.ai-agent-training-banner_heading-14-500__QLLna {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.ai-agent-training-banner_text-14-400__0ALJt {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.ai-agent-training-banner_text-13-500__ygevP {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.ai-agent-training-banner_text-13-600__89l4A {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.ai-agent-training-banner_text-13-400__YQh_b {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.ai-agent-training-banner_text-12-500__ZV7eS {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.ai-agent-training-banner_text-12-600__dwH29 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.ai-agent-training-banner_text-12-400__BU3es {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.ai-agent-training-banner_status-badge__fftzd {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.ai-agent-training-banner_status-badge__fftzd.ai-agent-training-banner_paused__NxMSr {
  background-color: #ff8b3d;
  color: #fff !important;
}
.ai-agent-training-banner_status-badge__fftzd.ai-agent-training-banner_created__iq4SL,
.ai-agent-training-banner_status-badge__fftzd.ai-agent-training-banner_inactive__j4yrc,
.ai-agent-training-banner_status-badge__fftzd.ai-agent-training-banner_pending___7ZZU {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.ai-agent-training-banner_status-badge__fftzd.ai-agent-training-banner_active__k4bS_ {
  background-color: #56bf56;
  color: #fff !important;
}
.ai-agent-training-banner_status-badge__fftzd.ai-agent-training-banner_error__T9Ret {
  background-color: #d0021b;
  color: #fff !important;
}
.ai-agent-training-banner_status-badge__fftzd.ai-agent-training-banner_progress__UEeg3 {
  background-color: #f5bf0c;
  color: #fff !important;
}
.ai-agent-training-banner_status-badge__fftzd.ai-agent-training-banner_draft__XvruN {
  background-color: #e6e6e6;
  color: #000 !important;
}
.ai-agent-training-banner_status-badge__fftzd.ai-agent-training-banner_sent__KgdaL {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.ai-agent-training-banner_status-badge__fftzd.ai-agent-training-banner_scheduled__BYtoy {
  background-color: #feefcf;
  color: #795548;
}
.ai-agent-training-banner_status-badge__fftzd.ai-agent-training-banner_loading-badge__EF9NK {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.ai-agent-training-banner_status-badge__fftzd.ai-agent-training-banner_loading-badge__EF9NK .ai-agent-training-banner_text__GDsFy {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.ai-agent-training-banner_status-badge__fftzd.ai-agent-training-banner_loading-badge__EF9NK .ai-agent-training-banner_slider__dmNh8 {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: ai-agent-training-banner_moveSlideshow__tRAmL 3s linear infinite;
}
@keyframes ai-agent-training-banner_moveSlideshow__tRAmL {
  to {
    transform: translateX(200%);
  }
}
.ai-agent-training-banner_flex__DrJpg {
  display: flex !important;
}
.ai-agent-training-banner_flex-space-between__h8t0A {
  justify-content: space-between;
}
.ai-agent-training-banner_flex-align-start__Q2sg9 {
  align-items: flex-start;
}
.ai-agent-training-banner_flex-align-center__t5TXq {
  align-items: center;
}
.ai-agent-training-banner_flex-absolute-center__HsjCn {
  justify-content: center;
  align-items: center;
}
.ai-agent-training-banner_flex-container__1QUNY {
  display: flex;
  flex-wrap: wrap;
}
.ai-agent-training-banner_flex-column__uhP5r {
  flex-direction: column;
}
.ai-agent-training-banner_flex-justify-end__YkqL0 {
  justify-content: flex-end;
}
.ai-agent-training-banner_position-relative__iWNyr {
  position: relative !important;
}
.ai-agent-training-banner_position-static__U3d_z {
  position: static !important;
}
.ai-agent-training-banner_position-absolute__rvIte {
  position: absolute !important;
}
.ai-agent-training-banner_hr-grey__myeeT {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.ai-agent-training-banner_input-border__8V09p {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.ai-agent-training-banner_action-content-box__OCaNO,
.ai-agent-training-banner_box-content__xXPMv,
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_upload-data-input-with-icon__kRcSj,
.ai-agent-training-banner_default-border__pzpt2 {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.ai-agent-training-banner_bg-grey___VnlL {
  background-color: #f9f9f9 !important;
}
.ai-agent-training-banner_bg-white__HaIQX {
  background-color: #fff !important;
}
.ai-agent-training-banner_pos-relative__xOKwx {
  position: relative !important;
}
.ai-agent-training-banner_text-light__4Mn_L {
  color: #757c80 !important;
}
.ai-agent-training-banner_text-red__PKRjw {
  color: #d0021b !important;
}
.ai-agent-training-banner_text-green__6JNBJ {
  color: #56bf56 !important;
}
.ai-agent-training-banner_text-blue__BGvjY {
  color: #31a7e7;
}
.ai-agent-training-banner_text-sec-blue__p0bmy {
  color: #1b02b1 !important;
}
.ai-agent-training-banner_notification-dot__U5gnh {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.ai-agent-training-banner_title-with-action-on-left__VAd7V {
  display: flex;
  justify-content: space-between;
}
.ai-agent-training-banner_error__T9Ret {
  color: #d0021b;
}
.ai-agent-training-banner_error-border__u5O5v {
  border: 1px solid #d0021b !important;
}
.ai-agent-training-banner_rotate__Oz_p_ {
  animation: ai-agent-training-banner_rotation__xVBlA 2s linear infinite;
}
@keyframes ai-agent-training-banner_rotation__xVBlA {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.ai-agent-training-banner_switch__fDC30 {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.ai-agent-training-banner_switch__fDC30 .ai-agent-training-banner_btn-toggle__ozWAg {
  opacity: 0;
  width: 0;
  height: 0;
}
.ai-agent-training-banner_switch__fDC30 .ai-agent-training-banner_slider__dmNh8 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.ai-agent-training-banner_switch__fDC30 .ai-agent-training-banner_slider__dmNh8:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.ai-agent-training-banner_switch__fDC30 .ai-agent-training-banner_slider__dmNh8:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.ai-agent-training-banner_switch__fDC30 .ai-agent-training-banner_btn-toggle__ozWAg.ai-agent-training-banner_enabled__w0r70 + .ai-agent-training-banner_slider__dmNh8 {
  background-color: #ffc926;
  border: none;
}
.ai-agent-training-banner_switch__fDC30 .ai-agent-training-banner_btn-toggle__ozWAg:focus + .ai-agent-training-banner_slider__dmNh8 {
  box-shadow: 0 0 1px #2196f3;
}
.ai-agent-training-banner_switch__fDC30 .ai-agent-training-banner_btn-toggle__ozWAg.ai-agent-training-banner_enabled__w0r70 + .ai-agent-training-banner_slider__dmNh8:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.ai-agent-training-banner_switch__fDC30 .ai-agent-training-banner_btn-toggle__ozWAg.ai-agent-training-banner_enabled__w0r70 + .ai-agent-training-banner_slider__dmNh8:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#ai-agent-training-banner_appleid-signin__qL5X_ {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#ai-agent-training-banner_appleid-signin__qL5X_ > div {
  width: 200px !important;
  height: 38px !important;
}
.ai-agent-training-banner_page-header__GYtBj {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ai-agent-training-banner_page-header__GYtBj.ai-agent-training-banner_clear-side__dqAXG {
  padding: 40px 0 32px;
}
.ai-agent-training-banner_page-spacing__Z8YH0 {
  padding: 0 40px;
}
.ai-agent-training-banner_page-header-title__V2aWL {
  color: #17191a;
  margin: 0 0 8px;
}
.ai-agent-training-banner_header-bar__LjeCn {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.ai-agent-training-banner_box-content__xXPMv {
  background-color: #fff;
  margin-bottom: 24px;
}
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_header__9yQU9 {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_header-l__DM4gf {
  padding: 24px 16px;
  margin: 0;
}
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_content__4MUBu {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_content-header__JraEJ {
  margin-bottom: 4px;
  margin-top: 0;
}
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_table-content__aDeAR {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_help-text__qH4jg {
  line-height: 20px;
}
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_sub-text__gJ1GR {
  color: #757c80;
}
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_content-data-input__eb9IG {
  margin-top: 8px;
}
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_data-entry-input__IJrU_,
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_upload-data-input-with-icon__kRcSj {
  margin-top: 8px;
  padding: 0 11px;
}
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_upload-data-input-with-icon__kRcSj {
  cursor: pointer;
  background: #f9f9f9;
}
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_upload-data-input-with-icon__kRcSj input {
  padding: 12px 2px;
}
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_upload-data-input-with-icon__kRcSj input:disabled,
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_upload-data-input-with-icon__kRcSj input:hover {
  cursor: pointer !important;
}
.ai-agent-training-banner_empty-state__J7Zaa {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.ai-agent-training-banner_empty-state__J7Zaa.ai-agent-training-banner_contact-list__ohYYO {
  width: 80%;
}
.ai-agent-training-banner_empty-state__J7Zaa .ai-agent-training-banner_empty-title__o2SPz {
  font-size: 14px;
  font-weight: 500px;
}
.ai-agent-training-banner_empty-state-wrapper__YJ05R {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.ai-agent-training-banner_empty-state-wrapper__YJ05R h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.ai-agent-training-banner_empty-state-wrapper__YJ05R div {
  color: #757c80;
  margin: 16px 0 12px;
}
.ai-agent-training-banner_empty-state-button__WaZ_x {
  margin: 20px 10px;
}
.ai-agent-training-banner_handel-bar__W7upz {
  fill: #b7bfc6;
  vertical-align: middle;
}
.ai-agent-training-banner_tag__6QECK {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.ai-agent-training-banner_ant-color-picker-input__c9lPz .ai-agent-training-banner_ant-input__QIDji {
  height: 22px;
}
.ai-agent-training-banner_ant-color-picker-trigger__z28z8 {
  width: 23px;
  height: 23px;
}
.ai-agent-training-banner_ant-color-picker-trigger__z28z8 .ai-agent-training-banner_ant-color-picker-color-block__JFwE6 {
  width: 18px;
  height: 18px;
}
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_content__4MUBu input,
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_upload-data-input-with-icon__kRcSj input,
input input.ai-agent-training-banner_input-white__7oEHK,
input textarea.ai-agent-training-banner_input-white__7oEHK,
input.ai-agent-training-banner_input-grey__D3XW2,
textarea input.ai-agent-training-banner_input-white__7oEHK,
textarea textarea.ai-agent-training-banner_input-white__7oEHK,
textarea.ai-agent-training-banner_input-grey__D3XW2 {
  background-color: #f9f9f9;
}
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_content__4MUBu input:active,
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_content__4MUBu input:focus,
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_content__4MUBu input:hover,
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_upload-data-input-with-icon__kRcSj input:active,
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_upload-data-input-with-icon__kRcSj input:focus,
.ai-agent-training-banner_box-content__xXPMv .ai-agent-training-banner_upload-data-input-with-icon__kRcSj input:hover,
input input.ai-agent-training-banner_input-white__7oEHK:active,
input input.ai-agent-training-banner_input-white__7oEHK:focus,
input input.ai-agent-training-banner_input-white__7oEHK:hover,
input textarea.ai-agent-training-banner_input-white__7oEHK:active,
input textarea.ai-agent-training-banner_input-white__7oEHK:focus,
input textarea.ai-agent-training-banner_input-white__7oEHK:hover,
input.ai-agent-training-banner_input-grey__D3XW2:active,
input.ai-agent-training-banner_input-grey__D3XW2:focus,
input.ai-agent-training-banner_input-grey__D3XW2:hover,
textarea input.ai-agent-training-banner_input-white__7oEHK:active,
textarea input.ai-agent-training-banner_input-white__7oEHK:focus,
textarea input.ai-agent-training-banner_input-white__7oEHK:hover,
textarea textarea.ai-agent-training-banner_input-white__7oEHK:active,
textarea textarea.ai-agent-training-banner_input-white__7oEHK:focus,
textarea textarea.ai-agent-training-banner_input-white__7oEHK:hover,
textarea.ai-agent-training-banner_input-grey__D3XW2:active,
textarea.ai-agent-training-banner_input-grey__D3XW2:focus,
textarea.ai-agent-training-banner_input-grey__D3XW2:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.ai-agent-training-banner_input-white__7oEHK:active,
input.ai-agent-training-banner_input-white__7oEHK:focus,
input.ai-agent-training-banner_input-white__7oEHK:hover,
span.ai-agent-training-banner_input-white__7oEHK:active,
span.ai-agent-training-banner_input-white__7oEHK:focus,
span.ai-agent-training-banner_input-white__7oEHK:hover,
textarea.ai-agent-training-banner_input-white__7oEHK:active,
textarea.ai-agent-training-banner_input-white__7oEHK:focus,
textarea.ai-agent-training-banner_input-white__7oEHK:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.ai-agent-training-banner_image-uploader-flex__2Hp0V .ai-agent-training-banner_ant-upload-select__tQv1S {
  display: flex;
}
.ai-agent-training-banner_image-uploader-flex__2Hp0V .ai-agent-training-banner_ant-upload-select__tQv1S .ai-agent-training-banner_ant-upload__ZCQKy {
  flex: 1 1;
}
.ai-agent-training-banner_modal-footer-wrapper__9CGpN {
  display: flex;
  justify-content: center;
}
.ai-agent-training-banner_app-modal__P_c1_ .ai-agent-training-banner_small__NqzFE {
  width: 350px;
}
.ai-agent-training-banner_toast__VSZET.ai-agent-training-banner_negative__zndLp .ai-agent-training-banner_ant-message-notice-content__PU5A_ {
  background-color: #d0021b;
}
.ai-agent-training-banner_toast__VSZET.ai-agent-training-banner_positive__8Catl .ai-agent-training-banner_ant-message-notice-content__PU5A_ {
  background-color: #56bf56;
}
.ai-agent-training-banner_toast__VSZET.ai-agent-training-banner_loading__ZXgvm
  .ai-agent-training-banner_ant-message-notice-content__PU5A_
  .ai-agent-training-banner_toast-wrapper__KTG3s
  .ai-agent-training-banner_contents__11c7Z,
.ai-agent-training-banner_toast__VSZET.ai-agent-training-banner_loading__ZXgvm
  .ai-agent-training-banner_ant-message-notice-content__PU5A_
  .ai-agent-training-banner_toast-wrapper__KTG3s
  .ai-agent-training-banner_contents__11c7Z
  .ai-agent-training-banner_title__mZyqa {
  color: #000 !important;
}
.ai-agent-training-banner_toast__VSZET.ai-agent-training-banner_loading__ZXgvm .ai-agent-training-banner_ant-message-loading__pIFEP .ai-agent-training-banner_anticon-loading__DMu8G {
  font-size: 1.5rem;
}
.ai-agent-training-banner_toast__VSZET .ai-agent-training-banner_ant-message-notice-content__PU5A_ {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.ai-agent-training-banner_toast__VSZET .ai-agent-training-banner_ant-message-notice-content__PU5A_ .ai-agent-training-banner_toast-wrapper__KTG3s {
  position: relative;
  display: flex;
  align-items: center;
}
.ai-agent-training-banner_toast__VSZET .ai-agent-training-banner_ant-message-notice-content__PU5A_ .ai-agent-training-banner_toast-wrapper__KTG3s .ai-agent-training-banner_contents__11c7Z {
  position: relative;
  padding-left: 16px;
}
.ai-agent-training-banner_toast__VSZET
  .ai-agent-training-banner_ant-message-notice-content__PU5A_
  .ai-agent-training-banner_toast-wrapper__KTG3s
  .ai-agent-training-banner_contents__11c7Z
  .ai-agent-training-banner_title__mZyqa {
  color: #fff !important;
}
.ai-agent-training-banner_toast__VSZET .ai-agent-training-banner_ant-message-notice-content__PU5A_ .ai-agent-training-banner_toast-wrapper__KTG3s .ai-agent-training-banner_contents__11c7Z p {
  margin: 0;
}
.ai-agent-training-banner_toast__VSZET .ai-agent-training-banner_ant-message-notice-content__PU5A_ .ai-agent-training-banner_toast-wrapper__KTG3s .ai-agent-training-banner_contents__11c7Z p a,
.ai-agent-training-banner_toast__VSZET .ai-agent-training-banner_ant-message-notice-content__PU5A_ .ai-agent-training-banner_toast-wrapper__KTG3s .ai-agent-training-banner_contents__11c7Z p button {
  color: #fff;
  text-decoration: underline;
}
.ai-agent-training-banner_toast__VSZET .ai-agent-training-banner_ant-message-notice-content__PU5A_ .ai-agent-training-banner_icon__Wegtf {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.ai-agent-training-banner_toast__VSZET .ai-agent-training-banner_ant-message-notice-content__PU5A_ .ai-agent-training-banner_icon__Wegtf.ai-agent-training-banner_positive__8Catl {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.ai-agent-training-banner_toast__VSZET .ai-agent-training-banner_ant-message-notice-content__PU5A_ .ai-agent-training-banner_icon__Wegtf.ai-agent-training-banner_positive__8Catl:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.ai-agent-training-banner_toast__VSZET .ai-agent-training-banner_ant-message-notice-content__PU5A_ .ai-agent-training-banner_icon__Wegtf.ai-agent-training-banner_negative__zndLp {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.ai-agent-training-banner_toast__VSZET .ai-agent-training-banner_ant-message-notice-content__PU5A_ .ai-agent-training-banner_icon__Wegtf.ai-agent-training-banner_negative__zndLp:before {
  top: 10px;
}
.ai-agent-training-banner_action-content-box__OCaNO {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.ai-agent-training-banner_action-content-box__OCaNO.ai-agent-training-banner_numbered__33cE3 .ai-agent-training-banner_sub-content__WR7FD p {
  margin-left: 18px;
}
.ai-agent-training-banner_action-content-box__OCaNO .ai-agent-training-banner_sub-content__WR7FD {
  padding: 26px 26px 20px;
}
.ai-agent-training-banner_action-content-box__OCaNO .ai-agent-training-banner_sub-content__WR7FD.ai-agent-training-banner_right__OZFF_ {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.ai-agent-training-banner_action-content-box__OCaNO .ai-agent-training-banner_sub-content__WR7FD.ai-agent-training-banner_right__OZFF_ button {
  margin: 0 20px;
}
.ai-agent-training-banner_action-content-box__OCaNO .ai-agent-training-banner_sub-content__WR7FD h4,
.ai-agent-training-banner_action-content-box__OCaNO .ai-agent-training-banner_sub-content__WR7FD p.ai-agent-training-banner_bold__25jOX {
  margin: 0;
}
.ai-agent-training-banner_action-content-box__OCaNO .ai-agent-training-banner_sub-content__WR7FD h4 span,
.ai-agent-training-banner_action-content-box__OCaNO .ai-agent-training-banner_sub-content__WR7FD p.ai-agent-training-banner_bold__25jOX span {
  width: 18px;
  display: inline-block;
}
.ai-agent-training-banner_action-content-box__OCaNO .ai-agent-training-banner_sub-content__WR7FD p {
  margin: 6px 0 0;
}
.ai-agent-training-banner_action-content-box__OCaNO .ai-agent-training-banner_remove__83gub {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.ai-agent-training-banner_options-dot__qO7ER {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.ai-agent-training-banner_options-dot__qO7ER.ai-agent-training-banner_boxed__SLS5E {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.ai-agent-training-banner_options-dot__qO7ER.ai-agent-training-banner_active__k4bS_,
.ai-agent-training-banner_options-dot__qO7ER:focus-visible,
.ai-agent-training-banner_options-dot__qO7ER:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.ai-agent-training-banner_clickable__L6VBQ {
  cursor: pointer;
}
.ai-agent-training-banner_beta-label__ZzDGu {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.ai-agent-training-banner_none-style-list-options__SpSzV {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.ai-agent-training-banner_none-style-list-options__SpSzV li {
  margin: 5px 0;
}
.ai-agent-training-banner_ant-tour__fqyoN {
  width: 400px;
}
.ai-agent-training-banner_ant-collapse__s7da4
  > .ai-agent-training-banner_ant-collapse-item__qXOGH
  > .ai-agent-training-banner_ant-collapse-header-collapsible-only__JfnY0
  > .ai-agent-training-banner_ant-collapse-header-text__aWjhX {
  flex: auto;
}
.ai-agent-training-banner_onboarding-tour-header__INgTE {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.ai-agent-training-banner_onboarding-tour-description__dLuRb {
  color: #17191a;
  font-size: 16px;
}
.ai-agent-training-banner_tour-hidden-button__H1uqo {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.ai-agent-training-banner_ai-onboarding-tour-header__UcsEW {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.ai-agent-training-banner_onboarding-step-ai-tour__VHwQS {
  width: 350px;
}
.ai-agent-training-banner_onboarding-step-ai-tour__VHwQS .ai-agent-training-banner_onboarding-step-ai-tour-inner__rZAgz .ai-agent-training-banner_onboarding-step-ai-tour-description__8dPbU {
  padding: 0 20px;
}
.ai-agent-training-banner_onboarding-step-ai-tour__VHwQS .ai-agent-training-banner_onboarding-step-ai-tour-inner__rZAgz .ai-agent-training-banner_onboarding-step-ai-tour-footer__fVZGN {
  padding: 0 20px 20px;
}
.ai-agent-training-banner_onboarding-step-ai-tour__VHwQS .ai-agent-training-banner_onboarding-step-ai-tour-inner__rZAgz .ai-agent-training-banner_onboarding-step-ai-tour-header__Ivqo4 {
  padding: 20px 20px 4px;
}
.ai-agent-training-banner_onboarding-step-ai-tour__VHwQS .ai-agent-training-banner_onboarding-step-ai-tour-inner__rZAgz .ai-agent-training-banner_onboarding-step-ai-tour-indicators__1WQML {
  display: flex;
  width: 100%;
}
.ai-agent-training-banner_onboarding-step-ai-tour__VHwQS .ai-agent-training-banner_onboarding-step-ai-tour-inner__rZAgz .ai-agent-training-banner_onboarding-step-ai-tour-buttons__OEfzN {
  width: 0;
  visibility: hidden;
}
.ai-agent-training-banner_onboarding-step-ai-tour-mask__EBXTs mask[id^='onboarding-step-ai-tour-mask'] rect.ai-agent-training-banner_onboarding-step-ai-tour-placeholder-animated__8b02q {
  rx: 8px;
}
.ai-agent-training-banner_onboarding-step-ai-tour-round-mask__r43Y5
  mask[id^='onboarding-step-ai-tour-round-mask']
  rect.ai-agent-training-banner_onboarding-step-ai-tour-round-placeholder-animated__l9wsp {
  rx: 25px;
}
.ai-agent-training-banner_onboarding-step-tour__pOHMA {
  width: 400px;
}
.ai-agent-training-banner_onboarding-step-tour__pOHMA.ai-agent-training-banner_content-hidden__7RVrI {
  display: none !important;
}
.ai-agent-training-banner_onboarding-step-tour__pOHMA.ai-agent-training-banner_extended-width__OGZUH {
  width: 600px;
}
.ai-agent-training-banner_onboarding-step-tour-mask__RwO5q mask[id^='onboarding-step-tour-mask'] rect.ai-agent-training-banner_onboarding-step-tour-placeholder-animated__hb_9f {
  rx: 8px;
}
.ai-agent-training-banner_onboarding-step-one-tour__t6xqo {
  width: 400px;
}
.ai-agent-training-banner_onboarding-step-one-tour__t6xqo.ai-agent-training-banner_content-hidden__7RVrI {
  display: none !important;
}
.ai-agent-training-banner_onboarding-step-one-tour__t6xqo.ai-agent-training-banner_extended-width__OGZUH {
  width: 600px;
}
.ai-agent-training-banner_onboarding-step-one-tour-mask__rCi_T mask[id^='onboarding-step-one-tour-mask'] rect.ai-agent-training-banner_onboarding-step-one-tour-placeholder-animated__hlUv1 {
  rx: 25px;
}
.ai-agent-training-banner_support-unread-tour__t45bG {
  width: 272px;
}
.ai-agent-training-banner_support-unread-tour__t45bG .ai-agent-training-banner_support-unread-tour-inner__9vK6E .ai-agent-training-banner_support-unread-tour-header__gGvT3 {
  padding: 8px 16px 4px;
}
.ai-agent-training-banner_support-unread-tour__t45bG .ai-agent-training-banner_support-unread-tour-inner__9vK6E .ai-agent-training-banner_support-unread-tour-footer__s1yYA {
  padding: 0 16px 16px;
}
.ai-agent-training-banner_support-unread-tour__t45bG .ai-agent-training-banner_support-unread-tour-inner__9vK6E .ai-agent-training-banner_support-unread-tour-close__orfRS {
  top: 10px;
}
.ai-agent-training-banner_preserve-scroll-position__CCijN {
  overflow-anchor: none;
}
.ai-agent-training-banner_toolbar-wrapper__ezBca {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.ai-agent-training-banner_toolbar-wrapper__ezBca .ai-agent-training-banner_anticon__RiKmQ {
  padding: 12px;
  cursor: pointer;
}
.ai-agent-training-banner_toolbar-wrapper__ezBca .ai-agent-training-banner_anticon__RiKmQ:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.ai-agent-training-banner_toolbar-wrapper__ezBca .ai-agent-training-banner_anticon__RiKmQ:hover {
  opacity: 0.3;
}
.ai-agent-training-banner_ant-carousel__sKFZZ .ai-agent-training-banner_slick-dots__eIYRM li.ai-agent-training-banner_slick-active__EzkYK button {
  background-color: #8158ec;
}
.ai-agent-training-banner_ant-carousel__sKFZZ .ai-agent-training-banner_slick-dots__eIYRM li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.ai-agent-training-banner_ant-modal-root__x2MQz .ai-agent-training-banner_ant-modal-mask__fAtTj,
.ai-agent-training-banner_ant-modal-root__x2MQz .ai-agent-training-banner_ant-modal-wrap__wfxrL {
  z-index: 1001;
}
.ai-agent-training-banner_focused__C7ngy {
  background-color: #f5f5f5;
}
.ai-agent-training-banner_spinner-overlay__ZZZd2,
.ai-agent-training-banner_spinner__h6PmG {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ai-agent-training-banner_spinner-overlay__ZZZd2 {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.ai-agent-training-banner_spinner__h6PmG {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ai-agent-training-banner_large-tag__Zuw5x {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.ai-agent-training-banner_email-pill__4Z2va,
.ai-agent-training-banner_phone-pill__FD3h2 {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.ai-agent-training-banner_email-pill__4Z2va:not(:empty),
.ai-agent-training-banner_phone-pill__FD3h2:not(:empty) {
  padding: 4px;
}
.ai-agent-training-banner_phone-pill__FD3h2 {
  background-color: #e0f2fb;
}
.ai-agent-training-banner_email-pill__4Z2va {
  background-color: #ffefbe;
}
.ai-agent-training-banner_input-box__7gd_c {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.ai-agent-training-banner_input-box__7gd_c.ai-agent-training-banner_bordered__sArXf {
  border: 1px solid #e6e6e6;
}
.ai-agent-training-banner_input-box__7gd_c.ai-agent-training-banner_large__9WRx9 {
  height: auto;
  min-height: 80px;
}
.ai-agent-training-banner_input-box__7gd_c:focus {
  border-color: #ffc926;
}
.ai-agent-training-banner_container__4IOI6 {
  border-radius: 4px;
  background: #f6f3fe;
  box-shadow: none;
  padding: 10px;
  border-left: 15px solid #fff;
  border-bottom: 15px solid #fff;
  border-right: 15px solid #fff;
  border-top-color: #fff;
  border-radius: 0;
  margin-top: -1px;
}
.ai-agent-training-banner_header__9yQU9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ai-agent-training-banner_title__mZyqa {
  display: flex;
  gap: 5px;
}
.ai-agent-training-banner_more-btn__4s58P {
  cursor: pointer;
  display: flex;
  border-radius: 4px;
  padding: 4px;
  margin-top: -2px;
  margin-bottom: -2px;
  transition: background-color 0.2s ease-in-out;
}
.ai-agent-training-banner_more-btn__4s58P:hover {
  background-color: #e1d7fb;
}
.ai-agent-training-banner_content-row__Akegu {
  margin-top: 10px;
  position: relative;
  padding: 14px 12px;
  background-color: #fff;
  border-radius: 4px;
  min-height: 48px;
}
.ai-agent-training-banner_message__mr_Db {
  padding-right: 170px;
}
.ai-agent-training-banner_actions__c5om1 {
  position: absolute;
  top: 8px;
  right: 12px;
  display: flex;
  gap: 3px;
}
.ai-agent-training-banner_action-btn__Z90lQ {
  background-color: #f0ebfd;
  padding: 8px;
  transition: background-color 0.2s ease-in-out;
  line-height: 1;
  height: 32px;
  font-weight: 600;
}
.ai-agent-training-banner_action-btn__Z90lQ:not(:disabled):hover {
  background-color: #b8a1f5;
}
.ai-agent-training-banner_action-btn__Z90lQ:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ai-agent-training-banner_action-btn__Z90lQ:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ai-agent-training-banner_small-action-icon__O_GhG {
  font-size: 12px;
}
.ai-agent-training-banner_action-icon__D9ZYM {
  font-size: 16px;
}
.ai-agent-training-banner_feedback-btn__fvCdY {
  background-color: transparent;
  padding: 8px;
  height: 32px;
}
.ai-agent-training-banner_feedback-btn__fvCdY:not(:disabled):hover span {
  color: #ffc107 !important;
}
.ai-agent-training-banner_feedback-btn__fvCdY:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.scheduled-message_date-time-picker-wrapper__5ERJI .scheduled-message_time-picker-column__N65xD .scheduled-message_date-time-label__qCaWF {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.scheduled-message_action-buttons__lWtaG {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.scheduled-message_message-block__pPdz1,
.scheduled-message_message__uyEu3 .scheduled-message_text__29HHt,
.scheduled-message_message__uyEu3 .scheduled-message_text__29HHt div,
.scheduled-message_message__uyEu3 .scheduled-message_time-scheduled__sCZOZ {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.scheduled-message_arrow-button__9_qde {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.scheduled-message_mini-square__BGp_h {
  width: 20px;
  height: 20px;
}
.scheduled-message_scheduled-row-wrapper__qJogx {
  height: 65px;
  box-sizing: border-box;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  padding: 6px 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.scheduled-message_date-time-picker-wrapper__5ERJI .scheduled-message_calendar-header-wrapper__PsFfm .scheduled-message_scheduled-row-wrapper__qJogx .scheduled-message_remove-border__Ss8De,
.scheduled-message_scheduled-row-wrapper__qJogx .scheduled-message_date-time-picker-wrapper__5ERJI .scheduled-message_calendar-header-wrapper__PsFfm .scheduled-message_remove-border__Ss8De,
.scheduled-message_scheduled-row-wrapper__qJogx .scheduled-message_ico-arrow-black__GufqD {
  flex: 24px 1;
}
.scheduled-message_message-block__pPdz1,
.scheduled-message_message__uyEu3 .scheduled-message_text__29HHt,
.scheduled-message_message__uyEu3 .scheduled-message_text__29HHt div {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}
.scheduled-message_message__uyEu3 {
  width: calc(100% - 48px);
}
.scheduled-message_message__uyEu3 .scheduled-message_email-text-wrapper__ToABH {
  max-width: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
}
.scheduled-message_message__uyEu3 .scheduled-message_email-text-wrapper__ToABH .scheduled-message_email-text____Cu8 {
  max-width: calc(100% - 100px);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.scheduled-message_message__uyEu3 .scheduled-message_actions-wrapper__gJzDH {
  display: flex;
  align-items: baseline;
}
.scheduled-message_message__uyEu3 .scheduled-message_time-scheduled__sCZOZ {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  width: calc(100% - 200px);
  height: 20px;
}
.scheduled-message_arrow-button__9_qde {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
.scheduled-message_action-buttons__lWtaG {
  display: flex;
  gap: 8px;
  align-items: baseline;
  justify-content: flex-end;
  height: 28px;
}
.scheduled-message_action-buttons__lWtaG .scheduled-message_divider__bOoMi {
  font-weight: 400;
}
.scheduled-message_reschedule-popover__2d1rZ {
  padding: 20px;
}
.scheduled-message_date-time-picker-wrapper__5ERJI {
  display: flex;
  gap: 10px;
}
@media (max-width: 550px) {
  .scheduled-message_date-time-picker-wrapper__5ERJI {
    flex-direction: column;
    align-items: center;
  }
}
.scheduled-message_date-time-picker-wrapper__5ERJI.scheduled-message_with-padding__Sm6BF {
  padding: 12px;
}
.scheduled-message_date-time-picker-wrapper__5ERJI .scheduled-message_calendar-wrapper__rR2O2 {
  height: 330px;
  width: 270px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}
.scheduled-message_date-time-picker-wrapper__5ERJI .scheduled-message_calendar-header-wrapper__PsFfm {
  display: flex;
  width: 256px;
  justify-content: space-between;
  padding: 10px 0;
}
.scheduled-message_date-time-picker-wrapper__5ERJI .scheduled-message_calendar-header-wrapper__PsFfm .scheduled-message_remove-border__Ss8De {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
.scheduled-message_date-time-picker-wrapper__5ERJI .scheduled-message_time-picker-column__N65xD {
  width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.scheduled-message_date-time-picker-wrapper__5ERJI .scheduled-message_time-picker-column__N65xD .scheduled-message_date-time-label__qCaWF {
  padding: 12px 12px 0;
  text-align: center;
}
.scheduled-message_date-time-picker-wrapper__5ERJI .scheduled-message_time-picker-column__N65xD .scheduled-message_timezone-picker-wrapper__MAdy5 {
  width: 100%;
  padding: 0 10px;
}
.scheduled-message_date-time-picker-wrapper__5ERJI .scheduled-message_action-buttons__lWtaG {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
}
.scheduled-message_date-time-picker-wrapper__5ERJI .scheduled-message_action-buttons__lWtaG .scheduled-message_save-button__vg8LR {
  width: 50px;
  padding: 2px 6px;
}
.scheduled-message_month-select-offset__Qa3Kx {
  margin-left: 19.5px;
  margin-right: -10px;
}
.picker-drawer_item-name__8Z7R7 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.picker-drawer_header__LTxZW .picker-drawer_header-section__xEk4S,
.picker-drawer_language-select-row__G2an_ .picker-drawer_english__G03cU {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.picker-drawer_ai-drawer__y4mmU .picker-drawer_pill__3dCmO,
.picker-drawer_pagination__eTj_H {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.picker-drawer_header__LTxZW .picker-drawer_header-options__7pYgG .picker-drawer_option__KKIJX {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.picker-drawer_mini-square__PwONE {
  width: 20px;
  height: 20px;
}
.picker-drawer_header-wrapper__Ju4f7 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  background: #f9f9f9;
}
.picker-drawer_header-search__ncalI {
  width: 100%;
  padding-bottom: 8px;
}
.picker-drawer_header__LTxZW {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  padding: 0;
  align-items: center;
  min-height: 50px;
}
.picker-drawer_header__LTxZW .ant-tabs-nav {
  margin: 0 0 0 16px !important;
}
.picker-drawer_header__LTxZW.picker-drawer_space-between__H0EtY {
  justify-content: space-between;
}
.picker-drawer_header__LTxZW .picker-drawer_header-section__xEk4S {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 8px 0 0;
  gap: 20px;
}
.picker-drawer_header__LTxZW .picker-drawer_header-options__7pYgG {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  margin-left: auto;
  width: 290px;
  gap: 10px;
}
.picker-drawer_header__LTxZW .picker-drawer_header-options__7pYgG .picker-drawer_option-icon-wrapper__7Py7n {
  display: flex;
  align-items: center;
}
.picker-drawer_header__LTxZW .picker-drawer_header-options__7pYgG .picker-drawer_option-icon__CubNF {
  margin-right: 4px;
}
.picker-drawer_item-name__8Z7R7,
.picker-drawer_item-text__ji9LS {
  max-width: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.picker-drawer_item-text__ji9LS {
  color: #757c80;
}
.picker-drawer_container__974vs {
  max-height: 300px;
  overflow-y: auto;
}
.picker-drawer_container__974vs .ant-list-item .ant-list-item-meta {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
.picker-drawer_container__974vs .ant-list-item .ant-list-item-meta-title {
  margin: 0 0 4px !important;
}
.picker-drawer_selectable-list__EHx19 {
  background: #fff;
  overflow: hidden;
}
.picker-drawer_selectable-list__EHx19.picker-drawer_suggested-reply-list___N8FK {
  max-height: 33vh;
  overflow-y: scroll;
}
.picker-drawer_selectable-list__EHx19 .ant-list-item-meta-title {
  margin: 0 0 4px !important;
}
.picker-drawer_item-wrapper__xsuwb {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px !important;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
.picker-drawer_item-wrapper__xsuwb.active,
.picker-drawer_item-wrapper__xsuwb:focus {
  background-color: #31a7e7;
}
.picker-drawer_item-wrapper__xsuwb.active .picker-drawer_item-name__8Z7R7,
.picker-drawer_item-wrapper__xsuwb.active .picker-drawer_item-text__ji9LS,
.picker-drawer_item-wrapper__xsuwb:focus .picker-drawer_item-name__8Z7R7,
.picker-drawer_item-wrapper__xsuwb:focus .picker-drawer_item-text__ji9LS {
  color: #fff;
}
.picker-drawer_img-container__G7qkw {
  width: 50px;
  height: 40px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  position: relative;
  border-radius: 4px;
}
.picker-drawer_img-container__G7qkw .picker-drawer_img-wrapper__AI7d1 {
  width: 50%;
  height: 50%;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  float: left;
}
.picker-drawer_img-container__G7qkw .picker-drawer_img-wrapper__AI7d1 img {
  width: 100%;
  height: 100%;
}
.picker-drawer_img-container__G7qkw .picker-drawer_img-wrapper__AI7d1.picker-drawer_number__Dp39Y {
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.picker-drawer_ai-drawer__y4mmU.picker-drawer_purple-border__d01Q2 {
  border: 1px solid #8158ec;
  border-radius: 0 0 8px 8px;
  margin: 0 -1px -1px;
}
.picker-drawer_ai-drawer__y4mmU .picker-drawer_pills-row__Q7G6C {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 0 10px 10px;
}
.picker-drawer_ai-drawer__y4mmU .picker-drawer_pill__3dCmO {
  border: 1px solid #455b66;
  border-radius: 4px;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  gap: 4px;
  height: 28px;
  padding: 4px 8px;
  cursor: pointer;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.picker-drawer_ai-drawer__y4mmU .picker-drawer_pill__3dCmO[disabled] {
  cursor: not-allowed;
  color: gray;
}
.picker-drawer_language-select-row__G2an_ {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
}
.picker-drawer_pagination__eTj_H {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100px;
}
.picker-drawer_pagination__eTj_H .picker-drawer_page-bubble__KV6oj {
  width: 8px;
  height: 8px;
  border-radius: 6px;
  background-color: #a3a3a3;
  flex-grow: 0;
  padding-inline: unset;
}
.picker-drawer_pagination__eTj_H .picker-drawer_page-bubble__KV6oj.picker-drawer_active__onhRW {
  background-color: #8158ec;
  width: 10px;
  height: 10px;
}
.picker-drawer_controls__hKGIT {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 5px;
}
.picker-drawer_controls__hKGIT .picker-drawer_action-buttons__q0whS,
.picker-drawer_controls__hKGIT .picker-drawer_error__AbH1u {
  width: calc(100% - 100px);
}
.picker-drawer_controls__hKGIT .picker-drawer_action-buttons__q0whS.picker-drawer_tuning-actions__ZWhVi,
.picker-drawer_controls__hKGIT .picker-drawer_error__AbH1u.picker-drawer_tuning-actions__ZWhVi {
  width: 100%;
}
.picker-drawer_controls__hKGIT .picker-drawer_action-buttons__q0whS {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.picker-drawer_regenerate-row__EjWYK {
  background: #fff;
  height: auto;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 8px 8px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.picker-drawer_content-wrapper__wJ2KA {
  padding: 10px 12px;
}
.picker-drawer_errors-row__JfuB9 {
  margin: -4px 0 4px;
  padding: 0 10px;
}
.picker-drawer_preview-text__WySGr {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: gray;
}
.file-preview_item__mOs_R {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.file-preview_mini-square__1xqgh {
  width: 20px;
  height: 20px;
}
.file-preview_list__e_Ex0 {
  display: flex;
  padding: 0 15px 7px;
  background: #fff;
  min-height: 50px;
  max-height: 150px;
  overflow-y: auto;
  flex: auto;
  flex-wrap: wrap;
  max-width: 100%;
  z-index: 1;
}
.file-preview_list__e_Ex0.file-preview_is-single__Ja05b {
  width: auto;
  display: inline-block;
  padding: 0;
}
.file-preview_list__e_Ex0.file-preview_is-single__Ja05b .file-preview_item__mOs_R {
  margin: 0;
}
.file-preview_list__e_Ex0.file-preview_is-single__Ja05b .file-preview_item__mOs_R .file-preview_item-title__vDK20 {
  max-width: 100%;
}
.file-preview_list__e_Ex0.file-preview_is-gdoc__0QSeQ {
  padding-bottom: 18px;
  position: relative;
}
.file-preview_list__e_Ex0.file-preview_is-gdoc__0QSeQ .file-preview_item__mOs_R .file-preview_item-title__vDK20 {
  max-width: 100%;
}
.file-preview_item__mOs_R {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #555;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  background: #f9f9f9;
  padding: 5px 6px;
  margin: 8px 8px 0 0;
}
.file-preview_item__mOs_R.file-preview_white__cG_Ir {
  background: #fff;
  color: #17191a;
}
.file-preview_item__mOs_R .file-preview_item-title__vDK20 {
  max-width: 150px;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  margin-right: 5px;
}
.file-preview_item__mOs_R .file-preview_file-icon-wrapper__lsCzP {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin: 2px 10px 2px 6px;
}
.file-preview_hint-text__A9Vqr {
  font-size: 11px;
  color: #a3a3a3;
  position: absolute;
  bottom: 0;
  left: 28px;
}
.file-preview_left-aligned__x6M7s {
  padding: 0 0 18px;
}
.file-preview_left-aligned__x6M7s .file-preview_hint-text__A9Vqr {
  left: 12px;
}
.file-preview_file-url__WityQ {
  color: #555;
}
.file-picker_media-wrapper__3VP8P {
  display: flex;
  align-items: center;
  max-width: 100%;
  overflow: auto;
  margin-top: 0;
  background: #fff;
}
.file-picker_media-wrapper__3VP8P .ant-image {
  margin-right: 10px;
}
.file-picker_media-wrapper__3VP8P .ant-image .ant-image-mask {
  border-radius: 5px;
}
.file-picker_image-preview__o6o8o {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  overflow: auto;
  margin-bottom: 15px;
  height: 55px;
  width: 55px;
  object-fit: cover;
  padding: 0;
  min-width: 55px;
  border-radius: 5px;
}
.file-picker_media__XFmwF {
  border: 1px solid #e6e6e6;
}
.file-picker_preview-mask__thNRs {
  width: 55px;
  height: 55px;
}
.file-picker_preview-mask__thNRs .file-picker_remove-button__KdljN {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  color: #17191a;
  background: #fff;
  border-radius: 50%;
  height: 20px;
}
.file-picker_preview-mask__thNRs .file-picker_remove-button__KdljN:active,
.file-picker_preview-mask__thNRs .file-picker_remove-button__KdljN:focus,
.file-picker_preview-mask__thNRs .file-picker_remove-button__KdljN:hover {
  color: #17191a;
  background: #fff;
}
.file-picker_hint-text__5z8Z6 {
  font-size: 12px;
  color: #a3a3a3;
}
.file-picker_hint-text__5z8Z6 button {
  font-size: 12px;
}
.template-select_create-new__FHTrq {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.template-select_mini-square__vSxY2 {
  width: 20px;
  height: 20px;
}
.template-select_option__6mOfW .ant-list-item-meta-title {
  margin: 0;
}
.template-select_option__6mOfW .ant-list-item-meta-description {
  max-width: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.template-select_option__6mOfW.template-select_with-tab__o8MYf .template-select_tab-container__A2707 {
  position: relative;
  top: 12px;
}
.template-select_option__6mOfW.template-select_with-tab__o8MYf .template-select_list-body__4OmfW {
  top: 110px;
}
.template-select_option__6mOfW .template-select_list-body__4OmfW {
  top: 60px;
}
.template-select_option__6mOfW .template-select_search-container__1fCU9 {
  padding-top: 16px;
}
.template-select_create-new__FHTrq {
  padding: 6px 12px;
  color: #31a7e7;
  width: 100%;
  text-align: left;
  margin-bottom: 4px;
}
.emoji-popup_emoji-popup__HUKMq {
  position: relative;
  z-index: 6;
  padding: 0;
}
.emoji-popup_emoji-popup__HUKMq aside {
  position: absolute !important;
  overflow: initial !important;
}
.emoji-popup_popup-absolute__ZiqZG {
  position: absolute;
  z-index: 3;
}
.emoji-popup_popup-absolute__ZiqZG.emoji-popup_top__Sw1Li {
  bottom: 44px;
}
.emoji-popup_popup-absolute__ZiqZG.emoji-popup_bottom__N0fsc {
  top: 44px;
}
.emoji-popup_popup-absolute__ZiqZG em-emoji-picker {
  width: 300px;
}
.emoji-popup_popup-relative__FHUQR {
  position: relative;
}
.emoji-popup_popup-relative__FHUQR em-emoji-picker {
  width: 100%;
  height: 350px;
}
.send-button_icon__CmTrf {
  padding: 4px;
}
.send-button_icon-wrapper__NtTc2 {
  padding: 4px;
  color: #454a4d;
}
.send-button_icon-wrapper-absolute__wxJyX {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.send-button_icon-wrapper-absolute__wxJyX .send-button_icon__CmTrf {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.send-button_icon-sms__c8Ox3 {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.send-button_icon-email__g9QHO {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.send-button_icon-mixed__n8feX {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.send-button_icon-picker-wrapper__8Scg3 {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.send-button_icon-picker-wrapper__8Scg3:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.send-button_icon-picker-wrapper__8Scg3:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .send-button_icon-picker-wrapper__8Scg3 {
    margin-right: 5px;
  }
}
.send-button_icon-checkmark-white__65_xh {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.send-button_icon-x-white__UoUFP {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.send-button_icon-help__EIWyW {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.send-button_icon-help__EIWyW:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.send-button_container__ykNEC select,
.send-button_ico-arrow-down__V3lo8 {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.send-button_container__ykNEC select.send-button_ant-dropdown-trigger__PzSsh,
.send-button_ico-arrow-down__V3lo8.send-button_ant-dropdown-trigger__PzSsh {
  padding-right: 24px;
  cursor: pointer;
}
.send-button_container__ykNEC select.send-button_ant-dropdown-trigger__PzSsh:disabled,
.send-button_container__ykNEC select.send-button_ant-dropdown-trigger__PzSsh[disabled],
.send-button_ico-arrow-down__V3lo8.send-button_ant-dropdown-trigger__PzSsh:disabled,
.send-button_ico-arrow-down__V3lo8.send-button_ant-dropdown-trigger__PzSsh[disabled] {
  cursor: default;
  background: transparent;
}
.send-button_ico-arrow-gray__czV_l {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.send-button_ico-arrow-gray__czV_l.send-button_down__60wiQ {
  transform: rotate(90deg);
}
.send-button_ico-arrow-gray__czV_l.send-button_up__QhIpz {
  transform: rotate(-90deg);
}
.send-button_ico-arrow-gray__czV_l.send-button_right__V0c7A {
  transform: rotate(180deg);
}
.send-button_ico-arrow-gray__czV_l.send-button_ant-dropdown-trigger__PzSsh {
  padding-right: 24px;
  cursor: pointer;
}
.send-button_ico-arrow-gray__czV_l.send-button_ant-dropdown-trigger__PzSsh:disabled,
.send-button_ico-arrow-gray__czV_l.send-button_ant-dropdown-trigger__PzSsh[disabled] {
  cursor: default;
  background: transparent;
}
.send-button_icon-error-triangle__iJ0SB {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.send-button_ico-compose__8h93p {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.send-button_ico-compose-white__GB3sR {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.send-button_icon-google-play___mws8 {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.send-button_icon-app-store__bOsD0 {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.send-button_icon-social-fb__dyJ1_ {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.send-button_icon-social-tw__88fOE {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.send-button_icon-disclosure__r_gqH {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.send-button_icon-16__jaPtD {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.send-button_icon-18__9YfiQ {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.send-button_icon-gray5__DXIXd {
  color: #999 !important;
}
.send-button_ico-arrow-black__X_VmW {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.send-button_ico-arrow-black__X_VmW.send-button_down__60wiQ {
  transform: rotate(90deg);
}
.send-button_ico-arrow-black__X_VmW.send-button_up__QhIpz {
  transform: rotate(-90deg);
}
.send-button_ico-arrow-black__X_VmW.send-button_right__V0c7A {
  transform: rotate(180deg);
}
.send-button_icon-copy__mdWlX {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.send-button_icon-copy__mdWlX:hover {
  background-image: url(/icons/copy-black.svg);
}
.send-button_icon-msg-white__vTPKm {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.send-button_icon-email-white__VIDrf {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.send-button_icon-black-bg__l0ctf {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.send-button_icon-black-bg__l0ctf > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.send-button_icon-inbox-black-filled__mfmxt {
  background-image: url(/icons/inbox-black.svg);
}
.send-button_icon-contacts__h2349 {
  background-image: url(/icons/sidebar/contacts.svg);
}
.send-button_page-header-title__ZrMuz {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.send-button_action-content-box__jLSar .send-button_sub-content___B0pd h4,
.send-button_empty-state-wrapper__oHapz h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.send-button_box-content__Qiu3u .send-button_header-l__VRucM,
.send-button_box-content__Qiu3u .send-button_header__5eSlH,
.send-button_toast__QrRME .send-button_ant-message-notice-content__KUXWd .send-button_toast-wrapper__feUlN .send-button_contents__zaoVq .send-button_title__8avtH {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.send-button_action-content-box__jLSar .send-button_sub-content___B0pd p.send-button_bold__29TP8,
.send-button_empty-state-wrapper__oHapz h2 a,
.send-button_header-bar__doxy_ .send-button_title__8avtH {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.send-button_box-content__Qiu3u .send-button_content-header__pgoZI {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.send-button_action-content-box__jLSar .send-button_sub-content___B0pd p,
.send-button_empty-state-wrapper__oHapz div,
.send-button_toast__QrRME .send-button_ant-message-notice-content__KUXWd .send-button_toast-wrapper__feUlN .send-button_contents__zaoVq p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.send-button_action-button__UQ3zj,
.send-button_blue-button__HAn0L,
.send-button_box-content__Qiu3u .send-button_content__bLq3X input,
.send-button_box-content__Qiu3u .send-button_upload-data-input-with-icon__859QY input,
.send-button_button-with-bg-color__efrLf,
.send-button_cancel-button__lfrr9,
.send-button_green-button__dtbsC,
.send-button_input-box__6Ijua,
.send-button_input-grey__ToEjK,
.send-button_later__mNsIB,
.send-button_main__prMK8,
.send-button_orange-button__r3cCB,
.send-button_positive-button__158VH,
.send-button_purple-button__euPAS,
.send-button_white-button-blue-text__tauNB,
.send-button_white-button__GUcJe,
button.send-button_icon-button__wjke6,
button.send-button_text-only__0FEUA,
input .send-button_input-white__GmvEi,
textarea .send-button_input-white__GmvEi {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.send-button_large-tag__PzOL2,
button.send-button_show-more__OkgWB,
button.send-button_text-only__0FEUA,
span.send-button_text-only__0FEUA button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.send-button_tag__nDU6C {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.send-button_beta-label__kWxPv,
.send-button_error-text-link__SCqgo,
.send-button_error-text__nVnPc,
.send-button_error__R5Fbr {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.send-button_mini-square__M0Q6l {
  width: 20px;
  height: 20px;
}
.send-button_help-text__xSbXa {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.send-button_error-text__nVnPc {
  color: #d0021b;
  flex-grow: 1;
}
.send-button_error-text-link__SCqgo {
  color: #d0021b;
  text-decoration: underline;
}
.send-button_descriptive-text__xii1Q {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.send-button_visually-hidden__tt6NH {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.send-button_visually-hidden__tt6NH.send-button_focusable__xrJoX:active,
.send-button_visually-hidden__tt6NH.send-button_focusable__xrJoX:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.send-button_visually-offscreen__yZf9P {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.send-button_invisible__tqdMD {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.send-button_hidden__vUr4b {
  display: none !important;
  visibility: hidden;
}
.send-button_strong__EzYbF {
  font-weight: 700;
}
.send-button_align-right__FZBrF {
  text-align: right;
}
.send-button_align-left___m93d {
  text-align: left;
}
.send-button_centered__8Tr48 {
  text-align: center;
}
.send-button_timestamp__DTN_O {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.send-button_display-block___ZIkW {
  display: block !important;
}
.send-button_inline-block__fSkLs {
  display: inline-block !important;
}
.send-button_hm-app-body__p2JyE button.send-button_ant-switch__RkzaA[disabled],
.send-button_hm-app-body__p2JyE button.send-button_ant-switch__RkzaA[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.send-button_action-button__UQ3zj,
.send-button_blue-button__HAn0L,
.send-button_button-with-bg-color__efrLf,
.send-button_cancel-button__lfrr9,
.send-button_green-button__dtbsC,
.send-button_later__mNsIB,
.send-button_main__prMK8,
.send-button_orange-button__r3cCB,
.send-button_positive-button__158VH,
.send-button_purple-button__euPAS,
.send-button_white-button-blue-text__tauNB,
.send-button_white-button__GUcJe,
button.send-button_icon-button__wjke6,
button.send-button_text-only__0FEUA {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.send-button_text-only__0FEUA,
span.send-button_text-only__0FEUA button {
  color: #31a7e7;
  padding: 0;
}
button.send-button_text-only__0FEUA[disabled],
button.send-button_text-only__0FEUA[disabled]:active,
button.send-button_text-only__0FEUA[disabled]:focus,
button.send-button_text-only__0FEUA[disabled]:hover,
span.send-button_text-only__0FEUA button[disabled],
span.send-button_text-only__0FEUA button[disabled]:active,
span.send-button_text-only__0FEUA button[disabled]:focus,
span.send-button_text-only__0FEUA button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.send-button_text-only__0FEUA.send-button_red-text__o_27X,
button.send-button_text-only__0FEUA.send-button_red-text__o_27X:active,
button.send-button_text-only__0FEUA.send-button_red-text__o_27X:focus,
button.send-button_text-only__0FEUA.send-button_red-text__o_27X:hover,
span.send-button_text-only__0FEUA button.send-button_red-text__o_27X,
span.send-button_text-only__0FEUA button.send-button_red-text__o_27X:active,
span.send-button_text-only__0FEUA button.send-button_red-text__o_27X:focus,
span.send-button_text-only__0FEUA button.send-button_red-text__o_27X:hover {
  color: #d0021b;
}
button.send-button_text-only__0FEUA.send-button_gray-text__6UNNX,
span.send-button_text-only__0FEUA button.send-button_gray-text__6UNNX {
  color: #999;
}
button.send-button_text-only__0FEUA.send-button_gray-text__6UNNX:active,
button.send-button_text-only__0FEUA.send-button_gray-text__6UNNX:focus,
button.send-button_text-only__0FEUA.send-button_gray-text__6UNNX:hover,
span.send-button_text-only__0FEUA button.send-button_gray-text__6UNNX:active,
span.send-button_text-only__0FEUA button.send-button_gray-text__6UNNX:focus,
span.send-button_text-only__0FEUA button.send-button_gray-text__6UNNX:hover {
  color: #999 !important;
}
button.send-button_text-only__0FEUA.send-button_black-text__2YOot,
span.send-button_text-only__0FEUA button.send-button_black-text__2YOot {
  color: #17191a;
}
button.send-button_text-only__0FEUA.send-button_black-text__2YOot:active,
button.send-button_text-only__0FEUA.send-button_black-text__2YOot:focus,
button.send-button_text-only__0FEUA.send-button_black-text__2YOot:hover,
span.send-button_text-only__0FEUA button.send-button_black-text__2YOot:active,
span.send-button_text-only__0FEUA button.send-button_black-text__2YOot:focus,
span.send-button_text-only__0FEUA button.send-button_black-text__2YOot:hover {
  color: #8158ec;
}
button.send-button_text-only__0FEUA.send-button_purple-text__cpibC,
button.send-button_text-only__0FEUA.send-button_purple-text__cpibC:active,
button.send-button_text-only__0FEUA.send-button_purple-text__cpibC:focus,
button.send-button_text-only__0FEUA.send-button_purple-text__cpibC:hover,
span.send-button_text-only__0FEUA button.send-button_purple-text__cpibC,
span.send-button_text-only__0FEUA button.send-button_purple-text__cpibC:active,
span.send-button_text-only__0FEUA button.send-button_purple-text__cpibC:focus,
span.send-button_text-only__0FEUA button.send-button_purple-text__cpibC:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.send-button_text-only__0FEUA:active,
button.send-button_text-only__0FEUA:focus,
button.send-button_text-only__0FEUA:hover,
span.send-button_text-only__0FEUA button:active,
span.send-button_text-only__0FEUA button:focus,
span.send-button_text-only__0FEUA button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.send-button_action-button__UQ3zj,
.send-button_blue-button__HAn0L,
.send-button_button-with-bg-color__efrLf,
.send-button_green-button__dtbsC,
.send-button_later__mNsIB,
.send-button_main__prMK8,
.send-button_orange-button__r3cCB,
.send-button_positive-button__158VH,
.send-button_white-button-blue-text__tauNB,
.send-button_white-button__GUcJe {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.send-button_action-button__UQ3zj,
.send-button_later__mNsIB,
.send-button_main__prMK8,
.send-button_orange-button__r3cCB {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.send-button_action-button__UQ3zj:active,
.send-button_action-button__UQ3zj:focus,
.send-button_action-button__UQ3zj:hover,
.send-button_later__mNsIB:active,
.send-button_later__mNsIB:focus,
.send-button_later__mNsIB:hover,
.send-button_main__prMK8:active,
.send-button_main__prMK8:focus,
.send-button_main__prMK8:hover,
.send-button_orange-button__r3cCB:active,
.send-button_orange-button__r3cCB:focus,
.send-button_orange-button__r3cCB:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.send-button_orange-button__r3cCB[disabled],
.send-button_orange-button__r3cCB[disabled]:active,
.send-button_orange-button__r3cCB[disabled]:hover,
[disabled].send-button_action-button__UQ3zj,
[disabled].send-button_later__mNsIB,
[disabled].send-button_main__prMK8 {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.send-button_drop-down__666c0.send-button_action-button__UQ3zj,
.send-button_drop-down__666c0.send-button_later__mNsIB,
.send-button_drop-down__666c0.send-button_main__prMK8,
.send-button_orange-button__r3cCB.send-button_drop-down__666c0 {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.send-button_scroll-loader__KeBV8 {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.send-button_green-button__dtbsC {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.send-button_green-button__dtbsC:active,
.send-button_green-button__dtbsC:focus,
.send-button_green-button__dtbsC:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.send-button_green-button__dtbsC[disabled],
.send-button_green-button__dtbsC[disabled]:active,
.send-button_green-button__dtbsC[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.send-button_positive-button__158VH {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.send-button_positive-button__158VH:active,
.send-button_positive-button__158VH:focus,
.send-button_positive-button__158VH:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.send-button_positive-button__158VH[disabled] {
  background-color: #abe4b2;
}
.send-button_negative-button__mHyl9 {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.send-button_negative-button__mHyl9:active,
.send-button_negative-button__mHyl9:focus,
.send-button_negative-button__mHyl9:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.send-button_plain-cancel-button__m1f4e,
.send-button_plain-cancel-button__m1f4e:active,
.send-button_plain-cancel-button__m1f4e:focus,
.send-button_plain-cancel-button__m1f4e:hover {
  color: #17191a;
}
.send-button_white-button-blue-text__tauNB,
.send-button_white-button__GUcJe {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.send-button_white-button-blue-text__tauNB:active,
.send-button_white-button-blue-text__tauNB:focus,
.send-button_white-button-blue-text__tauNB:hover,
.send-button_white-button__GUcJe:active,
.send-button_white-button__GUcJe:focus,
.send-button_white-button__GUcJe:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.send-button_white-button__GUcJe[disabled],
.send-button_white-button__GUcJe[disabled]:active,
.send-button_white-button__GUcJe[disabled]:focus,
.send-button_white-button__GUcJe[disabled]:hover,
[disabled].send-button_white-button-blue-text__tauNB {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.send-button_common-sentiment-emoji__C28OX {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.send-button_white-button-blue-text__tauNB {
  color: #31a7e7;
}
.send-button_white-button-blue-text__tauNB:active,
.send-button_white-button-blue-text__tauNB:focus,
.send-button_white-button-blue-text__tauNB:hover {
  color: #31a7e7 !important;
}
.send-button_blue-button__HAn0L {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.send-button_blue-button__HAn0L,
.send-button_blue-button__HAn0L:active,
.send-button_blue-button__HAn0L:focus,
.send-button_blue-button__HAn0L:hover {
  background-color: #31a7e7;
  color: #fff;
}
.send-button_green-button__dtbsC {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.send-button_green-button__dtbsC,
.send-button_green-button__dtbsC:active,
.send-button_green-button__dtbsC:focus,
.send-button_green-button__dtbsC:hover {
  background-color: #56bf56;
  color: #fff;
}
.send-button_purple-button__euPAS {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.send-button_purple-button__euPAS:active,
.send-button_purple-button__euPAS:focus,
.send-button_purple-button__euPAS:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.send-button_dropdown-input__cwYk3 {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.send-button_dropdown-input__cwYk3:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.send-button_hm-app-body__p2JyE input::placeholder {
  color: #a3a3a3;
}
.send-button_textarea-composer__m5WsU {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.send-button_container__ykNEC input,
.send-button_container__ykNEC textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.send-button_input-for-copy__aZxBU {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.send-button_input-text-bordered__e8jqY,
.send-button_input-text__PQG4s,
.send-button_input-textarea__OH_aX {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.send-button_input-text__PQG4s {
  height: 50px;
}
.send-button_input-text-bordered__e8jqY {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.send-button_xxl-input__N6bBQ {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.send-button_xl-input__AF25G {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.send-button_l-input___JeHB {
  width: 100%;
  font-size: 1.1rem;
}
.send-button_box-content__Qiu3u .send-button_content__bLq3X input,
.send-button_box-content__Qiu3u .send-button_upload-data-input-with-icon__859QY input,
.send-button_input-grey__ToEjK,
input .send-button_input-white__GmvEi,
textarea .send-button_input-white__GmvEi {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.send-button_box-content__Qiu3u .send-button_content__bLq3X input::placeholder,
.send-button_box-content__Qiu3u .send-button_upload-data-input-with-icon__859QY input::placeholder,
.send-button_input-grey__ToEjK::placeholder,
input .send-button_input-white__GmvEi::placeholder,
textarea .send-button_input-white__GmvEi::placeholder {
  color: #999;
  opacity: 1;
}
input .send-button_input-white__GmvEi,
textarea .send-button_input-white__GmvEi {
  background-color: #fff;
}
.send-button_clearfix__phj4_:after {
  clear: both;
  content: '';
  display: block;
}
.send-button_hidden-important__S3nfE {
  display: none !important;
}
.send-button_p-left__krrOn {
  float: left;
}
.send-button_p-right__ET97F {
  float: right;
}
.send-button_image_orientation_3__gH2P0 {
  tranform: rotate(180deg);
}
.send-button_image_orientation_6__Bt3Q9 {
  tranform: rotate(90deg);
}
.send-button_image_orientation_8__5zSIu {
  tranform: rotate(-90deg);
}
.send-button_image_orientation_2__Ge6sv {
  tranform: scaleX(-1);
}
.send-button_image_orientation_7__cjGYf {
  tranform: scaleX(-1) rotate(-90deg);
}
.send-button_image_orientation_4__6gIhu {
  tranform: scaleX(-1) rotate(180deg);
}
.send-button_image_orientation_5__eKt_z {
  tranform: scaleX(-1) rotate(90deg);
}
.send-button_image_slideshow_orientation_3__iZGna {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.send-button_image_slideshow_orientation_6__Pkyjf {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.send-button_image_slideshow_orientation_8__pk_j3 {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.send-button_image_slideshow_orientation_2__Yw9IS {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.send-button_image_slideshow_orientation_7__h9Plq {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.send-button_image_slideshow_orientation_4__xrYiI {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.send-button_image_slideshow_orientation_5__DTAI3 {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.send-button_container__ykNEC select::-ms-expand {
  display: none !important;
}
.send-button_container__ykNEC select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.send-button_count-area__AUCK_ {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.send-button_clear-top__EcrFk {
  padding-top: 0;
  margin-top: 0;
}
.send-button_remove-x-20__T7GM7,
.send-button_remove-x__wgQeg {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.send-button_remove-x__wgQeg.send-button_white__R9f8K,
.send-button_white__R9f8K.send-button_remove-x-20__T7GM7 {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.send-button_remove-x-20__T7GM7 {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.send-button_divider__cjsV4 {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.send-button_mobile__az875 {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.send-button_blue__ZNAv1 {
  color: #31a7e7 !important;
}
.send-button_white__R9f8K {
  color: #fff !important;
}
.send-button_purple__D2F5D {
  color: #8158ec !important;
}
.send-button_delete__Enn_e {
  color: #d0021b !important;
}
.send-button_dark-text__1JTf9 {
  color: #17191a !important;
}
.send-button_file-input__3JGr7 {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.send-button_image-download-wrapper__mmSdD {
  position: fixed;
  top: 40px;
  right: 100px;
}
.send-button_overflow-y-auto__8L5Nd {
  overflow-y: auto;
}
.send-button_is-font-icon__iiVB3:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.send-button_is-invisible__2COyP {
  opacity: 0;
}
.send-button_tabbed-button__nmtOC {
  padding: 0 7px 2px;
}
.send-button_tabbed-button__nmtOC.send-button_selected__W7023 {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.send-button_show-more__OkgWB {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.send-button_show-more__OkgWB:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.send-button_time-input__Kvxit {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.send-button_form-group__rSWvG.send-button_date-time__7dRvK {
  position: relative;
  top: -2px;
}
.send-button_form-group__rSWvG.send-button_date-time__7dRvK.send-button_time__PFGwN {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.send-button_form-group__rSWvG.send-button_date-time__7dRvK.send-button_form-group-hour__obFDr .send-button_colon__SEksl {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.send-button_form-group__rSWvG.send-button_date-time__7dRvK.send-button_form-group-hour__obFDr input {
  text-align: center;
}
.send-button_form-group__rSWvG.send-button_date-time__7dRvK.send-button_form-group-day__qu3Iw {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.send-button_form-group__rSWvG.send-button_date-time__7dRvK.send-button_form-group-minute__Nq_En {
  width: 42px;
}
.send-button_form-group__rSWvG.send-button_date-time__7dRvK.send-button_form-group-clock__Kg8Vr {
  width: 54px;
}
.send-button_attach-img__gh_Hi {
  position: relative;
  width: 25px;
  height: 25px;
}
.send-button_attach-img__gh_Hi input#send-button_add-image__Oig_z {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.send-button_attach-img__gh_Hi span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.send-button_m-0__Yr4OU {
  margin: 0 !important;
}
.send-button_ml-auto__mQ0wt {
  margin-left: auto;
}
.send-button_mr-auto__wtXpA {
  margin-right: auto;
}
.send-button_mx-auto__DLJzt {
  margin-left: auto;
  margin-right: auto;
}
.send-button_mx-16__nlf0M {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.send-button_my-16__P5ZyP {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.send-button_mr-0__yAYtZ {
  margin-right: 0 !important;
}
.send-button_mr-4__R805D {
  margin-right: 4px !important;
}
.send-button_mr-8__IkL86 {
  margin-right: 8px !important;
}
.send-button_mr-12__nKK67 {
  margin-right: 12px !important;
}
.send-button_mr-16__RdxOo {
  margin-right: 16px !important;
}
.send-button_ml-0__j6mMr {
  margin-left: 0 !important;
}
.send-button_ml-4__9BwiT {
  margin-left: 4px !important;
}
.send-button_ml-8__slGeC {
  margin-left: 8px !important;
}
.send-button_ml-12__hnSmB {
  margin-left: 12px !important;
}
.send-button_ml-16__Qi57L {
  margin-left: 16px !important;
}
.send-button_mt-0__pqGEd {
  margin-top: 0 !important;
}
.send-button_mt-4__b_66q {
  margin-top: 4px !important;
}
.send-button_mt-8__Dn4yW {
  margin-top: 8px !important;
}
.send-button_mt-16__PrBCl {
  margin-top: 16px !important;
}
.send-button_mt-24__IgSs2 {
  margin-top: 24px !important;
}
.send-button_mt-48__K7wG5 {
  margin-top: 48px !important;
}
.send-button_mb-0__1K20t {
  margin-bottom: 0 !important;
}
.send-button_mb-4__TO64J {
  margin-bottom: 4px !important;
}
.send-button_mb-8__06dvD {
  margin-bottom: 8px !important;
}
.send-button_mb-12__77cWy {
  margin-bottom: 12px !important;
}
.send-button_mb-16___2V06 {
  margin-bottom: 16px !important;
}
.send-button_mb-24__CvGQJ {
  margin-bottom: 24px !important;
}
.send-button_mb-64__a8Goq {
  margin-bottom: 64px !important;
}
.send-button_p-0__sslo2 {
  padding: 0 !important;
}
.send-button_p-16__L_TTk {
  padding: 16px;
}
.send-button_p-40__mBjXh {
  padding: 40px;
}
.send-button_px-0__FP3TP {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.send-button_px-4__wGfnh {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.send-button_px-8__cNn89 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.send-button_px-32__VKL2K {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.send-button_px-40__h4qYh {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.send-button_pt-40__4rDUo {
  padding-top: 40px;
}
.send-button_pt-24__Bw37A {
  padding-top: 24px;
}
.send-button_pt-16__d0533 {
  padding-top: 16px;
}
.send-button_pt-12__cKdxz {
  padding-top: 12px !important;
}
.send-button_pb-40__38mRJ {
  padding-bottom: 40px;
}
.send-button_pb-24__JLX8H {
  padding-bottom: 24px;
}
.send-button_pb-16__Xb6dE {
  padding-bottom: 16px;
}
.send-button_pl-8__UY7Wd {
  padding-left: 8px !important;
}
.send-button_pl-12__bQg2K {
  padding-left: 12px !important;
}
.send-button_pl-16__WbpIu {
  padding-left: 16px !important;
}
.send-button_text-left__uNIYc {
  text-align: left !important;
}
.send-button_text-right__XgTh3 {
  text-align: right !important;
}
.send-button_text-center__UJzBg {
  text-align: center !important;
}
.send-button_font-medium__W0jMy {
  font-weight: 500 !important;
}
.send-button_font-semibold__SQnUE {
  font-weight: 600 !important;
}
.send-button_radius-8__Pm3b5 {
  border-radius: 8px !important;
}
.send-button_truncate__rRl_t {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.send-button_whitespace-nowrap__lj9Ry {
  white-space: nowrap;
}
.send-button_whitespace-pre-wrap__YLBaW {
  white-space: pre-wrap;
}
.send-button_w-100__21D6V {
  width: 100% !important;
}
.send-button_h-100__BfCsQ {
  height: 100% !important;
}
.send-button_max-w-none__M6g4_ {
  max-width: none !important;
}
.send-button_max-h-none__E5Dqt {
  max-height: none !important;
}
.send-button_min-w-100__MWmsN {
  min-width: 100px;
}
.send-button_heading-48-600__nbnVQ {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.send-button_heading-32-600__p77p7 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.send-button_heading-24-600__TyI9y {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.send-button_heading-18-600__x_at8 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.send-button_heading-18-400__WuPIX {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.send-button_heading-16-700__m5fnb {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.send-button_text-16-400__S4eXg {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.send-button_heading-14-600__90tAq {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.send-button_heading-14-500__No_rv {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.send-button_text-14-400__dq4bV {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.send-button_text-13-500__tRbqa {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.send-button_text-13-600__DIUOa {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.send-button_text-13-400__0W7hO {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.send-button_text-12-500__IlYea {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.send-button_text-12-600__jRMEO {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.send-button_text-12-400__XSlXX {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.send-button_status-badge__3JtJZ {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.send-button_status-badge__3JtJZ.send-button_paused__NFeKn {
  background-color: #ff8b3d;
  color: #fff !important;
}
.send-button_status-badge__3JtJZ.send-button_created__IUQQ9,
.send-button_status-badge__3JtJZ.send-button_inactive__wRf_C,
.send-button_status-badge__3JtJZ.send-button_pending__cHF3w {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.send-button_status-badge__3JtJZ.send-button_active__5K68l {
  background-color: #56bf56;
  color: #fff !important;
}
.send-button_status-badge__3JtJZ.send-button_error__R5Fbr {
  background-color: #d0021b;
  color: #fff !important;
}
.send-button_status-badge__3JtJZ.send-button_progress__gUtuu {
  background-color: #f5bf0c;
  color: #fff !important;
}
.send-button_status-badge__3JtJZ.send-button_draft__SqFwN {
  background-color: #e6e6e6;
  color: #000 !important;
}
.send-button_status-badge__3JtJZ.send-button_sent__ntAd1 {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.send-button_status-badge__3JtJZ.send-button_scheduled__hLryq {
  background-color: #feefcf;
  color: #795548;
}
.send-button_status-badge__3JtJZ.send-button_loading-badge__4rY4H {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.send-button_status-badge__3JtJZ.send-button_loading-badge__4rY4H .send-button_text__zHSH8 {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.send-button_status-badge__3JtJZ.send-button_loading-badge__4rY4H .send-button_slider__7y9rQ {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: send-button_moveSlideshow__qWYM1 3s linear infinite;
}
@keyframes send-button_moveSlideshow__qWYM1 {
  to {
    transform: translateX(200%);
  }
}
.send-button_flex__XxjwH {
  display: flex !important;
}
.send-button_flex-space-between__YEiii {
  justify-content: space-between;
}
.send-button_flex-align-start__P5Pwg {
  align-items: flex-start;
}
.send-button_flex-align-center__oHmB9 {
  align-items: center;
}
.send-button_flex-absolute-center__6tB2L {
  justify-content: center;
  align-items: center;
}
.send-button_flex-container__keD9U {
  display: flex;
  flex-wrap: wrap;
}
.send-button_flex-column__EJd_m {
  flex-direction: column;
}
.send-button_flex-justify-end__2gpVi {
  justify-content: flex-end;
}
.send-button_position-relative__Wrlq9 {
  position: relative !important;
}
.send-button_position-static__fu6QH {
  position: static !important;
}
.send-button_position-absolute__Nio8k {
  position: absolute !important;
}
.send-button_hr-grey__2CoXl {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.send-button_input-border__Qgar_ {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.send-button_action-content-box__jLSar,
.send-button_box-content__Qiu3u,
.send-button_box-content__Qiu3u .send-button_upload-data-input-with-icon__859QY,
.send-button_default-border__2_fSu {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.send-button_bg-grey__2gtxm {
  background-color: #f9f9f9 !important;
}
.send-button_bg-white__Vnyxl {
  background-color: #fff !important;
}
.send-button_pos-relative__HRXRh {
  position: relative !important;
}
.send-button_text-light__6eECr {
  color: #757c80 !important;
}
.send-button_text-red__5AS9y {
  color: #d0021b !important;
}
.send-button_text-green__WYGK1 {
  color: #56bf56 !important;
}
.send-button_text-blue__TeRbk {
  color: #31a7e7;
}
.send-button_text-sec-blue__htV1O {
  color: #1b02b1 !important;
}
.send-button_notification-dot__h3eSO {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.send-button_title-with-action-on-left__H7I71 {
  display: flex;
  justify-content: space-between;
}
.send-button_error__R5Fbr {
  color: #d0021b;
}
.send-button_error-border__pDfhw {
  border: 1px solid #d0021b !important;
}
.send-button_rotate__kCWKU {
  animation: send-button_rotation__c2j6c 2s linear infinite;
}
@keyframes send-button_rotation__c2j6c {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.send-button_switch__OEb_f {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.send-button_switch__OEb_f .send-button_btn-toggle__NDGCg {
  opacity: 0;
  width: 0;
  height: 0;
}
.send-button_switch__OEb_f .send-button_slider__7y9rQ {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.send-button_switch__OEb_f .send-button_slider__7y9rQ:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.send-button_switch__OEb_f .send-button_slider__7y9rQ:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.send-button_switch__OEb_f .send-button_btn-toggle__NDGCg.send-button_enabled__RG6fu + .send-button_slider__7y9rQ {
  background-color: #ffc926;
  border: none;
}
.send-button_switch__OEb_f .send-button_btn-toggle__NDGCg:focus + .send-button_slider__7y9rQ {
  box-shadow: 0 0 1px #2196f3;
}
.send-button_switch__OEb_f .send-button_btn-toggle__NDGCg.send-button_enabled__RG6fu + .send-button_slider__7y9rQ:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.send-button_switch__OEb_f .send-button_btn-toggle__NDGCg.send-button_enabled__RG6fu + .send-button_slider__7y9rQ:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#send-button_appleid-signin__yPQeu {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#send-button_appleid-signin__yPQeu > div {
  width: 200px !important;
  height: 38px !important;
}
.send-button_page-header__MwqyF {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.send-button_page-header__MwqyF.send-button_clear-side__unYdy {
  padding: 40px 0 32px;
}
.send-button_page-spacing__hvdZz {
  padding: 0 40px;
}
.send-button_page-header-title__ZrMuz {
  color: #17191a;
  margin: 0 0 8px;
}
.send-button_header-bar__doxy_ {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.send-button_box-content__Qiu3u {
  background-color: #fff;
  margin-bottom: 24px;
}
.send-button_box-content__Qiu3u .send-button_header__5eSlH {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.send-button_box-content__Qiu3u .send-button_header-l__VRucM {
  padding: 24px 16px;
  margin: 0;
}
.send-button_box-content__Qiu3u .send-button_content__bLq3X {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.send-button_box-content__Qiu3u .send-button_content-header__pgoZI {
  margin-bottom: 4px;
  margin-top: 0;
}
.send-button_box-content__Qiu3u .send-button_table-content__3LBSG {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.send-button_box-content__Qiu3u .send-button_help-text__xSbXa {
  line-height: 20px;
}
.send-button_box-content__Qiu3u .send-button_sub-text__rtxT0 {
  color: #757c80;
}
.send-button_box-content__Qiu3u .send-button_content-data-input__GkILD {
  margin-top: 8px;
}
.send-button_box-content__Qiu3u .send-button_data-entry-input__AjImW,
.send-button_box-content__Qiu3u .send-button_upload-data-input-with-icon__859QY {
  margin-top: 8px;
  padding: 0 11px;
}
.send-button_box-content__Qiu3u .send-button_upload-data-input-with-icon__859QY {
  cursor: pointer;
  background: #f9f9f9;
}
.send-button_box-content__Qiu3u .send-button_upload-data-input-with-icon__859QY input {
  padding: 12px 2px;
}
.send-button_box-content__Qiu3u .send-button_upload-data-input-with-icon__859QY input:disabled,
.send-button_box-content__Qiu3u .send-button_upload-data-input-with-icon__859QY input:hover {
  cursor: pointer !important;
}
.send-button_empty-state__aLQQV {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.send-button_empty-state__aLQQV.send-button_contact-list__QXaxX {
  width: 80%;
}
.send-button_empty-state__aLQQV .send-button_empty-title__HwyW7 {
  font-size: 14px;
  font-weight: 500px;
}
.send-button_empty-state-wrapper__oHapz {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.send-button_empty-state-wrapper__oHapz h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.send-button_empty-state-wrapper__oHapz div {
  color: #757c80;
  margin: 16px 0 12px;
}
.send-button_empty-state-button__UYUdP {
  margin: 20px 10px;
}
.send-button_handel-bar__GC1nd {
  fill: #b7bfc6;
  vertical-align: middle;
}
.send-button_tag__nDU6C {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.send-button_ant-color-picker-input__dXHer .send-button_ant-input__lzb0l {
  height: 22px;
}
.send-button_ant-color-picker-trigger__XH5yl {
  width: 23px;
  height: 23px;
}
.send-button_ant-color-picker-trigger__XH5yl .send-button_ant-color-picker-color-block__eXjou {
  width: 18px;
  height: 18px;
}
.send-button_box-content__Qiu3u .send-button_content__bLq3X input,
.send-button_box-content__Qiu3u .send-button_upload-data-input-with-icon__859QY input,
input input.send-button_input-white__GmvEi,
input textarea.send-button_input-white__GmvEi,
input.send-button_input-grey__ToEjK,
textarea input.send-button_input-white__GmvEi,
textarea textarea.send-button_input-white__GmvEi,
textarea.send-button_input-grey__ToEjK {
  background-color: #f9f9f9;
}
.send-button_box-content__Qiu3u .send-button_content__bLq3X input:active,
.send-button_box-content__Qiu3u .send-button_content__bLq3X input:focus,
.send-button_box-content__Qiu3u .send-button_content__bLq3X input:hover,
.send-button_box-content__Qiu3u .send-button_upload-data-input-with-icon__859QY input:active,
.send-button_box-content__Qiu3u .send-button_upload-data-input-with-icon__859QY input:focus,
.send-button_box-content__Qiu3u .send-button_upload-data-input-with-icon__859QY input:hover,
input input.send-button_input-white__GmvEi:active,
input input.send-button_input-white__GmvEi:focus,
input input.send-button_input-white__GmvEi:hover,
input textarea.send-button_input-white__GmvEi:active,
input textarea.send-button_input-white__GmvEi:focus,
input textarea.send-button_input-white__GmvEi:hover,
input.send-button_input-grey__ToEjK:active,
input.send-button_input-grey__ToEjK:focus,
input.send-button_input-grey__ToEjK:hover,
textarea input.send-button_input-white__GmvEi:active,
textarea input.send-button_input-white__GmvEi:focus,
textarea input.send-button_input-white__GmvEi:hover,
textarea textarea.send-button_input-white__GmvEi:active,
textarea textarea.send-button_input-white__GmvEi:focus,
textarea textarea.send-button_input-white__GmvEi:hover,
textarea.send-button_input-grey__ToEjK:active,
textarea.send-button_input-grey__ToEjK:focus,
textarea.send-button_input-grey__ToEjK:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.send-button_input-white__GmvEi:active,
input.send-button_input-white__GmvEi:focus,
input.send-button_input-white__GmvEi:hover,
span.send-button_input-white__GmvEi:active,
span.send-button_input-white__GmvEi:focus,
span.send-button_input-white__GmvEi:hover,
textarea.send-button_input-white__GmvEi:active,
textarea.send-button_input-white__GmvEi:focus,
textarea.send-button_input-white__GmvEi:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.send-button_image-uploader-flex__yUCE9 .send-button_ant-upload-select__1uhfY {
  display: flex;
}
.send-button_image-uploader-flex__yUCE9 .send-button_ant-upload-select__1uhfY .send-button_ant-upload__vekkT {
  flex: 1 1;
}
.send-button_modal-footer-wrapper__7nNvK {
  display: flex;
  justify-content: center;
}
.send-button_app-modal__uGtOZ .send-button_small__OP4dW {
  width: 350px;
}
.send-button_toast__QrRME.send-button_negative__HqXbF .send-button_ant-message-notice-content__KUXWd {
  background-color: #d0021b;
}
.send-button_toast__QrRME.send-button_positive__zjACo .send-button_ant-message-notice-content__KUXWd {
  background-color: #56bf56;
}
.send-button_toast__QrRME.send-button_loading__0bbbN .send-button_ant-message-notice-content__KUXWd .send-button_toast-wrapper__feUlN .send-button_contents__zaoVq,
.send-button_toast__QrRME.send-button_loading__0bbbN .send-button_ant-message-notice-content__KUXWd .send-button_toast-wrapper__feUlN .send-button_contents__zaoVq .send-button_title__8avtH {
  color: #000 !important;
}
.send-button_toast__QrRME.send-button_loading__0bbbN .send-button_ant-message-loading__GIpW8 .send-button_anticon-loading__Qau_M {
  font-size: 1.5rem;
}
.send-button_toast__QrRME .send-button_ant-message-notice-content__KUXWd {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.send-button_toast__QrRME .send-button_ant-message-notice-content__KUXWd .send-button_toast-wrapper__feUlN {
  position: relative;
  display: flex;
  align-items: center;
}
.send-button_toast__QrRME .send-button_ant-message-notice-content__KUXWd .send-button_toast-wrapper__feUlN .send-button_contents__zaoVq {
  position: relative;
  padding-left: 16px;
}
.send-button_toast__QrRME .send-button_ant-message-notice-content__KUXWd .send-button_toast-wrapper__feUlN .send-button_contents__zaoVq .send-button_title__8avtH {
  color: #fff !important;
}
.send-button_toast__QrRME .send-button_ant-message-notice-content__KUXWd .send-button_toast-wrapper__feUlN .send-button_contents__zaoVq p {
  margin: 0;
}
.send-button_toast__QrRME .send-button_ant-message-notice-content__KUXWd .send-button_toast-wrapper__feUlN .send-button_contents__zaoVq p a,
.send-button_toast__QrRME .send-button_ant-message-notice-content__KUXWd .send-button_toast-wrapper__feUlN .send-button_contents__zaoVq p button {
  color: #fff;
  text-decoration: underline;
}
.send-button_toast__QrRME .send-button_ant-message-notice-content__KUXWd .send-button_icon__CmTrf {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.send-button_toast__QrRME .send-button_ant-message-notice-content__KUXWd .send-button_icon__CmTrf.send-button_positive__zjACo {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.send-button_toast__QrRME .send-button_ant-message-notice-content__KUXWd .send-button_icon__CmTrf.send-button_positive__zjACo:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.send-button_toast__QrRME .send-button_ant-message-notice-content__KUXWd .send-button_icon__CmTrf.send-button_negative__HqXbF {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.send-button_toast__QrRME .send-button_ant-message-notice-content__KUXWd .send-button_icon__CmTrf.send-button_negative__HqXbF:before {
  top: 10px;
}
.send-button_action-content-box__jLSar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.send-button_action-content-box__jLSar.send-button_numbered__oh0uA .send-button_sub-content___B0pd p {
  margin-left: 18px;
}
.send-button_action-content-box__jLSar .send-button_sub-content___B0pd {
  padding: 26px 26px 20px;
}
.send-button_action-content-box__jLSar .send-button_sub-content___B0pd.send-button_right__V0c7A {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.send-button_action-content-box__jLSar .send-button_sub-content___B0pd.send-button_right__V0c7A button {
  margin: 0 20px;
}
.send-button_action-content-box__jLSar .send-button_sub-content___B0pd h4,
.send-button_action-content-box__jLSar .send-button_sub-content___B0pd p.send-button_bold__29TP8 {
  margin: 0;
}
.send-button_action-content-box__jLSar .send-button_sub-content___B0pd h4 span,
.send-button_action-content-box__jLSar .send-button_sub-content___B0pd p.send-button_bold__29TP8 span {
  width: 18px;
  display: inline-block;
}
.send-button_action-content-box__jLSar .send-button_sub-content___B0pd p {
  margin: 6px 0 0;
}
.send-button_action-content-box__jLSar .send-button_remove__rcOqy {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.send-button_options-dot__6CE_z {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.send-button_options-dot__6CE_z.send-button_boxed___cktk {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.send-button_options-dot__6CE_z.send-button_active__5K68l,
.send-button_options-dot__6CE_z:focus-visible,
.send-button_options-dot__6CE_z:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.send-button_clickable__VmCOm {
  cursor: pointer;
}
.send-button_beta-label__kWxPv {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.send-button_none-style-list-options__f7NHF {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.send-button_none-style-list-options__f7NHF li {
  margin: 5px 0;
}
.send-button_ant-tour__9LiL8 {
  width: 400px;
}
.send-button_ant-collapse__mQDM6 > .send-button_ant-collapse-item__OZNRq > .send-button_ant-collapse-header-collapsible-only__EFbqd > .send-button_ant-collapse-header-text__kEhE_ {
  flex: auto;
}
.send-button_onboarding-tour-header__ImRaW {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.send-button_onboarding-tour-description__YXpi_ {
  color: #17191a;
  font-size: 16px;
}
.send-button_tour-hidden-button__F3qnX {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.send-button_ai-onboarding-tour-header__0uRyM {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.send-button_onboarding-step-ai-tour__4CxLI {
  width: 350px;
}
.send-button_onboarding-step-ai-tour__4CxLI .send-button_onboarding-step-ai-tour-inner__701eQ .send-button_onboarding-step-ai-tour-description__j3rTm {
  padding: 0 20px;
}
.send-button_onboarding-step-ai-tour__4CxLI .send-button_onboarding-step-ai-tour-inner__701eQ .send-button_onboarding-step-ai-tour-footer__XywTn {
  padding: 0 20px 20px;
}
.send-button_onboarding-step-ai-tour__4CxLI .send-button_onboarding-step-ai-tour-inner__701eQ .send-button_onboarding-step-ai-tour-header__hmJqm {
  padding: 20px 20px 4px;
}
.send-button_onboarding-step-ai-tour__4CxLI .send-button_onboarding-step-ai-tour-inner__701eQ .send-button_onboarding-step-ai-tour-indicators__naT6J {
  display: flex;
  width: 100%;
}
.send-button_onboarding-step-ai-tour__4CxLI .send-button_onboarding-step-ai-tour-inner__701eQ .send-button_onboarding-step-ai-tour-buttons__wS_nF {
  width: 0;
  visibility: hidden;
}
.send-button_onboarding-step-ai-tour-mask__bjPTj mask[id^='onboarding-step-ai-tour-mask'] rect.send-button_onboarding-step-ai-tour-placeholder-animated__7Jbn0 {
  rx: 8px;
}
.send-button_onboarding-step-ai-tour-round-mask__IbuvV mask[id^='onboarding-step-ai-tour-round-mask'] rect.send-button_onboarding-step-ai-tour-round-placeholder-animated__3_JyD {
  rx: 25px;
}
.send-button_onboarding-step-tour__RUujz {
  width: 400px;
}
.send-button_onboarding-step-tour__RUujz.send-button_content-hidden__s42pJ {
  display: none !important;
}
.send-button_onboarding-step-tour__RUujz.send-button_extended-width__e9ot1 {
  width: 600px;
}
.send-button_onboarding-step-tour-mask__jtGdV mask[id^='onboarding-step-tour-mask'] rect.send-button_onboarding-step-tour-placeholder-animated__D_EBc {
  rx: 8px;
}
.send-button_onboarding-step-one-tour__Y4v4d {
  width: 400px;
}
.send-button_onboarding-step-one-tour__Y4v4d.send-button_content-hidden__s42pJ {
  display: none !important;
}
.send-button_onboarding-step-one-tour__Y4v4d.send-button_extended-width__e9ot1 {
  width: 600px;
}
.send-button_onboarding-step-one-tour-mask__tUEAb mask[id^='onboarding-step-one-tour-mask'] rect.send-button_onboarding-step-one-tour-placeholder-animated__3b_JT {
  rx: 25px;
}
.send-button_support-unread-tour__LP5_T {
  width: 272px;
}
.send-button_support-unread-tour__LP5_T .send-button_support-unread-tour-inner__poh5v .send-button_support-unread-tour-header__cgeqZ {
  padding: 8px 16px 4px;
}
.send-button_support-unread-tour__LP5_T .send-button_support-unread-tour-inner__poh5v .send-button_support-unread-tour-footer__JixCP {
  padding: 0 16px 16px;
}
.send-button_support-unread-tour__LP5_T .send-button_support-unread-tour-inner__poh5v .send-button_support-unread-tour-close__76mLU {
  top: 10px;
}
.send-button_preserve-scroll-position__chtMC {
  overflow-anchor: none;
}
.send-button_toolbar-wrapper__PQcS8 {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.send-button_toolbar-wrapper__PQcS8 .send-button_anticon__i8sOc {
  padding: 12px;
  cursor: pointer;
}
.send-button_toolbar-wrapper__PQcS8 .send-button_anticon__i8sOc:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.send-button_toolbar-wrapper__PQcS8 .send-button_anticon__i8sOc:hover {
  opacity: 0.3;
}
.send-button_ant-carousel__HmCxS .send-button_slick-dots__8mhZw li.send-button_slick-active__ja19a button {
  background-color: #8158ec;
}
.send-button_ant-carousel__HmCxS .send-button_slick-dots__8mhZw li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.send-button_ant-modal-root__cv2GI .send-button_ant-modal-mask__8BWqE,
.send-button_ant-modal-root__cv2GI .send-button_ant-modal-wrap__rFLii {
  z-index: 1001;
}
.send-button_focused__Fz_NO {
  background-color: #f5f5f5;
}
.send-button_spinner-overlay__5Wdj_,
.send-button_spinner__FnlyC {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.send-button_spinner-overlay__5Wdj_ {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.send-button_spinner__FnlyC {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.send-button_large-tag__PzOL2 {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.send-button_email-pill__3ucYP,
.send-button_phone-pill__lDP7S {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.send-button_email-pill__3ucYP:not(:empty),
.send-button_phone-pill__lDP7S:not(:empty) {
  padding: 4px;
}
.send-button_phone-pill__lDP7S {
  background-color: #e0f2fb;
}
.send-button_email-pill__3ucYP {
  background-color: #ffefbe;
}
.send-button_input-box__6Ijua {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.send-button_input-box__6Ijua.send-button_bordered___v4Bh {
  border: 1px solid #e6e6e6;
}
.send-button_input-box__6Ijua.send-button_large__8eJkJ {
  height: auto;
  min-height: 80px;
}
.send-button_input-box__6Ijua:focus {
  border-color: #ffc926;
}
.send-button_action-button__UQ3zj,
.send-button_later__mNsIB,
.send-button_main__prMK8 {
  display: flex;
  align-self: center;
  justify-content: center;
}
.send-button_block__7dBXF {
  display: flex;
}
.send-button_block__7dBXF.send-button_small__OP4dW {
  margin: 8px 10px;
}
.send-button_block__7dBXF.send-button_small__OP4dW button {
  height: 30px;
  padding: 5px 7px;
}
.send-button_main__prMK8 {
  min-width: 80px;
  border-radius: 4px 0 0 4px;
  margin-right: 2px;
  line-height: 18px;
}
.send-button_later__mNsIB {
  min-width: 15px;
  border-radius: 0 4px 4px 0;
  padding-left: 12px;
  padding-right: 12px;
}
.filepicker_upload-option__OVzlP {
  display: block;
}
.filepicker_upload-option__OVzlP .ant-upload-select {
  width: 100%;
}
.filepicker_pick-file-button__Jkemn {
  width: 100%;
  height: 40px;
  text-align: left;
  padding-left: 16px;
}
.filepicker_list__PXFFy {
  list-style: disc;
  margin: 0;
  padding: 0 0 0 16px;
}
.inbox-card_export-modal-title__2ZC2v {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.inbox-card_member-list__Whor7 .inbox-card_member-list-item__l9Hw6 .inbox-card_item-data__ZLdVt .inbox-card_item-title__t8kf2 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.inbox-card_inactivity-settings-column__S1aII,
input.inbox-card_phone-input__g1_me[type='tel'] {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.inbox-card_inbox-name-field__E0ety,
.inbox-card_invited-emails__RG1UW {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.inbox-card_business-hours-modal__ZquRa .inbox-card_subtitle__FIKI8 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.inbox-card_export-modal-parragraph__wPZdv,
.inbox-card_export-modal-text__Isj58,
.inbox-card_invite-text__R3XB0 {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.inbox-card_error-string__6PAVy {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.inbox-card_mini-square__Rgyba {
  width: 20px;
  height: 20px;
}
.inbox-card_wrapper__XhtSm {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(100px, 4fr));
  grid-auto-flow: row dense;
  margin: 0 40px;
}
@media screen and (max-width: 1500px) {
  .inbox-card_wrapper__XhtSm {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.inbox-card_inbox-card__kQvOn {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  height: 100%;
}
.inbox-card_inbox-card__kQvOn.inbox-card_closed__fGYzh {
  min-height: 102px;
  max-height: 210px;
}
.inbox-card_inbox-card__kQvOn.inbox-card_closed__fGYzh .inbox-card_tags-list__cSJpp {
  width: calc(100% + 35px);
}
.inbox-card_inbox-card__kQvOn.inbox-card_open__xUr_Z {
  grid-row: span 4;
}
.inbox-card_inbox-card__kQvOn.inbox-card_open__xUr_Z .inbox-card_tags-list__cSJpp {
  width: calc(100% + 105px);
}
.inbox-card_inbox-card__kQvOn .ant-card-body {
  padding: 0 0 5px;
}
.inbox-card_inbox-card__kQvOn .inbox-card_collapse__vf3Lw {
  margin: 1px;
}
.inbox-card_inbox-card__kQvOn .inbox-card_collapse__vf3Lw .ant-collapse-header-text {
  width: 100%;
}
.inbox-card_inbox-card__kQvOn .inbox-card_tags-list__cSJpp {
  float: left;
  line-height: 33px;
}
.inbox-card_inbox-card__kQvOn .inbox-card_header-actions__7HKzJ {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 75px;
  justify-content: flex-end;
  gap: 5px;
  margin-top: 4px;
  position: absolute;
  top: 12px;
  right: 16px;
  background-color: #fff;
}
.inbox-card_inbox-card__kQvOn .inbox-card_header-actions__7HKzJ .inbox-card_icon-add-user__cUTdb {
  background: url(/icons/user-add-grey.svg) no-repeat 50%/22px;
  border: none;
  width: 30px;
  height: 30px;
}
.inbox-card_inbox-card__kQvOn .inbox-card_header-actions__7HKzJ .inbox-card_icon-add-user__cUTdb:hover {
  background-image: url(/icons/user-add-black.svg);
}
.inbox-card_inbox-card__kQvOn .inbox-card_header-actions__7HKzJ .inbox-card_action-item__GyTrh {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.inbox-card_inbox-card__kQvOn .inbox-card_header-actions__7HKzJ .inbox-card_action-item__GyTrh .inbox-card_action-item-btn__yYoYg {
  color: #9b9b9b;
  width: 40px;
  height: 40px;
}
.inbox-card_inbox-card__kQvOn .inbox-card_header-actions__7HKzJ .inbox-card_action-item__GyTrh .inbox-card_action-item-btn__yYoYg:active,
.inbox-card_inbox-card__kQvOn .inbox-card_header-actions__7HKzJ .inbox-card_action-item__GyTrh .inbox-card_action-item-btn__yYoYg:focus {
  background: transparent;
}
.inbox-card_inbox-card__kQvOn .inbox-card_header-actions__7HKzJ .inbox-card_action-item__GyTrh .inbox-card_action-item-btn__yYoYg .inbox-card_action-item-btn-icon__bhWj1 {
  font-size: 22px;
}
.inbox-card_inbox-card__kQvOn .inbox-card_header__krao3 {
  box-sizing: border-box;
  text-align: left;
  position: relative;
  min-height: 100px;
  display: flex;
  border: none;
  border-radius: 4px 4px 0 0;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.inbox-card_inbox-card__kQvOn .inbox-card_header__krao3 .inbox-card_header-info__ab0Al {
  display: flex;
  flex-shrink: 12;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}
.inbox-card_inbox-card__kQvOn .inbox-card_header__krao3 .inbox-card_header-info__ab0Al .inbox-card_title__Z7nW7 {
  color: #17191a;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
  word-wrap: normal;
  width: 270px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.inbox-card_inbox-card__kQvOn .inbox-card_header__krao3 .inbox-card_header-info__ab0Al .inbox-card_inbox-details__bYRFI {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  max-width: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inbox-card_inbox-card__kQvOn .inbox-card_header__krao3 .inbox-card_header-info__ab0Al .inbox-card_phone__lQaXh.inbox-card_whatsapp__0A5Os {
  padding-left: 23px;
  background-position: 0;
  padding-bottom: 0;
  line-height: 23px;
  margin-bottom: 3px;
}
.inbox-card_inbox-card__kQvOn .inbox-card_header__krao3 .inbox-card_header-info__ab0Al ul.inbox-card_phones___a0up {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-height: 45px;
  overflow-y: auto;
}
.inbox-card_inbox-card__kQvOn .inbox-card_header__krao3 .inbox-card_header-info__ab0Al ul.inbox-card_phones___a0up li {
  display: inline-block;
  width: auto;
}
.inbox-card_inbox-card__kQvOn .inbox-card_header__krao3 .inbox-card_header-info__ab0Al ul.inbox-card_phones___a0up li:not(:last-child) {
  margin-right: 4px;
}
.inbox-card_inbox-card__kQvOn .inbox-card_header__krao3 .inbox-card_header-info__ab0Al ul.inbox-card_phones___a0up li.inbox-card_whatsapp__0A5Os {
  background-position: 0;
  background-size: contain;
  padding-left: 17px;
  position: static;
}
.inbox-card_inbox-card__kQvOn .inbox-card_tabs__HAwtg {
  margin: -11px -17px -14px;
  border-top: 1px solid #e6e6e6;
}
.inbox-card_inbox-card__kQvOn .inbox-card_tabs__HAwtg .inbox-card_tabContent__0vNsw {
  background-color: #fdfdfd;
  padding: 5px 24px 0;
  height: 430px;
  overflow: auto;
}
.inbox-card_members-list___IJOT .inbox-card_members-list-item__fkYJV {
  color: #17191a;
  padding-left: 0;
  padding-right: 5px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.inbox-card_members-list___IJOT .inbox-card_members-list-item__fkYJV .inbox-card_span__QLDte {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.inbox-card_members-list___IJOT .inbox-card_members-list-item__fkYJV .inbox-card_remove-btn__NvIN0 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.inbox-card_members-list___IJOT .inbox-card_members-list-item__fkYJV .inbox-card_remove-btn__NvIN0:active,
.inbox-card_members-list___IJOT .inbox-card_members-list-item__fkYJV .inbox-card_remove-btn__NvIN0:focus,
.inbox-card_members-list___IJOT .inbox-card_members-list-item__fkYJV .inbox-card_remove-btn__NvIN0:hover {
  background: transparent;
}
.inbox-card_phone-input-container__mgdoT {
  width: 200px;
}
input.inbox-card_phone-input__g1_me[type='tel'] {
  padding: 16px 10px;
  width: 100%;
  height: 16px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
.inbox-card_loading-text__pFegP {
  color: #17191a;
  font-style: italic;
}
.inbox-card_export-modal-text__Isj58 {
  line-height: 21px;
}
.inbox-card_date-picker-wrapper__BnjNL {
  margin-top: 4px;
  margin-bottom: 16px;
}
.inbox-card_export-modal-parragraph__wPZdv {
  line-height: 21px;
  margin-top: 10px;
}
.inbox-card_input-wrapper__aT3_R {
  height: 62px;
  overflow: auto;
  margin-bottom: 0;
}
.inbox-card_input-wrapper__aT3_R.inbox-card_error__v9DkP {
  height: auto;
  max-height: 117px;
}
.inbox-card_tags-input-wrapper__45eVd {
  margin-bottom: 5px;
}
.inbox-card_error-string__6PAVy {
  color: #d0021b;
}
.inbox-card_inbox-name-field__E0ety {
  border: 1px solid #e6e6e6;
  position: relative;
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  height: 40px;
}
.inbox-card_member-list-wrapper__Dp8ec {
  height: 260px;
  margin: 0 0 16px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}
.inbox-card_member-list__Whor7 {
  border-radius: 0;
  background-color: #f9f9f9;
  border: 0;
}
.inbox-card_member-list__Whor7 .inbox-card_member-list-item__l9Hw6 {
  display: flex;
  justify-content: flex-start;
  padding: 12px 16px;
  height: 68px;
  cursor: pointer;
  color: #999;
}
.inbox-card_member-list__Whor7 .inbox-card_member-list-item__l9Hw6:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.inbox-card_member-list__Whor7 .inbox-card_member-list-item__l9Hw6:hover {
  background: #f5f5f5;
}
.inbox-card_member-list__Whor7 .inbox-card_member-list-item__l9Hw6 .inbox-card_item-data__ZLdVt {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.inbox-card_member-list__Whor7 .inbox-card_member-list-item__l9Hw6 .inbox-card_item-data__ZLdVt .inbox-card_item-title__t8kf2 {
  color: #17191a;
  margin: 0;
}
.inbox-card_member-list__Whor7 .inbox-card_member-list-item__l9Hw6 .inbox-card_item-data__ZLdVt .inbox-card_item-description__ikEyA {
  display: flex;
  gap: 6px;
}
.inbox-card_panel-wrapper__Hz0h9 {
  position: relative;
}
.inbox-card_panel-header__XIOAP {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inbox-card_inactivity-settings-column__S1aII {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: 0;
}
.inbox-card_inactivity-settings-column__S1aII .inbox-card_inactivity-checkbox__oM9rv {
  margin-left: 0 !important;
}
.inbox-card_business-hours-modal__ZquRa .inbox-card_business-hours-summary__ignhg {
  display: flex;
  flex-direction: column;
}
.inbox-card_business-hours-modal__ZquRa .inbox-card_time-select-row__zUtjW {
  background-color: #f9f9f9;
  padding: 8px 12px;
}
.inbox-card_disabled-text__lz2T_ {
  color: #999;
}
.inbox-card_invite-text__R3XB0 {
  margin-top: 5px;
  margin-bottom: 20px;
}
.inbox-card_pagination__vQRUO {
  margin: 12px 40px;
  text-align: center;
  position: relative;
}
.inbox-card_dropdown-width__vxzQG {
  min-width: 60px;
}
.email-builder_mini-square__5uqwp {
  width: 20px;
  height: 20px;
}
.email-builder_container__AlYsI {
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #f6f6f6;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 8px;
}
@media screen and (min-height: 850px) {
  .email-builder_container__AlYsI {
    height: calc(100vh - 180px);
  }
}
.email-builder_container__AlYsI.email-builder_email-builder__Jxf8P {
  height: calc(100vh - 220px);
}
.email-builder_container__AlYsI.email-builder_preview__gb13y,
.email-builder_container__AlYsI.preview {
  height: auto;
  max-height: none;
  margin-bottom: 0;
}
.email-builder_container__AlYsI .email-builder_overlay__dkEn0,
.email-builder_container__AlYsI .email-builder_spinner__5q2K6 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.email-builder_container__AlYsI .email-builder_overlay__dkEn0 {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.email-builder_container__AlYsI .email-builder_spinner__5q2K6 {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.email-builder_action-bar__Q9my1 {
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px 8px 0 0;
}
.email-builder_action-bar__Q9my1 .email-builder_button-group__tS2FB {
  display: flex;
  gap: 16px;
}
.email-builder_action-bar__Q9my1 .email-builder_button-group__tS2FB button:hover {
  color: #17191a !important;
}
.email-builder_button__b3huA {
  padding: 8px 38px 8px 16px;
  min-width: auto;
}
.email-builder_button__b3huA.email-builder_no-icon__AxotK {
  padding: 8px 16px;
}
.email-builder_undo__TOau3 {
  background: url(/icons/undo.svg) transparent no-repeat 56px/15px !important;
}
.email-builder_redo__EEVzH {
  background: url(/icons/redo.svg) transparent no-repeat 56px/15px !important;
}
.email-builder_template__VVRpS {
  background: url(/icons/template-picker.svg) transparent no-repeat 124px/18px !important;
}
.email-builder_editor-container__kuJCw {
  height: 100%;
  padding-top: 0;
  flex: 1 1;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.email-builder_editor-container__kuJCw.email-builder_code-editor__ojtq9 {
  padding: 8px 16px 16px;
}
@media screen and (min-height: 850px) {
  .email-builder_editor-container__kuJCw.email-builder_code-editor__ojtq9 {
    padding-bottom: 0;
  }
}
.email-builder_container__AlYsI .email-builder_template-container__6iexs .email-builder_editor-container__kuJCw {
  border-bottom: 1px solid #e6e6e6;
}
.email-builder_builderContainer__0AZnJ {
  height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
}
.email-builder_builderContainerBroadcast__66gXf {
  height: 100%;
  min-height: calc(100vh - 300px);
  display: flex;
  flex-direction: column;
}
.email-builder_builder-wrapper__RKnaa {
  flex: 1 1;
  height: 100%;
  margin-top: 8px;
}
.email-builder_rich-text-email-composer__V76br {
  min-height: calc(100vh - 270px);
  display: flex;
  flex-direction: column;
}
.attachment-textarea_icon__xNLtN {
  padding: 4px;
}
.attachment-textarea_icon-wrapper___rig8 {
  padding: 4px;
  color: #454a4d;
}
.attachment-textarea_icon-wrapper-absolute__e53sv {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.attachment-textarea_icon-wrapper-absolute__e53sv .attachment-textarea_icon__xNLtN {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.attachment-textarea_icon-sms___TulY {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.attachment-textarea_icon-email__Hoys_ {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.attachment-textarea_icon-mixed__1lY0v {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.attachment-textarea_icon-picker-wrapper__g5qHo {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.attachment-textarea_icon-picker-wrapper__g5qHo:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.attachment-textarea_icon-picker-wrapper__g5qHo:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .attachment-textarea_icon-picker-wrapper__g5qHo {
    margin-right: 5px;
  }
}
.attachment-textarea_icon-checkmark-white__7qvFt {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.attachment-textarea_icon-x-white__6ZjOJ {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.attachment-textarea_icon-help__2oxGV {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.attachment-textarea_icon-help__2oxGV:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.attachment-textarea_container__jSGg3 select,
.attachment-textarea_ico-arrow-down__hT459 {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.attachment-textarea_container__jSGg3 select.attachment-textarea_ant-dropdown-trigger__L5UcH,
.attachment-textarea_ico-arrow-down__hT459.attachment-textarea_ant-dropdown-trigger__L5UcH {
  padding-right: 24px;
  cursor: pointer;
}
.attachment-textarea_container__jSGg3 select.attachment-textarea_ant-dropdown-trigger__L5UcH:disabled,
.attachment-textarea_container__jSGg3 select.attachment-textarea_ant-dropdown-trigger__L5UcH[disabled],
.attachment-textarea_ico-arrow-down__hT459.attachment-textarea_ant-dropdown-trigger__L5UcH:disabled,
.attachment-textarea_ico-arrow-down__hT459.attachment-textarea_ant-dropdown-trigger__L5UcH[disabled] {
  cursor: default;
  background: transparent;
}
.attachment-textarea_ico-arrow-gray__jQFND {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.attachment-textarea_ico-arrow-gray__jQFND.attachment-textarea_down__i25UT {
  transform: rotate(90deg);
}
.attachment-textarea_ico-arrow-gray__jQFND.attachment-textarea_up__YAp8Y {
  transform: rotate(-90deg);
}
.attachment-textarea_ico-arrow-gray__jQFND.attachment-textarea_right__dwPXq {
  transform: rotate(180deg);
}
.attachment-textarea_ico-arrow-gray__jQFND.attachment-textarea_ant-dropdown-trigger__L5UcH {
  padding-right: 24px;
  cursor: pointer;
}
.attachment-textarea_ico-arrow-gray__jQFND.attachment-textarea_ant-dropdown-trigger__L5UcH:disabled,
.attachment-textarea_ico-arrow-gray__jQFND.attachment-textarea_ant-dropdown-trigger__L5UcH[disabled] {
  cursor: default;
  background: transparent;
}
.attachment-textarea_icon-error-triangle__zvv_y {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.attachment-textarea_ico-compose__1TAok {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.attachment-textarea_ico-compose-white__SWKJm {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.attachment-textarea_icon-google-play__Wui3f {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.attachment-textarea_icon-app-store__XZ82c {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.attachment-textarea_icon-social-fb__Vh9Zv {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.attachment-textarea_icon-social-tw__qplkK {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.attachment-textarea_icon-disclosure__M_YC_ {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.attachment-textarea_icon-16__014XA {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.attachment-textarea_icon-18__Insze {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.attachment-textarea_icon-gray5__96AFL {
  color: #999 !important;
}
.attachment-textarea_ico-arrow-black__89TM1 {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.attachment-textarea_ico-arrow-black__89TM1.attachment-textarea_down__i25UT {
  transform: rotate(90deg);
}
.attachment-textarea_ico-arrow-black__89TM1.attachment-textarea_up__YAp8Y {
  transform: rotate(-90deg);
}
.attachment-textarea_ico-arrow-black__89TM1.attachment-textarea_right__dwPXq {
  transform: rotate(180deg);
}
.attachment-textarea_icon-copy__iJxBw {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.attachment-textarea_icon-copy__iJxBw:hover {
  background-image: url(/icons/copy-black.svg);
}
.attachment-textarea_icon-msg-white__9_YSx {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.attachment-textarea_icon-email-white__2_fUt {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.attachment-textarea_icon-black-bg__LnfuQ {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.attachment-textarea_icon-black-bg__LnfuQ > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.attachment-textarea_icon-inbox-black-filled__dcNmx {
  background-image: url(/icons/inbox-black.svg);
}
.attachment-textarea_icon-contacts__7Z1sV {
  background-image: url(/icons/sidebar/contacts.svg);
}
.attachment-textarea_page-header-title__Be5a_ {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.attachment-textarea_action-content-box__5KPFA .attachment-textarea_sub-content__vYqZT h4,
.attachment-textarea_empty-state-wrapper__yfMe0 h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.attachment-textarea_box-content__Jn7gP .attachment-textarea_header-l__4enxZ,
.attachment-textarea_box-content__Jn7gP .attachment-textarea_header__YzjgO,
.attachment-textarea_toast__phP4H
  .attachment-textarea_ant-message-notice-content__hAIDX
  .attachment-textarea_toast-wrapper___GMA2
  .attachment-textarea_contents__qc_Wu
  .attachment-textarea_title__5MKPD {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.attachment-textarea_action-content-box__5KPFA .attachment-textarea_sub-content__vYqZT p.attachment-textarea_bold__MYKv9,
.attachment-textarea_empty-state-wrapper__yfMe0 h2 a,
.attachment-textarea_header-bar__OrQ8A .attachment-textarea_title__5MKPD {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.attachment-textarea_box-content__Jn7gP .attachment-textarea_content-header__Mc3_y {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.attachment-textarea_action-content-box__5KPFA .attachment-textarea_sub-content__vYqZT p,
.attachment-textarea_empty-state-wrapper__yfMe0 div,
.attachment-textarea_toast__phP4H .attachment-textarea_ant-message-notice-content__hAIDX .attachment-textarea_toast-wrapper___GMA2 .attachment-textarea_contents__qc_Wu p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.attachment-textarea_attachment-textarea__qcRfh .attachment-textarea_textarea__Wzfg7 textarea,
.attachment-textarea_blue-button__b5anW,
.attachment-textarea_box-content__Jn7gP .attachment-textarea_content__Yp0lK input,
.attachment-textarea_box-content__Jn7gP .attachment-textarea_upload-data-input-with-icon__r_feF input,
.attachment-textarea_button-with-bg-color__h_G4h,
.attachment-textarea_cancel-button__ggtU7,
.attachment-textarea_green-button__qsfvu,
.attachment-textarea_input-box__yiFqj,
.attachment-textarea_input-grey___gGfZ,
.attachment-textarea_orange-button__y2Wkg,
.attachment-textarea_positive-button__kduCp,
.attachment-textarea_purple-button__U1Fr5,
.attachment-textarea_white-button-blue-text__NKCUG,
.attachment-textarea_white-button__pPY6H,
button.attachment-textarea_icon-button__LZJzU,
button.attachment-textarea_text-only__mLBaw,
input .attachment-textarea_input-white__W8n9M,
textarea .attachment-textarea_input-white__W8n9M {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.attachment-textarea_large-tag__3R5ID,
button.attachment-textarea_show-more__GwzlI,
button.attachment-textarea_text-only__mLBaw,
span.attachment-textarea_text-only__mLBaw button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.attachment-textarea_tag__7K6z6 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.attachment-textarea_beta-label__QVNH2,
.attachment-textarea_error-text-link__TUBA3,
.attachment-textarea_error-text__hlCav,
.attachment-textarea_error__LF1uz {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.attachment-textarea_mini-square__jJbq_ {
  width: 20px;
  height: 20px;
}
.attachment-textarea_help-text__DUQxL {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.attachment-textarea_error-text__hlCav {
  color: #d0021b;
  flex-grow: 1;
}
.attachment-textarea_error-text-link__TUBA3 {
  color: #d0021b;
  text-decoration: underline;
}
.attachment-textarea_descriptive-text__dqaFx {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.attachment-textarea_visually-hidden___oVP_ {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.attachment-textarea_visually-hidden___oVP_.attachment-textarea_focusable__66e7N:active,
.attachment-textarea_visually-hidden___oVP_.attachment-textarea_focusable__66e7N:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.attachment-textarea_visually-offscreen__TLUzm {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.attachment-textarea_invisible__MvSU_ {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.attachment-textarea_hidden__9n4Kl {
  display: none !important;
  visibility: hidden;
}
.attachment-textarea_strong__bF3A7 {
  font-weight: 700;
}
.attachment-textarea_align-right__Zcdzi {
  text-align: right;
}
.attachment-textarea_align-left___JOXi {
  text-align: left;
}
.attachment-textarea_centered__bqonz {
  text-align: center;
}
.attachment-textarea_timestamp__OXteJ {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.attachment-textarea_display-block___TDTV {
  display: block !important;
}
.attachment-textarea_inline-block__oCY3P {
  display: inline-block !important;
}
.attachment-textarea_hm-app-body__kbxIJ button.attachment-textarea_ant-switch__TFiBW[disabled],
.attachment-textarea_hm-app-body__kbxIJ button.attachment-textarea_ant-switch__TFiBW[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.attachment-textarea_blue-button__b5anW,
.attachment-textarea_button-with-bg-color__h_G4h,
.attachment-textarea_cancel-button__ggtU7,
.attachment-textarea_green-button__qsfvu,
.attachment-textarea_orange-button__y2Wkg,
.attachment-textarea_positive-button__kduCp,
.attachment-textarea_purple-button__U1Fr5,
.attachment-textarea_white-button-blue-text__NKCUG,
.attachment-textarea_white-button__pPY6H,
button.attachment-textarea_icon-button__LZJzU,
button.attachment-textarea_text-only__mLBaw {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.attachment-textarea_text-only__mLBaw,
span.attachment-textarea_text-only__mLBaw button {
  color: #31a7e7;
  padding: 0;
}
button.attachment-textarea_text-only__mLBaw[disabled],
button.attachment-textarea_text-only__mLBaw[disabled]:active,
button.attachment-textarea_text-only__mLBaw[disabled]:focus,
button.attachment-textarea_text-only__mLBaw[disabled]:hover,
span.attachment-textarea_text-only__mLBaw button[disabled],
span.attachment-textarea_text-only__mLBaw button[disabled]:active,
span.attachment-textarea_text-only__mLBaw button[disabled]:focus,
span.attachment-textarea_text-only__mLBaw button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.attachment-textarea_text-only__mLBaw.attachment-textarea_red-text__f6_6x,
button.attachment-textarea_text-only__mLBaw.attachment-textarea_red-text__f6_6x:active,
button.attachment-textarea_text-only__mLBaw.attachment-textarea_red-text__f6_6x:focus,
button.attachment-textarea_text-only__mLBaw.attachment-textarea_red-text__f6_6x:hover,
span.attachment-textarea_text-only__mLBaw button.attachment-textarea_red-text__f6_6x,
span.attachment-textarea_text-only__mLBaw button.attachment-textarea_red-text__f6_6x:active,
span.attachment-textarea_text-only__mLBaw button.attachment-textarea_red-text__f6_6x:focus,
span.attachment-textarea_text-only__mLBaw button.attachment-textarea_red-text__f6_6x:hover {
  color: #d0021b;
}
button.attachment-textarea_text-only__mLBaw.attachment-textarea_gray-text__XMTga,
span.attachment-textarea_text-only__mLBaw button.attachment-textarea_gray-text__XMTga {
  color: #999;
}
button.attachment-textarea_text-only__mLBaw.attachment-textarea_gray-text__XMTga:active,
button.attachment-textarea_text-only__mLBaw.attachment-textarea_gray-text__XMTga:focus,
button.attachment-textarea_text-only__mLBaw.attachment-textarea_gray-text__XMTga:hover,
span.attachment-textarea_text-only__mLBaw button.attachment-textarea_gray-text__XMTga:active,
span.attachment-textarea_text-only__mLBaw button.attachment-textarea_gray-text__XMTga:focus,
span.attachment-textarea_text-only__mLBaw button.attachment-textarea_gray-text__XMTga:hover {
  color: #999 !important;
}
button.attachment-textarea_text-only__mLBaw.attachment-textarea_black-text__v82I0,
span.attachment-textarea_text-only__mLBaw button.attachment-textarea_black-text__v82I0 {
  color: #17191a;
}
button.attachment-textarea_text-only__mLBaw.attachment-textarea_black-text__v82I0:active,
button.attachment-textarea_text-only__mLBaw.attachment-textarea_black-text__v82I0:focus,
button.attachment-textarea_text-only__mLBaw.attachment-textarea_black-text__v82I0:hover,
span.attachment-textarea_text-only__mLBaw button.attachment-textarea_black-text__v82I0:active,
span.attachment-textarea_text-only__mLBaw button.attachment-textarea_black-text__v82I0:focus,
span.attachment-textarea_text-only__mLBaw button.attachment-textarea_black-text__v82I0:hover {
  color: #8158ec;
}
button.attachment-textarea_text-only__mLBaw.attachment-textarea_purple-text__Ovv1K,
button.attachment-textarea_text-only__mLBaw.attachment-textarea_purple-text__Ovv1K:active,
button.attachment-textarea_text-only__mLBaw.attachment-textarea_purple-text__Ovv1K:focus,
button.attachment-textarea_text-only__mLBaw.attachment-textarea_purple-text__Ovv1K:hover,
span.attachment-textarea_text-only__mLBaw button.attachment-textarea_purple-text__Ovv1K,
span.attachment-textarea_text-only__mLBaw button.attachment-textarea_purple-text__Ovv1K:active,
span.attachment-textarea_text-only__mLBaw button.attachment-textarea_purple-text__Ovv1K:focus,
span.attachment-textarea_text-only__mLBaw button.attachment-textarea_purple-text__Ovv1K:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.attachment-textarea_text-only__mLBaw:active,
button.attachment-textarea_text-only__mLBaw:focus,
button.attachment-textarea_text-only__mLBaw:hover,
span.attachment-textarea_text-only__mLBaw button:active,
span.attachment-textarea_text-only__mLBaw button:focus,
span.attachment-textarea_text-only__mLBaw button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.attachment-textarea_blue-button__b5anW,
.attachment-textarea_button-with-bg-color__h_G4h,
.attachment-textarea_green-button__qsfvu,
.attachment-textarea_orange-button__y2Wkg,
.attachment-textarea_positive-button__kduCp,
.attachment-textarea_white-button-blue-text__NKCUG,
.attachment-textarea_white-button__pPY6H {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.attachment-textarea_orange-button__y2Wkg {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.attachment-textarea_orange-button__y2Wkg:active,
.attachment-textarea_orange-button__y2Wkg:focus,
.attachment-textarea_orange-button__y2Wkg:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.attachment-textarea_orange-button__y2Wkg[disabled],
.attachment-textarea_orange-button__y2Wkg[disabled]:active,
.attachment-textarea_orange-button__y2Wkg[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.attachment-textarea_orange-button__y2Wkg.attachment-textarea_drop-down__ZhqCJ {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.attachment-textarea_scroll-loader__0hO5U {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.attachment-textarea_green-button__qsfvu {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.attachment-textarea_green-button__qsfvu:active,
.attachment-textarea_green-button__qsfvu:focus,
.attachment-textarea_green-button__qsfvu:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.attachment-textarea_green-button__qsfvu[disabled],
.attachment-textarea_green-button__qsfvu[disabled]:active,
.attachment-textarea_green-button__qsfvu[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.attachment-textarea_positive-button__kduCp {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.attachment-textarea_positive-button__kduCp:active,
.attachment-textarea_positive-button__kduCp:focus,
.attachment-textarea_positive-button__kduCp:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.attachment-textarea_positive-button__kduCp[disabled] {
  background-color: #abe4b2;
}
.attachment-textarea_negative-button__OzYf4 {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.attachment-textarea_negative-button__OzYf4:active,
.attachment-textarea_negative-button__OzYf4:focus,
.attachment-textarea_negative-button__OzYf4:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.attachment-textarea_plain-cancel-button__9taSp,
.attachment-textarea_plain-cancel-button__9taSp:active,
.attachment-textarea_plain-cancel-button__9taSp:focus,
.attachment-textarea_plain-cancel-button__9taSp:hover {
  color: #17191a;
}
.attachment-textarea_white-button-blue-text__NKCUG,
.attachment-textarea_white-button__pPY6H {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.attachment-textarea_white-button-blue-text__NKCUG:active,
.attachment-textarea_white-button-blue-text__NKCUG:focus,
.attachment-textarea_white-button-blue-text__NKCUG:hover,
.attachment-textarea_white-button__pPY6H:active,
.attachment-textarea_white-button__pPY6H:focus,
.attachment-textarea_white-button__pPY6H:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.attachment-textarea_white-button__pPY6H[disabled],
.attachment-textarea_white-button__pPY6H[disabled]:active,
.attachment-textarea_white-button__pPY6H[disabled]:focus,
.attachment-textarea_white-button__pPY6H[disabled]:hover,
[disabled].attachment-textarea_white-button-blue-text__NKCUG {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.attachment-textarea_common-sentiment-emoji__RJwIG {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.attachment-textarea_white-button-blue-text__NKCUG {
  color: #31a7e7;
}
.attachment-textarea_white-button-blue-text__NKCUG:active,
.attachment-textarea_white-button-blue-text__NKCUG:focus,
.attachment-textarea_white-button-blue-text__NKCUG:hover {
  color: #31a7e7 !important;
}
.attachment-textarea_blue-button__b5anW {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #31a7e7;
  color: #fff;
  display: inline-block;
}
.attachment-textarea_blue-button__b5anW:active,
.attachment-textarea_blue-button__b5anW:focus,
.attachment-textarea_blue-button__b5anW:hover {
  background-color: #31a7e7;
  color: #fff;
}
.attachment-textarea_green-button__qsfvu {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #56bf56;
  color: #fff;
  display: inline-block;
}
.attachment-textarea_green-button__qsfvu:active,
.attachment-textarea_green-button__qsfvu:focus,
.attachment-textarea_green-button__qsfvu:hover {
  background-color: #56bf56;
  color: #fff;
}
.attachment-textarea_purple-button__U1Fr5 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.attachment-textarea_purple-button__U1Fr5:active,
.attachment-textarea_purple-button__U1Fr5:focus,
.attachment-textarea_purple-button__U1Fr5:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.attachment-textarea_dropdown-input__hB_G4 {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.attachment-textarea_dropdown-input__hB_G4:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.attachment-textarea_hm-app-body__kbxIJ input::placeholder {
  color: #a3a3a3;
}
.attachment-textarea_textarea-composer__ZPw0Y {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.attachment-textarea_container__jSGg3 input,
.attachment-textarea_container__jSGg3 textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.attachment-textarea_input-for-copy__4ZNNG {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.attachment-textarea_input-text-bordered__QAuIE,
.attachment-textarea_input-text__XXvbt,
.attachment-textarea_input-textarea__2n8L_ {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.attachment-textarea_input-text__XXvbt {
  height: 50px;
}
.attachment-textarea_input-text-bordered__QAuIE {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.attachment-textarea_xxl-input__nySL7 {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.attachment-textarea_xl-input___r8nL {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.attachment-textarea_l-input__V1pOF {
  width: 100%;
  font-size: 1.1rem;
}
.attachment-textarea_box-content__Jn7gP .attachment-textarea_content__Yp0lK input,
.attachment-textarea_box-content__Jn7gP .attachment-textarea_upload-data-input-with-icon__r_feF input,
.attachment-textarea_input-grey___gGfZ,
input .attachment-textarea_input-white__W8n9M,
textarea .attachment-textarea_input-white__W8n9M {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.attachment-textarea_box-content__Jn7gP .attachment-textarea_content__Yp0lK input::placeholder,
.attachment-textarea_box-content__Jn7gP .attachment-textarea_upload-data-input-with-icon__r_feF input::placeholder,
.attachment-textarea_input-grey___gGfZ::placeholder,
input .attachment-textarea_input-white__W8n9M::placeholder,
textarea .attachment-textarea_input-white__W8n9M::placeholder {
  color: #999;
  opacity: 1;
}
input .attachment-textarea_input-white__W8n9M,
textarea .attachment-textarea_input-white__W8n9M {
  background-color: #fff;
}
.attachment-textarea_clearfix__Kf9kh:after {
  clear: both;
  content: '';
  display: block;
}
.attachment-textarea_hidden-important__lCNHo {
  display: none !important;
}
.attachment-textarea_p-left__rMkUe {
  float: left;
}
.attachment-textarea_p-right__IyJ_8 {
  float: right;
}
.attachment-textarea_image_orientation_3__jPb5e {
  tranform: rotate(180deg);
}
.attachment-textarea_image_orientation_6__elDza {
  tranform: rotate(90deg);
}
.attachment-textarea_image_orientation_8__aHvBE {
  tranform: rotate(-90deg);
}
.attachment-textarea_image_orientation_2__wWzS4 {
  tranform: scaleX(-1);
}
.attachment-textarea_image_orientation_7__C_CbW {
  tranform: scaleX(-1) rotate(-90deg);
}
.attachment-textarea_image_orientation_4__Avjl5 {
  tranform: scaleX(-1) rotate(180deg);
}
.attachment-textarea_image_orientation_5__NyEZD {
  tranform: scaleX(-1) rotate(90deg);
}
.attachment-textarea_image_slideshow_orientation_3__qWqX6 {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.attachment-textarea_image_slideshow_orientation_6___jk1U {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.attachment-textarea_image_slideshow_orientation_8__1nDsi {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.attachment-textarea_image_slideshow_orientation_2__hUyvk {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.attachment-textarea_image_slideshow_orientation_7__qZTx9 {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.attachment-textarea_image_slideshow_orientation_4__oiSfW {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.attachment-textarea_image_slideshow_orientation_5__qfBK0 {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.attachment-textarea_container__jSGg3 select::-ms-expand {
  display: none !important;
}
.attachment-textarea_container__jSGg3 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.attachment-textarea_count-area__Eth0Y {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.attachment-textarea_clear-top__v_Jaq {
  padding-top: 0;
  margin-top: 0;
}
.attachment-textarea_remove-x-20__zu8VK,
.attachment-textarea_remove-x__sDBmt {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.attachment-textarea_remove-x__sDBmt.attachment-textarea_white__gtoYW,
.attachment-textarea_white__gtoYW.attachment-textarea_remove-x-20__zu8VK {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.attachment-textarea_remove-x-20__zu8VK {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.attachment-textarea_divider__gCQmh {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.attachment-textarea_mobile__ip_Xn {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.attachment-textarea_blue__NZ0Ta {
  color: #31a7e7 !important;
}
.attachment-textarea_white__gtoYW {
  color: #fff !important;
}
.attachment-textarea_purple__mcSdn {
  color: #8158ec !important;
}
.attachment-textarea_delete__GYJWF {
  color: #d0021b !important;
}
.attachment-textarea_dark-text__jc0ba {
  color: #17191a !important;
}
.attachment-textarea_file-input__gZJ0_ {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.attachment-textarea_image-download-wrapper__nYAWE {
  position: fixed;
  top: 40px;
  right: 100px;
}
.attachment-textarea_overflow-y-auto__4aaAQ {
  overflow-y: auto;
}
.attachment-textarea_is-font-icon__ZNAUe:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.attachment-textarea_is-invisible__2tQDl {
  opacity: 0;
}
.attachment-textarea_tabbed-button__pCG9k {
  padding: 0 7px 2px;
}
.attachment-textarea_tabbed-button__pCG9k.attachment-textarea_selected__UMBpD {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.attachment-textarea_show-more__GwzlI {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.attachment-textarea_show-more__GwzlI:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.attachment-textarea_time-input__ZUwGU {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.attachment-textarea_form-group__B23lN.attachment-textarea_date-time__lf01y {
  position: relative;
  top: -2px;
}
.attachment-textarea_form-group__B23lN.attachment-textarea_date-time__lf01y.attachment-textarea_time__pHbrS {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.attachment-textarea_form-group__B23lN.attachment-textarea_date-time__lf01y.attachment-textarea_form-group-hour__DxDNS .attachment-textarea_colon__3QA9v {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.attachment-textarea_form-group__B23lN.attachment-textarea_date-time__lf01y.attachment-textarea_form-group-hour__DxDNS input {
  text-align: center;
}
.attachment-textarea_form-group__B23lN.attachment-textarea_date-time__lf01y.attachment-textarea_form-group-day__MK6hl {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.attachment-textarea_form-group__B23lN.attachment-textarea_date-time__lf01y.attachment-textarea_form-group-minute__kWhnp {
  width: 42px;
}
.attachment-textarea_form-group__B23lN.attachment-textarea_date-time__lf01y.attachment-textarea_form-group-clock__mH_WL {
  width: 54px;
}
.attachment-textarea_attach-img__roxl8 {
  position: relative;
  width: 25px;
  height: 25px;
}
.attachment-textarea_attach-img__roxl8 input#attachment-textarea_add-image__PZbqV {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.attachment-textarea_attach-img__roxl8 span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.attachment-textarea_m-0__EUTfr {
  margin: 0 !important;
}
.attachment-textarea_ml-auto__Ypvwl {
  margin-left: auto;
}
.attachment-textarea_mr-auto__lAjVL {
  margin-right: auto;
}
.attachment-textarea_mx-auto__CxNvS {
  margin-left: auto;
  margin-right: auto;
}
.attachment-textarea_mx-16__r9WfN {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.attachment-textarea_my-16__rZX_N {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.attachment-textarea_mr-0__VGVSq {
  margin-right: 0 !important;
}
.attachment-textarea_mr-4__b4hAL {
  margin-right: 4px !important;
}
.attachment-textarea_mr-8__JW7zr {
  margin-right: 8px !important;
}
.attachment-textarea_mr-12__i3nf0 {
  margin-right: 12px !important;
}
.attachment-textarea_mr-16___0ynC {
  margin-right: 16px !important;
}
.attachment-textarea_ml-0__0UnOk {
  margin-left: 0 !important;
}
.attachment-textarea_ml-4__AfLe2 {
  margin-left: 4px !important;
}
.attachment-textarea_ml-8__NRZ6i {
  margin-left: 8px !important;
}
.attachment-textarea_ml-12__Ss_aL {
  margin-left: 12px !important;
}
.attachment-textarea_ml-16__CAJo7 {
  margin-left: 16px !important;
}
.attachment-textarea_mt-0___yYh0 {
  margin-top: 0 !important;
}
.attachment-textarea_mt-4__VV_u0 {
  margin-top: 4px !important;
}
.attachment-textarea_mt-8__FpbKy {
  margin-top: 8px !important;
}
.attachment-textarea_mt-16__uFl_H {
  margin-top: 16px !important;
}
.attachment-textarea_mt-24__iXY9z {
  margin-top: 24px !important;
}
.attachment-textarea_mt-48__gwfJ4 {
  margin-top: 48px !important;
}
.attachment-textarea_mb-0__ZFp8J {
  margin-bottom: 0 !important;
}
.attachment-textarea_mb-4__3NC65 {
  margin-bottom: 4px !important;
}
.attachment-textarea_mb-8__7sM8h {
  margin-bottom: 8px !important;
}
.attachment-textarea_mb-12___xKmk {
  margin-bottom: 12px !important;
}
.attachment-textarea_mb-16__36ThO {
  margin-bottom: 16px !important;
}
.attachment-textarea_mb-24__mKAGg {
  margin-bottom: 24px !important;
}
.attachment-textarea_mb-64__KuGFt {
  margin-bottom: 64px !important;
}
.attachment-textarea_p-0__Z1ARm {
  padding: 0 !important;
}
.attachment-textarea_p-16__4X6cP {
  padding: 16px;
}
.attachment-textarea_p-40__bNKLP {
  padding: 40px;
}
.attachment-textarea_px-0__REl0i {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.attachment-textarea_px-4__8GBfr {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.attachment-textarea_px-8__L6adH {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.attachment-textarea_px-32__vmcTK {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.attachment-textarea_px-40__vnbFu {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.attachment-textarea_pt-40__Yr859 {
  padding-top: 40px;
}
.attachment-textarea_pt-24__4e_T_ {
  padding-top: 24px;
}
.attachment-textarea_pt-16__sJ0Xt {
  padding-top: 16px;
}
.attachment-textarea_pt-12__MxFbE {
  padding-top: 12px !important;
}
.attachment-textarea_pb-40__4pW7M {
  padding-bottom: 40px;
}
.attachment-textarea_pb-24___KpDU {
  padding-bottom: 24px;
}
.attachment-textarea_pb-16__GPRth {
  padding-bottom: 16px;
}
.attachment-textarea_pl-8__TC2vo {
  padding-left: 8px !important;
}
.attachment-textarea_pl-12__I4cQw {
  padding-left: 12px !important;
}
.attachment-textarea_pl-16__Tqpv0 {
  padding-left: 16px !important;
}
.attachment-textarea_text-left__PIvsx {
  text-align: left !important;
}
.attachment-textarea_text-right__AlsGb {
  text-align: right !important;
}
.attachment-textarea_text-center__vgcyg {
  text-align: center !important;
}
.attachment-textarea_font-medium__eWIrm {
  font-weight: 500 !important;
}
.attachment-textarea_font-semibold__zFdrf {
  font-weight: 600 !important;
}
.attachment-textarea_radius-8__glWkh {
  border-radius: 8px !important;
}
.attachment-textarea_truncate__EDCxV {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.attachment-textarea_whitespace-nowrap__SPcZF {
  white-space: nowrap;
}
.attachment-textarea_whitespace-pre-wrap__XFivB {
  white-space: pre-wrap;
}
.attachment-textarea_w-100__nmrQm {
  width: 100% !important;
}
.attachment-textarea_h-100__Cp63N {
  height: 100% !important;
}
.attachment-textarea_max-w-none__ebVjO {
  max-width: none !important;
}
.attachment-textarea_max-h-none__Y61Eo {
  max-height: none !important;
}
.attachment-textarea_min-w-100__k0p_2 {
  min-width: 100px;
}
.attachment-textarea_heading-48-600__a5lxt {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.attachment-textarea_heading-32-600__OxDUc {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.attachment-textarea_heading-24-600__OE0yk {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.attachment-textarea_heading-18-600__XR0HI {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.attachment-textarea_heading-18-400__zoUrE {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.attachment-textarea_heading-16-700__PtLOc {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.attachment-textarea_text-16-400__NuVo5 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.attachment-textarea_heading-14-600__xKeWt {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.attachment-textarea_heading-14-500__tXFpi {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.attachment-textarea_text-14-400__vzta8 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.attachment-textarea_text-13-500__4y7ta {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.attachment-textarea_text-13-600__PYbKf {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.attachment-textarea_text-13-400__GhLkY {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.attachment-textarea_text-12-500__DJMCC {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.attachment-textarea_text-12-600__rIahl {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.attachment-textarea_text-12-400__tQiwf {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.attachment-textarea_status-badge__UfALx {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.attachment-textarea_status-badge__UfALx.attachment-textarea_paused__Nq6Uy {
  background-color: #ff8b3d;
  color: #fff !important;
}
.attachment-textarea_status-badge__UfALx.attachment-textarea_created__w1X39,
.attachment-textarea_status-badge__UfALx.attachment-textarea_inactive__maYlj,
.attachment-textarea_status-badge__UfALx.attachment-textarea_pending__mS_Pv {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.attachment-textarea_status-badge__UfALx.attachment-textarea_active__J9nx8 {
  background-color: #56bf56;
  color: #fff !important;
}
.attachment-textarea_status-badge__UfALx.attachment-textarea_error__LF1uz {
  background-color: #d0021b;
  color: #fff !important;
}
.attachment-textarea_status-badge__UfALx.attachment-textarea_progress__H5p4G {
  background-color: #f5bf0c;
  color: #fff !important;
}
.attachment-textarea_status-badge__UfALx.attachment-textarea_draft__xvG0W {
  background-color: #e6e6e6;
  color: #000 !important;
}
.attachment-textarea_status-badge__UfALx.attachment-textarea_sent__TXgPT {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.attachment-textarea_status-badge__UfALx.attachment-textarea_scheduled__8vduB {
  background-color: #feefcf;
  color: #795548;
}
.attachment-textarea_status-badge__UfALx.attachment-textarea_loading-badge__5pyUB {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.attachment-textarea_status-badge__UfALx.attachment-textarea_loading-badge__5pyUB .attachment-textarea_text__kjMVe {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.attachment-textarea_status-badge__UfALx.attachment-textarea_loading-badge__5pyUB .attachment-textarea_slider__TkEPT {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: attachment-textarea_moveSlideshow__xCKJW 3s linear infinite;
}
@keyframes attachment-textarea_moveSlideshow__xCKJW {
  to {
    transform: translateX(200%);
  }
}
.attachment-textarea_flex__bbKSt {
  display: flex !important;
}
.attachment-textarea_flex-space-between__P0K_I {
  justify-content: space-between;
}
.attachment-textarea_flex-align-start__v9GAI {
  align-items: flex-start;
}
.attachment-textarea_flex-align-center__oLAcr {
  align-items: center;
}
.attachment-textarea_flex-absolute-center__Zbua7 {
  justify-content: center;
  align-items: center;
}
.attachment-textarea_flex-container__AgJ5b {
  display: flex;
  flex-wrap: wrap;
}
.attachment-textarea_flex-column__735Eu {
  flex-direction: column;
}
.attachment-textarea_flex-justify-end__LFmdx {
  justify-content: flex-end;
}
.attachment-textarea_position-relative__mBQP7 {
  position: relative !important;
}
.attachment-textarea_position-static__B_KuJ {
  position: static !important;
}
.attachment-textarea_position-absolute__25h8f {
  position: absolute !important;
}
.attachment-textarea_hr-grey__5vx6U {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.attachment-textarea_input-border__Ncf3H {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.attachment-textarea_action-content-box__5KPFA,
.attachment-textarea_box-content__Jn7gP,
.attachment-textarea_box-content__Jn7gP .attachment-textarea_upload-data-input-with-icon__r_feF,
.attachment-textarea_default-border__V293t {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.attachment-textarea_bg-grey__zMuaV {
  background-color: #f9f9f9 !important;
}
.attachment-textarea_bg-white__YIcg9 {
  background-color: #fff !important;
}
.attachment-textarea_pos-relative__NsYUe {
  position: relative !important;
}
.attachment-textarea_text-light__84dP4 {
  color: #757c80 !important;
}
.attachment-textarea_text-red__y12Zr {
  color: #d0021b !important;
}
.attachment-textarea_text-green__dX4Rj {
  color: #56bf56 !important;
}
.attachment-textarea_text-blue__kP9H2 {
  color: #31a7e7;
}
.attachment-textarea_text-sec-blue___BaK_ {
  color: #1b02b1 !important;
}
.attachment-textarea_notification-dot__KuhBx {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.attachment-textarea_title-with-action-on-left__hJXSb {
  display: flex;
  justify-content: space-between;
}
.attachment-textarea_error__LF1uz {
  color: #d0021b;
}
.attachment-textarea_error-border__oQe6A {
  border: 1px solid #d0021b !important;
}
.attachment-textarea_rotate__LfAxU {
  animation: attachment-textarea_rotation__zy_3K 2s linear infinite;
}
@keyframes attachment-textarea_rotation__zy_3K {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.attachment-textarea_switch__oZZJR {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.attachment-textarea_switch__oZZJR .attachment-textarea_btn-toggle__NAwQb {
  opacity: 0;
  width: 0;
  height: 0;
}
.attachment-textarea_switch__oZZJR .attachment-textarea_slider__TkEPT {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.attachment-textarea_switch__oZZJR .attachment-textarea_slider__TkEPT:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.attachment-textarea_switch__oZZJR .attachment-textarea_slider__TkEPT:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.attachment-textarea_switch__oZZJR .attachment-textarea_btn-toggle__NAwQb.attachment-textarea_enabled__zip5o + .attachment-textarea_slider__TkEPT {
  background-color: #ffc926;
  border: none;
}
.attachment-textarea_switch__oZZJR .attachment-textarea_btn-toggle__NAwQb:focus + .attachment-textarea_slider__TkEPT {
  box-shadow: 0 0 1px #2196f3;
}
.attachment-textarea_switch__oZZJR .attachment-textarea_btn-toggle__NAwQb.attachment-textarea_enabled__zip5o + .attachment-textarea_slider__TkEPT:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.attachment-textarea_switch__oZZJR .attachment-textarea_btn-toggle__NAwQb.attachment-textarea_enabled__zip5o + .attachment-textarea_slider__TkEPT:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#attachment-textarea_appleid-signin__Im1MA {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#attachment-textarea_appleid-signin__Im1MA > div {
  width: 200px !important;
  height: 38px !important;
}
.attachment-textarea_page-header__2bFK5 {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.attachment-textarea_page-header__2bFK5.attachment-textarea_clear-side__mOVUv {
  padding: 40px 0 32px;
}
.attachment-textarea_page-spacing__hWbkD {
  padding: 0 40px;
}
.attachment-textarea_page-header-title__Be5a_ {
  color: #17191a;
  margin: 0 0 8px;
}
.attachment-textarea_header-bar__OrQ8A {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.attachment-textarea_box-content__Jn7gP {
  background-color: #fff;
  margin-bottom: 24px;
}
.attachment-textarea_box-content__Jn7gP .attachment-textarea_header__YzjgO {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.attachment-textarea_box-content__Jn7gP .attachment-textarea_header-l__4enxZ {
  padding: 24px 16px;
  margin: 0;
}
.attachment-textarea_box-content__Jn7gP .attachment-textarea_content__Yp0lK {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.attachment-textarea_box-content__Jn7gP .attachment-textarea_content-header__Mc3_y {
  margin-bottom: 4px;
  margin-top: 0;
}
.attachment-textarea_box-content__Jn7gP .attachment-textarea_table-content__ejD6P {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.attachment-textarea_box-content__Jn7gP .attachment-textarea_help-text__DUQxL {
  line-height: 20px;
}
.attachment-textarea_box-content__Jn7gP .attachment-textarea_sub-text__iXGex {
  color: #757c80;
}
.attachment-textarea_box-content__Jn7gP .attachment-textarea_content-data-input__lC__r {
  margin-top: 8px;
}
.attachment-textarea_box-content__Jn7gP .attachment-textarea_data-entry-input__p3W3P,
.attachment-textarea_box-content__Jn7gP .attachment-textarea_upload-data-input-with-icon__r_feF {
  margin-top: 8px;
  padding: 0 11px;
}
.attachment-textarea_box-content__Jn7gP .attachment-textarea_upload-data-input-with-icon__r_feF {
  cursor: pointer;
  background: #f9f9f9;
}
.attachment-textarea_box-content__Jn7gP .attachment-textarea_upload-data-input-with-icon__r_feF input {
  padding: 12px 2px;
}
.attachment-textarea_box-content__Jn7gP .attachment-textarea_upload-data-input-with-icon__r_feF input:disabled,
.attachment-textarea_box-content__Jn7gP .attachment-textarea_upload-data-input-with-icon__r_feF input:hover {
  cursor: pointer !important;
}
.attachment-textarea_empty-state__kQoPD {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.attachment-textarea_empty-state__kQoPD.attachment-textarea_contact-list__4BHnQ {
  width: 80%;
}
.attachment-textarea_empty-state__kQoPD .attachment-textarea_empty-title__ALu68 {
  font-size: 14px;
  font-weight: 500px;
}
.attachment-textarea_empty-state-wrapper__yfMe0 {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.attachment-textarea_empty-state-wrapper__yfMe0 h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.attachment-textarea_empty-state-wrapper__yfMe0 div {
  color: #757c80;
  margin: 16px 0 12px;
}
.attachment-textarea_empty-state-button__3_zVl {
  margin: 20px 10px;
}
.attachment-textarea_handel-bar__LclhW {
  fill: #b7bfc6;
  vertical-align: middle;
}
.attachment-textarea_tag__7K6z6 {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.attachment-textarea_ant-color-picker-input__XROQj .attachment-textarea_ant-input__RJAlo {
  height: 22px;
}
.attachment-textarea_ant-color-picker-trigger__zJXul {
  width: 23px;
  height: 23px;
}
.attachment-textarea_ant-color-picker-trigger__zJXul .attachment-textarea_ant-color-picker-color-block__IPxzL {
  width: 18px;
  height: 18px;
}
.attachment-textarea_box-content__Jn7gP .attachment-textarea_content__Yp0lK input,
.attachment-textarea_box-content__Jn7gP .attachment-textarea_upload-data-input-with-icon__r_feF input,
input input.attachment-textarea_input-white__W8n9M,
input textarea.attachment-textarea_input-white__W8n9M,
input.attachment-textarea_input-grey___gGfZ,
textarea input.attachment-textarea_input-white__W8n9M,
textarea textarea.attachment-textarea_input-white__W8n9M,
textarea.attachment-textarea_input-grey___gGfZ {
  background-color: #f9f9f9;
}
.attachment-textarea_box-content__Jn7gP .attachment-textarea_content__Yp0lK input:active,
.attachment-textarea_box-content__Jn7gP .attachment-textarea_content__Yp0lK input:focus,
.attachment-textarea_box-content__Jn7gP .attachment-textarea_content__Yp0lK input:hover,
.attachment-textarea_box-content__Jn7gP .attachment-textarea_upload-data-input-with-icon__r_feF input:active,
.attachment-textarea_box-content__Jn7gP .attachment-textarea_upload-data-input-with-icon__r_feF input:focus,
.attachment-textarea_box-content__Jn7gP .attachment-textarea_upload-data-input-with-icon__r_feF input:hover,
input input.attachment-textarea_input-white__W8n9M:active,
input input.attachment-textarea_input-white__W8n9M:focus,
input input.attachment-textarea_input-white__W8n9M:hover,
input textarea.attachment-textarea_input-white__W8n9M:active,
input textarea.attachment-textarea_input-white__W8n9M:focus,
input textarea.attachment-textarea_input-white__W8n9M:hover,
input.attachment-textarea_input-grey___gGfZ:active,
input.attachment-textarea_input-grey___gGfZ:focus,
input.attachment-textarea_input-grey___gGfZ:hover,
textarea input.attachment-textarea_input-white__W8n9M:active,
textarea input.attachment-textarea_input-white__W8n9M:focus,
textarea input.attachment-textarea_input-white__W8n9M:hover,
textarea textarea.attachment-textarea_input-white__W8n9M:active,
textarea textarea.attachment-textarea_input-white__W8n9M:focus,
textarea textarea.attachment-textarea_input-white__W8n9M:hover,
textarea.attachment-textarea_input-grey___gGfZ:active,
textarea.attachment-textarea_input-grey___gGfZ:focus,
textarea.attachment-textarea_input-grey___gGfZ:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.attachment-textarea_input-white__W8n9M:active,
input.attachment-textarea_input-white__W8n9M:focus,
input.attachment-textarea_input-white__W8n9M:hover,
span.attachment-textarea_input-white__W8n9M:active,
span.attachment-textarea_input-white__W8n9M:focus,
span.attachment-textarea_input-white__W8n9M:hover,
textarea.attachment-textarea_input-white__W8n9M:active,
textarea.attachment-textarea_input-white__W8n9M:focus,
textarea.attachment-textarea_input-white__W8n9M:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.attachment-textarea_image-uploader-flex__Nz8YS .attachment-textarea_ant-upload-select__NcDvE {
  display: flex;
}
.attachment-textarea_image-uploader-flex__Nz8YS .attachment-textarea_ant-upload-select__NcDvE .attachment-textarea_ant-upload__T5srh {
  flex: 1 1;
}
.attachment-textarea_modal-footer-wrapper__HYwVm {
  display: flex;
  justify-content: center;
}
.attachment-textarea_app-modal__HnAg7 .attachment-textarea_small__J8h6f {
  width: 350px;
}
.attachment-textarea_toast__phP4H.attachment-textarea_negative__2AHlU .attachment-textarea_ant-message-notice-content__hAIDX {
  background-color: #d0021b;
}
.attachment-textarea_toast__phP4H.attachment-textarea_positive__SsNnB .attachment-textarea_ant-message-notice-content__hAIDX {
  background-color: #56bf56;
}
.attachment-textarea_toast__phP4H.attachment-textarea_loading__vfFjh
  .attachment-textarea_ant-message-notice-content__hAIDX
  .attachment-textarea_toast-wrapper___GMA2
  .attachment-textarea_contents__qc_Wu,
.attachment-textarea_toast__phP4H.attachment-textarea_loading__vfFjh
  .attachment-textarea_ant-message-notice-content__hAIDX
  .attachment-textarea_toast-wrapper___GMA2
  .attachment-textarea_contents__qc_Wu
  .attachment-textarea_title__5MKPD {
  color: #000 !important;
}
.attachment-textarea_toast__phP4H.attachment-textarea_loading__vfFjh .attachment-textarea_ant-message-loading__1jp7B .attachment-textarea_anticon-loading__EYWW6 {
  font-size: 1.5rem;
}
.attachment-textarea_toast__phP4H .attachment-textarea_ant-message-notice-content__hAIDX {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.attachment-textarea_toast__phP4H .attachment-textarea_ant-message-notice-content__hAIDX .attachment-textarea_toast-wrapper___GMA2 {
  position: relative;
  display: flex;
  align-items: center;
}
.attachment-textarea_toast__phP4H .attachment-textarea_ant-message-notice-content__hAIDX .attachment-textarea_toast-wrapper___GMA2 .attachment-textarea_contents__qc_Wu {
  position: relative;
  padding-left: 16px;
}
.attachment-textarea_toast__phP4H
  .attachment-textarea_ant-message-notice-content__hAIDX
  .attachment-textarea_toast-wrapper___GMA2
  .attachment-textarea_contents__qc_Wu
  .attachment-textarea_title__5MKPD {
  color: #fff !important;
}
.attachment-textarea_toast__phP4H .attachment-textarea_ant-message-notice-content__hAIDX .attachment-textarea_toast-wrapper___GMA2 .attachment-textarea_contents__qc_Wu p {
  margin: 0;
}
.attachment-textarea_toast__phP4H .attachment-textarea_ant-message-notice-content__hAIDX .attachment-textarea_toast-wrapper___GMA2 .attachment-textarea_contents__qc_Wu p a,
.attachment-textarea_toast__phP4H .attachment-textarea_ant-message-notice-content__hAIDX .attachment-textarea_toast-wrapper___GMA2 .attachment-textarea_contents__qc_Wu p button {
  color: #fff;
  text-decoration: underline;
}
.attachment-textarea_toast__phP4H .attachment-textarea_ant-message-notice-content__hAIDX .attachment-textarea_icon__xNLtN {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.attachment-textarea_toast__phP4H .attachment-textarea_ant-message-notice-content__hAIDX .attachment-textarea_icon__xNLtN.attachment-textarea_positive__SsNnB {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.attachment-textarea_toast__phP4H .attachment-textarea_ant-message-notice-content__hAIDX .attachment-textarea_icon__xNLtN.attachment-textarea_positive__SsNnB:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.attachment-textarea_toast__phP4H .attachment-textarea_ant-message-notice-content__hAIDX .attachment-textarea_icon__xNLtN.attachment-textarea_negative__2AHlU {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.attachment-textarea_toast__phP4H .attachment-textarea_ant-message-notice-content__hAIDX .attachment-textarea_icon__xNLtN.attachment-textarea_negative__2AHlU:before {
  top: 10px;
}
.attachment-textarea_action-content-box__5KPFA {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.attachment-textarea_action-content-box__5KPFA.attachment-textarea_numbered__rgE0N .attachment-textarea_sub-content__vYqZT p {
  margin-left: 18px;
}
.attachment-textarea_action-content-box__5KPFA .attachment-textarea_sub-content__vYqZT {
  padding: 26px 26px 20px;
}
.attachment-textarea_action-content-box__5KPFA .attachment-textarea_sub-content__vYqZT.attachment-textarea_right__dwPXq {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.attachment-textarea_action-content-box__5KPFA .attachment-textarea_sub-content__vYqZT.attachment-textarea_right__dwPXq button {
  margin: 0 20px;
}
.attachment-textarea_action-content-box__5KPFA .attachment-textarea_sub-content__vYqZT h4,
.attachment-textarea_action-content-box__5KPFA .attachment-textarea_sub-content__vYqZT p.attachment-textarea_bold__MYKv9 {
  margin: 0;
}
.attachment-textarea_action-content-box__5KPFA .attachment-textarea_sub-content__vYqZT h4 span,
.attachment-textarea_action-content-box__5KPFA .attachment-textarea_sub-content__vYqZT p.attachment-textarea_bold__MYKv9 span {
  width: 18px;
  display: inline-block;
}
.attachment-textarea_action-content-box__5KPFA .attachment-textarea_sub-content__vYqZT p {
  margin: 6px 0 0;
}
.attachment-textarea_action-content-box__5KPFA .attachment-textarea_remove__rud__ {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.attachment-textarea_options-dot__euSJQ {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.attachment-textarea_options-dot__euSJQ.attachment-textarea_boxed__d6JrB {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.attachment-textarea_options-dot__euSJQ.attachment-textarea_active__J9nx8,
.attachment-textarea_options-dot__euSJQ:focus-visible,
.attachment-textarea_options-dot__euSJQ:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.attachment-textarea_clickable__2GRPW {
  cursor: pointer;
}
.attachment-textarea_beta-label__QVNH2 {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.attachment-textarea_none-style-list-options__tyoZd {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.attachment-textarea_none-style-list-options__tyoZd li {
  margin: 5px 0;
}
.attachment-textarea_ant-tour__FNYsz {
  width: 400px;
}
.attachment-textarea_ant-collapse__OtieF
  > .attachment-textarea_ant-collapse-item__WYKo3
  > .attachment-textarea_ant-collapse-header-collapsible-only__hg6wF
  > .attachment-textarea_ant-collapse-header-text__1kdFi {
  flex: auto;
}
.attachment-textarea_onboarding-tour-header__TQVOP {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.attachment-textarea_onboarding-tour-description__uARCk {
  color: #17191a;
  font-size: 16px;
}
.attachment-textarea_tour-hidden-button__mKmit {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.attachment-textarea_ai-onboarding-tour-header__6JLOH {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.attachment-textarea_onboarding-step-ai-tour__N_l2A {
  width: 350px;
}
.attachment-textarea_onboarding-step-ai-tour__N_l2A .attachment-textarea_onboarding-step-ai-tour-inner__29xyB .attachment-textarea_onboarding-step-ai-tour-description__7R0f4 {
  padding: 0 20px;
}
.attachment-textarea_onboarding-step-ai-tour__N_l2A .attachment-textarea_onboarding-step-ai-tour-inner__29xyB .attachment-textarea_onboarding-step-ai-tour-footer__9Z0eX {
  padding: 0 20px 20px;
}
.attachment-textarea_onboarding-step-ai-tour__N_l2A .attachment-textarea_onboarding-step-ai-tour-inner__29xyB .attachment-textarea_onboarding-step-ai-tour-header__id6P5 {
  padding: 20px 20px 4px;
}
.attachment-textarea_onboarding-step-ai-tour__N_l2A .attachment-textarea_onboarding-step-ai-tour-inner__29xyB .attachment-textarea_onboarding-step-ai-tour-indicators__skU_U {
  display: flex;
  width: 100%;
}
.attachment-textarea_onboarding-step-ai-tour__N_l2A .attachment-textarea_onboarding-step-ai-tour-inner__29xyB .attachment-textarea_onboarding-step-ai-tour-buttons__OY9Z_ {
  width: 0;
  visibility: hidden;
}
.attachment-textarea_onboarding-step-ai-tour-mask__p6UIX mask[id^='onboarding-step-ai-tour-mask'] rect.attachment-textarea_onboarding-step-ai-tour-placeholder-animated__O59Qw {
  rx: 8px;
}
.attachment-textarea_onboarding-step-ai-tour-round-mask__gRy4M mask[id^='onboarding-step-ai-tour-round-mask'] rect.attachment-textarea_onboarding-step-ai-tour-round-placeholder-animated__UhJYe {
  rx: 25px;
}
.attachment-textarea_onboarding-step-tour___fYR6 {
  width: 400px;
}
.attachment-textarea_onboarding-step-tour___fYR6.attachment-textarea_content-hidden__AEzns {
  display: none !important;
}
.attachment-textarea_onboarding-step-tour___fYR6.attachment-textarea_extended-width__Vp81S {
  width: 600px;
}
.attachment-textarea_onboarding-step-tour-mask__knzDp mask[id^='onboarding-step-tour-mask'] rect.attachment-textarea_onboarding-step-tour-placeholder-animated__J26JM {
  rx: 8px;
}
.attachment-textarea_onboarding-step-one-tour__FPdFN {
  width: 400px;
}
.attachment-textarea_onboarding-step-one-tour__FPdFN.attachment-textarea_content-hidden__AEzns {
  display: none !important;
}
.attachment-textarea_onboarding-step-one-tour__FPdFN.attachment-textarea_extended-width__Vp81S {
  width: 600px;
}
.attachment-textarea_onboarding-step-one-tour-mask__HhZou mask[id^='onboarding-step-one-tour-mask'] rect.attachment-textarea_onboarding-step-one-tour-placeholder-animated__reRfo {
  rx: 25px;
}
.attachment-textarea_support-unread-tour__OPque {
  width: 272px;
}
.attachment-textarea_support-unread-tour__OPque .attachment-textarea_support-unread-tour-inner__N_cIG .attachment-textarea_support-unread-tour-header__hvSEu {
  padding: 8px 16px 4px;
}
.attachment-textarea_support-unread-tour__OPque .attachment-textarea_support-unread-tour-inner__N_cIG .attachment-textarea_support-unread-tour-footer__lONsY {
  padding: 0 16px 16px;
}
.attachment-textarea_support-unread-tour__OPque .attachment-textarea_support-unread-tour-inner__N_cIG .attachment-textarea_support-unread-tour-close___71g3 {
  top: 10px;
}
.attachment-textarea_preserve-scroll-position__atmt_ {
  overflow-anchor: none;
}
.attachment-textarea_toolbar-wrapper__BSkKw {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.attachment-textarea_toolbar-wrapper__BSkKw .attachment-textarea_anticon__NPl9n {
  padding: 12px;
  cursor: pointer;
}
.attachment-textarea_toolbar-wrapper__BSkKw .attachment-textarea_anticon__NPl9n:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.attachment-textarea_toolbar-wrapper__BSkKw .attachment-textarea_anticon__NPl9n:hover {
  opacity: 0.3;
}
.attachment-textarea_ant-carousel__2ewLu .attachment-textarea_slick-dots__T3ThR li.attachment-textarea_slick-active__is444 button {
  background-color: #8158ec;
}
.attachment-textarea_ant-carousel__2ewLu .attachment-textarea_slick-dots__T3ThR li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.attachment-textarea_ant-modal-root__iNh4n .attachment-textarea_ant-modal-mask__xNGZt,
.attachment-textarea_ant-modal-root__iNh4n .attachment-textarea_ant-modal-wrap__HvQUK {
  z-index: 1001;
}
.attachment-textarea_focused__quIsI {
  background-color: #f5f5f5;
}
.attachment-textarea_spinner-overlay__OHHgy,
.attachment-textarea_spinner__ImHVM {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.attachment-textarea_spinner-overlay__OHHgy {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.attachment-textarea_spinner__ImHVM {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.attachment-textarea_large-tag__3R5ID {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.attachment-textarea_email-pill__EVgij,
.attachment-textarea_phone-pill___RSE4 {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.attachment-textarea_email-pill__EVgij:not(:empty),
.attachment-textarea_phone-pill___RSE4:not(:empty) {
  padding: 4px;
}
.attachment-textarea_phone-pill___RSE4 {
  background-color: #e0f2fb;
}
.attachment-textarea_email-pill__EVgij {
  background-color: #ffefbe;
}
.attachment-textarea_input-box__yiFqj {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.attachment-textarea_input-box__yiFqj.attachment-textarea_bordered__Xrgem {
  border: 1px solid #e6e6e6;
}
.attachment-textarea_input-box__yiFqj.attachment-textarea_large__wvFrs {
  height: auto;
  min-height: 80px;
}
.attachment-textarea_input-box__yiFqj:focus {
  border-color: #ffc926;
}
.attachment-textarea_attachment-textarea__qcRfh {
  border: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  border-radius: 4px;
  overflow: unset !important;
  position: relative;
  height: 100%;
}
.attachment-textarea_attachment-textarea__qcRfh.attachment-textarea_email-composer__xgELJ {
  min-height: 300px;
  background: #fff;
}
.attachment-textarea_attachment-textarea__qcRfh .attachment-textarea_textarea__Wzfg7 {
  padding: 8px;
  border: none;
}
.attachment-textarea_attachment-textarea__qcRfh .attachment-textarea_textarea__Wzfg7[disabled] {
  color: #17191a;
  cursor: not-allowed;
}
.attachment-textarea_attachment-textarea__qcRfh .attachment-textarea_textarea__Wzfg7.attachment-textarea_fixed-height__dJONY {
  overflow: hidden;
  overflow-wrap: break-word;
  overflow-y: auto;
  height: 100% !important;
}
.attachment-textarea_attachment-textarea__qcRfh .attachment-textarea_textarea__Wzfg7 textarea {
  min-height: 100px;
}
.attachment-textarea_attachment-textarea__qcRfh .attachment-textarea_textarea__Wzfg7:after {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
  padding-right: 8px;
  font-weight: 400;
}
.attachment-textarea_attachment-textarea__qcRfh .attachment-textarea_message-count__NNcCZ {
  text-align: right;
  padding-right: 8px;
  color: #17191a;
  font-weight: 400;
}
.attachment-textarea_attachment-textarea__qcRfh .attachment-textarea_icon-options__kEcII {
  display: block;
  margin-top: -20px;
}
.attachment-textarea_attachment-textarea__qcRfh .attachment-textarea_icon-options__kEcII .attachment-textarea_attachment-button__4_OxY,
.attachment-textarea_attachment-textarea__qcRfh .attachment-textarea_icon-options__kEcII .attachment-textarea_emoji-options__SXpfP {
  display: inline-block;
}
.attachment-textarea_attachment-button__4_OxY,
.attachment-textarea_attachment-button__4_OxY:hover {
  color: #999;
  padding: 0;
}
.attachment-textarea_attachment-button__4_OxY svg,
.attachment-textarea_attachment-button__4_OxY:hover svg {
  height: 16px;
  width: auto;
}
.attachment-textarea_uploaded-images__adTWE {
  margin-top: 5px;
}
.attachment-textarea_uploaded-images__adTWE div div:nth-child(n) {
  width: 50px;
  height: 50px;
}
.attachment-textarea_uploaded-images__adTWE div div:nth-child(n) div {
  width: 100%;
  height: 100%;
  padding: 0;
}
.attachment-textarea_uploaded-files__XfhbO {
  display: grid;
}
.attachment-textarea_attachments-block__Wk5nw {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0 8px;
}
.attachment-textarea_file-preview__IsXj0 {
  padding-top: 12px !important;
}
.attachment-textarea_popover__eKBnI {
  width: 500px;
}
.attachment-textarea_popover__eKBnI .ant-popover-inner {
  padding: 0;
}
.attachment-textarea_email-composer__xgELJ {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  position: relative;
  padding-bottom: 0;
  background: #fff;
  justify-content: space-between;
}
.attachment-textarea_email-composer__xgELJ.attachment-textarea_preview__t5oS0 {
  padding-bottom: 0;
}
.attachment-textarea_email-composer__xgELJ .attachment-textarea_file-preview__IsXj0 {
  border-top: 1px solid #e6e6e6;
  border-radius: 0 0 8px 8px;
  padding: 0 16px 8px !important;
  flex-grow: 0;
}
.preview_preview__cre5A {
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
  z-index: 1;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #e6e6e6;
}
.preview_viewport-buttons__ibmzS .preview_email-preview__mhL2b {
  width: 38px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}
.preview_viewport-buttons__ibmzS .preview_email-preview__mhL2b:not(:disabled):not(.ant-btn-disabled):hover {
  background-color: #e6e6e6;
  color: #000;
}
.preview_viewport-buttons__ibmzS .preview_email-preview__mhL2b.preview_active__6akDA,
.preview_viewport-buttons__ibmzS .preview_email-preview__mhL2b.preview_active__6akDA:not(:disabled):not(.ant-btn-disabled):hover {
  color: #fff;
  background-color: #31a7e7;
  border-color: #31a7e7 !important;
}
.preview_viewport-buttons__ibmzS .preview_email-preview__mhL2b:first-child {
  border-radius: 4px 0 0 4px;
}
.preview_viewport-buttons__ibmzS .preview_email-preview__mhL2b:last-child {
  border-radius: 0 4px 4px 0;
}
.preview_wrapper__xZu9_ {
  background-color: #fff;
  min-width: auto;
  border-radius: 8px 8px 0 0;
  border: 1px solid #e6e6e6;
}
.preview_wrapper__xZu9_ .preview_iframe-wrapper__ydDhn {
  margin: 16px 10%;
  max-width: 80%;
  height: auto;
  min-height: 400px;
  overflow: auto;
}
.preview_wrapper__xZu9_ .preview_iframe-wrapper__ydDhn iframe {
  width: 100%;
  border: 0;
  display: block;
  overflow: hidden;
}
.preview_wrapper__xZu9_ .preview_content__H_Ik3 {
  width: 100%;
  min-height: 400px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1;
}
.preview_wrapper__xZu9_ .preview_content__H_Ik3 .preview_text-content__Bg705 {
  padding: 8px 16px;
  height: 100%;
}
.preview_wrapper__xZu9_ .preview_content__H_Ik3.preview_mobile__QZZKh,
.preview_wrapper__xZu9_ .preview_iframe-wrapper__ydDhn.preview_mobile__QZZKh {
  width: 340px;
  height: 600px;
  margin: 16px auto;
  border: 12px solid #000;
  border-radius: 60px;
  padding: 0;
  overflow-y: auto;
}
.preview_content__H_Ik3 .preview_text-content__Bg705 {
  line-height: 1.54;
}
.preview_content__H_Ik3 .preview_text-content__Bg705 blockquote,
.preview_content__H_Ik3 .preview_text-content__Bg705 h1,
.preview_content__H_Ik3 .preview_text-content__Bg705 h2,
.preview_content__H_Ik3 .preview_text-content__Bg705 h3,
.preview_content__H_Ik3 .preview_text-content__Bg705 h4,
.preview_content__H_Ik3 .preview_text-content__Bg705 h5,
.preview_content__H_Ik3 .preview_text-content__Bg705 h6,
.preview_content__H_Ik3 .preview_text-content__Bg705 ol,
.preview_content__H_Ik3 .preview_text-content__Bg705 pre {
  margin-top: 0.75em;
  margin-bottom: 0.25em;
  padding: 0;
}
.preview_content__H_Ik3 .preview_text-content__Bg705 p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.preview_content__H_Ik3 .preview_text-content__Bg705 li {
  margin-left: 1.5em;
}
.preview_content__H_Ik3 .preview_text-content__Bg705 h1 {
  font-size: 2em;
}
.preview_content__H_Ik3 .preview_text-content__Bg705 h2 {
  font-size: 1.5em;
}
.preview_content__H_Ik3 .preview_text-content__Bg705 h3 {
  font-size: 1.17em;
}
.preview_content__H_Ik3 .preview_text-content__Bg705 h4 {
  font-size: 1em;
}
.preview_content__H_Ik3 .preview_text-content__Bg705 h5 {
  font-size: 0.83em;
}
.preview_content__H_Ik3 .preview_text-content__Bg705 h6 {
  font-size: 0.67em;
}
.preview_content__H_Ik3 .preview_text-content__Bg705 a {
  text-decoration: underline;
}
.preview_content__H_Ik3 .preview_text-content__Bg705 blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.preview_content__H_Ik3 .preview_text-content__Bg705 img {
  max-width: 100%;
}
.bordered-tabs .buttons_tab-label__m6sI1 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.buttons_back__p_Dh4 .ant-btn-link,
.buttons_tab-label__m6sI1 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.buttons_mini-square__U8wuw {
  width: 20px;
  height: 20px;
}
.buttons_back__p_Dh4 {
  background-color: #fff;
  padding-left: 32px;
  height: 50px;
  border: solid #e6e6e6;
  border-width: 0 0 1px;
  display: flex;
  align-items: center;
}
.buttons_back__p_Dh4 .ant-btn .ant-btn-icon {
  vertical-align: text-bottom;
}
.buttons_back__p_Dh4 .ant-btn-link {
  margin-left: 10px;
  color: #17191a;
  position: relative;
}
.buttons_back__p_Dh4 .ant-btn-link:not(:disabled):not(.buttons_ant-btn-disabled__o61Ix):hover {
  color: #17191a;
  opacity: 0.8;
}
.buttons_back__p_Dh4 .ant-btn-icon {
  margin-right: 8px;
}
.buttons_back__p_Dh4.buttons_no-border__yifBz {
  border: none;
}
.buttons_tab-label__m6sI1 {
  color: #999;
  padding: 10px 0 8px;
}
.buttons_tab-label__m6sI1.buttons_selected__3Tonw {
  border-bottom: 4px solid #ffc926;
  color: #17191a;
  background-color: unset;
  box-shadow: unset;
}
.buttons_tab-label__m6sI1.buttons_wide__bom7u {
  padding: 10px 10px 8px;
}
.buttons_tab-wrapper__V8wbo {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.bordered-tabs .buttons_tab-label__m6sI1 {
  padding: 18px 10px 16px;
}
.templates_empty-filter__vqLkM h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.templates_empty-filter__vqLkM h2 a,
.templates_empty-filter__vqLkM h2 button {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.templates_mini-square__AYEMh {
  width: 20px;
  height: 20px;
}
.templates_template-container__26rHa {
  padding: 0 40px 20px;
  overflow: hidden;
}
.templates_template-container__26rHa.templates_inline-select__AdaR4 {
  padding: 0 24px 20px;
}
.templates_template-container__26rHa.templates_inline-select__AdaR4 .templates_header-bar__yC8_T {
  padding-top: 24px;
}
@media (max-width: 1120px) {
  .templates_template-container__26rHa.templates_email__X32wq .templates_header-bar__yC8_T .templates_filters-wrapper-right__lOGMt {
    margin-top: 1rem;
  }
}
.templates_template-container__26rHa .templates_header-bar__yC8_T {
  position: relative;
  display: block;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 0 24px;
  z-index: 1;
}
@media (min-width: 1120px) {
  .templates_template-container__26rHa .templates_header-bar__yC8_T {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.templates_template-container__26rHa .templates_header-bar__yC8_T .templates_wrapper-left__1BAbG {
  display: flex;
  align-items: center;
}
.templates_template-container__26rHa .templates_header-bar__yC8_T .templates_filters-wrapper-right__lOGMt {
  display: flex;
  gap: 24px;
}
@media (max-width: 1120px) {
  .templates_template-container__26rHa .templates_header-bar__yC8_T .templates_filters-wrapper-right__lOGMt {
    background-color: #e4e6e7;
    border-radius: 4px;
    margin-top: 1.5rem;
    padding: 20px;
    justify-content: space-between;
  }
  .templates_template-container__26rHa .templates_header-bar__yC8_T .templates_filters-wrapper-right__lOGMt .templates_create-button__aPH7u {
    position: absolute;
    top: 40px;
    right: 0;
  }
}
.templates_template-container__26rHa .templates_header-bar__yC8_T .templates_options-drop-down__W5SaZ {
  min-width: 156px;
  text-align: center;
  background-position: calc(100% - 35px);
  padding-right: 32px;
}
.templates_template-container__26rHa .templates_template-list__hhrbI {
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100% - 170px);
  margin-right: -40px;
  padding-right: 40px;
}
.templates_template-container__26rHa .templates_template-list__hhrbI.templates_email-template-list__knST_ {
  height: auto;
}
.templates_template-container__26rHa .templates_template-list__hhrbI .ant-select-selection-overflow {
  height: 37px;
}
.templates_template-container__26rHa .templates_categories-dropdown__Ul4dW {
  margin: 20px 0;
  display: flex;
  max-width: 100%;
}
.templates_template-container__26rHa .templates_categories-select__d1RFv {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
}
.templates_template-container__26rHa .templates_tag-remove___p7Kw {
  margin-left: 4px;
  cursor: pointer;
  font-size: 12px;
  color: #999;
}
.templates_template-cards-container__AuFq2 {
  max-height: calc(100% - 105px - 56px);
  height: auto;
}
.templates_empty-filter__vqLkM {
  position: absolute;
  top: 105px;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 60px 65px;
  border: none;
  background-color: transparent;
  top: 160px;
}
.templates_empty-filter__vqLkM h2 {
  color: #17191a;
  width: 100%;
  text-align: center;
}
.templates_empty-filter__vqLkM h2 a,
.templates_empty-filter__vqLkM h2 button {
  cursor: pointer;
}
.templates_email-picker-modal__bG1HK {
  max-height: calc(100% - 80px);
  overflow: hidden;
}
.templates_email-picker-modal__bG1HK > div {
  height: 100%;
  overflow: hidden;
}
.templates_email-picker-modal__bG1HK .ant-modal-content {
  height: 100%;
}
.templates_email-picker-modal__bG1HK .ant-modal-content .ant-modal-body {
  padding: 0;
  min-height: 400px;
  height: 100%;
}
.templates_email-picker-modal__bG1HK .ant-modal-content .ant-modal-body .templates_template-container__26rHa {
  height: 100%;
}
.templates_view-switcher__hy0dQ {
  display: flex;
  align-items: center;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin-left: 16px;
}
.templates_view-switcher__hy0dQ .templates_option__0NWs_ {
  width: 40px;
  height: 40px;
  background-color: #fff;
}
.templates_view-switcher__hy0dQ .templates_option__0NWs_.templates_card___NB7l {
  background: #fff url(/icons/card-view-gray.svg) no-repeat 50%;
  border-radius: 4px 0 0 4px;
}
.templates_view-switcher__hy0dQ .templates_option__0NWs_.templates_card___NB7l.templates_active__4RUh0 {
  background: #f5f5f5 url(/icons/card-view-black.svg) no-repeat 50%;
}
.templates_view-switcher__hy0dQ .templates_option__0NWs_.templates_list__g06YH {
  background: #fff url(/icons/list-view-gray.svg) no-repeat 50%;
  border-radius: 0 4px 4px 0;
}
.templates_view-switcher__hy0dQ .templates_option__0NWs_.templates_list__g06YH.templates_active__4RUh0 {
  background: #f5f5f5 url(/icons/list-view-black.svg) no-repeat 50%;
}
.template-card_icon__5hnj1 {
  padding: 4px;
}
.template-card_icon-wrapper__N0epZ {
  padding: 4px;
  color: #454a4d;
}
.template-card_icon-wrapper-absolute__hOcrl {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.template-card_icon-wrapper-absolute__hOcrl .template-card_icon__5hnj1 {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.template-card_icon-sms__TbYK9 {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.template-card_icon-email__PNubw {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.template-card_icon-mixed__v848D {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.template-card_icon-picker-wrapper__ZqWSp {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.template-card_icon-picker-wrapper__ZqWSp:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.template-card_icon-picker-wrapper__ZqWSp:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .template-card_icon-picker-wrapper__ZqWSp {
    margin-right: 5px;
  }
}
.template-card_icon-checkmark-white__bI7bV {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.template-card_icon-x-white__kb8Vc {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.template-card_icon-help__QrZhq {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.template-card_icon-help__QrZhq:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.template-card_container__hhiME select,
.template-card_ico-arrow-down__SFvkZ {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.template-card_container__hhiME select.template-card_ant-dropdown-trigger__GUx0U,
.template-card_ico-arrow-down__SFvkZ.template-card_ant-dropdown-trigger__GUx0U {
  padding-right: 24px;
  cursor: pointer;
}
.template-card_container__hhiME select.template-card_ant-dropdown-trigger__GUx0U:disabled,
.template-card_container__hhiME select.template-card_ant-dropdown-trigger__GUx0U[disabled],
.template-card_ico-arrow-down__SFvkZ.template-card_ant-dropdown-trigger__GUx0U:disabled,
.template-card_ico-arrow-down__SFvkZ.template-card_ant-dropdown-trigger__GUx0U[disabled] {
  cursor: default;
  background: transparent;
}
.template-card_ico-arrow-gray__QXaO0 {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.template-card_ico-arrow-gray__QXaO0.template-card_down__rLEDE {
  transform: rotate(90deg);
}
.template-card_ico-arrow-gray__QXaO0.template-card_up__vEGw6 {
  transform: rotate(-90deg);
}
.template-card_ico-arrow-gray__QXaO0.template-card_right__FrK8g {
  transform: rotate(180deg);
}
.template-card_ico-arrow-gray__QXaO0.template-card_ant-dropdown-trigger__GUx0U {
  padding-right: 24px;
  cursor: pointer;
}
.template-card_ico-arrow-gray__QXaO0.template-card_ant-dropdown-trigger__GUx0U:disabled,
.template-card_ico-arrow-gray__QXaO0.template-card_ant-dropdown-trigger__GUx0U[disabled] {
  cursor: default;
  background: transparent;
}
.template-card_icon-error-triangle__C6mPH {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.template-card_ico-compose__vNfl8 {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.template-card_ico-compose-white__JpjVX {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.template-card_icon-google-play__4_WNO {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.template-card_icon-app-store__kHLI2 {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.template-card_icon-social-fb__lthvL {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.template-card_icon-social-tw__L_OEk {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.template-card_icon-disclosure__C7j1K {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.template-card_icon-16__LnkVc {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.template-card_icon-18__vcL4o {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.template-card_icon-gray5__C_Rjh {
  color: #999 !important;
}
.template-card_ico-arrow-black__A7nkQ {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.template-card_ico-arrow-black__A7nkQ.template-card_down__rLEDE {
  transform: rotate(90deg);
}
.template-card_ico-arrow-black__A7nkQ.template-card_up__vEGw6 {
  transform: rotate(-90deg);
}
.template-card_ico-arrow-black__A7nkQ.template-card_right__FrK8g {
  transform: rotate(180deg);
}
.template-card_icon-copy__hAaPF {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.template-card_icon-copy__hAaPF:hover {
  background-image: url(/icons/copy-black.svg);
}
.template-card_icon-msg-white__SH0Fv {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.template-card_icon-email-white__MGyYg {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.template-card_icon-black-bg__LaVJP {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.template-card_icon-black-bg__LaVJP > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.template-card_icon-inbox-black-filled__P01j4 {
  background-image: url(/icons/inbox-black.svg);
}
.template-card_icon-contacts__nOIgE {
  background-image: url(/icons/sidebar/contacts.svg);
}
.template-card_page-header-title__V5Wfb {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.template-card_action-content-box__usgGk .template-card_sub-content__6IzkO h4,
.template-card_empty-state-wrapper__YorEi h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.template-card_box-content__G4IRQ .template-card_header-l__nwcZc,
.template-card_box-content__G4IRQ .template-card_header__xZgMl,
.template-card_template-card__beNtQ .template-card_name__ShtGH,
.template-card_toast__yI3P4 .template-card_ant-message-notice-content__mmWux .template-card_toast-wrapper__XRlnX .template-card_contents__n1Yaj .template-card_title__u_dhN {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.template-card_action-content-box__usgGk .template-card_sub-content__6IzkO p.template-card_bold__BGdKB,
.template-card_empty-state-wrapper__YorEi h2 a,
.template-card_header-bar__Yk_uR .template-card_title__u_dhN {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.template-card_box-content__G4IRQ .template-card_content-header__bSkPv {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.template-card_action-content-box__usgGk .template-card_sub-content__6IzkO p,
.template-card_empty-state-wrapper__YorEi div,
.template-card_toast__yI3P4 .template-card_ant-message-notice-content__mmWux .template-card_toast-wrapper__XRlnX .template-card_contents__n1Yaj p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.template-card_blue-button__RdKHV,
.template-card_box-content__G4IRQ .template-card_content__k8UuJ input,
.template-card_box-content__G4IRQ .template-card_upload-data-input-with-icon__priNw input,
.template-card_button-with-bg-color__TX_TH,
.template-card_cancel-button__FpFDu,
.template-card_green-button__BGSG0,
.template-card_input-box__wODax,
.template-card_input-grey__E7WEU,
.template-card_orange-button__JH53B,
.template-card_positive-button__e0WrM,
.template-card_purple-button__753oR,
.template-card_white-button-blue-text__xyQU6,
.template-card_white-button__cJYqn,
button.template-card_icon-button__YcRPz,
button.template-card_text-only__i15Bb,
input .template-card_input-white__iwrm_,
textarea .template-card_input-white__iwrm_ {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.template-card_large-tag__Y9_87,
.template-card_template-card__beNtQ .template-card_footer__2ZCmb .template-card_file-count__z_6GN,
button.template-card_show-more__qtAa1,
button.template-card_text-only__i15Bb,
span.template-card_text-only__i15Bb button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.template-card_template-card__beNtQ .template-card_content-body__IGewW .template-card_shared-inboxes__oaeJY,
.template-card_template-card__beNtQ .template-card_content-body__IGewW .template-card_text-row__CpwzF,
.template-card_template-card__beNtQ .template-card_timestamp__RBrQ_ {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.template-card_tag____TO5 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.template-card_beta-label__bNNgk,
.template-card_error-text-link___TjVh,
.template-card_error-text__B6nY2,
.template-card_error__sz604 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.template-card_mini-square__pdA7U {
  width: 20px;
  height: 20px;
}
.template-card_help-text__pg4C1 {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.template-card_error-text__B6nY2 {
  color: #d0021b;
  flex-grow: 1;
}
.template-card_error-text-link___TjVh {
  color: #d0021b;
  text-decoration: underline;
}
.template-card_descriptive-text__E5_N5 {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.template-card_visually-hidden__WYqKv {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.template-card_visually-hidden__WYqKv.template-card_focusable__1iJFN:active,
.template-card_visually-hidden__WYqKv.template-card_focusable__1iJFN:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.template-card_visually-offscreen__vbC9f {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.template-card_invisible__NhWDK {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.template-card_hidden__58WSy {
  display: none !important;
  visibility: hidden;
}
.template-card_strong__OA1zM {
  font-weight: 700;
}
.template-card_align-right__Ozfkn {
  text-align: right;
}
.template-card_align-left__1MzJ2 {
  text-align: left;
}
.template-card_centered__uTuvJ {
  text-align: center;
}
.template-card_timestamp__RBrQ_ {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.template-card_display-block__iQiTk {
  display: block !important;
}
.template-card_inline-block__1UEJe {
  display: inline-block !important;
}
.template-card_hm-app-body__VI5En button.template-card_ant-switch__TclSw[disabled],
.template-card_hm-app-body__VI5En button.template-card_ant-switch__TclSw[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.template-card_blue-button__RdKHV,
.template-card_button-with-bg-color__TX_TH,
.template-card_cancel-button__FpFDu,
.template-card_green-button__BGSG0,
.template-card_orange-button__JH53B,
.template-card_positive-button__e0WrM,
.template-card_purple-button__753oR,
.template-card_white-button-blue-text__xyQU6,
.template-card_white-button__cJYqn,
button.template-card_icon-button__YcRPz,
button.template-card_text-only__i15Bb {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.template-card_text-only__i15Bb,
span.template-card_text-only__i15Bb button {
  color: #31a7e7;
  padding: 0;
}
button.template-card_text-only__i15Bb[disabled],
button.template-card_text-only__i15Bb[disabled]:active,
button.template-card_text-only__i15Bb[disabled]:focus,
button.template-card_text-only__i15Bb[disabled]:hover,
span.template-card_text-only__i15Bb button[disabled],
span.template-card_text-only__i15Bb button[disabled]:active,
span.template-card_text-only__i15Bb button[disabled]:focus,
span.template-card_text-only__i15Bb button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.template-card_text-only__i15Bb.template-card_red-text__cg7fP,
button.template-card_text-only__i15Bb.template-card_red-text__cg7fP:active,
button.template-card_text-only__i15Bb.template-card_red-text__cg7fP:focus,
button.template-card_text-only__i15Bb.template-card_red-text__cg7fP:hover,
span.template-card_text-only__i15Bb button.template-card_red-text__cg7fP,
span.template-card_text-only__i15Bb button.template-card_red-text__cg7fP:active,
span.template-card_text-only__i15Bb button.template-card_red-text__cg7fP:focus,
span.template-card_text-only__i15Bb button.template-card_red-text__cg7fP:hover {
  color: #d0021b;
}
button.template-card_text-only__i15Bb.template-card_gray-text__GIgFz,
span.template-card_text-only__i15Bb button.template-card_gray-text__GIgFz {
  color: #999;
}
button.template-card_text-only__i15Bb.template-card_gray-text__GIgFz:active,
button.template-card_text-only__i15Bb.template-card_gray-text__GIgFz:focus,
button.template-card_text-only__i15Bb.template-card_gray-text__GIgFz:hover,
span.template-card_text-only__i15Bb button.template-card_gray-text__GIgFz:active,
span.template-card_text-only__i15Bb button.template-card_gray-text__GIgFz:focus,
span.template-card_text-only__i15Bb button.template-card_gray-text__GIgFz:hover {
  color: #999 !important;
}
button.template-card_text-only__i15Bb.template-card_black-text__xPjtG,
span.template-card_text-only__i15Bb button.template-card_black-text__xPjtG {
  color: #17191a;
}
button.template-card_text-only__i15Bb.template-card_black-text__xPjtG:active,
button.template-card_text-only__i15Bb.template-card_black-text__xPjtG:focus,
button.template-card_text-only__i15Bb.template-card_black-text__xPjtG:hover,
span.template-card_text-only__i15Bb button.template-card_black-text__xPjtG:active,
span.template-card_text-only__i15Bb button.template-card_black-text__xPjtG:focus,
span.template-card_text-only__i15Bb button.template-card_black-text__xPjtG:hover {
  color: #8158ec;
}
button.template-card_text-only__i15Bb.template-card_purple-text__5x9Mz,
button.template-card_text-only__i15Bb.template-card_purple-text__5x9Mz:active,
button.template-card_text-only__i15Bb.template-card_purple-text__5x9Mz:focus,
button.template-card_text-only__i15Bb.template-card_purple-text__5x9Mz:hover,
span.template-card_text-only__i15Bb button.template-card_purple-text__5x9Mz,
span.template-card_text-only__i15Bb button.template-card_purple-text__5x9Mz:active,
span.template-card_text-only__i15Bb button.template-card_purple-text__5x9Mz:focus,
span.template-card_text-only__i15Bb button.template-card_purple-text__5x9Mz:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.template-card_text-only__i15Bb:active,
button.template-card_text-only__i15Bb:focus,
button.template-card_text-only__i15Bb:hover,
span.template-card_text-only__i15Bb button:active,
span.template-card_text-only__i15Bb button:focus,
span.template-card_text-only__i15Bb button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.template-card_blue-button__RdKHV,
.template-card_button-with-bg-color__TX_TH,
.template-card_green-button__BGSG0,
.template-card_orange-button__JH53B,
.template-card_positive-button__e0WrM,
.template-card_white-button-blue-text__xyQU6,
.template-card_white-button__cJYqn {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.template-card_orange-button__JH53B {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.template-card_orange-button__JH53B:active,
.template-card_orange-button__JH53B:focus,
.template-card_orange-button__JH53B:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.template-card_orange-button__JH53B[disabled],
.template-card_orange-button__JH53B[disabled]:active,
.template-card_orange-button__JH53B[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.template-card_orange-button__JH53B.template-card_drop-down__Wt0ie {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.template-card_scroll-loader__gznji {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.template-card_green-button__BGSG0 {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.template-card_green-button__BGSG0:active,
.template-card_green-button__BGSG0:focus,
.template-card_green-button__BGSG0:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.template-card_green-button__BGSG0[disabled],
.template-card_green-button__BGSG0[disabled]:active,
.template-card_green-button__BGSG0[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.template-card_positive-button__e0WrM {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.template-card_positive-button__e0WrM:active,
.template-card_positive-button__e0WrM:focus,
.template-card_positive-button__e0WrM:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.template-card_positive-button__e0WrM[disabled] {
  background-color: #abe4b2;
}
.template-card_negative-button__Fo0wU {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.template-card_negative-button__Fo0wU:active,
.template-card_negative-button__Fo0wU:focus,
.template-card_negative-button__Fo0wU:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.template-card_plain-cancel-button__FRaux,
.template-card_plain-cancel-button__FRaux:active,
.template-card_plain-cancel-button__FRaux:focus,
.template-card_plain-cancel-button__FRaux:hover {
  color: #17191a;
}
.template-card_white-button-blue-text__xyQU6,
.template-card_white-button__cJYqn {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.template-card_white-button-blue-text__xyQU6:active,
.template-card_white-button-blue-text__xyQU6:focus,
.template-card_white-button-blue-text__xyQU6:hover,
.template-card_white-button__cJYqn:active,
.template-card_white-button__cJYqn:focus,
.template-card_white-button__cJYqn:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.template-card_white-button__cJYqn[disabled],
.template-card_white-button__cJYqn[disabled]:active,
.template-card_white-button__cJYqn[disabled]:focus,
.template-card_white-button__cJYqn[disabled]:hover,
[disabled].template-card_white-button-blue-text__xyQU6 {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.template-card_common-sentiment-emoji__9UNkp {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.template-card_white-button-blue-text__xyQU6 {
  color: #31a7e7;
}
.template-card_white-button-blue-text__xyQU6:active,
.template-card_white-button-blue-text__xyQU6:focus,
.template-card_white-button-blue-text__xyQU6:hover {
  color: #31a7e7 !important;
}
.template-card_blue-button__RdKHV {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.template-card_blue-button__RdKHV,
.template-card_blue-button__RdKHV:active,
.template-card_blue-button__RdKHV:focus,
.template-card_blue-button__RdKHV:hover {
  background-color: #31a7e7;
  color: #fff;
}
.template-card_green-button__BGSG0 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.template-card_green-button__BGSG0,
.template-card_green-button__BGSG0:active,
.template-card_green-button__BGSG0:focus,
.template-card_green-button__BGSG0:hover {
  background-color: #56bf56;
  color: #fff;
}
.template-card_purple-button__753oR {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.template-card_purple-button__753oR:active,
.template-card_purple-button__753oR:focus,
.template-card_purple-button__753oR:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.template-card_dropdown-input__KlJTl {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.template-card_dropdown-input__KlJTl:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.template-card_hm-app-body__VI5En input::placeholder {
  color: #a3a3a3;
}
.template-card_textarea-composer__d5jHI {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.template-card_container__hhiME input,
.template-card_container__hhiME textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.template-card_input-for-copy__n1LWD {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.template-card_input-text-bordered__y8U7V,
.template-card_input-text__ZTo1o,
.template-card_input-textarea__9sx2J {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.template-card_input-text__ZTo1o {
  height: 50px;
}
.template-card_input-text-bordered__y8U7V {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.template-card_xxl-input__aPXHa {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.template-card_xl-input__yknI0 {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.template-card_l-input__EuUVz {
  width: 100%;
  font-size: 1.1rem;
}
.template-card_box-content__G4IRQ .template-card_content__k8UuJ input,
.template-card_box-content__G4IRQ .template-card_upload-data-input-with-icon__priNw input,
.template-card_input-grey__E7WEU,
input .template-card_input-white__iwrm_,
textarea .template-card_input-white__iwrm_ {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.template-card_box-content__G4IRQ .template-card_content__k8UuJ input::placeholder,
.template-card_box-content__G4IRQ .template-card_upload-data-input-with-icon__priNw input::placeholder,
.template-card_input-grey__E7WEU::placeholder,
input .template-card_input-white__iwrm_::placeholder,
textarea .template-card_input-white__iwrm_::placeholder {
  color: #999;
  opacity: 1;
}
input .template-card_input-white__iwrm_,
textarea .template-card_input-white__iwrm_ {
  background-color: #fff;
}
.template-card_clearfix__CrbAk:after {
  clear: both;
  content: '';
  display: block;
}
.template-card_hidden-important__D50gm {
  display: none !important;
}
.template-card_p-left__7M7_n {
  float: left;
}
.template-card_p-right__5X3M2 {
  float: right;
}
.template-card_image_orientation_3__MRRoo {
  tranform: rotate(180deg);
}
.template-card_image_orientation_6__EVl2E {
  tranform: rotate(90deg);
}
.template-card_image_orientation_8__Scwkz {
  tranform: rotate(-90deg);
}
.template-card_image_orientation_2__LrD60 {
  tranform: scaleX(-1);
}
.template-card_image_orientation_7__j9myK {
  tranform: scaleX(-1) rotate(-90deg);
}
.template-card_image_orientation_4__2Wk2C {
  tranform: scaleX(-1) rotate(180deg);
}
.template-card_image_orientation_5__VSqdF {
  tranform: scaleX(-1) rotate(90deg);
}
.template-card_image_slideshow_orientation_3__74beW {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.template-card_image_slideshow_orientation_6__3fV5D {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.template-card_image_slideshow_orientation_8__woO4W {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.template-card_image_slideshow_orientation_2__hJmw4 {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.template-card_image_slideshow_orientation_7__a5Mwh {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.template-card_image_slideshow_orientation_4__TzRbc {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.template-card_image_slideshow_orientation_5__iw_UL {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.template-card_container__hhiME select::-ms-expand {
  display: none !important;
}
.template-card_container__hhiME select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.template-card_count-area__wKHZF {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.template-card_clear-top__vF4hS {
  padding-top: 0;
  margin-top: 0;
}
.template-card_remove-x-20__5kIQW,
.template-card_remove-x__tcrQ4 {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.template-card_remove-x__tcrQ4.template-card_white__9NbVk,
.template-card_white__9NbVk.template-card_remove-x-20__5kIQW {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.template-card_remove-x-20__5kIQW {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.template-card_divider__QiweG {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.template-card_mobile__8FIWi {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.template-card_blue__BjuIx {
  color: #31a7e7 !important;
}
.template-card_white__9NbVk {
  color: #fff !important;
}
.template-card_purple__pQuTQ {
  color: #8158ec !important;
}
.template-card_delete__8VivT {
  color: #d0021b !important;
}
.template-card_dark-text__D6H_M {
  color: #17191a !important;
}
.template-card_file-input__NCV6S {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.template-card_image-download-wrapper___G1rL {
  position: fixed;
  top: 40px;
  right: 100px;
}
.template-card_overflow-y-auto__0_dZL {
  overflow-y: auto;
}
.template-card_is-font-icon__Tmwn1:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.template-card_is-invisible__uik4_ {
  opacity: 0;
}
.template-card_tabbed-button__Ej6Nj {
  padding: 0 7px 2px;
}
.template-card_tabbed-button__Ej6Nj.template-card_selected__nDkpD {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.template-card_show-more__qtAa1 {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.template-card_show-more__qtAa1:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.template-card_time-input__r2BDA {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.template-card_form-group__0FuRP.template-card_date-time__eA6Nx {
  position: relative;
  top: -2px;
}
.template-card_form-group__0FuRP.template-card_date-time__eA6Nx.template-card_time__DSQvk {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.template-card_form-group__0FuRP.template-card_date-time__eA6Nx.template-card_form-group-hour__wjbHF .template-card_colon__ryiAX {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.template-card_form-group__0FuRP.template-card_date-time__eA6Nx.template-card_form-group-hour__wjbHF input {
  text-align: center;
}
.template-card_form-group__0FuRP.template-card_date-time__eA6Nx.template-card_form-group-day__XYfzy {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.template-card_form-group__0FuRP.template-card_date-time__eA6Nx.template-card_form-group-minute__S9JPc {
  width: 42px;
}
.template-card_form-group__0FuRP.template-card_date-time__eA6Nx.template-card_form-group-clock__ViCZq {
  width: 54px;
}
.template-card_attach-img___NCMh {
  position: relative;
  width: 25px;
  height: 25px;
}
.template-card_attach-img___NCMh input#template-card_add-image__4gxDm {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.template-card_attach-img___NCMh span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.template-card_m-0__I9BVI {
  margin: 0 !important;
}
.template-card_ml-auto__5wGIs {
  margin-left: auto;
}
.template-card_mr-auto__d0hsy {
  margin-right: auto;
}
.template-card_mx-auto__oh2r_ {
  margin-left: auto;
  margin-right: auto;
}
.template-card_mx-16__evgEj {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.template-card_my-16__Yhc_a {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.template-card_mr-0__TQmmP {
  margin-right: 0 !important;
}
.template-card_mr-4__LEAEb {
  margin-right: 4px !important;
}
.template-card_mr-8__MhjbZ {
  margin-right: 8px !important;
}
.template-card_mr-12__pURHE {
  margin-right: 12px !important;
}
.template-card_mr-16__XRpf7 {
  margin-right: 16px !important;
}
.template-card_ml-0__B0aMg {
  margin-left: 0 !important;
}
.template-card_ml-4__khmYM {
  margin-left: 4px !important;
}
.template-card_ml-8__xZkQU {
  margin-left: 8px !important;
}
.template-card_ml-12__A_p2S {
  margin-left: 12px !important;
}
.template-card_ml-16__4GnjO {
  margin-left: 16px !important;
}
.template-card_mt-0__IilHk {
  margin-top: 0 !important;
}
.template-card_mt-4__dGkn3 {
  margin-top: 4px !important;
}
.template-card_mt-8__8qgYX {
  margin-top: 8px !important;
}
.template-card_mt-16__z73cI {
  margin-top: 16px !important;
}
.template-card_mt-24__JvQ3W {
  margin-top: 24px !important;
}
.template-card_mt-48__7rM9l {
  margin-top: 48px !important;
}
.template-card_mb-0__GVFbL {
  margin-bottom: 0 !important;
}
.template-card_mb-4__TqIGG {
  margin-bottom: 4px !important;
}
.template-card_mb-8__73in5 {
  margin-bottom: 8px !important;
}
.template-card_mb-12__o1572 {
  margin-bottom: 12px !important;
}
.template-card_mb-16__TKaLv {
  margin-bottom: 16px !important;
}
.template-card_mb-24__2NO_g {
  margin-bottom: 24px !important;
}
.template-card_mb-64__O78V2 {
  margin-bottom: 64px !important;
}
.template-card_p-0___r1C3 {
  padding: 0 !important;
}
.template-card_p-16__SSV97 {
  padding: 16px;
}
.template-card_p-40__W8xZF {
  padding: 40px;
}
.template-card_px-0__5_IVw {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.template-card_px-4__RTyAo {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.template-card_px-8__J78Wd {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.template-card_px-32__5veyi {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.template-card_px-40__1ACA_ {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.template-card_pt-40__DqZZ6 {
  padding-top: 40px;
}
.template-card_pt-24__v6w5p {
  padding-top: 24px;
}
.template-card_pt-16__Z8cpm {
  padding-top: 16px;
}
.template-card_pt-12__3xtgK {
  padding-top: 12px !important;
}
.template-card_pb-40__YeWKs {
  padding-bottom: 40px;
}
.template-card_pb-24__DcOEq {
  padding-bottom: 24px;
}
.template-card_pb-16__zFSg8 {
  padding-bottom: 16px;
}
.template-card_pl-8__Tj0JV {
  padding-left: 8px !important;
}
.template-card_pl-12__9kQQR {
  padding-left: 12px !important;
}
.template-card_pl-16__uCM9X {
  padding-left: 16px !important;
}
.template-card_text-left__wQITp {
  text-align: left !important;
}
.template-card_text-right__1a2I_ {
  text-align: right !important;
}
.template-card_text-center__xa156 {
  text-align: center !important;
}
.template-card_font-medium__IGn1V {
  font-weight: 500 !important;
}
.template-card_font-semibold__YlNbn {
  font-weight: 600 !important;
}
.template-card_radius-8__X54vl {
  border-radius: 8px !important;
}
.template-card_truncate__p3Scz {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.template-card_whitespace-nowrap__3ncQY {
  white-space: nowrap;
}
.template-card_whitespace-pre-wrap__RITKg {
  white-space: pre-wrap;
}
.template-card_w-100__E_0vC {
  width: 100% !important;
}
.template-card_h-100__8oqon {
  height: 100% !important;
}
.template-card_max-w-none__ZE16H {
  max-width: none !important;
}
.template-card_max-h-none__5WeDL {
  max-height: none !important;
}
.template-card_min-w-100__uX8ll {
  min-width: 100px;
}
.template-card_heading-48-600__E1JOZ {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.template-card_heading-32-600__MdcBb {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.template-card_heading-24-600__xOY9o {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.template-card_heading-18-600__cO6mc {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.template-card_heading-18-400__ctI4_ {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.template-card_heading-16-700__f6jFR {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.template-card_text-16-400__ry6FN {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.template-card_heading-14-600__5B6vI {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.template-card_heading-14-500__HnKZj {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.template-card_text-14-400__9Gq49 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.template-card_text-13-500__puCEK {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.template-card_text-13-600__l1Y7q {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.template-card_text-13-400__5xzg_ {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.template-card_text-12-500__eWsg6 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.template-card_text-12-600__b8FE3 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.template-card_text-12-400__N5qtl {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.template-card_status-badge__aBMhb {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.template-card_status-badge__aBMhb.template-card_paused__1H2Ic {
  background-color: #ff8b3d;
  color: #fff !important;
}
.template-card_status-badge__aBMhb.template-card_created__S_FwW,
.template-card_status-badge__aBMhb.template-card_inactive__qLtGg,
.template-card_status-badge__aBMhb.template-card_pending__9WPtc {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.template-card_status-badge__aBMhb.template-card_active__GCnCl {
  background-color: #56bf56;
  color: #fff !important;
}
.template-card_status-badge__aBMhb.template-card_error__sz604 {
  background-color: #d0021b;
  color: #fff !important;
}
.template-card_status-badge__aBMhb.template-card_progress__X4oIA {
  background-color: #f5bf0c;
  color: #fff !important;
}
.template-card_status-badge__aBMhb.template-card_draft__98pAy {
  background-color: #e6e6e6;
  color: #000 !important;
}
.template-card_status-badge__aBMhb.template-card_sent__Ppgd0 {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.template-card_status-badge__aBMhb.template-card_scheduled__z6yFF {
  background-color: #feefcf;
  color: #795548;
}
.template-card_status-badge__aBMhb.template-card_loading-badge__WllaZ {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.template-card_status-badge__aBMhb.template-card_loading-badge__WllaZ .template-card_text__NGshY {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.template-card_status-badge__aBMhb.template-card_loading-badge__WllaZ .template-card_slider__PjqSy {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: template-card_moveSlideshow__TbQ3s 3s linear infinite;
}
@keyframes template-card_moveSlideshow__TbQ3s {
  to {
    transform: translateX(200%);
  }
}
.template-card_flex__Jmmm3 {
  display: flex !important;
}
.template-card_flex-space-between__1UtbR {
  justify-content: space-between;
}
.template-card_flex-align-start__70_pi {
  align-items: flex-start;
}
.template-card_flex-align-center__ZY305 {
  align-items: center;
}
.template-card_flex-absolute-center__10qkS {
  justify-content: center;
  align-items: center;
}
.template-card_flex-container__3kH_E {
  display: flex;
  flex-wrap: wrap;
}
.template-card_flex-column__f_Rsp {
  flex-direction: column;
}
.template-card_flex-justify-end__nTsnY {
  justify-content: flex-end;
}
.template-card_position-relative__cS5bo {
  position: relative !important;
}
.template-card_position-static__nhYSH {
  position: static !important;
}
.template-card_position-absolute__DrxQS {
  position: absolute !important;
}
.template-card_hr-grey__1rvA8 {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.template-card_input-border__aSCL6 {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.template-card_action-content-box__usgGk,
.template-card_box-content__G4IRQ,
.template-card_box-content__G4IRQ .template-card_upload-data-input-with-icon__priNw,
.template-card_default-border__aUS5b {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.template-card_bg-grey__5reeI {
  background-color: #f9f9f9 !important;
}
.template-card_bg-white__mjD7r {
  background-color: #fff !important;
}
.template-card_pos-relative__X9_zj {
  position: relative !important;
}
.template-card_text-light__xBm_W {
  color: #757c80 !important;
}
.template-card_text-red__R7kpT {
  color: #d0021b !important;
}
.template-card_text-green__kqjId {
  color: #56bf56 !important;
}
.template-card_text-blue__WL7_4 {
  color: #31a7e7;
}
.template-card_text-sec-blue__rz3Ho {
  color: #1b02b1 !important;
}
.template-card_notification-dot__UwXk3 {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.template-card_title-with-action-on-left__IO2xa {
  display: flex;
  justify-content: space-between;
}
.template-card_error__sz604 {
  color: #d0021b;
}
.template-card_error-border__tphpm {
  border: 1px solid #d0021b !important;
}
.template-card_rotate__SfAxu {
  animation: template-card_rotation__ZOMYH 2s linear infinite;
}
@keyframes template-card_rotation__ZOMYH {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.template-card_switch__MOcoA {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.template-card_switch__MOcoA .template-card_btn-toggle__iviVy {
  opacity: 0;
  width: 0;
  height: 0;
}
.template-card_switch__MOcoA .template-card_slider__PjqSy {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.template-card_switch__MOcoA .template-card_slider__PjqSy:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.template-card_switch__MOcoA .template-card_slider__PjqSy:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.template-card_switch__MOcoA .template-card_btn-toggle__iviVy.template-card_enabled__h_iRn + .template-card_slider__PjqSy {
  background-color: #ffc926;
  border: none;
}
.template-card_switch__MOcoA .template-card_btn-toggle__iviVy:focus + .template-card_slider__PjqSy {
  box-shadow: 0 0 1px #2196f3;
}
.template-card_switch__MOcoA .template-card_btn-toggle__iviVy.template-card_enabled__h_iRn + .template-card_slider__PjqSy:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.template-card_switch__MOcoA .template-card_btn-toggle__iviVy.template-card_enabled__h_iRn + .template-card_slider__PjqSy:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#template-card_appleid-signin__70sXg {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#template-card_appleid-signin__70sXg > div {
  width: 200px !important;
  height: 38px !important;
}
.template-card_page-header__2_di7 {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.template-card_page-header__2_di7.template-card_clear-side__lZ345 {
  padding: 40px 0 32px;
}
.template-card_page-spacing__dHhz2 {
  padding: 0 40px;
}
.template-card_page-header-title__V5Wfb {
  color: #17191a;
  margin: 0 0 8px;
}
.template-card_header-bar__Yk_uR {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.template-card_box-content__G4IRQ {
  background-color: #fff;
  margin-bottom: 24px;
}
.template-card_box-content__G4IRQ .template-card_header__xZgMl {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.template-card_box-content__G4IRQ .template-card_header-l__nwcZc {
  padding: 24px 16px;
  margin: 0;
}
.template-card_box-content__G4IRQ .template-card_content__k8UuJ {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.template-card_box-content__G4IRQ .template-card_content-header__bSkPv {
  margin-bottom: 4px;
  margin-top: 0;
}
.template-card_box-content__G4IRQ .template-card_table-content__C51Tq {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.template-card_box-content__G4IRQ .template-card_help-text__pg4C1 {
  line-height: 20px;
}
.template-card_box-content__G4IRQ .template-card_sub-text__VIxVz {
  color: #757c80;
}
.template-card_box-content__G4IRQ .template-card_content-data-input__5s8Vy {
  margin-top: 8px;
}
.template-card_box-content__G4IRQ .template-card_data-entry-input__EnmFs,
.template-card_box-content__G4IRQ .template-card_upload-data-input-with-icon__priNw {
  margin-top: 8px;
  padding: 0 11px;
}
.template-card_box-content__G4IRQ .template-card_upload-data-input-with-icon__priNw {
  cursor: pointer;
  background: #f9f9f9;
}
.template-card_box-content__G4IRQ .template-card_upload-data-input-with-icon__priNw input {
  padding: 12px 2px;
}
.template-card_box-content__G4IRQ .template-card_upload-data-input-with-icon__priNw input:disabled,
.template-card_box-content__G4IRQ .template-card_upload-data-input-with-icon__priNw input:hover {
  cursor: pointer !important;
}
.template-card_empty-state__wSRU_ {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.template-card_empty-state__wSRU_.template-card_contact-list__yqY6i {
  width: 80%;
}
.template-card_empty-state__wSRU_ .template-card_empty-title__zgR7z {
  font-size: 14px;
  font-weight: 500px;
}
.template-card_empty-state-wrapper__YorEi {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.template-card_empty-state-wrapper__YorEi h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.template-card_empty-state-wrapper__YorEi div {
  color: #757c80;
  margin: 16px 0 12px;
}
.template-card_empty-state-button__VSjTn {
  margin: 20px 10px;
}
.template-card_handel-bar__5JA8g {
  fill: #b7bfc6;
  vertical-align: middle;
}
.template-card_tag____TO5 {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.template-card_ant-color-picker-input__FoSEf .template-card_ant-input__mBMIB {
  height: 22px;
}
.template-card_ant-color-picker-trigger__KpeUj {
  width: 23px;
  height: 23px;
}
.template-card_ant-color-picker-trigger__KpeUj .template-card_ant-color-picker-color-block__2I3oN {
  width: 18px;
  height: 18px;
}
.template-card_box-content__G4IRQ .template-card_content__k8UuJ input,
.template-card_box-content__G4IRQ .template-card_upload-data-input-with-icon__priNw input,
input input.template-card_input-white__iwrm_,
input textarea.template-card_input-white__iwrm_,
input.template-card_input-grey__E7WEU,
textarea input.template-card_input-white__iwrm_,
textarea textarea.template-card_input-white__iwrm_,
textarea.template-card_input-grey__E7WEU {
  background-color: #f9f9f9;
}
.template-card_box-content__G4IRQ .template-card_content__k8UuJ input:active,
.template-card_box-content__G4IRQ .template-card_content__k8UuJ input:focus,
.template-card_box-content__G4IRQ .template-card_content__k8UuJ input:hover,
.template-card_box-content__G4IRQ .template-card_upload-data-input-with-icon__priNw input:active,
.template-card_box-content__G4IRQ .template-card_upload-data-input-with-icon__priNw input:focus,
.template-card_box-content__G4IRQ .template-card_upload-data-input-with-icon__priNw input:hover,
input input.template-card_input-white__iwrm_:active,
input input.template-card_input-white__iwrm_:focus,
input input.template-card_input-white__iwrm_:hover,
input textarea.template-card_input-white__iwrm_:active,
input textarea.template-card_input-white__iwrm_:focus,
input textarea.template-card_input-white__iwrm_:hover,
input.template-card_input-grey__E7WEU:active,
input.template-card_input-grey__E7WEU:focus,
input.template-card_input-grey__E7WEU:hover,
textarea input.template-card_input-white__iwrm_:active,
textarea input.template-card_input-white__iwrm_:focus,
textarea input.template-card_input-white__iwrm_:hover,
textarea textarea.template-card_input-white__iwrm_:active,
textarea textarea.template-card_input-white__iwrm_:focus,
textarea textarea.template-card_input-white__iwrm_:hover,
textarea.template-card_input-grey__E7WEU:active,
textarea.template-card_input-grey__E7WEU:focus,
textarea.template-card_input-grey__E7WEU:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.template-card_input-white__iwrm_:active,
input.template-card_input-white__iwrm_:focus,
input.template-card_input-white__iwrm_:hover,
span.template-card_input-white__iwrm_:active,
span.template-card_input-white__iwrm_:focus,
span.template-card_input-white__iwrm_:hover,
textarea.template-card_input-white__iwrm_:active,
textarea.template-card_input-white__iwrm_:focus,
textarea.template-card_input-white__iwrm_:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.template-card_image-uploader-flex__djlGY .template-card_ant-upload-select__AxSFG {
  display: flex;
}
.template-card_image-uploader-flex__djlGY .template-card_ant-upload-select__AxSFG .template-card_ant-upload__429zQ {
  flex: 1 1;
}
.template-card_modal-footer-wrapper__tEGjA {
  display: flex;
  justify-content: center;
}
.template-card_app-modal__sfOfs .template-card_small__1_vcV {
  width: 350px;
}
.template-card_toast__yI3P4.template-card_negative__UOMdP .template-card_ant-message-notice-content__mmWux {
  background-color: #d0021b;
}
.template-card_toast__yI3P4.template-card_positive__wBmWZ .template-card_ant-message-notice-content__mmWux {
  background-color: #56bf56;
}
.template-card_toast__yI3P4.template-card_loading__yoPDQ .template-card_ant-message-notice-content__mmWux .template-card_toast-wrapper__XRlnX .template-card_contents__n1Yaj,
.template-card_toast__yI3P4.template-card_loading__yoPDQ
  .template-card_ant-message-notice-content__mmWux
  .template-card_toast-wrapper__XRlnX
  .template-card_contents__n1Yaj
  .template-card_title__u_dhN {
  color: #000 !important;
}
.template-card_toast__yI3P4.template-card_loading__yoPDQ .template-card_ant-message-loading__Lj6MT .template-card_anticon-loading__iYm25 {
  font-size: 1.5rem;
}
.template-card_toast__yI3P4 .template-card_ant-message-notice-content__mmWux {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.template-card_toast__yI3P4 .template-card_ant-message-notice-content__mmWux .template-card_toast-wrapper__XRlnX {
  position: relative;
  display: flex;
  align-items: center;
}
.template-card_toast__yI3P4 .template-card_ant-message-notice-content__mmWux .template-card_toast-wrapper__XRlnX .template-card_contents__n1Yaj {
  position: relative;
  padding-left: 16px;
}
.template-card_toast__yI3P4 .template-card_ant-message-notice-content__mmWux .template-card_toast-wrapper__XRlnX .template-card_contents__n1Yaj .template-card_title__u_dhN {
  color: #fff !important;
}
.template-card_toast__yI3P4 .template-card_ant-message-notice-content__mmWux .template-card_toast-wrapper__XRlnX .template-card_contents__n1Yaj p {
  margin: 0;
}
.template-card_toast__yI3P4 .template-card_ant-message-notice-content__mmWux .template-card_toast-wrapper__XRlnX .template-card_contents__n1Yaj p a,
.template-card_toast__yI3P4 .template-card_ant-message-notice-content__mmWux .template-card_toast-wrapper__XRlnX .template-card_contents__n1Yaj p button {
  color: #fff;
  text-decoration: underline;
}
.template-card_toast__yI3P4 .template-card_ant-message-notice-content__mmWux .template-card_icon__5hnj1 {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.template-card_toast__yI3P4 .template-card_ant-message-notice-content__mmWux .template-card_icon__5hnj1.template-card_positive__wBmWZ {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.template-card_toast__yI3P4 .template-card_ant-message-notice-content__mmWux .template-card_icon__5hnj1.template-card_positive__wBmWZ:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.template-card_toast__yI3P4 .template-card_ant-message-notice-content__mmWux .template-card_icon__5hnj1.template-card_negative__UOMdP {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.template-card_toast__yI3P4 .template-card_ant-message-notice-content__mmWux .template-card_icon__5hnj1.template-card_negative__UOMdP:before {
  top: 10px;
}
.template-card_action-content-box__usgGk {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.template-card_action-content-box__usgGk.template-card_numbered__w_xL9 .template-card_sub-content__6IzkO p {
  margin-left: 18px;
}
.template-card_action-content-box__usgGk .template-card_sub-content__6IzkO {
  padding: 26px 26px 20px;
}
.template-card_action-content-box__usgGk .template-card_sub-content__6IzkO.template-card_right__FrK8g {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.template-card_action-content-box__usgGk .template-card_sub-content__6IzkO.template-card_right__FrK8g button {
  margin: 0 20px;
}
.template-card_action-content-box__usgGk .template-card_sub-content__6IzkO h4,
.template-card_action-content-box__usgGk .template-card_sub-content__6IzkO p.template-card_bold__BGdKB {
  margin: 0;
}
.template-card_action-content-box__usgGk .template-card_sub-content__6IzkO h4 span,
.template-card_action-content-box__usgGk .template-card_sub-content__6IzkO p.template-card_bold__BGdKB span {
  width: 18px;
  display: inline-block;
}
.template-card_action-content-box__usgGk .template-card_sub-content__6IzkO p {
  margin: 6px 0 0;
}
.template-card_action-content-box__usgGk .template-card_remove__gsTho {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.template-card_options-dot__G_hOu {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.template-card_options-dot__G_hOu.template-card_boxed__l_2FM {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.template-card_options-dot__G_hOu.template-card_active__GCnCl,
.template-card_options-dot__G_hOu:focus-visible,
.template-card_options-dot__G_hOu:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.template-card_clickable__5YL92 {
  cursor: pointer;
}
.template-card_beta-label__bNNgk {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.template-card_none-style-list-options__iPlU_ {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.template-card_none-style-list-options__iPlU_ li {
  margin: 5px 0;
}
.template-card_ant-tour__CgPhy {
  width: 400px;
}
.template-card_ant-collapse__HQipd > .template-card_ant-collapse-item__S2CwN > .template-card_ant-collapse-header-collapsible-only__pIFpv > .template-card_ant-collapse-header-text__sJC6H {
  flex: auto;
}
.template-card_onboarding-tour-header__qBZpn {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.template-card_onboarding-tour-description__Ki4Zf {
  color: #17191a;
  font-size: 16px;
}
.template-card_tour-hidden-button__eaVIB {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.template-card_ai-onboarding-tour-header__viE4P {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.template-card_onboarding-step-ai-tour__SaGTp {
  width: 350px;
}
.template-card_onboarding-step-ai-tour__SaGTp .template-card_onboarding-step-ai-tour-inner__9To9l .template-card_onboarding-step-ai-tour-description__NIhP8 {
  padding: 0 20px;
}
.template-card_onboarding-step-ai-tour__SaGTp .template-card_onboarding-step-ai-tour-inner__9To9l .template-card_onboarding-step-ai-tour-footer__JYieZ {
  padding: 0 20px 20px;
}
.template-card_onboarding-step-ai-tour__SaGTp .template-card_onboarding-step-ai-tour-inner__9To9l .template-card_onboarding-step-ai-tour-header__kM71C {
  padding: 20px 20px 4px;
}
.template-card_onboarding-step-ai-tour__SaGTp .template-card_onboarding-step-ai-tour-inner__9To9l .template-card_onboarding-step-ai-tour-indicators__vmhXS {
  display: flex;
  width: 100%;
}
.template-card_onboarding-step-ai-tour__SaGTp .template-card_onboarding-step-ai-tour-inner__9To9l .template-card_onboarding-step-ai-tour-buttons__eZDiJ {
  width: 0;
  visibility: hidden;
}
.template-card_onboarding-step-ai-tour-mask__3Fcny mask[id^='onboarding-step-ai-tour-mask'] rect.template-card_onboarding-step-ai-tour-placeholder-animated__aNOi5 {
  rx: 8px;
}
.template-card_onboarding-step-ai-tour-round-mask__rO68T mask[id^='onboarding-step-ai-tour-round-mask'] rect.template-card_onboarding-step-ai-tour-round-placeholder-animated__epSk7 {
  rx: 25px;
}
.template-card_onboarding-step-tour__ZdZNy {
  width: 400px;
}
.template-card_onboarding-step-tour__ZdZNy.template-card_content-hidden__gWJHY {
  display: none !important;
}
.template-card_onboarding-step-tour__ZdZNy.template-card_extended-width__oX981 {
  width: 600px;
}
.template-card_onboarding-step-tour-mask___2ZBb mask[id^='onboarding-step-tour-mask'] rect.template-card_onboarding-step-tour-placeholder-animated__hY7ID {
  rx: 8px;
}
.template-card_onboarding-step-one-tour__R2_xl {
  width: 400px;
}
.template-card_onboarding-step-one-tour__R2_xl.template-card_content-hidden__gWJHY {
  display: none !important;
}
.template-card_onboarding-step-one-tour__R2_xl.template-card_extended-width__oX981 {
  width: 600px;
}
.template-card_onboarding-step-one-tour-mask__mUw6C mask[id^='onboarding-step-one-tour-mask'] rect.template-card_onboarding-step-one-tour-placeholder-animated__y1fS6 {
  rx: 25px;
}
.template-card_support-unread-tour__d4508 {
  width: 272px;
}
.template-card_support-unread-tour__d4508 .template-card_support-unread-tour-inner__AE93g .template-card_support-unread-tour-header__GnnSj {
  padding: 8px 16px 4px;
}
.template-card_support-unread-tour__d4508 .template-card_support-unread-tour-inner__AE93g .template-card_support-unread-tour-footer__bCNq7 {
  padding: 0 16px 16px;
}
.template-card_support-unread-tour__d4508 .template-card_support-unread-tour-inner__AE93g .template-card_support-unread-tour-close__JwDbU {
  top: 10px;
}
.template-card_preserve-scroll-position__sp9Ia {
  overflow-anchor: none;
}
.template-card_toolbar-wrapper__S6i6H {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.template-card_toolbar-wrapper__S6i6H .template-card_anticon__BclA4 {
  padding: 12px;
  cursor: pointer;
}
.template-card_toolbar-wrapper__S6i6H .template-card_anticon__BclA4:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.template-card_toolbar-wrapper__S6i6H .template-card_anticon__BclA4:hover {
  opacity: 0.3;
}
.template-card_ant-carousel__89iOS .template-card_slick-dots__VR9nZ li.template-card_slick-active__iY7n4 button {
  background-color: #8158ec;
}
.template-card_ant-carousel__89iOS .template-card_slick-dots__VR9nZ li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.template-card_ant-modal-root__U3wOn .template-card_ant-modal-mask__L1tU7,
.template-card_ant-modal-root__U3wOn .template-card_ant-modal-wrap__h2p8t {
  z-index: 1001;
}
.template-card_focused__QCVIL {
  background-color: #f5f5f5;
}
.template-card_spinner-overlay__PXg2f,
.template-card_spinner__NbL1p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.template-card_spinner-overlay__PXg2f {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.template-card_spinner__NbL1p {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.template-card_large-tag__Y9_87 {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.template-card_email-pill__31PTG,
.template-card_phone-pill__xlqtX {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.template-card_email-pill__31PTG:not(:empty),
.template-card_phone-pill__xlqtX:not(:empty) {
  padding: 4px;
}
.template-card_phone-pill__xlqtX {
  background-color: #e0f2fb;
}
.template-card_email-pill__31PTG {
  background-color: #ffefbe;
}
.template-card_input-box__wODax {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.template-card_input-box__wODax.template-card_bordered__C_aMk {
  border: 1px solid #e6e6e6;
}
.template-card_input-box__wODax.template-card_large__o7FUT {
  height: auto;
  min-height: 80px;
}
.template-card_input-box__wODax:focus {
  border-color: #ffc926;
}
.template-card_template-card__beNtQ {
  min-width: 364px;
  min-height: 396px;
  cursor: pointer;
  position: relative;
}
.template-card_template-card__beNtQ .ant-card-body {
  height: 100%;
}
.template-card_template-card__beNtQ:hover.template-card_email__z1np5 .template-card_overlay__xqQLv {
  display: flex;
}
.template-card_template-card__beNtQ.template-card_email__z1np5 {
  min-width: 376px;
  min-height: 416px;
}
.template-card_template-card__beNtQ.template-card_email__z1np5 .template-card_content-body__IGewW .template-card_text-row__CpwzF {
  height: 200px;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 4px;
}
.template-card_template-card__beNtQ.template-card_email__z1np5 .template-card_overlay__xqQLv {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 1;
}
.template-card_template-card__beNtQ.template-card_email__z1np5 .template-card_overlay__xqQLv button:first-child {
  border-radius: 4px 0 0 4px;
  border-right: 0;
}
.template-card_template-card__beNtQ.template-card_email__z1np5 .template-card_overlay__xqQLv button:last-child {
  border-radius: 0 4px 4px 0;
}
.template-card_template-card__beNtQ.template-card_beefree__Ajfo0,
.template-card_template-card__beNtQ.template-card_stripo__dY3vy {
  height: 472px;
  overflow: hidden;
  padding-bottom: 32px;
}
.template-card_template-card__beNtQ.template-card_beefree__Ajfo0 .template-card_img-wrapper__y8zKf,
.template-card_template-card__beNtQ.template-card_stripo__dY3vy .template-card_img-wrapper__y8zKf {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  margin: 16px 0;
}
.template-card_template-card__beNtQ.template-card_beefree__Ajfo0 .template-card_img-wrapper__y8zKf img,
.template-card_template-card__beNtQ.template-card_stripo__dY3vy .template-card_img-wrapper__y8zKf img {
  width: 100%;
}
.template-card_template-card__beNtQ .template-card_name__ShtGH {
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 24px);
}
.template-card_template-card__beNtQ .template-card_name-row__4fAsB {
  display: flex;
  align-items: center;
  width: 100%;
}
.template-card_template-card__beNtQ .template-card_compliance-label__EUOuo {
  margin-left: 8px;
  margin-right: 30px;
  cursor: default;
  font-size: 13px;
  font-weight: 600;
  min-width: 92px;
}
.template-card_template-card__beNtQ .template-card_compliance-label__EUOuo .anticon {
  margin-right: 4px;
}
.template-card_template-card__beNtQ .template-card_options-dot__G_hOu {
  color: #757c80;
  background-color: #fff;
  top: 0;
  right: 0;
  padding: 13px;
  margin: 12px 24px;
  font-size: 25px;
  position: absolute;
  border-radius: 4px;
}
.template-card_template-card__beNtQ .template-card_options-dot__G_hOu:hover,
.template-card_template-card__beNtQ .template-card_options-dot__G_hOu:not(:disabled):focus-visible {
  background-color: #faf7f3;
}
.template-card_template-card__beNtQ .template-card_timestamp__RBrQ_ {
  color: #757c80;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  overflow-wrap: normal;
  margin-top: 4px;
}
.template-card_template-card__beNtQ .template-card_timestamp__RBrQ_.template-card_with-tooltip__6aAZT {
  display: inline-block;
}
.template-card_template-card__beNtQ .template-card_content-body__IGewW {
  margin-top: 8px;
}
.template-card_template-card__beNtQ .template-card_content-body__IGewW.template-card_with-attachment__m7rTe .template-card_text-row__CpwzF {
  height: 127px;
  margin-bottom: 8px;
  -webkit-line-clamp: 2;
}
.template-card_template-card__beNtQ .template-card_content-body__IGewW .template-card_text-row__CpwzF {
  white-space: pre-line;
  position: relative;
  height: 180px;
  margin-bottom: 16px;
  color: #17191a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.template-card_template-card__beNtQ .template-card_content-body__IGewW .template-card_text-row__CpwzF .template-card_email-preview-content__ZHFru {
  width: 100%;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-word;
  padding: 8px;
  box-sizing: border-box;
  transform-origin: top center;
  position: relative;
}
.template-card_template-card__beNtQ .template-card_content-body__IGewW .template-card_text-row__CpwzF .template-card_email-preview-content__ZHFru * {
  max-width: 100%;
  box-sizing: border-box;
}
.template-card_template-card__beNtQ .template-card_content-body__IGewW .template-card_file-wrapper__rLvEJ {
  padding: 18px 0 6px;
}
.template-card_template-card__beNtQ .template-card_content-body__IGewW .template-card_file-wrapper__rLvEJ .template-card_file-item__H08MV {
  margin-top: 0;
}
.template-card_template-card__beNtQ .template-card_content-body__IGewW .template-card_media-row__vkE3S {
  display: inline-flex;
  height: 40px;
  margin-top: 15px;
  overflow: hidden;
  flex-wrap: wrap;
}
.template-card_template-card__beNtQ .template-card_content-body__IGewW .template-card_media-row__vkE3S .template-card_wrapper-img__D_PQ4 {
  background-color: #e6e6e6;
  border-radius: 5px;
  max-width: 40px;
  max-height: 40px;
  display: inline-block;
  margin: 0 4px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.template-card_template-card__beNtQ .template-card_content-body__IGewW .template-card_media-row__vkE3S .template-card_wrapper-img__D_PQ4 .template-card_media__m9HMz {
  width: 55px;
  height: 55px;
  max-width: 40px;
  max-height: 40px;
  object-fit: cover;
}
.template-card_template-card__beNtQ .template-card_content-body__IGewW .template-card_media-row__vkE3S .template-card_wrapper-img__D_PQ4.template-card_show-extra-images__njgoA {
  border: 1px solid gray;
  background-color: #fff;
  font-weight: 500;
}
.template-card_template-card__beNtQ
  .template-card_content-body__IGewW
  .template-card_media-row__vkE3S
  .template-card_wrapper-img__D_PQ4.template-card_show-extra-images__njgoA
  .template-card_media__m9HMz {
  font-size: 1.5em;
  color: gray;
  text-align: center;
  line-height: 55px;
}
.template-card_template-card__beNtQ .template-card_content-body__IGewW .template-card_shared-inboxes__oaeJY {
  max-width: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999;
  padding: 5px 0;
  width: 100%;
}
.template-card_template-card__beNtQ .template-card_footer__2ZCmb {
  display: flex;
  position: relative;
  min-height: 41px;
}
.template-card_template-card__beNtQ .template-card_footer__2ZCmb .template-card_left-section__3t60f {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.template-card_template-card__beNtQ .template-card_footer__2ZCmb .template-card_right-section__oAtsK {
  display: flex;
  margin-left: auto;
  margin-top: auto;
  color: gray;
}
.template-card_template-card__beNtQ .template-card_footer__2ZCmb .template-card_tags__2KD6P {
  margin-top: 8px;
}
.template-card_template-card__beNtQ .template-card_footer__2ZCmb .template-card_tags__2KD6P.template-card_with-attachment__m7rTe {
  width: calc(100% - 50px);
}
.template-card_template-card__beNtQ .template-card_footer__2ZCmb .template-card_file-count__z_6GN {
  position: absolute;
  right: 0;
  bottom: 7px;
  display: flex;
  align-items: center;
}
.tags_icon__LYBjU {
  padding: 4px;
}
.tags_icon-wrapper__ijdcr {
  padding: 4px;
  color: #454a4d;
}
.tags_icon-wrapper-absolute__d_rZy {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.tags_icon-wrapper-absolute__d_rZy .tags_icon__LYBjU {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.tags_icon-sms__RQpN_ {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.tags_icon-email__0S1oE {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.tags_icon-mixed__nayez {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.tags_icon-picker-wrapper__yFNOJ {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.tags_icon-picker-wrapper__yFNOJ:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.tags_icon-picker-wrapper__yFNOJ:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .tags_icon-picker-wrapper__yFNOJ {
    margin-right: 5px;
  }
}
.tags_icon-checkmark-white__CuGXg {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.tags_icon-x-white__9y4Is {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.tags_icon-help__OtWL_ {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.tags_icon-help__OtWL_:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.tags_container__1jOxo select,
.tags_ico-arrow-down__XFQ92 {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.tags_container__1jOxo select.tags_ant-dropdown-trigger__q70JU,
.tags_ico-arrow-down__XFQ92.tags_ant-dropdown-trigger__q70JU {
  padding-right: 24px;
  cursor: pointer;
}
.tags_container__1jOxo select.tags_ant-dropdown-trigger__q70JU:disabled,
.tags_container__1jOxo select.tags_ant-dropdown-trigger__q70JU[disabled],
.tags_ico-arrow-down__XFQ92.tags_ant-dropdown-trigger__q70JU:disabled,
.tags_ico-arrow-down__XFQ92.tags_ant-dropdown-trigger__q70JU[disabled] {
  cursor: default;
  background: transparent;
}
.tags_ico-arrow-gray__S7FBV {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.tags_ico-arrow-gray__S7FBV.tags_down__9baZm {
  transform: rotate(90deg);
}
.tags_ico-arrow-gray__S7FBV.tags_up__Bmu7o {
  transform: rotate(-90deg);
}
.tags_ico-arrow-gray__S7FBV.tags_right__blY7d {
  transform: rotate(180deg);
}
.tags_ico-arrow-gray__S7FBV.tags_ant-dropdown-trigger__q70JU {
  padding-right: 24px;
  cursor: pointer;
}
.tags_ico-arrow-gray__S7FBV.tags_ant-dropdown-trigger__q70JU:disabled,
.tags_ico-arrow-gray__S7FBV.tags_ant-dropdown-trigger__q70JU[disabled] {
  cursor: default;
  background: transparent;
}
.tags_icon-error-triangle__YYu_a {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.tags_ico-compose__79uSl {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.tags_ico-compose-white__Y0ua2 {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.tags_icon-google-play__EFLzw {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.tags_icon-app-store__N6fI0 {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.tags_icon-social-fb__FcSy9 {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.tags_icon-social-tw__71iFn {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.tags_icon-disclosure__6noLf {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.tags_icon-16__lE21X {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.tags_icon-18___0bvX {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.tags_icon-gray5__snJve {
  color: #999 !important;
}
.tags_ico-arrow-black__y9qkA {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.tags_ico-arrow-black__y9qkA.tags_down__9baZm {
  transform: rotate(90deg);
}
.tags_ico-arrow-black__y9qkA.tags_up__Bmu7o {
  transform: rotate(-90deg);
}
.tags_ico-arrow-black__y9qkA.tags_right__blY7d {
  transform: rotate(180deg);
}
.tags_icon-copy__0em0_ {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.tags_icon-copy__0em0_:hover {
  background-image: url(/icons/copy-black.svg);
}
.tags_icon-msg-white__UeNFz {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.tags_icon-email-white__fczZs {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.tags_icon-black-bg__h5SDK {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.tags_icon-black-bg__h5SDK > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.tags_icon-inbox-black-filled__g6aJe {
  background-image: url(/icons/inbox-black.svg);
}
.tags_icon-contacts__pWyyi {
  background-image: url(/icons/sidebar/contacts.svg);
}
.tags_page-header-title__DG_GR {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.tags_action-content-box__7aPnp .tags_sub-content__Lepdb h4,
.tags_empty-state-wrapper__Q05nI h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.tags_box-content__SNyQI .tags_header-l__HTlCD,
.tags_box-content__SNyQI .tags_header__27nSy,
.tags_toast__AP8Kk .tags_ant-message-notice-content__49uAn .tags_toast-wrapper__ykNsA .tags_contents__9I1bA .tags_title__yS0gq {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.tags_action-content-box__7aPnp .tags_sub-content__Lepdb p.tags_bold__ty8AW,
.tags_empty-state-wrapper__Q05nI h2 a,
.tags_header-bar__KXFL7 .tags_title__yS0gq {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.tags_box-content__SNyQI .tags_content-header__KJ66Y {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.tags_action-content-box__7aPnp .tags_sub-content__Lepdb p,
.tags_empty-state-wrapper__Q05nI div,
.tags_toast__AP8Kk .tags_ant-message-notice-content__49uAn .tags_toast-wrapper__ykNsA .tags_contents__9I1bA p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.tags_blue-button___C8xZ,
.tags_box-content__SNyQI .tags_content__9E4sF input,
.tags_box-content__SNyQI .tags_upload-data-input-with-icon__dOEwz input,
.tags_button-with-bg-color__XF_ax,
.tags_cancel-button__W3PTb,
.tags_green-button__Hrs6s,
.tags_input-box__6V_mI,
.tags_input-grey__rNJuN,
.tags_orange-button__uNC94,
.tags_positive-button___RUhR,
.tags_purple-button__QEpwO,
.tags_white-button-blue-text__3ckyd,
.tags_white-button__7pmSd,
button.tags_icon-button__FKKji,
button.tags_text-only__rFx0z,
input .tags_input-white__WGB3f,
textarea .tags_input-white__WGB3f {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.tags_large-tag__fB_DX,
.tags_tag-large__EAI8T,
button.tags_show-more__Xv_Wq,
button.tags_text-only__rFx0z,
span.tags_text-only__rFx0z button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.tags_tag__bHLUt {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.tags_beta-label__TlQca,
.tags_error-text-link__fPB9E,
.tags_error-text__d3ZL1,
.tags_error__VrnJp {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.tags_mini-square__9EROb {
  width: 20px;
  height: 20px;
}
.tags_help-text__ipsfm {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.tags_error-text__d3ZL1 {
  color: #d0021b;
  flex-grow: 1;
}
.tags_error-text-link__fPB9E {
  color: #d0021b;
  text-decoration: underline;
}
.tags_descriptive-text__aag2G {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.tags_visually-hidden__kMuqy {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tags_visually-hidden__kMuqy.tags_focusable__YokLI:active,
.tags_visually-hidden__kMuqy.tags_focusable__YokLI:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.tags_visually-offscreen__xin_j {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.tags_invisible__UdyQ6 {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.tags_hidden__goRJa {
  display: none !important;
  visibility: hidden;
}
.tags_strong__uYtuJ {
  font-weight: 700;
}
.tags_align-right__xoPaY {
  text-align: right;
}
.tags_align-left__Vbrc6 {
  text-align: left;
}
.tags_centered__7lVpp {
  text-align: center;
}
.tags_timestamp__M7tn1 {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.tags_display-block__UPzMg {
  display: block !important;
}
.tags_inline-block__h_aRM {
  display: inline-block !important;
}
.tags_hm-app-body__ZpAI5 button.tags_ant-switch__F43TZ[disabled],
.tags_hm-app-body__ZpAI5 button.tags_ant-switch__F43TZ[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.tags_blue-button___C8xZ,
.tags_button-with-bg-color__XF_ax,
.tags_cancel-button__W3PTb,
.tags_green-button__Hrs6s,
.tags_orange-button__uNC94,
.tags_positive-button___RUhR,
.tags_purple-button__QEpwO,
.tags_white-button-blue-text__3ckyd,
.tags_white-button__7pmSd,
button.tags_icon-button__FKKji,
button.tags_text-only__rFx0z {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.tags_text-only__rFx0z,
span.tags_text-only__rFx0z button {
  color: #31a7e7;
  padding: 0;
}
button.tags_text-only__rFx0z[disabled],
button.tags_text-only__rFx0z[disabled]:active,
button.tags_text-only__rFx0z[disabled]:focus,
button.tags_text-only__rFx0z[disabled]:hover,
span.tags_text-only__rFx0z button[disabled],
span.tags_text-only__rFx0z button[disabled]:active,
span.tags_text-only__rFx0z button[disabled]:focus,
span.tags_text-only__rFx0z button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.tags_text-only__rFx0z.tags_red-text__UW4KA,
button.tags_text-only__rFx0z.tags_red-text__UW4KA:active,
button.tags_text-only__rFx0z.tags_red-text__UW4KA:focus,
button.tags_text-only__rFx0z.tags_red-text__UW4KA:hover,
span.tags_text-only__rFx0z button.tags_red-text__UW4KA,
span.tags_text-only__rFx0z button.tags_red-text__UW4KA:active,
span.tags_text-only__rFx0z button.tags_red-text__UW4KA:focus,
span.tags_text-only__rFx0z button.tags_red-text__UW4KA:hover {
  color: #d0021b;
}
button.tags_text-only__rFx0z.tags_gray-text__IBk5l,
span.tags_text-only__rFx0z button.tags_gray-text__IBk5l {
  color: #999;
}
button.tags_text-only__rFx0z.tags_gray-text__IBk5l:active,
button.tags_text-only__rFx0z.tags_gray-text__IBk5l:focus,
button.tags_text-only__rFx0z.tags_gray-text__IBk5l:hover,
span.tags_text-only__rFx0z button.tags_gray-text__IBk5l:active,
span.tags_text-only__rFx0z button.tags_gray-text__IBk5l:focus,
span.tags_text-only__rFx0z button.tags_gray-text__IBk5l:hover {
  color: #999 !important;
}
button.tags_text-only__rFx0z.tags_black-text__OCaWR,
span.tags_text-only__rFx0z button.tags_black-text__OCaWR {
  color: #17191a;
}
button.tags_text-only__rFx0z.tags_black-text__OCaWR:active,
button.tags_text-only__rFx0z.tags_black-text__OCaWR:focus,
button.tags_text-only__rFx0z.tags_black-text__OCaWR:hover,
span.tags_text-only__rFx0z button.tags_black-text__OCaWR:active,
span.tags_text-only__rFx0z button.tags_black-text__OCaWR:focus,
span.tags_text-only__rFx0z button.tags_black-text__OCaWR:hover {
  color: #8158ec;
}
button.tags_text-only__rFx0z.tags_purple-text__pUdw6,
button.tags_text-only__rFx0z.tags_purple-text__pUdw6:active,
button.tags_text-only__rFx0z.tags_purple-text__pUdw6:focus,
button.tags_text-only__rFx0z.tags_purple-text__pUdw6:hover,
span.tags_text-only__rFx0z button.tags_purple-text__pUdw6,
span.tags_text-only__rFx0z button.tags_purple-text__pUdw6:active,
span.tags_text-only__rFx0z button.tags_purple-text__pUdw6:focus,
span.tags_text-only__rFx0z button.tags_purple-text__pUdw6:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.tags_text-only__rFx0z:active,
button.tags_text-only__rFx0z:focus,
button.tags_text-only__rFx0z:hover,
span.tags_text-only__rFx0z button:active,
span.tags_text-only__rFx0z button:focus,
span.tags_text-only__rFx0z button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.tags_blue-button___C8xZ,
.tags_button-with-bg-color__XF_ax,
.tags_green-button__Hrs6s,
.tags_orange-button__uNC94,
.tags_positive-button___RUhR,
.tags_white-button-blue-text__3ckyd,
.tags_white-button__7pmSd {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.tags_orange-button__uNC94 {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.tags_orange-button__uNC94:active,
.tags_orange-button__uNC94:focus,
.tags_orange-button__uNC94:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.tags_orange-button__uNC94[disabled],
.tags_orange-button__uNC94[disabled]:active,
.tags_orange-button__uNC94[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.tags_orange-button__uNC94.tags_drop-down__SBWvB {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.tags_scroll-loader__AXs8x {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.tags_green-button__Hrs6s {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.tags_green-button__Hrs6s:active,
.tags_green-button__Hrs6s:focus,
.tags_green-button__Hrs6s:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.tags_green-button__Hrs6s[disabled],
.tags_green-button__Hrs6s[disabled]:active,
.tags_green-button__Hrs6s[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.tags_positive-button___RUhR {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.tags_positive-button___RUhR:active,
.tags_positive-button___RUhR:focus,
.tags_positive-button___RUhR:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.tags_positive-button___RUhR[disabled] {
  background-color: #abe4b2;
}
.tags_negative-button__hDiHd {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.tags_negative-button__hDiHd:active,
.tags_negative-button__hDiHd:focus,
.tags_negative-button__hDiHd:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.tags_plain-cancel-button__Ou9c_,
.tags_plain-cancel-button__Ou9c_:active,
.tags_plain-cancel-button__Ou9c_:focus,
.tags_plain-cancel-button__Ou9c_:hover {
  color: #17191a;
}
.tags_white-button-blue-text__3ckyd,
.tags_white-button__7pmSd {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.tags_white-button-blue-text__3ckyd:active,
.tags_white-button-blue-text__3ckyd:focus,
.tags_white-button-blue-text__3ckyd:hover,
.tags_white-button__7pmSd:active,
.tags_white-button__7pmSd:focus,
.tags_white-button__7pmSd:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.tags_white-button__7pmSd[disabled],
.tags_white-button__7pmSd[disabled]:active,
.tags_white-button__7pmSd[disabled]:focus,
.tags_white-button__7pmSd[disabled]:hover,
[disabled].tags_white-button-blue-text__3ckyd {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.tags_common-sentiment-emoji__BRU_l {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.tags_white-button-blue-text__3ckyd {
  color: #31a7e7;
}
.tags_white-button-blue-text__3ckyd:active,
.tags_white-button-blue-text__3ckyd:focus,
.tags_white-button-blue-text__3ckyd:hover {
  color: #31a7e7 !important;
}
.tags_blue-button___C8xZ {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.tags_blue-button___C8xZ,
.tags_blue-button___C8xZ:active,
.tags_blue-button___C8xZ:focus,
.tags_blue-button___C8xZ:hover {
  background-color: #31a7e7;
  color: #fff;
}
.tags_green-button__Hrs6s {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.tags_green-button__Hrs6s,
.tags_green-button__Hrs6s:active,
.tags_green-button__Hrs6s:focus,
.tags_green-button__Hrs6s:hover {
  background-color: #56bf56;
  color: #fff;
}
.tags_purple-button__QEpwO {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.tags_purple-button__QEpwO:active,
.tags_purple-button__QEpwO:focus,
.tags_purple-button__QEpwO:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.tags_dropdown-input__C5YsE {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.tags_dropdown-input__C5YsE:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.tags_hm-app-body__ZpAI5 input::placeholder {
  color: #a3a3a3;
}
.tags_textarea-composer__3FZIS {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.tags_container__1jOxo input,
.tags_container__1jOxo textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.tags_input-for-copy__4vJ1V {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.tags_input-text-bordered__2lJtn,
.tags_input-text__Z_7FW,
.tags_input-textarea__y5KiF {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.tags_input-text__Z_7FW {
  height: 50px;
}
.tags_input-text-bordered__2lJtn {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.tags_xxl-input__vfvoB {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.tags_xl-input__aQi6N {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.tags_l-input__5hYV0 {
  width: 100%;
  font-size: 1.1rem;
}
.tags_box-content__SNyQI .tags_content__9E4sF input,
.tags_box-content__SNyQI .tags_upload-data-input-with-icon__dOEwz input,
.tags_input-grey__rNJuN,
input .tags_input-white__WGB3f,
textarea .tags_input-white__WGB3f {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.tags_box-content__SNyQI .tags_content__9E4sF input::placeholder,
.tags_box-content__SNyQI .tags_upload-data-input-with-icon__dOEwz input::placeholder,
.tags_input-grey__rNJuN::placeholder,
input .tags_input-white__WGB3f::placeholder,
textarea .tags_input-white__WGB3f::placeholder {
  color: #999;
  opacity: 1;
}
input .tags_input-white__WGB3f,
textarea .tags_input-white__WGB3f {
  background-color: #fff;
}
.tags_clearfix__MUjco:after {
  clear: both;
  content: '';
  display: block;
}
.tags_hidden-important__2XZib {
  display: none !important;
}
.tags_p-left__Dj0NQ {
  float: left;
}
.tags_p-right__SQvxz {
  float: right;
}
.tags_image_orientation_3__kJ0di {
  tranform: rotate(180deg);
}
.tags_image_orientation_6__ZBdJ8 {
  tranform: rotate(90deg);
}
.tags_image_orientation_8__ki_lU {
  tranform: rotate(-90deg);
}
.tags_image_orientation_2__SuMVx {
  tranform: scaleX(-1);
}
.tags_image_orientation_7__ahZjF {
  tranform: scaleX(-1) rotate(-90deg);
}
.tags_image_orientation_4__DeAP7 {
  tranform: scaleX(-1) rotate(180deg);
}
.tags_image_orientation_5__xg1yK {
  tranform: scaleX(-1) rotate(90deg);
}
.tags_image_slideshow_orientation_3__kPpvz {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.tags_image_slideshow_orientation_6__6m0Eu {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.tags_image_slideshow_orientation_8__2nQt4 {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.tags_image_slideshow_orientation_2__JQH8v {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.tags_image_slideshow_orientation_7__Aw27w {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.tags_image_slideshow_orientation_4__zjydo {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.tags_image_slideshow_orientation_5__xcDzW {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.tags_container__1jOxo select::-ms-expand {
  display: none !important;
}
.tags_container__1jOxo select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.tags_count-area__Kc2CZ {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.tags_clear-top__2xRZc {
  padding-top: 0;
  margin-top: 0;
}
.tags_remove-x-20__ctWk5,
.tags_remove-x__UM0Dd {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.tags_remove-x__UM0Dd.tags_white__nKYSd,
.tags_white__nKYSd.tags_remove-x-20__ctWk5 {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.tags_remove-x-20__ctWk5 {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.tags_divider__CK_ph {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.tags_mobile__puRuF {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.tags_blue__30fqD {
  color: #31a7e7 !important;
}
.tags_white__nKYSd {
  color: #fff !important;
}
.tags_purple__WXI6s {
  color: #8158ec !important;
}
.tags_delete__yjP4c {
  color: #d0021b !important;
}
.tags_dark-text__oJNZr {
  color: #17191a !important;
}
.tags_file-input__hycgZ {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.tags_image-download-wrapper__1PAwW {
  position: fixed;
  top: 40px;
  right: 100px;
}
.tags_overflow-y-auto__m_CIv {
  overflow-y: auto;
}
.tags_is-font-icon__Ozgyz:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.tags_is-invisible__GSXuZ {
  opacity: 0;
}
.tags_tabbed-button__PYmNl {
  padding: 0 7px 2px;
}
.tags_tabbed-button__PYmNl.tags_selected__HDUGh {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.tags_show-more__Xv_Wq {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.tags_show-more__Xv_Wq:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.tags_time-input__lkn2P {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.tags_form-group__jaPBj.tags_date-time__fbe4R {
  position: relative;
  top: -2px;
}
.tags_form-group__jaPBj.tags_date-time__fbe4R.tags_time__E28_W {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.tags_form-group__jaPBj.tags_date-time__fbe4R.tags_form-group-hour__2FR9M .tags_colon__3tSCD {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.tags_form-group__jaPBj.tags_date-time__fbe4R.tags_form-group-hour__2FR9M input {
  text-align: center;
}
.tags_form-group__jaPBj.tags_date-time__fbe4R.tags_form-group-day__6gdFS {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.tags_form-group__jaPBj.tags_date-time__fbe4R.tags_form-group-minute__DS33K {
  width: 42px;
}
.tags_form-group__jaPBj.tags_date-time__fbe4R.tags_form-group-clock__2ralm {
  width: 54px;
}
.tags_attach-img__1EDwF {
  position: relative;
  width: 25px;
  height: 25px;
}
.tags_attach-img__1EDwF input#tags_add-image__tgULk {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.tags_attach-img__1EDwF span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.tags_m-0__Mrsh0 {
  margin: 0 !important;
}
.tags_ml-auto__aaYoY {
  margin-left: auto;
}
.tags_mr-auto__D3cBb {
  margin-right: auto;
}
.tags_mx-auto__b3tF4 {
  margin-left: auto;
  margin-right: auto;
}
.tags_mx-16__2YLQE {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.tags_my-16__TPQE0 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.tags_mr-0__VDupI {
  margin-right: 0 !important;
}
.tags_mr-4__RPYTS {
  margin-right: 4px !important;
}
.tags_mr-8__6nONN {
  margin-right: 8px !important;
}
.tags_mr-12__x6mRr {
  margin-right: 12px !important;
}
.tags_mr-16__TquB_ {
  margin-right: 16px !important;
}
.tags_ml-0__s3o9x {
  margin-left: 0 !important;
}
.tags_ml-4__SjYaM {
  margin-left: 4px !important;
}
.tags_ml-8__7zQ2L {
  margin-left: 8px !important;
}
.tags_ml-12__BFyA4 {
  margin-left: 12px !important;
}
.tags_ml-16__J72ay {
  margin-left: 16px !important;
}
.tags_mt-0__hwrD4 {
  margin-top: 0 !important;
}
.tags_mt-4__AUUPT {
  margin-top: 4px !important;
}
.tags_mt-8__sqs9r {
  margin-top: 8px !important;
}
.tags_mt-16__oGQPW {
  margin-top: 16px !important;
}
.tags_mt-24__9qp9j {
  margin-top: 24px !important;
}
.tags_mt-48__X_Ewh {
  margin-top: 48px !important;
}
.tags_mb-0__jOLr1 {
  margin-bottom: 0 !important;
}
.tags_mb-4__7CeKk {
  margin-bottom: 4px !important;
}
.tags_mb-8__e4Xvs {
  margin-bottom: 8px !important;
}
.tags_mb-12__U1_Rn {
  margin-bottom: 12px !important;
}
.tags_mb-16__frY1d {
  margin-bottom: 16px !important;
}
.tags_mb-24__ZzSAj {
  margin-bottom: 24px !important;
}
.tags_mb-64__wmDAg {
  margin-bottom: 64px !important;
}
.tags_p-0__dPWT3 {
  padding: 0 !important;
}
.tags_p-16__CHzI8 {
  padding: 16px;
}
.tags_p-40__5i3Wf {
  padding: 40px;
}
.tags_px-0__wrneK {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.tags_px-4__HLccm {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.tags_px-8__7yA4q {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.tags_px-32__tOReB {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.tags_px-40__M_BSh {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.tags_pt-40__EkyYB {
  padding-top: 40px;
}
.tags_pt-24__HfmVF {
  padding-top: 24px;
}
.tags_pt-16__Ygnct {
  padding-top: 16px;
}
.tags_pt-12__Kj_Cm {
  padding-top: 12px !important;
}
.tags_pb-40__Kvsqv {
  padding-bottom: 40px;
}
.tags_pb-24__Iapo1 {
  padding-bottom: 24px;
}
.tags_pb-16__LeD1p {
  padding-bottom: 16px;
}
.tags_pl-8__bvLqh {
  padding-left: 8px !important;
}
.tags_pl-12__7j46A {
  padding-left: 12px !important;
}
.tags_pl-16__4AAYe {
  padding-left: 16px !important;
}
.tags_text-left__J4H1U {
  text-align: left !important;
}
.tags_text-right__hSC8I {
  text-align: right !important;
}
.tags_text-center__nkxD7 {
  text-align: center !important;
}
.tags_font-medium__GLmmt {
  font-weight: 500 !important;
}
.tags_font-semibold__ArKH7 {
  font-weight: 600 !important;
}
.tags_radius-8__hZGMh {
  border-radius: 8px !important;
}
.tags_truncate__gOBub {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tags_whitespace-nowrap__QhDkO {
  white-space: nowrap;
}
.tags_whitespace-pre-wrap__cW_Be {
  white-space: pre-wrap;
}
.tags_w-100__XvxCS {
  width: 100% !important;
}
.tags_h-100__qkoR_ {
  height: 100% !important;
}
.tags_max-w-none__axV17 {
  max-width: none !important;
}
.tags_max-h-none__qb_Uz {
  max-height: none !important;
}
.tags_min-w-100__IMFe9 {
  min-width: 100px;
}
.tags_heading-48-600__g1OMy {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.tags_heading-32-600__fRcuD {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.tags_heading-24-600__sGCYu {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.tags_heading-18-600__JasxZ {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.tags_heading-18-400__tQjr_ {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.tags_heading-16-700__s5DFC {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.tags_text-16-400__XGD1H {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.tags_heading-14-600__OZTVk {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.tags_heading-14-500__vj2R5 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.tags_text-14-400__F5DtH {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.tags_text-13-500__zgwQB {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.tags_text-13-600__nxv4j {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.tags_text-13-400__ZHUph {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.tags_text-12-500__TEuex {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.tags_text-12-600__L1u1w {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.tags_text-12-400__Eb3ve {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.tags_status-badge__p8qL2 {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.tags_status-badge__p8qL2.tags_paused__hpq1O {
  background-color: #ff8b3d;
  color: #fff !important;
}
.tags_status-badge__p8qL2.tags_created__btqoi,
.tags_status-badge__p8qL2.tags_inactive__9ow6U,
.tags_status-badge__p8qL2.tags_pending__qcmoU {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.tags_status-badge__p8qL2.tags_active__Fu_c4 {
  background-color: #56bf56;
  color: #fff !important;
}
.tags_status-badge__p8qL2.tags_error__VrnJp {
  background-color: #d0021b;
  color: #fff !important;
}
.tags_status-badge__p8qL2.tags_progress__kKmem {
  background-color: #f5bf0c;
  color: #fff !important;
}
.tags_status-badge__p8qL2.tags_draft__Ib89t {
  background-color: #e6e6e6;
  color: #000 !important;
}
.tags_status-badge__p8qL2.tags_sent__4UCbx {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.tags_status-badge__p8qL2.tags_scheduled__HLkjq {
  background-color: #feefcf;
  color: #795548;
}
.tags_status-badge__p8qL2.tags_loading-badge__R1o3M {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.tags_status-badge__p8qL2.tags_loading-badge__R1o3M .tags_text__cfGTI {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.tags_status-badge__p8qL2.tags_loading-badge__R1o3M .tags_slider__baSnP {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: tags_moveSlideshow__POFlz 3s linear infinite;
}
@keyframes tags_moveSlideshow__POFlz {
  to {
    transform: translateX(200%);
  }
}
.tags_flex__PqGwL {
  display: flex !important;
}
.tags_flex-space-between__AxsKK {
  justify-content: space-between;
}
.tags_flex-align-start__11wLa {
  align-items: flex-start;
}
.tags_flex-align-center__Zw6ip {
  align-items: center;
}
.tags_flex-absolute-center__oOF0Y {
  justify-content: center;
  align-items: center;
}
.tags_flex-container__EXQSX {
  display: flex;
  flex-wrap: wrap;
}
.tags_flex-column__qa2RX {
  flex-direction: column;
}
.tags_flex-justify-end__G3wHg {
  justify-content: flex-end;
}
.tags_position-relative__SHXli {
  position: relative !important;
}
.tags_position-static__oaXna {
  position: static !important;
}
.tags_position-absolute__bJjl3 {
  position: absolute !important;
}
.tags_hr-grey__2Apq_ {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.tags_input-border__KoGnE {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.tags_action-content-box__7aPnp,
.tags_box-content__SNyQI,
.tags_box-content__SNyQI .tags_upload-data-input-with-icon__dOEwz,
.tags_default-border__J92is {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.tags_bg-grey__cWk5t {
  background-color: #f9f9f9 !important;
}
.tags_bg-white__Dhk5a {
  background-color: #fff !important;
}
.tags_pos-relative__bZmxw {
  position: relative !important;
}
.tags_text-light__Mag6H {
  color: #757c80 !important;
}
.tags_text-red__HPCCd {
  color: #d0021b !important;
}
.tags_text-green__WgTO4 {
  color: #56bf56 !important;
}
.tags_text-blue__7zTDk {
  color: #31a7e7;
}
.tags_text-sec-blue__rTFXu {
  color: #1b02b1 !important;
}
.tags_notification-dot__mjVUB {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.tags_title-with-action-on-left__36ASe {
  display: flex;
  justify-content: space-between;
}
.tags_error__VrnJp {
  color: #d0021b;
}
.tags_error-border__nicve {
  border: 1px solid #d0021b !important;
}
.tags_rotate__tR2mx {
  animation: tags_rotation__fPvhP 2s linear infinite;
}
@keyframes tags_rotation__fPvhP {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.tags_switch__LMWsS {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.tags_switch__LMWsS .tags_btn-toggle__iFkev {
  opacity: 0;
  width: 0;
  height: 0;
}
.tags_switch__LMWsS .tags_slider__baSnP {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.tags_switch__LMWsS .tags_slider__baSnP:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.tags_switch__LMWsS .tags_slider__baSnP:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.tags_switch__LMWsS .tags_btn-toggle__iFkev.tags_enabled__iqa4x + .tags_slider__baSnP {
  background-color: #ffc926;
  border: none;
}
.tags_switch__LMWsS .tags_btn-toggle__iFkev:focus + .tags_slider__baSnP {
  box-shadow: 0 0 1px #2196f3;
}
.tags_switch__LMWsS .tags_btn-toggle__iFkev.tags_enabled__iqa4x + .tags_slider__baSnP:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.tags_switch__LMWsS .tags_btn-toggle__iFkev.tags_enabled__iqa4x + .tags_slider__baSnP:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#tags_appleid-signin__3y3Oq {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#tags_appleid-signin__3y3Oq > div {
  width: 200px !important;
  height: 38px !important;
}
.tags_page-header__06bpu {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tags_page-header__06bpu.tags_clear-side__F5zDE {
  padding: 40px 0 32px;
}
.tags_page-spacing__jjea1 {
  padding: 0 40px;
}
.tags_page-header-title__DG_GR {
  color: #17191a;
  margin: 0 0 8px;
}
.tags_header-bar__KXFL7 {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.tags_box-content__SNyQI {
  background-color: #fff;
  margin-bottom: 24px;
}
.tags_box-content__SNyQI .tags_header__27nSy {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.tags_box-content__SNyQI .tags_header-l__HTlCD {
  padding: 24px 16px;
  margin: 0;
}
.tags_box-content__SNyQI .tags_content__9E4sF {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.tags_box-content__SNyQI .tags_content-header__KJ66Y {
  margin-bottom: 4px;
  margin-top: 0;
}
.tags_box-content__SNyQI .tags_table-content__f2bKO {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.tags_box-content__SNyQI .tags_help-text__ipsfm {
  line-height: 20px;
}
.tags_box-content__SNyQI .tags_sub-text__BOWJ8 {
  color: #757c80;
}
.tags_box-content__SNyQI .tags_content-data-input__BHt_C {
  margin-top: 8px;
}
.tags_box-content__SNyQI .tags_data-entry-input__n3CvK,
.tags_box-content__SNyQI .tags_upload-data-input-with-icon__dOEwz {
  margin-top: 8px;
  padding: 0 11px;
}
.tags_box-content__SNyQI .tags_upload-data-input-with-icon__dOEwz {
  cursor: pointer;
  background: #f9f9f9;
}
.tags_box-content__SNyQI .tags_upload-data-input-with-icon__dOEwz input {
  padding: 12px 2px;
}
.tags_box-content__SNyQI .tags_upload-data-input-with-icon__dOEwz input:disabled,
.tags_box-content__SNyQI .tags_upload-data-input-with-icon__dOEwz input:hover {
  cursor: pointer !important;
}
.tags_empty-state__HvLaQ {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.tags_empty-state__HvLaQ.tags_contact-list___W4Xq {
  width: 80%;
}
.tags_empty-state__HvLaQ .tags_empty-title__klr9c {
  font-size: 14px;
  font-weight: 500px;
}
.tags_empty-state-wrapper__Q05nI {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.tags_empty-state-wrapper__Q05nI h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.tags_empty-state-wrapper__Q05nI div {
  color: #757c80;
  margin: 16px 0 12px;
}
.tags_empty-state-button__eDJQ8 {
  margin: 20px 10px;
}
.tags_handel-bar___tT7e {
  fill: #b7bfc6;
  vertical-align: middle;
}
.tags_tag__bHLUt {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.tags_ant-color-picker-input__V5MVo .tags_ant-input__AaDkG {
  height: 22px;
}
.tags_ant-color-picker-trigger__0SqVl {
  width: 23px;
  height: 23px;
}
.tags_ant-color-picker-trigger__0SqVl .tags_ant-color-picker-color-block__Qid0W {
  width: 18px;
  height: 18px;
}
.tags_box-content__SNyQI .tags_content__9E4sF input,
.tags_box-content__SNyQI .tags_upload-data-input-with-icon__dOEwz input,
input input.tags_input-white__WGB3f,
input textarea.tags_input-white__WGB3f,
input.tags_input-grey__rNJuN,
textarea input.tags_input-white__WGB3f,
textarea textarea.tags_input-white__WGB3f,
textarea.tags_input-grey__rNJuN {
  background-color: #f9f9f9;
}
.tags_box-content__SNyQI .tags_content__9E4sF input:active,
.tags_box-content__SNyQI .tags_content__9E4sF input:focus,
.tags_box-content__SNyQI .tags_content__9E4sF input:hover,
.tags_box-content__SNyQI .tags_upload-data-input-with-icon__dOEwz input:active,
.tags_box-content__SNyQI .tags_upload-data-input-with-icon__dOEwz input:focus,
.tags_box-content__SNyQI .tags_upload-data-input-with-icon__dOEwz input:hover,
input input.tags_input-white__WGB3f:active,
input input.tags_input-white__WGB3f:focus,
input input.tags_input-white__WGB3f:hover,
input textarea.tags_input-white__WGB3f:active,
input textarea.tags_input-white__WGB3f:focus,
input textarea.tags_input-white__WGB3f:hover,
input.tags_input-grey__rNJuN:active,
input.tags_input-grey__rNJuN:focus,
input.tags_input-grey__rNJuN:hover,
textarea input.tags_input-white__WGB3f:active,
textarea input.tags_input-white__WGB3f:focus,
textarea input.tags_input-white__WGB3f:hover,
textarea textarea.tags_input-white__WGB3f:active,
textarea textarea.tags_input-white__WGB3f:focus,
textarea textarea.tags_input-white__WGB3f:hover,
textarea.tags_input-grey__rNJuN:active,
textarea.tags_input-grey__rNJuN:focus,
textarea.tags_input-grey__rNJuN:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.tags_input-white__WGB3f:active,
input.tags_input-white__WGB3f:focus,
input.tags_input-white__WGB3f:hover,
span.tags_input-white__WGB3f:active,
span.tags_input-white__WGB3f:focus,
span.tags_input-white__WGB3f:hover,
textarea.tags_input-white__WGB3f:active,
textarea.tags_input-white__WGB3f:focus,
textarea.tags_input-white__WGB3f:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.tags_image-uploader-flex__YfmmX .tags_ant-upload-select__dQTg1 {
  display: flex;
}
.tags_image-uploader-flex__YfmmX .tags_ant-upload-select__dQTg1 .tags_ant-upload__XVGTb {
  flex: 1 1;
}
.tags_modal-footer-wrapper__W6Jcf {
  display: flex;
  justify-content: center;
}
.tags_app-modal__tnv09 .tags_small__vQrJ0 {
  width: 350px;
}
.tags_toast__AP8Kk.tags_negative__DSzcj .tags_ant-message-notice-content__49uAn {
  background-color: #d0021b;
}
.tags_toast__AP8Kk.tags_positive__XNi34 .tags_ant-message-notice-content__49uAn {
  background-color: #56bf56;
}
.tags_toast__AP8Kk.tags_loading__BDEbS .tags_ant-message-notice-content__49uAn .tags_toast-wrapper__ykNsA .tags_contents__9I1bA,
.tags_toast__AP8Kk.tags_loading__BDEbS .tags_ant-message-notice-content__49uAn .tags_toast-wrapper__ykNsA .tags_contents__9I1bA .tags_title__yS0gq {
  color: #000 !important;
}
.tags_toast__AP8Kk.tags_loading__BDEbS .tags_ant-message-loading__996WV .tags_anticon-loading__yNnbX {
  font-size: 1.5rem;
}
.tags_toast__AP8Kk .tags_ant-message-notice-content__49uAn {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.tags_toast__AP8Kk .tags_ant-message-notice-content__49uAn .tags_toast-wrapper__ykNsA {
  position: relative;
  display: flex;
  align-items: center;
}
.tags_toast__AP8Kk .tags_ant-message-notice-content__49uAn .tags_toast-wrapper__ykNsA .tags_contents__9I1bA {
  position: relative;
  padding-left: 16px;
}
.tags_toast__AP8Kk .tags_ant-message-notice-content__49uAn .tags_toast-wrapper__ykNsA .tags_contents__9I1bA .tags_title__yS0gq {
  color: #fff !important;
}
.tags_toast__AP8Kk .tags_ant-message-notice-content__49uAn .tags_toast-wrapper__ykNsA .tags_contents__9I1bA p {
  margin: 0;
}
.tags_toast__AP8Kk .tags_ant-message-notice-content__49uAn .tags_toast-wrapper__ykNsA .tags_contents__9I1bA p a,
.tags_toast__AP8Kk .tags_ant-message-notice-content__49uAn .tags_toast-wrapper__ykNsA .tags_contents__9I1bA p button {
  color: #fff;
  text-decoration: underline;
}
.tags_toast__AP8Kk .tags_ant-message-notice-content__49uAn .tags_icon__LYBjU {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.tags_toast__AP8Kk .tags_ant-message-notice-content__49uAn .tags_icon__LYBjU.tags_positive__XNi34 {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.tags_toast__AP8Kk .tags_ant-message-notice-content__49uAn .tags_icon__LYBjU.tags_positive__XNi34:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.tags_toast__AP8Kk .tags_ant-message-notice-content__49uAn .tags_icon__LYBjU.tags_negative__DSzcj {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.tags_toast__AP8Kk .tags_ant-message-notice-content__49uAn .tags_icon__LYBjU.tags_negative__DSzcj:before {
  top: 10px;
}
.tags_action-content-box__7aPnp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.tags_action-content-box__7aPnp.tags_numbered__gmpqd .tags_sub-content__Lepdb p {
  margin-left: 18px;
}
.tags_action-content-box__7aPnp .tags_sub-content__Lepdb {
  padding: 26px 26px 20px;
}
.tags_action-content-box__7aPnp .tags_sub-content__Lepdb.tags_right__blY7d {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.tags_action-content-box__7aPnp .tags_sub-content__Lepdb.tags_right__blY7d button {
  margin: 0 20px;
}
.tags_action-content-box__7aPnp .tags_sub-content__Lepdb h4,
.tags_action-content-box__7aPnp .tags_sub-content__Lepdb p.tags_bold__ty8AW {
  margin: 0;
}
.tags_action-content-box__7aPnp .tags_sub-content__Lepdb h4 span,
.tags_action-content-box__7aPnp .tags_sub-content__Lepdb p.tags_bold__ty8AW span {
  width: 18px;
  display: inline-block;
}
.tags_action-content-box__7aPnp .tags_sub-content__Lepdb p {
  margin: 6px 0 0;
}
.tags_action-content-box__7aPnp .tags_remove__yuAI9 {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.tags_options-dot__E2JTn {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.tags_options-dot__E2JTn.tags_boxed__p0ZKE {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.tags_options-dot__E2JTn.tags_active__Fu_c4,
.tags_options-dot__E2JTn:focus-visible,
.tags_options-dot__E2JTn:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.tags_clickable__3UpjP {
  cursor: pointer;
}
.tags_beta-label__TlQca {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.tags_none-style-list-options__qXdG5 {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.tags_none-style-list-options__qXdG5 li {
  margin: 5px 0;
}
.tags_ant-tour__aPzwo {
  width: 400px;
}
.tags_ant-collapse__ML6tu > .tags_ant-collapse-item__z7DVB > .tags_ant-collapse-header-collapsible-only__hg8GX > .tags_ant-collapse-header-text__EYCUj {
  flex: auto;
}
.tags_onboarding-tour-header__qJfLx {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.tags_onboarding-tour-description__sS0fU {
  color: #17191a;
  font-size: 16px;
}
.tags_tour-hidden-button__QI5hy {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.tags_ai-onboarding-tour-header__O5e85 {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.tags_onboarding-step-ai-tour__LN3We {
  width: 350px;
}
.tags_onboarding-step-ai-tour__LN3We .tags_onboarding-step-ai-tour-inner__Gr4Ea .tags_onboarding-step-ai-tour-description__ByXIa {
  padding: 0 20px;
}
.tags_onboarding-step-ai-tour__LN3We .tags_onboarding-step-ai-tour-inner__Gr4Ea .tags_onboarding-step-ai-tour-footer__EMNE9 {
  padding: 0 20px 20px;
}
.tags_onboarding-step-ai-tour__LN3We .tags_onboarding-step-ai-tour-inner__Gr4Ea .tags_onboarding-step-ai-tour-header__Ma8rM {
  padding: 20px 20px 4px;
}
.tags_onboarding-step-ai-tour__LN3We .tags_onboarding-step-ai-tour-inner__Gr4Ea .tags_onboarding-step-ai-tour-indicators__iyD5r {
  display: flex;
  width: 100%;
}
.tags_onboarding-step-ai-tour__LN3We .tags_onboarding-step-ai-tour-inner__Gr4Ea .tags_onboarding-step-ai-tour-buttons__3dQWs {
  width: 0;
  visibility: hidden;
}
.tags_onboarding-step-ai-tour-mask__pGmuo mask[id^='onboarding-step-ai-tour-mask'] rect.tags_onboarding-step-ai-tour-placeholder-animated__B6dOr {
  rx: 8px;
}
.tags_onboarding-step-ai-tour-round-mask__LjwyG mask[id^='onboarding-step-ai-tour-round-mask'] rect.tags_onboarding-step-ai-tour-round-placeholder-animated__840G7 {
  rx: 25px;
}
.tags_onboarding-step-tour__x7Q6m {
  width: 400px;
}
.tags_onboarding-step-tour__x7Q6m.tags_content-hidden__CsgyO {
  display: none !important;
}
.tags_onboarding-step-tour__x7Q6m.tags_extended-width__HYynv {
  width: 600px;
}
.tags_onboarding-step-tour-mask___Z_ph mask[id^='onboarding-step-tour-mask'] rect.tags_onboarding-step-tour-placeholder-animated__khfHw {
  rx: 8px;
}
.tags_onboarding-step-one-tour__IB1j6 {
  width: 400px;
}
.tags_onboarding-step-one-tour__IB1j6.tags_content-hidden__CsgyO {
  display: none !important;
}
.tags_onboarding-step-one-tour__IB1j6.tags_extended-width__HYynv {
  width: 600px;
}
.tags_onboarding-step-one-tour-mask___8E5e mask[id^='onboarding-step-one-tour-mask'] rect.tags_onboarding-step-one-tour-placeholder-animated__bfP7v {
  rx: 25px;
}
.tags_support-unread-tour__bghra {
  width: 272px;
}
.tags_support-unread-tour__bghra .tags_support-unread-tour-inner__ERGAh .tags_support-unread-tour-header__KZlVy {
  padding: 8px 16px 4px;
}
.tags_support-unread-tour__bghra .tags_support-unread-tour-inner__ERGAh .tags_support-unread-tour-footer__DUJem {
  padding: 0 16px 16px;
}
.tags_support-unread-tour__bghra .tags_support-unread-tour-inner__ERGAh .tags_support-unread-tour-close__J3JSE {
  top: 10px;
}
.tags_preserve-scroll-position__0E_Gu {
  overflow-anchor: none;
}
.tags_toolbar-wrapper__gQH25 {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.tags_toolbar-wrapper__gQH25 .tags_anticon__v1eQI {
  padding: 12px;
  cursor: pointer;
}
.tags_toolbar-wrapper__gQH25 .tags_anticon__v1eQI:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.tags_toolbar-wrapper__gQH25 .tags_anticon__v1eQI:hover {
  opacity: 0.3;
}
.tags_ant-carousel__OqyS_ .tags_slick-dots__Hbz_P li.tags_slick-active__cJ5Q2 button {
  background-color: #8158ec;
}
.tags_ant-carousel__OqyS_ .tags_slick-dots__Hbz_P li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.tags_ant-modal-root__GgCvD .tags_ant-modal-mask__TiqP7,
.tags_ant-modal-root__GgCvD .tags_ant-modal-wrap__acbGt {
  z-index: 1001;
}
.tags_focused__8Sg8S {
  background-color: #f5f5f5;
}
.tags_spinner-overlay__lD5Hq,
.tags_spinner__yinOu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.tags_spinner-overlay__lD5Hq {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.tags_spinner__yinOu {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tags_large-tag__fB_DX {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.tags_email-pill__F6kp5,
.tags_phone-pill__53i1x {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.tags_email-pill__F6kp5:not(:empty),
.tags_phone-pill__53i1x:not(:empty) {
  padding: 4px;
}
.tags_phone-pill__53i1x {
  background-color: #e0f2fb;
}
.tags_email-pill__F6kp5 {
  background-color: #ffefbe;
}
.tags_input-box__6V_mI {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.tags_input-box__6V_mI.tags_bordered__CWLus {
  border: 1px solid #e6e6e6;
}
.tags_input-box__6V_mI.tags_large__F3goQ {
  height: auto;
  min-height: 80px;
}
.tags_input-box__6V_mI:focus {
  border-color: #ffc926;
}
.tags_measurement__pHBYH {
  position: absolute;
  visibility: hidden;
  white-space: nowrap;
  pointer-events: none;
}
.tags_tag-large__EAI8T {
  margin-right: 8px;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 8px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.tags_container__1jOxo {
  overflow: hidden;
  white-space: nowrap;
}
.email-template_preview-modal__13r09 .email-template_header__fNJO_ .email-template_title__jmbqE {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.email-template_preview-modal__13r09 .email-template_header__fNJO_ .email-template_info-wrapper__ri3Ub .email-template_info__Yd6rq .email-template_value__0RpWC {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.email-template_preview-modal__13r09 .email-template_header__fNJO_ .email-template_info-wrapper__ri3Ub .email-template_info__Yd6rq .email-template_label__wO3X0 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.email-template_mini-square__5t329 {
  width: 20px;
  height: 20px;
}
.email-template_preview-modal__13r09 {
  max-height: 90%;
}
.email-template_preview-modal__13r09 .ant-modal-content {
  padding-top: 40px !important;
}
.email-template_preview-modal__13r09 .ant-modal-content .ant-modal-header {
  margin-bottom: 24px;
}
.email-template_preview-modal__13r09 .ant-modal-content .ant-modal-body {
  max-height: calc(100vh - 200px);
  overflow: auto;
  border-radius: 8px;
}
.email-template_preview-modal__13r09 .email-template_close-button__iMCFF {
  min-width: 45px;
  height: 43px;
  padding: 0;
  background: #f5f5f5;
}
.email-template_preview-modal__13r09 .email-template_header__fNJO_ .email-template_top-row__e1Hdp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.email-template_preview-modal__13r09 .email-template_header__fNJO_ .email-template_title__jmbqE {
  margin: 0;
}
.email-template_preview-modal__13r09 .email-template_header__fNJO_ .email-template_info-wrapper__ri3Ub {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.email-template_preview-modal__13r09 .email-template_header__fNJO_ .email-template_info-wrapper__ri3Ub .email-template_info__Yd6rq {
  margin-right: 40px;
}
.email-template_preview-modal__13r09 .email-template_header__fNJO_ .email-template_info-wrapper__ri3Ub .email-template_info__Yd6rq .email-template_label__wO3X0 {
  color: #757c80;
}
.email-template_preview-modal__13r09 .email-template_header__fNJO_ .email-template_info-wrapper__ri3Ub .email-template_info__Yd6rq .email-template_value__0RpWC {
  color: #000;
}
.email-template_preview-modal__13r09 .email-template_header__fNJO_ .help-text {
  line-height: 24px;
}
.email-template_preview-modal__13r09 .email-template_header__fNJO_ .email-template_buttons__7P_DO {
  display: flex;
}
.email-template_preview-modal__13r09 .email-template_container__Psjyt {
  position: relative;
  max-height: 100%;
  height: 100%;
}
.email-template_preview-modal__13r09 .email-template_container__Psjyt .email-template_content__3AbxG {
  max-height: 100%;
}
.email-template_preview-modal__13r09 .email-template_container__Psjyt .email-template_content__3AbxG.email-template_rich-template__U_7PR {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 20px;
}
.lists_icon__Dl8Yh {
  padding: 4px;
}
.lists_icon-wrapper__E6oFS {
  padding: 4px;
  color: #454a4d;
}
.lists_icon-wrapper-absolute__Xo894 {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.lists_icon-wrapper-absolute__Xo894 .lists_icon__Dl8Yh {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.lists_icon-sms__8AIRC {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.lists_icon-email__fWcAs {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.lists_icon-mixed__4CHHl {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.lists_icon-picker-wrapper__eETrW {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.lists_icon-picker-wrapper__eETrW:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.lists_icon-picker-wrapper__eETrW:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .lists_icon-picker-wrapper__eETrW {
    margin-right: 5px;
  }
}
.lists_icon-checkmark-white__rlMAX {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.lists_icon-x-white__SdR2n {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.lists_icon-help___h2hr {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.lists_icon-help___h2hr:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.lists_container__R75aP select,
.lists_ico-arrow-down__z1RiO {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.lists_container__R75aP select.lists_ant-dropdown-trigger__D5550,
.lists_ico-arrow-down__z1RiO.lists_ant-dropdown-trigger__D5550 {
  padding-right: 24px;
  cursor: pointer;
}
.lists_container__R75aP select.lists_ant-dropdown-trigger__D5550:disabled,
.lists_container__R75aP select.lists_ant-dropdown-trigger__D5550[disabled],
.lists_ico-arrow-down__z1RiO.lists_ant-dropdown-trigger__D5550:disabled,
.lists_ico-arrow-down__z1RiO.lists_ant-dropdown-trigger__D5550[disabled] {
  cursor: default;
  background: transparent;
}
.lists_ico-arrow-gray__M8gyo {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.lists_ico-arrow-gray__M8gyo.lists_down__7Ffe2 {
  transform: rotate(90deg);
}
.lists_ico-arrow-gray__M8gyo.lists_up__1e_lJ {
  transform: rotate(-90deg);
}
.lists_ico-arrow-gray__M8gyo.lists_right__oclyo {
  transform: rotate(180deg);
}
.lists_ico-arrow-gray__M8gyo.lists_ant-dropdown-trigger__D5550 {
  padding-right: 24px;
  cursor: pointer;
}
.lists_ico-arrow-gray__M8gyo.lists_ant-dropdown-trigger__D5550:disabled,
.lists_ico-arrow-gray__M8gyo.lists_ant-dropdown-trigger__D5550[disabled] {
  cursor: default;
  background: transparent;
}
.lists_icon-error-triangle__dRGmj {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.lists_ico-compose__cuUci {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.lists_ico-compose-white__oEPU9 {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.lists_icon-google-play__tBn5C {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.lists_icon-app-store__9JEyG {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.lists_icon-social-fb__RCOQh {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.lists_icon-social-tw__n15v9 {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.lists_icon-disclosure__swHx9 {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.lists_icon-16__eRcd0 {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.lists_icon-18___L9_Q {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.lists_icon-gray5__tUV_6 {
  color: #999 !important;
}
.lists_ico-arrow-black__qpl3j {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.lists_ico-arrow-black__qpl3j.lists_down__7Ffe2 {
  transform: rotate(90deg);
}
.lists_ico-arrow-black__qpl3j.lists_up__1e_lJ {
  transform: rotate(-90deg);
}
.lists_ico-arrow-black__qpl3j.lists_right__oclyo {
  transform: rotate(180deg);
}
.lists_icon-copy__8uwSi {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.lists_icon-copy__8uwSi:hover {
  background-image: url(/icons/copy-black.svg);
}
.lists_icon-msg-white__dM98E {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.lists_icon-email-white__pF4xm {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.lists_icon-black-bg__cGLL9 {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.lists_icon-black-bg__cGLL9 > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.lists_icon-inbox-black-filled__1ywpa {
  background-image: url(/icons/inbox-black.svg);
}
.lists_icon-contacts__CFjU4 {
  background-image: url(/icons/sidebar/contacts.svg);
}
.lists_visually-hidden__t49u4 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.lists_visually-hidden__t49u4.lists_focusable__4lvfZ:active,
.lists_visually-hidden__t49u4.lists_focusable__4lvfZ:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.lists_visually-offscreen__U_tNb {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.lists_invisible__3t_4p {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.lists_hidden__EJG1n {
  display: none !important;
  visibility: hidden;
}
.lists_strong__CGUax {
  font-weight: 700;
}
.lists_align-right___gBex {
  text-align: right;
}
.lists_align-left__TtWx3 {
  text-align: left;
}
.lists_centered__iKUXr {
  text-align: center;
}
.lists_timestamp__C5WG_ {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.lists_display-block__2rB1u {
  display: block !important;
}
.lists_inline-block___BTh1 {
  display: inline-block !important;
}
.lists_hm-app-body__8EomJ button.lists_ant-switch__OeGtX[disabled],
.lists_hm-app-body__8EomJ button.lists_ant-switch__OeGtX[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.lists_blue-button__E8gU_,
.lists_button-with-bg-color__0wF8x,
.lists_cancel-button__pXQsi,
.lists_green-button__Dhiky,
.lists_orange-button___vJn9,
.lists_positive-button__XtNop,
.lists_purple-button__ASMpY,
.lists_white-button-blue-text__E8PbG,
.lists_white-button__4QJAX,
button.lists_icon-button__h0R8P,
button.lists_text-only__bXj_J {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.lists_text-only__bXj_J,
span.lists_text-only__bXj_J button {
  color: #31a7e7;
  padding: 0;
}
button.lists_text-only__bXj_J[disabled],
button.lists_text-only__bXj_J[disabled]:active,
button.lists_text-only__bXj_J[disabled]:focus,
button.lists_text-only__bXj_J[disabled]:hover,
span.lists_text-only__bXj_J button[disabled],
span.lists_text-only__bXj_J button[disabled]:active,
span.lists_text-only__bXj_J button[disabled]:focus,
span.lists_text-only__bXj_J button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.lists_text-only__bXj_J.lists_red-text__UbdYS,
button.lists_text-only__bXj_J.lists_red-text__UbdYS:active,
button.lists_text-only__bXj_J.lists_red-text__UbdYS:focus,
button.lists_text-only__bXj_J.lists_red-text__UbdYS:hover,
span.lists_text-only__bXj_J button.lists_red-text__UbdYS,
span.lists_text-only__bXj_J button.lists_red-text__UbdYS:active,
span.lists_text-only__bXj_J button.lists_red-text__UbdYS:focus,
span.lists_text-only__bXj_J button.lists_red-text__UbdYS:hover {
  color: #d0021b;
}
button.lists_text-only__bXj_J.lists_gray-text__2_gZT,
span.lists_text-only__bXj_J button.lists_gray-text__2_gZT {
  color: #999;
}
button.lists_text-only__bXj_J.lists_gray-text__2_gZT:active,
button.lists_text-only__bXj_J.lists_gray-text__2_gZT:focus,
button.lists_text-only__bXj_J.lists_gray-text__2_gZT:hover,
span.lists_text-only__bXj_J button.lists_gray-text__2_gZT:active,
span.lists_text-only__bXj_J button.lists_gray-text__2_gZT:focus,
span.lists_text-only__bXj_J button.lists_gray-text__2_gZT:hover {
  color: #999 !important;
}
button.lists_text-only__bXj_J.lists_black-text__Bhll1,
span.lists_text-only__bXj_J button.lists_black-text__Bhll1 {
  color: #17191a;
}
button.lists_text-only__bXj_J.lists_black-text__Bhll1:active,
button.lists_text-only__bXj_J.lists_black-text__Bhll1:focus,
button.lists_text-only__bXj_J.lists_black-text__Bhll1:hover,
span.lists_text-only__bXj_J button.lists_black-text__Bhll1:active,
span.lists_text-only__bXj_J button.lists_black-text__Bhll1:focus,
span.lists_text-only__bXj_J button.lists_black-text__Bhll1:hover {
  color: #8158ec;
}
button.lists_text-only__bXj_J.lists_purple-text__0X0fa,
button.lists_text-only__bXj_J.lists_purple-text__0X0fa:active,
button.lists_text-only__bXj_J.lists_purple-text__0X0fa:focus,
button.lists_text-only__bXj_J.lists_purple-text__0X0fa:hover,
span.lists_text-only__bXj_J button.lists_purple-text__0X0fa,
span.lists_text-only__bXj_J button.lists_purple-text__0X0fa:active,
span.lists_text-only__bXj_J button.lists_purple-text__0X0fa:focus,
span.lists_text-only__bXj_J button.lists_purple-text__0X0fa:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.lists_text-only__bXj_J:active,
button.lists_text-only__bXj_J:focus,
button.lists_text-only__bXj_J:hover,
span.lists_text-only__bXj_J button:active,
span.lists_text-only__bXj_J button:focus,
span.lists_text-only__bXj_J button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.lists_blue-button__E8gU_,
.lists_button-with-bg-color__0wF8x,
.lists_green-button__Dhiky,
.lists_orange-button___vJn9,
.lists_positive-button__XtNop,
.lists_white-button-blue-text__E8PbG,
.lists_white-button__4QJAX {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.lists_orange-button___vJn9 {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.lists_orange-button___vJn9:active,
.lists_orange-button___vJn9:focus,
.lists_orange-button___vJn9:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.lists_orange-button___vJn9[disabled],
.lists_orange-button___vJn9[disabled]:active,
.lists_orange-button___vJn9[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.lists_orange-button___vJn9.lists_drop-down__8QIu_ {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.lists_scroll-loader__kuSr5 {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.lists_green-button__Dhiky {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.lists_green-button__Dhiky:active,
.lists_green-button__Dhiky:focus,
.lists_green-button__Dhiky:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.lists_green-button__Dhiky[disabled],
.lists_green-button__Dhiky[disabled]:active,
.lists_green-button__Dhiky[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.lists_positive-button__XtNop {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.lists_positive-button__XtNop:active,
.lists_positive-button__XtNop:focus,
.lists_positive-button__XtNop:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.lists_positive-button__XtNop[disabled] {
  background-color: #abe4b2;
}
.lists_negative-button__exm4w {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.lists_negative-button__exm4w:active,
.lists_negative-button__exm4w:focus,
.lists_negative-button__exm4w:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.lists_plain-cancel-button__EBStg,
.lists_plain-cancel-button__EBStg:active,
.lists_plain-cancel-button__EBStg:focus,
.lists_plain-cancel-button__EBStg:hover {
  color: #17191a;
}
.lists_white-button-blue-text__E8PbG,
.lists_white-button__4QJAX {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.lists_white-button-blue-text__E8PbG:active,
.lists_white-button-blue-text__E8PbG:focus,
.lists_white-button-blue-text__E8PbG:hover,
.lists_white-button__4QJAX:active,
.lists_white-button__4QJAX:focus,
.lists_white-button__4QJAX:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.lists_white-button__4QJAX[disabled],
.lists_white-button__4QJAX[disabled]:active,
.lists_white-button__4QJAX[disabled]:focus,
.lists_white-button__4QJAX[disabled]:hover,
[disabled].lists_white-button-blue-text__E8PbG {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.lists_common-sentiment-emoji__wyPLI {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.lists_white-button-blue-text__E8PbG {
  color: #31a7e7;
}
.lists_white-button-blue-text__E8PbG:active,
.lists_white-button-blue-text__E8PbG:focus,
.lists_white-button-blue-text__E8PbG:hover {
  color: #31a7e7 !important;
}
.lists_blue-button__E8gU_ {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.lists_blue-button__E8gU_,
.lists_blue-button__E8gU_:active,
.lists_blue-button__E8gU_:focus,
.lists_blue-button__E8gU_:hover {
  background-color: #31a7e7;
  color: #fff;
}
.lists_green-button__Dhiky {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.lists_green-button__Dhiky,
.lists_green-button__Dhiky:active,
.lists_green-button__Dhiky:focus,
.lists_green-button__Dhiky:hover {
  background-color: #56bf56;
  color: #fff;
}
.lists_purple-button__ASMpY {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.lists_purple-button__ASMpY:active,
.lists_purple-button__ASMpY:focus,
.lists_purple-button__ASMpY:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.lists_dropdown-input__1k_pv {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.lists_dropdown-input__1k_pv:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.lists_hm-app-body__8EomJ input::placeholder {
  color: #a3a3a3;
}
.lists_textarea-composer__D_SPi {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.lists_container__R75aP input,
.lists_container__R75aP textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.lists_input-for-copy__r7lOD {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.lists_input-text-bordered__fgGPt,
.lists_input-text__ZHe3S,
.lists_input-textarea__XCtnf {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.lists_input-text__ZHe3S {
  height: 50px;
}
.lists_input-text-bordered__fgGPt {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.lists_xxl-input__8ecJY {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.lists_xl-input__wIjux {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.lists_l-input__KjIBh {
  width: 100%;
  font-size: 1.1rem;
}
.lists_box-content__luwc1 .lists_content__DOcqj input,
.lists_box-content__luwc1 .lists_upload-data-input-with-icon__Z9kpK input,
.lists_input-grey__UZn4N,
input .lists_input-white__cIv6K,
textarea .lists_input-white__cIv6K {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.lists_box-content__luwc1 .lists_content__DOcqj input::placeholder,
.lists_box-content__luwc1 .lists_upload-data-input-with-icon__Z9kpK input::placeholder,
.lists_input-grey__UZn4N::placeholder,
input .lists_input-white__cIv6K::placeholder,
textarea .lists_input-white__cIv6K::placeholder {
  color: #999;
  opacity: 1;
}
input .lists_input-white__cIv6K,
textarea .lists_input-white__cIv6K {
  background-color: #fff;
}
.lists_clearfix__imfil:after {
  clear: both;
  content: '';
  display: block;
}
.lists_hidden-important__4kCrz {
  display: none !important;
}
.lists_p-left__dEAdZ {
  float: left;
}
.lists_p-right__kEAGc {
  float: right;
}
.lists_image_orientation_3__MRw7_ {
  tranform: rotate(180deg);
}
.lists_image_orientation_6__Vb0Hv {
  tranform: rotate(90deg);
}
.lists_image_orientation_8__QA2Vb {
  tranform: rotate(-90deg);
}
.lists_image_orientation_2__Jwi1L {
  tranform: scaleX(-1);
}
.lists_image_orientation_7__dw4st {
  tranform: scaleX(-1) rotate(-90deg);
}
.lists_image_orientation_4__hGjZq {
  tranform: scaleX(-1) rotate(180deg);
}
.lists_image_orientation_5__FfgWS {
  tranform: scaleX(-1) rotate(90deg);
}
.lists_image_slideshow_orientation_3__JVqYa {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.lists_image_slideshow_orientation_6__MKsYS {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.lists_image_slideshow_orientation_8__RFGlW {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.lists_image_slideshow_orientation_2__gn92W {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.lists_image_slideshow_orientation_7__vt2PE {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.lists_image_slideshow_orientation_4__INhqY {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.lists_image_slideshow_orientation_5__StuBq {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.lists_container__R75aP select::-ms-expand {
  display: none !important;
}
.lists_container__R75aP select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.lists_count-area___ncUz {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.lists_clear-top__x0HI0 {
  padding-top: 0;
  margin-top: 0;
}
.lists_remove-x-20__25MD4,
.lists_remove-x__EtRzc {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.lists_remove-x__EtRzc.lists_white__JXgBI,
.lists_white__JXgBI.lists_remove-x-20__25MD4 {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.lists_remove-x-20__25MD4 {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.lists_divider__m5aGj {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.lists_mobile__Cxnhg {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.lists_blue__6gtJ5 {
  color: #31a7e7 !important;
}
.lists_white__JXgBI {
  color: #fff !important;
}
.lists_purple__WqiYM {
  color: #8158ec !important;
}
.lists_delete__B4tp7 {
  color: #d0021b !important;
}
.lists_dark-text__lwZ_d {
  color: #17191a !important;
}
.lists_file-input__YPbyX {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.lists_image-download-wrapper__poHAU {
  position: fixed;
  top: 40px;
  right: 100px;
}
.lists_overflow-y-auto__zTBN_ {
  overflow-y: auto;
}
.lists_is-font-icon__f5_3T:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.lists_is-invisible__ODLU4 {
  opacity: 0;
}
.lists_tabbed-button__ceffb {
  padding: 0 7px 2px;
}
.lists_tabbed-button__ceffb.lists_selected__0JMtL {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.lists_show-more__03Pz_ {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.lists_show-more__03Pz_:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.lists_time-input__5Af2j {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.lists_form-group__AdaGw.lists_date-time__Oba3_ {
  position: relative;
  top: -2px;
}
.lists_form-group__AdaGw.lists_date-time__Oba3_.lists_time__WZ_7n {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.lists_form-group__AdaGw.lists_date-time__Oba3_.lists_form-group-hour__lAt_1 .lists_colon__Ovw2h {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.lists_form-group__AdaGw.lists_date-time__Oba3_.lists_form-group-hour__lAt_1 input {
  text-align: center;
}
.lists_form-group__AdaGw.lists_date-time__Oba3_.lists_form-group-day__EeNs3 {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.lists_form-group__AdaGw.lists_date-time__Oba3_.lists_form-group-minute__l2xuX {
  width: 42px;
}
.lists_form-group__AdaGw.lists_date-time__Oba3_.lists_form-group-clock__CVkb9 {
  width: 54px;
}
.lists_attach-img__bO3M3 {
  position: relative;
  width: 25px;
  height: 25px;
}
.lists_attach-img__bO3M3 input#lists_add-image__FSWvy {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.lists_attach-img__bO3M3 span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.lists_m-0__dwnB5 {
  margin: 0 !important;
}
.lists_ml-auto__7P_hM {
  margin-left: auto;
}
.lists_mr-auto__BNkFk {
  margin-right: auto;
}
.lists_mx-auto__qisP9 {
  margin-left: auto;
  margin-right: auto;
}
.lists_mx-16__3ZYCj {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.lists_my-16__21RMe {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.lists_mr-0__6LlQU {
  margin-right: 0 !important;
}
.lists_mr-4__V9xN4 {
  margin-right: 4px !important;
}
.lists_mr-8__K9C9q {
  margin-right: 8px !important;
}
.lists_mr-12__BF_eL {
  margin-right: 12px !important;
}
.lists_mr-16__5Gt2g {
  margin-right: 16px !important;
}
.lists_ml-0__0aMPC {
  margin-left: 0 !important;
}
.lists_ml-4__88hwK {
  margin-left: 4px !important;
}
.lists_ml-8__4rvP_ {
  margin-left: 8px !important;
}
.lists_ml-12__jsmNv {
  margin-left: 12px !important;
}
.lists_ml-16__z_ogr {
  margin-left: 16px !important;
}
.lists_mt-0__uYlKX {
  margin-top: 0 !important;
}
.lists_mt-4__6f7_O {
  margin-top: 4px !important;
}
.lists_mt-8__u8bRe {
  margin-top: 8px !important;
}
.lists_mt-16__TQteD {
  margin-top: 16px !important;
}
.lists_mt-24__5BYaq {
  margin-top: 24px !important;
}
.lists_mt-48__JEftI {
  margin-top: 48px !important;
}
.lists_mb-0__P_qtW {
  margin-bottom: 0 !important;
}
.lists_mb-4__s90el {
  margin-bottom: 4px !important;
}
.lists_mb-8__B6UTB {
  margin-bottom: 8px !important;
}
.lists_mb-12__WoAeg {
  margin-bottom: 12px !important;
}
.lists_mb-16__hY8NG {
  margin-bottom: 16px !important;
}
.lists_mb-24__gEY2L {
  margin-bottom: 24px !important;
}
.lists_mb-64__Lj__E {
  margin-bottom: 64px !important;
}
.lists_p-0__jBmqq {
  padding: 0 !important;
}
.lists_p-16__tasX6 {
  padding: 16px;
}
.lists_p-40__tVqWZ {
  padding: 40px;
}
.lists_px-0__HsK2A {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.lists_px-4__xBZHG {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.lists_px-8__hVuqb {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.lists_px-32__PFmcm {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.lists_px-40__0otW_ {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.lists_pt-40__Xv1LF {
  padding-top: 40px;
}
.lists_pt-24__hElWL {
  padding-top: 24px;
}
.lists_pt-16__UtWpQ {
  padding-top: 16px;
}
.lists_pt-12__YeKej {
  padding-top: 12px !important;
}
.lists_pb-40__0Taqa {
  padding-bottom: 40px;
}
.lists_pb-24__SUgeR {
  padding-bottom: 24px;
}
.lists_pb-16__hZBpP {
  padding-bottom: 16px;
}
.lists_pl-8__Pqts7 {
  padding-left: 8px !important;
}
.lists_pl-12__QBuRj {
  padding-left: 12px !important;
}
.lists_pl-16__QVYhT {
  padding-left: 16px !important;
}
.lists_text-left__eb39J {
  text-align: left !important;
}
.lists_text-right__KTrh5 {
  text-align: right !important;
}
.lists_text-center__e2EWM {
  text-align: center !important;
}
.lists_font-medium__MOddP {
  font-weight: 500 !important;
}
.lists_font-semibold__zh81J {
  font-weight: 600 !important;
}
.lists_radius-8__nDDYB {
  border-radius: 8px !important;
}
.lists_truncate__5QYgs {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lists_whitespace-nowrap__5Nl8t {
  white-space: nowrap;
}
.lists_whitespace-pre-wrap__cXIRQ {
  white-space: pre-wrap;
}
.lists_w-100__px1PU {
  width: 100% !important;
}
.lists_h-100__UHG7d {
  height: 100% !important;
}
.lists_max-w-none__u8o2v {
  max-width: none !important;
}
.lists_max-h-none__B7YQ7 {
  max-height: none !important;
}
.lists_min-w-100__qFKXv {
  min-width: 100px;
}
.lists_heading-48-600__wJzdJ {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.lists_heading-32-600__B2VCh {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.lists_heading-24-600__GNXUB {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.lists_heading-18-600__7wIsi {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.lists_heading-18-400__RKvr6 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.lists_heading-16-700__o4iPD {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.lists_text-16-400__PHkVe {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.lists_heading-14-600__nMMwS {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.lists_heading-14-500__pOLpA {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.lists_text-14-400__BJm_k {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.lists_text-13-500__sCAZg {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.lists_text-13-600__N5Oua {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.lists_text-13-400__41XyZ {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.lists_text-12-500__e8Q1A {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.lists_text-12-600__jiK_9 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.lists_text-12-400__NMXsC {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.lists_status-badge___rJJ2 {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.lists_status-badge___rJJ2.lists_paused__YowK_ {
  background-color: #ff8b3d;
  color: #fff !important;
}
.lists_status-badge___rJJ2.lists_created__mzRDF,
.lists_status-badge___rJJ2.lists_inactive___otbT,
.lists_status-badge___rJJ2.lists_pending__mJCon {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.lists_status-badge___rJJ2.lists_active__SmstN {
  background-color: #56bf56;
  color: #fff !important;
}
.lists_status-badge___rJJ2.lists_error__CQbn4 {
  background-color: #d0021b;
  color: #fff !important;
}
.lists_status-badge___rJJ2.lists_progress__9vW_p {
  background-color: #f5bf0c;
  color: #fff !important;
}
.lists_status-badge___rJJ2.lists_draft__J5V_O {
  background-color: #e6e6e6;
  color: #000 !important;
}
.lists_status-badge___rJJ2.lists_sent__3a_Tn {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.lists_status-badge___rJJ2.lists_scheduled__4SNRu {
  background-color: #feefcf;
  color: #795548;
}
.lists_status-badge___rJJ2.lists_loading-badge__V896G {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.lists_status-badge___rJJ2.lists_loading-badge__V896G .lists_text__pCizg {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.lists_status-badge___rJJ2.lists_loading-badge__V896G .lists_slider__VZ9rH {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: lists_moveSlideshow__TrNPq 3s linear infinite;
}
@keyframes lists_moveSlideshow__TrNPq {
  to {
    transform: translateX(200%);
  }
}
.lists_flex__OlM3n {
  display: flex !important;
}
.lists_flex-space-between__2B90Y {
  justify-content: space-between;
}
.lists_flex-align-start__FFeLD {
  align-items: flex-start;
}
.lists_flex-align-center__7XTZy {
  align-items: center;
}
.lists_flex-absolute-center__k_pzK {
  justify-content: center;
  align-items: center;
}
.lists_flex-container__UIsk1 {
  display: flex;
  flex-wrap: wrap;
}
.lists_flex-column__RHY68 {
  flex-direction: column;
}
.lists_flex-justify-end__I0N8c {
  justify-content: flex-end;
}
.lists_position-relative__iXonh {
  position: relative !important;
}
.lists_position-static__su143 {
  position: static !important;
}
.lists_position-absolute__D3B1d {
  position: absolute !important;
}
.lists_hr-grey__tUwgi {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.lists_input-border__ttvgd {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.lists_action-content-box__xyxMw,
.lists_box-content__luwc1,
.lists_box-content__luwc1 .lists_upload-data-input-with-icon__Z9kpK,
.lists_default-border__700D3 {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.lists_bg-grey__9p_js {
  background-color: #f9f9f9 !important;
}
.lists_bg-white__9tJJp {
  background-color: #fff !important;
}
.lists_pos-relative__NPqRu {
  position: relative !important;
}
.lists_text-light__tYxbK {
  color: #757c80 !important;
}
.lists_text-red__abDfH {
  color: #d0021b !important;
}
.lists_text-green__NU3Sh {
  color: #56bf56 !important;
}
.lists_text-blue__7qWKN {
  color: #31a7e7;
}
.lists_text-sec-blue__EzzAp {
  color: #1b02b1 !important;
}
.lists_notification-dot__jIqcJ {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.lists_title-with-action-on-left__QihIx {
  display: flex;
  justify-content: space-between;
}
.lists_error__CQbn4 {
  color: #d0021b;
}
.lists_error-border__auBUH {
  border: 1px solid #d0021b !important;
}
.lists_rotate__s9EWT {
  animation: lists_rotation__TH_CM 2s linear infinite;
}
@keyframes lists_rotation__TH_CM {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.lists_switch__cqa6p {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.lists_switch__cqa6p .lists_btn-toggle__AaE7B {
  opacity: 0;
  width: 0;
  height: 0;
}
.lists_switch__cqa6p .lists_slider__VZ9rH {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.lists_switch__cqa6p .lists_slider__VZ9rH:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.lists_switch__cqa6p .lists_slider__VZ9rH:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.lists_switch__cqa6p .lists_btn-toggle__AaE7B.lists_enabled__zpOZy + .lists_slider__VZ9rH {
  background-color: #ffc926;
  border: none;
}
.lists_switch__cqa6p .lists_btn-toggle__AaE7B:focus + .lists_slider__VZ9rH {
  box-shadow: 0 0 1px #2196f3;
}
.lists_switch__cqa6p .lists_btn-toggle__AaE7B.lists_enabled__zpOZy + .lists_slider__VZ9rH:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.lists_switch__cqa6p .lists_btn-toggle__AaE7B.lists_enabled__zpOZy + .lists_slider__VZ9rH:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#lists_appleid-signin__LxF8d {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#lists_appleid-signin__LxF8d > div {
  width: 200px !important;
  height: 38px !important;
}
.lists_page-header__VSIVW {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lists_page-header__VSIVW.lists_clear-side__lHw6f {
  padding: 40px 0 32px;
}
.lists_page-spacing__6C0SI {
  padding: 0 40px;
}
.lists_page-header-title__rrKiA {
  color: #17191a;
  margin: 0 0 8px;
}
.lists_header-bar__k_j6M {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.lists_box-content__luwc1 {
  background-color: #fff;
  margin-bottom: 24px;
}
.lists_box-content__luwc1 .lists_header__6bWS_ {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.lists_box-content__luwc1 .lists_header-l__s8EG9 {
  padding: 24px 16px;
  margin: 0;
}
.lists_box-content__luwc1 .lists_content__DOcqj {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.lists_box-content__luwc1 .lists_content-header__1hBA0 {
  margin-bottom: 4px;
  margin-top: 0;
}
.lists_box-content__luwc1 .lists_table-content__LnUxL {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.lists_box-content__luwc1 .lists_help-text__k8pzQ,
.lists_box-content__luwc1 .lists_recent-message__Gcmrn {
  line-height: 20px;
}
.lists_box-content__luwc1 .lists_sub-text__qfAam {
  color: #757c80;
}
.lists_box-content__luwc1 .lists_content-data-input__CYxms {
  margin-top: 8px;
}
.lists_box-content__luwc1 .lists_data-entry-input__ipq0N,
.lists_box-content__luwc1 .lists_upload-data-input-with-icon__Z9kpK {
  margin-top: 8px;
  padding: 0 11px;
}
.lists_box-content__luwc1 .lists_upload-data-input-with-icon__Z9kpK {
  cursor: pointer;
  background: #f9f9f9;
}
.lists_box-content__luwc1 .lists_upload-data-input-with-icon__Z9kpK input {
  padding: 12px 2px;
}
.lists_box-content__luwc1 .lists_upload-data-input-with-icon__Z9kpK input:disabled,
.lists_box-content__luwc1 .lists_upload-data-input-with-icon__Z9kpK input:hover {
  cursor: pointer !important;
}
.lists_empty-state__0J0m_ {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.lists_empty-state__0J0m_.lists_contact-list__5Pm9p {
  width: 80%;
}
.lists_empty-state__0J0m_ .lists_empty-title__1ZkUn {
  font-size: 14px;
  font-weight: 500px;
}
.lists_empty-state-wrapper__8Vf03 {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.lists_empty-state-wrapper__8Vf03 h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.lists_empty-state-wrapper__8Vf03 div {
  color: #757c80;
  margin: 16px 0 12px;
}
.lists_empty-state-button__JsjgJ {
  margin: 20px 10px;
}
.lists_handel-bar__GhLgk {
  fill: #b7bfc6;
  vertical-align: middle;
}
.lists_tag__VehtN {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.lists_ant-color-picker-input__k0Fgt .lists_ant-input__jV1TG {
  height: 22px;
}
.lists_ant-color-picker-trigger__DZbva {
  width: 23px;
  height: 23px;
}
.lists_ant-color-picker-trigger__DZbva .lists_ant-color-picker-color-block__cMJsx {
  width: 18px;
  height: 18px;
}
.lists_box-content__luwc1 .lists_content__DOcqj input,
.lists_box-content__luwc1 .lists_upload-data-input-with-icon__Z9kpK input,
input input.lists_input-white__cIv6K,
input textarea.lists_input-white__cIv6K,
input.lists_input-grey__UZn4N,
textarea input.lists_input-white__cIv6K,
textarea textarea.lists_input-white__cIv6K,
textarea.lists_input-grey__UZn4N {
  background-color: #f9f9f9;
}
.lists_box-content__luwc1 .lists_content__DOcqj input:active,
.lists_box-content__luwc1 .lists_content__DOcqj input:focus,
.lists_box-content__luwc1 .lists_content__DOcqj input:hover,
.lists_box-content__luwc1 .lists_upload-data-input-with-icon__Z9kpK input:active,
.lists_box-content__luwc1 .lists_upload-data-input-with-icon__Z9kpK input:focus,
.lists_box-content__luwc1 .lists_upload-data-input-with-icon__Z9kpK input:hover,
input input.lists_input-white__cIv6K:active,
input input.lists_input-white__cIv6K:focus,
input input.lists_input-white__cIv6K:hover,
input textarea.lists_input-white__cIv6K:active,
input textarea.lists_input-white__cIv6K:focus,
input textarea.lists_input-white__cIv6K:hover,
input.lists_input-grey__UZn4N:active,
input.lists_input-grey__UZn4N:focus,
input.lists_input-grey__UZn4N:hover,
textarea input.lists_input-white__cIv6K:active,
textarea input.lists_input-white__cIv6K:focus,
textarea input.lists_input-white__cIv6K:hover,
textarea textarea.lists_input-white__cIv6K:active,
textarea textarea.lists_input-white__cIv6K:focus,
textarea textarea.lists_input-white__cIv6K:hover,
textarea.lists_input-grey__UZn4N:active,
textarea.lists_input-grey__UZn4N:focus,
textarea.lists_input-grey__UZn4N:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.lists_input-white__cIv6K:active,
input.lists_input-white__cIv6K:focus,
input.lists_input-white__cIv6K:hover,
span.lists_input-white__cIv6K:active,
span.lists_input-white__cIv6K:focus,
span.lists_input-white__cIv6K:hover,
textarea.lists_input-white__cIv6K:active,
textarea.lists_input-white__cIv6K:focus,
textarea.lists_input-white__cIv6K:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.lists_image-uploader-flex___O0rJ .lists_ant-upload-select__4r63w {
  display: flex;
}
.lists_image-uploader-flex___O0rJ .lists_ant-upload-select__4r63w .lists_ant-upload__MvlO7 {
  flex: 1 1;
}
.lists_modal-footer-wrapper__y_i0j {
  display: flex;
  justify-content: center;
}
.lists_app-modal__qUxG7 .lists_small__8Y9NW {
  width: 350px;
}
.lists_toast__gQPAp.lists_negative__ljVL_ .lists_ant-message-notice-content__XDD2C {
  background-color: #d0021b;
}
.lists_toast__gQPAp.lists_positive__J3Trf .lists_ant-message-notice-content__XDD2C {
  background-color: #56bf56;
}
.lists_toast__gQPAp.lists_loading__We74b .lists_ant-message-notice-content__XDD2C .lists_toast-wrapper__wxqNB .lists_contents__w1UeT,
.lists_toast__gQPAp.lists_loading__We74b .lists_ant-message-notice-content__XDD2C .lists_toast-wrapper__wxqNB .lists_contents__w1UeT .lists_title__W_qXs {
  color: #000 !important;
}
.lists_toast__gQPAp.lists_loading__We74b .lists_ant-message-loading__0ZleR .lists_anticon-loading__AAyDb {
  font-size: 1.5rem;
}
.lists_toast__gQPAp .lists_ant-message-notice-content__XDD2C {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.lists_toast__gQPAp .lists_ant-message-notice-content__XDD2C .lists_toast-wrapper__wxqNB {
  position: relative;
  display: flex;
  align-items: center;
}
.lists_toast__gQPAp .lists_ant-message-notice-content__XDD2C .lists_toast-wrapper__wxqNB .lists_contents__w1UeT {
  position: relative;
  padding-left: 16px;
}
.lists_toast__gQPAp .lists_ant-message-notice-content__XDD2C .lists_toast-wrapper__wxqNB .lists_contents__w1UeT .lists_title__W_qXs {
  color: #fff !important;
}
.lists_toast__gQPAp .lists_ant-message-notice-content__XDD2C .lists_toast-wrapper__wxqNB .lists_contents__w1UeT p {
  margin: 0;
}
.lists_toast__gQPAp .lists_ant-message-notice-content__XDD2C .lists_toast-wrapper__wxqNB .lists_contents__w1UeT p a,
.lists_toast__gQPAp .lists_ant-message-notice-content__XDD2C .lists_toast-wrapper__wxqNB .lists_contents__w1UeT p button {
  color: #fff;
  text-decoration: underline;
}
.lists_toast__gQPAp .lists_ant-message-notice-content__XDD2C .lists_icon__Dl8Yh {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.lists_toast__gQPAp .lists_ant-message-notice-content__XDD2C .lists_icon__Dl8Yh.lists_positive__J3Trf {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.lists_toast__gQPAp .lists_ant-message-notice-content__XDD2C .lists_icon__Dl8Yh.lists_positive__J3Trf:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.lists_toast__gQPAp .lists_ant-message-notice-content__XDD2C .lists_icon__Dl8Yh.lists_negative__ljVL_ {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.lists_toast__gQPAp .lists_ant-message-notice-content__XDD2C .lists_icon__Dl8Yh.lists_negative__ljVL_:before {
  top: 10px;
}
.lists_action-content-box__xyxMw {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.lists_action-content-box__xyxMw.lists_numbered__Dw5Mn .lists_sub-content__yNW_M p {
  margin-left: 18px;
}
.lists_action-content-box__xyxMw .lists_sub-content__yNW_M {
  padding: 26px 26px 20px;
}
.lists_action-content-box__xyxMw .lists_sub-content__yNW_M.lists_right__oclyo {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.lists_action-content-box__xyxMw .lists_sub-content__yNW_M.lists_right__oclyo button {
  margin: 0 20px;
}
.lists_action-content-box__xyxMw .lists_sub-content__yNW_M h4,
.lists_action-content-box__xyxMw .lists_sub-content__yNW_M p.lists_bold__SiA42 {
  margin: 0;
}
.lists_action-content-box__xyxMw .lists_sub-content__yNW_M h4 span,
.lists_action-content-box__xyxMw .lists_sub-content__yNW_M p.lists_bold__SiA42 span {
  width: 18px;
  display: inline-block;
}
.lists_action-content-box__xyxMw .lists_sub-content__yNW_M p {
  margin: 6px 0 0;
}
.lists_action-content-box__xyxMw .lists_remove__hNl01 {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.lists_options-dot__oGWIM {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.lists_options-dot__oGWIM.lists_boxed__80WnX {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.lists_options-dot__oGWIM.lists_active__SmstN,
.lists_options-dot__oGWIM:focus-visible,
.lists_options-dot__oGWIM:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.lists_clickable___2jWH {
  cursor: pointer;
}
.lists_beta-label__ye3DE {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.lists_none-style-list-options__V5pew {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.lists_none-style-list-options__V5pew li {
  margin: 5px 0;
}
.lists_ant-tour__gFft4 {
  width: 400px;
}
.lists_ant-collapse__Q4SrZ > .lists_ant-collapse-item__CbIUl > .lists_ant-collapse-header-collapsible-only__7plk2 > .lists_ant-collapse-header-text__CkrsD {
  flex: auto;
}
.lists_onboarding-tour-header__LJPzY {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.lists_onboarding-tour-description__1cERd {
  color: #17191a;
  font-size: 16px;
}
.lists_tour-hidden-button__ETKcs {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.lists_ai-onboarding-tour-header__UgrHo {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.lists_onboarding-step-ai-tour__lCbpR {
  width: 350px;
}
.lists_onboarding-step-ai-tour__lCbpR .lists_onboarding-step-ai-tour-inner__y8rRT .lists_onboarding-step-ai-tour-description__3K_JP {
  padding: 0 20px;
}
.lists_onboarding-step-ai-tour__lCbpR .lists_onboarding-step-ai-tour-inner__y8rRT .lists_onboarding-step-ai-tour-footer__fQ2v0 {
  padding: 0 20px 20px;
}
.lists_onboarding-step-ai-tour__lCbpR .lists_onboarding-step-ai-tour-inner__y8rRT .lists_onboarding-step-ai-tour-header__9fD5W {
  padding: 20px 20px 4px;
}
.lists_onboarding-step-ai-tour__lCbpR .lists_onboarding-step-ai-tour-inner__y8rRT .lists_onboarding-step-ai-tour-indicators__QYgyS {
  display: flex;
  width: 100%;
}
.lists_onboarding-step-ai-tour__lCbpR .lists_onboarding-step-ai-tour-inner__y8rRT .lists_onboarding-step-ai-tour-buttons__VctLb {
  width: 0;
  visibility: hidden;
}
.lists_onboarding-step-ai-tour-mask__q9RjA mask[id^='onboarding-step-ai-tour-mask'] rect.lists_onboarding-step-ai-tour-placeholder-animated__7GeI6 {
  rx: 8px;
}
.lists_onboarding-step-ai-tour-round-mask__baL72 mask[id^='onboarding-step-ai-tour-round-mask'] rect.lists_onboarding-step-ai-tour-round-placeholder-animated__bq9cJ {
  rx: 25px;
}
.lists_onboarding-step-tour__zjh_4 {
  width: 400px;
}
.lists_onboarding-step-tour__zjh_4.lists_content-hidden__kL3Jr {
  display: none !important;
}
.lists_onboarding-step-tour__zjh_4.lists_extended-width__TGRZH {
  width: 600px;
}
.lists_onboarding-step-tour-mask__HBS7e mask[id^='onboarding-step-tour-mask'] rect.lists_onboarding-step-tour-placeholder-animated__ak4iS {
  rx: 8px;
}
.lists_onboarding-step-one-tour__0Oz_k {
  width: 400px;
}
.lists_onboarding-step-one-tour__0Oz_k.lists_content-hidden__kL3Jr {
  display: none !important;
}
.lists_onboarding-step-one-tour__0Oz_k.lists_extended-width__TGRZH {
  width: 600px;
}
.lists_onboarding-step-one-tour-mask__jUdB3 mask[id^='onboarding-step-one-tour-mask'] rect.lists_onboarding-step-one-tour-placeholder-animated__ed6GN {
  rx: 25px;
}
.lists_support-unread-tour__lRfo0 {
  width: 272px;
}
.lists_support-unread-tour__lRfo0 .lists_support-unread-tour-inner__EzwXX .lists_support-unread-tour-header__8x_f2 {
  padding: 8px 16px 4px;
}
.lists_support-unread-tour__lRfo0 .lists_support-unread-tour-inner__EzwXX .lists_support-unread-tour-footer__0mpaI {
  padding: 0 16px 16px;
}
.lists_support-unread-tour__lRfo0 .lists_support-unread-tour-inner__EzwXX .lists_support-unread-tour-close__JO8Qj {
  top: 10px;
}
.lists_preserve-scroll-position__Luvmt {
  overflow-anchor: none;
}
.lists_toolbar-wrapper__mYRSS {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.lists_toolbar-wrapper__mYRSS .lists_anticon__EURyG {
  padding: 12px;
  cursor: pointer;
}
.lists_toolbar-wrapper__mYRSS .lists_anticon__EURyG:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.lists_toolbar-wrapper__mYRSS .lists_anticon__EURyG:hover {
  opacity: 0.3;
}
.lists_ant-carousel__8PgGI .lists_slick-dots__hlbke li.lists_slick-active__loFuS button {
  background-color: #8158ec;
}
.lists_ant-carousel__8PgGI .lists_slick-dots__hlbke li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.lists_ant-modal-root__7Zvci .lists_ant-modal-mask__WqM7t,
.lists_ant-modal-root__7Zvci .lists_ant-modal-wrap__GRSU7 {
  z-index: 1001;
}
.lists_focused__InL8Z {
  background-color: #f5f5f5;
}
.lists_spinner-overlay__PCezu,
.lists_spinner__inbz3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.lists_spinner-overlay__PCezu {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.lists_spinner__inbz3 {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lists_large-tag__nrMUB {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.lists_email-pill__kI2hS,
.lists_phone-pill__pF_y1 {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.lists_email-pill__kI2hS:not(:empty),
.lists_phone-pill__pF_y1:not(:empty) {
  padding: 4px;
}
.lists_phone-pill__pF_y1 {
  background-color: #e0f2fb;
}
.lists_email-pill__kI2hS {
  background-color: #ffefbe;
}
.lists_input-box__EZYKO {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.lists_input-box__EZYKO.lists_bordered__AbMjl {
  border: 1px solid #e6e6e6;
}
.lists_input-box__EZYKO.lists_large__fgjWd {
  height: auto;
  min-height: 80px;
}
.lists_input-box__EZYKO:focus {
  border-color: #ffc926;
}
.lists_page-header-title__rrKiA {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.lists_action-content-box__xyxMw .lists_sub-content__yNW_M h4,
.lists_empty-state-wrapper__8Vf03 h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.lists_box-content__luwc1 .lists_header-l__s8EG9,
.lists_box-content__luwc1 .lists_header__6bWS_,
.lists_toast__gQPAp .lists_ant-message-notice-content__XDD2C .lists_toast-wrapper__wxqNB .lists_contents__w1UeT .lists_title__W_qXs {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.lists_action-content-box__xyxMw .lists_sub-content__yNW_M p.lists_bold__SiA42,
.lists_empty-state-wrapper__8Vf03 h2 a,
.lists_header-bar__k_j6M .lists_title__W_qXs {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.lists_box-content__luwc1 .lists_content-header__1hBA0,
.lists_list-broadcast-box___OomM .lists_wrapper__6nh1A .lists_header__6bWS_,
.lists_list-name__mC6WK,
.lists_list-schedule-box__Peqg3 .lists_wrapper__6nh1A .lists_header__6bWS_ {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.lists_action-content-box__xyxMw .lists_sub-content__yNW_M p,
.lists_empty-state-wrapper__8Vf03 div,
.lists_toast__gQPAp .lists_ant-message-notice-content__XDD2C .lists_toast-wrapper__wxqNB .lists_contents__w1UeT p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.lists_blue-button__E8gU_,
.lists_box-content__luwc1 .lists_content__DOcqj input,
.lists_box-content__luwc1 .lists_upload-data-input-with-icon__Z9kpK input,
.lists_button-with-bg-color__0wF8x,
.lists_cancel-button__pXQsi,
.lists_green-button__Dhiky,
.lists_input-box__EZYKO,
.lists_input-grey__UZn4N,
.lists_orange-button___vJn9,
.lists_positive-button__XtNop,
.lists_purple-button__ASMpY,
.lists_white-button-blue-text__E8PbG,
.lists_white-button__4QJAX,
button.lists_icon-button__h0R8P,
button.lists_text-only__bXj_J,
input .lists_input-white__cIv6K,
textarea .lists_input-white__cIv6K {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.lists_large-tag__nrMUB,
button.lists_show-more__03Pz_,
button.lists_text-only__bXj_J,
span.lists_text-only__bXj_J button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.lists_tag__VehtN {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.lists_beta-label__ye3DE,
.lists_error-text-link__OBOcZ,
.lists_error-text__rclJc,
.lists_error__CQbn4 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.lists_mini-square___83kp {
  width: 20px;
  height: 20px;
}
.lists_help-text__k8pzQ,
.lists_recent-message__Gcmrn {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.lists_error-text__rclJc {
  color: #d0021b;
  flex-grow: 1;
}
.lists_error-text-link__OBOcZ {
  color: #d0021b;
  text-decoration: underline;
}
.lists_descriptive-text__8rTNF {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.lists_list-table__5yVuD {
  min-width: 800px;
}
.lists_list-wrapper__wLouY {
  display: flex;
  flex-direction: column;
  min-height: 42px;
  justify-content: center;
}
.lists_list-name__mC6WK,
.lists_recent-message__Gcmrn {
  max-width: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lists_recent-message__Gcmrn {
  line-height: 25px;
}
.lists_column-contact-number__sCaZ0 {
  min-width: 90px;
}
.lists_layout__5b7OV {
  display: flex;
  justify-content: space-between;
  align-items: top;
  gap: 32px;
}
.lists_left-column__Aoju_ {
  width: 62%;
}
.lists_right-column__LeecA {
  width: 38%;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 140px);
  overflow: hidden;
}
.lists_list-broadcast-box___OomM,
.lists_list-schedule-box__Peqg3 {
  display: flex;
  padding: 16px 0 0;
  min-height: 72px;
}
.lists_list-broadcast-box___OomM .lists_icon-block__4dSjH,
.lists_list-schedule-box__Peqg3 .lists_icon-block__4dSjH {
  position: relative;
  width: 55px;
}
.lists_list-broadcast-box___OomM .lists_icon-block__4dSjH .lists_connector__H3lTB,
.lists_list-schedule-box__Peqg3 .lists_icon-block__4dSjH .lists_connector__H3lTB {
  position: absolute;
  width: 2px;
  background: #e6e6e6;
  height: 100%;
  left: 20px;
  top: 40px;
}
.lists_list-broadcast-box___OomM .lists_icon-block__4dSjH .lists_trigger-box-icon__m9EDZ,
.lists_list-schedule-box__Peqg3 .lists_icon-block__4dSjH .lists_trigger-box-icon__m9EDZ {
  position: absolute;
  background-color: #17191a;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.lists_list-broadcast-box___OomM .lists_wrapper__6nh1A,
.lists_list-schedule-box__Peqg3 .lists_wrapper__6nh1A {
  margin: 0 15px;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  padding-bottom: 8px;
}
.lists_list-broadcast-box___OomM .lists_wrapper__6nh1A.lists_borderless__VA_Qe,
.lists_list-schedule-box__Peqg3 .lists_wrapper__6nh1A.lists_borderless__VA_Qe {
  border-bottom: none;
}
.lists_list-broadcast-box___OomM .lists_wrapper__6nh1A .lists_header-wrapper__98Dgo,
.lists_list-broadcast-box___OomM .lists_wrapper__6nh1A .lists_header__6bWS_,
.lists_list-schedule-box__Peqg3 .lists_wrapper__6nh1A .lists_header-wrapper__98Dgo,
.lists_list-schedule-box__Peqg3 .lists_wrapper__6nh1A .lists_header__6bWS_ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.lists_list-broadcast-box___OomM .lists_wrapper__6nh1A .lists_media__Ggwi0,
.lists_list-schedule-box__Peqg3 .lists_wrapper__6nh1A .lists_media__Ggwi0 {
  width: 38px;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
}
.lists_list-broadcast-box___OomM .lists_wrapper__6nh1A .sub-text,
.lists_list-schedule-box__Peqg3 .lists_wrapper__6nh1A .sub-text {
  max-width: calc(100% - 240px);
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lists_list-schedule-box__Peqg3 {
  display: flex;
  padding: 16px 0 0;
  margin: 0;
  min-height: 62px;
}
.lists_list-schedule-box__Peqg3 .lists_wrapper__6nh1A {
  margin: 0 10px 0 0;
}
.lists_schedule-footer__Icyzz {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 16px;
  margin-bottom: 8px;
}
.lists_chat-icon__rzt_K {
  width: 18px;
  height: 18px;
  color: #ffc926;
}
.lists_contact-header-wrapper__eefqZ {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lists_contact-header-wrapper__eefqZ .lists_actions__x8cPZ {
  padding-right: 20px;
}
.lists_contact-list-header__oqrRU {
  margin-bottom: 0;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}
.lists_panel-space__MRXEn {
  margin-right: 290px;
}
.lists_no-contacts__Y3C5u {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  width: 100%;
  border-radius: 0 0 4px 4px;
  position: relative;
}
.lists_list-members-section__jtQwq {
  flex-grow: 1;
  overflow-y: hidden;
}
.lists_list-members-section__jtQwq .ant-tabs-content-holder {
  overflow: auto;
}
.lists_container__R75aP .page-header-title {
  max-width: calc(100% - 240px);
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rte_container__uFqh9 {
  width: 100%;
  padding: 0 2px;
}
.rte_container__uFqh9 .ql-toolbar.ql-snow {
  border: none;
  background: #f9f9f9;
  padding-top: 1px;
  padding-bottom: 9px;
  padding-left: 0;
}
.rte_container__uFqh9 .ql-header {
  background: #fff;
  height: 30px !important;
  padding-top: 2px;
  border: 1px solid #e6e6e6;
}
.rte_container__uFqh9 .ql-container.ql-snow {
  border: none;
  min-height: 150px;
  max-height: 300px;
}
.rte_container__uFqh9 .ql-snow .ql-tooltip.ql-flip {
  transform: translate(80px, -10px);
}
.rte_container__uFqh9 .ql-editor {
  min-height: 150px;
  max-height: 300px;
  border: 1px solid #e6e6e6;
  background: #fff;
  word-break: break-word;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Apple Color Emoji,
    Helvetica Neue,
    sans-serif;
  line-height: 1.54;
}
.rte_container__uFqh9 .ql-editor blockquote,
.rte_container__uFqh9 .ql-editor h1,
.rte_container__uFqh9 .ql-editor h2,
.rte_container__uFqh9 .ql-editor h3,
.rte_container__uFqh9 .ql-editor h4,
.rte_container__uFqh9 .ql-editor h5,
.rte_container__uFqh9 .ql-editor h6,
.rte_container__uFqh9 .ql-editor ol,
.rte_container__uFqh9 .ql-editor pre {
  margin: 0.75em 0 0.25em;
  padding: 0;
}
.rte_container__uFqh9 .ql-editor p {
  margin: 0.5em 0;
}
.rte_container__uFqh9 .ql-snow .ql-editor a {
  color: #31a7e7;
}
.rte_container__uFqh9 .ql-picker-label {
  border: none !important;
}
.rte_container__uFqh9.rte_large__8Zw3X {
  padding: 0;
  border-radius: 8px;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.rte_container__uFqh9.rte_large__8Zw3X .ql-toolbar.ql-snow {
  padding: 12px 16px;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 8px 8px 0 0;
  position: relative;
}
.rte_container__uFqh9.rte_large__8Zw3X .ql-header {
  background: #fff;
  height: 30px !important;
  padding-top: 2px;
  border: 1px solid #e6e6e6;
}
.rte_container__uFqh9.rte_large__8Zw3X .ql-container.ql-snow {
  border: none;
  flex: 1 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  max-height: none;
}
.rte_container__uFqh9.rte_large__8Zw3X .ql-editor {
  flex: 1 1;
  min-height: 0;
  border: none;
  border-radius: 0 0 8px 8px;
  padding: 16px;
  max-height: none;
}
.rte_container__uFqh9.rte_large__8Zw3X .rte_preview-button-container__qO31I {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 2;
}
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list='checked'] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list='unchecked'] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6,
.ql-editor ol,
.ql-editor p,
.ql-editor pre {
  margin: 0;
  padding: 0;
}
@supports (counter-set: none) {
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6,
  .ql-editor p {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6,
  .ql-editor p {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor li,
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list='checked'] > .ql-ui,
.ql-editor li[data-list='unchecked'] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list='bullet'] > .ql-ui:before {
  content: '\2022';
}
.ql-editor li[data-list='checked'] > .ql-ui:before {
  content: '\2611';
}
.ql-editor li[data-list='unchecked'] > .ql-ui:before {
  content: '\2610';
}
@supports (counter-set: none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list='ordered'] {
  counter-increment: list-0;
}
.ql-editor li[data-list='ordered'] > .ql-ui:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor li[data-list='ordered'].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list='ordered'].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) '. ';
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list='ordered'].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list='ordered'].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) '. ';
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list='ordered'].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list='ordered'].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) '. ';
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list='ordered'].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list='ordered'].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) '. ';
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list='ordered'].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list='ordered'].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) '. ';
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list='ordered'].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list='ordered'].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) '. ';
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list='ordered'].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list='ordered'].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) '. ';
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list='ordered'].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list='ordered'].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) '. ';
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list='ordered'].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list='ordered'].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: 0.3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank:before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow .ql-toolbar:after,
.ql-snow.ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-toolbar button,
.ql-snow.ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow .ql-toolbar button svg,
.ql-snow.ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow .ql-toolbar button:active:hover,
.ql-snow.ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow .ql-toolbar input.ql-image[type='file'],
.ql-snow.ql-toolbar input.ql-image[type='file'] {
  display: none;
}
.ql-snow .ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button:focus,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow.ql-toolbar button:focus,
.ql-snow.ql-toolbar button:hover {
  color: #06c;
}
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow .ql-toolbar button:hover:not(.ql-active),
  .ql-snow.ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow,
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-stroke.ql-thin,
.ql-snow .ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor .ql-code-block-container,
.ql-snow .ql-editor code {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label:before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label='']):before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label='']):before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label='']):before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label='']):before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label='']):before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label='']):before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-item:before,
.ql-snow .ql-picker.ql-header .ql-picker-label:before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='1']:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='1']:before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='2']:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='2']:before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='3']:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='3']:before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='4']:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='4']:before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='5']:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='5']:before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='6']:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='6']:before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='1']:before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='2']:before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='3']:before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='4']:before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='5']:before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='6']:before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-item:before,
.ql-snow .ql-picker.ql-font .ql-picker-label:before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='serif']:before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='serif']:before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='monospace']:before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='monospace']:before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='serif']:before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='monospace']:before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item:before,
.ql-snow .ql-picker.ql-size .ql-picker-label:before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='small']:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='small']:before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='large']:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='large']:before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='huge']:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='huge']:before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='small']:before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='large']:before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='huge']:before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-code-block-container {
  position: relative;
}
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip:before {
  content: 'Visit URL:';
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type='text'] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action:after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove:before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type='text'] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action:after {
  border-right: 0;
  content: 'Save';
  padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode='link']:before {
  content: 'Enter link:';
}
.ql-snow .ql-tooltip[data-mode='formula']:before {
  content: 'Enter formula:';
}
.ql-snow .ql-tooltip[data-mode='video']:before {
  content: 'Enter video:';
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
.message-counter_message-count__rzPes {
  min-width: 72px;
  height: 30px;
  padding: 10px 6px;
  margin: auto 5px 10px auto;
}
.preview-modal_icon__5_Tsc {
  padding: 4px;
}
.preview-modal_icon-wrapper__mkf5f {
  padding: 4px;
  color: #454a4d;
}
.preview-modal_icon-wrapper-absolute__IGlxc {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.preview-modal_icon-wrapper-absolute__IGlxc .preview-modal_icon__5_Tsc {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.preview-modal_icon-sms__jrrZl {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.preview-modal_icon-email__Kmja5 {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.preview-modal_icon-mixed__C4Uw_ {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.preview-modal_icon-picker-wrapper__oE7_s {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.preview-modal_icon-picker-wrapper__oE7_s:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.preview-modal_icon-picker-wrapper__oE7_s:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .preview-modal_icon-picker-wrapper__oE7_s {
    margin-right: 5px;
  }
}
.preview-modal_icon-checkmark-white__LEB03 {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.preview-modal_icon-x-white__juc2D {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.preview-modal_icon-help__DI1bI {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.preview-modal_icon-help__DI1bI:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.preview-modal_container__MMJg6 select,
.preview-modal_ico-arrow-down__5nyKe {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.preview-modal_container__MMJg6 select.preview-modal_ant-dropdown-trigger__o_VSn,
.preview-modal_ico-arrow-down__5nyKe.preview-modal_ant-dropdown-trigger__o_VSn {
  padding-right: 24px;
  cursor: pointer;
}
.preview-modal_container__MMJg6 select.preview-modal_ant-dropdown-trigger__o_VSn:disabled,
.preview-modal_container__MMJg6 select.preview-modal_ant-dropdown-trigger__o_VSn[disabled],
.preview-modal_ico-arrow-down__5nyKe.preview-modal_ant-dropdown-trigger__o_VSn:disabled,
.preview-modal_ico-arrow-down__5nyKe.preview-modal_ant-dropdown-trigger__o_VSn[disabled] {
  cursor: default;
  background: transparent;
}
.preview-modal_ico-arrow-gray__0vSDa {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.preview-modal_ico-arrow-gray__0vSDa.preview-modal_down__dSOMD {
  transform: rotate(90deg);
}
.preview-modal_ico-arrow-gray__0vSDa.preview-modal_up__znF5T {
  transform: rotate(-90deg);
}
.preview-modal_ico-arrow-gray__0vSDa.preview-modal_right__632La {
  transform: rotate(180deg);
}
.preview-modal_ico-arrow-gray__0vSDa.preview-modal_ant-dropdown-trigger__o_VSn {
  padding-right: 24px;
  cursor: pointer;
}
.preview-modal_ico-arrow-gray__0vSDa.preview-modal_ant-dropdown-trigger__o_VSn:disabled,
.preview-modal_ico-arrow-gray__0vSDa.preview-modal_ant-dropdown-trigger__o_VSn[disabled] {
  cursor: default;
  background: transparent;
}
.preview-modal_icon-error-triangle__iP80e {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.preview-modal_ico-compose__frN8z {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.preview-modal_ico-compose-white__j28k7 {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.preview-modal_icon-google-play__JmCPE {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.preview-modal_icon-app-store__EXDal {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.preview-modal_icon-social-fb__s__sf {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.preview-modal_icon-social-tw__AyOiX {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.preview-modal_icon-disclosure__d55oD {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.preview-modal_icon-16__xi7AK {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.preview-modal_icon-18__E_BMz {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.preview-modal_icon-gray5__qLfCM {
  color: #999 !important;
}
.preview-modal_ico-arrow-black__v1_Pn {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.preview-modal_ico-arrow-black__v1_Pn.preview-modal_down__dSOMD {
  transform: rotate(90deg);
}
.preview-modal_ico-arrow-black__v1_Pn.preview-modal_up__znF5T {
  transform: rotate(-90deg);
}
.preview-modal_ico-arrow-black__v1_Pn.preview-modal_right__632La {
  transform: rotate(180deg);
}
.preview-modal_icon-copy__ZNi_I {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.preview-modal_icon-copy__ZNi_I:hover {
  background-image: url(/icons/copy-black.svg);
}
.preview-modal_icon-msg-white__oZbPm {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.preview-modal_icon-email-white__ubieL {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.preview-modal_icon-black-bg__I5XEf {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.preview-modal_icon-black-bg__I5XEf > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.preview-modal_icon-inbox-black-filled__yH7Ws {
  background-image: url(/icons/inbox-black.svg);
}
.preview-modal_icon-contacts__Gxtsz {
  background-image: url(/icons/sidebar/contacts.svg);
}
.preview-modal_content__WAciJ button.preview-modal_phone-reply__XPI1Z,
.preview-modal_page-header-title__mLKdc {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.preview-modal_action-content-box__pKDB8 .preview-modal_sub-content__et0lC h4,
.preview-modal_empty-state-wrapper__XLdAD h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.preview-modal_box-content__BYAmM .preview-modal_header-l__Nz5iK,
.preview-modal_box-content__BYAmM .preview-modal_header__pAs5I,
.preview-modal_toast__7j1nJ .preview-modal_ant-message-notice-content__kExxG .preview-modal_toast-wrapper__ozSp_ .preview-modal_contents__5xYD6 .preview-modal_title__1QXcU {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.preview-modal_action-content-box__pKDB8 .preview-modal_sub-content__et0lC p.preview-modal_bold__eUmtT,
.preview-modal_empty-state-wrapper__XLdAD h2 a,
.preview-modal_header-bar__21O4R .preview-modal_title__1QXcU {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.preview-modal_box-content__BYAmM .preview-modal_content-header__ME2A7 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.preview-modal_action-content-box__pKDB8 .preview-modal_sub-content__et0lC p,
.preview-modal_empty-state-wrapper__XLdAD div,
.preview-modal_toast__7j1nJ .preview-modal_ant-message-notice-content__kExxG .preview-modal_toast-wrapper__ozSp_ .preview-modal_contents__5xYD6 p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.preview-modal_blue-button__oKJxO,
.preview-modal_box-content__BYAmM .preview-modal_content__WAciJ input,
.preview-modal_box-content__BYAmM .preview-modal_upload-data-input-with-icon__NQdMA input,
.preview-modal_button-with-bg-color___V4W8,
.preview-modal_cancel-button__PyAy1,
.preview-modal_green-button__TsHWv,
.preview-modal_input-box__Cd3J8,
.preview-modal_input-grey__Y5xN7,
.preview-modal_orange-button__kIHCN,
.preview-modal_positive-button__tat62,
.preview-modal_purple-button__gjByC,
.preview-modal_white-button-blue-text__Bk_Ld,
.preview-modal_white-button__1dv75,
button.preview-modal_icon-button__orVDz,
button.preview-modal_text-only__NAZis,
input .preview-modal_input-white__zgEB0,
textarea .preview-modal_input-white__zgEB0 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.preview-modal_large-tag__jGR7a,
button.preview-modal_show-more__7V_Rv,
button.preview-modal_text-only__NAZis,
span.preview-modal_text-only__NAZis button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.preview-modal_content__WAciJ .preview-modal_topbar__r2KNm p {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.preview-modal_tag__VBUU9 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.preview-modal_beta-label___MRUf,
.preview-modal_error-text-link__4VZvf,
.preview-modal_error-text__kAEZR,
.preview-modal_error__n6V68 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.preview-modal_mini-square__kSzyR {
  width: 20px;
  height: 20px;
}
.preview-modal_help-text__G6qjo {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.preview-modal_error-text__kAEZR {
  color: #d0021b;
  flex-grow: 1;
}
.preview-modal_error-text-link__4VZvf {
  color: #d0021b;
  text-decoration: underline;
}
.preview-modal_descriptive-text__kp_L9 {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.preview-modal_visually-hidden__zSZ3G {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.preview-modal_visually-hidden__zSZ3G.preview-modal_focusable__GHKlh:active,
.preview-modal_visually-hidden__zSZ3G.preview-modal_focusable__GHKlh:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.preview-modal_visually-offscreen__kudew {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.preview-modal_invisible__E2jTy {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.preview-modal_hidden__JbkJv {
  display: none !important;
  visibility: hidden;
}
.preview-modal_strong__E__uk {
  font-weight: 700;
}
.preview-modal_align-right__E1hUA {
  text-align: right;
}
.preview-modal_align-left__GrJs9 {
  text-align: left;
}
.preview-modal_centered__WPuzj {
  text-align: center;
}
.preview-modal_timestamp__Ot7As {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.preview-modal_display-block__H5Y_T {
  display: block !important;
}
.preview-modal_inline-block__KiW2T {
  display: inline-block !important;
}
.preview-modal_hm-app-body__sqOHk button.preview-modal_ant-switch__1anBH[disabled],
.preview-modal_hm-app-body__sqOHk button.preview-modal_ant-switch__1anBH[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.preview-modal_blue-button__oKJxO,
.preview-modal_button-with-bg-color___V4W8,
.preview-modal_cancel-button__PyAy1,
.preview-modal_green-button__TsHWv,
.preview-modal_orange-button__kIHCN,
.preview-modal_positive-button__tat62,
.preview-modal_purple-button__gjByC,
.preview-modal_white-button-blue-text__Bk_Ld,
.preview-modal_white-button__1dv75,
button.preview-modal_icon-button__orVDz,
button.preview-modal_text-only__NAZis {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.preview-modal_text-only__NAZis,
span.preview-modal_text-only__NAZis button {
  color: #31a7e7;
  padding: 0;
}
button.preview-modal_text-only__NAZis[disabled],
button.preview-modal_text-only__NAZis[disabled]:active,
button.preview-modal_text-only__NAZis[disabled]:focus,
button.preview-modal_text-only__NAZis[disabled]:hover,
span.preview-modal_text-only__NAZis button[disabled],
span.preview-modal_text-only__NAZis button[disabled]:active,
span.preview-modal_text-only__NAZis button[disabled]:focus,
span.preview-modal_text-only__NAZis button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.preview-modal_text-only__NAZis.preview-modal_red-text__6mcQz,
button.preview-modal_text-only__NAZis.preview-modal_red-text__6mcQz:active,
button.preview-modal_text-only__NAZis.preview-modal_red-text__6mcQz:focus,
button.preview-modal_text-only__NAZis.preview-modal_red-text__6mcQz:hover,
span.preview-modal_text-only__NAZis button.preview-modal_red-text__6mcQz,
span.preview-modal_text-only__NAZis button.preview-modal_red-text__6mcQz:active,
span.preview-modal_text-only__NAZis button.preview-modal_red-text__6mcQz:focus,
span.preview-modal_text-only__NAZis button.preview-modal_red-text__6mcQz:hover {
  color: #d0021b;
}
button.preview-modal_text-only__NAZis.preview-modal_gray-text__BKeAM,
span.preview-modal_text-only__NAZis button.preview-modal_gray-text__BKeAM {
  color: #999;
}
button.preview-modal_text-only__NAZis.preview-modal_gray-text__BKeAM:active,
button.preview-modal_text-only__NAZis.preview-modal_gray-text__BKeAM:focus,
button.preview-modal_text-only__NAZis.preview-modal_gray-text__BKeAM:hover,
span.preview-modal_text-only__NAZis button.preview-modal_gray-text__BKeAM:active,
span.preview-modal_text-only__NAZis button.preview-modal_gray-text__BKeAM:focus,
span.preview-modal_text-only__NAZis button.preview-modal_gray-text__BKeAM:hover {
  color: #999 !important;
}
button.preview-modal_text-only__NAZis.preview-modal_black-text__CT1PL,
span.preview-modal_text-only__NAZis button.preview-modal_black-text__CT1PL {
  color: #17191a;
}
button.preview-modal_text-only__NAZis.preview-modal_black-text__CT1PL:active,
button.preview-modal_text-only__NAZis.preview-modal_black-text__CT1PL:focus,
button.preview-modal_text-only__NAZis.preview-modal_black-text__CT1PL:hover,
span.preview-modal_text-only__NAZis button.preview-modal_black-text__CT1PL:active,
span.preview-modal_text-only__NAZis button.preview-modal_black-text__CT1PL:focus,
span.preview-modal_text-only__NAZis button.preview-modal_black-text__CT1PL:hover {
  color: #8158ec;
}
button.preview-modal_text-only__NAZis.preview-modal_purple-text__KQkcK,
button.preview-modal_text-only__NAZis.preview-modal_purple-text__KQkcK:active,
button.preview-modal_text-only__NAZis.preview-modal_purple-text__KQkcK:focus,
button.preview-modal_text-only__NAZis.preview-modal_purple-text__KQkcK:hover,
span.preview-modal_text-only__NAZis button.preview-modal_purple-text__KQkcK,
span.preview-modal_text-only__NAZis button.preview-modal_purple-text__KQkcK:active,
span.preview-modal_text-only__NAZis button.preview-modal_purple-text__KQkcK:focus,
span.preview-modal_text-only__NAZis button.preview-modal_purple-text__KQkcK:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.preview-modal_text-only__NAZis:active,
button.preview-modal_text-only__NAZis:focus,
button.preview-modal_text-only__NAZis:hover,
span.preview-modal_text-only__NAZis button:active,
span.preview-modal_text-only__NAZis button:focus,
span.preview-modal_text-only__NAZis button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.preview-modal_blue-button__oKJxO,
.preview-modal_button-with-bg-color___V4W8,
.preview-modal_green-button__TsHWv,
.preview-modal_orange-button__kIHCN,
.preview-modal_positive-button__tat62,
.preview-modal_white-button-blue-text__Bk_Ld,
.preview-modal_white-button__1dv75 {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.preview-modal_orange-button__kIHCN {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.preview-modal_orange-button__kIHCN:active,
.preview-modal_orange-button__kIHCN:focus,
.preview-modal_orange-button__kIHCN:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.preview-modal_orange-button__kIHCN[disabled],
.preview-modal_orange-button__kIHCN[disabled]:active,
.preview-modal_orange-button__kIHCN[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.preview-modal_orange-button__kIHCN.preview-modal_drop-down__bj7o0 {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.preview-modal_scroll-loader__IVftt {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.preview-modal_green-button__TsHWv {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.preview-modal_green-button__TsHWv:active,
.preview-modal_green-button__TsHWv:focus,
.preview-modal_green-button__TsHWv:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.preview-modal_green-button__TsHWv[disabled],
.preview-modal_green-button__TsHWv[disabled]:active,
.preview-modal_green-button__TsHWv[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.preview-modal_positive-button__tat62 {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.preview-modal_positive-button__tat62:active,
.preview-modal_positive-button__tat62:focus,
.preview-modal_positive-button__tat62:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.preview-modal_positive-button__tat62[disabled] {
  background-color: #abe4b2;
}
.preview-modal_negative-button__1Ow0e {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.preview-modal_negative-button__1Ow0e:active,
.preview-modal_negative-button__1Ow0e:focus,
.preview-modal_negative-button__1Ow0e:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.preview-modal_plain-cancel-button__7E6Ss,
.preview-modal_plain-cancel-button__7E6Ss:active,
.preview-modal_plain-cancel-button__7E6Ss:focus,
.preview-modal_plain-cancel-button__7E6Ss:hover {
  color: #17191a;
}
.preview-modal_white-button-blue-text__Bk_Ld,
.preview-modal_white-button__1dv75 {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.preview-modal_white-button-blue-text__Bk_Ld:active,
.preview-modal_white-button-blue-text__Bk_Ld:focus,
.preview-modal_white-button-blue-text__Bk_Ld:hover,
.preview-modal_white-button__1dv75:active,
.preview-modal_white-button__1dv75:focus,
.preview-modal_white-button__1dv75:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.preview-modal_white-button__1dv75[disabled],
.preview-modal_white-button__1dv75[disabled]:active,
.preview-modal_white-button__1dv75[disabled]:focus,
.preview-modal_white-button__1dv75[disabled]:hover,
[disabled].preview-modal_white-button-blue-text__Bk_Ld {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.preview-modal_common-sentiment-emoji___vgRo {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.preview-modal_white-button-blue-text__Bk_Ld {
  color: #31a7e7;
}
.preview-modal_white-button-blue-text__Bk_Ld:active,
.preview-modal_white-button-blue-text__Bk_Ld:focus,
.preview-modal_white-button-blue-text__Bk_Ld:hover {
  color: #31a7e7 !important;
}
.preview-modal_blue-button__oKJxO {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.preview-modal_blue-button__oKJxO,
.preview-modal_blue-button__oKJxO:active,
.preview-modal_blue-button__oKJxO:focus,
.preview-modal_blue-button__oKJxO:hover {
  background-color: #31a7e7;
  color: #fff;
}
.preview-modal_green-button__TsHWv {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.preview-modal_green-button__TsHWv,
.preview-modal_green-button__TsHWv:active,
.preview-modal_green-button__TsHWv:focus,
.preview-modal_green-button__TsHWv:hover {
  background-color: #56bf56;
  color: #fff;
}
.preview-modal_purple-button__gjByC {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.preview-modal_purple-button__gjByC:active,
.preview-modal_purple-button__gjByC:focus,
.preview-modal_purple-button__gjByC:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.preview-modal_dropdown-input__1p7AX {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.preview-modal_dropdown-input__1p7AX:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.preview-modal_hm-app-body__sqOHk input::placeholder {
  color: #a3a3a3;
}
.preview-modal_textarea-composer__5pITL {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.preview-modal_container__MMJg6 input,
.preview-modal_container__MMJg6 textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.preview-modal_input-for-copy__dyI44 {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.preview-modal_input-text-bordered__NQq5v,
.preview-modal_input-text__TYG02,
.preview-modal_input-textarea__W6uuJ {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.preview-modal_input-text__TYG02 {
  height: 50px;
}
.preview-modal_input-text-bordered__NQq5v {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.preview-modal_xxl-input__cwqpU {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.preview-modal_xl-input__4HJ2u {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.preview-modal_l-input__RAvnj {
  width: 100%;
  font-size: 1.1rem;
}
.preview-modal_box-content__BYAmM .preview-modal_content__WAciJ input,
.preview-modal_box-content__BYAmM .preview-modal_upload-data-input-with-icon__NQdMA input,
.preview-modal_input-grey__Y5xN7,
input .preview-modal_input-white__zgEB0,
textarea .preview-modal_input-white__zgEB0 {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.preview-modal_box-content__BYAmM .preview-modal_content__WAciJ input::placeholder,
.preview-modal_box-content__BYAmM .preview-modal_upload-data-input-with-icon__NQdMA input::placeholder,
.preview-modal_input-grey__Y5xN7::placeholder,
input .preview-modal_input-white__zgEB0::placeholder,
textarea .preview-modal_input-white__zgEB0::placeholder {
  color: #999;
  opacity: 1;
}
input .preview-modal_input-white__zgEB0,
textarea .preview-modal_input-white__zgEB0 {
  background-color: #fff;
}
.preview-modal_clearfix__jDj92:after {
  clear: both;
  content: '';
  display: block;
}
.preview-modal_hidden-important__P97q6 {
  display: none !important;
}
.preview-modal_p-left__r1o3h {
  float: left;
}
.preview-modal_p-right__nzwFC {
  float: right;
}
.preview-modal_image_orientation_3__oFh1j {
  tranform: rotate(180deg);
}
.preview-modal_image_orientation_6__nQHIw {
  tranform: rotate(90deg);
}
.preview-modal_image_orientation_8__U7hty {
  tranform: rotate(-90deg);
}
.preview-modal_image_orientation_2__A8lqp {
  tranform: scaleX(-1);
}
.preview-modal_image_orientation_7___iFV5 {
  tranform: scaleX(-1) rotate(-90deg);
}
.preview-modal_image_orientation_4__XWN5f {
  tranform: scaleX(-1) rotate(180deg);
}
.preview-modal_image_orientation_5__L0wDO {
  tranform: scaleX(-1) rotate(90deg);
}
.preview-modal_image_slideshow_orientation_3__gQdla {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.preview-modal_image_slideshow_orientation_6__pIBRh {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.preview-modal_image_slideshow_orientation_8__tDpP3 {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.preview-modal_image_slideshow_orientation_2__PW7Uu {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.preview-modal_image_slideshow_orientation_7__3J88v {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.preview-modal_image_slideshow_orientation_4__gJyyA {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.preview-modal_image_slideshow_orientation_5___RKNR {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.preview-modal_container__MMJg6 select::-ms-expand {
  display: none !important;
}
.preview-modal_container__MMJg6 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.preview-modal_count-area__RM2D9 {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.preview-modal_clear-top__EGAyx {
  padding-top: 0;
  margin-top: 0;
}
.preview-modal_remove-x-20__Ui2eJ,
.preview-modal_remove-x__gbJ7P {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.preview-modal_remove-x__gbJ7P.preview-modal_white__AmOgB,
.preview-modal_white__AmOgB.preview-modal_remove-x-20__Ui2eJ {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.preview-modal_remove-x-20__Ui2eJ {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.preview-modal_divider__NNqI8 {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.preview-modal_mobile__dPVjr {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.preview-modal_blue__R298G {
  color: #31a7e7 !important;
}
.preview-modal_white__AmOgB {
  color: #fff !important;
}
.preview-modal_purple__0Lc1S {
  color: #8158ec !important;
}
.preview-modal_delete__MzfOC {
  color: #d0021b !important;
}
.preview-modal_dark-text__7cP7Y {
  color: #17191a !important;
}
.preview-modal_file-input__VCbas {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.preview-modal_image-download-wrapper__28C2O {
  position: fixed;
  top: 40px;
  right: 100px;
}
.preview-modal_overflow-y-auto__RwaNA {
  overflow-y: auto;
}
.preview-modal_is-font-icon__QmeYP:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.preview-modal_is-invisible__ohpWM {
  opacity: 0;
}
.preview-modal_tabbed-button__4Q_2s {
  padding: 0 7px 2px;
}
.preview-modal_tabbed-button__4Q_2s.preview-modal_selected__ZwLA8 {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.preview-modal_show-more__7V_Rv {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.preview-modal_show-more__7V_Rv:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.preview-modal_time-input__lvRX8 {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.preview-modal_form-group__kpi2U.preview-modal_date-time__WH2U2 {
  position: relative;
  top: -2px;
}
.preview-modal_form-group__kpi2U.preview-modal_date-time__WH2U2.preview-modal_time__ZVYEM {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.preview-modal_form-group__kpi2U.preview-modal_date-time__WH2U2.preview-modal_form-group-hour__iUhYG .preview-modal_colon__cgsS9 {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.preview-modal_form-group__kpi2U.preview-modal_date-time__WH2U2.preview-modal_form-group-hour__iUhYG input {
  text-align: center;
}
.preview-modal_form-group__kpi2U.preview-modal_date-time__WH2U2.preview-modal_form-group-day__etA7i {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.preview-modal_form-group__kpi2U.preview-modal_date-time__WH2U2.preview-modal_form-group-minute__E_ymd {
  width: 42px;
}
.preview-modal_form-group__kpi2U.preview-modal_date-time__WH2U2.preview-modal_form-group-clock__HXXtn {
  width: 54px;
}
.preview-modal_attach-img__4rM_u {
  position: relative;
  width: 25px;
  height: 25px;
}
.preview-modal_attach-img__4rM_u input#preview-modal_add-image__70RgR {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.preview-modal_attach-img__4rM_u span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.preview-modal_m-0__E_9Mn {
  margin: 0 !important;
}
.preview-modal_ml-auto__nPc_p {
  margin-left: auto;
}
.preview-modal_mr-auto__aaCag {
  margin-right: auto;
}
.preview-modal_mx-auto__UD5CU {
  margin-left: auto;
  margin-right: auto;
}
.preview-modal_mx-16__aZnCx {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.preview-modal_my-16__mAuik {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.preview-modal_mr-0__iBNBz {
  margin-right: 0 !important;
}
.preview-modal_mr-4__p1yJq {
  margin-right: 4px !important;
}
.preview-modal_mr-8__P2igb {
  margin-right: 8px !important;
}
.preview-modal_mr-12___3iEo {
  margin-right: 12px !important;
}
.preview-modal_mr-16__LPtFe {
  margin-right: 16px !important;
}
.preview-modal_ml-0__XDaR7 {
  margin-left: 0 !important;
}
.preview-modal_ml-4__YMFW8 {
  margin-left: 4px !important;
}
.preview-modal_ml-8__p7OUj {
  margin-left: 8px !important;
}
.preview-modal_ml-12__SsyDQ {
  margin-left: 12px !important;
}
.preview-modal_ml-16___hq4o {
  margin-left: 16px !important;
}
.preview-modal_mt-0__4U_8_ {
  margin-top: 0 !important;
}
.preview-modal_mt-4__46525 {
  margin-top: 4px !important;
}
.preview-modal_mt-8__YLM2E {
  margin-top: 8px !important;
}
.preview-modal_mt-16__Mq8vW {
  margin-top: 16px !important;
}
.preview-modal_mt-24__cm3RU {
  margin-top: 24px !important;
}
.preview-modal_mt-48__UeTyM {
  margin-top: 48px !important;
}
.preview-modal_mb-0__a_ltU {
  margin-bottom: 0 !important;
}
.preview-modal_mb-4__Z7D1Y {
  margin-bottom: 4px !important;
}
.preview-modal_mb-8__tGJnk {
  margin-bottom: 8px !important;
}
.preview-modal_mb-12__C06IJ {
  margin-bottom: 12px !important;
}
.preview-modal_mb-16__S3Tbt {
  margin-bottom: 16px !important;
}
.preview-modal_mb-24__Ru8RX {
  margin-bottom: 24px !important;
}
.preview-modal_mb-64__XhyPi {
  margin-bottom: 64px !important;
}
.preview-modal_p-0__f_O9M {
  padding: 0 !important;
}
.preview-modal_p-16__ly2Cx {
  padding: 16px;
}
.preview-modal_p-40__lk_Hl {
  padding: 40px;
}
.preview-modal_px-0__MXBXj {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.preview-modal_px-4__Kna51 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.preview-modal_px-8__i8Iss {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.preview-modal_px-32__HxqZw {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.preview-modal_px-40__gQ52s {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.preview-modal_pt-40__KqjNr {
  padding-top: 40px;
}
.preview-modal_pt-24__cgdPf {
  padding-top: 24px;
}
.preview-modal_pt-16__yQEIH {
  padding-top: 16px;
}
.preview-modal_pt-12__1PWCQ {
  padding-top: 12px !important;
}
.preview-modal_pb-40__cGF4z {
  padding-bottom: 40px;
}
.preview-modal_pb-24__vNNQD {
  padding-bottom: 24px;
}
.preview-modal_pb-16__ab0no {
  padding-bottom: 16px;
}
.preview-modal_pl-8__4fwBW {
  padding-left: 8px !important;
}
.preview-modal_pl-12__cWthr {
  padding-left: 12px !important;
}
.preview-modal_pl-16__pm25a {
  padding-left: 16px !important;
}
.preview-modal_text-left__uJNR7 {
  text-align: left !important;
}
.preview-modal_text-right__ovJPc {
  text-align: right !important;
}
.preview-modal_text-center__1T8Aj {
  text-align: center !important;
}
.preview-modal_font-medium__bssxx {
  font-weight: 500 !important;
}
.preview-modal_font-semibold__4szWD {
  font-weight: 600 !important;
}
.preview-modal_radius-8__Y0Ha_ {
  border-radius: 8px !important;
}
.preview-modal_truncate__G2jDb {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.preview-modal_whitespace-nowrap__D0dS7 {
  white-space: nowrap;
}
.preview-modal_whitespace-pre-wrap__9zoAa {
  white-space: pre-wrap;
}
.preview-modal_w-100__PW2tX {
  width: 100% !important;
}
.preview-modal_h-100__tCapZ {
  height: 100% !important;
}
.preview-modal_max-w-none__sq1a2 {
  max-width: none !important;
}
.preview-modal_max-h-none__rq76R {
  max-height: none !important;
}
.preview-modal_min-w-100__B0T1X {
  min-width: 100px;
}
.preview-modal_heading-48-600__TytmQ {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.preview-modal_heading-32-600__Z9Z46 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.preview-modal_heading-24-600__3mB0l {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.preview-modal_heading-18-600__C94d1 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.preview-modal_heading-18-400__Tg2Mn {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.preview-modal_heading-16-700__eUqhM {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.preview-modal_text-16-400__P1V7C {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.preview-modal_heading-14-600__lFwU9 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.preview-modal_heading-14-500__HWykT {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.preview-modal_text-14-400__OmYFS {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.preview-modal_text-13-500__8WnZ6 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.preview-modal_text-13-600__2HC4A {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.preview-modal_text-13-400___v4yY {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.preview-modal_text-12-500__UV7rU {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.preview-modal_text-12-600__R75j3 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.preview-modal_text-12-400__8Ra7J {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.preview-modal_status-badge__n1e1_ {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.preview-modal_status-badge__n1e1_.preview-modal_paused__1cTra {
  background-color: #ff8b3d;
  color: #fff !important;
}
.preview-modal_status-badge__n1e1_.preview-modal_created__eAe0J,
.preview-modal_status-badge__n1e1_.preview-modal_inactive__qYWbH,
.preview-modal_status-badge__n1e1_.preview-modal_pending__zWc3u {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.preview-modal_status-badge__n1e1_.preview-modal_active__mQ4bm {
  background-color: #56bf56;
  color: #fff !important;
}
.preview-modal_status-badge__n1e1_.preview-modal_error__n6V68 {
  background-color: #d0021b;
  color: #fff !important;
}
.preview-modal_status-badge__n1e1_.preview-modal_progress__cOnrC {
  background-color: #f5bf0c;
  color: #fff !important;
}
.preview-modal_status-badge__n1e1_.preview-modal_draft__uS7lO {
  background-color: #e6e6e6;
  color: #000 !important;
}
.preview-modal_status-badge__n1e1_.preview-modal_sent__Zm_ee {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.preview-modal_status-badge__n1e1_.preview-modal_scheduled__NT9OW {
  background-color: #feefcf;
  color: #795548;
}
.preview-modal_status-badge__n1e1_.preview-modal_loading-badge__oJWq3 {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.preview-modal_status-badge__n1e1_.preview-modal_loading-badge__oJWq3 .preview-modal_text__Q8K0j {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.preview-modal_status-badge__n1e1_.preview-modal_loading-badge__oJWq3 .preview-modal_slider__ov4w9 {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: preview-modal_moveSlideshow__nj9NN 3s linear infinite;
}
@keyframes preview-modal_moveSlideshow__nj9NN {
  to {
    transform: translateX(200%);
  }
}
.preview-modal_flex__wIp9k {
  display: flex !important;
}
.preview-modal_flex-space-between__Uy4A7 {
  justify-content: space-between;
}
.preview-modal_flex-align-start___EKTA {
  align-items: flex-start;
}
.preview-modal_flex-align-center__obcI4 {
  align-items: center;
}
.preview-modal_flex-absolute-center__CG3_Y {
  justify-content: center;
  align-items: center;
}
.preview-modal_flex-container__Z8lU7 {
  display: flex;
  flex-wrap: wrap;
}
.preview-modal_flex-column__HIxNr {
  flex-direction: column;
}
.preview-modal_flex-justify-end__JspLv {
  justify-content: flex-end;
}
.preview-modal_position-relative__wIqjP {
  position: relative !important;
}
.preview-modal_position-static__xLKLQ {
  position: static !important;
}
.preview-modal_position-absolute__EhXbj {
  position: absolute !important;
}
.preview-modal_hr-grey__Lkec7 {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.preview-modal_input-border__1clU7 {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.preview-modal_action-content-box__pKDB8,
.preview-modal_box-content__BYAmM,
.preview-modal_box-content__BYAmM .preview-modal_upload-data-input-with-icon__NQdMA,
.preview-modal_default-border__PcBOz {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.preview-modal_bg-grey__HZzmA {
  background-color: #f9f9f9 !important;
}
.preview-modal_bg-white__B2FMM {
  background-color: #fff !important;
}
.preview-modal_pos-relative__EVdgW {
  position: relative !important;
}
.preview-modal_text-light__i_9B_ {
  color: #757c80 !important;
}
.preview-modal_text-red__jXU_n {
  color: #d0021b !important;
}
.preview-modal_text-green__HMpr1 {
  color: #56bf56 !important;
}
.preview-modal_text-blue__Nr4k3 {
  color: #31a7e7;
}
.preview-modal_text-sec-blue__V1PKu {
  color: #1b02b1 !important;
}
.preview-modal_notification-dot__QaVhX {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.preview-modal_title-with-action-on-left__mZKxG {
  display: flex;
  justify-content: space-between;
}
.preview-modal_error__n6V68 {
  color: #d0021b;
}
.preview-modal_error-border__HXMdo {
  border: 1px solid #d0021b !important;
}
.preview-modal_rotate__zZhCf {
  animation: preview-modal_rotation__uPVrR 2s linear infinite;
}
@keyframes preview-modal_rotation__uPVrR {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.preview-modal_switch__qfMtj {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.preview-modal_switch__qfMtj .preview-modal_btn-toggle__uZkXz {
  opacity: 0;
  width: 0;
  height: 0;
}
.preview-modal_switch__qfMtj .preview-modal_slider__ov4w9 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.preview-modal_switch__qfMtj .preview-modal_slider__ov4w9:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.preview-modal_switch__qfMtj .preview-modal_slider__ov4w9:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.preview-modal_switch__qfMtj .preview-modal_btn-toggle__uZkXz.preview-modal_enabled__PHvEK + .preview-modal_slider__ov4w9 {
  background-color: #ffc926;
  border: none;
}
.preview-modal_switch__qfMtj .preview-modal_btn-toggle__uZkXz:focus + .preview-modal_slider__ov4w9 {
  box-shadow: 0 0 1px #2196f3;
}
.preview-modal_switch__qfMtj .preview-modal_btn-toggle__uZkXz.preview-modal_enabled__PHvEK + .preview-modal_slider__ov4w9:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.preview-modal_switch__qfMtj .preview-modal_btn-toggle__uZkXz.preview-modal_enabled__PHvEK + .preview-modal_slider__ov4w9:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#preview-modal_appleid-signin__TkX7r {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#preview-modal_appleid-signin__TkX7r > div {
  width: 200px !important;
  height: 38px !important;
}
.preview-modal_page-header__Wci6V {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.preview-modal_page-header__Wci6V.preview-modal_clear-side__i0Saq {
  padding: 40px 0 32px;
}
.preview-modal_page-spacing__PA_kS {
  padding: 0 40px;
}
.preview-modal_page-header-title__mLKdc {
  color: #17191a;
  margin: 0 0 8px;
}
.preview-modal_header-bar__21O4R {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.preview-modal_box-content__BYAmM {
  background-color: #fff;
  margin-bottom: 24px;
}
.preview-modal_box-content__BYAmM .preview-modal_header__pAs5I {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.preview-modal_box-content__BYAmM .preview-modal_header-l__Nz5iK {
  padding: 24px 16px;
  margin: 0;
}
.preview-modal_box-content__BYAmM .preview-modal_content__WAciJ {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.preview-modal_box-content__BYAmM .preview-modal_content-header__ME2A7 {
  margin-bottom: 4px;
  margin-top: 0;
}
.preview-modal_box-content__BYAmM .preview-modal_table-content__nlhzb {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.preview-modal_box-content__BYAmM .preview-modal_help-text__G6qjo {
  line-height: 20px;
}
.preview-modal_box-content__BYAmM .preview-modal_sub-text__2p8L4 {
  color: #757c80;
}
.preview-modal_box-content__BYAmM .preview-modal_content-data-input___VHqD {
  margin-top: 8px;
}
.preview-modal_box-content__BYAmM .preview-modal_data-entry-input__qlYmP,
.preview-modal_box-content__BYAmM .preview-modal_upload-data-input-with-icon__NQdMA {
  margin-top: 8px;
  padding: 0 11px;
}
.preview-modal_box-content__BYAmM .preview-modal_upload-data-input-with-icon__NQdMA {
  cursor: pointer;
  background: #f9f9f9;
}
.preview-modal_box-content__BYAmM .preview-modal_upload-data-input-with-icon__NQdMA input {
  padding: 12px 2px;
}
.preview-modal_box-content__BYAmM .preview-modal_upload-data-input-with-icon__NQdMA input:disabled,
.preview-modal_box-content__BYAmM .preview-modal_upload-data-input-with-icon__NQdMA input:hover {
  cursor: pointer !important;
}
.preview-modal_empty-state__zmiXO {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.preview-modal_empty-state__zmiXO.preview-modal_contact-list__sqH_V {
  width: 80%;
}
.preview-modal_empty-state__zmiXO .preview-modal_empty-title__AtCse {
  font-size: 14px;
  font-weight: 500px;
}
.preview-modal_empty-state-wrapper__XLdAD {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.preview-modal_empty-state-wrapper__XLdAD h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.preview-modal_empty-state-wrapper__XLdAD div {
  color: #757c80;
  margin: 16px 0 12px;
}
.preview-modal_empty-state-button__o11gY {
  margin: 20px 10px;
}
.preview-modal_handel-bar__1VnHX {
  fill: #b7bfc6;
  vertical-align: middle;
}
.preview-modal_tag__VBUU9 {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.preview-modal_ant-color-picker-input__Ab0QI .preview-modal_ant-input__KrzHx {
  height: 22px;
}
.preview-modal_ant-color-picker-trigger__MZiDa {
  width: 23px;
  height: 23px;
}
.preview-modal_ant-color-picker-trigger__MZiDa .preview-modal_ant-color-picker-color-block__0ghTD {
  width: 18px;
  height: 18px;
}
.preview-modal_box-content__BYAmM .preview-modal_content__WAciJ input,
.preview-modal_box-content__BYAmM .preview-modal_upload-data-input-with-icon__NQdMA input,
input input.preview-modal_input-white__zgEB0,
input textarea.preview-modal_input-white__zgEB0,
input.preview-modal_input-grey__Y5xN7,
textarea input.preview-modal_input-white__zgEB0,
textarea textarea.preview-modal_input-white__zgEB0,
textarea.preview-modal_input-grey__Y5xN7 {
  background-color: #f9f9f9;
}
.preview-modal_box-content__BYAmM .preview-modal_content__WAciJ input:active,
.preview-modal_box-content__BYAmM .preview-modal_content__WAciJ input:focus,
.preview-modal_box-content__BYAmM .preview-modal_content__WAciJ input:hover,
.preview-modal_box-content__BYAmM .preview-modal_upload-data-input-with-icon__NQdMA input:active,
.preview-modal_box-content__BYAmM .preview-modal_upload-data-input-with-icon__NQdMA input:focus,
.preview-modal_box-content__BYAmM .preview-modal_upload-data-input-with-icon__NQdMA input:hover,
input input.preview-modal_input-white__zgEB0:active,
input input.preview-modal_input-white__zgEB0:focus,
input input.preview-modal_input-white__zgEB0:hover,
input textarea.preview-modal_input-white__zgEB0:active,
input textarea.preview-modal_input-white__zgEB0:focus,
input textarea.preview-modal_input-white__zgEB0:hover,
input.preview-modal_input-grey__Y5xN7:active,
input.preview-modal_input-grey__Y5xN7:focus,
input.preview-modal_input-grey__Y5xN7:hover,
textarea input.preview-modal_input-white__zgEB0:active,
textarea input.preview-modal_input-white__zgEB0:focus,
textarea input.preview-modal_input-white__zgEB0:hover,
textarea textarea.preview-modal_input-white__zgEB0:active,
textarea textarea.preview-modal_input-white__zgEB0:focus,
textarea textarea.preview-modal_input-white__zgEB0:hover,
textarea.preview-modal_input-grey__Y5xN7:active,
textarea.preview-modal_input-grey__Y5xN7:focus,
textarea.preview-modal_input-grey__Y5xN7:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.preview-modal_input-white__zgEB0:active,
input.preview-modal_input-white__zgEB0:focus,
input.preview-modal_input-white__zgEB0:hover,
span.preview-modal_input-white__zgEB0:active,
span.preview-modal_input-white__zgEB0:focus,
span.preview-modal_input-white__zgEB0:hover,
textarea.preview-modal_input-white__zgEB0:active,
textarea.preview-modal_input-white__zgEB0:focus,
textarea.preview-modal_input-white__zgEB0:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.preview-modal_image-uploader-flex__E_eIm .preview-modal_ant-upload-select__vOEFj {
  display: flex;
}
.preview-modal_image-uploader-flex__E_eIm .preview-modal_ant-upload-select__vOEFj .preview-modal_ant-upload___xY5B {
  flex: 1 1;
}
.preview-modal_modal-footer-wrapper__PPB8C {
  display: flex;
  justify-content: center;
}
.preview-modal_app-modal__joMcP .preview-modal_small__wL6PO {
  width: 350px;
}
.preview-modal_toast__7j1nJ.preview-modal_negative__EtRsC .preview-modal_ant-message-notice-content__kExxG {
  background-color: #d0021b;
}
.preview-modal_toast__7j1nJ.preview-modal_positive__3c4DH .preview-modal_ant-message-notice-content__kExxG {
  background-color: #56bf56;
}
.preview-modal_toast__7j1nJ.preview-modal_loading___gyXB .preview-modal_ant-message-notice-content__kExxG .preview-modal_toast-wrapper__ozSp_ .preview-modal_contents__5xYD6,
.preview-modal_toast__7j1nJ.preview-modal_loading___gyXB
  .preview-modal_ant-message-notice-content__kExxG
  .preview-modal_toast-wrapper__ozSp_
  .preview-modal_contents__5xYD6
  .preview-modal_title__1QXcU {
  color: #000 !important;
}
.preview-modal_toast__7j1nJ.preview-modal_loading___gyXB .preview-modal_ant-message-loading__kxGIQ .preview-modal_anticon-loading__EAjUR {
  font-size: 1.5rem;
}
.preview-modal_toast__7j1nJ .preview-modal_ant-message-notice-content__kExxG {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.preview-modal_toast__7j1nJ .preview-modal_ant-message-notice-content__kExxG .preview-modal_toast-wrapper__ozSp_ {
  position: relative;
  display: flex;
  align-items: center;
}
.preview-modal_toast__7j1nJ .preview-modal_ant-message-notice-content__kExxG .preview-modal_toast-wrapper__ozSp_ .preview-modal_contents__5xYD6 {
  position: relative;
  padding-left: 16px;
}
.preview-modal_toast__7j1nJ .preview-modal_ant-message-notice-content__kExxG .preview-modal_toast-wrapper__ozSp_ .preview-modal_contents__5xYD6 .preview-modal_title__1QXcU {
  color: #fff !important;
}
.preview-modal_toast__7j1nJ .preview-modal_ant-message-notice-content__kExxG .preview-modal_toast-wrapper__ozSp_ .preview-modal_contents__5xYD6 p {
  margin: 0;
}
.preview-modal_toast__7j1nJ .preview-modal_ant-message-notice-content__kExxG .preview-modal_toast-wrapper__ozSp_ .preview-modal_contents__5xYD6 p a,
.preview-modal_toast__7j1nJ .preview-modal_ant-message-notice-content__kExxG .preview-modal_toast-wrapper__ozSp_ .preview-modal_contents__5xYD6 p button {
  color: #fff;
  text-decoration: underline;
}
.preview-modal_toast__7j1nJ .preview-modal_ant-message-notice-content__kExxG .preview-modal_icon__5_Tsc {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.preview-modal_toast__7j1nJ .preview-modal_ant-message-notice-content__kExxG .preview-modal_icon__5_Tsc.preview-modal_positive__3c4DH {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.preview-modal_toast__7j1nJ .preview-modal_ant-message-notice-content__kExxG .preview-modal_icon__5_Tsc.preview-modal_positive__3c4DH:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.preview-modal_toast__7j1nJ .preview-modal_ant-message-notice-content__kExxG .preview-modal_icon__5_Tsc.preview-modal_negative__EtRsC {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.preview-modal_toast__7j1nJ .preview-modal_ant-message-notice-content__kExxG .preview-modal_icon__5_Tsc.preview-modal_negative__EtRsC:before {
  top: 10px;
}
.preview-modal_action-content-box__pKDB8 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.preview-modal_action-content-box__pKDB8.preview-modal_numbered__XAKQp .preview-modal_sub-content__et0lC p {
  margin-left: 18px;
}
.preview-modal_action-content-box__pKDB8 .preview-modal_sub-content__et0lC {
  padding: 26px 26px 20px;
}
.preview-modal_action-content-box__pKDB8 .preview-modal_sub-content__et0lC.preview-modal_right__632La {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.preview-modal_action-content-box__pKDB8 .preview-modal_sub-content__et0lC.preview-modal_right__632La button {
  margin: 0 20px;
}
.preview-modal_action-content-box__pKDB8 .preview-modal_sub-content__et0lC h4,
.preview-modal_action-content-box__pKDB8 .preview-modal_sub-content__et0lC p.preview-modal_bold__eUmtT {
  margin: 0;
}
.preview-modal_action-content-box__pKDB8 .preview-modal_sub-content__et0lC h4 span,
.preview-modal_action-content-box__pKDB8 .preview-modal_sub-content__et0lC p.preview-modal_bold__eUmtT span {
  width: 18px;
  display: inline-block;
}
.preview-modal_action-content-box__pKDB8 .preview-modal_sub-content__et0lC p {
  margin: 6px 0 0;
}
.preview-modal_action-content-box__pKDB8 .preview-modal_remove__fS5kh {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.preview-modal_options-dot__NiBjj {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.preview-modal_options-dot__NiBjj.preview-modal_boxed__3uzTx {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.preview-modal_options-dot__NiBjj.preview-modal_active__mQ4bm,
.preview-modal_options-dot__NiBjj:focus-visible,
.preview-modal_options-dot__NiBjj:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.preview-modal_clickable__WqXJK {
  cursor: pointer;
}
.preview-modal_beta-label___MRUf {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.preview-modal_none-style-list-options__7TQnV {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.preview-modal_none-style-list-options__7TQnV li {
  margin: 5px 0;
}
.preview-modal_ant-tour__yytTX {
  width: 400px;
}
.preview-modal_ant-collapse__ejpIz > .preview-modal_ant-collapse-item___0fig > .preview-modal_ant-collapse-header-collapsible-only__tEmfr > .preview-modal_ant-collapse-header-text__bg_NS {
  flex: auto;
}
.preview-modal_onboarding-tour-header__L8ttK {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.preview-modal_onboarding-tour-description__USwkH {
  color: #17191a;
  font-size: 16px;
}
.preview-modal_tour-hidden-button__RlsJj {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.preview-modal_ai-onboarding-tour-header__HVAP8 {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.preview-modal_onboarding-step-ai-tour___Ticf {
  width: 350px;
}
.preview-modal_onboarding-step-ai-tour___Ticf .preview-modal_onboarding-step-ai-tour-inner__j_scz .preview-modal_onboarding-step-ai-tour-description__T9OA6 {
  padding: 0 20px;
}
.preview-modal_onboarding-step-ai-tour___Ticf .preview-modal_onboarding-step-ai-tour-inner__j_scz .preview-modal_onboarding-step-ai-tour-footer__ZC9o7 {
  padding: 0 20px 20px;
}
.preview-modal_onboarding-step-ai-tour___Ticf .preview-modal_onboarding-step-ai-tour-inner__j_scz .preview-modal_onboarding-step-ai-tour-header__s8wME {
  padding: 20px 20px 4px;
}
.preview-modal_onboarding-step-ai-tour___Ticf .preview-modal_onboarding-step-ai-tour-inner__j_scz .preview-modal_onboarding-step-ai-tour-indicators__Subty {
  display: flex;
  width: 100%;
}
.preview-modal_onboarding-step-ai-tour___Ticf .preview-modal_onboarding-step-ai-tour-inner__j_scz .preview-modal_onboarding-step-ai-tour-buttons__TxwMy {
  width: 0;
  visibility: hidden;
}
.preview-modal_onboarding-step-ai-tour-mask__IRYuy mask[id^='onboarding-step-ai-tour-mask'] rect.preview-modal_onboarding-step-ai-tour-placeholder-animated__2QgI8 {
  rx: 8px;
}
.preview-modal_onboarding-step-ai-tour-round-mask__qntT8 mask[id^='onboarding-step-ai-tour-round-mask'] rect.preview-modal_onboarding-step-ai-tour-round-placeholder-animated__NqhuL {
  rx: 25px;
}
.preview-modal_onboarding-step-tour__c9Sv0 {
  width: 400px;
}
.preview-modal_onboarding-step-tour__c9Sv0.preview-modal_content-hidden__ZBFJ_ {
  display: none !important;
}
.preview-modal_onboarding-step-tour__c9Sv0.preview-modal_extended-width__bnjF7 {
  width: 600px;
}
.preview-modal_onboarding-step-tour-mask__QfcMq mask[id^='onboarding-step-tour-mask'] rect.preview-modal_onboarding-step-tour-placeholder-animated__wkdSM {
  rx: 8px;
}
.preview-modal_onboarding-step-one-tour__LNPOF {
  width: 400px;
}
.preview-modal_onboarding-step-one-tour__LNPOF.preview-modal_content-hidden__ZBFJ_ {
  display: none !important;
}
.preview-modal_onboarding-step-one-tour__LNPOF.preview-modal_extended-width__bnjF7 {
  width: 600px;
}
.preview-modal_onboarding-step-one-tour-mask__xLQMJ mask[id^='onboarding-step-one-tour-mask'] rect.preview-modal_onboarding-step-one-tour-placeholder-animated__R0_Jw {
  rx: 25px;
}
.preview-modal_support-unread-tour__C1Ap7 {
  width: 272px;
}
.preview-modal_support-unread-tour__C1Ap7 .preview-modal_support-unread-tour-inner__W1S_S .preview-modal_support-unread-tour-header__vy09L {
  padding: 8px 16px 4px;
}
.preview-modal_support-unread-tour__C1Ap7 .preview-modal_support-unread-tour-inner__W1S_S .preview-modal_support-unread-tour-footer__HzYu3 {
  padding: 0 16px 16px;
}
.preview-modal_support-unread-tour__C1Ap7 .preview-modal_support-unread-tour-inner__W1S_S .preview-modal_support-unread-tour-close__U4443 {
  top: 10px;
}
.preview-modal_preserve-scroll-position__Bd__A {
  overflow-anchor: none;
}
.preview-modal_toolbar-wrapper__qFuSl {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.preview-modal_toolbar-wrapper__qFuSl .preview-modal_anticon__U_HQ1 {
  padding: 12px;
  cursor: pointer;
}
.preview-modal_toolbar-wrapper__qFuSl .preview-modal_anticon__U_HQ1:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.preview-modal_toolbar-wrapper__qFuSl .preview-modal_anticon__U_HQ1:hover {
  opacity: 0.3;
}
.preview-modal_ant-carousel__n2di1 .preview-modal_slick-dots__nVbSI li.preview-modal_slick-active__yF9sp button {
  background-color: #8158ec;
}
.preview-modal_ant-carousel__n2di1 .preview-modal_slick-dots__nVbSI li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.preview-modal_ant-modal-root__YOiw2 .preview-modal_ant-modal-mask__gel7E,
.preview-modal_ant-modal-root__YOiw2 .preview-modal_ant-modal-wrap__EMBbV {
  z-index: 1001;
}
.preview-modal_focused__lrvrQ {
  background-color: #f5f5f5;
}
.preview-modal_spinner-overlay__iTJAX,
.preview-modal_spinner__gBHZD {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.preview-modal_spinner-overlay__iTJAX {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.preview-modal_spinner__gBHZD {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preview-modal_large-tag__jGR7a {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.preview-modal_email-pill__KVS2o,
.preview-modal_phone-pill__k_A9V {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.preview-modal_email-pill__KVS2o:not(:empty),
.preview-modal_phone-pill__k_A9V:not(:empty) {
  padding: 4px;
}
.preview-modal_phone-pill__k_A9V {
  background-color: #e0f2fb;
}
.preview-modal_email-pill__KVS2o {
  background-color: #ffefbe;
}
.preview-modal_input-box__Cd3J8 {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.preview-modal_input-box__Cd3J8.preview-modal_bordered__A_9Mz {
  border: 1px solid #e6e6e6;
}
.preview-modal_input-box__Cd3J8.preview-modal_large__eHTZE {
  height: auto;
  min-height: 80px;
}
.preview-modal_input-box__Cd3J8:focus {
  border-color: #ffc926;
}
.preview-modal_modal__kQGOT .ant-modal-body {
  height: 600px;
  overflow: auto;
}
.preview-modal_content__WAciJ {
  padding: 5px;
}
.preview-modal_content__WAciJ .preview-modal_topbar__r2KNm {
  height: 24px;
}
.preview-modal_content__WAciJ .preview-modal_topbar__r2KNm p {
  margin: 0;
  width: calc(100% - 44px);
  float: left;
}
.preview-modal_content__WAciJ .preview-modal_topbar__r2KNm .preview-modal_hey__UIJL4 {
  width: 44px;
  height: 100%;
  float: right;
  background: url(/icons/logo-hey-black.svg) transparent no-repeat 13px 0 / auto 100%;
}
.preview-modal_content__WAciJ .preview-modal_info__3RuqN {
  height: 80px;
  background: #f7f6f4;
  padding: 5px;
  box-sizing: border-box;
}
.preview-modal_content__WAciJ .preview-modal_info__3RuqN .preview-modal_user__GYE0n {
  width: 50px;
  height: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
}
.preview-modal_content__WAciJ .preview-modal_info__3RuqN .preview-modal_user__GYE0n .preview-modal_avatar__f0eC_,
.preview-modal_content__WAciJ .preview-modal_info__3RuqN .preview-modal_user__GYE0n .preview-modal_avatar__f0eC_ .preview-modal_avatar-img__gplpo {
  border-radius: 0;
  border: 0;
}
.preview-modal_content__WAciJ .preview-modal_info__3RuqN .preview-modal_user__GYE0n .preview-modal_name__NNRd0 {
  margin-top: 5px;
  font-size: 10px;
  max-width: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.preview-modal_content__WAciJ .preview-modal_info__3RuqN .preview-modal_template__BZeSh {
  width: calc(100% - 50px);
  height: 100%;
  float: right;
  overflow-y: auto;
  padding-left: 8px;
  box-sizing: border-box;
  white-space: pre-line;
}
.preview-modal_content__WAciJ button.preview-modal_phone-reply__XPI1Z {
  width: 100%;
  background: #41bd4b;
  color: #fff;
  text-align: center;
  display: block;
  margin: 5px 0;
}
.preview-modal_content__WAciJ .preview-modal_template-gallery__kmQHZ {
  width: 100%;
  height: calc(100% - 152px);
  overflow-y: auto;
}
.preview-modal_content__WAciJ .preview-modal_template-gallery__kmQHZ .preview-modal_gallery-image__C3s3c {
  width: 50%;
  height: 167px;
  text-align: center;
  float: left;
  overflow: hidden;
}
.preview-modal_content__WAciJ .preview-modal_template-gallery__kmQHZ .preview-modal_gallery-image__C3s3c .preview-modal_media__OExB9 {
  height: 96%;
  width: 96%;
  display: inline-block;
}
.template-details_modal-tags__I_Fa1 {
  padding-top: 10px;
}
.template-details_template-name__rVvZ_:disabled {
  color: #17191a;
  cursor: not-allowed;
}
.abc-response_icon___ol_k {
  padding: 4px;
}
.abc-response_icon-wrapper__BEu3_ {
  padding: 4px;
  color: #454a4d;
}
.abc-response_icon-wrapper-absolute__qQ0FP {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.abc-response_icon-wrapper-absolute__qQ0FP .abc-response_icon___ol_k {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.abc-response_icon-sms__tX5sX {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.abc-response_icon-email___9WfP {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.abc-response_icon-mixed__m5Eof {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.abc-response_icon-picker-wrapper__CLF__ {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.abc-response_icon-picker-wrapper__CLF__:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.abc-response_icon-picker-wrapper__CLF__:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .abc-response_icon-picker-wrapper__CLF__ {
    margin-right: 5px;
  }
}
.abc-response_icon-checkmark-white__o_Bbt {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.abc-response_icon-x-white__qUT6q {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.abc-response_icon-help__jM0i5 {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.abc-response_icon-help__jM0i5:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.abc-response_container__F2qlc select,
.abc-response_ico-arrow-down__CNSxL {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.abc-response_container__F2qlc select.abc-response_ant-dropdown-trigger__DBVLG,
.abc-response_ico-arrow-down__CNSxL.abc-response_ant-dropdown-trigger__DBVLG {
  padding-right: 24px;
  cursor: pointer;
}
.abc-response_container__F2qlc select.abc-response_ant-dropdown-trigger__DBVLG:disabled,
.abc-response_container__F2qlc select.abc-response_ant-dropdown-trigger__DBVLG[disabled],
.abc-response_ico-arrow-down__CNSxL.abc-response_ant-dropdown-trigger__DBVLG:disabled,
.abc-response_ico-arrow-down__CNSxL.abc-response_ant-dropdown-trigger__DBVLG[disabled] {
  cursor: default;
  background: transparent;
}
.abc-response_ico-arrow-gray__vd9n_ {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.abc-response_ico-arrow-gray__vd9n_.abc-response_down__v5B30 {
  transform: rotate(90deg);
}
.abc-response_ico-arrow-gray__vd9n_.abc-response_up__X3XL8 {
  transform: rotate(-90deg);
}
.abc-response_ico-arrow-gray__vd9n_.abc-response_right__Qmvdz {
  transform: rotate(180deg);
}
.abc-response_ico-arrow-gray__vd9n_.abc-response_ant-dropdown-trigger__DBVLG {
  padding-right: 24px;
  cursor: pointer;
}
.abc-response_ico-arrow-gray__vd9n_.abc-response_ant-dropdown-trigger__DBVLG:disabled,
.abc-response_ico-arrow-gray__vd9n_.abc-response_ant-dropdown-trigger__DBVLG[disabled] {
  cursor: default;
  background: transparent;
}
.abc-response_icon-error-triangle__0ujYL {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.abc-response_ico-compose__biQ_H {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.abc-response_ico-compose-white__XVnqM {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.abc-response_icon-google-play__fJU_L {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.abc-response_icon-app-store__t3VQ2 {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.abc-response_icon-social-fb__o_q7f {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.abc-response_icon-social-tw__BUsQL {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.abc-response_icon-disclosure__AEyAL {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.abc-response_icon-16__1sQVf {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.abc-response_icon-18__SkpSU {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.abc-response_icon-gray5__HwJzi {
  color: #999 !important;
}
.abc-response_ico-arrow-black__EppCz {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.abc-response_ico-arrow-black__EppCz.abc-response_down__v5B30 {
  transform: rotate(90deg);
}
.abc-response_ico-arrow-black__EppCz.abc-response_up__X3XL8 {
  transform: rotate(-90deg);
}
.abc-response_ico-arrow-black__EppCz.abc-response_right__Qmvdz {
  transform: rotate(180deg);
}
.abc-response_icon-copy__yrUgX {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.abc-response_icon-copy__yrUgX:hover {
  background-image: url(/icons/copy-black.svg);
}
.abc-response_icon-msg-white__PER6H {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.abc-response_icon-email-white__hDvTS {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.abc-response_icon-black-bg__xzidE {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.abc-response_icon-black-bg__xzidE > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.abc-response_icon-inbox-black-filled__TbSsJ {
  background-image: url(/icons/inbox-black.svg);
}
.abc-response_icon-contacts__Rg_Fx {
  background-image: url(/icons/sidebar/contacts.svg);
}
.abc-response_page-header-title__Nf6qp {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.abc-response_action-content-box___XUai .abc-response_sub-content__zuYEP h4,
.abc-response_empty-state-wrapper__A7aok h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.abc-response_box-content__ILHJW .abc-response_header-l__aXyKo,
.abc-response_box-content__ILHJW .abc-response_header__wxbSL,
.abc-response_toast__DeEV4 .abc-response_ant-message-notice-content__P9t6L .abc-response_toast-wrapper__ziRMd .abc-response_contents__1xASX .abc-response_title__m111y {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.abc-response_action-content-box___XUai .abc-response_sub-content__zuYEP p.abc-response_bold__lTPyi,
.abc-response_empty-state-wrapper__A7aok h2 a,
.abc-response_header-bar__xPbdC .abc-response_title__m111y,
.abc-response_response-modal__QYJnC .abc-response_section-title__6X0MZ {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.abc-response_box-content__ILHJW .abc-response_content-header__VM55C {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.abc-response_action-content-box___XUai .abc-response_sub-content__zuYEP p,
.abc-response_empty-state-wrapper__A7aok div,
.abc-response_response-modal__QYJnC .abc-response_list-item__YHJM7 .abc-response_list-title__bIGLa,
.abc-response_toast__DeEV4 .abc-response_ant-message-notice-content__P9t6L .abc-response_toast-wrapper__ziRMd .abc-response_contents__1xASX p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.abc-response_blue-button__WHimJ,
.abc-response_box-content__ILHJW .abc-response_content__A1UOv input,
.abc-response_box-content__ILHJW .abc-response_upload-data-input-with-icon__aou8D input,
.abc-response_button-with-bg-color__4qo5W,
.abc-response_cancel-button__xFZXb,
.abc-response_green-button__nWuDV,
.abc-response_input-box__Nynvf,
.abc-response_input-grey__s2D8J,
.abc-response_orange-button__cModp,
.abc-response_positive-button__C3oB9,
.abc-response_purple-button__4MOR_,
.abc-response_white-button-blue-text__MbgAA,
.abc-response_white-button__92orG,
button.abc-response_icon-button__oXDM_,
button.abc-response_text-only____Fre,
input .abc-response_input-white__sewGj,
textarea .abc-response_input-white__sewGj {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.abc-response_large-tag__4Y9zH,
button.abc-response_show-more__z_Ct7,
button.abc-response_text-only____Fre,
span.abc-response_text-only____Fre button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.abc-response_tag__La7ch {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.abc-response_beta-label__n3CoQ,
.abc-response_error-text-link__urLJj,
.abc-response_error-text__papA9,
.abc-response_error__EnZrp {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.abc-response_mini-square__rDbGj {
  width: 20px;
  height: 20px;
}
.abc-response_help-text__y3LOJ {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.abc-response_error-text__papA9 {
  color: #d0021b;
  flex-grow: 1;
}
.abc-response_error-text-link__urLJj {
  color: #d0021b;
  text-decoration: underline;
}
.abc-response_descriptive-text__mQj6W {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.abc-response_visually-hidden__k8nkc {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abc-response_visually-hidden__k8nkc.abc-response_focusable__E_FhZ:active,
.abc-response_visually-hidden__k8nkc.abc-response_focusable__E_FhZ:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abc-response_visually-offscreen__eYQzD {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.abc-response_invisible__qX10l {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.abc-response_hidden__yjVjB {
  display: none !important;
  visibility: hidden;
}
.abc-response_strong__V49QP {
  font-weight: 700;
}
.abc-response_align-right__UpneR {
  text-align: right;
}
.abc-response_align-left__jdvXu {
  text-align: left;
}
.abc-response_centered__mv7fj {
  text-align: center;
}
.abc-response_timestamp__aZOPW {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.abc-response_display-block__1yQfA {
  display: block !important;
}
.abc-response_inline-block__rk0nF {
  display: inline-block !important;
}
.abc-response_hm-app-body__iG3KM button.abc-response_ant-switch__LfKoG[disabled],
.abc-response_hm-app-body__iG3KM button.abc-response_ant-switch__LfKoG[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.abc-response_blue-button__WHimJ,
.abc-response_button-with-bg-color__4qo5W,
.abc-response_cancel-button__xFZXb,
.abc-response_green-button__nWuDV,
.abc-response_orange-button__cModp,
.abc-response_positive-button__C3oB9,
.abc-response_purple-button__4MOR_,
.abc-response_white-button-blue-text__MbgAA,
.abc-response_white-button__92orG,
button.abc-response_icon-button__oXDM_,
button.abc-response_text-only____Fre {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.abc-response_text-only____Fre,
span.abc-response_text-only____Fre button {
  color: #31a7e7;
  padding: 0;
}
button.abc-response_text-only____Fre[disabled],
button.abc-response_text-only____Fre[disabled]:active,
button.abc-response_text-only____Fre[disabled]:focus,
button.abc-response_text-only____Fre[disabled]:hover,
span.abc-response_text-only____Fre button[disabled],
span.abc-response_text-only____Fre button[disabled]:active,
span.abc-response_text-only____Fre button[disabled]:focus,
span.abc-response_text-only____Fre button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.abc-response_text-only____Fre.abc-response_red-text__ZgTXS,
button.abc-response_text-only____Fre.abc-response_red-text__ZgTXS:active,
button.abc-response_text-only____Fre.abc-response_red-text__ZgTXS:focus,
button.abc-response_text-only____Fre.abc-response_red-text__ZgTXS:hover,
span.abc-response_text-only____Fre button.abc-response_red-text__ZgTXS,
span.abc-response_text-only____Fre button.abc-response_red-text__ZgTXS:active,
span.abc-response_text-only____Fre button.abc-response_red-text__ZgTXS:focus,
span.abc-response_text-only____Fre button.abc-response_red-text__ZgTXS:hover {
  color: #d0021b;
}
button.abc-response_text-only____Fre.abc-response_gray-text__jVaWG,
span.abc-response_text-only____Fre button.abc-response_gray-text__jVaWG {
  color: #999;
}
button.abc-response_text-only____Fre.abc-response_gray-text__jVaWG:active,
button.abc-response_text-only____Fre.abc-response_gray-text__jVaWG:focus,
button.abc-response_text-only____Fre.abc-response_gray-text__jVaWG:hover,
span.abc-response_text-only____Fre button.abc-response_gray-text__jVaWG:active,
span.abc-response_text-only____Fre button.abc-response_gray-text__jVaWG:focus,
span.abc-response_text-only____Fre button.abc-response_gray-text__jVaWG:hover {
  color: #999 !important;
}
button.abc-response_text-only____Fre.abc-response_black-text__Z2E4Q,
span.abc-response_text-only____Fre button.abc-response_black-text__Z2E4Q {
  color: #17191a;
}
button.abc-response_text-only____Fre.abc-response_black-text__Z2E4Q:active,
button.abc-response_text-only____Fre.abc-response_black-text__Z2E4Q:focus,
button.abc-response_text-only____Fre.abc-response_black-text__Z2E4Q:hover,
span.abc-response_text-only____Fre button.abc-response_black-text__Z2E4Q:active,
span.abc-response_text-only____Fre button.abc-response_black-text__Z2E4Q:focus,
span.abc-response_text-only____Fre button.abc-response_black-text__Z2E4Q:hover {
  color: #8158ec;
}
button.abc-response_text-only____Fre.abc-response_purple-text__uOrjT,
button.abc-response_text-only____Fre.abc-response_purple-text__uOrjT:active,
button.abc-response_text-only____Fre.abc-response_purple-text__uOrjT:focus,
button.abc-response_text-only____Fre.abc-response_purple-text__uOrjT:hover,
span.abc-response_text-only____Fre button.abc-response_purple-text__uOrjT,
span.abc-response_text-only____Fre button.abc-response_purple-text__uOrjT:active,
span.abc-response_text-only____Fre button.abc-response_purple-text__uOrjT:focus,
span.abc-response_text-only____Fre button.abc-response_purple-text__uOrjT:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.abc-response_text-only____Fre:active,
button.abc-response_text-only____Fre:focus,
button.abc-response_text-only____Fre:hover,
span.abc-response_text-only____Fre button:active,
span.abc-response_text-only____Fre button:focus,
span.abc-response_text-only____Fre button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.abc-response_blue-button__WHimJ,
.abc-response_button-with-bg-color__4qo5W,
.abc-response_green-button__nWuDV,
.abc-response_orange-button__cModp,
.abc-response_positive-button__C3oB9,
.abc-response_white-button-blue-text__MbgAA,
.abc-response_white-button__92orG {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.abc-response_orange-button__cModp {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.abc-response_orange-button__cModp:active,
.abc-response_orange-button__cModp:focus,
.abc-response_orange-button__cModp:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.abc-response_orange-button__cModp[disabled],
.abc-response_orange-button__cModp[disabled]:active,
.abc-response_orange-button__cModp[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.abc-response_orange-button__cModp.abc-response_drop-down__am16t {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.abc-response_scroll-loader__GPlw3 {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.abc-response_green-button__nWuDV {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.abc-response_green-button__nWuDV:active,
.abc-response_green-button__nWuDV:focus,
.abc-response_green-button__nWuDV:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.abc-response_green-button__nWuDV[disabled],
.abc-response_green-button__nWuDV[disabled]:active,
.abc-response_green-button__nWuDV[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.abc-response_positive-button__C3oB9 {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.abc-response_positive-button__C3oB9:active,
.abc-response_positive-button__C3oB9:focus,
.abc-response_positive-button__C3oB9:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.abc-response_positive-button__C3oB9[disabled] {
  background-color: #abe4b2;
}
.abc-response_negative-button__b6og_ {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.abc-response_negative-button__b6og_:active,
.abc-response_negative-button__b6og_:focus,
.abc-response_negative-button__b6og_:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.abc-response_plain-cancel-button__h2o2y,
.abc-response_plain-cancel-button__h2o2y:active,
.abc-response_plain-cancel-button__h2o2y:focus,
.abc-response_plain-cancel-button__h2o2y:hover {
  color: #17191a;
}
.abc-response_white-button-blue-text__MbgAA,
.abc-response_white-button__92orG {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.abc-response_white-button-blue-text__MbgAA:active,
.abc-response_white-button-blue-text__MbgAA:focus,
.abc-response_white-button-blue-text__MbgAA:hover,
.abc-response_white-button__92orG:active,
.abc-response_white-button__92orG:focus,
.abc-response_white-button__92orG:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.abc-response_white-button__92orG[disabled],
.abc-response_white-button__92orG[disabled]:active,
.abc-response_white-button__92orG[disabled]:focus,
.abc-response_white-button__92orG[disabled]:hover,
[disabled].abc-response_white-button-blue-text__MbgAA {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.abc-response_common-sentiment-emoji__BoNTz {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.abc-response_white-button-blue-text__MbgAA {
  color: #31a7e7;
}
.abc-response_white-button-blue-text__MbgAA:active,
.abc-response_white-button-blue-text__MbgAA:focus,
.abc-response_white-button-blue-text__MbgAA:hover {
  color: #31a7e7 !important;
}
.abc-response_blue-button__WHimJ {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.abc-response_blue-button__WHimJ,
.abc-response_blue-button__WHimJ:active,
.abc-response_blue-button__WHimJ:focus,
.abc-response_blue-button__WHimJ:hover {
  background-color: #31a7e7;
  color: #fff;
}
.abc-response_green-button__nWuDV {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.abc-response_green-button__nWuDV,
.abc-response_green-button__nWuDV:active,
.abc-response_green-button__nWuDV:focus,
.abc-response_green-button__nWuDV:hover {
  background-color: #56bf56;
  color: #fff;
}
.abc-response_purple-button__4MOR_ {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.abc-response_purple-button__4MOR_:active,
.abc-response_purple-button__4MOR_:focus,
.abc-response_purple-button__4MOR_:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.abc-response_dropdown-input__5V6sl {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.abc-response_dropdown-input__5V6sl:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.abc-response_hm-app-body__iG3KM input::placeholder {
  color: #a3a3a3;
}
.abc-response_textarea-composer__OO042 {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.abc-response_container__F2qlc input,
.abc-response_container__F2qlc textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.abc-response_input-for-copy__MA_7i {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.abc-response_input-text-bordered__8H_MC,
.abc-response_input-text__3hGdz,
.abc-response_input-textarea__M05Mv {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.abc-response_input-text__3hGdz {
  height: 50px;
}
.abc-response_input-text-bordered__8H_MC {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.abc-response_xxl-input__rTS6W {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.abc-response_xl-input__YLPXH {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.abc-response_l-input__iZniS {
  width: 100%;
  font-size: 1.1rem;
}
.abc-response_box-content__ILHJW .abc-response_content__A1UOv input,
.abc-response_box-content__ILHJW .abc-response_upload-data-input-with-icon__aou8D input,
.abc-response_input-grey__s2D8J,
input .abc-response_input-white__sewGj,
textarea .abc-response_input-white__sewGj {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.abc-response_box-content__ILHJW .abc-response_content__A1UOv input::placeholder,
.abc-response_box-content__ILHJW .abc-response_upload-data-input-with-icon__aou8D input::placeholder,
.abc-response_input-grey__s2D8J::placeholder,
input .abc-response_input-white__sewGj::placeholder,
textarea .abc-response_input-white__sewGj::placeholder {
  color: #999;
  opacity: 1;
}
input .abc-response_input-white__sewGj,
textarea .abc-response_input-white__sewGj {
  background-color: #fff;
}
.abc-response_clearfix__3Hc5v:after {
  clear: both;
  content: '';
  display: block;
}
.abc-response_hidden-important__bYFDl {
  display: none !important;
}
.abc-response_p-left__5SLgw {
  float: left;
}
.abc-response_p-right__w4Yo7 {
  float: right;
}
.abc-response_image_orientation_3__QtCDW {
  tranform: rotate(180deg);
}
.abc-response_image_orientation_6__5EaIh {
  tranform: rotate(90deg);
}
.abc-response_image_orientation_8__Hipbp {
  tranform: rotate(-90deg);
}
.abc-response_image_orientation_2__kGIlY {
  tranform: scaleX(-1);
}
.abc-response_image_orientation_7__APSOO {
  tranform: scaleX(-1) rotate(-90deg);
}
.abc-response_image_orientation_4__fVoBx {
  tranform: scaleX(-1) rotate(180deg);
}
.abc-response_image_orientation_5__GyiHo {
  tranform: scaleX(-1) rotate(90deg);
}
.abc-response_image_slideshow_orientation_3__WTpOV {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.abc-response_image_slideshow_orientation_6__UtJdk {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.abc-response_image_slideshow_orientation_8__f_L4_ {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.abc-response_image_slideshow_orientation_2__7AG4P {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.abc-response_image_slideshow_orientation_7__6KkXS {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.abc-response_image_slideshow_orientation_4__n1RPz {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.abc-response_image_slideshow_orientation_5__3tfTE {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.abc-response_container__F2qlc select::-ms-expand {
  display: none !important;
}
.abc-response_container__F2qlc select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.abc-response_count-area__oxwmJ {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.abc-response_clear-top__YQ97H {
  padding-top: 0;
  margin-top: 0;
}
.abc-response_remove-x-20__BagTE,
.abc-response_remove-x__vmj3R {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.abc-response_remove-x__vmj3R.abc-response_white__hgcYu,
.abc-response_white__hgcYu.abc-response_remove-x-20__BagTE {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.abc-response_remove-x-20__BagTE {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.abc-response_divider__g7Ggw {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.abc-response_mobile__crPJC {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.abc-response_blue__infdJ {
  color: #31a7e7 !important;
}
.abc-response_white__hgcYu {
  color: #fff !important;
}
.abc-response_purple__Klenh {
  color: #8158ec !important;
}
.abc-response_delete__viZ_h {
  color: #d0021b !important;
}
.abc-response_dark-text__Y7_Rr {
  color: #17191a !important;
}
.abc-response_file-input__XjV6v {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.abc-response_image-download-wrapper__dqdxb {
  position: fixed;
  top: 40px;
  right: 100px;
}
.abc-response_overflow-y-auto__BftLg {
  overflow-y: auto;
}
.abc-response_is-font-icon__8Fl7k:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.abc-response_is-invisible__TG1tz {
  opacity: 0;
}
.abc-response_tabbed-button__t0PSh {
  padding: 0 7px 2px;
}
.abc-response_tabbed-button__t0PSh.abc-response_selected__tVQ9n {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.abc-response_show-more__z_Ct7 {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.abc-response_show-more__z_Ct7:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.abc-response_time-input__aUXY_ {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.abc-response_form-group__iTyU1.abc-response_date-time__JtFhh {
  position: relative;
  top: -2px;
}
.abc-response_form-group__iTyU1.abc-response_date-time__JtFhh.abc-response_time__eklb6 {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.abc-response_form-group__iTyU1.abc-response_date-time__JtFhh.abc-response_form-group-hour__6aNeI .abc-response_colon__QDGNR {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.abc-response_form-group__iTyU1.abc-response_date-time__JtFhh.abc-response_form-group-hour__6aNeI input {
  text-align: center;
}
.abc-response_form-group__iTyU1.abc-response_date-time__JtFhh.abc-response_form-group-day__L73_k {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.abc-response_form-group__iTyU1.abc-response_date-time__JtFhh.abc-response_form-group-minute__sXswX {
  width: 42px;
}
.abc-response_form-group__iTyU1.abc-response_date-time__JtFhh.abc-response_form-group-clock__iqiGy {
  width: 54px;
}
.abc-response_attach-img__yAxUs {
  position: relative;
  width: 25px;
  height: 25px;
}
.abc-response_attach-img__yAxUs input#abc-response_add-image__J5RdT {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.abc-response_attach-img__yAxUs span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.abc-response_m-0__IuPnb {
  margin: 0 !important;
}
.abc-response_ml-auto__q3Geq {
  margin-left: auto;
}
.abc-response_mr-auto__fKtf5 {
  margin-right: auto;
}
.abc-response_mx-auto__6mVb7 {
  margin-left: auto;
  margin-right: auto;
}
.abc-response_mx-16___8l11 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.abc-response_my-16__jDUSn {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.abc-response_mr-0__pyDLa {
  margin-right: 0 !important;
}
.abc-response_mr-4___KJ_s {
  margin-right: 4px !important;
}
.abc-response_mr-8__UgqXl {
  margin-right: 8px !important;
}
.abc-response_mr-12__j8Ew1 {
  margin-right: 12px !important;
}
.abc-response_mr-16__85wSZ {
  margin-right: 16px !important;
}
.abc-response_ml-0__pDyT7 {
  margin-left: 0 !important;
}
.abc-response_ml-4__Q7bGe {
  margin-left: 4px !important;
}
.abc-response_ml-8__O_wkF {
  margin-left: 8px !important;
}
.abc-response_ml-12__xSyUw {
  margin-left: 12px !important;
}
.abc-response_ml-16__nveuG {
  margin-left: 16px !important;
}
.abc-response_mt-0__FXX9R {
  margin-top: 0 !important;
}
.abc-response_mt-4__arICP {
  margin-top: 4px !important;
}
.abc-response_mt-8__ME8B9 {
  margin-top: 8px !important;
}
.abc-response_mt-16__oPbht {
  margin-top: 16px !important;
}
.abc-response_mt-24__IZq_O {
  margin-top: 24px !important;
}
.abc-response_mt-48__znsc8 {
  margin-top: 48px !important;
}
.abc-response_mb-0__X2QIf {
  margin-bottom: 0 !important;
}
.abc-response_mb-4__WSuE1 {
  margin-bottom: 4px !important;
}
.abc-response_mb-8__opmsF {
  margin-bottom: 8px !important;
}
.abc-response_mb-12__oRueL {
  margin-bottom: 12px !important;
}
.abc-response_mb-16__lXYxA {
  margin-bottom: 16px !important;
}
.abc-response_mb-24__2uRAi {
  margin-bottom: 24px !important;
}
.abc-response_mb-64__f8iwQ {
  margin-bottom: 64px !important;
}
.abc-response_p-0__dM4Fp {
  padding: 0 !important;
}
.abc-response_p-16__UicUm {
  padding: 16px;
}
.abc-response_p-40___SM9L {
  padding: 40px;
}
.abc-response_px-0__sX4U_ {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.abc-response_px-4__8ls1C {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.abc-response_px-8__9dXKt {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.abc-response_px-32__L2p5_ {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.abc-response_px-40__MWDmD {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.abc-response_pt-40__BfyCG {
  padding-top: 40px;
}
.abc-response_pt-24__7De9P {
  padding-top: 24px;
}
.abc-response_pt-16__22NIG {
  padding-top: 16px;
}
.abc-response_pt-12__kfrrI {
  padding-top: 12px !important;
}
.abc-response_pb-40__L5KNL {
  padding-bottom: 40px;
}
.abc-response_pb-24__3iByU {
  padding-bottom: 24px;
}
.abc-response_pb-16__t30s6 {
  padding-bottom: 16px;
}
.abc-response_pl-8__nB5XH {
  padding-left: 8px !important;
}
.abc-response_pl-12__mtHyC {
  padding-left: 12px !important;
}
.abc-response_pl-16__BEX32 {
  padding-left: 16px !important;
}
.abc-response_text-left__qDNCC {
  text-align: left !important;
}
.abc-response_text-right__aaC54 {
  text-align: right !important;
}
.abc-response_text-center__Yoy_i {
  text-align: center !important;
}
.abc-response_font-medium__UjUyT {
  font-weight: 500 !important;
}
.abc-response_font-semibold__fF5HA {
  font-weight: 600 !important;
}
.abc-response_radius-8___Mmko {
  border-radius: 8px !important;
}
.abc-response_truncate__AXn1o {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.abc-response_whitespace-nowrap__8_hMH {
  white-space: nowrap;
}
.abc-response_whitespace-pre-wrap__vj_sR {
  white-space: pre-wrap;
}
.abc-response_w-100__UgJU3 {
  width: 100% !important;
}
.abc-response_h-100__cR7Iy {
  height: 100% !important;
}
.abc-response_max-w-none__6G4rh {
  max-width: none !important;
}
.abc-response_max-h-none__ROU7y {
  max-height: none !important;
}
.abc-response_min-w-100__xHc0y {
  min-width: 100px;
}
.abc-response_heading-48-600__gamyD {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.abc-response_heading-32-600__0wbdb {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.abc-response_heading-24-600__3olQZ {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.abc-response_heading-18-600____f9c {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.abc-response_heading-18-400__A_XqY {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.abc-response_heading-16-700__94Hr4 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.abc-response_text-16-400__ipDvK {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.abc-response_heading-14-600__siiru {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.abc-response_heading-14-500__zPgpb {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.abc-response_text-14-400__AM9SM {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.abc-response_text-13-500__fPagu {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.abc-response_text-13-600__rkMkN {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.abc-response_text-13-400__ZgHWd {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.abc-response_text-12-500__bqCMD {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.abc-response_text-12-600__oCsR_ {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.abc-response_text-12-400__wmXjv {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.abc-response_status-badge__vxti6 {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.abc-response_status-badge__vxti6.abc-response_paused__35TU_ {
  background-color: #ff8b3d;
  color: #fff !important;
}
.abc-response_status-badge__vxti6.abc-response_created__Hyzyp,
.abc-response_status-badge__vxti6.abc-response_inactive__vB8sg,
.abc-response_status-badge__vxti6.abc-response_pending__GBsuu {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.abc-response_status-badge__vxti6.abc-response_active__RW_OY {
  background-color: #56bf56;
  color: #fff !important;
}
.abc-response_status-badge__vxti6.abc-response_error__EnZrp {
  background-color: #d0021b;
  color: #fff !important;
}
.abc-response_status-badge__vxti6.abc-response_progress__1j90E {
  background-color: #f5bf0c;
  color: #fff !important;
}
.abc-response_status-badge__vxti6.abc-response_draft__SP5uS {
  background-color: #e6e6e6;
  color: #000 !important;
}
.abc-response_status-badge__vxti6.abc-response_sent__QZ4hM {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.abc-response_status-badge__vxti6.abc-response_scheduled__UvHt6 {
  background-color: #feefcf;
  color: #795548;
}
.abc-response_status-badge__vxti6.abc-response_loading-badge__Sa_jA {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.abc-response_status-badge__vxti6.abc-response_loading-badge__Sa_jA .abc-response_text__VPwHh {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.abc-response_status-badge__vxti6.abc-response_loading-badge__Sa_jA .abc-response_slider__hSsKR {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: abc-response_moveSlideshow__AM_5t 3s linear infinite;
}
@keyframes abc-response_moveSlideshow__AM_5t {
  to {
    transform: translateX(200%);
  }
}
.abc-response_flex__m74cZ {
  display: flex !important;
}
.abc-response_flex-space-between__Z3fKx {
  justify-content: space-between;
}
.abc-response_flex-align-start__Rexmg {
  align-items: flex-start;
}
.abc-response_flex-align-center__IPae5 {
  align-items: center;
}
.abc-response_flex-absolute-center__chrWZ {
  justify-content: center;
  align-items: center;
}
.abc-response_flex-container__s3R7c {
  display: flex;
  flex-wrap: wrap;
}
.abc-response_flex-column__xYy4I {
  flex-direction: column;
}
.abc-response_flex-justify-end__Wfpw3 {
  justify-content: flex-end;
}
.abc-response_position-relative__7ZP_E {
  position: relative !important;
}
.abc-response_position-static__14VhP {
  position: static !important;
}
.abc-response_position-absolute__KMyXo {
  position: absolute !important;
}
.abc-response_hr-grey__Qc1j0 {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.abc-response_input-border__wdB2w {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.abc-response_action-content-box___XUai,
.abc-response_box-content__ILHJW,
.abc-response_box-content__ILHJW .abc-response_upload-data-input-with-icon__aou8D,
.abc-response_default-border__FNFEq {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.abc-response_bg-grey__Hncgp {
  background-color: #f9f9f9 !important;
}
.abc-response_bg-white__8rq3k {
  background-color: #fff !important;
}
.abc-response_pos-relative__fK18J {
  position: relative !important;
}
.abc-response_text-light__PwjGx {
  color: #757c80 !important;
}
.abc-response_text-red__Aw_aA {
  color: #d0021b !important;
}
.abc-response_text-green__WvvJA {
  color: #56bf56 !important;
}
.abc-response_text-blue__JNB3F {
  color: #31a7e7;
}
.abc-response_text-sec-blue__oeHpa {
  color: #1b02b1 !important;
}
.abc-response_notification-dot__Rjml_ {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.abc-response_title-with-action-on-left__qKowh {
  display: flex;
  justify-content: space-between;
}
.abc-response_error__EnZrp {
  color: #d0021b;
}
.abc-response_error-border__EOIfm {
  border: 1px solid #d0021b !important;
}
.abc-response_rotate__6xxZ4 {
  animation: abc-response_rotation__2iNoM 2s linear infinite;
}
@keyframes abc-response_rotation__2iNoM {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.abc-response_switch__ic788 {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.abc-response_switch__ic788 .abc-response_btn-toggle__wzEst {
  opacity: 0;
  width: 0;
  height: 0;
}
.abc-response_switch__ic788 .abc-response_slider__hSsKR {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.abc-response_switch__ic788 .abc-response_slider__hSsKR:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.abc-response_switch__ic788 .abc-response_slider__hSsKR:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.abc-response_switch__ic788 .abc-response_btn-toggle__wzEst.abc-response_enabled__HhTsV + .abc-response_slider__hSsKR {
  background-color: #ffc926;
  border: none;
}
.abc-response_switch__ic788 .abc-response_btn-toggle__wzEst:focus + .abc-response_slider__hSsKR {
  box-shadow: 0 0 1px #2196f3;
}
.abc-response_switch__ic788 .abc-response_btn-toggle__wzEst.abc-response_enabled__HhTsV + .abc-response_slider__hSsKR:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.abc-response_switch__ic788 .abc-response_btn-toggle__wzEst.abc-response_enabled__HhTsV + .abc-response_slider__hSsKR:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#abc-response_appleid-signin__AkIir {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#abc-response_appleid-signin__AkIir > div {
  width: 200px !important;
  height: 38px !important;
}
.abc-response_page-header__2pKa2 {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.abc-response_page-header__2pKa2.abc-response_clear-side__xTLCT {
  padding: 40px 0 32px;
}
.abc-response_page-spacing__2BV5n {
  padding: 0 40px;
}
.abc-response_page-header-title__Nf6qp {
  color: #17191a;
  margin: 0 0 8px;
}
.abc-response_header-bar__xPbdC {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.abc-response_box-content__ILHJW {
  background-color: #fff;
  margin-bottom: 24px;
}
.abc-response_box-content__ILHJW .abc-response_header__wxbSL {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.abc-response_box-content__ILHJW .abc-response_header-l__aXyKo {
  padding: 24px 16px;
  margin: 0;
}
.abc-response_box-content__ILHJW .abc-response_content__A1UOv {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.abc-response_box-content__ILHJW .abc-response_content-header__VM55C {
  margin-bottom: 4px;
  margin-top: 0;
}
.abc-response_box-content__ILHJW .abc-response_table-content__4MOq0 {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.abc-response_box-content__ILHJW .abc-response_help-text__y3LOJ {
  line-height: 20px;
}
.abc-response_box-content__ILHJW .abc-response_sub-text__FF06M {
  color: #757c80;
}
.abc-response_box-content__ILHJW .abc-response_content-data-input__lAkDh {
  margin-top: 8px;
}
.abc-response_box-content__ILHJW .abc-response_data-entry-input__UdLNH,
.abc-response_box-content__ILHJW .abc-response_upload-data-input-with-icon__aou8D {
  margin-top: 8px;
  padding: 0 11px;
}
.abc-response_box-content__ILHJW .abc-response_upload-data-input-with-icon__aou8D {
  cursor: pointer;
  background: #f9f9f9;
}
.abc-response_box-content__ILHJW .abc-response_upload-data-input-with-icon__aou8D input {
  padding: 12px 2px;
}
.abc-response_box-content__ILHJW .abc-response_upload-data-input-with-icon__aou8D input:disabled,
.abc-response_box-content__ILHJW .abc-response_upload-data-input-with-icon__aou8D input:hover {
  cursor: pointer !important;
}
.abc-response_empty-state__shv_E {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.abc-response_empty-state__shv_E.abc-response_contact-list__hPtyl {
  width: 80%;
}
.abc-response_empty-state__shv_E .abc-response_empty-title__CrNJ_ {
  font-size: 14px;
  font-weight: 500px;
}
.abc-response_empty-state-wrapper__A7aok {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.abc-response_empty-state-wrapper__A7aok h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.abc-response_empty-state-wrapper__A7aok div {
  color: #757c80;
  margin: 16px 0 12px;
}
.abc-response_empty-state-button__dpk_z {
  margin: 20px 10px;
}
.abc-response_handel-bar__HBajP {
  fill: #b7bfc6;
  vertical-align: middle;
}
.abc-response_tag__La7ch {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.abc-response_ant-color-picker-input__ToxPB .abc-response_ant-input__QA4rL {
  height: 22px;
}
.abc-response_ant-color-picker-trigger__pBKFE {
  width: 23px;
  height: 23px;
}
.abc-response_ant-color-picker-trigger__pBKFE .abc-response_ant-color-picker-color-block__85Ksr {
  width: 18px;
  height: 18px;
}
.abc-response_box-content__ILHJW .abc-response_content__A1UOv input,
.abc-response_box-content__ILHJW .abc-response_upload-data-input-with-icon__aou8D input,
input input.abc-response_input-white__sewGj,
input textarea.abc-response_input-white__sewGj,
input.abc-response_input-grey__s2D8J,
textarea input.abc-response_input-white__sewGj,
textarea textarea.abc-response_input-white__sewGj,
textarea.abc-response_input-grey__s2D8J {
  background-color: #f9f9f9;
}
.abc-response_box-content__ILHJW .abc-response_content__A1UOv input:active,
.abc-response_box-content__ILHJW .abc-response_content__A1UOv input:focus,
.abc-response_box-content__ILHJW .abc-response_content__A1UOv input:hover,
.abc-response_box-content__ILHJW .abc-response_upload-data-input-with-icon__aou8D input:active,
.abc-response_box-content__ILHJW .abc-response_upload-data-input-with-icon__aou8D input:focus,
.abc-response_box-content__ILHJW .abc-response_upload-data-input-with-icon__aou8D input:hover,
input input.abc-response_input-white__sewGj:active,
input input.abc-response_input-white__sewGj:focus,
input input.abc-response_input-white__sewGj:hover,
input textarea.abc-response_input-white__sewGj:active,
input textarea.abc-response_input-white__sewGj:focus,
input textarea.abc-response_input-white__sewGj:hover,
input.abc-response_input-grey__s2D8J:active,
input.abc-response_input-grey__s2D8J:focus,
input.abc-response_input-grey__s2D8J:hover,
textarea input.abc-response_input-white__sewGj:active,
textarea input.abc-response_input-white__sewGj:focus,
textarea input.abc-response_input-white__sewGj:hover,
textarea textarea.abc-response_input-white__sewGj:active,
textarea textarea.abc-response_input-white__sewGj:focus,
textarea textarea.abc-response_input-white__sewGj:hover,
textarea.abc-response_input-grey__s2D8J:active,
textarea.abc-response_input-grey__s2D8J:focus,
textarea.abc-response_input-grey__s2D8J:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.abc-response_input-white__sewGj:active,
input.abc-response_input-white__sewGj:focus,
input.abc-response_input-white__sewGj:hover,
span.abc-response_input-white__sewGj:active,
span.abc-response_input-white__sewGj:focus,
span.abc-response_input-white__sewGj:hover,
textarea.abc-response_input-white__sewGj:active,
textarea.abc-response_input-white__sewGj:focus,
textarea.abc-response_input-white__sewGj:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.abc-response_image-uploader-flex__8CAE4 .abc-response_ant-upload-select__uA19r {
  display: flex;
}
.abc-response_image-uploader-flex__8CAE4 .abc-response_ant-upload-select__uA19r .abc-response_ant-upload__IHkXP {
  flex: 1 1;
}
.abc-response_modal-footer-wrapper__BF_xe {
  display: flex;
  justify-content: center;
}
.abc-response_app-modal__oGrtP .abc-response_small__U5PIp {
  width: 350px;
}
.abc-response_toast__DeEV4.abc-response_negative__JAARK .abc-response_ant-message-notice-content__P9t6L {
  background-color: #d0021b;
}
.abc-response_toast__DeEV4.abc-response_positive___kIGN .abc-response_ant-message-notice-content__P9t6L {
  background-color: #56bf56;
}
.abc-response_toast__DeEV4.abc-response_loading__tXD_u .abc-response_ant-message-notice-content__P9t6L .abc-response_toast-wrapper__ziRMd .abc-response_contents__1xASX,
.abc-response_toast__DeEV4.abc-response_loading__tXD_u .abc-response_ant-message-notice-content__P9t6L .abc-response_toast-wrapper__ziRMd .abc-response_contents__1xASX .abc-response_title__m111y {
  color: #000 !important;
}
.abc-response_toast__DeEV4.abc-response_loading__tXD_u .abc-response_ant-message-loading__YtqBa .abc-response_anticon-loading__jCLc3 {
  font-size: 1.5rem;
}
.abc-response_toast__DeEV4 .abc-response_ant-message-notice-content__P9t6L {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.abc-response_toast__DeEV4 .abc-response_ant-message-notice-content__P9t6L .abc-response_toast-wrapper__ziRMd {
  position: relative;
  display: flex;
  align-items: center;
}
.abc-response_toast__DeEV4 .abc-response_ant-message-notice-content__P9t6L .abc-response_toast-wrapper__ziRMd .abc-response_contents__1xASX {
  position: relative;
  padding-left: 16px;
}
.abc-response_toast__DeEV4 .abc-response_ant-message-notice-content__P9t6L .abc-response_toast-wrapper__ziRMd .abc-response_contents__1xASX .abc-response_title__m111y {
  color: #fff !important;
}
.abc-response_toast__DeEV4 .abc-response_ant-message-notice-content__P9t6L .abc-response_toast-wrapper__ziRMd .abc-response_contents__1xASX p {
  margin: 0;
}
.abc-response_toast__DeEV4 .abc-response_ant-message-notice-content__P9t6L .abc-response_toast-wrapper__ziRMd .abc-response_contents__1xASX p a,
.abc-response_toast__DeEV4 .abc-response_ant-message-notice-content__P9t6L .abc-response_toast-wrapper__ziRMd .abc-response_contents__1xASX p button {
  color: #fff;
  text-decoration: underline;
}
.abc-response_toast__DeEV4 .abc-response_ant-message-notice-content__P9t6L .abc-response_icon___ol_k {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.abc-response_toast__DeEV4 .abc-response_ant-message-notice-content__P9t6L .abc-response_icon___ol_k.abc-response_positive___kIGN {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.abc-response_toast__DeEV4 .abc-response_ant-message-notice-content__P9t6L .abc-response_icon___ol_k.abc-response_positive___kIGN:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.abc-response_toast__DeEV4 .abc-response_ant-message-notice-content__P9t6L .abc-response_icon___ol_k.abc-response_negative__JAARK {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.abc-response_toast__DeEV4 .abc-response_ant-message-notice-content__P9t6L .abc-response_icon___ol_k.abc-response_negative__JAARK:before {
  top: 10px;
}
.abc-response_action-content-box___XUai {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.abc-response_action-content-box___XUai.abc-response_numbered__rU1bq .abc-response_sub-content__zuYEP p {
  margin-left: 18px;
}
.abc-response_action-content-box___XUai .abc-response_sub-content__zuYEP {
  padding: 26px 26px 20px;
}
.abc-response_action-content-box___XUai .abc-response_sub-content__zuYEP.abc-response_right__Qmvdz {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.abc-response_action-content-box___XUai .abc-response_sub-content__zuYEP.abc-response_right__Qmvdz button {
  margin: 0 20px;
}
.abc-response_action-content-box___XUai .abc-response_sub-content__zuYEP h4,
.abc-response_action-content-box___XUai .abc-response_sub-content__zuYEP p.abc-response_bold__lTPyi {
  margin: 0;
}
.abc-response_action-content-box___XUai .abc-response_sub-content__zuYEP h4 span,
.abc-response_action-content-box___XUai .abc-response_sub-content__zuYEP p.abc-response_bold__lTPyi span {
  width: 18px;
  display: inline-block;
}
.abc-response_action-content-box___XUai .abc-response_sub-content__zuYEP p {
  margin: 6px 0 0;
}
.abc-response_action-content-box___XUai .abc-response_remove__kD0Aw {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.abc-response_options-dot__LZDvQ {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.abc-response_options-dot__LZDvQ.abc-response_boxed__lNorF {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.abc-response_options-dot__LZDvQ.abc-response_active__RW_OY,
.abc-response_options-dot__LZDvQ:focus-visible,
.abc-response_options-dot__LZDvQ:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.abc-response_clickable__f3iHC {
  cursor: pointer;
}
.abc-response_beta-label__n3CoQ {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.abc-response_none-style-list-options__R9az6 {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.abc-response_none-style-list-options__R9az6 li {
  margin: 5px 0;
}
.abc-response_ant-tour___Kc73 {
  width: 400px;
}
.abc-response_ant-collapse__fSdm6 > .abc-response_ant-collapse-item__mjzuL > .abc-response_ant-collapse-header-collapsible-only__nPAMV > .abc-response_ant-collapse-header-text__9Z6yX {
  flex: auto;
}
.abc-response_onboarding-tour-header__E7IoV {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.abc-response_onboarding-tour-description__HGPu4 {
  color: #17191a;
  font-size: 16px;
}
.abc-response_tour-hidden-button__EZKuA {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.abc-response_ai-onboarding-tour-header__49y5S {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.abc-response_onboarding-step-ai-tour__xiDzM {
  width: 350px;
}
.abc-response_onboarding-step-ai-tour__xiDzM .abc-response_onboarding-step-ai-tour-inner__dGiHy .abc-response_onboarding-step-ai-tour-description__oJhcc {
  padding: 0 20px;
}
.abc-response_onboarding-step-ai-tour__xiDzM .abc-response_onboarding-step-ai-tour-inner__dGiHy .abc-response_onboarding-step-ai-tour-footer__Ge43A {
  padding: 0 20px 20px;
}
.abc-response_onboarding-step-ai-tour__xiDzM .abc-response_onboarding-step-ai-tour-inner__dGiHy .abc-response_onboarding-step-ai-tour-header__iZOzb {
  padding: 20px 20px 4px;
}
.abc-response_onboarding-step-ai-tour__xiDzM .abc-response_onboarding-step-ai-tour-inner__dGiHy .abc-response_onboarding-step-ai-tour-indicators__xHGQ6 {
  display: flex;
  width: 100%;
}
.abc-response_onboarding-step-ai-tour__xiDzM .abc-response_onboarding-step-ai-tour-inner__dGiHy .abc-response_onboarding-step-ai-tour-buttons__TV_p5 {
  width: 0;
  visibility: hidden;
}
.abc-response_onboarding-step-ai-tour-mask__G4J9T mask[id^='onboarding-step-ai-tour-mask'] rect.abc-response_onboarding-step-ai-tour-placeholder-animated__qSHZm {
  rx: 8px;
}
.abc-response_onboarding-step-ai-tour-round-mask__lAqp2 mask[id^='onboarding-step-ai-tour-round-mask'] rect.abc-response_onboarding-step-ai-tour-round-placeholder-animated__DGgXn {
  rx: 25px;
}
.abc-response_onboarding-step-tour__UsM6V {
  width: 400px;
}
.abc-response_onboarding-step-tour__UsM6V.abc-response_content-hidden__p_jOg {
  display: none !important;
}
.abc-response_onboarding-step-tour__UsM6V.abc-response_extended-width__dsKp_ {
  width: 600px;
}
.abc-response_onboarding-step-tour-mask__iJefs mask[id^='onboarding-step-tour-mask'] rect.abc-response_onboarding-step-tour-placeholder-animated__xt5zl {
  rx: 8px;
}
.abc-response_onboarding-step-one-tour__q5HBp {
  width: 400px;
}
.abc-response_onboarding-step-one-tour__q5HBp.abc-response_content-hidden__p_jOg {
  display: none !important;
}
.abc-response_onboarding-step-one-tour__q5HBp.abc-response_extended-width__dsKp_ {
  width: 600px;
}
.abc-response_onboarding-step-one-tour-mask__ARlLk mask[id^='onboarding-step-one-tour-mask'] rect.abc-response_onboarding-step-one-tour-placeholder-animated__4OMf0 {
  rx: 25px;
}
.abc-response_support-unread-tour__wcezC {
  width: 272px;
}
.abc-response_support-unread-tour__wcezC .abc-response_support-unread-tour-inner__IVfY3 .abc-response_support-unread-tour-header__hvpP4 {
  padding: 8px 16px 4px;
}
.abc-response_support-unread-tour__wcezC .abc-response_support-unread-tour-inner__IVfY3 .abc-response_support-unread-tour-footer__hKX18 {
  padding: 0 16px 16px;
}
.abc-response_support-unread-tour__wcezC .abc-response_support-unread-tour-inner__IVfY3 .abc-response_support-unread-tour-close__uY_Jz {
  top: 10px;
}
.abc-response_preserve-scroll-position__5e8QP {
  overflow-anchor: none;
}
.abc-response_toolbar-wrapper__IfgYm {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.abc-response_toolbar-wrapper__IfgYm .abc-response_anticon__4yHfW {
  padding: 12px;
  cursor: pointer;
}
.abc-response_toolbar-wrapper__IfgYm .abc-response_anticon__4yHfW:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.abc-response_toolbar-wrapper__IfgYm .abc-response_anticon__4yHfW:hover {
  opacity: 0.3;
}
.abc-response_ant-carousel__DyoOG .abc-response_slick-dots__wowab li.abc-response_slick-active__Ks2en button {
  background-color: #8158ec;
}
.abc-response_ant-carousel__DyoOG .abc-response_slick-dots__wowab li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.abc-response_ant-modal-root__o54tX .abc-response_ant-modal-mask___v1vD,
.abc-response_ant-modal-root__o54tX .abc-response_ant-modal-wrap__sVJcC {
  z-index: 1001;
}
.abc-response_focused__k7r7C {
  background-color: #f5f5f5;
}
.abc-response_spinner-overlay__sBQ6t,
.abc-response_spinner__Mvgxe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.abc-response_spinner-overlay__sBQ6t {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.abc-response_spinner__Mvgxe {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.abc-response_large-tag__4Y9zH {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.abc-response_email-pill__bfwmq,
.abc-response_phone-pill__7Qtg_ {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.abc-response_email-pill__bfwmq:not(:empty),
.abc-response_phone-pill__7Qtg_:not(:empty) {
  padding: 4px;
}
.abc-response_phone-pill__7Qtg_ {
  background-color: #e0f2fb;
}
.abc-response_email-pill__bfwmq {
  background-color: #ffefbe;
}
.abc-response_input-box__Nynvf {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.abc-response_input-box__Nynvf.abc-response_bordered__nDEJG {
  border: 1px solid #e6e6e6;
}
.abc-response_input-box__Nynvf.abc-response_large__aV2iE {
  height: auto;
  min-height: 80px;
}
.abc-response_input-box__Nynvf:focus {
  border-color: #ffc926;
}
.abc-response_response-modal__QYJnC .abc-response_table__KDH0l {
  display: table;
}
.abc-response_response-modal__QYJnC .abc-response_cus-ext-item__sr7gu {
  padding: 0 0 10px;
  display: table-row;
}
.abc-response_response-modal__QYJnC .abc-response_cus-ext-item__sr7gu .abc-response_item-name__a137y {
  display: table-cell;
  color: gray;
  padding-right: 10px;
}
.abc-response_response-modal__QYJnC .abc-response_cus-ext-item__sr7gu .abc-response_item-value__zh_l1 {
  display: table-cell;
}
.abc-response_response-modal__QYJnC .abc-response_section-title__6X0MZ {
  margin: 0 0 20px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 6px;
}
.abc-response_response-modal__QYJnC .abc-response_list-item__YHJM7 {
  padding-right: 100px;
  position: relative;
  padding-bottom: 32px;
}
.abc-response_response-modal__QYJnC .abc-response_list-item__YHJM7.abc-response_with-image__nRtPz {
  height: 80px;
  padding-bottom: 16px;
}
.abc-response_response-modal__QYJnC .abc-response_list-item__YHJM7 .abc-response_img__Co_QM {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: auto;
  left: auto;
}
.abc-response_response-modal__QYJnC .abc-response_others__thm49 .abc-response_list-item__YHJM7 .abc-response_list-title__bIGLa {
  color: gray;
}
.email-message_status-wrapper__QT5P8 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.email-message_mini-square__FAui8 {
  width: 20px;
  height: 20px;
}
.email-message_container__OYT1y {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px 2px 20px 20px;
  text-align: left;
  border: 4px solid #cbe9f9;
  overflow: hidden;
  margin-left: 30px;
  background: #fff;
}
.email-message_container__OYT1y.email-message_inbound___GTRn {
  margin-right: 30px;
  margin-left: 0;
  border-radius: 2px 20px 20px 20px;
  border-color: #e4e6e7;
}
.email-message_container__OYT1y.email-message_inbound___GTRn .email-message_header__RH68_ {
  background: #e4e6e7;
}
.email-message_container__OYT1y.email-message_broadcast__wC6_G {
  border-color: #ffc926;
}
.email-message_container__OYT1y.email-message_broadcast__wC6_G .email-message_header__RH68_ {
  background: #ffc926;
  color: #17191a;
}
.email-message_container__OYT1y.email-message_broadcast__wC6_G .email-message_ico-msg__TBR8g {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 1em;
  height: 1em;
  font-size: 28px;
  display: inline-block;
  color: #17191a;
}
.email-message_container__OYT1y .email-message_header__RH68_ {
  display: flex;
  align-items: center;
  vertical-align: middle;
  font-size: 12px;
  padding: 10px 14px;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  color: #757c80;
  background-color: #cbe9f9;
}
.email-message_container__OYT1y .email-message_header__RH68_ .email-message_sender__2GqFm {
  font-weight: 700;
  font-size: 14px;
  color: #000;
}
.email-message_container__OYT1y .email-message_body__JSlf6 {
  padding: 10px 14px;
  width: 100%;
  overflow-y: auto;
}
.email-message_container__OYT1y .email-message_body__JSlf6 div {
  min-height: 20px;
}
.email-message_container__OYT1y .email-message_body__JSlf6.email-message_static-width-content__i3tHy {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.email-message_container__OYT1y .email-message_email-from__FkaLk > span {
  padding-right: 20px;
  position: relative;
  display: inline-block;
}
.email-message_container__OYT1y .email-message_email-from__FkaLk > span:not(:last-child):after {
  content: 'â—';
  position: absolute;
  right: 7px;
  top: 1px;
  font-size: 4px;
  color: gray;
}
.email-message_container__OYT1y .email-message_targets__6spEL {
  display: flex;
  flex-direction: row;
  margin-left: 5px;
  max-width: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.email-message_container__OYT1y .email-message_truncated__lrDm1 {
  cursor: pointer;
}
.email-message_container__OYT1y .email-message_truncated__lrDm1:hover {
  text-decoration: underline;
}
.email-message_container__OYT1y .email-message_footer__MMF22 {
  margin: 0 10px;
  padding: 10px 0 0;
  width: calc(100% - 20px);
  border-top: 1px solid #e6e6e6;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.email-message_container__OYT1y .email-message_footer__MMF22 .email-message_footer-title__h6Hyp {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
}
.email-message_container__OYT1y .email-message_attachment-container__62iNR {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  overflow-x: auto;
  padding-bottom: 16px;
}
.email-message_status-wrapper__QT5P8 {
  color: #757c80;
  display: flex;
  justify-content: flex-end;
}
.email-message_status-wrapper__QT5P8 .email-message_status__i4QUr {
  padding-left: 8px;
  line-height: 20px;
  margin: 4px 4px 0;
}
.email-message_status-wrapper__QT5P8 .email-message_status__i4QUr.email-message_failed__iyAry {
  color: #d0021b;
  position: relative;
}
.email-message_status-wrapper__QT5P8 .email-message_status__i4QUr.email-message_failed__iyAry:hover .email-message_tooltip__iWG3H {
  display: block;
}
.email-attachment_mini-square__V65cN {
  width: 20px;
  height: 20px;
}
.email-attachment_wrapper__I8vgX {
  margin-left: 10px;
  height: 80px;
  width: 90px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  flex-shrink: 0;
}
.email-attachment_wrapper__I8vgX:first-child {
  margin-left: 0;
}
.email-attachment_wrapper__I8vgX .email-attachment_preview__M9jKJ {
  height: 60px;
  background: #f0f0f0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.email-attachment_wrapper__I8vgX .email-attachment_preview__M9jKJ.email-attachment_play__1pnGe .ant-image {
  height: 100%;
}
.email-attachment_wrapper__I8vgX .email-attachment_preview__M9jKJ.email-attachment_image__t_lE9 {
  background: #f0f0f0;
}
.email-attachment_wrapper__I8vgX .email-attachment_preview__M9jKJ.email-attachment_uploading__hcc_J {
  background: url(/icons/loader.gif) #f0f0f0 no-repeat 50%/24%;
}
.email-attachment_wrapper__I8vgX .email-attachment_preview__M9jKJ.email-attachment_file__Wwbxu {
  background: url(/icons/file.svg) #f0f0f0 no-repeat 50%/24%;
}
.email-attachment_wrapper__I8vgX .email-attachment_preview__M9jKJ.email-attachment_vcard__CMK1E {
  background: url(/icons/sidebar/contacts.svg) #f0f0f0 no-repeat 50%/24%;
}
.email-attachment_wrapper__I8vgX .email-attachment_preview__M9jKJ .email-attachment_media__MEYro {
  padding-top: 20px;
  height: 42px;
  width: 90px;
}
.email-attachment_wrapper__I8vgX .email-attachment_title__0yZsV {
  max-width: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 20px;
  padding: 0 7px;
  color: #17191a;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 10px;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_bubble__q9pIL {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-media__8D7Si .msg-row_amr-audio__4LjcY {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-interactive__Cbf59 .msg-row_subtitle-text__qDZrq,
.msg-row_row__nxSXS.msg-row_is-system__SMDxD .msg-row_text__kXeH5,
.msg-row_row__nxSXS.msg-row_is-system__SMDxD .msg-row_timestamp__jv4JE {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_sender-name__uPOF2 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_footer__9DwQx,
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_footer__9DwQx .text-only {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.msg-row_mini-square__yyv1X {
  width: 20px;
  height: 20px;
}
.msg-row_row__nxSXS {
  clear: both;
  display: block;
  padding-bottom: 16px;
}
.msg-row_row__nxSXS.msg-row_is-loading__ZHGDx {
  min-height: 100px;
}
.msg-row_row__nxSXS.msg-row_is-system__SMDxD .msg-row_text__kXeH5,
.msg-row_row__nxSXS.msg-row_is-system__SMDxD .msg-row_timestamp__jv4JE {
  color: #9b9b9b;
  font-size: 11px;
}
.msg-row_row__nxSXS.msg-row_is-system__SMDxD .msg-row_text__kXeH5 {
  display: flex;
  justify-content: center;
  font-weight: 500;
}
.msg-row_row__nxSXS.msg-row_is-system__SMDxD .msg-row_timestamp__jv4JE {
  font-size: 11px;
}
.msg-row_row__nxSXS.msg-row_is-system__SMDxD .msg-row_system-message-text__S6ueN {
  max-width: 70%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 4px;
}
.msg-row_row__nxSXS.msg-row_is-system__SMDxD .msg-row_system-message-text__S6ueN a {
  color: #9b9b9b;
  text-decoration: underline;
}
.msg-row_row__nxSXS.msg-row_is-memo__vQ7tT .msg-row_content__xi6ZG {
  text-align: center;
}
.msg-row_row__nxSXS.msg-row_is-memo__vQ7tT .msg-row_content__xi6ZG .msg-row_sender-name__uPOF2 {
  display: block;
  margin-bottom: 2px;
}
.msg-row_row__nxSXS.msg-row_is-memo__vQ7tT .msg-row_content__xi6ZG .msg-row_bubble__q9pIL {
  border: 1px solid #ffc926;
  background-color: transparent !important;
  margin-left: 12px;
  padding: 8px 12px;
  border-radius: 18px;
}
.msg-row_row__nxSXS.msg-row_is-memo__vQ7tT .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_ai-agent__Hr2Rx {
  border-color: #8158ec;
}
.msg-row_row__nxSXS.msg-row_is-memo__vQ7tT .msg-row_content__xi6ZG .msg-row_bubble__q9pIL:hover .msg-row_tooltip__ctF_C {
  visibility: visible;
}
.msg-row_row__nxSXS.msg-row_is-memo__vQ7tT .msg-row_content__xi6ZG .msg-row_bubble__q9pIL .msg-row_tooltip__ctF_C {
  visibility: hidden;
  display: block;
  right: calc(50% - 104px);
  top: -35px;
}
.msg-row_row__nxSXS.msg-row_is-memo__vQ7tT .msg-row_content__xi6ZG .msg-row_footer__9DwQx {
  justify-content: center;
}
.msg-row_row__nxSXS.msg-row_is-broadcast__yuvEY .msg-row_ico-msg__4swVM {
  background: url(/icons/broadcast-black.svg) transparent no-repeat 50%/145%;
}
.msg-row_row__nxSXS.msg-row_is-incoming-survey__xEWVk .msg-row_ico-msg__4swVM,
.msg-row_row__nxSXS.msg-row_is-outgoing-survey__yJ5R_ .msg-row_ico-msg__4swVM {
  background: url(/icons/surveys-black70.svg) transparent no-repeat 50%/130%;
}
.msg-row_row__nxSXS.msg-row_is-broadcast__yuvEY,
.msg-row_row__nxSXS.msg-row_is-outgoing-survey__yJ5R_,
.msg-row_row__nxSXS.msg-row_is-outgoing__uBLLG {
  text-align: right;
}
.msg-row_row__nxSXS.msg-row_is-broadcast__yuvEY .msg-row_content__xi6ZG .msg-row_avatar-container__wqchO,
.msg-row_row__nxSXS.msg-row_is-outgoing-survey__yJ5R_ .msg-row_content__xi6ZG .msg-row_avatar-container__wqchO,
.msg-row_row__nxSXS.msg-row_is-outgoing__uBLLG .msg-row_content__xi6ZG .msg-row_avatar-container__wqchO {
  display: none;
}
.msg-row_row__nxSXS.msg-row_is-broadcast__yuvEY .msg-row_content__xi6ZG .msg-row_bubble__q9pIL .msg-row_text__kXeH5,
.msg-row_row__nxSXS.msg-row_is-broadcast__yuvEY .msg-row_content__xi6ZG .msg-row_bubble__q9pIL .msg-row_url__DGWbm,
.msg-row_row__nxSXS.msg-row_is-outgoing-survey__yJ5R_ .msg-row_content__xi6ZG .msg-row_bubble__q9pIL .msg-row_text__kXeH5,
.msg-row_row__nxSXS.msg-row_is-outgoing-survey__yJ5R_ .msg-row_content__xi6ZG .msg-row_bubble__q9pIL .msg-row_url__DGWbm,
.msg-row_row__nxSXS.msg-row_is-outgoing__uBLLG .msg-row_content__xi6ZG .msg-row_bubble__q9pIL .msg-row_text__kXeH5,
.msg-row_row__nxSXS.msg-row_is-outgoing__uBLLG .msg-row_content__xi6ZG .msg-row_bubble__q9pIL .msg-row_url__DGWbm {
  text-align: left;
}
.msg-row_row__nxSXS.msg-row_is-outgoing__uBLLG .msg-row_content__xi6ZG .msg-row_bubble__q9pIL {
  background-color: #199fff;
  color: #fff;
}
.msg-row_row__nxSXS.msg-row_is-outgoing__uBLLG .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-agent__EgJTy {
  background-color: #8158ec;
}
.msg-row_row__nxSXS.msg-row_is-outgoing__uBLLG .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-interactive__Cbf59 {
  cursor: pointer;
}
.msg-row_row__nxSXS.msg-row_is-outgoing__uBLLG .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-interactive__Cbf59 .msg-row_msg-button__D69kl {
  color: #fff;
}
.msg-row_row__nxSXS.msg-row_is-outgoing__uBLLG .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-interactive__Cbf59 .msg-row_wrapper-img__KCvEk + .msg-row_text__kXeH5,
.msg-row_row__nxSXS.msg-row_is-outgoing__uBLLG .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-interactive__Cbf59 .msg-row_wrapper-img__KCvEk + .msg-row_text__kXeH5 + .msg-row_text__kXeH5 {
  padding-left: 45px;
}
.msg-row_row__nxSXS.msg-row_is-outgoing__uBLLG .msg-row_content__xi6ZG .msg-row_bubble__q9pIL .msg-row_timestamp__jv4JE,
.msg-row_row__nxSXS.msg-row_is-outgoing__uBLLG .msg-row_content__xi6ZG .msg-row_bubble__q9pIL a {
  color: #fff;
}
.msg-row_row__nxSXS.msg-row_is-outgoing__uBLLG .msg-row_text__kXeH5.msg-row_media-error__n675S {
  font-style: italic;
}
.msg-row_row__nxSXS.msg-row_is-broadcast__yuvEY .msg-row_content__xi6ZG .msg-row_bubble__q9pIL,
.msg-row_row__nxSXS.msg-row_is-outgoing-survey__yJ5R_ .msg-row_content__xi6ZG .msg-row_bubble__q9pIL {
  background-color: #ffc926;
}
.msg-row_row__nxSXS.msg-row_is-outgoing__uBLLG .msg-row_content__xi6ZG .msg-row_bubble__q9pIL .msg-row_blurred-message__za9yG {
  text-shadow: 0 0 6px #fff;
  color: transparent;
}
.msg-row_row__nxSXS.msg-row_is-broadcast__yuvEY .msg-row_content__xi6ZG .msg-row_bubble__q9pIL .msg-row_blurred-message__za9yG,
.msg-row_row__nxSXS.msg-row_is-incoming-survey__xEWVk .msg-row_content__xi6ZG .msg-row_bubble__q9pIL .msg-row_blurred-message__za9yG,
.msg-row_row__nxSXS.msg-row_is-incoming__1GrgZ .msg-row_content__xi6ZG .msg-row_bubble__q9pIL .msg-row_blurred-message__za9yG,
.msg-row_row__nxSXS.msg-row_is-outgoing-survey__yJ5R_ .msg-row_content__xi6ZG .msg-row_bubble__q9pIL .msg-row_blurred-message__za9yG {
  text-shadow: 0 0 6px #17191a;
  color: transparent;
}
.msg-row_row__nxSXS.msg-row_is-incoming-survey__xEWVk,
.msg-row_row__nxSXS.msg-row_is-incoming__1GrgZ,
.msg-row_row__nxSXS.msg-row_is-incoming__1GrgZ .msg-row_msg-button__D69kl,
.msg-row_row__nxSXS.msg-row_is-loading__ZHGDx {
  text-align: left;
}
.msg-row_row__nxSXS.msg-row_is-incoming-survey__xEWVk .msg-row_timestamp__jv4JE,
.msg-row_row__nxSXS.msg-row_is-incoming__1GrgZ .msg-row_timestamp__jv4JE,
.msg-row_row__nxSXS.msg-row_is-loading__ZHGDx .msg-row_timestamp__jv4JE {
  left: 30px;
}
.msg-row_row__nxSXS.msg-row_is-incoming-survey__xEWVk .msg-row_content__xi6ZG .msg-row_footer__9DwQx,
.msg-row_row__nxSXS.msg-row_is-incoming__1GrgZ .msg-row_content__xi6ZG .msg-row_footer__9DwQx,
.msg-row_row__nxSXS.msg-row_is-loading__ZHGDx .msg-row_content__xi6ZG .msg-row_footer__9DwQx {
  flex-direction: row;
}
.msg-row_row__nxSXS.msg-row_is-incoming-survey__xEWVk .msg-row_content__xi6ZG .msg-row_footer__9DwQx .msg-row_footer-text__aejuI,
.msg-row_row__nxSXS.msg-row_is-incoming__1GrgZ .msg-row_content__xi6ZG .msg-row_footer__9DwQx .msg-row_footer-text__aejuI,
.msg-row_row__nxSXS.msg-row_is-loading__ZHGDx .msg-row_content__xi6ZG .msg-row_footer__9DwQx .msg-row_footer-text__aejuI {
  margin-left: 68px;
}
.msg-row_row__nxSXS.msg-row_is-incoming-survey__xEWVk .msg-row_content__xi6ZG .msg-row_bubble__q9pIL,
.msg-row_row__nxSXS.msg-row_is-incoming__1GrgZ .msg-row_content__xi6ZG .msg-row_bubble__q9pIL,
.msg-row_row__nxSXS.msg-row_is-loading__ZHGDx .msg-row_content__xi6ZG .msg-row_bubble__q9pIL {
  background-color: #f5f5f5;
  border-radius: 2px 18px 18px 18px;
}
.msg-row_row__nxSXS.msg-row_is-incoming-survey__xEWVk .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-interactive__Cbf59 .msg-row_visible-message__0_0jd,
.msg-row_row__nxSXS.msg-row_is-incoming__1GrgZ .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-interactive__Cbf59 .msg-row_visible-message__0_0jd,
.msg-row_row__nxSXS.msg-row_is-loading__ZHGDx .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-interactive__Cbf59 .msg-row_visible-message__0_0jd {
  flex-direction: row-reverse;
}
.msg-row_row__nxSXS.msg-row_is-incoming-survey__xEWVk .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-interactive__Cbf59 .msg-row_wrapper-img__KCvEk,
.msg-row_row__nxSXS.msg-row_is-incoming__1GrgZ .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-interactive__Cbf59 .msg-row_wrapper-img__KCvEk,
.msg-row_row__nxSXS.msg-row_is-loading__ZHGDx .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-interactive__Cbf59 .msg-row_wrapper-img__KCvEk {
  margin-left: 8px;
  margin-right: 0;
}
.msg-row_row__nxSXS.msg-row_is-incoming-survey__xEWVk .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-interactive__Cbf59 .msg-row_wrapper-img__KCvEk + .msg-row_text__kXeH5,
.msg-row_row__nxSXS.msg-row_is-incoming-survey__xEWVk
  .msg-row_content__xi6ZG
  .msg-row_bubble__q9pIL.msg-row_is-interactive__Cbf59
  .msg-row_wrapper-img__KCvEk
  + .msg-row_text__kXeH5
  + .msg-row_text__kXeH5,
.msg-row_row__nxSXS.msg-row_is-incoming__1GrgZ .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-interactive__Cbf59 .msg-row_wrapper-img__KCvEk + .msg-row_text__kXeH5,
.msg-row_row__nxSXS.msg-row_is-incoming__1GrgZ .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-interactive__Cbf59 .msg-row_wrapper-img__KCvEk + .msg-row_text__kXeH5 + .msg-row_text__kXeH5,
.msg-row_row__nxSXS.msg-row_is-loading__ZHGDx .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-interactive__Cbf59 .msg-row_wrapper-img__KCvEk + .msg-row_text__kXeH5,
.msg-row_row__nxSXS.msg-row_is-loading__ZHGDx .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-interactive__Cbf59 .msg-row_wrapper-img__KCvEk + .msg-row_text__kXeH5 + .msg-row_text__kXeH5 {
  padding-right: 55px;
}
.msg-row_row__nxSXS.msg-row_is-incoming-survey__xEWVk .msg-row_content__xi6ZG .msg-row_text__kXeH5.msg-row_media-error__n675S,
.msg-row_row__nxSXS.msg-row_is-incoming__1GrgZ .msg-row_content__xi6ZG .msg-row_text__kXeH5.msg-row_media-error__n675S,
.msg-row_row__nxSXS.msg-row_is-loading__ZHGDx .msg-row_content__xi6ZG .msg-row_text__kXeH5.msg-row_media-error__n675S {
  color: #4a4a4a;
  font-style: italic;
}
.msg-row_row__nxSXS.msg-row_is-broadcast__yuvEY .msg-row_content__xi6ZG .msg-row_bubble__q9pIL,
.msg-row_row__nxSXS.msg-row_is-incoming-survey__xEWVk .msg-row_content__xi6ZG .msg-row_bubble__q9pIL,
.msg-row_row__nxSXS.msg-row_is-outgoing-survey__yJ5R_ .msg-row_content__xi6ZG .msg-row_bubble__q9pIL {
  padding-left: 42px;
  background-size: 22px auto;
  background-position: 12px 50%;
}
.msg-row_row__nxSXS.msg-row_is-broadcast__yuvEY .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-media__8D7Si,
.msg-row_row__nxSXS.msg-row_is-incoming-survey__xEWVk .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-media__8D7Si,
.msg-row_row__nxSXS.msg-row_is-outgoing-survey__yJ5R_ .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-media__8D7Si {
  padding-left: 42px;
}
.msg-row_row__nxSXS.msg-row_is-broadcast__yuvEY .msg-row_content__xi6ZG .msg-row_bubble__q9pIL .msg-row_wrapper-img__KCvEk,
.msg-row_row__nxSXS.msg-row_is-incoming-survey__xEWVk .msg-row_content__xi6ZG .msg-row_bubble__q9pIL .msg-row_wrapper-img__KCvEk,
.msg-row_row__nxSXS.msg-row_is-outgoing-survey__yJ5R_ .msg-row_content__xi6ZG .msg-row_bubble__q9pIL .msg-row_wrapper-img__KCvEk {
  position: absolute;
  top: calc(50% + 5px);
  left: 5px;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG {
  padding: 0 12px;
  position: relative;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG:hover .msg-row_create-template__4TAhJ,
.msg-row_row__nxSXS .msg-row_content__xi6ZG:hover .msg-row_download-image__xM9Mj,
.msg-row_row__nxSXS .msg-row_content__xi6ZG:hover .msg-row_hide-message__eZ_gC,
.msg-row_row__nxSXS .msg-row_content__xi6ZG:hover .msg-row_hide-message__eZ_gC.msg-row_hidden__JenuH,
.msg-row_row__nxSXS .msg-row_content__xi6ZG:hover .msg-row_translate-message__y55iz,
.msg-row_row__nxSXS .msg-row_content__xi6ZG:hover .msg-row_translate-message__y55iz.msg-row_translated__Im66O {
  visibility: visible;
  border: none;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_button-wrapper__79Fil {
  position: absolute;
  display: flex;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_button-wrapper__79Fil.msg-row_incoming__fPrfs {
  left: calc(100% + 5px);
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_button-wrapper__79Fil.msg-row_outgoing__hgcZ_ {
  right: calc(100% + 5px);
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_button-wrapper__79Fil .msg-row_create-template__4TAhJ {
  background: url(/_next/static/media/template-new-grey.999b4f73.svg) transparent no-repeat 50%/78%;
  background-position: 65% 50%;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_button-wrapper__79Fil .msg-row_download-image__xM9Mj {
  background: url(/_next/static/media/download-grey.afc42436.svg) transparent no-repeat 50%/64%;
  background-position: 50% 40%;
  text-decoration: none;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_button-wrapper__79Fil .msg-row_download-image__xM9Mj:hover {
  background-image: url(/_next/static/media/download-black.378fd928.svg);
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_button-wrapper__79Fil .msg-row_hide-message__eZ_gC {
  background: url(/_next/static/media/eye-hide-grey.1991cb3c.svg) transparent no-repeat 50%/78%;
  background-position: 50% 50%;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_button-wrapper__79Fil .msg-row_hide-message__eZ_gC:hover {
  background-image: url(/_next/static/media/eye-hide-black.2ede0eef.svg);
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_button-wrapper__79Fil .msg-row_hide-message__eZ_gC.msg-row_hidden__JenuH {
  background: url(/_next/static/media/eye-show-grey.11a6fd34.svg) transparent no-repeat 50%/78%;
  background-position: 50% 50%;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_button-wrapper__79Fil .msg-row_hide-message__eZ_gC.msg-row_hidden__JenuH:hover {
  background-image: url(/_next/static/media/eye-show-black.dd7391d6.svg);
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_button-wrapper__79Fil .msg-row_translate-message__y55iz {
  background: url(/icons/ai-translate-grey.svg) transparent no-repeat 50%/78%;
  background-position: 50% 50%;
  height: 20px;
  width: 20px;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_button-wrapper__79Fil .msg-row_translate-message__y55iz:hover {
  background-image: url(/icons/ai-translate-black.svg);
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_button-wrapper__79Fil .msg-row_translate-message__y55iz.msg-row_translated__Im66O {
  background: url(/icons/ai-untranslate-grey.svg) transparent no-repeat 50%/78%;
  background-position: 50% 50%;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_button-wrapper__79Fil .msg-row_translate-message__y55iz.msg-row_translated__Im66O:hover {
  background-image: url(/icons/ai-untranslate-black.svg);
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_create-template__4TAhJ,
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_download-image__xM9Mj,
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_hide-message__eZ_gC,
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_hide-message__eZ_gC.msg-row_hidden__JenuH,
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_translate-message__y55iz,
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_translate-message__y55iz.msg-row_translated__Im66O {
  border-radius: 100%;
  visibility: hidden;
  background-position: 50% 40%;
  height: 24px;
  width: 24px;
  position: relative;
  background-size: 66% 66%;
  margin-top: 0;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_create-template__4TAhJ:hover,
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_download-image__xM9Mj:hover,
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_hide-message__eZ_gC.msg-row_hidden__JenuH:hover,
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_hide-message__eZ_gC:hover,
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_translate-message__y55iz.msg-row_translated__Im66O:hover,
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_translate-message__y55iz:hover {
  background-color: #f5f5f5;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_create-template__4TAhJ:hover .msg-row_tooltip__ctF_C,
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_download-image__xM9Mj:hover .msg-row_tooltip__ctF_C,
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_hide-message__eZ_gC.msg-row_hidden__JenuH:hover .msg-row_tooltip__ctF_C,
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_hide-message__eZ_gC:hover .msg-row_tooltip__ctF_C,
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_translate-message__y55iz.msg-row_translated__Im66O:hover .msg-row_tooltip__ctF_C,
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_translate-message__y55iz:hover .msg-row_tooltip__ctF_C {
  visibility: visible;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_create-template__4TAhJ .msg-row_tooltip__ctF_C,
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_download-image__xM9Mj .msg-row_tooltip__ctF_C,
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_hide-message__eZ_gC .msg-row_tooltip__ctF_C,
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_hide-message__eZ_gC.msg-row_hidden__JenuH .msg-row_tooltip__ctF_C,
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_translate-message__y55iz .msg-row_tooltip__ctF_C,
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_translate-message__y55iz.msg-row_translated__Im66O .msg-row_tooltip__ctF_C {
  visibility: hidden;
  display: block;
  position: absolute;
  top: -35px;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_avatar-container__wqchO {
  float: left;
  width: 40px;
  box-sizing: border-box;
  position: absolute;
  top: 19px;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_avatar-container__wqchO .msg-row_channel-abc__Pn_2m {
  width: 120%;
  height: 120%;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_sender-name__uPOF2 {
  margin-bottom: 2px;
  padding: 0 2px 0 0;
  color: #999;
  font-size: 11px;
  font-weight: 400;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_sender-name__uPOF2 .msg-row_timestamp__jv4JE {
  font-size: 11px;
  display: inline;
  color: #999;
  text-align: center;
  padding: 0;
  position: relative;
  left: 0;
  bottom: 0;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_sender-name__uPOF2 .msg-row_timestamp__jv4JE .msg-row_date-tooltip__qP1aE.msg-row_pos-left__RLBBn {
  right: -45px;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_sender-name__uPOF2 .msg-row_timestamp__jv4JE .msg-row_date-tooltip__qP1aE.msg-row_pos-right__YI9wx {
  right: -105px;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_footer__9DwQx {
  color: #999;
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
  padding-right: 2px;
  bottom: -19px;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_footer__9DwQx .text-only {
  padding-right: 0;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_footer__9DwQx .msg-row_status-hidden__s7QTY {
  font-style: italic;
  color: #999;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_footer__9DwQx .msg-row_status-hidden__s7QTY.msg-row_incoming__fPrfs {
  padding-left: 48px;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_footer__9DwQx .msg-row_status__tTHr6 {
  padding-left: 8px;
  line-height: 20px;
  padding-top: 4px;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_footer__9DwQx .msg-row_status__tTHr6.msg-row_failed__yEgFx {
  color: #d0021b;
  position: relative;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_footer__9DwQx .msg-row_status__tTHr6.msg-row_failed__yEgFx:hover .msg-row_tooltip__ctF_C {
  display: block;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_footer__9DwQx .msg-row_status__tTHr6.msg-row_seen___X5kB {
  position: relative;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_footer__9DwQx .msg-row_status__tTHr6.msg-row_seen___X5kB:hover .msg-row_tooltip__ctF_C {
  display: block;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_bubble__q9pIL {
  color: #17191a;
  padding: 8px 12px;
  display: inline-block;
  border-radius: 18px 2px 18px 18px;
  position: relative;
  margin: 0;
  max-width: 75%;
  min-width: 36px;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_bubble__q9pIL a {
  text-decoration: underline;
  color: #17191a;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-media__8D7Si {
  padding: 12px;
  text-align: center;
  min-width: auto;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-media__8D7Si .msg-row_timestamp__jv4JE {
  display: block;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-media__8D7Si .msg-row_wrapper-img__KCvEk {
  position: relative;
  left: 0;
  overflow: hidden;
  line-height: 0px;
  border-radius: 9px;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-media__8D7Si .msg-row_wrapper-img__KCvEk .msg-row_media__QMnAz,
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-media__8D7Si .msg-row_wrapper-img__KCvEk video {
  border-radius: 9px;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-media__8D7Si .msg-row_wrapper-img__KCvEk .msg-row_loader__IeYFQ {
  position: absolute;
  background: url(/icons/loader.gif) transparent no-repeat 50%/100%;
  width: 50px;
  height: 50px;
  display: inline-block;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  margin: 0;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-media__8D7Si .msg-row_amr-audio__4LjcY {
  text-decoration: none;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-interactive__Cbf59 .msg-row_subtitle-text__qDZrq {
  padding-top: 4px;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-interactive__Cbf59.msg-row_contains-media__lQx2U {
  min-height: 80px;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-interactive__Cbf59 .msg-row_visible-message__0_0jd {
  display: flex;
  align-items: center;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-interactive__Cbf59 .msg-row_wrapper-img__KCvEk {
  height: 40px;
  margin-right: 8px;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_bubble__q9pIL.msg-row_is-interactive__Cbf59 .msg-row_wrapper-img__KCvEk .msg-row_media__QMnAz {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  object-fit: cover;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_bubble__q9pIL .msg-row_name-vcard__C17Co {
  width: auto;
  line-height: 40px;
  background: #53a666;
  display: inline-block;
  border-radius: 18px;
  padding: 0 50px 0 15px;
  position: relative;
  color: #fff;
  text-decoration: inherit;
  margin: 0;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_bubble__q9pIL .msg-row_name-vcard__C17Co span {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: auto;
  width: 32px;
  display: inline-block;
  background: #eb964d;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 32px;
  border-radius: 22px;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_bubble__q9pIL .msg-row_text__kXeH5,
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_bubble__q9pIL .msg-row_text__kXeH5 span {
  word-wrap: break-word;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_bubble__q9pIL img.msg-row_media__QMnAz {
  width: auto;
  height: 150px;
  cursor: pointer;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_bubble__q9pIL img.msg-row_media__QMnAz:before {
  content: ' ';
  height: 144px;
  display: block;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_bubble__q9pIL img.msg-row_media__QMnAz.msg-row_placeholder__6hfX6 {
  width: 50px;
  height: 50px;
}
.msg-row_row__nxSXS .msg-row_content__xi6ZG .msg-row_bubble__q9pIL img.msg-row_img-null__tbWfy {
  height: auto;
  width: 100%;
  max-width: 500px;
  min-height: 100px;
  min-width: 100px;
}
.auth_layout_footer__PAjBB {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.auth_layout_mini-square__uTmf3 {
  width: 20px;
  height: 20px;
}
.auth_layout_visibility-hidden__Tz6j7 {
  visibility: hidden;
}
.auth_layout_auth-page__MlyNc {
  text-align: center;
  width: 100%;
  height: calc(100vh - 76px);
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  min-height: 500px;
}
.auth_layout_auth-page__MlyNc .auth_layout_signup-last-step__N_eVw {
  max-width: 625px;
  min-height: 680px;
  margin: 115px auto;
  text-align: left;
}
@media (max-width: 667px) {
  .auth_layout_auth-page__MlyNc .auth_layout_signup-last-step__N_eVw #auth_layout_signup-last-step__N_eVw {
    margin: 0 40px;
  }
}
.auth_layout_auth-page__MlyNc .auth_layout_signup-last-step__N_eVw .auth_layout_custom-select__YeJpn,
.auth_layout_auth-page__MlyNc .auth_layout_signup-last-step__N_eVw input {
  border: 1px solid #e6e6e6 !important;
  max-width: 100% !important;
  float: none !important;
}
.auth_layout_auth-page__MlyNc .auth_layout_signup-last-step__N_eVw .auth_layout_custom-select__YeJpn {
  background-position: calc(100% - 8px) !important;
}
.auth_layout_auth-page__MlyNc .auth_layout_signup-last-step__N_eVw .auth_layout_label__puDNu {
  color: #37474f !important;
}
.auth_layout_auth-page__MlyNc .auth_layout_signup-last-step__N_eVw h3 {
  padding-left: 0 !important;
  text-align: left !important;
}
.auth_layout_auth-page__MlyNc .auth_layout_signup-last-step__N_eVw #auth_layout_submit-signup-last-step__FRIVT {
  max-width: 100px;
  float: none;
  margin: 0 auto;
  display: block;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT {
  position: relative;
  min-height: calc(100vh - 76px);
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u {
  box-sizing: border-box;
  width: 100%;
  min-height: calc(100vh - 76px);
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_logo-link__Hq4dV {
  position: absolute;
  top: -180px;
  right: 0;
  left: 0;
  height: 100px;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az {
  position: relative;
  box-sizing: border-box;
  display: flex;
  min-height: calc(100vh - 76px);
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az.auth_layout_auth-centered-fixed-content__eZjQH {
  max-width: 620px;
  min-height: 720px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.auth_layout_auth-page__MlyNc
  .auth_layout_wrapper-inner__OYGZT
  .auth_layout_auth-inner__ORS1u
  .auth_layout_auth__vr7az.auth_layout_auth-centered-fixed-content__eZjQH
  form
  input:not([type='checkbox']) {
  width: 100%;
  max-width: 100%;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az h1 {
  text-align: center;
  font-weight: 500;
  padding-bottom: 20px;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az h3,
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az h5,
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az p {
  display: inline-block;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az h3 {
  color: #17191a;
  font-weight: 700;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
  letter-spacing: 0.41px;
  display: block;
  margin: 0;
  text-align: center;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
  color: #999;
  margin: 0;
  display: block;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az h5 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
  font-weight: 400 !important;
  color: #37474f;
  margin: 16px 0 24px;
  display: block;
  text-align: center;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az .auth_layout_phone-signin__ae_oY {
  width: 100%;
  text-align: center;
  margin: 32px auto;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
  color: #aaa;
  display: block;
  overflow: hidden;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az form {
  margin: 15px 0;
  display: inline-block;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az form .auth_layout_custom-select__YeJpn,
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az form input:not([type='checkbox']) {
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #f9f9f9;
  background-color: #f9f9f9 !important;
  width: 100%;
  height: 50px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
  float: left;
  color: #17191a;
  margin: 0 0 16px !important;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az form .auth_layout_custom-select__YeJpn ::placeholder,
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az form input:not([type='checkbox']) ::placeholder {
  color: #999;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az form .auth_layout_custom-select__YeJpn:focus,
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az form input:not([type='checkbox']):focus {
  border: 1px solid #fac25b;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az form .auth_layout_custom-select__YeJpn {
  margin-left: 0 !important;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az form .auth_layout_custom-select__YeJpn.auth_layout_light-grey__Yweno {
  color: #999 !important;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az form .auth_layout_custom-select__YeJpn.auth_layout_dark-grey__IDE4Y {
  color: #17191a !important;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az form .auth_layout_bot-form__LrFiy .auth_layout_access__XvXOT {
  color: #a5a5a5;
  text-shadow: 0 0 #a5a5a5;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az form button {
  border-radius: 4px;
  background: #ffc926;
  text-align: center;
  color: #17191a;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
  height: 50px;
  width: 100%;
  border: 0;
  outline: 0;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az form button[disabled] {
  background: #ddd;
  color: #999;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az form .auth_layout_signin-wrapper__jGJig {
  margin-top: 24px;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az form .auth_layout_signin-wrapper__jGJig a {
  padding: 15px;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az .auth_layout_forms-link-wrapper__s26oL {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az .auth_layout_forms-link-wrapper__s26oL .auth_layout_form-link__rzp9E {
  padding-left: 0;
  width: auto;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az .auth_layout_form-link__rzp9E {
  width: 100%;
  margin: 0 0 24px;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  text-align: right;
  display: block;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az .auth_layout_form-link__rzp9E.auth_layout_forgot-password__MJULy:hover {
  color: #4a90e2;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az .auth_layout_bg-img-wrapper__Ns3z0 {
  overflow: hidden;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az .auth_layout_login-bg-img__DiqsG {
  position: absolute;
  width: 1788px;
  z-index: -1;
  top: 10%;
  left: 46%;
  transform: translateX(-50%);
}
@media (max-width: 960px) {
  .auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az .auth_layout_login-bg-img__DiqsG {
    top: 15%;
    left: 42%;
  }
}
@media (min-width: 1399px) {
  .auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az .auth_layout_login-bg-img__DiqsG {
    top: 10%;
    left: 48%;
  }
}
@media (min-width: 1999px) {
  .auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az .auth_layout_login-bg-img__DiqsG {
    top: 14%;
    left: 48%;
  }
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az.auth_layout_auth-login__8UQ1m .auth_layout_auth-login-form__a_CLy {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  padding: 64px 35px 109px 69px;
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth_layout_auth-page__MlyNc
  .auth_layout_wrapper-inner__OYGZT
  .auth_layout_auth-inner__ORS1u
  .auth_layout_auth__vr7az.auth_layout_auth-login__8UQ1m
  .auth_layout_auth-login-form__a_CLy
  .auth_layout_wrapper-login-form__2Dqvi {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  padding: 40px;
  width: 438px;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az.auth_layout_auth-login__8UQ1m .auth_layout_auth-login-form__a_CLy h3 {
  margin-bottom: 24px;
}
.auth_layout_auth-page__MlyNc
  .auth_layout_wrapper-inner__OYGZT
  .auth_layout_auth-inner__ORS1u
  .auth_layout_auth__vr7az.auth_layout_auth-login__8UQ1m
  .auth_layout_auth-login-form__a_CLy.auth_layout_zendesk__dpD_e {
  float: none;
  width: 100%;
}
.auth_layout_auth-page__MlyNc
  .auth_layout_wrapper-inner__OYGZT
  .auth_layout_auth-inner__ORS1u
  .auth_layout_auth__vr7az.auth_layout_auth-login__8UQ1m
  .auth_layout_auth-login-form__a_CLy.auth_layout_zendesk__dpD_e
  form
  .auth_layout_info__uzA7Z {
  top: 230px;
}
.auth_layout_auth-page__MlyNc
  .auth_layout_wrapper-inner__OYGZT
  .auth_layout_auth-inner__ORS1u
  .auth_layout_auth__vr7az.auth_layout_auth-login__8UQ1m
  .auth_layout_auth-login-form__a_CLy.auth_layout_zendesk__dpD_e
  form
  button {
  max-width: 100%;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az.auth_layout_auth-login__8UQ1m .auth_layout_auth-login-form__a_CLy form {
  width: 100%;
  text-align: center;
  margin: 0;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az.auth_layout_auth-login__8UQ1m .auth_layout_auth-login-form__a_CLy form input {
  margin-left: 40px;
  max-width: 100%;
  width: 100%;
}
.auth_layout_auth-page__MlyNc
  .auth_layout_wrapper-inner__OYGZT
  .auth_layout_auth-inner__ORS1u
  .auth_layout_auth__vr7az.auth_layout_auth-login__8UQ1m
  .auth_layout_auth-login-form__a_CLy
  form
  .auth_layout_bot-form__LrFiy {
  margin-top: 20px;
  color: #999;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.auth_layout_auth-page__MlyNc
  .auth_layout_wrapper-inner__OYGZT
  .auth_layout_auth-inner__ORS1u
  .auth_layout_auth__vr7az.auth_layout_auth-login__8UQ1m
  .auth_layout_auth-login-form__a_CLy
  form
  .auth_layout_info__uzA7Z {
  left: auto;
}
@media (min-width: 720px) and (max-width: 960px) {
  .auth_layout_auth-page__MlyNc
    .auth_layout_wrapper-inner__OYGZT
    .auth_layout_auth-inner__ORS1u
    .auth_layout_auth__vr7az.auth_layout_auth-login__8UQ1m
    .auth_layout_auth-login-form__a_CLy
    form
    .auth_layout_info__uzA7Z {
    top: 60px;
  }
}
@media (max-width: 719px) {
  .auth_layout_auth-page__MlyNc
    .auth_layout_wrapper-inner__OYGZT
    .auth_layout_auth-inner__ORS1u
    .auth_layout_auth__vr7az.auth_layout_auth-login__8UQ1m
    .auth_layout_auth-login-form__a_CLy
    form
    .auth_layout_info__uzA7Z {
    top: 65px;
  }
}
@media (max-width: 500px) {
  .auth_layout_auth-page__MlyNc
    .auth_layout_wrapper-inner__OYGZT
    .auth_layout_auth-inner__ORS1u
    .auth_layout_auth__vr7az.auth_layout_auth-login__8UQ1m
    .auth_layout_auth-login-form__a_CLy
    form
    .auth_layout_info__uzA7Z {
    top: 90px;
  }
}
@media (max-width: 480px) {
  .auth_layout_auth-page__MlyNc
    .auth_layout_wrapper-inner__OYGZT
    .auth_layout_auth-inner__ORS1u
    .auth_layout_auth__vr7az.auth_layout_auth-login__8UQ1m
    .auth_layout_auth-login-form__a_CLy
    form
    .auth_layout_info__uzA7Z {
    left: 50%;
    transform: translateX(-50%);
  }
}
.auth_layout_auth-page__MlyNc
  .auth_layout_wrapper-inner__OYGZT
  .auth_layout_auth-inner__ORS1u
  .auth_layout_auth__vr7az.auth_layout_auth-login__8UQ1m
  .auth_layout_auth-login-form__a_CLy
  #auth_layout_submit-login__Bchhw {
  max-width: 100%;
}
.auth_layout_auth-page__MlyNc
  .auth_layout_wrapper-inner__OYGZT
  .auth_layout_auth-inner__ORS1u
  .auth_layout_auth__vr7az.auth_layout_auth-login__8UQ1m
  .auth_layout_auth-login-form__a_CLy
  .auth_layout_form-link__rzp9E {
  margin: 8px 0 0;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az.auth_layout_auth-new-password__n7X4h .auth_layout_reset-password-wrapper__qIpBV,
.auth_layout_auth-page__MlyNc
  .auth_layout_wrapper-inner__OYGZT
  .auth_layout_auth-inner__ORS1u
  .auth_layout_auth__vr7az.auth_layout_auth-reset-password__PGl_K
  .auth_layout_reset-password-wrapper__qIpBV {
  width: 430px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  padding: 40px;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az.auth_layout_auth-new-password__n7X4h h3,
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az.auth_layout_auth-reset-password__PGl_K h3 {
  margin-bottom: 15px;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az.auth_layout_auth-new-password__n7X4h p,
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az.auth_layout_auth-reset-password__PGl_K p {
  margin-bottom: 25px;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az.auth_layout_auth-new-password__n7X4h form,
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az.auth_layout_auth-reset-password__PGl_K form {
  width: 100%;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az.auth_layout_auth-new-password__n7X4h .auth_layout_login-bg-img__DiqsG,
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az.auth_layout_auth-reset-password__PGl_K .auth_layout_login-bg-img__DiqsG {
  max-height: 100%;
  overflow: hidden;
  background-clip: border-box;
}
.auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_form-only__AafYr {
  justify-content: center;
}
@media (max-width: 719px) {
  .auth_layout_auth-page__MlyNc {
    height: calc(100vh - 162px);
  }
  .auth_layout_auth-page__MlyNc.auth_layout_login__S2ogr {
    min-height: calc(100vh - 162px);
  }
  .auth_layout_auth-container__UJvWA
    .auth_layout_auth-page__MlyNc
    .auth_layout_wrapper-inner__OYGZT
    .auth_layout_auth-inner__ORS1u
    .auth_layout_auth__vr7az.auth_layout_auth-login__8UQ1m
    .auth_layout_auth-login-form__a_CLy {
    width: 100%;
    padding: 100px 35px 60px;
  }
  .auth_layout_auth-container__UJvWA
    .auth_layout_auth-page__MlyNc
    .auth_layout_wrapper-inner__OYGZT
    .auth_layout_auth-inner__ORS1u
    .auth_layout_auth__vr7az.auth_layout_auth-login__8UQ1m
    .auth_layout_auth-login-form__a_CLy
    .auth_layout_wrapper-login-form__2Dqvi {
    margin: 0 auto;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .auth_layout_auth-container__UJvWA
    .auth_layout_auth-page__MlyNc
    .auth_layout_wrapper-inner__OYGZT
    .auth_layout_auth-inner__ORS1u
    .auth_layout_auth__vr7az.auth_layout_auth-login__8UQ1m
    .auth_layout_auth-login-form__a_CLy {
    padding: 64px 20px 60px;
  }
}
@media (min-width: 960px) and (max-width: 1200px) {
  .auth_layout_auth-container__UJvWA .auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az form {
    margin-left: 0 !important;
  }
}
@media (max-width: 500px) {
  .auth_layout_code-model__fHf6S.auth_layout_verify-existing__UcbMr .auth_layout_content__8fsci {
    padding: 0;
  }
  .auth_layout_code-model__fHf6S.auth_layout_verify-existing__UcbMr .auth_layout_content__8fsci .auth_layout_icon-logo__1Epc_ {
    height: 100px;
  }
  .auth_layout_code-model__fHf6S.auth_layout_verify-existing__UcbMr .auth_layout_content__8fsci h2 {
    font-size: 20px;
  }
  .auth_layout_code-model__fHf6S.auth_layout_verify-existing__UcbMr .auth_layout_content__8fsci h3 {
    font-size: 16px;
    margin: 20px 16px 45px;
  }
  .auth_layout_auth-container__UJvWA .auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u.auth_layout_get-app-mobile__KtQ7s {
    padding-top: 25px;
  }
  .auth_layout_auth-container__UJvWA .auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u.auth_layout_get-app-mobile__KtQ7s h4 {
    font-weight: 500;
    padding: 5px 50px;
    line-height: 25px;
    margin: 0;
  }
  .auth_layout_auth-container__UJvWA .auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u.auth_layout_get-app-mobile__KtQ7s .auth_layout_get-app-link__k_I08 {
    width: 150px;
    height: 50px;
    margin: 50px auto;
  }
  .auth_layout_auth-container__UJvWA .auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az {
    padding: 0;
  }
  .auth_layout_auth-container__UJvWA .auth_layout_auth-page__MlyNc .auth_layout_wrapper-inner__OYGZT .auth_layout_auth-inner__ORS1u .auth_layout_auth__vr7az h3 {
    padding: 0 20px;
  }
  .auth_layout_auth-container__UJvWA
    .auth_layout_auth-page__MlyNc
    .auth_layout_wrapper-inner__OYGZT
    .auth_layout_auth-inner__ORS1u
    .auth_layout_auth__vr7az.auth_layout_auth-login__8UQ1m
    .auth_layout_auth-login-form__a_CLy {
    padding: 170px 20px 50px;
  }
  .auth_layout_auth-container__UJvWA
    .auth_layout_auth-page__MlyNc
    .auth_layout_wrapper-inner__OYGZT
    .auth_layout_auth-inner__ORS1u
    .auth_layout_auth__vr7az.auth_layout_auth-login__8UQ1m
    .auth_layout_auth-login-form__a_CLy.auth_layout_embed-login__OQQwm {
    padding: 50px 20px;
  }
  .auth_layout_auth-container__UJvWA
    .auth_layout_auth-page__MlyNc
    .auth_layout_wrapper-inner__OYGZT
    .auth_layout_auth-inner__ORS1u
    .auth_layout_auth__vr7az.auth_layout_auth-login__8UQ1m
    .auth_layout_auth-login-form__a_CLy
    form#auth_layout_login__S2ogr
    input {
    margin-left: 20px;
  }
}
.auth_layout_paragraphText__ECSul {
  margin-bottom: 42px !important;
}
.auth_layout_baa-compliance__IZztt {
  max-width: 665px;
  min-height: 720px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
.auth_layout_baa-compliance__IZztt .auth_layout_email__9kas6 {
  height: 140px;
  width: 140px;
  margin: 0 0 34px;
}
.auth_layout_baa-compliance__IZztt p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
  color: #37474f;
  margin: 0 0 16px;
}
.auth_layout_baa-compliance__IZztt h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
  color: #17191a;
  margin: 0 0 16px;
}
.auth_layout_baa-compliance__IZztt button {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
  border-radius: 4px;
  background: #ffc926;
  text-align: center;
  color: #17191a;
  margin-top: 24px;
  height: 50px;
  width: 170px;
  border: 0;
  outline: 0;
}
.auth_layout_baa-compliance__IZztt button[disabled] {
  background: #ddd;
  color: #999;
}
.auth_layout_footer__PAjBB {
  display: flex;
  background: #17191a;
  padding: 18px 0;
}
.auth_layout_footer__PAjBB .auth_layout_container__tziFd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 20px;
}
.auth_layout_footer__PAjBB .auth_layout_container__tziFd .auth_layout_footer-link__s7HrH {
  display: flex;
  align-items: center;
  min-height: 40px;
  order: 1;
}
.auth_layout_footer__PAjBB .auth_layout_container__tziFd .auth_layout_footer-link__s7HrH a {
  color: #999;
}
.auth_layout_footer__PAjBB .auth_layout_container__tziFd .auth_layout_footer-link__s7HrH a:not(:last-child) {
  margin: 0 12px 0 0;
}
.auth_layout_footer__PAjBB .auth_layout_container__tziFd .auth_layout_copyright__Yc35I {
  color: #999;
  display: flex;
  align-items: center;
  min-height: 40px;
  order: 2;
}
.auth_layout_footer__PAjBB .auth_layout_container__tziFd .auth_layout_app-wrapper__6GZ4J {
  order: 3;
  display: flex;
}
.auth_layout_footer__PAjBB .auth_layout_container__tziFd .auth_layout_app-wrapper__6GZ4J a {
  width: 120px;
  height: 30px;
}
@media (max-width: 720px) {
  .auth_layout_footer__PAjBB .auth_layout_container__tziFd {
    flex-direction: column;
  }
  .auth_layout_footer__PAjBB .auth_layout_container__tziFd .auth_layout_footer-link__s7HrH {
    order: 2;
    justify-content: space-evenly;
    width: 100%;
  }
  .auth_layout_footer__PAjBB .auth_layout_container__tziFd .auth_layout_copyright__Yc35I {
    order: 1;
  }
  .auth_layout_footer__PAjBB .auth_layout_container__tziFd .auth_layout_app-wrapper__6GZ4J {
    order: 3;
    margin-top: 16px;
  }
}
.auth_layout_auth-container__UJvWA {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.auth_layout_header__eQ2W6 {
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 12px 50px;
  box-sizing: border-box;
  z-index: 999;
}
.auth_layout_header__eQ2W6 .auth_layout_header-links__LOtC5 {
  float: right;
}
.auth_layout_header__eQ2W6 a {
  color: #17191a;
  display: inline-block;
  margin-right: 16px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 18px;
}
.auth_layout_header__eQ2W6 a:last-child {
  margin-right: 0;
}
.auth_layout_header__eQ2W6 a:hover {
  color: #fac555;
}
.auth_layout_header__eQ2W6 .auth_layout_auth-header-link__EEcfY {
  text-transform: uppercase;
  background-color: #8158ec;
  border-radius: 4px;
  color: #fff;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 800;
}
.auth_layout_header__eQ2W6 .auth_layout_auth-header-link__EEcfY:hover {
  color: #fff;
  opacity: 0.9;
}
@media (max-width: 600px) {
  .auth_layout_header__eQ2W6 {
    padding: 12px 35px;
  }
}
@media (max-width: 500px) {
  .auth_layout_header__eQ2W6 {
    background-position: 50%;
    height: 76px;
    border: none;
    padding: 16px 12px;
    box-shadow: 0 1px 0 0 rgba(51, 51, 51, 0.16);
  }
  .auth_layout_header__eQ2W6 .auth_layout_header-links__LOtC5 {
    margin-top: 0;
  }
  .auth_layout_header__eQ2W6 .auth_layout_header-links__LOtC5 a {
    display: none;
  }
  .auth_layout_header__eQ2W6 .auth_layout_header-links__LOtC5 a.auth_layout_auth-header-link__EEcfY {
    display: block;
    margin-top: 3px;
  }
}
.banner_icon__57iUK {
  padding: 4px;
}
.banner_icon-wrapper__pT7_k {
  padding: 4px;
  color: #454a4d;
}
.banner_icon-wrapper-absolute__K_Etv {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.banner_icon-wrapper-absolute__K_Etv .banner_icon__57iUK {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.banner_icon-sms__UNHaK {
  background: url(/icons/chat-white.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #31a7e7;
}
.banner_icon-email__WZ5a2 {
  background: url(/icons/email-black.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #ffc926;
}
.banner_icon-mixed___bO9g {
  background: url(/icons/email+sms.svg) no-repeat 50% / cover;
  background-size: 18px;
  background-color: #0802b1;
}
.banner_icon-picker-wrapper__WEcPM {
  padding: 5px;
  border-radius: 50%;
  margin: 0 17px 0 0;
  color: #454a4d;
  border: none;
  line-height: 10px;
}
.banner_icon-picker-wrapper__WEcPM:hover {
  background-color: #e4e6e7;
  color: #454a4d;
}
.banner_icon-picker-wrapper__WEcPM:disabled {
  background-color: transparent;
  color: #757c80;
}
@media (max-width: 768px) {
  .banner_icon-picker-wrapper__WEcPM {
    margin-right: 5px;
  }
}
.banner_icon-checkmark-white__sxj7r {
  background: url(/icons/checkmark-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.banner_icon-x-white__HVX38 {
  background: url(/icons/close-white.svg) transparent no-repeat 50% / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.banner_icon-help__lyIHQ {
  background: url(/icons/help-circle-grey.svg) transparent no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.banner_icon-help__lyIHQ:hover {
  background-image: url(/icons/help-circle-black.svg);
}
.banner_container__GtHaf select,
.banner_ico-arrow-down__4Jou7 {
  background-image: url(/icons/arrow-down-black-2x.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.banner_container__GtHaf select.banner_ant-dropdown-trigger__Ldwz4,
.banner_ico-arrow-down__4Jou7.banner_ant-dropdown-trigger__Ldwz4 {
  padding-right: 24px;
  cursor: pointer;
}
.banner_container__GtHaf select.banner_ant-dropdown-trigger__Ldwz4:disabled,
.banner_container__GtHaf select.banner_ant-dropdown-trigger__Ldwz4[disabled],
.banner_ico-arrow-down__4Jou7.banner_ant-dropdown-trigger__Ldwz4:disabled,
.banner_ico-arrow-down__4Jou7.banner_ant-dropdown-trigger__Ldwz4[disabled] {
  cursor: default;
  background: transparent;
}
.banner_ico-arrow-gray__p_WNm {
  background-image: url(/icons/arrow-left-gray.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.banner_ico-arrow-gray__p_WNm.banner_down__VxvJI {
  transform: rotate(90deg);
}
.banner_ico-arrow-gray__p_WNm.banner_up__7pe6m {
  transform: rotate(-90deg);
}
.banner_ico-arrow-gray__p_WNm.banner_right__ONAk9 {
  transform: rotate(180deg);
}
.banner_ico-arrow-gray__p_WNm.banner_ant-dropdown-trigger__Ldwz4 {
  padding-right: 24px;
  cursor: pointer;
}
.banner_ico-arrow-gray__p_WNm.banner_ant-dropdown-trigger__Ldwz4:disabled,
.banner_ico-arrow-gray__p_WNm.banner_ant-dropdown-trigger__Ldwz4[disabled] {
  cursor: default;
  background: transparent;
}
.banner_icon-error-triangle__jB9nC {
  background: url(/icons/error-triangle.svg) no-repeat 50% / cover;
  height: 12px;
  width: 12px;
}
.banner_ico-compose__f94wK {
  background: url(/icons/chat-black.svg) no-repeat 50%/100% 100%;
}
.banner_ico-compose-white__kKgrB {
  background: url(/icons/chat-white.svg) no-repeat 50%/100% 100%;
}
.banner_icon-google-play__G9Y2B {
  background: url(/icons/google_play.png) transparent no-repeat 50% / contain;
}
.banner_icon-app-store__M7vN_ {
  background: url(/icons/app_store.svg) transparent no-repeat 50% / contain;
}
.banner_icon-social-fb__02VEr {
  background: url(/icons/social-fb.svg) transparent no-repeat 50% / contain;
}
.banner_icon-social-tw__c_otU {
  background: url(/icons/social-tw.svg) transparent no-repeat 50% / contain;
}
.banner_icon-disclosure__RwSHg {
  background: url(/icons/angle-right-black.svg) no-repeat 50%/24px 24px;
  width: 24px;
  height: 24px;
}
.banner_icon-16__AdKIk {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
.banner_icon-18__EgcL_ {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.banner_icon-gray5__sjOBe {
  color: #999 !important;
}
.banner_ico-arrow-black__8krqa {
  background-image: url(/icons/arrow-left-black.svg);
  background-size: 24px;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.banner_ico-arrow-black__8krqa.banner_down__VxvJI {
  transform: rotate(90deg);
}
.banner_ico-arrow-black__8krqa.banner_up__7pe6m {
  transform: rotate(-90deg);
}
.banner_ico-arrow-black__8krqa.banner_right__ONAk9 {
  transform: rotate(180deg);
}
.banner_icon-copy__B6I3S {
  background: url(/icons/copy-value.svg) no-repeat 50% / cover;
  height: 16px;
  width: 16px;
}
.banner_icon-copy__B6I3S:hover {
  background-image: url(/icons/copy-black.svg);
}
.banner_icon-msg-white__mOzYP {
  background: url(/icons/chat-white.svg) transparent no-repeat 50%/100%;
}
.banner_icon-email-white__1X9He {
  background: url(/icons/email-white.svg) transparent no-repeat 50%/100%;
}
.banner_icon-black-bg__z0VPj {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.banner_icon-black-bg__z0VPj > :first-child {
  display: block;
  width: 18px;
  height: 18px;
}
.banner_icon-inbox-black-filled__fDOVI {
  background-image: url(/icons/inbox-black.svg);
}
.banner_icon-contacts__qJ67r {
  background-image: url(/icons/sidebar/contacts.svg);
}
.banner_page-header-title__FOSCE {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.banner_action-content-box__yBkcW .banner_sub-content__w1o5T h4,
.banner_banner__zcZR5 .banner_message-text__uhY7t p.banner_ten-dlc__RBrPT,
.banner_empty-state-wrapper__5Ba4g h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.banner_banner__zcZR5 h4,
.banner_box-content__zExim .banner_header-l__OGf9n,
.banner_box-content__zExim .banner_header__37Mgh,
.banner_toast__whFQZ .banner_ant-message-notice-content__dwBmS .banner_toast-wrapper__3A4a9 .banner_contents__9CbOi .banner_title__o3Djk {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.banner_action-content-box__yBkcW .banner_sub-content__w1o5T p.banner_bold__5rVBv,
.banner_empty-state-wrapper__5Ba4g h2 a,
.banner_header-bar__TxUoX .banner_title__o3Djk {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.banner_box-content__zExim .banner_content-header__bjm1q {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.banner_action-content-box__yBkcW .banner_sub-content__w1o5T p,
.banner_banner__zcZR5 .banner_message-text__uhY7t p,
.banner_empty-state-wrapper__5Ba4g div,
.banner_toast__whFQZ .banner_ant-message-notice-content__dwBmS .banner_toast-wrapper__3A4a9 .banner_contents__9CbOi p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.banner_blue-button__slC2Z,
.banner_box-content__zExim .banner_content__saDNc input,
.banner_box-content__zExim .banner_upload-data-input-with-icon__obVQy input,
.banner_button-with-bg-color__4W8tz,
.banner_cancel-button__oDpie,
.banner_green-button__1Tk3H,
.banner_input-box__1ZY5l,
.banner_input-grey__Xd5KL,
.banner_orange-button__fGUSq,
.banner_positive-button__n9sXP,
.banner_purple-button__Fjjq0,
.banner_white-button-blue-text__lcueF,
.banner_white-button__3o_mA,
button.banner_icon-button__uZ5sl,
button.banner_text-only__2aeuq,
input .banner_input-white__TNfVY,
textarea .banner_input-white__TNfVY {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.banner_large-tag__3Z_OT,
button.banner_show-more__CY5aw,
button.banner_text-only__2aeuq,
span.banner_text-only__2aeuq button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.banner_tag__vFCLx {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.banner_beta-label__LZ6b6,
.banner_error-text-link__dDuwO,
.banner_error-text__n88_q,
.banner_error__iiGeA {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.banner_mini-square__sXOUC {
  width: 20px;
  height: 20px;
}
.banner_help-text__i1zRd {
  color: #757c80;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.banner_error-text__n88_q {
  color: #d0021b;
  flex-grow: 1;
}
.banner_error-text-link__dDuwO {
  color: #d0021b;
  text-decoration: underline;
}
.banner_descriptive-text__ww5bT {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
}
.banner_visually-hidden__azXAp {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.banner_visually-hidden__azXAp.banner_focusable__ZQ3RP:active,
.banner_visually-hidden__azXAp.banner_focusable__ZQ3RP:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.banner_visually-offscreen__mXg5g {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
}
.banner_invisible__wdkgt {
  visibility: hidden;
  position: fixed;
  top: -10000px;
}
.banner_hidden__qyFPI {
  display: none !important;
  visibility: hidden;
}
.banner_strong___pUmT {
  font-weight: 700;
}
.banner_align-right__blo9A {
  text-align: right;
}
.banner_align-left__B5_O4 {
  text-align: left;
}
.banner_centered__TSshl {
  text-align: center;
}
.banner_timestamp__IieC3 {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.banner_display-block__6rWp4 {
  display: block !important;
}
.banner_inline-block__n6_gc {
  display: inline-block !important;
}
.banner_hm-app-body__6XB6c button.banner_ant-switch__dPxjL[disabled],
.banner_hm-app-body__6XB6c button.banner_ant-switch__dPxjL[disabled]:hover {
  background-color: gray;
  cursor: not-allowed;
}
.banner_blue-button__slC2Z,
.banner_button-with-bg-color__4W8tz,
.banner_cancel-button__oDpie,
.banner_green-button__1Tk3H,
.banner_orange-button__fGUSq,
.banner_positive-button__n9sXP,
.banner_purple-button__Fjjq0,
.banner_white-button-blue-text__lcueF,
.banner_white-button__3o_mA,
button.banner_icon-button__uZ5sl,
button.banner_text-only__2aeuq {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #17191a;
}
button.banner_text-only__2aeuq,
span.banner_text-only__2aeuq button {
  color: #31a7e7;
  padding: 0;
}
button.banner_text-only__2aeuq[disabled],
button.banner_text-only__2aeuq[disabled]:active,
button.banner_text-only__2aeuq[disabled]:focus,
button.banner_text-only__2aeuq[disabled]:hover,
span.banner_text-only__2aeuq button[disabled],
span.banner_text-only__2aeuq button[disabled]:active,
span.banner_text-only__2aeuq button[disabled]:focus,
span.banner_text-only__2aeuq button[disabled]:hover {
  color: #999 !important;
  cursor: not-allowed;
}
button.banner_text-only__2aeuq.banner_red-text__A2__M,
button.banner_text-only__2aeuq.banner_red-text__A2__M:active,
button.banner_text-only__2aeuq.banner_red-text__A2__M:focus,
button.banner_text-only__2aeuq.banner_red-text__A2__M:hover,
span.banner_text-only__2aeuq button.banner_red-text__A2__M,
span.banner_text-only__2aeuq button.banner_red-text__A2__M:active,
span.banner_text-only__2aeuq button.banner_red-text__A2__M:focus,
span.banner_text-only__2aeuq button.banner_red-text__A2__M:hover {
  color: #d0021b;
}
button.banner_text-only__2aeuq.banner_gray-text__5TGcV,
span.banner_text-only__2aeuq button.banner_gray-text__5TGcV {
  color: #999;
}
button.banner_text-only__2aeuq.banner_gray-text__5TGcV:active,
button.banner_text-only__2aeuq.banner_gray-text__5TGcV:focus,
button.banner_text-only__2aeuq.banner_gray-text__5TGcV:hover,
span.banner_text-only__2aeuq button.banner_gray-text__5TGcV:active,
span.banner_text-only__2aeuq button.banner_gray-text__5TGcV:focus,
span.banner_text-only__2aeuq button.banner_gray-text__5TGcV:hover {
  color: #999 !important;
}
button.banner_text-only__2aeuq.banner_black-text__KawYS,
span.banner_text-only__2aeuq button.banner_black-text__KawYS {
  color: #17191a;
}
button.banner_text-only__2aeuq.banner_black-text__KawYS:active,
button.banner_text-only__2aeuq.banner_black-text__KawYS:focus,
button.banner_text-only__2aeuq.banner_black-text__KawYS:hover,
span.banner_text-only__2aeuq button.banner_black-text__KawYS:active,
span.banner_text-only__2aeuq button.banner_black-text__KawYS:focus,
span.banner_text-only__2aeuq button.banner_black-text__KawYS:hover {
  color: #8158ec;
}
button.banner_text-only__2aeuq.banner_purple-text__eHsgd,
button.banner_text-only__2aeuq.banner_purple-text__eHsgd:active,
button.banner_text-only__2aeuq.banner_purple-text__eHsgd:focus,
button.banner_text-only__2aeuq.banner_purple-text__eHsgd:hover,
span.banner_text-only__2aeuq button.banner_purple-text__eHsgd,
span.banner_text-only__2aeuq button.banner_purple-text__eHsgd:active,
span.banner_text-only__2aeuq button.banner_purple-text__eHsgd:focus,
span.banner_text-only__2aeuq button.banner_purple-text__eHsgd:hover {
  color: #8158ec;
  text-decoration: underline;
}
button.banner_text-only__2aeuq:active,
button.banner_text-only__2aeuq:focus,
button.banner_text-only__2aeuq:hover,
span.banner_text-only__2aeuq button:active,
span.banner_text-only__2aeuq button:focus,
span.banner_text-only__2aeuq button:hover {
  background: none;
  color: #31a7e7;
  padding: 0;
}
.banner_blue-button__slC2Z,
.banner_button-with-bg-color__4W8tz,
.banner_green-button__1Tk3H,
.banner_orange-button__fGUSq,
.banner_positive-button__n9sXP,
.banner_white-button-blue-text__lcueF,
.banner_white-button__3o_mA {
  border-radius: 4px;
  padding: 12px 26px;
  min-width: 100px;
  box-sizing: border-box;
}
.banner_orange-button__fGUSq {
  background-color: #ffc926;
  border: 1px solid #ffc926;
  font-weight: 600;
}
.banner_orange-button__fGUSq:active,
.banner_orange-button__fGUSq:focus,
.banner_orange-button__fGUSq:hover {
  background-color: #f5bf0c !important;
  color: #17191a !important;
  outline: none !important;
  border-color: #f5bf0c;
  box-shadow: none !important;
}
.banner_orange-button__fGUSq[disabled],
.banner_orange-button__fGUSq[disabled]:active,
.banner_orange-button__fGUSq[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.banner_orange-button__fGUSq.banner_drop-down__BrVWD {
  background-image: url(/_next/static/media/arrow-down-black-2x.85802cc6.svg);
  background-position: calc(100% - 12px);
  text-align: left;
  min-width: 120px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.banner_scroll-loader__OnWNe {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 40px;
  background: url(/_next/static/media/loader.57ef799d.gif) transparent no-repeat 50%/20px;
  display: block;
}
.banner_green-button__1Tk3H {
  background-color: #78fbc0;
  border: 1px solid #78fbc0;
  color: #17191a !important;
}
.banner_green-button__1Tk3H:active,
.banner_green-button__1Tk3H:focus,
.banner_green-button__1Tk3H:hover {
  background-color: #a1fcd3 !important;
  color: #17191a !important;
  border-color: #a1fcd3;
  box-shadow: none !important;
}
.banner_green-button__1Tk3H[disabled],
.banner_green-button__1Tk3H[disabled]:active,
.banner_green-button__1Tk3H[disabled]:hover {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.banner_positive-button__n9sXP {
  color: #fff;
  background-color: #56bf56;
  border-color: #56bf56;
}
.banner_positive-button__n9sXP:active,
.banner_positive-button__n9sXP:focus,
.banner_positive-button__n9sXP:hover {
  color: #fff !important;
  background-color: #4ba64b !important;
  border-color: #4ba64b !important;
}
.banner_positive-button__n9sXP[disabled] {
  background-color: #abe4b2;
}
.banner_negative-button__0IBTj {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.banner_negative-button__0IBTj:active,
.banner_negative-button__0IBTj:focus,
.banner_negative-button__0IBTj:hover {
  color: #fff !important;
  background-color: #b80218 !important;
  border-color: #b80218 !important;
}
.banner_plain-cancel-button__Rcb_m,
.banner_plain-cancel-button__Rcb_m:active,
.banner_plain-cancel-button__Rcb_m:focus,
.banner_plain-cancel-button__Rcb_m:hover {
  color: #17191a;
}
.banner_white-button-blue-text__lcueF,
.banner_white-button__3o_mA {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.banner_white-button-blue-text__lcueF:active,
.banner_white-button-blue-text__lcueF:focus,
.banner_white-button-blue-text__lcueF:hover,
.banner_white-button__3o_mA:active,
.banner_white-button__3o_mA:focus,
.banner_white-button__3o_mA:hover {
  border-color: #ffc926 !important;
  color: #17191a !important;
}
.banner_white-button__3o_mA[disabled],
.banner_white-button__3o_mA[disabled]:active,
.banner_white-button__3o_mA[disabled]:focus,
.banner_white-button__3o_mA[disabled]:hover,
[disabled].banner_white-button-blue-text__lcueF {
  background-color: #e5e5e9 !important;
  border-color: #e5e5e9;
  color: #999 !important;
}
.banner_common-sentiment-emoji__wk8hz {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-family: serif;
}
.banner_white-button-blue-text__lcueF {
  color: #31a7e7;
}
.banner_white-button-blue-text__lcueF:active,
.banner_white-button-blue-text__lcueF:focus,
.banner_white-button-blue-text__lcueF:hover {
  color: #31a7e7 !important;
}
.banner_blue-button__slC2Z {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.banner_blue-button__slC2Z,
.banner_blue-button__slC2Z:active,
.banner_blue-button__slC2Z:focus,
.banner_blue-button__slC2Z:hover {
  background-color: #31a7e7;
  color: #fff;
}
.banner_green-button__1Tk3H {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.banner_green-button__1Tk3H,
.banner_green-button__1Tk3H:active,
.banner_green-button__1Tk3H:focus,
.banner_green-button__1Tk3H:hover {
  background-color: #56bf56;
  color: #fff;
}
.banner_purple-button__Fjjq0 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #8158ec;
  color: #fff;
  display: inline-block;
}
.banner_purple-button__Fjjq0:active,
.banner_purple-button__Fjjq0:focus,
.banner_purple-button__Fjjq0:hover {
  background-color: #8158ec !important;
  color: #fff !important;
  outline: none !important;
  border-color: #8158ec;
  box-shadow: none !important;
}
.banner_dropdown-input__zR5m8 {
  background-color: #f9f9f9;
  padding: 8px 28px 12px 12px;
  height: 41px;
  text-align: start;
}
.banner_dropdown-input__zR5m8:hover {
  background-color: #f9f9f9;
  color: #17191a;
}
.banner_hm-app-body__6XB6c input::placeholder {
  color: #a3a3a3;
}
.banner_textarea-composer__jnMYh {
  width: 100%;
  height: 130px;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.banner_container__GtHaf input,
.banner_container__GtHaf textarea {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #17191a;
}
input.banner_input-for-copy__TwUwH {
  opacity: 0;
  position: fixed;
  top: -10000px;
}
.banner_input-text-bordered__bYZd5,
.banner_input-text__XZNLQ,
.banner_input-textarea__maamd {
  padding: 10px 15px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.banner_input-text__XZNLQ {
  height: 50px;
}
.banner_input-text-bordered__bYZd5 {
  border: 1px solid #e6e6e6;
  line-height: 18px;
}
.banner_xxl-input__Qokje {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 0;
}
.banner_xl-input__AWuFG {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px;
}
.banner_l-input__wCQjn {
  width: 100%;
  font-size: 1.1rem;
}
.banner_box-content__zExim .banner_content__saDNc input,
.banner_box-content__zExim .banner_upload-data-input-with-icon__obVQy input,
.banner_input-grey__Xd5KL,
input .banner_input-white__TNfVY,
textarea .banner_input-white__TNfVY {
  color: #17191a;
  background-color: #f9f9f9;
  padding: 12px;
}
.banner_box-content__zExim .banner_content__saDNc input::placeholder,
.banner_box-content__zExim .banner_upload-data-input-with-icon__obVQy input::placeholder,
.banner_input-grey__Xd5KL::placeholder,
input .banner_input-white__TNfVY::placeholder,
textarea .banner_input-white__TNfVY::placeholder {
  color: #999;
  opacity: 1;
}
input .banner_input-white__TNfVY,
textarea .banner_input-white__TNfVY {
  background-color: #fff;
}
.banner_clearfix__lJwbv:after {
  clear: both;
  content: '';
  display: block;
}
.banner_hidden-important__hhAB2 {
  display: none !important;
}
.banner_p-left__JBw4U {
  float: left;
}
.banner_p-right__g0OD3 {
  float: right;
}
.banner_image_orientation_3__Ck_GM {
  tranform: rotate(180deg);
}
.banner_image_orientation_6__BEhGg {
  tranform: rotate(90deg);
}
.banner_image_orientation_8__uzsf_ {
  tranform: rotate(-90deg);
}
.banner_image_orientation_2__65AsG {
  tranform: scaleX(-1);
}
.banner_image_orientation_7__dbN7E {
  tranform: scaleX(-1) rotate(-90deg);
}
.banner_image_orientation_4__JyEEq {
  tranform: scaleX(-1) rotate(180deg);
}
.banner_image_orientation_5__ONw5W {
  tranform: scaleX(-1) rotate(90deg);
}
.banner_image_slideshow_orientation_3__65M8w {
  tranform: translate(-50%, -50%) rotate(180deg) !important;
}
.banner_image_slideshow_orientation_6__dE4TF {
  tranform: translate(-50%, -50%) rotate(90deg) !important;
}
.banner_image_slideshow_orientation_8__B6bwf {
  tranform: translate(-50%, -50%) rotate(-90deg) !important;
}
.banner_image_slideshow_orientation_2__8LAWM {
  tranform: translate(-50%, -50%) scaleX(-1) !important;
}
.banner_image_slideshow_orientation_7__lf5gV {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(-90deg) !important;
}
.banner_image_slideshow_orientation_4__dQSfZ {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(180deg) !important;
}
.banner_image_slideshow_orientation_5__ftStm {
  tranform: translate(-50%, -50%) scaleX(-1) rotate(90deg) !important;
}
.banner_container__GtHaf select::-ms-expand {
  display: none !important;
}
.banner_container__GtHaf select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% + 3px) !important;
}
.banner_count-area__ag1dg {
  width: auto;
  height: auto;
  text-align: right;
  box-sizing: border-box;
  font-size: 10px;
  color: #17191a;
  letter-spacing: 0.19px;
  line-height: 12px;
}
.banner_clear-top__PJH6F {
  padding-top: 0;
  margin-top: 0;
}
.banner_remove-x-20__UipLW,
.banner_remove-x__jyifv {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3NjYyIDMuNTc1ODdDMy44Njk1MiAzLjI4Mjk4IDQuMzQ0MzkgMy4yODI5OCA0LjYzNzI4IDMuNTc1ODdMOS4wMDA2OSA3LjkzOTI4TDEzLjM2NDEgMy41NzU4N0MxMy42NTcgMy4yODI5OCAxNC4xMzE5IDMuMjgyOTggMTQuNDI0OCAzLjU3NTg3QzE0LjcxNzcgMy44Njg3NiAxNC43MTc3IDQuMzQzNjQgMTQuNDI0OCA0LjYzNjUzTDEwLjA2MTQgOC45OTk5NEwxNC40MjQ4IDEzLjM2MzRDMTQuNzE3NyAxMy42NTYzIDE0LjcxNzcgMTQuMTMxMSAxNC40MjQ4IDE0LjQyNEMxNC4xMzE5IDE0LjcxNjkgMTMuNjU3IDE0LjcxNjkgMTMuMzY0MSAxNC40MjRMOS4wMDA2OSAxMC4wNjA2TDQuNjM3MjYgMTQuNDI0QzQuMzQ0MzcgMTQuNzE2OSAzLjg2OTUgMTQuNzE2OSAzLjU3NjYgMTQuNDI0QzMuMjgzNzEgMTQuMTMxMSAzLjI4MzcxIDEzLjY1NjMgMy41NzY2IDEzLjM2MzRMNy45NDAwMyA4Ljk5OTk0TDMuNTc2NjIgNC42MzY1M0MzLjI4MzczIDQuMzQzNjQgMy4yODM3MyAzLjg2ODc2IDMuNTc2NjIgMy41NzU4N1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: 30px 30px;
  background-position: 50%;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.banner_remove-x__jyifv.banner_white__HKIcJ,
.banner_white__HKIcJ.banner_remove-x-20__UipLW {
  background-image: url(/icons/close-white-borderless-2x.png);
}
.banner_remove-x-20__UipLW {
  position: absolute;
  top: 27px;
  right: 16px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.banner_divider__eu_VT {
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.banner_mobile__wboT9 {
  border-image-source: url(/media/gbm-mobile-2x.png);
  border-image-slice: 44 36 41 34 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-style: solid;
  width: 320px;
  height: 100%;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto;
  position: relative;
}
.banner_blue__Z8pHu {
  color: #31a7e7 !important;
}
.banner_white__HKIcJ {
  color: #fff !important;
}
.banner_purple__g0VL2 {
  color: #8158ec !important;
}
.banner_delete__DGKwY {
  color: #d0021b !important;
}
.banner_dark-text__udt5y {
  color: #17191a !important;
}
.banner_file-input__w2I_c {
  opacity: 0;
  position: absolute;
  top: -100000px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 20px;
}
.banner_image-download-wrapper__tAXXK {
  position: fixed;
  top: 40px;
  right: 100px;
}
.banner_overflow-y-auto__HK2zu {
  overflow-y: auto;
}
.banner_is-font-icon__yYGy3:before {
  font-family: Linearicons !important;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: gray;
}
.banner_is-invisible__HWqcg {
  opacity: 0;
}
.banner_tabbed-button__QpVgT {
  padding: 0 7px 2px;
}
.banner_tabbed-button__QpVgT.banner_selected__2K8M_ {
  border: solid #f8c25b;
  border-width: 0 0 3px;
}
button.banner_show-more__CY5aw {
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #31a7e7;
  padding: 0;
  margin-left: 6px;
}
button.banner_show-more__CY5aw:focus-visible {
  transition: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #31a7e7;
}
select.banner_time-input__nN6lz {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #17191a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 18px 6px 12px;
  height: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
  background-position: calc(100% - 1px) !important;
}
.banner_form-group__6i2Y2.banner_date-time__Rm_cv {
  position: relative;
  top: -2px;
}
.banner_form-group__6i2Y2.banner_date-time__Rm_cv.banner_time__catzM {
  min-width: 54px;
  margin: 0 6px;
  display: inline-block;
}
.banner_form-group__6i2Y2.banner_date-time__Rm_cv.banner_form-group-hour__Fvf1R .banner_colon__GpGC5 {
  position: absolute;
  top: 4px;
  right: -6px;
  bottom: 0;
  color: #4a4a4a;
  font-size: 14px;
}
.banner_form-group__6i2Y2.banner_date-time__Rm_cv.banner_form-group-hour__Fvf1R input {
  text-align: center;
}
.banner_form-group__6i2Y2.banner_date-time__Rm_cv.banner_form-group-day__KW8Wk {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.banner_form-group__6i2Y2.banner_date-time__Rm_cv.banner_form-group-minute__6ieEs {
  width: 42px;
}
.banner_form-group__6i2Y2.banner_date-time__Rm_cv.banner_form-group-clock__PJjyh {
  width: 54px;
}
.banner_attach-img__hd7Mb {
  position: relative;
  width: 25px;
  height: 25px;
}
.banner_attach-img__hd7Mb input#banner_add-image__LF8tQ {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100000px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.banner_attach-img__hd7Mb span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  height: 24px;
}
.banner_m-0__oMsk1 {
  margin: 0 !important;
}
.banner_ml-auto__o0JRg {
  margin-left: auto;
}
.banner_mr-auto__V5TLO {
  margin-right: auto;
}
.banner_mx-auto__W5L4j {
  margin-left: auto;
  margin-right: auto;
}
.banner_mx-16__mqatv {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.banner_my-16__Gw73f {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.banner_mr-0__Te361 {
  margin-right: 0 !important;
}
.banner_mr-4__IDibt {
  margin-right: 4px !important;
}
.banner_mr-8__U_WUn {
  margin-right: 8px !important;
}
.banner_mr-12__W_WdY {
  margin-right: 12px !important;
}
.banner_mr-16__8XpA1 {
  margin-right: 16px !important;
}
.banner_ml-0__v3n_J {
  margin-left: 0 !important;
}
.banner_ml-4__0B4Tz {
  margin-left: 4px !important;
}
.banner_ml-8__HgPSK {
  margin-left: 8px !important;
}
.banner_ml-12__xyCOw {
  margin-left: 12px !important;
}
.banner_ml-16__6pNbo {
  margin-left: 16px !important;
}
.banner_mt-0__spv5n {
  margin-top: 0 !important;
}
.banner_mt-4__0XMbK {
  margin-top: 4px !important;
}
.banner_mt-8__ShyCd {
  margin-top: 8px !important;
}
.banner_mt-16__zrIZM {
  margin-top: 16px !important;
}
.banner_mt-24__PvjIk {
  margin-top: 24px !important;
}
.banner_mt-48__UkUhZ {
  margin-top: 48px !important;
}
.banner_mb-0__l6rbT {
  margin-bottom: 0 !important;
}
.banner_mb-4__CP27u {
  margin-bottom: 4px !important;
}
.banner_mb-8__Teoht {
  margin-bottom: 8px !important;
}
.banner_mb-12__7fZ5C {
  margin-bottom: 12px !important;
}
.banner_mb-16__tCLRk {
  margin-bottom: 16px !important;
}
.banner_mb-24__hxyvr {
  margin-bottom: 24px !important;
}
.banner_mb-64__jVNEb {
  margin-bottom: 64px !important;
}
.banner_p-0__sm2W_ {
  padding: 0 !important;
}
.banner_p-16__FoYWh {
  padding: 16px;
}
.banner_p-40__KyHaA {
  padding: 40px;
}
.banner_px-0__75GV6 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.banner_px-4__fLdMo {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.banner_px-8__daEgW {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.banner_px-32__nbs8a {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.banner_px-40__eGO_p {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.banner_pt-40__7psL7 {
  padding-top: 40px;
}
.banner_pt-24__p6QLA {
  padding-top: 24px;
}
.banner_pt-16__a42O0 {
  padding-top: 16px;
}
.banner_pt-12__1Pwhw {
  padding-top: 12px !important;
}
.banner_pb-40__WlDKT {
  padding-bottom: 40px;
}
.banner_pb-24__hWMEQ {
  padding-bottom: 24px;
}
.banner_pb-16__ENodR {
  padding-bottom: 16px;
}
.banner_pl-8__2_ZyH {
  padding-left: 8px !important;
}
.banner_pl-12__nutdk {
  padding-left: 12px !important;
}
.banner_pl-16__PXdVD {
  padding-left: 16px !important;
}
.banner_text-left__OVBaf {
  text-align: left !important;
}
.banner_text-right__b5Zxr {
  text-align: right !important;
}
.banner_text-center__vAq6Y {
  text-align: center !important;
}
.banner_font-medium__axVps {
  font-weight: 500 !important;
}
.banner_font-semibold__h0xk4 {
  font-weight: 600 !important;
}
.banner_radius-8__6DhQA {
  border-radius: 8px !important;
}
.banner_truncate__4C1lH {
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner_whitespace-nowrap__yj5tD {
  white-space: nowrap;
}
.banner_whitespace-pre-wrap__XH2gP {
  white-space: pre-wrap;
}
.banner_w-100__arqDZ {
  width: 100% !important;
}
.banner_h-100__ojlLh {
  height: 100% !important;
}
.banner_max-w-none__5vIz4 {
  max-width: none !important;
}
.banner_max-h-none__gfjTX {
  max-height: none !important;
}
.banner_min-w-100__cbuvs {
  min-width: 100px;
}
.banner_heading-48-600__ME06O {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.banner_heading-32-600__em9wW {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 38px;
}
.banner_heading-24-600__0N31G {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 28px;
}
.banner_heading-18-600__CY0BF {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.banner_heading-18-400__ky60k {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 21px;
}
.banner_heading-16-700__fXIb7 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 17px;
}
.banner_text-16-400__lxb97 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.banner_heading-14-600__6gG43 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.banner_heading-14-500__q2nwv {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 17px;
}
.banner_text-14-400__eHV0Y {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.banner_text-13-500__T7USR {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.banner_text-13-600__JnGQ5 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.banner_text-13-400__yAuRO {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.banner_text-12-500__A_H9z {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.banner_text-12-600__W1lsM {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
.banner_text-12-400__MRekB {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.banner_status-badge__JJ70X {
  border-radius: 4px;
  min-width: 61px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  border: 0;
}
.banner_status-badge__JJ70X.banner_paused__2Vysn {
  background-color: #ff8b3d;
  color: #fff !important;
}
.banner_status-badge__JJ70X.banner_created__G3SI5,
.banner_status-badge__JJ70X.banner_inactive__96WAn,
.banner_status-badge__JJ70X.banner_pending__I9qyp {
  background-color: #e4e6e7;
  color: #757c80 !important;
}
.banner_status-badge__JJ70X.banner_active__rm164 {
  background-color: #56bf56;
  color: #fff !important;
}
.banner_status-badge__JJ70X.banner_error__iiGeA {
  background-color: #d0021b;
  color: #fff !important;
}
.banner_status-badge__JJ70X.banner_progress__myFdm {
  background-color: #f5bf0c;
  color: #fff !important;
}
.banner_status-badge__JJ70X.banner_draft__bUq8a {
  background-color: #e6e6e6;
  color: #000 !important;
}
.banner_status-badge__JJ70X.banner_sent__I1Ng4 {
  background-color: rgba(86, 191, 86, 0.2);
  color: #56bf56 !important;
}
.banner_status-badge__JJ70X.banner_scheduled__b0QMK {
  background-color: #feefcf;
  color: #795548;
}
.banner_status-badge__JJ70X.banner_loading-badge__iTkbx {
  height: 25px;
  width: 64px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e4e6e7;
  line-height: 1.45;
}
.banner_status-badge__JJ70X.banner_loading-badge__iTkbx .banner_text__9VFh9 {
  z-index: 12;
  position: absolute;
  color: #333;
  opacity: 1;
  display: inline-block;
  left: 6px;
}
.banner_status-badge__JJ70X.banner_loading-badge__iTkbx .banner_slider__Hge1E {
  z-index: 1;
  width: 75px;
  position: absolute;
  top: 0;
  left: -75px;
  height: 100%;
  transform: translateZ(0);
  opacity: 1;
  background-color: #ffc926;
  background-position: 0 75px;
  animation: banner_moveSlideshow__HtoK_ 3s linear infinite;
}
@keyframes banner_moveSlideshow__HtoK_ {
  to {
    transform: translateX(200%);
  }
}
.banner_flex__CwboR {
  display: flex !important;
}
.banner_flex-space-between__8gXuA {
  justify-content: space-between;
}
.banner_flex-align-start__9G9pF {
  align-items: flex-start;
}
.banner_flex-align-center__BFgoy {
  align-items: center;
}
.banner_flex-absolute-center__6Mtjd {
  justify-content: center;
  align-items: center;
}
.banner_flex-container__m1JIR {
  display: flex;
  flex-wrap: wrap;
}
.banner_flex-column__XVZfN {
  flex-direction: column;
}
.banner_flex-justify-end__bofOo {
  justify-content: flex-end;
}
.banner_position-relative__F5Ns0 {
  position: relative !important;
}
.banner_position-static__mY2Ga {
  position: static !important;
}
.banner_position-absolute__7H08f {
  position: absolute !important;
}
.banner_hr-grey__jLCTC {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  border: none;
}
.banner_input-border__ywuTW {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}
.banner_action-content-box__yBkcW,
.banner_box-content__zExim,
.banner_box-content__zExim .banner_upload-data-input-with-icon__obVQy,
.banner_default-border__apfyf {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.banner_bg-grey__g0ECb {
  background-color: #f9f9f9 !important;
}
.banner_bg-white__41ipv {
  background-color: #fff !important;
}
.banner_pos-relative__CjWb7 {
  position: relative !important;
}
.banner_text-light__7LGbr {
  color: #757c80 !important;
}
.banner_text-red__9gFfO {
  color: #d0021b !important;
}
.banner_text-green__J_gUV {
  color: #56bf56 !important;
}
.banner_text-blue__zz_q2 {
  color: #31a7e7;
}
.banner_text-sec-blue__X61no {
  color: #1b02b1 !important;
}
.banner_notification-dot__Th50P {
  background: #31a7e7;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}
.banner_title-with-action-on-left__vJwUA {
  display: flex;
  justify-content: space-between;
}
.banner_error__iiGeA {
  color: #d0021b;
}
.banner_error-border__lLfOw {
  border: 1px solid #d0021b !important;
}
.banner_rotate__1wzqB {
  animation: banner_rotation__zr7lX 2s linear infinite;
}
@keyframes banner_rotation__zr7lX {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.banner_switch___rZ8D {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
.banner_switch___rZ8D .banner_btn-toggle__qhgiS {
  opacity: 0;
  width: 0;
  height: 0;
}
.banner_switch___rZ8D .banner_slider__Hge1E {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  transition: 0.4s;
  border-radius: 11.5px;
  border: 1px solid #ccc;
}
.banner_switch___rZ8D .banner_slider__Hge1E:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}
.banner_switch___rZ8D .banner_slider__Hge1E:after {
  content: 'Off';
  color: #17191a;
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 17px;
  text-align: center;
}
.banner_switch___rZ8D .banner_btn-toggle__qhgiS.banner_enabled__71WNY + .banner_slider__Hge1E {
  background-color: #ffc926;
  border: none;
}
.banner_switch___rZ8D .banner_btn-toggle__qhgiS:focus + .banner_slider__Hge1E {
  box-shadow: 0 0 1px #2196f3;
}
.banner_switch___rZ8D .banner_btn-toggle__qhgiS.banner_enabled__71WNY + .banner_slider__Hge1E:before {
  background-color: #fff;
  bottom: 2px;
  transform: translateX(22px);
}
.banner_switch___rZ8D .banner_btn-toggle__qhgiS.banner_enabled__71WNY + .banner_slider__Hge1E:after {
  content: 'On';
  left: 5px;
  right: auto;
  top: 3px;
}
#banner_appleid-signin__2C67F {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
#banner_appleid-signin__2C67F > div {
  width: 200px !important;
  height: 38px !important;
}
.banner_page-header__0yPEM {
  padding: 40px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner_page-header__0yPEM.banner_clear-side__vihzU {
  padding: 40px 0 32px;
}
.banner_page-spacing__CvEkq {
  padding: 0 40px;
}
.banner_page-header-title__FOSCE {
  color: #17191a;
  margin: 0 0 8px;
}
.banner_header-bar__TxUoX {
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  min-height: 56px;
  justify-content: center;
  align-items: center;
}
.banner_box-content__zExim {
  background-color: #fff;
  margin-bottom: 24px;
}
.banner_box-content__zExim .banner_header__37Mgh {
  padding: 16px 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.banner_box-content__zExim .banner_header-l__OGf9n {
  padding: 24px 16px;
  margin: 0;
}
.banner_box-content__zExim .banner_content__saDNc {
  flex: 1 1;
  padding: 25px 16px;
  border-top: 1px solid #e6e6e6;
}
.banner_box-content__zExim .banner_content-header__bjm1q {
  margin-bottom: 4px;
  margin-top: 0;
}
.banner_box-content__zExim .banner_table-content__R_7UN {
  flex: 1 1;
  padding: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.banner_box-content__zExim .banner_help-text__i1zRd {
  line-height: 20px;
}
.banner_box-content__zExim .banner_sub-text__PdfSb {
  color: #757c80;
}
.banner_box-content__zExim .banner_content-data-input__WNu5F {
  margin-top: 8px;
}
.banner_box-content__zExim .banner_data-entry-input__ANVDo,
.banner_box-content__zExim .banner_upload-data-input-with-icon__obVQy {
  margin-top: 8px;
  padding: 0 11px;
}
.banner_box-content__zExim .banner_upload-data-input-with-icon__obVQy {
  cursor: pointer;
  background: #f9f9f9;
}
.banner_box-content__zExim .banner_upload-data-input-with-icon__obVQy input {
  padding: 12px 2px;
}
.banner_box-content__zExim .banner_upload-data-input-with-icon__obVQy input:disabled,
.banner_box-content__zExim .banner_upload-data-input-with-icon__obVQy input:hover {
  cursor: pointer !important;
}
.banner_empty-state__rj_tr {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.banner_empty-state__rj_tr.banner_contact-list__bt_9f {
  width: 80%;
}
.banner_empty-state__rj_tr .banner_empty-title__QwI_W {
  font-size: 14px;
  font-weight: 500px;
}
.banner_empty-state-wrapper__5Ba4g {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  height: inherit;
  max-width: 500px;
}
.banner_empty-state-wrapper__5Ba4g h2 {
  color: #17191a;
  margin: 32px 0 0;
}
.banner_empty-state-wrapper__5Ba4g div {
  color: #757c80;
  margin: 16px 0 12px;
}
.banner_empty-state-button__ZmvwE {
  margin: 20px 10px;
}
.banner_handel-bar__5ueS_ {
  fill: #b7bfc6;
  vertical-align: middle;
}
.banner_tag__vFCLx {
  color: #17191a;
  background-color: #e4e6e7;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
  word-break: keep-all;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.banner_ant-color-picker-input__OjeUr .banner_ant-input__c5xab {
  height: 22px;
}
.banner_ant-color-picker-trigger__NknCa {
  width: 23px;
  height: 23px;
}
.banner_ant-color-picker-trigger__NknCa .banner_ant-color-picker-color-block__lRvbT {
  width: 18px;
  height: 18px;
}
.banner_box-content__zExim .banner_content__saDNc input,
.banner_box-content__zExim .banner_upload-data-input-with-icon__obVQy input,
input input.banner_input-white__TNfVY,
input textarea.banner_input-white__TNfVY,
input.banner_input-grey__Xd5KL,
textarea input.banner_input-white__TNfVY,
textarea textarea.banner_input-white__TNfVY,
textarea.banner_input-grey__Xd5KL {
  background-color: #f9f9f9;
}
.banner_box-content__zExim .banner_content__saDNc input:active,
.banner_box-content__zExim .banner_content__saDNc input:focus,
.banner_box-content__zExim .banner_content__saDNc input:hover,
.banner_box-content__zExim .banner_upload-data-input-with-icon__obVQy input:active,
.banner_box-content__zExim .banner_upload-data-input-with-icon__obVQy input:focus,
.banner_box-content__zExim .banner_upload-data-input-with-icon__obVQy input:hover,
input input.banner_input-white__TNfVY:active,
input input.banner_input-white__TNfVY:focus,
input input.banner_input-white__TNfVY:hover,
input textarea.banner_input-white__TNfVY:active,
input textarea.banner_input-white__TNfVY:focus,
input textarea.banner_input-white__TNfVY:hover,
input.banner_input-grey__Xd5KL:active,
input.banner_input-grey__Xd5KL:focus,
input.banner_input-grey__Xd5KL:hover,
textarea input.banner_input-white__TNfVY:active,
textarea input.banner_input-white__TNfVY:focus,
textarea input.banner_input-white__TNfVY:hover,
textarea textarea.banner_input-white__TNfVY:active,
textarea textarea.banner_input-white__TNfVY:focus,
textarea textarea.banner_input-white__TNfVY:hover,
textarea.banner_input-grey__Xd5KL:active,
textarea.banner_input-grey__Xd5KL:focus,
textarea.banner_input-grey__Xd5KL:hover {
  border-color: #e6e6e6;
  box-shadow: none;
}
input.banner_input-white__TNfVY:active,
input.banner_input-white__TNfVY:focus,
input.banner_input-white__TNfVY:hover,
span.banner_input-white__TNfVY:active,
span.banner_input-white__TNfVY:focus,
span.banner_input-white__TNfVY:hover,
textarea.banner_input-white__TNfVY:active,
textarea.banner_input-white__TNfVY:focus,
textarea.banner_input-white__TNfVY:hover {
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.banner_image-uploader-flex__MXnqY .banner_ant-upload-select__IugXX {
  display: flex;
}
.banner_image-uploader-flex__MXnqY .banner_ant-upload-select__IugXX .banner_ant-upload__vjLrZ {
  flex: 1 1;
}
.banner_modal-footer-wrapper__a0PtU {
  display: flex;
  justify-content: center;
}
.banner_app-modal__e51sT .banner_small__l7dEZ {
  width: 350px;
}
.banner_toast__whFQZ.banner_negative__nk_7X .banner_ant-message-notice-content__dwBmS {
  background-color: #d0021b;
}
.banner_toast__whFQZ.banner_positive__zSwJa .banner_ant-message-notice-content__dwBmS {
  background-color: #56bf56;
}
.banner_toast__whFQZ.banner_loading__yZAQ7 .banner_ant-message-notice-content__dwBmS .banner_toast-wrapper__3A4a9 .banner_contents__9CbOi,
.banner_toast__whFQZ.banner_loading__yZAQ7 .banner_ant-message-notice-content__dwBmS .banner_toast-wrapper__3A4a9 .banner_contents__9CbOi .banner_title__o3Djk {
  color: #000 !important;
}
.banner_toast__whFQZ.banner_loading__yZAQ7 .banner_ant-message-loading__o7zYX .banner_anticon-loading__G_WZ8 {
  font-size: 1.5rem;
}
.banner_toast__whFQZ .banner_ant-message-notice-content__dwBmS {
  color: #fff;
  text-align: left;
  width: auto;
  padding: 12px 24px 12px 20px !important;
  border-radius: 5px;
}
.banner_toast__whFQZ .banner_ant-message-notice-content__dwBmS .banner_toast-wrapper__3A4a9 {
  position: relative;
  display: flex;
  align-items: center;
}
.banner_toast__whFQZ .banner_ant-message-notice-content__dwBmS .banner_toast-wrapper__3A4a9 .banner_contents__9CbOi {
  position: relative;
  padding-left: 16px;
}
.banner_toast__whFQZ .banner_ant-message-notice-content__dwBmS .banner_toast-wrapper__3A4a9 .banner_contents__9CbOi .banner_title__o3Djk {
  color: #fff !important;
}
.banner_toast__whFQZ .banner_ant-message-notice-content__dwBmS .banner_toast-wrapper__3A4a9 .banner_contents__9CbOi p {
  margin: 0;
}
.banner_toast__whFQZ .banner_ant-message-notice-content__dwBmS .banner_toast-wrapper__3A4a9 .banner_contents__9CbOi p a,
.banner_toast__whFQZ .banner_ant-message-notice-content__dwBmS .banner_toast-wrapper__3A4a9 .banner_contents__9CbOi p button {
  color: #fff;
  text-decoration: underline;
}
.banner_toast__whFQZ .banner_ant-message-notice-content__dwBmS .banner_icon__57iUK {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
}
.banner_toast__whFQZ .banner_ant-message-notice-content__dwBmS .banner_icon__57iUK.banner_positive__zSwJa {
  color: #56bf56;
  text-transform: uppercase;
  transform: rotate(-135deg);
  font-size: 26px;
  padding-right: 8px;
}
.banner_toast__whFQZ .banner_ant-message-notice-content__dwBmS .banner_icon__57iUK.banner_positive__zSwJa:before {
  width: 7px;
  height: 6px;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  background: #fff;
}
.banner_toast__whFQZ .banner_ant-message-notice-content__dwBmS .banner_icon__57iUK.banner_negative__nk_7X {
  color: #d0021b;
  font-size: 22px;
  line-height: 30px;
}
.banner_toast__whFQZ .banner_ant-message-notice-content__dwBmS .banner_icon__57iUK.banner_negative__nk_7X:before {
  top: 10px;
}
.banner_action-content-box__yBkcW {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.banner_action-content-box__yBkcW.banner_numbered__Ai_1v .banner_sub-content__w1o5T p {
  margin-left: 18px;
}
.banner_action-content-box__yBkcW .banner_sub-content__w1o5T {
  padding: 26px 26px 20px;
}
.banner_action-content-box__yBkcW .banner_sub-content__w1o5T.banner_right__ONAk9 {
  display: flex;
  align-items: center;
  min-width: 270px;
}
.banner_action-content-box__yBkcW .banner_sub-content__w1o5T.banner_right__ONAk9 button {
  margin: 0 20px;
}
.banner_action-content-box__yBkcW .banner_sub-content__w1o5T h4,
.banner_action-content-box__yBkcW .banner_sub-content__w1o5T p.banner_bold__5rVBv {
  margin: 0;
}
.banner_action-content-box__yBkcW .banner_sub-content__w1o5T h4 span,
.banner_action-content-box__yBkcW .banner_sub-content__w1o5T p.banner_bold__5rVBv span {
  width: 18px;
  display: inline-block;
}
.banner_action-content-box__yBkcW .banner_sub-content__w1o5T p {
  margin: 6px 0 0;
}
.banner_action-content-box__yBkcW .banner_remove__KijxG {
  display: flex;
  width: 28px;
  height: 28px;
  background: url(/_next/static/media/close-red.a3ca2754.svg) transparent no-repeat;
  background-position: 50%;
  outline: none;
  border: none;
  color: red;
  margin-right: 20px;
  background-color: transparent;
}
.banner_options-dot__oYWVa {
  background: url(/_next/static/media/3dots-grey.78e0d76f.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  padding: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  z-index: 9;
  border: 0;
  line-height: 15%;
  cursor: pointer;
}
.banner_options-dot__oYWVa.banner_boxed__0jB8G {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 19px 12px;
  height: 41px;
  width: 41px;
}
.banner_options-dot__oYWVa.banner_active__rm164,
.banner_options-dot__oYWVa:focus-visible,
.banner_options-dot__oYWVa:hover {
  background: url(/_next/static/media/3dots-black70.bd16413b.svg) transparent no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.banner_clickable__M0WNY {
  cursor: pointer;
}
.banner_beta-label__LZ6b6 {
  color: #fff;
  max-height: 20px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 4px;
  vertical-align: text-top;
  border-radius: 4px;
  background-color: #a3a3a3;
}
.banner_none-style-list-options__fjEGE {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.banner_none-style-list-options__fjEGE li {
  margin: 5px 0;
}
.banner_ant-tour__ET46W {
  width: 400px;
}
.banner_ant-collapse__MwT_G > .banner_ant-collapse-item__VRNMu > .banner_ant-collapse-header-collapsible-only__DlAoI > .banner_ant-collapse-header-text__ZsthQ {
  flex: auto;
}
.banner_onboarding-tour-header__mFAy_ {
  color: #17191a;
  font-size: 20px;
  padding-top: 20px;
}
.banner_onboarding-tour-description__swT_V {
  color: #17191a;
  font-size: 16px;
}
.banner_tour-hidden-button__VruLO {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
}
.banner_ai-onboarding-tour-header__fuaGP {
  color: #17191a;
  font-size: 20px;
  padding-top: 0;
}
.banner_onboarding-step-ai-tour__ximc2 {
  width: 350px;
}
.banner_onboarding-step-ai-tour__ximc2 .banner_onboarding-step-ai-tour-inner__0CUSH .banner_onboarding-step-ai-tour-description__paXtk {
  padding: 0 20px;
}
.banner_onboarding-step-ai-tour__ximc2 .banner_onboarding-step-ai-tour-inner__0CUSH .banner_onboarding-step-ai-tour-footer___3_OO {
  padding: 0 20px 20px;
}
.banner_onboarding-step-ai-tour__ximc2 .banner_onboarding-step-ai-tour-inner__0CUSH .banner_onboarding-step-ai-tour-header__mxkb0 {
  padding: 20px 20px 4px;
}
.banner_onboarding-step-ai-tour__ximc2 .banner_onboarding-step-ai-tour-inner__0CUSH .banner_onboarding-step-ai-tour-indicators__RknDN {
  display: flex;
  width: 100%;
}
.banner_onboarding-step-ai-tour__ximc2 .banner_onboarding-step-ai-tour-inner__0CUSH .banner_onboarding-step-ai-tour-buttons__sUwnP {
  width: 0;
  visibility: hidden;
}
.banner_onboarding-step-ai-tour-mask__9bD9f mask[id^='onboarding-step-ai-tour-mask'] rect.banner_onboarding-step-ai-tour-placeholder-animated__zV4zl {
  rx: 8px;
}
.banner_onboarding-step-ai-tour-round-mask__3YhfO mask[id^='onboarding-step-ai-tour-round-mask'] rect.banner_onboarding-step-ai-tour-round-placeholder-animated__u9Cc0 {
  rx: 25px;
}
.banner_onboarding-step-tour__fVQK7 {
  width: 400px;
}
.banner_onboarding-step-tour__fVQK7.banner_content-hidden__tGuH7 {
  display: none !important;
}
.banner_onboarding-step-tour__fVQK7.banner_extended-width__8yvdE {
  width: 600px;
}
.banner_onboarding-step-tour-mask__pGKz8 mask[id^='onboarding-step-tour-mask'] rect.banner_onboarding-step-tour-placeholder-animated__nNroX {
  rx: 8px;
}
.banner_onboarding-step-one-tour__4Sk8T {
  width: 400px;
}
.banner_onboarding-step-one-tour__4Sk8T.banner_content-hidden__tGuH7 {
  display: none !important;
}
.banner_onboarding-step-one-tour__4Sk8T.banner_extended-width__8yvdE {
  width: 600px;
}
.banner_onboarding-step-one-tour-mask__Dteup mask[id^='onboarding-step-one-tour-mask'] rect.banner_onboarding-step-one-tour-placeholder-animated___RNbD {
  rx: 25px;
}
.banner_support-unread-tour__oGfNi {
  width: 272px;
}
.banner_support-unread-tour__oGfNi .banner_support-unread-tour-inner__7s8wZ .banner_support-unread-tour-header__UOjsD {
  padding: 8px 16px 4px;
}
.banner_support-unread-tour__oGfNi .banner_support-unread-tour-inner__7s8wZ .banner_support-unread-tour-footer__zSlaM {
  padding: 0 16px 16px;
}
.banner_support-unread-tour__oGfNi .banner_support-unread-tour-inner__7s8wZ .banner_support-unread-tour-close__XhpZC {
  top: 10px;
}
.banner_preserve-scroll-position__mP1nv {
  overflow-anchor: none;
}
.banner_toolbar-wrapper__8GIQk {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 50%;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.banner_toolbar-wrapper__8GIQk .banner_anticon__SNw9s {
  padding: 12px;
  cursor: pointer;
}
.banner_toolbar-wrapper__8GIQk .banner_anticon__SNw9s:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.banner_toolbar-wrapper__8GIQk .banner_anticon__SNw9s:hover {
  opacity: 0.3;
}
.banner_ant-carousel__f2YE_ .banner_slick-dots__VaFMp li.banner_slick-active___Q9mY button {
  background-color: #8158ec;
}
.banner_ant-carousel__f2YE_ .banner_slick-dots__VaFMp li button {
  background-color: #8158ec;
  opacity: 0.3;
}
.banner_ant-modal-root___mfe9 .banner_ant-modal-mask__woLUi,
.banner_ant-modal-root___mfe9 .banner_ant-modal-wrap__4VMXy {
  z-index: 1001;
}
.banner_focused__H8IcL {
  background-color: #f5f5f5;
}
.banner_spinner-overlay__TEGpx,
.banner_spinner__J_WbD {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.banner_spinner-overlay__TEGpx {
  opacity: 0.7;
  background-color: #f9f9f9;
  z-index: 10;
}
.banner_spinner__J_WbD {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_large-tag__3Z_OT {
  margin: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  word-break: keep-all;
  padding: 6px 4px;
  border: 0;
  border-radius: 4px;
  position: relative;
  background: #e6e6e6;
  color: #17191a;
}
.banner_email-pill__6J_D8,
.banner_phone-pill__opm3E {
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.banner_email-pill__6J_D8:not(:empty),
.banner_phone-pill__opm3E:not(:empty) {
  padding: 4px;
}
.banner_phone-pill__opm3E {
  background-color: #e0f2fb;
}
.banner_email-pill__6J_D8 {
  background-color: #ffefbe;
}
.banner_input-box__1ZY5l {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px;
  width: 100%;
  height: 40px;
}
.banner_input-box__1ZY5l.banner_bordered__gAHwL {
  border: 1px solid #e6e6e6;
}
.banner_input-box__1ZY5l.banner_large__R5nky {
  height: auto;
  min-height: 80px;
}
.banner_input-box__1ZY5l:focus {
  border-color: #ffc926;
}
.chat-solo .banner_banner__zcZR5 {
  width: 100%;
  left: 0;
}
.chat-solo .banner_banner__zcZR5.banner_banner-left__P_RD8 {
  width: 100%;
}
.banner_banner__zcZR5 {
  display: inline-block;
  width: calc(100% - 60px);
  box-sizing: border-box;
  padding: 10px 30px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
  position: fixed;
  left: 60px;
  animation: banner_banner-slide__DY_qZ 1.5s ease 0s 1 alternate;
  z-index: 1001;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.banner_banner__zcZR5.banner_banner-left__P_RD8 {
  left: 80px;
}
.banner_banner__zcZR5.banner_ten-dlc__RBrPT {
  background-color: #e1d7fb;
  color: #000;
  box-shadow: none;
  justify-content: space-between;
}
.banner_banner__zcZR5.banner_ten-dlc__RBrPT button {
  background-color: #0802b1;
  color: #fff;
}
.banner_banner__zcZR5.banner_ten-dlc__RBrPT button:hover {
  color: #fff !important;
}
.banner_banner__zcZR5.banner_ten-dlc__RBrPT p {
  font-weight: 500;
}
.banner_banner__zcZR5.banner_negative__nk_7X {
  background-color: #d0021b;
}
.banner_banner__zcZR5.banner_negative__nk_7X button {
  color: #d0021b;
}
.banner_banner__zcZR5.banner_negative__nk_7X button:active,
.banner_banner__zcZR5.banner_negative__nk_7X button:focus,
.banner_banner__zcZR5.banner_negative__nk_7X button:hover {
  color: #d0021b !important;
}
.banner_banner__zcZR5.banner_positive__zSwJa {
  background-color: #56bf56;
  justify-content: space-between;
}
.banner_banner__zcZR5.banner_positive__zSwJa button {
  color: #56bf56;
}
.banner_banner__zcZR5.banner_positive__zSwJa button:active,
.banner_banner__zcZR5.banner_positive__zSwJa button:focus,
.banner_banner__zcZR5.banner_positive__zSwJa button:hover {
  color: #56bf56 !important;
}
.banner_banner__zcZR5 .banner_content-left__tqzu8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  text-align: left;
}
.banner_banner__zcZR5 .banner_content-right__XXvW6 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.banner_banner__zcZR5.banner_warning__js25c {
  background-color: #fbc758;
  color: #000;
  justify-content: space-between;
}
.banner_banner__zcZR5.banner_info__vqwt0 {
  background-color: #5299c7;
  justify-content: space-between;
}
.banner_banner__zcZR5.banner_purple-banner__ihj_U {
  background-color: #8158ec;
}
.banner_banner__zcZR5 button {
  padding: 8px 16px;
  margin-left: 12px;
}
.banner_banner__zcZR5 .banner_remove-x-20__UipLW,
.banner_banner__zcZR5 .banner_remove-x__jyifv {
  position: relative !important;
  top: auto;
  right: auto;
}
.banner_banner__zcZR5 h4 {
  display: inline;
  margin: 0 5px 0 0;
}
.banner_banner__zcZR5 .banner_message-text__uhY7t p {
  margin: 5px 2px;
  display: inline;
}
.banner_banner__zcZR5 .banner_message-text__uhY7t p.banner_ten-dlc__RBrPT {
  font-weight: 850;
  letter-spacing: 1px;
  color: #0802b1;
}
.banner_slide-up__OaMDg {
  animation: banner_banner-slide-up__gzuzP 1.5s ease 0s 1 alternate;
}
@keyframes banner_banner-slide__DY_qZ {
  0% {
    top: -100px;
  }
  33% {
    top: 0;
  }
  to {
    top: 0;
  }
}
@keyframes banner_banner-slide-up__gzuzP {
  0% {
    top: 0;
  }
  to {
    top: -100px;
  }
}
.mobile-install_content__VdUhy .mobile-install_header__KGCZN {
  margin: 40px 40px 60px;
}
.mobile-install_content__VdUhy .mobile-install_header__KGCZN a {
  margin: 0 auto;
  float: none;
  display: block;
}
.mobile-install_content__VdUhy .mobile-install_content-inner__wBZhK {
  text-align: center;
}
.mobile-install_content__VdUhy .mobile-install_content-inner__wBZhK h2 {
  font-weight: 300;
  font-size: 26px;
  margin-bottom: 30px;
}
.mobile-install_content__VdUhy .mobile-install_content-inner__wBZhK p {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 20px;
}
.mobile-install_content__VdUhy .mobile-install_app-store__7e6Sc {
  margin-top: 50px;
}
.mobile-install_content__VdUhy .mobile-install_app-store__7e6Sc .mobile-install_play-store__mlrNu a img {
  width: 70%;
}
.mobile-install_content__VdUhy .mobile-install_app-store__7e6Sc .mobile-install_itunes__9FG6s a img {
  width: 60%;
}
