body {
  font-size: 14px;
  background-color: #fafafa;
  font-family: "Poppins",
    sans-serif;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 1.25rem;
}
table
  td
  h6 {
  font-size: 14px;
  font-weight: 600;
}
.form-control {
  font-size: 14px;
}
.form-label {
  font-weight: 600;
}
img {
  max-width: 100%;
}
.bg-ilustrasi {
  background-image: url("../img/bg_ilustrasi.jpg");
  background-repeat: no-repeat;
  background-position: center
    center;
  background-size: cover;
}
.bg-ilustrasi:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(
    14,
    2,
    35,
    0.5
  );
  z-index: -1;
}
a:hover {
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .js-header-menu-show {
    overflow: hidden;
  }
  .js-header-menu-show
    .js-header-menu {
    border-right: 1px
      solid
      rgba(
        28,
        39,
        60,
        0.08
      );
    box-shadow: 0
      0
      30px
      rgba(
        28,
        39,
        60,
        0.08
      );
    transform: translateX(
      0
    );
  }
  .js-header-menu-show
    .js-navbar-backdrop {
    visibility: visible;
    opacity: 1;
  }
}

.js-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  height: 64px;
  background-color: #fff;
  box-shadow: 0
    0
    30px
    rgba(
      28,
      39,
      60,
      0.08
    );
  border-bottom: 1px
    solid
    rgba(
      28,
      39,
      60,
      0.12
    );
  transition: 0.3s
    all
    ease;
  -moz-transition: 0.3s
    all
    ease;
  -webkit-transition: 0.3s
    all
    ease;
}

.js-header
  > .container,
.js-header
  > .container-fluid,
.js-header
  > .container-sm,
.js-header
  > .container-md,
.js-header
  > .container-lg,
