.columns-area__panels {
    display: flex; /* Flexbox aktivieren */
}

.columns-area__panels__pane--start.columns-area__panels__pane--navigational {
    order: 1; /* Erste Position */
}

.columns-area__panels__main {
    order: 2; /* Zweite Position */
}

.columns-area__panels__pane--compositional {
    order: 3; /* Dritte Position */
}

.account__avatar img {
    display: inline-block;
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 50%;
}

.account__header__bar .avatar .account__avatar {
    background: var(--background-color);
    border: unset;
    border-radius: unset;
}

.account__header__tabs__buttons .button {
    flex-shrink: 1;
    min-width: 80px;
    white-space: nowrap;
    border-radius: 20px;
}

.account__header__tabs__buttons .icon-button {
    border-radius: 40px;
    box-sizing: initial;
    padding: 5px;
}

.link-footer {
    display: none;
}
.navigation-panel__sign-in-banner .button.button--block {
    display: none;
}

.navigation-panel__sign-in-banner .button.button--block.button-tertiary {
    display: inline-flex;
}

.ui__header__links button {
    display: none;
}

.ui__header__links button.button-tertiary {
    display: none;
}

.sign-in-banner p {
    display: none;
}

.no-list {
    display: none;
}

.sign-in-banner .button {
    display: none;
}

.ui__header__logo {
    container: header-logo / inline-size;
    display: inline-flex;
}

.account__header__extra {
    display: flex;
    flex-direction: column; /* This will stack children vertically */
}

.account__header__extra__links {
    order: 1; /* This will keep the links first */
}

.account__header__bio {
    order: 2; /* This will move the bio under the links */
}
.logo.logo--wordmark,
.navigation-panel .logo {
    display: none !important;
}
.navigation-panel::before {
    content: "";
    display: block;
    width: 180px;
    height: 60px;
    background-image: url("https://holasocial.de/system/site_uploads/files/000/000/002/48/be181de01b0e06f5.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 10px;
}
::-moz-selection {
    color: #fff;
    background: #6565ff;
}

::selection {
    color: #fff;
    background: #6565ff;
}
.navigation-panel__sign-in-banner .button.button--block.button-tertiary {
    display: inline-flex;
    border-radius: 60px;
}

.server-banner__meta__column {
    flex: 0 0 auto;
    overflow: hidden;
    width: calc(50% - 5px);
    display: none;
}
.account__avatar {
    display: block;
    position: relative;
    border-radius: 60px;
    background: var(--surface-background-color);
}
.animated-number {
    font-size: 16px;
}

.edit-indicator__cancel .icon:hover {
    color: #df405a;
}

.account__header__tabs__name h1 {
    font-size: 28px;
}

.account__header__bio {
    order: 2;
    margin-bottom: 10px;
}

.account__header__tabs__name h1 small {
    margin-top: 6px;
}

.account__header__bar .avatar .account__avatar {
    background: unset;
    border: unset;
    border-radius: unset;
}
a.account__wrapper:hover {
  color: #ff6161;
}
.layout-single-column .account__header__bio .account__header__fields {
  background-color: transparent;
  border: 0;
  color: var(--color-dim);
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-default);
  padding: 0;
}


.layout-single-column
  .account__header__bio
  .account__header__fields
  dl:has(dd > span:empty)::after {
  display: none;
}

.layout-single-column .account__header__bio .account__header__fields dt {
  order: 3;
}

.layout-single-column .account__header__bio .account__header__fields dd {
  order: 2;
}

.layout-single-column
  .account__header__bio
  .account__header__fields
  dl:first-of-type::before,
.layout-single-column
  .account__header__bio
  .account__header__fields
  dl:first-of-type::after {
  display: none;
}

.layout-single-column .account__header__bio .account__header__fields dl {
  width: 100%;
}

.layout-single-column
  .account__header__bio
  .account__header__fields
  dt:not([title]) {
  display: inline-flex;
  font-weight: var(--font-weight-regular);
  gap: calc(var(--gap-default) / 2);
  text-transform: unset;
}

.layout-single-column .account__header__bio .account__header__fields dd,
.layout-single-column .account__header__bio .account__header__fields dt {
  color: var(--color-dim);
  font-size: var(--font-size);
  font-weight: var(--font-weight-regular);
  text-transform: unset;
}
.account__header__fields {
  display: flex;
  flex-direction: column; /* sorgt für vertikale Anordnung */
}

/* der erste dl (Mitglied seit) nach unten schieben */
.account__header__fields dl:first-of-type {
  order: 2;
}

