@charset "UTF-8";

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

/* Enter and leave animations can use different */

/* durations and timing functions.              */

.slide-fade-enter-active {
  transition: all 0.3s ease;
}

.slide-fade-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter,
.slide-fade-leave-to {
  transform: translateX(10px);
  opacity: 0;
}

.deshboard .top-nav {
  background-color: #f1f1f1;
}

.deshboard .top-nav .row {
  min-height: 50px;
}

.deshboard .invoice .top .bg-prossess {
  background-color: #FF9800;
}

.deshboard .invoice .top .text {
  color: #FF9800;
}

.deshboard .invoice .bottom .bg-prossess-1 {
  background-color: #8BC34A;
}

.deshboard .invoice .bottom .text-1 {
  color: #8BC34A;
}

.deshboard .invoice .bottom .bg-prossess-2 {
  background-color: #23ab28;
}

.deshboard .invoice .bottom .text-2 {
  color: #23ab28;
}

.deshboard .profitlosss .bg-prossess-1 {
  background-color: #8BC34A;
}

.deshboard .profitlosss .text-1 {
  color: #8BC34A;
}

.deshboard .profitlosss .bg-prossess-2 {
  background-color: #23ab28;
}

.deshboard .profitlosss .text-2 {
  color: #23ab28;
}

.deshboard .expenses .indecator-box {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

#sidebar .list-group-item {
  position: relative;
}

#sidebar .list-group-item .btn-menu-item {
  background-color: #f8fafc;
}

#sidebar .list-group-item .btn-menu-item:hover {
  background-color: #fde9d9;
}

#sidebar .list-group-item:hover {
  background-color: #fde9d9;
}

#sidebar .list-group-item .dropdown-menu {
  background-color: #f8fafc;
  z-index: 1500;
}

#sidebar .list-group-item .dropdown-menu li {
  background-color: #f8fafc;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  display: flex;
}

#sidebar .list-group-item .dropdown-menu li .text-menu-item {
  display: flex;
  padding: 0;
}

#sidebar .list-group-item .dropdown-menu li .text-menu-item a {
  padding: 0.25rem 1.5rem;
  flex: 1;
  height: 100%;
  color: black;
}

#sidebar .list-group-item .dropdown-menu li:hover {
  background-color: #fde9d9;
}

#sidebar .list-group-item .dropdown-menu li:hover .text-menu-item {
  background-color: #fde9d9;
}

#sidebar .list-group-item .dropdown-menu li:last-child {
  border-bottom: none;
}

.table.b-table th {
  background-color: none;
}

.table-setting {
  position: relative;
  z-index: 500;
}

.theme--dark .table-setting {
  background-color: #0c0d2c;
}

.table-setting .header-select-box {
  z-index: 501;
  opacity: 1;
  max-height: 100vh;
  margin: 0.5rem;
  padding: 0.5rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.table-setting .header-select-box .input-search-box {
  width: auto !important;
}

.table-setting .header-select-box .from-select {
  position: relative;
  z-index: 500;
}

.table-setting .header-select-box .from-select .form-group {
  margin-bottom: 0;
}

.table-setting .header-select-box .from-select .vs__dropdown-toggle {
  position: relative;
  z-index: 501;
}

.table-setting .header-select-box .from-select .selector-groups {
  display: grid;
  grid-template-columns: auto 1fr 1fr auto auto auto;
  grid-gap: 0.5rem;
  align-items: center;
  margin-right: 0.5rem;
}

.table-setting .header-select-box .from-select .selector-groups2 {
  display: grid;
  grid-template-columns: auto 1fr 1fr auto auto auto auto;
  grid-gap: 0.5rem;
  align-items: center;
  margin-right: 0.5rem;
}

.table-setting .header-select-box .from-select .comboBox-group {
  min-width: 150px;
}

.table-setting .header-select-box .from-select .button-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.table-setting .header-select-box .from-select .button-box .btn-warning {
  background-color: #f8dcc6;
  border-color: #f8dcc6;
}

.table-setting .header-select-box .list-box {
  display: none;
  text-transform: capitalize;
  position: absolute;
  top: 40px;
  transform: translateX(-100%);
  z-index: 201;
}

.table-setting .header-select-box .list-box .list-group-item {
  background-color: #f8dcc6;
}

.table-setting .header-select-box .list-box .list-group-item {
  padding: 0.5rem 0.5rem;
}

.table-setting .header-select-box .list-box .v-input--selection-controls {
  margin-top: 0 !important;
}

.table-setting .header-select-box.show {
  opacity: 1;
}

.table-setting .header-select-box.show .list-box {
  display: block;
}

.table-setting .overly {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.123);
}

.table-setting table {
  position: relative;
  overflow: hidden;
}

.table-setting table .bg-th {
  background-color: #fde9d9;
}

.table-setting table th {
  border: 1px solid #dee2e6;
}

.table-setting table td {
  border: 1px solid #dee2e6;
  background-color: white;
}

.table-setting table thead tr th {
  position: sticky;
  top: 0;
}

.table-setting table tbody tr:hover td {
  background-color: #fde9d9;
}

.cart-of-table {
  width: 100%;
}

.cart-of-table tbody tr {
  display: none;
}

.cart-of-table tbody tr.show {
  display: table-row;
}

.cart-of-table tbody tr:hover {
  background-color: rgb(253, 233, 217);
}

.cart-of-table thead tr {
  background-color: rgb(253, 233, 217);
}

.cart-of-table .item {
  padding: 5px;
}

.cart-of-table .item.th {
  font-weight: bold;
  text-align: left;
  border-top: none;
}

.cart-of-table .item.left {
  text-align: left;
}

.cart-of-table .item.right {
  text-align: right;
}

.cart-of-table .item.empty {
  color: #6c757d;
}

.cart-of-table .item.empty td {
  text-align: center;
}

.cart-of-table .link {
  cursor: pointer;
}

.cart-of-table .arrow::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 6px;
}

.cart-of-table .arrow.down::before {
  transform: rotate(90deg);
}

.cart-of-table .arrow.hide {
  display: none;
}

#cke_notifications_area_editor1 {
  display: none !important;
}

