@tailwind base;
@tailwind components;
@tailwind utilities;

.active-menu {
  border-bottom: solid 3px #fff !important;
  opacity: unset !important;
  color: #fff !important;
  font-weight: 500 !important;
  border-radius: unset !important;
}

* {
  /* font-family: 'Roboto', sans-serif; */
  font-family: Muli, sans-serif;
}

body {
  overflow: hidden;
  height: 100vh;
  margin: 0px;
  background-color: white;
}

.fake-label {
  position: absolute;
  top: 6px;
  font-size: 10px !important;
}

.helper-text-home-made {
  border: none;
  background: transparent;
  font-size: 12px;
  color: #949494;
  font-weight: 300;
  text-align: right;
  width: 100%;
  position: absolute;
  top: 50px;
  left: -11px;
  right: 0;
}

.add-padding-24-bottom {
  padding-bottom: 23px !important;
}

.center-cell {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding-left: 0 !important;
}

.full-height {
  height: 100vh;
}

/* ------------------ added by asep  -----------------*/

/* .padding-left-custom{
	padding-left: 8px !important;
} */

.border-top-total {
  border-top: 0.5px solid #97d1ec !important;
}

.border-bottom-list {
  border-bottom: 1px solid #107aae !important;
}

.border-blue {
  border: 0.5px solid #107aae !important;
}

.background-subtable {
  background-color: #def1fd !important;
}

.padding-value {
  padding-right: 23px;
}

.background-tranparent {
  background: transparent !important;
  box-shadow: none !important;
}

.colomn-product {
  width: 300px;
}

.colomn-warehouse {
  width: 25%;
  /* text-align: right !important; */
}

.colomn-qty {
  width: 100px;
  text-align: right !important;
}

.colomn-unit {
  width: 100px;
}

.colomn-conversion {
  width: 40%
}

.colomn-unit-price {
  width: 150px;
  text-align: right !important;
}

.colomn-total {
  width: 150px;
  text-align: right !important;
}

.grid-stripper .grid-stripped-rows:nth-of-type(odd) {
  background-color: #f4f7f9 !important;
  border: 1px solid #e0e0e0;
}

.tricky-modal {
  position: absolute !important;
  z-index: -1 !important;
  top: 0 !important;
  background: white !important;
  border: white !important;
  color: white !important;
  right: 0 !important;
}

.btn-toggle-mobile {
  color: '#8fa4af';
  padding: 10px !important;
}

.menu-item-favourite {
  background-color: #F7B731 !important;
  border-color: #F7B731 !important;
}

