@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "poppins";

}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: none !important;
}

.minimized #toggle-sidebar {
  margin: auto;
}

.form-control.is-valid {
  background-image: none !important;
}

.custom-col-1 {
  width: 47%;
  min-width: 500px;
}

.multi .selection {
  padding-top: 0px !important;
}

.custom-col-2 {
  width: 17%;
  min-width: 70px;
}

input::placeholder {
  text-transform: capitalize !important;
}


.custom-col-3 {
  width: 9%;
  min-width: 60px;
}

.saves-btn {
  background-color: #FF830A;
  color: white;
  width: 80;
  min-width: 60px;

  border-radius: 4px;
  border: none;
  font-size: 12px !important;
}

.form-label span {
  color: #ee3131;
}

.custom-col-4 {
  width: 9%;
  min-width: 100px;
}

.custom-col-5 {
  width: 18%;
  min-width: 200px;
}

.main.centered {
  padding-left: 5px !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
  background: #FF830A !important;
}

.dropdown-item:hover {
  color: #323232 !important;
}


.rotated {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.form-control.is-invalid {
  background-image: none !important;
}

.form-control {
  font-size: 14px;
  color: #212529;
  height: 40px;
}

.member-avatar-md {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
}

.sidebar {
  transition: width 0.3s ease;
  width: 250px;
  background-color: #ffffff;
  border-right: 1px solid #ffe5cc;
  height: calc(100vh - 60px);
  position: fixed;
  top: 77px;
  left: 0;
  padding: 10px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 1s;
  overflow-y: auto;
}

.logo {
  color: #f65275;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  margin-left: 20px;
  /* margin-top: 10px; */
  width: 90px;

}

/* .logo img {
  width: 100%;
  height: auto;
} */
.nav-content {
  font-size: 14px;
  font-weight: 500;
}

.logo span {
  color: #3a3a3a;
}

.menu-item {
  padding: 12px;
  border-radius: 5px;
  /* margin-bottom: 5px; */
  color: #25272d;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  gap: 12px;
}

.nav-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.menu-item i {
  margin-right: 10px;
  color: #74798b;
}

.menu-item:hover,
.child-item:hover,
.submenu-item.active .menu-item.active {
  background-color: white;
  color: #212529;
}

.submenu-item {
  padding: 8px 10px;
  border-radius: 5px;
  margin-bottom: 2px;
  color: #25272d;
  display: block;
  cursor: pointer;

  font-size: 13px;
  font-weight: 400;
}

.submenu-item:hover {
  background-color: #ecedf0;
}

.submenu-item i {
  color: #74798b;
  margin-right: 10px;
}

.main-content {
  margin-left: 250px;
  padding: 20px 30px;
  margin-top: 70px;
  background: #fafafd;
  transition: all 0.5s;
  min-height: calc(100vh - 77px);
}

.main-project-header {
  margin-left: 60px;
  padding: 20px 30px;
  margin-top: 70px;
  background: #fff;
  transition: all 0.5s;
  margin-bottom: -100px;
}

.main-project-header.expand {
  margin-left: 220px;
}

.search-bar {
  background-color: #f1f3f5;
  border-radius: 20px;
  padding: 8px 15px;
  width: 600px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-bar input {
  border: none;
  background-color: transparent;
  width: 100%;
  outline: none;
  font-size: 14px;
}

.search-bar input:focus {
  outline: none;
  border: none !important;
}

.search-bar i {
  font-size: 14px;
}

.header {
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 30px; */
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #ffe5cc;
}

.greeting {
  text-align: center;
  margin-bottom: 10px;
}

.stats-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.stat-card {
  padding: 15px;
  border-radius: 8px;
  background-color: #fff;
  flex: 1;
  border: 1px solid #f1f2f4;
  margin-right: 15px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.07);
}

.stat-card:last-child {
  margin-right: 0;
}

.stat-title {
  /* color: #25272D; */
  /* font-size: 0.9em; */
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  /* font-family: 'Inter';
    font-weight: 500;
    font-size: 18px;
    line-height: 24px; */
}

.stat-title i {
  color: #74798b;
}

.stat-value {
  /* font-family: 'Inter';
    font-weight: 500;
    font-size: 32px;
    line-height: 44px; */
}

.stat-value.total {
  color: #25272d;
}

.stat-value.delayed {
  color: #f57f17;
}

.stat-value.ongoing {
  color: #008539;
}

.stat-value.hold {
  color: #ee3131;
}

.stat-value.closed {
  color: #8f929c;
}

.panel {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid rgba(241, 242, 244, 1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.07);
  min-height: 95%;
}

.panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px;
}

.panel-title {
  /* font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 1); */
}

.create-task {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  text-decoration: none;

  /* color: #6c757d;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 13px;
    line-height: 18px; */
}

.create-task i {
  margin-right: 5px;
}

table {
  width: 100%;
}

th {
  color: #323232;
  background-color: #f7f7f7;

  padding: 10px 15px;
  border-bottom: 1px solid #e2e4e9;

  font-family: "Inter";
  font-weight: 500 !important;
  font-size: 12px;
  line-height: 18px;

  min-width: 120px;
}

td {
  padding: 12px 15px;
  border-bottom: 1px solid #ffe5cc;
  font-family: "Inter";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;

}

.text-decoration-none {
  text-decoration: none !important;
}

tr:last-child>td {
  border-bottom: none;
}

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

.partner img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

.status {
  padding: 6px 10px 6px 22px;
  border-radius: 15px;
  font-size: 10px;
  position: relative;
}

.status.track {
  background-color: #d4edda;
  color: #28a745;
}

.status.track::before {
  background-color: #28a745;
}

.status.onboarding {
  background-color: #e6f2fe;
  color: #4656b9;
}

.status.onboarding::before {
  background-color: #4656b9;
}

.status::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.status.review {
  background-color: #fff3cd;
  color: #ffc107;
}

.status.review::before {
  background-color: #ffc107;
}

.status.delayed {
  background-color: #f8d7da;
  color: #dc3545;
}

.status.delayed::before {
  background-color: #dc3545;
}

.status.hold {
  background-color: #fff3cd;
  color: #fd7e14;
}

.status.hold::before {
  background-color: #fd7e14;
}

.status.cancelled {
  background-color: #f8d7da;
  color: #dc3545;
}

.status.cancelled::before {
  background-color: #dc3545;
}

.dropdown-toggle::after {
  display: none;
}

.avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}

.project-title .text-primary {
  margin-bottom: 20px;
}

.dt-center .button-primary {
  background: #F3F0FF !important;
  color: #5B21B6 !important;
  border: 1px solid #C4B5FD !important;

}

.dt-center .button-primary:active,
.dt-center .button-primary:hover {
  background: #5B21B6 !important;
}

.dt-center .btn:active,
.dt-center .btn:hover {
  color: white !important;


}

.dt-center .btn-success {
  border: 1px solid #CEEAB6 !important;
  background: #F0FDF4 !important;
  color: #4F7A2C !important;
}

.dt-center .btn-success:active,
.dt-center .btn-success:hover {
  background: #4F7A2C !important;
}

.dt-center .btn-danger {
  background: #FFF1F2 !important;
  color: #A50000 !important;
  border: 1px solid #FDA4AF !important;

}

.dt-center .btn-danger:active,
.dt-center .btn-danger:hover {
  background: #A50000 !important;
}



.dt-center .btn-inactive {
  background: #FFF7F0 !important;
  color: #FF830A !important;
  border: 1px solid #F5CFAA !important;

}

.dt-center .btn-inactive:active,
.dt-center .btn-inactive:hover {
  background: #FF830A !important;
}




.side-header {
  margin-bottom: 10px;
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 10px;
}

.create-item {
  background: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  display: flex;
  gap: 7px;
}

.create-item img {
  zoom: 1.2;
}

.submenu-icon {
  background: #fff;
  padding: 3px 5px;
  border: 1px solid #e2e4e9;
  border-radius: 2px;
}

.child-item {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  padding: 5px 10px;
}

.active i {
  color: #5b8d3a;
}

.child-menu {
  padding: 10px 30px;
  display: none;
}

.nav-icons {
  width: 20px;
  display: flex;
  text-align: center;
  justify-content: center;
}

.nav-icons img {
  width: 100%;
  height: auto;
}

.greeting-day {
  margin-top: 4px;
}

.greeting h3 {
  font-family: "Inter";
  font-weight: 500;
  font-size: 24px;
  line-height: 44px;

}

.task-heading {
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #25272d;
}

.task-description {
  font-family: "Inter";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #8f929c;
}

.list-icon {
  background-color: #4db6ac;
  border-color: #4db6ac;
}

.list-icon i {
  color: #fff;
}

.create-task-content {
  align-items: center;
  gap: 5px;
}

.project-task i {
  /* border: 1px dashed #E2E4E9;
    border-radius: 8px;

    margin-right: 5px;
    padding: 8px 10px;

    width: 36px;
    height: 36px;
    font-size: 18px; */
}

.faq-icons i {
  border: 1px solid;
  border-radius: 50%;
  padding: 2px 5px;
}


.sidebar.minimized {
  width: 60px;
  overflow: hidden;
  padding: 15px 0;
}

.sidebar.minimized .submenu {
  display: none !important;
}

.menu-item.centered {
  display: flex;
  justify-content: center;
  padding: 10px 10px;
}

.submenu-icon.large {
  font-size: 16px;
  display: block;
  text-align: center;
}

.sidebar.minimized .side-header {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 10px;
}

.sidebar.minimized .nav-icons {
  width: 18px;
}

.expand {
  margin-left: 60px;
}

.profile-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 12px 0px;

  margin: 0 auto;
  margin-bottom: 10px;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #e0e0e0;
  position: relative;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dropdown-divider {
  margin: 0;
}

.username {
  /* color: #333; */
  /* font-family: 'Inter';
    font-weight: 500;
    font-size: 28px;
    line-height: 36px; */
  margin-bottom: 0;
}

/* View all button */
.view-all-btn {
  /* background-color: #FF830A;
    border-color: #FF830A;
    color: white; */
  border: none;
  /* border-radius: 4px; */
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;

  /* font-family: 'Inter';
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
     */
  text-align: center;
}

.view-all-btn:hover {
  background-color: #3a6de8;
}

/* Eye icon */
.eye-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  fill: white;
}

.footer-menu {
  border-top: 1px solid;
  border-color: #e2e4e9;
}

.panel table td a {
  text-decoration: none;
  color: #212529;
}

.team_details .user-info {
  justify-content: center;
  margin-bottom: 7px;
}

.status-controls {
  width: 460px;
  height: 44px;
  border-radius: 120px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-width: 1px;
  display: flex;
  gap: 31px;
  border: 1px solid #ecedf0;
  background: #f8f8fa;
  margin: 0 auto;
  margin-bottom: 30px;
}

