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

.bg-login-register {
  background-color: #559884;
  background-image: linear-gradient(180deg, #a0e5cf 10%, #559884 100%);
  background-size: cover;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif !important;
}

.bg-login-register .card.card-login-register {
  border-radius: 6px !important;
  border: 0px #559884 solid;
}

.bg-login-register .card.card-login-register .card-body h4 {
  color: #657c74 !important;
  margin-left: 15px;
  margin-bottom: 0px;
}

.bg-login-register
  .card.card-login-register
  .card-body
  form.user
  .form-group
  .control-label {
  font-size: 14px;
  font-weight: 400;
  color: #98b0a8 !important;
}

.bg-login-register
  .card.card-login-register
  .card-body
  form.user
  .form-group
  .control-label
  span.text-danger {
  margin-left: 5px;
  color: #c35355 !important;
}

.bg-login-register
  .card.card-login-register
  .card-body
  form.user
  .form-group
  .form-control {
  font-size: 14px;
  font-weight: 500;
  color: #657c74 !important;
  border-radius: 6px;
  height: 40px;
  border: 1px #98b0a8 solid;
  padding: 0.375rem 1rem;
}

.bg-login-register
  .card.card-login-register
  .card-body
  form.user
  .form-group
  .form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #98b0a8 !important;
}

.bg-login-register
  .card.card-login-register
  .card-body
  form.user
  .form-group
  .input-group
  .form-control {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.bg-login-register
  .card.card-login-register
  .card-body
  form.user
  .form-group
  .input-group-append
  .input-group-text {
  border-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left: 0px;
  font-size: 14px;
  font-weight: 600;
  color: #559884 !important;
}

.bg-login-register
  .card.card-login-register
  .card-body
  form.user
  .form-group
  .form-control:focus {
  box-shadow: none !important;
  border: 1px #559884 solid !important;
}

.bg-login-register
  .card.card-login-register
  .card-body
  form.user
  .form-group
  .input-group
  .form-control,
.bg-login-register
  .card.card-login-register
  .card-body
  form.user
  .form-group
  .input-group
  .form-control:focus {
  border-right: 0px !important;
}

.bg-login-register
  .card.card-login-register
  .card-body
  form.user
  .btn.btn-login-register {
  background-color: #559884;
  border-radius: 6px;
  height: 40px;
  font-size: 14px;
  letter-spacing: 0.8px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: none !important;
  border: 0px #559884 solid;
}

.bg-login-register
  .card.card-login-register
  .card-body
  form.user
  .btn.btn-login-register:hover,
.bg-login-register
  .card.card-login-register
  .card-body
  form.user
  .btn.btn-login-register:focus,
.bg-login-register
  .card.card-login-register
  .card-body
  form.user
  .btn.btn-login-register:active {
  opacity: 0.82;
  transition: 0.3s ease-in;
}

/* =====***** POP-UP MODAL *****===== */

.swal2-popup {
  border-radius: 6px !important;
}

.swal2-icon.swal2-error {
  border-color: #c35355 !important;
  color: #c35355 !important;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  background-color: #c35355 !important;
}

#swal2-html-container {
  font-size: 14px;
  font-weight: 400;
  color: #657c74;
  font-family: "Poppins", sans-serif !important;
}

h2.swal2-title {
  font-size: 14px;
  font-weight: 600;
  color: #657c74;
  font-family: "Poppins", sans-serif !important;
}

.swal2-confirm.swal2-styled {
  background-color: #559884 !important;
  border-radius: 6px !important;
  height: 40px;
  font-size: 14px !important;
  letter-spacing: 0.8px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: none !important;
  border: 0px #559884 solid !important;
  min-width: 100px;
  font-family: "Poppins", sans-serif !important;
}

.swal2-cancel.swal2-styled.swal2-default-outline {
  margin-right: 10px;
  background-color: #c35355 !important;
  border-radius: 6px !important;
  height: 40px !important;
  font-size: 14px !important;
  letter-spacing: 0.8px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  box-shadow: none !important;
  border: 0px #559884 solid !important;
  min-width: 100px !important;
  font-family: "Poppins", sans-serif !important;
}

.modal .modal-dialog .modal-content {
  font-family: "Poppins", sans-serif !important;
  border: 0px;
}

.modal .modal-dialog .modal-content .modal-header {
  background: #e1eee4;
}

.modal .modal-dialog .modal-content .modal-header h5.modal-title {
  font-size: 14px !important;
  font-weight: 600;
  color: #657c74 !important;
}

.modal .modal-dialog .modal-content .modal-header .close span {
  font-weight: 500;
  color: #c35355;
}

.modal .modal-dialog .modal-content .modal-body {
  font-size: 13px !important;
  font-weight: 500;
  color: #676767 !important;
}

.modal .modal-dialog .modal-content .modal-footer {
  background: #e1eee4;
}

.modal .modal-dialog .modal-content .modal-footer a.btn.btn-primary {
  font-family: "Poppins", sans-serif !important;
  background-color: #559884;
  border-radius: 6px;
  box-shadow: none !important;
  border: 1px #559884 solid;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  padding: 0.375rem 1.6rem;
  margin: 0px 2px;
}

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

.modal .modal-dialog .modal-content .modal-footer .btn.btn-secondary {
  font-family: "Poppins", sans-serif !important;
  background-color: #c35355;
  border-radius: 6px;
  box-shadow: none !important;
  border: 1px #c35355 solid;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  padding: 0.375rem 1.6rem;
  margin: 0px 2px;
}

.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;
}

/* =====***** NAVIGASI SIDEBAR *****===== */

ul.navbar-nav.bg-navbar-pbtc.sidebar.accordion {
  background-color: #559884;
  background-size: cover;
}

ul.navbar-nav.bg-navbar-pbtc.sidebar.accordion .sidebar-divider {
  margin-bottom: 0px;
}

/* ul.navbar-nav.bg-navbar-pbtc.sidebar.accordion a.sidebar-brand {
  background: #fff;
} */

ul.navbar-nav.bg-navbar-pbtc.sidebar.accordion
  a.sidebar-brand
  .sidebar-brand-text {
  font-family: "Poppins", sans-serif !important;
  color: #657c74 !important;
  font-weight: 700;
}

ul.navbar-nav.bg-navbar-pbtc.sidebar.accordion li.nav-item {
  font-family: "Poppins", sans-serif !important;
}

ul.navbar-nav.bg-navbar-pbtc.sidebar.accordion li.nav-item.active a.nav-link {
  font-weight: 500;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
  color: #657c74 !important;
}

ul.navbar-nav.bg-navbar-pbtc.sidebar.accordion
  li.nav-item
  .collapse
  .collapse-inner
  a.collapse-item {
  color: rgba(255, 255, 255, 0.8) !important;
  font-weight: 500;
  margin-top: 2px;
}

ul.navbar-nav.bg-navbar-pbtc.sidebar.accordion
  li.nav-item
  .collapse
  .collapse-inner
  a.collapse-item:hover {
  background-color: #e1eee4;
  color: #657c74 !important;
}

ul.navbar-nav.bg-navbar-pbtc.sidebar.accordion
  li.nav-item
  .collapse
  .collapse-inner
  a.collapse-item.active {
  background-color: #e1eee4;
  color: #657c74 !important;
}

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

#wrapper #content-wrapper {
  background-color: #ffffff;
}

.card .card-header {
  background: #e1eee4;
  border-bottom: 1px #e1eee4 solid;
}

.card .card-header h6 {
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  font-weight: 700 !important;
  color: #657c74 !important;
  padding-top: 8px !important;
}

