@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1, h2, h3, h4, h5, h6, p, a{
  font-family: "Poppins", sans-serif;
}
.form-check-input{
  border: none;
}
.form-check-input[type=radio] {
  border-radius: 50%;
  outline: 1px solid #492F88;
  outline-offset: 2px;
}
.form-check-input:checked[type=radio] {
  background: #CE1B5B;
  border: none;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
ul.nav.nav-pills.menu-details li a {
  color: #252525;
  font-size: 12px;
  font-weight: 600;
}
ul.nav.nav-pills.menu-details li {
  display: flex;
  align-items: center;
}
ul.nav.nav-pills.menu-details li i {
  color: #CE1B5B;
  padding-right: 14px;
}

ul.nav.nav-pills.nav-details li a {
  color: #252525;
  font-size: 14px;
  padding-right: 30px;
}
button.navbar-toggler {
  border: none;
  font-size: 15px;
}
.side-menu i {
  color: #242424;
  padding-right: 15px;
}
section.banner {
  text-align: center;
  background-image: linear-gradient(to right, #BE2E81, #C0353C);
  padding: 18px;
  color: #ffff;
}
section.banner .title h2 {
  font-size: 40px;
}
section.detials-box {
  width: 50%;
  margin: 0 auto;
  padding: 22px 20px;
  background: #FAFAFA;
  margin-top: 30px;
  margin-bottom: 30px;
}
.title-details {
  text-align: center;
}
.title-details h3 {
  font-size: 25px;
  padding-top: 20px;
  padding-bottom: 15px;
}
.title-details p {
  font-size: 11px;
  padding-top: 10px;
}
.title-details {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px;
}
.progress-bar {
  background: #492F88 !important;
}
.input-group.file-up i {
  color: #ffff;
}
.input-group.file-up label.input-group-text {
  background: #492F88;
  border: 1px solid #492f88;
}
.input-group.file-up {
  display: flex;
  justify-content: center;
}
a.btn-next {
  background: #492F88;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  padding: 8px 15px;
  border-radius: 5px;
  position: relative;
  display: inline-flex;
  width: 130px;
}
a.btn-next::after {
  height: 34px;
  position: absolute;
  background: #CE1B5B;
  content: "\f105";
  font-family: "Font Awesome 6.5.2";
  font: var(--fa-font-solid);
  width: 40px;
  top: 0;
  right: 0;
  border-radius: 0 5px 5px 0;
  display: flex;
    align-items: center;
    justify-content: center;
}
a.btn-prev {
  background: #fffeff;
  color: #212121;
  text-decoration: none;
  font-size: 12px;
  padding: 8px 15px;
  border-radius: 5px;
  position: relative;
  display: inline-flex;
  width: 130px;
  border: 2px solid #ce1b5b;
    border-radius: 4px 8px 8px 5px;
}
a.btn-prev::after {
  height: 34px;
  position: absolute;
  background: #CE1B5B;
  content: "\f2ea";
  font-family: "Font Awesome 6.5.2";
  font: var(--fa-font-solid);
  width: 40px;
  top: 0;
  right: 0;
  border-radius: 0 5px 5px 0;
  display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.input-group.file-up p {
  padding: 7px;
  margin-bottom: 0;
  font-size: 12px;
  border: 1px solid #492F88;
}

/* page-1 */

.d-flx {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 20px;
  margin-bottom: 3px;
}
.form-check.form-check-inline.check label {
  font-size: 9px;
  text-align: left;
}
/* .form-check-input:checked {
  background-color: #ffffff;
  border-color: #492F88;
} */
.d-flx .form-control {
  border: 1px solid #492f88;
  border-radius: 5px;
  font-size: 14px;
  height: 2.7em;
  
}
.d-flx select {
  border: 1px solid #492f88;
  border-radius: 5px;
  font-size: 14px;
  height: 2.7em;
}
.select::after {
  content: '\f107';
  position: absolute;
  right: 0;
  top: 0px;
  font: var(--fa-font-solid);
  height: 37px;
  width: 44px;
  background: #492f88;
  cursor: pointer;
  pointer-events: none;
  transition: .25s all ease;
  color: white;
  border-radius: 0px 5px 5px 0px;
  font-size: 11px;
  display: flex;
    align-items: center;
    justify-content: center;
}
.select {
  position: relative;
  display: flex;
}
.d-flx-one {
  margin-top: 20px;
  text-align: left;
}
.d-flx.sub-name p {
  font-size: 16px;
}
.check-one {
  display: flex;
  align-items: baseline;
  justify-content: end;
  gap: 36px;
  margin-bottom: -8px;
}
.d-flx.sub-name {
  display: inline-block;
  margin: 0 auto;
}
button.btn.btn-secondary.btn-add {
  width: 100%;
}
button.btn.btn-secondary.btn-add i {
  font-size: 13px;
  padding-right: 6px;
}
.d-flx-one .form-select {
  border: 1px solid #492f88;
  border-radius: 5px;
  font-size: 14px;
  height: 2.7em;
}
.d-flx-one .form-control {
  border: 1px solid #492f88;
  border-radius: 5px;
  font-size: 14px;
  height: 2.7em;
}
.btn-d-flx {
  display: flex;
  gap: 40px;
  align-items: baseline;
  justify-content: center;
}
.d-flx-one label {
  font-size: 15px;
}
.input-group.date input {
  width: 100%;
  border-radius: 5px !important;
}

.input-group.date {
  display: block;
}
.input-group.date p {
  font-style: italic;
  font-size: 10px;
}
.form-check-input[type=checkbox] {
  border-radius: .25em;
  border: 1px solid #492f88;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e);
  filter: invert(1);
}

.form-check-input:checked {
  background-color: #101010;
  border-color: #492f88;
}

.row.d-flx-one {
    position: relative;
}
.row.d-flx-one i.fa.fa-minus-circle.remove-depend {
    position: absolute;
    top: 15px;
    left: -28px;
    width: 20px;
}

#bcPaint-bottom {
    display: flex;
    justify-content: center;
}
.bcPaint-btn {
    margin-right: 10px;
    padding: 7px 25px;
}
button.btn.btn-primary.btn-sm.ml-1.bcPaint-btn {
    background: #ce1b5b;
    border: none;
}

.form-check-label-custom{
    font-family: "Poppins", sans-serif  !important;
    font-size: 11px !important;
    color: #6e6e6e  !important;
}

.form-check-inline-2{
    margin-left:4%;
}

.title-details-consent {
  padding: 0 63px;
  margin-bottom: 20px;
}
ol > li{
    font-family: "Poppins", sans-serif  !important;
    font-size: 11px !important;
    color: #6e6e6e  !important;
}




@media only screen and (max-width: 767px) {
section.detials-box {
  width: 100%;
}
.box-blue {
    background-color: #2b80c8;
    width: 100%;
}
  .title-details,
  .title-details-consent {
      padding: 0;
  }
  
  .title-details .row {
      flex-wrap: wrap;
      gap: 5px;
  }
  .signature-pad--body canvas,
  #canvas-container canvas {
      min-height: 170px;
  }
  
  .title-details .row .col {
     flex: 0 0 auto;
     width: 100%;
  }


}

.box-blue {
    background-color: #2b80c8;
    width: 100%;
    padding: 30px 40px;
    margin: 0 auto;
    text-align: center;
    color: #ffff !important;
    border-radius: 10px;
}
.box-blue h3 {
    font-size: 30px !important;
    padding-top: 7px !important;
    padding-bottom: 0;
    font-weight: 600 !important;
}
.box-blue p {
    font-size: 14px !important;
    color: #fff;
}
.contact-det h6 {
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 600;
}
.contact-det p {
    margin-bottom: 1px;
    font-size: 12px !important;
    padding-top: 2px;
}
.box-blue i {
  font-size: 25px;
}
a.btn.btn-outline.new {
    background: #fff;
    border-radius: 4px;
    margin-top: 15px;
    font-size: 14px;
    color: #2b80c8;
    padding: 10px 29px;
}
a.btn.btn-outline.new i {
  font-size: 12px;
  padding-left: 8px;
}