.js-header
  > .container-xl {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .js-header
    > .container,
  .js-header
    > .container-fluid,
  .js-header
    > .container-sm,
  .js-header
    > .container-md,
  .js-header
    > .container-lg,
  .js-header
    > .container-xl {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .js-header
    > .container {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .js-header
    > .container {
    max-width: none;
  }
}
.js-header
  .js-header-left
  .js-logo {
  display: none;
}
@media (min-width: 992px) {
  .js-header
    .js-header-left
    .js-logo {
    display: flex;
  }
}

.js-header-left {
  display: flex;
  align-items: center;
}
.js-header-left
  .js-header-arrow {
  display: none;
  position: relative;
  top: -2px;
}

.js-logo {
  font-weight: 700;
  font-size: 28px;
  font-family: "Poppins",
    sans-serif;
  text-transform: uppercase;
  color: #5b47fb;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  position: relative;
  top: -2px;
}
.js-logo:hover,
.js-logo:focus {
  color: #5b47fb;
}
.js-logo
  i {
  display: block;
  line-height: 0.9;
  margin-right: 8px;
  font-size: 40px;
}
.js-logo
  i::before {
  width: auto;
  height: auto;
}

.js-header-menu-icon {
  margin-right: 10px;
  width: 20px;
  height: 30px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .js-header-menu-icon {
    margin-right: 25px;
  }
}
.js-header-menu-icon
  span {
  display: block;
  position: relative;
  width: 15px;
  height: 2px;
  background-color: #1c273c;
  border-radius: 3px;
  transition: all
    0.2s
    ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .js-header-menu-icon
    span {
    transition: none;
  }
}
.js-header-menu-icon
  span::before,
.js-header-menu-icon
  span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #1c273c;
  border-radius: 3px;
  transition: all
    0.2s
    ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .js-header-menu-icon
    span::before,
  .js-header-menu-icon
    span::after {
    transition: none;
  }
}
.js-header-menu-icon
  span::before {
  top: -6px;
}
.js-header-menu-icon
  span::after {
  bottom: -6px;
}

.js-header-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 240px;
  background-color: #fff;
  overflow-y: auto;
  z-index: 1000;
  transform: translateX(
    -240px
  );
  transition: all
    0.35s;
}
@media (prefers-reduced-motion: reduce) {
  .js-header-menu {
    transition: none;
  }
}
@media (min-width: 992px) {
  .js-header-menu {
    background-color: transparent;
    border-right: 0;
    position: static;
    width: auto;
    overflow-y: visible;
    transform: none;
    z-index: auto;
  }
}
.js-header-menu
  > .nav {
  flex-direction: column;
  padding: 20px;
}
@media (min-width: 992px) {
  .js-header-menu
    > .nav {
    padding: 0;
    flex-direction: row;
    align-items: center;
  }
}
.js-header-menu
  .nav-item::before {
  content: "";
  position: absolute;
  top: 67px;
  margin-left: 25px;
  width: 15px;
  height: 15px;
  border-top: 2px
    solid
    rgba(
      28,
      39,
      60,
      0.12
    );
  border-left: 2px
    solid
    rgba(
      28,
      39,
      60,
      0.12
    );
  background-color: #fff;
  transform: rotate(
    45deg
  );
  z-index: 100;
  display: none;
}
.js-header-menu
  .nav-item
  + .nav-item {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .js-header-menu
    .nav-item
    + .nav-item {
    margin-top: 0;
    margin-left: 30px;
  }
}
.js-header-menu
  .nav-item
  > .nav-link {
  display: flex;
  align-items: center;
  position: relative;
  color: #031b4e;
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  transition: all
    0.2s
    ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .js-header-menu
    .nav-item
    > .nav-link {
    transition: none;
  }
}
@media (min-width: 992px) {
  .js-header-menu
    .nav-item
    > .nav-link {
    font-size: 0.875rem;
  }
}
.js-header-menu
  .nav-item
  > .nav-link:hover {
  color: #5b47fb;
}
.js-header-menu
  .nav-item
  > .nav-link:hover
  i {
  color: #5b47fb;
}
.js-header-menu
  .nav-item
  > .nav-link.with-sub::after {
  content: "\E047";
  display: inline-block;
  font-family: "typicons";
  font-size: 12px;
  font-weight: 400;
  margin-left: auto;
  margin-top: 3px;
  transform: rotate(
    270deg
  );
  opacity: 0.5;
}
@media (min-width: 992px) {
  .js-header-menu
    .nav-item
    > .nav-link.with-sub::after {
    margin-left: 5px;
  }
}
.js-header-menu
  .nav-item
  > .nav-link
  .typcn {
  font-size: 20px;
  line-height: 0.95;
  margin-right: 15px;
  width: 16px;
}
@media (min-width: 992px) {
  .js-header-menu
    .nav-item
    > .nav-link
    .typcn {
    font-size: 18px;
    margin-right: 7px;
  }
}
.js-header-menu
  .nav-item
  > .nav-link
  .typcn::before {
  width: auto;
}
.js-header-menu
  .nav-item.active
  > .nav-link {
  color: #5b47fb;
  position: relative;
}
.js-header-menu
  .nav-item.active
  > .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: -20px;
  width: 2px;
  background-color: #5b47fb;
  border-radius: 3px;
}
@media (min-width: 992px) {
  .js-header-menu
    .nav-item.active
    > .nav-link::before {
    top: auto;
    bottom: -22px;
    left: 0;
    right: 0;
    width: auto;
    height: 2px;
  }
}
@media (min-width: 992px) {
  .js-header-menu
    .nav-item.show::before {
    display: block;
  }
}
.js-header-menu
  .nav-item.show
  .js-menu-sub {
  display: block;
}

.js-header-menu-header {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0
    20px;
  border-bottom: 1px
    solid
    rgba(
      28,
      39,
      60,
      0.05
    );
}
@media (min-width: 992px) {
  .js-header-menu-header {
    display: none;
  }
}
.js-header-menu-header
  .close {
  font-weight: 300;
  font-size: 28px;
}

.js-menu-sub {
  font-size: 13px;
  margin-left: 32px;
  margin-top: 12px;
  display: none;
}
@media (min-width: 992px) {
  .js-menu-sub {
    position: absolute;
    top: 74px;
    background-color: #fff;
    padding: 15px
      20px;
    border: 2px
      solid
      rgba(
        28,
        39,
        60,
        0.12
      );
    min-width: 200px;
    margin-left: 0;
    margin-top: 0;
  }
}
.js-menu-sub
  .nav {
  flex-direction: column;
}
.js-menu-sub
  .nav-link {
  padding: 0;
  display: block;
  color: #596882;
}
.js-menu-sub
  .nav-link
  + .nav-link {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px
    dotted
    #e3e7ed;
}
.js-menu-sub
  .nav-link:hover,