.cke_notifications_area {
  display: none !important;
}

.nav-menu {
  color: #aacde0;
  background-color: #0b2c3f;
  padding: 11px 8px;
  font-size: 12px;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.main-header {
  position: relative;
}

.main-header .topProssess {
  position: absolute;
  top: 100%;
  background-color: rebeccapurple;
  left: 0;
  right: 0;
}

.main-header .topProssess .progress-bar {
  background-color: rgba(33, 37, 41, 0.35);
}

.main-header .logo {
  background-color: #367fa9;
  color: #fff;
  border-bottom: 0 solid transparent;
}

.main-header .logo {
  transition: all 500ms linear;
  /* -webkit-transition: width .5s ease-in-out;
        -o-transition: width .5s ease-in-out;
        transition: width .5s ease-in-out; */
  display: block;
  float: left;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  width: 200px;
  padding: 0 15px 0 30px;
  overflow: hidden;
}

.main-header .navbar {
  background-color: #ffde96;
}

.main-header .navbar {
  transition: all 500ms linear;
  /* -webkit-transition: margin-left .5s ease-in-out;
        -o-transition: margin-left .5s ease-in-out;
        transition: margin-left .5s ease-in-out; */
  margin-bottom: 0;
  margin-left: 200px;
  border: none;
  height: 50px;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 1rem;
}

.navbar.navbar-expand {
  margin-left: 0px;
}

.navbar .nav > li > a {
  color: #fff;
  position: relative;
  display: block;
  padding: 10px 15px;
}

.page-wrapper {
  width: 100%;
}

#page-content {
  overflow-x: hidden;
  padding-left: 215px;
  padding-right: 10px;
  transition: all 500ms linear;
  width: 100%;
  padding-top: 50px;
  min-height: 100vh;
}

#page-content.closedSidebar {
  padding-left: 15px;
}

#sidebar {
  position: fixed;
  width: 200px;
  height: 100%;
  background-color: #f8fafc;
  left: 0px;
  transition: all 500ms linear;
  box-shadow: 3px 0px 10px rgba(110, 92, 92, 0.5);
  z-index: 1001;
}

#sidebar .logo {
  height: 50px;
  display: flex;
  font-size: 25px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  background-color: #ffde96;
  padding-left: 15px;
}

#sidebar.active {
  left: -200px;
}

a:hover {
  text-decoration: none;
}

.main-header {
  position: fixed;
  min-height: 50px;
  width: 100%;
  z-index: 1000;
}

.navbar-custom-menu {
  margin-right: 20px;
  margin-left: auto;
}

.navbar .sidebar-toggle {
  color: #fff;
}

.sidebar-toggle {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 10px 15px;
}

.custom-input-sale {
  height: 28px !important;
  border: 1px solid rgba(0, 5, 10, 0.4509803922) !important;
  border-radius: 0px !important;
  font-size: 10.5px;
  background: #fff;
}

table.table-custom tbody tr td {
  padding: 2px 8px 2px 0px;
  vertical-align: middle;
}

tr td {
  padding-left: 4px !important;
  vertical-align: middle;
}

thead.table-custome-head th {
  font-size: 15px;
  font-weight: 700;
  font-family: initial;
  padding: 6px 0px 6px 0px;
  padding-left: 5px;
  vertical-align: middle;
  background: #fde9d9;
  border: 0.01em solid #afacac;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

.form-group.required label:after {
  content: "*";
  color: red;
  font-size: 14px;
  margin-left: 5px;
}

.v-select-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  font-size: 12px;
  background: #ffffff !important;
}

.v-select-sm .vs__dropdown-toggle {
  border-radius: 0.2rem !important;
  background: #fff !important;
}

#rpcj .vs__dropdown-menu,
#rpcj_update .vs__dropdown-menu,
.due-date-select .vs__dropdown-menu {
  max-height: 200px !important;
}

#rpcj,
#rpcj_update {
  margin-bottom: 180px;
}

#rpcj_sub .vs__dropdown-menu {
  max-height: 130px !important;
}

#rpcj_sub,
#rpcj_update {
  margin-bottom: 100px;
}

.stock-journal-table {
  margin-bottom: 180px !important;
}

.stock-journal-table .vs__dropdown-menu {
  max-height: 210px !important;
}

.stock-journal-table thead th {
  border: 0.01em solid #afacac;
  border-bottom: 1.5px solid #dee2e6;
  padding: 6px;
  font-size: 14px;
  vertical-align: middle;
  background: #fde9d9;
}

.stock-journal-table tbody td {
  border-top: 0.5px solid #dee2e6;
}

#receipt-common .mx-datepicker {
  width: 100%;
}

#receipt-common .mx-input {
  height: 30px !important;
}

#receipt-common .vs__dropdown-toggle {
  padding: 0 0 2px 0;
}

.dc-underline {
  text-align: right !important;
  font-size: 80% !important;
  font-weight: bold;
  border-top: 2px solid #38c172;
  margin-top: 0.25rem;
  border-radius: 2px;
}

.sortable th:after {
  content: " \21A7";
}

.sortable th.up:after {
  content: " \21A5";
}

.sortable th.no-sort:after {
  content: "";
  background-color: rgba(25, 25, 25, 0);
}

.b-table-sticky-header {
  max-height: 600px;
}

.borderless th {
  border: none;
}

.borderless td {
  border: none;
  padding: 0.35rem 0.7rem;
}

.menu-box a,
.list-group-item .btn-menu-item {
  text-align: left;
}

.navbar .sidebar-toggle {
  color: #6c757d;
}

.report .report-title {
  color: #ea1f25;
  font-weight: bold;
}

.report table th {
  background-color: #fde9d9;
  padding: 6px;
}

.report .btn-search {
  padding: 0.1rem 1.5rem !important;
  background-color: #fde9d9 !important;
  color: #3b444b !important;
  font-weight: 700;
}

.report .btn-load {
  padding: 0.15rem 1.5rem !important;
  background-color: #fde9d9 !important;
  color: #3b444b !important;
  font-weight: 700;
}

.report .btn-search:hover {
  background-color: #ffde96 !important;
  color: black !important;
}

