.calender_view .fc-left button {
  border: 1px dashed transparent;
  box-sizing: border-box;
  backdrop-filter: blur(20px);
  border-radius: 5px;
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
  margin: 1px;
  padding: 11px 31px;
  opacity: 0.5;
  background: transparent;
  box-shadow: none;
  height: auto;
}

.calender_view .fc-left button.fc-state-active,
.calender_view .fc-left button:hover {
  border-color: #fff;
  opacity: 1;

}

.calender_view .fc-left button {
  text-transform: capitalize;
}

.calender_view .fc-right h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  min-width: 140px;
  margin: 0 15px;
}

.calender_view .fc-right {
  display: flex;
  align-items: center;
}

.calender_view .fc-icon-right-single-arrow:after {
  background-image: url('../images/faq/round-left-arrow.svg');
  content: "";
}

.calender_view .fc-right button.fc-next-button span,
.calender_view .fc-right button.fc-prev-button span {
  display: none;
}

.calender_view .fc-right button.fc-next-button,
.calender_view .fc-right button.fc-prev-button {
  position: relative;
  background-color: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  background-image: none;
  margin-left: 0;
}

.calender_view .fc-right button.fc-next-button:after,
.calender_view .fc-right button.fc-prev-button:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
}

.calender_view .fc-right button.fc-prev-button:after {
  background-image: url('../images/faq/round-left-arrow.svg');
}

.calender_view .fc-right button.fc-next-button:after {
  background-image: url('../images/faq/round-right-arrow.svg');
}

.calender_view table tr th {
  background: #3F3464;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 22px 5px;
  min-width: 200px;
  border-top: none;
  border-left: none;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  mix-blend-mode: normal;
}

.calender_view table td.fc-event-container {
  margin: 0 0 3px 0;
  padding: 2px 6px;
  text-align: left;
  /* background: #F0F2FB !important; */
  border: 0px solid #D5D9EB;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #697BDE;
  position: relative;
  z-index: 0;
  white-space: nowrap;
  width: 100%;
  max-width: 190px;
  overflow: hidden;
}

.calender_view table td.fc-event-container a {
  margin: 0;
  color: #697BDE;
  background: transparent;
  border: 0;
  margin: 1px 0 1px 0 !important;
  padding: 2px 6px;
  text-align: left;
  background: #f0f2fb !important;
  border: 1px solid #D5D9EB !important;
  box-sizing: border-box;
  border-radius: 5px !important;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  position: relative;
  z-index: 0;
  white-space: nowrap;
  cursor: pointer;
}

.calender_view table td {
  background: #fff;
  color: #777E90;
}

.calender_view .fc-day-top.fc-other-month {
  opacity: 0.6;
}

.calender_view .fc-basic-view .fc-week-number,
.calender_view .fc-basic-view .fc-day-number {
  padding: 6px 8px;
}

.calender_view .fc-day-grid-event .fc-content {
  display: flex;
}

.calender_view span.fc-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 4px;
}

.calender_view a.fc-more {
  color: #697BDE;
  font-weight: bold;
  font-size: 13px;
}

/* .calender_view td.fc-event-container.fc-limited:nth-child(n+3) {
  display: none;
} */

/* .calender_view .fc-limited {
  display: block;
} */

.calender_view .fc-popover.fc-more-popover {
  border: none;
  display: block;
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0px 7px 76px rgb(63 52 100 / 25%);
  border-radius: 5px;
  margin: 0 auto;
  max-width: 498px;
  text-align: left;
  width: 100%;
}

.calender_view .fc-header.fc-widget-header {
  padding: 10px 0 10px;
  background: transparent !important;
}

.calender_view .fc-header.fc-widget-header span.fc-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #3F3464;
}

.calender_view span.fc-close.fc-icon.fc-icon-x {
  background-color: #777e90;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.calender_view span.fc-close.fc-icon.fc-icon-x:after {
  color: #fff;
}

.calender_view .fc-popover.fc-more-popover a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
  background: #F0F2FB;
  border: 1px solid #D5D9EB;
  border-radius: 5px;
  padding: 12px 24px 12px 12px;
  color: #697BDE;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

.calender_view table td a.fc-time-grid-event {
  margin: 0;
  color: #697BDE;
  background: transparent;
  border: 0;
  margin: 1px 0 1px 0 !important;
  padding: 2px 6px;
  text-align: left;
  background: #f0f2fb !important;
  border: 1px solid #D5D9EB !important;
  box-sizing: border-box;
  border-radius: 5px !important;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: inherit;
}

.fc-unthemed td.fc-today {
  background: transparent !important;
}

.calendar-popup {}

.calendar-popup .modal-content {
  border: none;
  display: block;
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 6px 12px 40px rgb(63 52 100 / 12%);
  border-radius: 5px;
  margin: 0 auto;
  max-width: 498px;
  text-align: left;
  width: 100%;
}

.calendar-popup .modal-content .modal-header {
  border: none;
  padding: 8px 0 30px;
}

.calendar-popup .modal-content .modal-header .modal-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #3F3464;
}

.calendar-popup .modal-content .modal-header .close {
  cursor: pointer;
}

.calendar-popup .modal-content .modal-body {
  display: block;
  padding: 0;
}

.calendar-popup .modal-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 396px;
  overflow-y: auto !important;
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
  background: #3F3464; 
}

