@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap");
*, html, body {
  font-family: "Wix Madefor Display", sans-serif;
}

.pointer {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, p {
  padding: 0px;
  margin: 0px;
}

.list-none {
  list-style: none;
}

.white {
  color: #fff;
}

.darkText {
  color: #475467;
}

.primary {
  color: #000;
}

.black {
  color: #000;
}

.lightText {
  color: #5F6F88;
}

.lightBorder {
  border: 1px solid #F1F1F1;
}

.darkBorder {
  border: 1px solid #E5E7EB;
}

.border-none {
  border: 0px;
}

.lightBackground {
  background-color: #FAFAFA;
}

.whiteBackground {
  background-color: #fff;
}

.transparentBackground {
  background-color: transparent;
}

.semilight {
  background-color: #F9FAFB;
}

.blue_col {
  color: #1052E0;
}

.radius10 {
  border-radius: 10px !important;
}

.radius100 {
  border-radius: 100px !important;
}

.fw1 {
  font-weight: 100;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.f11 {
  font-size: 11px;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f15 {
  font-size: 15px;
}

.f16 {
  font-size: 16px !important;
}

.f17 {
  font-size: 17px;
}

.f18 {
  font-size: 18px;
}

.f19 {
  font-size: 19px;
}

.f20 {
  font-size: 20px;
}

.f21 {
  font-size: 21px;
}

.f22 {
  font-size: 22px;
}

.f23 {
  font-size: 23px;
}

.f24 {
  font-size: 24px;
}

.f25 {
  font-size: 25px;
}

.f26 {
  font-size: 26px;
}

.f27 {
  font-size: 27px;
}

.f28 {
  font-size: 28px;
}

.f29 {
  font-size: 29px;
}

.f30 {
  font-size: 30px;
}

.f31 {
  font-size: 31px;
}

.f32 {
  font-size: 32px;
}

.f33 {
  font-size: 33px;
}

.f34 {
  font-size: 34px;
}

.f35 {
  font-size: 35px;
}

.f36 {
  font-size: 36px;
}

.f37 {
  font-size: 37px;
}

.f38 {
  font-size: 38px;
}

.f39 {
  font-size: 39px;
}

.f40 {
  font-size: 40px;
}

.f41 {
  font-size: 41px;
}

.f42 {
  font-size: 42px;
}

.f43 {
  font-size: 43px;
}

.f44 {
  font-size: 44px;
}

.f45 {
  font-size: 45px;
}

.f46 {
  font-size: 46px;
}

.f47 {
  font-size: 47px;
}

.f48 {
  font-size: 48px;
}

.f49 {
  font-size: 49px;
}

.f50 {
  font-size: 50px;
}

.active_none:active {
  border: none;
}

.SumoSelect .select-all {
  padding-bottom: 31px;
}

body {
  background: #f5f5f5;
}

p {
  line-height: normal;
}

.action_dropdown button {
  background-color: transparent;
  border: none;
  padding: 0px;
}
.action_dropdown button:after {
  content: none;
}
.action_dropdown .dropdown-menu {
  border: 1px solid #F1F1F1;
}
.action_dropdown .dropdown-menu li a {
  color: #5F6F88;
  font-size: 13px;
}

.profile_image {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 100px;
}

.dot {
  width: 5px;
  height: 5px;
  background-color: #5F6F88;
  border-radius: 100px;
}

.tag.active {
  color: #067647;
  border: 1px solid #ABEFC6;
  background: #ECFDF3;
  font-size: 13px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 4px 10px 5px 10px;
  border-radius: 4px;
}

.table_header_nav li {
  min-width: 206px;
}

.offcanvas_md {
  width: 750px !important;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.spinner_parent {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all linear;
}

.spinner_hide {
  opacity: 0;
  visibility: hidden;
}

.spinner {
  position: absolute;
  width: 9px;
  height: 9px;
}

.spinner div {
  position: absolute;
  width: 50%;
  height: 150%;
  background: #000;
  transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1%));
  animation: spinner-fzua35 1s calc(var(--delay) * 1s) infinite ease;
}

.spinner div:nth-child(1) {
  --delay: 0.1;
  --rotation: 36;
  --translation: 150;
}

.spinner div:nth-child(2) {
  --delay: 0.2;
  --rotation: 72;
  --translation: 150;
}

.spinner div:nth-child(3) {
  --delay: 0.3;
  --rotation: 108;
  --translation: 150;
}

.spinner div:nth-child(4) {
  --delay: 0.4;
  --rotation: 144;
  --translation: 150;
}

.spinner div:nth-child(5) {
  --delay: 0.5;
  --rotation: 180;
  --translation: 150;
}

.spinner div:nth-child(6) {
  --delay: 0.6;
  --rotation: 216;
  --translation: 150;
}

.spinner div:nth-child(7) {
  --delay: 0.7;
  --rotation: 252;
  --translation: 150;
}

.spinner div:nth-child(8) {
  --delay: 0.8;
  --rotation: 288;
  --translation: 150;
}

.spinner div:nth-child(9) {
  --delay: 0.9;
  --rotation: 324;
  --translation: 150;
}

.spinner div:nth-child(10) {
  --delay: 1;
  --rotation: 360;
  --translation: 150;
}

@keyframes spinner-fzua35 {
  0%, 10%, 20%, 30%, 50%, 60%, 70%, 80%, 90%, 100% {
    transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1%));
  }
  50% {
    transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1.5%));
  }
}
.btn {
  font-size: 14px;
  border-radius: 10px;
  padding: 7px 20px 8px 20px;
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  position: relative;
}
.btn .circle_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 27px;
  height: 27px;
}
.btn.btn-secondary {
  background: transparent;
  border: 2px solid #EEEEEE;
  color: #000;
  font-weight: 500;
}
.btn.btn-secondary:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.btn.btn-secondary:hover svg {
  color: #fff;
  stroke: #fff;
}
.btn.btn-secondary:hover svg path {
  stroke: #fff;
}
.btn.btn-primary {
  background: #000;
  border: 2px solid #000;
  color: #fff;
  font-weight: 500;
}
.btn.btn-primary:hover {
  background: #fff;
  border-color: #000;
  color: #000;
}
.btn.btn-primary:hover svg {
  color: #000;
  stroke: #000;
}
.btn.btn-primary:hover svg path {
  stroke: #000;
}
.btn.btn-light {
  background: #8C8C8C;
  border: 2px solid #8C8C8C;
  color: #fff;
  font-weight: 500;
}
.btn.btn-light:hover {
  background: #fff;
  border-color: #000;
  color: #000;
}
.btn.btn-light:hover svg {
  color: #000;
  stroke: #000;
}
.btn.btn-light:hover svg path {
  stroke: #000;
}
.btn.btn-active {
  border: 2px solid #067647;
  color: #067647;
  font-weight: 500;
}
.btn.btn-delete {
  font-weight: 500;
  border: 2px solid #EF2D2D;
  background-color: #EF2D2D;
  color: #fff;
}

.custom_checkbox input {
  display: none;
}
.custom_checkbox .checkbox {
  width: 16px;
  height: 16px;
  background: transparent;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #F1F1F1;
  transition: 0.2s all linear;
  cursor: pointer;
}
.custom_checkbox .checkbox svg {
  color: white;
}
.custom_checkbox input:checked + .checkbox {
  background: #000;
  border: 2px solid #000;
}

*::-webkit-scrollbar {
  width: 4px;
  height: 5px;
  /* width of the entire scrollbar */
  border-radius: 100px;
  /* roundness of the scroll thumb */
}

*::-webkit-scrollbar-track {
  background: transparent;
  /* color of the tracking area */
}

*::-webkit-scrollbar-thumb {
  background-color: rgb(237, 237, 237);
  /* color of the scroll thumb */
  border-radius: 100px;
  /* roundness of the scroll thumb */
}

.dt-search {
  position: absolute;
  top: 16px;
  display: none;
}
.dt-search input {
  border-radius: 100px;
  border: 1px solid rgba(153, 216, 240, 0.5019607843);
  padding: 10px 15px 10px 45px;
  font-size: 13px;
}
.dt-search input:focus {
  outline: none;
  box-shadow: none;
}
.dt-search .search_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
}
.dt-search .search_icon svg {
  stroke: #898989;
}

.dt-length {
  display: none;
}

