
/*15-04-2025*/


#calendar .fc-scroller {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For IE/Edge */
}

 .fc .fc-toolbar {
    justify-content: flex-start;
    position: relative;
    gap: 20px;
}

 .fc .fc-toolbar .fc-toolbar-chunk:last-child {
    position: absolute;
    right: 0px;
}
.fc-timeGridWeek-view .fc-timegrid-col-events .fc-timegrid-event-harness.fc-timegrid-event-harness-inset .fc-event-main .fc-event-time .fc-event-hr-min {
 display:none; 
}
.fc-timeGridWeek-view .fc-timegrid-col-events .fc-timegrid-event-harness.fc-timegrid-event-harness-inset .fc-event-main .fc-event-time .fc-event-time-inner {
  margin-top:18px!important;
}
/*15-04-2025 end*/

.input-container {
      position: relative;
      text-align: left;
    }
    .fc-timegrid-event-harness-inset .fc-timegrid-event, .fc-timegrid-event.fc-event-mirror, .fc-timegrid-more-link {
      box-shadow: inset 0 0 0 0px var(--fc-page-bg-color)!important;
  }
.input-container input {
    padding: 10px 12px 10px 12px;
    border: 1px solid #E8E9E9!important;
    font-size: 14px;
    width: 158px;
   /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);*/
    transition: all 0.3s ease;
    outline: none;
    background-color: #fff !important;
    border-radius: 50px !important;
     color: #000 !important;
}
.numInputWrapper input {
    width: 86% !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
    font-size: 14px;
}
.flatpickr-current-month input.cur-year {
    font-size: 12px !important;
    padding: 2px 4px;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    right: 4px !Important/*

      /*rtl:end:ignore*/;
    top: 4px;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    left: 4px !important/*
      /*rtl:end:ignore*/;
    top: 4px;
}
    /* Calendar Icon Styling */
    .input-container .calendar-icon {
    position: absolute;
    top: 46%;
    left: 12px;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 14px;
    pointer-events: none;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
    padding: 10px 12px 10px 12px;
    border: 1px solid #E8E9E9 !important;
    font-size: 14px;
    width: 110px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease;
    outline: none;
    background-color: #fff !important;
    border-radius: 50px !important;
      color: #000 !important;
      font-weight: 500;
}

    /* Flatpickr Calendar Customization */
    .flatpickr-calendar {
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      border-radius: 8px;
      font-family: Arial, sans-serif;
    }

  .flatpickr-day.selected {
    background-color: #94278f !important;
    border-color: #94278f !important;
    color: #fff !important;
}

    .flatpickr-day:hover {
      background-color: #94278f !important;
      color: #fff !important;
    }

    /* Navigation Arrows with Circle Background */
 .flatpickr-prev-month, .flatpickr-next-month {
    background-color: #e9d4e9;
    color: #94278f !important;
    border-radius: 50%;
    width: 24px;
    height: 24px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 8px !important;
}

    .flatpickr-prev-month:hover,
    .flatpickr-next-month:hover {
      background-color: #a88bf8;
      color: #fff;
    }

    /* Styling Flatpickr SVG Icons */
    .flatpickr-prev-month svg,
    .flatpickr-next-month svg {
      width: 12px;
      height: 12px;
      fill: currentColor;
    }
@media only screen and (max-width: 1700px) {
    body .form-control:disabled, .form-control[readonly] {
    font-size: 12px;
    width: 138px;
}
}
@media only screen and (max-width: 1500px) {
body .form-control:disabled, .form-control[readonly] {
    font-size: 10px;
    width: 120px;
}
}
@media only screen and (max-width: 767px) {
.input-container input {
    padding: 6px 12px 6px 6px;
    font-size: 10px;
    width: 100px;
    height: 27px;
} 

/*15-04-2025*/



.fc .fc-toolbar {
    flex-wrap: wrap;
    gap:10px;
}

.fc-toolbar-chunk {
    width: 100%;
}

.fc-toolbar-chunk:last-child {
    position: unset!important;
    text-align: right;
    margin: -50px 0px 0px 0px;
}

#fc-can {
    margin: 0px 0px -64px 0px!important;
    padding: 10px 0px 30px 0px !important;
}


/*15-04-2025 end*/

}