.record-data-mobile {
  height: 30px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.height-collapse {
  height: 70px !important;
}

.fab-fixed {
  position: fixed !important;
}

.btn-modal-size {
  height: 36px !important;
  min-width: 80px !important;
}

.btn-option-size {
  height: 38px !important;
  min-width: 100px !important;
}

.hover-cancel-second {
  color: #47bf84 !important;
}

.hover-cancel-second:hover {
  color: #ffffff !important;
  background-color: #47bf84 !important;
  border: none !important;
}

.button-delete {
  color: #EB3B5A !important;
  border-color: #EB3B5A !important;
}

.button-delete:hover {
  color: #ffffff !important;
  background-color: #EB3B5A !important;
  border-color: #EB3B5A !important;
}

/* .btn-modal-size-update:hover {
	color: #46be8a !important;
} */

.form-login-wrapper {
  width: 100% !important;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
}

.search-input {
  color: #717171 !important;
}

.search-input::placeholder {
  color: #8fa4af !important;
}

/* thema color */

.grey-light {
  background: #f4f7f9 !important;
}

.white-text {
  color: white !important;
}

.baby-grey-text {
  color: #6b6d6e !important;
  line-height: 16px;
  font-size: 14px;
  letter-spacing: 0.4px;
}

.grey {
  background: #545454 !important;
}

/* position */

/* media screen added by asep */

.custom-modal .modal-custom .container-empty-state {
  /* top: 110px !important; */
}

.custom-modal .modal-custom .container-empty-state .info-empty-state h3.panel-title {
  padding: 0;
}

.custom-modal .modal-custom .container-empty-state .info-empty-state .desc-empty-state {
  margin-top: 5px !important;
}

.modal-custom .ledger-body.klasifikasi-alamat.sales.sales-invoice {
  height: 360px !important;
}

.container-empty-state {
  display: flex;
  flex-grow: 1;
  position: absolute;
  top: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
}

@media only screen and (max-width: 1600px) {
  .container-empty-state {
    top: 50px !important;
  }

  .img-size {
    width: 15% !important;
  }
}

@media only screen and (max-width: 960px) {

  .justify-md-and-down-center {
    justify-content: center !important;
    align-items: center !important;
  }

  .container-empty-state {
    top: 0 !important;
  }

  .img-size {
    width: 25% !important;
  }

  .font-loader-custom-mobile {
    color: #585656 !important;
    font-size: 23px !important;
  }

  .backdrop-dialog-loader-mobile {
    background: white !important;
  }
}

@media only screen and (max-width: 700px) {

  .page-content {
    padding: 16px;
  }

  .add-padding {
    padding-top: 50px !important;
  }

  /* kamu akan aneh melihat kode ini kelak sep */

  /* ----------------------------------------------- */

  .container-empty-state {
    top: 0 !important;
  }

  .img-size {
    width: 25% !important;
  }
}

/*body {
  font-family: 'Roboto', sans-serif;
} */

.full-height {
  height: 100vh;
}

.status-detail-active {
  color: #5bc43b;
  background-color: #e4ffdc;
  margin-right: 10px;
  text-align: center;
  width: 80px;
  font-size: 14px;
  padding: 5px;
  border-radius: 5px;
}

.add-padding-5-bottom {
  margin-bottom: 5px !important;
}

.status-detail-active-approved {
  color: #5bc43b;
  background-color: #e4ffdc;
  margin-right: 10px;
  text-align: center;
  width: 80px;
  font-size: 14px;
  padding: 5px;
  border-radius: 5px;
}

.status-detail-inactive {
  color: #a50000;
  background-color: #f6dfda;
  margin-right: 10px;
  text-align: center;
  width: 80px;
  font-size: 14px;
  padding: 5px;
  border-radius: 5px;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

/* ------------------ added by asep  -----------------*/

.padding-right-zero {
  padding-right: 0 !important;
}

.padding-left-zero {
  padding-left: 0 !important;
}

/* .btn-modal-size:hover {
	background: #47bf84 !important;
} */

.modal-control {
  color: #46be8a !important;
  box-shadow: none !important;
  background: #d8dee247 !important;
  position: relative !important;
  bottom: unset !important;
  height: 36px !important;
  width: 36px !important;
}

.modal-control:hover {
  background: #d8dee2 !important;
}

.form-login-wrapper {
  width: 100% !important;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
}

/* tema warna */

.red {
  background-color: #ff474e !important;
}

.red-text {
  color: #ff474e !important;
}

.gray {
  background: #545454 !important;
}

/* position */

@media only screen and (max-width: 960px) {

  .justify-md-and-down-center {
    justify-content: center;
    align-items: center;
  }

  .status-detail-active {
    margin-right: 0;
  }
}

.position-popper {
  position: fixed !important;
  min-width: 200px;
  z-index: 200;
  margin-top: 35px;
  margin-left: -2px;
}

@media only screen and (max-width: 959px) {
  .position-popper {
    position: fixed !important;
    min-width: 200px;
    z-index: 200;
    left: auto !important;
    right: -14px !important;
    padding-right: 67px;
    margin-top: 35px;
  }
}

.page-login {
  background: #0078b0;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  overflow: hidden;
  height: 100vh;
  margin: 0px;
}

.page-content {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 767px) {
  .page-content {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .page-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.button-icon {
  min-width: 0px !important;
}

.e-edit::before {
  content: '\e891';
}

.e-next::before {
  content: '\e430';
}

.e-close::before {
  content: '\eb36';
}

.e-search::before {
  content: '\e993';
}

.e-posting::before {
  content: '\e933';
}

.e-clock::before {
  content: '\e20c';
}

.e-delete::before {
  content: '\e94a';
}

.e-copy::before {
  content: '\e424';
}

.e-hyperlink-remove::before {
  content: '\e286';
}

.e-plus::before {
  content: '\ec0a';
}

.e-minus::before {
  content: '\ec09';
}

.e-note::before {
  content: '\e30d';
}

.e-print::before {
  content: '\e34b';
}

.e-touch::before {
  display: block;
  content: ' ';
  background-image: url('../../assets/img/svg/touch_app.svg');
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
}

.e-detail::before {
  content: '\e993';
}

.e-exchange-rate::before {
  content: '\e309';
}

.e-addnew::before {
  content: '\e823';
}

.e-show-mutation::before {
  content: '\e30d';
}

.e-add-reverse-transaction::before {
  content: '\e890';
}

.e-show-reverse-transaction::before {
  content: '\e34f';
}

.e-check-mark-01::before {
  content: '\e7ff';
}

.context-menu-delete {
  color: '#bf4747';
}

.context-menu-posting {
  color: '#5bc43b';
}

.e-journal::before {
  content: '\e526';
}

.e-unreconcile::before {
  content: '\e22d';
}

.e-reconcile::before {
  content: '\e359';
}

.e-reconcile::after {
  content: '\e270';
  color: red;
  position: absolute;
  top: 6px;
  font-size: 32px;
  left: 24px;
}

.e-reconcile {
  margin-right: 0px !important;
}

.e-import::before {
  content: '\eb3d';
}

.e-import::after {
  content: '\e270';
  color: red;
  position: absolute;
  top: 6px;
  font-size: 32px;
  left: 24px;
}

.e-import {
  margin-right: 0px !important;
}

.journal-color {
  color: '#46be8a';
}

.e-payment::before {
  content: '\eb45';
}

.switch {
  left: 40%;
  top: 35%;
}

.full-height {
  height: 100% !important;
  box-shadow: none !important;
}

.page {
  position: relative;
  height: auto;
  background: #f4f7f9;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: auto !important;
  flex: 1;
  overflow: auto;
}

.status-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* status color + status warna */

.status-draft {
  background: #ededed;
  color: #7c7a7d;
  margin-right: 10px;
  text-align: center;
  width: 80px;
  font-weight: 400;
  font-size: 14px;
  padding: 5px;
  border-radius: 4px;
}

.status-awaiting-approval {
  background: #fdf4e8;
  color: #e9ad5b;
  margin-right: 10px;
  text-align: center;
  font-weight: 400;
  width: 80px;
  font-size: 14px;
  padding: 5px;
  border-radius: 4px;
}

.status-finished {
  color: #a50000;
  background-color: #f6dfda;
  margin-right: 10px;
  text-align: center;
  font-weight: 400;
  width: 80px;
  font-size: 14px;
  padding: 5px;
  border-radius: 4px;
}

.status-partialy-paid {
  background: #EFEFFC;
  color: #7A78C6;
  margin-right: 10px;
  text-align: center;
  width: 80px;
  font-weight: 400;
  font-size: 14px;
  padding: 5px;
  border-radius: 4px;
}

.status-open {
  background: #f1ffef;
  color: #309141;
  margin-right: 10px;
  text-align: center;
  width: 80px;
  font-weight: 400;
  font-size: 14px;
  padding: 5px;
  border-radius: 4px;
}

.status-paid {
  background: #ddf1ff;
  color: #2db5c9;
  margin-right: 10px;
  text-align: center;
  width: 80px;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  border-radius: 4px;
}

.status-overpaid {
  background: #c8e8ff;
  color: #0078b0;
  margin-right: 10px;
  text-align: center;
  width: 80px;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  border-radius: 4px;
}

.status-middle-overdue {
  background: #faebeb;
  color: #e63329;
  margin-right: 10px;
  text-align: center;
  font-weight: 400;
  width: 80px;
  font-size: 14px;
  padding: 5px;
  border-radius: 4px;
}

.status-active {
  color: #20BF6B;
  background-color: #EDFAF3;
  padding: 7.5px;
  margin-right: 10px;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  border-radius: 4px;
}

.status-reconciled {
  color: #0F7AAE;
  background: #f1ffef;
  margin-right: 10px;
  text-align: center;
  width: 80px;
  font-weight: 400;
  font-size: 12px;
  padding: 5px;
  border-radius: 4px;
  min-width: 120px;
}

.status-notreconciled {
  color: #339745;
  background: #f1ffef;
  margin-right: 10px;
  text-align: center;
  width: 80px;
  font-weight: 400;
  font-size: 12px;
  padding: 5px;
  border-radius: 4px;
  min-width: 120px;
}

.status-yearly {
  color: #2D98DA;
  background: #EBF5FB;
  margin-right: 10px;
  text-align: center;
  width: 80px;
  font-weight: 400;
  font-size: 14px;
  padding: 5px;
  border-radius: 4px;
  min-width: 120px;
}

.status-monthly {
  color: #20BF6B;
  background: #EBF5FB;
  margin-right: 10px;
  text-align: center;
  width: 80px;
  font-weight: 400;
  font-size: 14px;
  padding: 5px;
  border-radius: 4px;
  min-width: 120px;
}

.status-start-to-finish {
  color: #0F7AAE;
  background: #EBF5FB;
  margin-right: 10px;
  text-align: center;
  width: 80px;
  font-weight: 400;
  font-size: 14px;
  padding: 5px;
  border-radius: 4px;
  min-width: 120px;
}

/* ============================================================================ */

/* ----------------------------------------------------------------------- */

/* edited by isgi */

.ledger-container .ledger-header .filter-right {
  float: unset;
  display: flex;
}

.float-right-custom {
  float: right !important;
  margin-right: -40px !important;
}

label {
  font-size: 14px;
}


.modal-body-custom .row .col-6,
.modal-body-custom .row .col,
.modal-body-custom .row .col-sm-4,
.modal-body-custom .row .col-sm-12,
.modal-body-custom .row .col-md-5,
.modal-body-custom .row .col-md-7,
.modal-body-custom .row .col-lg-3 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.icon-close {
  position: absolute !important;
  right: 20px !important;
  top: 20px;
}

h3.name {
  margin-top: 0;
  margin-bottom: 5px;
}

h5.email {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 300;
}

.date-picker {
  padding-top: 0px;
}

.table thead th,
.table tfoot th {
  font-weight: 400;
  color: #526069;
  border-bottom-width: 1px;
  font-size: 14px;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.form-journal-detail .ledger-footer.general-journal-form .general-journal-summary {
  border-top: solid 1px #97d1ec;
  margin-bottom: 40px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .form-journal-detail .ledger-footer.general-journal-form .general-journal-summary {
    padding-left: unset;
    border: none;
  }
}

@media screen and (max-width: 639px) {
  .form-journal-detail .ledger-footer.general-journal-form .general-journal-summary {
    padding-left: 40px;
  }
}

.prev-detail {
  left: 0 !important;
  padding: 0 !important;
}

.next-detail {
  right: 0 !important;
  padding: 0 !important;
}

.container-action-mobile {
  background: #f4f7f9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  display: flex;
}

.container-action-mobile .close-action {
  padding: 8px;
  width: 75px;
  background: white;
  height: auto;
}

.container-action-mobile .action-button {
  width: calc(100% - 75px);
  display: flex;
}

.container-action-mobile .action-button.two-cols button {
  width: calc(100% / 2);
  height: auto;
}

.container-action-mobile .action-button .edit span,
.container-action-mobile .action-button .delete span {
  margin-left: 10px;
}

.container-action-mobile .btn-mobile {
  line-height: 15px;
  font-size: 14px;
  letter-spacing: 0.3px;
  font-weight: 300;
  text-transform: none;
  color: #1c262a;
}

.edit {
  color: #1c262a;
  margin: 5%;
}

.posting {
  margin: 5%;
  color: #46be8a;
}

.delete {
  color: #bf4747;
  margin: 5%;
}

.ledger-container .ledger-header {
  display: flex;
  justify-content: space-between;
}

.ledger-container .ledger-header .title-container {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.btn-new-row {
  height: 58px !important;
  background-color: #f4f7f9 !important;
  border-color: #d8dee2 !important;
}

.btn-new-row .font-color {
  margin-left: 10px;
  color: #8fa4af;
}

.btn-user {
  /* position: relative !important;
	right: unset !important;
	top: -13px !important; */
  /* bottom: unset !important; */
  /* width: 78px !important;
	height: 78px !important; */
  position: relative !important;
  right: unset !important;
  top: -6px;
  color: #a6a6a6 !important;
  background: #e0e0e0 !important;
  box-shadow: none !important;
}

.btn-user-add {
  min-width: 56px !important;
  position: relative !important;
  right: unset !important;
  color: #a6a6a6 !important;
  background: #e0e0e0 !important;
  box-shadow: none !important;
}

/* .ledger-container {
  margin-top: 25px !important;
} */

.btn-arrow-right {
  font-size: 18px !important;
  position: relative !important;
  top: 10px !important;
}

.typography-label-datepicker {
  top: 26px !important;
  position: relative;
  line-height: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  color: rgb(93, 109, 137) !important;
}

.typography-label {
  top: 10px !important;
  position: relative !important;
  line-height: 16px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  color: rgb(93, 109, 137) !important;
}

@media only screen and (max-width: 600px) {
  .typography-label-datepicker {
    top: 36px !important;
  }

  .typography-label {
    top: 20px !important;
    position: relative !important;
    line-height: 16px !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    letter-spacing: 0.5px !important;
    color: #253238 !important;
  }
}

.display-flex {
  display: flex;
  justify-content: flex-end;
}

/* created by ahsan */

.ledger-container.sales .ledger-body.sales .ledger-row.row-body>div.mobile-right-custom,
.ledger-container.sales .ledger-body.sales .ledger-row.row-body>a>div.mobile-right-custom,
.ledger-container.sales .ledger-body.sales .ledger-row.row-body>a .right-side>div.mobile-right-custom {
  display: block;
  position: absolute;
  right: 5px;
  top: 15px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}

.form-journal-detail .ledger-body .ledger-row.template {
  display: flex;
}

.form-journal-detail.sales .ledger-body .right-side .col.project {
  width: 205px;
}

.form-journal-detail .ledger-body .ledger-row .debet input,
.form-journal-detail .ledger-body .ledger-row .kredit input,
.form-journal-detail .ledger-body .ledger-row .col input {
  line-height: 19px;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #253238;
  margin-top: 12px;
  width: 100%;
  border: none;
  outline: none;
  padding-top: 9px;
  padding-bottom: 14px;
  -webkit-background-size: 0 2px, 100% 1px;
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center -webkit-calc(100% - 1px);
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  background-color: transparent;
  -webkit-transition: background 0s ease-out;
  -o-transition: background 0s ease-out;
  transition: background 0s ease-out;
}

.form-journal-detail.sales .ledger-body .col>span,
.form-journal-detail.sales .ledger-body .col>input {
  font-weight: normal;
  line-height: 32px;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #253238;
}

.form-journal-detail .ledger-body .ledger-row .debet input,
.form-journal-detail .ledger-body .ledger-row .kredit input,
.form-journal-detail .ledger-body .ledger-row .col input {
  line-height: 19px;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #253238;
  margin-top: 12px;
  width: 100%;
  border: none;
  outline: none;
  padding-top: 9px;
  padding-bottom: 14px;
  -webkit-background-size: 0 2px, 100% 1px;
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center -webkit-calc(100% - 1px);
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  background-color: transparent;
  -webkit-transition: background 0s ease-out;
  -o-transition: background 0s ease-out;
  transition: background 0s ease-out;
}

.ledger-container.sales .ledger-body.sales .ledger-row .value {
  width: 190px;
  text-align: right;
  /* background-color: #53b857; */
}


.ledger-container.sales .ledger-body.sales.sales-invoice .ledger-row .value {
  width: 155px;
}

.form-group label {
  font-size: .75em;
  font-weight: 600;
  color: #394D6F;
}

.form-group textarea::placeholder {
  font-size: 1em;
  letter-spacing: 0;
  font-weight: 600;
}

.scroll {
  overflow: auto;
  overflow-x: hidden;
}

.no_result {
  margin-top: 20px;
  font-size: 26px;
  color: steelblue;
  text-align: center;
}

/* penutup created ahsan */

.avatar-detail {
  width: 100px !important;
  height: 100px !important;
}

.item-title-transaction {
  font-size: 14px !important;
  color: #027fb3 !important;
  line-height: 1.8;
}

.item-subtitle-transaction {
  font-size: 13px !important;
  font-weight: 100 !important;
  line-height: 1.8;
}

.item-desc-transaction {
  font-size: 13px;
  color: #bebebe;
  font-weight: 100;
  text-overflow: ellipsis;
  /* width: 180px; */
  overflow: hidden;
  line-height: 1.8;
}

.item-price-transaction {
  font-size: 13px;
  text-align: right;
  /* width: fit-content */
}

.item-transaction {
  background: #f4f7f9;
  position: unset !important;
  height: 65px;
  display: flex;
}

.detail {
  color: #027fb3;
  margin: 5%;
}

.container-action-mobile .action-button .edit span,
.container-action-mobile .action-button .delete span,
.container-action-mobile .action-button .detail span {
  margin-left: 10px;
}

.placeholder-grid {
  width: 100%;
  margin-top: -2px;
}

.label-button-new {
  margin-left: 10px;
}

@media only screen and (max-width: 959px) {
  .custom-modal {
    margin: 5px !important;
    width: auto;
  }
}

.title-modal-delete {
  padding: 40px 40px 30px !important;
  text-align: center;
}

.text-title-modal-delete {
  font-size: 14px;
  /* line-height: 16px; */
  color: #253238;
  font-weight: 400;
  margin: 0 !important;
}

.content-modal-delete {
  padding-top: 0px !important;
  text-align: center;
  padding: 40px 40px 10px;
  width: auto;
}

.modal-body {
  padding: 0 !important;
}

.text-content-modal-delete {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: #253238;
  margin-bottom: 20px;
}

.action-modal-delete {
  text-align: center;
  justify-content: center !important;
  padding: 0 40px 40px;
}

.action-modal-delete .btn {
  float: none;
  border: none;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 14px;
}

.action-modal-delete .btn-cancel:not(:hover) {
  color: #8fa4af;
}

#cancel {
  color: white;
  text-decoration: none;
}

.action-modal-delete .btn-delete:hover {
  color: #fff;
}

.action-modal-delete .btn-delete:active {
  color: #fff;
}

.warning-adjustment {
  border-top: solid 1px #ffffff !important;
  width: 450px;
  margin-bottom: 50px;
  margin-top: 30px;
  margin-left: 16px;
}

.label-warning-adjustment {
  line-height: 16px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0.7px !important;
  color: #8fa4af !important;
  opacity: 0.8 !important;
}

.total-data-loading {
  width: 16px;
  position: relative;
  left: 10px;
}

.container-search-mobile {
  background: white;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 1;
  border: 1px solid #eaeaea;
  border-radius: 8px;
}

.modal-title {
  width: 100%;
  line-height: 28px;
  font-size: 24px;
  color: #253238;
  margin: 0;
}

.title-modal-material {
  padding: 30px !important;
}

.title-modal-material-nopadding {
  padding: 40px 40px 0px !important;
}

.modal-custom {
  padding: 0px 30px 30px 30px !important;
}

@media screen and (max-width: 479px) {
  .modal-title {
    font-size: 16px;
    line-height: 20px;
  }

  .title-modal-material {
    padding: 20px 20px 20px !important;
  }

  .modal-custom {
    padding: 0px 20px 20px 20px !important;
  }
}

.custom-padding {
  padding: 5px 5px 5px 0px !important;
}

.margin-button {
  margin-right: 20px !important;
  width: 120px !important;
}

.button-custom-taking {
  display: flex !important;
  justify-content: space-between;
  margin-right: -20px;
  margin-top: 30px;
}

.e-menu-item {
  height: auto !important;
  padding: 14px 25px !important;
  margin: 0;
  line-height: 15px !important;
  font-size: 14px;
  letter-spacing: 0.3px;
  display: block;
  /* border-bottom: solid 0.5px #e4eaec; */
  border-bottom: 'none';
  font-weight: 300;
  color: #394D6F !important;
}

.e-contextmenu .e-menu-item:last-child {
  border-bottom: none;
}

.e-menu-icon {
  line-height: 15px !important;
  color: #2D98DA !important;
  margin-right: 14px !important;
}

.e-contextmenu #delete,
.e-contextmenu #delete .e-menu-icon {
  color: #bf4747 !important;
}

.e-contextmenu #detail,
.e-contextmenu #detail .e-menu-icon {
  color: #0078b0 !important;
}

.e-contextmenu #journal_voucher,
.e-contextmenu #journal_voucher .e-menu-icon {
  color: #46be8a !important;
}

.e-contextmenu #posting,
.e-contextmenu #posting .e-menu-icon {
  color: #46be8a !important;
}

.subtitle-detail {
  font-weight: 100;
  color: #027fb3;
  margin-top: 40px !important;
  margin-bottom: 0px !important;
}

.loader-company {
  min-height: 250px !important;
  min-width: 250px !important;
  height: 250px !important;
  width: 250px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.loader-company {
  min-height: 250px !important;
  min-width: 250px !important;
  height: 250px !important;
  width: 250px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.confirm-delete-content {
  min-height: unset !important;
}

.confirm-delete-action {
  margin: 0px !important;
}

.new-confirm-delete-action {
  margin: 0px !important;
  padding-bottom: 30px !important;
}

.field-collapse {
  padding-left: 48px;
}

.type-contact {
  margin-right: 10px;
  text-align: center;
  width: 80px;
  font-size: 12px;
  padding: 5px;
  border-radius: 5px;
}

.type-customer {
  background-color: #e5f0f7;
  color: #7595ad;
}

.type-vendor {
  background-color: #fde4b1;
  color: #ddb05a;
}

.type-employee {
  background-color: #fee2e6;
  color: #d1959c;
}

.type-other {
  background-color: #d3dadd;
  color: #95a6b3;
}

.disabled-detail {
  color: #253238 !important;
}

.disabled-detail::before {
  border-bottom: 1px solid #e4eaec !important;
}

.detail-action {
  margin-left: 0px !important;
  align-items: center;
}

.text-warning-input {
  font-size: 12px;
  margin-right: 5px;
  color: #ff9616;
}

.icon-warning-input {
  font-size: 12px !important;
}

.form-filter {
  margin-top: 20px;
}

.wrap-title-report {
  text-align: center;
  margin-top: 20px;
  border-bottom: solid 0.5px #ccc;
}

.wrap-title {
  margin-bottom: 34px;
}

.wrap-sub-title {
  padding-bottom: 25px;
}

.font-title-report {
  color: #253238;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.font-sub-title {
  color: #bf4747;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.font-sub-title-14 {
  color: #bf4747;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.padding-alias {
  padding-top: 15px;
  padding-bottom: 15px;
}

.status-modal {
  padding: 5px;
  width: 90px;
  /* tambahan dari asep */
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.font-sub-title-blue {
  color: #0078b0;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.font-sub-title-blue div {
  color: #0078b0 !important;
  font-size: 12px;
  font-weight: 400;
  /* letter-spacing: 0.5px; */
}

.font-14 {
  color: #3c4550;
  line-height: 16px;
  font-size: 14px;
  font-weight: 100;
}

.bg-white {
  background-color: #fff;
  margin-left: 20px;
}

.gray-icon {
  color: #999;
}

.gray-icon-dark {
  color: #253238;
}

.green-icon {
  color: #46be8a;
}

.rct-node-leaf {
  padding-left: 6px;
}

.rct-collapse,
.rct-checkbox,
.rct-node-icon {
  padding: 0px 2px;
  display: flex;
}

.react-checkbox-tree label {
  margin-bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.rct-text {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.react-checkbox-tree {
  display: flex;
  flex-direction: row-reverse;
  font-size: 16px;
  border: 1px dotted #bebebe;
  padding: 10px;
  margin-top: 0px;
  min-height: 300px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 491px) {
  .xs-mobile-center {
    justify-content: center !important;
    align-items: center !important;
  }
}

.info-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.desc-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 15px;
}

.title-no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
}

.wrap-status {
  padding: 8px;
}

.position-status {
  text-align: right;
  margin-right: 30px;
}

.wrap-btn-user {
  margin-right: -20px !important;
}

.avatar-company {
  width: 175px;
}

.avatar-company-container {
  background-color: #f4f7f9;
  border: solid 0.5px #8fa4af;
  border-radius: 85px;
  overflow: hidden;
  width: 170px;
  height: 170px;
  margin-top: 15px;
}

.action-button-account-classification {
  margin-top: 10px !important;
}

/* grid dragabble */

.react-grid-layout {
  position: relative;
  transition: height 200ms ease;
}

.react-grid-item {
  transition: all 200ms ease;
  transition-property: left, top;
}

.react-grid-item.cssTransforms {
  transition-property: transform;
}

.react-grid-item.resizing {
  z-index: 10;
  will-change: width, height;
}

.react-grid-item.react-draggable-dragging {
  transition: none;
  z-index: 13;
  will-change: transform;
}

.react-grid-item.react-grid-placeholder {
  background: red;
  opacity: 0.2;
  transition-duration: 100ms;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.react-grid-item>.react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 0;
  cursor: nwse-resize;
  z-index: 15;
  background: #394d6f;
  border-radius: 4px;
}

.react-grid-item>.react-resizable-handle::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 5px;
  height: 5px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
}

.react-grid-item>.react-resizable-handle::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 5px;
  height: 5px;
  border-left: 2px solid white;
  border-top: 2px solid white;
}

.table-header-sticky {
  position: sticky !important;
  top: -27px;
  z-index: 2;
  background-color: #fff;
}

.subtitle-modal {
  color: #76838f;
  font-weight: 300;
  line-height: 1.571429;
  text-align: center;
  font-size: 12px;
  margin-bottom: 0px;
}

.subtitle-limitation {
  line-height: 19px;
  font-size: 16px;
  letter-spacing: 0.6px;
  color: #3c4550;
  margin-bottom: 20px;
}

/*
.subtitle-modal {
  color: #76838f;
  font-weight: 300;
  line-height: 1.571429;
  text-align: center;
  font-size: 10px;
  margin-bottom: 20px;
} */

.td-font {
  font-family: Muli !important;
  font-size: 12px;
  font-weight: 400;
}

.label-summary-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px !important;
}

.value-summary-transaction {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 56px;
  padding-bottom: 0;
}

/* style for gst */

.gst-preview {
  font-weight: 400;
  font-size: 1rem;
}

.gst-export-button-wrapper {
  padding-bottom: 0;
}

.gst-title {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}

.gst-header {
  margin-top: 40px;
}

.gst-content-header-wrapper {
  padding: 5px 10px;
}

.gst-content-group {
  background-color: #98e0ff;
  padding: 5px 10px;
  margin-top: 15px;
  font-weight: 500;
}

.gst-content-wrapper {
  margin: 5px 0;
}

.gst-content-label {
  padding-left: 40px
}

.gst-content-label2 {
  padding-left: 20px
}

.gst-content-amount {
  border: solid 1px;
  width: calc(100% - 30px);
  float: left;
  padding: 0 10px;
  text-align: right;
}

.gst-content-numbering {
  width: 20px;
  border: solid 1px;
  text-align: center;
  border-radius: 100%;
  margin-left: 10px;
  float: right;
}

.gst-content-option-wrapper {
  width: 100px;
  float: left;
}

.gst-content-option {
  float: left;
  border: solid 1px;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 10px;
}

.gst-sub-content-label {
  padding-left: 20px;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .gst-export-button-wrapper {
    padding-bottom: 25px;
  }
}

/* end style for gst */

/* for print */

@media print {
  body * {
    visibility: hidden;
  }

  .scroll {
    top: 0;
  }

  #print-page,
  #print-page * {
    visibility: visible;
  }

  #print-page {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  /* extras for gst */
  .gst-preview {
    font-size: 14px;
  }

  .gst-header {
    margin-top: 15px;
  }

  .gst-content-header-wrapper {
    padding: 2px;
  }

  .gst-content-group {
    margin: 5px 0;
    padding: 3px;
    border: solid 1px;
  }

  .gst-content-wrapper {
    margin: 0;
  }

  /* end extras for gst */

  /* Cashier History Printing Style */

  /* End of Cashier History Printing Style */
}

