/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[4].use[0]!./src/components/MyHeader.vue?vue&type=style&index=0&id=898691ee&lang=css ***!
  \*************************************************************************************************************************************************************************************************************************************************/

h1 {
    font-size: 28px;
    color: rebeccapurple;
    margin-bottom: 30px;
}

/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[4].use[0]!./src/components/Calendar.vue?vue&type=style&index=0&id=12cb4c6e&lang=css ***!
  \*************************************************************************************************************************************************************************************************************************************************/

h2 {
    font-size: 1.5rem;
    color: mediumpurple;
    padding-bottom: 8px;
}
.schedule {
    width: 285px;
    height: fit-content;
    background: -webkit-linear-gradient(to bottom right, greenyellow, yellowgreen);
    background: linear-gradient(to bottom right, greenyellow, yellowgreen);
    border-radius: 10px;
    box-shadow: 0px 0px 8px #000;
    margin-bottom: 8px;
}
.calendar-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px;
    padding-bottom: 10px;
    border-bottom: 15px;
}
.calendar-bar>.current-month {
    font-size: 20px;
    font-weight: bold;
    color: #ddd;
    background: darkblue;
    padding: 7px;
    border-radius: 6px;
}
.weekdays,
  .calendar-days {
    display: flex;
    flex-wrap: wrap;
    padding-inline: 15px;
}
.days {
    color: #fff;
    font-weight: 700;
}
.days,
  [class$="-day"] {
    width: 36px;
    height: 36px;
    color: #000;
    text-align: center;
    line-height: 36px;
    font-weight: 500;
    font-size: 1rem;
}
.month-day {
    cursor: pointer;
}
.current-day {
    background-color: darkblue;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    transition: 0.5s;
    cursor: pointer;
}
.month-day:hover {
    font-weight: 900;
}
.notes {
    color: orange;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-weight: 700;
    font-size: 1rem;
}
.prev-day {
    color: #a5a5a5;
    user-select: none;
}
.btn {
    color: darkred;
    background: #eee;
    border: 1px solid yellow;
    border-radius: 10px;
    padding: 9px 11px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    margin-right: 1px;
    box-shadow: 0px 0px 0px #000;
}
.btn:hover {
    background-color: #f8f7fa;
    color: #000;
    font-weight: 900;
    border: 1px solid orange;
    border-radius: 15px;
    transition: 0.2s;
    cursor: pointer;
}
.goto-buttons {
    border-top: solid 2px yellow;
    padding-block: 12px;
    display: flex;
    justify-content: space-evenly;
}

/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[4].use[0]!./src/components/Notes.vue?vue&type=style&index=0&id=59f8f241&scoped=true&lang=css ***!
  \**********************************************************************************************************************************************************************************************************************************************************/

.notepad[data-v-59f8f241] {
    display: flex;
    gap: 10px;
}
#currentNote[data-v-59f8f241] {
    max-width: 324px;
    font-size: 1.2rem;
    margin-bottom: 10px;
    padding: 10px;
    max-width: 100%;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #999;
}
.controls[data-v-59f8f241] {
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: space-between;
}
.control[data-v-59f8f241] {
    background-color: slateblue;
    margin-bottom: 10px;
    font-weight: 900;
    max-height: 50px;
    min-width: 30px;
    margin-right: 10px;
}
.control[data-v-59f8f241]:last-child {
    margin-right: 0;
    margin-bottom: 5px;
}
.control[data-v-59f8f241]:hover {
    background-color: steelblue;
}
.prev[data-v-59f8f241],
  .next[data-v-59f8f241] {
    background-color: slategray;
}
#info[data-v-59f8f241] {
    color: darkslateblue;
    margin-bottom: 2px;
}
a[data-v-59f8f241] {
    display: inline-block;
    margin-bottom: 8px;
}
a[data-v-59f8f241]:link {
    color: mediumpurple;
}
a[data-v-59f8f241]:hover {
    color: hotpink;
}
a[data-v-59f8f241]:active {
    color: mediumorchid;
}
li[data-v-59f8f241] {
    margin-bottom: 11px;
}
.list-item[data-v-59f8f241] {
    display: inline-block;
    margin-right: 25px;
}
.list-enter-active[data-v-59f8f241],
  .list-leave-active[data-v-59f8f241] {
    transition: all 1s ease;
}
.list-enter-from[data-v-59f8f241],
  .list-leave-to[data-v-59f8f241] {
    opacity: 0;
    transform: translateY(30px);
}
.list-item-move[data-v-59f8f241] {
    transition: transform .8s ease;
}
@media (min-width: 680px) {
.notepad[data-v-59f8f241] {
      flex-direction: column;
}
}

/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[4].use[0]!./src/App.vue?vue&type=style&index=0&id=7ba5bd90&lang=css ***!
  \*********************************************************************************************************************************************************************************************************************************/

* {
    margin: 0;
    padding: 0;
}
body {
    height: 100vh;
    background: #ddd;
    display: flex;
    justify-content: center;
    font-family: "Arial", sans-serif;
    user-select: none;
}
.container {
    margin: 10px 20px;
}
@media(min-width: 680px) {
h1 {
      text-align: center;
}
.container {
      margin-top: 15%;
}
.main {
      display: flex;
      flex-grow: 1;
      justify-content: space-around;
      align-items: top;
      column-gap: clamp(10px, 1em, 80px);
}
}