/*17-07-2024*/
.schedule_modal .modal-dialog {
    height: -webkit-fill-available;
    display: flex;
    align-items: center;
}
.schedule_modal .modal-dialog .modal-content {
    border: 1px solid #E7E6F0;
    border-radius: 12px;
}
.schedule_modal .modal-dialog .modal-content .modal-body .calender-book_schedule .webinar-part .both-part {
    display: flex;
    align-items: center;
    gap: 6px;
}
.schedule_modal .modal-dialog .modal-content .calender-book_schedule .transfer_btn_part a {
    background-color: #fff;
    color: #93268f;
}
.schedule_modal .modal-dialog .modal-content .calender-book_schedule .transfer_btn_part a:hover {
    background-color: #681a65 !important;
    color: #ffffff !important;
}
.schedule_modal .modal-dialog .modal-content .calender-book_schedule .col-sm-9 {
    max-width: 70%;
    flex: 70%;
}
.schedule_modal .modal-dialog .modal-content .calender-book_schedule .col-sm-3 {
    flex: 30%;
    max-width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-content: space-between;
}
.schedule_modal .modal-dialog .modal-content .calender-book_schedule .left-timing.timer-element span.days-part {
    font-weight: 500;
    background-color: #F4F4F4;
    padding: 10px;
    border-radius: 4px;
    font-size: 16px;
    color: #626262;
    text-transform: capitalize;
}
.schedule_modal .modal-dialog .modal-content .calender-book_schedule .left-timing.timer-element {
    text-align: end;
}
.schedule_modal .modal-dialog .modal-content .calender-book_schedule .timing-start span.minutes-part {
    background-color: #F4F4F4;
    font-size: 16px;
    font-weight: 500;
    color: #626262;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.schedule_modal .modal-dialog .modal-content .calender-book_schedule .timing-start .time-sub-part span.life {
    font-size: 24px;
    font-weight: 500;
    color: #626262;
    margin: 0px 4px;
}
.schedule_modal .modal-dialog .modal-content .calender-book_schedule .left-timing.timer-element p {
    text-align: center;
    color: #626262;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
}

.schedule_modal .modal-dialog .modal-content .calender-book_schedule .timing-start .time-sub-part {
    display: flex;
    align-items: center;
    justify-content: center;
}
.schedule_modal .modal-dialog .modal-content .modal-body .calender-book_schedule .webinar-part .both-part .date_part {
    display: flex;
    align-items: center;
    gap: 2px;
}
.schedule_modal .modal-dialog .modal-content .modal-body .calender-book_schedule .webinar-part .both-part .time_part {
    display: flex;
    align-items: center;
    gap: 2px;
}
.schedule_modal .modal-dialog .modal-content .modal-body .calender-book_schedule .webinar-part .both-part img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.schedule_modal .modal-dialog .modal-content .modal-body .calender-book_schedule .webinar-part .both-part p {
    color: #787878;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.schedule_modal .modal-dialog .modal-content .calender-book_schedule .chapter-according .text-part h4 {
    border-radius: 4px;
    background-color: rgb(255 203 7 / 10%);
    padding: 4px;
    font-size: 14px;
    color: #A3A3A3;
    font-weight: 400;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 4px;
}
.schedule_modal .modal-dialog .modal-content .calender-book_schedule .chapter-according .text-part p span.aim-span {
    font-weight: 700;
}
.schedule_modal .modal-dialog .modal-content .calender-book_schedule .chapter-according .text-part h5.user-role {
    color: #626262;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 2px;
}
.schedule_modal .modal-dialog .modal-content .calender-book_schedule .chapter-according .text-part h4 span.dot {
    width: 8px;
    height: 8px;
    background-color: #FFCB07;
    border-radius: 50%;
}
.schedule_modal .modal-dialog .modal-content .modal-body .calender-book_schedule .webinar-part .jhgfjh {
    height: 100%;
    display: table;
}
.schedule_modal .modal-dialog .modal-content .modal-header {
    border-radius: 12px 12px 0px 0px;
}
.schedule_modal .modal-dialog .modal-content .modal-body {
    padding: 16px;
}
.schedule_modal .modal-dialog .modal-content .modal-body .calender-book_schedule .webinar-part {
    height: 100%;
}
.schedule_modal .modal-dialog .modal-content .modal-body .calender-book_schedule .webinar-part .how_time {
    height: 100%;
    padding: 8px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.schedule_modal .modal-dialog .modal-content .calender-book_schedule {
    display: block;
}
/*10-07-2024*/

.no_appointments_calender_sec_main {
    border: 1px solid #DADADA;
    border-radius: 24px;
    padding: 58px 50px 60px 50px;
    background: #fff;
    margin-top: 32px;
}
section.second-new-dashboard .latest-notifiation .nitfication-first:last-child {
    margin-bottom: 20px;
}
.no_appointments_calender_sec_main .no_appointments_calender_sec_main_inner {
    text-align: center;
}

.no_appointments_calender_sec_main .no_appointments_calender_sec_main_inner img {
    width: 302px;
    max-width: 100%;
}

.no_appointments_calender_sec_main .no_appointments_calender_sec_main_inner p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #626262;
    margin-top: 15px;
}

.no_appointments_calender_sec_main .no_appointments_calender_sec_main_inner .Schedule_now_btn {
    margin-top: 16px;
}

