/* [project]/app/page.module.css [app-client] (css) */
.page-module__E0kJGG__main, .page-module__E0kJGG__tabview {
  color: #000;
  width: 100vw;
  height: 100%;
}

.page-module__E0kJGG__userline {
  background-color: #fff;
  border: none;
  border-radius: 15px;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  height: auto;
  margin-top: 120px;
  margin-left: 10%;
  padding: 1% 2%;
  display: flex;
}

.page-module__E0kJGG__mainsec {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3%;
  display: flex;
}

.page-module__E0kJGG__sch {
  background-color: #fff;
  border-radius: 20px;
  width: 85vw;
  height: 70vh;
  margin-bottom: 3%;
}

.page-module__E0kJGG__sch .page-module__E0kJGG__buttons {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 2% 0;
  display: flex;
}

.page-module__E0kJGG__sch .page-module__E0kJGG__buttons button {
  cursor: pointer;
  color: #000;
  background: #eff2f5;
  border: none;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 35px;
  font-size: 1vw;
  transition-duration: .5s;
  display: flex;
}

.page-module__E0kJGG__active_button {
  color: #fff !important;
  background: #000 !important;
}

.page-module__E0kJGG__sch .page-module__E0kJGG__buttons button img {
  background: #000;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-right: 5%;
  padding: 5px;
}

.page-module__E0kJGG__line2 {
  background: #f0f0f0;
  border-radius: 8px;
  height: 3px;
  margin-top: .2vw;
}

.page-module__E0kJGG__boxes {
  z-index: 1;
  grid-template-columns: 45% 45%;
  justify-content: space-around;
  align-items: flex-start;
  row-gap: 5%;
  width: 100%;
  height: 82%;
  padding-top: 2%;
  padding-bottom: 2%;
  display: grid;
  position: relative;
  overflow-y: auto;
}

.page-module__E0kJGG__freeSlots {
  text-align: left;
  background-color: #eff2f5;
  border: .2vw solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: 100px;
  margin-top: 5%;
  padding: 2% 5%;
  display: flex;
  box-shadow: .5px .5px 1px 1px #817d7d52;
  min-width: 45% !important;
}

.page-module__E0kJGG__freeSlots img {
  width: 25px;
  height: 25px;
  margin-right: 5%;
}

.page-module__E0kJGG__feedback {
  z-index: 999;
  color: gray;
  margin-top: 15%;
  margin-left: 48%;
  position: absolute;
}

.page-module__E0kJGG__schedule {
  background-color: #eff2f5;
  border: .2vw solid #fff;
  border-radius: 8px;
  flex-direction: column;
  display: flex;
  box-shadow: .5px .5px 1px 1px #817d7d52;
}

.page-module__E0kJGG__sch_up {
  color: #000;
  width: 95%;
  margin: 1vw 1vw 0;
  display: flex;
}

.page-module__E0kJGG__sch_up p {
  color: #000;
  align-items: center;
  margin-bottom: .3vw;
  font-weight: 350;
  display: flex;
}

.page-module__E0kJGG__sch_up p img {
  width: 15px;
  height: 15px;
  margin-right: 3%;
}

.page-module__E0kJGG__sch_up div {
  flex-direction: column;
  gap: .2vw;
  width: 47%;
  display: flex;
}

.page-module__E0kJGG__dt_time {
  align-items: end;
  margin-bottom: .8vw;
}

.page-module__E0kJGG__dt_time p {
  color: #000;
  width: 60%;
  font-weight: 350;
}

.page-module__E0kJGG__dt_time p img {
  margin-right: 6%;
}

.page-module__E0kJGG__sch_right {
  justify-content: space-around;
  margin: 1vw;
  display: flex;
}

.page-module__E0kJGG__imp {
  color: red !important;
}

.page-module__E0kJGG__status {
  color: #34a853 !important;
}

.page-module__E0kJGG__resch {
  color: #ff7300 !important;
}

.page-module__E0kJGG__pending_but {
  border: 1px solid #000;
  flex-direction: column;
  width: auto;
  display: flex;
}

.page-module__E0kJGG__btns {
  flex-direction: row;
  gap: 1vw;
  display: flex;
}

.page-module__E0kJGG__cancelbtn {
  color: #fff;
  cursor: pointer;
  background-color: #f71f47;
  border: none;
  border-radius: 8px;
  width: 25%;
  min-height: 25px;
  max-height: 30px;
  padding: .4vw .8vw;
  font-size: .7vw;
}

.page-module__E0kJGG__rejectbtn {
  color: #fff;
  cursor: pointer;
  background-color: #f71f47;
  border: none;
  border-radius: 8px;
  width: 15%;
  min-height: 25px;
  max-height: 30px;
  padding: .4vw .8vw;
  font-size: .7vw;
}

.page-module__E0kJGG__approvebtn {
  color: #fff;
  cursor: pointer;
  background-color: #65b543;
  border: none;
  border-radius: 8px;
  width: 15%;
  min-height: 25px;
  max-height: 30px;
  padding: .4vw .8vw;
  font-size: .7vw;
}

.page-module__E0kJGG__reschedulebtn {
  color: #fff;
  cursor: pointer;
  background-color: #0496ff;
  border: none;
  border-radius: 8px;
  width: 25%;
  min-height: 25px;
  max-height: 30px;
  padding: .4vw .8vw;
  font-size: .7vw;
}

.page-module__E0kJGG__pending_but .page-module__E0kJGG__approvebtn, .page-module__E0kJGG__pending_but .page-module__E0kJGG__cancelbtn {
  width: 50% !important;
  margin-top: 0 !important;
}

.page-module__E0kJGG__pending_but .page-module__E0kJGG__reschedulebtn {
  margin-top: 5%;
  margin-left: 10%;
  width: 80% !important;
}

.page-module__E0kJGG__selectdate {
  background-color: #eff2f5;
  border: .2vw solid #fff;
  border-radius: 12px;
  width: 80vw;
  height: auto;
  margin-top: 2vw;
  padding-bottom: .4vw;
  box-shadow: .5px .5px 2px 1px #817d7d;
}

.page-module__E0kJGG__topdate {
  color: #000;
  justify-content: center;
  font-size: 1.2vw;
  display: flex;
}

.page-module__E0kJGG__date {
  margin-top: 1.5vw;
  margin-bottom: 1.2vw;
}

.page-module__E0kJGG__meetshow {
  flex-direction: row;
  justify-content: space-between;
  margin: 3vw 1vw 1.5vw;
  display: flex;
}

.page-module__E0kJGG__meetingnum {
  border: 1px solid #000;
  border-radius: .5vw;
  justify-content: center;
  align-items: center;
  width: 4.9vw;
  height: 4.9vw;
  margin-top: .6vw;
  margin-bottom: .6vw;
}

.page-module__E0kJGG__meetingdateselect p, .page-module__E0kJGG__nonemeetingdateselect p {
  color: #000;
  justify-content: center;
  font-size: .9vw;
  display: flex;
}

.page-module__E0kJGG__meetingnum h2 {
  text-align: center;
  padding-top: 1.3vw;
  font-size: 2vw;
  font-weight: 500;
}

.page-module__E0kJGG__final_status {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 30vw;
  margin-top: 2vw;
  margin-left: 10vw;
  display: flex;
}

.page-module__E0kJGG__finalbar {
  flex-direction: row;
  gap: 1vw;
  margin-top: 10%;
  display: flex;
}

.page-module__E0kJGG__finalmeetnum {
  background-color: #eff2f5;
  border: .2vw solid #fff;
  border-radius: .5vw;
  width: 6vw;
  height: 6vw;
  box-shadow: .5px .5px 2px 1px #817d7d;
}