.calendar-popup .modal-content ul li {
  list-style: none;
  width: 100%;
  margin: 0 0 12px 0;
}

.calendar-popup .modal-content ul li .event-box {
  display: flex;
  align-items: center;
  margin: 0;
  background: #F0F2FB;
  border: 1px solid #D5D9EB;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 12px 24px 12px 12px;
  cursor: pointer;
}

.calendar-popup .modal-content ul li .event-box>img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  margin: 0 24px 0 0;
  border-radius: 5px;
}

.calendar-popup .modal-content ul li .event-text {
  position: relative;
  z-index: 0;
  width: 100%;
}

.calendar-popup .modal-content ul li h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #697BDE;
}

.calendar-popup .modal-content ul li .time {
  font-size: 14px;
  line-height: 24px;
  color: #697BDE;
  margin: 0;
}

.calendar-popup .modal-content ul li .event-text span.event-link {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.calendar-popup .modal-body .h6 {
  font-weight: 400;
  color: #467ac6 !important;
  margin-bottom: 0;
  font-size: 15px !important;
  text-align: center !important;

}
@media(max-width:991px){
  .calender_view .fc-left button{

    
    padding: 10px 20px;
  }
  .calender_view .fc-right{
    margin-top: 12px;
  }
}
@media(max-width:575px){
  .fc-toolbar.fc-header-toolbar {
    display: flex;
    justify-content: center;
    flex-flow: column;
    
}
.fc-toolbar.fc-header-toolbar .fc-left, .fc-toolbar.fc-header-toolbar .fc-right {
  display: flex;
  justify-content: center;
}
.calender_view .fc-right {
  margin-top: 20px;
}
.calender_view .fc-left button {
  padding: 8px 14px;
  font-size: 17px;
}
.fc-scroller.fc-day-grid-container, .fc-scroller.fc-time-grid-container{
  height: auto !important;
  overflow: visible !important;
}
.calender_view table tr th {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  padding: 17px 5px;
  /* width: 100px; */
}
.calender_view table td {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  /* width: 110px; */
}
/* .fc table{
  table-layout: unset;
} */
 .fc-view, .fc-view > table, .fc-scroller.fc-day-grid-container{
  overflow: visible !important;
}
.fc-view, .fc-view > table {
  overflow: auto !important;
}
.calender_view {
  margin: 0 -12px;
}
.fc-unthemed td.fc-today {
  background: white !important;
}
/*
.fc-scroller > .fc-day-grid, .fc-scroller > .fc-time-grid{
  overflow: auto
} */
.fc-view.fc-basic-view table, .fc-view.fc-agendaWeek-view.fc-agenda-view table {
  width: 700px;
}
}

@media screen and (max-width: 768px) {
  .calendar-modal .modal-content .modal-header .modal-title {
      font-size: 22px;
      line-height: 30px;
  }
  .calendar-modal .modal-content ul li h6 {
      font-size: 14px;
      line-height: 20px;
  }
  .calendar-header .month-tab a {
      font-size: 18px;
      line-height: 30px;
      padding: 9px 21px;
  }
  .calendar-nav button {
      width: 30px;
  }
  .calendar-nav .year-title {
      font-size: 18px;
      line-height: 28px;
      min-width: 130px;
  }
}

@media screen and (max-width: 580px) {

  .calendar-header .month-tab a {
      font-size: 16px;
      line-height: 28px;
      padding: 8px 15px;
  }
  .calendar-nav button {
      width: 25px;
  }
  .calendar-nav .year-title {
      font-size: 16px;
      line-height: 26px;
      min-width: 120px;
  }

}
@media screen and (max-width: 480px) {
  .calendar-header {
      flex-wrap: wrap;
      justify-content: center;
  }
  .calendar-header .month-tab a {
      padding: 8px 25px;
  }
  .calendar-nav {
      margin-top: 20px;
  }
  .calendar-nav button {
      width: 35px;
  }
  .calendar-nav .year-title {
      font-size: 18px;
      line-height: 26px;
      min-width: 150px;
  }
  .calendar-modal .modal-content {
      padding: 15px;
  }
  .calendar-modal .modal-content .modal-header {
      border: none;
      padding: 0 0 20px;
  }
  .calendar-modal .modal-content .modal-header .modal-title {
      font-size: 18px;
      line-height: 28px;
  }
  .calendar-modal .modal-content ul {
      max-height: 336px;
  }
  .calendar-modal .modal-content ul li .event-box > img {
      width: 76px;
      height: 76px;
      margin: 0 14px 0 0;
  }
  .calendar-modal .modal-content ul li h6 {
      font-size: 12px;
      line-height: 16px;
  }
  .calendar-modal .modal-content ul li h6 {
      font-size: 12px;
      line-height: 16px;
  }   
  .calendar-body table th {
      font-size: 14px;
      line-height: 28px;
      letter-spacing: 1px;
      padding: 17px 5px;
      min-width: 30px;
  }
  .calendar-body table td ul li {
      font-size: 13px;
      line-height: 24px;
      max-width: 150px;
  }
}

.event-cal-view {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: -45px;
  left: -120px;
}
@media(max-width:1199px){
  .event-cal-view{
    left: 0;
  }
}
@media(max-width:767px){
  .event-cal-view{
    justify-content: flex-end;
    bottom: -40px;
  }
.fc-toolbar.fc-header-toolbar .fc-left
{
  justify-content: flex-start;
}
}