.no_appointments_calender_sec_main .no_appointments_calender_sec_main_inner .Schedule_now_btn a {
    padding: 12px 32px 12px 32px;
    border-radius: 12px;
    background: #0FBBC3;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color: #fff;
    border: 1px solid #0FBBC3;
}

.no_appointments_calender_sec_main .no_appointments_calender_sec_main_inner .Schedule_now_btn a:hover {
    background: transparent;
    color: #0FBBC3!important;
}

/*modal css*/

  .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.admin_calandr_modal .modal-content {
    border: 1px solid #D8D8D8;
    border-radius: 8px;
}

.admin_calandr_modal .calender-book_schedule .transfer_btn_part a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    background: #93268f;
    padding: 4px 16px 4px 16px;
    border-radius: 6px;
    color: #fff;
    border: 1px solid #93268f;
}
.admin_calandr_modal .calender-book_schedule .join_btn_part a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    background: #93268f;
    padding: 4px 16px 4px 16px;
    border-radius: 6px;
    color: #fff;
    border: 1px solid #93268f;
}

.admin_calandr_modal .calender-book_schedule .transfer_btn_part a:hover {
   color: #93268f;
   background:transparent; 
  
}
.admin_calandr_modal .calender-book_schedule .join_btn_part a:hover {
   color: #93268f;
   background:transparent; 
  
}

.admin_calandr_modal .calender-book_schedule .webinar-part .chapter-according .time_part p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #0FBBC3;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.admin_calandr_modal .calender-book_schedule .webinar-part .chapter-according .text-part p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #626262;
}

.admin_calandr_modal .calender-book_schedule .webinar-part .chapter-according .text-part h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    margin-bottom: 0px;
    color: #26282C;
}

.admin_calandr_modal .calender-book_schedule .webinar-part .how_time img {
    width: auto;
    height: 30px;
    object-fit: contain;
}

.admin_calandr_modal .calender-book_schedule .webinar-part .how_time .staring-time {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #212525;
}
.admin_calandr_modal .calender-book_schedule .webinar-part .how_time .ending-part {
font-family: Poppins;
font-size: 14px;
font-weight: 400;
line-height: 21px;
text-align: center;
color: #A9ABAF;
}

.admin_calandr_modal .calender-book_schedule .webinar-part .how_time {
    text-align: center;
    background: #F5F5F5;
    padding: 10px 12px 10px 12px;
    border-radius: 4px;
}

.admin_calandr_modal .modal-header {
    background: #F5F5F5;
    padding: 10px 16px 10px 16px;
    align-items: center;
    border: none;
}

.admin_calandr_modal .modal-header .modal-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0;
}

.admin_calandr_modal .calender-book_schedule {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.admin_calandr_modal .modal-header .close span i {
    color: #787878;
    font-size: 22px;
}

.admin_calandr_modal .calender-book_schedule .webinar-part {
    display: flex;
    align-items: center;
    gap: 10px;
}

.admin_calandr_modal .modal-dialog {
    width: 538px;
    max-width: 100%;
}

/*modal css* end/

 /*09-07-2024*/

body .fc-link-button .fc-webinar-link {

    display: none;

}
body .fc-link-button .fc-class-link {

    display: none;

}
 
 .fc-timegrid-axis-frame p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    color: #989b9e;
}

  .fc-timeGridWeek-view .fc-scrollgrid-sync-table {
    display: none;
}

.fc-timeGridWeek-view td.fc-timegrid-divider.fc-cell-shaded {
    display: none;
}

.fc-timeGridDay-view .fc-scrollgrid-sync-table {
    display: none;
}

.fc-timeGridDay-view td.fc-timegrid-divider.fc-cell-shaded {
    display: none;
}

  /*08-07-2024*/

  #calendar .fc-header-toolbar .fc-toolbar-chunk button:focus {
    box-shadow: none;
}

  .fc-listMonth-view  .fc .fc-cell-shaded, .fc-listMonth-view .fc .fc-day-disabled {
    background: #FFFAE6 !important;
}

  table.fc-col-header .fc-day-today.today-event .fc-scrollgrid-sync-inner a.fc-col-header-cell-cushion a.day-number {
    background: #93268f;
    display: inline-flex;
    width: 53px;
    color: #fff!important;
    height: 53px;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #93268f;
    margin-top: 10px;
}

table.fc-col-header .fc-day .fc-scrollgrid-sync-inner a.fc-col-header-cell-cushion a.day-number {
    background: transparent;
    display: inline-flex;
    width: 53px;
    height: 53px;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #E0E0E0;
    margin-top: 10px;
}

#calendar .fc-listMonth-view .fc-scroller::-webkit-scrollbar {
  width: 0px;
}