.card .btn.btn-danger {
  font-family: "Poppins", sans-serif !important;
  background-color: rgba(255, 0, 0, 0.63);
  border-radius: 6px;
  box-shadow: none !important;
  border: 0px rgba(255, 0, 0, 0.63) solid;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  padding: 0.375rem 1.6rem;
}

.card .btn.btn-primary {
  font-family: "Poppins", sans-serif !important;
  background-color: #559884;
  border-radius: 6px;
  box-shadow: none !important;
  border: 0px #559884 solid;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  padding: 0.375rem 1.6rem;
}

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

.card .card-header .btn.btn-primary {
  font-family: "Poppins", sans-serif !important;
  background-color: #559884;
  border-radius: 6px;
  box-shadow: none !important;
  border: 0px #559884 solid;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  padding: 0.375rem 1.6rem;
}

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

.btn.btn-outline-danger {
  font-family: "Poppins", sans-serif !important;
  background-color: #c35355;
  border-radius: 6px;
  box-shadow: none !important;
  border: 0px #c35355 solid;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  padding: 0.375rem 1.6rem;
}

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

.card .card-header .btn.btn-outline-danger {
  font-family: "Poppins", sans-serif !important;
  background-color: #c35355;
  border-radius: 6px;
  box-shadow: none !important;
  border: 0px #c35355 solid;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  padding: 0.375rem 1.6rem;
}

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

.card .card-body .dataTables_wrapper {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px !important;
}

.card .card-body .dataTables_wrapper .dataTables_filter label {
  color: #657c74;
  font-weight: 500;
}

.card .card-body .dataTables_wrapper .dataTables_filter label .form-control {
  color: #657c74 !important;
  border-radius: 6px;
  border: 1px #98b0a8 solid;
  padding: 0.375rem 1rem;
  box-shadow: none !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
}

.card
  .card-body
  .dataTables_wrapper
  .dataTables_filter
  label
  .form-control:focus {
  box-shadow: none !important;
  border: 1px #559884 solid !important;
}

.card .card-body .dataTables_wrapper table.table {
  /* margin-bottom: 15px !important; */
  margin-bottom: 0px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}

#dataTable_length,
#dataTable_info,
#dataTable_paginate {
  margin-top: 15px !important;
}

.card .card-body .dataTables_wrapper table.table thead tr th {
  background-color: #e1eee4;
  border-color: #d7d7d7;
  color: #657c74 !important;
  border-top: 0px;
  vertical-align: middle;
}

.card .card-body .dataTables_wrapper table.table tbody tr td {
  vertical-align: middle;
  color: #676767 !important;
  font-weight: 500;
}

.card .card-body .dataTables_wrapper table.table tbody tr td a {
  color: #007caa;
}

.card .card-body .dataTables_wrapper table.table tbody tr td a:hover,
.card .card-body .dataTables_wrapper table.table tbody tr td a:focus,
.card .card-body .dataTables_wrapper table.table tbody tr td a:active {
  color: #676767;
}

.card
  .card-body
  .dataTables_wrapper
  table.table
  tbody
  tr
  td
  .dropleft
  .btn.btn-link {
  color: #657c74;
  box-shadow: none !important;
  font-size: 13px !important;
}

.card
  .card-body
  .dataTables_wrapper
  table.table
  tbody
  tr
  td
  .dropleft
  .dropdown-menu {
  padding: 0px;
}

.card
  .card-body
  .dataTables_wrapper
  table.table
  tbody
  tr
  td
  .dropleft
  .dropdown-menu
  .dropdown-divider {
  margin: 0px;
}

.card
  .card-body
  .dataTables_wrapper
  table.table
  tbody
  tr
  td
  .dropleft
  .dropdown-menu
  a.dropdown-item {
  font-size: 13px;
  color: #657c74;
  padding: 0.5rem 1rem;
}

.card
  .card-body
  .dataTables_wrapper
  table.table
  tbody
  tr
  td
  .dropleft
  .dropdown-menu
  a.dropdown-item:hover,
.card
  .card-body
  .dataTables_wrapper
  table.table
  tbody
  tr
  td
  .dropleft
  .dropdown-menu
  a.dropdown-item:focus,
.card
  .card-body
  .dataTables_wrapper
  table.table
  tbody
  tr
  td
  .dropleft
  .dropdown-menu
  a.dropdown-item:active {
  background-color: #e1eee4;
}

.card .card-body .dataTables_wrapper .dataTables_length {
  padding-top: 2px;
}

.card .card-body .dataTables_wrapper .dataTables_length label {
  margin-bottom: 0px;
  color: #657c74;
  font-weight: 500;
}

.card
  .card-body
  .dataTables_wrapper
  .dataTables_length
  label
  .custom-select.form-control {
  margin: 0px 5px;
  color: #657c74;
  font-weight: 500;
  box-shadow: none !important;
}

.card
  .card-body
  .dataTables_wrapper
  .dataTables_length
  label
  .custom-select.form-control:focus {
  box-shadow: none !important;
  border: 1px #559884 solid !important;
}

.card .card-body .dataTables_wrapper .dataTables_info {
  padding-top: 7px !important;
  color: #657c74;
  font-weight: 500;
  box-shadow: none !important;
}

.card .card-body .dataTables_wrapper .dataTables_paginate ul.pagination {
  margin: 0px;
  box-shadow: none !important;
}

.card
  .card-body
  .dataTables_wrapper
  .dataTables_paginate
  ul.pagination
  li
  a.page-link {
  color: #657c74;
  font-weight: 500;
  box-shadow: none !important;
}

.card
  .card-body
  .dataTables_wrapper
  .dataTables_paginate
  ul.pagination
  li.active
  a.page-link {
  background-color: #559884;
  border-color: #559884;
  color: #ffffff !important;
  box-shadow: none !important;
}

.card .card-body .form {
  font-size: 13px;
  font-family: "Poppins", sans-serif !important;
}

.card .card-body .form .form-row .form-group.col .control-label {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #676767;
}

.card .card-body .form .form-row .form-group.col .form-control {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #657c74 !important;
  border-radius: 6px;
  border: 1px #98b0a8 solid;
  box-shadow: none !important;
}

.card .card-body .form .form-row .input-group {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #657c74 !important;
  border-radius: 6px;
  border: 0px #98b0a8 solid;
  box-shadow: none !important;
}

.card .card-body .form .form-row .input-group span.input-group-text {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #657c74 !important;
  border: 1px #98b0a8 solid !important;
  box-shadow: none !important;
}

.card .card-body .form .form-row .input-group .form-control {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #657c74 !important;
  border: 1px #98b0a8 solid !important;
  box-shadow: none !important;
}

.modal
  .modal-dialog
  .modal-content
  .modal-body
  .form-control.payment-type-select {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #657c74 !important;
  border-radius: 6px;
  border: 1px #98b0a8 solid;
  box-shadow: none !important;
}

.modal
  .modal-dialog
  .modal-content
  .modal-body
  .form-control.payment-type-select:focus {
  box-shadow: none !important;
  border: 1px #559884 solid !important;
}

.card .card-body .form .form-row .form-group.col .form-control:focus {
  box-shadow: none !important;
  border: 1px #559884 solid !important;
}

.card
  .card-body
  .form
  .form-row
  .form-group.col
  .control-label
  span.text-danger {
  color: #c35355 !important;
  margin-left: 5px;
}

th .text-danger {
  color: #c35355 !important;
  margin-left: 5px;
}

.card .card-body .form ul.nav.nav-tabs {
  font-family: "Poppins", sans-serif !important;
  border-bottom: 0px #98b0a8 solid;
  margin-top: 30px;
}

