/* White video icons */
.status-card__actions a .fa, 
.status-card__actions a:hover .fa,
.status-card__actions i {
  color: white;
}

/* White text for image attach options */
.compose-form__upload .icon-button {
  color: white;
}

/* Nontransparent cancel buttons */
.block-modal__cancel-button, .confirmation-modal__cancel-button, .confirmation-modal__secondary-button, .mute-modal__cancel-button {
  background-color: #777684;
}

/* CW button with white text */
.status__content .status__content__spoiler-link {
  color: white;
}

/* Don't use uppercase on buttons */
.simple_form .block-button, .simple_form .button, .simple_form button {
  text-transform: inherit;
}

/* White text on post compose dropdowns */
.privacy-dropdown__option:hover .privacy-dropdown__option__content, 
.privacy-dropdown__option:hover .privacy-dropdown__option__content strong,
.language-dropdown__dropdown__results__item.active:hover, {
  color: white;
}

/* Nicer spoiler button */
.status__content__spoiler-link  {
  border-radius: 12px;
  padding: 1px 10px 0 10px;
  margin-left: 4px;
}

/* larger collapsed toots, 7 lines instead of 1 */
.status.collapsed .status__content {
  height: inherit;
  max-height: 120px;
}

/* Unhide toot buttons in mobile */
.ui__header__links .button {
  background: #6364ff;
}

/* less linespacing on hints */
.simple_form .input.with_label .hint {
  margin-top: -2px;
}
.simple_form .input.with_label .label_input > label {
  margin-bottom: 0;
}

/* avoid black boxes over transparent images (ty @brunomiguel) */
.media-gallery__item.letterbox {
  background: transparent !important;
}

/* 25 de Abril */
/*
.mbstobon-0 .drawer__inner__mastodon > .mastodon {
  background: url(/welcome/img/cravo.png) no-repeat 0 100% !important;
  filter: none !important;
}

.mbstobon-1 .drawer__inner__mastodon > .mastodon {
  background: url(/welcome/img/cravo.png) no-repeat 0 100% !important;
  filter: none !important;
}

.mbstobon-2 .drawer__inner__mastodon > .mastodon {
  background: url(/welcome/img/cravo.png) no-repeat 0 100% !important;
  filter: none !important;
}
*/

/* Pride month mascots */
/*
.mbstobon-0 .drawer__inner__mastodon > .mastodon {
  background: url(/welcome/img/pride-mastodon-0.png) no-repeat 0 100% !important;
  filter: none !important;
}

.mbstobon-1 .drawer__inner__mastodon > .mastodon {
  background: url(/welcome/img/pride-mastodon-1.png) no-repeat 0 100% !important;
  filter: none !important;
}

.mbstobon-2 .drawer__inner__mastodon > .mastodon {
  background: url(/welcome/img/pride-mastodon-2.png) no-repeat 0 100% !important;
  filter: none !important;
}
*/

/* Aniversario */
/*
.drawer__inner__mastodon {
  background: url(/welcome/img/aniversario-1.png) no-repeat 0 100% !important;
  filter: none !important;
}

.drawer__inner__mastodon > img {
  display: none;
}

.drawer__inner__mastodon > img {
  background: url(/welcome/img/aniversario-1.png) no-repeat 0 100% !important;
  filter: none !important;
}

.drawer__inner__mastodon > img {
  background: url(/welcome/img/aniversario-1.png) no-repeat 0 100% !important;
  filter: none !important;
}
*/


/* Natal */

.drawer__inner__mastodon {
  background: url(/welcome/img/elephant-moshed-natal-01.png) no-repeat 0 100% !important;
  background-size: 260px !important;
  filter: none !important;
}

.drawer__inner__mastodon > img {
  display: none;
}

body.app-body.layout-multiple-columns {
  background: var(--background-color) url("/welcome/img/ciberlandia-natal2024-esquerda.gif") no-repeat 99% 2px;
  background-size: 200px;
}