.status-controls .control-item {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.status-controls .control-item select {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #8f929c;
  background: #f8f8fa;
  border: none;
}

.status-controls .control-item .status-descp {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #8f929c;
  text-align: center;
}

.status-controls .control-item:first-child::after {
  position: absolute;
  top: 0;
  right: -15px;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #ecedf0;
}

.status-controls .control-item .count {
  color: #4a4d59;
}

.single-task {
  border-bottom: 1px solid #f1f2f4;
}

.single-task input[type="checkbox"] {
  border-color: #74798b;
}

.single-task .date-label {
  font-family: "Inter";
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;

  color: #8f929c;
}

.single-task .project-label {
  border-radius: 2px;
  padding-top: 1px;
  padding-right: 6px;
  padding-bottom: 1px;
  padding-left: 6px;
  background: #e4f7eb;
  color: #008539;
  font-family: "Inter";
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;

}

.single-task .task-details {
  font-family: "Inter";
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;

  text-align: center;
}

.nav-tabs .nav-link {
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;

  color: #4a4d59;
  border: none;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 0px;
  border-bottom-width: 2px;
  cursor: pointer;
}

.panel-tabs {
  margin-bottom: 8px;
}

.active-link {
  border-bottom: 1px solid#74798B !important;
  color: #000000 !important;
}

.show-more-task {
  font-family: "Inter";
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;

  text-align: start;
  color: #8f929c;
  cursor: pointer;
}

.show-more-div {
  display: none;
}

.show-more {
  color: #8f929c;
  text-decoration: none;
}

.show-more:hover {
  color: #498126;
}

.single-project {
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;

  color: #25272d;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.placeholder-icon {
  border: 1px solid #498126;
  border-radius: 50%;
  /* padding: 8px 10px; */
  width: 36px;
  height: 36px;
  display: block;
  padding: 6px 13px;
  color: #498126;
}

.member-list {
  border-top: 1px solid #eee;
  /* padding-top: 15px; */
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
}

.member-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.invite-icon {
  width: 56px;
  height: 56px;
  /* background-color: #f5f5f5; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: #888;
  border: 1px dashed;
  border-color: #e2e4e9;
}

.invite-text {
  color: #888;
  font-size: 14px;
}

.profile-avatar-xs {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  font-family: "Inter";
  line-height: 18px;

  text-align: center;
  vertical-align: middle;
}

.profile-avatar-xs.super-admin {
  border: 1px solid #fc3b31;
  background-color: #fc3b31;
  color: #fff;
}

.profile-avatar-xs.admin {
  border: 1px solid #26a69a;
  background-color: #d2f7e3;
  color: #26a69a;
}

.profile-avatar-xs.partner {
  border: 1px solid #f59999;
  background-color: #ffe0b2;
  color: #ee3131;
}

.profile-avatar-xs.tl {
  border: 1px solid #70a5f8;
  background-color: #e6f2fe;
  color: #498126;
}

.profile-avatar-xs.employee {
  border: 1px solid #70a5f8;
  background-color: #fff;
  color: #498126;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.member-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.member-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-name {
  font-size: 14px;
  color: #444;
  font-weight: 500;
}

.no-data {
  font-family: "Inter";
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;

  text-align: center;
}

/* team member dashboard */

.project-header {
  padding: 15px 20px;
  border-bottom: 1px solid #fedec0;
  padding-bottom: 0;
}

.project-title {
  display: flex;
  align-items: center;
  gap: 8px;

  font-family: "Inter";
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;

}

.star-icon {
  color: #fdd835;
}

.badge-on-track {
  background-color: #e2f7e8;
  color: #1e8649;
  padding: 4px 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: normal;
}

.add-task-btn {
  background-color: #FF830A;
  color: white;
  border: none;
  padding: 6px 15px;
  border-radius: 4px;

  font-family: "Inter";
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;

  text-align: center;
}

.filter-sort-container {
  display: flex;
  gap: 10px;
}

.filter-btn,
.sort-btn {
  border: none;
  background-color: white;
  color: #8f929c;
  padding: 6px 15px;
  border-radius: 4px;

  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;

}

.task-table {
  background-color: white;
  border-radius: 6px;
  margin-top: 10px;
}

.table-header {
  background-color: #f8f8fa;

  color: #8f929c;
  font-weight: 500;

  font-family: "Inter";
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;


  margin-left: 0;
  margin-right: 0;
}

.table-header>div {
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;

  border: 1px solid #e2e4e9;
}

.section-header {
  background-color: #fff;

  cursor: pointer;
  font-weight: 500;
  color: #444;
  display: flex;
  align-items: center;

  border-bottom: 1px solid #e2e4e9;

  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  gap: 8px;

  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;

}

.section-header .task-count {
  color: #888;
  font-size: 13px;
}

.task-row {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #ecedf0;
  border-top: none;
  border-left: none;
}

.section-content>.task-row:first-child {
  border-top: 1px solid #ecedf0;
  border-top: none;
}

.task-row>div {
  border-right: 1px solid #ecedf0;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
}

.task-row>div:first-child {
  border-left: 0;
  /* border-right: 0; */
}

.task-row>div:nth-child(1) {
  border-left: 0;
  border-right: 0;
}

.task-row>div:nth-child(2) {
  border-left: 0;
  border-right: 0;
}

.task-handle {
  padding: 0 5px;
  color: #ccc;
  cursor: move;
}

.task-checkbox {
  margin: 0 10px;
  display: flex;
  align-items: center;
}

.task-checkbox input {
  width: 16px;
  height: 16px;
}

.task-title {
  flex-grow: 1;
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;


  color: #25272d;

  padding-left: 0;
}

.complete .task-checkbox i {
  color: green;
}

.task-assignee {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #70a5f8;
  background-color: #fff;
  color: #70a5f8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;

  font-family: "Inter";

  line-height: 18px;

  text-align: center;
  vertical-align: middle;
}

.task-assignee img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.task-due-date {
  width: 140px;
  padding: 0 10px;
  color: #25272d;

  font-family: "Inter";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;

}

.priority-tag {
  width: 70px;
  text-align: center;
  padding: 3px 8px;
  border-radius: 4px;

  font-family: "Inter";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;

}

.priority-urgent {
  background-color: #ffeded;
  color: #c10616;
}

.priority-high {
  background-color: #fff4e5;
  color: #e65200;
}

.priority-normal {
  background-color: #e9f2ff;
  color: #4656b9;
}

.priority-low {
  background-color: #e2f7e8;
  color: #004d40;
}

.progress-line {
  display: flex;
  align-items: center;
  gap: 8px;
}

.progress-bar-container {
  width: 150px;
  height: 7px;
  background-color: #f0f0f0;
  border-radius: 5px;
  margin: 0 10px;
}

.progress-bar-fill {
  height: 100%;
  border-radius: 5px;
}

.progress-bar-status {
  margin-left: 5px;
  color: #4a4d59;

  font-weight: 500;
  font-size: 10px;
  line-height: 16px;

  text-align: right;
}

.progress-red {
  background-color: #ff5630;
}

.progress-green {
  background-color: #36b37e;
}

.progress-blue {
  background-color: #4573d2;
}

.add-inline-task {
  padding: 8px 20px;
  color: #8f929c;
  cursor: pointer;
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;


  display: flex;
  align-items: center;
  gap: 7px;
}

.add-inline-task:hover {
  background-color: #f9fafb;
}

.add-section-btn {
  color: #4a4d59;
  cursor: pointer;
  display: flex;
  align-items: center;

  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  gap: 8px;

  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;

}

.add-section-btn:hover {
  background-color: #f9fafb;
}

.avatar-group {
  display: flex;
  margin-left: auto;
  padding-right: 20px;
}

.avatar-sm {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-left: -8px;
  border: 2px solid white;
  background-color: #e9ecef;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  overflow: hidden;
}

.avatar-sm img {
  width: 100%;
  height: auto;
}

.avatar-more {
  background-color: #f0f0f0;
  color: #666;
}

.table-body {
  max-height: 60vh;
  overflow-y: scroll;
}

/* taskbar */

.rt-sidebar {
  width: 700px;
  height: 100vh;
  background-color: #ffffff;
  border-left: 1px solid #e0e0e0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  overflow-y: auto;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.05);
  display: none;
}

.show {
  display: block !important;
}


.rt-sidebar.show {

  transition: all 0.8s ease-in;
  animation: slideIn 0.8s forwards;

}

@keyframes slideIn {
  from {
    right: -700px;
  }

  to {
    right: 0;
  }
}

.rt-sidebar-header {
  padding: 12px 16px;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 10;
}

.rt-sidebar-title {
  font-size: 18px;
  font-weight: 500;

  margin: 0;
  padding-right: 15px;
  line-height: 1.3;
}

.rt-sidebar .rt-sidebar-header .close-button {
  display: flex;
  align-items: center;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 4px;
}

.rt-sidebar .rt-sidebar-header .close-button i {
  margin-left: 6px;
}

.rt-sidebar .rt-sidebar-header .action-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rt-sidebar .rt-sidebar-header .action-icons {
  display: flex;
  /* gap: 15px; */
}

.rt-sidebar .rt-sidebar-header .action-icons button {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
}

.rt-sidebar .rt-sidebar-header .mark-complete {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  color: #5e6278;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.rt-sidebar .rt-sidebar-header .mark-complete i {
  margin-right: 8px;
  color: #6c757d;
}

.rt-sidebar .rt-sidebar-header .mark-complete:hover {
  background-color: #f8f9fa;
}

.rt-sidebar .rt-sidebar-header .action-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  border-radius: 4px;
  cursor: pointer;
}

.rt-sidebar .rt-sidebar-header .action-icon:hover {
  background-color: #f5f5f5;
}

.rt-sidebar-content {
  padding: 16px 20px;
}

.rt-sidebar .task-field {
  margin-bottom: 16px;
  display: flex;
  gap: 20px;
  margin-top: 20px;
  align-items: baseline;
}

.rt-sidebar .field-label {

  width: 90px;
  vertical-align: middle;
}

.rt-sidebar .cen {
  width: 150px;
  margin: 0 auto;
}

.rt-sidebar .bg-line {
  position: relative;
}

.rt-sidebar .bg-line::before {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ecedf0;
  z-index: -1;
}

.rt-sidebar .field-value {
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
}

.avatar-xs {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #e5e5e5;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 12px;
  font-weight: 600;
}

.avatar-xsm {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #e5e5e5;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 12px;
  font-weight: 600;
}

.avatar-xs img {
  width: 100%;
  height: auto;
}

.avatar.blue {
  background-color: #d2e3fc;
  color: #4285f4;
}

.rt-sidebar .status-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 6px;
}

.rt-sidebar .status-todo {
  background-color: #4285f4;
}

.rt-sidebar .tag {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 12px;
  margin-right: 5px;
}

.rt-sidebar .tag.design {
  background-color: #ffead0;
  color: #f5a623;
}

.rt-sidebar .tag.low {
  background-color: #e8f5e9;
  color: #34a853;
}


.rt-sidebar .attachment-section {
  margin-top: 20px;
}

.rt-sidebar .attachment-header {
  display: flex;

  align-items: center;
  margin-bottom: 10px;
}

