@charset "UTF-8";
/**************************
color*/
/*** color ***/
.conteiner .mb-5 {
  margin-bottom: 5em !important;
}
.conteiner .mb-4 {
  margin-bottom: 4em !important;
}
.conteiner .mb-3 {
  margin-bottom: 3em !important;
}
.conteiner .mb-2 {
  margin-bottom: 2em !important;
}
.conteiner .mb-1_5 {
  margin-bottom: 1.5em !important;
}
.conteiner .mb-1 {
  margin-bottom: 1em !important;
}
.conteiner .mb-05 {
  margin-bottom: 0.5em !important;
}
.conteiner .mb-0 {
  margin-bottom: 0 !important;
}
.conteiner .mt-5 {
  margin-top: 5em !important;
}
.conteiner .mt-4 {
  margin-top: 4em !important;
}
.conteiner .mt-3 {
  margin-top: 3em !important;
}
.conteiner .mt-2 {
  margin-top: 2em !important;
}
.conteiner .mt-1_5 {
  margin-top: 1.5em !important;
}
.conteiner .mt-1 {
  margin-top: 1em !important;
}
.conteiner .mt-05 {
  margin-top: 0.5em !important;
}
.conteiner .mt-0 {
  margin-top: 0 !important;
}
.conteiner .mt-5 {
  margin-top: 5em !important;
}
.conteiner .mt-4 {
  margin-top: 4em !important;
}
.conteiner .mt-3 {
  margin-top: 3em !important;
}
.conteiner .mt-2 {
  margin-top: 2em !important;
}
.conteiner .mt-1_5 {
  margin-top: 1.5em !important;
}
.conteiner .mt-1 {
  margin-top: 1em !important;
}
.conteiner .mt-05 {
  margin-top: 0.5em !important;
}
.conteiner .mt-0 {
  margin-top: 0 !important;
}
.conteiner .my-5 {
  margin-left: 5em !important;
  margin-bottom: 5em !important;
}
.conteiner .my-4 {
  margin-left: 4em !important;
  margin-bottom: 4em !important;
}
.conteiner .my-3 {
  margin-left: 3em !important;
  margin-bottom: 3em !important;
}
.conteiner .my-2 {
  margin-left: 2em !important;
  margin-bottom: 2em !important;
}
.conteiner .my-1_5 {
  margin-left: 1.5em !important;
  margin-bottom: 1.5em !important;
}
.conteiner .my-1 {
  margin-left: 1em !important;
  margin-bottom: 1em !important;
}
.conteiner .my-05 {
  margin-left: 0.5em !important;
  margin-bottom: 0.5em !important;
}
.conteiner .my-0 {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
.conteiner .mr-5 {
  margin-right: 5em !important;
}
.conteiner .mr-4 {
  margin-right: 4em !important;
}
.conteiner .mr-3 {
  margin-right: 3em !important;
}
.conteiner .mr-2 {
  margin-right: 2em !important;
}
.conteiner .mr-1_5 {
  margin-right: 1.5em !important;
}
.conteiner .mr-1 {
  margin-right: 1em !important;
}
.conteiner .mr-05 {
  margin-right: 0.5em !important;
}
.conteiner .mr-0 {
  margin-right: 0 !important;
}
.conteiner .my-5 {
  margin-top: 5em !important;
  margin-bottom: 5em !important;
}
.conteiner .my-4 {
  margin-top: 4em !important;
  margin-bottom: 4em !important;
}
.conteiner .my-3 {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}
.conteiner .my-2 {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}
.conteiner .my-1_5 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}
.conteiner .my-1 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.conteiner .my-05 {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}
.conteiner .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.conteiner .mx-5 {
  margin-left: 5em !important;
  margin-right: 5em !important;
}
.conteiner .mx-4 {
  margin-left: 4em !important;
  margin-right: 4em !important;
}
.conteiner .mx-3 {
  margin-left: 3em !important;
  margin-right: 3em !important;
}
.conteiner .mx-2 {
  margin-left: 2em !important;
  margin-right: 2em !important;
}
.conteiner .mx-1_5 {
  margin-left: 1.5em !important;
  margin-right: 1.5em !important;
}
.conteiner .mx-1 {
  margin-left: 1em !important;
  margin-right: 1em !important;
}
.conteiner .mx-05 {
  margin-left: 0.5em !important;
  margin-right: 0.5em !important;
}
.conteiner .mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.main_content .conteiner #fullcalendar table, .main_content .conteiner #fullcalendar th, .main_content .conteiner #fullcalendar td {
  border: none;
}
.main_content .conteiner #fullcalendar td {
  vertical-align: initial;
}
.main_content .conteiner #fullcalendar th {
  background-color: transparent;
  color: #009d85;
}
.main_content .conteiner #fullcalendar th span {
  position: relative;
  z-index: 11;
}
.main_content .conteiner #fullcalendar th span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #eff7f6;
  padding: 20px;
  font-size: 18px;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .main_content .conteiner #fullcalendar th span::before {
    padding: 15px;
  }
}
.main_content .conteiner #fullcalendar .fc-header-title h2 {
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 0;
  white-space: nowrap;
  margin: 0 -50%;
}
@media only screen and (min-width: 768px) {
  .main_content .conteiner #fullcalendar .fc-header-title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .conteiner #fullcalendar .fc-header-title h2 {
    font-size: 18px;
  }
}
.main_content .conteiner #fullcalendar .fc-header-title h2 b:nth-child(2) {
  font-size: 200%;
  margin-left: 10px;
  margin-right: 5px;
}
.main_content .conteiner #fullcalendar .fc-header-right, .main_content .conteiner #fullcalendar .fc-header-left {
  vertical-align: initial;
}
@media only screen and (max-width: 767px) {
  .main_content .conteiner #fullcalendar .fc-header-right, .main_content .conteiner #fullcalendar .fc-header-left {
    padding: 0;
  }
}
.main_content .conteiner #fullcalendar .fc-header-right a, .main_content .conteiner #fullcalendar .fc-header-left a {
  color: #009d85;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .main_content .conteiner #fullcalendar .fc-header-right a, .main_content .conteiner #fullcalendar .fc-header-left a {
    font-size: 16px;
  }
}
.main_content .conteiner #fullcalendar .fc-header tr {
  border-bottom: 2px solid #009d85;
}
.main_content .conteiner #fullcalendar .fc-header tr td {
  padding-bottom: 20px;
  box-sizing: border-box;
}
.main_content .conteiner #fullcalendar #btn_prev {
  display: flex;
  align-items: center;
}
.main_content .conteiner #fullcalendar #btn_prev:before {
  content: "▼";
  transform: rotateZ(90deg);
  font-size: 70%;
  display: inline-block;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .main_content .conteiner #fullcalendar #btn_prev:before {
    margin-right: 0.5rem;
  }
}
.main_content .conteiner #fullcalendar #btn_next {
  display: flex;
  align-items: center;
  justify-content: end;
}
.main_content .conteiner #fullcalendar #btn_next:after {
  content: "▼";
  transform: rotateZ(-90deg);
  font-size: 70%;
  display: inline-block;
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .main_content .conteiner #fullcalendar #btn_next:after {
    margin-left: 0.5rem;
  }
}
.main_content .conteiner #fullcalendar .fc-other-month {
  color: #c8c8c8;
}
.main_content .conteiner #fullcalendar .fc-event {
  margin-top: 20px;
  background-color: #e4f6f4 !important;
  border-radius: 15px;
  color: #00a08c;
  font-size: 16px;
  padding: 0px 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .main_content .conteiner #fullcalendar .fc-event {
    font-size: 14px;
    padding: 0px 5px;
    border-radius: 10px;
    min-width: 50px;
  }
}
@media (max-width: 523px) {
  .main_content .conteiner #fullcalendar .fc-event {
    font-size: 10px;
    min-width: 45px;
  }
}
@media (max-width: 400px) {
  .main_content .conteiner #fullcalendar .fc-event {
    font-size: 10px;
    min-width: 40px;
  }
}
@media (max-width: 370px) {
  .main_content .conteiner #fullcalendar .fc-event {
    font-size: 10px;
    min-width: 35px;
  }
}
.main_content .conteiner #fullcalendar .fc-border-separate thead th {
  padding-bottom: 10px;
  box-sizing: border-box;
}
.main_content .conteiner #fullcalendar .fc-border-separate td {
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
}
.main_content .conteiner #fullcalendar .fc-border-separate td .aa {
  display: block !important;
}
.main_content .conteiner #fullcalendar .fc-border-separate tbody tr td > div {
  min-height: 120px !important;
  border-bottom: 2px solid #d2d2d2;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .main_content .conteiner #fullcalendar .fc-border-separate tbody tr td > div {
    min-height: 110px !important;
  }
}
.main_content .conteiner #fullcalendar .list-col-date, .main_content .conteiner #fullcalendar .list-col-title {
  width: 20%;
}

.multi-column th {
  min-width: 120px;
}

.responsive_wrapper {
  min-width: 1000px;
}

/*# sourceMappingURL=event.css.map */
