.sfym h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.sfym h4.step-title {
  font-weight: normal;
  font-size: 20px;
}

.sfym h4.step-title-current {
  font-weight: bold
}

.number-circle {
  margin-right: 7px;
}

.check-mark { /* TOREMOVE */
  float: right;
  width: 25px;
  height: 25px;
  margin-top: -5px;
}

.list-attachment {
  margin-top: 20px;
}

.mobile-message-header {
  margin-bottom: 1rem;
  background-color: #ffc;
  padding: 0.5rem;
  border-radius: 5px;
}

input[sfym-calendar]::placeholder {
  font-size: 0.7rem;
}

@media (max-width: 768px) {
  body {
    font-size: 100%;
    overflow-y: auto !important;
  }
  .sfym3-container {
    display: block;
    height: auto;
    overflow: visible;
  }
  .sfym a {
    text-decoration: unset;
  }

  .sidebar {
    padding: 20px 10px;
  }
  .accordion-header-large .accordion-heading {
    font-size: 20px;
  }
  .sfym li {
    line-height: 30px;
  }
  select {
    border: 1px solid grey;
  }
}
span.sfym-tooltip:hover {
  position: relative;
}

span.sfym-tooltip[aria-label]:hover:after {
  content: attr(aria-label);
  padding: 4px;
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 0.8rem;
  border: 1px solid #808080;
  min-width: 200px;
  background: #FFFFCC;
  color: #000;
  text-align: left;
  z-index: 1000;
}

.pm-contact-details-container {
  border: 2px solid #afafae;
  padding: 10px;
  border-radius: 5px;
}

.pm-contact-details-container ul {
  list-style: none;
}

.pm-contact-details-container ul li {
  margin-top: 5px;
}

.draft-status {
  background-color: #bee5ef;
  padding: 10px;
  border-radius: 5px;
  color: #545454;
}

.pdf-popover-error {
  padding: 4px 8px;
  min-width: 150px;
  background: yellow;
  border-radius: 3px;
  transition-property: transform;
  transition-duration: 1s;
  animation-name: shake;
  animation-duration: 2s;
  animation-iteration-count: 10;
  animation-timing-function: linear;
}


.pdf-popover-error:after {
  content:'';
  display:block;
  width:0;
  height:0;
  position:absolute;

  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid yellow;
  left: 10px;
  bottom: -20px;
}


@media (max-width: 1024px) {
  .pdf-popover-error:after {
    display: none;
  }

  .pdf-popover-error {
    display: none
  }
}

@keyframes rotate {
  from {transform: translateX(-5px);}
  to {transform: translateX(5px);}
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

#current-address-form {
  position: relative
}

.step-3 {
  position: relative;
}

.fill-form-arrow {
  width: 60px;
  position: absolute;
  right: -30px;
  transition-property: transform;
  transition-duration: 1s;
  animation-name: shake;
  animation-duration: 2s;
  animation-iteration-count: 10;
  animation-timing-function: linear;
}

.btn-close-preview {
  position: fixed;
  left: 0;
  top: 10px;
  font-size: 16px;
  width: 45%;
  width: 30%;
  color: white;
  text-shadow: none;
  background-color: blue;
  background-image: -moz-linear-gradient(top, #ff7908, #ff7908);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff7908), to(#ff7908));
  background-image: -webkit-linear-gradient(top, #ff7908, #ff7908);
  background-image: -o-linear-gradient(top, #ff7908, #ff7908);
  background-image: linear-gradient(to bottom, #ff7908, #ff7908);
  background-repeat: repeat-x;
  border-color: #ff7908;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #ff7908;
}

.sfym .table thead th {
  font-weight: normal;
  font-size: 0.8rem;
}