.card .card-body .form ul.nav.nav-tabs li.nav-item a.nav-link {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 600;
  background-color: #e1eee4;
  color: #676767;
  border: 0px #e1eee4 solid !important;
  border-radius: 6px !important;
  margin-right: 5px;
  transition: 0.3s ease-in;
}

.card .card-body .form ul.nav.nav-tabs li.nav-item a.nav-link:hover,
.card .card-body .form ul.nav.nav-tabs li.nav-item a.nav-link:focus,
.card .card-body .form ul.nav.nav-tabs li.nav-item a.nav-link:active {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 600;
  background-color: #657c74;
  color: #ffffff;
  border: 0px #e1eee4 solid !important;
  border-radius: 6px !important;
  margin-right: 5px;
  transition: 0.3s ease-in;
}

.card .card-body .form ul.nav.nav-tabs li.nav-item a.nav-link.active {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 600;
  background-color: #657c74;
  color: #ffffff;
  border: 0px #e1eee4 solid !important;
  border-radius: 6px !important;
  margin-right: 5px;
  transition: 0.3s ease-in;
}

.card .card-body .form .tab-content .tab-pane table.table {
  margin-top: 30px !important;
}

.card .card-body .form .tab-content .tab-pane table.table thead tr th {
  background-color: #e1eee4;
  border-color: #d7d7d7;
  color: #657c74 !important;
  vertical-align: middle;
}

.card .card-body .form .tab-content .tab-pane table.table tbody tr td {
  vertical-align: middle;
  color: #676767 !important;
  font-weight: 500;
}

.card
  .card-body
  .form
  .tab-content
  .tab-pane
  table.table
  tbody
  tr
  td
  .input-group {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #676767;
}

.modal .modal-dialog .modal-content .modal-body .input-group {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #676767;
}

.card
  .card-body
  .form
  .tab-content
  .tab-pane
  table.table
  tbody
  tr
  td
  .input-group
  .input-group-prepend
  .input-group-text {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #676767;
}

.modal
  .modal-dialog
  .modal-content
  .modal-body
  .input-group
  .input-group-prepend
  .input-group-text {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #676767;
}

.card
  .card-body
  .form
  .tab-content
  .tab-pane
  table.table
  tbody
  tr
  td
  .input-group
  .form-control {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #676767 !important;
  box-shadow: none !important;
}

.modal .modal-dialog .modal-content .modal-body .form-control {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #676767 !important;
  box-shadow: none !important;
}

.modal .modal-dialog .modal-content .modal-body .select2 span.selection .select2-selection .select2-selection__rendered {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #657c74 !important;
}

.modal .modal-dialog .modal-content .modal-body .select2 span.selection .select2-selection {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #657c74 !important;
  border-radius: 6px;
  border: 1px #98b0a8 solid;
  box-shadow: none !important;
  min-height: 34px;
}

.modal .modal-dialog .modal-content .modal-body .input-group-append .input-group-text i {
  font-size: 13px;
  color: #657c74;
}

.card
  .card-body
  .form
  .tab-content
  .tab-pane
  table.table
  tbody
  tr
  td
  .input-group
  .form-control:focus {
  box-shadow: none !important;
  border: 1px #559884 solid !important;
}

.modal
  .modal-dialog
  .modal-content
  .modal-body
  .input-group
  .form-control:focus {
  box-shadow: none !important;
  border: 1px #559884 solid !important;
}

.card
  .card-body
  .form
  .tab-content
  .tab-pane
  table.table
  tbody
  tr
  td
  .form-control {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #676767 !important;
  box-shadow: none !important;
}

.card
  .card-body
  .form
  .tab-content
  .tab-pane
  table.table
  tbody
  tr
  td
  .form-control:focus {
  box-shadow: none !important;
  border: 1px #559884 solid !important;
}

.modal
  .modal-dialog
  .modal-content
  .modal-body
  .form
  .form-row
  .col
  .control-label.text-danger.total-tagihan-wallet {
  color: #c35355 !important;
  font-size: 16px;
}

.card
  .card-body
  .form
  .tab-content
  .tab-pane
  table.table
  tbody
  tr
  td
  .btn.btn-danger {
  font-family: "Poppins", sans-serif !important;
  background-color: #c35355;
  border-radius: 6px !important;
  box-shadow: none !important;
  border: 0px #c35355 solid;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  padding: 0.375rem 0.8rem;
}

.card
  .card-body
  .form
  .tab-content
  .tab-pane
  table.table
  tbody
  tr
  td
  .btn.btn-danger:hover,
.card
  .card-body
  .form
  .tab-content
  .tab-pane
  table.table
  tbody
  tr
  td
  .btn.btn-danger:focus,
.card
  .card-body
  .form
  .tab-content
  .tab-pane
  table.table
  tbody
  tr
  td
  .btn.btn-danger:active {
  opacity: 0.82;
  transition: 0.3s ease-in;
}

.card
  .card-body
  .form
  .tab-content
  .tab-pane
  table.table
  tbody
  tr
  td
  .btn.btn-primary {
  font-family: "Poppins", sans-serif !important;
  background-color: #559884;
  border-radius: 6px;
  box-shadow: none !important;
  border: 0px #559884 solid;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  padding: 0.375rem 1.6rem;
}

.card
  .card-body
  .form
  .tab-content
  .tab-pane
  table.table
  tbody
  tr
  td
  .btn.btn-primary:hover,
.card
  .card-body
  .form
  .tab-content
  .tab-pane
  table.table
  tbody
  tr
  td
  .btn.btn-primary:focus,
.card
  .card-body
  .form
  .tab-content
  .tab-pane
  table.table
  tbody
  tr
  td
  .btn.btn-primary:active {
  opacity: 0.82;
  transition: 0.3s ease-in;
}

.card .card-body .form .tab-content .tab-pane table.table thead tr td {
  vertical-align: middle;
  color: #676767 !important;
  font-weight: 500;
}

.card
  .card-body
  .form
  .tab-content
  .tab-pane
  table.table
  thead
  tr
  td
  .form-control {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #676767 !important;
  box-shadow: none !important;
}

.card
  .card-body
  .form
  .tab-content
  .tab-pane
  table.table
  thead
  tr
  td
  .form-control:focus {
  box-shadow: none !important;
  border: 1px #559884 solid !important;
}

.card
  .card-body
  .form
  .tab-content
  .tab-pane
  table.table
  thead
  tr
  td
  .btn.btn-danger {
  font-family: "Poppins", sans-serif !important;
  background-color: #c35355;
  border-radius: 6px !important;
  box-shadow: none !important;
  border: 0px #c35355 solid;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  padding: 0.375rem 0.8rem;
}

.card
  .card-body
  .form
  .tab-content
  .tab-pane
  table.table
  thead
  tr
  td
  .btn.btn-danger:hover,
.card
  .card-body
  .form
  .tab-content
  .tab-pane
  table.table
  thead
  tr
  td
  .btn.btn-danger:focus,
.card
  .card-body
  .form
  .tab-content
  .tab-pane
  table.table
  thead
  tr
  td
  .btn.btn-danger:active {
  opacity: 0.82;
  transition: 0.3s ease-in;
}

.table-hover thead td {
  border-bottom-width: 1px !important;
}

.card .card-body .form h5 {
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  font-weight: 700 !important;
  color: #657c74 !important;
  margin-top: 15px;
  margin-bottom: 15px;
}

.card .card-body .form table.table thead tr th {
  background-color: #e1eee4;
  border-color: #d7d7d7;
  color: #657c74 !important;
  vertical-align: middle;
}

.card .card-body .form table.table tbody tr td {
  vertical-align: middle;
  color: #676767 !important;
  font-weight: 500;
}

.card .card-body .form table.table tbody tr td .form-control {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #676767 !important;
  box-shadow: none !important;
}