.report .btn-load:hover {
  background-color: #ffde96 !important;
  color: black !important;
}

.report .date {
  height: calc(1.6em + 6px) !important;
}

.report .tfoot {
  font-weight: bold;
  color: black;
}

.report .tfoot td {
  padding: 4px;
  background-color: #fde9d9;
}

.report .table-hover tr:hover {
  background: #fde9d9;
}

.report .btn-sm {
  padding: 0.14rem 0.8rem;
}

.table.b-table th {
  background-color: #fde9d9 !important;
  white-space: nowrap;
}

.table-box {
  width: 100%;
  overflow: auto;
}

.table-striped tbody tr {
  background: none !important;
}

.table-striped tbody tr:hover {
  background: #fde9d9;
}

.table.b-table.cost-center-table thead tr:first-child th {
  color: red;
  background: none !important;
  border: none !important;
}

.zk-table__header-cell {
  background-color: #fde9d9 !important;
}

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

.menu-icon {
  display: inline-block;
  cursor: pointer;
  border: 2px solid #fffacc;
  border-radius: 2px;
  padding: 3px;
  box-shadow: 0px 0px 4px 2px rgba(46, 13, 222, 0.78);
}

.menu-icon .bar1,
.menu-icon .bar2,
.menu-icon .bar3 {
  width: 20.5882352941px;
  height: 2.9411764706px;
  background-color: #380846;
  margin: 3.5294117647px 0;
  transition: 0.4s;
  border-radius: 2.9411764706px;
}

.menu-icon .bar1 {
  transform: rotate(-45deg) translate(-5.2941176471px, 3.5294117647px);
}

.menu-icon .bar2 {
  opacity: 0;
}

.menu-icon .bar3 {
  transform: rotate(45deg) translate(-4.7058823529px, -4.7058823529px);
}

.menu-icon.change .bar1 {
  transform: rotate(0deg) translate(0px, 0px);
}

.menu-icon.change .bar2 {
  opacity: 1;
}

.menu-icon.change .bar3 {
  transform: rotate(0deg) translate(0px, 0px);
}

.square {
  border-radius: 0 !important;
}

.comboBox {
  min-width: 100%;
}

.comboBox .vs__search,
.comboBox .vs__search:focus {
  line-height: 1.6;
}

.comboBox.sm .vs__search,
.comboBox.sm .vs__search:focus {
  line-height: 1.4;
}

.comboBox .v-select.isInvalid .vs__dropdown-toggle {
  border: 1px solid red;
}

.comboBox .v-select.isValid .vs__dropdown-toggle {
  border: 1px solid #38c172;
}

.swal2-input {
  height: 2em !important;
  padding: 0 0.75em !important;
  margin-top: 1em !important;
  margin-bottom: 0px !important;
}

#sidebar .list-group-item .show .btn-menu-item {
  background-color: #fde9d9 !important;
}

.tab-system ul.nav:hover {
  overflow-y: hidden;
  overflow-x: auto;
}

.tab-system ul.nav {
  flex-wrap: nowrap;
}

.tab-system ul.nav li {
  white-space: nowrap;
}

.tab-system .nav-tabs .nav-link.router-link-exact-active,
.tab-system .nav-tabs .nav-item.show .nav-link {
  border-right-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom: 3px solid #ea1f25 !important;
  color: #ea1f25;
  font-weight: bold;
}

.tab-system .nav-tabs .nav-link {
  color: #495057;
  font-weight: 600;
}

.tab-system .nav-tabs .nav-link:hover {
  color: #ea1f25;
  border-color: transparent;
}

.tab-system a:focus-visible {
  outline: #ea1f25 auto 1px;
}

