body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
label,
.form-control {
  font-family: "Poppins", sans-serif !important;
}

.required label:after {
  color: #ff5159;
  content: " *";
}
.bg-gradient-primary {
  background-color: rgb(22, 34, 42);
  background-image: linear-gradient(
    90deg,
    rgb(22, 34, 42) 10%,
    rgb(47, 72, 88) 100%
  );
  /* background-size: cover; */
}

hr.sidebar-divider {
  border-top: 1px solid #ebc45d !important;
  margin: 0 !important;
}

#content-wrapper {
  background-color: #fff !important;
}

label,
.col-form-label {
  font-size: 12px;
  color: #727272;
  font-weight: 500 !important;
}

.form-control {
  font-size: 12px;
  font-weight: 500;
  color: #2f4858;
  letter-spacing: 0.4px;
  padding: 0.5rem 1rem;
  height: 40px;
  margin: 0px;
  box-shadow: none !important;
}

.form-control:focus {
  border-color: #bb9932;
}

.select2-container {
  font-size: 12px;
  font-weight: 500;
  color: #2f4858;
  letter-spacing: 0.4px;
  height: 40px;
  margin: 0px;
  box-shadow: none !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #d1d3e2;
  border-radius: 4px;
  height: 40px;
  padding: 0.34rem 0.5rem;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 8px;
  right: 5px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #d1d3e2 !important;
  box-shadow: none !important;
  border-radius: 4px;
  height: 40px;
}

.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  border: 1px solid #d1d3e2 !important;
  box-shadow: none !important;
}

table.dataTable.display tbody td {
  border-top: 0px solid rgba(0, 0, 0, 0.15);
}

/* .form-group label {
  margin-top: 15px;
} */

.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-position: right calc(0.375em + 0.8875rem) center;
  padding-right: calc(1.5em + 1.75rem);
}

.select2.select2-container.select2-container--default.select2-container--focus
  .select2-selection.select2-selection--single {
  border-color: #ebc45d;
}

.form-control.is-invalid
  ~ .select2-container--default
  .select2-selection--single {
  border-color: #e74a3b;
}

.alert.alert-warning.alert-dismissible {
  font-size: 12px;
}

.form-control.select2 {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}

.select2.select2-container {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}

/* ===== CONTENT NAV TOBAR ===== */

.bg-gradient-primary-1 {
  background-color: rgb(22, 34, 42);
  background-image: linear-gradient(
    -90deg,
    rgb(22, 34, 42) 10%,
    rgb(47, 72, 88) 100%
  );
}

.text-gold-600 {
  color: #ebc45d !important;
  font-weight: 500 !important;
}

.dropdown-menu {
  padding: 0.5rem;
  background: linear-gradient(
    -90deg,
    rgb(22, 34, 42) 10%,
    rgb(47, 72, 88) 100%
  );
  border: 0px solid #ebc45d;
}

