html {
  width: 99vw;
}

h3 {
  text-align: left;
  padding-left: 1rem;
  font-weight: 900;
}

.alert-banner {
  display: flex;
  flex-direction: row;
  background-color: #112a61;
  margin: 1.2rem;
  width: 90%;
  color: #eeeeee;
  border-radius: 9px;
  height: 3.5rem;
}
@media (min-width: 768px) {
  .alert-banner {
    width: 98%;
  }
}

.alert-banner-close {
  text-align: right;
  width: 12%;
  margin-right: 1rem;
}

.alrt-first {
  width: 86%;
  font-size: smaller;
  height: 17px;
  margin: 19.5px 0;
}

svg {
  transform-origin: 50% 50%;
  margin-right: 1rem;
}

/*! 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;
}

* {
  font-family: "Montserrat", sans-serif;
}

button {
  height: 3rem;
  margin: 1rem;
  background-color: #eeeeee;
  border-radius: 5px;
  background-color: #112a61;
  color: white;
}

form {
  display: flex;
  flex-direction: column;
}
form input {
  height: 3rem;
  margin: 1rem;
  background-color: #eeeeee;
  border-radius: 5px;
}
form textarea {
  height: 5.3rem;
  margin: 1rem;
  background-color: #eeeeee;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .message {
    width: 90vw;
  }
}
@media (min-width: 1024px) {
  .message {
    border-right: 1px solid #858484;
    width: 100%;
    height: 100%;
  }
  .message #send {
    z-index: 2;
    position: relative;
    bottom: 0px;
  }
}

#grid-box {
  display: grid;
  text-align: center;
  grid-template-columns: 100%;
  gap: 0 0;
  grid-template-areas: "head head head" "navigation navigation navigation" "mainContent mainContent mainContent";
}
#grid-box header {
  grid-area: head;
}
#grid-box nav {
  grid-area: navigation;
}
#grid-box .mainContent {
  grid-area: mainContent;
}
@media (min-width: 768px) {
  #grid-box {
    grid-template-columns: 8.5% 91.5%;
    grid-template-areas: "head head" "navigation mainContent " "navigation mainContent";
  }
}

.mainContent {
  width: 99%;
  text-align: center;
}
.mainContent .tittle-flex {
  display: flex;
  width: 99vw;
}
.mainContent .tittle {
  font-weight: bolder;
  width: 40%;
}
.mainContent .tab {
  width: 60%;
  border-bottom: 1px solid #858484;
  border-left: 1px solid #858484;
}
@media (min-width: 768px) {
  .mainContent {
    width: 97%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-areas: "tittle  tab" "alert alert" "traffic traffic" "daily users" "social social" "members members" "recent recent" "message message" "settings settings";
  }
  .mainContent .tab {
    grid-row-end: 3;
    width: 75%;
  }
  .mainContent .social-container {
    max-width: 90%;
  }
  .mainContent .tittle-flex {
    width: calc(97vw - 64px);
  }
  .mainContent .tittle {
    grid-area: tittle;
    font-weight: bolder;
    width: 25%;
  }
  .mainContent .daily {
    grid-area: daily;
  }
  .mainContent .users {
    grid-area: users;
  }
  .mainContent .social-container {
    grid-area: social;
  }
  .mainContent .members {
    grid-area: members;
  }
  .mainContent .recent-activity {
    grid-area: recent;
  }
  .mainContent .message {
    grid-area: message;
  }
  .mainContent .settings {
    grid-area: settings;
  }
  .mainContent .alert {
    grid-area: alert;
  }
  .mainContent .traffic {
    grid-area: traffic;
  }
}
@media (min-width: 1024px) {
  .mainContent {
    grid-template-columns: 50% 50%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-areas: "tittle  tab" "alert alert" "traffic traffic" "daily users" "social social" "members recent" "members recent" "message settings";
  }
  .mainContent .tittle {
    width: 22%;
  }
  .mainContent .tab {
    width: 75%;
  }
}

img {
  border-radius: 50%;
}

svg {
  size: 40px;
  width: 40px;
  padding: 0.5rem;
}

nav {
  background-color: #091736;
  display: flex;
  flex-direction: row;
  width: 100%;
}
nav a {
  flex-grow: 1;
  text-align: center;
}
nav a svg {
  fill: #eeeeee;
  height: 45px;
  width: 45px;
}
@media (min-width: 768px) {
  nav {
    flex-direction: column;
    width: 4rem;
    height: auto;
    display: block;
    text-align: center;
  }
}

header {
  background-color: #112a61;
  color: #eeeeee;
  height: 65px;
  width: 100%;
  display: flex;
  flex-direction: row;
  text-align: center;
}
header .myName {
  height: 17px;
  margin: 23px 2px 23px 5px;
  font-size: smaller;
}
header svg {
  flex-grow: 0.1;
  border-right: solid #eeeeee 1px;
  width: 1.5rem;
  margin-top: 11px;
  margin-bottom: 11px;
}
header div :hover {
  transition: ease-in 1s transform;
  transform: rotate(360deg);
  color: #193d8c;
}
header img {
  height: 40px;
  margin-top: 12px;
  margin-left: 0.5rem;
  margin-top: 12px;
  flex-grow: 1;
  max-width: 40px;
  vertical-align: middle;
}
header strong {
  font-size: larger;
}
header p {
  margin-left: 0.5rem;
  font-size: 1rem;
  flex-grow: 1;
}
@media (min-width: 768px) {
  header #logo-name {
    flex-grow: 4;
    text-align: left;
    margin-left: 1rem;
  }
  header p {
    flex-grow: 0.3;
  }
}

main {
  background-color: white;
}

.tab {
  background-color: #eeeeee;
}

.chosen {
  background-color: #21a321;
  border-radius: 15px;
  color: white;
}

.traffic {
  padding-left: 1rem;
  border-top: none;
  width: 90%;
  border-bottom: 50px #000000;
}
.traffic h3 {
  text-align: left;
  padding-left: 1rem;
}
.traffic ul {
  display: flex;
}
.traffic ul li {
  flex-grow: 1;
  list-style-type: none;
  font-weight: 900;
}
@media (min-width: 768px) {
  .traffic .traffic-header {
    display: flex;
  }
  .traffic .traffic-header h3 {
    flex-grow: 10;
  }
  .traffic .traffic-header ul {
    flex-grow: 1;
    height: 20px;
  }
  .traffic .traffic-header .chosen {
    padding: 5px 2px;
    height: 26px;
  }
}

.daily,
.users {
  margin-bottom: 2rem;
  border-bottom: 1px solid #858484;
  width: 90%;
}
@media (min-width: 768px) {
  .daily,
.users {
    border-top: 1px solid #858484;
  }
}

#mobile-chart,
#daily-chart {
  margin-bottom: 2rem;
}

.daily {
  padding-right: 7%;
  padding-left: 3%;
  margin-top: 2rem;
  border-top: 1px solid #858484;
}
.daily h3 {
  text-align: left;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .daily {
    border-right: 1px solid #858484;
  }
}

.users {
  margin-top: 2rem;
  margin-right: 2rem;
}

.facebook {
  display: flex;
  box-shadow: 0 0 2px black;
  width: 97%;
  margin: 1rem;
  background-color: #eeeeee;
}
@media (min-width: 768px) {
  .facebook {
    width: 20%;
    height: 80px;
  }
}
.facebook .facebook-image {
  flex-grow: 50%;
  background-color: #112a61;
  border-radius: 50%;
  margin: 8px;
  height: 100px;
  width: 100px;
}
.facebook .facebook-image svg {
  height: 60px;
  width: 60px;
  fill: white;
  padding: 19.5px;
}
@media (min-width: 768px) {
  .facebook .facebook-image {
    height: 60px;
    max-width: 60px;
    margin: 5;
    padding: 0;
  }
  .facebook .facebook-image svg {
    height: 40px;
    width: 40px;
    padding: 0;
    margin: 10px 0;
  }
}
.facebook .social-text {
  width: 80%;
}
.facebook .social-text p {
  color: #112a61;
  font-size: 1.5rem;
  font-weight: 900;
  margin: 1rem;
}
@media (min-width: 768px) {
  .facebook .social-text {
    width: 50%;
  }
  .facebook .social-text p {
    font-size: 1rem;
    margin: 0.7rem;
  }
}
.facebook .social-text :last-child {
  color: #1a1a1a;
  font-size: 2.3rem;
  font-weight: lighter;
}
@media (min-width: 768px) {
  .facebook .social-text :last-child {
    font-size: 1.75rem;
  }
}

.instagram {
  display: flex;
  box-shadow: 0 0 2px black;
  width: 97%;
  margin: 1rem;
  background-color: #eeeeee;
}
@media (min-width: 768px) {
  .instagram {
    width: 20%;
    height: 80px;
  }
}
.instagram .instagram-image {
  flex-grow: 50%;
  background-color: #112a61;
  border-radius: 50%;
  margin: 8px;
  height: 100px;
  width: 100px;
}
.instagram .instagram-image svg {
  height: 60px;
  width: 60px;
  fill: white;
  padding: 19.5px;
}
@media (min-width: 768px) {
  .instagram .instagram-image {
    height: 60px;
    max-width: 60px;
    margin: 5;
    padding: 0;
  }
  .instagram .instagram-image svg {
    height: 40px;
    width: 40px;
    padding: 0;
    margin: 10px 0;
  }
}
.instagram .social-text {
  width: 80%;
}
.instagram .social-text p {
  color: #112a61;
  font-size: 1.5rem;
  font-weight: 900;
  margin: 1rem;
}
@media (min-width: 768px) {
  .instagram .social-text {
    width: 50%;
  }
  .instagram .social-text p {
    font-size: 1rem;
    margin: 0.7rem;
  }
}
.instagram .social-text :last-child {
  color: #1a1a1a;
  font-size: 2.3rem;
  font-weight: lighter;
}
@media (min-width: 768px) {
  .instagram .social-text :last-child {
    font-size: 1.75rem;
  }
}

.twitter {
  display: flex;
  box-shadow: 0 0 2px black;
  width: 97%;
  margin: 1rem;
  background-color: #eeeeee;
}
@media (min-width: 768px) {
  .twitter {
    width: 20%;
    height: 80px;
  }
}
.twitter .twitter-image {
  flex-grow: 50%;
  background-color: #112a61;
  border-radius: 50%;
  margin: 8px;
  height: 100px;
  width: 100px;
}
.twitter .twitter-image svg {
  height: 60px;
  width: 60px;
  fill: white;
  padding: 19.5px;
}
@media (min-width: 768px) {
  .twitter .twitter-image {
    height: 60px;
    max-width: 60px;
    margin: 5;
    padding: 0;
  }
  .twitter .twitter-image svg {
    height: 40px;
    width: 40px;
    padding: 0;
    margin: 10px 0;
  }
}
.twitter .social-text {
  width: 80%;
}
.twitter .social-text p {
  color: #112a61;
  font-size: 1.5rem;
  font-weight: 900;
  margin: 1rem;
}
@media (min-width: 768px) {
  .twitter .social-text {
    width: 50%;
  }
  .twitter .social-text p {
    font-size: 1rem;
    margin: 0.7rem;
  }
}
.twitter .social-text :last-child {
  color: #1a1a1a;
  font-size: 2.3rem;
  font-weight: lighter;
}
@media (min-width: 768px) {
  .twitter .social-text :last-child {
    font-size: 1.75rem;
  }
}

.social-markup {
  width: 95%;
}
@media (min-width: 768px) {
  .social-markup {
    box-sizing: content-box;
    display: flex;
    width: 85vw;
  }
  .social-markup h3 {
    flex-grow: 3;
  }
  .social-markup div {
    flex-grow: 1;
  }
}

.members {
  border-top: 1px solid #858484;
}

.members-container {
  border-bottom: 1px solid #858484;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 1rem;
  min-height: 7rem;
}
.members-container img {
  height: 4rem;
}
.members-container .members-text a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .members-container {
    display: flex;
    margin-bottom: 1rem;
  }
  .members-container img {
    margin-right: 1rem;
  }
  .members-container .members-text {
    flex-grow: 5;
    text-align: left;
  }
  .members-container p {
    flex-grow: 1;
  }
  .members-container .bracket {
    display: block;
  }
}

.recent-text {
  margin-left: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .recent-text {
    text-align: left;
    display: grid;
    gap: 0;
    width: 100%;
    height: 112px;
    grid-template-columns: 90% 10%;
    grid-template-areas: "name bracket" "day bracket";
  }
  .recent-text .bracket {
    grid-area: bracket;
  }
  .recent-text :first-child {
    grid-area: name;
  }
  .recent-text :nth-child(2) {
    grid-area: day;
  }
  .recent-text p {
    height: 18.4px;
    margin: 0;
  }
}

.bracket {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2rem;
  color: #06cf2e;
}

@media (min-width: 1024px) {
  .recent-text {
    text-align: left;
    margin-left: 1rem;
  }

  .recent-activity {
    border-top: 1px solid #858484;
    border-left: 1px solid #858484;
  }
  .recent-activity img {
    margin-right: 2rem;
  }

  .members {
    border-top: 1px solid #858484;
  }
}
.settings, .settings:after, .settings:before {
  box-sizing: border-box;
}

body {
  justify-content: center;
}

.inputy[type=checkbox] {
  visibility: hidden;
}
.inputy[type=checkbox]:checked + .labely {
  transform: rotate(360deg);
  background-color: #000;
}
.inputy[type=checkbox]:checked + .labely:before {
  transform: translateX(40px);
  background-color: #a73030;
  color: black;
}
@media (min-width: 768px) {
  .inputy[type=checkbox]:checked + .labely:before {
    transform: translateX(58px);
  }
}

.labely {
  margin-right: 1rem;
  display: flex;
  width: 4rem;
  height: 25px;
  box-shadow: 0 0 2px black;
  border-radius: 15px;
  padding-left: 2rem;
  padding-top: 0.5rem;
  position: relative;
  transition: transform 0.75s ease-in-out;
  transform-origin: 50% 50%;
  cursor: pointer;
  background-color: #3a9e86;
}
.labely:before {
  transition: transform 0.75s ease;
  transition-delay: 0.5s;
  content: "";
  display: block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #ececec;
  border-radius: 50%;
  left: 2px;
}
@media (min-width: 1024px) {
  .labely {
    margin-left: 5rem;
  }
}

.switch {
  padding-left: 1rem;
  display: flex;
  width: 100%;
  display: grid;
  grid-template-columns: 60% 30%;
}
.switch p {
  text-align: left;
  padding-top: 7px;
}
.switch input, .switch label {
  flex-grow: 1;
  min-width: 2rem;
  max-width: 3rem;
  margin: 1rem 3rem;
  grid-column-start: 2;
  grid-row-start: 1;
}
@media (min-width: 768px) {
  .switch {
    grid-template-columns: 40% 30%;
  }
}

select {
  height: 3rem;
  margin: 1rem;
  background-color: #eeeeee;
  border-radius: 5px;
  width: 80%;
}

.settings-button {
  width: 100%;
}

#timezone {
  width: 90%;
}

#save,
#cancel {
  width: 40%;
}
@media (min-width: 768px) {
  #save,
#cancel {
    width: 42%;
  }
}

#cancel {
  background-color: grey;
}

#traffic-chart,
#daily-chart,
#users-chart {
  text-align: center;
}

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