#calendar .fc-listMonth-view .fc-scroller {
    overflow-x: hidden!important;
    overflow-y: unset!important;
}


  /*05-07-2024*/

.fc-daygrid-body .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame .fc-daygrid-day-top .fc-daygrid-day-number {
    color: #93268f !important;
}

.fc-view .counselling-event .fc-list-event-dot {
    border: calc(var(--fc-list-event-dot-width) / 2) solid #ffcb07;
}

  .fc .fc-daygrid-event-harness {
    overflow: hidden;
}

table.fc-col-header .fc-day-today.today-event .fc-scrollgrid-sync-inner {
    border-bottom: 3px solid #93268f;
    background: #93268F0D;
}

table.fc-col-header .fc-day-today.today-event .fc-scrollgrid-sync-inner a {
    color: #93268f !important;
}

.fc .fc-button-group button {
    box-shadow: none !important;
    text-transform: capitalize;
}

.fc-view .counselling-event {
    border: 0px  !important;
    background-color:unset !important;
}
/*--4-04-2025---*/
.fc-dayGridMonth-view .fc-daygrid-day-events .fc-daygrid-event-harness {
  border-left: 4px solid #FFCB07 !important;
  background-color: #FFCB071A !important;
  border-right: 0px !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
  /* border-top-left-radius: 10px;
border-bottom-left-radius: 10px; */
width:unset!important;
display: flex;
align-items: center;
height:30px;
margin-bottom: 1px;
}
.fc-dayGridMonth-view .fc-daygrid-day-events .fc-daygrid-event-harness .fc-event-time .fc-event-hr-min {
  display: none;
}
.fc-timeGridWeek-view .fc-timegrid-col-events .fc-timegrid-event-harness.fc-timegrid-event-harness-inset {
  border-left: 3px solid #FFCB07 !important;
  background-color: #FFF5D0 !important;
  border-right: 0px !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
  /* border-top-left-radius: 10px; */
  /* border-bottom-left-radius: 10px; */
  display: flex;
  height:30px;
  align-items: anchor-center;
}
.fc-timeGridDay-view .fc-timegrid-col-events .fc-timegrid-event-harness {
  border-left: 4px solid #FFCB07 !important;
  background-color:#FFF5D0 !important;
  border-right: 0px !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
  /* border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; */
  width: 32%;
  display: flex;
  align-items: center;
}
.fc-timeGridWeek-view .fc-timegrid-col-events .fc-timegrid-event-harness.fc-timegrid-event-harness-inset .fc-event-main .fc-event-time .fc-event-hr-min img,
.fc-timeGridDay-view .fc-timegrid-col-events .fc-timegrid-event-harness.fc-timegrid-event-harness-inset .fc-event-main .fc-event-time .fc-event-hr-min img,
.fc-dayGridMonth-view .fc-daygrid-day-events .fc-daygrid-event-harness .fc-event .fc-event-time .fc-event-hr-min img {
  height: 10px;
  width: 10px;
  margin-right: 3px;
  margin-top:-2px;
}