.card .card-body .form table.table tbody tr td .custom-file,
.card .card-body .form table.table tbody tr td .custom-file .custom-file-input,
.card .card-body .form table.table tbody tr td .custom-file .custom-file-label,
.card
  .card-body
  .form
  table.table
  tbody
  tr
  td
  .custom-file
  .custom-file-label:after {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #676767 !important;
  box-shadow: none !important;
}

.card .card-body .form table.table tbody tr td a {
  color: #559884;
  position: relative;
  top: 5px;
}

.card .card-body .form table.table tbody tr td .form-control:focus {
  box-shadow: none !important;
  border: 1px #559884 solid !important;
}

.card .card-body .form .form-row .form-group {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #676767;
}

.card .card-body .form .form-row .form-group .control-label {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #676767;
}

.card .card-body .form .form-row .form-group .form-control {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #657c74 !important;
  border-radius: 6px;
  border: 1px #98b0a8 solid;
  box-shadow: none !important;
}

.card .card-body .form .form-row .form-group .form-control:focus {
  box-shadow: none !important;
  border: 1px #559884 solid !important;
}

.card .card-body .form .form-row .form-group .custom-file .custom-file-input {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #657c74 !important;
  border-radius: 6px;
  border: 1px #98b0a8 solid;
  box-shadow: none !important;
}

.card
  .card-body
  .form
  .form-row
  .form-group
  .custom-file
  .custom-file-input:focus {
  box-shadow: none !important;
  border: 1px #559884 solid !important;
}

.card .card-body .form .form-row .form-group .text-start img {
  max-width: 200px;
  margin-top: 15px !important;
  border: 1px #e1eee4 solid;
  padding: 0px;
  border-radius: 6px;
}

.card .card-body .form .form-row .form-group .control-label span.text-danger {
  color: #c35355 !important;
  margin-left: 5px;
}

.card .card-body .form .form-row .form-group img {
  max-width: 200px;
  margin-top: 0px !important;
  border: 1px #e1eee4 solid;
  padding: 0px;
  border-radius: 6px;
}

.card .card-body .form table.table tbody tr td .btn.btn-danger {
  font-family: "Poppins", sans-serif !important;
  background-color: #c35355;
  border-radius: 6px !important;
  box-shadow: none !important;
  border: 0px #c35355 solid;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  padding: 0.375rem 0.8rem;
}

.card .card-body .form table.table tbody tr td .btn.btn-danger:hover,
.card .card-body .form table.table tbody tr td .btn.btn-danger:focus,
.card .card-body .form table.table tbody tr td .btn.btn-danger:active {
  opacity: 0.82;
  transition: 0.3s ease-in;
}

.card .card-body .form table.table tbody tr td .btn.btn-primary {
  font-family: "Poppins", sans-serif !important;
  background-color: #559884;
  border-radius: 6px;
  box-shadow: none !important;
  border: 0px #559884 solid;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  padding: 0.375rem 1.6rem;
}

.card .card-body .form table.table tbody tr td .btn.btn-primary:hover,
.card .card-body .form table.table tbody tr td .btn.btn-primary:focus,
.card .card-body .form table.table tbody tr td .btn.btn-primary:active {
  opacity: 0.82;
  transition: 0.3s ease-in;
}

.card .card-body .form-row .form-group .control-label {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #676767;
}

.card .card-body .form-row .form-group .control-label span.text-danger {
  color: #c35355 !important;
  margin-left: 5px;
}

.card .card-body .form-row .form-group .form-control {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #657c74 !important;
  /* border-radius: 6px; */
  border: 1px #98b0a8 solid;
  box-shadow: none !important;
  /* height: 34px; */
}

.card .card-body .form-row .form-group .form-control:focus {
  box-shadow: none !important;
  border: 1px #559884 solid !important;
}

.card .card-body .form-row .form-group table.table {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #657c74;
}

.card .card-body .form-row .form-group table.table thead tr th {
  background-color: #e1eee4;
  border-color: #d7d7d7;
  color: #657c74 !important;
  vertical-align: middle;
}

.card .card-body .form-row .form-group table.table tbody tr td {
  vertical-align: middle;
  color: #676767 !important;
  font-weight: 500;
}

.card .card-body .form-row .form-group table.table tbody tr td h5 {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 700;
  color: #657c74;
  margin-bottom: 0px !important;
  text-transform: uppercase;
}

.card .card-body .form-row .form-group table.table tbody tr td .checkbox {
  margin-bottom: 0px;
}

.card .card-body .form-row .form-group table.table tbody tr td .checkbox input {
  margin-top: 3px;
}

footer .copyright span {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 600;
  color: #657c74;
}

.scroll-to-top {
  background-color: #559884;
  border-radius: 6px;
  border: 0px #559884 solid;
  color: #fff;
}

.scroll-to-top:hover,
.scroll-to-top:focus,
.scroll-to-top:active {
  background-color: #559884;
  border-radius: 6px;
  border: 0px #559884 solid;
  color: #fff;
  opacity: 0.82;
  transition: 0.3s ease-in;
}

.card .card-body form .form-row .form-group {
  margin-bottom: 15px;
}

.card .card-body form .form-row .form-group .select2 {
  box-shadow: none !important;
}

.card .card-body form .form-row .form-group .select2 span.selection {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #657c74 !important;
  box-shadow: none !important;
}

.card
  .card-body
  form
  .form-row
  .form-group
  .select2
  span.selection
  .select2-selection {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #657c74 !important;
  border-radius: 6px;
  border: 1px #98b0a8 solid;
  box-shadow: none !important;
}

.card
  .card-body
  form
  .form-row
  .form-group
  .select2
  span.selection
  .select2-selection
  .select2-selection__rendered {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #657c74 !important;
}

.card
  .card-body
  form
  .form-row
  .form-group
  .select2
  span.selection
  .select2-selection
  .select2-selection__rendered
  .select2-selection__placeholder {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #657c74 !important;
}

.select2-container .select2-dropdown {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #657c74 !important;
  border-radius: 6px !important;
  border: 1px #98b0a8 solid !important;
  box-shadow: none !important;
  margin-top: 3px;
}

.select2-container .select2-dropdown .select2-search {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #657c74 !important;
  padding: 0.75rem !important;
}

.select2-container .select2-dropdown .select2-search .select2-search__field {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #657c74 !important;
  border-radius: 6px !important;
  border: 1px #98b0a8 solid !important;
  box-shadow: none !important;
}

.select2-container .select2-dropdown .select2-results {
  color: #657c74 !important;
}

.select2-container
  .select2-dropdown
  .select2-results
  ul.select2-results__options
  .select2-results__option {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #657c74 !important;
}

.card
  .card-body
  form
  .form-row
  .form-group
  .select2
  span.selection
  .select2-selection
  .select2-selection__clear {
  width: 0.5rem;
  height: 0.5rem;
}

.card .card-body .form .form-row .form-group .select2 {
  box-shadow: none !important;
  width: 100% !important;
}

.card .card-body .form .form-row .form-group .select2 span.selection {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #657c74 !important;
  box-shadow: none !important;
}

.card .card-body .form-row .form-group .input-group-append .input-group-text i {
  font-size: 13px;
  color: #657c74;
}

.card
  .card-body
  .form
  .form-row
  .form-group
  .select2
  span.selection
  .select2-selection {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #657c74 !important;
  border-radius: 6px;
  border: 1px #98b0a8 solid;
  box-shadow: none !important;
}

.card
  .card-body
  .form
  .form-row
  .form-group
  .select2
  span.selection
  .select2-selection
  .select2-selection__rendered {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #657c74 !important;
}

