/* Allgemeine Ausblendungen */
.logo-container,
.sign-in-banner p,
.no-list,
.interaction-modal p.hint,
.navigation-panel__sign-in-banner .button.button--block,
.server-banner,
.link-footer,
.navigation-panel .logo,
.logo-container h1 .logo,
.video-player__download__icon.player-button,
.icon.icon-download,
.video-player__download__icon .player-button.audio-player .video-player__buttons a {
    display: none;
}

/* Farben und Stil */
.account__header__bio .account__header__fields a {
    color: #208bfe;
}
.button:active, .button:focus, .button:hover {
  background-color: #4ca2fe;
}
.button {
  align-items: center;
  background-color: #208bfe;
  border: 10px;
  border-radius: 60px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  gap: 6px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 22px;
  overflow: hidden;
  padding: 7px 18px;
  position: relative;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}
.account__section-headline a.active::before,
.account__section-headline button.active::before,
.notification__filter-bar a.active::before,
.notification__filter-bar button.active::before {
    background: #208bfe;
    border-radius: 4px 4px 0 0;
    bottom: -1px;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 40px;
}

.compose-form__highlightable,
.compose-form .autosuggest-textarea__textarea,
.compose-form .spoiler-input__input,
.search__input,
.simple_form input[type="datetime-local"],
.simple_form input[type="email"],
.simple_form input[type="number"],
.simple_form input[type="password"],
.simple_form input[type="text"],
.simple_form input[type="url"],
.simple_form textarea,
.simple_form select,
.picture-in-picture__footer,
.picture-in-picture__header,
body {
    background: #151d28;
}

.search__input {
    border: 1px solid #1c1c28;
}

.simple_form input,
.simple_form textarea {
    border: 1px solid var(--background-border-color);
    border-radius: 4px;
}

.simple_form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #151d28 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.933 18.467' height='19.698' width='15.929'><path d='M3.467 14.967l-3.393-3.5H14.86l-3.392 3.5c-1.866 1.925-3.666 3.5-4 3.5-.335 0-2.135-1.575-4-3.5zm.266-11.234L7.467 0 11.2 3.733l3.733 3.734H0l3.733-3.734z' fill='%2342425C'/></svg>") no-repeat right 8px center/auto 14px;
    border: 1px solid #1d1d31;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-family: inherit;
    font-size: 14px;
    height: 41px;
    outline: 0;
    padding-inline-end: 30px;
    padding-inline-start: 10px;
    resize: vertical;
    width: 100%;
}

/* Buttons */
.button {
    align-items: center;
    background-color: #208bfe;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    gap: 6px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 22px;
    overflow: hidden;
    padding: 7px 18px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}

