/* Global CSS */

body {
  background: #fff;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  min-width: 50vw;
}

a span {
  margin: 0;
  font-size: 14px;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.nav {
  display: block !important;
}

a,
.nav-link {
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: none;
}

a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
}

input,
select,
header .navbar-nav .dropdown-menu a {
  font-size: 14px !important;
}

.font-sm-size {
  font-size: 16px;
}

.dropdown-menu {
  right: 0;
  left: unset !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
}

.card-theme-bg {
  background-color: #ff2d37;
}

.dboard-theme-ocean {
  background: #00B4DB;
  background-image: radial-gradient(circle at top left, #354ecd 0%, #354ecd 3%, #3548c2 3%, #3548c2 20%, #3641b7 20%, #3641b7 65%, #363bac 65%, #363bac 72%, #3735a0 72%, #3735a0 79%, #372f95 79%, #372f95 82%, #382e93 82%, #3735a0 90%, #37329a 90%, #44436c 100%);
}

.dboard-theme-emerald {
  background: #00c6ff;
  background: linear-gradient(to right, #0072ff, #00c6ff);
}

/*  .dboard-theme-emerald {
   background: #11A49B;
   background-image: radial-gradient(circle at top left, #11A49B 0%, #11A49B 3%, #11A49B 3%, #11A49B 20%, #1DC1B7 20%, #1DC1B7 65%, #17bbb1 65%, #1dc1b7 72%, #19bdb3 72%, #1ab6b2 79%, #26aea6 79%, #19bcb3 82%, #18bcb2 82%, #1dc1b7 90%, #1dc1b7 90%, #338e88 100%);
 } */

.btn-theme {
  background-image: linear-gradient(to right, #fd746c 0%, #ff9068 51%, #fd746c 100%) !important;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border: 3px solid #fefefe;
  padding: 10px 20px;
}

.btn-theme:hover {
  background-position: right center;
  color: white;
}

/* End Global CSS */

/*HEADER CSS*/

header > nav {
  /* background-color: #1075e9 !important; */
  box-shadow: 0 0 12px #999;
  /*  z-index: 999999 !important; */
}

header > nav a:hover,
header > nav a:focus {
  color: #0099e6 !important;
}

/* SIDEBAR CSS */

.sidebar-left .element-mobile-user-details .dropdown-menu {
  position: relative !important;
  transform: unset !important;
}

#responsiveContent .sidebar-left {
  transition-property: margin;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-delay: 0;
}

#responsiveContent.collapse:not(.show) .sidebar-left {
  margin-left: -100% !important;
}

#responsiveContent.m-resp.collapse.show .sidebar-left {
  margin-left: 0 !important;
}

#responsiveContent.collapse:not(.show) {
  display: block !important;
}

.sidebar-left {
  width: 250px;
  background: rgb(80, 79, 79);
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/images/bgimage.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1010;
  padding-top: 3px;
}

main.fixed .sidebar-left {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99999;
  padding: 90px 0 10px;
}

.sidebar-header {
  margin-top: -90px;
}

/* .sidebar-brand {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  background-image: url('/storage/isclogo.jpg');
  height: fit-content;
}
.sidebar-brand:hover {
  text-decoration: none;
} */

.fixed-top {
  background: #0575E6;
  background: linear-gradient(to right, #021B79, #0575E6);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.sidebar-title {
  padding: 10px 20px;
  font-size: 16px;
}

.sidebar-left ul.nav-main > li > a {
  padding: 10px 20px;
}

.sidebar-left ul.nav-main li a {
  font-size: 13px;
  color: #ffffff !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
}

.sidebar-left ul.nav-main > li > a[aria-expanded=true],
ul.nav-children > li > a[aria-expanded=true] {
  background: #00c6ff;
  background: linear-gradient(to right, #0072ff, #00c6ff);
  color: #fff !important;
  position: relative;
}

.sidebar-left ul.nav-main > li > a[aria-expanded=true]::before,
ul.nav-children > li > a[aria-expanded=true]::before {
  content: "\F150";
  font-family: "Font Awesome 5 Free" !important;
  position: absolute;
  right: 15px;
  font-size: 14px;
}

.sidebar-left ul.nav-main > li > a[aria-expanded=false]::before,
ul.nav-children > li > a[aria-expanded=false]::before {
  content: "\F152";
  font-family: "Font Awesome 5 Free" !important;
  position: absolute;
  right: 15px;
  font-size: 14px;
}

.sidebar-left ul.nav-main li {
  width: 100%;
}

.sidebar-left ul.nav-main li .nav-children {
  background: #000000;
  padding: 10px 15px;
}

.sidebar-left ul.nav-main li .nav-children li a {
  padding: 6px 15px 6px 30px;
  overflow: hidden;
  white-space: normal;
}

.sidebar-left .nav > li > a {
  position: relative;
  display: block;
}

.sidebar-left ul.nav-main > li.nav-active > a {
  box-shadow: 2px 0 0 #ff2d37 inset;
}

.sidebar-left ul.nav-main > li > a:hover,
ul.nav-main > li > a:focus {
  background-color: #21262d;
  color: #ffffff;
}

.sidebar-left ul.nav-main > li.title {
  text-transform: uppercase;
  color: #ffffff;
  height: 20px;
  margin-top: 20px;
  padding-left: 27px;
}

.sidebar-left ul.nav-main > li.title > h6 {
  margin: 0;
  font-size: 14px;
}

/*   .sidebar-left .has-scrollbar {
    height: 100%;
    position: relative;
    width: 100%;
    overflow: scroll;
    overflow-x: hidden;
  }

  .scrollbar-track-y {
    width: 5px !important;
  }

  .scrollbar-thumb {
    width: 5px !important;
    background: #ff2d37 !important;
  }

  .scrollbar-track {
    background: rgb(52, 55, 60) !important;
  }

  .scroll-content {
    overflow-x: hidden;
    height: 860px;
  } */

/*Content-body*/

main.fixed .content-body {
  margin-left: 250px;
}

.content-body {
  padding: 50px 0 0;
}

.content-body.dashboard-sec .card-dashboard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  border-radius: 8px;
  background: #1f1c28;
  color: #a1a1af;
  border: 1px solid #312d3c;
}

.content-body.dashboard-sec a {
  color: unset !important;
}

/*End Content-body*/

/* FOOTER CSS*/

footer {
  padding-left: 250px;
}

/* END FOOTER CSS*/

.box-shadow {
  box-shadow: 0 0.5rem 1rem #181818 !important;
}

/*form styles*/

.msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  position: absolute;
}

