@import url('https://fonts.googleapis.com/css?family=Merriweather:300|Oswald');

.grey-input {
  background-color: #80808052 !important;
}
/* Form fields */
#addl-lead-form {
  /* background-color: #80808069; */
  padding: 5px;
}

#addl-lead-form ul {
  padding-left: 0;
}

#addl-lead-form li {
  list-style: none;
}

#addl-lead-form input,
#addl-lead-form textarea,
#addl-lead-form select {
  font-size: 18px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  text-align: left;
  color: #000000;
  letter-spacing: normal;
  background: #fff;
}

#addl-lead-form select {
  background: url('https://seashineadventures.com/wp-content/uploads/2017/08/grey-chevron.png')
    no-repeat;
  -webkit-appearance: none;
  appearance: none;
  background-size: 15px;
  background-position: 97% 50%;
}

#addl-lead-form textarea {
  height: 120px;
  line-height: 1.5;
  padding: 15px 28px;
}

#addl-lead-form input:focus,
#addl-lead-form textarea:focus,
#addl-lead-form select:focus {
  outline: 0;
  border: 1px solid rgb(211, 211, 211);
}

#addl-lead-form label {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

#addl-lead-form input,
#addl-lead-form textarea,
#addl-lead-form select {
  font-weight: 400 !important;
  font-size: 16px;
}

input#follow_up_needed,
label[for='follow_up_needed'] {
  display: inline-block !important;
}

/* Buttons */
#addl-lead-form .next-btn,
#addl-lead-form .submit-btn {
  background: green;
  padding: 13px 20px;
  color: #fff;
  font-family: oswald, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  min-width: 400px;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  border-radius: 0;
  border: 0;
  transition-property: background-color;
  transition-duration: 0.5s;
  width: 100%;
  cursor: pointer;
}

#addl-lead-form .next-btn:hover,
#addl-lead-form .submit-btn:hover {
  background-color: #d6d6d6;
  color: #000;
  border: 1px solid grey;
  font-family: 'Goldplay';
  font-weight: 600;
}

#addl-lead-form .next-btn-small {
  background: green;
  padding: 6px 12px;
  min-width: unset;
  width: auto;
  font-size: 15px;
  font-family: 'Goldplay';
  border-radius: 4px;
  margin-left: 0px;
  font-weight: 600;
  margin-right: 0px;
}

input[name='follow_up_needed_date'] {
  background-color: #80808052 !important;
}

/* Progress Bar */
.progress-wrap {
  display: table;
}

.line-progress-bar {
  display: flex;
  margin: auto;
  width: 100%;
}

.line {
  height: 1px;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgb(217, 217, 217);
  position: absolute;
  margin-top: 8px;
}

.progress-wrap div ul {
  display: flex;
  width: 1000px;
  list-style: none;
  padding: 0px;
  margin: initial;
  justify-content: space-between;
  z-index: 1;
}

.progressbar-dots {
  display: inline-flex;
  border: #949494 solid 4px;
  background: #333333;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #d4d4d4;
  font-size: 20px;
  margin-left: 0px;
  color: #d4d4d4;
  border: 0px solid rgb(217, 217, 217);
  background: rgb(217, 217, 217);
}

.progressbar-dots span {
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  margin-top: 60px;
  /* width: 75px; */
  float: left;
}

.progressbar-dots.active {
  color: black;
  border: 0px solid rgb(38, 163, 134);
  background: #82ccc8;
}

.tab-pane:first-child {
  display: block;
}

/* Error */
span.error {
  font-size: 12px;
  font-family: 'helvetica neue', arial, sans-serif;
  color: #d6041d;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.rowantiquewhite {
  background: antiquewhite;
}