.rt-sidebar .attachment-body {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.rt-sidebar .attachment-count {

  border-radius: 10px;
  padding: 1px 8px;
  font-size: 12px;
  color: #8f929c;
}

.rt-sidebar .attachment-item {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 6px;
  background-color: #fbfbfc;
  margin-bottom: 8px;
}

.rt-sidebar .file-icon {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.rt-sidebar .file-icon.pdf {
  background-color: #fff0ed;
  color: #ea4335;
}

.rt-sidebar .file-icon.doc {
  background-color: #e8f0fe;
  color: #4285f4;
}

.rt-sidebar .file-info {
  flex-grow: 1;
}

.rt-sidebar .file-name {
  margin-bottom: 2px;
}


.rt-sidebar .download-btn {
  font-size: 12px;
  color: #4285f4;
  text-decoration: none;
}

.rt-sidebar .file-options {
  display: flex;
  gap: 5px;
}

.rt-sidebar .subtasks-section {
  margin-top: 20px;
}

.rt-sidebar .subtask-item {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.rt-sidebar .subtask-checkbox {
  margin-right: 8px;
  font-size: 12px;
  margin-top: 2px;
  color: #74798b;
}

.rt-sidebar .subtask-name {
  font-size: 14px;
  color: #444;
  flex-grow: 1;
}

.rt-sidebar .subtask-date {
  font-family: "Inter";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;

  color: #8f929c;

  margin-right: 20px;
}

.rt-sidebar .today-date {
  color: #008539;
}

.rt-sidebar .subtask-avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 8px;
}

.rt-sidebar .add-new {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #74798b;
  font-size: 13px;
  background: #fff;
  cursor: pointer;
  border: 1px dashed #e2e4e9;
  padding: 5px 20px;
}

.rt-sidebar .activity-attachment-content .attachment-item {
  background-color: #fbfbfc;
  border: 1px solid #e2e4e9;
}

/* .file-options .file-meta,
.rt-sidebar .file-options .download-btn {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    
    color: #8F929C;

} */

.rt-sidebar .add-subtask {
  width: 100px;
  margin-top: 10px;
  text-align: center;
}

.rt-sidebar .add-subtask a {
  color: #25272d;
  text-decoration: none;
}

.rt-sidebar .add-new i {
  font-size: 14px;
  margin-right: 5px;
}

.rt-sidebar .comments-section {
  border-top: 1px solid #f0f0f0;
}

.rt-sidebar .tabs {
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.rt-sidebar .comments-section .tabs {
  margin-bottom: 0;
}

.rt-sidebar .tab {
  padding: 8px 16px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  position: relative;
}

.rt-sidebar .tab.active {}

.rt-sidebar .tab.active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #74798b;
}

.rt-sidebar .tab-count {
  /* background-color: #f0f0f0; */
  border-radius: 10px;
  padding: 1px 6px;
  font-size: 11px;
  color: #666;
  margin-left: 5px;
}

.rt-sidebar .comment-item {
  margin-bottom: 15px;
}

.rt-sidebar .comment-header {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.rt-sidebar .comment-author {
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;

  color: #25272d;

  margin-right: 8px;
}

.rt-sidebar .comment-time {
  font-family: "Inter";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;


  color: #8f929c;
}

.rt-sidebar .comment-content {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;

  color: #25272d;

  margin-left: 32px;
}

.rt-sidebar .comment-input {
  display: flex;
  /* margin-top: 20px; */
  border: 1px solid #e2e4e9;
  border-radius: 6px;
  padding: 8px 12px;
}

.rt-sidebar .task-footer {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(226, 228, 233, 1);

  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
}

.rt-sidebar .comment-input .avatar {
  margin-right: 10px;
  width: 32px;
  height: 32px;
}

.rt-sidebar .comment-input input {
  flex-grow: 1;
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;

  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;


  color: #8f929c;
}

.rt-sidebar .review-section {
  padding: 8px 0px;
  padding-bottom: 0;
}

.rt-sidebar .comments-section .tab-content {
  background-color: #f3f4f6;
  padding: 20px 20px 10px 30px;
}

.rt-sidebar .activity-item {
  display: flex;
  margin-bottom: 15px;
}

.rt-sidebar .activity-icon {
  margin-right: 10px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 12px;
}

.rt-sidebar .activity-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
}

.rt-sidebar .activity-subitem {
  display: flex;
  gap: 5px;
}

.rt-sidebar .activity-subitem .activity-text strong {
  color: #4a4d59;
  font-family: "Inter";
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;

}

.rt-sidebar .activity-subitem .activity-text {
  color: #8f929c;
  font-family: "Inter";
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;

}

.rt-sidebar .activity-text {
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;

  color: #25272d;
}

.rt-sidebar .activity-text strong {
  color: #4a4d59;
}

.rt-sidebar .activity-time {
  font-family: "Inter";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;

  color: #8f929c;

  margin-top: 2px;
}

.rt-sidebar .close-sidebar {
  background-color: transparent;
  border: none;
  color: #666;
  cursor: pointer;
}

.rt-sidebar .close-sidebar:hover {
  color: #333;
}

.rt-sidebar .mention {
  color: #498126;
}

.add-btn-group {
  /* background-color: #FF830A;
    border: none;

    border-radius: 4px; */
}

/* 
.add-btn-group button:hover {
    background-color: #578efd;
    color: #212529 !important;
    border-radius: 4px;
} */

.add-btn-group>button {
  background: #FF830A;
  border: none;

  color: white;
  padding: 6px 15px;

  font-family: "Inter";
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;

  text-align: center;
}

.add-btn-group>button:nth-child(2) {
  border-left: 1px solid #fff;
  padding: 5px 7px;
}

/* For demo purposes - simulates main content */
/* .main-content {
    margin-right: 380px;
    padding: 20px;
} */

/* Responsive adjustments */

.rt-sidebar .attachment-page .attach-header {
  padding: 16px 24px;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* right sidebar (Add Client) */
.rt-form .form-label {
  margin-bottom: 4px;
}

.rt-form .form-control,
.rt-form .form-select {
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  border-radius: 4px;
  border-width: 1px;
  border-color: #e2e4e9;
}

.form-control::placeholder {
  color: #8f929c !important;
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;

}

/* .rt-form .placeholder {
  color: #adb5bd;
} */

.rt-form .close-button {
  background: none;
  border: none;
  font-size: 13px;
  color: #6c757d;
  cursor: pointer;
}

button {
  border-radius: 4px;
}

.rt-form .section-header {

  margin-bottom: 15px;
  padding: 0;
  border: none;
}

.rt-form .radio-group {
  display: flex;
  gap: 20px;
}

.rt-form .radio-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.rt-form .total-section {
  background-color: #f8f9fa;
  padding: 12px;
  border-radius: 4px;
  margin: 20px 0;
}

.rt-form .total-label {
  font-weight: 500;
  margin-bottom: 0;
}

.rt-form .total-amount {
  font-weight: 600;
  color: #dc3545;
}

.rt-form .date-input {
  position: relative;
}

.rt-form .date-input .form-control {
  padding-right: 30px;
}

.rt-form .date-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
}

/* .rt-sidebar-content .section-title {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    
    color: #25272D;
    margin-bottom: 15px;
    text-transform: capitalize;

}

.rt-sidebar-content .section-subtitle {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    
    margin-bottom: 15px;

    color: #4A4D59;
    text-transform: capitalize;

} */

.rt-sidebar.ops .rt-sidebar-content {
  padding-top: 24px;
  padding-right: 32px;
  padding-bottom: 10px;
  padding-left: 32px;
}

.rt-sidebar .delete-btn {
  color: #ee3131;
  border: 1px solid #ee3131;
  background: white;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 14px;
}

.rt-sidebar .save-btn {
  background-color: #FF830A;

  color: white;
  width: 80;

  min-width: 80px;
  padding-top: 7px;
  padding-right: 16px;
  padding-bottom: 7px;
  padding-left: 16px;
  border-radius: 4px;
  border: none;
}

.rt-sidebar-footer {
  border-top: 1px solid #ecedf0;
  padding: 10px 10px;
  padding-bottom: 10px;
}

.rt-sidebar .cancel-btn {
  background-color: white;
  color: #25272d;
  border: 1px solid #e2e4e9;

  min-width: 80px;
  padding-top: 7px;
  padding-right: 16px;
  padding-bottom: 7px;
  padding-left: 16px;
  gap: 8px;
  border-radius: 4px;
}

.rt-sidebar .client-container {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.rt-sidebar .client-header {
  margin-bottom: 15px;
}

.rt-sidebar .client-description {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
}

.preview-details h1 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #333;
}

.preview-details .section-title {
  /* font-size: 16px;
    font-weight: 600; */
  margin-top: 25px;
  margin-bottom: 15px;
  /* color: #333; */
}

.preview-details .detail-row {
  display: flex;
  margin-bottom: 10px;
  align-items: baseline;
}

.preview-details .detail-label {
  width: 150px;
  min-width: 150px;
  color: #6c757d;
  /* font-size: 14px;
    font-weight: 500; */
}

.preview-details .detail-value {
  flex-grow: 1;
  /* color: #333;
    font-size: 14px; */
}

.preview-details .status-indicator {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 6px;
  background-color: #10b981;
}

.detail-hr {
  border-top: 2px dashed #d7d8da;
}

.preview-details .billing-grid {
  display: grid;
  grid-template-columns: 150px 100px 100px 100px;
  gap: 10px;
  margin-bottom: 15px;
}



.total-section .total-amount {
  margin-bottom: 0px;
}

.preview-details .total-section {
  background-color: #f8f9fa;
  padding: 12px 15px;
  border-radius: 4px;
  margin: 20px 0;
  display: flex;

  gap: 18px;
  align-items: center;
}

.preview-details .total-label {

  margin-bottom: 0;
}

.preview-details .total-amount {

  margin-bottom: 0;
}

.preview-details .additional-info {
  margin-top: 30px;
}

.preview-details .info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px;
}


.search-bar-2 {
  position: relative;
  margin: 7px 24px;
  display: flex;
  justify-self: end;
}

.search-bar-2 .search-input {
  padding: 8px 16px 8px 38px;
  border-radius: 6px;
  border: none;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;


  color: #25272d;
  width: 105px;
  outline: none;
}

.search-bar-2 .search-input::placeholder {
  color: #8f929c !important;
}

.search-bar-2 .search-icon {
  position: absolute;
  left: 12px;
  top: 45%;
  transform: translateY(-50%);
  color: #999;
}

.attachment-page .attachments-container {
  padding: 0 24px 24px;
}

.attachment-page .attachment-item-2 {
  margin-bottom: 16px;
  background-color: #fbfbfc;
  border-color: #ecedf0;

  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;

  border-radius: 8px;
  border: 0.5px solid #ecedf0;
}

.attachment-item-2 .attachment-header-2 {
  margin-bottom: 3px;
  color: #25272d;
  font-size: 14px;
  font-weight: 400;

  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;

}

.attachment-item-2 .attachment-header-2 a {
  color: #25272d;
  font-weight: 400;
  text-decoration: none;
}

.attachment-item-2 .attachment-header-2 a:hover {
  color: #4285f4;
}

.attachment-item-2 .attachment-meta {
  display: flex;

  font-family: "Inter";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;

  gap: 8px;

  color: #8f929c;
}

.attachment-item-2 .attachment-card {
  display: flex;
  align-items: center;

  background-color: #fbfbfc;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  margin-top: 8px;

  min-width: 200px;
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  gap: 12px;
}

.attachment-item-2 .attachment-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.attachment-item-2 .file-icon {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  color: #fff;
}

.attachment-item-2 .file-details {
  flex-grow: 1;
}

.attachment-item-2 .file-name {
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;


  margin-bottom: 2px;
}

.attachment-item-2 .file-meta {
  font-family: "Inter";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;

  color: #8f929c;

  display: flex;
  gap: 8px;
}

.inbox-page .inbox-header {
  padding: 16px 20px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inbox-page .filter-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
}

.inbox-page .tab-menu {
  border-bottom: 1px solid #e0e0e0;
}

.inbox-page .tab-menu .nav-link {
  color: #666;
  padding: 12px 16px;
  border: none;
  border-radius: 0;
}

.nav-link.active {
  color: #25272d !important;
  border: none !important;
  border-bottom: 2px solid #ff7a00 !important;
  background-color: transparent;
}

.inbox-page .filter-bar {
  padding: 7px 20px;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}

.inbox-page .section-header-3 {
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;

  color: #25272d;
  border-bottom: 1px solid #e0e0e0;

  display: flex;
  justify-content: space-between;
}

.inbox-page .task-item {
  display: flex;
  align-items: flex-start;
}

.inbox-page .task-item,
.inbox-page .project-item {
  padding-top: 12px;
  padding-right: 40px;
  padding-bottom: 8px;
  padding-left: 40px;
  gap: 12px;

  border-bottom: 1px solid #e2e4e9;
}

.inbox-page .task-item-content {
  display: flex;
  align-items: center;
}

.inbox-page .calendar-icon {
  width: 24px;
  height: 24px;
  font-size: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  color: #666;
}

.inbox-page .inbox-task-content {
  flex-grow: 1;
}

.inbox-page .inbox-task-title {
  margin-bottom: 10px;
}

.inbox-page .inbox-task-detail {
  padding: 8px 10px;

  display: flex;
  align-items: center;
  border: 1px solid #ecedf0;
  padding: 6px;

  /* font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    
    color: #25272D; */
}

.inbox-page .task-item-project-title {
  /* font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    

    color: #8F929C; */
}

.inbox-page .inbox-task-date {
  color: #2684ff;
  font-size: 14px;
  margin-left: auto;
}

tr:hover {
  background-color: #f5f5f5;
}

.inbox-page .project-icon {
  /* width: 24px;
    height: 24px;
    background-color: #1ABC9C; */
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.inbox-page .user-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ddd;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #666;
}

.inbox-page .priority-tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  margin-left: 8px;
}

