.coverageform .card-header .title {
  font-size: 0.875rem;
  color: #000;
}

.coverageform .card-header .accicon {
  float: right;
  font-size: 1.25rem;
  width: 1.2em;
}

.coverageform .card-header {
  cursor: pointer;
  border-bottom: none;
}

.coverageform .card {
  border: 1px solid #ddd;
}

.coverageform .card-body {
  border-top: 1px solid #ddd;
}

.coverageform .card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.coverageform .stepwizard-step p {
  margin-top: 5px;
  font-size: 0.75rem;
}

.coverageform .stepwizard-row {
  display: table-row;
}

.coverageform .stepwizard {
  display: table;
  width: 100%;
  position: relative;
}

.coverageform .stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.coverageform .stepwizard-row:before {
  top: 22px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: 0;
}

.coverageform .stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.coverageform .btn-circle {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50% !important;
  font-size: 0.875rem;
  line-height: 27px;
  border-radius: 15px;
  background: #fff;
  color: #000;
  text-decoration: none;
  border: 1px solid #cacaca;
}

.coverageform .btn-circle:hover {
  border: 1px solid var(--color-scheme-code, #5775F2);
  background: var(--color-scheme-code, #5775F2);
}

.magellannewcss .btn-circle.activecirclebtn {
  border: 1px solid var(--color-scheme-code, #5775F2);
}

.magellannewcss .coverageform .formDiv {
  min-height: 450px;
  margin-top: 30px;
}

.magellannewcss .coverageform .formDiv .formheading {
  margin-bottom: 30px;
}

.magellannewcss .coverageform .formDiv .formheading:after {
  background-color: var(--color-scheme-code, #5775F2);
  bottom: -5px;
  height: 2px;
  width: 40px;
  position: relative;
  content: "";
  display: block;
}

.magellannewcss .coverageform .innerformaccordion {
  background: none;
}

.magellannewcss .coverageform .innerformaccordion .card-header {
  padding: 10px;
  background: #f4f4f4;
  border-radius: 0px;
  font-weight: bold;
}

.magellannewcss .coverageform .innerformaccordion .card-body {
  padding: 15px 20px;
  border: 2px solid #e5e5e5;
  margin-bottom: 20px;
}

.magellannewcss .coverageform label, .label {
  font-weight: bold !important;
}

.magellannewcss .coverageform a {
  color: var(--color-scheme-code, #5775F2);
  text-decoration: underline;
}

.magellannewcss .coverageform .innerformaccordion .card-header.collapsed {
  color: #000;
  padding: 5px 10px;
  border: 2px solid #e5e5e5;
}

.magellannewcss .coverageform .innerformaccordion .card-header.collapsed .title {
  color: #000;
  font-size: 0.875rem;
}

.magellannewcss .coverageform .nextBtn {
  border: 2px solid var(--color-scheme-code, #5775F2);
  background: none;
  color: var(--color-scheme-code, #5775F2);
  border-radius: 5px;
  padding: 5px 20px;
  font-size: 0.875rem;
}

.magellannewcss .coverageform .nextBtn:hover {
  background: var(--color-scheme-code, #5775F2);
  border: 2px solid var(--color-scheme-code, #5775F2);
  color: #fff;
}

.magellannewcss .coverageform .prevBtn {
  color: #757575;
  font-weight: normal;
  padding: 5px 15px;
  margin: 5px 5px;
}

.magellannewcss .coverageform .smalltextlink {
  margin-top: -15px;
  padding-top: 0px;
  margin-bottom: 5px;
  font-size: 0.875rem;
}

.magellannewcss .coverageform .btn-primary {
  background: var(--color-scheme-code, #5775F2);
  color: #fff;
  font-size: 0.875rem;
  text-decoration: none;
}

.magellannewcss .coverageform .btn {
  text-decoration: none;
}

.magellannewcss .coverageform .form-control {
  height: 35px;
  background-color: #fff;
  font-size: 0.875rem;
  padding: 5px 10px;
}

.magellannewcss .coverageform .nested-drug-section .form-check-label {
  font-weight: normal !important;
  padding-left: 5px;
}

.magellannewcss .coverageform .activetext {
  color: var(--color-scheme-code, #5775F2);
}

.magellannewcss .coverageform .fileuplodercontainer {
  border: 1px solid #e7e7ed;
  position: relative;
  height: 35px;
  border-radius: 4px;
}

.magellannewcss .coverageform .btnchooselogo {
  font-size: 0.875rem;
  background: #f5f4f4;
  border-radius: 0px;
  position: absolute;
  top: 0;
  border-right: 1px solid #e7e7ed;
  height: 34px;
  font-weight: normal;
  padding-top: 5px;
}

.magellannewcss .coverageform input::file-selector-button {
  opacity: 0;
}

.magellannewcss .coverageform .choosefile-control {
  padding-left: 30px;
  padding-top: 3px;
  font-size: 0.875rem;
  color: #9e9e9e;
  position: relative;
  z-index: 99;
  height: 35px;
  width: 100%;
}

.required.date-target {
  display: none;
}

.form-group.has-error ~ .date-target {
  display: block !important;
}

div.date-box .error-field span.required.date-target {
  display: block !important;
}

.questions-detail label {
  font-weight: normal !important;
}

.vertical-align-top {
  align-items: baseline;
}

.coverageform .btn-circle.donecirclebtn {
  background: lightgrey;
}

.coverageform .btn-circle.errorcirclebtn {
  color: red;
  border: 1px solid red;
}

.magellannewcss .magellanform .height-100.form-control {
  height: 100px;
}

.coverageform .input-checkbox-wrapper label, .coverageform .questions-detail .radio label {
  font-weight: normal !important;
}

.magellannewcss .magellanform.coverageform .input-checkbox-wrapper.bold label {
  font-weight: bold !important;
}

.magellannewcss .coverageform .form-feedback-item .required {
  display: none;
}

.magellannewcss .magellanform.coverageform input#formAttachment1 {
  border: dashed 2px grey;
  padding: 5% 35%;
  margin: 5px 8%;
  background-color: ghostwhite;
}

.magellannewcss .magellanform.coverageform input#formAttachment1:hover {
  border: solid 2px gray;
  background-color: white;
}

.selected-attchment i {
  font-size: 1.25rem;
  color: red;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 1.75rem;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.coverageform .step-have-error {
  border: 1px solid red;
  color: red;
  background: lightpink;
}

.magellannewcss .btn-circle.activecirclebtn.step-have-error {
  border: 1px solid red;
  color: #fff;
}

.coverageform input[type=file] {
  border: 2px dashed lightgrey;
  border-radius: 1em;
  height: 120px;
  width: 100%;
}

.no-spacing .form-group.input-text-wrapper {
  margin-bottom: 0 !important;
}

.magellannewcss .coverageform .form-control {
  height: 35px;
  background-color: #fff;
  font-size: 0.875rem;
  padding: 5px 10px;
}

/*.has-error .form-control {
    background-color: #feefef;
    border-color: #f48989;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
    color: #272833;
}*/
.form-control:not([type=range]) {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

input[type=date]::-webkit-datetime-edit-day-field,
input[type=date]::-webkit-datetime-edit-month-field,
input[type=date]::-webkit-datetime-edit-year-field {
  color: #272833;
}

input[type=date]::-webkit-datetime-edit-day-field:focus,
input[type=date]::-webkit-datetime-edit-month-field:focus,
input[type=date]::-webkit-datetime-edit-year-field:focus {
  color: #fff;
}

.step-has-error input[aria-invalid=true], .step-has-error select[aria-invalid=true] {
  background-color: #feefef;
  border-color: #f48989;
  box-shadow: 0 0 rgba(0, 0, 0, 0);
  color: #272833;
}

step-has-error div[role=alert] {
  color: #da1414;
}

.dsd-loader {
  display: none;
  width: 300px;
  height: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  margin-left: -50px;
  margin-top: -100px;
  z-index: 2;
  overflow: auto;
}

#formLoader.loadWrapper {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
  margin: 0;
}

#formAttachment:hover {
  cursor: pointer;
}

#selected-attchment .fa.fa-close.color-red {
  cursor: pointer;
}

@media (max-width: 767px) {
  .container-fluid.magellannewcss {
    padding: 0px !important;
  }
  .formDiv.p-5.pt-0 {
    padding: 1rem !important;
  }
  .card.formCard.mt-20 {
    border: none !important;
    box-shadow: none;
  }
  .stepwizard-row.setup-panel::before {
    width: 83%;
    right: 8%;
  }
}
@media (max-width: 575px) {
  .row.drug-history-row {
    border-bottom: double #e7e7ed !important;
    margin: 5px;
    padding: 5px 10px 10px 10px;
  }
  .row.drug-history-row-header {
    display: none;
  }
  .row.col.drug-history-row label.control-label {
    margin-top: 10px;
  }
}
@media (min-width: 576px) {
  .row.col.drug-history-row label.control-label {
    display: none;
  }
}
.coverageform .row-h-2 textarea {
  min-height: 60px !important;
}
.coverageform .row-h-3 textarea {
  min-height: 90px !important;
}
.coverageform .row-h-4 textarea {
  min-height: 120px !important;
}