.leads_aging_div, .activity_div {
    width: 100% !important;
    max-width: 100% !important;
}

.loader-class img {
    width: 70px;
    height: auto;
}

.group__dropdown, .group__input {
    margin-right: 1em !important;
}

.campaigns__table {
    height: auto !important;
}

@media (max-width: 1200px) {
    .dashboard__wrapper .campaigns__grid .campaigns__table .activity_table_wrapper {
        max-height: 400px !important;
    }
}

.dashboard__wrapper .campaigns__grid .campaigns__table .activity_table_wrapper {
    max-height: 150px;
    min-height: 400px;

}

.dashboard__wrapper .campaigns__grid .campaigns__table .activity_table_wrapper table {
    border-bottom: 0px;
}

.activity_table_wrapper table {
    min-width: 1000px;
    width: 100%;
    border-bottom: 1px solid #E5E7EB;
    border-collapse: collapse;
}

.activity_table_wrapper {
    width: 100%;
    overflow-x: auto;
}

.activity_table_wrapper::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.activity_table_wrapper::-webkit-scrollbar-thumb {
    border-radius: 250px;
    background-color: #1c45c2;
}

.activity_table_wrapper table tr th {
    white-space: nowrap;
}

.activity_table_wrapper table tr th {
    border-top: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
    padding: 16px;
    background-color: #F9FAFB;
    text-align: left;
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase;
    font-weight: 600;
    color: #6B7280;
}

body.dark .activity_table_wrapper table tr th {
    border-top: 1px solid #1F2A37;
    border-bottom: 1px solid #1F2A37;
    background-color: #1f2a37;
}

.dashboard__wrapper .campaigns__grid .campaigns__table .activity_table_wrapper table tr td {
    padding: 18px 16px;
}

.activity_table_wrapper table tr td {
    padding: 24px 16px;
    border-bottom: 1px solid #E5E7EB;
}

.conversion_path_title {
    margin: 0px;
    font-size: 20px;
    line-height: 125%;
    font-weight: 600;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 22px 16px;
    color: #111928;
}

.dashboard__wrapper .campaigns__grid .email__graphs>.elem {
    padding: 10px 20px;
}

.dashboard__wrapper .campaigns__grid .email__graphs>.elem .left>h6 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 22px;
}

.tags_div {
    min-width: 0px !important;
    width: 100% !important;
}

.information__grid.three-tab-design {
    grid-template-columns: repeat(3, 1fr) !important;
}

.onboardingcontainer {
    background: #1d1d1d;
    padding: 20px 30px;
    padding-bottom: 10px;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 40px;
}

.progress {
    height: 5px;
    background-color: #666;
    border-radius: 10px;
}

.progress-bar-success {
    background-color: #10da10;
    height: 5px;
    border-radius: 10px;
}

.onboardingcontainer .completed, .onboardingcontainer .completed a, .completed .onboardingstep-content a {
    color: #10da10;
    text-decoration: line-through;
}

.onboardingsteprow {
    width: 100%;
    padding: 12px 20px;
    min-height: 40px;
    margin-bottom: 10px;
    border-bottom: 1px solid #666;
}

.onboardingstep {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    float: left;
    position: inherit;
}

.onboardingstep-content {
    font-size: 16px;
    margin-left: 15px;
    line-height: 30px;
}

.install__details__view {
    padding: 10px;
}

.dashboard-messages-item {
    padding: 20px 16px;
    margin-bottom: 10px;
}

.dashboard-author {
    display: flex;
}

.dashboard-author-description {
    /* margin-top: 5px; */
}

.appointment-view-toggle {
    cursor: pointer;
}

.dashboard-tasks-list, .dashboard-upcoming-list, .dashboard-completed-list {
    height: 300px;
    overflow-y: auto;
    padding: 10px;
}

.dashboard-upcoming-item {
    display: block;
    position: relative;
    margin-bottom: 8px;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    color: var(--theme-text);
    padding: 14px 30px 14px 14px;
}

.dashboard-upcoming-item-arrow {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.dashboard-upcoming-item-arrow svg {
    display: block;
}

.dashboard-upcoming-name {
    display: block;
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
}

.dashboard-upcoming-meta {
    display: flex;
    flex-wrap: wrap;
    padding-top: 4px;
}

.dashboard-upcoming-meta-item {
    margin-right: 18px;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    color: rgba(44, 62, 80, 0.7);
    position: relative;
}

.dashboard-tasks-item {
    padding: 10px 12px;
    position: relative;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    margin-bottom: 8px;
}

.dashboard-tasks-item-body {
    display: flex;
}

.dashboard-tasks-item-content {
    flex-grow: 1;
}

.dashboard-tasks-item-name {
    font-size: 14px;
    line-height: 21px;
    display: block;
    margin: 0;
    font-weight: 400;
    cursor: pointer;
}

.dashboard-tasks-item-body .dashboard-author {
    margin-top: 10px;
}

.dashboard-author {
    display: flex;
    align-items: center;
}

.dashboard-author-small .dashboard-author-name {
    font-size: 12px;
    padding: 5px 10px;
    background: #efefef;
    border-radius: 5px;
}

.dashboard-tasks-item-date {
    position: relative;
    font-size: 12px;
    line-height: 16px;
    padding-left: 23px;
    white-space: nowrap;
}

.dashboard-tasks-item-date svg {
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    position: absolute;
}

#tasks-appointments-wrapper {
    padding: 10px;
}

