/*===================================
Start-Typography
===================================*/
:root {
  --purple: #6941C6;
  --dark-purple: #53389E;
  --purple-sage-bush: #7F56D9;
  --titan-white: #F4EBFF;
  --violet-light: #D6BBFB;
  --white: #ffffff;
  --mirage: #101828;
  --river-bed: #475467;
  --iron: #D0D5DD;
  --pickled-bluewood: #344054;
  --alabaster: #F9FAFB;
  --mist-blue: #667085;
  --black: #000000;
  --Gray-200: #EAECF0;
  --success: #17B26A;
  --unsuccess: #95a5a6;
  --lavender-pinocchio: #E0E0E0;
  --space-grotesk-font: "Space Grotesk", sans-serif;
  --inter-font: "Inter", sans-serif;
  --box-Success-50: #ECFDF3;
  --box-Success-200: #ABEFC6;
  --box-Success-500: #17B26A;
  --box-Success-700: #067647;
  --box-Error-50: #FEF3F2;
  --box-Error-200: #FECDCA;
  --box-Error-500: #F04438;
  --box-Error-700: #B42318;
}
html,body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--space-grotesk-font);
}
a {
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
img {
  max-width: 100%;
  width: auto;
}
p {
  font-family: var(--space-grotesk-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--river-bed);
  margin-bottom: 0;
}
.fs-14 {
  font-size: 14px !important;
}
hr {
  border: 0;
  border-bottom: 1px solid var(--black);
  opacity: 1;
  margin-bottom: 0;
}
hr.light_border {
  border-color: var(--Gray-200);
}
.page-subtitle {
  font-family: var(--space-grotesk-font);
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: var(--mirage);
  margin: 0;
}
.page-subtitle-2 {
  color: var(--pickled-bluewood);
  font-family: var(--space-grotesk-font);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
}
.btn {
  padding: 10px 14px;
  border-radius: 8px;
  font-family: var(--inter-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 1024px) {
  .btn {
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 16px;
  }
}
.btn.btn-primary {
  color: var(--white);
  background: var(--purple-sage-bush);
  border-color: var(--purple-sage-bush);
}
.btn.btn-primary:hover {
  color: var(--pickled-bluewood);
  background: var(--white);
  border-color: var(--pickled-bluewood);
}
.btn.btn-secondary {
  color: var(--pickled-bluewood);
  background: var(--white);
  border-color: var(--pickled-bluewood);
}
.btn.btn-secondary:hover {
  color: var(--white);
  background: var(--purple-sage-bush);
  border-color: var(--purple-sage-bush);
}
.form-control {
  min-height: 44px;
  border-radius: 8px;
  background-color: var(--white);
  border: 1px solid var(--iron);
  color: var(--mist-blue);
  font-family: var(--space-grotesk-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.form-control:focus,
.form-control:active,
.form-control:hover {
  box-shadow: none;
  border: 1px solid var(--iron);
}
.form-label {
  color: var(--pickled-bluewood);
  font-family: var(--space-grotesk-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 6px;
}
.dropdown-toggle::after {
  margin-left: .555em;
  border-top: 0;
  border-right: 1px solid #98A2B3;
  border-bottom: 1px solid #98A2B3;
  border-left: 0;
  transform: rotate(45deg);
  height: 8px;
  width: 8px;
}
.input-group .btn {
  color: var(--pickled-bluewood);
  font-family: var(--space-grotesk-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-color: var(--iron);
  border-right: 0;
  background-color: var(--white);
  margin-right: 0px;
  z-index: 6;
  padding-right: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.input-group .btn:first-child:active,
.input-group .btn.show {
  color: var(--pickled-bluewood);
  background-color: var(--white);
  border-color: var(--iron);
}
.input-group-text {
  border-color: var(--iron);
  border-right: 0;
  background-color: var(--white);
  margin-right: 0px;
  z-index: 6;
  padding-right: 0;
}
.form-check-label {
  color: var(--pickled-bluewood);
  font-family: var(--space-grotesk-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.form-check-input:focus {
  border-color: var(--purple-sage-bush);
  outline: 0;
  box-shadow: none;
}
.form-check-input:checked {
  background-color: var(--purple-sage-bush);
  border-color: var(--purple-sage-bush);
}
/*===================================
End-Typography
===================================*/


/*===================================
Start-Fonts-Family
===================================*/
.space-grotesk-font {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.inter-font {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:"slnt" 0;
}
/*===================================
End-Fonts-Family
===================================*/

/*===================================
Start-Dropdown-Select
===================================*/
.wc_custom_dropdown_select {
/*  position: relative;*/
max-width: 460px;
width: 100%;
}
.wc_custom_dropdown_select_selected {
  text-align: right;
  display: inline-block;
  width: calc(100% - 215px);
}
.wc_custom_dropdown_select_selected.select_selected_box {
  width: 100%;
  max-width: 200px;
}
.wc_custom_dropdown_select_selected a {
  font-family: var(--space-grotesk-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
  color: var(--river-bed);
  min-height: 45px;
  display: inline-flex;
  align-items: center;
}
.wc_custom_dropdown_select_selected .active svg {
  transform: rotate(180deg);
}
.wc_custom_dropdown_select_options {
  box-shadow: 0px 4px 6px -2px #10182808;
  box-shadow: 0px 12px 16px -4px #10182814;
  border: 1px solid var(--Gray-200);
/*  display: none;*/
z-index: 10;
background-color: var(--white);
padding: 15px 0px;
padding-right: 4px;
/*  border-radius: 10px;*/
/*  min-width: 320px;*/
/*min-width: 50%;*/
position: absolute;
top: auto;
right: 0;

white-space: nowrap;
opacity: 0;
visibility: hidden;
transition: transform .1s ease, opacity 0ms linear .1s, visibility 0ms linear .1s;
transform-origin: top center;
transform: scaleY(0);
}
.wc_custom_dropdown_select_options.open {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.wc_custom_dropdown_select_options {
  overflow: auto;
  max-height: 100vh;
  min-height: fit-content;
}
.wc_custom_dropdown_select_options::-webkit-scrollbar {
  width: 8px;
}
.wc_custom_dropdown_select_options::-webkit-scrollbar-thumb {
  background-color: var(--Gray-200);
  border-radius: 10px;
}
.wc_custom_dropdown_select_options ul li {
  font-family: var(--space-grotesk-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--mirage);
  margin-bottom: 2px;
}
.wc_custom_dropdown_select_options ul li a {
  color: currentColor;
  padding: 10px 20px 10px 8px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  position: relative;
  white-space: normal;
}
.wc_custom_dropdown_select_options ul li a.active,
.wc_custom_dropdown_select_options ul li a:not(.dropdown_sub_title):hover {
  background-color: var(--alabaster);
}
.wc_custom_dropdown_select_options ul li a:after {
  content: '✓';
  position: absolute;
  top: 50%;
  right: 8px;
  color: var(--purple-sage-bush);
  transform: translateY(-50%);
  opacity: 0;
}
.wc_custom_dropdown_select_options ul li a.active:after {
  opacity: 1;
}
.wc_custom_dropdown_select .dropdown_sub_option {
  padding-left: 36px;
}
.wc_custom_dropdown_select .dropdown_sub_option.down_arrow:before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../img/corner-down-right.svg);
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
.dropdown_sub_title {
  font-weight: 600;
}
/*===================================
Close-Dropdown-Select
===================================*/


/*===================================
Start-Layout
===================================*/

.wc_main_layout,
.wc_sub_layout {
  -webkit-box-flex: 1;
  flex: 1;
  -ms-flex: 1 0 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wc_wrapper {
  -webkit-box-flex: 1;
  flex: 1 auto;
  -ms-flex: 1 0 0px;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .wc_wrapper {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 280px;
  }
}
.wc_content {
  padding: 80px 15px 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media (min-width: 1025px) {
  .wc_content {
    padding: 32px;
  }
}
.wc_container_wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.wc_footer {
  padding: 20px 30px;
  background: #ffffff;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: none;
}

/*===================================
End-Layout
===================================*/


/*===================================
Start-Breadcrumbs
===================================*/

.breadcrumbs-title{
  font-family: var(--space-grotesk-font);
  font-size: 72px;
  font-weight: 400;
  line-height: 90px;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
  color: var(--mirage);
}
.breadcrumb {

}
.breadcrumb .breadcrumb-item {
  color: var(--river-bed);
  font-family: var(--space-grotesk-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.breadcrumb .breadcrumb-item a {
  color: currentColor;
}
.breadcrumb .breadcrumb-item:hover,
.breadcrumb .breadcrumb-item.active {
  color: var(--purple);
}

/*===================================
End-Breadcrumbs
===================================*/


/*===================================
Start-Infobox
===================================*/
.Infobox {
  background: var(--white);
  border: 1px solid var(--iron);
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px #1018280D;
}
.Infobox-title {
  font-family: var(--space-grotesk-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--mirage);
  margin-bottom: 20px;
}
/*===================================
End-Infobox
===================================*/

/*===================================
Start-Post-Header-Title
===================================*/
.wc_custom_date_picker {
  border-radius: 8px;
  border: 1px solid var(--iron);
  background: var(--white);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  overflow: hidden;
  position: relative;
  width: fit-content;
}
.wc_custom_date_picker svg {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: var(--pickled-bluewood);
}
.wc_custom_date_picker input {
  border: 0 !important;
  outline: none !important;
  width: 100%;
  padding: 10px 15px;
  padding-left: 40px;
  font-family: var(--space-grotesk-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--pickled-bluewood);
}
.post_arrow {
  border: 1px solid var(--iron);
  box-shadow: 0px 1px 2px 0px #1018280D;
  background-color: var(--white);
  color: var(--pickled-bluewood);
  border-radius: 100%;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
.post_arrow:hover {
  background-color: var(--pickled-bluewood);
  color: var(--white);
}
.post_content-title {
  font-family: var(--space-grotesk-font);
  font-size: 72px;
  font-weight: 400;
  line-height: 90px;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
  color: var(--mirage);
}
.post_content_col {
  padding: 64px 0;
  border-bottom: 1px solid var(--iron);
}
.post_content_col ul {
  color: var(--river-bed);
  list-style-type: disc;
  padding-left: 18px;
}
.post_content_col ul li {
  margin-top: 20px;
}
.post_content_col ul li:first-child {
  margin-top: 0px;
}
.post_card_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}
.post_card_box {
  border-radius: 8px;
  border: 1px solid var(--lavender-pinocchio);
}
.post_card_imgase {
  position: relative;
  display: block;
  padding-bottom: 100%;
}
.post_card_imgase img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.post_card_content {
  padding: 16px;
}
.post_card_content h3 {
  font-family: var(--inter-font);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--dark-purple);
  margin-bottom: 12px;
}
.post_card_content h3:hover {
  color: var(--mirage);
}
.post_card_content h4 {
  font-family: var(--space-grotesk-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--black);
  margin-bottom: 40px;
}
.post_card_content h3 a,
.post_card_content h4 a {
  color: currentColor;
  display: block;
}
.post_card_content h4:hover {
  color: var(--purple);
}
.post_card_content ul {
  display: flex;
  align-items: center;
  padding: 0;
  list-style-type: none;
}
.post_card_content ul li {
  margin: 0;
}
.post_card_content ul li:first-child {
  margin-right: 15%;
}
.post_card_content ul li span {
  display: block;
}
.post_card_info_title {
  font-family: var(--inter-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.5px;
  text-align: left;
  color: var(--lavender-pinocchio);
  margin-bottom: 8px;
}
.post_card_info_content {
  font-family: var(--inter-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: var(--black);
}
.post_card_content .btn {
  border-radius: 30px;
}
.post_content_width_box {
  max-width: 335px;
}
/*===================================
Close-Post-Header-Title
===================================*/


/*===================================
Start-All-Slider
===================================*/

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.wc_swiper_arrow {
  display: flex;
  margin-top: 32px;
}
.wc_swiper_arrow .swiper-button-next svg,
.wc_swiper_arrow .swiper-button-prev svg {
  width: auto;
  height: auto;
}
.wc_swiper_arrow .swiper-button-next,
.wc_swiper_arrow .swiper-button-prev {
  position: unset;
  margin: 0;
  width: fit-content;
  height: fit-content;
}
.wc_swiper_arrow .swiper-button-prev {
  margin-right: 16px;
}
.post_card_instagram_slider,
.post_card_google_slider,
.post_card_images_ads_slider {
  margin-bottom: 46px;
}
.post_card_images_ads_slider .post_card_imgase {
  padding-bottom: 77%;
}

/*===================================
Close-All-Slider
===================================*/





/*===================================
Start-Chat-Slider
===================================*/
.wc_main_chat_wrap {
  border-radius: 12px;
  border: 1px solid var(--Gray-200);
  background-color: var(--white);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
  width: 100%;
  height: 92vh;
  min-height: 300px;
  max-height: 720px;
  overflow: hidden;
}
@media screen and (max-width: 360px) {
  .wc_main_chat_wrap {
    width: 100%;
    height: 100vh;
  }
}
.wc_main_chat_wrap .wc_chat_sidepanel {
  float: left;
  min-width: 360px;
  max-width: 360px;
  width: 40%;
  height: 100%;
  background-color: var(--white);
  overflow: hidden;
  position: relative;
  border-right: 1px solid var(--Gray-200);
}
.status_badge {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: block;
}
.status_online {
  background-color: var(--success);
}
.status_offline {
  background-color: var(--unsuccess);
}
.wc_chat_sidepanel_head {
  padding: 20px 24px;
}
.wc_chat_sidepanel_msg h5 {
  color: var(--mirage);
  font-family: var(--inter-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
}
.wc_chat_sidepanel_msg_count {
  position: relative;
  border-radius: 6px;
  border: 1px solid var(--iron);
  background: var(--white);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(--pickled-bluewood);
  font-family: var(--inter-font);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  padding: 2px 6px 2px 18px;
}
.wc_chat_sidepanel_msg .status_badge {
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  position: absolute;
}
.wc_chat_sidepanel_edit a {
  border-radius: 8px;
  border: 1px solid var(--iron);
  background: var(--white);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(--pickled-bluewood);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wc_chat_sidepanel_edit a:hover {
  background-color: var(--alabaster);
}

.wc_chat_search {
  padding: 0 16px 12px;
}
.wc_chat_search .wc_custom_dropdown_select {
  border: 1px solid var(--iron);
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px #1018280D;
  padding: 10px 14px;
}
.wc_chat_search .wc_custom_dropdown_select_selected .active svg {
  transform: none;
}
.wc_chat_search .wc_custom_dropdown_select_selected a {
  min-height: inherit;
}
.wc_chat_search .wc_custom_dropdown_select_selected a span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wc_main_chat_wrap .wc_chat_sidepanel .wc_chat_sidepanel_contacts {
  height: calc(100% - 138px);
  overflow-y: auto;
  overflow-x: hidden;
}
.wc_main_chat_wrap .wc_chat_sidepanel .wc_chat_sidepanel_contacts::-webkit-scrollbar {
  width: 6px;
}
.wc_main_chat_wrap .wc_chat_sidepanel .wc_chat_sidepanel_contacts::-webkit-scrollbar-thumb {
  background-color: var(--purple-sage-bush);
  border-radius: 10px;
}
.wc_main_chat_wrap .wc_chat_sidepanel .wc_chat_sidepanel_contacts ul li.contact {
  padding: 16px;
  border-bottom: 1px solid var(--Gray-200);
  cursor: pointer;
}
.wc_main_chat_wrap .wc_chat_sidepanel .wc_chat_sidepanel_contacts ul li.contact.you_active {
  background-color: var(--Gray-200);
}
.wc_main_chat_wrap .wc_chat_sidepanel .wc_chat_sidepanel_contacts ul li.contact .msg_status {
  margin-right: 12px;
  background-color: var(--purple-sage-bush);
  min-width: 8px;
}
.wc_main_chat_wrap .wc_chat_sidepanel .wc_chat_sidepanel_contacts ul li.contact.you_active .msg_status {
  opacity: 0;
}
.wc_main_chat_wrap .wc_chat_sidepanel .wc_chat_sidepanel_contacts ul li.contact img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 100%;
  border: 1px solid rgb(0 0 0 / 8%);
}
.wc_main_chat_wrap .wc_chat_sidepanel .wc_chat_sidepanel_contacts ul li.contact .wc_chat_contact_user_img {
  margin-right: 12px;
}
.wc_main_chat_wrap .wc_chat_sidepanel .wc_chat_sidepanel_contacts ul li.contact .wc_chat_contact_user_img .status_badge {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  border: 2px solid var(--white);
}
.wc_main_chat_wrap .wc_chat_sidepanel .wc_chat_sidepanel_contacts ul li.contact .name {
  font-family: var(--inter-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--pickled-bluewood);
}
.wc_main_chat_wrap .wc_chat_sidepanel .wc_chat_sidepanel_contacts ul li.contact .preview {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--space-grotesk-font);
  color: var(--river-bed);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 16px;
  padding-left: 20px;
}
.wc_main_chat_wrap .wc_chat_sidepanel .wc_chat_sidepanel_contacts ul li.contact .preview span {
  font-weight: 500;
}
.wc_main_chat_wrap.wc_main_style_1 .wc_chat_content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.wc_main_chat_wrap.wc_main_style_2 .wc_chat_content {
  float: right;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: calc(100% - 360px);
}
.wc_chat_content_profile_style_1 {
  padding: 24px 24px 20px;
  border-bottom: 1px solid var(--Gray-200);
}
.wc_chat_content_profile_style_1 .avatar_img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 100%;
  border: 1px solid rgb(0 0 0 / 8%);
}
.wc_chat_content_profile_style_1 .wc_chat_content_profile_name {
  font-family: var(--inter-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--mirage);
}
.wc_chat_content_profile_style_1 .wc_chat_search {
  padding: 0;
}
.wc_chat_content_profile_style_2 {
  padding: 20px 24px;
  border-bottom: 1px solid var(--Gray-200);
}
.wc_chat_content_profile_style_2 .avatar_img {
  width: 56px;
  height: 56px;
  min-width: 40px;
  border-radius: 100%;
  border: 1px solid rgb(0 0 0 / 8%);
}
.wc_chat_content_profile_status h5 {
  color: var(--mirage);
  font-family: var(--inter-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
}
.wc_chat_content_profile_status_show {
  position: relative;
  border-radius: 6px;
  border: 1px solid var(--iron);
  background: var(--white);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(--pickled-bluewood);
  font-family: var(--inter-font);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  padding: 2px 6px 2px 18px;
}
.wc_chat_content_profile_status .status_badge {
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  position: absolute;
}
.wc_chat_content_profile_style_2 .short_names {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.call_available_btn {
  box-shadow: 0px 1px 2px 0px #1018280D;
  border: 1px solid var(--violet-light);
  color: var(--purple);
}
.call_available_btn:hover {
  background-color: var(--purple);
  color: var(--white);
  border-color: var(--purple);
}
.wc_chat_content_profile_details_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  color: #98A2B3;
}
.wc_chat_content_profile_details_btn:hover {
  background-color: var(--Gray-200);
}
.wc_chat_content_profile_details_dropdown {
  box-shadow: 0px 12px 16px -4px #10182814;
  border: 1px solid var(--Gray-200);
  z-index: 10;
  background-color: var(--white);
  border-radius: 10px;
  min-width: 280px;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  padding-bottom: 4px;
  display: none;
}
.wc_chat_content_profile_details_dropdown ul {
  max-height: 250px;
  overflow-y: auto;
}
.wc_chat_content_profile_details_dropdown ul::-webkit-scrollbar {
  width: 6px;
}
.wc_chat_content_profile_details_dropdown ul::-webkit-scrollbar-thumb {
  background-color: var(--purple-sage-bush);
  border-radius: 10px;
}
.wc_chat_content_profile_details_dropdown hr {
  border-bottom: 1px solid var(--Gray-200);
  margin: 4px 0;
}
.wc_chat_content_profile_details_images_wrap {
  padding: 12px;
}
.wc_chat_content_profile_details_images {
  max-width: 40px;
  min-width: 40px;
  width: 40px;
}
.wc_chat_content_profile_details_images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  border: 1px solid #00000014;
}
.wc_chat_content_profile_details_username_text {
  font-family: var(--inter-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--pickled-bluewood);
  margin-bottom: 0;
}
.wc_chat_content_profile_details_username_link {
  font-family: var(--inter-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--pickled-bluewood);
}
.wc_chat_content_profile_details_images .status_badge {
  width: 12px;
  height: 12px;
  border: 2px solid var(--white);
}
.wc_chat_content_profile_details_dropdown_link {
  border-radius: 6px;
  padding: 8px;
}
.wc_chat_content_profile_details_dropdown_link:hover {
  background-color: var(--alabaster);
}
.wc_chat_content_profile_details_dropdown_link:hover .icon,
.wc_chat_content_profile_details_dropdown_link:hover .text {
  color: var(--mirage);
}
.wc_chat_content_profile_details_dropdown_link .icon {
  color: var(--pickled-bluewood);
  height: 14px;
}
.wc_chat_content_profile_details_dropdown_link .icon svg {
  width: 14px;
  height: 14px;
  vertical-align: top;
}
.wc_chat_content_profile_details_dropdown_link .text {
  font-family: var(--space-grotesk-font);
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: var(--pickled-bluewood);
}
.wc_chat_content_profile_details_dropdown_link p {
  font-family: var(--space-grotesk-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.wc_main_chat_wrap.wc_main_style_1 .wc_chat_content .wc_messages_box {
  min-height: calc(100% - 242px);
  max-height: calc(100% - 242px);
}
.wc_main_chat_wrap.wc_main_style_2 .wc_chat_content .wc_messages_box {
  min-height: calc(100% - 222px);
  max-height: calc(100% - 222px);
}
.wc_main_chat_wrap .wc_chat_content .wc_messages_box {
  height: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 24px;
}
.wc_messages_box::-webkit-scrollbar {
  width: 6px;
}
.wc_messages_box::-webkit-scrollbar-thumb {
  background-color: var(--purple-sage-bush);
  border-radius: 10px;
}
.wc_messages_box ul li:nth-last-child(1) {
  margin-bottom: 8px;
}
.wc_messages_urse_sent .avatar_img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 100%;
  border: 1px solid rgb(0 0 0 / 8%);
}
.wc_messages_urse_sent .status_badge {
  width: 12px;
  height: 12px;
  border: 2px solid var(--white);
}
.wc_messages_urse_sent .wc_messages_user_text {
  border-radius: 0px 8px 8px 8px;
  border: 1px solid var(--Gray-200);
  background-color: var(--alabaster);
  padding: 10px 14px;
  margin-bottom: 6px;
}
.wc_messages_urse_sent .wc_messages_user_text p {
  color: var(--mirage);
  font-family: var(--space-grotesk-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.wc_messages_box .wc_messages_user_name {
  font-family: var(--space-grotesk-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--pickled-bluewood);
  margin-bottom: 6px;
}
.wc_messages_box .wc_messages_time {
  font-family: var(--space-grotesk-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--river-bed);
}
.wc_messages_you_sent {
  width: 100%;
  max-width: fit-content;
  margin-left: auto;
}
.wc_messages_you_sent .wc_messages_you_text {
  border-radius: 8px 0px 8px 8px;
  border: 1px solid var(--purple-sage-bush);
  background-color: var(--purple-sage-bush);
  padding: 10px 14px;
  margin-bottom: 6px;
}
.wc_messages_you_sent .wc_messages_you_text p {
  color: var(--white);
  font-family: var(--space-grotesk-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.wc_messages_urse_sent,
.wc_messages_you_sent {
  margin-bottom: 16px;
}
.wc_messages_urse_typing .wc_messages_user_text {
  padding: 9px;
  width: fit-content;
  min-height: 28px;
}
.wc_typing_dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wc_typing_dots .wc_typing_dot {
  display: inline-block;
  background-color: var(--river-bed);
  border-radius: 50%;
  margin-right: 4px;
  width: 4px;
  height: 4px;
  animation: typing 1s linear infinite;
}
.wc_typing_dots .wc_typing_dot:nth-child(1) {
  animation-delay: 0.1s;
}
.wc_typing_dots .wc_typing_dot:nth-child(2) {
  animation-delay: 0.3s;
  background-color: #98A2B3;
}
.wc_typing_dots .wc_typing_dot:nth-child(3) {
  animation-delay: 0.5s;
}
@keyframes typing {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 4px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.wc_messages_details {
  max-width: 508px;
}
.wc_messages_day {
  position: relative;
  text-align: center;
  font-family: var(--space-grotesk-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--river-bed);
  margin: 8px 0 24px;
}
.wc_messages_day:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: var(--Gray-200);
}
.wc_messages_day span {
  padding: 8px;
  background-color: var(--white);
  position: relative;
}
.wc_messages_feedback_btn a {
  background: var(--alabaster);
  mix-blend-mode: multiply;
  padding: 2px 8px;
  border-radius: 16px;
}
.wc_messages_feedback_btn a img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin: 0;
}
.wc_messages_feedback_btn a span {
  font-family: var(--space-grotesk-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--mirage);
}
.wc_main_chat_wrap .wc_chat_content .wc_message_input {
  padding: 0 24px 17px;
}
.wc_main_chat_wrap .wc_chat_content .wc_message_input .help_text {
  font-family: var(--space-grotesk-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: var(--pickled-bluewood);
  margin-bottom: 6px;
}
.wc_main_chat_wrap .wc_chat_content .wc_message_input .wrap {
  position: relative;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid var(--iron);
  box-shadow: 0px 1px 2px 0px #1018280D;
}
.wc_main_chat_wrap .wc_chat_content .wc_message_input .wrap textarea {
  font-family: var(--space-grotesk-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--mist-blue);
  width: 100%;
  border: 0;
  resize: none;
  height: 34px;
}
.wc_main_chat_wrap .wc_chat_content .wc_message_input .wrap textarea:focus {
  outline: none;
  color: var(--black);
}
.wc_main_chat_wrap .wc_chat_content .wc_message_input .emoji_btn,
.wc_main_chat_wrap .wc_chat_content .wc_message_input .doc_btn {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mist-blue);
  margin-right: 4px;
}
.wc_main_chat_wrap .wc_chat_content .wc_message_input .call_btn {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pickled-bluewood);
  margin: 0 8px;
  border: 1px solid var(--iron);
}
.wc_main_chat_wrap .wc_chat_content .wc_message_input .call_btn:hover,
.wc_main_chat_wrap .wc_chat_content .wc_message_input .emoji_btn:hover,
.wc_main_chat_wrap .wc_chat_content .wc_message_input .doc_btn:hover {
  background-color: var(--alabaster);
}
.wc_main_chat_wrap .wc_chat_content .wc_message_input .btn {
  background-color: var(--purple-sage-bush);
  border-color: var(--purple-sage-bush);
  color: var(--white);
}

/*===================================
Close-All-Slider
===================================*/



/*===================================
Start-App-Layout
===================================*/
.wc_app_layout_col {
  padding: 32px 0;
  border-top: 1px solid var(--Gray-200);
}
.wc_app_title {
  color: var(--pickled-bluewood);
  font-family: var(--space-grotesk-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
}
.wc_app_box {
  width: 100%;
  max-width: 300px;
  border-radius: 12px;
  border: 1px solid var(--Gray-200);
  background-color: var(--white);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.wc_app_box_logo {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 200px;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wc_app_box_logo h5 {
  color: var(--purple-sage-bush);
  font-family: var(--inter-font);
  font-size: 30.139px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.301px;
  text-transform: uppercase;
  margin: 0;
}
.wc_app_box_title h4 {
  color: var(--mirage);
  font-family: var(--space-grotesk-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
}
.wc_app_box_title h4:hover {
  color: var(--purple);
}
.wc_app_box_title h4 a {
  color: currentColor;
}
.wc_app_box p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.wc_app_box_tags li a {
  border-radius: 16px;
  border: 1px solid var(--Gray-200);
  background-color: var(--alabaster);
  display: flex;
  padding: 2px 8px;
  align-items: center;
  color: var(--pickled-bluewood);
  text-align: center;
  font-family: var(--inter-font);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
.wc_app_box_tags li a:hover {
  background-color: var(--iron);
}
.wc_app_layout_col .btn {
  border-color: transparent;
}
.most_popular_app_slider {
  margin-top: 40px;
}
.most_popular_app_slider .wc_app_box {
  max-width: 100%;
}
.wc_app_filters_wrap {
  margin: 32px 0;
}
.wc_app_filters_wrap ul {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--Gray-200);
}
.wc_app_filters_wrap ul li {
  color: var(--mist-blue);
  font-family: var(--space-grotesk-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 0 4px 12px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wc_app_filters_wrap ul li:hover,
.wc_app_filters_wrap ul li.active {
  border-color: var(--purple);
  color: var(--purple);
}
.wc_app_filters_content_grid {
  margin-right: -24px;
}
.wc_app_filters_content_grid_item {
  width: 25%;
  margin-bottom: 32px;
}
.wc_app_filters_content_grid_item .wc_app_box {
  max-width: calc(100% - 24px);
}

/*===================================
Close-App-Layout
===================================*/




/*===================================
Start-Settings-Layout
===================================*/

.wc_settings_tab {
  white-space: nowrap;
  width: 100%;
  border-bottom: 1px solid var(--Gray-200);
  margin-bottom:  40px;
  margin-top: 16px;
}
.wc_settings_tab ul {
  overflow: hidden;
  overflow-x: auto;
  margin-bottom: -1.5px;
}
.wc_settings_tab ul li {
  color: var(--mist-blue);
  font-family: var(--space-grotesk-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 0 4px 12px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wc_settings_tab ul li:hover,
.wc_settings_tab ul li.active {
  border-color: var(--purple);
  color: var(--purple);
}
.wc_settings_tab ul li a {
  color: currentColor;
}
.wc_settings_tab ul li .badge {
  border-radius: 16px;
  border: 1px solid var(--Gray-200);
  background: var(--alabaster);
  color: var(--pickled-bluewood);
  text-align: center;
  font-family: var(--inter-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 2px 8px;
}
.wc_integrations_layout_col {
  padding: 32px 0;
  border-top: 1px solid var(--Gray-200);
}
.wc_integrations_title {
  color: var(--pickled-bluewood);
  font-family: var(--space-grotesk-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
}
.wc_integrations_box {
  width: 100%;
  max-width: calc(50% - 24px);
  border-radius: 12px;
  border: 1px solid var(--Gray-200);
  background-color: var(--white);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.wc_integrations_box_bottom {
  border-top: 1px solid var(--Gray-200);
}
.wc_integrations_box_logo {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wc_integrations_box_title h4 {
  color: var(--mirage);
  font-family: var(--space-grotesk-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
}
.wc_integrations_box_title h4:hover {
  color: var(--purple);
}
.wc_integrations_box_title h4 a {
  color: currentColor;
}
.wc_integrations_box p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.wc_integrations_box_tags li a {
  border-radius: 16px;
  border: 1px solid var(--Gray-200);
  background-color: var(--alabaster);
  display: flex;
  padding: 2px 8px;
  padding-left: 18px;
  align-items: center;
  color: var(--pickled-bluewood);
  text-align: center;
  font-family: var(--inter-font);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  position: relative;
}
.wc_integrations_box_tags li a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: var(--Gray-200);
}
.wc_integrations_box_tags li a.integrations_success {
  border: 1px solid var(--box-Success-200);
  background-color: var(--box-Success-50);
  color: var(--box-Success-700);
}
.wc_integrations_box_tags li a.integrations_success:before {
  background-color: var(--box-Success-500);
}
.wc_integrations_box_tags li a.integrations_error {
  border: 1px solid var(--box-Error-200);
  background-color: var(--box-Error-50);
  color: var(--box-Error-700);
}
.wc_integrations_box_tags li a.integrations_error:before {
  background-color: var(--box-Error-500);
}
.wc_integrations_layout_col .btn {
  border-color: transparent;
}

.wc_integrations_dropdown_click {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--river-bed);
  border-radius: 4px;
}
.wc_integrations_dropdown_click.active,
.wc_integrations_dropdown_click:hover {
  background-color: var(--alabaster);
}
.wc_integrations_dropdown ul {
  min-width: 200px;
  border-radius: 8px;
  border: 1px solid var(--Gray-200);
  background-color: var(--white);
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  position: absolute;
  right: 0;
  padding: 8px;
  display: none;
}
.wc_integrations_dropdown ul li a {
  color: var(--mirage);
  font-family: var(--space-grotesk-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 8px;
  border-radius: 4px;
}
.wc_integrations_dropdown ul li a svg {
  color: var(--mist-blue);
}
.wc_integrations_dropdown ul li a:hover {
  background-color: var(--alabaster);
}
.wc_settings_default_layout_title {
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--Gray-200);
}
.wc_settings_default_layout_title h4 {
  color: var(--mirage);
  font-family: var(--inter-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.wc_settings_default_layout_title p {
  color: var(--river-bed);
  font-family: var(--space-grotesk-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.wc_settings_default_layout_col {
  padding: 20px 0;
  border-bottom: 1px solid var(--Gray-200);
}
.wc_settings_default_layout_col_title {
  color: var(--pickled-bluewood);
  font-family: var(--space-grotesk-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
}
.wc_settings_default_layout_col_doc {
  color: var(--river-bed);
  font-family: var(--space-grotesk-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.wc_settings_profile_edit img {
  border-radius: 200px;
  border: 0.75px solid #00000075;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}
.wc_settings_profile_edit a {
  color: var(--river-bed);
  font-family: var(--space-grotesk-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.wc_settings_profile_edit a:hover {
  color: var(--purple);
}

/*===================================
Close-Settings-Layout
===================================*/
/*===================================
Start-New-Table-Layout
===================================*/

.wc-tab-table-search span {
  transform: translateY(-50%);
  left: 14px;
  color: var(--mist-blue);
}
.wc-tab-table-search .form-control {
  padding-left: 42px;
}
.wc_table_layout {
  border: 1px solid var(--Gray-200);
  border-radius: 12px;
  box-shadow: 0px 1px 2px 0px #1018280D;
}
.wc_table_header_layout {
  padding: 20px 24px;
  border-bottom: 1px solid var(--Gray-200);
}
.wc_table_header-title {
  font-family: var(--inter-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--mirage);
  margin: 0;
}
.wc_table_header-title span {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  border: 1px solid var(--iron);
  box-shadow: 0px 1px 2px 0px #1018280D;
  border-radius: 6px;
  padding: 2px 6px;
  vertical-align: middle;
  white-space: nowrap;
}
.wc_table_body_layout table {
  width: 100%;
  border-collapse: collapse;
}
.wc_table_body_layout table tbody tr,
.wc_table_body_layout table thead tr {
  border-bottom: 1px solid var(--Gray-200);
}
.wc_table_body_layout table thead tr th {
  background-color: var(--alabaster);
  padding: 12px 24px;
  font-family: var(--inter-font);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: var(--river-bed);
  vertical-align: middle;
}
.wc_table_body_layout table tbody tr td {
  padding: 16px 24px;
}
.wc_table_body_layout table tbody tr td .wc_table_icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: var(--river-bed);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.wc_table_body_layout table tbody tr td .wc_table_icon:hover {
  background-color: var(--alabaster);
}
.wc_table_body_layout table .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border-color: var(--iron);
  margin: 0;
}
.wc_table_body_layout table .form-check-input:checked[type=checkbox] {
  border-color: var(--purple-sage-bush);
}
.wc_table_body_layout table thead tr th .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 2 0 6-0'/%3e%3c/svg%3e");
}
.wc_table_user_images {
  border-radius: 100%;
  border: 1px solid #00000014;
  max-width: 32px;
  min-width: 32px;
  height: 32px;
  width: 32px;
  overflow: hidden;
  background-color: #F2F4F7;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--space-grotesk-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--river-bed);
}
.wc_table_user_images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wc_table_user_username_text {
  font-family: var(--space-grotesk-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--mirage);
  margin-bottom: 0;
  text-align: left;
}
.wc_table_user_username_link {
  font-family: var(--space-grotesk-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--river-bed);
  text-align: left;
}
.wc_table_user_username_link:hover {
  color: var(--purple-sage-bush);
}
.wc_table_body_layout table .badge {
  box-shadow: 0px 1px 2px 0px #1018280D;
  border: 1px solid var(--iron);
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  color: var(--pickled-bluewood);
  font-family: var(--inter-font);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  gap: 4px;
}
.wc_table_body_layout table .badge:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
.wc_table_body_layout table .badge.wc-bg-processing:before {
  background-color: var(--mist-blue);
}
.wc_table_body_layout table .badge.wc-bg-success:before {
  background-color: var(--success);
}
.wc_table_body_layout table .badge.wc-bg-pending:before {
  background-color: var(--pending);
}
.wc_table_name {
  font-family: var(--space-grotesk-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: var(--mirage);
}
.wc_table_date {
  font-family: var(--space-grotesk-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: var(--river-bed);
}
.wc_table_body_layout {
  overflow-x: auto;
}
.wc_table_footer_layout {
  padding: 12px 24px 16px;
}
.wc_table_footer_layout .wc_preview_table {
  font-family: var(--space-grotesk-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: var(--pickled-bluewood);
}
.wc_table_body_layout table .wc_layout_name {
  min-width: 431px;
  width: 431px;
}
.wc_table_body_layout table .wc_layout_date,
.wc_table_body_layout table .wc_layout_status {
  min-width: 167.5px;
  width: 167.5px;
}
.wc_table_body_layout table .wc_layout_contact {
  min-width: 214px;
  width: 214px;
}
.wc_table_body_layout table .wc_layout_action {
  min-width: 116px;
  width: 116px;
}
/*===================================
Close-New-Table-Layout
===================================*/


/*===================================
Start-New-Campaign-Page-Layout
===================================*/

.campaign_content_col {
  padding: 20px 0;
  border-bottom: 1px solid var(--Gray-200);
  display: flex;
  gap: 2rem;
}
.campaign_content_col:last-child {
  border-bottom: 0;
}
.campaign_content_col textarea {
  height: 102px;
  resize: none;
}
.campaign-title {
  font-family: var(--space-grotesk-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: var(--pickled-bluewood);
}
.campaign-subtitle {
  font-family: var(--space-grotesk-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: var(--river-bed);
}
.campaign_content_nots {
  font-family: var(--space-grotesk-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: var(--river-bed);
  margin: 6px 0 0;
}
.campaign_content_left {
  max-width: 280px;
  width: 100%;
}
.campaign_content_right {
  max-width: 512px;
  width: 100%;
}

.wc_upload_box {
  border: 1px solid var(--Gray-200);
  background: var(--white);
  border-radius: 12px;
  padding: 16px 24px;
  cursor: pointer;
  width: 100%;
}
.wc_upload_icon {
  border: 1px solid #EAECF0;
  box-shadow: 0px 1px 2px 0px #1018280D;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}
.wc_upload_text {
  font-family: var(--space-grotesk-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: var(--river-bed);
  text-align: center;
}
.wc_upload_text span {
  font-weight: 600;
  color: var(--purple);
}
.wc_upload_box small {
  font-family: var(--space-grotesk-font);
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: var(--river-bed);
  text-align: center;
  display: block;
  margin-top: 4px;
}
#wc_upload_image_preview:empty {
  display: none;
}
#wc_upload_image_preview {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}
.wc_upload_image_item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.wc_upload_image_item {
  position: relative;
  width: 94px;
  height: 94px;
}
.wc_upload_image_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.wc_upload_play_icon {
  background: #0d0d0d80;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding-left: 3px;
}
.wc_upload_remove_icon {
  position: absolute;
  top: -5px;
  right: -5px;
  background: var(--white);
  padding: 3px;
  cursor: pointer;
  box-shadow: 0px 12.26px 24.52px 0px #292B3240;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #C83632;
}
.wc_upload_remove_icon:hover {
  background-color: #C83632;
  color: var(--white);
}
.wc_campaign_popup .modal-content {
  padding: 48px 32px;
  border-radius: 18px;
  border: 0;
}
.wc_campaign_popup .modal-content .modal-header {
  padding: 0 0 20px;
  border-bottom: 1px solid var(--Gray-200);
}
.wc_campaign_popup .modal-content .modal-body {
  padding: 0;
}
.wc_campaign_popup .modal-content .modal-footer {
  padding: 20px 0 0;
  border-top: 1px solid var(--Gray-200);
}
/*===================================
Close-New-Campaign-Page-Layout
===================================*/

/*===================================
Start-Media-Css
===================================*/
@media (max-width: 1440px) {
}
@media (max-width: 1366px) {
  .post_content-title,
  .breadcrumbs-title {
    font-size: 68.3px;
    line-height: 85.375px;
  }
  .page-subtitle {
    font-size: 34.15px;
    line-height: 41.7388888889px;
  }
  .post_content_col {
    padding: 58px 0;
  }
  .wc_main_chat_wrap .wc_chat_sidepanel {
    min-width: 300px;
    max-width: 300px;
  }
  .wc_main_chat_wrap.wc_main_style_2 .wc_chat_content {
    width: calc(100% - 300px);
  }
  .wc_app_filters_content_grid_item {
    width: 33.33%;
  }
}
@media (max-width: 1199px) {
  .post_content-title,
  .breadcrumbs-title {
    font-size: 59.95px;
    line-height: 74.9375px;
  }
  .page-subtitle {
    font-size: 29.975px;
    line-height: 36.6361111111px;
  }
  .post_content_col {
    padding: 55px 0;
  }
  .wc_main_chat_wrap .wc_chat_sidepanel {
    min-width: 270px;
    max-width: 270px;
  }
  .wc_main_chat_wrap.wc_main_style_2 .wc_chat_content {
    width: calc(100% - 270px);
  }
}
@media (max-width: 1024px) {
  .post_content-title,
  .breadcrumbs-title {
    font-size: 51.2px;
    line-height: 64px;
  }
  .page-subtitle {
    font-size: 25.6px;
    line-height: 31.2888888889px;
  }
  .post_card_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .post_content_col {
    padding: 50px 0;
  }
  .wc_app_filters_content_grid {
    margin-right: -15px;
  }
  .wc_app_filters_content_grid_item .wc_app_box {
    max-width: calc(100% - 15px);
  }
}
@media (max-width: 991px) {
  .post_content-title,
  .breadcrumbs-title {
    font-size: 49.55px;
    line-height: 61.9375px;
  }
  .page-subtitle {
    font-size: 24.775px;
    line-height: 30.2805555556px;
  }
  .post_content_col {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .form-control {
    min-height: 40px;
  }
  .post_content-title,
  .breadcrumbs-title {
    font-size: 38.35px;
    line-height: 47.9375px;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }
  .post_header_title_wrap {
    align-items: end !important;
  }
  .post_content_col {
    padding: 30px 0;
  }
  .wc_custom_dropdown_select {
    max-width: 100%;
  }
  .wc_custom_dropdown_select_selected.select_selected_box {
    margin: 0 auto 15px;
    top: 0px;
  }
  .wc_custom_dropdown_select_selected {
    text-align: center;
    display: block;
    width: 100%;
    position: relative;
    top: -5px;
  }
  .wc_custom_dropdown_select_options ul li a {
    padding: 6px 20px 6px 8px;
  }
  .wc_custom_dropdown_select_options ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .wc_custom_dropdown_select_selected a {
    min-height: fit-content;
    text-align: center;
  }
  .wc_chat_sidepanel_msg h5,
  .wc_chat_content_profile_style_1 .wc_chat_content_profile_name {
    font-size: 16px;
    line-height: 24px;
  }
  .wc_chat_sidepanel_head,
  .wc_chat_content_profile_style_2,
  .wc_main_chat_wrap .wc_chat_content .wc_messages_box {
    padding: 15px;
  }
  .wc_chat_content_profile_style_1 {
    padding: 15px 15px 15px;
  }
  .wc_main_chat_wrap .wc_chat_content .wc_message_input {
    padding: 0 15px 15px;
  }
  .wc_custom_dropdown_select_selected a span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 150px;
  }
  .wc_main_chat_wrap.wc_main_style_1 .wc_chat_content .wc_messages_box {
    min-height: calc(100% - 224px);
    max-height: calc(100% - 224px);
  }
  .wc_main_chat_wrap .wc_chat_sidepanel .wc_chat_sidepanel_contacts ul li.contact .preview {
    margin-top: 10px;
  }
  .wc_chat_content_profile_style_2 .avatar_img {
    width: 45px;
    height: 45px;
  }
  .wc_chat_content_profile_status h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .wc_main_chat_wrap.wc_main_style_2 {
    position: relative;
    overflow: hidden;
  }
  .wc_main_chat_wrap .wc_chat_sidepanel {
    min-width: 250px;
    max-width: 250px;
    position: absolute;
    left: -250px;
    top: 0;
    z-index: 1;
    background-color: var(--white);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .wc_main_chat_wrap .wc_chat_sidepanel.open {
    left: 0;
  }
  .wc_main_chat_wrap .wc_chat_toggler {
    padding: 0;
    width: 38px;
    height: 38px;
    outline: none;
    position: relative;
    background-color: transparent;
    box-shadow: 0px 1px 2px 0px #1018280D;
    border: 1px solid var(--violet-light);
    color: var(--purple);
  }
  .wc_main_chat_wrap .wc_chat_toggler span {
    position: absolute;
    display: block;
    height: 2px;
    background: var(--purple);
    width: 24px;
    left: 6px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .wc_main_chat_wrap .wc_chat_toggler:active,
  .wc_main_chat_wrap .wc_chat_toggler:focus,
  .wc_main_chat_wrap .wc_chat_toggler:hover {
    background-color: var(--purple);
    color: var(--white);
    border-color: var(--purple);
  }
  .wc_main_chat_wrap .wc_chat_toggler:active span,
  .wc_main_chat_wrap .wc_chat_toggler:focus span,
  .wc_main_chat_wrap .wc_chat_toggler:hover span {
    background-color: var(--white);
  }
  .wc_main_chat_wrap .wc_chat_toggler span:nth-child(1) {
    top: 9px;
  }
  .wc_main_chat_wrap .wc_chat_toggler span:nth-child(2) {
    top: 17px;
  }
  .wc_main_chat_wrap .wc_chat_toggler span:nth-child(3) {
    top: 26px;
  }
  .wc_main_chat_wrap .wc_chat_toggler.active span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }
  .wc_main_chat_wrap .wc_chat_toggler.active span:nth-child(2) {
    background: transparent;
  }
  .wc_main_chat_wrap .wc_chat_toggler.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
  }
  .wc_main_chat_wrap .wc_chat_content_profile_details_btn {
    box-shadow: 0px 1px 2px 0px #1018280D;
    border: 1px solid var(--violet-light);
    color: var(--purple);
    width: 38px;
    height: 38px;
  }
  .wc_main_chat_wrap .wc_chat_content_profile_details_btn:hover {
    background-color: var(--purple);
    color: var(--white);
    border-color: var(--purple);
  }
  .call_available_btn {
    width: 38px;
    height: 38px;
  }
  .wc_main_chat_wrap .wc_chat_sidepanel .wc_chat_sidepanel_contacts {
    height: calc(100% - 127px);
  }
  .wc_main_chat_wrap .wc_chat_sidepanel .wc_chat_sidepanel_contacts ul li.contact {
    padding: 10px;
  }
  .wc_main_chat_wrap.wc_main_style_2 .wc_chat_content .wc_messages_box {
    min-height: calc(100% - 193px);
    max-height: calc(100% - 193px);
  }
  .wc_main_chat_wrap.wc_main_style_2 .wc_chat_content {
    width: 100%;
  }
  .wc_app_filters_content_grid_item {
    width: 50%;
  }

}
@media (max-width: 575px) {
  .post_content-title,
  .breadcrumbs-title {
    font-size: 28.75px;
    line-height: 35.9375px;
  }
  .post_card_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  /*.wc_custom_dropdown_select_options {
    min-width: 230px;
  }*/
  .wc_main_chat_wrap.wc_main_style_1 .wc_chat_content .wc_messages_box {
    min-height: calc(100% - 272px);
    max-height: calc(100% - 272px);
  }
  .wc_messages_urse_sent .wc_messages_user_text p,
  .wc_messages_you_sent .wc_messages_you_text p {
    font-size: 14px;
    line-height: 22px;
  }
  .wc_main_chat_wrap.wc_main_style_2 .wc_chat_content .wc_messages_box {
    min-height: calc(100% - 239px);
    max-height: calc(100% - 239px);
  }
  .wc_integrations_box {
    max-width: 100%;
  }

}
@media (max-width: 475px) {
  .wc_app_filters_content_grid_item {
    width: 100%;
    margin-bottom: 15px;
  }
  .wc_app_filters_content_grid {
    margin-right: 0px;
  }
  .wc_app_filters_content_grid_item .wc_app_box {
    max-width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .wc_main_chat_wrap .wc_chat_sidepanel {
    min-width: 220px;
    max-width: 220px;
  }
  .wc_chat_content_profile_details_dropdown {
    min-width: 220px;
    max-width: 220px;
  }
}

/*===================================
Close-Media-Css
===================================*/

.error-message{
  color:red;
}

.wc_ads_tab ul li {
  color: var(--mist-blue);
  font-family: var(--space-grotesk-font);
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 5px 12px;
  border-radius: 50px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wc_ads_tab ul li:hover,
.wc_ads_tab ul li.active {
  border-color: var(--white);
  color: var(--white);
  background-color: var(--purple);
}
.wc_ads_tab ul li a {
  color: currentColor;
}
.wc_ads_tab ul li .badge {
  border-radius: 16px;
  border: 1px solid #d6bbfbbd;
  background: #d6bbfbbd;
  color: var(--white);
  text-align: center;
  font-family: var(--inter-font);
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 0px 6px;
}
.wc_default_tab_layout {
  row-gap: 21px;
}
.wc_ad-box {
  background-color: #f4ebff57;
  border-radius: 1rem;
  border: 0px;
  padding: 1.25rem;
  display: grid;
  gap: 20px;
}
.wc_profile-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.wc_profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid white;
  border-radius: 6px;
}
.more {
  width: 55px;
  height: 55px;
  border-radius: 13px;
  background-color: #d6bbfb42;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  position: absolute;
  left: 8.5rem;
  z-index: 0;
}
.wc_profile {
  display: flex;
  align-items: center;
  position: relative;
}
.wc_ad-details {
  display: flex;
  align-items: center;
  font-size: 13px;
  gap: 1.5rem;
}
.wc_draft-btn {
  padding: 1px 10px;
  font-size: 12px;
}
.wc_ad-main-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 5px 0;
}
.wc_ad-main-heading h5 {
  font-size: 18px;
}
.wc_detail-preview-btn {
  padding: 7px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
  border: 1px solid var(--lavender-pinocchio) !important;
}

.wc_profile-box {
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 6px;
}

.wc_profile-box:nth-child(1) {
  z-index: 50;
}

.wc_profile-box:nth-child(2) {
  left: 3rem;
  z-index: 40;
}

.wc_profile-box:nth-child(3) {
  left: 6rem;
  z-index: 30;
}
.wc_post_option li a {
  border-radius: 0;
}
/*on instagram popup */
.wc_modal_body {
  border: 1px solid var(--lavender-pinocchio);
  margin: 0 25px 25px;
  padding: 0;
  border-radius: 8px;
  box-shadow: 0px 4px 3px 0px #d0d5dd80;
}
.wc_modal_header {
  border: 0;
  justify-content: right;
  padding: 10px;
  display: grid;
}
.wc_modal_header button {
  border: 1px solid white;
  border-radius: 6px;
  padding: 0;
  background: transparent;
}
.wc_modal_header button:hover {
  border: 1px solid;
}
.wc_user_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 10px 0;
}
.wc_user {
  display: flex;
  gap: 4px;
}
.wc_user img {
  border-radius: 100%;
  width: 14%;
}
.wc_info {
  display: grid;
}
.wc_user_name {
  color: black;
  font-weight: 500;
  font-size: 16px;
}
.wc_user_info {
  color: var(--unsuccess);
  font-size: 12px;
  padding: 0 13px;
}
.wc_post_img {
  width: 100%;
  height: 100%;
}
.modal-dialog {
  width: 440px;
  max-width: 100%;
}
.wc_post_details {
  padding: 13px;
}
.wc_like_share_save {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
.wc_like_share {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wc_likes_count span {
  font-weight: 500;
  font-size: 13px;
  margin: 10px 0;
}
.wc_post_desc p {
  font-size: 13px;
  color: var(--mirage);
  line-height: 21px;
}
.wc_post_desc {
  margin: 10px 0;
}
.wc_post_details {
  padding: 0 13px;
  margin: 10px 0;
}
.wc_comment_count {
  color: var(--unsuccess);
  font-size: 13px;
}
.wc_modal_footer {
  flex-wrap: nowrap;
  padding-top: 0;
  padding-bottom: 0;
  align-items: normal;
  justify-content: space-between;
  padding: 0 13px;
}
.wc_modal_footer input {
  width: 100%;
  border: 0;
  outline: 0;
  font-size: 13px;
  color: var(--unsuccess);
}
.wc_modal_footer button {
  color: var(--purple-sage-bush);
}

/* on facebook popup */
.feed-tabs {
  display: flex;
  align-items: center;
  background: var(--Gray-200);
  border-radius: 8px;
  margin: 0 25px;
}
.feed-item,
.feed-link {
  width: 100%;
  border: 0;
}
.feed-item .active {
  background: var(--white);
  border: 0;
}
.wc_mobile_feed {
  margin: 0 25px 0px 25px;
}
.wc_modal_fb_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wc_modal_fb_footer button {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 0;
}
.wc_post_desc_mobile h6 {
  font-size: 14px;
}
.wc_post_desc_mobile p {
  font-size: 12px;
  line-height: 16px;
}
.wc_post_details_mobile .btn {
  padding: 7px 7px;
  line-height: 19px;
  font-size: 12px;
}
