body {
  font-family: "Poppins", sans-serif;
}
img {
  max-width: 100%;
}
.sidebar {
  background-color: #b19c56;
  height: 100vh;
  margin-left: -15px;
}

.sidebar-logo {
  display: none;
}

.nav-link {
  color: #ddd;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-top: 15px;
}

.nav-link.active {
  color: #00000d;
  cursor: pointer;
}
.nav-link:hover {
  color: #fff;
  cursor: pointer;
}

.nav-link span {
  display: block;
  margin-bottom: 10px;
}

.nav-link span svg,
.nav-link div svg,
.nav-link span svg .st0 {
  fill: #ddd;
}

.nav-link.active span svg,
.nav-link.active span svg .st0 {
  fill: #00000d;
}
.nav-link:hover span svg,
.nav-link:hover div svg,
.nav-link:hover span svg .st0 {
  fill: #fff;
}
.steps {
  margin-top: 20px;
}
.steps .step {
  display: none;
}
.steps .step.active {
  display: block;
}
.steps .step .main-title {
  font-size: 30px;
  font-weight: bold;
  color: #b19c56;
}
.steps .step .sub-title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #00000d;
}
.steps .step .btn-next {
  font-size: 15px;
  color: #fff;
  background: #b19c56;
  margin-top: 20px;
}
.nav-link .icon {
  position: relative;
}
.nav-link .icon .locked {
  position: absolute;
  right: 0px;
  top: 0px;
}
.dropzone {
  border: 1px solid #dee2e6;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 15px;
}
.progress {
  display: none;
}
.prv-img {
  border: 1px solid #000;
  border-radius: 5px;
  margin-top: 10px;
  height: auto;
  max-width: 100%;
  max-height: 500px;
}
@media only screen and (max-width: 575px) {
  .sidebar {
    margin-left: 0px;
    height: auto;
  }
  .logo {
    display: none;
  }
  .sidebar-logo-w {
    text-align: center;
    padding: 20px;
  }
  .sidebar-logo {
    display: inline;
  }

  .nav-link {
    text-align: left;
  }

  .nav-link span {
    display: inline;
  }

  .nav-link span svg {
    width: 20px !important;
    height: 20px !important;
  }

  .nav-link .icon .locked {
    display: inline;
    position: relative;
    right: unset;
    top: unset;
  }
}
