.ct_right_dropdown.dropdown ul {
    padding: 0px;
    border: 0px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.09);
    z-index: 9999999;
    background: fff!important;

}
.ct_right_dropdown.dropdown .dropdown-item:hover {
  background-color: #000;
  color: #fff;
}
.ct_right_dropdown button {
  border: 0px;
  padding: 11px 16px;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 6px;
}

.ct_img_30{
    width: 30px;
    height: 30px;
    border-radius: 100px;
    object-fit: cover;
}

body,html{
overflow: unset;
}

.ct_dash_nav ul {
    border-bottom: 1px solid #ccc;
    
}
.ct_dash_nav ul {
     display: flex
;
    align-items: center;
    gap: 10px 30px;
    flex-wrap: wrap;
}
.ct_dash_nav ul  li a{
  padding: 10px 10px;
  display: block;
  position: relative;
}
.ct_dash_nav ul li a:after{
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 0%;
  height: 2px;
  background-color: #219EBC;
  transition: 0.4s ease all;
}
.ct_dash_nav ul li a:hover:after,.ct_dash_nav ul li a.active:after{
  width: 100%;
}
.ct_dash_nav ul li a.active{
  color: #219EBC;
}

.ct_upcomming_event_img img{
  height: 160px;
  width: 100%;border-radius: 20px;
}

.ct_outline_bg{
  border: 2px solid #E1E4EA;
  border-radius: 20px;
  padding: 20px;
}
.ct_upcomming_card{
  margin-bottom: 0px;
}
.ct_upcomming_card figcaption{
  margin-top: 20px;
}

.ct_h_35{
  height: 35px;
}

span.ct_publish_badge {
  background-color: #8ECAE61A;
  padding: 4px 40px;
  border: 1px solid #8ECAE6;
  border-radius: 10px;
  color: #219EBC;
  width: 154px;
  display: block;
  text-align: center;
}
.ct_custom_table table{
  border-collapse: separate;
  border-spacing: 0px  10px;
}
.ct_custom_table th{
  background-color: #8ECAE680;
  vertical-align: middle;
  color: #219EBC;
  padding: 15px 15px;
  font-weight: 500;
  border: 0px;
  white-space: nowrap;
}
.ct_custom_table th:first-child{
  border-radius: 10px 0px 0px 10px;
}
.ct_custom_table th:last-child{
  border-radius: 0px 10px 10px 0px;
}

.ct_custom_table tr td{
  vertical-align: middle;
  border-top: 1px solid #E1E4EA;
  border-bottom: 1px solid #E1E4EA;
  padding: 15px 15px;
  white-space: nowrap;

}
.ct_custom_table tr td:first-child{
  border-radius: 10px 0px 0px 10px;
  border-left: 1px solid #E1E4EA;

}
.ct_custom_table tr td:last-child{
  border-radius: 0px 10px 10px 0px;
  border-right: 1px solid #E1E4EA;


}

.ct_combined_badge{
  background-color: #7FB63F3B;
  border: 1px solid #7FB63F;
  color: #86C146;
  padding: 4px 40px;
border-radius: 10px;
width: 154px;
display: block;

}
.ct_draft_badge{
  background-color: #FFB7031F;
  border: 1px solid #FFB703;
  color: #FFB703;
  padding: 4px 40px;
  width: 154px;
border-radius: 10px;
display: block;
text-align: center;

}

.ct_table_filter {
    display: flex
;
   border-bottom: 1px solid #cccccc;
    align-items: center;
    gap: 10px 25px;
    flex-wrap: wrap;
}

.ct_table_filter  li{
  padding: 10px;
  border-bottom: 2px solid  transparent;
}
.ct_table_filter  li.active{
  border-bottom: 2px solid #219EBC;
  color: #219EBC;
}

.ct_upload_icon {
  background-color: #d9d9d9;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.ct_circle_close {
    width: 20px;
    height: 20px;
    background-color: #EEEEEE;
    border-radius: 100px;
    opacity: 1;
    font-size: 14px;
}

.ct_modal_scroll {
    max-height: calc(100vh - 50px);
    overflow-y: auto;
    padding-bottom: 40px;
    overflow-x: hidden;
}

.ct_yellow_link{
  color: var(--yellow);
  text-decoration: underline;
}
.ct_dark_blue_link{
  color: var(--darkblue);
    text-decoration: underline;
}
.ct_pt_16{
  padding-top: 16px;
}
.ct_mt_16{
  margin-top: 16px;
}

.ct_border_top_light{
  border-top: 1px solid #EAECF0;
}

.ct_text_clr_757886{
  color: #757886;
}
.ct_dot_5{
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background-color: #757886;
  display: flex;
}

.ct_shortcut_list ul{
  display: flex;
  align-items: center;
  gap: 5px;
}

.ct_yellow_card ,.ct_sky_blue_card ,.ct_light_sky_card{
  padding: 30px 22px;
  border-radius: 20px;
}

.ct_light_sky_card{
  background-color: #8ECAE6;
}
.ct_sky_blue_card{
  background-color: #219EBC;
}
.ct_yellow_card{
  background-color: var(--yellow);
}


 .session-stats {
      display: flex;
      justify-content: space-between;
      margin-top: 15px;
      font-size: 16px;
    }


.session-stats span {
    display: flex
;
    font-size: 20px;
    font-weight: 600;
    margin-top: 7px;
    align-items: center;
}

    .booked-dot,
    .completed-dot {
      height: 12px;
      width: 12px;
      border-radius: 50%;
      display: inline-block;
      margin-right: 5px;
      vertical-align: middle;
    }

    .booked-dot {
      background: #89d0f0;
    }

    .completed-dot {
      background: #007fae;
    }

     .ct_custom_table2 th {
      background-color: rgb(83 88 98 / 5%);
      padding: 20px 10px;
      color: #000;
    }
      .ct_img_40 {
      border-radius: 100px;
      width: 40px !important;
      height: 40px;
      object-fit: cover;
    }

       .ct_red_btn {
      background-color: #ff3b30;
      border-color: #ff3b30;
    }
    .ct_red_btn:hover {
      border-color: var(--darkblue);
    }

     .ct_img_56 {
      width: 56px;
      height: 56px;
      object-fit: cover;
      border-radius: 100px;
    }

     .ct_activity_grid_2 li {
      display: grid;
      grid-template-columns: 130px auto;
      gap: 10px;
      margin-bottom: 15px;
    }

       .ct_client_review_2 .owl-nav {
      display: flex !important
      ;
      position: absolute;
      top: -46px;
      right: 0px;
      gap: 15px;
      font-size: 28px;
    }