.button:active,
.button:focus,
.button:hover {
    background-color: #4ca2fe;
}
.account__domain-pill__popout__handle {
  background: rgba(140,141,255,.1);
  border: 2px dashed #208bfe;
  border-radius: 4px;
  color: #208bfe;
  padding: 12px 8px;
}
.account__domain-pill__popout__header__icon {
  align-items: center;
  background: #208bfe;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.account__domain-pill__popout__parts__icon {
  color: #208bfe;
}
.link-button {
  background: transparent;
  border: 0;
  color: #208bfe;
  cursor: pointer;
  display: block;
  font-size: 15px;
  line-height: 20px;
  padding: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.column-back-button {
  color: #208bfe;
  cursor: pointer;
  font-size: 16px;
  line-height: inherit;
  text-align: unset;
}
/* Pillen-Stil */
.account__domain-pill {
    background: rgb(0 47 74 / 38%);
    border: 0;
    border-radius: 4px;
    color: #208bfe;
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    padding: 4px 8px;
}

/* Flex-Layout Steuerung */
.columns-area__panels__pane--start.columns-area__panels__pane--navigational {
    order: 1;
}

.columns-area__panels__main {
    order: 2;
}

.columns-area__panels__pane--compositional {
    order: 3;
}

/* Responsive Layout */
@media screen and (max-width: 1174px) {
    .layout-single-column .ui__header {
        background: #151d28;
        border-bottom: 1px solid #06060a;
        display: flex;
    }
}

/* Container Queries (nur wenn `container-type` verwendet wird) */
@container .header-logo (min-width: 99px) {
    .ui__header__logo .logo--wordmark {
        display: none;
    }

    .video-player__download__icon.player-button,
    .icon.icon-download {
        display: none;
    }
}

/* Root Variable */
:root {
    --background-color: #151d28;
}
.search__input {
  background-color: #1e2936;
  border-color: #19222d;
  border-radius: 12px;
}
.account__header__tabs__buttons .icon-button {
  border: 1px solid #141b24;
  border-radius: 60px;
  box-sizing: initial;
  padding: 5px;
  background-color: #1e2936;
  color: #aebbc9;
}
.edit-indicator__content a.unhandled-link, .reply-indicator__content a.unhandled-link, .status__content a.unhandled-link {
  color: #208bfe;
}
.status-card a:active .status-card__author, .status-card a:active .status-card__description, .status-card a:active .status-card__host, .status-card a:active .status-card__title, .status-card a:focus .status-card__author, .status-card a:focus .status-card__description, .status-card a:focus .status-card__host, .status-card a:focus .status-card__title, .status-card a:hover .status-card__author, .status-card a:hover .status-card__description, .status-card a:hover .status-card__host, .status-card a:hover .status-card__title {
  color: #208bfe;
}
.hashtag-bar {
  color: #208bfe;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 6px;
  line-height: 16px;
  margin-top: 16px;
}
.hashtag-bar a {
  background: unset;
  border-radius: 4px;
  color: inherit;
  display: inline-flex;
  font-weight: 500;
  padding: 4px 12px;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: medium;
}

.dismissable-banner, .warning-banner {
  background: rgba(122, 205, 255, 0.15);
  border: 1px solid #208bfe;
  border-radius: 8px;
  margin: 10px 10px 5px;
  overflow: hidden;
  position: relative;
}
.dismissable-banner__action .icon-button, .warning-banner__action .icon-button {
  color: #208bfe;
}
.column-link.active {
  color: #208bfe;
}
.column-link:active, .column-link:focus, .column-link:hover {
  color: #208bfe;
}
.hashtag-bar a:active, .hashtag-bar a:focus, .hashtag-bar a:hover {
  background: #10151c;
  border-radius: 12px;
}
.status__relative-time {
  color: #979797;
  font-size: 15px;
  line-height: 22px;
}
.icon-button.active:active, .icon-button.active:focus, .icon-button.active:hover {
  color: #208bfe;
}
.icon-button.active {
  color: #208bfe;
}

.account__header__bio .account__header__fields {
  border: unset;
  border-radius: 4px;
  margin: 2px 0 0;
}
.account__header__bio .account__header__fields dl {
  border-bottom-color: unset;
  display: block;
  padding: 11px 16px;
}
.account__header__fields dl {
  border-bottom: unset;
    border-bottom-color: unset;
  display: flex;
}
.account__header__bio .account__header__fields dd {
  color: #fff;
}
.account__header__bio .account__header__fields dt {
  color: #79899a;
  text-transform: uppercase;
}
.account__header__tabs__name h1 small {
  color: #79899a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.account__section-headline a, .account__section-headline button, .notification__filter-bar a, .notification__filter-bar button {
  color: #79899a;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
.status {
  animation: fade .15s linear;
  border-bottom: 1px solid #2e4052;
  cursor: auto;
  min-height: 54px;
  opacity: 1;
  padding: 16px;
}
.account__domain-pill {
  background: rgb(0 47 74 / 38%);
  border: 0;
  border-radius: 4px;
  color: #208bfe;
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  padding: 4px 8px;
}
.account__domain-pill__popout {
  -webkit-backdrop-filter: var(--background-filter);
  backdrop-filter: var(--background-filter);
  background: #1e2936;
  border: 1px solid #1e2936;
  border-radius: 8px;
  box-shadow: var(--dropdown-shadow);
  color: #79899a;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  gap: 24px;
  line-height: 20px;
  max-width: 320px;
  padding: 16px;
}
.dropdown-menu__item a:active, .dropdown-menu__item a:focus, .dropdown-menu__item a:hover, .dropdown-menu__item button:active, .dropdown-menu__item button:focus, .dropdown-menu__item button:hover {
  background: #263544;
  outline: 0;
}
.button {
  align-items: center;
  background-color: #208bfe;
  border: none;
  border-radius: 60px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  gap: 6px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 22px;
  overflow: hidden;
  padding: 7px 18px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}
account__header__extra__links a {
  color: #79899a;
  font-weight: 500;
}
.dropdown-menu {
  -webkit-backdrop-filter: var(--background-filter);
  backdrop-filter: var(--background-filter);
  background: #151d28;
  border: 1px solid var(--dropdown-border-color);
  border-radius: 4px;
  box-shadow: var(--dropdown-shadow);
  padding: 4px;
  z-index: 9999;
}
.focusable:focus {
  background: #19222d;
  outline: 0;
}
.column-header .column-header__back-button {
  color: #208bfe;
  flex: 1;
}

.search__popout {
  background: #151d28;
  border: 1px solid #151d28;
  border-radius: 0 0 4px 4px;
  box-shadow: var(--dropdown-shadow);
  box-sizing: border-box;
  display: none;
  font-size: 13px;
  inset-inline-start: 0;
  margin-top: -2px;
  padding: 15px 5px;
  position: absolute;
  width: 100%;
  z-index: 99;
  color: #79899a;
}
.search__popout h4 {
  color: #79899a;
  font-weight: 500;
  text-transform: uppercase;
}
.search__popout__menu__message {
  color: #acacac;
}
.dropdown-button {
  align-items: center;
  background: transparent;
  border: 1px solid #208bfe;
  border-radius: 6px;
  color: #208bfe;
  display: flex
;
  font-size: 13px;
  font-weight: 400;
  gap: 4px;
  line-height: normal;
  overflow: hidden;
  padding: 4px 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.compose-form__actions .icon-button {
  box-sizing: initial;
  color: #208bfe;
}
.compose-form__actions .icon-button:active, .compose-form__actions .icon-button:focus, .compose-form__actions .icon-button:hover {
  color: #4ca2fe;
}
.compose-form__actions .icon-button.active {
  background: #208bfe;
  color: #fff;
}
.compose-form__poll__select__value {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  color: #208bfe;
  font-size: 14px;
  letter-spacing: .1px;
  line-height: 20px;
  padding: 0;
}
.poll__option input[type=text]:focus {
  border-color: #208bfe;
}
.poll__option input[type=text] {
  background: #1e2936;
  border: 1px solid #979797;
  border-radius: 4px;
  box-sizing: border-box;
  color: #ddd9e8;
  display: block;
  font-family: inherit;
  font-size: 14px;
  outline: 0;
  padding: 8px 12px;
  width: 100%;
}
.compose-form__actions .icon-button.disabled {
  color: #208bfe;
  opacity: .5;
}
.language-dropdown__dropdown__results__item.active, .language-dropdown__dropdown__results__item:focus {
    background: #208bfe;
    color: #fff;
    outline: 0;
}
.emoji-mart-anchor-selected {
    color: #208bfe;
}

.privacy-dropdown__option.active, .privacy-dropdown__option:focus {
    background: #208bfe;
    color: #fff;
    outline: 0;
}
.account__header__bio .account__header__fields {
  border: unset;
  border-radius: 4px;
  margin: 2px 0 0;
  display: inline-flex
;
  flex-direction: row;
  flex-wrap: wrap;
}
.account__header__fields .verified {
  background: #0d2434;
  border: 1px solid #208bfe;
}
.account__header__bio .account__header__fields .verified {
    border: 1px solid #208bfe;
    margin-top: -1px;
    margin-inline: -1px;
    border-radius: 12px;
}
.account__header__bio .account__header__fields .verified dd, .account__header__bio .account__header__fields .verified dt {
  color: #ffffff;
}
.account__header__bio .account__header__fields .verified a {
  color: #208bfe;
}
.account__header__fields .verified__mark {
  color: #208bfe;
}

.dropdown-button.active {
    background: #208bfe;
    border-color: #208bfe;
    color: #fff;
}
.notification-group--follow .notification-group__icon, .notification-group--follow-request .notification-group__icon {
    color: #208bfe;
}
.icon-button.bookmark-icon.active {
    color: #208bfe;
}
.emoji-mart-anchor-bar {
    background-color: #208bfe;
    bottom: -5px;
    height: 4px;
    inset-inline-start: 0;
    position: absolute;
    width: 100%;
}
.notification-ungrouped--direct .notification-ungrouped__header, .notification-ungrouped--direct .status__prepend, .status__wrapper-direct .notification-ungrouped__header, .status__wrapper-direct .status__prepend {
  color: #208bfe;
}
.poll__chart.leading {
  background: #208bfe;
}
.button.button-secondary {
    background: transparent;
    border: 1px solid #208bfe;
    color: #208bfe;
    padding: 6px 17px;
}
.react-toggle--checked .react-toggle-track {
    background-color: #208bfe;
}





::-webkit-scrollbar {
  width: 12px; /* oder height: 12px für horizontale Scrollbars */
}

::-webkit-scrollbar-track {
  background: #2e2e2e; /* Dunkelgrau – Hintergrund der Scrollbar */
}

::-webkit-scrollbar-thumb {
  background-color: #555; /* Etwas helleres Grau – der Slider */
  border-radius: 6px;
  border: 2px solid #2e2e2e; /* Optional: sorgt für etwas Abstand zum Rand */
}

/* Für Firefox */
scrollbar-color: #555 #2e2e2e; /* thumb color, track color */
scrollbar-width: auto; /* oder 'thin' für schmalere Leiste */



.compose-form__highlightable {
  background: #292938;
  border: 1px solid #2e4052;
  border-radius: 4px;
  display: flex
;
  flex: 0 1 auto;
  flex-direction: column;
  gap: 16px;
  min-height: 0;
  overflow-y: auto;
  position: relative;
  transition: border-color .3s linear;
}
.column-header {
  border: unset;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  display: flex
;
  flex: 0 0 auto;
  font-size: 16px;
  outline: 0;
  position: relative;
  z-index: 2;
}
.column>.scrollable {
  border: 1px solid #2e4052;
  border-radius: 0 0 4px 4px;
  border-top: 0;
}
.column-header__button {
    align-items: center;
    background: transparent;
    border: 0;
    color: #79899a;
    cursor: pointer;
    display: flex
;
    font-size: 16px;
    justify-content: center;
    padding: 0 15px;
}
.navigation-bar .account__display-name .display-name__account {
  font-size: 14px;
  letter-spacing: .1px;
  line-height: 20px;
  color: #79899a;
}
@media screen and (max-width: 1174px) {
    .layout-single-column .ui__header {
        background: #151d28;
        border-bottom: 1px solid #06060a;
        display: flex
;
        justify-content: flex-end;
    }
}
.explore__search-header {
    align-items: center;
    background: #151d28;
    justify-content: center;
    padding: 15px;
}
.explore__search-header .search__input, .explore__search-header .search__popout {
    border: 1px solid #2e4052;
}
.search__input {
    background: #292938;
    border: 1px solid var(--background-border-color);
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    color: #79899a;
    display: block;
    font-family: inherit;
    font-size: 17px;
    line-height: normal;
    margin: 0;
    outline: 0;
    padding: 12px 16px;
    padding-inline-start: 39px;
    width: 100%;
}
.search__popout__menu__item.selected, .search__popout__menu__item:active, .search__popout__menu__item:focus, .search__popout__menu__item:hover {
    background: #2e4052;
    color: #fff;
}
.dismissable-banner, .warning-banner {
    background: #208bfe36;
    border: 1px solid #208bfe;
    border-radius: 8px;
    margin: 10px 10px 5px;
    overflow: hidden;
    position: relative;
}
.icon-button {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 4px;
    color: #79899a;
    cursor: pointer;
    display: inline-flex
;
    flex: 0 0 auto;
    gap: 4px;
    justify-content: center;
    padding: 0;
}
.icon-button.disabled {
    background-color: transparent;
    color: #4a5159;
    cursor: default;
}
.icon-button:active, .icon-button:focus, .icon-button:hover {
    background-color: rgba(96, 96, 133, .15);
    color: #208bfe;
}
.search__icon .icon {
    color: #2e4052;
    cursor: default;
    display: inline-block;
    height: 20px;
    margin-inline-start: 14px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 14px;
    transition: all .1s linear;
    transition-property: transform, opacity;
    width: 20px;
}
.simple_form .block-button, .simple_form .button, .simple_form button {
    background: #208bfe;
    border: 0;
    border-radius: 12px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: auto;
    line-height: 22px;
    margin-bottom: 10px;
    margin-inline-end: 10px;
    outline: 0;
    padding: 7px 18px;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    width: 100%;
}
.simple_form .block-button:active, .simple_form .block-button:focus, .simple_form .block-button:hover, .simple_form .button:active, .simple_form .button:focus, .simple_form .button:hover, .simple_form button:active, .simple_form button:focus, .simple_form button:hover {
    background-color: #4ca2fe;
}
.simple_form input[type=datetime-local], .simple_form input[type=email], .simple_form input[type=number], .simple_form input[type=password], .simple_form input[type=text], .simple_form input[type=url], .simple_form textarea {
    background: #292938;
    border: 1px solid #1e2936;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-family: inherit;
    font-size: 14px;
    line-height: 20px;
    outline: 0;
    padding: 10px 16px;
    resize: vertical;
    width: 100%;
}
.simple_form .hint a {
    color: #208bfe;
    font-size: medium;
}
.simple_form p.hint {
    color: #79899a;
    margin-bottom: 15px;
}
.empty-column-indicator, .follow_requests-unlocked_explanation {
    align-items: center;
    color: #79899a;
    cursor: default;
    display: flex
;
    flex: 1 1 auto;
    font-size: 15px;
    font-weight: 400;
    justify-content: center;
    padding: 20px;
    text-align: center;
}
.compose-form__highlightable {
    background: #292938;
    border: 1px solid #1e3043;
    border-radius: 4px;
    display: flex
;
    flex: 0 1 auto;
    flex-direction: column;
    gap: 16px;
    min-height: 0;
    overflow-y: auto;
    position: relative;
    transition: border-color .3s linear;
}

.account-role {
    align-items: center;
    border: 1px solid #208bfe;
    border-radius: 6px;
    color: #208bfe;
    display: inline-flex
;
    font-size: 12px;
    font-weight: 500;
    gap: 4px;
    letter-spacing: .5px;
    line-height: 16px;
    padding: 4px;
    padding-inline-end: 8px;
}
.account__header__extra__links a {
    color: #79899a;
    display: inline-block;
    font-weight: 500;
    padding: 5px 10px;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.character-counter {
    color: #79899a;
    cursor: default;
    flex: 1 0 auto;
    font-family: "mastodon-font-sans-serif", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-align: end;
}
.account__header__bar .avatar .account__avatar {
    background: var(--background-color);
    border: 1px solid #1e3043;
    border-radius: var(--avatar-border-radius);
}
.column-back-button {
    align-items: center;
    background: transparent;
    border: 1px solid #1e3043;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
    color: #8c8dff;
    cursor: pointer;
    display: flex
;
    flex: 0 0 auto;
    font-size: 16px;
    gap: 5px;
    line-height: inherit;
    margin: 0;
    outline: 0;
    padding: 13px;
    text-align: unset;
    width: 100%;
    z-index: 3;
}
.account__section-headline, .notification__filter-bar {
    border: 1px solid #1e3043;
    border-top: 0;
    cursor: default;
    display: flex
;
    flex-shrink: 0;
}
.account__header__bar {
    border-bottom: 1px solid #1e3043;
    padding: 0 20px;
    position: relative;
}
.admin-wrapper .sidebar ul a {
    color: #79899a;
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding: 15px;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: all .2s linear;
    transition-property: color, background-color;
    white-space: nowrap;
}
.admin-wrapper .sidebar ul .simple-navigation-active-leaf a {
    border-bottom: 0;
    color: #208bfe;
}
.flash-message {
    background: var(--background-color);
    border: 1px solid #208bfe;
    border-radius: 4px;
    color: #208bfe;
    margin-bottom: 30px;
    padding: 15px 10px;
    text-align: center;
}
.simple_form p.hint {
    color: #79899a;
    margin-bottom: 15px;
}
.admin-wrapper .content h4 {
    border-bottom: 1px solid #1e3043;
    color: #79899a;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
    padding-bottom: 8px;
    text-transform: uppercase;
}
.flash-message a {
    color: #208bfe;
    display: inline-block;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.simple_form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #151d28 url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.933 18.467' height='19.698' width='15.929'><path d='M3.467 14.967l-3.393-3.5H14.86l-3.392 3.5c-1.866 1.925-3.666 3.5-4 3.5-.335 0-2.135-1.575-4-3.5zm.266-11.234L7.467 0 11.2 3.733l3.733 3.734H0l3.733-3.734z' fill='%2342425C'/></svg>) no-repeat right 8px center / auto 14px;
    border: 1px solid #1e3043;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-family: inherit;
    font-size: 14px;
    height: 41px;
    outline: 0;
    padding-inline-end: 30px;
    padding-inline-start: 10px;
    resize: vertical;
    width: 100%;
}
.dashboard__quick-access {
    align-items: baseline;
    background: #208bfe;
    border-radius: 4px;
    color: #fff;
    display: flex;
    font-size: 14px;
    margin-bottom: 4px;
    padding: 8px 16px;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: all .1s ease-in;
}
.dashboard__quick-access:active, .dashboard__quick-access:focus, .dashboard__quick-access:hover {
    background-color: #4ca2fe;
    transition: all .2s ease-out;
}
.admin-wrapper .content__heading__tabs a.selected {
    background: #208bfe;
    color: #fff;
    font-weight: 700;
}
.simple_form .block-button, .simple_form .button, .simple_form button {
    background: #208bfe;
    border: 0;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: auto;
    line-height: 22px;
    margin-bottom: 10px;
    margin-inline-end: 10px;
    outline: 0;
    padding: 7px 18px;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    width: 100%;
}

.simple_form .block-button:active, .simple_form .block-button:focus, .simple_form .block-button:hover, .simple_form .button:active, .simple_form .button:focus, .simple_form .button:hover, .simple_form button:active, .simple_form button:focus, .simple_form button:hover {
    background-color: #4ca2fe;
}
.compose-form__highlightable {
    background: #151d28;
    border: 1px solid #1e3043;
    border-radius: 4px;
    display: flex
;
    flex: 0 1 auto;
    flex-direction: column;
    gap: 16px;
    min-height: 0;
    overflow-y: auto;
    position: relative;
    transition: border-color .3s linear;
}
.emoji-mart-anchor {
    background: transparent;
    border: 0;
    color: #9c9cc9;
    cursor: pointer;
    flex: 1;
    overflow: hidden;
    padding: 12px 4px;
    position: relative;
    text-align: center;
    transition: color .1s ease-out;
}
.emoji-mart-anchor:hover {
    color: #208bfe;
}
  .navigation-panel__sign-in-banner .button.button--block.button-tertiary {
  display: inline-flex;
  }


.button.button-tertiary:active, .button.button-tertiary:focus, .button.button-tertiary:hover {
  background-color: #4ca2fe;
  border: 0;
  color: #fff;
  padding: 7px 18px;
}
.button.button-tertiary {
  background: transparent;
  border: 1px solid #208bfe;
  color: #208bfe;
  padding: 6px 17px;
}

.search__input {
  background: #19222d;
  border: 1px solid #22334a;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color: #79899a;
  display: block;
  font-family: inherit;
  font-size: 17px;
  line-height: normal;
  margin: 0;
  outline: 0;
  padding: 12px 16px;
  padding-inline-start: 39px;
  width: 100%;
}

.column-back-button {
  color: #208bfe;
  cursor: pointer;
  font-size: 16px;
  line-height: inherit;
  text-align: unset;
}

.simple_form input[type=datetime-local], .simple_form input[type=email], .simple_form input[type=number], .simple_form input[type=password], .simple_form input[type=text], .simple_form input[type=url], .simple_form textarea {
    background: #1e2936;
    border: 1px solid #1e2936;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-family: inherit;
    font-size: 14px;
    line-height: 20px;
    outline: 0;
    padding: 10px 16px;
    resize: vertical;
    width: 100%;
}

@container header-logo (min-width: 99px) {
  .ui__header__logo .logo--wordmark {
    display: none;
  }
}

.ui__header__links .button:not(.button-tertiary) {
  display: none;
}
.interaction-modal__icon {
  color: #208bfe;
}
.interaction-modal__login__input input::placeholder {
  color: #79899a;
}
.interaction-modal p {
  color: #79899a;
  font-size: 17px;
  line-height: 22px;
}
.interaction-modal {
  -webkit-backdrop-filter: var(--background-filter);
  backdrop-filter: var(--background-filter);
  background: #151d2885;
  border: 1px solid var(--modal-border-color);
  border-radius: 16px;
  box-sizing: border-box;
  display: block;
  overflow: visible;
  padding: 24px;
  position: relative;
}
.interaction-modal__login__input {
  align-items: center;
  background: #151d28;
  border: 1px solid #1e3043;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color: #9c9cc9;
  color: #fff;
  display: flex;
  font-family: inherit;
  font-size: 17px;
  font-size: 16px;
  line-height: normal;
  line-height: 18px;
  margin: 0;
  outline: 0;
  padding: 4px 6px;
  width: 100%;
}
.interaction-modal__login.focused .interaction-modal__login__input
{
    background: #151d28;
    border-color: #208bfe;
}
.detailed-status__display-name {
  color: #79899a;
  font-size: 15px;
  line-height: 22px;
}
.detailed-status__display-name:hover .display-name strong, .status__display-name:hover .display-name strong, a.account__display-name:hover .display-name strong {
  -webkit-text-decoration: underline;
  color: #208bfe;
}
.about__section__title {
    align-items: center;
    border: 1px solid #2e4052;
    border-radius: 4px;
    color: #208bfe;
    cursor: pointer;
    display: flex
;
    font-size: 17px;
    font-weight: 600;
    gap: 6px;
    line-height: 22px;
    padding: 20px;
}
.rules-list li:before {
    align-items: center;
    background: #208bfe;
    border-radius: 50%;
    color: #292938;
    content: counter(list-counter);
    display: flex
;
    font-weight: 500;
    height: 4ch;
    inset-inline-start: 0;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4ch;
}
.about__footer {
    color: #79899a;
    font-size: 15px;
    line-height: 22px;
    margin-top: 20px;
    text-align: center;
}
.status__display-name {
    color: #79899a;
}
.account__domain-pill.active {
    background: #208bfe;
    color: #fff;
}
.load-more {
    background-color: transparent;
    border: 0;
    box-sizing: border-box;
    clear: both;
    color: #79899a;
    display: block;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 15px;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    width: 100%;
}
.detailed-status__link {
    align-items: center;
    color: #79899a;
    display: inline-flex;
    gap: 6px;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.detailed-status__application, .detailed-status__datetime {
    color: #79899a;
}

.status__content__read-more-button, .status__content__translate-button {
    align-items: center;
    background: transparent;
    border: 0;
    color: #208bfe;
    display: flex;
    font-size: 15px;
    line-height: 22px;
    padding: 16px 0 0;
    -webkit-text-decoration: none;
    text-decoration: none;
}
media="(prefers-color-scheme: dark)" {
    .loading-bar {
        background-color: #208bfe;
        height: 3px;
        inset-inline-start: 0;
        position: fixed;
        top: 0;
        z-index: 9999;
    }
}
.account__header__account-note label {
    color: #79899a;
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
}
    .loading-bar {
        background-color: #208bfe;
        height: 3px;
        inset-inline-start: 0;
        position: fixed;
        top: 0;
        z-index: 9999;
    }
}
.copy-paste-text.focused, .copy-paste-text:focus {
    border-color: #208bfe;
    outline: 0;
    transition: none;
}
.copy-paste-text {
    align-items: flex-end;
    background: #1e2936;
    border: 1px solid #1e2936;
    border-radius: 8px;
    color: #fff;
    display: flex
;
    flex-direction: column;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 30px;
    padding: 16px;
    transition: border-color .3s linear;
}
.compose-form .spoiler-input__input {
    background: rgba(99, 100, 255, .05);
    color: #208bfe;
    padding: 12px 7px;
}
.autosuggest-textarea__suggestions__item.selected {
    background: #208bfe;
    color: #fff;
}
.notification-bar-action {
    border-radius: 4px;
    color: #208bfe;
    cursor: pointer;
    margin-inline-start: 10px;
    padding: 0 4px;
    text-transform: uppercase;
}

.upload-progress .icon {
    color: #208bfe;
    height: 24px;
    width: 24px;
}

.upload-progress__tracker {
    background: #208bfe;
    border-radius: 6px;
    height: 6px;
    inset-inline-start: 0;
    position: absolute;
    top: 0;
}

.simple_form .block-button, .simple_form .button, .simple_form button {
    background: #208bfe;
    border: 0;
    border-radius: 50px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: auto;
    line-height: 22px;
    margin-bottom: 10px;
    margin-inline-end: 10px;
    outline: 0;
    padding: 7px 18px;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    width: 100%;
  }
.edit-indicator {
    background: #1e2936;
    border-bottom: .5px solid #79899a;
    border-radius: 4px 4px 0 0;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 4px;
    overflow-y: auto;
    padding: 12px;
}

.dropdown-button[disabled] {
    border-color: #79899a;
    color: #79899a;
    cursor: default;
    opacity: .5;
}

.edit-indicator__content a, .reply-indicator__content a, .status__content a {
    color: #208bfe;
    -webkit-text-decoration: none;
    text-decoration: none;
    unicode-bidi: isolate;
}

.icon-with-badge__badge {
    background: #208bfe;
    border: 2px solid var(--background-color);
    border-radius: 6px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    inset-inline-start: 9px;
    line-height: 14px;
    padding: 1px 6px;
    position: absolute;
    top: -13px;
}
a.status-card:active .status-card__author, a.status-card:active .status-card__description, a.status-card:active .status-card__host, a.status-card:active .status-card__title, a.status-card:focus .status-card__author, a.status-card:focus .status-card__description, a.status-card:focus .status-card__host, a.status-card:focus .status-card__title, a.status-card:hover .status-card__author, a.status-card:hover .status-card__description, a.status-card:hover .status-card__host, a.status-card:hover .status-card__title {
    color: #208bfe;
}

.status-card__image {
    aspect-ratio: 1;
    background: #1e2936;
    flex: 0 0 auto;
    position: relative;
    width: 120px;
}

.status-card {
    align-items: center;
    border: 1px solid #1e3043;
    border-radius: 8px;
    color: #9c9cc9;
    contain: inline-size layout paint style;
    display: flex;
    font-size: 14px;
    margin-top: 14px;
    overflow: hidden;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.status-card {
    align-items: center;
    border: 1px solid #1e3043;
    border-radius: 8px;
    color: #79899a;
    contain: inline-size layout paint style;
    display: flex;
    font-size: 14px;
    margin-top: 14px;
    overflow: hidden;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.notification-group--unread:before, .notification-ungrouped--unread:before {
    border-inline-start: 4px solid #208bfe;
    content: "";
    height: 100%;
    inset-inline-start: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}
.notification-ungrouped__header {
    align-items: center;
    color: #79899a;
    display: flex
;
    font-size: 15px;
    font-weight: 500;
    gap: 8px;
    line-height: 22px;
    margin-bottom: 16px;
    padding-inline-start: 24px;
}

.compose-form__highlightable.active {
    border-color: #208bfe;
    transition: none;
}
.account__header__bio .account__header__fields a {
    color: rgb(15, 115, 255);
}
.hashtag-bar a {
    color: rgb(15, 115, 255);
}
.button {
        background-color: #0f73ff;
}
.account__header__image {
    height: 185px;
}
.account__section-headline a.active::before, .account__section-headline button.active::before, .notification__filter-bar a.active::before, .notification__filter-bar button.active::before {
    background: #0f73ff;
}
.hashtag-bar a:active, .hashtag-bar a:focus, .hashtag-bar a:hover {
    background: unset;
    border-radius: 12px;
    text-decoration-line: underline;
}

.search__input {
    background: #222e3f;
    border: unset;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    color: #6F839F;
    display: block;
    font-family: inherit;
    font-size: 17px;
    line-height: normal;
    margin: 0;
    outline: 0;
    padding: 12px 16px;
    padding-inline-start: 39px;
    width: 100%;
}
.search__icon-wrapper .icon {
    width: 100%;
    height: 100%;
    color: #6F839F;
}
.account__header__bar {
    border: none;
}
.simple_form .hint {
    color: #79899a;
}
.dropdown-menu__item a:focus:not(:disabled):not([aria-disabled=true]), .dropdown-menu__item a:hover:not(:disabled):not([aria-disabled=true]), .dropdown-menu__item a:active:not(:disabled):not([aria-disabled=true]), .dropdown-menu__item button:focus:not(:disabled):not([aria-disabled=true]), .dropdown-menu__item button:hover:not(:disabled):not([aria-disabled=true]), .dropdown-menu__item button:active:not(:disabled):not([aria-disabled=true]) {
    background: #208bfe;
    outline: 0;
}
.hashtag-header {
    border-bottom: 1px solid var(--background-border-color);
    padding: 15px;
    font-size: 17px;
    line-height: 22px;
    color: #79899a;
}
.button:disabled, .button.disabled {
    background-color: #8c9095;
    cursor: not-allowed;
}
.account__header__bio .account__header__fields dl {
    background-color: #0f141c;
    border-radius: 14px;
    margin: 2px;
}

sign-in-banner .button.button-tertiary {
    background: rgb(34, 46, 63);
    border: unset;
    color: rgb(171, 184, 201);
}

sign-in-banner .button.button-tertiary:active, .button.button-tertiary:focus, .button.button-tertiary:hover {
    background-color: rgb(46 63 86);
    border: 0;
    color: #fff;
}
.navigation-panel hr, .compose-panel hr {
    border-top: unset;
}

.column-link:active, .column-link:focus, .column-link:hover {
    color: #0f73ff;
}

.simple_form .btn {
    background: #0f73ff;
}

.simple_form .btn:active, .simple_form .btn:focus, .simple_form .btn:hover {
    background-color: #4d97ff;
}

label_input__wrapper:focus, label_input__wrapper:active {
    border: 0px solid #0f73ff;
}
.simple_form input[type="datetime-local"]:focus, .simple_form input[type="email"]:focus, .simple_form input[type="number"]:focus, .simple_form input[type="password"]:focus, .simple_form input[type="text"]:focus, .simple_form input[type="url"]:focus, .simple_form textarea:focus {
    border: 1px solid #0f73ff;
    background-color: #122136;
    color: #fff;
    outline: none;
}
.simple_form input[type=datetime-local], .simple_form input[type=email], .simple_form input[type=number], .simple_form input[type=password], .simple_form input[type=text], .simple_form input[type=url], .simple_form textarea {
    border-radius: 10px;
}
.simple_form .btn {
    width: 50%;
}
.button.button--block {
  width: fit-content;
}

.navigation-panel__sign-in-banner .button.button--block {
    display: flex;
}
.progress-tracker .active .circle {
    border-color: #0f73ff;
}
.rules-list__hint {
    font-size: 14px;
    font-weight: 400;
    color: #79899a;
}
.progress-tracker .active .circle:before {
    background: #0f73ff;
}
.simple_form .label_input__append {
    color: #d1d1d1;
}
.progress-tracker .separator.completed {
    background: #4ca2fe;
}
.progress-tracker .completed .circle {
    border-color: #0f73ff;
    background: #0f73ff;
}
.progress-tracker .separator {
    height: 2px;
    background: #79899a;
    flex: 1 1 auto;
}
.progress-tracker .circle {
    border: 2px solid #79899a;
}
.simple_form .input.boolean label a {
    color: #0f73ff;
}
.account__domain-pill__popout__handle {
    background: #151d28;
}