.card
  .card-body
  .form
  .form-row
  .form-group
  .select2
  span.selection
  .select2-selection
  .select2-selection__rendered
  .select2-selection__placeholder {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #657c74 !important;
}

.card
  .card-body
  .form
  .form-row
  .form-group
  .select2
  span.selection
  .select2-selection
  .select2-search {
  height: 1.2rem;
}

.card
  .card-body
  .form
  .form-row
  .form-group
  .select2
  span.selection
  .select2-selection
  .select2-search
  .select2-search__field {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #657c74 !important;
  height: 1.2rem;
}

.card
  .card-body
  .form
  .form-row
  .form-group
  .select2
  span.selection
  .select2-selection
  .select2-selection__rendered
  .select2-selection__choice {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #657c74 !important;
}

.card
  .card-body
  .form
  .form-row
  .form-group
  .select2
  span.selection
  .select2-selection
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove {
  width: 0.5rem;
  height: 0.5rem;
}

.card .card-body .form-row .form-group {
  margin-bottom: 15px;
}

.card .card-body .form-row .form-group .select2 {
  box-shadow: none !important;
}

.card .card-body .form-row .form-group .select2 span.selection {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #657c74 !important;
  box-shadow: none !important;
}

.card
  .card-body
  .form-row
  .form-group
  .select2
  span.selection
  .select2-selection {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #657c74 !important;
  border-radius: 6px;
  border: 1px #98b0a8 solid;
  box-shadow: none !important;
  min-height: 34px;
}

.card
  .card-body
  .form-row
  .form-group
  .select2
  span.selection
  .select2-selection
  .select2-selection__rendered {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #657c74 !important;
}

.card
  .card-body
  .form-row
  .form-group
  .select2
  span.selection
  .select2-selection
  .select2-selection__rendered
  .select2-selection__placeholder {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #657c74 !important;
}

.card
  .card-body
  .form-row
  .form-group
  .select2
  span.selection
  .select2-selection
  .select2-selection__clear {
  width: 0.5rem;
  height: 0.5rem;
}

.card .card-body .form-pu .form-group .select2 .selection .select2-selection {
  height: 34px !important;
}

ul.nav.nav-tabs {
  font-family: "Poppins", sans-serif !important;
  border-bottom: 0px #98b0a8 solid;
  margin-top: 0px;
}

ul.nav.nav-tabs li.nav-item a.nav-link {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 600;
  background-color: #e1eee4;
  color: #676767;
  border: 0px #e1eee4 solid !important;
  border-radius: 6px !important;
  margin-right: 5px;
  transition: 0.3s ease-in;
}

ul.nav.nav-tabs li.nav-item a.nav-link:hover,
ul.nav.nav-tabs li.nav-item a.nav-link:focus,
ul.nav.nav-tabs li.nav-item a.nav-link:active {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 600;
  background-color: #657c74;
  color: #ffffff;
  border: 0px #e1eee4 solid !important;
  border-radius: 6px !important;
  margin-right: 5px;
  transition: 0.3s ease-in;
}

ul.nav.nav-tabs li.nav-item a.nav-link.active {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 600;
  background-color: #657c74;
  color: #ffffff;
  border: 0px #e1eee4 solid !important;
  border-radius: 6px !important;
  margin-right: 5px;
  transition: 0.3s ease-in;
}

.sidebar-dark .nav-item .nav-link.active {
  color: rgba(255, 255, 255, 1);
  background: rgb(138, 207, 185);
}

.sidebar-dark .nav-item .nav-link.active i {
  color: rgba(255, 255, 255, 1);
}

ul.navbar-nav.bg-navbar-pbtc.sidebar.accordion
  li.nav-item
  .collapse
  .collapse-inner {
  background: transparent !important;
}

.card
  .card-body
  .dataTables_wrapper
  table.table.table-hover-pbtc
  tbody
  tr:hover {
  background-color: rgb(225, 238, 228, 0.26);
}

.dataTables_empty {
  cursor: default;
}

.card .card-body h5 {
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  font-weight: 700 !important;
  color: #657c74 !important;
  margin-bottom: 15px;
  margin-top: 5px;
}

.card .card-body .table.table-hover-pbtc {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px !important;
}

.card .card-body .table.table-hover-pbtc thead tr th {
  background-color: #e1eee4;
  border-color: #d7d7d7;
  color: #657c74 !important;
  vertical-align: middle;
}

.card .card-body .table.table-hover-pbtc tbody tr td {
  vertical-align: middle;
  color: #676767 !important;
  font-weight: 500;
}

.card .card-body .table.table-hover-pbtc tbody tr td.text-success {
  color: #00a97f !important;
}

.modal .modal-dialog .modal-content .modal-footer .btn.btn-outline-danger {
  font-family: "Poppins", sans-serif !important;
  background-color: transparent;
  border-radius: 6px;
  box-shadow: none !important;
  border: 1px #c35355 solid;
  color: #c35355;
  font-weight: 500;
  font-size: 13px;
  padding: 0.375rem 1.6rem;
}

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

.modal
  .modal-dialog
  .modal-content
  .modal-footer
  .btn.btn-primary.btn-submit-form {
  font-family: "Poppins", sans-serif !important;
  background-color: #559884;
  border-radius: 6px;
  box-shadow: none !important;
  border: 1px #559884 solid;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  padding: 0.375rem 1.6rem;
}

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

.modal
  .modal-dialog
  .modal-content
  .modal-body
  .form-row
  .form-check
  .form-check-label {
  margin-top: 2px;
}

.error {
  color: #c35355;
  font-size: 12px;
}

.card .card-body .form .form-row .form-group .col-row-password .col-md-11 {
  padding-right: 0px;
}

.card .card-body .form .form-row .form-group .col-row-password .col-md-1 {
  padding-left: 0px;
}

.card
  .card-body
  .form
  .form-row
  .form-group
  .col-row-password
  .col-md-11
  .form-control {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px;
}

.card
  .card-body
  .form
  .form-row
  .form-group
  .col-row-password
  .col-md-1
  .input-group-text {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  height: calc(1.5em + 0.75rem + 2px);
  /* padding: 0.375rem 0.75rem; */
  padding: 0px;
  background-color: #e9ecef !important;
}

.card
  .card-body
  .form
  .form-row
  .form-group
  .col-row-password
  .col-md-1
  .input-group-text
  i {
  margin: 0px auto;
}

.modal
  .modal-dialog
  .modal-content
  .modal-body
  form.update-password-form
  .form-row
  .form-group
  .row
  .col-md-9 {
  padding-right: 0px;
}

.modal
  .modal-dialog
  .modal-content
  .modal-body
  form.update-password-form
  .form-row
  .form-group
  .row
  .col-md-9
  .form-control {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px;
}

.modal
  .modal-dialog
  .modal-content
  .modal-body
  form.update-password-form
  .form-row
  .form-group
  .row
  .col-md-3 {
  padding-left: 0px;
}

.modal
  .modal-dialog
  .modal-content
  .modal-body
  form.update-password-form
  .form-row
  .form-group
  .row
  .col-md-3
  .input-group-text {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  background-color: #e9ecef !important;
}

.modal
  .modal-dialog
  .modal-content
  .modal-body
  form.update-password-form
  .form-row
  .form-group
  .row
  .col-md-3
  .input-group-text
  i {
  margin: 0px auto;
}

nav.navbar.topbar ul.navbar-nav .nav-item a.nav-link {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 600;
  color: #559884;
}

nav.navbar.topbar ul.navbar-nav .nav-item a.nav-link span {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 600;
  color: #559884;
}

nav.navbar.topbar ul.navbar-nav .nav-item .dropdown-menu {
  padding: 0px;
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 600;
  color: #559884;
  border: 0px;
}