.semi-card {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.horizontal .p-bar {
  width: 100%;
  margin: 12px 0;
}

.horizontal .progress-track {
  position: relative;
  width: 100%;
  background: #f5f5f5;
}

.horizontal .total {
  position: relative;
  width: 100%;
  font-weight: bold;
  padding: 1px 3px;
  background: #20b5a6;
  display: flex;
  justify-content: space-between;
}

.horizontal .progress-fill {
  position: relative;
  background: #fde9d9;
  background: linear-gradient(90deg, #ffde96 0%, #f1e1d8 100%);
  border: 1px solid #ead1d1;
  height: 25px;
  width: 50%;
  color: #212529;
  display: flex;
  align-items: center;
  font-size: 12px;
  transition: width 1s;
}

.text-semi {
  color: #4F5356 !important;
}

.horizontal {
  font-size: 12px;
}

.horizontal .parent {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 10px;
}

.horizontal .parent .child1 {
  grid-row-start: 1;
  grid-column-start: 1;
  background: #f5f5f5;
}

.horizontal .parent .child1 .child {
  background: linear-gradient(90deg, #20b5a6 0%, #83edb8 100%);
  border: 1px solid #ead1d1;
  color: #212529;
  width: 50%;
  height: 100%;
}

.horizontal .parent .child2 {
  grid-row-start: 1;
  grid-column-start: 1;
  margin: 2px 5px;
}

.horizontal .name-bar-width {
  width: 50%;
}

@media screen {
  .invoice,
  .report-print,
  .top-outer {
    width: 900px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 0 20px;
  }
}

.print-header {
  display: none;
}

@media print, screen {
  body {
    background-color: #ffffff;
    padding: 0;
    margin: 0;
  }

  .invoice {
    color: #000000;
  }

  .invoice br {
    display: block;
  }

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

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

  .invoice .text-bold {
    font-weight: bold;
  }

  .invoice .text-normal {
    font-weight: normal;
  }

  .invoice .item-table {
    font-size: 15px;
    line-height: 14px;
    word-wrap: break-word;
    overflow: hidden;
  }

  .invoice .item-table .item-head,
  .invoice .item-table .item-head-rpcj {
    background-color: #f2c399;
    white-space: nowrap;
  }

  .invoice .item-table .item-head tr th,
  .invoice .item-table .item-head-rpcj tr th {
    border: 1px solid black;
    padding: 8px 2px;
  }

  .invoice .item-table .item-row td {
    border: 1px dotted black;
    padding: 8px 2px;
  }

  .invoice .item-table .total-row {
    background-color: #e9ebec;
    font-weight: bold;
  }

  .invoice .item-table .total-row td {
    border: 0.5px dotted black;
    padding: 8px 2px;
  }

  .invoice .item-table .item-row-border td {
    border-bottom: 1px dotted black;
    padding: 8px 2px;
  }

  .invoice .item-table .item-column-border td {
    border-left: 1px dotted black;
    border-right: 1px dotted black;
    padding: 8px 2px;
  }

  .invoice .item-table .item-row-border th {
    border-bottom: 1px dotted black;
    border-top: 1px dotted black;
  }

  .invoice .item-table .item-column-border th {
    border-left: 1px dotted black;
    border-right: 1px dotted black;
  }

  .cc_parent .cc_child:not(:last-child) {
    border-bottom: 1px solid #9b9ea1;
    padding-bottom: 2px;
    margin-bottom: 2px;
  }

  .report-print {
    color: #000000;
  }

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

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

  .report-print .text-bold {
    font-weight: bold;
  }

  .report-print .item-table {
    font-family: Calibri;
    font-size: 13px;
    line-height: 13px;
    word-wrap: break-word;
  }

  .report-print .item-table .item-head {
    background-color: #f2c399;
    white-space: nowrap;
  }

  .report-print .item-table .item-head tr th {
    border: 1px solid black;
    padding: 8px 2px;
  }

  .report-print .item-table .item-row td,
  .report-print .item-table .item-row th {
    border: 1px dotted black;
    padding: 8px 2px;
  }

  .report-print .item-table .total-row {
    background-color: #f2c399;
    font-weight: bold;
  }

  .report-print .item-table .total-row td,
  .report-print .item-table .total-row th {
    border: 0.5px dotted black;
    padding: 8px 2px;
  }

  .top-outer .signature {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-column-gap: 10px;
    grid-row-gap: 50px;
    margin-top: 60px;
  }

  .top-outer .signature-item {
    border-top: 2px dotted rgba(0, 0, 0, 0.5294117647);
    text-align: center;
  }

  .top-outer .signature-rpcj {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-column-gap: 10px;
    grid-row-gap: 50px;
    margin-top: 60px;
  }
}

@page {
  size: auto;
  background-color: #ffffff;
}

@media print {
  #Header,
  #Footer,
  .main-header {
    display: none !important;
  }

  th {
    -webkit-print-color-adjust: exact;
  }

  br {
    display: none;
  }

  #myUL {
    margin: 0;
    padding: 0;
    font-size: 16px;
  }

  #myUL .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  #myUL .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #myUL .row.liHovelClass {
    background-color: #fff;
  }

  #myUL .caret::before {
    display: none;
  }

  #myUL li {
    border-bottom: 1px dotted black;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  #myUL li a {
    text-decoration: none;
  }

  #myUL .header-li {
    background-color: #f2c399;
    border: 1px dotted black;
    font-weight: bold;
  }

  #myUL ul.nested li:last-child {
    border-bottom: unset;
  }

  .bold-name {
    font-weight: bold !important;
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }

  .col-md-8 {
    flex: 0 0 66.65%;
    max-width: 66.65%;
  }

  .col-md-7 {
    flex: 0 0 58.31%;
    max-width: 58.31%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-5 {
    flex: 0 0 41.65%;
    max-width: 41.65%;
  }

  .col-md-4 {
    flex: 0 0 33.32%;
    max-width: 33.32%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-2 {
    flex: 0 0 16.65%;
    max-width: 16.65%;
  }

  .col-md-1 {
    flex: 0 0 8.32%;
    max-width: 8.32%;
  }

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

  .print-off {
    display: none !important;
  }

  .liHovelClass {
    background: #fff !important;
  }

  ul {
    padding-left: 15px !important;
  }

  a {
    text-decoration: none !important;
  }

  li.head-li {
    background: #fff !important;
    font-weight: bold !important;
  }

  .amount-header,
  .amount-row {
    background: #fff !important;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr !important;
  }

  .amount-header .amount-label {
    border-bottom: 1px solid black !important;
  }

  .head-li .col-md-6::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 50%;
    border-bottom: 1px solid black;
  }

  .head-li .col-md-5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 55%;
    width: 45%;
    border-bottom: 1px solid black;
  }

  .company-name {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center !important;
  }

  .subject-name {
    margin-top: -5px;
    font-size: 1.2rem;
  }

  .date-range {
    font-size: 1rem;
    padding-bottom: 15px;
  }

  .table th,
  .tfoot td {
    font-size: 12px !important;
    background: #fde9d9 !important;
    padding: 6px 2px 6px 5px !important;
    border: 1px solid rgb(40, 40, 40) !important;
  }

  .table tr {
    border-left: 1px solid rgb(40, 40, 40) !important;
    border-right: 1px solid rgb(40, 40, 40) !important;
  }

  .tbody td {
    font-size: 12px !important;
    border: 1px dotted rgb(40, 40, 40) !important;
  }

  .c-name {
    font-size: 13px !important;
  }

  .print-hide {
    visibility: hidden !important;
  }

  .div,
  ul,
  li {
    line-height: normal;
  }

  .invoice,
  .report-print {
    width: 100%;
    height: 100%;
    position: relative !important;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 0 20px;
  }

  .top-outer .signature {
    position: absolute;
    width: 100%;
    bottom: 0in;
  }

  .print-bottom {
    position: absolute;
    width: 100%;
    bottom: 70px;
  }

  .print-button-box {
    display: none;
  }

  .print-header {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-weight: 700;
  }

  .print-header .company-name {
    font-size: 1.6rem;
    margin-top: -25px;
  }

  .print-header .subject-name {
    margin-top: -5px;
    font-size: 1.2rem;
  }

  .print-header .date-range {
    font-size: 1rem;
    padding-bottom: 15px;
  }

  .print-header.project {
    margin-top: 100px;
    display: grid;
    grid-template-columns: 110px auto 250px;
  }

  .print-header.project .logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .print-header.project .logo-box img {
    max-width: 100px;
  }

  .print-header.project .com-name {
    font-weight: bold;
    text-align: center;
    font-size: 1.3rem;
  }

  .print-header.project .right-box .website {
    background-color: #007bff;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: wheat;
  }

  .print-header.project .right-box .website:before {
    content: "";
    position: absolute;
    left: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #007bff transparent;
  }

  .print-header.project .date-part {
    grid-column-start: 1;
    grid-column-end: 4;
    text-align: right;
    height: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
    margin-top: 3px;
    border-top: 1px solid black;
  }
}