.inbox-page .priority-high {
  background-color: #ffebe6;
  color: #ff5630;
}

.inbox-page .status-tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  margin-left: 8px;
  background-color: #e3fcef;
  color: #36b37e;
}

.inbox-page .task-checkbox {
  margin-right: 12px;
  color: #999;
}

.inbox-page .mark-read-btn {
  background: none;
  border: none;
  color: #8f929c;

  cursor: pointer;

  font-weight: 400;
  font-size: 12px;
  line-height: 18px;

  text-align: center;
  vertical-align: middle;
}

.inbox-page .project-header {
  /* border-bottom: 0; */
  padding-top: 0;
  padding-bottom: 0;
}

/* .inbox-page .share-btn {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 6px 12px;
    background: none;
    color: #555;
    font-size: 14px;
} */
.client-header h3,
.client-header-2 h3 {
  text-transform: capitalize;
  margin-bottom: 3px;
}

#client-list .client-header,
#project-list .client-header,
#client-list .client-header-2,
#project-list .client-header-2 {
  /* padding: 15px 20px; */
  padding-bottom: 0;
}

hr {
  margin-bottom: -10px !important;
  color: #ffe5cc;
  opacity: 1;
}

.sidebar a {
  text-decoration: none;
}

#client-list .client-title,
#project-list .client-title {
  color: #25272d;
  font-family: "Inter";
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

#client-list .client-subtitle,
#project-list .client-subtitle {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;

  color: #4a4d59;
}

/* milstone */
.milstone-page {
  padding: 35px 40px;
}

.milstone-page .milestone-form {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.milstone-page .milestone-row {
  margin-bottom: 15px;
}

.milstone-page .milestone-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-weight: 500;
}

.milstone-page .date-input {
  position: relative;
}

.milstone-page .date-input i {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #adb5bd;
}

.milstone-page .add-more-btn {
  color: #25272d;
  border: 1px solid #e2e4e9;
  background-color: white;
  border-radius: 4px;
  padding: 8px 15px;
  font-size: 14px;
  margin-top: 10px;
  width: 100%;
}

.milstone-page .add-more-btn:hover {
  background-color: #f8f9fa;
}

.milstone-page .submit-btn {
  background: #FF830A;
  color: white;
  border: none;

  float: right;
  margin-top: 20px;

  min-width: 80px;
  padding-top: 7px;
  padding-right: 16px;
  padding-bottom: 7px;
  padding-left: 16px;

  border-radius: 4px;
}

.milstone-page .header-row {
  color: #6c757d;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}

.milstone-page .header-row>div {
  color: #8f929c;
  font-family: "Inter";
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;

}

.review-message {
  font-family: "Inter";

  font-size: 16px;
  line-height: 24px;


  /* margin-bottom: 5px; */
  font-weight: 500;
  color: #25272d;
}

.review-description {
  color: #4a4d59;
  /* margin-bottom: 20px; */
  margin-bottom: 15px;
  font-size: 14px;

  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;

}

.spreadsheet-container .header-row {
  color: #6c757d;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}

.spreadsheet-container {
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.spreadsheet-table {
  width: 100%;
  border-collapse: collapse;
}

.spreadsheet-table th,
.spreadsheet-table td {
  border: 1px solid #dee2e6;
  padding: 5px;
  font-size: 14px;
}

.spreadsheet-table th {
  background-color: #f8f9fa;
  font-weight: 500;
  text-align: center;
  color: #495057;
}

.spreadsheet-table .row-header {
  background-color: #f8f9fa;
  color: #6c757d;
  text-align: center;
  width: 40px;
}

.spreadsheet-table .col-header {
  background-color: #f8f9fa;
  color: #495057;
  font-weight: 500;
  text-align: center;
}

.spreadsheet-table tr:first-child {
  background-color: #f8f9fa;
}

.empty-cell {
  background-color: white;
}

.milestone-cell {
  font-weight: 500;
}

.milestone-form {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.milestone-row {
  margin-bottom: 15px;
}

.milestone-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;

  border-radius: 50%;
  background-color: #e2e4e9;
  border-color: #e2e4e9;

  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;


  color: #25272d;
}

.milstone-page .milestone-row .form-control {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;


  color: #686868;
}

.date-input {
  position: relative;
}

.date-input i {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #adb5bd;
}

.add-more-btn {
  color: #0d6efd;
  border: 1px solid #dee2e6;
  background-color: white;
  border-radius: 4px;
  padding: 8px 15px;
  font-size: 14px;
  margin-top: 10px;
  width: 100%;
}

.add-more-btn:hover {
  background-color: #f8f9fa;
}

.milstone-page .project-title {
  font-family: "Inter";
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;

  color: #25272d;
  margin-bottom: 10px;
}

.milstone-page .tab-buttons {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
}

.milstone-page .tab-btn {
  border: none;
  background: none;
  padding: 10px 15px;
  margin-right: 10px;

  color: #6c757d;
  border-bottom: 2px solid transparent;
  display: flex;
  align-items: center;

  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;

}

.milstone-page .tab-btn.active {
  color: #25272d;
  border-bottom: 2px solid #25272d;
}

.milstone-page .tab-btn i {
  margin-right: 8px;
}

span.inline-action-btns {
  display: flex;
  gap: 8px;
  justify-content: center;
}

span.inline-action-btns>i {
  cursor: pointer;
}

.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
}

.empty-state-icon {
  margin-bottom: 20px;
  margin-top: 100px;
}

.empty-state-title {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}

.empty-state-message {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 20px;
  max-width: 400px;
}

.empty-state-btn {
  background-color: #FF830A;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 14px;

  min-width: 80px;
  padding-top: 7px;
  padding-right: 16px;
  padding-bottom: 7px;
  padding-left: 16px;
}

.upload-page .template-link {
  /* font-size: 14px; */
  color: #498126;
  text-decoration: none;

  font-family: "Inter";
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;

}

.upload-page .template-hint {
  /* font-size: 13px; */
  color: #8f929c;
  font-family: "Inter";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;

}

.upload-page .upload-zone {
  background-color: #fbfbfc;
  border: 1px dashed #dee2e6;
  border-radius: 8px;
  padding: 60px 20px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
}

.upload-page .file-icon {
  margin-bottom: 20px;
}

.upload-page .choose-file-btn {
  background-color: #FF830A;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;

  min-width: 80px;
  padding-top: 7px;
  padding-right: 16px;
  padding-bottom: 7px;
  padding-left: 16px;

  border-radius: 4px;
}

.upload-page .choose-file-btn i {
  margin-left: 8px;
}

.upload-page .drag-drop-text {
  color: #4a4d59;
  margin-top: 5px;

  font-family: "Inter";
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;

  text-align: center;
}

.milestone-form {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.milestone-form .milestone-row {
  margin-bottom: 15px;
}

.milestone-form .milestone-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-weight: 500;
}

.milestone-form .date-input {
  position: relative;
}

.milestone-form .date-input i {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #adb5bd;
}

.milestone-form .header-row {
  color: #6c757d;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}

h1 {
  font-family: "Inter";
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;

}


h2 {
  font-family: "Inter";
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;

}

h3 {
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;

}

.dropdown-menu.show {
  padding-top: 0;
}

h4 {
  font-family: "Inter";
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;

}

/* text-lg/medium */
.text-lg-md {
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;

}

.text-bd-medium {
  font-family: "Inter";
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;

  vertical-align: middle;
}

/* text-md/regular */
.text-md-regular {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;

}

/* body/medium-13 */
.text-bd-md-13 {
  font-family: "Inter";
  font-weight: 500;
  font-size: 13px !important;
  line-height: 22px;

  /* text-align: center; */
}


.text-bd-md-14 {
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;


}


.text-md {
  font-family: "Inter";
  font-weight: 500;
  font-size: 13px !important;
  line-height: 22px;

  vertical-align: middle;
}


.text-sm-regular {
  font-family: "Inter";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;

  vertical-align: middle;
}


.text-sm-medium {
  font-family: "Inter";
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;

  color: #282a2f !important;
}



.text-tertiary {
  color: #282a2f !important;
}

.text-black {
  color: #000000 !important;
}

.text-primary {
  color: #25272d !important;
}

.text-secondary {
  color: #4a4d59 !important;
}

.text-white {
  color: #fff;
}

.icon-primary {
  color: #74798b !important;
}

.icon-16 {
  font-size: 16px;
  vertical-align: center;
}

.text-red-900 {
  color: #c10616 !important;
}

/* .text-placeholder {
  color: #d3d6dd;
} */

/* .custom-popup .search::placeholder {
  color: #d3d6dd;
} */

.border-primary {
  border-color: #e2e4e9 !important;
}

.border-y-1 {
  border-width: 1px 0px 1px 0px;
  border-style: solid;
}

.datepicker {
  height: 40px !important;
}

.summary-card {
  transition: 0.3s;
}

.summary-card:hover {
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.amount-summary .card-body {
  padding: 0.5rem;
}

.summary-card h5 {
  font-size: 15px;
  margin-bottom: 3px;
}

.button {
  min-width: 80px;
}

.button-md {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

.button-primary {
  background-color: #FF830A !important;
  border: 1px solid #FF830A;
  color: #fff !important;
  min-width: 80px;
  border-radius: 4px;

  /* padding-top: 7px;
    padding-right: 16px;
    padding-bottom: 7px;
    padding-left: 16px; */

  /* padding: 0.5rem 1rem; */
  font-size: 13px;
  padding: 5px 10px;
}

.text-bd-md-13.text-white.g-5 button {
  margin-bottom: 8px;
}

.button-danger {
  background-color: #ff2727 !important;
  border: 1px solid #ff2727;
  color: #fff !important;
  min-width: 80px;
  border-radius: 4px;
  border-width: 1px;
  padding-top: 7px;
  padding-right: 16px;
  padding-bottom: 7px;
  padding-left: 16px;

}

.button-secondary:hover {
  background-color: #f8f9fa !important;
  border-color: #d3d6dd !important;
  color: #25272D !important;

}

.button-danger:hover {
  background-color: #ffacac2e !important;
  border-color: #be0404 !important;
  color: #be0404 !important;
}

.button-sm {
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
}

.button-secondary {
  background-color: #ffffff;
  padding-top: 6px;
  padding-right: 16px;
  padding-bottom: 6px;
  padding-left: 16px;
  border-radius: 4px;
  border: 1px solid #e2e4e9;
  font-size: 13px;
}

.bg-secondary {
  background-color: #fbfbfc !important;
}

.rt-side-accordian .rt-accordian {
  border-radius: 8px;
  border: 1px solid #eaeaea;
  margin-bottom: 15px;
  box-shadow: none;
}

.rt-side-accordian .rt-accordian-header {
  background-color: #f8f8fa;
  border-bottom: 1px solid #eaeaea;
  padding: 12px 20px;
  cursor: pointer;
}

.rt-side-accordian .rt-accordian-header h2 {
  margin: 0;
  display: flex;
  align-items: center;
}

.rt-side-accordian .arrow {
  margin-right: 10px;
  transition: transform 0.3s;
}

.rt-side-accordian .collapsed .arrow {
  transform: rotate(-180deg);
}

.rt-side-accordian .form-check-input.switch {
  width: 2.5rem;
  height: 1.25rem;
}

.rt-side-accordian .permission-item {
  padding: 12px 20px;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rt-side-accordian .permission-item:last-child {
  border-bottom: none;
}

.rt-side-accordian .table td,
.rt-side-accordian .table th {
  padding: 12px 20px;
  vertical-align: middle;
}

.rt-side-accordian .form-check-input[type="radio"] {
  width: 18px;
  height: 18px;
}

.rt-side-accordian .form-check-input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.rt-side-accordian .form-switch .form-check-input {
  width: 24px;
  height: 14px;
}

.rt-side-accordian .permissions-body {
  padding: 20px;
}

.form-check-input:checked {
  background-color: #FF830A;
  border-color: #FF830A;
}

/* select2.js */

a {
  color: #498126;
}

input:focus {
  border: 1px solid #82b5fa;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border: 1px solid #82b5fa;
}

/* .button-primary:hover {
    color: #fff;
    background-color: #6287E6;
    border-color: #6287E6;
} */

.button-danger:hover {
  color: #fff;
  background-color: #ff6767;
  border-color: #ff6767;
}

.minimized .side-header {
  /* display: none !important; */
}

.button-sm {
  font-size: 12px;
}

.rt-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px !important;
}

.rt-sidebar .form-select {
  height: 40px !important;
}

.button-md {
  font-size: 14px;
}

/* .button-primary:focus,
.dropdown-toggle-split:focus,
.dropdown-toggle-split:active {
  background-color: #FF830A !important;
  border-color: #498126;
} */



.btn.btn-outline-primary {
  color: #498126;
  border-color: #498126;
}

.btn.btn-outline-primary:hover {
  background: #498126;
  color: #fff;
}

.js-example-single-select {
  display: none;
}

input:read-only {
  background-color: #80808021;
}

.progress_stat {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 7px;
}

.progress_stat.backlog {
  background-color: #d3d6dd;
}

.progress_stat.completed {
  background-color: #00bc58;
}

.progress_stat.inprogess {
  background-color: #FF830A;
}

.custom-popup {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 16px;
  max-width: 600px;
}

.custom-popup .search {
  width: 100%;
  padding: 10px 10px 10px 36px;
  border: none;
  outline: none;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23c0c0c0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 10px center;
}

.custom-popup .search:focus {
  outline: none;
}

.custom-popup .filters {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.custom-popup .filter-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: white;
  font-size: 13px;
  color: #666;
  cursor: pointer;
}

.custom-popup .filter-btn.active {
  background-color: #f0f7ff;
  border-color: #c2d8fc;
  color: #4b7ad1;
}

.custom-popup .filter-btn .icon {
  color: inherit;
}

.custom-popup .section-title {
  font-size: 12px;
  color: #999;
  margin: 10px 0;
}

.custom-popup .task-list {
  list-style: none;
}

.custom-popup .task-item {
  display: flex;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

.custom-popup .task-item:last-child {
  border-bottom: none;
}

.custom-popup .task-checkbox {
  margin-right: 12px;
  margin-top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
}

.custom-popup .task-content {
  flex-grow: 1;
}

.custom-popup .task-title {
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
  font-weight: 500;
}

.custom-popup .task-details {
  display: flex;
  color: #999;
  font-size: 12px;
  gap: 6px;
}

.custom-popup .task-details .divider {
  margin: 0 2px;
}

.custom-popup .task-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ddd;
  overflow: hidden;
}

.custom-popup .task-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-popup .task-time {
  color: #999;
}

.custom-popup .popup-footer {
  display: flex;
  margin-top: 14px;
  font-size: 12px;
  color: #999;
}

.custom-popup .popup-footer-action {
  margin-right: 15px;
  cursor: pointer;
}

.custom-popup .popup-footer-action:hover {
  color: #666;
}

.custom-popup .sort-icon {
  margin-right: 4px;
}

.custom-popup .create-icon {
  display: inline-block;
  width: 16px;
  height: 16px;

  border-radius: 4px;
  text-align: center;
  line-height: 16px;
  color: white;
  font-size: 10px;
  margin-right: 5px;
}

.custom-select-content {
  color: #25272d;
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;

}

.task-item:hover {
  background-color: #f8f8fa;
  cursor: pointer;
}

.fix {
  /* position: absolute; */
  /* margin-left: -100px; */
  /* width: 100px; */
  display: flex;
  gap: 10px;
}

.span-icon {
  margin-right: 5px;
}

.span-icon svg {
  margin-top: -5px;
}

.header .dropdown-item {
  padding: 0px 20px;
}

.btn-info {
  color: white;
}

.btn-warning {
  color: white;
}

.header .dropdown-item.active,
.header .dropdown-item:active {
  background-color: #FF830A;
  color: #fff !important;
}

.header .dropdown-menu {
  padding: 0.7rem 0rem;
  font-size: 0.875rem;
  line-height: 22px;
  color: #5c5776;
  border: none;
  box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
  border-radius: 0.5rem;
  right: 20px;
}

.header .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease-in;
}

.header .dropdown:hover>.dropdown-menu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.header .dropdown-submenu:hover>.dropdown-menu {
  transform: scaleY(1);
  opacity: 1;

  visibility: visible;
}

@media (min-width: 990px) {
  .header .dropright-lg {
    position: relative;
  }

  .header .dropright-lg .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-right: 0.125rem;
  }
}

.header .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ">";
  border-top: 0rem;
  border-right: 0rem;
  border-bottom: 0;
  border-left: 0rem;
  float: right;
}


.header .avatar-online:before {
  background-color: green;
}

.header .avatar-indicators:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 5%;
  width: 30%;
  height: 30%;
  border-radius: 50%;
  border: 2px solid #fff;
  display: table;
}

.dropdown-menu.show {
  top: 35px;
}

div.dt-container {
  position: relative;
  clear: both;
  font-size: 13px;
  font-family: "Inter";
}

.dt-column-title {
  /* color: #4b4b4b; */
}

table#example {
  width: 100%;
}

