html {
	-webkit-text-size-adjust: none;
	touch-action: manipulation;
}

div#kt_content {
  padding-bottom: 130px;
}

.pac-container {
  z-index: 3000 !important;
  min-width: 400px;
}

body.swal2-height-auto.swal2-height-auto {
  height: 100% !important;
}

footer {
  width: 100%;

  text-align: center;
}

.explanation-style {
  min-height: unset;
}

@media (hover:none), (hover:on-demand) {
  .btn.btn-outline.btn-outline-dashed.btn-outline-default:hover {
    border-width: 1px !important;
    border-style: dashed !important;
    color: #7e8299 !important;
    border-color: #e4e6ef !important;
    background-color: transparent !important;
  }

  .btn.btn-outline.btn-outline-dashed.btn-outline-default:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g) {
    fill: #7e8299;
  }
}

.option-selected svg path {
  transition: fill 0.3s ease !important;
  fill: #009ef7 !important;
}

.header-fixed.toolbar-fixed .wrapper {
  /* margin-top: calc(-35px + var(--kt-toolbar-height))!important; */
  margin-top: 0 !important;
}

.svg-success-icon-style {
  position: absolute !important;
  margin-top: -3px;
  margin-left: 5px;
}

input:placeholder-shown {
  text-overflow: ellipsis;
}

.wizard-body {
  padding-bottom: 20px
}

.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=complete] .wizard-label .wizard-icon {
  color: #50CD89 !important;
}

.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=complete] .wizard-label .wizard-title {
  color: #50CD89 !important;
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 0.75rem;
}

.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=complete] .wizard-label .wizard-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #50CD89 !important;
}

.toolbar-fixed .toolbar {
  height: var(--kt-toolbar-height);
  position: relative !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0px 0px 0px 0px rgb(82 63 105 / 5%) !important;

}

.header-fixed.toolbar-fixed .toolbar {
  padding: 0;
  top: 3px;
  border-bottom: 1px solid #eff2f5;
  border-top: 0px solid #eff2f5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.mobile-profile-container {
  max-width: 285px !important;
  min-width: 285px !important;
  min-height: 153px !important;
}

@media (max-width: 991.98px) {
  .header-tablet-and-mobile-fixed.toolbar-tablet-and-mobile-fixed .wrapper {
    padding-top: 55px;
  }

  .form-check {
    margin-bottom: 1.125rem;
  }

  .my-lg-10 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

@media (max-width: 627px) {
  .flex-stack {
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 540px) {

  .wizard-body {
    padding-bottom: 0px
  }

  .px-20 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .flex-stack {
    justify-content: center;
    align-items: center;
  }

  .option-text {
    min-height: 70px !important;
  }

  .mb-6 {
    margin-bottom: 1rem !important;
  }

  span.svg-icon.svg-icon-2hx.me-4.svg-icon-danger {
    display: none;
  }

  .btn {
    font-weight: 500;
    line-height: 17px;
    padding: 0.75rem 1.5rem;
    font-size: 12px;
  }

  .p-7 {
    padding: 2px 10px 2px 10px;
  }

  .my-lg-10 {
    margin-top: 2rem !important;
    margin-bottom: 9rem !important;
  }

  .form-label {
    margin-top: 7px;
  }

  .link-primary {
    color: #009ef7;
    margin-top: 7px !important;
  }

  .pt-5 {
    padding-top: 1rem !important;
  }

  .pb-5 {
    padding-bottom: 1rem !important;
  }

  .ps-10 {
    padding-left: 1rem !important;
  }

  .form-check.form-check-custom {
    margin-bottom: 5px;
  }

  .card-body-mobile {
    padding: 10px 5px 10px 5px !important;
  }
}

@media (min-width: 982px) {
  .hidden-when-not-mobile {
    display: none !important;
  }
}

@media (max-width: 982px) {
  .h-75px {
    height: 35px !important;
  }

  .mobile-picture-container {
    width: 150px;
    height: 150px;
  }

  .mobile-profile-container {
    max-width: 100% !important;
  }

  .header-fixed .header {
    height: 65px !important;
  }

  .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-label .wizard-icon {
    display: none !important;
  }

  .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title-mobile {
    display: none !important;
  }

  .hidden-when-mobile {
    display: none !important;
  }

  .mobile-margins-top-bottom {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-label .wizard-title .wizard-title-mobile {
    display: inline-block !important;
  }

  .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-label .wizard-title,
  .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-label .wizard-title {
    color: #3699FF;
    float: left;
  }

  /* .wizard-icon, .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-label .wizard-icon
  {
    display: block !important;
  }
  .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-label .wizard-icon {
    display: none !important;
  } */
  .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step {
    justify-content: space-around !important;
  }

  .wizard.wizard-1 .wizard-nav .wizard-steps {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: initial !important;
  }

  .duotone-home-svg-mobile {
    display: none !important;
  }

  .p-6 {
    padding: 5px 5px 5px 1px !important
  }

  .wizard-arrow {
    display: none !important;
  }
}

.header-fixed .wrapper {
  padding-top: 0px !important;
}

@media (min-width: 992px) {
  .header-fixed .header {

    height: 80px;
    padding: 0;
    box-shadow: 0 10px 30px 0 rgb(82 63 105 / 5%);
  }

  .h-75px {
    height: 75px !important;
    margin-top: -12px;
    padding: 5px;
  }

  .h-50px {
    height: 63px !important;
    margin-top: -12px;
    padding: 12px;
  }
}

@media (max-width: 992px) {
  .ribbon.ribbon-top .ribbon-label {
    display: contents;
  }

  .h-75px,
  .h-50px {
    height: 35px !important;
  }

  .header-fixed .header {
    height: 65px !important;
  }
}

.footer {
  background-color: #E9E9E9 !important;
}

.min-w-125px {
  min-width: 170px !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}

@media screen and (max-width: 767px) {
  input, select, textarea {
    font-size: 16px !important;
  }

  .mobile-margin-top {
    margin-top: 1.25rem !important;
  }
}
