@font-face {
  font-family: boston-black;
  src: url(../assets/fonts/BostonBlack.otf);
}
html, body {
  font-family: boston-black;
  color: #000000;
  font-size: 12px;
}
@media (min-width: 768px) {
  html, body {
    font-size: 16px;
  }
}

.container {
    max-width: 78%;
}
.btn-primary {
  border: 0;
  border-radius: 0;
  color: #ffffff;
  background-color: #f8533c;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:focus:active {
  background-color: #f82a0f !important;
}
.btn-success-d {
    color: #000;
    background-color: #ddd;
    border-color: #ddd;
	font-weight: bold;
	border: 0;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.btn-success-d:hover, .btn-success-d:focus, .btn-success-d:focus:active {
  	color: #000 !important;
    background-color: #ddd !important;
    border-color: #ddd !important;
}
.card-title {
    color: #444;
}
.list-group-item-action {
  color: #000000;
}
.list-group-item-action p {
  font-weight: 300;
  color: #999999;
}

.navbar {
  border-bottom: 3px solid #b7b7b7;
  padding-top: 10px;
  padding-bottom: 13px;
}
.navbar .navbar-brand img {
  max-width: 200px;
  height: auto;
}

.section-user {
  padding-top: 3.25em;
}

.section-tracking {
  padding-bottom: 0em;
}
.f-smile {
	max-width: 120px;
    height: 120px;
    border: 3px solid #94c88a;
    border-radius: 70px;
    padding: 5px;
}
@media (min-width: 768px) {
  .section-tracking {
    padding-bottom: 3.25em;
  }
}

.section-profile {
  padding-top: 3.25em;
}
.section-profile .badge-primary {
  background-color: #94c88a;
  font-size: 50%;
}

.tracking-steps:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-color: #94c88a;
  cursor: pointer;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(100%, -50%);
  z-index: 10;
}
.tracking-steps .tracking-step .tracking-step_dot {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #94c88a;
  cursor: pointer;
  border-radius: 50px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  border: 2px solid #ffffff;
}
.tracking-steps .tracking-step .tracking-step_line {
  height: 3px;
  width: 0%;
  background-color: #94c88a;
  display: block;
}
.tracking-steps .tracking-step.active .tracking-step_dot {
  width: 25px;
  height: 25px;
}
.tracking-steps .tracking-step.active .tracking-step_line {
  width: 100%;
}

.section-profile .card {
  transform: scale(1);
  transition: all 0.2s ease-out;
}
.section-profile .card:hover {
  transform: scale(1.1);
}
.section-profile .card-img-top {
  max-width: 35%;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 7px;
}
.section-profile .card-footer {
  background-color: #FFF;
}
	
.que-list_header .btn {
  outline: none;
  box-shadow: none;
}
.que-list_header .btn:after {
  display: none;
}
.que-list_header .btn svg {
  width: 24px;
  height: auto;
  fill: #999999;
}

.section-progress .btn .in {
  display: none;
}
.section-progress .btn .out {
  display: block;
}
.section-progress .btn.collapsed .in {
  display: block;
}
.section-progress .btn.collapsed .out {
  display: none;
}

.section-questions {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}
.section-questions .list-group-item-action {
  padding-left: 0;
  padding-right: 0;
}
.section-questions .dropdown-menu {
  font-size: 1.14em;
}

.progress-list_check:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  border: 3px solid #b7b7b7;
}
.progress-list_check svg {
  display: none;
  width: 24px;
  height: 24px;
  fill: #32bb0e;
}

.done .progress-list_check:before {
  display: none;
}
.done .progress-list_check svg {
  display: block;
}
@media (max-width: 768px) {
  .f-smile {
	max-width: 40px;
    height: 40px;
  }
}
/*# sourceMappingURL=style.css.map */