@charset "UTF-8";
:root {
    --theme-deafult: #0035cb;
    --theme-default: #0035cb;
    --theme-secondary: #f73164;
    --light-background: rgba(242, 243, 247, 0.7);
    --body-font-color: #2F2F3B;
    --chart-border: #ECF3FA;
    --recent-chart-bg: #FCFCFD;
    --light-bg: #F6F7F9;
    --white: #fff;
    --light2: #F5F6F9;
    --sidebar-border: rgba(0, 0, 0, 0.1);
    --chart-text-color: rgba(82, 82, 108, 0.8);
    --recent-dashed-border: rgba(82, 82, 108, 0.3);
    --chart-dashed-border: rgba(82, 82, 108, 0.2);
    --chart-progress-light: rgba(82, 82, 108, 0.1);
    --recent-box-bg: #F2F4F7;
    --recent-border: rgba(97, 101, 122, 0.25);
    --course-light-btn: #F2F3F7;
    --course-bg: #F7F7F7;
    --balance-profie-bg: #E0DFEF;
    --view-grid-bg: #ECF3FA80;
    --view-border-marker: #cfcdfc;
    --fc-button-bg-color: var(--theme-deafult);
    --fc-button-active-bg-color: var(--theme-deafult);
    --fc-button-active-border-color: var(--theme-deafult);
    --fc-button-border-color: var(--theme-deafult);
    --fc-button-hover-bg-color: var(--theme-deafult);
    --fc-button-hover-border-color: var(--theme-deafult);
    --normal: #ECEAF3;
    --normal-shadow: #D9D8E3;
    --normal-mouth: #9795A4;
    --normal-eye: #595861;
    --active: #F8DA69;
    --active-shadow: #F4B555;
    --active-mouth: #F05136;
    --active-eye: #313036;
    --active-tear: #76b5e7;
    --active-shadow-angry: #e94f1d;
}
  
.common-align {
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-profile .hovercard .user-image {
    position: relative;
}
.user-profile .common-user-image {
    box-shadow: unset;
    background-color: transparent;
}
.user-profile .common-user-image .user-image {
    width: 100%;
}
.user-profile .common-user-image .user-image .avatar .common-align > div img {
  width: calc(80px + 50 * (100vw - 320px) / 1600);
  height: calc(80px + 50 * (100vw - 320px) / 1600);
  max-width: calc(80px + 75 * (100vw - 320px) / 1600);
  max-height: calc(80px + 75 * (100vw - 320px) / 1600);
  border-radius: 4px;
  border: calc(5px + 2 * (100vw - 320px) / 1600) solid #fff;
  object-fit: cover;
}
/**=====================
   3.50 Project_list CSS Start
==========================**/
[class*=title-line-]::before {
  content: "";
  width: 4px;
  height: 26px;
  top: 23px;
  position: absolute;
  left: 0;
  border-radius: 0 10px 10px 0;
}

.common-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--white);
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-circle:hover {
  transform: translateY(-4px) scale(1.02);
  transition: 0.5s;
}

