/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

.bulma-footer {
  --bulma-footer-background-color: var(--bulma-scheme-main);
}

.bulma-mt-24 {
  margin-top: 12rem !important;
}

.bulma-mr-24 {
  margin-right: 12rem !important;
}

.bulma-mb-24 {
  margin-bottom: 12rem !important;
}

.bulma-ml-24 {
  margin-left: 12rem !important;
}

.bulma-mx-24 {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.bulma-my-24 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.visible-light {
  @media (prefers-color-scheme: light) {
    display: unset;
  }
  @media (prefers-color-scheme: dark) {
    display: none;
  }
}

.visible-dark {
  @media (prefers-color-scheme: light) {
    display: none;
  }
  @media (prefers-color-scheme: dark) {
    display: unset;
  }
}

cap-widget {
  /*--cap-background: #fdfdfd;*/
  /*--cap-border-color: #dddddd8f;*/
  --cap-border-radius: 6px;
  /*--cap-widget-height: 30px;*/
  /*--cap-widget-width: 230px;*/
  /*--cap-widget-padding: 14px;*/
  /*--cap-gap: 15px;*/
  /*--cap-color: #212121;*/
  /*--cap-checkbox-size: 25px;*/
  /*--cap-checkbox-border: 1px solid #aaaaaad1;*/
  /*--cap-checkbox-border-radius: 6px;*/
  /*--cap-checkbox-background: #fafafa91;*/
  /*--cap-checkbox-margin: 2px;*/
  --cap-font: var(--bulma-family-primary);
  /*--cap-spinner-color: #000;*/
  /*--cap-spinner-background-color: #eee;*/
  /*--cap-spinner-thickness: 5px;*/

  @media (prefers-color-scheme: dark) {
    --cap-background: rgb(20, 22, 26);
    --cap-color: rgb(171, 177, 191);
    --cap-border-color: rgb(53, 58, 70);
    --cap-checkbox-border: 1px solid rgb(53, 58, 70);
    --cap-checkbox-background: rgb(20, 22, 26);
  }
}
