/** Variables **/
.obligatory {
  color: #E96B80; }

/** Mixins **/
/* Color classes */
.color-primary {
  color: #002567 !important; }

.color-secondary {
  color: #055fac !important; }

.color-light {
  color: #ffffff !important; }

.color-warning {
  color: #F65D5D !important; }

.color-neutral {
  color: #343637 !important; }

.color-text {
  color: #2b2b2b !important; }

.bg-primary {
  background-color: #002567 !important; }

.bg-secondary {
  background-color: #055fac !important; }

.bg-light {
  background-color: #ffffff !important; }

.bg-warning {
  background-color: #F65D5D !important; }

.bg-neutral {
  background-color: #343637 !important; }

.bg-text {
  background-color: #2b2b2b !important; }

.bg-purple {
  background-color: #9674e5 !important; }

/** Helper classes **/
.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.align-middle {
  display: flex;
  flex-direction: row;
  align-items: center; }

.flex-column {
  flex-direction: column !important; }

.align-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end; }

.delete-opacity {
  opacity: 0.5; }

.bg-transparent {
  background-color: transparent !important; }

label {
  color: #2b2b2b !important; }

.text-small {
  font-size: 0.85rem; }

.text-smaller {
  font-size: 0.7rem; }

input, textarea {
  outline: none !important;
  border: none !important; }

.absolute-vertical-middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.no-align {
  align-items: normal !important; }

.no-border {
  border: none !important; }

.no-outline {
  outline: none !important; }

.justify-center {
  justify-content: center; }

.no-justify {
  justify-content: normal !important; }

.no-padding {
  padding: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.no-padding-x {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.no-padding-y {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-0 {
  padding: 0 !important; }

.p-r-05 {
  padding-right: 0.5rem; }

.p-l-05 {
  padding-left: 0.5rem; }

.p-t-05 {
  padding-top: 0.5rem; }

.p-t-1 {
  padding-top: 1rem; }

.bold {
  font-weight: bold !important; }

.not-bold {
  font-weight: normal !important; }

.click {
  cursor: pointer !important; }

.full-width {
  width: 100% !important; }

.full-height {
  height: 100% !important; }

.hidden {
  display: none !important; }

.inline-block {
  display: inline-block !important; }

.invisible {
  opacity: 0 !important; }

.italic {
  font-style: italic !important; }

.link {
  color: #055fac;
  transition: all 0.25s ease;
  cursor: pointer; }
  .link:focus {
    color: #0567bb; }
  .link:hover {
    color: #0567bb; }
  .link:active {
    color: #044c89; }
  .link[disabled] {
    color: #055fac;
    opacity: 0.5;
    cursor: default; }
  .link.disabled {
    color: #055fac;
    opacity: 0.5;
    cursor: default; }

.margin-auto {
  margin: auto !important; }

.small-margin-x {
  margin-right: 0.2rem;
  margin-left: 0.2rem; }

.medium-margin-x {
  margin-right: 0.5rem;
  margin-left: 0.5rem; }

.large-margin-x {
  margin-right: 2rem;
  margin-left: 2rem; }

.margin-x {
  margin: 0rem auto; }

.small-margin-y {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }

.medium-margin-y {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.large-margin-y {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.margin-y {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-r-1 {
  margin-right: 1rem; }

.m-r-05 {
  margin-right: 0.5rem; }

.m-r-0 {
  margin-right: 0 !important; }

.m-l-0 {
  margin-left: 0; }

.m-l-1 {
  margin-left: 1rem; }

.m-t-0 {
  margin-top: 0rem !important; }

.m-t-05 {
  margin-top: 0.5rem !important; }

.m-t-025 {
  margin-top: 0.25rem !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-b-2 {
  margin-bottom: 2rem; }

.m-t-15 {
  margin-top: 0.5rem; }

.m-b-0 {
  margin-bottom: 0rem; }

.m-b-5 {
  margin-bottom: 0.5rem; }

.mobile-min-width {
  min-width: 320px !important; }

.small-padding-x {
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

.medium-padding-x {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.padding-x {
  padding-right: 1rem;
  padding-left: 1rem; }

.large-padding-x {
  padding-right: 2rem;
  padding-left: 2rem; }

.small-padding-y {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.medium-padding-y {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.align-left, .text-left {
  text-align: left; }

.text-center {
  text-align: center !important; }

.padding-y {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.relative {
  position: relative !important; }

.uppercase {
  text-transform: uppercase !important; }

.vertical-margin {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.vertical-padding {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.wait {
  cursor: wait !important; }

.unselectable {
  user-select: none !important;
  -moz-user-select: none !important;
  -khtml-user-select: none !important;
  -webkit-user-select: none !important;
  -o-user-select: none !important; }

.text-bold {
  font-weight: bold; }

.not-text-bold {
  font-weight: normal !important; }

.text-orange {
  color: #ed9e42; }

/** Helper font-sizes **/
.font-size-xxlarge {
  font-size: 3rem !important; }

.font-size-xlarge {
  font-size: 2rem !important; }

.font-size-large {
  font-size: 1.5rem !important; }

.font-size-medium {
  font-size: 1.25rem !important; }

.font-size-normal {
  font-size: 1rem !important; }

.font-size-small {
  font-size: 0.75rem !important; }

.font-size-xsmall {
  font-size: 0.5rem !important; }

.font-size-xxsmall {
  font-size: 0.25rem !important; }

.f-14 {
  font-size: 14px !important; }

/** Modal classes **/
.large-width-modal {
  max-width: 720px !important; }

.large-height-modal {
  max-height: 720px !important; }

.medium-width-modal {
  max-width: 480px !important; }

.medium-height-modal {
  max-height: 480px !important; }

.small-width-modal {
  max-width: 320px !important; }

.small-height-modal {
  max-height: 320px !important; }

/** Button classes. **/
/* Sets CSS background-color property to the given color, with button animations. */
.button-bg-light {
  background-color: #ffffff;
  transition: all 0.25s ease;
  color: #2b2b2b; }
  .button-bg-light:focus {
    background-color: white; }
  .button-bg-light:hover {
    background-color: white; }
  .button-bg-light:active {
    background-color: #ededed; }
  .button-bg-light[disabled] {
    background-color: #ffffff;
    opacity: 0.5;
    cursor: default; }
  .button-bg-light.disabled {
    background-color: #ffffff;
    opacity: 0.5;
    cursor: default; }

.button-bg-warning {
  background-color: #F65D5D;
  transition: all 0.25s ease;
  color: #ffffff; }
  .button-bg-warning:focus {
    background-color: #f76b6b; }
  .button-bg-warning:hover {
    background-color: #f76b6b; }
  .button-bg-warning:active {
    background-color: #f43b3b; }
  .button-bg-warning[disabled] {
    background-color: #F65D5D;
    opacity: 0.5;
    cursor: default; }
  .button-bg-warning.disabled {
    background-color: #F65D5D;
    opacity: 0.5;
    cursor: default; }

.button-bg-primary {
  background-color: #002567;
  transition: all 0.25s ease;
  color: #ffffff; }
  .button-bg-primary:focus {
    background-color: #002a76; }
  .button-bg-primary:hover {
    background-color: #002a76; }
  .button-bg-primary:active {
    background-color: #001843; }
  .button-bg-primary[disabled] {
    background-color: #002567;
    opacity: 0.5;
    cursor: default; }
  .button-bg-primary.disabled {
    background-color: #002567;
    opacity: 0.5;
    cursor: default; }

.button-bg-secondary {
  background-color: #055fac;
  transition: all 0.25s ease;
  color: #ffffff; }
  .button-bg-secondary:focus {
    background-color: #0567bb; }
  .button-bg-secondary:hover {
    background-color: #0567bb; }
  .button-bg-secondary:active {
    background-color: #044c89; }
  .button-bg-secondary[disabled] {
    background-color: #055fac;
    opacity: 0.5;
    cursor: default; }
  .button-bg-secondary.disabled {
    background-color: #055fac;
    opacity: 0.5;
    cursor: default; }

.button-bg-neutral {
  background-color: #343637;
  transition: all 0.25s ease;
  color: #ffffff; }
  .button-bg-neutral:focus {
    background-color: #3b3e3f; }
  .button-bg-neutral:hover {
    background-color: #3b3e3f; }
  .button-bg-neutral:active {
    background-color: #232425; }
  .button-bg-neutral[disabled] {
    background-color: #343637;
    opacity: 0.5;
    cursor: default; }
  .button-bg-neutral.disabled {
    background-color: #343637;
    opacity: 0.5;
    cursor: default; }

/* Sets CSS color property to the given color, with button animations. */
.button-color-light {
  color: #ffffff;
  transition: all 0.25s ease; }
  .button-color-light:focus {
    color: white; }
  .button-color-light:hover {
    color: white; }
  .button-color-light:active {
    color: #ededed; }
  .button-color-light[disabled] {
    color: #ffffff;
    opacity: 0.5;
    cursor: default; }
  .button-color-light.disabled {
    color: #ffffff;
    opacity: 0.5;
    cursor: default; }

.button-color-warning {
  color: #F65D5D;
  transition: all 0.25s ease; }
  .button-color-warning:focus {
    color: #f76b6b; }
  .button-color-warning:hover {
    color: #f76b6b; }
  .button-color-warning:active {
    color: #f43b3b; }
  .button-color-warning[disabled] {
    color: #F65D5D;
    opacity: 0.5;
    cursor: default; }
  .button-color-warning.disabled {
    color: #F65D5D;
    opacity: 0.5;
    cursor: default; }

.button-color-primary {
  color: #002567;
  transition: all 0.25s ease; }
  .button-color-primary:focus {
    color: #002a76; }
  .button-color-primary:hover {
    color: #002a76; }
  .button-color-primary:active {
    color: #001843; }
  .button-color-primary[disabled] {
    color: #002567;
    opacity: 0.5;
    cursor: default; }
  .button-color-primary.disabled {
    color: #002567;
    opacity: 0.5;
    cursor: default; }

.button-color-secondary {
  color: #055fac;
  transition: all 0.25s ease; }
  .button-color-secondary:focus {
    color: #0567bb; }
  .button-color-secondary:hover {
    color: #0567bb; }
  .button-color-secondary:active {
    color: #044c89; }
  .button-color-secondary[disabled] {
    color: #055fac;
    opacity: 0.5;
    cursor: default; }
  .button-color-secondary.disabled {
    color: #055fac;
    opacity: 0.5;
    cursor: default; }

.button-color-neutral {
  color: #343637;
  transition: all 0.25s ease; }
  .button-color-neutral:focus {
    color: #3b3e3f; }
  .button-color-neutral:hover {
    color: #3b3e3f; }
  .button-color-neutral:active {
    color: #232425; }
  .button-color-neutral[disabled] {
    color: #343637;
    opacity: 0.5;
    cursor: default; }
  .button-color-neutral.disabled {
    color: #343637;
    opacity: 0.5;
    cursor: default; }

.button {
  margin: 0rem 0rem 0rem 0rem;
  font-size: 1rem; }

.no-margin {
  margin: 0 !important; }

.no-margin-x {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.no-margin-y {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.radio-button {
  margin-bottom: 0rem;
  margin-right: 0.25rem; }

.rounded-border {
  border-width: 2px;
  border-style: solid;
  border-radius: 50%; }

.large-button {
  padding: 1rem 3rem;
  font-size: 1.25rem; }

.medium-button {
  padding: 0.75rem 2rem;
  font-size: 1rem; }

.small-button {
  padding: 0.5rem 2rem;
  font-size: 0.8rem; }

.round-button {
  border-radius: 2rem !important; }

.percentage-bar {
  height: 1.25rem;
  position: relative;
  z-index: 1;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
  .percentage-bar .front {
    background-color: #055fac;
    height: 100%;
    border-radius: 0.3rem;
    transition: width 0.25s ease; }
  .percentage-bar .back {
    background-color: #e6e6e6;
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 100%;
    border-radius: 0.3rem;
    z-index: -1; }

.card {
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }

.spinner-container {
  margin-top: 4rem;
  margin-bottom: 2rem; }

/* Site styles */
#header-bar {
  height: 3rem; }

.small-text {
  font-size: 0.8rem !important; }

.medium-text {
  font-size: 0.9rem !important; }

.error-message {
  color: #F65D5D;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 1rem 0rem;
  background-color: rgba(246, 93, 93, 0.15);
  height: 0rem;
  overflow: hidden;
  transition: all 0.5s ease; }
  .error-message.active {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1rem;
    height: auto; }

.modal {
  background-color: white;
  border-radius: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  width: 45%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .modal .title {
    background-color: #055fac;
    color: white;
    text-align: center;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    text-transform: uppercase; }
  .modal .close-modal-button {
    border: none !important;
    color: #ffffff !important;
    position: absolute !important;
    top: 50% !important;
    right: 2% !important;
    transform: translateY(-50%) !important; }
    .modal .close-modal-button:hover {
      cursor: pointer; }
  .modal .content {
    padding: 2rem 2rem;
    max-height: 85vh;
    overflow-x: hidden;
    overflow-y: auto; }
    .modal .content button:hover {
      cursor: pointer; }
    .modal .content .text-center button:hover {
      cursor: pointer; }
  .modal label {
    text-align: left;
    color: #9b9b9b;
    font-weight: bold; }
  .modal input, .modal textarea {
    background-color: #ededed;
    color: #8c8c8c;
    box-shadow: none;
    border: none;
    padding-right: 1rem; }
  .modal select {
    background-color: #ededed;
    color: #8c8c8c;
    box-shadow: none;
    border: none; }
  .modal .top-50 {
    top: 50% !important; }
  .modal .left-26 {
    left: 26% !important; }
  .modal .right-100 {
    right: 100% !important; }

/* Medium and up. */
@media screen and (min-width: 40em) {
  #header-bar {
    height: 4rem; } }

/* Large and up. */
/* Small only. */
@media screen and (max-width: 40em) {
  .modal {
    width: 90%; } }

/** Variables **/
html,
body {
  font-weight: normal;
  position: relative;
  height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #fcfcfa; }

#content {
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease; }
  #content.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease; }

.hr-text {
  width: 100%;
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5; }
  .hr-text:before {
    content: '';
    background: linear-gradient(to right, transparent, #055fac, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    transition: all 0.25s ease; }
  .hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    font-size: 1.33rem;
    padding: 0 .5em;
    line-height: 1.5rem;
    background-color: #fcfcfa; }