/* alle anderen bleiben oben */
.account__header__fields dl:not(:first-of-type) {
  order: 1;
}

.account__header__bio .account__header__fields dl {
        display: block;
        padding: 11px 2px;
        border-bottom-color: var(--background-border-color);
}

    .account__header__bio .account__header__content {
        color: #fff;
        border-radius: 12px;
        border-style: solid;
        border-color: #606085;
        border-width: 1px;
        padding: 16px 6px;
    }

.account__header__tabs__name .emojione {
    width: 22px;
    height: 22px;
    pointer-events: none;
}

a.account__wrapper:hover {
  color: #ff6161;
}

.media-modal__buttons .icon-button[title="Schließen"]:hover {
    color: #df405a;
}

.account--minimal .account__display-name:hover .display-name strong {
    color: #6161ff;
}

.edit-indicator__cancel .icon:hover {
    color: #df405a;
}

.layout-single-column .account__header__bio .account__header__fields dl { width: 100%; border: unset; 
}
    .account__header__extra__links {
        font-size: 16px;
    }
@keyframes zoom-click {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5); /* kurz größer */
    }
    100% {
        transform: scale(1);
    }
}
.no-reduce-motion .icon-button.star-icon.activate > .icon {
    animation: zoom-click 0.3s ease; /* Dauer & Timing */
    transform-origin: 50% 50%;
}

.status__action-bar__button.star-icon.icon-button:hover {
    color: #df3b85;
}

.icon-button.star-icon:hover {
        color: #df3b85;
}

.status__action-bar .icon.icon-star:hover {
    color: #df3b85;
}

.icon-button.star-icon.hover{ 
    color: #df3b85;
}

.icon-button.star-icon.icon-button__counter:hover {
    color: #df3b85;
}
.status__action-bar__button.icon-button.star-icon.active {
    color: #df3b85;
}


.icon.icon-star {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.2s, transform 0.2s;
}

/* Stern-Path ausblenden */
.icon.icon-star path {
    display: none;
}


/* Hover über normalen Buttons */
.icon-button.star-icon:hover .icon.icon-star {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FF4D6D" stroke="%23FF4D6D" stroke-width="2"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>');
    transform: scale(1.2);
}

/* Aktiv / Vollherz + Pop-Animation */
.icon-button.star-icon.activate .icon.icon-star {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FF4D6D" stroke="%23FF4D6D" stroke-width="2"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>');
    animation: zoom-click 0.3s ease;
    transform-origin: 50% 50%;
}

/* Column-Icons (weiß standard) */


/* Hover über übergeordnetes Column-Link → blau-lila, keine Pop */
.column-link.column-link--transparent:hover .icon.icon-star.column-link__icon {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%235050CE" stroke-width="2"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>');
    /* keine transform/animation */
}

