/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.ct_right_dropdown.dropdown ul {
  padding: 0px;
  border: 0px;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.09);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  border-radius: 6px;
}

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

body,
html {
  overflow: unset;
}

.ct_dash_nav ul {
  border-bottom: 1px solid #ccc;

}

.ct_dash_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 30px;
  -ms-flex-wrap: wrap;
  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;
  -webkit-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  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;
  -o-object-fit: cover;
  object-fit: cover;
}

.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;
}

.ct_publish_badge {
  background-color: #8ECAE61A;
  padding: 4px 10px;
  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_grey th {
  background-color: hsl(220deg 8% 35% / 5%) !important;
  color: #535862 !important;
}

.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 10px;
  width: 154px;
  border-radius: 10px;
  display: block;
  text-align: center;

}

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

.ct_table_filter li {
  padding: 15px;
  border-bottom: 2px solid transparent;
}

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

.ct_table_filter li.active_orange_text {
  color: var(--orange);
}

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

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

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ct_shortcut_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
  font-size: 16px;
}


.session-stats span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  margin-top: 7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
  -o-object-fit: cover;
  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;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100px;
}

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

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

.example {
  display: -ms-grid;
  display: grid;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
  background: -o-linear-gradient(top, white, black);
  background: linear-gradient(to bottom, white, black);
}