nav.navbar.topbar ul.navbar-nav .nav-item .dropdown-menu a.dropdown-item {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 600;
  color: #559884;
}

nav.navbar.topbar ul.navbar-nav .nav-item .dropdown-menu a.dropdown-item {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 600;
  color: #559884;
  padding: 0.75rem 1.5rem;
}

nav.navbar.topbar
  ul.navbar-nav
  .nav-item
  .dropdown-menu
  a.dropdown-item:active {
  background-color: #559884;
  color: #ffffff;
}

nav.navbar.topbar ul.navbar-nav .nav-item .dropdown-menu .dropdown-divider {
  margin: 0px;
}

nav.navbar.topbar ul.navbar-nav .nav-item a.nav-link .badge.badge-danger {
  color: #ffffff;
  background-color: #c35355;
}

nav.navbar.topbar
  ul.navbar-nav
  .nav-item
  .dropdown-list.dropdown-menu
  .dropdown-header {
  background-color: #559884;
  border: 1px solid #559884;
  font-size: 13px;
  font-weight: 600;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 0px;
  vertical-align: middle;
}

.card .card-header .btn.btn-primary i {
  margin-right: 5px;
}

.card .card-header .btn.btn-outline-danger i {
  margin-right: 5px;
}

.card
  .card-body
  .form-row
  .form-group
  .input-group
  .form-control.periode-service-charge {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card .card-body .form-row .form-group .select2 {
  box-shadow: none !important;
  width: 100% !important;
}

.card
  .card-body
  .form-row
  .form-group
  .select2
  span.selection
  .select2-selection
  .select2-search {
  height: 1.2rem;
}

.card
  .card-body
  .form-row
  .form-group
  .select2
  span.selection
  .select2-selection
  .select2-search
  textarea {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #657c74 !important;
  height: 1.2rem;
}

.card
  .card-body
  .form-row
  .form-group
  .select2
  span.selection
  .select2-selection
  .select2-selection__rendered
  .select2-selection__choice {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #657c74 !important;
}

.card
  .card-body
  .form-row
  .form-group
  .select2
  span.selection
  .select2-selection
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #657c74 !important;
  width: 0.5rem;
  height: 0.5rem;
}

.card
  .card-body
  .form-row
  .form-group
  .input-group
  .input-group-prepend
  .input-group-text {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #657c74 !important;
}

.errors {
  color: red;
}

