@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-blue {
  border: 0.5px solid #107aae !important;
}

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

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

.colomn-product {
  width: 300px;
}

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

.colomn-unit {
  width: 100px;
}

.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;
}
[class*="makeStyles-item"] {
  height: auto !important;
}

.rc-tree-select-selection-item-content {
  width: inherit;
  overflow: hidden;
}

.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-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-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-sync-all::before {
  content: '\e308';
  color: #20BF6B;
}

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

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

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

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

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

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

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

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

.new-confirm-delete-action {
  margin: 0px !important;
  padding-bottom: 30px !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;
}

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

/* grid dragabble */

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

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

.font-12 {
  font-size: 12px !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);
}

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

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

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

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

  to {
    opacity: 1;
  }
}

/* style calendar reminder */

.noborder {
  border: none !important;
}

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

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

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


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

rc-tree-select-selection-overflow {
  gap: 4px !important;
}

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

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

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

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

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

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

.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: auto !important;
  min-height: 42px;
}

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

.rc-tree-select-dropdown-hidden {
  z-index: 2 !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: auto !important;
  min-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;
  height: auto !important;
  min-height: 45px;
}
.rc-tree-select-selection-search {
  height: 40px;
  display: flex;
  align-content: flex-end;
  align-items: center;
  justify-content: center;
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.rc-tree-select-tree-treenode:hover {
  background-color: #EBF5FB !important;
}

.rc-tree-select-tree .rc-tree-select-tree-treenode .rc-tree-select-tree-node-content-wrapper {
  height: auto !important;
  min-height: 42px;
  padding: 5px 0px !important;
}

/* ================================================================ */
.rc-tree-select-tree-treenode {
  height: auto;
  min-height: 40px;
}

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

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

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

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

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

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

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

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

.menu-item-curious-blue {
  background-color: #2D98DA;
  border-color: #2D98DA;
}

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

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

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

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

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

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

.e-duplicate-2::before {
  content: '\e280';
}

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

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

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

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

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

/* Custom PosX Widget Made By Alvie */

/* Border Top */

/* Border Bottom */

/* x Custom PosX Widget Made By Alvie */

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

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.siq_bR {
  bottom: 40px !important;
  z-index: 0 !important;
}

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

.e-unsync-all::before {
  content: '\e83d';
  /* content: '\e83d'; */
  color: #20BF6B;
}

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

.input-server-container {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 48px;
  padding: 5px 15px;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.input-server-container input {
  background: inherit;
  border: none;
}

.input-server-container label {
  cursor: pointer;
  margin: 0;
}

.social-media-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-media-item {
  width: 44px;
  height: 44px;
  border-radius: 44px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.menu-text.welcome {
  margin-left: 30px !important;
  text-align: left !important;
  display: flex;
  align-items: flex-end;
}

.front-side.welcome {
  padding-bottom: 0px !important;
}

.registration-link {
  width: 100%;
  text-decoration: none;
  padding: 12px;
  height: 52px;
  color: #818DA3;
  font-weight: 600;
  font-size: 20px;
  transition: 200ms;
}

.registration-link.active {
  background: #EBF5FB;
  color: #2D98DA;
}

.registration-link:hover {
  text-decoration: none;
  background: #EBF5FB;
  color: #2D98DA;
}
.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
}


datalist {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  writing-mode: vertical-lr;
  width: 200px;
}

option {
  padding: 0;
}

input[type="range"] {
  width: 200px;
  margin: 0;
}

/* styling for dashbord detail expense */

@layer rdg {
  @layer Defaults, FocusSink, CheckboxInput, CheckboxIcon, CheckboxLabel, Cell, HeaderCell, SummaryCell, EditCell, Row, HeaderRow, SummaryRow, GroupedRow, Root;
}

@layer rdg.MeasuringCell {
  .mlln6zg7-0-0-beta-47 {
    contain: strict;
    grid-row: 1;
    visibility: hidden
  }
}

@layer rdg.Cell {
  .cj343x07-0-0-beta-47 {
    position: relative;
    padding-block: 0;
    padding-inline: 8px;
    border-inline-end: 1px solid var(--rdg-border-color);
    border-block-end: 1px solid var(--rdg-border-color);
    grid-row-start: var(--rdg-grid-row-start);
    align-content: center;
    background-color: inherit;
    white-space: nowrap;
    overflow: clip;
    text-overflow: ellipsis;
    outline: none
  }

  .cj343x07-0-0-beta-47[aria-selected=true] {
    outline: 2px solid var(--rdg-selection-color);
    outline-offset: -2px
  }
}

@layer rdg.Cell {
  .csofj7r7-0-0-beta-47 {
    position: sticky;
    z-index: 1
  }

  .csofj7r7-0-0-beta-47:nth-last-child(1 of.csofj7r7-0-0-beta-47) {
    box-shadow: var(--rdg-cell-frozen-box-shadow)
  }
}

@layer rdg.CheckboxInput {
  .c1bn88vv7-0-0-beta-47 {
    display: block;
    margin: auto;
    inline-size: 20px;
    block-size: 20px
  }

  .c1bn88vv7-0-0-beta-47:focus-visible {
    outline: 2px solid var(--rdg-checkbox-focus-color);
    outline-offset: -3px
  }

  .c1bn88vv7-0-0-beta-47:enabled {
    cursor: pointer
  }
}

@layer rdg.GroupCellContent {
  .g1s9ylgp7-0-0-beta-47 {
    outline: none
  }
}

@layer rdg.GroupCellCaret {
  .cz54e4y7-0-0-beta-47 {
    margin-inline-start: 4px;
    stroke: currentColor;
    stroke-width: 1.5px;
    fill: transparent;
    vertical-align: middle
  }

  .cz54e4y7-0-0-beta-47>path {
    transition: d .1s
  }
}

@layer rdg.DragHandle {
  .c1w9bbhr7-0-0-beta-47 {
    --rdg-drag-handle-size: 8px;
    z-index: 0;
    cursor: move;
    inline-size: var(--rdg-drag-handle-size);
    block-size: var(--rdg-drag-handle-size);
    background-color: var(--rdg-selection-color);
    place-self: end
  }

  .c1w9bbhr7-0-0-beta-47:hover {
    --rdg-drag-handle-size: 16px;
    border: 2px solid var(--rdg-selection-color);
    background-color: var(--rdg-background-color)
  }
}

@layer rdg.DragHandle {
  .c1creorc7-0-0-beta-47 {
    z-index: 1;
    position: sticky
  }
}

@layer rdg.EditCell {
  .cis5rrm7-0-0-beta-47 {
    padding: 0
  }
}

@layer rdg.SortableHeaderCell {
  .h44jtk67-0-0-beta-47 {
    display: flex
  }
}

@layer rdg.SortableHeaderCellName {
  .hcgkhxz7-0-0-beta-47 {
    flex-grow: 1;
    overflow: clip;
    text-overflow: ellipsis
  }
}

@layer rdg.HeaderCell {
  .c6l2wv17-0-0-beta-47 {
    cursor: pointer
  }
}

@layer rdg.HeaderCell {
  .c1kqdw7y7-0-0-beta-47 {
    touch-action: none
  }
}

@layer rdg.HeaderCell {
  .r1y6ywlx7-0-0-beta-47 {
    cursor: col-resize;
    position: absolute;
    inset-block-start: 0;
    inset-inline-end: 0;
    inset-block-end: 0;
    inline-size: 10px
  }
}

.c1bezg5o7-0-0-beta-47 {
  opacity: .5
}

.c1vc96037-0-0-beta-47 {
  background-color: var(--rdg-header-draggable-background-color)
}

@layer rdg.Row {
  .r1upfr807-0-0-beta-47 {
    display: contents;
    background-color: var(--rdg-background-color)
  }

  .r1upfr807-0-0-beta-47:hover {
    background-color: var(--rdg-row-hover-background-color)
  }

  .r1upfr807-0-0-beta-47[aria-selected=true] {
    background-color: var(--rdg-row-selected-background-color)
  }

  .r1upfr807-0-0-beta-47[aria-selected=true]:hover {
    background-color: var(--rdg-row-selected-hover-background-color)
  }
}

@layer rdg.FocusSink {
  .r190mhd37-0-0-beta-47 {
    outline: 2px solid var(--rdg-selection-color);
    outline-offset: -2px
  }
}

@layer rdg.FocusSink {
  .r139qu9m7-0-0-beta-47:before {
    content: "";
    display: inline-block;
    block-size: 100%;
    position: sticky;
    inset-inline-start: 0;
    border-inline-start: 2px solid var(--rdg-selection-color)
  }
}

@layer rdg.HeaderRow {
  .h10tskcx7-0-0-beta-47 {
    display: contents;
    background-color: var(--rdg-header-background-color);
    font-weight: 700
  }

  .h10tskcx7-0-0-beta-47>.cj343x07-0-0-beta-47 {
    z-index: 2;
    position: sticky
  }

  .h10tskcx7-0-0-beta-47>.csofj7r7-0-0-beta-47 {
    z-index: 3
  }
}

@layer rdg.Cell {
  .c6ra8a37-0-0-beta-47 {
    background-color: #ccf
  }
}

@layer rdg.Cell {
  .cq910m07-0-0-beta-47 {
    background-color: #ccf
  }

  .cq910m07-0-0-beta-47.c6ra8a37-0-0-beta-47 {
    background-color: #99f
  }
}

@layer rdg.SortIcon {
  .a3ejtar7-0-0-beta-47 {
    fill: currentColor
  }

  .a3ejtar7-0-0-beta-47>path {
    transition: d .1s
  }
}

@layer rdg.Defaults {

  .rnvodz57-0-0-beta-47 *,
  .rnvodz57-0-0-beta-47 *:before,
  .rnvodz57-0-0-beta-47 *:after {
    box-sizing: inherit
  }
}

@layer rdg.Root {
  .rnvodz57-0-0-beta-47 {
    --rdg-color: #000;
    --rdg-border-color: #ddd;
    --rdg-summary-border-color: #aaa;
    --rdg-background-color: hsl(0deg 0% 100%);
    --rdg-header-background-color: hsl(0deg 0% 97.5%);
    --rdg-header-draggable-background-color: hsl(0deg 0% 90.5%);
    --rdg-row-hover-background-color: hsl(0deg 0% 96%);
    --rdg-row-selected-background-color: hsl(207deg 76% 92%);
    --rdg-row-selected-hover-background-color: hsl(207deg 76% 88%);
    --rdg-checkbox-focus-color: hsl(207deg 100% 69%);
    --rdg-selection-color: #66afe9;
    --rdg-font-size: 14px;
    --rdg-cell-frozen-box-shadow: 2px 0 5px -2px rgba(136, 136, 136, .3);
    display: grid;
    color-scheme: var(--rdg-color-scheme, light dark);
    accent-color: light-dark(hsl(207deg 100% 29%), hsl(207deg 100% 79%));
    contain: content;
    content-visibility: auto;
    block-size: 350px;
    border: 1px solid var(--rdg-border-color);
    box-sizing: border-box;
    overflow: auto;
    background-color: var(--rdg-background-color);
    color: var(--rdg-color);
    font-size: var(--rdg-font-size)
  }

  .rnvodz57-0-0-beta-47:dir(rtl) {
    --rdg-cell-frozen-box-shadow: -2px 0 5px -2px rgba(136, 136, 136, .3)
  }

  .rnvodz57-0-0-beta-47:before {
    content: "";
    grid-column: 1/-1;
    grid-row: 1/-1
  }

  .rnvodz57-0-0-beta-47.rdg-dark {
    --rdg-color-scheme: dark;
    --rdg-color: #ddd;
    --rdg-border-color: #444;
    --rdg-summary-border-color: #555;
    --rdg-background-color: hsl(0deg 0% 13%);
    --rdg-header-background-color: hsl(0deg 0% 10.5%);
    --rdg-header-draggable-background-color: hsl(0deg 0% 17.5%);
    --rdg-row-hover-background-color: hsl(0deg 0% 9%);
    --rdg-row-selected-background-color: hsl(207deg 76% 42%);
    --rdg-row-selected-hover-background-color: hsl(207deg 76% 38%);
    --rdg-checkbox-focus-color: hsl(207deg 100% 89%)
  }

  .rnvodz57-0-0-beta-47.rdg-light {
    --rdg-color-scheme: light
  }

  @media (prefers-color-scheme: dark) {
    .rnvodz57-0-0-beta-47:not(.rdg-light) {
      --rdg-color: #ddd;
      --rdg-border-color: #444;
      --rdg-summary-border-color: #555;
      --rdg-background-color: hsl(0deg 0% 13%);
      --rdg-header-background-color: hsl(0deg 0% 10.5%);
      --rdg-header-draggable-background-color: hsl(0deg 0% 17.5%);
      --rdg-row-hover-background-color: hsl(0deg 0% 9%);
      --rdg-row-selected-background-color: hsl(207deg 76% 42%);
      --rdg-row-selected-hover-background-color: hsl(207deg 76% 38%);
      --rdg-checkbox-focus-color: hsl(207deg 100% 89%)
    }
  }

  .rnvodz57-0-0-beta-47>:nth-last-child(1 of.rdg-top-summary-row)>.cj343x07-0-0-beta-47 {
    border-block-end: 2px solid var(--rdg-summary-border-color)
  }

  .rnvodz57-0-0-beta-47>:nth-child(1 of.rdg-bottom-summary-row)>.cj343x07-0-0-beta-47 {
    border-block-start: 2px solid var(--rdg-summary-border-color)
  }
}

@layer rdg.Root {
  .vlqv91k7-0-0-beta-47 {
    -webkit-user-select: none;
    user-select: none
  }

  .vlqv91k7-0-0-beta-47 .r1upfr807-0-0-beta-47 {
    cursor: move
  }
}

@layer rdg.FocusSink {
  .f1lsfrzw7-0-0-beta-47 {
    grid-column: 1/-1;
    pointer-events: none;
    z-index: 1
  }
}

@layer rdg.FocusSink {
  .f1cte0lg7-0-0-beta-47 {
    z-index: 3
  }
}

@layer rdg.SummaryCell {
  .s8wc6fl7-0-0-beta-47 {
    inset-block-start: var(--rdg-summary-row-top);
    inset-block-end: var(--rdg-summary-row-bottom)
  }
}

@layer rdg.SummaryRow {
  .skuhp557-0-0-beta-47>.cj343x07-0-0-beta-47 {
    position: sticky
  }
}

@layer rdg.SummaryRow {
  .tf8l5ub7-0-0-beta-47>.cj343x07-0-0-beta-47 {
    z-index: 2
  }

  .tf8l5ub7-0-0-beta-47>.csofj7r7-0-0-beta-47 {
    z-index: 3
  }
}

@layer rdg.GroupedRow {
  .g1yxluv37-0-0-beta-47:not([aria-selected=true]) {
    background-color: var(--rdg-header-background-color)
  }

  .g1yxluv37-0-0-beta-47>.cj343x07-0-0-beta-47:not(:last-child, .csofj7r7-0-0-beta-47),
  .g1yxluv37-0-0-beta-47>:nth-last-child(n+2 of.csofj7r7-0-0-beta-47) {
    border-inline-end: none
  }
}

@layer rdg.TextEditor {
  .t7vyx3i7-0-0-beta-47 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    inline-size: 100%;
    block-size: 100%;
    padding-block: 0;
    padding-inline: 6px;
    border: 2px solid #ccc;
    vertical-align: top;
    color: var(--rdg-color);
    background-color: var(--rdg-background-color);
    font-family: inherit;
    font-size: var(--rdg-font-size)
  }

  .t7vyx3i7-0-0-beta-47:focus {
    border-color: var(--rdg-selection-color);
    outline: none
  }

  .t7vyx3i7-0-0-beta-47::placeholder {
    color: #999;
    opacity: 1
  }
}

.menu-item-integrated-feature-r50 {
  background-color: #C1314A;
  border-color: #C1314A;
}

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

.menu-item-selling-price {
  background-color:#FF7A00;
  border-color:#FF7A00
}

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

.menu-item-integrated-feature-r50 {
  background-color: #C1314A;
  border-color: #C1314A;
}

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

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

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