.project-list .progress-project-box .row {
  margin: 15px;
}
.project-list button:focus {
  outline: none !important;
}
.project-list .theme-form .form-group {
  margin-bottom: 15px;
}
.project-list .border-tab.nav-tabs .nav-item .nav-link {
  border: 1px solid transparent;
  padding: 5px 30px 5px 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.project-list .btn {
  margin-right: 5px;
  vertical-align: -12px;
  float: right;
}
.project-list .btn svg {
  vertical-align: middle;
  height: 16px;
}
.project-list ul {
  margin-bottom: 0 !important;
  border-bottom: 0;
}
.project-list ul li svg {
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}

.new-project-wrapper .apexcharts-legend {
  display: flex;
  flex-direction: unset !important;
  flex-wrap: wrap;
  padding: 0;
}
.new-project-wrapper .apexcharts-legend .apexcharts-legend-series {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 !important;
  padding: 0 6px;
}
.new-project-wrapper .apexcharts-legend .apexcharts-legend-series .apexcharts-legend-text {
  margin-left: -14px;
}

.project-header > div {
  width: 46px;
  height: 46px;
  box-shadow: 0px 6px 12px 0px rgba(115, 102, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: var(--white);
}
.project-header > div svg {
  width: 20px;
  height: 26px;
}
.project-header span {
  font-size: 12px;
  padding: 9px 21px;
}

.project-chart-wrap .apexcharts-legend-text {
  padding-left: 18px;
}

.scope-bottom-wrapper .sidebar-left-icons {
  display: block;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item {
  position: relative;
  padding-bottom: 66px;
  overflow: hidden;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item:last-child {
  padding-bottom: 0;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item::before {
  content: "";
  position: absolute;
  border: 1px dashed var(--recent-dashed-border);
  top: 75px;
  height: 50px;
  left: 38px;
}
@media (max-width: 1839px) and (min-width: 1661px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item::before {
    left: 30px;
  }
}
@media (max-width: 1660px) and (min-width: 1400px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item::before {
    left: 35px;
  }
}
@media (max-width: 1399px) and (min-width: 320px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item::before {
    left: 30px;
  }
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item:last-child::before {
  content: unset;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item:nth-child(4) svg {
  stroke: #52526c;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0 12px 8px;
  position: relative;
}
@media (max-width: 1839px) and (min-width: 320px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link {
    gap: 8px;
  }
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link.active {
  background: linear-gradient(90deg, #7366FF -175.57%, rgba(115, 102, 255, 0) 65.16%);
  color: unset;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link.active .absolute-border::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-color: var(--theme-default);
  border: 3px solid var(--theme-default);
  border-radius: 20px;
  left: 0;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link.active .absolute-border::after {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  background-color: var(--theme-default);
  top: 50%;
  border: 5px solid var(--theme-default);
  transform: translate(-50%, -50%);
  left: -8px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link.active .nav-rounded {
  border: 1px solid var(--theme-default);
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link.active .product-tab-content h6 {
  color: var(--theme-default);
  font-weight: 500;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border: 1px solid var(--recent-dashed-border);
  position: relative;
  z-index: 2;
  border-radius: 100%;
  padding: 2px;
  box-shadow: inset 0px 9px 20px 0px rgba(46, 35, 94, 0.07);
}
@media (max-width: 1839px) and (min-width: 1661px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded {
    width: 33px;
    height: 33px;
    min-width: 33px;
  }
}
@media (max-width: 1399px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded {
    width: 33px;
    height: 33px;
    min-width: 33px;
  }
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded .product-icons {
  min-width: 100%;
  height: 100%;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded .product-icons svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 1839px) and (min-width: 1661px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded .product-icons svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 1399px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded .product-icons svg {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 1200px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link .product-tab-content h6 {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    height: auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: var(--body-font-color);
    font-weight: 400;
  }
}
@media (max-width: 1199px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link .product-tab-content h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
}
.scope-bottom-wrapper .sidebar-left-icons:first-child {
  padding-top: 0;
}
@media (max-width: 1199px) {
  .scope-bottom-wrapper .sidebar-left-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }
  .scope-bottom-wrapper .sidebar-left-icons .nav-item {
    padding-bottom: 0;
  }
  .scope-bottom-wrapper .sidebar-left-icons .nav-item::before {
    content: unset;
  }
}
@media (max-width: 1024px) {
  .scope-bottom-wrapper .sidebar-left-icons {
    justify-content: flex-start;
  }
}

.progress-project {
  border: 2px solid #fff;
}
.progress-project .common-space svg {
  width: 15px;
  height: 15px;
  stroke: var(--theme-default);
}
.progress-project .common-space .common-align {
  gap: 6px;
}
.progress-project .common-space .common-align .badge {
  background-color: rgba(82, 82, 108, 0.1);
  padding: 4px 7px;
}
.progress-project .common-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.progress-project .progress-project-box .card,
.progress-project .progress-project-box .list-box {
  padding: calc(16px + 2 * (100vw - 320px) / 1600);
  cursor: pointer;
  background-color: var(--recent-chart-bg);
  box-shadow: 0px 9px 20px 0px rgba(46, 35, 94, 0.0705882353);
}
.progress-project .progress-project-box .card .header-top,
.progress-project .progress-project-box .list-box .header-top {
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.progress-project .progress-project-box .card .project-body span,
.progress-project .progress-project-box .list-box .project-body span {
  color: rgba(82, 82, 108, 0.8);
  margin-bottom: 8px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.progress-project .progress-project-box .card .project-body .progress,
.progress-project .progress-project-box .list-box .project-body .progress {
  height: 6px;
  margin-bottom: 8px;
}
.progress-project .progress-project-box:last-child .card {
  margin-bottom: 0;
}
.progress-project .progress-project-box ul li + li {
  margin-left: -12px;
}
[dir=rtl] .progress-project .progress-project-box ul li + li {
  margin-left: unset;
  margin-right: -12px;
}
.progress-project .progress-project-box ul li img {
  transition: 0.5s;
}
.progress-project .progress-project-box ul li img:hover,
.progress-project .progress-project-box ul li .light-background:hover {
  transform: translateY(-4px) scale(1.02);
  transition: 0.5s;
}
.progress-project .progress-project-box .badge {
  padding: calc(6px + 4 * (100vw - 320px) / 1600) calc(6px + 6 * (100vw - 320px) / 1600);
  font-size: 12px;
}
.progress-project .progress-project-box .project-body h6 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.progress-project .progress-project-box .project-body > img {
  width: 100%;
  height: calc(85px + 41 * (100vw - 320px) / 1600);
  border-radius: 5px;
  margin-bottom: 15px;
  object-fit: cover;
}
.progress-project .progress-project-box .project-body ul {
  padding-bottom: calc(12px + 3 * (100vw - 320px) / 1600);
}
.progress-project .progress-project-box .project-body .project-bottom {
  padding-top: calc(12px + 6 * (100vw - 320px) / 1600);
  border-top: 1px solid rgba(82, 82, 108, 0.1);
  flex-wrap: wrap;
  gap: 6px;
}
.progress-project .progress-project-box .project-body .project-bottom .common-flex span {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .progress-project .progress-project-box .project-body .project-bottom .common-flex svg {
    width: 14px;
    height: 14px;
  }
}
.progress-project .progress-project-box .project-body .project-bottom span {
  background-color: var(--light-bg);
  padding: calc(4px + 2 * (100vw - 320px) / 1600) calc(8px + 4 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
.progress-project .progress-project-box .project-body .project-bottom svg {
  width: 16px;
  height: 16px;
  stroke: rgba(82, 82, 108, 0.8);
  vertical-align: text-top;
}
.progress-project .progress-project-box .list-box {
  position: relative;
  border: none;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.progress-project .progress-project-box .list-box ul li img {
  width: 32px;
  height: 32px;
  border: 2px solid var(--white);
}
.progress-project .progress-project-box:last-child .list-box {
  margin-bottom: 0;
}
.progress-project .common-box {
  width: 28px;
  height: 28px;
  background-color: rgba(255, 184, 41, 0.15);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.budget-card.widget-2 {
  background-image: url(../images/project/widget-bg.png);
  background-size: cover;
  margin-bottom: 25px;
  transition: 0.5s;
}
.budget-card.widget-2:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}
.budget-card .common-space {
  gap: 6px;
}
@media (max-width: 1697px) {
  .budget-card .common-space {
    flex-wrap: wrap;
  }
}
.budget-card .common-space h6 {
  padding-bottom: 8px;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.budget-card .common-space span svg {
  width: 14px;
  height: 14px;
  vertical-align: text-top;
}

@media (max-width: 1697px) {
  .expense-chart-wrap {
    margin: -20px 0 -20px 0;
  }
}

.common-project-header {
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 644px) {
  .common-project-header {
    display: block;
  }
}
.common-project-header .customers li {
  cursor: pointer;
}
.common-project-header .customers li .common-circle {
  width: 40px;
  height: 40px;
}
@media (max-width: 644px) {
  .common-project-header .customers li .common-circle {
    width: 30px;
    height: 30px;
  }
  .common-project-header .customers li .common-circle span {
    font-size: 13px;
  }
}
@media (max-width: 644px) {
  .common-project-header .common-space {
    padding-bottom: 18px;
  }
}
@media (max-width: 400px) {
  .common-project-header .common-space {
    flex-direction: column;
    align-items: flex-start;
  }
}
.common-project-header h6 {
  margin-left: -46px;
  font-weight: 400;
}
@media (max-width: 1685px) and (min-width: 320px) {
  .common-project-header h6 {
    margin-left: -54px;
  }
}
@media (max-width: 644px) {
  .common-project-header h6 {
    margin-left: 0;
  }
}
.common-project-header > .common-align {
  gap: 16px;
}
@media (max-width: 644px) {
  .common-project-header .common-align {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
  }
  .common-project-header .common-align .customers {
    text-align: end;
  }
  .common-project-header .common-align .customers li img {
    height: 30px;
    width: 30px !important;
  }
}