.dropdown-item {
  font-size: 12px !important;
  font-weight: 500;
  color: rgba(235, 196, 93, 0.62);
  transition: 0.3s ease-in-out;
  padding: 0.5rem 1rem;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active {
  font-weight: 500;
  color: rgba(235, 196, 93, 1);
  transition: 0.3s ease-in-out;
  background: transparent;
}

.dropdown-divider {
  border-top: 1px solid #ebc45d;
  border-color: rgba(235, 196, 93, 0.62);
  margin: 0;
}

/* ===== CONTENT NAV SIDEBAR ===== */

ul.navbar-nav .sidebar-brand {
  padding: 1rem !important;
  justify-content: left !important;
}

.nav-item .nav-link {
  color: rgba(235, 196, 93, 0.62) !important;
  padding: 0.75rem 1rem !important;
  transition: 0.3s ease-in-out;
}

.nav-item .nav-link:hover,
.nav-item .nav-link:focus,
.nav-item .nav-link:active {
  color: rgba(235, 196, 93, 1) !important;
  transition: 0.3s ease-in-out;
}

ul.navbar-nav .nav-item .nav-link {
  color: #ebc45d !important;
  transition: 0.3s ease-in-out;
}

.nav-item .nav-link span {
  font-size: 12px !important;
}

.nav-item .nav-link i {
  color: rgba(235, 196, 93, 0.62) !important;
  font-size: 12px !important;
  transition: 0.3s ease-in-out;
}

.nav-item .nav-link:hover i,
.nav-item .nav-link:focus i,
.nav-item .nav-link:active i {
  color: rgba(235, 196, 93, 1) !important;
  transition: 0.3s ease-in-out;
}

.nav-item.active .nav-link i {
  color: #ebc45d !important;
}

.nav-item .nav-link[data-toggle="collapse"]::after {
  color: rgba(235, 196, 93, 0.62) !important;
  transition: 0.3s ease-in-out;
  font-size: 12px;
  position: relative;
  top: 4px;
}

.nav-item .nav-link:hover[data-toggle="collapse"]::after,
.nav-item .nav-link:focus[data-toggle="collapse"]::after,
.nav-item .nav-link:active[data-toggle="collapse"]::after {
  color: rgba(235, 196, 93, 1) !important;
  transition: 0.3s ease-in-out;
}

.nav-item .collapse .collapse-inner {
  background: linear-gradient(90deg, #bb9932, #ebc45d, #bb9932) !important;
  transition: 0.3s ease-in-out;
}

.nav-item .collapse .collapse-inner a.collapse-item {
  color: #2f4858 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  margin: 0.25rem 0.5rem !important;
  transition: 0.3s ease-in-out;
}

.nav-item .collapse .collapse-inner a.collapse-item:hover,
.nav-item .collapse .collapse-inner a.collapse-item:focus,
.nav-item .collapse .collapse-inner a.collapse-item:active {
  background: #ebc45d !important;
  transition: 0.3s ease-in-out;
}

.nav-item .collapse .collapse-inner .collapse-item.active {
  background: #ebc45d !important;
  color: #2f4858 !important;
}

.nav-item .collapse .collapse-inner,
.nav-item .collapsing .collapse-inner {
  margin: 0 0 0.75rem 0;
}

.sidebar-dark .nav-item .collapse .collapse-inner a.collapse-item i {
  font-size: 12px !important;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
  color: #2f4858 !important;
  font-weight: 500 !important;
}

.sidebar .nav-item.active .nav-link {
  font-weight: 500;
}

/* TABLE */

.table {
  color: #727272 !important;
  margin: 0 !important;
}

.table-bordered {
  border: 0px solid #e3e6f0;
}

.table td,
.table th {
  padding: 0.5rem;
}

.table tr th {
  font-size: 12px;
  font-weight: 600;
  color: #2f4858 !important;
}

table td {
  font-size: 12px;
  font-weight: 500;
}

.table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: rgba(0, 0, 0, 0.0002);
}

/* DATATABLE */

.dataTables_wrapper {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}

.dataTables_wrapper .dataTables_length {
  margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_length label {
  font-weight: 500 !important;
}

.dataTables_wrapper .dataTables_filter {
  margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_filter label {
  font-weight: 500 !important;
}

.dataTables_wrapper .dataTables_info {
  margin-top: 13px;
  font-size: 12px;
  color: #727272;
  font-weight: 500 !important;
}

.dataTables_wrapper .dataTables_info label {
  font-size: 12px;
  color: #727272;
  font-weight: 500 !important;
}

.dataTables_wrapper .dataTables_paginate {
  margin-top: 13px;
  font-size: 12px;
  color: #727272;
  font-weight: 500 !important;
}

.dataTables_wrapper .dataTables_length select {
  border: 1px solid #dfe0df;
  border-radius: 4px;
  padding: 5px;
  background-color: transparent;
  padding: 4px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
  color: #2f4858;
  font-weight: 500;
  outline: none !important;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #dfe0df;
  box-shadow: none !important;
  border-radius: 4px;
  padding: 4px;
  background-color: transparent;
  margin-left: 5px;
  font-size: 12px;
  color: #2f4858;
  font-weight: 500;
  outline: none !important;
}

.dataTables_wrapper .dataTables_filter input:focus {
  border: 1px solid #ebc45d !important;
  box-shadow: none !important;
  outline: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #727272 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #ebc45d !important;
  border: 1px solid transparent;
  border-radius: 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #ffffff !important;
  border: 1px solid transparent;
  background: linear-gradient(90deg, #bb9932, #ebc45d, #bb9932);
}

.dataTables_wrapper .table thead tr th {
  border-bottom: 1px solid #e3e6f0;
  font-weight: 500;
  color: #ffffff !important;
  padding-top: 13px;
  padding-bottom: 13px;
  background: #2f4858;
}

.dataTables_wrapper .table tfoot tr th {
  border-bottom: 1px solid #e3e6f0;
  font-weight: 500;
  color: #ffffff !important;
  padding-top: 13px;
  padding-bottom: 13px;
  background: #2f4858;
}

table.dataTable.display tbody td {
  border-top: 0px solid rgba(0, 0, 0, 0.15);
}

.dataTables_wrapper .table tbody tr td {
  font-weight: 500;
}

.dataTables_wrapper .table tbody tr td a {
  color: #bb9932;
}

.dataTables_wrapper .table tbody tr td a:hover,
.dataTables_wrapper .table tbody tr td a:focus,
.dataTables_wrapper .table tbody tr td a:active {
  color: #ebc45d;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0px solid rgba(0, 0, 0, 0.3);
}

/* ===== CONTENT FOOTER ===== */

footer.sticky-footer .copyright {
  color: #ebc45d;
  font-weight: 500;
  font-size: 12px;
}

/* ===== COL CONTENT WRAPP ===== */

.col-content-wrapp {
  min-height: 80vh;
}

.col-content-wrapp h1.h3 {
  font-size: 13px;
  color: #2f4858 !important;
  font-weight: 600;
}

.btn.btn-primary {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  background: linear-gradient(90deg, #bb9932, #ebc45d, #bb9932) !important;
  border: 0px #ebc45d solid;
  height: 40px;
  box-shadow: none !important;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.2px;
  border-radius: 20px;
  padding: 0.375rem 1.75rem;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  opacity: 0.82;
  transition: 0.3s ease-in-out;
}

.btn.btn-success {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  background: linear-gradient(90deg, #489757, #5ebf71, #489757) !important;
  border: 0px #489757 solid;
  height: 40px;
  box-shadow: none !important;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.2px;
  border-radius: 20px;
  padding: 0.375rem 1.75rem;
  line-height: 2.2em;
}

.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active {
  opacity: 0.82;
  transition: 0.3s ease-in-out;
}

.btn.btn-danger {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff5159, #fe9589, #ff5159) !important;
  border: 0px #c0564a solid;
  height: 40px;
  box-shadow: none !important;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.2px;
  border-radius: 20px;
  padding: 0.375rem 1.75rem;
  line-height: 2.2em;
  color: #ffffff;
}

.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active {
  opacity: 0.82;
  transition: 0.3s ease-in-out;
}

.btn.btn-info {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  background: linear-gradient(90deg, #02889b, #00b3cd, #02889b) !important;
  border: 0px #00b3cd solid;
  height: 40px;
  box-shadow: none !important;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.2px;
  border-radius: 20px;
  padding: 0.375rem 1.75rem;
  line-height: 2.2em;
  color: #ffffff;
}

.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active {
  opacity: 0.82;
  transition: 0.3s ease-in-out;
}

.btn.btn-default {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  background: linear-gradient(90deg, #c4c4c4, #f4f4f4, #c4c4c4) !important;
  border: 0px #f4f4f4 solid;
  height: 40px;
  box-shadow: none !important;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.2px;
  border-radius: 20px;
  padding: 0.375rem 1.75rem;
  line-height: 2.2em;
  color: #2f4858;
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
  opacity: 0.82;
  transition: 0.3s ease-in-out;
}

.btn .badge.badge-light {
  color: #2f4858;
  padding: 0.4em 1em;
  min-width: 30px;
  border-radius: 20px;
}

.card .card-body h3.card-title {
  font-size: 12px;
  color: #2f4858 !important;
  font-weight: 600 !important;
  border-bottom: 1px #ebc45d solid;
  padding-bottom: 13px;
  margin-bottom: 13px;
}

/* REPEAT ORDER */

.form_repeat_order .title {
  font-size: 12px;
  color: #2f4858 !important;
  font-weight: 600 !important;
  margin-bottom: 5px;
}

.form_repeat_order .price {
  font-size: 12px;
  color: #5ebf71 !important;
  font-weight: 600 !important;
  margin-bottom: 5px;
}

.form_repeat_order .text-point {
  font-size: 12px;
  color: #6e707e !important;
  font-weight: 500 !important;
  margin-bottom: 5px;
}

.form_repeat_order img.img-in-card {
  width: 100%;
  max-width: 120px;
  border-radius: 4px;
  margin-top: 5px;
  margin-bottom: 13px;
  border: 1px #eeeeee solid;
}

/* BELANJA */

.table.table-belanja-daftar-produk .top-bg-title-njp {
  background: #2f4858;
}

.table.table-belanja-daftar-produk h3.title-table-njp {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0px;
}

.table.table-belanja-daftar-produk tr td {
  vertical-align: middle;
  font-size: 12px;
  color: #2f4858;
  font-weight: 500;
}

.table.table-belanja-daftar-produk .form-group {
  margin-bottom: 0px;
}

/* INPUT NUMBER BUTTON */

.table.table-belanja-daftar-produk .number-input {
  border: 0px solid #e3e6f0 !important;
  display: inline-flex !important;
  height: 34px !important;
  width: 100% !important;
  font-size: 12px !important;
  color: #2f4858 !important;
  font-weight: 500 !important;
}

.table.table-belanja-daftar-produk .number-input,
.table.table-belanja-daftar-produk .number-input * {
  box-sizing: border-box !important;
}

.table.table-belanja-daftar-produk .number-input button {
  outline: none !important;
  -webkit-appearance: none !important;
  background-color: transparent !important;
  border: 1px solid #e3e6f0 !important;
  align-items: center !important;
  justify-content: center !important;
  width: 2rem !important;
  height: 2rem !important;
  cursor: pointer !important;
  margin: 0 !important;
  position: relative !important;
  font-size: 12px !important;
  color: #2f4858 !important;
  font-weight: 500 !important;
}

.table.table-belanja-daftar-produk .number-input button {
  background: #e3e6f0 !important;
}

.table.table-belanja-daftar-produk .number-input button:before,
.number-input button:after {
  display: inline-block !important;
  position: absolute !important;
  content: "";
  width: 10px !important;
  height: 2px !important;
  background-color: #2f4858 !important;
  transform: translate(-50%, -50%);
}

.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.table.table-belanja-daftar-produk .number-input input[type="number"],
.table.table-belanja-daftar-produk .number-input input[type="number"]:focus {
  -webkit-appearance: textfield !important;
  -moz-appearance: textfield !important;
  appearance: textfield !important;
  font-family: "Poppins", sans-serif !important;
  max-width: 100% !important;
  padding: 0.5rem;
  border: 1px solid #e3e6f0 !important;
  font-size: 12px !important;
  height: 32px !important;
  font-weight: 500 !important;
  text-align: center !important;
  color: #2f4858 !important;
  width: 100% !important;
}

.table.table-belanja-daftar-produk
  .number-input
  input[type="number"]::-webkit-inner-spin-button,
.table.table-belanja-daftar-produk
  .number-input
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
}

.table.table-belanja-daftar-produk .number-input input[type="number"]:focus {
  border: 1px #e3e6f0 solid !important;
  box-shadow: none !important;
}

.number-input input[type="number"]:focus {
  border: 1px #e3e6f0 solid !important;
  box-shadow: none !important;
}

.checkbox-sdp {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 13px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-sdp input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-sdp .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 4px;
}

.checkbox-sdp:hover input ~ .checkmark {
  background-color: #dddddd;
}

.checkbox-sdp input:checked ~ .checkmark {
  background-color: #ebc45d;
}

.checkbox-sdp .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-sdp input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-sdp .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-sdp .text {
  position: relative;
  top: 0px;
}

/* DASHBOARD */

.cdm-d-kiri {
  background: linear-gradient(90deg, #0e2635, #2f4858, #0e2635) !important;
  border: 0px #ebc45d solid;
}

.cdm-d-kiri .text-xs {
  font-size: 12px;
  color: #ffffff;
  border-bottom: 1px #ffffff solid;
  padding-bottom: 10px;
  margin-bottom: 10px !important;
  font-weight: 500;
}

.cdm-d-kiri .h5 {
  font-size: 13px !important;
  color: #ffffff;
  font-weight: 600 !important;
  margin-bottom: 0;
}

.cdm-d-kiri .col-auto i {
  color: #ffffff;
}

.cdm-d-silver {
  background: linear-gradient(90deg, #eeeaea, #f4f4f4, #eeeaea) !important;
  border: 0px #ebc45d solid;
}

.cdm-d-silver .text-xs {
  font-size: 12px;
  color: #2f4858;
  border-bottom: 1px #2f4858 solid;
  padding-bottom: 10px;
  margin-bottom: 10px !important;
  font-weight: 500;
}

.cdm-d-silver .h5 {
  font-size: 13px !important;
  color: #2f4858;
  font-weight: 600 !important;
  margin-bottom: 0;
}

.cdm-d-silver .card-body .col-auto i {
  color: #2f4858;
}

.card.card-dashboard-member .col-top-card-dashboard .btn.btn-success {
  width: 100%;
  max-width: 100px;
  height: 20px;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  line-height: 1;
  padding: 5px 13px;
  margin-left: 13px;
}

/* ===== MODAL POPUP ===== */

.modal .modal-dialog .modal-content {
  border: 0px solid #e3e6f0;
  border-radius: 4px;
}

.modal .modal-dialog .modal-content .modal-header {
  background: #2f4858;
  border: 0px solid #e3e6f0;
  justify-content: center;
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.4px;
}

.modal .modal-dialog .modal-content .modal-header .close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-weight: 400;
  display: none;
}

.modal .modal-dialog .modal-content .modal-body {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
  margin-bottom: 0px;
  color: #727272;
  padding: 1.5rem;
}

.modal .modal-dialog .modal-content .modal-body p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
  margin-bottom: 0px;
  color: #727272;
}

.modal .modal-dialog .modal-content .modal-footer {
  justify-content: center;
}

.modal .modal-dialog .modal-content .modal-footer .btn.btn-secondary {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff5159, #fe9589, #ff5159) !important;
  border: 0px #c0564a solid;
  height: 40px;
  box-shadow: none !important;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.2px;
  border-radius: 20px;
  padding: 0.375rem 1.75rem;
  line-height: 2.2em;
  color: #ffffff;
}

.modal .modal-dialog .modal-content .modal-footer .btn.btn-secondary:hover,
.modal .modal-dialog .modal-content .modal-footer .btn.btn-secondary:focus,
.modal .modal-dialog .modal-content .modal-footer .btn.btn-secondary:active {
  opacity: 0.82;
  transition: 0.3s ease-in-out;
}

.invalid-feedback {
  font-size: 70%;
}

.invalid-feedback {
  position: relative;
  top: 0px;
  font-weight: 500;
}

/* ===== PAGE LOGIN ===== */

.body-login {
  background: linear-gradient(105deg, rgb(22, 34, 42) 0%, rgb(47, 72, 88) 100%);
}

.body-login .form-signin {
  max-width: 380px;
}

.body-login .form-signin .image-logo-login {
  width: 100%;
  max-width: 110px;
  min-width: 110px;
  margin-bottom: 30px;
}

.body-login .form-signin form {
  border: 1px #ebc45d solid;
  border-radius: 10px;
  padding: 30px;
  background: rgb(235, 196, 93, 0.082);
}

.body-login .form-signin form h1.h3 {
  font-size: 15px;
  font-weight: 600 !important;
  color: #ebc45d;
  letter-spacing: 0.2px;
  border-bottom: 1px #ebc45d dotted;
  padding-bottom: 15px;
}

.body-login .form-signin form .form-control {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.2px;
  padding: 1rem;
  height: 40px;
  margin: 0px;
  border: 1px #ebc45d solid;
  border-radius: 20px !important;
  box-shadow: none !important;
  background-clip: unset;
  background: transparent;
}

.body-login .form-signin form .form-control:focus {
  border-color: #bb9932;
}

.body-login .form-signin form .custom-control.custom-checkbox {
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  color: #ebc45d;
}

.body-login
  .form-signin
  form
  .custom-control.custom-checkbox
  .custom-control-input {
  margin-right: 5px;
}

.body-login .form-signin form .btn.btn-primary {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  background: linear-gradient(90deg, #bb9932, #ebc45d, #bb9932) !important;
  border: 1px #ebc45d solid;
  height: 40px;
  border-radius: 20px;
  box-shadow: none !important;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.2px;
}

.body-login .form-signin form .btn.btn-primary:hover,
.body-login .form-signin form .btn.btn-primary:focus,
.body-login .form-signin form .btn.btn-primary:active {
  opacity: 0.82;
  transition: 0.3s ease-in-out;
}

.body-login .form-signin form .col-forgot-password p.text-forgot-password {
  font-size: 12px;
  color: #ffffff !important;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-align: left;
}

.body-login .form-signin form .col-forgot-password p.text-forgot-password a {
  text-decoration: underline;
  color: #ebc45d;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}

.body-login
  .form-signin
  form
  .col-forgot-password
  p.text-forgot-password
  a:hover,
.body-login
  .form-signin
  form
  .col-forgot-password
  p.text-forgot-password
  a:focus,
.body-login
  .form-signin
  form
  .col-forgot-password
  p.text-forgot-password
  a:active {
  text-decoration: underline;
  color: #bb9932;
  transition: 0.3s ease-in-out;
}

.body-login .form-signin form .col-forgot-password.col-text-reg {
  border-top: 1px #ebc45d dotted;
  padding-top: 15px;
}

.body-login
  .form-signin
  form
  .col-forgot-password.col-text-reg
  .text-forgot-password {
  text-align: center;
}

.body-login .form-signin p {
  font-size: 12px;
  color: #ebc45d !important;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.6em;
}

/* GENEALOGY */

.pedigree_node .col-box-content p {
  font-size: 10px;
  color: #525252;
  margin-bottom: 3px;
  line-height: 1.4em;
}

.pedigree_node .col-box-content p.rank span {
  margin-left: 0px;
}

.pedigree_node .col-box-content p.package {
  height: 20px !important;
}

.pedigree_node .col-box-content p.lead {
  font-size: 10px !important;
}

.pedigree_node .col-box-content p.package span.badge.badge-light {
  font-size: 10px !important;
  font-weight: 500 !important;
  height: 20px !important;
  line-height: 2em !important;
  margin-left: 0 !important;
  width: 100%;
}

.pedigree_node .col-box-content div a {
  font-size: 10px !important;
  font-weight: 500 !important;
  height: 20px !important;
  line-height: 0.8em !important;
  margin-left: 0 !important;
  width: 100%;
}

.pedigree_node .col-box-content div .btn-daftar {
  font-size: 10px !important;
  font-weight: 500 !important;
  height: 20px !important;
  line-height: 0.8em !important;
  margin-left: 0 !important;
  width: 100%;
  padding: 0.375rem 0.375rem !important;
}

.pedigree_node .col-box-content {
  padding: 5px !important;
  min-height: 210px !important;
}

.pedigree_node .col-box-content h4 {
  font-size: 12px !important;
}

.pedigree_node .col-box-content {
  max-width: 115px !important;
  min-width: 115px !important;
}

.pedigree_node .col-box-content {
  margin: 0px !important;
}

@media (min-width: 360px) and (max-width: 767px) {
  nav.navbar .btn.btn-link {
    background: transparent !important;
    box-shadow: none !important;
    color: #ebc45d;
    transition: 0.3s ease-in-out;
  }

  nav.navbar .btn.btn-link:hover,
  nav.navbar .btn.btn-link:focus,
  nav.navbar .btn.btn-link:active {
    opacity: 0.82;
    transition: 0.3s ease-in-out;
  }

  ul.navbar-nav .sidebar-brand {
    justify-content: center !important;
  }

  .col-content-wrapp h1.h3 {
    margin-bottom: 1em !important;
  }

  .top-col-button {
    display: block !important;
  }

  .top-col-button .btn {
    width: 100%;
    margin: 0.25rem 0 !important;
  }

  .col-2,
  .col-3,
  .col-4,
  .col-6,
  .col-8,
  .col-sm-4 {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0.5rem 0;
  }

  .table {
    margin: 0 !important;
  }

  .dataTables_wrapper .dataTables_filter input {
    margin-left: 0px;
    margin-top: 10px;
  }

  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter,
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    text-align: left;
  }

  .btn {
    width: 100%;
    margin: 0.25rem 0;
  }

  .nav-item .nav-link span {
    display: block !important;
  }

  .card .card-body .col-responsive-table-scroll {
    overflow-y: scroll;
  }

  .pedigree_node .col-box-content h4 {
    font-size: 5px !important;
    margin-bottom: 2px !important;
  }

  .pedigree_node .col-box-content p {
    font-size: 4px;
    margin-bottom: 2px;
  }

  .pedigree_node .col-box-content p.lead {
    font-size: 4px !important;
  }

  .pedigree_node .col-box-content p.package span.badge.badge-light {
    font-size: 4px !important;
    height: 9px !important;
    line-height: 2.2em !important;
    padding: 0px 13px !important;
  }

  .pedigree_node .col-box-content p.package {
    height: 9px !important;
  }

  .pedigree_node .col-box-content div a {
    font-size: 4px !important;
    height: 9px !important;
    line-height: 2.2em !important;
    padding: 0rem 1rem !important;
  }

  .pedigree_node .col-box-content div .btn-daftar {
    font-size: 4px !important;
    height: 9px !important;
    line-height: 2.2em !important;
    padding: 0rem 0.375rem !important;
  }

  .pedigree_node .col-box-content {
    max-width: 50px !important;
    min-width: 50px !important;
    padding: 2px !important;
  }

  .pedigree_node .col-box-content {
    min-height: 95px !important;
  }

  .pedigree_node {
    width: 50px;
  }

  /* dashboard admin team leader */
  table.table-team-leader tr td {
    display: block;
    width: 100% !important;
    padding: 5px 0;
  }
}