div.dt-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0.75em 0;
  gap: 15px 0;
}

.dt-length {
  position: absolute;
  left: 74px;
  top: 5px;
}

.dt-length label {
  margin-left: 5px;
  position: relative;
}

.table#example {
  margin-bottom: 7px;
}

.dt-length label::before {
  content: "show";
  position: absolute;
  left: -96px;
  top: 0px;
}

.table-striped>tbody>tr:nth-of-type(even)>* {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: rgb(255 251 247);
}

.table-striped>tbody>tr:nth-of-type(odd)>* {

  --bs-table-bg-type: white;
}

table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td {
  padding: 14px;
  border-bottom: 1px solid rgb(255 229 204);
  text-align: center;
  background: #fef1e5 !important;
}

div.dt-container .dt-input {
  border: 1px solid #ffe5cc;
}

div.dt-container.dt-empty-footer .dt-scroll-body {
  border-bottom: 1px solid rgb(255 229 204);
}

div.dt-container .dt-search input {
  outline: none;
}

div.dt-container .dt-search input {
  border: 1px solid #ffe5cc;
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
  color: inherit !important;
  border: 1px solid rgb(254 201 148) !important;

  background: linear-gradient(to bottom, rgb(254 241 229) 0%, rgb(254 241 229) 100%) !important;
}

div.dt-container.dt-empty-footer tbody>tr:last-child>* {
  border-bottom: 1px solid rgb(255 229 204);
}

.dt-scroll-body::-webkit-scrollbar {
  height: 8px;
}

.dt-scroll-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.dt-scroll-body::-webkit-scrollbar-thumb {
  background: #fef1e5 !important;
  border-radius: 10px;
}

.dt-scroll-body::-webkit-scrollbar-thumb:hover {
  background: #fde5cf !important;
}

button.dt-button.buttons-excel.buttons-html5 {

  padding: 5px 15px;
  border-radius: 4px;
  background: #fef1e5 !important;
  color: #ff8311;
  margin-top: 5px;
  font-size: 13px;
  /* width: 61px; */
  font-weight: 600;
  border: 1px solid #fec994;
}

.btn-group.add-btn-group i {
  display: inline !important;
}

.select2-select {
  display: none;
}

.multiple .selection {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 36px;
  height: auto;
}

.select2-container--default .select2-selection--multiple {
  padding-bottom: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  font-size: 14px;
  color: #444444;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #e2e4e9 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #c5ccdb !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #e1e3e7 !important;
  color: #383838 !important;
}

.filter-row {
  border-bottom: 1px solid #e2e4e9;
  padding: 12px 0px;
  /* border-radius: 5px; */
  padding-bottom: 25px;
  /* display: none; */
}

.apply-btn {
  border: 1px solid #FF830A !important;
  padding: 4px 0px;
  border-radius: 4px;
}

.table-responsive {
  margin-top: 10px;
}

.reset-btn {
border: 1px solid #be040478 !important;
    border-radius: 4px;
    min-width: 80px;
    background: #f1c9c91a;
    color: #be0404;
}

.reset-btn:hover {
  background: #be04042e;
  border: 1px solid #be0404 !important;
  color: #be0404;
}

.radio-button-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 13px;
}

.radio-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid #c3cfe0;
  border-radius: 6px;
  cursor: pointer;
  background-color: #fff;
  font-weight: 500;
  transition: 0.2s;
}

.active input[type="radio"] {
  border-color: #2563eb !important;
}

.radio-button input[type="radio"] {
  appearance: none;
  width: 18px;
  height: 18px;

  border: 2px solid #d3d4d5;
  border-radius: 50%;
  position: relative;
  margin: 0;
  cursor: pointer;
}

.radio-button input[type="radio"]::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #2563eb;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  transform: scale(0);
  transition: 0.1s ease-in-out;
}

.radio-button input[type="radio"]:checked::before {
  transform: scale(1);
}

.radio-button.active {
  background-color: #eef1ff;
  border-color: #2563eb;
  color: #1d4ed8;
}

.rt-form {
  font-size: 14px;
}

.ttl-main span {
  font-weight: 600;
  /* color: #25272d !important; */
}

.ttl-main p {
  font-size: 13px;
  color: #4a4d59 !important;
  margin-bottom: 0px;
}

.multi .selection {
  padding-top: 0px !important;
}

.drp-menu {
  font-size: 13px;
}

.client-body {
  font-size: 14px;
  position: relative;
}

select:disabled {
  background-color: #f5f5f5;
  color: #555;
  border: 1px solid #ccc;
  cursor: not-allowed;
  pointer-events: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 27px !important;
  font-size: 13px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #4a4d59 !important;
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
}

/* input:read-only,
textarea:read-only,
select:disabled {
    background-color: #f5f5f5;
    color: #555;
    border: 1px solid #ccc;
    cursor: not-allowed;
    pointer-events: none;
  
} */
.btn-success {
  font-size: 13px;
}

.remove-row {
  font-size: 12px;
}

.l-span {
  background-color: #3c956b6e;
  font-weight: 500;
  font-size: 13px;
}

.w-span {
  background-color: #e5b24582;
  font-weight: 500;
  font-size: 13px;
}

.modal-body {
  font-size: 13px;
}

.modal-body .form-label {
  font-size: 13px;
}

.modal-body .form-select {
  font-size: 13px;
}

.modal-body .form-control {
  font-size: 13px;
  height: 40px;
}

/* suraj work */

.filter-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 250px;
  z-index: 1000;
  max-height: 400px;
  overflow-y: auto;
  display: none;
}

.filter-dropdown.show {
  display: block;
}

