@import url("https://fonts.googleapis.com/css?family=Mada&display=swap");
@import url("https://fonts.googleapis.com/css?family=Barlow&display=swap");
@import url("https://fonts.googleapis.com/css?family=Muli&display=swap");

html,
body,
div#app,
div#main {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

html {
  color: #44444a;
  font-family: Mada, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  background: #f6faf7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body * {
  box-sizing: border-box;
}

div#main {
  position: relative;
  text-align: center;
  overflow: hidden;
}

/***** LAYOUT ELEMENTS *****/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Barlow, sans-serif;
  font-weight: 700;
}

div.el-panel {
  position: relative;
  background: #ffffff;
  display: inline-block;
  vertical-align: top;
}

div.el-section:not(:last-child) {
  margin-bottom: 1.25rem;
}

table {
  border-collapse: collapse;
}
table th,
table td {
  vertical-align: baseline;
}

/***** FORM ELEMENTS *****/
input:not([type=checkbox]),
button,
select,
textarea {
  margin: 0;
  border: 0 none;
  padding: 0.5em;
  height: 2.3125em;
  font-size: inherit;
  outline: none;
}

select {
  color: #6aa67d;
  font-family: Muli, sans-serif;
  background: #e9f3ec;
}

textarea,
input[type=text],
input[type=number],
input[type=password] {
  resize: none;
  color: #44444a;
  font-family: inherit;
}

button,
a {
  cursor: pointer;
}

button,
button.el-multstate.el-active {
  color: #ffffff;
  font-family: Muli, sans-serif;
  border-color: #92bea0;
  background-color: #92bea0;
}

button:active,
button.el-multstate.el-active:active {
  border-color: #79af8a;
  background-color: #79af8a;
}

button:disabled {
  border-color: #a0a0a8;
  background-color: #a0a0a8;
}

button.el-cancel,
button.el-multstate-cancel.el-active {
  border-color: #cf9381;
  background-color: #cf9381;
}

button.el-cancel:active,
button.el-multstate-cancel.el-active {
  border-color: #c47a64;
  background-color: #c47a64;
}

button.el-action,
button.el-multstate-action.el-active {
  border-color: #f6b934;
  background-color: #f6b934;
}

button.el-action:active,
button.el-multstate-action.el-active:active {
  border-color: #f8af11;
  background-color: #f8af11;
}

button.el-action-cancel {
  border-color: #cf9381;
  background-color: #cf9381;
}

button.el-action-cancel:active {
  border-color: #c47a64;
  background-color: #c47a64;
}

button.el-subtle,
button.el-subtle-action,
button.el-subtle-cancel,
button.el-multstate,
button.el-multstate-action {
  border-color: #ffffff;
  background-color: #ffffff;
}

button.el-subtle:active,
button.el-subtle-action:active,
button.el-subtle-cancel:active,
button.el-multstate:active,
button.el-multstate-action:active {
  border-color: #dfece3;
  background-color: #dfece3;
}

button.el-subtle,
button.el-multstate {
  color: #6aa67d;
}

button.el-subtle-action,
button.el-multstate-action {
  color: #f6b934;
}

button.el-subtle-cancel,
button.el-multstate-cancel {
  color: #f98661;
}

button.el-multstate > img.el-icon:not(:first-child),
button.el-multstate-action > img.el-icon:not(:first-child),
button.el-multstate-cancel > img.el-icon:not(:first-child) {
  display: none;
}

button.el-multstate.el-active,
button.el-multstate-action.el-active,
button.el-multstate-cancel.el-active {
  color: #ffffff;
}
button.el-multstate.el-active > img.el-icon:first-child,
button.el-multstate-action.el-active > img.el-icon:first-child,
button.el-multstate-cancel.el-active > img.el-icon:first-child {
  display: none;
}
button.el-multstate.el-active > img.el-icon:not(:first-child),
button.el-multstate-action.el-active > img.el-icon:not(:first-child),
button.el-multstate-cancel.el-active > img.el-icon:not(:first-child) {
  display: inline-block;
}

button > * {
  display: inline-block;
  vertical-align: middle;
}
button > img.el-icon {
  height: 100%;
}
button > img.el-icon + span {
  margin-left: 0.25em;
}