.dt-layout-table + .dt-layout-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dt-paging nav {
  display: flex;
  align-items: center;
  gap: 5px;
}
.dt-paging nav button {
  border: 0px;
  background-color: transparent;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px !important;
}
.dt-paging nav button.current {
  background-color: #000;
  color: white;
}
.dt-paging nav button.first, .dt-paging nav button.last {
  background-color: #fff;
  border: 1px solid #F1F1F1;
}

.nav-tabs {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
.nav-tabs .nav-link {
  border-radius: 100px;
  color: #5F6F88;
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  width: 100% s;
}
.nav-tabs .nav-link.active {
  background-color: #000;
}

.nav-tabs {
  border-bottom: none;
}

.audio_control label {
  cursor: pointer;
}
.audio_control label input {
  display: none;
}

header {
  background-color: #000;
  border-radius: 100px;
  padding: 12px 25px;
  position: fixed;
  top: 25px;
  right: 25px;
  left: 25px;
  z-index: 1;
  transition: 0.2s all linear;
}
header.active {
  top: 0px !important;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}
header .header_img img {
  width: 135px;
  height: 100%;
}
header .row > div {
  padding: 0px;
}
header .nav_side {
  background-color: rgba(255, 255, 255, 0.1019607843);
  border-radius: 100px;
  padding: 5px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
header .nav_side ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
header .nav_side ul li {
  border-radius: 100px;
}
header .nav_side ul li .nav_link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 30px;
  border-radius: 100px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: 0.2s all linear;
  position: relative;
  width: 140px;
}
header .nav_side ul li .nav_link .nav_count {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
  right: 4px;
  width: 32px;
  height: 32px;
  background-color: white !important;
  color: #000 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2px;
}
header .nav_side ul li .nav_link:hover {
  background-color: rgba(255, 255, 255, 0.1019607843);
  color: #fff;
}
header .nav_side ul li .nav_link.active {
  background-color: #ff0013;
  color: #ffffff;
}
header .header_settings {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}
header .header_settings .notification,
header .header_settings .setting {
  background-color: rgba(255, 255, 255, 0.1019607843);
  padding: 11px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header_settings .setting.active {
  background-color: #fff;
}
header .header_settings .setting.active svg path {
  fill: #000;
}
header .header_settings .profile img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
header .header_settings .profile .dropdown-toggle {
  background-color: transparent;
  border: none;
}
header .header_settings .profile .dropdown-toggle:after {
  display: none;
}

.sidebar {
  position: fixed;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 2;
}
.sidebar.bottom {
  top: unset;
  bottom: -40px;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url("../images/arrow-down.png");
  width: 18px;
  height: 100%;
  background-size: contain;
}

.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection {
  display: flex;
  align-items: center;
  min-height: 39px;
}
.select2-container ul {
  margin-bottom: 0px;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #D0D5DD;
  border-radius: 10px;
  color: #5F6F88;
  font-size: 13px;
}

form .form-group {
  margin-bottom: 20px;
}
form .form-group label {
  font-size: 13px;
  margin-bottom: 5px;
  color: #606878;
}
form .form-group .form-control {
  border: none;
  border: 1px solid #D0D5DD;
  border-radius: 10px;
  color: #5F6F88;
  font-size: 13px;
  height: 40px !important;
}
form .form-group .form-control:focus {
  box-shadow: none;
  outline: none;
}
form .form-group .form-control::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: silver;
  opacity: 1;
  /* Firefox */
}
form .form-group .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: silver;
  opacity: 1;
  /* Firefox */
}
form .form-group textarea.h-0 {
  height: unset !important;
}
form .form-group .border_less.select .SumoSelect {
  width: 100%;
  padding: 0px 4px;
  border-bottom: 1px solid #F1F1F1;
}
form .form-group .border_less.select .SumoSelect span {
  font-size: 14px;
  color: #5F6F88;
}
form .form-group .border_less.select .SumoSelect .options li label {
  font-size: 12px;
}
form .form-group .icon {
  position: relative;
}
form .form-group .icon input {
  padding-left: 13px;
}
form .form-group .icon span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
}
form .form-group .icon span svg {
  color: #5F6F88;
}

.circle_arrow {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all linear;
  animation-name: arrowIn;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
.circle_arrow.rotate_0 svg {
  transform: rotate(0);
}
.circle_arrow svg {
  font-size: 18px;
  transform: rotate(45deg);
}
.circle_arrow.light_arrow {
  border: 1px solid #fff;
}
.circle_arrow.light_arrow svg {
  color: #fff;
}
.circle_arrow.light_arrow:hover {
  background: #fff;
  border: 1px solid #000;
}
.circle_arrow.light_arrow:hover svg {
  color: #000;
}
.circle_arrow.dark_arrow {
  border: 1px solid #000;
}
.circle_arrow.dark_arrow svg {
  color: #000;
}
.circle_arrow.dark_arrow:hover {
  background: #000;
  border: 1px solid #000;
}
.circle_arrow.dark_arrow:hover svg {
  color: #fff;
}

.modal {
  padding: 20px;
}
.modal .modal-content {
  border-radius: 20px;
  border: none;
  padding: 12px;
}
.modal .modal-dialog.modal-md {
  max-width: 650px;
}
.modal .form_content {
  background: #FAFAFA;
  border-radius: 10px;
  padding: 15px 17px;
}
.modal .form_content .SumoSelect {
  width: 100%;
}
.modal .form_content .SumoSelect .form-control {
  display: flex !important;
  align-items: center;
}
.modal .form_content .SumoSelect input {
  border-radius: 10px;
}
.modal .modal-header {
  padding-bottom: 4px;
  padding-top: 10px;
  border: none;
}
.modal .modal-footer {
  border: none;
  justify-content: space-between;
  flex-wrap: unset;
}
.modal .modal-footer .btn {
  width: 100%;
  position: relative;
}
.modal .modal-footer .btn:hover .circle_arrow {
  border-color: #000;
}
.modal .modal-footer .btn:hover .circle_arrow svg {
  color: #000;
}
.modal#addMemeber .form_content {
  padding: 0px;
  background-color: #fff;
}
.modal#addMemeber .form_content .allMembers .header {
  background-color: #FAFAFA;
  border-radius: 10px;
  padding: 15px 35px;
}
.modal#addMemeber .form_content .allMembers .all_memebers_item > div {
  padding: 15px 35px;
  border-bottom: 1px solid #F1F1F1;
}
.modal#createCampaign .nav-tabs {
  border-radius: 100px;
  padding: 3px;
  border: 1px solid #E0E0E0;
  display: flex;
  flex-direction: row;
  width: -moz-fit-content;
  width: fit-content;
}
.modal#createCampaign .nav-tabs li button {
  width: 100%;
}

.input_header {
  position: relative;
}
.input_header svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.input_header input {
  border-radius: 10px;
  border: 1px solid #F0F0F0;
  color: #6B7280;
  padding-left: 35px;
  font-size: 13px;
  height: 39px;
}
.input_header input:focus {
  box-shadow: none;
}