/* end for print */

.child-grid {
  margin-top: 24px;
  margin-bottom: 60px;
  height: 600px;
  display: flex;
  background-color: #fff;
}

.child-grid-container {
  padding-bottom: unset !important;
  margin-bottom: 70px !important;
}

.loader-spin {
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*style font period end*/

.desc-period {
  line-height: 14px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #3c4550;
  margin-left: 35px;
}

.cell-head-report {
  font-family: Roboto !important;
  font-size: 12px;
}

.cell-body-report {
  font-weight: 300;
}

#admin-menu-list.row .menu-item.menu-item-locked .menu-icon img {
  display: inline !important;
}

.report-position {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
  width: 100%;
  padding: 0;
  left: 0;
  right: 0;
}

.report-container {
  flex-grow: 0;
  max-width: 83.333333%;
  flex-basis: 83.333333%;
}

@media screen and (max-width: 767px) {
  .report-position {
    display: unset;
    justify-content: unset;
    margin-top: 45px;
    margin-bottom: 70px;
  }

  .report-container {
    flex-grow: unset;
    max-width: unset;
    flex-basis: unset;
    margin-right: unset;
    padding-right: 20px;
    padding-left: 20px;
  }

  .margin-mobile {
    margin-top: 40px
  }

  .wrap-title {
    margin-bottom: 34px;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
  }

  .page-login {
    overflow-y: auto;
  }
}

