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

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

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

.tricky-modal {
  position: absolute !important;
  z-index: -1 !important;
  top: 0 !important;
  background: white !important;
  border: white !important;
  color: white !important;
  right: 0 !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;
}

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

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

  /* 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-inactive {
  color: #a50000;
  background-color: #f6dfda;
  margin-right: 10px;
  text-align: center;
  width: 80px;
  font-size: 14px;
  padding: 5px;
  border-radius: 5px;
}

.status-contact {
  margin-right: 10px;
  text-align: center;
  font-weight: 400;
  width: 120px;
  font-size: 14px;
  padding: 5px;
  border-radius: 4px;
}

.status-curious-blue {
  background: #EBF5FB;
  color: #2D98DA;
}

.status-mountain-meadow {
  background: #EAF9F1;
  color: #20BF6B;
}

.status-amaranth {
  background: #FDEDF0;
  color: #EB3B5A;
}

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

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

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

.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-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';
  color: #20BF6B;
}

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

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

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

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

.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-gear::before {
  display: block;
  content: ' ';
  background-image: url('../../assets/img/svg/gear.svg');
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

/* 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-lg-3 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

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

/* .ledger-container {
  margin-top: 25px !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 {
    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 */

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

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

.avatar-detail-entity {
  width: 100px !important;
  height: 100px !important;
  font-size: 50px;
}

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

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

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

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

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

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

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

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

.gray-icon {
  color: #999;
}

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

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

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

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

/* 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;
}

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

/* style for gst */

/* end style for gst */

/* for print */

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

  .scroll {
    top: 0;
  }

  /* extras for gst */

  /* end extras for gst */

  /* Cashier History Printing Style */

  /* End of Cashier History Printing Style */
}

/* end for print */

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

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

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

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

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

.capitalize {
  text-transform: capitalize
}

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

.capitalize {
  text-transform: capitalize
}

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

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

/* 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;
}

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

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

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

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

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

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

.media-companies {
  height: 150px !important;
  background-size: 100px 100px !important;
  background-position: center !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;
}

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

.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-project-heirarchy-entity {
  /* margin-top: 65px; */
  min-height: 420px;
  box-shadow: none !important;
}

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

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

@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));
} */

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

/* report product category */

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

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

/* .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-detail {
  background: #f5f5f5 !important;
  cursor: not-allowed !important;
}

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

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

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

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

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

/* ================================================================ */
.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;
}

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

.display {
  display: flex;
}

.G40 {
  color: #20BF6B;
}

.R40 {
  color: #EB3B5A;
}

.N40 {
  color: #A5AEBD;
}

.Y40 {
  color: #F7B731;
}

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

.menu-item-entity {
  background-color: #9957A7;
  border-color: #9957A7;
}

.menu-item-chart-of-account {
  background-color: #FA8231;
  border-color: #FA8231;
}

.menu-item-entity-account-mapping {
  background-color: #EE69A7;
  border-color: #EE69A7;
}

.menu-item-entity-contact-mapping {
  background-color: #870425;
  border-color: #870425;
}

.menu-item-currency-data {
  background-color: #4B76A3;
  border-color: #4B76A3;
}

.menu-item-mountain-meadow {
  background-color: #20BF6B;
  border-color: #20BF6B;
}

.menu-item-proxima-centauri {
  background-color: #F369A7;
  border-color: #F369A7;
}

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

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

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

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

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

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

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

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

.e-menu-item.e-separator {
  padding: 8px 8px 8px 15px !important;
  margin: 0px !important;
  font-weight: bold;
  color: #A5AEBD !important;
  border: none !important;
  background-color: #F5F7F8;
  font-size: 12px !important;
}

.fixed-consolidation-width-status {
  width: 100px;
}