.fc-timeGridDay-view .fc-timegrid-col-events .fc-timegrid-event-harness.fc-timegrid-event-harness-inset .fc-event-main .fc-event-time p:nth-child(1),
.fc-timeGridDay-view .fc-timegrid-col-events .fc-timegrid-event-harness.fc-timegrid-event-harness-inset .fc-event-main .fc-event-time p:nth-child(2) {
  font-weight:600;
    font-size: 12px;
    color: #181818;
}
.fc-timeGridDay-view .fc-timegrid-col-events .fc-timegrid-event-harness.fc-timegrid-event-harness-inset .fc-event-main .fc-event-time .fc-event-time-inner,
.fc-timeGridWeek-view .fc-timegrid-col-events .fc-timegrid-event-harness.fc-timegrid-event-harness-inset .fc-event-main .fc-event-time .fc-event-time-inner {
  display: flex;
  gap: 5px;
  margin-left: 10px;
  margin-top: -5px;
}
.fc-timeGridDay-view .fc-timegrid-col-events .fc-timegrid-event-harness.fc-timegrid-event-harness-inset .fc-event-main .fc-event-time .fc-event-hr-min {
  margin-top: -24px;
  font-size:12px;
  color: #767676;
}
.fc-timeGridDay-view .fc-timegrid-col-events .fc-timegrid-event-harness.fc-timegrid-event-harness-inset .fc-event-main .fc-event-time {
  display: flex;
  flex-direction:row;
  align-items: baseline;
  gap:5px !important;
  margin-top:25px!important;
}
.fc-timeGridWeek-view .fc-timegrid-col-events .fc-timegrid-event-harness.fc-timegrid-event-harness-inset .fc-event-main .fc-event-time .fc-event-time-inner  p:nth-child(1),
.fc-timeGridWeek-view .fc-timegrid-col-events .fc-timegrid-event-harness.fc-timegrid-event-harness-inset .fc-event-main .fc-event-time .fc-event-time-inner  p:nth-child(2) {
    font-weight: 400;
    font-size: 12px;
    color:#181818;
}
.fc-timeGridWeek-view .fc-timegrid-col-events .fc-timegrid-event-harness.fc-timegrid-event-harness-inset .fc-event-main .fc-event-time{
  display: flex;
  flex-direction: column;
  align-items: baseline;
  flex-wrap: wrap;
}
.fc-timeGridWeek-view .fc-timegrid-col-events .fc-timegrid-event-harness.fc-timegrid-event-harness-inset .fc-event-main .fc-event-time  .fc-event-hr-min {
  font-size: 12px;
}
.fc-dayGridMonth-view .fc-daygrid-day-events .fc-daygrid-event-harness .fc-event-time {
  display: flex;
  flex-direction:row;
}
.fc-dayGridMonth-view .fc-daygrid-day-events .fc-daygrid-event-harness .fc-event-time .fc-event-time-inner {
  display: flex;
  gap: 5px;
  margin-top: 15px;
}
.fc-dayGridMonth-view .fc-daygrid-day-events .fc-daygrid-event-harness .fc-event-time .fc-event-time-inner p:nth-child(1),
.fc-dayGridMonth-view .fc-daygrid-day-events .fc-daygrid-event-harness .fc-event-time .fc-event-time-inner p:nth-child(2){
font-weight: 500;
font-size: 12px;
}
.fc-timeGridWeek-view .fc-timegrid-col-events .fc-timegrid-event-harness.fc-timegrid-event-harness-inset .fc-event-main .fc-event-time .fc-event-hr-min {
  font-size: 12px;
  font-weight:400;
  margin-top: -22px;
  color: #767676;
}
.fc-timeGridDay-view .fc-timegrid-col-events .fc-timegrid-event-harness.fc-timegrid-event-harness-inset .fc-event-main .fc-event-time .fc-event-time-inner, .fc-timeGridWeek-view .fc-timegrid-col-events .fc-timegrid-event-harness.fc-timegrid-event-harness-inset .fc-event-main .fc-event-time .fc-event-time-inner p:first-child {
  font-weight: 600;
}
/*--4-04-2025---*/
table.fc-col-header .fc-scrollgrid-sync-inner a {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.fc-timeGridWeek-view .fc-timegrid-event {
    width: 100%!important;
    padding-right: 9px!important;
}

  /*03-07-2024*/
  .fc-timegrid-event-short .fc-event-time::after {
  content: " "!important;
  }
  .fc-timeGridWeek-view.fc-view.fc-timegrid .fc-event-today {
    width: 100%!important;
}
  .fc-timegrid-event{
      width:fit-content!important;
  }
  /*.fc .fc-daygrid-day.fc-day-today {
  background-color: var(--fc-today-bg-color) !important;
}
.fc .fc-timegrid-col.fc-day-today {
  background-color: var(--fc-today-bg-color) !important;
}*/
  /*26-06-2024*/

.fc-listMonth-view .fc-event {
    margin: 2px;
/*    z-index: -1;*/
}

  .fc-listMonth-view td.fc-list-event-graphic {
    border: none;
  }

.fc-listMonth-view td.fc-list-event-title {
    color: #181818;
    font-weight: 600;
    font-size: 16px;
    font-family: "Poppins";
    white-space: break-spaces;
    border: none;
    text-transform: capitalize;
}

.fc-listMonth-view td.fc-list-event-time {
    color: #626262 !important;
    font-weight: 400;
    font-size: 14px;
    border: none;
    width: 160px;
}

  .fc-listMonth-view .fc-event {
    border-radius: 0px;
  }

  .fc-listMonth-view .fc-list-day-cushion.fc-cell-shaded a {
    color: #626262;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
  }


  .fc-daygrid-event-dot {
    display: none;
  }

  /* .fc-timeGridWeek-view.fc-view.fc-timegrid .fc-event-today {
    border-left: 4px solid #FFCB07 !important;
    border-right: 0px !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
    background-color: #FFCB071A !important;
  } */

  .fc .fc-timegrid-slot-label {
    vertical-align: middle;
    background-color: #F6F6F6 !important;
  }

  .fc-direction-ltr .fc-timegrid-slot-label-frame {
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    background-color: #F6F6F6;
  }

  .fc .fc-timegrid-axis-frame {
    justify-content: center;  
  }

  .fc .fc-timegrid-axis-cushion {
    flex-shrink: 0;
    max-width: fit-content;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize;
    color: #929599;
  }

  .fc-theme-standard .fc-scrollgrid colgroup col {
    width: 110px !important;
}

  .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk button.fc-today-button {
    text-transform: capitalize;
    opacity: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }

  .fc .fc-daygrid-day.fc-day-today {
    background: none;
  }

 .fc-dayGridMonth-view .fc-event {
    border-radius: 0px;
    width: 100%!important;
}

  .fc-theme-standard td {
    background: none !important;
  }

/*.fc-timeGridDay-view.fc-view.fc-timegrid .fc-event-today {
    border-left: 4px solid #FFCB07 !important;
    border-right: 0px !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
    background-color: #FFCB071A !important;
    width: 100%!important;
}
*/
  /*26-06-2024 end*/

  .calendar-banner .inner-part-re {
    background: url(../assets/images/profile-banner.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
    background-position: right;
    text-align: center;
    margin-top: 0px;
/*    margin-bottom: 50px;*/
  }

  .calendar-banner .inner-part-re h2 {
    color: #fff;
    font-size: 64px;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: left;
  }

  .fc .fc-toolbar-title {
    font-size: 24px;
/*    margin-left: -247px;*/
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: #000;
  }

  .calendar-banner .inner-part-re b {
    font-weight: 600;
  }

  .calendar-banner .inner-part-re p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0px;
    text-align: left;
  }


 #calendar .fc-scroller {
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }


  .fc .fc-scrollgrid-liquid {
    height: 100%;
    overflow: hidden;
  }

  .fc .fc-button-primary:not(:disabled).fc-button-active,
  .fc .fc-button-primary:not(:disabled):active {
    background-color: #FAF4F9 !important;
    border-color: #E9D4E9 !important;
    color: #93268F !important;
  }

  .fc .fc-button-primary {
    background-color: #fff !important;
    border-color: #DADADA !important;
    color: #898989 !important;
  }

  .fc-event,
  .fc-event-dot {
    background-color: #0FBBC31A !important;
  }

  .fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 4px;
    border-left: 4px solid #0fbbc3 !important;
    border-right: 0px !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
    padding: 10px 5px 10px 5px;
    width: 100%!important;
  }

 /* .fc-v-event {
    height: 50px;
  }*/
  .fc-timegrid-event-harness > .fc-timegrid-event {
    inset: 0px;
    position: relative;
}

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    margin-right: 3px;
    color: #181818 !important;
    font-weight: 500;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

  .fc-daygrid-dot-event .fc-event-title {
    color: #181818;
    font-weight: 600;
    font-size: 14px;
    font-family: "Poppins";
    white-space: break-spaces;
    text-transform: capitalize;
  }

  .fc-event-today {
    border-left: 4px solid #FFCB07 !important;
    border-right: 0px !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
    background-color: #FFCB071A !important;
  }

  /*.fc-event-today {
    background-color: #FFCB071A !important;
}
*/
  .fc-theme-standard .fc-scrollgrid {
    border: 1px solid var(--fc-border-color);
    background-color: #fff !important;
    /* border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px; */
  }

  .fc-scrollgrid-sync-inner a {
    color: #989b9e !important;
    font-size: 20px;
    font-weight: 500;
    font-family: "Poppins";
  }

