@font-face {
  font-family: Poppins;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/static/font/poppins-devanagari-400-normal.d249ccec.woff2) format("woff2"), url(/static/font/poppins-devanagari-400-normal.d65a6efd.woff) format("woff");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/static/font/poppins-latin-ext-400-normal.d13a3802.woff2) format("woff2"), url(/static/font/poppins-latin-ext-400-normal.f3d40bd4.woff) format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/static/font/poppins-latin-400-normal.916d3686.woff2) format("woff2"), url(/static/font/poppins-latin-400-normal.cbe785df.woff) format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.app-container {
  min-height: 350px;
}

.app-background {
  background-color: #f6f8fb;
}

.container {
  max-width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.row, .col {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.test-border {
  border: 1px solid red;
}

.hidden-section {
  display: none;
}

.min-page-height {
  min-height: 560px;
}

.web-header-section {
  min-height: 50px;
  margin-bottom: 0;
}

.app-logo-section {
  text-align: center;
  background-color: #fff;
  min-height: 160px;
}

.app-logo {
  width: 80px;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 60px;
}

.app-nav-menu {
  height: 40px;
}

.app-header-section {
  min-height: 50px;
  margin-bottom: 0;
}

.page-title {
  margin-top: 20px;
  margin-bottom: 0;
}

.app-footer-section {
  text-align: center;
  background-color: #fff;
  min-height: 160px;
}

.app-footer {
  margin-top: 130px;
  margin-bottom: 30px;
}

.link-in-list {
  color: #2f4f4f;
  text-decoration: none;
}

.user-menu {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 0;
}

.app-user-projects-logo {
  width: 100%;
  height: 160px;
}