/* Keyframes Pop-Animation */
@keyframes zoom-click {
    0% { transform: scale(1); }
    50% { transform: scale(1.5); }
    70% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.notification-group.focusable.notification-group--favourite .icon.icon-star:not(.column-link__icon) {
    background-image: url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FF4D6D" stroke="%23FF4D6D" stroke-width="2"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>);
}


.status__action-bar .status__action-bar__button-wrapper:nth-of-type(2) .icon-button.active {
    color: #5cefaa;
}

.status__action-bar .status__action-bar__button-wrapper:nth-of-type(2) .icon-button.active path {
    fill: #5cefaa;
}

/* Hover-Zustand – auch grün */
.status__action-bar .status__action-bar__button-wrapper:nth-of-type(2) .icon-button:hover {
    color: #5cefaa;
}

.status__action-bar .status__action-bar__button-wrapper:nth-of-type(2) .icon-button:hover path {
    fill: #5cefaa;
}
.no-reduce-motion .icon-button.star-icon.deactivate > .icon {
    animation: zoom-deactivate 0.3s ease; /* Dauer & Timing */
    transform-origin: 50% 50%; /* zentriert */
}
.icon.icon-star:not(.column-link__icon) {
    background-image: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FF4D6D' stroke='%23FF4D6D' stroke-width='2'><path d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/></svg>);
}

/* Inaktive Herz-Icons */
.icon.icon-star:not(.column-link__icon) {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23606085" stroke-width="2"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>');
}
.compose-form .autosuggest-textarea__textarea, .compose-form .spoiler-input__input {
    background: transparent;
}
.status__prepend__icon {
    color: #5cefaa;
}
.dropdown-menu__item--dangerous:hover {
    color: #df405a;
    background-color: #3f030d;
    border-radius: 4px;
}
.video-player__buttons .icon {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    aspect-ratio: 1;
}
.video-player__seek__handle {
    width: 16px;
    height: 16px;
    background: #fff;
}

.account__avatar {
    background: transparent;
}

.account__header__tabs__name h1 small {
    margin-top: 10px;
}
  .upload-area__content {
        border: 2px dashed #6161ff;
    }
.upload-area__background {
        background: unset;
    }
.status__content a.unhandled-link::before, .edit-indicator__content a.unhandled-link::before, .reply-indicator__content a.unhandled-link::before {
        content: "🔗 ";
        margin-right: 2px;
    }
    .circular-progress {
        color: #6364ff;
        animation: 1.4s linear 0s infinite normal none running simple-rotate;
    }
.status__content a.unhandled-link, .edit-indicator__content a.unhandled-link, .reply-indicator__content a.unhandled-link {
        color: #8c8dff;
        border-style: solid;
        border-color: #7477fd;
        border-width: 1px;
        padding: 2px 6px 2px 6px;
        display: inline-flex;
        border-radius: 12px;
        transition: background-color 0.2s ease, color 0.2s ease;
    }
.status__content a.unhandled-link:hover,
.edit-indicator__content a.unhandled-link:hover,
.reply-indicator__content a.unhandled-link:hover {
    background-color: #0c0c2a;
}
.detailed-status__meta__line {
    align-items: center;
    border-bottom: unset;
    display: flex;
    gap: 8px;
    padding: 4px 0;
}

.detailed-status__meta__line:first-child {
    padding-top: 0;
    border-bottom: 1px solid var(--background-border-color);
}

.detailed-status__meta__line:first-child {
    padding-top: 0;
    border-bottom: 1px solid var(--background-border-color);
}
.dropdown-menu__text-button {
    display: none;
}
.account__header__extra__links a strong {
        font-weight: 700;
        font-size: 20px;
    }

    
    .dropdown-menu__item button[data-index="11"]:focus,
    .dropdown-menu__item button[data-index="11"]:hover,
    .dropdown-menu__item button[data-index="11"]:active {
        background: #36060e;
        color: #bb0000;
    }
    
    .dropdown-menu__item.dropdown-menu__item--dangerous[data-index="11"] button:hover,
    .dropdown-menu__item.dropdown-menu__item--dangerous[data-index="11"] button:focus,
    .dropdown-menu__item.dropdown-menu__item--dangerous[data-index="11"] button:active {
      background: #36060e;
    }
    .navigation-panel__logo {
        margin-bottom: 12px;
        display: none;
    }
.server-banner {
    background-color: #0000000f;
    border-color: #0000000a;
    padding-top: 2px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 2px;
    border-style: solid;
    border-width: 2px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
}
.server-banner > * {
    order: 0;
}

.server-banner > a[href="/about"] {
    order: 1;
}

.server-banner__introduction {
    order: 2;
}
.app-body .column-link.column-link--logo .logo.logo--wordmark, .app-body .ui__header__logo .logo.logo--wordmark {
    display: none;
}

.navigation-panel__logo {
    margin-bottom: 12px;
    display: flex;
}
.account__avatar > img:hover {
    position: fixed;
    height: inherit;
    width: inherit;
    transform: scale(1.1);
}
.account__avatar > img {
    transition: transform .4s 
cubic-bezier(0, 0, 0, 3), background .2s, opacity .2s !important;
}
    .media-gallery__item {
        outline: unset;
    }

.account__header__image img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
}
.account__header__image {
    height: 0;
    padding-bottom: 35%;
    border-radius: var(--panel-radius) var(--panel-radius) 0 0;
    position: -webkit-sticky;
    position: sticky;
    top: calc(0px - var(--panel-radius));
    overflow: clip;
}

.tabs-bar__wrapper, .tabs-bar__portal, .column-back-button {
    display: none;
}

.columns-area__panels__main {
    max-width: 700px;
}

   .columns-area__panels__main {
        display: grid;
        grid-template-columns: 100%;
    }


    .server-banner {
        transition: transform 0.3s ease;
        max-width: 80%;
        margin-left: 20px;
    }
    .server-banner:hover {
        transform: scale(1.1);
    }

.button--compact {
    border-radius: 12px;
}
.search__input {
    background: transparent;
    border-radius: 60px;
}

.search.active .search__input {
    border-radius: 60px;
}
.search__popout {
    border-radius: 12px;
    margin-top: 6px;
}