.fc-timegrid-event .fc-event-time {
    color: #181818 !important;
    font-weight: 500;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 3px;
}
  
  .fc-v-event .fc-event-title {
    color: #181818;
    font-weight: 600;
    font-size: 14px;
    font-family: "Poppins";
    text-transform: capitalize;
  }

  .fc .fc-timegrid-axis-frame {
    background-color: #F6F6F6;
    height: 100px;
  }

  .fc .fc-timegrid-slot-label {
    vertical-align: middle;
    background-color: #F6F6F6;
  }

  .fc-link-button {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
  }

  .fc-link-button .fc-webinar-link {
    padding: 7px 8px;
    background-color: #0FBBC31A;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Poppins";
    color: #626262 !important;
    display: flex;
    align-items: center;
    gap: 5px;
  }

 .fc-timegrid-event {
    border-left: 4px solid #0fbbc3 !important;
    border-right: 0px !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
    padding: 0px!important;
}

  .fc-link-button .fc-Counselling-link {
    padding: 7px 8px;
    background-color: #FFCB071A;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Poppins";
    color: #626262 !important;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .fc-link-button .fc-class-link {
    padding: 7px 8px;
    background-color: #2997FC1A;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Poppins";
    color: #626262 !important;
    display: flex;
    align-items: center;
    gap: 5px;
}

  .fc-link-button .fc-webinar-link span.web-icon {
    background-color: #0FBBC3;
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }

  .fc-link-button .fc-Counselling-link span.cou-icon {
    background-color: #FFCB07;
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }

  .fc-link-button .fc-class-link span.cla-icon {
    background-color: #2997FC;
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }

  .fc-timegrid-axis-cushion {
    color: #989b9e;
  }

  .fc-timegrid-slot-label-cushion {
    color: #989b9e;
  }

  .fc-col-header-cell-cushion {
    color: #989b9e;
  }

  #calendar-container {
    min-height: 816.296px !important;
    /*max-width:716px;*/
    /*margin:0 auto;*/
    margin-bottom: 50px;
  }

  #calendar {
    height:870.296px !important;
    /*max-width:716px;*/
  }

  #fc-can {
    margin: 0px 249px -68px 0px;
    padding: 30px 0px;
  }

  .schedules-part {
    margin-top: 33px;
  }

  .schedules-part .heading-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .schedules-part .heading-part h2 {
    color: #26282C;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
  }

  .schedules-part .heading-part a {
    color: #93268F;
    font-size: 20px;
    font-weight: 500;
  }

  .schedules-part .inner-schedules {
    border: 1px solid #E7E6F0;
    background-color: #fff;
    padding: 16px;
    border-radius: 16px;
    margin-top: 10px;
  }

  .schedules-part .inner-schedules .main_part:first-child {
    margin-top: 0px;
  }

  .schedules-part .inner-schedules .excatly {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .schedules-part .inner-schedules .excatly img {
    width: 16px;
    height: 16px;
  }

  .schedules-part .inner-schedules .excatly span.date-part {
    color: #626262;
    font-size: 14px;
    font-weight: 400;
    margin-top: 1px;
  }

  .schedules-part .inner-schedules .webinar-part {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
  }

  .schedules-part .inner-schedules .webinar-part .how_time {
    text-align: center;
  }

  .schedules-part .inner-schedules .webinar-part .how_time p.staring-time {
    color: #212525;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
  }

  .schedules-part .inner-schedules .webinar-part .how_time img {
    width: auto;
    height: 30px;
    object-fit: contain;
  }

  .schedules-part .inner-schedules .webinar-part .how_time p.ending-part {
    color: #A9ABAF;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
  }

  .schedules-part .inner-schedules .webinar-part .chapter-according {
    display: flex;
    align-items: center;
    border: 1px solid #E7E6F0;
    border-radius: 8px;
    padding: 10px;
    width: 100%;
  }

  .schedules-part .inner-schedules .webinar-part .chapter-according .text-part {
    width: 90%;
  }

  .schedules-part .inner-schedules .webinar-part .chapter-according .text-part .web-part {
    background-color: rgb(15 187 195 / 10%);
    padding: 0px 6px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
    width: fit-content;
    margin-bottom: 4px;
  }

  .schedules-part .inner-schedules .webinar-part .chapter-according .text-part h2 {
    color: #26282C;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    width: 235px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
  }

  .schedules-part .inner-schedules .webinar-part .chapter-according .text-part p {
    width: 235px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    color: #626262;
    font-size: 14px;
    font-weight: 400;
  }

  .schedules-part .inner-schedules .webinar-part .chapter-according .redirect-part {
    width: 10%;
  }

  .schedules-part .inner-schedules .webinar-part .chapter-according .redirect-part img {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }

  .schedules-part .inner-schedules .webinar-part .chapter-according .text-part .web-part span.dot-part {
    background-color: #0FBBC3;
    width: 8px;
    display: flex;
    height: 8px;
    border-radius: 50%;
  }

  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
  }

  /*media query*/
 /*@media (max-width: 1700px) {

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
  width: 150px;
}

}*/

  @media (max-width: 1550px) {

    .fc .fc-toolbar-title {
    font-size: 20px;
}
    .calendar-banner .inner-part-re h2 {
      font-size: 55px;
    }

    .calendar-banner .inner-part-re p {
      font-size: 18px;
    }
  }

    @media (max-width: 1440px) {

.fc .fc-toolbar-title {
    font-size: 18px;
  /*margin-left: -236px;*/
}

.fc-link-button a {
    font-size: 13px!important;
    padding: 4px 8px!important;
}

.fc .fc-button-group button {
    font-size: 13px;
}

.fc-toolbar-chunk button {
    font-size: 14px!important;
    padding: 4px 8px!important;
    line-height: 22px!important;
}

#fc-can {
    margin: 0px 249px -64px 0px;
}


  }

   @media (max-width: 1400px) {

    /*.fc .fc-toolbar-title {
        margin-left: -252px;
    }*/

   }

   @media (max-width: 1300px) {

    /*.fc .fc-toolbar-title {
    margin-left: -224px;
    }*/

    .fc .fc-toolbar-title {
    font-size: 13px;
   /*margin-left: -236px;*/
}

   }