.js-menu-sub
  .nav-link:focus {
  color: #5b47fb;
}
.js-menu-sub
  .nav-link.active {
  color: #5b47fb;
  font-weight: 500;
}
@media (min-width: 992px) {
  .js-menu-sub
    .nav-link.active {
    font-weight: 400;
  }
}

.js-menu-sub-mega {
  left: 0;
  right: 0;
  background-color: transparent;
  padding: 0;
  border: 0;
}
.js-menu-sub-mega
  .container {
  padding: 0;
}
@media (max-width: 991.98px) {
  .js-menu-sub-mega
    .container {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .js-menu-sub-mega
    .container {
    display: flex;
    background-color: #fff;
    border: 2px
      solid
      rgba(
        28,
        39,
        60,
        0.12
      );
  }
}
@media (min-width: 992px) {
  .js-menu-sub-mega
    .container
    > div {
    display: flex;
    padding: 20px;
    flex: 1;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .js-menu-sub-mega
    .container
    > div {
    padding: 20px
      25px;
  }
}
.js-menu-sub-mega
  .container
  > div
  + div {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .js-menu-sub-mega
    .container
    > div
    + div {
    margin-top: 0;
    border-left: 1px
      solid
      rgba(
        28,
        39,
        60,
        0.05
      );
  }
}
.js-menu-sub-mega
  .nav {
  min-width: 120px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .js-menu-sub-mega
    .nav {
    min-width: 140px;
  }
}
.js-menu-sub-mega
  .nav
  + .nav {
  border-top: 1px
    dotted
    #e3e7ed;
  margin-top: 6px;
  padding-top: 6px;
}
@media (min-width: 992px) {
  .js-menu-sub-mega
    .nav
    + .nav {
    margin-left: 20px;
    margin-top: 31px;
    padding-top: 0;
    border-top: 0;
  }
}
@media (min-width: 1200px) {
  .js-menu-sub-mega
    .nav
    + .nav {
    margin-left: 25px;
  }
}
.js-menu-sub-mega
  .nav
  > span {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  color: #1c273c;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .js-menu-sub-mega
    .nav
    > span {
    font-size: 12px;
  }
}
.js-menu-sub-mega
  .nav
  > span:first-of-type {
  margin-top: 0;
}

.js-header-center {
  flex: 1;
  margin: 0
    50px;
  position: relative;
  display: none;
}
@media (min-width: 992px) {
  .js-header-center {
    display: block;
  }
}
.js-header-center
  .form-control {
  border-color: #e3e7ed;
  border-width: 2px;
  background-color: #fcfcfc;
  transition: none;
  height: 40px;
}
.js-header-center
  .form-control:focus {
  background-color: #fff;
  border-color: #b4bdce;
  box-shadow: none !important;
}
.js-header-center
  .form-control:focus
  + .btn {
  color: #7987a1;
}
.js-header-center
  .btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  height: 40px;
  color: #b4bdce;
  transition: none;
  font-size: 16px;
  padding-right: 13px;
}
.js-header-center
  .btn:hover,
.js-header-center
  .btn:focus {
  color: #1c273c;
}

.js-header-right {
  display: flex;
  align-items: center;
}
.js-header-right
  .btn-social {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #97a3b9;
  border-radius: 3px;
  transition: all
    0.2s
    ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .js-header-right
    .btn-social {
    transition: none;
  }
}
.js-header-right
  .btn-social:hover,
.js-header-right
  .btn-social:focus {
  color: #596882;
}
.js-header-right
  .btn-social
  i {
  font-size: 18px;
  line-height: 0;
}
.js-header-right
  .btn-social
  + .btn-social {
  margin-left: 10px;
}
.js-header-right
  .btn-buy {
  text-transform: uppercase;
  font-family: -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 11px;
  font-weight: 500;
  background-color: #5b47fb;
  color: #fff;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  border-radius: 3px;
  transition: all
    0.2s
    ease-in-out;
  margin-left: 20px;
}
@media (prefers-reduced-motion: reduce) {
  .js-header-right
    .btn-buy {
    transition: none;
  }
}
.js-header-right
  .btn-buy:hover,
.js-header-right
  .btn-buy:focus {
  background-color: #452efa;
}
.js-header-right {
  height: 30px;
  line-height: 30px;
  margin-left: 30px;
}
.js-header-right
  > div:not(
    :last-child
  ) {
  padding-right: 15px;
}
.js-header-notification,
.js-profile-menu {
  border-left: 1px
    solid
    rgba(
      0,
      0,
      0,
      0.125
    );
  padding-left: 15px;
}
@media (max-width: 767px) {
  .js-header-notification {
    padding-left: 15px;
    border-left: none;
  }
}

.js-header-search-link {
  font-size: 18px;
  color: #596882;
  line-height: 1;
  margin-right: 15px;
}

.js-header-arrow {
  font-size: 32px;
  color: #1c273c;
  margin-left: 10px;
  line-height: 0;
}
.js-header-arrow
  i {
  line-height: 0;
}
.js-header-arrow:hover,
.js-header-arrow:focus {
  color: #596882;
}

.js-header-message,
.js-header-notification {
  position: relative;
}
.js-header-message
  > a,
.js-header-notification
  > a,
.js-profile-menu
  > a {
  color: #1c273c;
  position: relative;
  line-height: 0.9;
  outline: none;
}
.js-header-message
  > a,
.js-header-notification
  > a {
  font-size: 24px;
}
.js-profile-menu
  > a
  i {
  margin-right: 10px;
  font-size: 16px;
}
.js-header-message
  > a.new::before,
.js-header-notification
  > a.new::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 7px;
  height: 7px;
  background-color: #dc3545;
  border-radius: 100%;
}

