@font-face {
  font-family: "evolventa";
  src: url("Evolventa-Regular.ttf");
}
@font-face {
  font-family: "evolventa";
  src: url("Evolventa-Bold.ttf");
  font-weight: bold;
}
/* line 14, /web/gr-front-end/app/assets/stylesheets/main.scss */
html {
  overflow-x: hidden;
  font-family: evolventa;
  color: #393939;
}

/* line 22, /web/gr-front-end/app/assets/stylesheets/main.scss */
* {
  box-sizing: border-box;
}

/* line 26, /web/gr-front-end/app/assets/stylesheets/main.scss */
body {
  margin: 0;
  min-height: 100%;
}

/* line 32, /web/gr-front-end/app/assets/stylesheets/main.scss */
#main-div {
  position: relative;
  display: grid;
  grid-template-columns: 1vw repeat(6, 1fr) 1vw;
  grid-auto-rows: auto;
  grid-gap: 1em;
}

/* line 43, /web/gr-front-end/app/assets/stylesheets/main.scss */
a {
  text-decoration: none;
}

/* line 47, /web/gr-front-end/app/assets/stylesheets/main.scss */
.select, input {
  outline: 0;
}

/* line 50, /web/gr-front-end/app/assets/stylesheets/main.scss */
select:focus {
  outline: 0;
}

/* line 53, /web/gr-front-end/app/assets/stylesheets/main.scss */
button:focus {
  outline: 0;
}

/* line 56, /web/gr-front-end/app/assets/stylesheets/main.scss */
li {
  list-style-type: none;
}

/* line 59, /web/gr-front-end/app/assets/stylesheets/main.scss */
.owes-main-div {
  display: flex;
  width: 100%;
  height: 500px;
  align-items: center;
  justify-content: center;
}

/* line 69, /web/gr-front-end/app/assets/stylesheets/main.scss */
.owes-main-class {
  margin: 1em 0 0 0;
}

/* line 73, /web/gr-front-end/app/assets/stylesheets/main.scss */
#profile-owes-main-div {
  grid-column: 1/5;
}

/* line 81, /web/gr-front-end/app/assets/stylesheets/main.scss */
#ui-datepicker-div {
  z-index: 1000 !important;
}