.filter-dropdown-header {
  padding: 12px 16px;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.filter-option {
  padding: 8px 16px;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s;
}

.filter-option:hover {
  background-color: #f8f9fa;
}

.filter-option:last-child {
  border-bottom: none;
}

.filter-option input[type="checkbox"] {
  margin-right: 8px;
  accent-color: #007bff;
  pointer-events: all;
  cursor: pointer;
}

.filter-option label {
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  color: #555;
  width: 100%;
}

.filter-sort-container {
  position: relative;
}

.filter-btn {
  border: 0.8px solid #518D23 !important;
  background: #FAFFF6 !important;
  color: #518D23 !important;
  padding: 8px 12px;
  border-radius: 6px;

  display: flex;
  align-items: center;
  transition: all 0.2s;
}

.filter-btn:hover {
  background-color: #f8f9fa;
  border-color: #007bff;
}

.filter-btn.active {
  background-color: #f8f8f9;
  color: #ffffff !important;
  border-color: #FF830A;
}


.filter-btn.active span {
  color: #abadb5;
}

.filter-btn.active .filter-icon path {
  fill: white;
}

.filter-btn.active .active-filters-count {
  background: white;
  color: #000000;
}

.filter-field {
  transition: all 0.3s ease;
}

.filter-field.hidden {
  display: none !important;
}

.active-filters-count {
  background: #FF830A;
  color: white;
  border-radius: 50%;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 4px;
  width: 28px;
  height: 28px;
}

.modal-content {
  border: none;
  border-radius: 4px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.modal-header {
  border: none;
}

.modal-title {
  font-weight: 600;
  font-size: 18px;
}

.modal-body {
  padding: 0 1.5rem;
}

.button-outline-primary {
  color: #4f76d9;
  border: 1px solid #4f76d9;
  background: #fff;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 4px;
}

.button-outline-danger {
  color: #be0404;
  border: 1px solid #be0404;
  background: #fff;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
}

.button-outline-danger:hover {
  background-color: #be0404;
  border-color: #be0404;
  color: #fff;
}

.button-outline-primary:hover {
  background-color: #FF830A;
  border-color: #FF830A;
  color: #fff;
}

.empty-state {
  background-color: #f8f9ff;
  border: 1px solid #d7e4ff;
  border-radius: 8px;
  padding: 3rem 2rem;
  text-align: center;
  color: #6c757d;
}

.billing-table {
  display: none;
  background-color: #fff;
  /* border: 1px solid #dee2e6; */
  /* border-radius: 8px; */
  overflow: hidden;
}

.billing-table-header {
  background-color: #f8f9fa;
  padding: 10px;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  display: grid;
  grid-template-columns: 1fr 150px 150px 50px;
  gap: 1rem;
  align-items: center;
  font-weight: 600;
  font-size: 0.875rem;
  color: #6c757d;
}

.table-row {
  padding: 10px;
  border-bottom: 1px solid #f1f3f4;
  display: grid;
  grid-template-columns: 1fr 150px 150px 50px;
  gap: 1rem;
  align-items: center;
}

.table-row:last-child {
  border-bottom: none;
}

.modal-footer {
  border: none;
}

.total-row {
  background-color: #f8f9fa;
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr 150px 150px 50px;
  gap: 1rem;
  align-items: center;
  font-weight: 600;
}

.total-input {
  background-color: #fffdfd;
  border: 1px solid #dfdfdf;
  text-align: center;
  font-weight: 600;
}

.add-line-btn {
  color: #4f76d9;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.add-line-btn:hover {
  color: #3d5ba0;
  text-decoration: none;
}

.remove-btn {
  color: #dc3545;
  background: none;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  padding: 0.25rem;
}

.remove-btn:hover {
  color: #b02a37;
}

.select-dropdown {
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
}

.small-text {
  font-size: 12px;
  font-weight: 400;
  color: #8f929c;
  line-height: 1.4;
}

h6 {
  font-weight: 600;
  color: #212529;
  margin-bottom: 1rem;
}

.select-container {
  max-width: 800px;
  margin: 0 auto;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-left: 4px solid #ff3d00;
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader_div {
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  background: #4141419c;
  z-index: 9999;
  top: 0;
}

.loader_div.show {
  display: flex !important;
}

.text-blue {
  color: #FF830A;
}

.dropdown-menu.show {
  border: 1px solid #ccc;
  padding: 0;
}

.dropdown-item {
  font-size: 14px;
  padding: 8px;
}

.card {
  border: 1px solid #e2e4e9;
  border-radius: 0;
}

.card h4 {
  margin-bottom: 4px;
}

#MBOQModal .btn.btn-outline-primary {
  color: #498126;
  border-color: #FF830A;
  padding: 3px 6px !important;
  font-size: 9px;
  border-radius: 49px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
  background: #dc3545;
  color: white;
  font-weight: 600;
  height: 100%;
  padding: 4px 8px;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-family: "Inter";
}

.bootstrap-tagsinput .tag {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  color: #000000;
  border: 1px solid #ccc;
  background: #f5f5f5;
  margin-bottom: 5px;
  white-space: nowrap;
  /* padding: 3px 20px; */
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  padding-right: 0;
  padding-left: 10px;
}

.table-check {
  cursor: pointer !important;
  pointer-events: unset !important;
}

.d-flex-between {
  display: flex;
  justify-content: space-between;
}

.dt-length {
  /* display: none; */
}

.custom-file-upload {
  margin-top: 10px;
}

.dt-center {
  vertical-align: middle;
}

#fileInputs {
  display: none;
}

.circle-container {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0;
}

.circle-container .circle {
  /* width: 30px; */
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  padding: 5px 5px;
  font-weight: 600;
  background: #efefef;
}

.table-select {
  padding: 6px 10px;
  background: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #323232;
}

.floating-label {
  background: none;
  border: 1px solid #FF830A;
  border-radius: 50%;
  color: #FF830A;
}

td .form-select {
  font-size: 12px;
}

.fixed-label {
  width: 130px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 0 !important;
}

.section-tabs i {
  color: #FF830A;
}

.select2-container--disabled .selection {
  background-color: #eeeeee;
}

.form-control[type="file"] {
  height: 40px;
}

/* #project-sidebar .rt-sidebar-footer {
  padding-left: 0;
} */

.rt-form .form-control {
  height: 40px;
}

.filter_div .form-control {
  height: 40px;
}

.error {
  font-size: 13px !important;
}

.toggle-password {
  position: absolute;
  top: 36px;
  right: 25px;
  cursor: pointer;
}

.form-group {
  position: relative;
}

.alert {
  position: fixed;
  bottom: 5px;
  right: 15px;
  font-size: 13px;
}

.fa-calendar {
  right: 16px;
  top: 42px;
  display: none;

  pointer-events: none;
  color: #b4b5b9;
  position: absolute;
}

.filter-btn {
  height: 35px;
}

.filter-btn {
  background: white;
  border: 1px solid #e0e0e0;
  padding: 6px 15px;
  border-radius: 6px;
  color: #8f929c;
  display: flex;
  align-items: center;
  transition: all 0.2s;
  margin-top: -10px;
}

.filter-btns-group>div {
  height: 35px;
}

.active-columns-count {
  background: #FF830A;
  color: white;
  border-radius: 50%;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 4px;
  width: 30px !important;
  height: 30px !important;
  line-height: 26px !important;

}

#columnToggle {
  min-height: 43px !important;
}

.tab-content .fas {
  font-size: 16px;
}



.select2-selection__choice {
  background: #ededed !important;
}

.swal2-sm-popup {
  font-size: 0.8rem !important;
  padding: 1rem !important;
}

.swal2-sm-title {
  font-size: 1rem !important;
}

.swal2-sm-btn {
  font-size: 0.8rem !important;
  padding: 0.3rem 0.8rem !important;
}

.modal-2xl {
  max-width: 800px;
}

.form-control::-webkit-file-upload-button {
  height: 40px;
}

/* acces contro; */
.access-table {
  width: 100%;
  border-collapse: collapse;
}

.access-table th,
.access-table td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 8px;
}

.access-table th {
  background-color: #f7f7f7;
  font-weight: bold;
}

.section-header {
  background-color: #e8eef5;
  font-weight: bold;
  text-align: left;
}

.dropdown {
  width: 100%;
  padding: 4px;
}

.info-icon {
  color: #888;
  cursor: pointer;
  margin-left: 4px;
}

.select2-container {
  order: 1;
}

.order_fix {
  display: flex;
  flex-direction: column;
}

.text-bd-md-13>a,
.text-bd-md-13>button {
  margin-bottom: 10px;
}

.datepicker {
  position: relative;
}

.datepicker::after,
.flatpickr-input::after {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1050;
  content: "";
  background-image: url('../images/calendar.png');
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  filter: contrast(0.5);
}


.datepicker {
  background: url('../images/calendar.png') no-repeat right 10px center;
  background-size: 16px 16px;
  padding-right: 30px;
  /* space for the icon */
}


.add-drop .dropdown-toggle {
  /* background-color: #FF830A;
  border: none;
  color: #fff; */
  padding: 5px 10px;
  /* border-radius: 2px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  border-radius: 4px; */
  width: 160px;
}

.add-drop {
  order: -1;
}

.add-drop .dropdown-toggle:hover,
#dropdown-toggle.active {
  background-color: #e8f0ff !important;
  color: #498126 !important;
}

.add-drop .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  background-color: #ffffff;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
  border: none;
  padding: 0;
  list-style: none;
  margin-top: 2px;
  border-radius: 0;
}

.add-drop .dropdown-menu li {
  padding: 8px 16px;
  border-bottom: 1px solid #ccc;
}

.add-drop .dropdown-menu li a {
  text-decoration: none;
  color: #333;
  display: block;
  font-size: 13px;
}

.add-drop .dropdown-menu li:hover {
  background-color: #f5f5f5;
}

.add-drop .dropdown-toggle:hover .caret,
#dropdown-toggle.active .caret {
  border-top: 5px solid #498126;
}

.add-drop .divider {
  height: 1px;
  background-color: #e0e0e0;
  margin: 4px 0;
}

.caret {
  margin-left: 8px;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  display: inline-block;
  vertical-align: middle;

  transition: all 600ms;
}

.custom-tooltip .caret {
  position: absolute;
  bottom: -5px;
  right: 5px;
  border-top: 10px solid #333333;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.tooltip-trigger {
  position: relative;
  cursor: pointer;
  color: red;
  display: none;
  border-radius: 50%;
  border: 1px solid red;
  padding: 1px 5px;
}

.custom-tooltip {
  position: absolute;
  top: -35px;
  left: -46px;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  display: none;
  z-index: 1000;
}


tr>td:last-child img {
  width: 20px;
  height: 20px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000002e;
  display: none;
  z-index: 1000;
}

.column-dropdown-Sub {
  padding: 10px;
  font-size: 14px;
}




.btn-danger {
  min-width: 80px;
  border-radius: 4px;
  border-width: 1px;

  font-size: 13px;
  padding: 5px 10px;
}

.button-group-container {
  display: flex;
  gap: 15px;
  align-items: center;
}

.button-group-container-2 {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}

.group-left {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 8px;
}

.button-group-container .group-right {
  border-left: 1px solid #c1c1c1;
  padding-left: 15px;
}

.button-group-container-2 .group-right {
  border-left: 1px solid #c1c1c1;
  padding-left: 15px;
}

.button-group-container-2 .group-1 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.button-group-container-2 .group-2 {

  padding-left: 15px;
}

.client-header,
.client-header-2 {
  margin-bottom: 10px;
}

.client-header-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-btns-group {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 5px;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: '→';
}

.main-project-header .breadcrumb-item+.breadcrumb-item::before {
  content: '|';
}

.add-drop button {
  font-size: 13px !important;
  display: flex;
  align-items: center;
  justify-content: space-around;

}

table {
  text-align: center;
}

.btn {
  min-width: auto;
  border-radius: 4px;
  line-height: 20px;
  padding: 5px 10px;
}

.min-w-200 {
  min-width: 200px;
}

a.button-primary {
  text-decoration: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 26px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #be0404;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked+.slider {
  background-color: #4CAF50;
}

input:checked+.slider:before {
  transform: translateX(20px);
}

.slide-label {
  margin: 0;
  vertical-align: middle;
  padding-left: 5px;
}

.nav-tabs {
  border-bottom: 1px solid #e9ecef;
}

.nav-tabs .nav-link {
  border: none;
  color: #6c757d;
  padding: 12px 20px;
  margin-right: 10px;

}

.nav-tabs .nav-link.active {
  border-bottom: 2px solid #25272D;
  color: #25272D !important;
  background-color: transparent;
}