.card .card-body .form .form-row .form-cbp .input-group .form-control {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card .card-body .dataTables_wrapper table.table tbody tr td .form-control {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #676767 !important;
  box-shadow: none !important;
}

.card .card-body .form .form-row .form-group a {
  color: #559884 !important;
  font-weight: 600;
}

.card .card-body .form .form-row .form-group a:hover,
.card .card-body .form .form-row .form-group a:focus,
.card .card-body .form .form-row .form-group a:active {
  color: #676767 !important;
}

.table tbody tr td.tbl-footer-lr {
  background: #e1eee4;
}

.card-body.cb-rrd .form-row .form-group .input-group .custom-select {
  color: #6c757d;
  opacity: 1;
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  border: 1px #98b0a8 solid;
  box-shadow: none !important;
  height: calc(1.5em + 0.75rem + 2px);
}

.custom-file {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #676767 !important;
  box-shadow: none !important;
}

.custom-file .custom-file-input {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #657c74 !important;
  border-radius: 6px;
  border: 1px #98b0a8 solid;
  box-shadow: none !important;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
}

.custom-file .custom-file-label,
.custom-file .custom-file-label::after {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #676767 !important;
  box-shadow: none !important;
}

.card .card-body .form-row .form-group a {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #657c74 !important;
  position: relative;
  top: 4px;
}

.card .card-body .table.table-hover-pbtc thead tr th.table-th-number,
.card .card-body .dataTables_wrapper table.table thead tr th.table-th-number {
  width: 3.4% !important;
}

.card .card-body .table.table-hover-pbtc tbody tr td .form-control {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #676767 !important;
  box-shadow: none !important;
}

.card .card-body .table.table-hover-pbtc tbody tr td .select2 {
  box-shadow: none !important;
  width: 100% !important;
}

.card .card-body .table.table-hover-pbtc tbody tr td .select2 span.selection {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #657c74 !important;
  box-shadow: none !important;
}

.card
  .card-body
  .table.table-hover-pbtc
  tbody
  tr
  td
  .select2
  span.selection
  .select2-selection {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #657c74 !important;
  border: 1px #98b0a8 solid;
  box-shadow: none !important;
  min-height: 32px;
}

.card
  .card-body
  .table.table-hover-pbtc
  tbody
  tr
  td
  .select2
  span.selection
  .select2-selection
  .select2-selection__rendered {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #657c74 !important;
}

.card
  .card-body
  .table.table-hover-pbtc
  tbody
  tr
  td
  .select2
  span.selection
  .select2-selection
  .select2-selection__rendered
  .select2-selection__placeholder {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #657c74 !important;
}

.card
  .card-body
  .table.table-hover-pbtc
  tbody
  tr
  td
  .select2
  span.selection
  .select2-selection
  .select2-selection__clear {
  width: 0.5rem;
  height: 0.5rem;
}

.sidebar .nav-item .collapse .py-2.collapse-inner.rounded {
  margin-bottom: 0px;
}

.navbar-nav.bg-navbar-pbtc.sidebar.sidebar-dark.accordion
  .nav-item
  .collapse-menu.collapse.show {
  background: #559884;
  border-radius: 6px;
  z-index: 9;
  /* max-height: 210px; */
  /* overflow-x: hidden; */
}

.btn.btn-link.d-md-none.rounded-circle.mr-3 {
  color: #559884;
}

.control-label {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #657c74;
}

.card .card-body .form .form-row .form-group a.file-ktp-pemilik {
  margin-top: 20px !important;
}

.card
  .card-body
  .dataTables_wrapper
  table.table
  tbody
  tr
  td
  .btn.icon-btn-skema {
  background: none;
  color: #559884;
  padding-left: 0px;
  padding-right: 0px;
}

/* =========== RESPONSIVE =========== */

@media (min-width: 360px) and (max-width: 575px) {
  .card .card-header {
    text-align: left;
    display: block !important;
  }

  .card .card-header h6 {
    padding-top: 0px !important;
    margin-bottom: 15px !important;
  }

  .card .card-header .btn {
    float: left !important;
  }

  .card .card-body .dataTables_wrapper .col-md-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .card .card-body .dataTables_wrapper .dataTables_length {
    margin-bottom: 10px;
    text-align: left;
  }

  .card .card-body .dataTables_wrapper .dataTables_info {
    margin-bottom: 20px;
    text-align: left;
  }

  footer .copyright span {
    line-height: 22px;
  }

  .card .card-body .dataTables_wrapper .dataTables_paginate ul.pagination {
    justify-content: left !important;
  }

  .card .card-header .btn.btn-outline-danger {
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .card .card-body .form .form-row .form-group.col.col-md-4 {
    min-width: 100%;
  }

  .card .card-body .form table.table tbody tr td .form-control {
    min-width: 145px;
  }

  .form .card .card-body .d-flex {
    display: block !important;
  }

  .form .card .card-body .d-flex .col.text-right {
    text-align: left !important;
  }

  .card .card-body .form .form-row .form-group .row .col-md-11 {
    width: 74%;
    padding-left: 15px;
    padding-right: 0px;
  }

  .card .card-body .form .form-row .form-group .row .col-md-1 {
    width: 26%;
    padding-left: 0px;
    padding-right: 15px;
  }

  .card .card-body .table.table-hover-pbtc tbody tr td .form-control {
    min-width: 150px;
  }

  .card .card-body .table.table-hover-pbtc tbody tr td .select2 {
    min-width: 150px;
  }

  .card .card-body form .form-row .form-group.col {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  ul.nav.nav-tabs li.nav-item a.nav-link {
    margin-bottom: 5px;
  }

  .card .card-header .btn.btn-primary {
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .card .card-body .collapse-form-toko .form-row .form-group.col {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  #rincian,
  #rincian-complete {
    margin-top: 30px;
  }

  .card .card-body .dataTables_wrapper .dataTables_filter {
    text-align: right;
  }

  .card .card-body .dataTables_wrapper .dataTables_filter label .form-control {
    width: 100%;
    max-width: 200px;
  }

  .card .card-body .form .form-row .form-group a.file-ktp-pemilik {
    margin-top: 0px !important;
  }

  table.dataTable
    > tbody
    > tr.child
    td.child
    ul.dtr-details
    li
    span.dtr-data
    .form-control {
    margin-top: 5px;
  }

  /* PAGINATION */

  div.dataTables_wrapper
    div.dataTables_paginate
    ul.pagination
    .paginate_button.page-item {
    display: none;
  }

  div.dataTables_wrapper
    div.dataTables_paginate
    ul.pagination
    .paginate_button.page-item.active {
    display: inline;
  }

  div.dataTables_wrapper
    div.dataTables_paginate
    ul.pagination
    .paginate_button.page-item.disabled {
    display: inline;
  }

  div.dataTables_wrapper
    div.dataTables_paginate
    ul.pagination
    .paginate_button.page-item.previous {
    display: inline;
  }

  div.dataTables_wrapper
    div.dataTables_paginate
    ul.pagination
    .paginate_button.page-item.next {
    display: inline;
  }

  /* MENU RESPONSIVE */
  .mobile-sidebar {
    display: none;
  }

  .collapse-page-ppppa .card .card-body .form .table tbody tr td .form-group {
    margin-bottom: 5px !important;
    margin-top: 5px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  /* MENU RESPONSIVE */
  .mobile-sidebar {
    display: none;
  }

  .card .card-body .form .form-row .form-group .row .col-md-11 {
    width: 85%;
    padding-left: 15px;
    padding-right: 0px;
  }

  .card .card-body .form .form-row .form-group .row .col-md-1 {
    width: 15%;
    padding-left: 0px;
    padding-right: 15px;
  }

  .card .card-body .dataTables_wrapper .dataTables_filter {
    text-align: right;
  }

  .card .card-body .dataTables_wrapper .col-md-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .card .card-body .dataTables_wrapper .dataTables_length {
    margin-bottom: 10px;
    text-align: left;
  }

  .card .card-body .dataTables_wrapper .dataTables_info {
    margin-bottom: 20px;
    text-align: left;
  }

  footer .copyright span {
    line-height: 22px;
  }

  .card .card-body .dataTables_wrapper .dataTables_paginate ul.pagination {
    justify-content: left !important;
  }

  .card .card-body .form .form-row .form-group a.file-ktp-pemilik {
    margin-top: 0px !important;
  }

  .card .card-header h6 {
    line-height: 24px;
  }

  #rincian,
  #rincian-complete {
    margin-top: 30px;
  }

  .card .card-body form .form-row .form-group.col {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .card .card-body .table.table-hover-pbtc tbody tr td .form-control {
    min-width: 150px;
  }

  table.dataTable
    > tbody
    > tr.child
    td.child
    ul.dtr-details
    li
    span.dtr-data
    .form-control {
    margin-top: 5px;
  }

  .card .card-body .form-row .form-group a.file-ktp-penyewa {
    margin-top: 0px !important;
  }

  .card .card-body .collapse-form-toko .form-row .form-group.col {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  ul.nav.nav-tabs li.nav-item a.nav-link {
    margin-bottom: 5px;
  }

  .card .card-header .btn.btn-primary {
    margin-bottom: 5px;
  }

  .card .card-header .btn.btn-outline-danger {
    margin-bottom: 5px;
  }

  .card .card-header h6 {
    padding-top: 4px !important;
  }

  table.dataTable > tbody > tr.child td.child ul.dtr-details li {
    padding-bottom: 0px;
  }

  table.dataTable > tbody > tr.child td.child ul.dtr-details li span.dtr-data {
    display: inline-block;
  }

  .card .card-body .table.table-hover-pbtc tbody tr td .select2 {
    min-width: 150px;
  }

  .collapse-page-ppppa .card .card-body .form .table tbody tr td .form-group {
    margin-bottom: 5px !important;
    margin-top: 5px;
  }
}

/* DATATABLES */

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
  background-color: #559884;
  box-shadow: none;
  border: 0.15em solid transparent;
  margin-top: -8px;
  left: 10px;
}

table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > td.dtr-control::before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > th.dtr-control::before {
  background-color: #c35355;
}

table.dataTable > tbody > tr.child td.child ul.dtr-details {
  width: 100%;
}

table.dataTable > tbody > tr.child td.child ul.dtr-details li {
  text-align: left !important;
  line-height: 24px;
}

table.dataTable > tbody > tr.child td.child ul.dtr-details li span.dtr-title {
  min-width: 150px;
}

/* .tooltip-main {
  border-radius: 50%;
  background: #559884;
  border: 1px solid #e1eee4;
  color: #ffffff;
  margin: 4px 141px 0 5px;
  float: right;
  text-align: left !important;
} */

/* .tooltip-qm {
  float: left;
  margin: -2px 0px 3px 4px;
  font-size: 12px;
} */

.tooltip-inner {
  min-width: 250px !important;
  height: 26px;
  font-family: "Poppins", sans-serif !important;
  font-size: 11px;
  font-weight: 500;
  text-align: center !important;
  padding: 5px 15px 5px 20px;
  background: #559884;
  color: #ffffff;
  border: 1px solid #559884;
}

.tooltip.show {
  opacity: 1;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #559884;
  /* Red */
}

.card
  .card-body
  .dataTables_wrapper
  table.table
  thead
  tr
  th
  .fa.fa-circle-info {
  position: relative;
  top: -2px;
}

#rincian,
#rincian-complete {
  margin-top: 5px;
}

.collapse-form-toko #preview_photo {
  display: block;
  margin-bottom: 25px;
  margin-top: 5px;
  border-radius: 6px;
  height: auto;
}

.card-all-riwayat-ruang-dagang .card .card-body h5,
.card-all-casul-leasing .card .card-body h5 {
  margin-bottom: 0px !important;
}

.collapse-page-ppppa .card .card-body .form h5 {
  margin-bottom: 0px;
}

.collapse-page-ppppa .card .card-body .form .table tbody tr td .form-group {
  margin-bottom: 0px;
}

.card .card-body .dataTables_wrapper table.table thead tr th.table-th-1 {
  min-width: 30px;
}

.card .card-body .dataTables_wrapper table.table thead tr th.table-th-2 {
  min-width: 250px;
}

.card .card-body .dataTables_wrapper table.table thead tr th.table-th-3 {
  min-width: 150px;
}

.card .card-body .dataTables_wrapper table.table thead tr th.table-th-4 {
  min-width: 120px;
}

.card .card-body .dataTables_wrapper table.table thead tr th.table-th-5 {
  min-width: 120px;
}

.card .card-body .dataTables_wrapper table.table thead tr th.table-th-6 {
  min-width: 300px;
}

.card .card-body .dataTables_wrapper table.table thead tr th.table-th-7 {
  min-width: 80px;
}

.card .card-body .dataTables_wrapper table.table thead tr th.table-th-8 {
  min-width: 100px;
}

.card .card-body .dataTables_wrapper table.table thead tr th.table-th-9 {
  min-width: 100px;
}

.card .card-body .dataTables_wrapper table.table thead tr th.table-th-10 {
  min-width: 100px;
}

.modal.payment-modal
  .modal-dialog
  .modal-content
  .modal-body
  .form
  .form-row.col-md-12
  .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}

.modal.payment-modal
  .modal-dialog
  .modal-content
  .modal-body
  .form
  .form-row.col-md-12
  .col-md-12
  input[type="checkbox"] {
  position: relative;
  margin-right: 8px;
}

.modal.payment-modal
  .modal-dialog
  .modal-content
  .modal-body
  .form
  .form-row.col-md-12
  .col-md-12.form-row-dt {
  padding-left: 0px;
}

.navbar.topbar.sticky-top.nav-sticky-fixed {
  box-shadow: none !important;
  border-bottom: 1px #e1eee4 solid;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* ul.navbar-nav.bg-navbar-pbtc.sidebar.accordion a.sidebar-brand {
  border-bottom: 1px #d7d7d7 solid;
  width: 100%;
} */

.topbar {
  height: 4.44rem;
}

.col-box-fixed-sidebar .col-box-sidebar-brand-toggle-collapse {
  border-bottom: 1px #d7d7d7 solid;
  background: #fff;
}

ul.navbar-nav.bg-navbar-pbtc.sidebar.accordion {
  /* position: fixed; */
  z-index: 1021;
  width: 100% !important;
  max-width: 260px;
}

ul.navbar-nav.bg-navbar-pbtc.sidebar.accordion.mobile-sidebar.toggled {
  width: 104px !important;
}

#wrapper #content-wrapper #content {
  /* margin-left: 14rem; */
  margin-top: 4.3rem;
}

.container-fluid {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* ul.navbar-nav.bg-navbar-pbtc.sidebar.accordion #sidebarToggle {
  border-radius: 0 !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
} */

ul.navbar-nav.bg-navbar-pbtc.sidebar.accordion .col-box-fixed-sidebar {
  position: fixed;
  height: 100vh;
  width: 100% !important;
  max-width: 260px !important;
  overflow-x: hidden;
}

ul.navbar-nav.bg-navbar-pbtc.sidebar.accordion.mobile-sidebar.toggled
  .col-box-fixed-sidebar {
  width: 104px !important;
}

/* #sidebarToggle {
  position: absolute;
  right: -40px;
  top: 14px;
} */

.text-center.d-none.d-md-inline.mt-1 #sidebarToggle {
  display: none;
}