.body_content {
  margin: 117px 25px 30px 25px;
}
.body_content .card {
  border-radius: 20px;
  height: 100%;
}
.body_content .card.dark_scroll {
  height: calc(100vh - 250px);
  overflow: auto;
}
.body_content .card.dark_scroll::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.body_content .card.whole_scroll {
  height: calc(100vh - 150px);
  overflow: auto;
}
.body_content .card.whole_scroll::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.body_content .table_head {
  display: flex;
  justify-content: end;
  gap: 10px;
  gap: 10px;
}
.body_content .kanban_icon {
  border: 1px solid rgba(153, 216, 240, 0.5019607843);
  border-radius: 100px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.body_content .kanban_icon svg {
  width: 18px;
  height: 18px;
  fill: #5F6F88;
}
.body_content .action {
  display: flex;
  gap: 10px;
}
.body_content .action .link {
  background: #FAFAFA;
  min-width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.body_content .action svg {
  stroke: #5F6F88;
  width: 20px;
  height: 20px;
}
.body_content .side_data ul {
  max-height: 204px;
  overflow: auto;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-right: 10px !important;
}
.body_content .side_data ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 10px;
  align-items: start;
  gap: 5px;
}
.body_content .side_data ul li:last-child {
  margin-bottom: 0px;
}
.body_content .side_data ul li .image_text {
  display: flex;
  align-items: start;
  gap: 10px;
}
.body_content .side_data ul li .image_text img {
  width: 24px;
}
.body_content .side_data .btn {
  margin-top: 20px;
}
.body_content .table_header_button {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 110px;
}
.body_content .table_header_button .btn-primary {
  padding: 5px 35px 7px 30px;
}
.body_content .table_header_button .btn-secondary {
  width: 140px;
}
.body_content .files_item ul {
  list-style: none;
  max-height: 200px;
  overflow-y: auto;
}
.body_content .files_item ul li {
  border-bottom: 1px solid #F1F1F1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.body_content .record_element textarea {
  border: 1px solid #E4E9F1;
  resize: none;
  min-height: 78px;
}
.body_content .timeline::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.body_content .timeline::-webkit-scrollbar-track {
  background: transparent;
}
.body_content .timeline::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 5px;
  height: 5px;
}
.body_content .timeline::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.body_content .timeline {
  padding: 12px;
  padding-left: 90px;
  margin-top: 30px;
}
.body_content .timeline::before {
  content: none !important;
}
.body_content .timeline .timeline-item::before {
  z-index: 1;
}
.body_content .timeline .timeline-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  background-repeat: repeat-y;
  border: none !important;
  width: 1px;
  height: 100% !important;
  background-size: contain;
}
.body_content .all_activity_item > .row {
  margin-bottom: 30px;
  position: relative;
}
.body_content .all_activity_item > .row:before {
  position: absolute;
  content: "";
  top: 43px;
  left: -41px;
  background: url("../images/dots.png");
  background-repeat: repeat-y;
  width: 2px;
  height: 100%;
}
.body_content .all_activity_item .text {
  color: #000;
  font-size: 14px;
  font-weight: 300;
}
.body_content .all_activity_item .text.fw6 {
  font-weight: 500;
}
.body_content .all_activity_item .sm_text {
  font-size: 12px;
  color: #000;
  font-weight: 400;
  margin-top: 5px !important;
}
.body_content .all_activity_item .padding {
  padding: 24px 24px 24px 24px;
}
.body_content .all_activity_item .padding-top {
  padding-top: 24px;
}
.body_content .all_activity_item .deal_file_upload_view {
  background: #FAFAFA;
  border-radius: 8px;
}
.body_content .all_activity_item .deal_file_upload_view .pdf_file {
  background: #fff;
  border: 1px solid #F1F1F1;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  padding: 15px 20px 15px 20px;
  margin-top: 20px;
}
.body_content .all_activity_item .note_added {
  background: #fff;
  padding: 15px;
  border: 1px solid #F1F1F1;
  border-radius: 8px;
}
.body_content .all_activity_item .note_added .fw6 {
  font-weight: 300 !important;
}
.body_content .all_activity_item .padding_24 {
  padding: 24px;
}
.body_content .all_activity_item .email_send {
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #F1F1F1;
}
.body_content .all_activity_item .email_send .email_send_text {
  background: #fff;
  padding: 15px;
  margin-top: 15px;
}
.body_content .all_activity_item .email_send .email_send_text ul {
  padding: 0px;
  list-style: none;
}
.body_content .all_activity_item .email_send .email_send_text ul li {
  margin-bottom: 10px;
}
.body_content .all_activity_item .email_send .email_send_text ul li .heading {
  font-weight: 600 !important;
}
.body_content .all_activity_item .email_send .email_send_text ul li:last-child {
  margin-bottom: 0px;
}
.body_content .all_activity_item .email_send .fw6 {
  font-weight: 300 !important;
}
.body_content .all_activity_item .appointment_list {
  background: #FAFAFA;
  padding: 15px;
  margin-top: 15px;
  border-radius: 8px;
}
.body_content .all_activity_item .appointment_list ul {
  padding: 0px;
  list-style: none;
}
.body_content .all_activity_item .appointment_list ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.body_content .all_activity_item .voice_section {
  background-color: #201D28;
  border-radius: 8px;
  padding: 15px;
}
.body_content .all_activity_item .voice_section .voice_play {
  background: #000000;
  border-radius: 8px;
  padding: 8px 12px;
}
.body_content .all_activity_item .voice_section .voice_play .rhap_container {
  background-color: #000;
}
.body_content .all_activity_item .voice_section .voice_play .rhap_time {
  color: #878787;
}
.body_content .all_activity_item .top_right_detail {
  position: absolute;
  top: 24px;
  right: 24px;
}
.body_content .all_activity_item .top_right_detail .pinned_item {
  cursor: pointer;
}
.body_content .all_activity_item .top_right_detail p {
  font-size: 13px;
}
.body_content .all_activity_item .white_box {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #F1F1F1;
  margin-top: 15px;
}
.body_content .all_activity_item .white_box ul {
  list-style: none;
  padding: 20px;
  margin-bottom: 0px;
}
.body_content .all_activity_item .white_box ul li {
  margin-bottom: 8px;
}
.body_content .all_activity_item .white_box ul li:last-child {
  margin-bottom: 0px;
}
.body_content .all_activity_item .under_link {
  color: #1052E0;
  text-decoration: none;
  font-weight: 700;
}
.body_content .all_activity_item .change_not.lightBackground {
  border-radius: 8px;
}
.body_content .all_activity_item .log_icon {
  position: absolute;
  top: 0;
  left: -60px;
  border: 1px solid #F1F1F1;
  background: #fff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.body_content .inner_chat_box .messgae_email_box {
  height: calc(100vh - 440px);
  overflow-y: auto;
  margin-bottom: 12px;
}
.body_content .inner_chat_box .messgae_email_box::-webkit-scrollbar {
  width: 0px;
}
.body_content .inner_chat_box .date_text {
  border: 2px solid #F1F1F1;
  padding: 4px 15px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
  margin: 20px 0px 10px 0px;
}
.body_content .inner_chat_box .time_text {
  font-size: 12px;
  font-weight: 400;
}
.body_content .inner_chat_box .message_box {
  background-color: #000;
  border-radius: 10px;
  color: #fff;
  font-size: 13px;
  padding: 10px 14px;
  border-top-right-radius: 0px;
  margin-top: 5px;
  max-width: 300px;
  border: 1px solid #000;
}
.body_content .inner_chat_box .message_boxs {
  background-color: #000;
  border-radius: 10px;
  color: #fff;
  font-size: 13px;
  padding: 10px 14px;
  border-top-left-radius: 0px;
  margin-top: 5px;
  max-width: 300px;
  border: 1px solid #000;
}
.body_content .inner_chat_box .send_msg {
  position: relative;
}
.body_content .inner_chat_box .send_msg .name_box {
  position: absolute;
  top: 0;
  left: 0;
}
.body_content .inner_chat_box .send_msg .name_box .name {
  position: relative;
  top: -10px;
}
.body_content .inner_chat_box .send_msg .message_box {
  background-color: #fff;
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  color: #fff;
  font-size: 13px;
  padding: 10px 14px;
  border-top-right-radius: 0px;
  margin-top: 10px;
  margin-left: 49px;
  max-width: 300px;
  color: #6B7280;
}
.body_content .inner_chat_box .input_box {
  position: relative;
}
.body_content .inner_chat_box .input_box .form-control {
  border-radius: 10px;
  border: 1px solid #EFEFEF;
  padding: 15px 20px;
  font-size: 14px;
  color: #959595;
}
.body_content .inner_chat_box .input_box .form-control:focus {
  box-shadow: none;
}
.body_content .inner_chat_box .input_box button {
  position: absolute;
  top: 7px;
  right: 7px;
  width: -moz-fit-content;
  width: fit-content;
}
.body_content .inner_chat_box .last_two {
  height: calc(100vh - 440px);
  overflow-y: auto;
  margin-bottom: 12px;
  padding-left: 0px;
  margin-top: 0px;
  padding-top: 0px;
  overflow-x: hidden;
}
.body_content .inner_chat_box .last_two::-webkit-scrollbar {
  width: 0px;
}
.body_content .inner_chat_box .last_two .row:before {
  content: none;
}
.body_content .inner_chat_box .last_two .timeline-item::after {
  content: none;
}
.body_content .inner_chat_box .last_two .email_send_text ul {
  padding: 12px 25px;
}

.allComingTask {
  padding: 0px;
  margin: 0px;
}
.allComingTask .card {
  height: -moz-fit-content;
  height: fit-content;
  padding: 12px 20px 18px 20px;
  margin-bottom: 10px;
}
.allComingTask .card:last-child {
  margin-bottom: 0px;
}
.allComingTask .card .lightText.time_date {
  color: #5F6F88;
  font-weight: 500;
  font-size: 13px;
}
.allComingTask .card .title {
  font-weight: 500;
  font-size: 14px;
}
.allComingTask .card .dot {
  width: 5px;
  height: 5px;
  background-color: #5F6F88;
  border-radius: 100px;
}