.compose-form__highlightable {
    border-radius: 12px;
}
.layout-single-column .account__header__bio .account__header__fields dd, .layout-single-column .account__header__bio .account__header__fields dt {
    overflow: visible;
}

.column>.scrollable {
    padding: 10px;
}

.scrollable .notification__filter-bar, .scrollable .account__section-headline {
    margin-bottom: 10px;
}


.account__header__bar {
    position: relative;
    padding: 0 20px;
    border-bottom: unset;
}

.media-gallery__item-thumbnail img {
    object-fit: cover;
    border-radius: 12px;
}

.item-list.account-gallery__container article {
    margin-bottom: 2px;
  }
.picture-in-picture__footer .icon.icon-star:not(.column-link__icon) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E");
}

.navigation-panel {
    overflow: visible;
}

.column-link:active, .column-link:focus, .column-link:hover {
    background-color: unset;
}

.dismissable-banner, .warning-banner {
    margin: 10px 0px 8px;
}

.media-gallery__item-thumbnail img {
    object-fit: cover;
    border-radius: unset;
}


.item-list.account-gallery__container article {
    margin-bottom: 2px;
    border-radius: 0px;
}


.item-list.account-gallery__container article {
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
}

.status__action-bar-button.icon-button.icon-button--with-counter:hover .icon.icon-retweet {
    color: #5cefaa;
}