.js-header-notification {
  margin-left: 15px;
}
.js-header-notification
  > a::after,
.js-profile-menu
  > a::after {
  content: "";
  position: absolute;
  top: 56px;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 14px;
  border: 2px
    solid
    transparent;
  border-top-color: #cdd4e0;
  border-left-color: #cdd4e0;
  transform: rotate(
    45deg
  );
  background-color: #fff;
  z-index: 901;
  display: none;
}
.js-profile-menu
  > a::after {
  top: 44px;
}
.js-header-notification
  > a::after {
  top: 53px;
}
@media (min-width: 992px) {
  .js-header-notification
    > a::after,
  .js-profile-menu
    > a::after {
    bottom: -36px;
  }
}
.js-header-notification
  .dropdown-menu {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px
    20px;
  border-width: 0;
  margin-top: 0;
  z-index: 900;
  border-radius: 0;
}
@media (min-width: 576px) {
  .js-header-notification
    .dropdown-menu {
    width: 300px;
    position: absolute;
    top: 56px;
    left: auto;
    right: -10px;
    bottom: auto;
    padding: 20px
      20px
      15px;
    border-color: #cdd4e0;
    border-width: 2px;
  }
}
.js-header-notification
  .dropdown-footer {
  text-align: center;
  padding-top: 10px;
  font-size: 13px;
  border-top: 1px
    dotted
    #b4bdce;
}
@media (min-width: 576px) {
  .js-header-notification.show
    > a::after,
  .js-profile-menu.show
    > a::after {
    display: block;
  }
}
.js-header-notification.show
  .dropdown-menu {
  display: block;
}

.count-message {
  background: #fc544b;
  color: #fff;
  padding: 0.25em
    0.4em;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.35rem;
  position: absolute;
  right: -6px;
  top: 3px;
}

.js-notification-title {
  font-size: 18px;
  font-weight: 700;
  color: #1c273c;
  margin-bottom: 5px;
  line-height: 1;
}

.js-notification-text {
  font-size: 13px;
  margin-bottom: 15px;
}

.js-notification-list {
  max-height: 300px;
  overflow: auto;
}
.js-notification-list
  .media {
  padding: 10px
    0;
  position: relative;
}
.js-notification-list
  .media
  + .media {
  border-top: 1px
    dotted
    #b4bdce;
}
.js-notification-list
  .media.new {
  color: #1c273c;
}
.js-notification-list
  .media:hover,
.js-notification-list
  .media:focus {
  z-index: 1;
}
.js-notification-list
  .media:hover::before,
.js-notification-list
  .media:focus::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -20px;
  bottom: -1px;
  right: -20px;
  background-color: #f4f5f8;
  border-top: 1px
    solid
    #cdd4e0;
  border-bottom: 1px
    solid
    #cdd4e0;
  z-index: -1;
}