.dt-scroll-headInner {
  display: none !important;
}

.table_box .table-container {
  width: 100%;
  overflow-x: auto;
  /* Enables horizontal scrolling */
}
.table_box table {
  margin-top: 25px;
}
.table_box table th,
.table_box table td {
  padding: 20px 35px;
  white-space: nowrap;
}
.table_box table thead th {
  background-color: #FAFAFA;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  color: #475467;
}
.table_box table thead th:nth-child(1) {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.table_box table thead th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.table_box table tbody td {
  font-size: 13px;
  font-weight: 400;
  vertical-align: middle;
  color: #475467;
  border-color: #EAECF0;
}
.table_box table tbody td .status {
  font-size: 13px;
  text-align: center;
  padding: 4px 10px 5px 10px;
  border-radius: 4px;
}
.table_box table tbody td .status.active {
  color: #067647;
  border: 1px solid #ABEFC6;
  background: #ECFDF3;
}
.table_box table tbody td .status.inactive {
  color: #760606;
  border: 1px solid #EFABAB;
  background: #FDECEC;
}
.table_box table tbody td .status.tag {
  color: #575757;
  border: 1px solid #575757;
  background: #FAFAFA;
  width: -moz-fit-content;
  width: fit-content;
}
.table_box table tbody td .bar_icon svg {
  color: #6F7378;
}
.table_box table tbody td .leadLink {
  text-decoration: none;
  color: #131118;
}
.table_box table tbody td .link {
  text-decoration: none;
  font-weight: 600;
}
.table_box table tbody td .profile {
  display: flex;
  align-items: center;
  gap: 10px;
}
.table_box table tbody td .profile div {
  width: 34px;
  height: 34px;
  border-radius: 100px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.table_box table input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  accent-color: #000;
  border: 10px solid #000;
  color: white;
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

.border_less.select .SumoSelect.open > .CaptionCont,
.border_less.select .SumoSelect:focus > .CaptionCont,
.border_less.select .SumoSelect:hover > .CaptionCont {
  box-shadow: none;
  border-color: #7799d0;
}
.border_less.select .SumoSelect .form-control {
  border: none;
}
.border_less.select .SumoSelect .form-control:focus {
  box-shadow: none;
}
.border_less.select .SumoSelect .form-control span {
  font-size: 13px;
  color: #5F6F88;
}
.border_less.select .SumoSelect .form-control input {
  font-size: 13px;
  color: #5F6F88;
}
.border_less.select .SumoSelect .form-control label {
  font-size: 13px;
  color: #5F6F88;
}

.dashboard_page .dashboard_gap {
  display: flex;
  gap: 8px;
}
.dashboard_page .timeline {
  height: 321px;
  overflow: auto;
}
.dashboard_page p {
  font-size: 15px;
}
.dashboard_page .dashboard_page input {
  border: 1.5px solid #EEEEEE;
  border-radius: 10px;
}
.dashboard_page .total_lead {
  background: #000;
  position: relative;
}
.dashboard_page .total_lead.light_mode {
  border: 1px solid #F1F1F1;
  background: #fff;
}
.dashboard_page .filter {
  display: flex;
  gap: 18px;
  align-items: center;
}
.dashboard_page .filter .link {
  color: #5F6F88;
  font-size: 14px;
  text-decoration: none;
  transition: 0.2s all linear;
  width: 138px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboard_page .filter .link.active {
  transition: 0.2s;
  background: #000;
  color: #fff;
  border-radius: 100px;
  background-color: #000;
}
.dashboard_page .progress {
  border-radius: 100px;
  height: 40px;
}
.dashboard_page .progress .progress-bar {
  border-radius: 100px;
  background-color: #80D7F7;
  border: 1px solid #000;
}
.dashboard_page .date_range {
  position: relative;
}
.dashboard_page .date_range input {
  border: 2px solid #EEEEEE;
  border-radius: 10px;
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 10px;
  padding-left: 40px;
  font-size: 14px;
  font-weight: 500;
}
.dashboard_page .date_range input::-moz-placeholder {
  color: #000;
}
.dashboard_page .date_range input::placeholder {
  color: #000;
}
.dashboard_page .date_range svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.dashboard_page .total_data .card {
  padding: 40px 0px;
  gap: 5px;
}
.dashboard_page .total_data .hd {
  font-size: 16px;
  font-weight: 500;
}
.dashboard_page .total_data .text {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.dashboard_page .up_re {
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 8px;
}
.dashboard_page .ts_ap {
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 8px;
}
.dashboard_page .pr_av {
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 8px;
}
.dashboard_page .total_data {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px;
}

.multi_images {
  display: flex;
}
.multi_images .numberOfUsers {
  width: 30px;
  height: 30px;
  background: #F2F4F7;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #475467;
  font-size: 12px;
  border: 4px solid #fff;
}
.multi_images .solo_img {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 100px;
  border: 4px solid #fff;
}
.multi_images .solo_img.image1 {
  position: relative;
  right: -40px;
}
.multi_images .solo_img.image2 {
  position: relative;
  right: -30px;
}
.multi_images .solo_img.image3 {
  position: relative;
  right: -20px;
}
.multi_images .solo_img.image4 {
  position: relative;
  right: -10px;
}

.leads_page .nav-tabs {
  flex-direction: row;
  flex-wrap: nowrap;
}
.leads_page .nav-tabs .nav-item {
  width: 100%;
}
.leads_page .nav-tabs .nav-item .nav-link {
  width: 100%;
}
.leads_page .activity_tab_scroll {
  height: calc(100vh - 365px);
  overflow-y: auto;
  padding-top: 0px;
}

.team_view_page .activity_tab_scroll {
  height: calc(100vh - 145px);
  overflow-y: auto;
  padding-top: 0px;
}
.team_view_page .inner_chat_box .messgae_email_box {
  height: calc(100vh - 313px);
  overflow-y: auto;
  margin-bottom: 12px;
}

.user_view .profile_image {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 100px;
}
.user_view .leads_items .other_info {
  transition: 0.2s all linear;
}
.user_view .leads_items > div {
  margin-bottom: 10px;
}
.user_view .leads_items > div:last-child {
  margin-bottom: 0px;
}
.user_view .leads_items .lead_view_link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  opacity: 0;
  visibility: hidden;
}
.user_view .leads_items > div :hover {
  cursor: pointer;
}
.user_view .leads_items > div :hover .lead_view_link {
  opacity: 1;
  visibility: visible;
}
.user_view .leads_items > div :hover .other_info {
  transform: translateX(-20px);
}

.training_page .all-videos .video-template .v-ul {
  list-style: none;
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.training_page .all-videos .video-template .v-ul .v-li .card {
  border: 0px;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}
.training_page .all-videos .video-template .v-ul .v-li .card .multi-vid .thumbnail {
  position: relative;
  display: block;
}
.training_page .all-videos .video-template .v-ul .v-li .card .multi-vid .thumbnail:hover .play-button {
  opacity: 1;
}
.training_page .all-videos .video-template .v-ul .v-li .card .multi-vid .thumbnail .time-status {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  background-color: #000;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  z-index: 5;
}
.training_page .all-videos .video-template .v-ul .v-li .card .multi-vid .thumbnail img {
  width: 100%;
  height: 250px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.training_page .all-videos .video-template .v-ul .v-li .card .multi-vid .thumbnail .play-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.2s all linear;
}
.training_page .all-videos .video-template .v-ul .v-li .card .multi-vid .thumbnail .play-button svg {
  width: 70px;
  height: 70px;
  color: #fff;
}
.training_page .all-videos .video-template .v-ul .v-li .card .multi-vid .data {
  position: relative;
}
.training_page .all-videos .video-template .v-ul .v-li .card .multi-vid .data .action-icon {
  position: absolute;
  top: 16px;
  right: 0;
}
.training_page .all-videos .video-template .v-ul .v-li .card .multi-vid .data .video_desc {
  padding: 10px 0px;
}
.training_page .all-videos .video-template .v-ul .v-li .card .multi-vid .data .title {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  display: block;
  color: #000;
  text-decoration: none;
}
.training_page .all-videos .video-template .v-ul .v-li .card .multi-vid .data .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.training_page .all-videos .video-template .v-ul .v-li .card .multi-vid .data .bottom .text {
  color: #000;
  font-weight: 400;
  font-size: 14px;
}
.training_page .all-videos .video-template .v-ul.documents_li {
  grid-template-columns: repeat(auto-fill, 15%);
}
.training_page .selected_video .v-ul {
  grid-template-columns: 1fr !important;
}

.calenar_page .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0px !important;
}
.calenar_page .fc-right {
  display: none;
}
.calenar_page .fc-unthemed .fc-content,
.calenar_page .fc-unthemed .fc-divider,
.calenar_page .fc-unthemed .fc-list-heading td,
.calenar_page .fc-unthemed .fc-list-view,
.calenar_page .fc-unthemed .fc-popover,
.calenar_page .fc-unthemed .fc-row,
.calenar_page .fc-unthemed tbody,
.calenar_page .fc-unthemed td,
.calenar_page .fc-unthemed th,
.calenar_page .fc-unthemed thead {
  border-color: #F1F1F1;
}
.calenar_page th {
  color: #6B7A99 !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.calenar_page td {
  color: #ADB8CC !important;
  font-size: 13px !important;
}
.calenar_page .fc-event,
.calenar_page .fc-event-dot {
  background-color: black;
  border: none;
  padding: 14px !important;
  font-size: 13px;
}
.calenar_page .fc-button-group {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 115px;
}
.calenar_page .fc-button-group button {
  background: #fff;
  border: none;
  box-shadow: none;
}
.calenar_page .fc-button-group button span::after {
  font-size: 150%;
}
.calenar_page .fc-today-button {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #F5F6F7;
  background-color: white;
  text-transform: capitalize;
  font-size: 14px;
  color: #475467;
  padding: 15px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 5px 0px rgba(38, 51, 77, 0.031372549);
  border-radius: 6px !important;
  font-weight: 400;
}
.calenar_page .fc-center {
  position: absolute;
  right: 47px;
  top: 10px;
}
.calenar_page .fc-center h2 {
  font-size: 13px;
}

.setting_page .profile_column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.setting_page .profile-pic {
  width: 100%;
  height: 100%;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #F1F1F1;
  border-radius: 100px;
}
.setting_page .file-upload {
  display: none;
}
.setting_page .circle {
  border-radius: 100% !important;
  overflow: hidden;
  width: 150px;
  height: 150px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.setting_page img {
  max-width: 100%;
  height: auto;
}
.setting_page .p-image {
  position: absolute;
  top: 110px;
  right: 322px;
  background-color: #B8B8B8;
  color: #666666;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.setting_page .p-image:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.setting_page .upload-button {
  font-size: 1.2em;
}
.setting_page .upload-button:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #999;
}
.setting_page .integeartion_card {
  padding: 20px;
  border: 1px solid #EAECF0;
}
.setting_page .integeartion_card .form-switch .form-check-input {
  height: 22px;
  width: 38px;
}
.setting_page .integeartion_card .form-switch .form-check-input:focus {
  outline: none;
  box-shadow: none;
}
.setting_page .integeartion_card .form-check-input:checked {
  background-color: #000;
  border-color: #000;
}
.setting_page .integeartion_card .footer {
  text-align: right;
  border-top: 1px solid #F1F1F1;
}
.setting_page .integeration_card {
  display: grid;
  margin-top: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.setting_page .icon.stage {
  position: relative;
}
.setting_page .icon.stage .trash_icon {
  position: absolute;
  bottom: 7px;
  right: -34px;
  width: 25px;
}

.login_page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: url(../images/login_back.jpeg);
  background-repeat: no-repeat;
  overflow-x: hidden;
}
.login_page .login_card {
  background-color: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #E5E7EB;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.0588235294);
  padding: 100px 0px;
}
.login_page .login_side_image {
  max-width: 100%;
  height: 500px;
}
.login_page .login_logo {
  width: 200px;
  margin: 0 auto;
}
.login_page label {
  font-weight: 500;
}

.lead_view .heading_dts {
  display: flex;
  align-items: start;
  border-bottom: 1px solid #F1F1F1;
  margin: 0px 15px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.lead_view .heading_dts .filter form {
  display: flex;
  gap: 30px;
  align-items: center;
}
.lead_view .heading_dts .filter form .border_less.select {
  border-bottom: 2px solid #F1F1F1;
}
.lead_view .heading_dts .filter form .border_less.select ul li label {
  font-size: 12px;
}
.lead_view .lead_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  padding-bottom: 15px;
}
.lead_view .lead_detail .column label {
  font-size: 14px;
  color: #48464B;
  font-weight: 500;
}
.lead_view .lead_detail .column .text {
  color: #131118;
  font-size: 15px;
  font-weight: 500;
}
.lead_view .side_scroll {
  max-height: calc(100vh - 370px);
  overflow: auto;
  overflow-x: hidden;
}
.lead_view .side_scroll::-webkit-scrollbar {
  width: 0px;
}
.lead_view .chat_tab {
  min-height: calc(100vh - 419px);
  overflow: auto;
  overflow-x: hidden;
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.chat_box {
  background: #FDFDFD;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.chat_box .message_items {
  padding: 20px 20px;
  height: calc(100vh - 510px);
  overflow: auto;
}
.chat_box .message_items .date {
  display: flex;
  justify-content: center;
  margin-bottom: 23px;
}
.chat_box .message_items .date .tell {
  border: 2px solid #F1F1F1;
  padding: 4px 15px;
  border-radius: 6px;
}
.chat_box .box {
  margin-bottom: 10px;
}
.chat_box .box.left_side {
  justify-content: end;
}
.chat_box .box .message .text {
  background-color: #000;
  color: #fff;
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 15px;
  border-top-right-radius: 0px;
  font-weight: 500;
}
.chat_box .box .message .text_sm {
  margin-bottom: 3px;
  font-size: 13px;
}
.chat_box .box .message .text_sm.sender {
  color: #000;
  font-weight: 500;
}
.chat_box .box .message .text_sm.day_time {
  color: #131118;
  font-weight: 400;
}
.chat_box .box.right_side {
  margin-top: 35px;
}
.chat_box .box.right_side .text {
  box-shadow: 0px 2px 16px 1px rgba(0, 0, 0, 0.0392156863);
  border: 1px solid rgba(247, 247, 247, 0.8);
  background: #fff;
  color: #6B7280;
}
.chat_box .send_message {
  background: #fff;
  border-radius: 10px;
  padding: 15px 18px;
  border: 1px solid #F1F1F1;
  display: flex;
  justify-content: space-between;
}
.chat_box .send_message .btn {
  min-width: unset;
  padding: 8px 20px;
}
.chat_box .send_message .send_text {
  border: 0px;
  font-size: 14px;
  width: 100%;
}
.chat_box .send_message .send_text:focus {
  border: none;
  outline: none;
  box-shadow: nones;
}
.chat_box .send_message .message_more {
  position: absolute;
  right: 38px;
  bottom: 77px;
}
.chat_box .send_message .message_more .attachment {
  text-decoration: none;
}
.chat_box .send_message .message_more .attachment svg {
  font-size: 18px;
  color: #5F6F88;
}

.message_page .message_header .card {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.message_page .message_header .flex {
  display: flex;
  justify-content: space-between;
}
.message_page .message_header input {
  border-radius: 100px;
  border: 1px solid rgba(153, 216, 240, 0.5019607843);
  padding: 10px 15px 10px 45px;
  font-size: 13px;
  min-width: 200px;
}
.message_page .message_header input:focus {
  outline: none;
  box-shadow: none;
}
.message_page .message_header .search_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
}
.message_page .message_header .search_icon svg {
  stroke: #898989;
}
.message_page .both_section {
  display: grid;
  grid-template-columns: 2fr 5fr;
  background: #fff;
  padding: 10px;
  overflow: hidden;
  border-radius: 24px;
  /* border: 1px solid #F1F1F1; */
  height: calc(100vh - 298px);
}
.message_page .both_section .card {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.message_page .both_section .left_tab {
  border-right: 1px solid #F1F1F1;
}
.message_page .both_section .left_tab .chat_tab .table_header_button {
  display: block;
  padding: 12px;
}
.message_page .both_section .left_tab .chat_tab nav {
  padding: 20px;
}
.message_page .both_section .left_tab .chat_tab nav .nav-tabs {
  display: flex;
  flex-wrap: unset;
}
.message_page .both_section .left_tab .chat_tab nav .nav-tabs .nav-link.active {
  background: #000;
  -webkit-clip-path: unset;
          clip-path: unset;
  border-radius: 8px;
  color: #fff !important;
}
.message_page .both_section .left_tab .chat_user_list {
  overflow: auto;
  height: calc(100vh - 351px);
  transition: 0.2s all linear;
}
.message_page .both_section .left_tab .chat_user_list ul {
  padding: 20px;
  border-top: 1px solid #F1F1F1;
}
.message_page .both_section .left_tab .chat_user_list ul .user_item {
  border-bottom: 2px solid #F1F1F1;
  padding: 20px 20px 20px 40px;
  cursor: pointer;
  background-color: #fff;
}
.message_page .both_section .left_tab .chat_user_list ul .user_item:hover {
  background-color: #F9FAFB;
}
.message_page .both_section .left_tab .chat_user_list ul .user_item.active .fcol::before {
  position: absolute;
  top: 50%;
  left: -26px;
  transform: translateY(-50%);
  background-color: #000;
  width: 9px;
  height: 9px;
  border-radius: 100px;
  content: "";
}
.message_page .both_section .left_tab .chat_user_list ul .user_item .user_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.message_page .both_section .left_tab .chat_user_list ul .user_item .user_header .fcol {
  position: relative;
}
.message_page .both_section .left_tab .chat_user_list ul .user_item .user_header .fcol .name {
  font-size: 14px;
}
.message_page .both_section .left_tab .chat_user_list ul .user_item .user_header .fcol .username {
  font-size: 11px;
  font-weight: 500;
}
.message_page .both_section .left_tab .chat_user_list ul .user_item .user_header .scol {
  position: relative;
}
.message_page .both_section .left_tab .chat_user_list ul .user_item .user_header .scol .active_time {
  font-size: 13px;
  font-weight: 500;
  transition: 0.2s all linear;
  transform: translateX(0);
}
.message_page .both_section .left_tab .chat_user_list ul .user_item .user_header .scol .trash_icon {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: 0.2s all linear;
  visibility: hidden;
  transform: scale(0);
}
.message_page .both_section .left_tab .chat_user_list ul .user_item .message {
  font-weight: 500;
  font-size: 13px;
}
.message_page .both_section .left_tab .chat_user_list ul .user_item:hover .scol .active_time {
  transform: translateX(-35px);
}
.message_page .both_section .left_tab .chat_user_list ul .user_item:hover .scol .trash_icon {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.message_page .both_section .right_tab .chart_header {
  border-bottom: 1px solid #F1F1F1;
  padding: 20px;
}
.message_page .both_section .right_tab .message_items {
  height: calc(100vh - 500px);
}
.message_page .both_section .right_tab .send_message {
  margin: 10px;
}

.lead_view.list_leads .search_filer input {
  border-radius: 100px;
  border: 1px solid rgba(153, 216, 240, 0.5019607843);
  padding: 10px 15px 10px 45px;
  font-size: 13px;
  min-width: 200px;
}
.lead_view.list_leads .search_filer input:focus {
  outline: none;
  box-shadow: none;
}
.lead_view.list_leads .search_filer .search_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
}
.lead_view.list_leads .search_filer .search_icon svg {
  stroke: #898989;
}
.lead_view.list_leads .list_detail {
  overflow: auto;
}
.lead_view.list_leads .list_detail .column {
  height: 365px;
  overflow: auto;
  flex: 1;
  min-width: 300px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #F1F1F1;
  border-radius: 8px;
  margin-top: 20px;
}
.lead_view.list_leads .list_detail .backlog .column-header {
  color: #3498db;
}
.lead_view.list_leads .list_detail .backlog a {
  text-decoration: none;
  color: black;
}
.lead_view.list_leads .list_detail .todo .column-header {
  color: #2ecc71;
}
.lead_view.list_leads .list_detail .inprogress .column-header {
  color: #e74c3c;
}
.lead_view.list_leads .list_detail .done .column-header {
  color: #f39c12;
}
.lead_view.list_leads .list_detail .column-header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.lead_view.list_leads .list_detail .task {
  background-color: #e0e0e0;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  cursor: grab;
  transition: transform 0.3s ease-in-out;
  display: flex;
}
.lead_view.list_leads .list_detail .task.dragging {
  transform: scale(1.1);
}
.lead_view.list_leads .list_detail .task .task-image-column {
  width: 100px;
  /* Ajustez la largeur selon vos besoins */
  margin-right: 10px;
  background-color: #ccc;
  /* Placeholder pour l'image */
}
.lead_view.list_leads .list_detail .task .task-image {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.lead_view.list_leads .list_detail .task .task-details {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.lead_view.list_leads .list_detail .task .task-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.lead_view.list_leads .list_detail .task .task-details-text {
  font-size: 14px;
}
.lead_view.list_leads .list_detail .heading {
  border: 1px solid #F1F1F1;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  background: #fff;
}
.lead_view.list_leads .list_detail .lead_card {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  background-color: #F7F7F7;
  border-radius: 8px;
  padding: 10px 20px;
  margin-bottom: 10px;
  cursor: grab;
  transition: transform 0.3s ease-in-out;
  transition: 0.2s all linear;
  transition: box-shadow 0.3s ease;
  position: relative;
}
.lead_view.list_leads .list_detail .lead_card:hover {
  background-color: #000;
}
.lead_view.list_leads .list_detail .lead_card:hover .text {
  color: #fff;
}
.lead_view.list_leads .list_detail .lead_card:hover .dark_arrow {
  border: 1px solid #fff;
}
.lead_view.list_leads .list_detail .lead_card:hover .dark_arrow svg {
  color: #fff;
}
.lead_view.list_leads .list_detail .lead_card:hover .dark_arrow:hover {
  background: #fff;
  border: 1px solid #000;
}
.lead_view.list_leads .list_detail .lead_card:hover .dark_arrow:hover svg {
  color: #000;
}
.lead_view.list_leads .list_detail .lead_card.dragging {
  transform: scale(1.1);
}
.lead_view.list_leads .list_detail .lead_card .head .circle_arrow {
  width: 30px;
  height: 30px;
}
.lead_view.list_leads .list_detail .lead_card .head .circle_arrow svg {
  font-size: 14px;
}

.setting_page .nav-tabs .nav-item.show .nav-link,
.setting_page .nav-tabs .nav-link.active {
  color: #000 !important;
  font-weight: 500;
  border-color: white !important;
}
.setting_page .nav-tabs .nav-link {
  border-radius: 100px;
  border-color: white !important;
  background-color: transparent;
  color: #939393;
  padding: 12px;
  font-weight: 500;
}
.setting_page .nav-tabs .nav-link.active {
  background-color: #000;
  color: #fff !important;
}
.setting_page .nav-tabs .nav-item {
  width: unset;
  min-width: unset;
}
.setting_page .nav-tabs .nav-item .nav-link {
  padding: 8px 30px 10px 30px;
  height: unset;
  min-width: 135px;
}
.setting_page .nav-tabs {
  border-bottom: none;
}
.setting_page .main-div .card {
  border-radius: 0 !important;
}
.setting_page .main-form {
  padding: 50px;
}
.setting_page .add_restric button {
  background: transparent !important;
  border: none !important;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
.setting_page .crd-detail span {
  color: #939393 !important;
  font-weight: 500 !important;
  font-size: 15px !important;
}
.setting_page .cov_row {
  padding: 50px 253px 0 253px;
}
.setting_page .bt_tb {
  border: solid 1px #F1F1F1 !important;
}
.setting_page .status-paid {
  border: solid 2px #00EF26;
  background: #EDFFEC;
  color: #00EF26;
  padding: 10px;
  border-radius: 100px;
  text-align: center;
  width: 100px;
}
.setting_page .status-paid span {
  font-weight: 600;
}

.user_page .usertype_status {
  display: flex;
  justify-content: center;
  width: 100px;
  background: #ECFAFF;
  padding: 6px;
  border-radius: 100px;
  border: solid 2px #000;
}
.user_page .usertype_status span {
  color: #000;
  font-weight: 500;
}
.user_page .active_status {
  display: flex;
  justify-content: center;
  width: 100px;
  background: #EDFFEC;
  padding: 6px;
  border-radius: 100px;
  border: solid 2px #00EF26;
}
.user_page .active_status span {
  color: #00EF26;
  font-weight: 500;
}
.user_page .expire_status {
  display: flex;
  justify-content: center;
  width: 100px;
  background: #FFECEC;
  padding: 6px;
  border-radius: 100px;
  border: solid 2px #EF0000;
}
.user_page .expire_status span {
  color: #EF0000;
  font-weight: 500;
}
.user_page .action .dropdown-menu.show {
  padding: 0 !important;
}
.user_page .action .dropdown-item {
  border-bottom: solid 1px #D0D5DD;
  padding: 12px 19px;
  color: #0E1928;
  font-size: 17px;
}
.user_page .action .dropdown-item.active,
.user_page .action .dropdown-item:active {
  background-color: #000 !important;
  color: white !important;
}

.main-chck {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.main-chck .labs p {
  color: #A4A4A4;
  font-size: 15px;
}

.radios_btn {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.radios_btn p {
  color: #A4A4A4;
}

.campaigns_page .usertype_status {
  display: flex;
  justify-content: center;
  width: 70px;
  background: #ECFAFF;
  padding: 6px;
  border-radius: 100px;
  border: solid 2px #000;
}
.campaigns_page .usertype_status span {
  color: #000;
  font-weight: 500;
}

.addcampaign_page {
  padding: 49px 140px 10px 140px;
}
.addcampaign_page .card-body {
  padding: 36px 48px;
}
.addcampaign_page .btm-cont .crd-detail span {
  color: #939393 !important;
  font-weight: 500 !important;
  font-size: 15px !important;
}
.addcampaign_page .btn-st {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.addcampaign_page .btn-st .md-btns {
  background: #CBEEFB;
  padding: 12px 22px;
  border-radius: 100px;
  color: #00AEEF;
  font-weight: 500;
  font-size: 15px;
}
.addcampaign_page .main-btns-div .btn {
  width: 100%;
  position: relative;
}
.addcampaign_page .main-btns-div .btn:hover .circle_arrow {
  border-color: #000;
}
.addcampaign_page .main-btns-div .btn:hover .circle_arrow svg {
  color: #000;
}
.addcampaign_page .main-btns-div .circle_arrow {
  position: absolute;
  top: 13%;
  transform: translateY(-50%);
  right: 25px;
  width: 27px;
  height: 27px;
}

.tabs_cnt .nav-tabs .nav-item.show .nav-link,
.tabs_cnt .nav-tabs .nav-link.active {
  background-color: #CBEEFB !important;
  color: #000 !important;
  border: none !important;
  border-radius: 100px !important;
  font-size: 13px;
  padding: 12px 19px !important;
}
.tabs_cnt .nav-tabs {
  border-bottom: none;
  width: 100%;
  display: flex;
  -moz-column-gap: 7px;
       column-gap: 7px;
  font-size: 13px;
}
.tabs_cnt .nav-tabs .nav-link {
  background-color: #F9F9F9 !important;
  padding: 12px 19px !important;
  border-radius: 100px !important;
  color: #000 !important;
  font-size: 13px;
}

.design_tabs span {
  color: #A4A4A4;
  font-size: 14px;
}

.tab-text {
  margin-top: 38px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 26px;
}
.tab-text span {
  color: #A4A4A4;
  font-size: 13px;
  font-weight: 400;
}

.every {
  display: flex;
  -moz-column-gap: 17px;
       column-gap: 17px;
}
.every label {
  color: #A4A4A4;
  font-size: 12px;
}

.content-gray {
  background: #FBFBFB;
  padding: 20px 20px;
  border-radius: 8px;
}
.content-gray p {
  color: #667085;
  font-size: 14px;
}

.chxx .custom_checkbox {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 20px;
  color: #A4A4A4;
  font-size: 14px;
}

.wlcm_print h3 {
  color: #6B7280;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
}

.print-search {
  margin-top: 40px;
  position: relative;
}
.print-search input {
  width: 100%;
  padding: 13px 53px;
  border-radius: 100px;
  border: solid 1px #00AEEF;
}
.print-search .srch-icon {
  position: absolute;
  top: 13px;
  left: 15px;
}

.finger-print {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.txt-print {
  text-align: center;
  margin-top: 40px;
}
.txt-print span {
  color: #777777;
}

.file_uploaders {
  margin-top: 65px;
}
.file_uploaders .dropify-wrapper {
  height: 119px !important;
  border: 2px dashed #32746D;
  border-radius: 10px;
}

.lst_cnt {
  text-align: center;
  margin-top: 50px;
}

.btns_skip {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.lst_cnt ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin: 30px auto;
}
.lst_cnt ul li {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  /* Create a custom checkbox */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.lst_cnt ul li .form-group {
  display: flex;
  gap: 10px;
}
.lst_cnt ul li .form-group span {
  font-size: 14px;
}
.lst_cnt ul li .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.lst_cnt ul li .container {
  position: relative;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
.lst_cnt ul li .checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 1.3em;
  width: 1.3em;
  background: #606062;
  border-radius: 5px;
}
.lst_cnt ul li .container input:checked ~ .checkmark {
  background-color: #000;
}
.lst_cnt ul li .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.lst_cnt ul li .container input:checked ~ .checkmark:after {
  display: block;
}
.lst_cnt ul li .container .checkmark:after {
  left: 0.45em;
  top: 0.25em;
  width: 0.25em;
  height: 0.5em;
  border: solid white;
  border-width: 0 0.15em 0.15em 0;
  transform: translate(1px, 2px) rotate(45deg);
}

.plng {
  width: -moz-fit-content;
  width: fit-content;
  padding: 30px 20px 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.plng .cnt-load {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.plng .cnt-load h6 {
  font-size: 18px;
  margin-bottom: 10px;
}
.plng .cnt-load p {
  font-size: 14px;
}
.plng .load {
  background-color: #000;
  padding: 10px 10px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  margin: 20px 20px 0;
}
.plng .load img {
  width: 150px;
}

.csv-bx ul {
  margin-top: 50px;
}
.csv-bx ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px 20px 40px;
  border: 1px solid #dddddd;
  border-radius: 100px;
  background-color: #fdfdfd;
}
.csv-bx ul li .csv-in {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.btn-gpr .btn-primary {
  margin-right: 10px;
}
.btn-gpr .btn-secondary {
  background: #00AEEF;
  border: 2px solid #00AEEF;
  color: #fff;
  /* font-weight: 500; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 0 20px;
}

.svggp {
  margin-left: 20px;
}

.lst_cnt.fr-skpt ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin: 30px auto;
  border: 1px solid #dddddd;
  border-radius: 10px;
  padding: 40px 90px;
}
.lst_cnt.fr-skpt ul li {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  /* Create a custom checkbox */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.lst_cnt.fr-skpt ul li .form-group {
  display: flex;
  gap: 10px;
  width: 100%;
}
.lst_cnt.fr-skpt ul li .form-group span {
  font-size: 14px;
}
.lst_cnt.fr-skpt ul li .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.lst_cnt.fr-skpt ul li .container {
  position: relative;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
.lst_cnt.fr-skpt ul li .checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 1.3em;
  width: 1.3em;
  background: #606062;
  border-radius: 5px;
}
.lst_cnt.fr-skpt ul li .container input:checked ~ .checkmark {
  background-color: #000;
}
.lst_cnt.fr-skpt ul li .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.lst_cnt.fr-skpt ul li .container input:checked ~ .checkmark:after {
  display: block;
}
.lst_cnt.fr-skpt ul li .container .checkmark:after {
  left: 0.45em;
  top: 0.25em;
  width: 0.25em;
  height: 0.5em;
  border: solid white;
  border-width: 0 0.15em 0.15em 0;
  transform: translate(1px, 2px) rotate(45deg);
}

#staticBackdrop .SumoSelect {
  width: 100%;
}
#staticBackdrop .btns_skip {
  width: 100%;
  margin-top: 0;
}

.table_head.had-gpp {
  justify-content: space-between;
}
.table_head.had-gpp .rgt-btn {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.mytab_as .nav-link {
  -webkit-clip-path: none !important;
          clip-path: none !important;
  width: unset !important;
}

.voice_tab span {
  color: #A4A4A4;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
}
.voice_tab .record-btn {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  color: #fff;
  border-radius: 5px;
}
.voice_tab audio {
  display: block;
  width: 100%;
}
.voice_tab .record-btn {
  border: 1px solid rgb(125, 125, 125);
  background-color: transparent;
  padding: 10px;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.voice_tab .record-btn svg {
  color: rgb(125, 125, 125);
  font-size: 14px;
}
.voice_tab .audio_actions {
  gap: 5px;
  margin: 10px 0px;
}
.voice_tab .audio_section {
  display: flex;
  gap: 10px;
}

header .nav_side ul li .nav_link .nav_count {
  background-color: #ff0013 !important;
  color: #fff !important;
}

header .nav_side ul li .nav_link .nav_count.active {
  background-color: #fff !important;
  color: #000 !important;
}

.hoverEffect {
  position: relative;
  transition: transform 0.3s ease-in-out, padding-left 0.3s ease-in-out;
  overflow: hidden;
  padding-left: 20px;
  /* Initial padding */
}

.hoverEffect .hover-arrow {
  position: absolute;
  top: 10px;
  /* Adjust the vertical position of the arrow */
  right: 0;
  /* Adjust the horizontal position of the arrow */
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.hoverEffect.hover .hover-arrow {
  opacity: 1;
}

.hoverEffect.hover {
  transform: translateX(-10px);
  /* Collapse to the left */
  padding-left: 10px;
  /* Reduce padding on hover */
}

.dt-info {
  font-size: 13px;
  font-weight: 400;
  vertical-align: middle;
  color: #475467;
  border-color: #EAECF0;
}

.brder_st {
  border: none !important;
}

.lead_card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Arrow styles */
.hover-arrows {
  position: absolute;
  top: 5%;
  right: -17px;
  transform: translateX(-49%);
  opacity: 0;
  transition: opacity 0.3s ease, right 0.3s ease;
}

/* Show the arrow on hover */
.lead_card:hover .hover-arrows {
  opacity: 1;
  right: -10px;
  /* Adjust the distance of the arrow on hover */
}

.fcs_stsr.btn:focus-visible {
  border: solid 1px #fff !important;
  outline: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #FAFAFA;
}

.alexslct .SumoSelect > .CaptionCont {
  width: 217px !important;
  border: none !important;
  padding-left: 0;
  padding-right: 0;
  background-color: #FAFAFA !important;
}
.alexslct .SumoSelect > .CaptionCont span {
  font-size: 12px;
}
.alexslct .SumoSelect {
  width: 100%;
}
.alexslct .SumoSelect > .CaptionCont > label > i {
  margin-right: 0;
}
.alexslct .SumoSelect.hover {
  border: none !important;
  box-shadow: none;
}

.dropify-font-upload:before,
.dropify-wrapper .dropify-message span.file-icon:before {
  display: none;
}

.dropify-wrapper img {
  position: relative;
  z-index: 9;
  top: -39px;
  right: 4px;
}

.span_txt {
  text-align: center;
  margin-top: 30px;
}
.span_txt span {
  font-size: 13px;
  color: #475467;
}

.custm_crd {
  margin-right: -48px;
}

.marg_test {
  position: relative;
}

.ps_st {
  position: absolute;
  z-index: 9;
  right: 39px;
  top: 30px;
}

textarea {
  resize: none;
  height: 15px !important;
}

.st_marg {
  margin-left: 277px;
}

.clas_para {
  overflow: auto;
  height: 118px;
}

.pos_st {
  position: absolute;
  z-index: 9;
  right: 20px;
  top: 31px;
}
.pos_st .btn {
  padding: 0;
  height: 40px;
  width: 100px;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #000;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  font-family: "FontAwesome";
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #f8f9fa;
}

.stars_video svg {
  position: absolute;
  z-index: 9;
  right: 29px;
  top: 31px;
}

.stars_videos svg {
  position: absolute;
  z-index: 9;
  right: 29px;
  top: 62px;
}

.stars_videos:hover svg path {
  fill: #F6D426;
  stroke: #F6D426;
}

.stars_video.active svg path {
  fill: #F6D426;
  stroke: #F6D426;
}

.head_video {
  margin-top: 10px;
  margin-bottom: 20px;
}
.head_video h4 {
  color: #141414;
  font-size: 28px;
}

.videof, .videot {
  width: 100% !important;
  height: 100% !important;
}

.placeholder {
  background-color: transparent !important;
}

.col_sd .SumoSelect {
  width: 100% !important;
}

.show-hide-eye {
  position: relative;
  top: -33px;
  left: 453px;
  width: none;
}

.hamburger {
  display: none;
}

.reps_stt {
  display: flex;
  align-items: center;
}

.main_bdy .side_bar ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 0;
}
.main_bdy .side_bar li {
  padding: 14px;
}
.main_bdy .side_bar li a {
  color: #fff;
  text-decoration: none;
  list-style: none;
}
.main_bdy .side_bar li:hover {
  background: red;
  border-radius: 8px;
}
.main_bdy .side_bar li.active {
  background: red;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .dashboard_page .total_data {
    grid-template-columns: unset !important;
  }
  .dashboard_page .pr_av {
    grid-template-columns: unset !important;
  }
  .dashboard_page .ts_ap {
    grid-template-columns: unset !important;
  }
  .dashboard_page .up_re {
    grid-template-columns: unset !important;
  }
  .hamburger {
    display: block !important;
  }
  .nav_side {
    display: none;
  }
  .header_img {
    display: flex;
    justify-content: center;
  }
  .header_settings {
    display: none !important;
  }
  .reps_stt {
    -moz-column-gap: 62px !important;
         column-gap: 62px !important;
  }
  .body_content .table_header_button {
    flex-direction: column;
    align-items: baseline;
  }
  .marg_test {
    flex-direction: column;
    align-items: start !important;
    row-gap: 25px;
  }
  .leads_page .nav-tabs {
    flex-direction: column;
    flex-wrap: wrap !important;
  }
  .custm_crd {
    width: 100%;
  }
  .chat_box .send_message .message_more {
    right: 11px;
  }
  .message_page .input_header input {
    width: 200px;
  }
  .st_marg {
    margin: 0;
  }
  .resp_site {
    flex-direction: column !important;
  }
  .training_page .all-videos .video-template .v-ul {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .main_bds {
    flex-direction: column !important;
    row-gap: 12px !important;
    align-items: baseline !important;
  }
  .resr {
    flex-direction: column !important;
    row-gap: 13px !important;
  }
  .champs {
    flex-direction: column;
    row-gap: 17px;
  }
  .cla_nd {
    flex-direction: column;
    row-gap: 17px;
  }
  .flx_cols {
    flex-direction: column;
  }
  .message_page .both_section {
    overflow-x: auto;
    width: 100%;
  }
  .offc_canvas {
    flex-direction: column !important;
  }
  .body_content .table_header_button {
    margin-right: 0 !important;
  }
  #calendar {
    width: 100%; /* Ensure the calendar takes full width */
    font-size: 14px; /* Adjust font size on mobile */
  }
  .fc-toolbar {
    font-size: 12px; /* Smaller toolbar text on mobile */
  }
  .fc-day-grid-event {
    font-size: 12px; /* Smaller event text */
    padding: 2px; /* Less padding for event titles */
  }
  .fc-header-toolbar {
    font-size: 14px; /* Smaller header text on mobile */
  }
  .body_content .all_activity_item .top_right_detail p {
    display: none;
  }
}
@media (max-width: 480px) {
  .fc-day-grid-event {
    font-size: 10px; /* Even smaller font size on smaller screens */
  }
}
@media (max-width: 1200px) {
  .nav_side {
    display: none;
  }
  .header_img {
    display: flex;
    justify-content: center;
  }
  .header_settings {
    display: none !important;
  }
  .reps_stt {
    -moz-column-gap: 62px !important;
         column-gap: 62px !important;
  }
  .hamburger {
    display: block !important;
  }
}
@media (max-width: 1500px) {
  header .nav_side ul {
    gap: 0 !important;
  }
  header .nav_side ul li .nav_link {
    width: 112px !important;
  }
  header .nav_side ul li .nav_link .nav_count {
    width: 23px;
    height: 22px;
  }
}
.action_button .SumoSelect > .CaptionCont {
  border: 2px solid #eeeeee;
  border-radius: 10px;
}
.action_button .SumoSelect > .CaptionCont {
  min-height: 40px;
}

.ck.ck-editor__main > .ck-editor__editable {
  height: 250px !important;
}

.anker_style {
  color: #475467;
  list-style: none;
  text-decoration: none;
}

.multi-vid {
  height: 100%;
}
.multi-vid a {
  text-decoration: none !important;
}
.multi-vid a .no-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  text-align: center;
}
.multi-vid a .no-data span {
  font-size: 18px;
  color: #666666;
}

.flx-tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}/*# sourceMappingURL=mystyle.css.map */