/*style calendar picker range----------------*/

.click {
  color: #4A4A4A;
}

.click .date-period {
  font-size: 14px;
  /*padding: 5px 0;*/
  /*border-bottom: 1px solid lightgray;*/
  /* margin-right: 20px; */
  width: auto;
  cursor: pointer;
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*height: 38px;*/
}

.click:hover .date-period {
  /*border-bottom: 1px solid #349aef;*/
}

.wrapper-month {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  min-height: 200px;
  border: 1px solid #f9f9f9;
}

.wrapper-month .month {
  padding-top: 15px;
  text-align: center;
  color: #4A4A4A;
  cursor: pointer;
  font-size: 14px;
  animation: month 0.4s;
}

@keyframes month {
  0% {
    margin-left: -80px;
  }

  100% {
    margin-left: 0;
  }
}

.wrapper-month .month:hover {
  background-color: #0473a0;
  color: white;
}

.wrapper-month .selected {
  background-color: #006690;
  color: white;
}

.wrapper-year {
  background-color: white;
  color: #454545;
  font-size: 20px;
  height: 50px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid #f9f9f9;
}

.wrapper-year .prev-year,
.wrapper-year .next-year {
  cursor: pointer;
}

.action-date-picker:hover {
  text-decoration: none !important;
  background-color: rgba(0, 0, 0, 0.08) !important;
}

.calendar .ok {
  cursor: pointer;
  /* margin: 10px 5px 0px; */
  /* padding: 9px; */
  padding: 0 8px !important;
  height: 36px;
  background-color: #ffffff;
  color: #027fb3;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.calendar .ok:hover {
  background-color: #ffffff;
}

.calendar .calendar-button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

.date-range {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 10;
}

.background-calendar {
  top: 0;
  left: 0;
  background-color: black;
  height: 100%;
  opacity: 0.5;
  position: fixed;
  width: 100%;
}

.wrapper-calendar {
  margin: 50px auto;
  /* width: 428px; */
  width: 310px;
  position: relative;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  background-color: white;
  border-radius: 4px;
  z-index: 50;
  animation: calendar 0.5s ease-in-out;
}

.wrapper-period {
  display: flex;
  flex-wrap: wrap;
}

@keyframes calendar {
  0% {
    opacity: 0;
    margin-top: -300px;
  }

  100% {
    opacity: 1;
    margin-top: 50px;
  }
}

@keyframes calendarMobile {
  0% {
    opacity: 0;
    margin-top: -300px;
  }

  100% {
    opacity: 1;
    margin-top: 10px;
  }
}

@media only screen and (max-height: 570px) {
  .wrapper-calendar {
    margin-top: 10px;
    max-width: 320px;
    max-height: 540px;
    overflow-y: scroll;
    overflow-x: scroll;
    animation: calendarMobile 0.5s ease-in-out;
  }

  .wrapper-calendar .calendar__range {
    color: #5d5d5d;
    background-color: #006EDB;
    color: white;
    border-radius: 4px;
    width: 330px;
  }

  .wrapper-calendar .period {
    width: 320px;
  }
}

@media only screen and (max-width: 620px) and (min-height: 570px) {
  .wrapper-calendar {
    margin-top: 10px;
    max-width: 340px;
    max-height: 700px;
    animation: calendarMobile 0.5s ease-in-out;
  }

  .wrapper-calendar .calendar__range {
    color: #5d5d5d;
    background-color: #006EDB;
    color: white;
    border-radius: 4px;
    width: 330px;
  }

  .wrapper-calendar .period {
    width: 320px;
  }
}

.wrapper-calendar .period {
  min-width: 140px;
  padding: 10px;
  color: #4A4A4A;
  cursor: pointer;
  font-size: 14px;
}

.wrapper-calendar .period:hover {
  background-color: #D7EDFB;
}

.wrapper-calendar .period-select {
  padding: 10px;
  color: #4A4A4A;
  background-color: #D7EDFB;
  cursor: pointer;
  font-size: 14px;
  margin-top: 8px;
}

.calendar {
  width: 288px;
  /* border: 1px solid #f9f9f9; */
}

.text-date-primary {
  font-size: 32px;
  color: #ffffff;
  display: block;
  margin-left: 16px;
}

.text-date-secondary {
  font-size: 12px;
  color: #ffffff;
  margin-top: 8px;
  margin-bottom: 8px;
  display: block;
  margin-left: 16px;
}

.wrapper-calendar .calendar__range {
  /* color: #1c7edf; */
  /* padding: 5px; */
  background-color: #1c7edf;
  width: 100%;
  /*width: 278px;*/
  text-align: left;
  border-radius: 3px;
  /*padding: 15px 16px;*/
  padding: 15px 0px;
  border-bottom: 2px solid #f9f9f9;
}

.wrapper-calendar .calendar__range .calendar__range-month {}

.wrapper-calendar .calendar__range td {
  padding: 0;
  line-height: 1rem;
}

.calendar .calendar__header {
  text-align: center;
  width: 286px;
  padding-top: 13px;
  /* border: 1px solid #f9f9f9; */
}

.calendar .calendar__header .calendar__month-chooser {
  color: #434343;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
  /*width: 286px;*/
  padding: 0 8px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.calendar .calendar__header .calendar__month-chooser .calendar__prev-month {
  float: left;
}

.calendar .calendar__header .calendar__month-chooser .calendar__next-month {
  float: right;
}

.calendar .calendar__header .calendar__month-chooser .calendar__prev-month,
.calendar .calendar__header .calendar__month-chooser .calendar__next-month {
  cursor: pointer;
  color: #a2a2a2;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.calendar .calendar__days-names {
  color: #4A4A4A;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
}

.calendar .calendar__days-names .calendar__day-name {
  /*min-width: 40px;*/
  width: 40px;
  color: rgba(0, 0, 0, 0.38);
  /*margin: 0 2px;*/
  text-transform: capitalize;
  text-align: center;
  font-size: 11px;
}

.calendar .calendar__wrap {
  max-height: 216px;
  overflow: hidden;
  padding: 1px;
  /* border: 1px solid #f9f9f9; */
}

.calendar .calendar__table {
  transform: translate3d(0px, -148px, 0px);
  transition: all 0.3s ease-in;
  cursor: pointer;
  will-change: transform;
  font-size: 12px;
  font-weight: 500;
}
.calendar .calendar__table.animate--forward {
  animation: list-forward 0.3s forwards;
}

.calendar .calendar__table.animate--backward {
  animation: list-backward 0.3s forwards;
}

.calendar .calendar__table .calendar__day {
  z-index: -2;
  min-width: 40px;
  padding: 0;
  text-align: center;
  color: #5d5d5d;
  /* border-bottom: 1px solid #fff; */
}

.calendar .calendar__table .calendar__day:hover .calendar__inner-day.selected {
  /* border-radius: ; */
  border: 2px solid #006EDB;
}

.calendar .calendar__table .calendar__day.dis {
  background: #fcf9fc;
  /* border-bottom: 1px solid #fcf9fc; */
}

.calendar .calendar__table .calendar__day.selected {
  background: #027fb3;
  border-radius: 50%;
  color: #fff;
  position: relative;
}

/* .calendar .calendar__table .calendar__day.selected:last-child{
	background: red !important;
} */

.calendar .calendar__table .calendar__day.sel--start {
  position: relative;
  border-radius: 50%;
  background: #006690;
  color: #fff;
}

/* .calendar .calendar__table .calendar__day.sel--start:after {
  content: '';
  display: block;
  position: absolute;
  background: #006EDB;
  width: 10px;
  height: 40px;
  top: 0;
  right: 0;
} */

.calendar .calendar__table .calendar__day.sel--start .calendar__inner-day {
  border-radius: 49px;
  /* border: 2px solid #006EDB; */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  /* background: #006EDB; */
}

.calendar .calendar__table .calendar__day.sel--end {
  position: relative;
  border-radius: 50%;
  color: #fff;
  background: #006690;
}

/* .calendar .calendar__table .calendar__day.sel--end:before {
  content: '';
  display: block;
  position: absolute;
  background:  #006EDB;
  width: 25px;
  height: 40px;
  top: 0;
  left: 0;
  z-index: -1;
} */

.calendar .calendar__table .calendar__day.sel--end .calendar__inner-day {
  /* border-radius: ; */
  /* border: 2px solid  #006EDB; */
  /* background:  #006EDB; */
  color: white;
}

/*.calendar .calendar__table .calendar__day.out--range {
  color: grey;
}*/

.calendar .calendar__table .calendar__day .calendar__inner-day {
  height: 40px;
  width: 40px;
  line-height: 36px;
  border-radius: 50%;
  /*border: 2px solid transparent;*/
  margin: auto;
}

@-moz-keyframes list-forward {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }

  100% {
    transform: translate3d(0px, -148px, 0px);
  }
}

@-webkit-keyframes list-forward {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }

  100% {
    transform: translate3d(0px, -148px, 0px);
  }
}

@-o-keyframes list-forward {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }

  100% {
    transform: translate3d(0px, -148px, 0px);
  }
}

@keyframes list-forward {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }

  100% {
    transform: translate3d(0px, -148px, 0px);
  }
}

@-moz-keyframes list-backward {
  0% {
    transform: translate3d(0px, -148px, 0px);
  }

  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

@-webkit-keyframes list-backward {
  0% {
    transform: translate3d(0px, -148px, 0px);
  }

  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

@-o-keyframes list-backward {
  0% {
    transform: translate3d(0px, -148px, 0px);
  }

  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

@keyframes list-backward {
  0% {
    transform: translate3d(0px, -148px, 0px);
  }

  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

/*end calendar picker range-----------------*/

.menu-item-custom-img {
  color: rgba(0, 0, 0, 0.87) !important;
  width: auto !important;
  height: 10px !important;
  overflow: hidden !important;
  font-size: 14px !important;
  box-sizing: content-box !important;
  font-weight: 200 !important;
  font-family: Roboto !important;
  line-height: 1.5em !important;
  white-space: nowrap !important;
  padding-left: 16px !important;
  text-overflow: ellipsis !important;
  padding-right: 16px !important;
}

.typography-label-bold {
  top: 10px !important;
  position: relative !important;
  line-height: 16px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  color: #0F7AAE !important;
}

.capitalize {
  text-transform: capitalize
}

.wd-status-detail {
  width: auto !important;
  padding: 10px !important;
  border-radius: unset !important;
  font-size: 14px !important;
}

.loading-color {
  color: #46be8a
}

.font-option-report {
  color: rgba(0, 0, 0, 0.87) !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  font-family: Roboto !important;
  line-height: 1.46429em !important;
  margin-left: 10px !important;
}

.menu-item-custom-img {
  color: rgba(0, 0, 0, 0.87) !important;
  width: auto !important;
  height: 10px !important;
  overflow: hidden !important;
  font-size: 14px !important;
  box-sizing: content-box !important;
  font-weight: 200 !important;
  font-family: Roboto !important;
  line-height: 1.5em !important;
  white-space: nowrap !important;
  padding-left: 16px !important;
  text-overflow: ellipsis !important;
  padding-right: 16px !important;
}

.position-popup {
  top: 130px !important;
}

.typography-label-bold {
  top: 10px !important;
  position: relative !important;
  line-height: 16px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  color: #0F7AAE !important;
}

.capitalize {
  text-transform: capitalize
}

.loading-color {
  color: #46be8a
}

.font-option-report {
  color: rgba(0, 0, 0, 0.87) !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  font-family: Roboto !important;
  line-height: 1.46429em !important;
  margin-left: 10px !important;
}

.draggable {
  position: relative;
  box-shadow: 10px 10px 30px lightgray;
  border-radius: 3px;
  animation: drag 0.5 infinite;
}

@keyframes drag {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: 5px;
  }

  100% {
    margin-top: 0;
  }
}

.card-draggable {
  position: absolute;
  height: 100%;
  width: 100%;
  /*background-color: rgb(123, 120, 120);*/
  z-index: 5;
  opacity: 0.5;
}

.card-draggable-full {
  position: absolute;
  height: 99%;
  right: 5px;
  bottom: 5px;
  width: 99%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 5;
  cursor: move;
}

@keyframes list-action {
  0% {
    opacity: 0;
    height: 0;
  }

  100% {
    opacity: 1;
    height: auto;
  }
}

.position-button-import {
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  margin-left: 30px !important;
  margin-bottom: 30px !important;
}

@media screen and (max-width: 600px) {
  .position-button-import {
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    margin-left: 20px !important;
    margin-bottom: 20px !important;
  }
}

/* .download-text-color {
  color: #46be8a;
  border: solid 0.5px #46be8a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 2px;
  font-weight: 100;
} */

.download-text-color {
  color: #ffffff;
  border: solid 0.5px #0078b0;
  background-color: #0078b0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
  font-weight: 100;
}

.download-text-color:hover {
  color: #ffffff;
  background-color: #005e8a;
  border: solid 0.5px #005e8a;
  text-decoration: none;
}

.position-popup-transaksi {
  top: 192px !important;
}

/* added by asep imam */

.ReactVirtualized__Grid.ReactVirtualized__Table__Grid::-webkit-scrollbar {
  width: 8px;
}

.ReactVirtualized__Grid.ReactVirtualized__Table__Grid::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 50px;
}

.ReactVirtualized__Grid.ReactVirtualized__Table__Grid::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  height: 50px;
  border-radius: 50px;
}

.scroll-style::-webkit-scrollbar {
  width: 8px;
}

.scroll-style::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 50px;
}

