/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

svg,
img {
  display: block;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
}

.b {
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
}
.bt {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.2);
}
.bl {
  border-left: 0.0625rem solid rgba(0, 0, 0, 0.2);
}
.br {
  border-right: 0.0625rem solid rgba(0, 0, 0, 0.2);
}
.br-md {
  border-right: none;
}
@media (min-width: 768px) {
  .br-md {
    border-right: 0.0625rem solid rgba(0, 0, 0, 0.2);
  }
}
.bb {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
}

.bg {
  background-color: #fafafa !important;
}

.br {
  border-radius: 0.375rem;
}

body {
  color: #666;
  font-size: 400;
  font-family: "Raleway", sans-serif;
}

a,
a:visited,
a:hover {
  color: #7477bf;
  text-decoration: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.link {
  color: #7477bf;
}

.d-block {
  display: block;
}
.d-block-md {
  display: none;
}
@media (min-width: 768px) {
  .d-block-md {
    display: block;
  }
}
.d-flex {
  display: flex;
}
.d-flex.row {
  flex-direction: row;
}
@media (min-width: 768px) {
  .d-flex.row-md {
    flex-direction: row !important;
  }
}
.d-flex.col {
  flex-direction: column;
}
.d-flex.wrap {
  flex-wrap: wrap;
}
.d-flex.nowrap {
  flex-wrap: nowrap;
}
.d-flex.jc-end {
  justify-content: end;
}
.d-flex.jc-start {
  justify-content: start;
}
.d-flex.jc-center {
  justify-content: center;
}
.d-flex.jc-between {
  justify-content: space-between;
}
.d-flex.ai-center {
  align-items: center;
}
.d-flex.ai-stretch {
  align-items: stretch;
}
.d-flex.ai-start {
  align-items: start;
}

.fill {
  flex: 1 0;
}

.p {
  padding: 1rem;
}
.px {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pt {
  padding-top: 1rem;
}
.pl {
  padding-left: 1rem;
}
.pr {
  padding-right: 1rem;
}
.pb {
  padding-bottom: 1rem;
}

.m {
  margin: 1rem;
}
.mx {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mt {
  margin-top: 1rem;
}
.ml {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr {
  margin-right: 1rem;
}
.mr-auto {
  margin-right: auto;
}
@media (min-width: 768px) {
  .mr-md {
    margin-right: 1rem;
  }
}
.mb {
  padding-bottom: 1rem;
}

.b {
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-left: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-right: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

body {
  width: 100vw;
  max-width: 100%;
  height: 100vw;
  max-height: 100%;
  overflow-x: hidden;
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: max-content;
  grid-template-areas: "header" "nav" "main";
}
@media (min-width: 768px) {
  body {
    grid-template-columns: max-content 1fr;
    grid-auto-rows: max-content;
    grid-template-areas: "header header" "nav main";
  }
}
body > header {
  grid-area: header;
  color: #fff;
  display: flex;
  align-items: center;
  background-color: #7477bf;
  padding: 1rem;
}
body > nav {
  grid-area: nav;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5155af;
}
@media (min-width: 768px) {
  body > nav {
    flex-direction: column;
    justify-content: start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
body > main {
  grid-area: main;
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: max-content;
  grid-template-areas: "header" "traffic" "daily" "mobile" "social" "members" "activity" "message" "settings";
}
@media (min-width: 768px) {
  body > main {
    grid-template-columns: 50% 50%;
    grid-template-areas: "header header" "traffic traffic" "daily mobile" "social social" "members activity" "message settings";
  }
}
body > main > header {
  grid-area: header;
}

section {
  padding: 1rem;
}
section header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
section .body {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 98%;
}
section.traffic {
  grid-area: traffic;
}
section.daily {
  grid-area: daily;
}
section.mobile {
  grid-area: mobile;
}
section.social {
  grid-area: social;
}
section.members {
  grid-area: members;
}
section.activity {
  grid-area: activity;
}
section.message {
  grid-area: message;
}
section.settings {
  grid-area: settings;
}

.btn {
  display: block;
  background-color: #7477bf;
  color: #fff;
  font-weight: 600;
  padding: 1rem;
  border-radius: 0.375rem;
  width: 100%;
}
.btn-grey {
  background-color: #bbb;
}
.btn:hover {
  cursor: pointer;
  background-color: #9799cf;
}

.toggle {
  cursor: pointer;
  position: relative;
  font-size: 1rem;
  font-weight: bold;
}
.toggle input {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}
.toggle input:checked ~ .plate {
  background: #7477bf;
}
.toggle input:checked ~ .plate .on {
  opacity: 1;
}
.toggle input:checked ~ .plate .switch {
  transform: translateX(2.25rem);
}
.toggle .plate {
  width: 4.5rem;
  border: 0.125rem solid #dadada;
  padding: 0.25rem;
  position: relative;
  background: #b2b2b2;
  border-radius: 1.125rem;
}
.toggle .plate .on {
  top: 50%;
  left: 0.375rem;
  color: #fff;
  opacity: 0;
  position: absolute;
  transform: translateY(-50%);
  transition: 0.4s;
}
.toggle .plate .switch {
  width: 1.5rem;
  height: 1.5rem;
  border: 0.125rem solid #dadada;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

.input {
  width: 100%;
  max-width: 400px;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  color: inherit;
  background-color: #fafafa !important;
  padding: 1rem;
  border-radius: 0.375rem;
}
.input-light {
  width: 100%;
  max-width: 400px;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  color: inherit;
  background-color: #fafafa !important;
  padding: 1rem;
  border-radius: 0.375rem;
  background-color: #fff !important;
}

.icon {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  box-sizing: content-box;
}
.icon-small {
  width: 1.5rem;
  height: 1.5rem;
}
.icon.roundy {
  border-radius: 50%;
}

.bell {
  transition: 0.2s;
}
.bell:hover {
  cursor: pointer;
  transform: rotate(20deg);
}

.notif {
  position: relative;
  padding: 0.25rem;
}

.notice {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #81c98f;
}

.nav-item {
  box-sizing: content-box;
  border: 0.25rem solid transparent;
  opacity: 0.5;
  transition: 0.2s ease-out;
  padding: 0.75rem;
  width: 2rem;
  height: 2rem;
}
@media (min-width: 768px) {
  .nav-item {
    padding: 0.75rem 1.5rem;
  }
}
.nav-item:hover, .nav-item.active {
  opacity: 1;
  border-bottom-color: #81c98f;
}
@media (min-width: 768px) {
  .nav-item:hover, .nav-item.active {
    border-bottom-color: transparent;
    border-left-color: #81c98f;
  }
}
.nav-item-pill {
  border-radius: 2.5rem;
  padding: 0.75rem;
  transition: 0.1s ease-out;
}
.nav-item-pill:hover, .nav-item-pill.active {
  color: #fff;
  cursor: pointer;
  background-color: #81c98f;
}
.nav-item-pill.active {
  margin-left: 1rem;
  margin-right: 1rem;
}

.logo {
  color: #fff;
  font-size: 1.5rem;
}
.logo span {
  font-weight: 200;
}

canvas {
  width: 100%;
}

.card {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0.375rem;
  background-color: #fafafa !important;
  margin-bottom: 1rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  .card:not(:last-child) {
    margin-right: 1rem;
  }
}
.card_badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #7477bf;
  margin-right: 1rem;
}
.card_info {
  display: flex;
  flex-direction: column;
}
.card_name {
  font-weight: 600;
}
.card_stat {
  font-size: 3rem;
}

.member {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 1rem;
  font-size: 0.9em;
}
.member:not(:last-of-type) {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}
.member_info {
  display: flex;
  flex-direction: column;
}
.member_name {
  font-weight: 600;
}
.member_arrow {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
  color: #7477bf;
}
.member_arrow:hover {
  cursor: pointer;
}

.form {
  display: flex;
  flex-direction: column;
}
.form .input,
.form .btn {
  max-width: 100%;
  margin-bottom: 1rem;
}

.alert_box {
  color: #fff;
  background-color: #7477bf;
  padding: 1rem;
  border-radius: 0.375rem;
}
.alert_cross {
  color: #fff;
  font-size: 1.25rem;
}

/*# sourceMappingURL=main.css.map */