.js-notification-list
  .media-body {
  margin-left: 15px;
  font-size: 13px;
}
.js-notification-list
  .media-body
  p {
  margin-bottom: 5px;
  line-height: 1.3;
}
.js-notification-list
  .media-body
  strong {
  font-weight: 500;
}
.js-notification-list
  .media-body
  span {
  display: block;
  font-size: 11px;
  color: #97a3b9;
}

.js-profile-menu {
  position: relative;
}
.js-profile-menu
  > .js-img-user {
  outline: none;
  width: 32px;
  height: 32px;
}
.js-profile-menu
  > .js-img-user
  img {
  width: 32px;
  height: 32px;
}
.js-profile-menu
  > .js-img-user::before {
  content: "";
  position: absolute;
  bottom: -33px;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 14px;
  border: 2px
    solid
    transparent;
  border-top-color: #cdd4e0;
  border-left-color: #cdd4e0;
  transform: rotate(
    45deg
  );
  background-color: #fff;
  z-index: 901;
  display: none;
}
.js-profile-menu
  > .js-img-user::after {
  display: none;
}
.js-profile-menu
  .dropdown-menu {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px
    20px
    5px;
  border-width: 0;
  margin-top: 0;
  z-index: 900;
  border-radius: 0;
}
@media (min-width: 576px) {
  .js-profile-menu
    .dropdown-menu {
    padding-top: 20px;
    position: absolute;
    top: 56px;
    left: auto;
    right: -10px;
    bottom: auto;
    width: 230px;
    border-color: #cdd4e0;
    border-width: 2px;
  }
}
.js-profile-menu
  .dropdown-item {
  position: relative;
  padding: 0;
  height: 38px;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #596882;
}
.js-profile-menu
  .dropdown-item
  i {
  font-size: 24px;
  margin-right: 10px;
  width: 24px;
  text-align: center;
}
.js-profile-menu
  .dropdown-item
  i.typcn {
  line-height: 0.9;
}
.js-profile-menu
  .dropdown-item:hover,
.js-profile-menu
  .dropdown-item:focus {
  background-color: transparent;
  color: #5b47fb;
}
.js-profile-menu
  .dropdown-item
  + .dropdown-item {
  border-top: 1px
    dotted
    #b4bdce;
}
.js-profile-menu
  .dropdown-item:last-child {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .js-profile-menu.show
    .js-img-user::before {
    display: block;
  }
}
.js-profile-menu.show
  .dropdown-menu {
  display: block;
}

.js-header-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.js-header-profile
  .js-img-user {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .js-header-profile
    .js-img-user {
    width: 80px;
    height: 80px;
  }
}
.js-header-profile
  .js-img-user::after {
  display: none;
}
.js-header-profile
  h6 {
  font-size: 16px;
  font-weight: 600;
  color: #1c273c;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .js-header-profile
    h6 {
    font-size: 14px;
  }
}
.js-header-profile
  span {
  display: block;
  font-size: 13px;
}

.js-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.js-content-breadcrumb {
  display: flex;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  font-family: "Roboto",
    sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #97a3b9;
  margin-bottom: 1.5rem;
}
.js-content-breadcrumb
  span {
  position: relative;
}
.js-content-breadcrumb
  span
  + span::before {
  content: "\E049";
  font-family: "typicons";
  font-size: 12px;
  font-weight: 300;
  display: inline;
  margin: 0
    5px;
  color: #b4bdce;
  line-height: 0;
  position: relative;
  top: 0;
}
.js-content-breadcrumb
  span:last-child {
  color: #596882;
}
.bg-ilustrasi
  .js-content-breadcrumb
  span:last-child {
  color: #fff;
}

.js-content-title {
  color: #1c273c;
  font-weight: 500;
  font-size: 32px;
  text-indent: -1px;
  line-height: 1;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .js-content-title {
    margin-bottom: 40px;
  }
}

.js-content-label {
  color: #1c273c;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
}

.js-content-label-sm {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #97a3b9;
  letter-spacing: 0.5px;
}

.js-content-text {
  font-size: 12px;
  line-height: 1.4;
  display: block;
  color: #7987a1;
}

