article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: 2 1C 2 1D 2 18 2 19;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body,
figure {
  margin: 0;
}
legend,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*
	Main Header
*/
html {
  font-size: 64.5%;
}
body {
  background: #f7f7f7;
  color: #182020;
  font-family: 'Lato', sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: 1.3px;
  position: relative;
}
li {
  list-style: none;
  text-align: center;
  color: #000;
}
a {
  color: #000;
  text-decoration: none;
}
ul,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
}
header {
  background-color: rgba(255,255,255,0.99);
  border-bottom: 1px solid rgba(0,0,0,0.07);
  box-shadow: 0px 3px 8px -4px rgba(0,0,0,0.15);
  padding: 8px 25px;
}
.mainHeader__block.wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mainHeader__cta {
  display: flex;
  align-items: center;
}
.mainHeader__cta a {
  margin-left: 15px;
}
button {
  border: none;
  background: #fbd20a;
  color: #fff;
  padding: 10px 31px;
}
input {
  border-radius: 4px;
}
h1 {
  padding: 15px;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  font-family: 'Raleway', sans-serif;
  color: #71d2d4;
  font-weight: 300;
  font-size: 1.5rem;
  position: relative;
  z-index: 0;
}
h1:before {
  content: "";
  border: 2px solid #71d2d4;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
}
h2 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 400;
}
h4 {
  margin: 0;
  color: #808080;
}
h3.subheading {
  margin-bottom: 20px;
  width: 100%;
  font-weight: 600;
}
.config__wrapper h2 {
  padding: 26px 0 20px 0;
  border-bottom: 2px solid #71d2d4;
  margin-bottom: 43px;
  color: #71d2d4;
}
.wrapper {
  max-width: 880px;
  margin: 0 auto;
}
.button {
  background: #fff;
  width: 210px;
  padding: 10px 15px;
  text-align: center;
  border: none;
  font-weight: 300;
  transition: all 0.3s;
  position: relative;
}
.button--next {
  background: #fbd20a;
  float: right;
  margin-bottom: 40px;
  font-weight: 600;
  color: #fff;
  margin-left: 11px;
}
.button--active {
  background: #fbd20a;
  width: 200px;
  padding: 10px 15px;
  text-align: center;
}
.button--submit {
  color: #fff;
  background: #71d2d4;
  font-weight: 700;
  margin-top: 20px;
}
.button--remove {
  background: #f04e59;
  width: auto;
  color: #fff;
  margin-top: 20px;
}
.button--add {
  background: #ffc0cb;
}
.button--round {
  background: #71d2d4;
  border: 1px solid #71d2d4;
  padding: 9px 13px;
  border-radius: 17px;
  font-size: 1.3rem;
  transition: all 0.3s;
  color: #fff;
}
.button--round:hover {
  background: #3abcbf;
  border: 1px solid #71d2d4;
  cursor: pointer;
}
.button--round-createAcc {
  background: none;
  color: #71d2d4;
}
.button--round-createAcc:hover {
  background: #71d2d4;
  border: 1px solid #71d2d4;
  color: #fff;
  cursor: pointer;
}
.remove {
  background: #f04e59;
}
.fa-minus {
  color: #f04e59;
}
.fa-plus {
  color: #71d2d4;
}
input:focus {
  outline: none;
  border: 2px solid #71d2d4;
}
.form__container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 330px;
  background: #71d2d4;
}
.form__container.hide {
  display: none;
}
.form__container.show {
  display: block;
}
.dashboard {
  margin-top: 60px;
  background: #e1e7ea;
  position: relative;
  padding: 83px 40px 111px;
}
.dashboard .fa-times {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 2.5rem;
  color: #71d2d4;
  padding: 12px;
}
.appointment {
  background: #e1e7ea;
  margin: 50px 0 40px 0;
  border-radius: 7px;
}
.appointment h2 {
  color: #000;
  padding: 20px;
}
.appointment__schedule {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 2px solid #fff;
}
.appointment__schedule ul {
  display: flex;
  width: 77%;
  padding: 14px 10px;
  border-left: 2px solid #fff;
  min-height: 74px;
}
.appointment__schedule ul li {
  margin: 0 4px;
  padding: 14px 10px;
  background: #71d2d4;
  width: 80px;
}
.appointment__schedule ul li:hover {
  cursor: pointer;
}
.appointment__schedule ul li a {
  color: #fff;
}
.appointment__schedule h3 {
  width: 20%;
  margin: 0 auto;
  text-align: center;
}
.modal {
  background: rgba(0,0,0,0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.modal--close {
  display: none;
}
.modal__box {
  background: #fff;
  width: 559px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  font-size: 20px;
}
.modal__box .fa-times {
  float: right;
  font-size: 25px;
  color: #808080;
}
.modal__box h3 {
  padding: 5px 0;
  color: #71d2d4;
}
.modal__box h3 span {
  color: #808080;
  font-weight: 300;
  margin-left: 8px;
}
.selection {
  margin-bottom: 21px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
  background: #e1e7ea;
}
.selection__block {
  width: 32%;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  -webkit-box-shadow: 0 3px 8px rgba(187,187,187,0.3);
  justify-content: space-between;
  height: 95px;
}
.selection__duo {
  display: flex;
  position: relative;
}
.selection__duo:nth-type(even) {
  margin-bottom: 0;
}
.selection__duo a {
  width: 100%;
}
.selection__duo .button {
  width: auto;
  padding: 10px;
  position: relative;
}
.selection__duo .button.addTime {
  text-align: center;
}
.selection__duo .fa {
  margin-right: 4px;
  padding: 14px 16px;
  background: #fff;
}
form .form--option {
  flex-basis: 200px;
  flex-grow: 1;
  margin: 0 12px;
}
form .three--col {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 0;
}
form .three--col label {
  width: 40%;
}
form .three--col label.sml--col {
  width: 28%;
}
form p {
  margin: 12px 0 6px 0;
  color: #fff;
}
form label {
  background: #f7f7f7;
  padding: 0 0 0 64px;
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  height: 50px;
}
form label input {
  height: 100%;
  width: 100%;
  outline: none;
  border: 0;
  background: #f7f7f7;
}
form label:after {
  content: "";
  width: 3px;
  height: 100%;
  background: #e1e7ea;
  position: absolute;
  left: 50px;
  top: 0;
}
form select,
form textarea {
  display: block;
}
form select:hover,
form textarea:hover {
  cursor: pointer;
}
form select {
  border: 0;
  outline: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
form textarea {
  height: 150px;
  width: 100%;
  border: 0;
  border: 3px solid #fff;
  background: none;
}
form svg {
  width: 26px;
  position: absolute;
  left: 13px;
  top: 13px;
}
form .fa-cogs,
form .fa-clock-o {
  font-size: 26px;
  position: absolute;
  left: 12px;
  top: 12px;
}
form.selection__duo {
  width: 100%;
  margin-bottom: 16px;
}
.textInput {
  padding: 12px;
  border: none;
  width: 100%;
}
.signIn__box {
  max-width: 490px;
  margin: 0 auto;
  padding: 16px 44px 26px 44px;
  position: relative;
}
.signIn__box .button--submit {
  margin-right: 10px;
}
.signIn__box .signIn__box--buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.signIn__box .signIn__box--buttons .button--submit {
  margin: 0;
}
.signIn__box .signIn__box--social {
  position: relative;
}
.signIn__box .signIn__box--social p {
  color: #71d2d4;
  background: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  left: 50%;
  top: 8px;
  width: 45px;
  text-align: center;
  transform: translateX(-50%);
}
.signIn__box .signIn__box--social:after {
  content: "";
  background: #ebebeb;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 2px;
}
.signIn__box h2 {
  text-align: center;
  color: #808080;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 25px;
}
.signIn__box input {
  padding: 10px;
  width: 100%;
  border: none;
  margin: 10px 0;
  font-weight: 300;
  border: 2px solid #ebebeb;
}
.signIn__box .button--login {
  background: #71d2d4;
  bottom: 0;
  left: 0;
  width: 48%;
  margin-top: 10px;
  border: none;
  color: #fff;
  border: 2px solid #71d2d4;
}
.signIn__box .button--login:hover {
  background: #3abcbf;
  border: 1px sold #3abcbf;
}
.signIn__box .button--submit-bare {
  width: 48%;
  background: none;
  border: 2px solid #71d2d4;
  color: #71d2d4;
}
.signIn__box .button--submit-bare:hover {
  background: #71d2d4;
  color: #fff;
}
.signIn__box .button--google {
  background: #d23f31;
  border: none;
  color: #fff;
  margin-top: 29px;
}
.signIn__box .button--facebook {
  background: #3b5998;
  color: #fff;
}
.timesGrid {
  width: 100%;
  min-height: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.timesGrid__single {
  padding: 13px 18px;
  background: #71d2d4;
  margin: 0 10px 10px 0;
  margin-right: 10px;
  color: #fff;
}
.timesGrid__single--inactive {
  background: #e6e7e8;
  color: #808080;
}
.addAppointment {
  width: 60px;
  height: 60px;
  background: #fbd20a;
  position: fixed;
  right: 50px;
  bottom: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 4px rgba(0,0,0,0.14), 0 4px 8px rgba(0,0,0,0.28);
}
.addAppointment .fa-plus {
  color: #fff;
  font-size: 2.5rem;
  transition: all 0.3s;
}
.addAppointment:hover .fa-plus {
  transform: rotate(45deg);
}
.menu__container {
  position: fixed;
  right: 78px;
  bottom: 120px;
}
.menu__container .menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 21px;
  transition: all 0.5s;
}
.menu__container .menu li {
  margin-right: 30px;
  margin-top: 11px;
  transition: all 0.3s;
}
.menu__container .menu li:hover .fa {
  background: #68b1b2;
  cursor: pointer;
}
.menu__container .menu li .fa {
  background: #71d2d4;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  padding-top: 11px;
  padding-left: 2px;
  color: #fff;
  transition: all 0.3s;
}
.hide {
  opacity: 0;
  visibility: hidden;
}
.show {
  opacity: 1;
  visibility: visible;
}
.welcome {
  background: #e1e7ea;
  box-shadow: 5px 5px 8px -4px rgba(0,0,0,0.15);
  margin-top: 40px;
}
.welcome .welcome--wrapper {
  display: flex;
}
.welcome .welcome--right {
  width: 50%;
  padding: 40px;
  background-image: url("/src/assets/coffee-shop.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.welcome .welcome--right h2 {
  color: #fff;
}
.welcome .welcome--right:before {
  content: "";
  background: rgba(58,86,144,0.8);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.welcome .welcome--left {
  width: 50%;
  padding: 7px;
  background: #fff;
}
.welcome .welcome--left p {
  color: #808080;
  text-align: center;
  padding-bottom: 10px;
}
.welcome .welcome--loggedin {
  background-image: url("/src/assets/coffee-shop.jpg");
  padding: 20px;
  min-height: 400px;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  color: #fff;
}
.welcome .welcome--loggedin:before {
  content: "";
  position: absolute;
  background: rgba(58,86,144,0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.welcome h2 {
  font-size: 4rem;
  position: relative;
  z-index: 1;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 0;
}
.welcome p {
  position: relative;
}
h1.logo--big {
  font-size: 4rem;
}
h1.logo--big:before {
  width: 65px;
  height: 65px;
}
