:root {
  --Glass-Container-20: radial-gradient(162.34% 115.1% at 70.34% 91.1%, #1ac9aa0f 0%, #181f2500 62.23%), #575a5c33;
  --Cool-Glass-80: radial-gradient(179.55% 127.35% at 78.86% 100%, #ffffff1f 0%, #181f2500 62.23%), #3b465dcc;
  --Bottom-Light-Border: linear-gradient(0deg, #ffffff1a 0%, #ffffff1a 100%), radial-gradient(48.25% 79.75% at 58.25% 100%, #fffc 0%, #ffffff4d 27.5%, #ffffff0d 100%);
  --Bottom-Light-Subtle-Border: #fffc;
}

.billing-page-header {
  color: #fff;
  margin-left: 24px;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.billing-icon {
  color: #9cabb9;
}

.billing-description {
  color: #93cff2;
}

.billing-card {
  color: #fff;
  background: linear-gradient(0deg, #575a5c33, #575a5c33), radial-gradient(91.1% 134.37% at 70.34% 91.1%, #1ac9aa0f 0%, #181f2500 62.23%), #1a202c;
  border: none;
  justify-content: center;
  align-items: center;
  min-height: 160px;
  display: flex;
}

.billing-button {
  color: #fff;
  font-family: Inter;
  font-weight: medium;
  background-color: #35434b;
  border-radius: 4px;
  height: 8px;
  padding: 20px;
  font-size: 14px;
}

.billing-modal {
  border-radius: var(--4, 6px);
  box-shadow: 0 -6px 32px #0006;
}

.billing-modal .ant-modal-root, .billing-modal .ant-modal-wrap {
  z-index: 1010 !important;
}

.billing-modal-footer {
  padding: var(--07, 24px);
  justify-content: flex-end;
  align-items: center;
  gap: var(--05, 16px);
  background: none;
  border-top: 1px solid #ffffff1a;
  align-self: stretch;
  display: flex;
}

.billing-modal-header {
  border-bottom: 0;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  background-color: #303b4d !important;
}

.billing-modal-button {
  color: #000;
  border-radius: 3px;
  border-radius: var(--3, 4px);
  background: radial-gradient(89.23% 100% at 50% 100%, #3eea9c 0%, #1ac9aa 100%);
  border: none;
  min-width: 88px;
  padding: 10px 20px;
  box-shadow: 0 -2px 6px #00000080;
}

.billing-modal-button:disabled {
  color: #000;
  opacity: .5;
  border: none;
  background: radial-gradient(89.23% 100% at 50% 100%, #3eea9c 0%, #1ac9aa 100%) !important;
}

.billing-modal-button:disabled:hover {
  color: #000;
  border: none;
}

.billing-modal-button:hover {
  color: #1ac9aa;
  background: none;
  border: 1px solid #1ac9aa;
}

.billing-modal-close-button {
  color: #fff;
}

.billing-modal-cancel-button {
  color: #fff;
  background: #35434b;
  border-radius: 4px;
  min-width: 88px;
  padding: 10px 20px;
}

.billing-modal-title {
  background-color: #313b4e;
  font-size: 18px;
  font-weight: 700;
}

.billing-form {
  color: #fff;
  font-family: Inter;
}

.billing-input {
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  transition: border-color .3s, background-color .3s;
  background-color: #ffffff1a !important;
  border: 1px solid #ffffff1c !important;
  height: 48px !important;
}

.billing-input:-webkit-autofill {
  transition: background-color 5000s ease-in-out;
  -webkit-text-fill-color: white !important;
  caret-color: #fff !important;
  -webkit-box-shadow: inset 0 0 0 30px #fff0 !important;
}

.billing-input:-webkit-autofill:hover {
  transition: background-color 5000s ease-in-out;
  -webkit-text-fill-color: white !important;
  caret-color: #fff !important;
  -webkit-box-shadow: inset 0 0 0 30px #fff0 !important;
}

.billing-input:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out;
  -webkit-text-fill-color: white !important;
  caret-color: #fff !important;
  -webkit-box-shadow: inset 0 0 0 30px #fff0 !important;
}

.billing-input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out;
  -webkit-text-fill-color: white !important;
  caret-color: #fff !important;
  -webkit-box-shadow: inset 0 0 0 30px #fff0 !important;
}

.billing-input:hover {
  background-color: #ffffff1a !important;
  border-color: #fff !important;
}

.billing-input:focus {
  outline: none;
  background-color: #ffffff1a !important;
  border-color: #fff !important;
}

.billing-input:disabled {
  cursor: not-allowed;
  color: #ffffff80 !important;
  background-color: #ffffff0d !important;
  border-color: #ffffff1c !important;
}

.billing-input.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input {
  background-color: #ffffff1a !important;
  border-color: #ff4d4f !important;
}

.stripe-billing-input {
  color: #fff !important;
  background-color: #ffffff1a !important;
  padding-top: 14px !important;
}

.search-input {
  height: 40px !important;
}

.billing-title {
  color: #fafafa;
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.grid-container {
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 24px;
  display: grid;
}

.billing-contacts-container {
  background: #202633;
  border: 1px solid #fff3;
  border-radius: 6px;
}

.add-contact-button {
  justify-content: center;
  align-items: center;
  gap: var(--02, 4px);
  border-radius: var(--3, 4px);
  -webkit-backdrop-filter: blur(20px);
  color: #fff;
  min-width: 88px;
  display: flex;
  background: #ffffff1a !important;
  height: 40px !important;
  padding: 16px !important;
}

.add-contact-button:hover {
  background: #fff3 !important;
}

.billing-table-row {
  color: #fff;
  background-color: #273141;
}

.billing-status-dropdown {
  color: #fff;
  background: #202633;
}

.billing-status-button {
  background: #ffffff1a;
  height: 40px !important;
}

.ant-dropdown-menu.ant-dropdown-menu-root.ant-dropdown-menu-vertical.ant-dropdown-menu-light {
  -webkit-backdrop-filter: blur(20px);
  color: #fff;
  background: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  font-family: Inter;
  box-shadow: 0 -6px 32px #0006;
}

.ant-table-column-sorter.ant-table-column-sorter-full {
  color: #fff !important;
}

.ant-table-cell.ant-table-column-has-sorters:before {
  background-color: #191e28 !important;
}

.ant-table-tbody > tr.ant-table-placeholder:hover > td {
  background-color: #26303e !important;
}

.ant-table .ant-table-thead .ant-table-cell {
  background-color: #191e28 !important;
}

.ant-pagination.ant-table-pagination.ant-table-pagination-right.billing-history-pagination {
  border-top: 1px solid #ffffff1a;
  border-radius: 0;
  margin: 0;
  padding: 16px;
  box-shadow: 0 2px 4px #0000004d;
  background-color: #323846 !important;
}

.ant-pagination-item.ant-pagination-item-active {
  border-radius: 4px;
  color: #182b39 !important;
  text-align: center !important;
  background-color: #fffc !important;
  border: none !important;
}

.ant-pagination-item.ant-pagination-item-active a {
  color: #182b39 !important;
}

.ant-pagination-options-quick-jumper {
  color: #9cabb9 !important;
}

.ant-pagination-item {
  border-radius: 4px;
  color: #9cabb9 !important;
  background-color: #0000 !important;
  border: none !important;
}

.ant-pagination-item a {
  color: #9cabb9 !important;
}

.ant-pagination-item-ellipsis {
  color: #9cabb9 !important;
}

.ant-pagination-next, .ant-pagination-prev {
  color: #fff !important;
  background-color: #ffffff1a !important;
}

:is(.ant-pagination-next, .ant-pagination-prev) .ant-pagination-item-link span.anticon.anticon-right {
  color: #fff !important;
}

:is(.ant-pagination-next, .ant-pagination-prev) .ant-pagination-item-link span.anticon.anticon-left {
  color: #fff !important;
}

.ant-table-cell .empty-table {
  color: #fff;
  background-color: #26303e;
  margin: 0;
  padding: 0;
}

.ant-table-tbody > tr > td {
  background-color: #26303e;
  border-bottom: 1px solid #ffffff1a !important;
  padding: 16px !important;
}

.ant-empty-description {
  color: #fff !important;
}

.ant-empty-image {
  display: none !important;
}

.ant-pagination-total-text {
  color: #fff !important;
  padding-right: 16px !important;
}

.ant-select-dropdown {
  -webkit-backdrop-filter: blur(20px) !important;
  color: #fff !important;
  background: #35434b !important;
  border: 1px solid #ffffff1a !important;
  border-radius: 4px !important;
  box-shadow: 0 -6px 32px #0006 !important;
}

.ant-dropdown-menu.ant-dropdown-menu-root.ant-dropdown-menu-vertical.ant-dropdown-menu-light {
  -webkit-backdrop-filter: blur(20px) !important;
  background: #35434b !important;
  border: 1px solid #ffffff1a !important;
  border-radius: 4px !important;
  box-shadow: 0 -6px 32px #0006 !important;
}

.ant-dropdown-menu-item {
  color: #fff !important;
  background-color: #35434b !important;
  height: 40px !important;
}

.ant-dropdown-menu-item.ant-dropdown-menu-item-active {
  color: #fff !important;
  background-color: #ffffff1a !important;
}

.ant-select-item.ant-select-item-option.billing-ui {
  align-items: center !important;
  height: 48px !important;
}

.ant-select-selection-search-input {
  outline: none !important;
}

.ant-picker-panel-container.ant-picker-date-panel-container, .ant-picker-panel-container.ant-picker-year-panel-container, .ant-picker-panel-container.ant-picker-month-panel-container, .ant-picker-panel-container.ant-picker-decade-panel-container {
  border: 1px solid var(--Bottom-Light-Border, #fffc);
  -webkit-backdrop-filter: blur(32px);
  background: radial-gradient(162.34% 115.1% at 70.34% 91.1%, #1ac9aa1f 0%, #181f2500 62.23%), #070a0d80;
  border-radius: 6px;
  box-shadow: 0 -6px 32px #0006;
  color: #fff !important;
  border-radius: 4px !important;
  box-shadow: 0 -6px 32px #0006 !important;
}

.ant-picker-cell-hover {
  background-color: #ffffff1a !important;
  border-radius: 66px !important;
  box-shadow: 0 0 4px 1px #2b5b820d !important;
}

.ant-picker-header-view, .ant-picker-decade-btn, .ant-picker-month-btn, .ant-picker-year-btn, .ant-picker-header-prev-btn, .ant-picker-header-next-btn, .ant-picker-header-super-prev-btn, .ant-picker-header-super-next-btn {
  color: #fff !important;
}

.ant-picker-cell.ant-picker-cell-in-view {
  color: #fff !important;
  display: table-cell !important;
}

.ant-picker-content > thead > tr > th {
  color: #9cabb9 !important;
  display: table-cell !important;
}

.ant-picker-cell {
  display: hidden !important;
}

.ant-picker-cell-selected {
  background: radial-gradient(89.23% 100% at 50% 100%, #7ef7c0 0%, #179d87 100%);
  border-radius: 66px;
  box-shadow: 0 0 4px 1px #2b5b820d;
}

.ant-picker-cell-selected .ant-picker-cell-inner {
  color: #000 !important;
  background-color: #0000 !important;
}

.ant-picker-cell-selected .ant-picker-cell-inner:before {
  border-color: #0000 !important;
}

.ant-picker-cell-today {
  box-shadow: 0px 0px var(--20, 4px) var(--5, 1px) #2b5b820d;
  border-radius: 66px;
  background: #ffffff0d !important;
}

.ant-picker-cell-today .ant-picker-cell-inner {
  color: #1ac9aa !important;
  background-color: #0000 !important;
}

.ant-picker-cell-today .ant-picker-cell-inner:before {
  border-color: #0000 !important;
}

.ant-pagination-total-text {
  color: #9cabb9 !important;
}

.qf-size-btn {
  color: #ffffffd9;
  background: #ffffff0d;
  border: 1px solid #ffffff14;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  height: 32px;
  padding: 0 12px;
  transition: background .15s, border-color .15s;
  display: inline-flex;
  box-shadow: inset 0 1px #ffffff08;
}

.qf-size-btn:hover {
  background: #ffffff1a;
}

.qf-size-btn--disabled {
  opacity: .5;
  cursor: not-allowed;
}

.qf-size-caret {
  color: #ffffffb3;
}

.qf-size-menu .ant-dropdown-menu {
  background: #151c25;
  border: 1px solid #ffffff14;
  border-radius: 10px;
  padding: 6px;
}

.qf-size-menu .ant-dropdown-menu-item {
  color: #ffffffd9;
  padding: 8px 12px;
}

.qf-size-menu .ant-dropdown-menu-item:hover {
  background: #ffffff14;
}

.qf-size-item {
  align-items: center;
  gap: 8px;
  display: flex;
}

.qf-size-item-check {
  color: #ffffffd9;
  justify-content: center;
  width: 14px;
  display: inline-flex;
}

.ant-form-item {
  margin-bottom: 8px;
}

.ant-form .-ml-2 {
  margin-left: 0;
}

:root {
  --rnf-font-size-sm: 12px;
  --rnf-font-size-md: 14px;
  --rnf-font-size-lg: 16px;
  --rnf-font-weight-normal: 400;
  --rnf-font-weight-medium: 500;
  --rnf-font-weight-bold: 700;
  --rnf-spacing-1: 4px;
  --rnf-spacing-2: 8px;
  --rnf-spacing-3: 12px;
  --rnf-spacing-4: 16px;
  --rnf-spacing-5: 20px;
  --rnf-color-white: #fff;
  --rnf-color-gray: #9cabb9;
  --rnf-color-gray-300: #9cabb9;
  --rnf-color-gray-500: #4e7a93;
  --rnf-color-gray-700: #ffffff14;
}

.rnf-notification-feed-popover {
  font-family: Neue Haas Grotesk, Inter, Lato, -apple-system, sans-serif !important;
}

.rnf-notification-feed-popover > div, .rnf-notification-feed-popover__inner {
  -webkit-backdrop-filter: blur(32px) !important;
  background: radial-gradient(179.55% 127.35% at 78.86% 100%, #ffffff1f 0%, #181f2500 62.23%), #3b465d !important;
  border: 1px solid #fff3 !important;
  border-radius: 12px !important;
  min-width: 400px !important;
  max-width: 450px !important;
  overflow: hidden !important;
  box-shadow: 0 -6px 34px #0006 !important;
}

.rnf-notification-cell, .rnf-notification-cell--light {
  transition: all .2s;
  position: relative;
  -webkit-backdrop-filter: blur(32px) !important;
  background: radial-gradient(91.1% 134.37% at 70.34% 91.1%, #1ac9aa1f 0%, #181f2500 62.23%), linear-gradient(0deg, #575a5c66, #575a5c66) !important;
  border: none !important;
  border-radius: 8px !important;
  margin: 0 12px 8px !important;
  padding: 12px !important;
}

.rnf-notification-cell:before, .rnf-notification-cell--light:before {
  -webkit-mask-composite: destination-out;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(#ffffff1a 0%, #fff0 75.61%) border-box;
  border-radius: 8px;
  padding: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position: 0 0, 0 0;
  mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  mask-repeat: repeat, repeat;
  -webkit-mask-clip: padding-box, border-box;
  mask-clip: padding-box, border-box;
  -webkit-mask-origin: padding-box, border-box;
  mask-origin: padding-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
  content: "" !important;
}

.rnf-notification-cell__inner {
  z-index: 2;
  position: relative;
}

.rnf-notification-cell__unread-dot {
  z-index: 3;
  background: radial-gradient(89.23% 100% at 50% 100%, #3eea9c 0%, #1ac9aa 100%);
  border: none;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin: 2px;
  position: absolute;
  top: 18px;
  left: 18px;
  box-shadow: 0 0 8px #1fc38f99;
}

.rnf-notification-feed {
  background-color: #0000;
  flex-direction: column;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.rnf-notification-feed__type {
  font-size: var(--rnf-font-size-lg);
  font-weight: var(--rnf-font-weight-medium);
  color: var(--rnf-color-white);
  margin-right: var(--rnf-spacing-2);
}

.rnf-notification-cell__content, .rnf-notification-cell__content p {
  word-break: break-word;
  word-wrap: break-word;
  z-index: 2;
  margin-bottom: 8px;
  margin-left: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  position: relative;
  color: #fff !important;
}

.rnf-notification-cell__timestamp {
  z-index: 2;
  margin-top: 4px;
  margin-left: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  display: block;
  position: relative;
  color: #9cabb9 !important;
  opacity: .9 !important;
}

.rnf-notification-cell__content-outer {
  z-index: 2;
  position: relative;
}

.rnf-mark-all-as-read:disabled, .rnf-mark-all-as-read--light:disabled {
  cursor: not-allowed;
  color: #7a8d9e !important;
  opacity: 1 !important;
}

.rnf-mark-all-as-read, .rnf-mark-all-as-read--light {
  font-size: 14px;
  font-weight: 500;
  transition: color .2s;
  color: #1fc38f !important;
}

.rnf-mark-all-as-read:hover:not(:disabled), .rnf-mark-all-as-read--light:hover:not(:disabled) {
  color: #22e4a6 !important;
}

.rnf-dropdown, .rnf-dropdown--light {
  cursor: pointer;
  align-items: center;
  gap: 8px;
  height: 32px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: inline-flex;
  position: relative;
  -webkit-backdrop-filter: blur(20px) !important;
  color: #fff !important;
  background: #ffffff0d linear-gradient(#ffffff1a 0%, #fff0 75.61%) border-box !important;
  border: 1px solid #0000 !important;
  border-radius: 4px !important;
}

.rnf-dropdown:hover, .rnf-dropdown--light:hover, .rnf-dropdown:focus-within, .rnf-dropdown--light:focus-within {
  background: #fff3 !important;
}

.rnf-dropdown:active, .rnf-dropdown--light:active {
  background: radial-gradient(65.28% 21.32% at 50% 100%, #fff3 0%, #fff0 100%), linear-gradient(#fff3, #fff3) !important;
}

.rnf-dropdown select, .rnf-dropdown--light select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  z-index: 2;
  cursor: pointer;
  padding: 0 8px 0 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  color: #fff !important;
  background: none !important;
  border: none !important;
  outline: none !important;
}

.rnf-dropdown select:focus, .rnf-dropdown--light select:focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.rnf-dropdown svg, .rnf-dropdown--light svg {
  opacity: .7;
  flex-shrink: 0;
  color: #fff !important;
  right: 8px !important;
}

.rnf-empty-feed__body {
  color: #9cabb9;
  opacity: .8;
  margin: 0;
  font-size: 14px;
}

.rnf-notification-feed__header {
  background: radial-gradient(162.34% 115.1% at 70.34% 91.1%, #1ac9aa0f 0%, #181f2500 62.23%), #575a5c33;
  border-bottom: 1px solid #ffffff14;
  align-items: center;
  height: 48px;
  padding: 16px;
  display: flex;
  box-shadow: 0 2px 4px #0000004d;
}

.rnf-notification-feed-header {
  background: radial-gradient(162.34% 115.1% at 70.34% 91.1%, #1ac9aa0f 0%, #181f2500 62.23%), #575a5c33;
  border-bottom: 1px solid #ffffff14;
  border-radius: 12px 12px 0 0;
  padding: 20px;
  box-shadow: 0 2px 4px #0000004d;
}

.rnf-notification-feed-header h3 {
  color: #fff;
  letter-spacing: -.01em;
  margin: 0;
  font-family: Neue Haas Grotesk, Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.rnf-notification-feed-container, .rnf-notification-feed__container {
  scrollbar-width: thin;
  scrollbar-color: #ffffff4d transparent;
  max-height: 480px;
  padding: 12px;
  overflow-y: auto;
  background: radial-gradient(162.34% 115.1% at 70.34% 91.1%, #1ac9aa1f 0%, #181f2500 62.23%), #070a0d80 !important;
}

.rnf-notification-feed-container::-webkit-scrollbar {
  width: 6px;
}

.rnf-notification-feed__container::-webkit-scrollbar {
  width: 6px;
}

.rnf-notification-feed-container::-webkit-scrollbar-track {
  background: none;
}

.rnf-notification-feed__container::-webkit-scrollbar-track {
  background: none;
}

.rnf-notification-feed-container::-webkit-scrollbar-thumb {
  background: #ffffff4d;
  border-radius: 3px;
}

.rnf-notification-feed__container::-webkit-scrollbar-thumb {
  background: #ffffff4d;
  border-radius: 3px;
}

.rnf-notification-feed-container::-webkit-scrollbar-thumb:hover {
  background: #fff6;
  padding: 8px;
}

.rnf-notification-feed__container::-webkit-scrollbar-thumb:hover {
  background: #fff6;
  padding: 8px;
}

.rnf-notification-cell:first-child, .rnf-notification-cell--light:first-child {
  margin-top: 0 !important;
}

.rnf-notification-cell, .rnf-notification-cell--light {
  margin: 0 0 12px !important;
  padding: 16px !important;
}

.rnf-notification-cell__inner, .rnf-notification-cell__content-outer, .rnf-notification-cell__content, .rnf-notification-cell__content p {
  margin: 0 !important;
  padding: 0 !important;
}

.rnf-notification-cell__content-outer {
  flex: 1;
}

.rnf-notification-cell:hover, .rnf-notification-cell--light:hover {
  cursor: pointer;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #00000040;
  background: radial-gradient(91.1% 134.37% at 70.34% 91.1%, #1ac9aa2e 0%, #181f2500 62.23%), linear-gradient(0deg, #575a5c80, #575a5c80) !important;
}

.rnf-notification-cell:hover:before, .rnf-notification-cell--light:hover:before {
  background: linear-gradient(#fff3 0%, #fff0 75.61%) border-box !important;
}

.rnf-notification-cell:active, .rnf-notification-cell--light:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px #0003;
  background: radial-gradient(91.1% 134.37% at 70.34% 91.1%, #1ac9aa4d 0%, #181f2500 62.23%), linear-gradient(0deg, #575a5ccc, #575a5ccc) !important;
}

.rnf-notification-cell-content {
  color: #fff;
  font-family: Neue Haas Grotesk, Inter, Lato, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.rnf-notification-cell-content strong {
  color: #1fc38f;
  font-weight: 600;
}

.rnf-notification-cell-metadata {
  color: #b0b4ba;
  margin-top: 4px;
  font-size: 12px;
}

.rnf-notification-cell-unread-indicator {
  background: radial-gradient(89.23% 100% at 50% 100%, #3eea9c 0%, #1ac9aa 100%);
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-right: 12px;
  box-shadow: 0 0 8px #1fc38f99;
}

.rnf-notification-cell-avatar {
  border-radius: 6px;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.rnf-notification-cell-actions button, .rnf-button--primary, .rnf-button--primary.rnf-button--light {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  cursor: pointer;
  z-index: 2;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  transition: all .2s;
  position: relative;
  color: #fff !important;
  background: radial-gradient(89.23% 100% at 50% 100%, #3eea9c 0%, #1ac9aa 100%) !important;
  border: 1px solid #ffffff1a !important;
}

button.rnf-button.rnf-button--primary.rnf-button--light {
  color: #000 !important;
  font-weight: 500 !important;
}

.rnf-notification-cell-actions button:hover, .rnf-button--primary:hover, .rnf-button--primary.rnf-button--light:hover {
  transform: translateY(-1px);
  color: #000 !important;
  background: radial-gradient(89.23% 100% at 50% 100%, #5ff0b1 0%, #22e4a6 100%) !important;
  box-shadow: 0 4px 12px #1fc38f4d !important;
}

.rnf-notification-cell-actions button:active, .rnf-button--primary:active, .rnf-button--primary.rnf-button--light:active {
  transform: translateY(0);
}

.rnf-notification-feed-empty {
  text-align: center;
  color: #9cabb9;
  padding: 48px 24px;
  font-size: 14px;
}

.rnf-empty-feed__header {
  color: #fff;
  letter-spacing: -.01em;
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
}

.rnf-notification-cell__button-group {
  z-index: 2;
  margin-top: 12px;
  margin-bottom: 8px;
  margin-left: 4px;
  position: relative;
}

.rnf-archive-notification-btn, .rnf-archive-notification-btn--light {
  opacity: .6;
  z-index: 2;
  transition: all .2s;
  position: relative;
  color: #9cabb9 !important;
}

.rnf-archive-notification-btn:hover, .rnf-archive-notification-btn--light:hover {
  opacity: 1;
  color: #fff !important;
}

.rnf-notification-icon-button__badge {
  color: #fff;
  background: radial-gradient(89.23% 100% at 50% 100%, #3eea9c 0%, #1ac9aa 100%);
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  min-width: 18px;
  height: 18px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px 6px #1fc38f66;
}

div.rnf-tooltip.rnf-tooltip--light {
  color: #000 !important;
  top: 100% !important;
  bottom: auto !important;
  right: 0 !important;
  background: #fff !important;
  margin: 4px 0 0 !important;
  position: absolute !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  transform: translateX(-50%) !important;
}

