/* www/styles.css */

p {
  font-size: 14px;
}

body {
  font-size: 14px;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.my-markdown {
    font-family: monospace;
}

.my-markdown p, .help-block, .accordion-body p {
    font-size: 12px;
}

.accordion-body p, .accordion-body li {
    font-size: 13px;
}

.my-markdown li {
    font-size: 12px;
    margin-bottom: 0px;
}

.my-markdown p,
.my-markdown ul {
    margin-bottom: 5px;
}

.hint p, .hint li, .hint ul {
    font-size: 11px;
    margin-bottom: 5px;
}

.selectize-dropdown .option, .selectize-dropdown .optgroup-header, .selectize-dropdown .no-results, .selectize-dropdown .create, .form-control, label, .control-label, .checkbox, .radio, .btn.btn-default.btn-file, .selectize-input, .selectize-input.full, h3.popover-header {
    font-size: 14px;
}

.shiny-input-container:not(.shiny-input-container-inline) {
    width: 100%
}

.bslib-card, .card-body {
    padding: 10px;
    width: 100%;
    max-width: 100%;
}


.control-label {
    font-weight: 600;
}

.custom-icon {
    color: red;
}

.container, .main-container, .container-fluid {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.popover {
  max-width: 350px;
}

.popover .popover-body {
  font-size: 11px;
}

.popover .popover-header {
  font-size: 12px;
}

.shiny-plot-output, .shiny-plot-output .plotly {
  width: 100%;
}

.mobile-full-width {
    width: 100% !important;
    margin-bottom: 10px !important;
}

@media (min-width: 768px) {
  .mobile-full-width {
    width: 30% !important;
  }

}

.alert-small-text,
.alert-small-text p,
.alert-small-text li,
.alert-small-text strong,
.alert-small-text em {
  font-size: 12px !important;
  margin-bottom: 5px;
}

.bslib-value-box .value-box-value {
      font-size: 1.1rem !important;
      /* font-weight: normal; */
      /* line-height: 1; */
    }
    