.tab-content {
  display: none;
}

.tab-content.show {
  display: block;
}

.icon-svg {
  background: #FFF7F0;
  width: 50px;
  height: 50px;
  display: flex;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #f7e4d3;
}

.section-tabs {
  min-height: 115px;
  padding: 10px 15px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px 0px #ff7a0012;
  background: white;
  border: 1px solid #ffe5cc;
  display: flex;
  gap: 15px;
}

.card {
  border-radius: 6px;
  box-shadow: 0px 1px 2px 0px #ff7a0012;
  background: white;
  border: 1px solid #ffe5cc;
}


/* .section-tabs:hover {
  background: #f9f9f9;
} */

textarea {
  height: 42px !important;
  min-height: 42px !important;
}

input::placeholder,
textarea::placeholder {
  color: #8f929c !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  opacity: 0.5 !important;

}

.permissions {
  display: flex;
  flex-direction: column;
  gap: 6px;
}


.dashboard-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 22px;
  margin-top: 20px;
}

/* Glass + Gradient + Shadow */
.dashboard-card-pro {
  border: 1px solid #e5e5e5;
  padding: 24px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3));
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 25px rgb(0 0 0 / 5%);
  border-radius: 6px;
  transition: .25s ease;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

#revenueChart {
  padding-bottom: 45px;
}

.menu .active {
  background: #e2f3d6;
  color: #5b8d3a;
}

.graphical .dashboard-card {

  padding: 24px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px 0px #ff7a0012;
  background: white;
  border: 1px solid #ffe5cc;
}



/* Icon Circle */
.card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 12px;
  color: #fff;
}

/* Gradient sets */
.icon-blue {
  background: linear-gradient(135deg, #4e73df, #6a8bff);
}

.icon-green {
  background: linear-gradient(135deg, #93c5fd, #3a82d3);
}


.icon-orange {
  background: linear-gradient(135deg, #6ace00, #529b05);
}

.icon-red {
  background: linear-gradient(135deg, #ff6b81, #ff8ba1);
}

.icon-purple {
  background: linear-gradient(135deg, #a7f3d0, #3caf7a);
}

/* Text */
.card-title {
  font-size: 15px;
  font-weight: 600;
  color: #444;
  margin-bottom: 4px;
}

.card-value {
  font-size: 20px;
  font-weight: 600;
  color: #5c5a5a;
}

.chart-card {
  padding-bottom: 50px;
}

/* Icon styling */
.stat-icon {
  font-size: 28px;
  color: #555;
}

.row-gap {
  row-gap: 25px;
}

.dt-length label {
  display: none;
}

div.dt-container select.dt-input {
  padding: 5px 11px;
}

.t-msg {
  font-size: 14px;
  color: #25272d;
  font-weight: 600;
}

.fa-chevron-left:before {
  content: "\f053";
  color: #454543;
}

.minimized .t-msg {
  display: none;
}

.header-left {
  display: flex;
  align-items: center;
}

.logo img {

  width: 100%;
}

.brand-text .brand-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 0;
}

.brand-text .brand-subtitle {
  font-size: 14px;
  color: #407b1b;
  margin: 0;
  margin-top: -2px;
  letter-spacing: 0.3px;
  font-weight: 400;
}

.brand-text h2 {
  line-height: 23px;
}



.td-prfl {
  display: flex;
  align-items: center;
}

.td-prfl .profile-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
  border: 1px solid #e2e3e5;
}

#bioModal .profile-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #4caf50
}

.text-sm {
  font-size: 0.9rem;
  line-height: 1.4;
}

.rounded-4 {
  border-radius: 1rem !important;
}

.shadow-lg {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

#bioModal h5 {
  font-size: 16px;
}

.button-primary:hover {
  background-color: #FF830A !important;

}

.btn-info:hover {
  background-color: #009ebe !important;
  color: white !important;
  border: 1px solid #009ebe !important;
}

.btn-closed {
  background: #ff6666;
  color: white;
  border: 1px solid #ff6666;
}

.star-rating .fas {
  font-size: 17px;
}

.fa-star:before {

  font-size: 17px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0px !important;
}

.badge {
  padding: 5px 10px;
  font-size: 11px;
}

.timeline {
  position: relative;
  margin-left: 20px;
  border-left: 2px solid #FF830A;
  padding-left: 21px;
}

.timeline-item {
  margin-bottom: 25px;
  position: relative;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 5px;
  width: 12px;
  height: 12px;
  background: #FF830A;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #FF830A;
}

.timeline-date {
  font-size: 12px;
  color: #888;
  margin-bottom: 4px;
}

.timeline-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 3px;
}

.timeline-desc {
  font-size: 13px;
  color: #666;
}

.timeline-model {
  max-height: 450px;
  overflow: auto;
}

/* Scrollbar Styling */
.timeline-model::-webkit-scrollbar {
  width: 5px;
}

.timeline-model::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.timeline-model::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 10px;
}

.timeline-model::-webkit-scrollbar-thumb:hover {
  background: #666;
}

.timeline-item {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1.6px dotted #bfd3fb;
}

.timeline-item:last-child {
  border-bottom: none;
  /* remove line for last item */
}




/* CARD */
.login-card {
  border: 1.5px solid #FF830A;
  width: 400px;
  background: #fff;
  border-radius: 15px;
  padding: 40px 35px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.10);
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.login-card img {
  width: 80px;
  display: block;
  margin: 0 auto 10px;
}

.login-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 22px;
}

/* INPUTS */
.login-form-control {
  height: 48px;
  border-radius: 10px;

  border: 1px solid #d3ddf5;
}

/* PASSWORD WRAPPER */
.login-password-wrapper {
  position: relative;
}

.login-toggle-password {
  position: absolute;
  right: 15px;
  bottom: 14px;
  cursor: pointer;
  font-size: 18px;
  color: #555;
}

/* BUTTON */
.login-btn {
  width: 100%;
  height: 44px;
  font-size: 14px;
  background: #FF830A;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  margin-top: 10px;
  transition: 0.2s;
}


.login-btn:hover {
  background: #ff7b01 !important;
}

/* .main-content .card {
    background: #fff;
    border-radius: 12px;
   
    transform: translateY(20px) scale(0.98);
    animation: cardFadeIn 0.8s ease forwards;
}

@keyframes cardFadeIn {
    0% {
        transform: translateY(20px) scale(0.98); 
    }
  
    100% {
        transform: translateY(0) scale(1);
    }
} */


/* ---------- WRAPPER ---------- */
.prf-dtl-wrapper {
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  border: 0;
}

/* ---------- HEADER ---------- */
.prf-dtl-header {
  background: #FF830A;
  color: #fff;
  padding: 18px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ---------- PROFILE IMAGE ---------- */
.prf-dtl-img-wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid #e7f1ff;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
}

.prf-dtl-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- MAIN BODY ---------- */
.prf-dtl-body {
  padding: 30px 35px;
}

.prf-dtl-name {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
}

.prf-dtl-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.prf-dtl-list li {
  font-size: 16px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #444;
}

/* ---------- SUBTITLE ---------- */
.prf-dtl-subtitle {
  margin-top: 15px;
  /* margin-bottom: 15px; */
  font-weight: 600;
  color: #444;
  font-size: 14px;
  background: #f0f4ff;
  padding: 10px;
  border-radius: 5px;
}

/* ---------- TABLE ---------- */
.prf-dtl-table thead th {
  background: #f0f4ff;
  color: #333;
  font-weight: 600;
  border-bottom: 2px solid #dee2e6;
}

.prf-dtl-table tbody tr {
  transition: 0.2s;
}

.prf-dtl-table tbody tr:hover {
  background: #f7faff;
}

/* ---------- Badges ---------- */
.prf-dtl-badge {
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
}

.prf-dtl-badge.confirmed {
  background: #d1f5d6;
  color: #0b7a21;
}

.prf-dtl-badge.pending {
  background: #fff4c2;
  color: #8a6d00;
}

/* ---------- FOOTER ---------- */
.prf-dtl-footer {
  padding: 30px 35px;
  text-align: right;
}

.btn-info {
  background: #009688;
  border: 1px solid #009688;
}

.btn-warning {
  background: #b81020;
  border: 1px solid #b81020;
  color: white;
}

.btn-warning:hover {
  background: #be1e2d;
  border: 1px solid #be1e2d;
  color: white;
}



.profile-card {
  border: 1px solid #e2e4e9;
  border-radius: 13px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  background: #fff;
}

.client-body a {
  text-decoration: none !important;
}


.profile-header {
  background: #e2e4e9;
  color: #fff;
  border-radius: 12px 12px 0 0;
  padding: 12px 12px;
}

.profile-body {
  padding: 15px;
}

.profile-row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px dashed #e9ecef;
  font-size: 14px;
}

.profile-row:last-child {
  border-bottom: none;
}

.profile-label {
  color: #6c757d;
  font-size: 13px;
}

.profile-value {
  font-size: 13px;
  font-weight: 600;
  color: #212529;
}

.status-active {
  background: #bbd9cc;
  color: #0f5132;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

/* Inline summary row */
.profile-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Badge container */
.profile-badges {
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
}

/* Common badge style */
.profile-badges .badge {
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 12px;
  font-weight: 500;
}

/* Individual colors */
.badge-total {
  background: #d4deff;
  color: #4338ca;
}

.badge-active {
  background: #c1ebd7;
  color: #16a34a;
}

.badge-inactive {
  background: #fdd4d4;
  color: #dc2626;
}


.property-card-adv {
  background: linear-gradient(180deg, #d6e2efa6, #ffffff, #ffffff);
  border-radius: 16px;
  padding: 18px;
  border: 1.9px solid #e7eef6;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}


/* Top Gradient Strip */


/* Header */
.property-adv-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.property-adv-title {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
}

.property-status-badge {
  background: #dcfce7;
  color: #15803d;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 999px;
}

.property-status-badge-inactive {
  background: #edc1c147;
  color: #c32044;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 999px;
  border: 1px solid;
}


/* Info Grid */
.property-adv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 16px;
}

.property-adv-item span {
  display: block;
}

.property-adv-label {
  font-size: 12px;
  color: #6b7280;
}

.property-adv-value {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}

/* Tenant Highlight Bar */
.tenant-highlight {
  display: flex;
  justify-content: space-between;
  background: #e7eef5f0;
  padding: 8px 8px;
  border-radius: 12px;
}

.tenant-box {
  text-align: center;
  flex: 1;
  position: relative;
}

.tenant-box:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: #d1d5db;
}

.tenant-count {
  font-size: 18px;
  font-weight: 800;
     color: #3b83d1;
}

.tenant-label {
  font-size: 11px;
  font-weight: 600;
  color: #374151;
}

.client-header {
  display: flex;
  justify-content: space-between;
}

.icon-teal {
  background: linear-gradient(135deg, #c4b5fd, #8168e3);
}

.icon-indigo {
  background: linear-gradient(135deg, #fda4af, #eb5b6d);
}



.profile-header h6 {
  font-size: 15px !important;
}

.property-adv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.property-adv-item.full-width {
  grid-column: span 2;
  display: flex;
  gap: 10px;
}

.property-adv-label {
  font-size: 12px;
  color: #6c757d;
}

.amenity {
  color: #738599;
}

.property-adv-value {
  font-size: 12px;
  font-weight: 600;
  color: #212529;
}

.property-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
  border-top: 1px solid #e7eef6;
  padding-top: 18px;
}

.property-amenities .amenity {
  font-size: 12px;
  background: #f1f5f9;
  padding: 4px 8px;
  border-radius: 20px;
  font-weight: 600;
  border: 1px solid #e9ebec;
}

.vacant {
  background: #d1fae552;
  color: #047857;
  border: 1px solid;
}

.text-prime {
  color: #797b7e;
}
.gmap-link{
color:#3b83d1 !important;
}


.pr-dtl-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 18px;
}

.pr-dtl-heading {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 14px;
}

.pr-dtl-item span {
  font-size: 12px;
  color: #6b7280;
  display: block;
}

.pr-dtl-item strong {
  font-size: 14px;
  color: #111827;
}

.pr-dtl-table th {
  font-size: 13px;
  background: #f9fafb;
}

.pr-dtl-history li,
.pr-dtl-activity li {
  font-size: 14px;
  margin-bottom: 6px;
}

/* ===== Enhanced Card Look ===== */
.pr-dtl-card {
  border-radius: 6px;
    box-shadow: 0px 1px 2px 0px #ff7a0012;
    background: white;
    border: 1px solid #ffe5cc;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

/* ===== Timeline Container ===== */
.pr-timeline {
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
}

.pr-timeline::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #b7d1ee;
}

/* ===== Timeline Item ===== */
.pr-timeline-item {
  position: relative;
  padding: 12px 16px;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
}
.pr-dtl-card .btn-success{
color:#198754;
border:1px solid #198754;
background:white;
}
.pr-dtl-card .button-primary{
color:#FF830A !important;
border:1px solid #FF830A !important;
background:white !important;
}

.dt-center .bg-danger{
 color:#dc3545 !important;
 border:1px solid #dc3545 !important;
 background:white !important; 
}
.pr-timeline-item::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 18px;
  width: 12px;
  height: 12px;
    background: #3b83d1;
    border-radius: 50%;
    border: 2px solid #3b83d1;
}