button.el-button-icon-only.aes-diamond-left {
  position: relative;
  margin: 0 1.15625em;
}
button.el-button-icon-only.aes-diamond-left > img.el-icon {
  position: absolute;
  height: 1.15625em;
  top: 0.578125em;
  left: 0;
  margin-left: -0.578125em;
  z-index: 1;
}

div.el-progbar {
  display: inline-block;
  height: 2.3125em;
  padding: 0.25rem;
  background: #ffffff;
}
div.el-progbar > div {
  height: 100%;
  background: #f6b934;
}

/***** FOR AESTHETIC CLASSES *****/
.aes-scrollable {
  position: relative;
  overflow: hidden;
  text-align: left;
}
.aes-scrollable > div {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.aes-scrollable:not(.aes-scrollable-start)::before {
  top: -1rem;
  position: absolute;
  width: calc(100% - 20px);
  height: 2rem;
  content: "";
  background: radial-gradient(rgba(57, 69, 57, 0.3) 0%, rgba(57, 69, 57, 0) 90%);
  z-index: 1;
}

.aes-scrollable:not(.aes-scrollable-end)::after {
  bottom: -1rem;
  position: absolute;
  width: calc(100% - 20px);
  height: 2rem;
  content: "";
  background: radial-gradient(rgba(57, 69, 57, 0.3) 0%, rgba(57, 69, 57, 0) 90%);
  z-index: 1;
}

.aes-diamond-left {
  position: relative;
  margin-left: 1.15625em;
  padding-left: 0;
}

.aes-diamond-left::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  top: 0;
  width: 0;
  height: 0;
  content: "";
  border-top-width: 1.15625em;
  border-left-width: 0;
  border-right-width: 1.15625em;
  border-right-color: inherit;
  right: 100%;
  border-bottom-width: 1.15625em;
}

.aes-diamond-right {
  position: relative;
  margin-right: 1.15625em;
  padding-right: 0;
}

.aes-diamond-right::after {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  top: 0;
  width: 0;
  height: 0;
  content: "";
  border-top-width: 1.15625em;
  border-left-width: 1.15625em;
  border-left-color: inherit;
  left: 100%;
  border-right-width: 0;
  border-bottom-width: 1.15625em;
}

.aes-diamond-top {
  position: relative;
  margin-top: 1.15625em;
  padding-top: 0;
}

.aes-diamond-top::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  top: 0;
  width: 0;
  height: 0;
  content: "";
  border-top-width: 0;
  border-left-width: 1.15625em;
  border-right-width: 1.15625em;
  border-bottom-width: 1.15625em;
  border-bottom-color: inherit;
  bottom: 100%;
}

.aes-diamond-bottom {
  position: relative;
  margin-bottom: 1.15625em;
  padding-bottom: 0;
}

.aes-diamond-bottom::after {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  top: 0;
  width: 0;
  height: 0;
  content: "";
  border-top-width: 1.15625em;
  border-top-color: inherit;
  top: 100%;
  border-left-width: 1.15625em;
  border-right-width: 1.15625em;
  border-bottom-width: 0;
}

div.el-panel,
.aes-shadow {
  box-shadow: 0 0.125rem 0.5rem 0 rgba(57, 69, 57, 0.3);
}

.aes-shadow-custom {
  -webkit-filter: drop-shadow(0 0.15rem 0.2rem rgba(57, 69, 57, 0.3));
  filter: drop-shadow(0 0.15rem 0.2rem rgba(57, 69, 57, 0.3));
}

.aes-ghost {
  opacity: 0.6;
}

.aes-ghost:hover,
.aes-ghost:active {
  opacity: 1;
}

/***** FOR MOBILE RESPONSIVENESS *****/
button.el-mob-menu-btn,
select.el-mob-menu-btn,
span.el-mob-label-alt {
  display: none;
}

@media only screen and (max-width: 768px) {
  .aes-ghost {
    opacity: 1;
  }

  button.el-mob-menu-btn,
select.el-mob-menu-btn {
    display: inline-block;
  }
  button.el-mob-menu-btn + div.el-mob-menu,
select.el-mob-menu-btn + div.el-mob-menu {
    display: none;
    position: absolute;
  }

  span.el-mob-label-alt {
    display: inline;
  }
  span.el-mob-label-alt + span {
    display: none;
  }
}
