/* MAIN CONTAINER */
.edvdo_booking_datepicker {
  background: #ffffff !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08) !important;
  padding: 16px !important;
  width: 100% !important;
  border: none !important;
}

/* HEADER */
.edvdo_booking_datepicker .ui-datepicker-header {
  background: none !important;
  border: none !important;
  color: #111 !important;
  font-weight: bold !important;
  font-size: 18px !important;
  text-align: center !important;
  margin-bottom: 10px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.edvdo_booking_datepicker .ui-datepicker-title {
  flex: 1 !important;
  text-align: center !important;
}

/* ARROWS */
.edvdo_booking_datepicker .ui-datepicker-prev,
.edvdo_booking_datepicker .ui-datepicker-next {
  width: 32px !important;
  height: 32px !important;
  background: none !important;
  border: none !important;
  color: #3f4dcb !important;
  cursor: pointer !important;
  font-size: 18px !important;
}

.edvdo_booking_datepicker .ui-datepicker-prev span,
.edvdo_booking_datepicker .ui-datepicker-next span {
  display: none !important;
}

.edvdo_booking_datepicker .ui-datepicker-prev:after {
  content: "‹" !important;
}

.edvdo_booking_datepicker .ui-datepicker-next:after {
  content: "›" !important;
}

/* WEEKDAY HEADERS */
.edvdo_booking_datepicker .ui-datepicker th {
  color: #333 !important;
  font-weight: 500 !important;
  padding: 4px 0 !important;
  font-size: 13px !important;
}

/* DATE CELLS */
.edvdo_booking_datepicker .ui-datepicker td {
  text-align: center !important;
  padding: 6px !important;
}

.edvdo_booking_datepicker .ui-datepicker td a {
  display: inline-block !important;
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
  border-radius: 50% !important;
  text-decoration: none !important;
  color: #222 !important;
  transition: all 0.3s !important;
  font-size: 14px !important;
}


/* DATE CELLS */
.edvdo_booking_datepicker .ui-datepicker td a {
  display: inline-block !important;
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
  border-radius: 50% !important;
  text-decoration: none !important;
  color: #222 !important;
  transition: all 0.3s !important;
  font-size: 14px !important;
  background-color: transparent !important;  /* Remove background */
  border: none !important;                  /* Remove border */
}


/* HOVER */
.edvdo_booking_datepicker .ui-datepicker td a:hover {
  background-color: #f0f0f0 !important;
}

/* SELECTED DATE */
.edvdo_booking_datepicker .ui-datepicker-current-day a {
  background-color: #3f4dcb33 !important;
  color: #242424 !important;
}

/* TODAY */
.edvdo_booking_datepicker .ui-datepicker-today a {
  border: 2px solid #d3d3d3 !important;
  color: #000 !important;
}

/* WEEKENDS */
.edvdo_booking_datepicker .ui-datepicker-week-end a {
  color: #e53935 !important;
}

/* DISABLED/OTHER MONTHS */
.edvdo_booking_datepicker .ui-datepicker-unselectable span,
.edvdo_booking_datepicker .ui-datepicker-other-month {
  color: #ccc !important;
}






























/*--------------------the below css is used for book a new session in career expert page appointment form-----------------------------*/


.combined-calendar-form-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}


.student-appointment-calendar-container{
	width: 35%;
}

.student-appointment-form-container{
	width: 100%;
}

.form-column {
    padding: 0 20px 0 20px;
    width: 65%;
    
}
.form-column input[type="checkbox"],
.form-column input[type="radio"]{
    display: none !important;
}

/* Dropdown styling */
#session-type {
    width: 100%;
    height: 65px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    margin-bottom: 10px;
}

/* Session Mode Outer Box */
.session-mode-container {
    width: 100%;
    height: 62px;
    border-radius: 8px;
    background-color: #3f4dcb;
	color: #fff;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* Tabs inside the session mode container */
.tabs {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
}

.tab-button {
    width: 33%;
    height: 49px;
    border-radius: 8px;
    cursor: pointer;
    margin-right: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:none;
}

.tab-button.active {
    background-color: rgba(255, 255, 255, 1);
}

.mode-tab-button {
    width: 33%;
    height: 49px;
    border-radius: 8px;
    cursor: pointer;
    margin-right: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:none;
}

.mode-tab-button.active {
    background-color: rgba(255, 255, 255, 1);
	color: #242424;
}


/* Time Slot Tabs */
.time-tabs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.time-slot {
    width: 24.5%;
    height: 56px;
    margin: 0.5% 0.5% 0 0;
    border: 1px solid rgba(0, 0, 57, 0.4);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
}

.time-slot.active {
    background-color: #3f4dcb44; /* translucent blue */
    border: 2px solid #3f4dcb;
    box-shadow: 0 0 5px rgba(63, 77, 203, 0.6);
}

.time-slot:hover {
    background-color: #e6e9ff;
    border-color: #3f4dcb;
}


/* Additional Info box */
.additional-info {
    width: 810px;
    height: 187px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 57, 0.4);
    background-color: rgba(255, 255, 255, 1);
}

.additional-info-text-area{
    width: 100%;
    border: 1px solid rgba(0, 0, 57, 0.2);
    border-radius: 5px;
    padding: 0.5rem 1rem;
    transition: all .3s;
	height: 52px;
}

.additional-info-text-area:active{
    border: 1px solid rgba(0, 0, 57, 0.5);
}


#save-for-later:hover {
    background-color: rgb(0, 0, 57, 1);
    color: #ffffff;
}

#schedule-appointment {
    width: 30%;
    height: 54px;
    background-color: rgba(63, 77, 203, 1);
    border-radius: 5px;
    border: 1px solid rgba(132, 132, 132, 1);
    color: #fff;
    cursor: pointer;
    margin: 5px 0 5px 5px;
}

#schedule-appointment:hover {
    background-color: rgba(0, 0, 57, 1);
}

.expert_buttons{

    display: flex;
}

/*--------------------the above css is used for book a new session in career expert page calender and appointment form-----------------------------*/