.scroll-style::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  height: 50px;
  border-radius: 50px;
}

.mini-scroll-style::-webkit-scrollbar {
  width: 4px;
}

.mini-scroll-style::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 20px;
}

.mini-scroll-style::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  height: 20px;
  border-radius: 20px;
}

.scroll-style-horizontal::-webkit-scrollbar {
  height: 8px;
}

.scroll-style-horizontal::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 50px;
}

.scroll-style-horizontal::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  height: 50px;
  border-radius: 50px;
}

/* ---------------------------------------- */

.form-type {
  position: absolute;
  width: 100%;
  right: 10px;
  top: 10px;
}

@media screen and (max-width: 767px) {
  .form-type {
    position: relative;
    width: auto;
    right: 0;
    top: 0;
    margin-top: -50px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .form-type .breadcrumb {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 700px) {
  .form-type {
    margin-top: -16px;
  }
}

.disabled-acl {
  cursor: not-allowed !important;
  background: #f5f5f5 !important;
  display: block;
  height: auto;
}

.disabled-acl:hover {
  cursor: not-allowed !important;
  background: #f5f5f5 !important;
  /* display: block;
  height: auto; */
}

.second-table {
  background: #107aae;
  color: white;
  font-size: 12px;
}

.font-12 {
  font-size: 12px !important;
}

.detail-report-row-bg {
  background: #f4f7f9 !important;
}

.cell-center {
  vertical-align: middle !important;
  text-align: center !important;
}

#report tr td {
  white-space: pre;
}

.nowhitespace tr td {
  white-space: pre-line !important;
}

.non-pre tr td {
  white-space: normal !important;
}

.modal-body .title-content {
  text-align: center;
  font-size: 13px;
  margin-bottom: 20px;
  color: #76838f;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: .01em;
}

.list-group.period {
  margin-top: 35px;
}

.list-group {
  margin-bottom: 20px;
}

.list-group-item .left-text,
.left-text {
  float: left;
  text-align: left;
}

.list-group-item-dark {
  background-color: #e4eaec !important;
  color: #76838f !important;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item .bold-text,
.bold-text {
  font-weight: 500;
  font-size: 14px;
}

.list-group-item .block-text,
.block-text {
  display: block;
}

.list-group-item span {
  font-size: 14px;
}

@media only screen and (max-width: 500px) {
  .block-mobile {
    display: block !important;
  }

  .none-mobile {
    display: none;
  }
}

.block-mobile {
  display: none !important;
}

.list-group-item span.small-text,
.small-text {
  font-size: 12px;
}

.list-group-item .bold-text,
.bold-text {
  font-weight: 500;
  font-size: 14px;
}

.list-group-item .right-text {
  float: right;
  text-align: right;
}

.list-group-item p {
  margin-bottom: 0 !important;
}

.list-group-item .text-through {
  text-decoration: line-through;
  color: red;
}

.read-more {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 30px 0;
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, white);
}

.border-top-report {
  border-top: 0.5px solid #97d1ec !important;
  padding: 10px;
}

.uppercase {
  text-transform: uppercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.blue-text {
  color: #57c7d4;
  font-weight: 400;
}

.presisi-padding-left div {
  /* padding-left: 56px; */
  margin-left: -24px;
}

.margin-right-difference div {
  padding-right: 24px !important;
}

.border-none {
  border: none !important;
}

.borderTop-white {
  border-top: 1px solid white !important;
}

.td-font-message {
  font-size: 16px;
  font-weight: 300;
}

.border-top-grey {
  border-top: 0.5px solid #ccc !important;
}

.card-companies {
  height: 250px !important;
  padding: 15px;
  cursor: pointer;
}

.media-companies {
  height: 150px !important;
  background-size: 100px 100px !important;
  background-position: center !important;
}

.background-white {
  background-color: #ffffff !important;
}

.roboto-font {
  font-family: Roboto !important;
}

.animated-alert-static {
  animation: 0.5s linear alert-static;
}

@keyframes alert-static {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* style calendar reminder */

.rbc-toolbar {
  margin: 10px !important;
}

.rbc-month-view {
  border: 3px solid #eaf6ff !important;
  height: auto !important;
}

.rbc-off-range-bg {
  background: none !important;
}

.rbc-date-cell {
  padding: 10px !important;
  color: #37474f;
}

.rbc-off-range {
  color: #37474f47 !important;
}

.rbc-event {
  background-color: #3abbff !important;
  border-radius: 1px !important;
  padding: 0 !important;
}

.rbc-header {
  padding: 10px !important;
  background: #eaf6ff;
  border-bottom: 2px solid #eaf6ff !important;
  font-weight: 500 !important;
  color: #37474f;
}

.rbc-header+.rbc-header {
  border-left: none !important;
}

.rbc-day-bg {
  border-bottom: 2px solid #eaf6ff !important;
}

.rbc-day-bg+.rbc-day-bg {
  border-left: 2px solid #eaf6ff !important;
}

.noborder {
  border: none !important;
}

.font-oldblue {
  color: #107aae;
}

.rbc-month-row+.rbc-month-row {
  border-top: none !important;
}

.borderTop-grey {
  border-top: 1px solid #107aae !important;
  padding: 10px
}

.avatar-company-container:hover {
  cursor: pointer;
  background: #000000
}

.img-avatar {
  height: 100%;
  width: 100%;
}

.img-avatar:hover {
  opacity: 0.8;
}

.e-menu-item {
  display: flex !important;
  align-items: center !important;
}

.unset-overvlow {
  overflow: unset !important;
}

.total-text {
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px !important;
  color: #3c4550 !important;
}

.container-multilevel-coa {
  margin-top: 65px;
  min-height: 420px;
  box-shadow: none !important;
  border: 1px dotted #bebebe
}

.container-project-heirarchy {
  /* margin-top: 65px; */
  min-height: 420px;
  box-shadow: none !important;
  border: 1px dotted #bebebe
}

.icon-multilevel-coa {
  font-size: 20px;
}

.icon-multilevel-coa-disabled {
  font-size: 20px;
  cursor: not-allowed;
}

.leaf {
  display: flex;
  align-items: center;
}

.leaf-code {
  display: flex !important;
  align-items: center;
  margin-right: 5px !important;
  color: #0078B0 !important;
}


/* for material icon */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v138/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.material-icons.MuiIcon-root {
  font-size: 1.25rem;
  width: 1em;
}

@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v108/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2');
}

.material-icons-outlined {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'Material Icons Round';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsround/v107/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2) format('woff2');
}

@font-face {
  font-family: 'Material Icons Sharp';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconssharp/v108/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2) format('woff2');
}

/* for material icon */

/* .rug {
  font-family: Roboto;
}

.rug .rug-handle {
  z-index: 0;
  margin-top: 30px;
  display: none;
}

.rug-handle::before {
  background-color: #f3fbff;
  z-index: -1;
  width: 100%;
  border: none !important;
}

.rug-items.__card {
  min-height: 10px !important;
  grid-template-columns: repeat(auto-fill, minmax(136px, 1fr));
} */

.module-return {
  background-color: #54b857 !important;
  border-color: #54b857 !important;
}

.select-add-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 16px;
}

.color-link {
  color: #107aae !important;
}

.share-link-result {
  border: none !important;
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.scroll-unset {
  overflow-y: unset !important;
  overflow-x: unset !important;
}

/* report product category */

.wrap-table {
  display: flex;
  border: solid 0.5px #ccc;
}

.column-image {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  margin: 15px;
}

.column-info {
  flex: 3;
  border-left: solid 0.5px #ccc;
}

.wrap-image-preview {
  height: 70%;
}

.wrap-image-preview-condition {
  height: 100%;
}

.image-preview {
  height: 240px;
  width: 98%;
}

.image-preview-condition {
  height: 340px;
  width: 100%;
}

.wrap-image-list {
  display: flex;
  flex-direction: row;
}

.image-list {
  flex: 1;
  border-left: solid 2px #fff;
  border-right: solid 2px #fff;
}

.list-info {
  margin-left: 20px;
  margin-top: 20px;
}

.list-description {
  margin-left: 120px;
  margin-right: 20px;
  word-break: break-all;
}

@media only screen and (max-height: 1600px) {
  .image-preview-list {
    height: 80px;
    width: 80%;
  }
}

@media only screen and (max-height: 600px) {
  .image-preview-list {
    height: 40px;
    width: 40%;
  }
}

@media only screen and (max-height: 300px) {
  .image-preview-list {
    height: 30px;
    width: 30%;
  }
}

.border-image {
  border: solid 1px darkgrey;
}

.no-image-found {
  display: flex;
  height: 40vh;
  justify-content: center;
  align-items: center;
  color: darkgray;
}

.divider-custom {
  display: block;
  position: absolute;
  height: 90vh;
  width: 1px;
  background: #D1D8E0;
  top: -32px;
  left: auto;
  right: 0px;
}

.material-phone-number-field {
  display: block !important;
  width: 100% !important;
  height: 44px !important;
  background-color: white !important;
}

.material-phone-number-field:focus {
  display: block !important;
  width: 100% !important;
  height: 44px !important;
  background-color: white !important;
}

.transparent-button-region {
  background: none !important;
  border: none !important;
}

.transparent-button-region:hover {
  background: none !important;
  border: none !important;
}

.selected-flag {
  background: none !important;
  border: none !important;
  padding: 0 0 0 16px !important;
}

.country-list {
  top: -150px !important;
}

.red_border {
  border: 1px solid rgb(235, 59, 90) !important;
}

.border-bottom-total {
  border-bottom: 0.5px solid #97d1ec !important;
}

.disabled-tab {
  cursor: not-allowed !important;
  pointer-events: auto !important;
  background: #f5f5f5 !important;
  display: block;
  height: auto;
}

.helper-text-home-made-allocation {
  border: none;
  background: transparent;
  font-size: 12px;
  color: #949494;
  font-weight: 300;
  text-align: right;
  width: 100%;
}

.preview-detail-transaction {
  border: 1px #ccc solid;
  margin-top: 7px;
  background-color: white;
  border-radius: 4px;
  width: 100%;
}

/* .back-icon {
    display: flex;
    justify-content: center;
    align-items: center;
} */

#disabled-edit {
  background: #f5f5f5 !important;
  cursor: not-allowed !important;
}

