:root {
  font-size: 18px;
}
body {
  font-family: 'Nunito';
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.45;
}

.card {
  box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03),
    0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
  border-width: 0;
}
h4,
.h4 {
  font-size: 1.1rem;
}
.card .card-title {
  font-size: 0.85rem;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

textarea.form-control {
  line-height: 130%;
}

.table td {
  white-space: normal;
}
@media (min-width: 572px) {
  .child-card {
    min-height: 390px;
  }
}

.checklist-inline-filter-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-visible-only {
  display: none;
}
@media (max-width: 602px) {
  .checklist-inline-filter-group {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .checklist-inline-filter-group .btn-group {
    margin-bottom: 1rem;
  }

  .mobile-hidden {
    display: none;
  }
  .mobile-visible-only {
    display: block;
  }
}

.child-checklist-item-assessment {
  margin-top: 0.5rem;
}

.child-checklist-item-assessment button.filled {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.main-content {
  font-size: 14px;
}

.main-content > h4 {
  margin: 0;
  margin-bottom: 1rem;
}

.main-content > h4::before {
  margin: 0;
  height: auto;
}

.internal-title {
  padding: 1rem;
  background: #f7f7f7;
}

.badge {
  padding: 5px 7px;
}

.visible-1024-plus {
  display: block;
}
.visible-1024-less {
  display: none;
}
@media (min-width: 1030px) {
  .visible-1024-plus {
    display: none;
  }
  .visible-1024-less {
    display: block;
  }
}

@media (max-width: 950px) {
  .fixed-card {
    width: 80%;
    margin-right: 5%;
  }
  .page-breadcrumb {
    display: none;
  }
}

@media (max-width: 960px) {
  .margin-second-button {
    margin-top: 20px;
  }

  .control-direction {
    flex-direction: column;
  }
}

@media (min-width: 960px) {
  .fixed-card {
    position: fixed;
    height: 80%;
    overflow-y: auto;
    width: 30%;
    right: 0;
  }

  .control-direction {
    flex-direction: row;
  }

  .margin-second-button {
    margin-left: 20px;
  }
}
@media (min-width: 1280px) {
  .fixed-card {
    width: 28%;
  }
}

.title-form {
  flex-direction: column;
}
.title-form .error {
  text-transform: none;
}
.form-control.no-border {
}
.form-control.no-border:focus {
  border: 1px solid #e8ebf1;
}

.vote-button {
  display: flex;
  flex-direction: row;
}

.vote-button > .left-button {
  padding: 10px;
  border-radius: 5px 0px 0px 5px;
}

.vote-button > .right-button {
  padding: 10px;
  border-radius: 0px 5px 5px 0px;
}

.vote-button > div {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-left: 10px;
  padding-right: 10px;
  justify-content: center;
  display: flex;
}

.vote-button .positive {
  border-color: #10b759;
  background-color: #10b759;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.no-loading-positive {
  color: #10b759;
}

.isLoading {
  color: white;
}

.no-loading-negative {
  color: #ff3366;
}

.vote-button .negative {
  border-color: #ff3366;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  background-color: #ff3366;
}

.wrapper-values-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.span-button-vote {
  color: #ffffff;
}

.container-icon {
  height: 22px;
  width: 22px;
  display: flex;
  justify-content: center;
  border-radius: 50px;
  position: absolute;
  align-items: center;
  position: absolute;
  margin-top: -50px;
  padding: 15px;
}

.container-icon:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.color-white {
  color: #ffffff;
}

.negative-background {
  background-color: #ff3366;
}

.positive-background {
  background-color: #10b759;
}

.flex-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}

.bg-lighter {
  background: #f7f7f7;
}

.transform-scale-2 {
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}

@media (max-width: 768px) {
  .md\:flex-column {
    flex-direction: column;
  }
  .md\:font-small {
    font-size: 0.765rem;
  }
}
.flex-flow-wrap {
  flex-flow: wrap;
}

ol.list-decimal li {
  list-style: decimal;
  list-style-type: decimal;
}
ol.list-decimal li::marker {
  font-size: 1rem;
}

.child-annotation ul li {
  list-style: disc;
  padding-left: 0.1rem;
  margin-left: 2rem;
}
.child-annotation ol li {
  list-style: decimal;
  list-style-type: decimal;
  padding-left: 0.1rem;
  margin-left: 2rem;
}

.radar-graph-switch-container {
  top: 2.5%;
  left: 3%;
  flex-direction: column;
  width: 100px;
  font-size: small;
}