.invoice-bill {
  padding-bottom: 2rem;
  font-size: 1rem;
}

.invoice-bill .button-groups {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  justify-content: flex-end;
  width: 100%;
}

.invoice-bill .button-groups button {
  display: flex;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  align-items: center;
  border-radius: 0.375rem;
  border-width: 2px;
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

.invoice-bill .button-groups button svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
}

.invoice-bill .button-groups button.back {
  color: #ffffff;
  background-color: #000000;
}

.invoice-bill .layout {
  min-height: 297mm;
  display: flex;
  padding: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #ffffff;
  width: 100%;
  min-width: 210mm;
  max-width: 64rem;
}

.invoice-bill .layout .header {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
}

.invoice-bill .layout .header .company-info {
  display: flex;
  flex-direction: column;
}

.invoice-bill .layout .header .company-info .logo-box {
  margin-bottom: 1rem;
}

.invoice-bill .layout .header .company-info .logo-box img {
  margin-left: 0.5rem;
  height: 80px;
}

.invoice-bill .layout .header .company-info .info {
  margin-left: 0.5rem;
}

.invoice-bill .layout .header .company-info .info h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  color: #EF4444;
}

.invoice-bill .layout .header .invoice-to {
  margin-top: 1rem;
}

.invoice-bill .layout .header .invoice-to h2 {
  padding-left: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.invoice-bill .layout .header .invoice-to .to-com-name {
  font-size: 1.5rem;
}

.invoice-bill .layout .header .invoice-info h1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 2.245rem;
  line-height: 2.2rem;
  font-weight: 700;
  color: #EF4444;
  background-color: #fff1f2;
}

.invoice-bill .layout .header .qr-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.invoice-bill .layout .paid {
  margin-right: 1rem;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
  color: #fb7185;
}

.invoice-bill .layout article {
  margin-top: 1rem;
}

.invoice-bill .layout article table {
  width: 100%;
}

.invoice-bill .layout article table thead tr th {
  background-color: #fff1f2;
  padding: 0.5rem;
  white-space: nowrap;
}

.invoice-bill .layout article table tbody tr {
  border-width: 1px;
}

.invoice-bill .layout article table tbody tr td {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.invoice-bill .layout article table tbody tr:not(.total-row) td:nth-child(even) {
  background-color: #f8fafc;
}

.invoice-bill .layout article table tbody tr.total-row {
  background-color: #fff1f2;
  font-weight: 700;
}

.invoice-bill .layout .signature {
  display: flex;
  margin-top: 10rem;
  justify-content: flex-end;
}

.invoice-bill .bkash-pay-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  padding-left: 0.5rem;
}

.invoice-bill .bkash-pay-box .pay-scen-box {
  margin-bottom: 10px;
  font-size: 0.7rem;
  padding: 3px;
  background-color: #FFEB3B;
  text-align: center;
  margin-top: 10px;
  margin-right: 5px;
}

.invoice-bill .bkash-pay-box .pay-scen-box img {
  height: 100px;
  width: 100px;
}

.invoice-bill .bkash-pay-box .bkash-pay-btn {
  display: flex;
  align-items: center;
  background-color: #d12053;
  color: white;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #f8c8c8;
}

.invoice-bill .bkash-pay-box .bkash-pay-btn img {
  height: 40px;
  margin-right: 5px;
}

.invoice-bill .bkash-pay-box .bank-payment-btn {
  border-radius: 5px;
  border: 2px solid #f8c8c8;
  background-color: #4CAF50;
  color: white;
  padding: 5px 20px;
  width: 100%;
}

.invoice-bill .pay-to-btn {
  color: white;
  background-color: #2d3748;
  font-weight: 500;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  padding: 0.625rem 1.25rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.invoice-bill .pay-to-btn:hover {
  background-color: #1a202c;
  color: wheat;
}

.invoice-bill .attach-box .attach-title {
  font-weight: bold;
}

.subscription-invoices .subscription-overly {
  display: none;
}

.subscription-invoices.has-over-due {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3764705882);
  z-index: 100000;
  display: flex;
  justify-content: center;
  justify-items: center;
  overflow: auto;
}

.subscription-invoices.has-over-due .inner-div {
  align-self: center;
  background-color: white;
  padding: 10px;
}

@media (min-width: 768px) {
  .subscription-invoices.has-over-due .inner-div {
    min-width: 765px;
  }
}

@media (min-width: 992px) {
  .subscription-invoices.has-over-due .inner-div {
    min-width: 990px;
  }
}

@media (min-width: 1200px) {
  .subscription-invoices.has-over-due .inner-div {
    min-width: 1200px;
  }
}

.generate-subscriptions .item-row {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 50px;
}

.generate-subscriptions .item-row.is-multi-month {
  grid-template-columns: 1fr 2fr 1fr 1fr 50px;
}

.generate-subscriptions .item-row .month-multi {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr;
}

