.hide {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.04rem;
}

html,
body {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  background: #f5f5f5;
  min-width: 320px;
  height: 100%;
  min-height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 5rem;
}

.color_secondary {
  color: #1b1464;
}

header,
.header {
  position: fixed;
  min-width: 320px;
  z-index: 100;
  top: 0;
  width: 100%;
  padding: 0.5rem 0;
  background: white;
  margin-bottom: 2rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
}

header .main_menu a.nav-link,
.header .main_menu a.nav-link {
  color: #333;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .main_menu .menu_default,
header .main_menu .menu_close,
.header .main_menu .menu_default,
.header .main_menu .menu_close {
  display: block;
  position: absolute;
}

header .main_menu .menu_close,
.header .main_menu .menu_close {
  opacity: 0;
}

header .main_menu.show .menu_default,
.header .main_menu.show .menu_default {
  opacity: 0;
}

header .main_menu.show .menu_close,
.header .main_menu.show .menu_close {
  opacity: 1;
}

header .logo,
.header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .logo img,
.header .logo img {
  height: 2rem;
  width: auto;
}

.dropdown-menu {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
  border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  border: none;
}

.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:active {
  color: #f5f5f5;
  background-color: #b11016;
}

.form-check {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
  background: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out;
  color: #495057;
  font-weight: 400;
  border: 1px solid #ced4da;
}

.form-check label,
.form-check .form-check-label {
  display: block;
}

.progress_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 4rem;
  position: relative;
}

.progress_bar .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 2rem;
}

.progress_bar .steps::after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #f5f5f5;
  border: 2px solid #999;
  display: block;
  content: "";
}

