@charset "UTF-8";
.date-swiper {
  position: absolute;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 3.5vmin;
  font-family: "DIN Alternate", sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.date-swiper *, .date-swiper *::before, .date-swiper *::after {
  box-sizing: border-box;
}
.date-swiper ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.date-swiper ul li {
  list-style-type: none;
  padding: 0.2em 0;
  flex: 1 0 14.285714286%;
  text-align: center;
}
.date-swiper .carousel {
  display: flex;
  flex-direction: row;
  position: relative;
}
.date-swiper .carousel.animate {
  transition: transform 300ms ease-out;
}
.date-swiper .month {
  flex: 1 0 100%;
  padding: 0.5em;
  position: relative;
}
.date-swiper .month-name {
  text-align: center;
  font-size: 1.5em;
 /* padding: 0.5em; */
}
.date-swiper .day-names {
  font-size: 0.8em;
  line-height: 1.5;
}
.date-swiper .days {
  font-size: 1em;
  line-height: 2;
}
.date-swiper .date {
  padding: 0;
  border-radius: 100%;
  margin: 0.3em auto;
  width: 2em;
  height: 2em;
  pointer-events: none;
}

.date-swiper .toggle {
  bottom: 1.5em;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  padding: 0;
  position: absolute;
  z-index: 10;
  height: 2.3em;
  width: 2.3em;
  line-height: 1;
  border-radius: 100%;
  /* text-align: center; */
  /* align-items: center; */
}
.date-swiper .toggle::after {
  border-radius: 100%;
  content: " ";
  position: absolute;
  top: 20%;
  left: 20%;
  padding: 0.5em;
  border-style: solid;
  border-width: 0.2em;
  /* margin: 0.3em auto; */
  /* pointer-events: none; */
  /* justify-content: center;
  text-align: center;
  align-items: center; */
}

/* .date-swiper::after {
  content: "tap to today";
  position: absolute;
  text-transform: uppercase;
  font-size: 0.8em;
  opacity: 0.4;
  z-index: 1;
  left: 50%;
  bottom: 12%;
  transform: translateX(-50%);
} */

.date-swiper {
/*  z-index: 5;*/
  /* background-color: rgba(99, 99, 99, 0.3); */
  color: #f3f4f5;
  transform: translate3d(0%, 100%, 0);
}
.date-swiper:not(.dragging) {
  transition: transform 300ms ease-out;
}
.date-swiper.is-active {
  transform: translate3d(0%, 0%, 0);
}
/* .date-swiper .month {
 background: #00BCD4;
} */
.date-swiper .month-name {
  text-transform: uppercase;
}
.date-swiper .month-year {
  opacity: 0.65;
}
.date-swiper .day-names {
  text-transform: uppercase;
  border-top: 0.1em solid;
  border-bottom: 0.1em solid;
  color: #f3f4f5;
}
.date-swiper .days li:not(.day-in-curr-month) {
  opacity: 0.65;
}
.date-swiper .is-today .date {
  background: rgba(255, 255, 255, 0.3);
}
.date-swiper .is-selected .date {
  /* background: rgb(240, 98, 146); */
  color: #f3f4f5;
  box-shadow: 0 0 0 0.1em;
}
.date-swiper .toggle {
  background: rgba(255, 255, 255, 0.3);
  color: #E2E4E6;
}

html, body {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: sans-serif;
 background-color: rgba(99, 99, 99, 0.1);

}
/*html section, body section {
  padding: 2em;
}*/

body {
  display: flex;
  overflow: hidden;
/*  background-color: rgba(99, 99, 99, 0.3);*/
}
body > div {
  flex: 1;
}

/* test--------test */
.dialogBasic #popupContainer {
  position: relative;
  z-index: 100;

}
.dialogBasic .footer {
  width: 100%;
  text-align: center;
  margin-left: 20px; }

.dialogBasic .footer, .dialogBasic .footer > code {
  font-size: 0.8em;
  margin-top: 50px; }

.dialogBasic button {
  width: 200px; }