var map = {
	"./af": "./node_modules/moment/locale/af.js",
	"./af.js": "./node_modules/moment/locale/af.js",
	"./ar": "./node_modules/moment/locale/ar.js",
	"./ar-dz": "./node_modules/moment/locale/ar-dz.js",
	"./ar-dz.js": "./node_modules/moment/locale/ar-dz.js",
	"./ar-kw": "./node_modules/moment/locale/ar-kw.js",
	"./ar-kw.js": "./node_modules/moment/locale/ar-kw.js",
	"./ar-ly": "./node_modules/moment/locale/ar-ly.js",
	"./ar-ly.js": "./node_modules/moment/locale/ar-ly.js",
	"./ar-ma": "./node_modules/moment/locale/ar-ma.js",
	"./ar-ma.js": "./node_modules/moment/locale/ar-ma.js",
	"./ar-sa": "./node_modules/moment/locale/ar-sa.js",
	"./ar-sa.js": "./node_modules/moment/locale/ar-sa.js",
	"./ar-tn": "./node_modules/moment/locale/ar-tn.js",
	"./ar-tn.js": "./node_modules/moment/locale/ar-tn.js",
	"./ar.js": "./node_modules/moment/locale/ar.js",
	"./az": "./node_modules/moment/locale/az.js",
	"./az.js": "./node_modules/moment/locale/az.js",
	"./be": "./node_modules/moment/locale/be.js",
	"./be.js": "./node_modules/moment/locale/be.js",
	"./bg": "./node_modules/moment/locale/bg.js",
	"./bg.js": "./node_modules/moment/locale/bg.js",
	"./bm": "./node_modules/moment/locale/bm.js",
	"./bm.js": "./node_modules/moment/locale/bm.js",
	"./bn": "./node_modules/moment/locale/bn.js",
	"./bn-bd": "./node_modules/moment/locale/bn-bd.js",
	"./bn-bd.js": "./node_modules/moment/locale/bn-bd.js",
	"./bn.js": "./node_modules/moment/locale/bn.js",
	"./bo": "./node_modules/moment/locale/bo.js",
	"./bo.js": "./node_modules/moment/locale/bo.js",
	"./br": "./node_modules/moment/locale/br.js",
	"./br.js": "./node_modules/moment/locale/br.js",
	"./bs": "./node_modules/moment/locale/bs.js",
	"./bs.js": "./node_modules/moment/locale/bs.js",
	"./ca": "./node_modules/moment/locale/ca.js",
	"./ca.js": "./node_modules/moment/locale/ca.js",
	"./cs": "./node_modules/moment/locale/cs.js",
	"./cs.js": "./node_modules/moment/locale/cs.js",
	"./cv": "./node_modules/moment/locale/cv.js",
	"./cv.js": "./node_modules/moment/locale/cv.js",
	"./cy": "./node_modules/moment/locale/cy.js",
	"./cy.js": "./node_modules/moment/locale/cy.js",
	"./da": "./node_modules/moment/locale/da.js",
	"./da.js": "./node_modules/moment/locale/da.js",
	"./de": "./node_modules/moment/locale/de.js",
	"./de-at": "./node_modules/moment/locale/de-at.js",
	"./de-at.js": "./node_modules/moment/locale/de-at.js",
	"./de-ch": "./node_modules/moment/locale/de-ch.js",
	"./de-ch.js": "./node_modules/moment/locale/de-ch.js",
	"./de.js": "./node_modules/moment/locale/de.js",
	"./dv": "./node_modules/moment/locale/dv.js",
	"./dv.js": "./node_modules/moment/locale/dv.js",
	"./el": "./node_modules/moment/locale/el.js",
	"./el.js": "./node_modules/moment/locale/el.js",
	"./en-au": "./node_modules/moment/locale/en-au.js",
	"./en-au.js": "./node_modules/moment/locale/en-au.js",
	"./en-ca": "./node_modules/moment/locale/en-ca.js",
	"./en-ca.js": "./node_modules/moment/locale/en-ca.js",
	"./en-gb": "./node_modules/moment/locale/en-gb.js",
	"./en-gb.js": "./node_modules/moment/locale/en-gb.js",
	"./en-ie": "./node_modules/moment/locale/en-ie.js",
	"./en-ie.js": "./node_modules/moment/locale/en-ie.js",
	"./en-il": "./node_modules/moment/locale/en-il.js",
	"./en-il.js": "./node_modules/moment/locale/en-il.js",
	"./en-in": "./node_modules/moment/locale/en-in.js",
	"./en-in.js": "./node_modules/moment/locale/en-in.js",
	"./en-nz": "./node_modules/moment/locale/en-nz.js",
	"./en-nz.js": "./node_modules/moment/locale/en-nz.js",
	"./en-sg": "./node_modules/moment/locale/en-sg.js",
	"./en-sg.js": "./node_modules/moment/locale/en-sg.js",
	"./eo": "./node_modules/moment/locale/eo.js",
	"./eo.js": "./node_modules/moment/locale/eo.js",
	"./es": "./node_modules/moment/locale/es.js",
	"./es-do": "./node_modules/moment/locale/es-do.js",
	"./es-do.js": "./node_modules/moment/locale/es-do.js",
	"./es-mx": "./node_modules/moment/locale/es-mx.js",
	"./es-mx.js": "./node_modules/moment/locale/es-mx.js",
	"./es-us": "./node_modules/moment/locale/es-us.js",
	"./es-us.js": "./node_modules/moment/locale/es-us.js",
	"./es.js": "./node_modules/moment/locale/es.js",
	"./et": "./node_modules/moment/locale/et.js",
	"./et.js": "./node_modules/moment/locale/et.js",
	"./eu": "./node_modules/moment/locale/eu.js",
	"./eu.js": "./node_modules/moment/locale/eu.js",
	"./fa": "./node_modules/moment/locale/fa.js",
	"./fa.js": "./node_modules/moment/locale/fa.js",
	"./fi": "./node_modules/moment/locale/fi.js",
	"./fi.js": "./node_modules/moment/locale/fi.js",
	"./fil": "./node_modules/moment/locale/fil.js",
	"./fil.js": "./node_modules/moment/locale/fil.js",
	"./fo": "./node_modules/moment/locale/fo.js",
	"./fo.js": "./node_modules/moment/locale/fo.js",
	"./fr": "./node_modules/moment/locale/fr.js",
	"./fr-ca": "./node_modules/moment/locale/fr-ca.js",
	"./fr-ca.js": "./node_modules/moment/locale/fr-ca.js",
	"./fr-ch": "./node_modules/moment/locale/fr-ch.js",
	"./fr-ch.js": "./node_modules/moment/locale/fr-ch.js",
	"./fr.js": "./node_modules/moment/locale/fr.js",
	"./fy": "./node_modules/moment/locale/fy.js",
	"./fy.js": "./node_modules/moment/locale/fy.js",
	"./ga": "./node_modules/moment/locale/ga.js",
	"./ga.js": "./node_modules/moment/locale/ga.js",
	"./gd": "./node_modules/moment/locale/gd.js",
	"./gd.js": "./node_modules/moment/locale/gd.js",
	"./gl": "./node_modules/moment/locale/gl.js",
	"./gl.js": "./node_modules/moment/locale/gl.js",
	"./gom-deva": "./node_modules/moment/locale/gom-deva.js",
	"./gom-deva.js": "./node_modules/moment/locale/gom-deva.js",
	"./gom-latn": "./node_modules/moment/locale/gom-latn.js",
	"./gom-latn.js": "./node_modules/moment/locale/gom-latn.js",
	"./gu": "./node_modules/moment/locale/gu.js",
	"./gu.js": "./node_modules/moment/locale/gu.js",
	"./he": "./node_modules/moment/locale/he.js",
	"./he.js": "./node_modules/moment/locale/he.js",
	"./hi": "./node_modules/moment/locale/hi.js",
	"./hi.js": "./node_modules/moment/locale/hi.js",
	"./hr": "./node_modules/moment/locale/hr.js",
	"./hr.js": "./node_modules/moment/locale/hr.js",
	"./hu": "./node_modules/moment/locale/hu.js",
	"./hu.js": "./node_modules/moment/locale/hu.js",
	"./hy-am": "./node_modules/moment/locale/hy-am.js",
	"./hy-am.js": "./node_modules/moment/locale/hy-am.js",
	"./id": "./node_modules/moment/locale/id.js",
	"./id.js": "./node_modules/moment/locale/id.js",
	"./is": "./node_modules/moment/locale/is.js",
	"./is.js": "./node_modules/moment/locale/is.js",
	"./it": "./node_modules/moment/locale/it.js",
	"./it-ch": "./node_modules/moment/locale/it-ch.js",
	"./it-ch.js": "./node_modules/moment/locale/it-ch.js",
	"./it.js": "./node_modules/moment/locale/it.js",
	"./ja": "./node_modules/moment/locale/ja.js",
	"./ja.js": "./node_modules/moment/locale/ja.js",
	"./jv": "./node_modules/moment/locale/jv.js",
	"./jv.js": "./node_modules/moment/locale/jv.js",
	"./ka": "./node_modules/moment/locale/ka.js",
	"./ka.js": "./node_modules/moment/locale/ka.js",
	"./kk": "./node_modules/moment/locale/kk.js",
	"./kk.js": "./node_modules/moment/locale/kk.js",
	"./km": "./node_modules/moment/locale/km.js",
	"./km.js": "./node_modules/moment/locale/km.js",
	"./kn": "./node_modules/moment/locale/kn.js",
	"./kn.js": "./node_modules/moment/locale/kn.js",
	"./ko": "./node_modules/moment/locale/ko.js",
	"./ko.js": "./node_modules/moment/locale/ko.js",
	"./ku": "./node_modules/moment/locale/ku.js",
	"./ku.js": "./node_modules/moment/locale/ku.js",
	"./ky": "./node_modules/moment/locale/ky.js",
	"./ky.js": "./node_modules/moment/locale/ky.js",
	"./lb": "./node_modules/moment/locale/lb.js",
	"./lb.js": "./node_modules/moment/locale/lb.js",
	"./lo": "./node_modules/moment/locale/lo.js",
	"./lo.js": "./node_modules/moment/locale/lo.js",
	"./lt": "./node_modules/moment/locale/lt.js",
	"./lt.js": "./node_modules/moment/locale/lt.js",
	"./lv": "./node_modules/moment/locale/lv.js",
	"./lv.js": "./node_modules/moment/locale/lv.js",
	"./me": "./node_modules/moment/locale/me.js",
	"./me.js": "./node_modules/moment/locale/me.js",
	"./mi": "./node_modules/moment/locale/mi.js",
	"./mi.js": "./node_modules/moment/locale/mi.js",
	"./mk": "./node_modules/moment/locale/mk.js",
	"./mk.js": "./node_modules/moment/locale/mk.js",
	"./ml": "./node_modules/moment/locale/ml.js",
	"./ml.js": "./node_modules/moment/locale/ml.js",
	"./mn": "./node_modules/moment/locale/mn.js",
	"./mn.js": "./node_modules/moment/locale/mn.js",
	"./mr": "./node_modules/moment/locale/mr.js",
	"./mr.js": "./node_modules/moment/locale/mr.js",
	"./ms": "./node_modules/moment/locale/ms.js",
	"./ms-my": "./node_modules/moment/locale/ms-my.js",
	"./ms-my.js": "./node_modules/moment/locale/ms-my.js",
	"./ms.js": "./node_modules/moment/locale/ms.js",
	"./mt": "./node_modules/moment/locale/mt.js",
	"./mt.js": "./node_modules/moment/locale/mt.js",
	"./my": "./node_modules/moment/locale/my.js",
	"./my.js": "./node_modules/moment/locale/my.js",
	"./nb": "./node_modules/moment/locale/nb.js",
	"./nb.js": "./node_modules/moment/locale/nb.js",
	"./ne": "./node_modules/moment/locale/ne.js",
	"./ne.js": "./node_modules/moment/locale/ne.js",
	"./nl": "./node_modules/moment/locale/nl.js",
	"./nl-be": "./node_modules/moment/locale/nl-be.js",
	"./nl-be.js": "./node_modules/moment/locale/nl-be.js",
	"./nl.js": "./node_modules/moment/locale/nl.js",
	"./nn": "./node_modules/moment/locale/nn.js",
	"./nn.js": "./node_modules/moment/locale/nn.js",
	"./oc-lnc": "./node_modules/moment/locale/oc-lnc.js",
	"./oc-lnc.js": "./node_modules/moment/locale/oc-lnc.js",
	"./pa-in": "./node_modules/moment/locale/pa-in.js",
	"./pa-in.js": "./node_modules/moment/locale/pa-in.js",
	"./pl": "./node_modules/moment/locale/pl.js",
	"./pl.js": "./node_modules/moment/locale/pl.js",
	"./pt": "./node_modules/moment/locale/pt.js",
	"./pt-br": "./node_modules/moment/locale/pt-br.js",
	"./pt-br.js": "./node_modules/moment/locale/pt-br.js",
	"./pt.js": "./node_modules/moment/locale/pt.js",
	"./ro": "./node_modules/moment/locale/ro.js",
	"./ro.js": "./node_modules/moment/locale/ro.js",
	"./ru": "./node_modules/moment/locale/ru.js",
	"./ru.js": "./node_modules/moment/locale/ru.js",
	"./sd": "./node_modules/moment/locale/sd.js",
	"./sd.js": "./node_modules/moment/locale/sd.js",
	"./se": "./node_modules/moment/locale/se.js",
	"./se.js": "./node_modules/moment/locale/se.js",
	"./si": "./node_modules/moment/locale/si.js",
	"./si.js": "./node_modules/moment/locale/si.js",
	"./sk": "./node_modules/moment/locale/sk.js",
	"./sk.js": "./node_modules/moment/locale/sk.js",
	"./sl": "./node_modules/moment/locale/sl.js",
	"./sl.js": "./node_modules/moment/locale/sl.js",
	"./sq": "./node_modules/moment/locale/sq.js",
	"./sq.js": "./node_modules/moment/locale/sq.js",
	"./sr": "./node_modules/moment/locale/sr.js",
	"./sr-cyrl": "./node_modules/moment/locale/sr-cyrl.js",
	"./sr-cyrl.js": "./node_modules/moment/locale/sr-cyrl.js",
	"./sr.js": "./node_modules/moment/locale/sr.js",
	"./ss": "./node_modules/moment/locale/ss.js",
	"./ss.js": "./node_modules/moment/locale/ss.js",
	"./sv": "./node_modules/moment/locale/sv.js",
	"./sv.js": "./node_modules/moment/locale/sv.js",
	"./sw": "./node_modules/moment/locale/sw.js",
	"./sw.js": "./node_modules/moment/locale/sw.js",
	"./ta": "./node_modules/moment/locale/ta.js",
	"./ta.js": "./node_modules/moment/locale/ta.js",
	"./te": "./node_modules/moment/locale/te.js",
	"./te.js": "./node_modules/moment/locale/te.js",
	"./tet": "./node_modules/moment/locale/tet.js",
	"./tet.js": "./node_modules/moment/locale/tet.js",
	"./tg": "./node_modules/moment/locale/tg.js",
	"./tg.js": "./node_modules/moment/locale/tg.js",
	"./th": "./node_modules/moment/locale/th.js",
	"./th.js": "./node_modules/moment/locale/th.js",
	"./tk": "./node_modules/moment/locale/tk.js",
	"./tk.js": "./node_modules/moment/locale/tk.js",
	"./tl-ph": "./node_modules/moment/locale/tl-ph.js",
	"./tl-ph.js": "./node_modules/moment/locale/tl-ph.js",
	"./tlh": "./node_modules/moment/locale/tlh.js",
	"./tlh.js": "./node_modules/moment/locale/tlh.js",
	"./tr": "./node_modules/moment/locale/tr.js",
	"./tr.js": "./node_modules/moment/locale/tr.js",
	"./tzl": "./node_modules/moment/locale/tzl.js",
	"./tzl.js": "./node_modules/moment/locale/tzl.js",
	"./tzm": "./node_modules/moment/locale/tzm.js",
	"./tzm-latn": "./node_modules/moment/locale/tzm-latn.js",
	"./tzm-latn.js": "./node_modules/moment/locale/tzm-latn.js",
	"./tzm.js": "./node_modules/moment/locale/tzm.js",
	"./ug-cn": "./node_modules/moment/locale/ug-cn.js",
	"./ug-cn.js": "./node_modules/moment/locale/ug-cn.js",
	"./uk": "./node_modules/moment/locale/uk.js",
	"./uk.js": "./node_modules/moment/locale/uk.js",
	"./ur": "./node_modules/moment/locale/ur.js",
	"./ur.js": "./node_modules/moment/locale/ur.js",
	"./uz": "./node_modules/moment/locale/uz.js",
	"./uz-latn": "./node_modules/moment/locale/uz-latn.js",
	"./uz-latn.js": "./node_modules/moment/locale/uz-latn.js",
	"./uz.js": "./node_modules/moment/locale/uz.js",
	"./vi": "./node_modules/moment/locale/vi.js",
	"./vi.js": "./node_modules/moment/locale/vi.js",
	"./x-pseudo": "./node_modules/moment/locale/x-pseudo.js",
	"./x-pseudo.js": "./node_modules/moment/locale/x-pseudo.js",
	"./yo": "./node_modules/moment/locale/yo.js",
	"./yo.js": "./node_modules/moment/locale/yo.js",
	"./zh-cn": "./node_modules/moment/locale/zh-cn.js",
	"./zh-cn.js": "./node_modules/moment/locale/zh-cn.js",
	"./zh-hk": "./node_modules/moment/locale/zh-hk.js",
	"./zh-hk.js": "./node_modules/moment/locale/zh-hk.js",
	"./zh-mo": "./node_modules/moment/locale/zh-mo.js",
	"./zh-mo.js": "./node_modules/moment/locale/zh-mo.js",
	"./zh-tw": "./node_modules/moment/locale/zh-tw.js",
	"./zh-tw.js": "./node_modules/moment/locale/zh-tw.js"
};


function webpackContext(req) {
	var id = webpackContextResolve(req);
	return __webpack_require__(id);
}
function webpackContextResolve(req) {
	if(!__webpack_require__.o(map, req)) {
		var e = new Error("Cannot find module '" + req + "'");
		e.code = 'MODULE_NOT_FOUND';
		throw e;
	}
	return map[req];
}
webpackContext.keys = function webpackContextKeys() {
	return Object.keys(map);
};
webpackContext.resolve = webpackContextResolve;
module.exports = webpackContext;
webpackContext.id = "./node_modules/moment/locale sync recursive ^\\.\\/.*$";