.MuiTypography-subheading-87 {
  font-size: 13px !important;
  text-transform: uppercase;
  color: #fff !important;
  line-height: 24px !important;
}

.button-report:hover {
  background-color: rgba(192, 227, 251, 0.44) !important;
  border-color: rgba(192, 227, 251, 0.84) !important;
}

.active-menu-side {
  border-left: solid 3px #fff !important;
  background-color: #016d9a !important;
  /* background: rgba(0, 0, 0, 0.1) !important; */
  padding-left: 27px;
}

.active-menu-side span {
  color: white;
}

.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-items {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

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

.splash-logo {
  width: 100%;
  height: 100%;
}

.full-height {
  height: 100vh;
}

.radius-none {
  border-radius: 0px !important;
}

.fixed-bottom {
  display: flex;
  position: relative;
  bottom: 0px;
  top: auto;
  width: 100%;
  text-align: center;
}

.cancle-hover-important:hover {
  background: #46be8a !important;
  color: #ffffff !important;
}

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

.total-custom {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 300;
  padding-right: 16px;
}

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

.e-grid .e-headercell.custom-padding .e-headercelldiv {
  text-align: right !important;
  padding: 10px !important;
}

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

.colomn-product {
  width: 300px;
}

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

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

.colomn-unit {
  width: 100px;
}

.colomn-conversion {
  width: 40%
}

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

.colomn-account {
  width: 150px;
}

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

.padding-left-16 {
  padding-left: 16px !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;
}

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

.custom-paper-save {
  top: 600px !important;
  left: 1341px !important;
}

.third-list-item {
  padding: 0 0 0 0 !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

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

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

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

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

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

.button-warning {
  background-color: #FFCC50 !important;
}

.button-warning:hover {
  background-color: #f7be38 !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;
}

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

.hover-cancel-warning {
  color: #FFCC50 !important;
  border-color: #FFCC50 !important;
}

.hover-cancel-warning:hover {
  color: #ffffff !important;
  background-color: #FFCC50 !important;
  border: none !important;
}

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

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

.btn-modal-size-update:focus {
  background-color: #b3f7c1 !important;
}

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

.unrecomended-btn {
  color: #46be8a !important;
  border: 1px solid #46be8a !important;
}

.unrecomended-btn:hover {
  background: #46be8a !important;
  color: white !important;
  border: 1px solid #46be8a !important;
}

.recomended-btn {
  background: #46be8a !important;
  color: white !important;
  border: 1px solid #46be8a !important;
}

.scrollable-flex {
  flex-grow: 1 !important;
  overflow: scroll !important;
}

#letterAvatarList {
  display: block;
  max-width: 400px;
  margin: auto;
  border: 1px solid #dddddd;
  border-radius: 3px;
}

.align-item-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.company-logo {
  width: 280px;
  height: 100%;
}

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

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

/* thema color */

.primary-text-color {
  color: #46be8a !important;
}

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

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

.baby-grey {
  color: #6b6d6e !important;
  line-height: 24px;
  letter-spacing: 0.5px;
}

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

.grey {
  background: #545454 !important;
}

.grey-text {
  color: #545454 !important;
}

/* position */

.justify-lg-center {
  justify-content: center;
  align-items: center;
}

.btn-widget {
  height: 90px !important;
  background: #eff2f3 !important;
  color: #8fa4af !important;
  transition: 1s;
  font-weight: 500 !important;
}

.font-btn-widget {
  font-weight: normal !important;
  font-size: 16px !important;
}

.btn-widget:hover {
  background: #dadada80 !important;
}

.btn-submit-email {
  border-radius: 20px !important;
  background: #46be8a !important;
}

.btn-convert-pdf {
  border-radius: 20px !important;
  width: 200px;
  border-color: #46be8a !important;
}

.custom-gutters {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/* 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: 1024px) {
  .justify-md-center {
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (max-width: 960px) {
  .custom-mobile-padding-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .mobile-space-around {
    align-content: space-between !important;
  }

  .justify-sm-center {
    justify-content: center;
    align-items: center;
  }

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

  .fixed-bottom {
    position: relative;
    background: #3bb7ff;
  }

  .fixed-bottom button {
    color: white !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) {
  .justify-xs-center {
    justify-content: center;
    align-items: center;
  }

  .company-logo {
    width: 280px;
    height: auto;
  }

  .page-content {
    padding: 16px;
  }

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

  /* kamu akan aneh melihat kode ini kelak sep */
  .no-padding-in-bottom {
    padding-bottom: 0 !important;
  }

  .no-padding-in-top {
    padding-top: 0 !important;
  }

  /* ----------------------------------------------- */
  .datepicker-error-message {
    position: absolute !important;
    top: 48px !important;
  }

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

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

  .input-email {
    width: 250px !important;
  }
}

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

.center-items {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.splash-logo {
  width: 100%;
  height: 100%;
}

.full-height {
  height: 100vh;
}

.radius-none {
  border-radius: 0px !important;
}

.fixed-bottom {
  display: flex;
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

.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-active-submitted {
  color: #2daee5;
  background-color: #ecf9fe;
  margin-right: 10px;
  text-align: center;
  font-weight: 400;
  width: 80px;
  font-size: 14px;
  padding: 5px;
  border-radius: 5px;
}

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

.status-detail-active-avoid {
  color: #a50000;
  background-color: #f6dfda;
  margin-right: 10px;
  text-align: center;
  font-weight: 400;
  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;
}

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

.btn-option-left {
  height: 36px;
  position: absolute;
  display: flex;
  border-radius: 4px;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 80px;
}

.btn-option-left:hover {
  background: #1B9D58;
}

.btn-option-left-disabled {
  background: #f5f5f5 !important;
  height: 38px;
  position: absolute;
  display: flex;
  border-radius: 4px;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 80px;
}

.btn-option-left-disabled:hover {
  background: #f5f5f5 !important;
}

.btn-option-right {
  width: 23px;
  height: 36px;
  justify-content: center;
  position: absolute;
  display: flex;
  align-items: center;
  background: #20BF6B;
  border-radius: 4px;
  right: 0;
  top: 0;
}

.btn-option-right:hover {
  background: #1B9D58;
}

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

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

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

.padding-top-bottom-zero {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.text-item-modal {
  height: 30px;
}

.btn-modal-size-med {
  width: 100px !important;
  /* color: white !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;
}

.e-headercontent {
  border-right: none !important;
}

.scrollable-flex {
  flex-grow: 1 !important;
  overflow: auto !important;
}

.align-item-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.company-logo {
  width: 280px;
  height: 100%;
}

/* tema warna */

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

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

.baby-gray {
  background: #848181 !important;
}

.baby-gray-text {
  color: #242728 !important;
}

.gray {
  background: #545454 !important;
}

.gray-text {
  color: #545454 !important;
}

/* position */

.justify-lg-center {
  justify-content: center;
  align-items: center;
}

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

  .mobile-filter {
    justify-content: flex-start !important;
    margin-left: -8px;
  }

  .company-logo {
    width: 280px;
    height: auto;
  }
}

@media only screen and (max-width: 599px) {
  .mobile-filter {
    margin-left: unset;
  }

  .unit-price {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  .justify-sm-center {
    justify-content: center;
    align-items: center;
  }

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

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

@media only screen and (max-width: 1024px) {
  .justify-md-center {
    justify-content: center;
    align-items: center;
  }
}

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

.id-background {
  background-image: url("../../assets/img/svg/login-curve.svg"), url("../../assets/img/svg/zahir-background-3-original.svg");
  background-size: 640px, cover;
  background-position: right, center;
}

.id-background-large {
  /* background-image: url("../../assets/img/svg/login-curve.svg"), url("../../assets/img/svg/zahir-background-3-original.svg"); */
  background: url("../../assets/img/svg/login_background_3.svg");
  background-size: cover;
  background-position: center;
}

.sg-background {
  background-image: url("../../assets/img/image-zing.jpg");
  background-size: contain;
}

@media screen and (max-width: 1517px) {
  .sg-background {
    background-image: url("../../assets/img/image-zing.jpg");
    background-size: cover;
  }
}

.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-grid .e-altrow {
  background-color: #f4f7f9;
}

.e-grid {
  border-width: 0px;
}

.e-grid .e-rowcell {
  /* line-height:12px; */
  border: none !important;
}

.e-headercell {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}

.e-gridheader {
  border-top-width: 0px !important;
  border-bottom: solid 1px #d8dee2 !important;
}

.e-edit::before {
  content: url("../../assets/img/hrm/icon/mdi_file-document-edit.svg");
}

.e-resign::before {
  content: url("../../assets/img/hrm/icon/mdi_account-remove.svg");
}

.e-contract::before {
  content: url("../../assets/img/hrm/icon/mdi_contract_extension.svg");
}

.e-assign::before {
  content: url("../../assets/img/hrm/icon/assignment_ind.svg");
}

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

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

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

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

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

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

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

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

.e-location::before {
  content: "";
  display: inline-block;
  width: 16px;
  /* ukuran yang kamu mau */
  height: 16px;
  background-image: url(../../assets/img/hrm/current-marker.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.e-canceled::before {
  content: url("../../assets/img/hrm/icon/cancel-icon.svg");
}

.e-approved-icon::before {
  content: url("../../assets/img/hrm/icon/approved-icon.svg");
}

.e-detail::before {
  content: url("../../assets/img/hrm/icon/mdi_newspaper-variant-multiple.svg");
}

.e-detail-2::before {
  content: url("../../assets/img/hrm/icon/detail.svg");
}

.e-fa-money::before {
  content: url("../../assets/img/hrm/icon/fa-money.svg");
}

.e-spt-summary::before {
  content: url("../../assets/img/hrm/icon/payroll_csv_summary.svg")
}

.e-spt-csvtransfer::before {
  content: url("../../assets/img/hrm/icon/paid.svg")
}

.e-spt-monthly::before {
  content: url("../../assets/img/hrm/icon/payroll_csv_monthly.svg")
}

.e-spt-yearly::before {
  content: url("../../assets/img/hrm/icon/payroll_csv_yearly.svg")
}

.e-download-report-pdf::before {
  content: url("../../assets/img/hrm/icon/download_report_pdf.svg")
}

.e-download-report-xls::before {
  content: url("../../assets/img/hrm/icon/download_report_xls.svg")
}

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

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

.e-intermediate::before {
  content: '\e934'
}

.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-resend::before {
  content: url("../../assets/img/hrm/icon/send.svg");
}

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

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

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

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

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

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

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

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

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

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

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

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

.page {
  position: relative;
  height: 100%;
  background: #f4f7f9;
  overflow-y: auto;
  overflow-x: hidden;
}

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

.select-options-list-custom {
  padding: 20px 0 !important;
  height: 50px !important;
  color: red;
  /* background: red !important; */
}

/* status color + status warna */

.status-draft {
  background: #ededed;
  color: #7c7a7d;
  margin-right: 10px;
  text-align: center;
  width: 110px;
  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: 110px;
  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: 110px;
  font-size: 14px;
  padding: 5px;
  border-radius: 4px;
}

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

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

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

.status-paid {
  background: #ddf1ff;
  color: #2db5c9;
  margin-right: 10px;
  text-align: center;
  width: 110px;
  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-sort-overdue {
  background: #fbf0e8;
  color: #ff5a8b;
  margin-right: 10px;
  font-weight: 400;
  text-align: center;
  width: 80px;
  font-size: 14px;
  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-long-overdue {
  background: #fcdedd;
  color: #7d1813;
  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;
}

.margin-right .status-inactive {
  color: #a50000;
  background-color: #f6dfda;
  padding: 15px;
  width: 130px;
  text-align: center;
  border-radius: 4px;
}

.status-approved {
  color: #0078b0;
  background-color: rgba(0, 139, 239, 0.2);
  padding: 15px;
  width: 130px;
  text-align: center;
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

/* edited by isgi */

.form-control-filter {
  font-size: 14px;
  line-height: 16px;
  display: block;
  width: 100%;
  margin: 0px 0px 0px 10px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #242728;
  border: 1px solid #e4eaec;
  border-radius: 2px;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  height: 38px;
  max-width: 150px;
}

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

.paddingList {
  padding-right: 60px !important;
}

.borderTopSeparat {
  height: 4px;
  border-bottom: solid 0.5px #d8dee2;
  background: #f4f7f9;
  border-top: solid 0.5px #d8dee2;
}

.borderTransparent {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  letter-spacing: 0.4px;
  color: #253238;
  padding: 12px 15px;
  display: block;
  border-bottom: solid 0.1px transparent !important;
}

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

label {
  font-size: 14px;
}

.modal-body-custom .row .col-1,
.modal-body-custom .row .col-2,
.modal-body-custom .row .col-3,
.modal-body-custom .row .col-4,
.modal-body-custom .row .col-5,
.modal-body-custom .row .col-6,
.modal-body-custom .row .col-7,
.modal-body-custom .row .col-8,
.modal-body-custom .row .col-9,
.modal-body-custom .row .col-10,
.modal-body-custom .row .col-11,
.modal-body-custom .row .col-12,
.modal-body-custom .row .col,
.modal-body-custom .row .col-auto,
.modal-body-custom .row .col-sm-1,
.modal-body-custom .row .col-sm-2,
.modal-body-custom .row .col-sm-3,
.modal-body-custom .row .col-sm-4,
.modal-body-custom .row .col-sm-5,
.modal-body-custom .row .col-sm-6,
.modal-body-custom .row .col-sm-7,
.modal-body-custom .row .col-sm-8,
.modal-body-custom .row .col-sm-9,
.modal-body-custom .row .col-sm-10,
.modal-body-custom .row .col-sm-11,
.modal-body-custom .row .col-sm-12,
.modal-body-custom .row .col-sm,
.modal-body-custom .row .col-sm-auto,
.modal-body-custom .row .col-md-1,
.modal-body-custom .row .col-md-2,
.modal-body-custom .row .col-md-3,
.modal-body-custom .row .col-md-4,
.modal-body-custom .row .col-md-5,
.modal-body-custom .row .col-md-6,
.modal-body-custom .row .col-md-7,
.modal-body-custom .row .col-md-8,
.modal-body-custom .row .col-md-9,
.modal-body-custom .row .col-md-10,
.modal-body-custom .row .col-md-11,
.modal-body-custom .row .col-md-12,
.modal-body-custom .row .col-md,
.modal-body-custom .row .col-md-auto,
.modal-body-custom .row .col-lg-1,
.modal-body-custom .row .col-lg-2,
.modal-body-custom .row .col-lg-3,
.modal-body-custom .row .col-lg-4,
.modal-body-custom .row .col-lg-5,
.modal-body-custom .row .col-lg-6,
.modal-body-custom .row .col-lg-7,
.modal-body-custom .row .col-lg-8,
.modal-body-custom .row .col-lg-9,
.modal-body-custom .row .col-lg-10,
.modal-body-custom .row .col-lg-11,
.modal-body-custom .row .col-lg-12,
.modal-body-custom .row .col-lg,
.modal-body-custom .row .col-lg-auto,
.modal-body-custom .row .col-xl-1,
.modal-body-custom .row .col-xl-2,
.modal-body-custom .row .col-xl-3,
.modal-body-custom .row .col-xl-4,
.modal-body-custom .row .col-xl-5,
.modal-body-custom .row .col-xl-6,
.modal-body-custom .row .col-xl-7,
.modal-body-custom .row .col-xl-8,
.modal-body-custom .row .col-xl-9,
.modal-body-custom .row .col-xl-10,
.modal-body-custom .row .col-xl-11,
.modal-body-custom .row .col-xl-12,
.modal-body-custom .row .col-xl,
.modal-body-custom .row .col-xl-auto,
.modal-body-custom .row .col-xxl-1,
.modal-body-custom .row .col-xxl-2,
.modal-body-custom .row .col-xxl-3,
.modal-body-custom .row .col-xxl-4,
.modal-body-custom .row .col-xxl-5,
.modal-body-custom .row .col-xxl-6,
.modal-body-custom .row .col-xxl-7,
.modal-body-custom .row .col-xxl-8,
.modal-body-custom .row .col-xxl-9,
.modal-body-custom .row .col-xxl-10,
.modal-body-custom .row .col-xxl-11,
.modal-body-custom .row .col-xxl-12,
.modal-body-custom .row .col-xxl,
.modal-body-custom .row .col-xxl-auto,
.modal-body-custom .row .col-xs-1,
.modal-body-custom .row .col-xs-2,
.modal-body-custom .row .col-xs-3,
.modal-body-custom .row .col-xs-4,
.modal-body-custom .row .col-xs-5,
.modal-body-custom .row .col-xs-6,
.modal-body-custom .row .col-xs-7,
.modal-body-custom .row .col-xs-8,
.modal-body-custom .row .col-xs-9,
.modal-body-custom .row .col-xs-10,
.modal-body-custom .row .col-xs-11,
.modal-body-custom .row .col-xs-12 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.form-control-filterContact.custom-margin {
  margin: 0px 100px 0px 0px;
}

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

.length-data {
  padding-left: 20px !important;
  display: inline;
  font-size: 16px !important;
  padding-top: 2px !important;
  color: cornflowerblue;
  opacity: 0.5;
}

.detail-data {
  padding: 0 0 30px 0;
  display: block;
  overflow: hidden;
}

.detail-data .avatar {
  min-width: 100px;
  float: left;
  width: auto;
}

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

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

.detail-data .detail-item label {
  min-width: 110px;
}

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

@media screen and (max-width: 676px) {
  .mobile-hidden {
    display: none;
  }
}

.filter-form-label {
  top: 38px;
  position: relative;
  left: -10px;
}

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

.e-grid.e-gridhover tr[role='row']:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
.e-grid.e-gridhover tr[role='row']:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
.e-grid.e-gridhover tr[role='row']:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
  background-color: #e9f3fb61;
  /* color: #000; */
}

.e-grid td.e-active {
  background: #c0e3fba3;
  /* color: #000; */
}

.columnRightStatus {
  width: 150px;
}

.columnRightMore {
  width: 100px;
}

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

.navigation-detail {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: calc(100% / 2.3);
  height: 100px;
  left: 0;
}

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

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

.customan {
  background-color: red;
}

.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: #EB3B5A;
  margin: 5%;
}

.text-item-modal span {
  font-size: 12px;
}

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

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

.filterLadger {
  display: flex;
  justify-content: space-between !important;
}

.e-grid .e-detailrowcollapse,
.e-grid .e-detailrowexpand,
.e-grid .e-rowcell {
  color: #3c4550;
  letter-spacing: 0.5px;
  font-weight: 300;
  font-size: 13px;
}

.e-grid .e-gridheader {
  background-color: #fff;
  border-bottom-color: #e0e0e0;
  border-top-color: #e0e0e0;
  color: #3c4550;
}

.btn-new {
  min-width: 112px !important;
}

.wrapTotal {
  display: flex;
  width: 255px;
  align-items: center;
  margin-left: -11px;
}

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

.css-d8oujb {
  /* style hide indicator react select */
  display: none;
}

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

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

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

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

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

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

.e-columnheader {
  height: 50px !important;
}

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

.container-checkbox-list {
  margin-left: -15px;
}

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

@media screen and (max-width: 767px) {
  .data-item-sales {
    font-weight: 400;
    font-size: 12px;
    border-radius: 4px;
    /* padding: 2px; */
    height: 26px;
    /* width: 300px; */
  }

  .ledger-container.sales .ledger-body.sales .ledger-row.row-body>div.ledger-actions .mobile-only .actions.four-cols li,
  .ledger-container.sales .ledger-body.sales .ledger-row.row-body>a>div.ledger-actions .mobile-only .actions.four-cols li,
  .ledger-container.sales .ledger-body.sales .ledger-row.row-body>a .right-side>div.ledger-actions .mobile-only .actions.four-cols li {
    width: 33%;
  }
}

.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-th+.ledger-row,
.form-journal-detail .ledger-body .ledger-th+.ledger-row.template+.ledger-row {
  border-top: transparent;
}

.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 .invoice-no,
.ledger-container.sales .ledger-body.sales.sales-invoice .ledger-row .value {
  width: 155px;
}

.form-journal-detail .ledger-body .ledger-row .form-group.select-box {
  margin: 9px 0 0;
  max-width: none !important;
}

.row-body-container-custom {
  /* position: absolute; */
  /* z-index: 98; */
  top: 240px;
  /* height: calc(100% - 187px);
  height: -moz-calc(100% - 187px);
  height: -webkit-calc(100% - 187px);
  width: 100%; */
  background-color: #fff;
}

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

.no-data-container {
  display: flex;
  flex: 1;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  /* height: 518px; */
}

.no-data-text {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: darkgray;
}

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

.value-invoice-label {
  position: absolute;
  right: 153px;
  width: 90px;
  text-align: right;
  font-weight: 500;
  color: #3c4550;
  top: 15px;
  font-size: 13px;
}

.status-invoice-label {
  position: absolute;
  right: 80px;
  width: 90px;
  text-align: right;
  font-weight: 500;
  color: #3c4550;
  top: 15px;
  font-size: 13px;
}

/* penutup created ahsan */

.icon-button {
  margin-right: 10px;
}

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

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

.item-title-transaction {
  font-size: 14px !important;
  color: #0F7AAE !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;
}

.item-status-transaction {
  color: #5bc43b;
  background-color: #e4ffdc;
  padding: 1px 10px;
  /* width: fit-content; */
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
}

.detail {
  color: #0F7AAE;
  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;
}

.search-loading {
  width: 16px;
  position: absolute;
  right: 40px;
  top: 12px;
}

.double-dot {
  margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-search-mobile {
  background: white;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 1;
}

.mobile-filter .filter-type {
  width: 100%;
  display: inline-flex;
  padding-left: 16px;
}

.mobile-filter .filter-type label {
  margin-bottom: 0;
  padding: 10px 0;
}

.no-padding {
  padding: 0 !important;
}

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

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

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

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

.modal-custom-shadow {
  padding: 0px 40px 0px 40px !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;
}

.button-custom-inventory {
  display: flex !important;
  justify-content: flex-end !important;
}

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

.unset-margin {
  margin-top: unset;
}

.active-item-lookup {
  background: #c0e3fba3;
}

.border-taking {
  padding: 0px 10px 0px 10px;
  border: solid 0.5px #ccc;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.size14 {
  font-size: 14px;
}

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

.dropdown-menu-items {
  width: 270px;
}

.font-import-taking {
  font-size: 14px;
  font-weight: 500;
  color: #46be8a;
}

.margin-font-import {
  margin-top: 10px;
  margin-right: 7px;
}

.margin-icon-taking {
  margin-top: 9px;
  margin-right: 50px;
}

.margin-text-left {
  margin-top: 14px;
}

.label-right {
  justify-content: flex-end;
  flex: unset;
}

.margin-text-right {
  margin-top: 14px;
  text-align: right;
}

.font-row-taking {
  font-size: 14px;
  font-weight: 100;
}

.margin-placeholder {
  margin-top: 15px;
  padding-bottom: 15px;
}

.margin-placeholder-right {
  margin-top: 4px;
  padding-bottom: 15px;
  justify-content: flex-end;
  display: flex;
}

.e-contextmenu-wrapper ul {
  min-width: 170px !important;
  border-radius: 5px !important;
  padding: 15px 0 !important;
  box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07) !important;
}

.e-contextmenu-wrapper ul .e-menu-item .e-caret {
  right: 22px !important;
  margin-left: 0 !important;
  color: #D1D8E0 !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-wrapper ul .e-menu-item.e-focused .e-menu-icon {
  color: #2D98DA !important;
}

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

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

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

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

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

.value-detail {
  font-weight: 100;
}

.row-footer {
  background: #3c4550;
  display: flex;
  padding: 20px 20px;
  font-size: 14px;
  justify-content: space-between;
}

.total-color {
  color: #fff;
}

.close-search {
  right: 42px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.detail-content {
  min-height: 271px !important;
}

.form-input-text-big {
  font-size: 18px !important;
  color: #253238 !important;
  font-weight: 300 !important;
}

.spacing-grid-component {
  /* display: flex !important; */
  margin-right: 30px !important;
}

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

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

.text-item {
  position: relative !important;
  line-height: 16px !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  letter-spacing: 0.5px !important;
  color: #3c4550 !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.text-item-header {
  position: relative !important;
  line-height: 16px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.6px !important;
  color: #3c4550 !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

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

.button-report {
  border-top: none;
  text-align: right;
  margin-bottom: 20px;
  /* margin-top: 40px; */
  margin-right: 20px;
  display: flex;
  justify-content: flex-end;
}

.container-report {
  min-height: 72vh;
  margin-bottom: 65px;
}

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

.alias-style {
  justify-content: flex-end;
  display: flex;
  text-align: right;
}

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

.space-body {
  margin-bottom: 70px;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 70px;
}

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

.border-top-custom {
  border-top: 1px solid #a1a1a1;
}

.width-paper {
  min-width: 800px;
  min-height: 70vh;
}

.scroll-width {
  overflow-x: scroll;
}

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

.color-journal {
  color: #47bf84;
}

.font-journal {
  font-weight: normal;
}

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

  .width-item-mobile {
    width: 500px !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;
}

.fieldmoreStyle {
  background-color: red;
}

.unset-horizontal-padding {
  padding-right: unset !important;
  padding-left: unset !important;
}

.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: 160px;
}

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

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

.modal-klasifikasi-akun .modal-body .tab-content .hirarki-container ul.hirarki-teratas li {
  border-radius: 4px;
  display: flex;
  border: solid 1px #8fa4af;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.modal-klasifikasi-akun .modal-body .tab-content .hirarki-container ul.hirarki-teratas li input {
  line-height: 14px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #3c4550;
  padding: 13px 20px;
  float: left;
  border: none;
  outline: none;
  width: 80%;
}

/* grid dragabble */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-btn-save {
  display: inline;
}

.modal-title-journal {
  line-height: 34px;
  font-size: 18px;
  color: #3c4550;
  text-align: center;
  margin-top: -5px;
  margin-bottom: 50px;
}

.date-journal {
  font-weight: 300;
  font-size: 14px;
  color: #adadbc;
}

.table-adjustment {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  color: #3c4550;
}

.st-td {
  width: 18%;
}

.sc-td {
  width: 2%;
}

.thr-td {
  width: 25%;
}

.fr-td {
  width: 10%;
}

.padding-td {
  padding: 8px 0 8px 0;
}

.unset-minheight {
  min-height: unset;
}

.label-summary-transaction {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  position: unset !important;
  font-size: 14px !important;
}

.icon-summary-transaction {
  margin-top: 2px !important;
  margin-bottom: 0px !important;
  position: unset !important;
  margin-right: 10px !important;
  width: 5px;
}

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

/* end for print */

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

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

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

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

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

/*style font period end*/

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

.confirm-period {
  line-height: 14px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #3c4550;
  margin-top: 30px;
  text-align: center;
}

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

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

.cell-footer-report {
  font-weight: 300;
  border-top: 1px solid #0077af !important;
}

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

.option-share {
  background-color: #fff;
  height: 83px;
  width: 83px;
  position: absolute;
  right: 0;
  margin-right: 25px;
  justify-content: center;
  display: flex;
  align-items: center;
  box-shadow: 2px 2px 6px #ccc;
}

.margin-option1 {
  margin-top: 1px;
}

.margin-option2 {
  margin-top: 85px;
}

.margin-option3 {
  margin-top: 169px;
}

@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: #0F7AAE;
  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-calender .select {
  border-top: 2px solid #f9f9f9;
}

.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__from-date {
  vertical-align: top;
}

.wrapper-calendar .calendar__range .calendar__from-date,
.wrapper-calendar .calendar__range .calendar__image-arrow {
  display: inline-block;
}

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

.wrapper-calendar .calendar__range .calendar__range-date {
  line-height: 2.3rem;
  font-weight: 400;
  margin: 5px 5px 5px 5px;
}

.wrapper-calendar .calendar__range .calendar__range-day {
  font-size: 0.9rem;
  font-weight: 400;
}

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

.calendar .calendar__chooser {
  background: #fffdff;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.calendar .calendar__table .calendar__day.selected {
  background: #0F7AAE;
  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 {
  color: rgba(0, 0, 0, 0.87) !important;
  width: auto !important;
  height: 24px !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;
}

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

.disabled-font {
  color: #ccc !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;
}

.open-actions {
  position: absolute;
  right: 5px;
  top: 6px;
}

.open-actions .actions-widget {
  width: 200px;
  border: 1px solid #e4eaec;
}

.font-italic {
  font-style: italic !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
}

.disabled-font {
  color: #ccc !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;
}

.draggable {
  position: relative;
  /* box-shadow: 10px 10px 30px lightgray; */
  background: white;
  border-radius: 8px;
  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;
}

.font-italic {
  font-style: italic !important;
}

.list-action {
  color: rgba(0, 0, 0, 0.87);
  width: auto;
  font-size: 14px;
  box-sizing: content-box;
  font-weight: 300;
  font-family: Roboto;
  line-height: 15px;
  white-space: nowrap;
  padding: 14px 15px;
  cursor: pointer;
  background: white;
  border-bottom: 1px solif #E4EAEC;
}

.list-action:hover {
  background: #EDEDEE;
}

.wrapper-list-action {
  position: absolute;
  top: 50px;
  right: 10px;
  background: color;
  box-shadow: 0 2px 5px lightgray;
  border: 1px solid #E4EAEC;
  z-index: 100;
  animation: list-action 0.5 ease-in-out;
}

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

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

.panel-right {
  position: absolute;
  right: 60px;
  top: 30px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  margin: auto;
  z-index: 0;
}

.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-login-page {
  transition: 0.5s !important;
}

.login-hide {
  margin-right: -33% !important;
}

@media only screen and (max-width: 960px) {
  .login-hide {
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .width-login-page {
    width: 570px !important;
  }

  .position-login-page {
    display: flex !important;
    justify-content: flex-end !important;
  }
}

.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-click {
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

.cell-head-report-payment {
  font-size: 15px !important;
}

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

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

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

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

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

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

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

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

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

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

  .none-mobile {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.background-sky-blue {
  background-color: #87ceeb !important;
}

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

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

.add-top-arrow {
  top: 25px !important;
}

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

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

  to {
    opacity: 1;
  }
}

.card-bottom {
  right: 20px;
  bottom: 16px;
  position: absolute;
  text-align: center;
}

.text-dashboard {
  font-size: 28px;
}

.text-total-dashboard {
  font-size: 32px;
}

.button-detail {
  font-weight: 400;
  padding: 5px 15px;
  border-radius: 5px;
  background: #3DA878;
  color: white;
}

.button-detail:hover {
  background: #3DA878;
  color: white;
}

@media only screen and (max-width: 1250px) {
  .text-dashboard {
    font-size: 22px;
  }

  .text-total-dashboard {
    font-size: 28px;
  }
}

@media only screen and (max-width: 500px) {
  .button-detail {
    position: relative;
    /* right: 20px; */
    left: 0;
    top: 16px;
    margin-bottom: 16px;
    width: 115px;
    font-weight: 400;
    padding: 5px 15px;
    border-radius: 3px;
    background: rgba(58, 187, 255, 0.29);
    color: #0078B0;
  }
}

/* style calendar reminder */

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

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

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

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

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

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

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

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

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

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

.noborder {
  border: none !important;
}

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

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

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

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

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

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

.ul-nopadding ul {
  padding-left: 17px;
}

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

.avatar-company-create {
  /* width: 135px;
  margin-top: 5px; */
  width: 100px;
  margin-top: 30px;
}

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

.list-date-sub-header {
  height: 40px !important;
  left: 0px !important;
  position: absolute !important;
  top: 0px !important;
  display: flex;
  width: 100% !important;
  justify-content: flex-start;
  align-items: center;
}

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

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

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

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

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

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

.leaf-cash-flow-type {
  display: flex;
  align-items: center;
  margin-right: 5px;
  color: rgba(0, 0, 0, 0.54);
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/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;
}

.rug div {
  width: 100%;
}

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

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

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

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

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

.sub-class {
  display: block !important;
  width: 250px;
}

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

.button-export-excel {
  border: none !important;
  margin-left: -6px !important;
  margin-top: 5px !important;
  font-family: roboto !important;
  font-weight: 300 !important;
}

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

.image-waiting {
  position: absolute;
  height: 100%;
}

.wrapper-text-waiting {
  padding: 320px 50px;
  text-align: end;
  z-index: 10;
}

@media only screen and (max-width: 900px) {
  .image-waiting {
    position: relative;
    height: auto;
    width: 100%;
    padding: 10px;
  }

  .wrapper-text-waiting {
    padding: 20px;
    text-align: end;
    z-index: 10;
  }
}

.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-v2 {
  display: block !important;
  width: 100% !important;
  height: 44px !important;
  background-color: white !important;
  border-color: #EDEEF1 !important;
  border-radius: 4px !important;
}

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

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

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

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

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

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

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

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

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

.helper-text-home-made-cash-advance {
  border: none;
  background: transparent;
  font-size: 12px;
  color: red !important;
  font-weight: 300;
  text-align: right;
  width: 100%;
  position: absolute;
  margin-right: 118px;
  right: 0;
  top: 0;
  margin-top: 2px;
}

.css-onj2w2 {
  z-index: 2000 !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-cashing {
  background: #f5f5f5 !important;
  cursor: not-allowed !important;
}

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

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

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

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

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

.pointer-cursor {
  cursor: pointer !important;
}

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

.width-opening {
  width: 100px;
}

.width-35 {
  width: 35px;
}

.width-contact {
  width: 90px;
}

.width-desc {
  width: 180px;
}

.width-55 {
  width: 55px;
}

.width-50 {
  width: 50px;
}

.width-amount {
  width: 80px;
}

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

.width-note {
  width: 200px;
}

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

.displayNone {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.status-acl {
  padding: 8px 16px;
  background: #0F7AAE;
  color: white;
  font-size: 12px;
}

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

.active-list {
  background: #F5F7F8 !important;
  border: none !important;
}

.MuiGrid-root.border-tree.MuiGrid-item.MuiGrid-grid-xs-11 {
  position: relative;
}

.MuiGrid-root.border-tree.MuiGrid-item.MuiGrid-grid-xs-11::before {
  content: '';
  border-left: 1px solid #C9CED7 !important;
  position: absolute;
  left: 0;
  height: 97%;
}

.rounded-status-acl {
  padding: 4px 39px;
  border: 1px solid;
  border-radius: 4px;
  margin: 0 8px;
}

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

.detail-acl-status {
  font-weight: 600;
  font-size: 14px;
  margin-left: 8px;
}

.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;
  /* border-color: unset !important; */
}

.rc-tree-select>.rc-tree-select-focused .rc-tree-select-selector {
  border-color: #EDEEF1 !important;
  /* border-color: unset !important; */
}

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-clear-icon {
  font-size: 16px !important;
}

.rc-tree-select-tree-node-selected {
  background-color: unset !important;
  box-shadow: unset !important;
  border: unset !important;
  /* width: 96% !important; */
  /* opacity: 0.6; */
  /* height: 38px !important; */
  /* border-radius: 4px; */
}

.rc-tree-select-tree-treenode.rc-tree-select-tree-treenode-selected {
  background-color: #EBF5FB !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: 16px !important;
  top: 0 !important;
}

.rc-tree-select-clear-icon {
  height: 45px;
  display: flex;
  align-content: flex-end;
  align-items: center;
  justify-content: center;
}

.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: 16px !important;
  top: 0 !important;
  font-size: 14px;
  margin-bottom: 2px !important;
}

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

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

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

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

.rc-tree-select-tree-node-content-wrapper .rc-tree-select-tree-node-content-wrapper-normal .rc-tree-select-tree-node-selected {
  width: 100% !important;
  background: #2121 !important;
  border: none !important;
  box-shadow: none !important;
}

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

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

.rc-tree-select-dropdown {
  min-width: 360px !important;
  /* min-width: unset !important; */
}

.rc-tree-select-tree-treenode {
  height: 42px;
}

.position-content {
  height: 92% !important;
  position: relative !important;
  top: 64px !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;
}

.rc-tree-select-selection-item .leaf-name {
  width: auto !important;
  max-width: 150px !important;
}

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

.custom-popper {
  /* background-color: red !important; */
  position: relative;
  top: 32px !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;
}

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

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

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

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

.custom-zIndex {
  z-index: 0 !important;
}

.rc-tree-select-selection-item-remove {
  margin-left: 16px !important;
}

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

/* ================================================ */
/* SYLING HRM  */
/* ================================================ */

.menu-item-b30 {
  background-color: #53AAE0;
  border-color: #53AAE0;
}

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

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

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

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

.menu-item-n60 {
  background-color: #5D6D89;
  border-color: #5D6D89;
}

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

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

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

.menu-item-g40 {
  background-color: #48CA85;
  border-color: #48CA85;
}

.menu-item-g50 {
  background-color: #1B9D58;
  border-color: #1B9D58;
}

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

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

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

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

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

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

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

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

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

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

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

.menu-item-o50 {
  background-color: #CD6B29;
}

.menu-item-y40 {
  background-color: #F7B731;
}

.menu-item-v30 {
  background-color: #D7588D;
}

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

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

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

.time-input {
  height: 44px;
  border: 1px solid #EDEEF1;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tooltip-chart {
  background: #FFFFFF;
  padding: 12px;
  display: grid;
  gap: 6;
  border-radius: 8px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
}

/* maps leaflet css custom */
.leaflet-bar {
  border: none !important;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px
}

.leaflet-touch .leaflet-bar a {
  width: 31px;
  height: 31px;
  color: #A5AEBD;
  box-shadow: 0px 3.875px 9.04167px rgba(0, 0, 0, 0.25);
}

.current-location-button {
  position: absolute;
  z-index: 10000;
  bottom: 93px;
  right: 10px;
  padding: 4px;
  background: white;
  z-index: 10000;
  width: 31px;
  color: #A5AEBD;
  cursor: pointer;
  height: 31px;
  border-radius: 5.17px;
  box-shadow: 0px 3.875px 9.04167px rgba(0, 0, 0, 0.25);
}

.current-location-button:hover {
  color: #2D98DA;
}

.current-location-button:active {
  color: #2D98DA;
}

.dashboard-list-container {
  padding-bottom: 10px;
  height: 100%;
  overflow: hidden;
}

.dashboard-list-container:hover {
  overflow-y: auto !important;
}

.dashboard-list-container::-webkit-scrollbar {
  width: 7px;
}

.dashboard-list-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 50px;
}

.dashboard-list-container::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  height: 50px;
  border-radius: 50px;
}

.ReactVirtualized__Grid::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

.ReactVirtualized__Grid::-webkit-scrollbar-track {
  background: #EDEEF1;
}

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

.form-container {
  background: #FFFFFF;
  border-radius: 3px;
  text-align: left;
  padding: 20px;
}

.form-header {
  margin-top: 30px;
  padding-top: 32px;
  padding-bottom: 32px;
}

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

.field-workhour-container {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: end;
}

.field-workhour-container:hover .btn-close-hide {
  display: block !important;
}

.btn-close-hide {
  display: none !important;
  position: absolute !important;
  right: 0 !important;
  top: -3px !important;
  z-index: 1;
}

.container-list-color {
  border-radius: 4px;
  border: 1px solid #EDEEF1;
  width: 40px;
  height: 40px;
  padding: 8px;
}

.container-list-color:hover {
  border: 1px solid #2D98DA;
  border-radius: 4px;
  background: #EBF5FB;
}

.container-list-color-active {
  border: 1px solid #2D98DA;
  border-radius: 4px;
  background: #EBF5FB;
}

.input-color {
  min-height: 36px !important;
}


/* animations.css */

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.box-field {
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  /* Maintain the final state of the animation */
}

.fade-in {
  animation-name: fade-in;
}

.fade-out {
  animation-name: fade-out;
  display: none;
}

.searchbar-map-padding {
  padding-right: 16px !important;
}

.marker-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.marker-label {
  margin-top: 5px;
  padding: 4px 8px;
  font-size: 12px;
  color: white;
  border-radius: 5px;
  font-weight: bold;
  border: 2px solid white;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.marker-icon {
  width: 24px;
  height: 24px;
}

.striped-container>div:nth-child(odd) {
  background-color: #F5F7F8;
  /* Light gray for odd rows */
}

.striped-container>div:nth-child(even) {
  background-color: #ffffff;
  /* White for even rows */
}