#disabled-delete {
  background: #f5f5f5 !important;
  cursor: not-allowed !important;
}

#disabled-cashing {
  background: #f5f5f5 !important;
  cursor: not-allowed !important;
}

#disabled-transaction_history {
  background: #f5f5f5 !important;
  cursor: not-allowed !important;
}

#disabled-canceled {
  background: #f5f5f5 !important;
  cursor: not-allowed !important;
}

#disabled-detail {
  background: #f5f5f5 !important;
  cursor: not-allowed !important;
}

#disabled-depreciation_table {
  background: #f5f5f5 !important;
  cursor: not-allowed !important;
}

#disabled-journal_voucher {
  background: #f5f5f5 !important;
  cursor: not-allowed !important;
}

.wrap-desc {
  word-break: break-all !important;
}

.width-opening {
  width: 100px;
}

.width-35 {
  width: 35px;
}

.width-contact {
  width: 90px;
}

.width-desc {
  width: 180px;
}

.width-55 {
  width: 55px;
}

.width-50 {
  width: 50px;
}

.width-amount {
  width: 80px;
}

.width-opening-simple {
  width: 107px;
}

.width-note {
  width: 200px;
}

.border-add-on {
  border: 0.5px solid #20BF6B !important;
  margin-bottom: 5px !important;
  margin-top: 5px;
  border-radius: .4rem !important;
}

.displayNone {
  display: none !important;
}

.page-custom {
  background: #f4f7f9;
  height: 100%;
  overflow-y: scroll !important;
}

.scroll-box-best-product {
  display: flex;
  width: 100%;
  flex: 1;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  padding: 15px 0px;
}

.scroll-box-best-product.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.item-scroll-box-best-product {
  display: inline-block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  max-height: 343px;
  max-width: 280px;
  /* box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.04); */
  border-radius: 20px;
}

.custom-list-scrollbar::-webkit-scrollbar {
  display: none;
}

.custom-list-scrollbar::-webkit-scrollbar-track {
  background: #FFFFFF;
}

.custom-list-scrollbar::-webkit-scrollbar-thumb {
  background: #FFFFFF;
}

.custom-list-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #FFFFFF;
}

.list-item-grey {
  border: 0.5px solid #ccc !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  border-radius: .4rem !important;
}

.menu-item-marketplace-integration-white {
  background-color: #ffffff;
  border-color: #ffffff;
}

.menu-item-integrated-feature-green {
  background-color: #20BF6B;
  border-color: #20BF6B;
}

.menu-item-integrated-feature-purple {
  background-color: #CD48E6;
  border-color: #CD48E6;
}

.menu-item-integrated-feature-blue {
  background-color: #0F7AAE;
  border-color: #0F7AAE;
}

.menu-item-tax-integration-white {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.e-new-billing::before {
  content: '\e308';
}

.button-cancel {
  color: #20BF6B !important;
  border-color: #20BF6B !important;
}

.button-cancel:hover {
  color: #1eb364 !important;
  background-color: #f2f2f2 !important;
  border-color: #1eb364 !important;
}

.e-approve::before {
  content: '\ea84';
}

.e-reject::before {
  content: '\e729';
}

.e-add-notes::before {
  content: '\e760';
}

.context-approve-color {
  color: '#20BF6B';
}

.context-reject-color {
  color: '#EB3B5A';
}

.context-add-notes-color {
  color: '#FA8231';
}

.list-item-grey {
  border: 0.5px solid #ccc !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  border-radius: .4rem !important;
}

@media only screen and (max-width: 900px) {
  .error-image {
    width: 90%;
  }
}

.line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* jumlah line yang di tampilkan */
  -webkit-box-orient: vertical;

}

.rct-node-expanded>ol {
  border-left: 1px solid #C9CED7;
  margin: 14px !important;
}

/* ol > li.rct-node.rct-node-parent.rct-node-collapsed {
  position: relative;
}
ol > li.rct-node.rct-node-parent.rct-node-collapsed::before {
  content: '';
  pointer-events:none;
  position: absolute;
  width: 18px;
  left: -18px;
  top: 15px;
  border-bottom: 1px solid #C9CED7;
}

ol > li.rct-node.rct-node-parent.rct-node-expanded {
  position: relative;
}
ol > li.rct-node.rct-node-parent.rct-node-expanded::before {
  content: '';
  pointer-events:none;
  position: absolute;
  width: 18px;
  left: -18px;
  top: 15px;
  border-bottom: 1px solid #C9CED7;
} */
li.rct-node.rct-node-parent.rct-node-collapsed>ol {
  display: block !important;
}

li.rct-node.rct-node-parent.rct-node-collapsed {
  clear: both !important;
}

li.rct-node.rct-node-parent.rct-node-expanded {
  clear: both !important;
}

li.rct-node.rct-node-parent.rct-node-expanded>ol {
  clear: both !important;
}

ol>li.rct-node.rct-node-parent.rct-node-expanded>ol>li.rct-node.rct-node-parent.rct-node-collapsed {
  position: relative;
  clear: both;
}

ol>li.rct-node.rct-node-parent.rct-node-expanded>ol>li.rct-node.rct-node-parent.rct-node-collapsed::before {
  content: '';
  pointer-events: none;
  position: absolute;
  width: 18px;
  left: -24px;
  top: 15px;
  border-bottom: 1px solid #C9CED7;
  clear: both;
}

ol>li.rct-node.rct-node-parent.rct-node-expanded>ol>li.rct-node.rct-node-parent.rct-node-expanded {
  position: relative;
  clear: both;
}

ol>li.rct-node.rct-node-parent.rct-node-expanded>ol>li.rct-node.rct-node-parent.rct-node-expanded::before {
  content: '';
  pointer-events: none;
  position: absolute;
  width: 18px;
  left: -24px;
  top: 15px;
  border-bottom: 1px solid #C9CED7;
  clear: both;
}

ol>li.rct-node.rct-node-parent.rct-node-expanded>ol>li.rct-node.rct-node-parent.rct-node-expanded>ol>li.rct-node.rct-node-parent.rct-node-collapsed {
  position: relative;
  clear: both;
}

ol>li.rct-node.rct-node-parent.rct-node-expanded>ol>li.rct-node.rct-node-parent.rct-node-expanded>ol>li.rct-node.rct-node-parent.rct-node-collapsed::before {
  content: '';
  pointer-events: none;
  position: absolute;
  width: 18px;
  left: -24px;
  top: 15px;
  border-bottom: 1px solid #C9CED7;
  clear: both;
}

ol>li.rct-node.rct-node-parent.rct-node-expanded>ol>li.rct-node.rct-node-parent.rct-node-expanded>ol>li.rct-node.rct-node-parent.rct-node-expanded {
  position: relative;
  clear: both;
}

ol>li.rct-node.rct-node-parent.rct-node-expanded>ol>li.rct-node.rct-node-parent.rct-node-expanded>ol>li.rct-node.rct-node-parent.rct-node-expanded::before {
  content: '';
  pointer-events: none;
  position: absolute;
  width: 18px;
  left: -24px;
  top: 15px;
  border-bottom: 1px solid #C9CED7;
  clear: both;
}

.color-deep-cerulean {
  color: #0F7AAE;
}

.react-checkbox-tree {
  border: none;
  display: contents !important;
}

.rct-text {
  height: 32px !important;
}

li.rct-node.rct-node-leaf>.rct-text>label>.rct-title>p {
  font-weight: normal !important;
  color: #394D6F !important;
}

li.rct-node.rct-node-leaf.leaf-button-float-left {
  float: left;
}

li.rct-node.rct-node-leaf.leaf-button-float-left:first-child {
  clear: left;
}

li.rct-node.rct-node-parent.rct-node-expanded>ol::after {
  content: "";
  clear: both;
  display: block;
}

.react-checkbox-tree>ol {
  display: flex;
  flex-direction: column;
}