.status__content .emojione, .account__header__bio .emojione {
    transition: transform .2s, filter .2s;
}
.status__content .emojione:hover, .account__header__bio .emojione:hover {
    transform: scale(1.2);
    filter: drop-shadow(0 0 3px #202020);
}

.app-body .column-link--transparent:active {
    transform: scale(.95);
}
.app-body .column-link:not(.column-link--logo) {
    transition: all .3s;
}

.compose-form__submit {
    transition: all .3s;
}

.compose-form__submit:active {
    transform: scale(.95);
}

.admin-wrapper .sidebar ul a:active {
    transform: scale(.95);
}

.admin-wrapper .sidebar ul a{
    transition: all .3s;
}
.admin-wrapper .sidebar ul {
    transition: all .3s;
}
.dropdown-menu__item button[data-index="11"]:focus:not(:disabled):not([aria-disabled="true"]), .dropdown-menu__item button[data-index="11"]:hover:not(:disabled):not([aria-disabled="true"]), .dropdown-menu__item button[data-index="11"]:active:not(:disabled):not([aria-disabled="true"]) {
    background: #36060e;
}
.dropdown-menu__item button[data-index="12"]:focus:not(:disabled):not([aria-disabled="true"]),
.dropdown-menu__item button[data-index="12"]:hover:not(:disabled):not([aria-disabled="true"]),
.dropdown-menu__item button[data-index="12"]:active:not(:disabled):not([aria-disabled="true"]) {
  background: #36060e;
  color: #bb0000;
}
.dialog-modal__content__actions button {
    border-radius: 12px;
}
.dialog-modal__header__close.icon-button:hover {
    color: #df405a;
}
.icon.icon-reply path {
    display: none;
}

.icon.icon-reply {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='%23606085' aria-hidden='true'%3E%3Cpath d='M1.751 10c0-4.42 3.584-8 8.005-8h4.366c4.49 0 8.129 3.64 8.129 8.13 0 2.96-1.607 5.68-4.196 7.11l-8.054 4.46v-3.69h-.067c-4.49.1-8.183-3.51-8.183-8.01zm8.005-6c-3.317 0-6.005 2.69-6.005 6 0 3.37 2.77 6.08 6.138 6.01l.351-.01h1.761v2.3l5.087-2.81c1.951-1.08 3.163-3.13 3.163-5.36 0-3.39-2.744-6.13-6.129-6.13H9.756z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
.icon-button--with-counter:hover .icon.icon-reply {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='%23595aff'%3E%3Cpath d='M1.751 10c0-4.42 3.584-8 8.005-8h4.366c4.49 0 8.129 3.64 8.129 8.13 0 2.96-1.607 5.68-4.196 7.11l-8.054 4.46v-3.69h-.067c-4.49.1-8.183-3.51-8.183-8.01zm8.005-6c-3.317 0-6.005 2.69-6.005 6 0 3.37 2.77 6.08 6.138 6.01l.351-.01h1.761v2.3l5.087-2.81c1.951-1.08 3.163-3.13 3.163-5.36 0-3.39-2.744-6.13-6.129-6.13H9.756z'/%3E%3C/svg%3E");

}
.media-modal__overlay .picture-in-picture__footer .icon-button:hover .icon-retweet::before {
    color: #5cefaa;
}
.picture-in-picture__footer .icon.icon-reply {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='%23ffffff' aria-hidden='true'%3E%3Cpath d='M1.751 10c0-4.42 3.584-8 8.005-8h4.366c4.49 0 8.129 3.64 8.129 8.13 0 2.96-1.607 5.68-4.196 7.11l-8.054 4.46v-3.69h-.067c-4.49.1-8.183-3.51-8.183-8.01zm8.005-6c-3.317 0-6.005 2.69-6.005 6 0 3.37 2.77 6.08 6.138 6.01l.351-.01h1.761v2.3l5.087-2.81c1.951-1.08 3.163-3.13 3.163-5.36 0-3.39-2.744-6.13-6.129-6.13H9.756z'/%3E%3C/svg%3E");
}
.media-modal__overlay .picture-in-picture__footer .icon-button:hover .icon.icon-retweet {
    color: #5cefaa;
}

.status__content p, .edit-indicator__content p, .reply-indicator__content p {
        display: inline;
    }

.dialog-modal__header button {
    border-radius: 12px;
}

.ui__navigation-bar__sign-up .button:not(.button-tertiary) {
    display: none !important;
}
body.theme-default .column-link.column-link--transparent .icon.icon-star, body.theme-system .column-link.column-link--transparent .icon.icon-star {
    display: inline-block;
    width: 24px;
    height: 24px;

    background-image: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23ddd9e8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">\
<path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/>\
</svg>');
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.column-link:active,
.column-link:focus,
.column-link:hover {
    color: #6161ff;
}

.column-link.column-link--transparent .icon.icon-star {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'>\
<path d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/>\
</svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.button {
    background-color: #000;
color: #fff;
}
.button:active, .button:focus, .button:hover {
    background-color: #6364ff;
color:#fff;
}

.button.button-secondary:active, .button.button-secondary:focus, .button.button-secondary:hover {
    border-color: #6364FF;
    color: #6364FF;
}
.notification__filter-bar button.active:before, .notification__filter-bar a.active:before, .account__section-headline button.active:before, .account__section-headline a.active:before {
    background: #000;
}
.account-role {
    border: 1px solid #6364FF;
    color: #6364FF;
}
.account__domain-pill {
    background: #6364FF;
    color: #ffffff;
}
.account__domain-pill.active {
    color: #fff;
    background: #6364FF;
}

body.theme-default, body.theme-system {
    background: hsl(0deg 0% 0.78%);
}
body.theme-default .admin-wrapper .sidebar-wrapper__inner, body.theme-system.admin-wrapper .sidebar-wrapper__inner {
    background: hsl(0deg 0% 0.78%);
}

.admin-wrapper .sidebar ul {
    border-radius: 20px;
}
.compose-form__upload .icon-button.compose-form__upload__delete .icon:hover {
    color: #df405a;
}
body.theme-default .compose-form__highlightable, body.theme-system.compose-form__highlightable {
    background: hsl(0deg 0% 7.09%);
}

.button {
    background-color: #6364ff;
    color: #fff;
}
.button:active, .button:focus, .button:hover {
    background-color: #000000;
    color: #fff;
}
.column>.scrollable {
    padding: unset;
}

.status__content a.unhandled-link, .edit-indicator__content a.unhandled-link, .reply-indicator__content a.unhandled-link {
    display: table;
    margin-top: 6px;
}
.hashtag-bar a {
    color: #ffffff;
    background: #6364ff;
}
.hashtag-bar a:hover, .hashtag-bar a:focus, .hashtag-bar a:active {
    background: #2b2b73;
}
.status__content a.unhandled-link:hover, .edit-indicator__content a.unhandled-link:hover, .reply-indicator__content a.unhandled-link:hover {
    background-color: #6364ff;
    color: #fff;
}
.notification__filter-bar button.active:before, .notification__filter-bar a.active:before, .account__section-headline button.active:before, .account__section-headline a.active:before {
    background: #6364ff;
}
.account__header__bio .account__header__content {
    color: #000000;
    border-radius: 12px;
    border-style: dashed;
    border-color: #6364ff;
    border-width: 2px;
    padding: 16px 12px;
    background-color: #6364ff10;
}
body.theme-default .account__header__bio .account__header__content, body.theme-system .account__header__bio .account__header__content {
    color: #fff;
    border-radius: 12px;
    border-style: dashed;
    border-color: #6364ff;
    border-width: 2px;
    padding: 16px 12px;
    background-color: #6364ff10;
}

