body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.App {
  display: flex;
  flex-direction: column;
  font-family: Lato, "Source Sans Pro", "Open Sans", Roboto, sans-serif;
  font-Size: 14pt;
  transition-property: size;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

p {
  margin: 0;
}

.main-trans {
  transition: opacity 1s 0s ease-out;
}

.background-container {
  position: fixed;
  z-index: -1;
  overflow: hidden;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: opacity 1s .5s ease-out;
  transition: background-image 3s 0s ease-in-out;
}

.background-image-container {
  position: relative;
  width: 100%;
  height: 100%;
  /*transition: opacity 1s 0s ease-out;*/
}

.background-image-divider {
  background-position: center;
  background-size: cover;
  height: 100%;
  transition: opacity 1s 0s ease-out;
}

.background-image {
  display: none;
}

.image-backgroud-author {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: opacity 3s 0s ease-out;
}

.util-item {
  width: 40px;
  height: 40px;
  line-height: 55px;
  text-align: center;
  border-style: solid;
  border-radius: 50%;
  cursor: pointer;
  transition: all .2s 0s ease-in-out;
  background-color: #4448;
}

.util-item:hover {
  width: 50px;
  height: 50px;
  line-height: 65px;
  background-color: #0000;
  transform: rotate(-90deg);
}

.util-item-mob {
  width: 30px;
  height: 30px;
  line-height: 35px;
  text-align: center;
  border-style: solid;
  border-radius: 50%;
  cursor: pointer;
  margin: 2px;
  transition: all .2s 0s ease-in-out;
  background-color: #4448;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  margin: auto;
  background: #444;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #58A;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #58A;
  cursor: pointer;
}

.utilities-menu {
  position: fixed;
  display: flex;
  justify-content: space-between;
  right: 0;
  margin: 15px;
  margin-top: 5px;
  align-items: center;
  transition: all .5s 0s ease-in-out;
  z-index: 10;
}

.sharing-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.sharing-network {
  flex: 1;
  margin: 2px;
  transition: all .2s 0s ease-in-out;
}

.sharing-network:hover {
  margin: 10px;
}

.sharing-button {

}

.toc-container {
  width: 200px;
  margin: 15px;
  padding: 10px;
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  opacity: .9;
  z-index: 10;
  transition: all .8s 0s ease-in-out;
}

.toc-container-mob {
  width: -webkit-fill-available;
  height: 33%;
  margin: 0;
  padding: 20px;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  opacity: .85;
  z-index: 10;
  transition: all .8s 0s ease-in-out;
  overflow-y: auto;
}

.toc-close {
  margin: 3px;
  position: fixed;
  bottom: 17px;
  right: 10px;
}

.toc-item {
  cursor: pointer;
  margin-top: 7pt;
  margin-bottom: 7pt;
  font-size: 13pt;
  transition: all .2s 0s ease-in-out;
}

.toc-item:hover {
  font-size: 14pt;
}

.toc-title {
  margin: 20px;
  margin-bottom: 10px;
  margin-top: 0;
}

.toc-container-btt-mob {
  margin: 15px;
  padding: 5px;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  line-height: 30px;
  text-align: center;
  border-style: solid;
  border-radius: 50%;
  cursor: pointer;
  transition: all .2s 0s ease-in-out;
  background-color: #4448;
  z-index: 10;
}

.toc-container-btt {
  margin: 15px;
  padding: 5px;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  border-style: solid;
  border-radius: 50%;
  cursor: pointer;
  transition: all .2s 0s ease-in-out;
  background-color: #4448;
  z-index: 10;
}

.toc-container-btt:hover {
  padding: 10px;
  background-color: #0000;
}

.add-icon {
  animation: shake 8s cubic-bezier(.36,.07,.19,.97) infinite;
  cursor: pointer;
}

.add-stop {
  transition: all .3s 0s ease-in-out;
  cursor: pointer;
}

.add-stop:hover {
  transform: rotate(-180deg);
}

@keyframes shake {
  5%, 25% {
    transform: rotate(-50deg);
  }

  10%, 20%, 30% {
    transform: rotate(60deg);
  }

  15% {
    transform: rotate(-20deg);
  }
  35% {
    transform: rotate(0deg);
  }
}

#add-icon {
  transition: all .3s 0s ease-in-out;
}

#add-icon:hover {
  transform: rotate(-180deg);
  animation: stop 2s cubic-bezier(.36,.07,.19,.97) infinite;
}

@keyframes stop {
  10%, 50% {
    transform: rotate(-170deg);
  }

  20%, 40%, 60% {
    transform: rotate(-190deg);
  }

  30% {
    transform: rotate(-150deg);
  }
  70% {
    transform: rotate(-180deg);
  }
}

.addon-cont {
  transition: all 1s .2s ease-in-out;
}

.head-title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

.head-date {
  cursor: pointer;
  width: 100%;
  height: 100%;
  text-align: center;
}

.calendar-container {
  display: flex;
  align-self: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  opacity: .9;
  transition: all .7s 0s ease-in-out;
}

.calendar-button {
  cursor: pointer;
  border-style: solid;
  border-radius: 0;
  border-width: 0;
  margin: 10px;
  transition: all .3s 0s ease-in-out;
}

.calendar-button:hover {
  border-width: 1px;
  border-radius: 10px;
  padding: 5px;
  margin: 4px;
  padding-left: 15px;
  padding-right: 15px;
}

.txt-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.txt-item {
  cursor: pointer;
  flex: 1;
  text-align: center;
}

.head-name-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin: 15px;
}

.day-arrow {
  flex: 1;
  cursor: pointer;
  border-style: solid;
  border-radius: 100%;
  border-width: 0;
  transition: all .3s 0s ease-in-out;
}

.day-arrow:hover {
  transform: scale(1.2, .9);
}

.comeback-button {
  padding: 5px;
  border-style: solid;
  border-radius: 100%;
  border-width: 3px;
  transition: all .3s 0s ease-in-out;
  position: fixed;
  right: 0px;
  margin: 17px;
  cursor: pointer;
}

.comeback-button:hover {
  padding: 10px;
}