.page-module__E0kJGG__finalmeetnum h2 {
  text-align: center;
  padding-top: 1.1vw;
  font-size: 3vw;
  font-weight: 500;
}

.page-module__E0kJGG__finalnum p {
  text-align: center;
  color: #000;
  margin-top: .7vw;
  font-size: 1vw;
}

.page-module__E0kJGG__DatePicker {
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  margin-left: 5%;
  margin-right: 5%;
  width: 200px !important;
  height: 50px !important;
}

.page-module__E0kJGG__tabview {
  display: none;
}

.page-module__E0kJGG__leftsec h2 {
  color: #000;
  font-size: 1.8vw;
}

.page-module__E0kJGG__line1 {
  background: linear-gradient(to right, #1d7fd6 32%, #f0f0f0 32%);
  border-radius: 8px;
  height: 3px;
  margin-top: .2vw;
}

.page-module__E0kJGG__line3 {
  background: linear-gradient(to right, #1d7fd6 36%, #f0f0f0 36%);
  border-radius: 8px;
  height: 3px;
  margin-top: .2vw;
}

.page-module__E0kJGG__line4 {
  background: linear-gradient(to right, #1d7fd6 48%, #f0f0f0 48%);
  border-radius: 8px;
  height: 3px;
  margin-top: .2vw;
}

.page-module__E0kJGG__line5 {
  background: linear-gradient(to right, #1d7fd6 56%, #f0f0f0 56%);
  border-radius: 8px;
  height: 3px;
  margin-top: .2vw;
}

.page-module__E0kJGG__rightsec {
  flex: 45%;
  max-width: 50vw;
  margin-top: 1vw;
  margin-left: 3vw;
  margin-right: 6vw;
}

.page-module__E0kJGG__rightsec h2 {
  color: #000;
  font-size: 1.8vw;
}

.page-module__E0kJGG__rightsec hr {
  border-style: 10px;
  border-color: #00f;
}

.page-module__E0kJGG__schedulestyle {
  flex-direction: column;
  gap: .5vw;
  width: 34vw;
  height: 29vw;
  margin-top: .9vw;
  margin-bottom: .6vw;
  padding-bottom: .3vw;
  padding-left: .3vw;
  display: flex;
  overflow-y: auto;
}

@media (min-width: 900px) and (max-width: 1200px) {
  .page-module__E0kJGG__main {
    width: 100vw;
    height: 100%;
  }

  .page-module__E0kJGG__logo img {
    width: 26vw;
    height: 6vw;
    margin-top: 1.3vw;
    margin-bottom: 1vw;
    margin-left: 4vw;
  }

  .page-module__E0kJGG__navbar ul {
    align-items: center;
    gap: 2.2vw;
    max-width: 40vw;
    margin-left: 4vw;
    padding: .7vw 0;
  }

  .page-module__E0kJGG__selectdate {
    width: 48vw;
  }

  .page-module__E0kJGG__leftsec {
    flex: 50%;
    width: 50vw;
    margin-top: 1vw;
    margin-left: 4vw;
    margin-right: 1vw;
  }

  .page-module__E0kJGG__leftsec h2 {
    font-size: 3vw;
  }

  .page-module__E0kJGG__line1 {
    background: linear-gradient(to right, #1d7fd6 53%, #f0f0f0 53%);
  }

  .page-module__E0kJGG__line2 {
    background: linear-gradient(to right, #1d7fd6 54%, #f0f0f0 54%);
  }

  .page-module__E0kJGG__line3 {
    background: linear-gradient(to right, #1d7fd6 59%, #f0f0f0 59%);
  }

  .page-module__E0kJGG__line4 {
    background: linear-gradient(to right, #1d7fd6 68%, #f0f0f0 68%);
  }

  .page-module__E0kJGG__line5 {
    background: linear-gradient(to right, #1d7fd6 79%, #f0f0f0 79%);
  }

  .page-module__E0kJGG__rightsec {
    flex: 50%;
    max-width: 50vw;
    margin-top: 1vw;
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .page-module__E0kJGG__rightsec h2 {
    font-size: 3vw;
  }

  .page-module__E0kJGG__schedule {
    width: 35vw;
  }

  .page-module__E0kJGG__schedulestyle {
    gap: .5vw;
    width: 40vw;
    margin-top: .9vw;
  }

  .page-module__E0kJGG__meetingnum h2 {
    text-align: center;
    padding-top: 1.3vw;
    font-size: 2vw;
    font-weight: 500;
  }

  .page-module__E0kJGG__dt_time {
    gap: .8vw;
    margin-bottom: .8vw;
  }

  .page-module__E0kJGG__dt_time p, .page-module__E0kJGG__dt_time li {
    color: #000;
    font-size: 1.3vw;
    font-weight: 500;
  }

  .page-module__E0kJGG__sch_left h2 {
    font-size: 1.8vw;
  }
}

@media (min-width: 300px) and (max-width: 600px) {
  .page-module__E0kJGG__userline {
    border-radius: 30px;
    flex-direction: column;
    align-items: self-start;
    width: 100%;
    height: auto;
    margin-top: 5vw;
    margin-left: 0;
    padding-top: 15vw;
    box-shadow: 0 0 10px 2px #0000002c;
  }

  .page-module__E0kJGG__userline .page-module__E0kJGG__user_name {
    margin-bottom: 3%;
    padding-left: 5%;
    font-size: 5vw;
  }

  .page-module__E0kJGG__userline .page-module__E0kJGG__today_date {
    color: gray;
    margin-bottom: 3%;
    padding-left: 5%;
    font-size: 3.5vw;
  }

  .page-module__E0kJGG__userline .page-module__E0kJGG__user_meeting {
    margin-bottom: 3%;
    padding-left: 5%;
    font-size: 8vw;
  }

  .page-module__E0kJGG__mainsec {
    height: auto;
    padding-bottom: 10%;
  }

  .page-module__E0kJGG__sch {
    width: 100%;
    height: 65vh;
    margin-top: 10%;
    box-shadow: 0 0 10px 2px #0000002c;
  }

  .page-module__E0kJGG__buttons {
    padding: 3% 1%;
  }

  .page-module__E0kJGG__buttons button {
    -webkit-tap-highlight-color: transparent;
    outline: none;
    padding: 2% 3%;
    width: auto !important;
    height: auto !important;
    font-size: 3vw !important;
  }

  .page-module__E0kJGG__buttons img {
    display: none;
  }

  .page-module__E0kJGG__boxes {
    grid-template-columns: 90%;
  }

  .page-module__E0kJGG__freeSlots {
    font-size: 3.5vw;
  }

  .page-module__E0kJGG__freeSlots img {
    width: 20px;
    height: 20px;
  }

  .page-module__E0kJGG__schedule {
    padding: 2%;
    font-size: 3vw;
  }

  .page-module__E0kJGG__schedule img {
    width: 15px;
    height: 15px;
  }

  .page-module__E0kJGG__sch_up p {
    width: 100%;
    margin-bottom: 2.5%;
    font-size: 3vw;
  }

  .page-module__E0kJGG__sch_up span {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    font-size: 3vw;
    display: inline-block;
    overflow: hidden;
  }

  .page-module__E0kJGG__dt_time p {
    width: 65%;
    margin-bottom: 2.5%;
  }

  .page-module__E0kJGG__sch_right button {
    width: auto;
    height: auto;
    padding: 1% 3%;
    font-size: 3vw;
  }

  .page-module__E0kJGG__sch_right {
    margin-top: 5%;
  }

  .page-module__E0kJGG__selectdate {
    height: auto;
    padding: 6% 0;
    width: 100% !important;
  }

  .page-module__E0kJGG__topdate p {
    font-size: 3.5vw;
  }

  .page-module__E0kJGG__meetshow {
    grid-template-columns: auto auto auto auto auto;
    padding: 0 3%;
    display: grid;
  }

  .page-module__E0kJGG__meetingdateselect {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .page-module__E0kJGG__meetingdateselect p {
    margin-bottom: 20%;
    font-size: 2.5vw;
  }

  .page-module__E0kJGG__meetingnum {
    border-radius: 5px;
    width: 30px;
    height: 30px;
  }

  .page-module__E0kJGG__meetingnum h2 {
    font-size: 3.5vw;
  }

  .page-module__E0kJGG__final_status {
    width: 100%;
    margin: 0;
  }

  .page-module__E0kJGG__final_status h2 {
    font-size: 3.5vw;
  }

  .page-module__E0kJGG__finalmeetnum {
    width: 35px;
    height: 35px;
  }

  .page-module__E0kJGG__finalmeetnum h2 {
    font-size: 4.5vw;
  }

  .page-module__E0kJGG__finalnum p {
    margin-top: 20%;
    font-size: 3vw;
  }

  .page-module__E0kJGG__finalnum {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .page-module__E0kJGG__finalbar {
    justify-content: space-around;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .page-module__E0kJGG__feedback {
    margin: 0;
    font-size: 4vw;
    top: 40%;
    left: 40%;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .page-module__E0kJGG__mainsec {
    flex-direction: column;
  }

  .page-module__E0kJGG__line1, .page-module__E0kJGG__line2, .page-module__E0kJGG__line3, .page-module__E0kJGG__line4, .page-module__E0kJGG__line5 {
    width: 90vw;
    margin-top: 1%;
  }

  .page-module__E0kJGG__leftsec {
    width: 90vw;
  }

  .page-module__E0kJGG__leftsec h2 {
    font-size: 3vw;
  }

  .page-module__E0kJGG__selectdate {
    width: 90vw;
    height: auto;
    margin-top: 2vh;
    padding-bottom: 2vw;
  }

  .page-module__E0kJGG__topdate p {
    font-size: 2.5vw;
  }

  .page-module__E0kJGG__meetshow {
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .page-module__E0kJGG__meetingdateselect {
    flex-direction: column;
    align-items: center;
    margin-bottom: 2vh;
    display: flex;
  }

  .page-module__E0kJGG__meetingnum {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 10vw;
    height: 10vw;
    display: flex;
  }

  .page-module__E0kJGG__meetingdateselect p {
    font-size: 1.8vw;
  }

  .page-module__E0kJGG__finalbar {
    justify-content: center;
    width: 90vw;
    height: auto;
    margin-left: 0;
    display: flex;
  }

  .page-module__E0kJGG__finalnum {
    flex-direction: column;
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 5%;
    margin-right: 2%;
    display: flex;
  }

  .page-module__E0kJGG__finalmeetnum {
    justify-content: center;
    align-items: center;
    width: 10vw;
    height: 10vw;
    display: flex;
  }

  .page-module__E0kJGG__finalmeetnum h2 {
    font-size: 4vw;
  }

  .page-module__E0kJGG__finalnum p {
    font-size: 2vw;
  }

  .page-module__E0kJGG__schedulestyle {
    width: 90vw;
    height: auto;
    max-height: 40vh;
    margin-bottom: 5%;
    overflow-y: auto;
  }

  .page-module__E0kJGG__schedule {
    width: 85vw;
    height: auto;
    min-height: 17vh;
    margin-bottom: 1vh;
    padding-left: 2vw;
  }

  .page-module__E0kJGG__sch_left {
    max-width: 50vw;
  }

  .page-module__E0kJGG__sch_left p, .page-module__E0kJGG__sch_left li {
    font-size: 2.2vw;
  }

  .page-module__E0kJGG__sch_right {
    width: 30vw;
  }

  .page-module__E0kJGG__sch_right button {
    border-radius: 5px;
    width: 90%;
    height: 35px;
    font-size: 2vw;
  }

  .page-module__E0kJGG__sch_right li {
    margin-left: 5vw;
    font-size: 2vw;
  }

  .page-module__E0kJGG__rightsec {
    width: 90vw;
    height: auto;
    margin-left: 5vw;
    padding-bottom: 5%;
  }

  .page-module__E0kJGG__rightsec h2 {
    font-size: 3.5vw;
  }
}

@media screen and (min-width: 1600px) {
  .page-module__E0kJGG__main {
    margin-top: 200px;
  }
}

/* [project]/components/navbar/navbar.module.css [app-client] (css) */
.navbar-module__6zQ0kG__main {
  background-color: #fff;
  width: 100vw;
}

.navbar-module__6zQ0kG__image_bar {
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.navbar-module__6zQ0kG__image_bar img {
  width: auto;
  height: 5vw;
}

#navbar-module__6zQ0kG__menu, .navbar-module__6zQ0kG__sidebar {
  display: none;
}

.navbar-module__6zQ0kG__full_navbar {
  z-index: 999;
  background-color: #fff;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  align-items: center;
  width: 100vw;
  height: fit-content;
  padding-top: .5%;
  padding-bottom: 1%;
  display: flex;
  position: fixed;
  top: 0;
  box-shadow: 1px 1px 1px 3px #0000001a;
}

.navbar-module__6zQ0kG__top_bar {
  justify-content: space-between;
  align-items: center;
  gap: 2vw;
  width: 100%;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.navbar-module__6zQ0kG__navitem {
  gap: 1.5vw;
  width: auto;
  list-style-type: none;
  display: flex;
  min-width: max-content !important;
}

.navbar-module__6zQ0kG__navitem li {
  cursor: pointer;
  width: auto;
  padding: .4vw 1vw;
}

.navbar-module__6zQ0kG__navitem li a {
  color: #000;
  text-transform: capitalize;
  height: 100%;
  font-size: 1.2vw;
  text-decoration: none;
}

.navbar-module__6zQ0kG__active {
  background-color: #000;
  border-radius: 15px;
  transition-duration: 1s;
}

.navbar-module__6zQ0kG__active a {
  color: #fff !important;
}

.navbar-module__6zQ0kG__editbar {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-right: 4vw;
  display: flex;
}

.navbar-module__6zQ0kG__editbar img {
  cursor: pointer;
  background: #000;
  border-radius: 50%;
  width: 2.5vw;
  max-width: 35px;
  height: 2.5vw;
  max-height: 35px;
  padding: 5%;
}

@media (max-width: 970px) {
  .navbar-module__6zQ0kG__full_navbar {
    min-height: 95px;
    padding-top: 3.5%;
    padding-bottom: 3.5%;
  }

  .navbar-module__6zQ0kG__top_bar {
    align-items: center;
    padding: 24px 0;
  }

  .navbar-module__6zQ0kG__image_bar img {
    height: 8.5vw;
    max-height: 45px;
    margin-top: 14px;
  }

  .navbar-module__6zQ0kG__editbar {
    gap: 12px;
    margin-top: 14px;
  }

  .navbar-module__6zQ0kG__editbar img {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    min-width: 40px;
    max-width: 45px;
    min-height: 40px;
    max-height: 45px;
    padding: 6px;
  }

  .navbar-module__6zQ0kG__navitem {
    display: none;
  }

  #navbar-module__6zQ0kG__menu {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    align-self: center;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    margin: 4px 0 0 2vw;
    padding: 8px;
    display: inline;
  }

  .navbar-module__6zQ0kG__image_bar img {
    height: 10vw;
  }

  .navbar-module__6zQ0kG__back_container {
    z-index: 999;
    pointer-events: auto;
    background: #00000038;
    width: 100vw;
    height: 100vh;
    transition: opacity .3s;
    position: fixed;
    top: 0;
    left: 0;
  }

  .navbar-module__6zQ0kG__sidebar {
    z-index: 1000;
    will-change: transform;
    background-color: #f1f1f1;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    width: 45%;
    height: 100vh;
    margin: 0;
    padding: 0;
    transition: transform .3s;
    display: inline;
    position: fixed;
    left: 0;
    transform: translateX(-100%);
  }

  .navbar-module__6zQ0kG__sidebar a {
    color: #757575;
    font-size: 2vw;
    font-weight: 450;
    text-decoration: none;
    display: block;
  }

  #navbar-module__6zQ0kG__cross {
    width: 6vw;
    height: 6vw;
    margin-top: 4%;
    margin-left: 87%;
    margin-right: 3%;
  }

  .navbar-module__6zQ0kG__main_profile {
    flex-direction: row;
    width: 100%;
    margin-left: 15px;
    display: flex;
  }

  .navbar-module__6zQ0kG__profile_img img {
    width: 8vw;
    height: 8vw;
  }

  .navbar-module__6zQ0kG__name {
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
    font-size: 2.5vw;
    display: flex;
  }

  .navbar-module__6zQ0kG__post {
    color: #757575;
  }

  .navbar-module__6zQ0kG__items {
    flex-direction: row;
    align-items: center;
    gap: 3vw;
    width: 100%;
    margin: 4vw 0 2vw 30px;
    display: flex;
  }

  .navbar-module__6zQ0kG__items_img img {
    width: 27px;
    height: 25px;
  }

  .navbar-module__6zQ0kG__items_list {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .navbar-module__6zQ0kG__logout_sec {
    position: absolute;
    bottom: 50px;
    left: 0;
  }

  .navbar-module__6zQ0kG__logout {
    flex-direction: row;
    align-items: center;
    gap: 3vw;
    width: 100%;
    margin: 4vw 0 4vw 30px;
    display: flex;
  }

  .navbar-module__6zQ0kG__logout_img img {
    width: 27px;
    height: 25px;
  }

  .navbar-module__6zQ0kG__logout_list {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .navbar-module__6zQ0kG__logout_list a {
    color: #d55f5a;
  }

  .navbar-module__6zQ0kG__history_img img {
    width: 27px;
    height: 25px;
  }

  .navbar-module__6zQ0kG__history_list {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .navbar-module__6zQ0kG__history_list a {
    color: #757575;
  }

  .navbar-module__6zQ0kG__full_navbar {
    z-index: 998;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: .75%;
    padding-bottom: 1.5%;
    position: fixed;
  }

  .navbar-module__6zQ0kG__editbar {
    margin-right: 2vw;
  }

  .navbar-module__6zQ0kG__editbar img {
    width: 4vw;
    height: 4vw;
  }
}

@media (min-width: 250px) and (max-width: 500px) {
  #navbar-module__6zQ0kG__menu {
    align-self: center;
    width: 7vw;
    height: 7vw;
    margin: 4px 0 0 2vw;
  }

  .navbar-module__6zQ0kG__image_bar img {
    height: 15vw;
  }

  .navbar-module__6zQ0kG__add_icon {
    display: none;
  }

  .navbar-module__6zQ0kG__editbar img {
    width: 7vw;
    height: 7vw;
    padding: 10%;
  }

  .navbar-module__6zQ0kG__back_container {
    z-index: 999;
    background: #00000038;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
  }

  .navbar-module__6zQ0kG__sidebar {
    width: 70%;
  }

  .navbar-module__6zQ0kG__sidebar a {
    color: #757575;
    font-size: 4vw;
    font-weight: 450;
    display: block;
  }

  #navbar-module__6zQ0kG__cross {
    cursor: pointer;
    width: 8vw;
    height: 8vw;
    margin-top: 8%;
    margin-left: 82%;
  }

  .navbar-module__6zQ0kG__main_profile {
    flex-direction: row;
    width: 100%;
    margin-left: 15px;
    display: flex;
  }

  .navbar-module__6zQ0kG__profile_img img {
    width: 12vw;
    height: 12vw;
  }

  .navbar-module__6zQ0kG__name {
    font-size: 4vw;
  }

  .navbar-module__6zQ0kG__post {
    color: #757575;
  }

  .navbar-module__6zQ0kG__items {
    gap: 3vw;
    width: 100%;
    margin: 4vw 0 2vw 15px;
  }

  .navbar-module__6zQ0kG__items_img img {
    width: 27px;
    height: 25px;
  }

  .navbar-module__6zQ0kG__logout {
    gap: 3vw;
    width: 100%;
    margin: 4vw 0 2vw 15px;
  }

  .navbar-module__6zQ0kG__logout_img img {
    width: 27px;
    height: 25px;
  }

  .navbar-module__6zQ0kG__logout_list a {
    color: #d55f5a;
  }

  .navbar-module__6zQ0kG__full_navbar {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 1%;
    padding-bottom: 2%;
  }
}

/* [project]/node_modules/react-datepicker/dist/react-datepicker.css [app-client] (css) */
.react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon:before {
  content: "";
  border: 3px solid #ccc;
  border-width: 3px 3px 0 0;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  top: 6px;
}

.react-datepicker-wrapper {
  border: 0;
  padding: 0;
  display: inline-block;
}

.react-datepicker {
  color: #000;
  font-family: Helvetica Neue, helvetica, arial, sans-serif;
  font-size: .8rem;
  line-height: initial;
  background-color: #fff;
  border: 1px solid #aeaeae;
  border-radius: .3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time, .react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-right-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

.react-datepicker-popper {
  z-index: 1;
  line-height: 0;
}

.react-datepicker-popper .react-datepicker__triangle {
  stroke: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  fill: #f0f0f0;
  color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle {
  fill: #fff;
  color: #fff;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: .3rem;
  padding: 8px 0;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}

.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: .3rem;
}

.react-datepicker__year-dropdown-container--select, .react-datepicker__month-dropdown-container--select, .react-datepicker__month-year-dropdown-container--select, .react-datepicker__year-dropdown-container--scroll, .react-datepicker__month-dropdown-container--scroll, .react-datepicker__month-year-dropdown-container--scroll {
  margin: 0 15px;
  display: inline-block;
}

.react-datepicker__current-month, .react-datepicker-time__header, .react-datepicker-year-header {
  color: #000;
  margin-top: 0;
  font-size: .944rem;
  font-weight: bold;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  text-align: center;
  cursor: pointer;
  z-index: 1;
  text-indent: -999em;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 2px;
  overflow: hidden;
}

.react-datepicker__navigation--previous {
  left: 2px;
}

.react-datepicker__navigation--next {
  right: 2px;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}

.react-datepicker__navigation--years {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
}

.react-datepicker__navigation:hover :before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  width: 0;
  font-size: 20px;
  position: relative;
  top: -1px;
}

.react-datepicker__navigation-icon--next {
  left: -2px;
}

.react-datepicker__navigation-icon--next:before {
  left: -7px;
  transform: rotate(45deg);
}

.react-datepicker__navigation-icon--previous {
  right: -2px;
}

.react-datepicker__navigation-icon--previous:before {
  right: -7px;
  transform: rotate(225deg);
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  text-align: center;
  margin: .4rem;
}

.react-datepicker__year-wrapper {
  flex-wrap: wrap;
  max-width: 180px;
  display: flex;
}

.react-datepicker__year .react-datepicker__year-text {
  width: 4rem;
  margin: 2px;
  display: inline-block;
}

.react-datepicker__month {
  text-align: center;
  margin: .4rem;
}

.react-datepicker__month .react-datepicker__month-text, .react-datepicker__month .react-datepicker__quarter-text {
  width: 4rem;
  margin: 2px;
  display: inline-block;
}

.react-datepicker__input-time-container {
  clear: both;
  float: left;
  text-align: left;
  width: 100%;
  margin: 5px 0 10px 15px;
}

.react-datepicker__input-time-container .react-datepicker-time__caption, .react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  margin-left: 10px;
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
  -moz-appearance: textfield;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}

.react-datepicker__time-container--with-today-button {
  border: 1px solid #aeaeae;
  border-radius: .3rem;
  display: inline;
  position: absolute;
  top: 0;
  right: -87px;
}

.react-datepicker__time-container .react-datepicker__time {
  background: #fff;
  border-bottom-right-radius: .3rem;
  position: relative;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  text-align: center;
  border-bottom-right-radius: .3rem;
  width: 85px;
  margin: 0 auto;
  overflow-x: hidden;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  box-sizing: content-box;
  width: 100%;
  height: calc(195px + .85rem);
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  overflow-y: scroll;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  white-space: nowrap;
  height: 30px;
  padding: 5px 10px;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  color: #fff;
  background-color: #216ba5;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: #0000;
}

.react-datepicker__week-number {
  color: #ccc;
  text-align: center;
  width: 1.7rem;
  margin: .166rem;
  line-height: 1.7rem;
  display: inline-block;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected, .react-datepicker__week-number--keyboard-selected):hover {
  background-color: #f0f0f0;
  border-radius: .3rem;
}

.react-datepicker__week-number--selected {
  color: #fff;
  background-color: #216ba5;
  border-radius: .3rem;
}

.react-datepicker__week-number--selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__week-number--keyboard-selected {
  color: #fff;
  background-color: #2a87d0;
  border-radius: .3rem;
}

.react-datepicker__week-number--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name {
  color: #000;
  text-align: center;
  width: 1.7rem;
  margin: .166rem;
  line-height: 1.7rem;
  display: inline-block;
}

.react-datepicker__day, .react-datepicker__month-text, .react-datepicker__quarter-text, .react-datepicker__year-text {
  cursor: pointer;
}

.react-datepicker__day:hover, .react-datepicker__month-text:hover, .react-datepicker__quarter-text:hover, .react-datepicker__year-text:hover {
  background-color: #f0f0f0;
  border-radius: .3rem;
}

.react-datepicker__day--today, .react-datepicker__month-text--today, .react-datepicker__quarter-text--today, .react-datepicker__year-text--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted, .react-datepicker__month-text--highlighted, .react-datepicker__quarter-text--highlighted, .react-datepicker__year-text--highlighted {
  color: #fff;
  background-color: #3dcc4a;
  border-radius: .3rem;
}

.react-datepicker__day--highlighted:hover, .react-datepicker__month-text--highlighted:hover, .react-datepicker__quarter-text--highlighted:hover, .react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1, .react-datepicker__month-text--highlighted-custom-1, .react-datepicker__quarter-text--highlighted-custom-1, .react-datepicker__year-text--highlighted-custom-1 {
  color: #f0f;
}

.react-datepicker__day--highlighted-custom-2, .react-datepicker__month-text--highlighted-custom-2, .react-datepicker__quarter-text--highlighted-custom-2, .react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--holidays, .react-datepicker__month-text--holidays, .react-datepicker__quarter-text--holidays, .react-datepicker__year-text--holidays {
  color: #fff;
  background-color: #ff6803;
  border-radius: .3rem;
  position: relative;
}

.react-datepicker__day--holidays .overlay, .react-datepicker__month-text--holidays .overlay, .react-datepicker__quarter-text--holidays .overlay, .react-datepicker__year-text--holidays .overlay {
  color: #fff;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  background-color: #333;
  border-radius: 4px;
  padding: 4px;
  transition: visibility, opacity .3s ease-in-out;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.react-datepicker__day--holidays:hover, .react-datepicker__month-text--holidays:hover, .react-datepicker__quarter-text--holidays:hover, .react-datepicker__year-text--holidays:hover {
  background-color: #cf5300;
}

.react-datepicker__day--holidays:hover .overlay, .react-datepicker__month-text--holidays:hover .overlay, .react-datepicker__quarter-text--holidays:hover .overlay, .react-datepicker__year-text--holidays:hover .overlay {
  visibility: visible;
  opacity: 1;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range, .react-datepicker__month-text--selected, .react-datepicker__month-text--in-selecting-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--selected, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--selected, .react-datepicker__year-text--in-selecting-range, .react-datepicker__year-text--in-range {
  color: #fff;
  background-color: #216ba5;
  border-radius: .3rem;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover, .react-datepicker__month-text--selected:hover, .react-datepicker__month-text--in-selecting-range:hover, .react-datepicker__month-text--in-range:hover, .react-datepicker__quarter-text--selected:hover, .react-datepicker__quarter-text--in-selecting-range:hover, .react-datepicker__quarter-text--in-range:hover, .react-datepicker__year-text--selected:hover, .react-datepicker__year-text--in-selecting-range:hover, .react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected, .react-datepicker__month-text--keyboard-selected, .react-datepicker__quarter-text--keyboard-selected, .react-datepicker__year-text--keyboard-selected {
  color: #000;
  background-color: #bad9f1;
  border-radius: .3rem;
}

.react-datepicker__day--keyboard-selected:hover, .react-datepicker__month-text--keyboard-selected:hover, .react-datepicker__quarter-text--keyboard-selected:hover, .react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range), .react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range), .react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range), .react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range) {
  background-color: #216ba580;
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range), .react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range), .react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range), .react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range) {
  color: #000;
  background-color: #f0f0f0;
}

.react-datepicker__day--disabled, .react-datepicker__month-text--disabled, .react-datepicker__quarter-text--disabled, .react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover, .react-datepicker__month-text--disabled:hover, .react-datepicker__quarter-text--disabled:hover, .react-datepicker__year-text--disabled:hover {
  background-color: #0000;
}

.react-datepicker__day--disabled .overlay, .react-datepicker__month-text--disabled .overlay, .react-datepicker__quarter-text--disabled .overlay, .react-datepicker__year-text--disabled .overlay {
  color: #fff;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  background-color: #333;
  border-radius: 4px;
  padding: 4px;
  transition: visibility, opacity .3s ease-in-out;
  position: absolute;
  bottom: 70%;
  left: 50%;
  transform: translateX(-50%);
}

.react-datepicker__input-container {
  width: 100%;
  display: inline-block;
  position: relative;
}

.react-datepicker__input-container .react-datepicker__calendar-icon {
  box-sizing: content-box;
  padding: .5rem;
  position: absolute;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view, .react-datepicker__month-read-view, .react-datepicker__month-year-read-view {
  border: 1px solid #0000;
  border-radius: .3rem;
  position: relative;
}

.react-datepicker__year-read-view:hover, .react-datepicker__month-read-view:hover, .react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow, .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow {
  top: 0;
  right: -16px;
  transform: rotate(135deg);
}

.react-datepicker__year-dropdown, .react-datepicker__month-dropdown, .react-datepicker__month-year-dropdown {
  z-index: 1;
  text-align: center;
  background-color: #f0f0f0;
  border: 1px solid #aeaeae;
  border-radius: .3rem;
  width: 50%;
  position: absolute;
  top: 30px;
  left: 25%;
}

.react-datepicker__year-dropdown:hover, .react-datepicker__month-dropdown:hover, .react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable, .react-datepicker__month-dropdown--scrollable, .react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option, .react-datepicker__month-option, .react-datepicker__month-year-option {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
  display: block;
}

.react-datepicker__year-option:first-of-type, .react-datepicker__month-option:first-of-type, .react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}

.react-datepicker__year-option:last-of-type, .react-datepicker__month-option:last-of-type, .react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  user-select: none;
  border-bottom-right-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

.react-datepicker__year-option:hover, .react-datepicker__month-option:hover, .react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming, .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming, .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous, .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous, .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected, .react-datepicker__month-option--selected, .react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  vertical-align: middle;
  background-color: #0000;
  border: 0;
  outline: 0;
  height: 100%;
  padding: 0 6px 0 0;
  display: table-cell;
  position: absolute;
  top: 0;
  right: 0;
}

.react-datepicker__close-icon:after {
  cursor: pointer;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  content: "×";
  background-color: #216ba5;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  display: table-cell;
}

.react-datepicker__close-icon--disabled {
  cursor: default;
}

.react-datepicker__close-icon--disabled:after {
  cursor: default;
  background-color: #ccc;
}

.react-datepicker__today-button {
  cursor: pointer;
  text-align: center;
  clear: left;
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  padding: 5px 0;
  font-weight: bold;
}

.react-datepicker__portal {
  z-index: 2147483647;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.react-datepicker__portal .react-datepicker__day-name, .react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name, .react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

.react-datepicker__portal .react-datepicker__current-month, .react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  height: auto;
  margin: .4rem;
  padding-left: .2rem;
  padding-right: .2rem;
}

.react-datepicker__aria-live {
  clip-path: circle(0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.react-datepicker__calendar-icon {
  vertical-align: -.125em;
  width: 1em;
  height: 1em;
}

/* [project]/app/canpop.module.css [app-client] (css) */
.canpop-module__OVpCxq__cancelpopup {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 1000;
  background-color: #ffffff80;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.canpop-module__OVpCxq__popup {
  background-color: #fff;
  border: 3px solid #ededed;
  border-radius: 20px;
  width: 50vw;
  height: 35vw;
  padding: 1vw 2vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 500px) {
  .canpop-module__OVpCxq__popup {
    border: none;
    border-radius: 16px;
    width: 90vw;
    height: auto;
    max-height: 80vh;
    padding: 0;
    top: 50%;
    left: 50%;
    overflow-y: auto;
    transform: translate(-50%, -50%);
  }
}

.canpop-module__OVpCxq__close {
  width: 100%;
  height: 1.5vw;
}

.canpop-module__OVpCxq__close button {
  float: right;
  cursor: pointer;
  background: none;
  border: #0000;
  width: 1.5vw;
  height: 1.5vw;
}

.canpop-module__OVpCxq__close img {
  width: 1.5vw;
  height: 1.5vw;
}

@media (max-width: 500px) {
  .canpop-module__OVpCxq__close {
    justify-content: flex-end;
    width: 100%;
    height: auto;
    padding: 12px 16px;
    display: flex;
  }

  .canpop-module__OVpCxq__close button {
    width: 24px;
    height: 24px;
    margin: 0;
  }

  .canpop-module__OVpCxq__close img {
    width: 24px;
    height: 24px;
  }
}

.canpop-module__OVpCxq__head {
  justify-content: space-around;
  width: 80%;
  height: auto;
  display: flex;
}

.canpop-module__OVpCxq__head h2 {
  font-size: 1.3vw;
}

.canpop-module__OVpCxq__head p {
  color: #888;
  font-size: 1vw;
}

@media (max-width: 500px) {
  .canpop-module__OVpCxq__head {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 0;
    display: flex;
  }

  .canpop-module__OVpCxq__head h2, .canpop-module__OVpCxq__head p {
    display: none;
  }
}

.canpop-module__OVpCxq__title {
  border-bottom: 1px solid #eee;
  width: 100%;
  padding: 0 2vw 1vw;
}

.canpop-module__OVpCxq__title h3 {
  color: #000;
  margin: 0;
  font-size: 1.2vw;
}

@media (max-width: 500px) {
  .canpop-module__OVpCxq__title {
    padding: 12px 16px;
    font-size: 14px;
  }

  .canpop-module__OVpCxq__title h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
  }
}

.canpop-module__OVpCxq__detail {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: auto;
  margin: 1.2vw 5%;
  display: flex;
}

.canpop-module__OVpCxq__nd {
  flex-direction: column;
  width: 45%;
  height: auto;
  display: flex;
}

.canpop-module__OVpCxq__nd p {
  align-items: center;
  width: 15vw;
  margin-bottom: 3%;
  font-size: 1.2vw;
  display: flex;
}

.canpop-module__OVpCxq__nd img {
  width: 20px;
  height: auto;
  margin-right: 3%;
}

.canpop-module__OVpCxq__dt {
  flex-direction: column;
  align-items: flex-end;
  width: 45%;
  height: auto;
  display: flex;
}

.canpop-module__OVpCxq__dt p {
  align-items: center;
  width: 60%;
  margin-bottom: 3%;
  font-size: 1.2vw;
  display: flex;
}

.canpop-module__OVpCxq__dt img {
  width: 20px;
  height: auto;
  margin-right: 3%;
}

@media (max-width: 500px) {
  .canpop-module__OVpCxq__nd {
    width: 100%;
    padding: 0;
  }

  .canpop-module__OVpCxq__ndItem {
    color: #000;
    border-bottom: 1px solid #eee;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding: 12px 16px;
    font-size: 14px;
    display: flex;
  }

  .canpop-module__OVpCxq__ndItem:last-of-type {
    border-bottom: none;
  }

  .canpop-module__OVpCxq__ndItem img {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }

  .canpop-module__OVpCxq__ndItem span {
    word-break: break-word;
  }

  .canpop-module__OVpCxq__dt {
    border: none;
    width: 100%;
    padding: 0;
  }

  .canpop-module__OVpCxq__dtItem {
    color: #000;
    border-bottom: 1px solid #eee;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding: 12px 16px;
    font-size: 14px;
    display: flex;
  }

  .canpop-module__OVpCxq__dtItem img {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }

  .canpop-module__OVpCxq__dtItem span {
    word-break: break-word;
  }
}

.canpop-module__OVpCxq__line {
  margin: .8vw 2vw;
}

.canpop-module__OVpCxq__line hr {
  background-color: #eee;
  border: none;
  width: 42vw;
  height: .2vw;
}

.canpop-module__OVpCxq__res {
  width: 44vw;
  height: 12vw;
  margin: 0 2vw;
}

.canpop-module__OVpCxq__resD {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 44vw;
  height: 12vw;
  margin: 0 2vw;
  display: flex;
}

.canpop-module__OVpCxq__res p {
  margin: 0;
  font-size: 1.3vw;
}

.canpop-module__OVpCxq__inbox {
  border: 1px solid #e1e1e1;
  border-radius: .5vw;
  width: 43.1vw;
  height: 9.1vw;
  margin: .5vw 0;
}

.canpop-module__OVpCxq__inbox textarea {
  letter-spacing: 1.1px;
  resize: none;
  border: none;
  outline: none;
  width: 42vw;
  height: 8vw;
  margin: .5vw;
  font-size: 1vw;
}

.canpop-module__OVpCxq__check {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  gap: .7vw;
  width: 100vw;
  height: 2vw;
  margin: .3vw 2vw;
  display: flex;
}

.canpop-module__OVpCxq__check input[type="checkbox"] {
  cursor: pointer;
  border: 1px solid #5b6572;
  border-radius: .2vw;
  width: 1.7vw;
  height: 1.7vw;
}

.canpop-module__OVpCxq__checkmark {
  background-color: #eee;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

.canpop-module__OVpCxq__check:hover input ~ .canpop-module__OVpCxq__checkmark {
  background-color: #ccc;
}

.canpop-module__OVpCxq__check input:checked ~ .canpop-module__OVpCxq__checkmark {
  background-color: #2196f3;
}

.canpop-module__OVpCxq__check:after {
  content: "";
  display: none;
  position: absolute;
}

.canpop-module__OVpCxq__check input:checked ~ .canpop-module__OVpCxq__checkmark:after {
  display: block;
}

.canpop-module__OVpCxq__check .canpop-module__OVpCxq__checkmark:after {
  border: 3px solid #fff;
  border-width: 0 3px 3px 0;
  width: 20px;
  height: 20px;
  top: 5px;
  left: 9px;
  transform: rotate(45deg);
}

.canpop-module__OVpCxq__check p {
  font-size: .9vw;
}

.canpop-module__OVpCxq__middel {
  flex-direction: column;
  align-items: flex-start;
  width: 44vw;
  height: auto;
  margin: 1.5vw 2vw;
  display: flex;
}

.canpop-module__OVpCxq__middel h3 {
  color: #000;
  margin: 0 0 1vw;
  font-size: 1.1vw;
}

.canpop-module__OVpCxq__middel p {
  border-radius: 6px;
  margin: 0;
  padding: .5vw 1vw;
  font-size: 1vw;
  font-weight: 600;
  display: inline-block;
}

.canpop-module__OVpCxq__more {
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 2vw;
  margin-bottom: 1vw;
  display: flex;
}

.canpop-module__OVpCxq__more button {
  color: #fff;
  cursor: pointer;
  background-color: #4285f4;
  border: none;
  border-radius: 8px;
  width: 30vw;
  height: 3vw;
  font-size: 1.1vw;
  font-weight: 600;
}

@media (max-width: 500px) {
  .canpop-module__OVpCxq__middel {
    border-bottom: 1px solid #eee;
    width: 100%;
    padding: 16px;
  }

  .canpop-module__OVpCxq__middel h3 {
    color: #666;
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 500;
  }

  .canpop-module__OVpCxq__middel p {
    border-radius: 16px;
    margin: 0;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
  }

  .canpop-module__OVpCxq__more {
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 16px;
    display: flex;
  }

  .canpop-module__OVpCxq__more button {
    color: #fff;
    cursor: pointer;
    background-color: #4285f4;
    border: none;
    border-radius: 8px;
    width: 90%;
    height: 44px;
    font-size: 14px;
    font-weight: 600;
  }
}

.canpop-module__OVpCxq__btn {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  width: 45vw;
  height: 5vw;
  margin-top: 2.5vw;
  display: flex;
}

.canpop-module__OVpCxq__conbtn {
  color: #fff;
  background-color: #4285f4;
  border: none;
  border-radius: 5px;
  width: 30%;
  height: 35px;
  font-size: 1.3vw;
}

.canpop-module__OVpCxq__canbtn {
  color: #626262;
  background-color: #ebebeb;
  border: none;
  border-radius: 5px;
  width: 30%;
  height: 35px;
  font-size: 1.3vw;
}

.canpop-module__OVpCxq__DatePicker {
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  margin-left: 5%;
  margin-right: 5%;
  font-size: 1.2vw;
  width: 200px !important;
  height: 50px !important;
}

@media (min-width: 800px) and (max-width: 1200px) {
  .canpop-module__OVpCxq__popup {
    width: 50vw;
    height: 37vw;
    position: fixed;
  }

  .canpop-module__OVpCxq__close {
    width: 100%;
    height: 1.9vw;
  }

  .canpop-module__OVpCxq__close button {
    width: 1.9vw;
    height: 1.9vw;
  }

  .canpop-module__OVpCxq__close img {
    width: 1.8vw;
    height: 1.8vw;
  }

  .canpop-module__OVpCxq__head {
    flex-direction: row;
    width: 100vw;
    height: 2vw;
    padding-top: .2vw;
    display: flex;
  }

  .canpop-module__OVpCxq__head h2 {
    width: 15vw;
    height: 1.9vw;
    font-size: 1.4vw;
  }

  .canpop-module__OVpCxq__head p {
    color: #888;
    width: 15vw;
    height: 1.9vw;
    padding: .25vw .5vw;
    font-size: 1.2vw;
  }

  .canpop-module__OVpCxq__detail {
    justify-content: center;
    align-items: center;
    width: 47vw;
    height: 6vw;
    margin: .4vw .8vw;
  }

  .canpop-module__OVpCxq__detail img {
    width: 3.8vw;
    height: 3.8vw;
    margin: .8vw .5vw;
  }

  .canpop-module__OVpCxq__name p {
    width: 16vw;
    height: 1.7vw;
    font-size: 1.3vw;
  }

  .canpop-module__OVpCxq__dt {
    width: 25vw;
    height: 5vw;
  }

  .canpop-module__OVpCxq__time p {
    width: 10vw;
    height: 1.8vw;
    font-size: 1.3vw;
  }

  .canpop-module__OVpCxq__t {
    width: 5.5vw;
    height: 1.8vw;
  }

  .canpop-module__OVpCxq__t p {
    width: 6vw;
    height: 1.7vw;
    font-size: 1.1vw;
  }

  .canpop-module__OVpCxq__date {
    height: 1.9vw;
  }

  .canpop-module__OVpCxq__d {
    width: 9.2vw;
    height: 1.4vw;
  }

  .canpop-module__OVpCxq__d img {
    width: 1.3vw;
    height: 1.3vw;
    margin: 0;
  }

  .canpop-module__OVpCxq__d p {
    font-size: 1.1vw;
  }

  .canpop-module__OVpCxq__ti {
    width: 14vw;
    height: 1.4vw;
  }

  .canpop-module__OVpCxq__ti img {
    width: 1.3vw;
    height: 1.3vw;
    margin: 0;
  }

  .canpop-module__OVpCxq__ti p {
    font-size: 1.1vw;
  }

  .canpop-module__OVpCxq__line {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 1.2vw;
  }

  .canpop-module__OVpCxq__line hr {
    width: 43vw;
    height: .2vw;
  }

  .canpop-module__OVpCxq__res {
    width: 44vw;
    height: 12vw;
    margin: 0 1vw;
  }

  .canpop-module__OVpCxq__res p {
    font-size: 1.4vw;
  }

  .canpop-module__OVpCxq__inbox {
    width: 43.1vw;
    height: 9.1vw;
  }

  .canpop-module__OVpCxq__inbox textarea {
    width: 42vw;
    height: 8vw;
    margin: .5vw;
    font-size: 1.4vw;
  }

  .canpop-module__OVpCxq__check {
    gap: .8vw;
    width: 100vw;
    height: 2vw;
    margin: 0 1.3vw;
  }

  .canpop-module__OVpCxq__check input[type="checkbox"] {
    width: 1.5vw;
    height: 1.5vw;
  }

  .canpop-module__OVpCxq__check p {
    justify-content: center;
    font-size: 1vw;
  }

  .canpop-module__OVpCxq__btn {
    gap: 1vw;
    width: 45vw;
    height: 5vw;
  }

  .canpop-module__OVpCxq__conbtn {
    color: #fff;
    width: 9vw;
    height: 4vw;
    font-size: 1.6vw;
  }

  .canpop-module__OVpCxq__canbtn {
    width: 9vw;
    height: 4vw;
    font-size: 1.6vw;
  }
}

@media (min-width: 600px) and (max-width: 800px) {
  .canpop-module__OVpCxq__popup {
    width: 57vw;
    height: 40vw;
    position: fixed;
  }

  .canpop-module__OVpCxq__close {
    width: 100%;
    height: 2.3vw;
  }

  .canpop-module__OVpCxq__close button, .canpop-module__OVpCxq__close img {
    width: 2.3vw;
    height: 2.3vw;
  }

  .canpop-module__OVpCxq__head {
    width: 100vw;
    height: 2.1vw;
  }

  .canpop-module__OVpCxq__head h2 {
    width: 17vw;
    height: 2vw;
    font-size: 1.6vw;
  }

  .canpop-module__OVpCxq__head p {
    width: 15vw;
    height: 1.9vw;
    font-size: 1.3vw;
  }

  .canpop-module__OVpCxq__detail {
    width: 45vw;
    height: 6vw;
    margin: .4vw .8vw;
  }

  .canpop-module__OVpCxq__detail img {
    width: 3.8vw;
    height: 3.8vw;
    margin: .8vw .5vw;
  }

  .canpop-module__OVpCxq__name p {
    width: 16vw;
    height: 1.7vw;
    font-size: 1.3vw;
  }

  .canpop-module__OVpCxq__dt {
    width: 25vw;
    height: 5vw;
    margin-left: 1.5vw;
  }

  .canpop-module__OVpCxq__time p {
    width: 10vw;
    height: 1.8vw;
    font-size: 1.3vw;
  }

  .canpop-module__OVpCxq__t {
    width: 5.5vw;
    height: 1.8vw;
  }

  .canpop-module__OVpCxq__t p {
    width: 6vw;
    height: 1.7vw;
    font-size: 1.1vw;
  }

  .canpop-module__OVpCxq__date {
    height: 1.9vw;
  }

  .canpop-module__OVpCxq__d {
    width: 9.2vw;
    height: 1.4vw;
  }

  .canpop-module__OVpCxq__d img {
    width: 1.3vw;
    height: 1.3vw;
    margin: 0;
  }

  .canpop-module__OVpCxq__d p {
    font-size: 1.1vw;
  }

  .canpop-module__OVpCxq__ti {
    width: 14vw;
    height: 1.4vw;
  }

  .canpop-module__OVpCxq__ti img {
    width: 1.3vw;
    height: 1.3vw;
    margin: 0;
  }

  .canpop-module__OVpCxq__ti p {
    font-size: 1.1vw;
  }

  .canpop-module__OVpCxq__line {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 1.2vw;
  }

  .canpop-module__OVpCxq__line hr {
    width: 43vw;
    height: .2vw;
  }

  .canpop-module__OVpCxq__res {
    width: 44vw;
    height: 12vw;
    margin: 0 1vw;
  }

  .canpop-module__OVpCxq__res p {
    font-size: 1.4vw;
  }

  .canpop-module__OVpCxq__inbox {
    width: 43.1vw;
    height: 9.1vw;
  }

  .canpop-module__OVpCxq__inbox textarea {
    width: 42vw;
    height: 8vw;
    margin: .5vw;
    font-size: 1.4vw;
  }

  .canpop-module__OVpCxq__check {
    gap: 1vw;
    width: 100vw;
    height: 2vw;
    margin: 0 1.3vw;
  }

  .canpop-module__OVpCxq__check input[type="checkbox"] {
    width: 1.5vw;
    height: 1.5vw;
  }

  .canpop-module__OVpCxq__check p {
    justify-content: center;
    font-size: 1vw;
  }

  .canpop-module__OVpCxq__btn {
    gap: 1vw;
    width: 45vw;
    height: 5vw;
  }

  .canpop-module__OVpCxq__conbtn {
    color: #fff;
    width: 9vw;
    height: 4vw;
    font-size: 1.6vw;
  }

  .canpop-module__OVpCxq__canbtn {
    width: 9vw;
    height: 4vw;
    font-size: 1.6vw;
  }
}

@media (min-width: 200px) and (max-width: 600px) {
  .canpop-module__OVpCxq__popup {
    width: 90vw;
    height: auto;
    padding: 3% 2%;
  }

  .canpop-module__OVpCxq__close {
    width: 100%;
    height: auto;
  }

  .canpop-module__OVpCxq__close button, .canpop-module__OVpCxq__close img {
    width: 4vw;
    height: 4vw;
  }

  .canpop-module__OVpCxq__head {
    width: 70vw;
    height: auto;
  }

  .canpop-module__OVpCxq__head h2 {
    width: auto;
    height: 2.5vw;
    font-size: 3vw;
  }

  .canpop-module__OVpCxq__head p {
    width: auto;
    height: 2.2vw;
    font-size: 2.5vw;
  }

  .canpop-module__OVpCxq__detail {
    width: 100%;
    height: auto;
    margin: 10% 0 5%;
  }

  .canpop-module__OVpCxq__detail img {
    width: 4.2vw;
    height: 4.2vw;
    margin: .8vw .5vw;
  }

  .canpop-module__OVpCxq__nd {
    width: 50%;
    height: auto;
  }

  .canpop-module__OVpCxq__nd p {
    width: auto;
    height: auto;
  }

  .canpop-module__OVpCxq__nd img {
    width: 20px;
    height: 20px;
    margin-right: 5%;
  }

  .canpop-module__OVpCxq__nd span {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    font-size: 16px;
    display: inline-block;
    overflow: hidden;
  }

  .canpop-module__OVpCxq__dt {
    align-items: flex-end;
    width: 55%;
    height: auto;
  }

  .canpop-module__OVpCxq__dt p {
    width: 80%;
    height: auto;
    font-size: 16px;
  }

  .canpop-module__OVpCxq__dt img {
    width: 20px;
    height: 20px;
    margin-right: 5%;
  }

  .canpop-module__OVpCxq__line {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .canpop-module__OVpCxq__line hr {
    width: 100%;
    height: .2vw;
    margin: 0;
  }

  .canpop-module__OVpCxq__resD {
    width: 100%;
    height: auto;
    margin-top: 5%;
  }

  .canpop-module__OVpCxq__DatePicker {
    outline: none;
    margin: 0 0 10%;
    font-size: 16px;
    width: 150px !important;
    height: 30px !important;
  }

  .canpop-module__OVpCxq__res {
    width: 100%;
    height: auto;
  }

  .canpop-module__OVpCxq__res p {
    font-size: 16px;
  }

  .canpop-module__OVpCxq__inbox {
    width: 90%;
    height: auto;
  }

  .canpop-module__OVpCxq__inbox textarea {
    width: 100%;
    height: 100%;
    font-size: 16px;
  }

  .canpop-module__OVpCxq__check {
    gap: 1vw;
    width: 100vw;
    height: 4vw;
    margin: 0 1.3vw;
  }

  .canpop-module__OVpCxq__check input[type="checkbox"] {
    width: 2vw;
    height: 2vw;
  }

  .canpop-module__OVpCxq__check p {
    justify-content: center;
    font-size: 1.5vw;
  }

  .canpop-module__OVpCxq__btn {
    gap: 10%;
    width: 100%;
    height: auto;
  }

  .canpop-module__OVpCxq__conbtn {
    color: #fff;
    width: 30%;
    height: auto;
    padding: 2% 0;
    font-size: 16px;
  }

  .canpop-module__OVpCxq__canbtn {
    width: 30%;
    height: auto;
    padding: 2% 0;
    font-size: 16px;
  }
}

/*# sourceMappingURL=_d4ab0b9e._.css.map*/