.popup_calender_container {
  top: 0px;
  left: 0px;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #171717c6;
  z-index: 100000;
  display: none;
}
.popup_calender_div {
  position: absolute;
  max-width: 900px;
  min-height: 200px;
  max-height: 86svh;
  width: 92%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  background-color: #fcfaf7;
  padding: 10px;
  border-radius: 10px;
}
.fc {
  height: 68vh;
  height: 70svh;
}
.ppc_close_btn {
  position: absolute;
  display: block;
  padding: 10px;
  width: 48px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.fc-customButton-button {
  background-image: url(../source/close.png);
  background-position: center;
  background-size: cover;
  background-color: transparent !important;
  border: none !important;
  width: 40px !important;
  height: 40px !important;
  margin-left: 30px !important;
  margin-right: 16px !important;
}

.fc-daygrid-event {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  margin-top: 0px !important;
  margin-bottom: 4px !important;
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.fc .fc-button-primary:not(:disabled):active,
.fc .fc-button-primary:not(:disabled).fc-button-active {
  background-color: #6f2e00;
}
.event_no_ball {
  height: auto !important;
  width: auto !important;
  border-radius: 5px !important;
  padding: 4px 8px;
  margin-top: 0px !important;
  margin-bottom: 8px !important;
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.popup_calender_footer {
  position: relative;
  display: flex;
  margin-top: 8px;
  justify-content: flex-end;
  font-size: 20px;
  align-items: center;
}
.ppcf_content_small_text {
  font-size: 14px;
}
.popup_calender_footer > div {
  padding: 0px 8px;
  display: flex;
  align-items: center;
  height: 24px;
}
.ppcf_ball {
  min-width: 20px;
  width: 20px;
  min-height: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 4px;
  box-shadow: 1px 1px 4px 1px #1717176a;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  box-shadow: 1px 1px 4px 1px #1717176a;
}
.color_yellow {
  background-color: rgb(255, 208, 0);
}
.color_orange {
  background-color: rgb(222, 131, 68);
}
.fc .fc-button-primary {
  background-color: rgb(210, 90, 5);
  border-color: rgb(210, 90, 5);
}
.fc .fc-button-primary:hover {
  background-color: rgb(152, 63, 0);
  border-color: rgb(152, 63, 0);
}
.fc .fc-button-primary:not(:disabled):active,
.fc .fc-button-primary:not(:disabled).fc-button-active {
  background-color: rgb(152, 63, 0);
  border-color: rgb(152, 63, 0);
}
.fc .fc-button-primary:not(:disabled):active:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus {
  box-shadow: none;
}
.fc-theme-standard td,
.fc-theme-standard th,
.fc-theme-standard .fc-scrollgrid {
  border-color: #d97f40;
}
.fc-toolbar-title,
.fc-col-header-cell-cushion,
.fc-daygrid-day-number {
  color: #af4900;
}
.fc .fc-daygrid-day.fc-day-today {
  background-color: #ffdabf !important;
}
.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 16px;
}
.fc .fc-toolbar.fc-footer-toolbar {
  margin-top: 16px;
}
.fc-daygrid-day-events {
  display: grid;
  grid-template-columns: 100%;
}
.fc-daygrid-event-harness {
  display: flex;
  justify-content: center;
}
.fc-daygrid-day-frame:before,
.fc-daygrid-day-events:before,
.fc-daygrid-event-harness:before {
  display: none;
}
/* .fc-event-main {
  height: 100%;
}
.fc-event-main-frame {
  height: 100%;
}
.fc-event-title-container {
  height: 100%;
  display: flex;
  align-items: center;
}*/
.fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
  white-space: normal;
  font-size: 24px;
  font-weight: normal;
  user-select: none;
  -webkit-user-select: none;
}
.fc-event-main {
  white-space: normal;
  padding: 4px 4px;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
}

@media (max-width: 550px) {
  .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 16px;
  }
  .fc-toolbar-title {
    font-size: 20px !important;
  }
  .fc .fc-button {
    padding: 2px 6px;
  }
  .fc-customButton-button {
    width: 32px !important;
    height: 32px !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .popup_calender_footer {
    font-size: 16px;
  }
  .popup_calender_footer > div {
    font-size: 16px;
  }
  .ppcf_ball {
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px;
  }
  .fc-daygrid-day-events {
    grid-template-columns: 100%;
  }
  .event-ball {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-top: 0px !important;
    margin-bottom: 4px !important;
    margin-left: 4px !important;
    margin-right: 4px !important;
    border: none;
  }
  .fc-daygrid-event {
    height: 24px;
    width: 24px;
    margin-top: 0px !important;
    margin-bottom: 4px !important;
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .fc-daygrid-block-event .fc-event-time,
  .fc-daygrid-block-event .fc-event-title {
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
  }
  .fc-event-main {
    white-space: normal;
    padding: 2px 2px;
    font-size: 16px;
    font-weight: normal;
  }
}