/* jika masih ada kodingan ini order-list-lvl-1:first-child tolong di hapus yah... */
.rc-tree-select-single:not(.rc-tree-select-customize-input) .rc-tree-select-selector {
  border-color: #EDEEF1 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rc-tree-select>.rc-tree-select-focused .rc-tree-select-selector {
  border-color: #EDEEF1 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

span.rc-tree-select-tree-switcher.rc-tree-select-tree-switcher-noop {
  height: 24px !important;
}

.rc-tree-select-tree.rc-tree-select-tree-show-line .rc-tree-select-tree-treenode:not(:last-child)>.rc-tree-select-tree-switcher-noop {
  background-position: -59px -28px !important;
  height: 50px !important;
}

.rc-tree-select-tree-node-selected {
  background-color: unset !important;
  box-shadow: unset !important;
  border: unset !important;
}

.rc-tree-select-dropdown-hidden {
  z-index: 1 !important;
}

.rc-tree-select-dropdown {
  z-index: 1 !important;
  border-radius: 4px;
  border: 1px solid #EDEEF1 !important;
  overflow-y: clip !important;
}

.rc-tree-select-selection-search-input {
  height: 40px !important;
  border-radius: 4px !important;
  background-color: white !important;
}

.rc-tree-select-selection-search {
  background: white !important;
}

.rc-tree-select-selector {
  border: 1px solid #EDEEF1 !important;
  border-radius: 4px !important;
}

.rc-tree-select-arrow {
  height: 45px;
  display: flex;
  align-content: flex-end;
  align-items: center;
  justify-content: center;
  right: 10px !important;
  top: 0 !important;
}

.rc-tree-select-clear {
  right: 36px !important;
  top: 0 !important;
}

.rc-tree-select-selection-item {
  height: 45px;
  display: flex;
  align-content: flex-end;
  align-items: center;
  justify-content: center;
  left: 10px !important;
  top: 0 !important;
  font-size: 14px;
  margin-bottom: 2px !important;
}

.rc-tree-select {
  width: 100% !important;
}

.rc-tree-select-tree {
  padding: 8px 0px !important;
  border: 1px solid transparent;
}

.rc-tree-select-selection-search {
  height: 40px;
  display: flex;
  align-content: flex-end;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
}

.parent-code-label {
  margin: 0px 16px;
  padding: 6px 8px;
  font-size: 12px;
  background: #ddf1ff;
  color: #2db5c9;
  border-radius: 4px;
}

/* ================================================================ */

.container-department-heirarchy {
  /* margin-top: 65px; */
  min-height: 420px;
  box-shadow: none !important;
  border: 1px dotted #bebebe
}
.rc-tree-select-tree-treenode {
  height: 42px;
}

.position-content {
  height: auto !important;
  position: relative !important;
  top: 0px !important;
}

.position-login {
  overflow: auto;
  background: white;
  height: 100% !important;
  width: 100% !important;
  position: relative !important;
  top: 0px !important;
}

/* ================================================================ */

.dialog-alert {
  display: block;
  position: absolute;
  top: 24px;
  right: 24px;
}
.rc-tree-select-selection-item {
  color: #394d6f !important;
  display: flex;
  align-items: center;
  width: 100%;
}

.rc-tree-select-selection-item .leaf-name {
  width: auto !important;
  max-width: calc(100% - 35px) !important;
}

.input-box {
  border-radius: 4px;
  background-color: white;
  padding: 12.5px;
  border-color: #EDEEF1;
  border-style: solid;
  border-width: 1px;
}

.image-template {
  margin: 12px 0px;
  width: 100%;
  height: auto;
  max-width: 135px;
  max-height: 135px;
}

.custom-popper {
  position: relative;
  top: 32px !important;
}

.outlined-input-left {
  border-right: none !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.outlined-input-right {
  border-left: none !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.for-combined-left>div>fieldset {
  border-right: none !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.for-combined-right>div>fieldset {
  border-left: none !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.for-combined-center>div>fieldset {
  border-left: none !important;
  border-right: none !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.rc-tree-select-multiple .rc-tree-select-selector .rc-tree-select-selection-item {
  flex: none !important;
  background: rgb(237, 238, 241) !important;
  border-radius: 4px !important;
  margin-right: 2px !important;
  padding: 0 8px !important;
}

.rc-tree-select-tree-switcher {
  background-image: none !important;
}

.rc-tree-select-tree-title {
  display: inline-block;
}

.rc-tree-select-tree-title>.custom-line-select-treeview::before {
  content: "";
  background: #C9CED7;
  position: absolute;
  bottom: 8px;
  left: -37px;
  height: 100%;
  width: 1px;
}

.custom-line-select-treeview {
  position: relative !important;
}

.horizontal-line {
  position: relative !important;
}

.horizontal-line::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #C9CED7;
  left: -4px;
  top: 50%;
  position: absolute;
  z-index: 1500;
}

.menu-item-management-in {
  background-color: #CF3474;
  border-color: #CF3474;
}

.menu-item-management-out {
  background-color: #833294;
  border-color: #833294;
}

.template-table {
  margin: 20px;
}

.template-container {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.template-box {
  width: 200px;
}

.template-border-top {
  border-top: 1px solid #C9CED7;
}

.display {
  display: flex;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

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

.font-14 {
  font-size: 14px;
}

.font-12 {
  font-size: 12px;
}

.font-10 {
  font-size: 10px;
}

.G40 {
  color: #20BF6B;
}

.R40 {
  color: #EB3B5A;
}

.N40 {
  color: #A5AEBD;
}

.Y40 {
  color: #F7B731;
}

.td-lot {
  border-right: 1px solid #dddddd;
  text-align: left;
}

.border-none {
  border: "none"
}

.padding-left-8 {
  padding-left: 8px;
}

.padding-right-8 {
  padding-right: 8px;
}


.text-align-right {
  text-align: right;
}

.card-box-profile {
  border: 1px solid #EDEEF1;
  border-radius: 4px;
  height: 300px;
}

.detail-sales-jubelio {
  background-color: #ffffff;
  height: auto;
  min-height: 870px;
}

.table-detail-jubelio {
  /* border: 1px solid #53AAE0 !important; */
  border-collapse: collapse !important;
}

.table-detail-jubelio-th,
.table-detail-jubelio-td {
  border: 1px solid #53AAE0 !important;
  border-collapse: collapse !important;
  padding: 12px 20px;
}

textarea::placeholder {
  font-size: 12px;
  letter-spacing: 0.07rem;
}

.menu-item-fa8231 {
  background-color: #FA8231;
  border-color: #FA8231;
}

.e-agenda-date-range::before {
  content: '\e31d';
  color: #FA8231;
}

.e-play::before {
  content: '\e328';
  color: #2D98DA;
}

.menu-item-m40 {
  background-color: #A27842;
  border-color: #A27842;
}

.menu-item-C3D046 {
  background-color: #C3D046;
  border-color: #C3D046;
}

.e-send::before {
  content: '\e253';
}

.context-send-color {
  color: '#FA8231';
}

.menu-item-4145AF {
  background-color: #4145AF;
  border-color: #4145AF;
}

.menu-item-0F7AAE {
  background-color: #0F7AAE;
  border-color: #0F7AAE;
}

.e-edit-calendar::before {
  content: '\e742';
  color: #833294;
}

.e-published-with-changes::before {
  content: '\f232';
  color: #FA8231;
}

.add-new-line {
  font-size: 14px;
  color: #2E90BE !important;
}

.new-button-add-line {
  height: 44px !important;
  background-color: #E7F2F7 !important;
}

.bottom-border-new-line {
  border-bottom: 1px solid #C9CED7;
}

.e-duplicate::before {
  content: '\e70a';
  color: #FA8231;
}

#duplicate {
  color: #FA8231 !important;
}
.view-code-editor {
  height: 200px;
  overflow-y: scroll;
  resize: none;
  pointer-events: all;
}

#code-editor {
  height: 200px !important;
  overflow-y: scroll !important;
  resize: none !important;
}

.link_download_jasper {
  color: #20BF6B;
  text-decoration: none;
}

.link_download_jasper_disabled {
  color: #95a6b3;
  cursor: not-allowed;
  text-decoration: none;
}

.link_download_jasper:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.paper-center-pdf {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-pdf {
  display: flex;
  justify-content: center;
  align-items: baseline;
  position: relative;
  left: -40px;
}

.header-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.e-goods-transfer::before {
  display: block;
  content: ' ';
  background-image: url('../../assets/img/svg/add-to-good-transfer.svg');
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
}

.e-purchase-order::before {
  display: block;
  content: ' ';
  background-image: url('../../assets/img/svg/add-to-purchase-order.svg');
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
}

.column-line-item {
  /* border: 1px solid black; */
  padding: 4px;
}

.column-line-item-header {
  /* border: 1px solid black; */
  padding: 4px;
  height: 40px;
  display: flex;
  align-items: center;
}

.row-line-item-header {
  display: flex;
  flex-direction: row;
  padding: 10px;
  /* width: fit-content; */
}

.row-line-item {
  display: flex;
  flex-direction: row;
  padding: 10px;
  /* width: fit-content; */
}

.row-line-item:nth-child(odd) {
  background-color: #F5F7F8;
}

.row-line-item-scrolled-header {
  display: flex;
  flex-direction: row;
  width: fit-content;
  padding: 10px;
}


.row-line-item-scrolled {
  display: flex;
  flex-direction: row;
  width: fit-content;
  padding: 10px;
}

.row-line-item-scrolled:nth-child(odd) {
  background-color: #F5F7F8;
}

.scrolled-item {
  max-width: 40%;
  width: 40%;
  overflow-x: scroll;
}

.wrapper-line-item {
  position: relative;
  display: flex;
  flex-direction: row;
}

.fixed-line-item {
  /* position: absolute; */
  max-width: 60%;
  width: 60%;
  /* overflow-x: scroll; */
}

.width-selected {
  width: 63px;
}

.width-selected-overbudget {
  width: 70px;
  text-align: center;
}

.width-account-subclassification {
  width: 73%;
}

.width-total-amount {
  width: 160px;
}

.width-add-budget {
  width: 100px;
  cursor: pointer;
}

.text-header {
  font-weight: 700;
  color: #394D6F;
  font-size: 14px;
}

.text-date-caption-header {
  font-size: 11px;
  font-weight: 700;
  color: #394D6F;
  margin-bottom: 12px !important;
}

.implemented_on-primary {
  background-color: #EBF5FB !important;
  color: #2479AE !important;
  height: 36px !important;
}

.implemented_on-inactive {
  background-color: #F5F7F8 !important;
  color: #A5B1C2 !important;
  height: 36px !important;
}

.column-line-item {
  /* border: 1px solid black; */
  padding: 4px;
}

.column-line-item-header {
  /* border: 1px solid black; */
  padding: 4px;
  height: 40px;
  display: flex;
  align-items: center;
}

.row-line-item-header {
  display: flex;
  flex-direction: row;
  padding: 10px;
  /* width: fit-content; */
}

.row-line-item {
  display: flex;
  flex-direction: row;
  padding: 10px;
  /* width: fit-content; */
}

.row-line-item:nth-child(odd) {
  background-color: #F5F7F8;
}

.row-line-item-scrolled-header {
  display: flex;
  flex-direction: row;
  width: fit-content;
  padding: 10px;
}


.row-line-item-scrolled {
  display: flex;
  flex-direction: row;
  width: fit-content;
  padding: 10px;
}

.row-line-item-scrolled:nth-child(odd) {
  background-color: #F5F7F8;
}

.scrolled-item {
  max-width: 40%;
  width: 40%;
  overflow-x: scroll;
}

.wrapper-line-item {
  position: relative;
  display: flex;
  flex-direction: row;
}

.fixed-line-item {
  /* position: absolute; */
  max-width: 60%;
  width: 60%;
  /* overflow-x: scroll; */
}

.width-selected {
  width: 63px;
}

.width-selected-overbudget {
  width: 70px;
  text-align: center;
}

.width-account-subclassification {
  width: 73%;
}

.width-total-amount {
  width: 160px;
}

.width-add-budget {
  width: 100px;
  cursor: pointer;
}

.text-header {
  font-weight: 700;
  color: #394D6F;
  font-size: 14px;
}

.text-date-caption-header {
  font-size: 11px;
  font-weight: 700;
  color: #394D6F;
  margin-bottom: 12px !important;
}

.implemented_on-primary {
  background-color: #EBF5FB !important;
  color: #2479AE !important;
  height: 36px !important;
}

.implemented_on-inactive {
  background-color: #F5F7F8 !important;
  color: #A5B1C2 !important;
  height: 36px !important;
}

.login-with-google {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #c2c2c2;
  height: 44px;
  background: white;
  font-size: 14px;
  font-weight: 500;
  color: #394d6f;
  cursor: pointer;
}

.fixed-line-item-small {
  /* position: absolute; */
  max-width: 22%;
  width: 22%;
  /* overflow-x: scroll; */
}

.e-goods-transfer::before {
  display: block;
  content: ' ';
  background-image: url('../../assets/img/svg/add-to-good-transfer.svg');
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
}

.outlined-option-div {
  height: 110px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #D1D8E0;
  display: flex;
  padding: 16px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 794px) {
  .outlined-option-div {
    height: 100px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #D1D8E0;
    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
}

.aha-moment {
  position: absolute;
  background: white;
  bottom: 16px;
  left: 16px;
  display: flex;
  width: fit-content;
  padding: 16px 24px;
  border-radius: 10px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  align-items: center;
}

.strings-aha-moment {
  color: rgb(57, 77, 111);
  width: 320px;
  display: block;
  margin-bottom: 16px;
}

.aha-emote {
  display: flex;
  column-gap: 32px;
}

.aha-face {
  cursor: pointer;
  color: rgb(57, 77, 111);
  padding: 2px;
  border: 1.6px solid #EDEEF1;
  border-radius: 53%;
}

.aha-face:hover {
  border: 1.6px solid #2D98DA;
}

.aha-reason-text {
  width: 100%;
  height: 64px;
  border-radius: 4px;
  border: 1px solid #EDEEF1;
  resize: none;
  padding: 10px;
  font-size: 14px;
  background: #EDEEF1;
  color: #394D6F;
  margin-bottom: 10px;
}

.aha-btn-close {
  width: 135px;
  height: 28px;
  background: #20BF6B;
  color: white;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}

.aha-btn-close:hover {
  transition: 500ms;
  background: #1ea35d;
  color: white;
}

.aha-btn-skip {
  width: 135px;
  height: 28px;
  background: white;
  color: #20BF6B;
  border: 1px solid #20BF6B;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}

.aha-btn-skip:hover {
  transition: 200ms;
  background: #20BF6B;
  color: white;
}

.daily-sales-widget-wrapper {
  position: relative;
  padding: 32px;
  height: 100%;
}

.next-tour {
  background: #20BE6AFF !important;
  color: #fdfdfd !important;
}

.next-tour:hover {
  background: #11944e !important;
  color: #fdfdfd !important;
}

.card-tooltip-bar {
  background: white;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.profit-trend-detail {
  background: radial-gradient(73.97% 62.45% at 20.41% 42.2%, #FFFFFF 0%, #A2DE8D 15.42%, #38C571 42.93%, #12B05D 100%);
  border-radius: 8px;
  padding: 0px 26px;
  min-height: 282px;
}

.loss-trend-detail {
  background: radial-gradient(73.97% 62.45% at 20.41% 42.2%, #FFFFFF 0%, #FFAAAA 15.42%, #F27088 42.93%, #EB3B5A 100%);
  border-radius: 8px;
  padding: 0px 26px;
  min-height: 282px;
}

.profit-trend-color {
  background: radial-gradient(73.97% 62.45% at 20.41% 42.2%, #FFFFFF 0%, #A2DE8D 15.42%, #38C571 42.93%, #12B05D 100%);
}

.loss-trend-color {
  background: radial-gradient(73.97% 62.45% at 20.41% 42.2%, #FFFFFF 0%, #FFAAAA 15.42%, #F27088 42.93%, #EB3B5A 100%);
}

@media (max-width: 1280px) {
  .profit-trend-color {
    background: radial-gradient(73.97% 62.45% at 7.41% 42.2%, #FFFFFF 0%, #A2DE8D 15.42%, #38C571 42.93%, #12B05D 100%);
  }

  .loss-trend-color {
    background: radial-gradient(73.97% 62.45% at 7.41% 42.2%, #FFFFFF 0%, #FFAAAA 15.42%, #F27088 42.93%, #EB3B5A 100%);
  }
}

.profit-trend-detail-month {
  background: radial-gradient(73.97% 62.45% at 20.41% 42.2%, #FFFFFF 0%, #A2DE8D 15.42%, #38C571 42.93%, #12B05D 100%);
  border-radius: 8px;
  padding: 18px 26px;
}

.loss-trend-detail-month {
  background: radial-gradient(73.97% 62.45% at 20.41% 42.2%, #FFFFFF 0%, #FFAAAA 15.42%, #F27088 42.93%, #EB3B5A 100%);
  border-radius: 8px;
  padding: 18px 26px;
}

.circle-trend-up {
  box-shadow: 0px 0px 125px 25px #ffffff !important;
  background-color: white !important;
  height: 52px !important;
  width: 52px !important;
}

.circular-profit-lost-detail {
  position: absolute;
  top: -29px;
  left: -29px;
  color: white !important;
}

.circular-profit-lost-detail-loss {
  position: absolute;
  top: -29px;
  left: -29px;
  color: #EB3B5A !important;
}

.circular-profit-lost-detail-grey {
  position: absolute;
  top: -29px;
  left: -29px;
  color: white !important;
  opacity: 30%;
}

.divider-dashed-profit-detail {
  border-top: 2px dashed #EDEEF1;
}

.profit-btn-detail {
  padding: 16px 24px 16px 12px;
  border-radius: 8px;
  transition: 300ms;
}

.profit-btn-detail:hover {
  background-color: #F5F7F8;
  cursor: pointer;
}

.legenda-0 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2D98DA;
  margin-right: 8px;
}

.legenda-1 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #20BF6B;
  margin-right: 8px;
}

.legenda-2 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #EB3B5A;
  margin-right: 8px;
}

.legenda-orange {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FA8231;
  margin-right: 8px;
}

.legenda {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
}

.profit-btn-detail-active {
  background-color: #F5F7F8;
}

.csv-inventory-download {
  color: #46be8a;
  border: solid 0.5px #46be8a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
  font-weight: 500;
  margin-right: 12px;
  height: 36px;
}

.csv-inventory-download:hover {
  color: #ffffff;
  background-color: #20BF6B;
  border: solid 0.5px #20BF6B;
  text-decoration: none;
}

.csv-inventory-download {
  color: #46be8a;
  border: solid 0.5px #46be8a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
  font-weight: 500;
  margin-right: 12px;
  height: 36px;
}

.csv-inventory-download:hover {
  color: #ffffff;
  background-color: #20BF6B;
  border: solid 0.5px #20BF6B;
  text-decoration: none;
}

.loss-trend-detail {
  background: radial-gradient(73.97% 62.45% at 20.41% 42.2%, #FFFFFF 0%, #FFAAAA 15.42%, #F27088 42.93%, #EB3B5A 100%);
  border-radius: 8px;
  padding: 0px 26px;
  min-height: 282px;
}

/* Custom PosX Widget Made By Alvie */

/* Border Top */

/* Border Bottom */

/* x Custom PosX Widget Made By Alvie */

.paper-dashboard {
  background: #FFFFFF;
  border-radius: 8px;
}

.grid-container-dashboar-custom {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 16px;
  padding: 32px;
}


.menu-item-deep-cerulean {
  background-color: #0F7AAE;
}

@keyframes slideUp {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.with-delayed-first {
  animation: slideUp 0.5s ease 0.1s forwards;
}

.with-delayed-second {
  animation: slideUp 0.5s ease 0.2s forwards;
}

.scrollCustom::-webkit-scrollbar {
  width: 4px;
  height: 10px;
}

.scrollCustom::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.siq_bR {
  bottom: 40px !important;
  z-index: 0 !important;
}

.menu-item-42ABBF {
  background-color: #42ABBF;
  border-color: #42ABBF;
}

.specified-cashier {
  height: 85vh;
}

.parent-wrapper-cashier {
  display: flex;
  justify-content: space-between;
  height: 100%;
  gap: 20px;
}

.child-left-cashier {
  width: 70%;
}

.child-right-cashier {
  width: 30%;
}

.table-cashier-items {
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  border-radius: 3px 3px 0 0;
}

.child-right-cashier {
  display: flex;
  flex-direction: column;
  height: inherit;
  gap: 12px;
}

.cashier-payment-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.appbar-cashier {
  display: flex;
  gap: 10;
  height: inherit;
  align-items: center;
}

.cashier-detail-layout {
  display: flex;
  justify-content: center;
  height: unset;
  padding: 0 0 10px 0;
}

.center-detail-layout {
  width: 710px;
  background-color: #FFFFFF;
  padding: 20px;
  display: flex;
  height: unset;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 100px;
}

.header-cashier-info {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
}

.cashier-detail-avatar {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
  flex-direction: column;
  justify-content: center;
}

.page-content-cashier {
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 10px;
}

.header-cashier-info > div:nth-child(odd) {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.header-cashier-info > div:nth-child(even) {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: end;
}

.detail-transaction-footer-cashier-first {
  display: flex;
  height: inherit;
  gap: 30px;
  margin-bottom: 30px;
  justify-content: flex-end;
}

.detail-transaction-footer-cashier-second {
  display: flex;
  height: auto;
  gap: 10px;
  justify-content: space-between;
}

.detail-transaction-footer-cashier-first > div:nth-child(odd) {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.detail-transaction-footer-cashier-first > div:nth-child(even) {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: end;
  width: 200px;
}

.trial-flag {
  background-color: #394D6F;
  color: #FFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 45px;
  padding: 0 40px
}
.page-content-status-trial {
  padding-top: 58px;
  padding-bottom: 90px;
  padding-right: 70px !important;
  padding-left: 70px !important;
}

.banner-trial-cashier-wrapper {
  background-image: url('../../assets/img/svg/cashier-bg-blue.svg');
  background-size: cover;
  height: 640px;
  width: 1000px;
  padding-top: 19px;
}

.banner-trial-cashier-wrapper-nonactive {
  background-image: url('../../assets/img/svg/cashier-bg-nonactive.svg');
  background-size: cover;
  height: 640px;
  width: 1000px;
  padding-top: 19px;
}

.banner-cashier-dashboard {
  background-image: url('../../assets/img/svg/cashier-bg-blue.svg');
  background-size: cover;
  height: 445px;
  width: 1000px;
  padding-top: 19px;
}

.dot-dots {
  position: absolute;
  bottom: 115px;
}
.dot-dots-cashier-dashboard {
  position: absolute;
  z-index: 1000;
  right: 125px;
}

.dot-dots > .slick-active > .slider-dots > .real-dots {
  width: 15px;
  height: 15px;
  background-color: #FFFF;
  border-radius: 50%;
}

.real-dots {
  width: 15px;
  height: 15px;
  background-color: #C5E2F4;
  border-radius: 50%;
}

.real-dots-cashier {
  width: 13px;
  height: 13px;
  background-color: #C5E2F4;
  border-radius: 50%;
}

.slick-image-banner-trial {
  margin: 60px 10px 0 270px !important;
  width: 480px;
  height: 350px;
}

.banner-slick-slider {
  margin-top: 50px;
}

.accordion-values-stepper {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.banner-screen-limit-content {
  background-image: url('../../assets/img/svg/cashier-bg-blue.svg');
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 10px;
}

.banner-screen-limit-typography {
  height: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.cashier-dashboard-banner-first, 
.cashier-dashboard-banner-second,
.cashier-dashboard-banner-third {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 240px;
}

.cashier-dashboard-banner-first > div:nth-child(1), 
.cashier-dashboard-banner-second > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cashier-dashboard-banner-third > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  width: 55%;
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.cashier-dashboard-banner-third > div:nth-child(2) {
  position: relative;
  right: 10px;
  z-index: -1;
}

.neumorphism-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
}
.page-scroll {
  overflow: auto;
  overflow-x: hidden;
}

.delete-file-icon {
  color: #EB3B5A;
  margin-left: 5; 
  cursor: pointer;
}

.delete-file-icon:hover {
  color: #A50000;
}
.rdg-row-even {
  background-color: #F5F7F8;
}

.rdg-cell[aria-selected='true'] {
  outline: 2px solid var(--rdg-selection-color) !important;
  outline-offset: -2px;
}

.e-history_approval::before {
  display: block;
  content: ' ';
  background-image: url('../../assets/img/svg/check-history.svg');
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
}

.menu-item-p40 {
  background-color:#833294;
  border-color:#833294
}

.menu-item-rounded {
  border-radius: 12px;
}

/* styling for dashbord detail expense */
.circular-bar-size {
  width: 110px !important;
  height: 110px !important;
}