#tasks-appointments-wrapper a {
    text-decoration: none;
    background-color: transparent;
    transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: color, background-color, border-color;
}

.dashboard-messages-item {
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    padding: 20px 21px;
    margin: 0px 10px;
    margin-bottom: 10px;
}

#tasks-appointments-wrapper .task-top-tabs {
    display: flex;
    margin-right: 12px;
    align-items: center;
    width: 100%;
    padding: 5px;
    background: #e4eaec;
    border-radius: 10px;
}

.task-top-tab {
    width: 100%;
    justify-content: left !important;
    border-radius: 10px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    text-align: center;
    flex: 1 1 0;
    max-width: 100%;
    border: none;
    background-color: transparent;
    padding: 11px 10px 10px;
    cursor: pointer;
}

.task-top-tab-text {
    white-space: normal;
}

.task-top-tab-text {
    white-space: normal;
    overflow: hidden;
    font-style: normal;
    font-weight: 800;
    font-size: 13px;
    line-height: 18px;
    color: #76838f;
}

.task-top-tab.selected {
    background: #ffffff;
}

.task-body-item {
    margin-top: 1em;
}

.dashboard-tasks-item-checkbox {
    display: none;
}

.dashboard-upcoming-meta-item span {
    margin-left: 5px !important;
}

body.dark .activity_table_wrapper table tbody tr td ,
body.dark .activity_table_wrapper table tbody tr th {
    color: #ffffff;
}

.trend_chart {
    margin-right: 8px;
}

.skeleton-loader,.conversion-skeleton-loader {
  display: inline-block;
  width: 40px;
  height: 15px;
  border-radius: 4px;
  background: linear-gradient(90deg, #e2e2e2 25%, #f0f0f0 50%, #e2e2e2 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite linear;
  color: transparent;
}

.skeleton-cell {
  height: 15px;
  border-radius: 4px;
  background: linear-gradient(90deg, #e2e2e2 25%, #f0f0f0 50%, #e2e2e2 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite linear;
}

.chart-skeleton {
  width: 100%;
  height: 400px; /* Match your chart height */
  background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 8px;
}

.bar-skeleton-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  height: 300px;
  padding: 0 20px;
  position: relative;
  background-image: repeating-linear-gradient(
    to top,
    #f0f0f0 0px,
    #f0f0f0 1px,
    transparent 1px,
    transparent 60px
  );
  background-size: 100% 100%;
}

.bar-skeleton {
  width: 40px;
  height: 100px;
  background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 4px;
}

.skeleton-contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.skeleton-contact {
  display: flex;
  align-items: center;
}

.skeleton-avatar {
  width: 31px;
  height: 29px;
  border-radius: 50%;
  background-color: #e0e0e0;
  margin-right: 8px;
}

.skeleton-name {
  width: 120px;
  height: 14px;
  background-color: #e0e0e0;
  border-radius: 4px;
}

.skeleton-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.ta-skeleton-tab {
  width: 140px;
  height: 32px;
  background-color: #e0e0e0;
  border-radius: 6px;
}

.ta-skeleton-task-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.ta-skeleton-checkbox {
  width: 16px;
  height: 16px;
  background-color: #e0e0e0;
  border-radius: 4px;
  margin-right: 12px;
}

.ta-skeleton-task-name {
  width: 120px;
  height: 14px;
  background-color: #e0e0e0;
  border-radius: 4px;
  margin-bottom: 6px;
}

.ta-skeleton-author {
  width: 100px;
  height: 12px;
  background-color: #e0e0e0;
  border-radius: 4px;
}

.ta-skeleton-date {
  width: 80px;
  height: 12px;
  background-color: #e0e0e0;
  border-radius: 4px;
  margin-left: auto;
}

.skeleton-pie {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  margin: auto;
}


.shimmer {
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}



.email__graphs .dashboard-tasks {
    overflow-y: auto !important;
    overflow: hidden;
    height: 375px;
}

.campaigns__grid .recently__engaged__contacts,
.campaigns__grid .dashboard__tasks__appointments__wrapper {
    height: 460px !important;
}

.performance__sales,
.email__graphs.conversion__path {
    height: 495px !important;
}

body.dark .dashboard-messages-item {
    border : 1px solid var(--color-dark-tbl-border);
}

body.dark .dashboard-messages-item .dashboard-author-name {
   color: var(--color-dark-text-light);
}

#linechart_material_converted svg {
    height: 500px;
}