.progress_bar .steps::before {
  width: 2rem;
  height: 2px;
  background: #999;
  content: "";
  display: block;
  position: relative;
  margin-left: -2rem;
  margin-top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.progress_bar .steps.done {
  margin-top: -4.5px;
}

.progress_bar .steps.done::before {
  background-color: #b11016;
  border-color: #b11016;
}

.progress_bar .steps.done::after {
  background-image: url("../img/SVG/done.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 55%;
  border-color: #b11016;
  height: 20px;
  width: 20px;
}

.progress_bar .steps.current::before, .progress_bar .steps.current::after {
  background-color: #b11016;
  border-color: #b11016;
}

.progress_bar .steps.current .percent {
  position: absolute;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.progress_bar .steps .percent {
  display: none;
}

@media (max-width: 767px) {
  .progress_bar .steps {
    margin-left: 1rem;
  }
  .progress_bar .steps::before {
    width: 1rem;
    margin-left: -1rem;
  }
}

footer,
.footer {
  margin-top: auto;
  padding-top: 2rem;
  padding-bottom: 1rem;
  color: #737373;
  font-size: 0.75rem;
}

.icon-bpi {
  width: 5rem;
  font-size: 5rem;
  color: #b11016;
}

.icon-bpi-smaller {
  width: 2.25rem;
  font-size: 2.25rem;
  color: #b11016;
}

.btn-bpi {
  background: white;
  border: white;
  text-align: left;
  padding: 1rem;
  color: #333;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
  border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
}

.btn-bpi p.txt-premium {
  color: #b11016;
  font-size: 1rem;
}

.btn-bpi p.txt-premium .currency {
  font-size: 0.8rem;
  margin-right: 0.2rem;
}

.btn-bpi p.txt-premium i {
  font-size: 0.5rem;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  padding-bottom: 0.25rem;
  position: relative;
  top: -0.125rem;
}

.btn-bpi p.txt-premium small {
  margin-bottom: -0.25rem;
}

.btn-bpi:hover {
  background-color: white;
  color: #333;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.16);
}

.btn-bpi:hover p.txt-premium i {
  margin-left: 0.25rem;
  margin-right: -0.25rem;
}

.btn-bpi:active, .btn-bpi:focus {
  color: #333 !important;
  background-color: #f0f0f0 !important;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.08);
}

.nav-tabs.nav-acc .nav-link {
  width: 50%;
  border: none;
  background: none;
  text-align: center;
  color: #333;
}

.nav-tabs.nav-acc .nav-link.active {
  font-weight: 700;
  border-bottom: solid 0.25rem #b11016;
}

.acc-icon {
  width: 5rem;
  min-width: 5rem;
}

input.datepicker {
  padding: 6px 12px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

label.is_required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

label.is_required::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: url(./../../../images/EPLBPIMS/svg/required.svg) center center no-repeat;
  right: 0;
  margin-left: auto;
}

.form-control,
select.custom-select,
.form-check {
  height: calc(1.5em + 0.75rem + 0.75rem + 2px);
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.75rem;
}

.form-check label.form-check-label {
  cursor: pointer;
}

.form-check label.form-check-label::before {
  position: absolute;
  right: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.form-check label.form-check-label::after {
  border: 1px solid #ced4da;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}

.form-check input.form-check-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form-check input.form-check-input:checked ~ label.form-check-label::before {
  background: #00c881;
}

.btn:focus,
.form-control:focus,
select.custom-select:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #ed3a41 !important;
          box-shadow: 0 0 0 0.2rem #ed3a41 !important;
  border-color: #ff0000 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6) !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6) !important;
}

.button-group button.btn.btn-primary {
  padding: 0.75rem;
  background-color: #b11016;
  border-color: #b11016;
  width: 100%;
}

.button-group button.btn.btn-primary:hover {
  background-color: #c81219;
  border-color: #c81219;
}

.button-group button.btn.btn-primary:focus, .button-group button.btn.btn-primary:active {
  background-color: #9a0e13;
  border-color: #9a0e13;
}

select.custom-select optionselected {
  color: #f5f5f5;
  background: #b11016;
}

select.custom-select option:hover {
  background: #b11016;
}

.row {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.row .col,
.row .col-1,
.row .col-10,
.row .col-11,
.row .col-12,
.row .col-2,
.row .col-3,
.row .col-4,
.row .col-5,
.row .col-6,
.row .col-7,
.row .col-8,
.row .col-9,
.row .col-auto,
.row .col-lg,
.row .col-lg-1,
.row .col-lg-10,
.row .col-lg-11,
.row .col-lg-12,
.row .col-lg-2,
.row .col-lg-3,
.row .col-lg-4,
.row .col-lg-5,
.row .col-lg-6,
.row .col-lg-7,
.row .col-lg-8,
.row .col-lg-9,
.row .col-lg-auto,
.row .col-md,
.row .col-md-1,
.row .col-md-10,
.row .col-md-11,
.row .col-md-12,
.row .col-md-2,
.row .col-md-3,
.row .col-md-4,
.row .col-md-5,
.row .col-md-6,
.row .col-md-7,
.row .col-md-8,
.row .col-md-9,
.row .col-md-auto,
.row .col-sm,
.row .col-sm-1,
.row .col-sm-10,
.row .col-sm-11,
.row .col-sm-12,
.row .col-sm-2,
.row .col-sm-3,
.row .col-sm-4,
.row .col-sm-5,
.row .col-sm-6,
.row .col-sm-7,
.row .col-sm-8,
.row .col-sm-9,
.row .col-sm-auto,
.row .col-xl,
.row .col-xl-1,
.row .col-xl-10,
.row .col-xl-11,
.row .col-xl-12,
.row .col-xl-2,
.row .col-xl-3,
.row .col-xl-4,
.row .col-xl-5,
.row .col-xl-6,
.row .col-xl-7,
.row .col-xl-8,
.row .col-xl-9,
.row .col-xl-auto {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

/* ========================================
    wizard styles overwrite - start 
   ======================================== */
.wizard-content .wizard .steps ul li:after,
.wizard-content .wizard .steps ul li:before {
  content: "";
  z-index: 9;
  display: block;
  position: absolute;
}

.wizard-content .wizard {
  width: 100%;
  overflow: hidden;
}

.wizard-content .wizard .content {
  margin-left: 0 !important;
}

.wizard-content .wizard .steps {
  position: relative;
  display: block;
  width: 100%;
}

.wizard-content .wizard .steps .current-info {
  position: absolute;
  left: -99999px;
}

.wizard-content .wizard .steps ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wizard-content .wizard .steps ul li {
  display: table-cell;
  width: auto;
  vertical-align: top;
  text-align: center;
  position: relative;
}

.wizard-content .wizard .steps ul li a {
  position: relative;
  padding-top: 52px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.wizard-content .wizard .steps ul li:before {
  left: 0;
}

.wizard-content .wizard .steps ul li:after {
  right: 0;
}

.wizard-content .wizard .steps ul li:first-child:before,
.wizard-content .wizard .steps ul li:last-child:after {
  content: none;
}

.wizard-content .wizard .steps ul li.current a {
  color: #2f3d4a;
  cursor: default;
}

.wizard-content .wizard .steps ul li.current .step {
  border-color: #b11016;
  background-color: #fff;
  color: #b11016;
}

.wizard-content .wizard .steps ul li.disabled a,
.wizard-content .wizard .steps ul li.disabled a:focus,
.wizard-content .wizard .steps ul li.disabled a:hover {
  color: #999;
  cursor: default;
}

.wizard-content .wizard .steps ul li.done a,
.wizard-content .wizard .steps ul li.done a:focus,
.wizard-content .wizard .steps ul li.done a:hover {
  color: #999;
}

.wizard-content .wizard .steps ul li.done .step {
  background-color: #b11016;
  border-color: #b11016;
  color: #fff;
}

.wizard-content .wizard .steps ul li.error .step {
  border-color: #f62d51;
  color: #f62d51;
}

.wizard-content .wizard .steps .step {
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -24px;
  z-index: 10;
  text-align: center;
}

.wizard-content .wizard .content {
  overflow: hidden;
  position: relative;
  width: auto;
  padding: 0;
  margin: 0;
}

.wizard-content .wizard .content .title {
  position: absolute;
  left: -99999px;
}

.wizard-content .wizard .content .body {
  padding: 0 20px;
  padding: 0;
}

.wizard-content .wizard .content iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

.wizard-content .wizard .actions {
  position: relative;
  display: block;
  text-align: right;
  padding: 0 20px 20px;
  padding: 0 0 20px;
}

.wizard-content .wizard .actions ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}

.wizard-content .wizard .actions ul:after {
  content: "";
  display: table;
  clear: both;
}

.wizard-content .wizard .actions ul li {
  float: left;
}

.wizard-content .wizard .actions ul li + li {
  margin-left: 10px;
}

.wizard-content .wizard .actions ul li a {
  background: #b11016;
  color: #fff;
  display: block;
  padding: 7px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
}

.wizard-content .wizard .actions ul li a:focus,
.wizard-content .wizard .actions ul li a:hover {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}

.wizard-content .wizard .actions ul li a:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}

.wizard-content .wizard .actions ul li a[href="#previous"] {
  background-color: #fff;
  color: #54667a;
  border: 1px solid #d9d9d9;
}

.wizard-content .wizard .actions ul li a[href="#previous"]:focus,
.wizard-content .wizard .actions ul li a[href="#previous"]:hover {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
}

.wizard-content .wizard .actions ul li a[href="#previous"]:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
}

.wizard-content .wizard .actions ul li.disabled a,
.wizard-content .wizard .actions ul li.disabled a:focus,
.wizard-content .wizard .actions ul li.disabled a:hover {
  color: #999;
}

.wizard-content .wizard .actions ul li.disabled a[href="#previous"],
.wizard-content .wizard .actions ul li.disabled a[href="#previous"]:focus,
.wizard-content .wizard .actions ul li.disabled a[href="#previous"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wizard-content .wizard.wizard-circle .steps ul li:after,
.wizard-content .wizard.wizard-circle .steps ul li:before {
  top: 45px;
  top: 40px;
  width: 50%;
  height: 3px;
  background-color: #b11016;
}

.wizard-content .wizard.wizard-circle .steps ul li.current:after,
.wizard-content .wizard.wizard-circle .steps ul li.current ~ li:after,
.wizard-content .wizard.wizard-circle .steps ul li.current ~ li:before {
  background-color: #f3f3f3;
  background-color: transparent !important;
  border-bottom: 3px dashed #b11016;
}

.wizard-content .wizard.wizard-circle .steps .step {
  width: 35px;
  height: 35px;
  line-height: 45px;
  line-height: 35px;
  border: 3px solid #f3f3f3;
  font-size: 1.3rem;
  border-radius: 50%;
}

.wizard-content .wizard.wizard-notification .steps ul li:after,
.wizard-content .wizard.wizard-notification .steps ul li:before {
  top: 39px;
  width: 50%;
  height: 2px;
  background-color: #b11016;
}

.wizard-content .wizard.wizard-notification .steps ul li.current .step {
  border: 2px solid #b11016;
  color: #b11016;
  line-height: 30px;
}

.wizard-content .wizard.wizard-notification .steps ul li.current .step:after,
.wizard-content .wizard.wizard-notification .steps ul li.done .step:after {
  border-top-color: #b11016;
}

.wizard-content .wizard.wizard-notification .steps ul li.current:after,
.wizard-content .wizard.wizard-notification .steps ul li.current ~ li:after,
.wizard-content .wizard.wizard-notification .steps ul li.current ~ li:before {
  background-color: #f3f3f3;
}

.wizard-content .wizard.wizard-notification .steps ul li.done .step {
  color: #fff;
}

.wizard-content .wizard.wizard-notification .steps .step {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.3rem;
  border-radius: 15%;
  background-color: #f3f3f3;
}

.wizard-content .wizard.wizard-notification .steps .step:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  margin-bottom: -8px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #f3f3f3;
}

.wizard-content .wizard.vertical .steps {
  display: block;
  float: left;
  width: 20%;
}

.wizard-content .wizard.vertical .steps ul li {
  display: block;
  width: 100%;
}

.wizard-content .wizard.vertical .steps ul li.current:after,
.wizard-content .wizard.vertical .steps ul li.current:before,
.wizard-content .wizard.vertical .steps ul li.current ~ li:after,
.wizard-content .wizard.vertical .steps ul li.current ~ li:before,
.wizard-content .wizard.vertical .steps ul li:after,
.wizard-content .wizard.vertical .steps ul li:before {
  background-color: transparent;
}

@media (max-width: 768px) {
  .wizard-content .wizard .steps ul {
    margin-bottom: 20px;
  }
  .wizard-content .wizard .steps ul li {
    display: block;
    float: left;
    width: 50%;
    width: 25%;
  }
  .wizard-content .wizard .steps ul li a {
    margin-bottom: 0;
  }
  .wizard-content .wizard .steps ul li:first-child:before {
    content: "";
  }
  .wizard-content .wizard .steps ul li:last-child:after {
    content: "";
    background-color: #b11016;
  }
  .wizard-content .wizard.vertical .steps {
    width: 15%;
  }
}

@media (max-width: 480px) {
  .navbar-header p {
    font-size: 14px;
  }
  .title_main h2 {
    font-size: 1.1em;
    line-height: 1.3em;
  }
  .title_main h5 {
    font-size: 0.8em;
  }
  .wizard-content .wizard .steps ul li {
    width: 100%;
    width: 25%;
    font-size: 0.7em;
  }
  .wizard-content .wizard .steps ul li.current:after {
    background-color: #b11016;
  }
  .wizard-content .wizard.vertical .steps ul li {
    display: block;
    float: left;
    width: 50%;
  }
  .wizard-content .wizard.vertical .steps {
    width: 100%;
    float: none;
  }
}

/*-------------------*/
/*Bootstrap 4 hack*/
/*-------------------*/
.bootstrap-touchspin .input-group-btn {
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

.form-control-line .form-control.form-control-success:focus {
  border-bottom: 1px solid #26c6da;
}

.form-control-line .form-control.form-control-warning:focus {
  border-bottom: 1px solid #ffb22b;
}

.form-control-line .form-control.form-control-danger:focus {
  border-bottom: 1px solid #fc4b6c;
}

.form-control-danger,
.form-control-success,
.form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
}

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
  color: #26c6da;
}

.has-success .form-control-success {
  background-image: url(../assets/images/icon/success.svg);
}

.has-success .form-control {
  border-color: #26c6da;
}

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
  color: #ffb22b;
}

.has-warning .form-control-warning {
  background-image: url(../assets/images/icon/warning.svg);
}

.has-warning .form-control {
  border-color: #ffb22b;
}

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
  color: #fc4b6c;
}

.has-danger .form-control-danger {
  background-image: url(../assets/images/icon/danger.svg);
}

.has-danger .form-control {
  border-color: #fc4b6c;
}

.input-group-addon [type="radio"]:not(:checked),
.input-group-addon [type="radio"]:checked,
.input-group-addon [type="checkbox"]:not(:checked),
.input-group-addon [type="checkbox"]:checked {
  position: initial;
  opacity: 1;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.wizard-content section .form-group {
  margin-bottom: 2rem;
}

.wizard-content section .form-group > label:not(.error) {
  font-size: 1.2rem;
}

.wizard-content .wizard.wizard-circle a:hover {
  text-decoration: none;
}

.wizard-content .wizard.wizard-circle .steps ul li {
  text-indent: -9999px;
}

.wizard-content .wizard.wizard-circle .steps ul li a {
  padding-top: 35px;
}

.wizard-content .wizard.wizard-circle .steps ul li a .step {
  width: 14px;
  height: 14px;
  line-height: inherit;
  font-size: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 15px;
  margin-left: -12px;
  border-color: #b11016;
}

.wizard-content .wizard.wizard-circle .steps ul li a:hover {
  text-decoration: none;
}

.wizard-content .wizard.wizard-circle .steps ul li.current {
  text-indent: 0;
}

.wizard-content .wizard.wizard-circle .steps ul li.current a .step {
  background-color: #b11016;
}

.wizard-content .wizard.wizard-circle .steps ul li.done .step {
  background-color: white;
  width: 20px;
  height: 20px;
  top: 12px;
  margin-left: -12px;
}

.wizard-content .wizard.wizard-circle .steps ul li.done .step::after {
  content: "";
  background-repeat: no-repeat;
  background-image: url(./../img/SVG/done.svg);
  width: 10px;
  height: 10px;
  display: block;
  background-position: center center;
}

/* ========================================
    wizard styles overwrite - end
   ======================================== */
/*# sourceMappingURL=styles.css.map */