@media (max-width: 1024px) {
/*-14-04-2025*/
.fc-timeGridWeek-view.fc-view.fc-timegrid,
  .fc-timeGridDay-view.fc-view.fc-timegrid,
  .fc-dayGridMonth-view.fc-view.fc-daygrid{
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  display: block;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For IE/Edge */
  -webkit-overflow-scrolling: touch;
}
.fc-scrollgrid {
  min-width: 1000px; /* enough width to trigger scrolling */
}
.fc-timegrid-col {
  min-width: 150px; /* make day columns wide enough */
}
table.fc-col-header .fc-scrollgrid-sync-inner a {
  padding: 3.5px;
}
.fc-scroller::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.fc-timegrid-slot-label {
  white-space: nowrap;
  min-width: 60px;
}
/*-14-04-2025*/
#fc-can {
    margin: 0px 205px -64px 0px;
}

.fc .fc-toolbar-title {
    font-size: 13px;
   /*margin-left: -203px;*/
}

.fc-scrollgrid-sync-inner a {
    font-size: 16px;
    line-height: 20px;
}

.fc .fc-timegrid-axis-cushion {
    font-size: 16px;
    line-height: 20px;
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
    font-size: 14px;
    line-height: 20px;
}

.fc-toolbar-chunk button .fc-icon {
    font-size: 12px!important;
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    margin-left: 0.25em;
}