.msform fieldset:not(:first-of-type) {
  display: none;
}

.fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #2C3E50;
  margin-bottom: 10px;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
}

#progressbar li {
  list-style-type: none;
  text-transform: uppercase;
  font-size: 9px;
  width: 33.33%;
  float: left;
  position: relative;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 35px;
  line-height: 35px;
  display: block;
  font-size: 10px;
  color: #333;
  background: #ff9966;
  background: linear-gradient(to right, #ff5e62, #ff9966);
  border-radius: 100%;
  margin: 0 auto 5px auto;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ff9966;
  background: linear-gradient(to right, #ff5e62, #ff9966);
  position: absolute;
  left: -50%;
  top: 16px;
  z-index: -1;
}

#progressbar li:first-child:after {
  content: none;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #1D2026;
  color: white;
}

/*   @media screen and (max-width: 767px) {
    #responsiveContent.collapse .sidebar-left {
      width: 100% !important;
      margin-left: -100%;
    }
    .sidebar-left {
      margin-left: 0%;
      min-width: 100%;
    }
    main.fixed .content-body {
      margin-left: 0 !important;
    }
    footer {
      padding-left: 0 !important;
    }
    .navbar-light .navbar-toggler {
      border-color: transparent !important;
      border-radius: 100%;
      padding: 6px;
      display: flex;
    }
    .navbar-toggler:focus {
      box-shadow: 0 0 0 .1rem !important;
    }
  } */

.modal-backdrop {
  background: rgba(0, 0, 0, 0.5) !important;
}

.modal-content {
  background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);
  margin-left: -380px !important;
  width: 300% !important;
  height: auto !important;
}

@media screen and (max-width: 1759px) {
  .modal-content {
    margin-left: -300px !important;
    width: 270% !important;
  }
}

@media screen and (max-width: 1604px) {
  .modal-content {
    margin-left: -250px !important;
    width: 250% !important;
  }
}

@media screen and (max-width: 1509px) {
  .modal-content {
    margin-left: -230px !important;
    width: 240% !important;
  }
}

@media screen and (max-width: 1449px) {
  .modal-content {
    margin-left: -170px !important;
    width: 215% !important;
  }
}

@media screen and (max-width: 1304px) {
  .modal-content {
    margin-left: -130px !important;
    width: 200% !important;
  }
}

@media screen and (max-width: 1199px) {
  .modal-content {
    margin-left: -50px !important;
    width: 170% !important;
  }
}

@media screen and (max-width: 1084px) {
  .modal-content {
    margin-left: 80px !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .modal-content {
    margin-left: 240px !important;
    width: 55% !important;
  }
}

.sidebar .nav-item.dropdown .dropdown-toggle::after,
.topbar .nav-item.dropdown .dropdown-toggle::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: "\F105";
  font-family: "Font Awesome 5 Free";
}

.img-profile {
  height: 2rem;
  width: 2rem;
}

@media (min-width: 500px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 700px !important;
  }
}

.collapse-item.router-link-exact-active.active {
  color: #000000 !important;
  font-weight: 700;
  background: #ADA996;
  background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);
  /* background-color: rgb(197, 197, 197); */
}

.inner-addon {
  position: relative;
}

.inner-addon .fas {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

.right-addon .fas {
  right: 20px;
}

.right-addon input {
  padding-right: 30px;
}

/* Vue Single Select */

.flex {
  display: flex;
}

.border {
  border-width: thin;
  border-style: solid;
}

.rounded {
  border-radius: 0.25em;
}

.text-black {
  color: #000;
}

.absolute {
  position: absolute;
}

.items-center {
  align-items: center;
}

.search-input {
  display: block;
  width: 100%;
  padding: 0.375em 0.75em;
  font-size: 1em;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25em;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
}

.icons {
  padding: 0 1em;
  right: 0;
  top: 0;
  bottom: 0;
  fill: #606f7b;
}

.icons svg {
  width: 0.75em;
  height: 0.75em;
}

.single-select-wrapper {
  position: absolute;
  width: 10%;
  margin-bottom: 0.5em;
  margin-left: 8%;
}

._vue-flash-msg-body._vue-flash-msg-body_success {
  margin-top: 50px !important;
  margin-right: 10px !important;
}

@media print {
  footer {
    page-break-after: always;
  }
}

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-ps": "./node_modules/moment/locale/ar-ps.js",
	"./ar-ps.js": "./node_modules/moment/locale/ar-ps.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-kmr": "./node_modules/moment/locale/ku-kmr.js",
	"./ku-kmr.js": "./node_modules/moment/locale/ku-kmr.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 ^\\.\\/.*$";