/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/styles/style.scss ***!
  \************************************************************************************************************************************************************************/
/*
Golden ratio typescale
https://type-scale.com/?size=16&scale=1.618&text=A%20Visual%20Type%20Scale&font=Libre%20Franklin&fontweight=900&bodyfont=body_font_default&bodyfontweight=400&lineheight=1.75&backgroundcolor=%23ffffff&fontcolor=%23000000&preview=false
*/
/*
This is a tiny bit redundant, but makes things easy to understand and learn from
*/
/*
Breakpoints
Use for media queries, and max-widths
*/
p {
  line-height: 1.5 !important;
}

.da-field-container-note p {
  margin-top: 0.5rem !important;
  margin-bottom: -5px !important;
}

/*
Global layout styles (for both tools) are written in the bail tool repo here: https://github.com/debtcollective/docassemble-bailbonds/blob/development/docassemble/bailbonds/data/static/src/styles/biomes/_layout--global.scss

Use this file for eviction specific layout styling

*/
ol {
  list-style: decimal !important;
}

ul {
  list-style: disc !important;
}

ol, ul {
  margin-bottom: 1rem !important;
  margin-left: 2rem !important;
}

@media (min-width: 720px) {
  #daattributions p img {
    width: 70%;
  }
}

body.da-pad-for-navbar {
  padding-top: 93px;
}

.question-next-steps-self-file .da-field-buttons, .question-next-steps-self-file .form-actions,
.question-next-steps-before-efile .da-field-buttons,
.question-next-steps-before-efile .form-actions,
.question-next-steps-final .da-field-buttons,
.question-next-steps-final .form-actions {
  display: block !important;
}

.question-next-steps-self-file .da-page-header {
  height: auto;
}

a, .da-subquestion a, a.email-link {
  color: #007bff;
  text-decoration: underline;
}

a:hover, .da-subquestion a:hover, a.email-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

a.daterm {
  color: #0645AD !important;
}

@media (min-width: 1040px) {
  .single-image {
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
  }

  .dawideimage {
    width: 50% !important;
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .p {
    text-align: center;
  }
}
.side-by-side {
  display: flex;
}

.side-by-side .daimageref {
  border: 2px solid black;
}

.required-field-explanation {
  margin-bottom: 15px !important;
}

#download-documents {
  margin-top: 0;
  margin-bottom: 40px;
}
#download-documents a {
  color: white;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #E5E5E5;
  border-color: #E5E5E5;
}

div.nav.danavlinks {
  justify-content: space-evenly !important;
  width: 92vw;
  padding-bottom: 0.25rem;
}
div.nav.danavlinks .nav-section {
  width: 16.66%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid #E5E5E5;
}
div.nav.danavlinks .nav-section:nth-child(1) {
  border: 0;
}
div.nav.danavlinks .nav-section .nav-link {
  text-decoration: none;
  min-width: 150px;
  max-width: 200px;
  align-self: center !important;
  font-weight: 900;
  font-size: 0.8rem;
}
@media (min-width: 1040px) {
  div.nav.danavlinks .nav-section .nav-link {
    font-size: 0.92rem;
  }
}
div.nav.danavlinks .nav-section .nav-link.danotavailableyet {
  color: #333 !important;
}
@media (max-width: 767px) {
  div.nav.danavlinks {
    display: none !important;
  }
}

.tab-content #daquestion {
  display: flex;
  flex-direction: column;
}

.progress {
  display: none;
}

fieldset.da-field-checkboxes input + label, fieldset.da-field-checkbox input + label {
  margin: 0.25rem 0 !important;
}

div.navbar.bg-light, nav.navbar.bg-dark {
  height: 93px;
}
div.navbar.bg-light .nav-item.dropdown, nav.navbar.bg-dark .nav-item.dropdown {
  list-style: none !important;
}
div.navbar.bg-light .nav-item, nav.navbar.bg-dark .nav-item {
  list-style: none !important;
}
div.navbar.bg-light #danavbar-collapse ul li.nav-item a.nav-link, nav.navbar.bg-dark #danavbar-collapse ul li.nav-item a.nav-link {
  display: block !important;
  position: relative;
  left: 1.5rem;
}

div#daSpinner {
  top: 93px !important;
}