/* ===== Badge ===== */
.pr-badge {
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 12px;
  font-weight: 600;
  white-space: nowrap;
}

/* Occupancy */
.pr-badge.occupied {
  background: #dcfce7;
  color: #166534;
}

.pr-badge.left {
     background: #f5c59547;
    color: #b4661b;
      border: 1px solid #e3c5b9;
}

/* Verification */
.pr-badge.success {
  background: #e0f2fe;
  color: #075985;
}

.pr-badge.warning {
  background: #fef3c7;
  color: #92400e;
}

.pr-badge.danger {
  background: #f9bebe29;
  color: #991b1b;
  border:1px solid #991b1b42;
}


/* ===== Timeline Variants ===== */
.pr-timeline-item.success::before {
  background: #4a90e2;
}
.file-icon i{
 color: #ff9900 !important; 
}
.pr-timeline-item.warning::before {
  background: #f59e0b;
}

.pr-timeline-item.danger::before {
  background: #dc2626;
}

.pr-timeline-title {
  font-weight: 600;
  font-size: 14px;
  color: #111827;
}

.pr-timeline-meta {
  font-size: 12px;
  color: #6b7280;
  font-weight: 600;
}

/* ===== Section Icons ===== */
.pr-dtl-heading i {
  margin-right: 6px;
  color: #2563eb;
}

/* Info Box Cards */
.pr-info-box {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 14px 16px;
  height: 100%;
  transition: all 0.2s ease;
}

.pr-info-box:hover {
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.pr-info-box span {
  font-size: 12px;
  color: #6b7280;
  display: block;
  margin-bottom: 4px;
}

.pr-info-box strong {
  font-size: 14px;
  color: #333333;
}

/* Status Colors */
.status-active {
  border-left: 4px solid #16a34a;
  background: #ecfdf5;
}

.highlight {
  border-left: 4px solid #31a227;
  background: #e1f0e0;
}

/* Headings with icons */
.pr-dtl-heading i {
  color: #2563eb;
  margin-right: 6px;
}

.pr-dtl-card .btn {
  border-radius: 15px;
  min-width: 80px;
  font-weight: 600;
  padding: 2px 0px;
  font-size: 11px;
}

.location-card {
  border: 1px solid #e0e0e0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
 background: white;
    border: 1px solid #ffe5cc;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}



.location-title {
  font-weight: 600;
  font-size: 15px;

}

.nearby-locations .nearby-item {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  padding: 6px 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background 0.3s ease;
}

.nearby-locations .nearby-item:hover {
  background: #f0f8ff;
}

.nearby-item i {
  font-size: 18px;
}

.badge {
  font-size: 0.8rem;
  padding: 0.35rem 0.6rem;
  font-weight: 500;
}

.bg-review {
  background-color: #8bc34a;
}

.stat-card {
  display: flex;
  align-items: center;
  gap: 16px;

  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.stat-card::after {
  content: "";
  position: absolute;
  right: -94px;
  top: -20px;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}



.stat-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
}

/* Card themes */
.stat-card.total {
     background: linear-gradient(135deg, #ffe0c4, #ff7a00);
}

.stat-card.month {
  background: linear-gradient(135deg, #94cde1, #6890c1);



}

.stat-card.today {
background: linear-gradient(135deg, #dae5d3, #407b1b);
}

.stat-card.week {
    background: linear-gradient(135deg, #d1b7ca, #6a2058);
}

.stat-content span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
}

.stat-content h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}



.bg-cmp {
  background: #a9d9ab1c;
  color: #3e5e1e;
  font-weight: 600;
  border:1px solid #3e5e1e59;
}

.bg-grn {
    background: #e5edff;
    color: #0a5ea1;
    font-weight: 600;
    border: 1px solid #2197f43d;
}

/* BHK PILL CARDS */
.bhk-pills {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}

.bhk-pill {
  flex: 1;
  background: #f8fafc;
  padding: 18px;
  border-radius: 14px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.bhk-pill h6 {
  margin: 0;
  font-weight: 600;
}

.bhk-pill small {
  color: #6b7280;
}

.bhk-pill:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
}

.bhk-pill {
    background: linear-gradient(341deg, #ff891c5c, #ffefe1, #ffffff);
    border-radius: 11px;
    padding: 18px;
    border: 1.9px solid #ffbe83;
}


.bhk-pill.active {
       background: linear-gradient(341deg, #7da56480, #e2f3d6, #ffffff);
    border-radius: 11px;
    padding: 18px;
    border: 1.9px solid #4b83288c;
}

.pr-dtl{
      background: #fff8f1;
}

/* FLAT CHIPS */
.flat-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.flat-chip {
  padding: 8px 16px;
  border-radius: 999px;
  background: #f1f5f9;
  cursor: pointer;
  font-weight: 500;
  transition: all .2s;
}

.flat-chip:hover {
  background: #dbeafe;
}

.flat-chip.active {
  background: #FF830A;
  color: #fff;
}

.not-available {
  background: #ffc8c8;
  color: #d52d2d;
}

/* DETAIL CARD */
.flat-card {
  display: none;
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  /* box-shadow: 0 12px 30px rgba(0, 0, 0, .08); */
}

.flat-card.active {
  display: block;
}

.flat-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.status {
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
}

.status.available {
  background: #dcfce7;
  color: #166534;
}

.status.booked {
  background: #fee2e2;
  color: #991b1b;
}

.flat-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  font-size: 14px;
  margin-bottom: 15px;
}

/* ACTIONS */
.flat-actions {
  display: flex;
  gap: 10px;
}

.btn-outline {
  border: 1px solid #2563eb;
  color: #2563eb;
  padding: 6px 14px;
  border-radius: 8px;
  background: transparent;
}

.btn-primary {
  background: #2563eb;
  color: #fff;
  border: none;
  padding: 6px 14px;
  border-radius: 8px;
}

.dev-note {
  border: 1px solid #e33939;
  padding: 10px;
  border-radius: 3px;
  background: #ffeaea;
  color: #e33939;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
}


.flat-chip {
  position: relative;
  padding: 6px 14px;
  border-radius: 20px;
  background: #f1f3f5;
  font-size: 13px;
  cursor: pointer;
}

.verify-now-badge {
  margin-left: 6px;
  padding: 2px 7px;
  font-size: 10px;
  font-weight: 600;
  border-radius: 10px;
  background: #ff9800;
  /* orange = action */
  color: #fff;
}


.dash-1 {
  background-color: #EEFFF5;
  border: 0.3px solid #A7F3D0;
}

.dash-2 {
  background: #FFF1F2;
  border: 0.3px solid #FDA4AF;
}

.dash-3 {
  background: #EFF6FF;
  border: 0.3px solid #93C5FD;
}

.dash-4 {
  border: 0.3px solid #C4B5FD;
  background: #F5F3FF;

}

.dash-5 {
  background: #E9FFD0AB;
  border: 0.3px solid #6ACE00
}

.client-title p {
  font-size: 14px;

}

.dash-6 {
  background: #fff6ee;
  border: 1px solid #fecd9c;

}

.dash-7 {
  background-color: #fffbf3;
  border: 0.3px solid #f9cc7b;
}

.dash-8 {
  background-color: #c8f6f44f;
  border: 0.3px solid #83ebe6;
}

.dash-9 {
  background-color: #EEFFF5;
  border: 0.3px solid #A7F3D0;
}

.dash-10 {
  background-color: #EEFFF5;
  border: 0.3px solid #A7F3D0;
}



/* document  */
.agreement-card {
  border: 1px solid #ffe5cc;
  position: relative;
}

.icon-box {
  width: 36px;
  height: 36px;
  background: #ffe5cc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 16px;
  color: #ff9900;
}

.upload-text {
  font-size: 14px;
  color: #555;
  cursor: pointer;
}

.status-active {
  background: #e8f5e9;
  color: #2e7d32;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  margin-left: 10px;
}

.file-box {
  border: 1px solid #eee;
  border-radius: 8px;
  display: flex;
  align-items: center;
  background: #fafafa;
}

.file-icon {
  width: 50px;
  height: 50px;
  background: #ffe5cc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-size: 20px;
  color: #ff9900;
}

.file-info .file-name {
  font-weight: 500;
}

.file-info .file-meta {
  font-size: 13px;
  color: #777;
}

.file-info .file-actions a {
  font-size: 13px;
  color: #555;
  text-decoration: none;
  margin-right: 5px;
}

.doc-info {
  white-space: normal;
  word-break: break-word;
}

/* owner details  */


.doc-card {
  box-shadow: 0px 1px 2px 0px #ff7a0012;
  background: white;
  border-radius: 8px;
  border: 1px solid #ffe5cc;
  transition: .2s;
  box-shadow: 0px 1px 2px 0px #ffe5cc57;

}
.location-card i{
  color:#3b83d1 !important;
}
.amenity i{
  color: #797b7e !important;
}

.doc-card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.doc-icon {
  width: 60px;
  height: 60px;
  background: #FFF7F0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
    color: #ffe5cc;
    border: 1px solid;
}

.doc-title {
  font-size: 15px;
  font-weight: 600;
}

.doc-actions a {
  font-size: 13px;
  text-decoration: none;
  color: #4C4C4C;
  font-weight: 600;
}

.doc-actions a:hover {
  color: #D78E47;
}

/* cards payment  */
.payment-card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 16px;
  border: 1px solid #E1E1E1;
  box-shadow: 0px 1px 2px 0px #0000000D;

  height: 100%;
}

.tenant-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.tenant-name {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
}

.tenant-info {
  font-size: 13px;
  color: #00000080;
}

.room {
  color: #D78E47;
  font-weight: 500;
}

.tenant-type {
  color: #4F7A2C;
  font-weight: 500;
}

.status-paid {
  background: #e8f5e9;
  color: #4F7A2C;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}

.payment-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 6px;
  color: #00000080;
}

.tab-content {
  min-height: 400px !important;
}

.bg-success {
  border: 0.8px solid #518D23 !important;
  background: #FAFFF6 !important;
  color: #518D23 !important;
}

.bg-warning {
  border: 0.8px solid #ffc107 !important;
  background: #ffc10700 !important;
  color: #ffc107 !important;
}

.btn-info {
  background: #EFF6FF;
  border: 0.3px solid #4998f1;
  color: #4998f1;

}
.btn-danger{
  background-color: white;
  color: #dc3545;
  border: 1px solid #dc3545;
}

