.niomic-card {
  margin: 20px;
  text-decoration: none;
  width: 90%;
  height: 100%;
  display: block;
  background-color: #fff;
  list-style-type: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.niomic-card img {
  width: 120px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  float: left;
  margin: 0 auto;
}

.niomic-card span {
  display: block;
  margin-left: 130px;
}

.bg-relative {
  position: relative;
  display: inline-block;
}

.bg-relative .niomic-badge {
  position: absolute;
  width: 30px;
  padding: 5px;
  left: -40px;
  right: 0px;
  top: 39px;
  z-index: 1;
  border: 0px;
  font-size: 13px;
  background-color: #d8cfbd;
  border-radius: 5px;
  text-align: center;
  color: #fff;
}

.center-text {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  top: 0px;
}

.container-niomic {
  width: 100% !important;
}

.container-niomic .row-niomic {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
}

.container-niomic .row-niomic .col-content {
  width: 40%;
}

.container-niomic .row-niomic .col-sub-content {
  width: 100%;
}

.container-header {
  max-width: 80%;
}

a {
  color: #f18f01;
}

.text-primary {
  color: #f18f01 !important;
}

.btn-primary {
  color: #fff;
  background-color: #f18f01;
  border-color: #f18f01;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bg-success {
  background-color: #f18f01 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #f18f01;
}

.btn-primary-nmc:hover {
  color: #fff;
  background-color: orange !important;
  border-color: orange !important;
}

.text-deskripsi-nmc {
  font-size: 0.7rem;
  color: #c2c1c1;
}

.nmc-text-account {
  margin-top: 12px;
  font-size: 1.1rem;
  color: black;
  font-weight: bold;
}

.nmc-text-account .hr-nmc {
  margin-top: 10px;
  height: 1px;
  background-color: orange;
  margin-left: 12px;
  margin-right: 12px;
}

.card-profile-nmc {
  width: 75%;
  margin: 0 auto;
}

.card-profile-nmc .account-nmc {
  margin: 25px;
  border-radius: 8px;
  border-color: black;
  background-color: orange;
  cursor: pointer;
}

.card-profile-nmc .account-nmc span {
  z-index: 1;
  width: 100%;
  text-align: center;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  color: black;
  font-family: Avenir;
}

.card-profile-nmc .account-nmc i {
  color: white;
  font-size: 1rem;
  padding-right: 10px;
}

.account-nmc:hover {
  background-color: #f18f01;
}

.slider-nmc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 95%;
}

.account-container-nmc {
  width: 100%;
  height: 600px;
  padding: 20px;
}

.account-container-nmc .account-card-nmc {
  border-radius: 10px;
  height: auto;
  margin-top: 7%;
}

.text-card-nmc {
  padding: 10px;
  color: black;
  font-family: Avenir;
  font-size: 1rem;
}

.text-card-nmc .child-card-nmc {
  padding: 10px;
  padding-left: 20px;
}

.text-card-nmc .child-card-nmc .judul {
  width: 200px;
}

.text-card-nmc .child-card-nmc .sub-judul {
  width: 100%;
  padding-left: 5px;
}
/*# sourceMappingURL=custom-niomic.css.map */