.btn.btn-collapse-sidebar-fixed.btn-link {
  background: #fff !important;
  color: #559884;
  border-radius: 0px;
  width: 70px;
  box-shadow: none !important;
  margin: 0px !important;
  position: absolute;
  right: 0;
  top: 15px;
}

.sidebar.toggled .nav-item .nav-link {
  width: 6.2rem;
}

.navbar.topbar.sticky-top.nav-sticky-fixed .navbar-nav {
  width: 1000%;
}

.sidebar-dark #sidebarToggle::after {
  color: rgba(255, 255, 255, 0.5);
  display: none;
}

.sidebar .nav-item .nav-link {
  width: 100%;
}

/* .navbar.topbar.sticky-top.nav-sticky-fixed .navbar-nav {
  width: 100%;
} */

/* .navbar.topbar.sticky-top.nav-sticky-fixed
  .navbar-nav
  .nav-item.nav-item-top-user {
  position: absolute;
  top: 0;
  right: 10px;
} */

/* .sidebar {
  width: 15.8rem !important;
}

.sidebar.toggled {
  width: 6.9rem !important;
}

.sidebar .nav-item .nav-link {
  width: 13.92rem;
} */

ul.navbar-nav.bg-navbar-pbtc.sidebar.accordion.mobile-sidebar.toggled {
  width: 100% !important;
  max-width: 99px;
}

ul.navbar-nav.bg-navbar-pbtc.sidebar.accordion.mobile-sidebar.toggled
  .col-box-fixed-sidebar {
  width: 100% !important;
  max-width: 100px !important;
}

ul.navbar-nav.bg-navbar-pbtc.sidebar.accordion.mobile-sidebar.toggled
  .sidebar.toggled
  .nav-item
  .nav-link {
  width: 100%;
}

.card
  .card-body
  .form
  .form-row
  .input-group.ig-pbi
  .form-control.biaya-instalasi {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.card
  .card-body
  .form
  .form-row
  .input-group.ig-nk
  .form-control.nilai-kerjasama {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.card .card-body .form .form-row .form-group .form-control.biaya,
.card .card-body .form .form-row .form-group .form-control.deposit,
.card .card-body .form .form-row .form-group .form-control.total {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.card .card-body h5.text-success {
  color: #007530 !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  margin: 0px;
}

.card .card-body h5.text-danger {
  color: #AE0000 !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  margin: 0px;
}

.card .card-body h5.text-warning {
  color: #f7b72c !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  margin: 0px;
}

.card .card-body h5.text-primary {
  color: #4e4fc4 !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  margin: 0px;
}

.card .card-body .form-row .form-group .form-check {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #676767;
}

.card .card-body .form-row .form-group .form-check #kepemilikan-dsmj {
  margin-top: 10px;
}

.card .card-body .form-row .form-group .form-check .form-check-label {
  margin-top: 7px;
}

.card .card-body .form .form-row .form-group .form-control#masa_sewa {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px !important;
}

.collapse-page-ppppa
  .card
  .card-body
  .form
  .form-row
  .input-group
  .input-group-prepend
  .input-group-text {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.card .card-body .form .form-row .form-group.fg-hs .input-group .form-control {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.card
  .card-body
  .form
  .form-row
  .form-group.fg-hs
  .input-group
  .input-group-text {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.top-box-dashboard .card {
  border-left: 0.25rem solid #559884 !important;
  padding: 0px !important;
}

.top-box-dashboard .card .card-body h4 {
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  font-weight: 700 !important;
  color: #657c74 !important;
  margin-bottom: 15px !important;
}

.top-box-dashboard .card .card-body .mb-2.text-secondary {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #909090 !important;
  margin-bottom: 5px !important;
}

.top-box-dashboard .card .card-body .h5 {
  font-family: "Poppins", sans-serif !important;
  color: #6c757d !important;
  font-size: 18px;
}

.card
  .card-body
  .table.table-hover-pbtc.table-buka-tutup.table-dashboard-bt
  tbody
  tr
  td
  p,
.card
  .card-body
  .table.table-hover-pbtc.table-buka-tutup.table-dashboard-bt
  tfoot
  tr
  td
  p {
  margin-bottom: 5px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  white-space: nowrap;
}

.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive.secondary {
  filter: grayscale(100%);
}

.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive.danger {
  filter: hue-rotate(144deg);
}

.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive.success {
  filter: hue-rotate(310deg);
}

.dataTables_scrollHeadInner {
  width: 100% !important;
}

/* TOGGLE SWITCH */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #559884 !important;
}

input:focus + .slider {
  box-shadow: 0 0 1px #559884 !important;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.btn-download-all {
  font-family: "Poppins", sans-serif !important;
  background-color: #559884 !important;
  border-radius: 6px;
  box-shadow: none !important;
  border: 0px #559884 solid !important;;
  color: #fff !important;
  font-weight: 500;
  font-size: 13px;
  padding: 0.375rem 1.6rem;
}

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

.modal .modal-dialog .modal-content .modal-body .form-control {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  color: #676767 !important;
  box-shadow: none !important;
}

#canvas {
    width: 100%;
    /* aspect-ratio: 1/2; */
}

#canvassecond {
  width: 100%;
  /* aspect-ratio: 1/2; */
}