.card {
  border-color: #cdd4e0;
  border-radius: 0;
  border: 1px
    solid
    rgba(
      0,
      0,
      0,
      0.125
    );
}
.card
  .card-header {
  border-bottom: 1px
    solid
    rgba(
      0,
      0,
      0,
      0.125
    );
}
.card
  .card-title {
  font-weight: 600;
  font-size: 16px;
  color: #1c273c;
  margin-bottom: 0;
}

.btn {
  border-radius: 0;
}
button:disabled {
  cursor: not-allowed;
}

.btn-app {
  border: 3px
    solid
    #3abaf4;
}

ol,
ul {
  padding-inline-start: 20px;
}

.badge.badge-outline {
  background-color: transparent;
  border: 1px
    solid
    transparent;
}

.badge.badge-outline.badge-default {
  border-color: #b0bec5;
  color: #b0bec5;
}

.badge.badge-outline.badge-primary {
  border-color: #ff4a00;
  color: #ff4a00;
}

.badge.badge-outline.badge-secondary {
  border-color: #323a45;
  color: #323a45;
}

.badge.badge-outline.badge-success {
  border-color: #64dd17;
  color: #64dd17;
}

.badge.badge-outline.badge-warning {
  border-color: #ffd600;
  color: #ffd600;
}

.badge.badge-outline.badge-info {
  border-color: #29b6f6;
  color: #29b6f6;
}

.badge.badge-outline.badge-danger {
  border-color: #ef1c1c;
  color: #ef1c1c;
}

.icon-md {
  font-size: 24px;
}