.fc-toolbar-chunk button {
    font-size: 13px!important;
    padding: 4px 6px!important;
    line-height: 22px!important;
}

.fc-link-button a {
    font-size: 12px!important;
    padding: 4px 6px!important;
}

}

@media (max-width: 991px) {

.counseller-dashboard .inner-counseller-part .request-seesion-part .heading-main-sesson .my-calender-part a {
    font-size: 14px;
}

}


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

    .schedules-part .inner-schedules .webinar-part .chapter-according .text-part h2 {
      width: auto;
    }

    .schedules-part .inner-schedules .webinar-part .chapter-according .text-part p {
      width: auto;
    }

    .schedules-part .inner-schedules .webinar-part .chapter-according {
      width: 79%;
    }
  }
  .join-event-now {
    cursor: pointer;
    /* Ensure there are no styles preventing the default action */
}

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

.no_appointments_calender_sec_main .no_appointments_calender_sec_main_inner img {
    width: 240px;
}

.no_appointments_calender_sec_main .no_appointments_calender_sec_main_inner p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
}

.no_appointments_calender_sec_main .no_appointments_calender_sec_main_inner .Schedule_now_btn a {
    padding: 12px 32px 12px 32px;
    font-size: 20px;
    line-height: 28px;
}

.no_appointments_calender_sec_main {
    padding: 50px 50px 50px 50px;
}

 }

@media (max-width:767px) {

.admin_calandr_modal .modal-dialog {
    width: auto;
    max-width: 100%;
}

.admin_calandr_modal .calender-book_schedule .webinar-part .chapter-according .text-part h2 {
    font-size: 14px;
    line-height: 20px;
}

.admin_calandr_modal .calender-book_schedule .webinar-part .chapter-according .text-part p {
    font-size: 12px;
    line-height: 20px;
}

.admin_calandr_modal .calender-book_schedule .webinar-part .chapter-according .time_part p {
    font-size: 12px;
    line-height: 20px;
}

.admin_calandr_modal .calender-book_schedule .webinar-part .how_time .staring-time {
    font-size: 12px;
}

.admin_calandr_modal .calender-book_schedule .webinar-part .how_time .ending-part {
    font-size: 10px;
}

.admin_calandr_modal .calender-book_schedule .transfer_btn_part a {
    font-size: 12px;
    line-height: 20px;
    padding: 4px 12px 4px 12px;
}
.admin_calandr_modal .calender-book_schedule .join_btn_part a {
    font-size: 12px;
    line-height: 20px;
    padding: 4px 12px 4px 12px;
}
.admin_calandr_modal .calender-book_schedule .webinar-part .chapter-according .time_part p img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

}
@media (max-width:390px) {
  .fc-timeGridDay-view .fc-scroller-harness .fc-scroller table.fc-col-header {
    width:1000px !important;
  }
  /* .fc .fc-toolbar-title {
    font-size: 13px;
    margin-left: 0px!important;
} */
#calendar .fc-header-toolbar .fc-toolbar-chunk:nth-child(1){
  display:flex;
  }
  .fc .fc-toolbar-title {
    font-size: 10px!important;
    margin-left: 0px!important;
}
}

@media (max-width:430px) {
  .fc-timeGridDay-view .fc-scroller-harness .fc-scroller table.fc-col-header {
    width:1000px !important;
  }
  .fc .fc-toolbar-title {
    font-size:14px!important;
    margin-left: 0px!important;
    position: relative;
    top: 4px;

}

}
.hidden {
  display: none;
}