/*Custom switch*/
.toggle-switch {
  position: relative;
  display: flex;
  overflow: hidden;
}
.toggle-switch.sw_sm {
  line-height: 1.565625rem;
}
.toggle-switch
  input {
  position: absolute !important;
  clip: rect(
    0,
    0,
    0,
    0
  );
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.toggle-switch
  label {
  float: left;
  margin: 0;
}
.toggle-switch
  label {
  display: inline-block;
  background-color: #fff;
  color: rgba(
    0,
    0,
    0,
    0.8
  );
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 0
    4px;
  border: 1px
    solid
    rgba(
      0,
      0,
      0,
      0.2
    );
  -webkit-transition: all
    0.1s
    ease-in-out;
  -moz-transition: all
    0.1s
    ease-in-out;
  -ms-transition: all
    0.1s
    ease-in-out;
  -o-transition: all
    0.1s
    ease-in-out;
  transition: all
    0.1s
    ease-in-out;
}
.toggle-switch.sw_sm
  label {
  font-size: 12px;
  font-weight: 500;
}
.toggle-switch
  label:not(
    .disabled
  ):hover {
  cursor: pointer;
  -webkit-box-shadow: inset
      0
      1px
      3px
      rgba(
        0,
        0,
        0,
        0.3
      ),
    0
      1px
      rgba(
        255,
        255,
        255,
        0.1
      );
  box-shadow: inset
      0
      1px
      3px
      rgba(
        0,
        0,
        0,
        0.3
      ),
    0
      1px
      rgba(
        255,
        255,
        255,
        0.1
      );
}
.toggle-switch
  label.disabled {
  cursor: not-allowed;
  background-color: #eee;
}
.toggle-switch
  input:checked
  + label.disabled {
  cursor: not-allowed;
  background: #3498db;
}
.toggle-switch
  input:checked
  + label {
  background-color: #3498db;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.toggle-switch
  label:first-of-type {
  border-radius: 25px
    0
    0
    25px;
  padding: 4px
    4px
    4px
    8px;
}
.toggle-switch
  label:last-of-type {
  border-radius: 0
    25px
    25px
    0;
  padding: 4px
    8px
    4px
    4px;
}
.toggle-switch.sw_sm
  label:first-of-type {
  padding: 0px
    4px
    0px
    8px;
}
.toggle-switch.sw_sm
  label:last-of-type {
  padding: 0px
    8px
    0px
    4px;
}

.loading-overlay {
  display: none;
}
.loading-overlay.show {
  display: block;
  min-height: 250px;
}
.loading-overlay.show.no_height {
  min-height: auto !important;
}
.loading-overlay.show.h-100 {
  min-height: 100px;
}
.loading-overlay.show:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  background: rgba(
    255,
    255,
    255,
    0.7
  );
}
.loading-overlay.show
  > .icon {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #cacaca;
  font-size: 24px;
  width: 2.5rem;
  height: 2.5rem;
}

.loading-radio:before {
  content: "";
  position: absolute;
  width: 88px;
  height: 29px;
  z-index: 2;
  background: url(../img/ajax-loader.gif)
    no-repeat
    center
    center;
}
.loading-select {
  min-width: 100px !important;
  background: #eee
    url(../img/ajax-loader.gif)
    no-repeat
    50% !important;
}
.icon-lg {
  height: 64px;
  width: 64px;
  font-size: 38px;
  line-height: 1.2;
}
.js-content {
  min-height: 75vh;
  margin-top: 100px !important;
}
.js-content-page {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .js-content-page {
    padding-top: 30px;
  }
}

.js-page-one-title {
  margin-bottom: 20px;
}
.bg-ilustrasi
  .js-page-one-title {
  background: #f3f3f3;
  padding: 1rem;
  border-radius: 0.25rem;
}
@media (min-width: 576px) {
  .js-page-one-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .js-page-one-title {
    margin-bottom: 30px;
  }
}

.js-page-title {
  font-size: 22px;
  font-weight: 700;
  color: #1c273c;
  line-height: 1.4;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .js-page-title {
    font-size: 18px;
    line-height: 1.2;
  }
}
.js-page-text {
  font-size: 13px;
  margin-bottom: 0;
}

.js-page-date {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media (min-width: 576px) {
  .js-page-date {
    margin-top: 0;
  }
}
.js-page-date
  .date {
  display: flex;
}
.js-page-date
  .date
  > div:first-child {
  font-size: 32px;
  font-family: Arial,
    sans-serif;
  font-weight: 500;
  color: #1c273c;
  line-height: 0.9;
}
@media (min-width: 768px) {
  .js-page-date
    .date
    > div:first-child {
    font-size: 36px;
  }
}
.js-page-date
  .date
  > div:last-child {
  margin-left: 5px;
}
.js-page-date
  .date
  > div:last-child
  span {
  display: block;
  color: #1c273c;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
@media (min-width: 768px) {
  .js-page-date
    .date
    > div:last-child
    span {
    font-size: 13px;
  }
}
.js-page-date
  .date
  > div:last-child
  span:last-child {
  color: #7987a1;
  font-weight: 400;
}
.js-page-date
  > i {
  font-size: 21px;
  line-height: 0;
  display: block;
  margin: 0
    15px;
  color: #97a3b9;
}
@media (min-width: 768px) {
  .js-page-date
    > i {
    margin: 0
      20px;
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .js-content-header-right {
    display: flex;
    align-items: center;
  }
  .js-content-header-right
    .media
    + .media {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px
      solid
      #cdd4e0;
  }
  .js-content-header-right
    .btn:first-of-type {
    margin-left: 30px;
  }
  .js-content-header-right
    .btn
    + .btn {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .js-content-header-right
    .btn:first-of-type {
    margin-left: 0;
    margin-top: 20px;
  }
  .js-content-header-right
    .media
    + .media {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px
      solid
      #cdd4e0;
  }
  .js-dropdown-header {
    height: 40px;
    border-bottom: 1px
      solid
      #ddd;
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 10px;
  }
}
.js-content-header-right
  .media
  label {
  margin-bottom: 2px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #97a3b9;
}
.js-content-header-right
  .media
  h6 {
  color: #1c273c;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.dashboard-link
  a {
  min-width: 100px;
}

.js-footer {
  text-align: center;
  background-color: #fff;
  border-top: 1px
    solid
    #cdd4e0;
  /*margin-top: 80px;*/
  margin-top: 40px;
  padding: 20px;
}
@media (max-width: 575.98px) {
  .auth-logo
    img {
    height: 40px;
  }
}

fieldset {
  border: 1px
    groove
    #ddd !important;
  padding: 0
    1.4em
    1.4em
    1.4em !important;
  margin: 0
    0
    1.5em
    0 !important;
  -webkit-box-shadow: 0px
    0px
    0px
    0px
    #000;
  box-shadow: 0px
    0px
    0px
    0px
    #000;
}
fieldset
  > legend {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
  width: auto;
  padding: 0
    10px;
  border-bottom: none;
}
.blink-anim {
  animation: blink 1s linear infinite;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
