:root {
  /* Brand Colors */
  --brand-50: #f1f7fd;
  --brand-100: rgba(99, 176, 255, 0.12);
  --brand-300: #63b0ff;
  --brand-500: #208dfc;
  --brand-700: #1d7bdb;

  /* Gray Colors */
  --gray-0: #ffffff;
  --gray-50: #f8f9fa;
  --gray-100: #f4f6f9;
  --gray-200: #e7ebf3;
  --gray-300: #b6becf;
  --gray-400: #97a0b3;
  --gray-500: #79849b;
  --gray-700: #4d586e;
  --gray-800: #374154;
  --gray-900: #273042;
  --gray-1000: #000000;

  /* Status Colors */
  --status-error-dark: #d32f2f;
  --status-error-light: #ffebee;
  --status-error-primary: #f44336;

  --status-success-dark: #388e3c;
  --status-success-light: #e8f5e9;
  --status-success-primary: #4caf50;

  --status-warning-dark: #f57c00;
  --status-warning-light: #fff3e0;
  --status-warning-primary: #ff9800;

  /* Tokens */
  --border-hover: var(--gray-400);
  --border-primary: var(--gray-200);

  --brand-dark: var(--brand-700);
  --brand-hover: var(--brand-700);
  --brand-light: var(--brand-100);
  --brand-primary: var(--brand-500);

  /* Green Colors */
  --green-50: #e6cd91f;
  --green-500: #48bb78;
  --green-700: #368d5a;

  /* Orange Colors */
  --orange-50: #ffa347;
  --orange-500: #ffa347;
  --orange-700: #ed8013;

  /* Red Colors */
  --red-50: #ff465b;
  --red-500: #ff465b;
  --red-700: #d4273b;

  /* Blue Colors */
  --blue-500: #d4273b;

  /* Surface Colors */
  --surface-background: var(--gray-50);
  --surface-disabled: var(--gray-200);
  --surface-hover: var(--brand-100);
  --surface-primary: var(--gray-0);
  --surface-secondary: var(--gray-50);

  /* Text Colors */
  --text-disabled: var(--gray-300);
  --text-hover: var(--brand-700);
  --text-primary: var(--gray-900);
  --text-secondary: var(--gray-700);
  --text-light: var(--gray-500);
  --text-invert: var(--gray-0);
}

.text-disabled{
  color: #B6BECF !important;
}

.icon-success{
  color: #48BB78;
}

.icon-danger{
  color: #FF465B;
}

hr {
  margin: 8px 0px;
}

.badge-info {
  background-color: var(--brand-light);
  color: var(--brand-primary);
  border-radius: 4px;
}

.data-table-btn-item-count{
  position: relative;
  padding-right: 15px;
}

.data-table-btn-item-count::after{
  content: '';
  position: absolute;
  height: 36px;
  width: 1px;
  background: #E7EBF3;
  right: 5px;
  top: -10px;
}

.icon-white {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7499%) hue-rotate(185deg) brightness(113%) contrast(95%);
}

/* text colors  */
.text-brand-primary {
  color: var(--brand-500);
}

.text-brand-hover {
  color: var(--brand-700);
}

/* background colors  */
.bg-brand-primary {
  background-color: var(--brand-primary);
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-wieght-500 {
  font-weight: 500 !important;
}

.border-primary {
  border: 1px solid var(--border-primary) !important;
}

.border-brand-primary {
  border: 1px solid var(--brand-primary) !important;
}

.p-8-12 {
  padding: 8px 12px;
}

.pl-4{
  padding-left: 4px !important;
}

.dropdown-btn-icon-img {
  position: relative;
  top: -3px;
  left: 3px;
}

.dropdown-btn-empty-icon-img {
  position: relative;
  top: -3px;
}

/* Wrapper for the select element */
.solacloud-select {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* Style the select dropdown */
.solacloud-select select.form-control {
  appearance: none;
  /* Remove default dropdown styling */
  -moz-appearance: none;
  -webkit-appearance: none;
  /* padding-left: ; */
}

.solacloud-select select.form-control.pl {
  appearance: none;
  /* Remove default dropdown styling */
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 35px;
}

/* Default custom icon */
.solacloud-select::after {
  content: "";
  position: absolute;
  top: 69%;
  left: 10px;
  /* Position icon to the left */
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  /* Prevent icon from blocking clicks */
}

/* Icon for condition 1 */
.solacloud-select.icon-caret-down::after {
  background-image: url("/assets/icons/CaretDown.svg");
  /* Replace with your first icon */
}

/* all icons of solacloud  */
.icon-sola-caret-down {
  background-image: url("/assets/icons/CaretDown.svg");
  height: 15px;
  width: 17px;
  display: inline-block;
}

.icon-sola-caret-right {
  background-image: url("/assets/icons/CaretRight.svg");
  height: 17px;
  width: 17px;
  display: inline-block;
}

.icon-sola-user-three {
  background-image: url("/assets/icons/UsersThree.svg");
  height: 20px;
  width: 20px;
  display: inline-block;
}

.icon-sola-user-circle {
  background-image: url("/assets/icons/UserCircle.svg");
  height: 20px;
  width: 20px;
  display: inline-block;
}

.icon-sola-user-circle-gear {
  background-image: url("/assets/icons/UserCircleGear.svg");
  height: 20px;
  width: 20px;
  display: inline-block;
}

.icon-sola-check-circle {
  background-image: url("/assets/icons/Check.svg");
  height: 20px;
  width: 20px;
  display: inline-block;
}

.icon-sola-pencil-simple {
  background-image: url("/assets/icons/PencilSimple.svg");
  height: 20px;
  width: 20px;
  display: inline-block;
}

.brand-icon-bg {
  height: 28px;
  width: 28px;
  background: #208dfc;
  padding: 4px;
  border-radius: 50%;
}

.brand-icon-bg-sm {
  height: 24px;
  width: 24px;
  background: #208dfc;
  border-radius: 50%;
  line-height: 29px;
}

.white-icon-bg-sm {
  height: 24px;
  width: 24px;
  border: 1px solid var(--text-secondary);
  border-radius: 50%;
  line-height: 29px;
}

.icon-brand-primary {
  filter: brightness(0) saturate(100%) invert(37%) sepia(95%) saturate(1416%) hue-rotate(194deg) brightness(102%) contrast(98%);
}

/* Icon for condition 2 */
.solacloud-select.icon-clock::after {
  background-image: url("/assets/icons/Clock.svg");
  /* Replace with your second icon */
}

/* Icon for condition 3 */
.solacloud-select.icon-3::after {
  background-image: url("https://cdn-icons-png.flaticon.com/512/709/709612.png");
  /* Replace with your third icon */
}

/* Icon positioned on the left */
.solacloud-select.icon-left::after {
  left: 10px;
  /* Position icon on the left */
  right: auto;
  /* Reset right */
}

/* Icon positioned on the right */
.solacloud-select.icon-right::after {
  right: 10px;
  /* Position icon on the right */
  left: auto;
  /* Reset left */
}

.dropdown-toggle {
  transition: border 0.3s ease, background-color 0.3s ease, filter 0.3s ease;
}

.dropdown-toggle::after {
  border: none;
  content: url("/assets/icons/CaretDown.svg");
  width: 30px;
  display: inline-block;
  text-align: right;
  vertical-align: -6px;
}

.dropdown-toggle.caret-primary::after {
  filter: brightness(0) saturate(100%) invert(57%) sepia(80%) saturate(4756%) hue-rotate(193deg) brightness(100%) contrast(98%) !important;
  transition: border 0.3s ease, background-color 0.3s ease;
}

.dropdown-toggle:focus::after {
  content: url("/assets/icons/CaretUp.svg");
  transition: filter 0.3s ease;
}

.dropdown-toggle.caret-primary:focus {
  border: 1px solid var(--brand-700) !important;
  background-color: var(--brand-light);
}

/* position values  */
.top-1 {
  top: 1px !important;
}

.top-2 {
  top: 2px !important;
}

.top-3 {
  top: 3px !important;
}

.top-4 {
  top: 4px !important;
}

.top-5 {
  top: 5px !important;
}

.top-12 {
  top: 12px !important;
}
.top-13 {
  top: 13px !important;
}
.top-14 {
  top: 14px !important;
}

/* //negetive value  */
.top--1 {
  top: -1px !important;
}

.top--2 {
  top: -2px !important;
}

.top--3 {
  top: -3px !important;
}

.top--4 {
  top: -4px !important;
}

.top--5 {
  top: -5px !important;
}

.bottom-1 {
  bottom: 1px !important;
}

.bottom-2 {
  bottom: 2px !important;
}

.bottom-3 {
  bottom: 3px !important;
}

.bottom-4 {
  bottom: 4px !important;
}

.bottom-5 {
  bottom: 5px !important;
}

.bottom-10 {
  bottom: 10px !important;
}

/* //negative value  */
.bottom--1 {
  bottom: 1px !important;
}

.bottom--2 {
  bottom: 2px !important;
}

.bottom--3 {
  bottom: 3px !important;
}

.bottom--4 {
  bottom: 4px !important;
}

.bottom--5 {
  bottom: 5px !important;
}

/* Left Classes */
.left-1 {
  left: 1px !important;
}

.left-2 {
  left: 2px !important;
}

.left-3 {
  left: 3px !important;
}

.left-4 {
  left: 4px !important;
}

.left-5 {
  left: 5px !important;
}

.left-12 {
  left: 12px !important;
}

/* Negative Left Classes */
.left--1 {
  left: -1px !important;
}

.left--2 {
  left: -2px !important;
}

.left--3 {
  left: -3px !important;
}

.left--4 {
  left: -4px !important;
}

.left--5 {
  left: -5px !important;
}

/* Right Classes */
.right-1 {
  right: 1px !important;
}

.right-2 {
  right: 2px !important;
}

.right-3 {
  right: 3px !important;
}

.right-4 {
  right: 4px !important;
}

.right-5 {
  right: 5px !important;
}

.right-6 {
  right: 6px !important;
}

.right-7 {
  right: 7px !important;
}

.right-8 {
  right: 8px !important;
}

.right-9 {
  right: 8px !important;
}

.right-10 {
  right: 10px !important;
}

.right-12 {
  right: 12px !important;
}

.right-20 {
  right: 20px !important;
}

/* Negative Right Classes */
.right--1 {
  right: -1px !important;
}

.right--2 {
  right: -2px !important;
}

.right--3 {
  right: -3px !important;
}

.right--4 {
  right: -4px !important;
}

.right--5 {
  right: -5px !important;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-8 {
  border-radius: 8px !important;
}

.nav-tabs.custom-nav-tabs .nav-item {
  padding: 16px 14px;
}

 .nav-tabs.custom-nav-tabs .nav-item:hover {
  background-color: var(--brand-light);
}

.css-57a213{
  padding-left: 0px;
}

.invoice-txn-icon{
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #fff;
  padding: 10px 10px;
  font-size: 20px;
  justify-content: center;
  align-content: center;
  display: flex;
}

.text-link-brand{
  font-size: 14px;
  font-weight: 500;
  color: #208DFC;
}

/*
.nav-tabs.custom-nav-tabs .nav-link:hover {
  background-color: var(--brand-light);
} */

.nav-tabs .nav-link:hover{
  background-color: var(--brand-light);
}

.nav-tabs.custom-nav-tabs .nav-link {
  padding: 16px 14px;
  color: var(--text-secondary);
  font-weight: 500;
}

.nav-tabs.custom-nav-tabs .nav-item .nav-link.active {
  color: var(--text-secondary);
}

.font-size-32 {
  font-size: 32px;
}

/* modal css  */

/* .modal-dialog{} */

/* .modal-dialog .modal-content{} */

.modal-dialog .modal-content .modal-header .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: var(--gray-900);
}

/* .modal-dialog .modal-content .modal-body{} */

/* .modal-dialog .modal-content .modal-footer{
  box-shadow: 8px 8px 28px 0px rgba(55, 65, 84, 0.32), 0px 2px 2px 0px rgba(55, 65, 84, 0.02);
} */

/* end  */

/* right side modal css  */

.modal-dialog-slide-right {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  height: 100vh;
  /* Full viewport height */
  width: 520px;
  /* Fixed width */
  display: flex;
  flex-direction: column;
}

/* Animation for sliding effect */
.modal.fade .modal-dialog-slide-right {
  transform: translateX(100%);
  /* Start off-screen */
  transition: transform 0.3s ease-out;
}

.modal.fade.show .modal-dialog-slide-right {
  transform: translateX(0);
  /* Slide into view */
}

.modal.right-side .modal-content {
  height: 100%;
  /* Fill the modal-dialog */
  display: flex;
  flex-direction: column;
  border-radius: 0px !important;
}

/* Body and footer should not overlap */
.modal.right-side .modal-body {
  /* flex: 1; */
  /* Grow to fill remaining space */
  overflow-y: auto;
  /* Enable scrolling if content overflows */
  height: 86.2vh;
}

/* end  */

/* chat style */

.chat {
  background-color: var(--surface-background);
}

.search-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-container .search-box {
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding-left: 12px;
  background-color: var(--surface-primary);
  flex-grow: 1;
  width: 80%;
}

.search-container .search-box input {
  border: none;
  border-radius: 5px;
  outline: none;
  flex-grow: 1;
  width: 100%;
  height: 40px;
  padding: 0px 8px;
  background-color: var(--surface-primary);
}

.search-container .search-box input::placeholder {
  color: var(--text-light);
}

.search-container .user-search-icon {
  /* color: #888; */
  /* margin-left: 5px; */
}

.search-container .add-button {
  background-color: #fff;
  color: var(--brand-primary);
  border-radius: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}

.search-container .add-button:hover {
  background-color: var(--gray-100);
}

.last-message-time {
  right: 0px;
  color: var(--text-light);
}

/* message box in chat area */

.chat .message-box {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-top: 1px solid var(--border-primary);
  background: #ffffff;
  height: 48px;
  border-radius: 0px 0px 8px 8px;
  position: relative;
}

.msg-popup-icon-send{
  position: absolute;
  right: 15px;
  font-size: 20px;
  bottom: 24px;
  display: none;
}

.suggestion .popup-item:hover .msg-popup-icon-send{
  display: inline-block;
}

.chat .attachment-btn {
  position: "absolute";
  top: 0;
  left: 0;
  width: "100%";
  height: "100%";
  opacity: 0;
  cursor: "pointer";
}

.chat .attachment-btn:hover {
  color: #007bff;
}

.chat .plus-btn {
  position: relative;
  border: none;
  background: transparent;
  font-size: 20px;
  margin-right: 10px;
  color: #6c757d;
  cursor: pointer;
}

.chat .plus-btn:hover {
  color: #007bff;
}

.chat .popup-menu {
  position: absolute; 
  left: 43px;
  width: 360px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 12px -2px rgba(23, 24, 24, 0.16);
  z-index: 10;
  padding: 8px;
  overflow: hidden;
}

.chat .popup-menu.height-before{
  height: 60px;
  top: -56px;
}

.chat .popup-menu.height-after{
  height: 200px;
  top: -197px;
}

.chat .popup-menu::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 20px;
  border-width: 10px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.chat .popup-menu .search-container {
  margin-bottom: 10px;
}

.chat .popup-menu .suggestion {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 270px;
  overflow: auto;
}

.chat .popup-menu .suggestion li {
  padding: 8px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

.chat .popup-menu .suggestion li:hover {
  background-color: #F8F9FA;
}

.chat .input-field {
  flex-grow: 1;
  border: none;
  padding: 10px;
  border-radius: 20px;
  outline: none;
  background: #fff;
  margin-right: 10px;
}

.chat .send-btn {
  border: none;
  background-color: transparent;
  color: var(--text-disabled);
  /* padding: 8px 16px; */
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer;
}

.chat .send-btn:hover {
  /* background-color: #0056b3; */
}

/* end message box  */

/* chat inner  */
.chat-inner-delete-message-btn {
  box-shadow: 0px 3px 6px -3px rgba(23, 24, 24, 0.08);
  border: 1px solid var(--border-primary);
  padding: 8px !important;
  border-radius: 5px;
}

.chat-inner-delete-message-btn .dropdown-item {
  font-size: 16px;
  line-height: 24px;
  color: var(--status-error-dark);
  padding: 0px;
  margin-left: 6px;
  position: relative;
  top: 1px;
}

.chat-inner-delete-message-btn .dropdown-item:hover {
  background-color: #fff;
}

.project-card {
  display: flex;
  align-items: center;
  width: 248px;
  position: relative;
}

.icon-container {
  width: 40px;
  height: 40px;
  background-color: var(--brand-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 8px 10px;
  margin-right: 10px;
}

.icon-container i {
  color: #fff;
  font-size: 20px;
}

.project-info {
  flex: 1;
}

.project-title {
  font-size: 14px;
  margin: 0;
  line-height: 20px;
  color: var(--text-primary);
  text-align: left !important;
}

.project-number {
  font-size: 20px;
  font-weight: 600;
  text-align: left !important;
  margin: 0;
  line-height: 24px;
  color: var(--text-primary);
}

.open-button {
  background-color: var(--status-success-dark);
  color: var(--text-invert);
  border: none;
  border-radius: 4px;
  padding: 4px 8px;
  line-height: 16px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.open-button:hover {
  background-color: #218838;
  color: #fff;
}

/* end chat inner  */

/* add chat  */
.css-1s2u09g-control {
  border-color: var(--border-primary) !important;
}

.css-1pahdxg-control:hover {
  border-color: var(--brand-primary) !important;
  box-shadow: none;
}

.css-1pahdxg-control {
  box-shadow: none;
}

.css-1okebmr-indicatorSeparator {
  display: none;
}

.css-2613qy-menu {
  z-index: 999 !important;
}

/* end chat */

/* create project page start  */

/* breadcrumb start  */
.create-project .breadcrumb {
  background-color: #f8f9fa;
  padding: 0.5rem 1rem;
  margin: 0;
  border-radius: 0;
}

.create-project .breadcrumb-item+.breadcrumb-item::before {
  content: url("/assets/icons/CaretRight.svg");
  /* Custom arrow */
  margin-top: 2px;
}

.create-project .breadcrumb-item a {
  text-decoration: none;
  color: #007bff;
  /* Bootstrap default link color (blue) */
}

.create-project .breadcrumb-item a:hover {
  text-decoration: underline;
}

.create-project .breadcrumb-item.active {
  color: var(--text-primary);
}

.create-project .breadcrumb-icon {
  color: var(--text-primary);
  /* Grey color for the icon */
  /* margin-right: 0.5rem; */
}

.cp-next-prev-btn {
  position: absolute;
  bottom: 0px;
  /* left: 0px; */
}

.cp-form {
  position: relative;
  height: 83vh;
}

.plr-7rem {
  padding-left: 7rem;
  padding-right: 7rem;
}

.step-progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.step {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-primary);
  /* font-weight: bold; */
  position: relative;
  font-size: 12px;
  border: 1px solid var(--border-primary);
}

.step.completed {
  background: var(--brand-primary);
  color: #fff;
  border: none;
}

.step.completed::after {
  /* content: '\2713'; */
  font-size: 12px;
  color: white;
}

.step-line {
  height: 2px;
  background: var(--border-primary);
  flex-grow: 1;
  position: relative;
  margin-right: 25px;
}

.step-line.completed {
  background: var(--brand-primary);
}

.step-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-grow: 1;
}

.step-card {
  /* padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #f9f9f9; */
}

.step-line-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.step-line span {
  background: #f8f9fa;
  position: relative;
  top: -12px;
  padding: 0px 25px 0px 0px;
  font-size: 14px;
}

.step-text {
  font-size: 14px;
  color: #6c757d;
  /* Muted gray color */
  white-space: nowrap;
  /* Prevents text wrapping */
}

.btn-navigation {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.btn-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.navigation-card {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
  background: #f1f1f1;
}

/* project view page   */
.projecttab.nav-fill {
  padding: 1rem;
}

.projecttab.nav-fill .nav-item {
  margin-right: 1rem;
}

.projecttab.nav-fill .nav-item,
.nav-fill>.nav-link {
  flex: none !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.projecttab .nav-item .nav-link {
  padding: 8px 12px !important;
}

.projecttab .nav-item .nav-link.active,
.projecttab .moving-tab {
  background: var(--brand-primary);
  border-radius: 5px;
  box-shadow: none;
  color: #ffffff;
  font-weight: 600;
}

.projecttab .nav-item .nav-link:hover {
  background-color: var(--brand-100);
}

.projecttab .nav-item .nav-link.active:hover{
  background: var(--brand-primary);
}

.project-overview-customer-info {
  padding: 16px;
  border-radius: 8px;
  background-color: var(--surface-secondary);
}

.project-overview-customer-info .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--gray-200);
  border-radius: 8px;
}

.project-overview-customer-info .icon-wrapper i {
  font-size: 20px;
  color: #007bff;
}

.project-overview-customer-info .info {
  font-size: 0.875rem;
  font-weight: 500;
  width: 10ch;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.project-overview-customer-info .text-muted {
  color: var(--text-secondary) !important;
}



.mt-12px {
  margin-top: 12px !important;
}

.mb-12px {
  margin-bottom: 12px !important;
}

/* .hide-dt-bottom-border .sc-hzhJZQ.gmlwXk{
  display: none;
} */

.box-shadow-none {
  box-shadow: unset !important;
}

.project-details-right-side .dropdown-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .project-details-right-side .dropdown-menu-custom {
  width: 100%;
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
  overflow: hidden;
}

.project-details-right-side .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  font-size: 14px;
  color: #333;
  transition: background-color 0.2s;
} */

/* .project-details-right-side .dropdown-item:hover {
  background-color: #f1f5f9;
} */

.project-details-right-side .status-icon {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.project-details-right-side .status-sold {
  background-color: green;
}

.project-details-right-side .status-offer {
  background-color: blue;
}

.project-details-right-side .status-missed {
  background-color: orange;
}

.project-details-right-side .status-canceled {
  background-color: red;
}

.project-details-right-side .details .mb-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.project-details-right-side .profile {
  display: flex;
  align-items: center;
  justify-content: start;
}

.project-details-right-side .profile img {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 160px;
  margin-right: 4px;
}

.project-details-right-side .toggle-section {
  cursor: pointer;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.project-details-right-side .toggle-section i {
  transition: transform 0.3s ease;
}

.project-details-right-side .toggle-section.open i {
  transform: rotate(180deg);
}

.project-details-right-side .details-content {
  /* display: none; */
  /* padding: 10px; */
}

.project-details-right-side .details-content.d-none {
  transition: all;
}

.project-details-right-side .details-content div {
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 10px; */
}

/* index html code placed here  */

datalist {
  position: absolute;
  max-height: 20em;
  border: 0 none;
  overflow-x: hidden;
  overflow-y: auto;
}

datalist option {
  font-size: 0.8em;
  padding: 0.3em 1em;
  background-color: #ccc;
  cursor: pointer;
}

datalist option:hover,
datalist option:focus {
  color: #fff;
  background-color: #036;
  outline: 0 none;
}

.callcenter .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--brand-primary) !important;
  background-color: #fff;
  border-color: #fff;
  border-bottom: 2.5px solid var(--brand-primary) !important;
  font-weight: 500;
}

.callcenter .nav-tabs .nav-item {
  padding: 0rem 1rem 0rem 0rem;
}

.callcenter .nav-tabs {
  border-bottom: none;
}

.callcenter .nav-tabs .nav-link {
  border: none;
  color: var(--text-secondary);
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0rem !important;
  padding-bottom: 0.5rem !important;
}

.callcenter .nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #fff;
  border-bottom: 2.5px solid var(--brand-primary) !important;
  background: none !important;
}

/* width */
.callcenter-area {
  position: relative;
}

/* WebKit (Chrome, Safari) */
.callcenter-area::-webkit-scrollbar {
  width: 8px;
  border-radius: 4px;
}

.callcenter-area::-webkit-scrollbar-track {
  background: #e7e7e7;
  border-radius: 4px;
}

.callcenter-area::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 4px;
}

.callcenter-area::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.callcenter-area::-webkit-scrollbar-thumb::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: #fff;
}

.callcenter-area::-webkit-scrollbar-thumb::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 4px;
  background: #fff;
}

/* Mozilla (Firefox) */
.callcenter-area {
  scrollbar-width: thin;
  scrollbar-color: #fff #e7e7e7;
}

.call-center-new .after-line::after {
  position: absolute;
  height: 70px;
  width: 1px;
  background: #c4c4c4;
  content: "";
  top: -14px;
  right: 150px;
}

.sidenav {
  scrollbar-color: #f1f1f4 transparent;
}

.tab-pane.tabs {
  /* height: 600px; */
  /* overflow-x: hidden; */
  /* overflow-y: auto; */
  /* padding-right: 15px; */
  /* scrollbar-color: #aaa transparent; */
  /* scrollbar-width: thin; */
}

.scroll-cs {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #aaa transparent;
  scrollbar-width: thin;
}

/* .projecttab .nav-link {
  color: #313860;
  font-size: 18px;
} */

.tab-pane.tabs::-webkit-scrollbar-thumb {
  border-radius: 5px;
}

.tab-pane.tabs ul li {
  list-style-type: none;
}

.shape-right-arrow {
  clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
  padding: 12px 0px;
  text-align: center;
  width: 16.5%;
  background-color: #1b2b8b4a;
  color: #1e223a;
  text-decoration: none;
  border-radius: 8px 0px 0px 8px;
}

.shape-left-right-arrow {
  clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 5% 49%, 0 0);
  padding: 12px 0px;
  text-align: center;
  width: 17.5%;
  background-color: #d9dce1;
  color: #3c4257;
  text-decoration: none;
}

.shape-left-arrow {
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
  padding: 12px 0px;
  text-align: center;
  width: 16%;
  text-decoration: none;
  border-radius: 0px 8px 8px 0px;
}

.stage-action-title {
  display: block;
}

.breadcrumb-title {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  color: #2d3748;
}

.breadcrumb-subtitle {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  color: #718096;
  display: block;
}

.sales-kunde-responsive {
  display: none;
}

.stage-ongoing {
  background-color: #d9dce1;
  color: #3c4257 !important;
}

.stage-done {
  background-color: #82d6166e;
  color: #1e223a;
}

.stage-not-done {
  background-color: #d9dce1;
  color: #3c4257;
}

.stage-lost {
  background-color: #bf06186e;
}

.post-textarea {
  border: 1px solid #a0aec0;
  outline: none;
}

.post-textarea:focus {
  border-color: #a0aec0;
  outline: none;
}

.chat-container {
  display: flex;
}

.chat-container .card-header {
  padding: 16px;
}

.chat-container .card-header p {
  margin: 0px; 
}

.chat-container .justify-content-start .card {
  background-color: #E7EBF3;
  border-radius: 8px;
  box-shadow: none !important;
  text-align: left;
}

.chat-container .justify-content-start .card .card-header {
  background-color: #E7EBF3;
}

.chat-container .justify-content-end .card {
  background-color: #ECF5FF;
  border-radius: 4px;
  box-shadow: none !important;
  text-align: right;
}

.chat-container .justify-content-end .card .card-body{
  padding: 6px 6px 0px 6px !important;
}

.chat-container .justify-content-end .card .card-header {
  background-color: #ECF5FF;
}

.chat-container .justify-content-end .card .card-header:first-child {
  border-radius: 5px 5px 0px 0px;
}

.chat-container .card .card-header:first-child {
  border-radius: 5px 5px 0px 0px;
}

.chat-container .col-auto-custom .card{
  max-width: 75%;
}

.chat-box {
  width: 100%;
  background-color: #fff;
}

 

/* //dashboard css */
.dashboard-tabs-cs .nav.nav-pills .moving-tab {
  display: none;
}

.dashboard-tabs-cs .nav.nav-pills .nav-link.active {
  background-color: #f3f4f8;
  color: #2d3748;
  font-size: 1rem;
  font-weight: bold;
}

/* index html end here  */

.primary-font-size {
  font-size: 0.875rem;
}

.dropdown-button-group {
  display: flex;
  gap: 10px;
}

.flatpickr-calendar .flatpickr-input {
  display: none !important;
}

.flatpickr-calendar.inline {
  margin: 0 auto !important;
  padding: 6px !important;
}

.flatpickr-calendar {
  border-radius: 8px !important;
  border: 1px solid var(--border-primary) !important;
  box-shadow: unset !important;
}

.flatpickr-day {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #4d586e !important;
}

.css-1insrsq-control{
  background-color: #ffffff !important;
  border: 1px solid #E7EBF3 !important;
  color: #B6BECF !important;
}

.css-lr9fot-singleValue{
  color: #B6BECF !important;
}

.w-33{
  width: 33%;
}

.graphArea {
  height: 100%;
  min-height: 136px;
}

.chart-dropdown-option {
  width: 120px;
}

.calendar-ac-dc .flatpickr-calendar.inline{
  border: none !important;
  box-shadow: unset !important;
  padding: 0px !important;
  width: unset !important;
}

.calendar-ac-dc .flatpickr-calendar.inline .flatpickr-weekdays {
  padding: 0px 0px !important;
}

.flatpickr-days {
  
}

.card {
  border-radius: 8px;
  box-shadow: 0px 8px 16px 0px #3741540f,
    /* Primary shadow */
    0px 2px 4px 0px #37415405;
  /* Secondary shadow */
}

.card .title {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0px;
  color: var(--gray-900);
}
.title-xl {
  font-size: 24px!important;
}

.card .card-header {
  padding: 16px 16px 0px 16px;
}

.card .card-body {
  padding: 16px 16px 0px 16px;
}

.card .card-footer {
  padding: 16px 16px 16px 16px;
}

.card .card-footer.card-shadow{
  box-shadow: 0px -2px 4px rgba(55, 65, 84, 0.05);
}

.dropdown-menu .card {
  box-shadow: 0px 4px 12px -2px #17181829;
}

.dropdown-menu .card .card-header {
  padding: 12px 16px 12px 16px;
}

.dropdown-menu .card .card-body {
  padding: 16px 16px 16px 16px;
  max-height: 364px;
  width: 440px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #aaa transparent;
  scrollbar-width: thin;
}

.profile-dropdown-toggle {
  background: #f8f9fa;
  border-radius: 10000px;
  padding: 2px !important;
}

.profile-dropdown-toggle::after {
  width: 23px;
}

.dropdown-item.dropdown-item-danger {
  color: #ff465b;
  border: 1px solid var(--border-primary);
}

.dropdown-item.dropdown-item-danger:hover {
  border: 1px solid #ff465b1f;
  background: #ff465b1f;
}

.btn.btn-sm i {
  font-size: 14px;
  font-weight: 600;
}

.rdt_Table {
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  /* Apply border radius to the table */
  overflow: hidden;
  /* Ensure the radius is applied to the table's content */
}

.rdt_TableHead {
  color: var(--gray-700) !important;
}

/* Apply 1px border to the header bottom */
.rdt_TableHeadRow {
  background-color: var(--gray-50) !important;
  border-bottom: none !important;
}

/* Apply 1px border to the body top */
.rdt_TableBody {
  border-top: 1px solid var(--gray-200);
}

.rdt_TableRow {
  font-size: 14px !important;
  color: var(--gray-900) !important;
  min-height: 44px !important;
}

.rdt_TableCell,
.rdt_TableCol {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

/* Apply 1px border to all rows except the first and last row */
.rdt_TableRow:not(:first-child):not(:last-child) {
  border-bottom: 1px solid var(--gray-200);
}

/* Ensure footer and other elements have consistent 1px borders */
.rdt_TableFooter {
  border-top: 1px solid var(--gray-200);
}

.page-item .page-link,
.page-item span {
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
}

.table-pagination {
  padding: 12px 0px;
}

.pagination {
  gap: 8px;
}

.table-pagination .entries,
.pagination {
  margin: 0px;
  font-size: 14px;
  color: var(--gray-700);
}

.page-item.active .page-link {
  background-color: var(--brand-500);
  border: none;
}

.text-primary {
  color: var(--gray-900) !important;
}

.text-brand {
  color: var(--brand-primary) !important;
}

.text-status-success-primary {
  color: var(--status-success-primary);
}

.text-status-info-primary {
  color: var(--brand-primary);
}

.text-status-warning-primary {
  color: var(--status-warning-primary);
}

.text-status-error-primary {
  color: var(--status-error-primary);
}

.text-danger{
  color: #D4273B!important;
}

.btn.text-status-error-primary:hover{
  background: #ff465b1f;
  color: #D4273B!important;
  font-weight: 500;
}

.open-hide-icon {
  display: flex;
  align-items: center;  /* Vertically center the icon */
}

.open-hide-icon::before{
  content: url("/assets/icons/CaretDown.svg");
  width: 20px;  /* Initial size of the icon */
  height: 20px; /* Initial size of the icon */
  margin-right: 8px; /* Adjust gap between the icon and text */
  vertical-align: middle;  /* Vertically align the icon with text */

  /* Apply transition to smooth the change */
  transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
}

.open-hide-icon.collapsed::before{
  transform: rotate(180deg); /* Rotate the icon on hover */
  width: 25px;  /* Increase size on hover */
  height: 25px; /* Increase size on hover */
}

.dropdown-menu .team-color-picker {
  margin: unset;
    background: unset;
    padding: unset;
    border-radius: unset;
    box-shadow: unset;
    position: unset;
}

.text-secondary {
  color: var(--gray-700) !important;
}

.text-success {
  color: var(--green-700) !important;
}

.text-error{
  color: #FF465B; 
}

.text-sm-normal {
  font-size: 12px !important;
  font-weight: 400 !important;
}

.text-sm {
  font-size: 12px !important;
  font-weight: 500 !important;
}

.text-md {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.text-lg {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.text-xl {
  font-size: 20px !important;
}

.text-link {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.text.text-light {
  color: #97a0b3 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.text-title {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0px;
  color: var(--gray-900);
}

.btn-link {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--brand-500) !important;
  display: inline-flex;
  align-self: center;
}

.btn-secondary {
  background: #ffffff !important;
  color: var(--brand-primary) !important;
  border: 1px solid #e7ebf3 !important;
}

.btn-secondary-outline {
  color: #ffffff !important;
  border: 1px solid #e7ebf3 !important;
}

.btn-secondary.btn-plus-icon {
  display: inline-flex;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
  border: 1px solid #1d7bdb !important;
  box-shadow: unset;
  background: var(--brand-light) !important;
  box-shadow: unset !important;
}

.btn-hover-white:hover,
.btn-hover-white:focus {
  background: #ffffff !important;
  color: var(--brand-primary) !important;
  border: 1px solid #e7ebf3 !important;
}

.swal2-popup .swal2-actions .button,
.swal2-popup .swal2-actions .swal2-confirm {
    border-radius: 5px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}


.swal2-popup .swal2-actions .button:hover, 
.swal2-popup .swal2-actions .swal2-confirm:hover,
.swal2-popup .swal2-actions .button:focus,
.swal2-popup .swal2-actions .swal2-confirm:focus,
.swal2-popup .swal2-actions .button:active,
.swal2-popup .swal2-actions .swal2-confirm:active
.swal2-popup .swal2-actions .swal2-confirm:hover,
.swal2-popup .swal2-actions .swal2-confirm {
    background: #208DFC !important;
}

.swal2-popup .swal2-title {
  font-weight: 600!important;
  font-size: 20px;
  color: var(--text-primary);
  text-align: left;
  padding: 16px;
  border-bottom: 1px solid #E7EBF3;
}

.swal2-html-container{
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 16px !important;
  margin: 0px !important;
  min-height: 150px;
  display: flex !important;
  align-items: center;
}

.swal2-container .swal2-popup {
  border-radius: 8px !important;
  padding: 0px;
}

.swal2-actions {
  gap: 16px;
  margin: 0 !important;
  width: 100% !important;
  justify-content: end !important;
  padding: 8px 16px !important;
  box-shadow: 8px 8px 28px 0px #37415452, 0px 2px 2px 0px #37415405;
}

.icon-brand::before {
  filter: brightness(0) saturate(100%) invert(45%) sepia(46%) saturate(3611%) hue-rotate(192deg) brightness(100%) contrast(99%);
}

.btn-plus-icon::before {
  content: url("/assets/icons/Plus.svg");
  /* Relative to the `public` directory */
  margin-right: 0.5rem;
  /* Space between icon and text */
}

.btn-Briefcase-icon::before {
  content: url("/assets/icons/Briefcase.svg");
}

.btn-CalendarDots-icon::before {
  content: url("/assets/icons/CalendarDots.svg");
}

.btn-user-plus-icon::before {
  content: url("/assets/icons/UserPlus.svg");
}

.btn-arrow-right-icon::after {
  content: url("/assets/icons/CaretRight.svg");
}

.btn-arrow-left-icon::after {
  content: url("/assets/icons/CaretLeft.svg");
}


.dropdown-menu {
  border: 1px solid #E7EBF3!important;
    box-shadow: 0px 3px 6px -3px #17181814!important;
    padding: 8px;
}

.hover-button .hover-button-show {
  visibility: hidden;
}

.hover-button:hover .hover-button-show {
  visibility: visible;
}

.hover-button{
  border-radius: 5px;
  padding: 4px;
}

.hover-button:hover {
  background: #63b0ff33!important;
}

.hover-brand-light:hover {
  background: #63B0FF1F!important;
  color: #1D7BDB!important;
}

.top-navbar .nav-item .dropdown-menu {
  border: none;
  background: unset;
  box-shadow: unset;
  padding: 0px;
}

.dropdown-item {
  padding: 0.5rem;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--text-primary);
}

.dropdown-item:hover {
  background-color: var(--brand-light);
}

.btn-icon-primary::before,
.btn-icon-primary::after {
  filter: brightness(0) saturate(100%) invert(45%) sepia(46%) saturate(3611%) hue-rotate(192deg) brightness(100%) contrast(99%);
}

.card-custom {
  border-left: 2px solid #48bb78;
  border-radius: 8px;
  padding: 16px 12px;
  margin-bottom: 16px;
  background: #f8f9fa;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  padding-right: 16px;
  padding-left: 16px;
}

.form-control-sm {
  font-size: 14px;
  font-weight: 400;
  padding: 4px 6px;
  border-radius: 4px;
  border: 1px solid var(--border-primary);
}

.flatpickr-calendar {
  width: fit-content !important;
}

.flatpickr-calendar .dayContainer {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

.flatpickr-calendar .flatpickr-weekdays {
  height: 40px;
}

.flatpickr-calendar .flatpickr-day.today,
.flatpickr-calendar .flatpickr-day.selected,
.flatpickr-calendar .flatpickr-day.startRange,
.flatpickr-calendar .flatpickr-day.endRange {
  background: var(--brand-500) !important;
  color: #ffffff !important;
}

.flatpickr-calendar .flatpickr-day.selected,
.flatpickr-calendar .flatpickr-day.selected:hover,
.flatpickr-calendar .flatpickr-day.nextMonthDay.selected,
.flatpickr-calendar .flatpickr-day.nextMonthDay.selected:hover,
.flatpickr-calendar .flatpickr-day.nextMonthDay.selected:focus {
  background: #208dfc !important;
  color: #ffffff !important;
  border: none;
}

.flatpickr-calendar .flatpickr-day:not(.selected):hover,
.flatpickr-calendar .flatpickr-day:not(.selected):focus {
  background: #63b0ff33 !important;
  border: none;
  color: var(--brand-700) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.flatpickr-calendar span.flatpickr-weekday {
  font-size: 12px;
  font-weight: 500;
  color: #4d586e;
}

.flatpickr-calendar .flatpickr-day.flatpickr-disabled {
color: rgba(57, 57, 57, 0.1) !important;
}

/* styles.css or similar */
.flatpickr-input::placeholder {
  font-size: 14px;
}

.is-invalid {
  border-color: rgb(253, 92, 112)!important;
}

.react_select__menu {
  padding: 4px !important;
}

.react-select-item {
  padding: 8px;
  height: 40px;
  border-radius: 5px;
}

.react-select-item:hover {
  background-color: var(--brand-light) !important;
  color: #273042 !important;
}

.border-bottom {
  border-bottom: 1px solid var(--border-primary) !important;
}

.border-top {
  border-top: 1px solid var(--border-primary) !important;
}

.inner-main {
  height: 420px;
  overflow-x: hidden;
  overflow-y: auto;
  /* Ensures the scrollbar is always visible */
  scrollbar-color: #aaa transparent;
  /* For Firefox */
  scrollbar-width: thin;
  /* For Firefox */
}

/* WebKit-based browsers (Chrome, Safari) */
.inner-main::-webkit-scrollbar {
  width: 8px;
  /* Adjust the width of the scrollbar */
}

.inner-main::-webkit-scrollbar-track {
  background: transparent;
  /* Track color */
}

.inner-main::-webkit-scrollbar-thumb {
  background-color: #aaa;
  /* Scrollbar color */
  border-radius: 10px;
  /* Optional: Round the corners */
  border: 2px solid transparent;
  /* Adjust the thumb border to be visually thinner */
  background-clip: padding-box;
  /* Prevents the border from affecting the thumb size */
}

/* Optional: Hover effect for scrollbar thumb */
.inner-main::-webkit-scrollbar-thumb:hover {
  background-color: #888;
  /* Change the color on hover */
}


.v-scroll { 
  overflow-x: hidden;
  overflow-y: auto;
  /* Ensures the scrollbar is always visible */
  scrollbar-color: #aaa transparent;
  /* For Firefox */
  scrollbar-width: thin;
  /* For Firefox */
}

.data-table {
  scrollbar-color: #aaa transparent;
  scrollbar-width: thin;
}

/* WebKit-based browsers (Chrome, Safari) */
.v-scroll::-webkit-scrollbar {
  width: 8px;
  /* Adjust the width of the scrollbar */
}

.v-scroll::-webkit-scrollbar-track {
  background: transparent;
  /* Track color */
}

.v-scroll::-webkit-scrollbar-thumb {
  background-color: #aaa;
  /* Scrollbar color */
  border-radius: 10px;
  /* Optional: Round the corners */
  border: 2px solid transparent;
  /* Adjust the thumb border to be visually thinner */
  background-clip: padding-box;
  /* Prevents the border from affecting the thumb size */
}

/* Optional: Hover effect for scrollbar thumb */
.v-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #888;
  /* Change the color on hover */
}

.border-radius-none{
  border-radius: 0px !important;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin: 0px !important;
}

.fc-direction-ltr .fc-daygrid-week-number {
  border-radius: 5px;
  left: 8px;
  top: 8px;
  font-size: 12px;
  font-weight: 500;
  color: var(--gray-900);
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 20px;
}

.fc-daygrid-dot-event.fc-event-mirror,
.fc-daygrid-dot-event:hover {
  background: #63b0ff1f;
  border-radius: 2px !important;
}

.fullcalanderCustomDesign .event-info {
  height: 24px !important;
}

.fullcalanderCustomDesign .event-info * {
  color: #273042 !important;
  font-size: 14px;
}

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
  font-weight: 400 !important;
}

.fc .fc-daygrid-day-top {
  padding-top: 8px;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: unset;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top .fc-daygrid-day-number {
  background: var(--brand-primary) !important;
  width: 40px !important;
  margin: 0 auto !important;
  border-radius: 50% !important;
  height: 40px !important;
  line-height: 34px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

/* Ensure each day cell is a square */
.fc .fc-daygrid-day-frame {
  aspect-ratio: 1 / 1;  /* Makes width and height equal */
}
.fc-scrollgrid-sync-table {
  border-left: 1px solid #E7EBF3 !important; /* Ensure left border */
}

.fc .fc-daygrid-day-number {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: var(--gray-700) !important;
}

.nav-tabs .nav-link {
  margin: unset !important;
  border: none !important;
  color: var(--gray-700) !important;
  padding: 13px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus {
  border: none !important;
  border-bottom: 2px solid var(--brand-500) !important;
  color: var(--brand-500) !important;
}

.nav-tabs .nav-link:hover {
  color: var(--gray-900) !important;
  background: #63b0ff1f !important;
  border-radius: 0px;
}

.box-shadow-none {
  box-shadow: unset !important;
}

.accordion-button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px !important;
  color: var(--text-secondary);
}

.accordion-body {
  padding: 0px !important;
}

.accordion-button .accordion-arrow {
  font-size: 1.25rem;
  transition: transform 0.2s ease;
}

.accordion-button:not(.collapsed) .accordion-arrow {
  transform: rotate(90deg);
  /* Down arrow */
}

.accordion-title {
  flex-grow: 1;
  text-align: left;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
  color: var(--text-primary);
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal-content {
  box-shadow: 0px 8px 16px 0px #3741540f !important;
  border: none !important;
  border-radius: 8px!important;
}

.modal-backdrop {
  background-color: #273042 !important;
}

.modal-backdrop.show {
  opacity: 0.4 !important;
}

.badge-secondary {
  background-color: var(--border-primary) !important;
  border-radius: 4px;
  padding: 4px 8px;
}

.badge-success-light {
  background-color: var(--status-success-light) !important;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
    color: var(--status-success-dark);
    font-weight: 500;
}

.form-control.border-0:focus {
  border: none !important;
  box-shadow: none !important;
}

.table {
  margin-bottom: 0px;
  color: var(--gray-900);
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
}

.table-border-radius {
  border-radius: 8px;
}

.table> :not(caption)>*>* {
  padding: 6px 8px !important;
  box-shadow: unset !important;
}

.table thead th {
  border-bottom: 1px solid #e7ebf3 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
  background: #f8f9fa !important;
  color: #4d586e !important;
}

.react_select__control {
  padding: 8px 8px;
}

.flatpickr-months {
  display: block !important;
}

.current-month {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-primary);
}

.navbar-vertical .navbar-nav>.nav-item .nav-link.active {
  color: #ffffff;
  background-color: var(--brand-primary);
}

.navbar-vertical .navbar-nav>.nav-item .nav .nav-link.active {
  background: #63b0ff33 !important;
  color: var(--brand-700) !important;
}

.navbar-vertical .navbar-nav>.nav-item .nav-link:hover {
  background: #63b0ff33 !important;
  color: var(--brand-700) !important;
}

.navbar-vertical .navbar-nav .nav-link {
  color: #4d586e;
}

.navbar-vertical .navbar-nav .nav-link {
  font-weight: 600;
  border-radius: 5px;
  font-size: 14px;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
  padding: 8px 12px;
  margin: 0 16px;
  height: 40px;
}

.icon-ChartPieSlice::before {
  content: url("/assets/icons/ChartPieSlice.svg");
}

.icon-EnvelopeSimple::before {
  content: url("/assets/icons/EnvelopeSimple.svg");
}

.icon-CalendarDots::before {
  content: url("/assets/icons/CalendarDots.svg");
}

.icon-SolarRoof::before {
  content: url("/assets/icons/SolarRoof.svg");
}

.icon-Storefront::before {
  content: url("/assets/icons/Storefront.svg");
}

.icon-Wrench::before {
  content: url("/assets/icons/Wrench.svg");
}

.icon-Coins::before {
  content: url("/assets/icons/Coins.svg");
}

.icon-GearSix::before {
  content: url("/assets/icons/GearSix.svg");
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link i {
  width: 20px;
  height: 20px;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link.active i::before {
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(59%) hue-rotate(224deg) brightness(123%) contrast(100%);
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link:hover i::before {
  filter: brightness(0) saturate(100%) invert(41%) sepia(95%) saturate(1989%) hue-rotate(191deg) brightness(88%) contrast(94%);
}

.btn-primary.dropdown-toggle::after{
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(319deg) brightness(102%) contrast(101%);
}

.btn-primary:disabled, .btn-primary.disabled {
  color: var(--text-disabled);
  background-color: var(--surface-disabled);
  border-color: #cb0c9f;
}

.form-switch .form-check-input{
  height: 20px;
}

.form-switch .form-check-input:checked {
  border-color: #208DFC;
  background-color: #208DFC;
}

.navbar-nav {
  gap: 4px;
}

.navbar-vertical .navbar-nav .nav-link[data-bs-toggle="collapse"]:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: url("/assets/icons/CaretDown.svg");
  margin-left: auto;
  color: rgba(58, 65, 111, 0.5);
  transition: all 0.2s ease-in-out;
  line-height: 0px;
}

.navbar-vertical .navbar-nav .nav-link.active[data-bs-toggle="collapse"]:after {
  filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(6%) hue-rotate(111deg) brightness(101%) contrast(102%);
}

.navbar-vertical.navbar-expand-xs {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 264px !important;
  overflow-y: auto;
  padding: 0;
}

.navbar-vertical.bg-white {
  box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
}

.MuiDivider-root.MuiDivider-fullWidth {
  background-image: unset !important;
  border-top: 1px solid #e7ebf3 !important;
  margin: 12px 16px !important;
}

.notification-counter {
  background: #ff465b;
  height: 20px;
  width: 31px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  right: 25px;
  position: absolute;
}

.border-radius {
  border-radius: 8px!important;
}

.h1 {
  font-size: 20px;
  font-weight: 600;
  color: var(--gray-900);
  text-transform: capitalize;
}

.search-input {
  position: relative;
}

.search-input span {
  position: absolute;
  left: 8px;
  top: 6px;
  font-size: 20px;
}

.btn-brand-hover:hover {
  color: var(--brand-primary);
  background-color: var(--brand-100);
}

.btn-brand-hover-with-border:hover {
  color: var(--brand-primary);
  background-color: var(--brand-100);
  border-color: var(--brand-primary) !important;
  cursor: pointer;
}

.btn-brand-hover:hover span {
  color: var(--text-secondary);
}

.text-hover-brand p:hover,
.text-hover-brand i:hover,
.text-hover-brand:hover i,
.text-hover-brand:hover p,
.text-hover-brand:hover
{
  color: var(--brand-primary)!important;
}

.position-expand-data{
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 8px;
}

.search-input input {
  padding: 8px 34px;
}

.btn-icon-right {
  position: absolute;
  right: 20px;
  top: 8px;
  font-size: 20px;
}
.btn i {
  font-size: 20px;
}

.dz-message{
  font-size: 24px;
  color: #208DFC;
}

.dz-remove-attachment{
  position: absolute;
  top: 28px;
  background: #fff;
  padding: 0px 5px;
  font-size: 20px;
  box-sizing: border-box;
  border-radius: 5px;
  right: 4px;
  color: var(--text-secondary);
  height: 28px;
}

.align-center{
  align-content: center;
}

.data-table-button-float{
  position: absolute;
  left: 15px;
  width: 100%;
  bottom: 95px; 
  margin: 0 auto;
  text-align: center;
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.data-table-button-float .btn-group-float{
  background-color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  box-shadow:  0px 8px 16px rgba(55, 65, 84, 0.06),  0px 2px 4px rgba(55, 65, 84, 0.02);
  border: 1px solid #E7EBF3;
}

.text-right{
  text-align: right;
}

.card-tr{
  border-radius: 8px !important;
  border: 1px solid #f8f9fa !important;
  box-shadow: 0px 8px 16px 0px rgba(55, 65, 84, 0.06),  0px 2px 4px 0px rgba(55, 65, 84, 0.02) !important;
}

.card-tr.active{
  background-color: #E6F0FB;
  border-color: #208DFC !important;
}

 

.card-tr-icon{
  width: 40px;
  height: 40px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.card-tr-icon.bg-normal{
  background-color: #f8f9fa;
  color: #4D586E;
}

.card-tr-icon.bg-active{
  background-color: #D6E8FB;
  color: #208DFC;
}

.custom-controls-container {
  z-index: 9999999;
    position: absolute;
    bottom: 0px;
    right: 0;
}

.MuiSlider-track {
  background: #208DFC!important;
}

.data-table-no-record-icon {
  font-size: 44px;
  color: var(--text-secondary);
}

.fixed-bottom-width-available {
  left: unset;
  right: auto;
  width: -webkit-fill-available;
  width: -moz-available;
}

.upload_file {
  border: 1px dashed var(--brand-primary);
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  height: 136px;
  width: 100%;
  display: grid;
  align-items: center;
  background: #63B0FF1F;
}

.p-12px{
  padding: 12px;
}

.p-5 {
  padding: 2rem !important;
}

.progress {
  height: 4px!important;
  background-color: #E7EBF3!important;
  border-radius: 2px!important;
}

.progress-bar {
  height: 4px!important;
  border-radius: 2px!important;
  margin-top: 0px!important;
}

.bg-primary {
  background-color: #208DFC !important;
}

.bg-success {
  background-color: #48BB78 !important;
}

.bg-danger {
  background-color: #F26667 !important;
}

.text-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pdf-preview-footer-text {
  font-size: 7px;
  margin: 0px;
}

.bg-border{
  background-color: #E7EBF3;
 }

 .border-radius-4{
  border-radius: 4px;
 }

 .wir-data-list{
  padding: 0px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #E7EBF3;
  margin-bottom: 0px;
 }

 .wir-data-list li{
  padding: 12px;
  border-bottom: 1px solid #E7EBF3;
 }

 .wir-data-list li p{
  margin-bottom: 0px !important;
 }

 .bg-success-light{
  background-color: #E7F4EE;
 }

.color-picker-grid {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.color-picker-grid .color {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  cursor: pointer;
}

.color-picker-grid .color.selected {
  outline: 1px solid white;
  box-shadow: 0 0 0 2px #97A0B3;
}

.invalid-feedback {
  color: #D4273B;
  font-size: 12px;
  font-weight: 400;
}

.valid-feedback {
  color: #368D5A;
  font-size: 12px;
  font-weight: 400;
}

.invalid-feedback i{
  font-size: 12px;
  background: var(--status-error-dark);
  color: #fff;
  border-radius: 50%;
  padding: 2px;
  text-align: center;
}

.valid-feedback i{
  font-size: 12px;
  background: var(--status-success-dark);
  color: #fff;
  border-radius: 50%;
  padding: 2px;
  text-align: center;
}

.prifile-picture-modify {
  width: 72px;
}
.prifile-picture-modify img {
  height: 72px;
    width: 72px;
    border: 2px solid #E7EBF3;
    border-radius: 50%;
    background: #ffffff;
}
.prifile-picture-modify i {
  cursor: pointer;
  padding: 6px;
  border-radius: 5px;
  border: 1px solid #E7EBF3;
  color: var(--brand-primary);
  font-size: 18px;
  background: #ffffff;
  position: absolute;
  margin-top: 38px;
  margin-left: -24px;
}

#lyfecycleStage {
  width: 140px;
  /* height: 20px; */
  font-size: 14px;
  background-color: #fff;
  padding: 6px 8px;
}

.project-life-cycle-stage {
  padding: 16px;
  border-radius: 8px !important;
  background-color: var(--surface-secondary);
}

.project-life-cycle-stage .progress {
  position: relative;
  height: 14px !important;
  background-color: #e9ecef;
}



.project-life-cycle-stage .progress-bar:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background: #fff;
  right: 3px;
}

.project-life-cycle-stage .progress .divider {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: black;
  border-radius: 100%;
  top: 4px;
}

.project-life-cycle-stage .progress .marker {
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #007bff;
  top: -5px;
}

.project-life-cycle-stage .progress-bar {
  background-color: #208dfc;
  height: 14px !important;
  z-index: 1;
  margin-top: 0px;
  border-radius: 64px !important;
  position: relative;
}

.form-check:not(.form-switch) .produktion.form-check-input[type="checkbox"]::after{
  background-color: #48BB78 !important;
  border-radius: 4px;
}

.form-check:not(.form-switch) .verbrauch.form-check-input[type="checkbox"]::after{
  background-color: #FF465B !important;
  border-radius: 4px;
}

.form-check:not(.form-switch) .eigenverbrauch.form-check-input[type="checkbox"]::after{
  background-color: #208DFC !important;
  border-radius: 4px;
}


.table-title-cs{
  font-weight: 600;
  font-size: 20px;
  color: #273042;
  line-height: 24px;
}

.left-0{
  left: 0px !important;
}

.input-group-input{
  border-left: none !important;
  border-radius: 0px 5px 5px 0px !important; 
}

.border-radius-100{
  border-radius: 100%;
}

.team-members-img{
  height: 25px;
  width: 25px;
  border-radius: 100%;
  margin-right: 5px;
}

.team-members-more-btn{
  background-color: #63B0FF1F;
  border: none;
  color: #208DFC;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  padding: 0.5rem 0.725rem;
}

.css-5enlg4-control{
  border-color: #E7EBF3 !important;
}

.project-overview-address{
  display: inline-block;       
  width: 500px;           
  white-space: nowrap;         
  overflow: hidden;            
  text-overflow: ellipsis;     
}

.inner-right-siderbar-scroll{
  height: 665px;
  overflow: auto;
}

.inner-scroll{
  height: 665px;
  overflow: auto;
}

.inner-scroll-nobtn{
  height: 704px;
  overflow: auto;
}

.inner-scroll-two{
  height: 620px;
  overflow: auto;
}

.status-bg{
  height: 12px;
  width: 12px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 5px;
}

.bg-error-primary {
  background-color: #ff465b1f;
}

.sc-pb{
  padding-bottom: 70px;
}

.text-truncate-12ch {
  display: inline-block;
  width: 160px; /* Adjust based on your needs */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Modify spinner buttons */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  width: 16px; /* Change width */
  height: 16px; /* Change height */
  background: #ddd; /* Change background color */
  border-radius: 4px; /* Add rounded corners */
  cursor: pointer;
}

/* Change arrow color */
input[type="number"]::-webkit-inner-spin-button {
  color: #007bff; /* Change arrow color */
}

/* Change arrow behavior on hover */
input[type="number"]:hover::-webkit-inner-spin-button {
  background: #ccc; /* Darken on hover */
}

.form-check-input {
  width: 16px;
  height: 16px;
}

.notification-error{
  border: 1px solid #FF465B80
}

.notification-success{
  border: 1px solid #48BB7880
}

.notification-warning{
  border: 1px solid #FFA34780
}

.notification-info{
  border: 1px solid #208DFC80
}

.notification-icon {
  margin-top: 1px;
}

.table-toggle-btn{
  display: flex;
  padding: 3px;
  border-radius: 3px;
}

.css-bw7m2j-control:hover{
  border-color: #E7EBF3 !important;
}

.table-toggle-btn:hover{
  background-color: #F8F9FA;
}

.table-checkbox.form-check-input{
  border: 1px solid #cbd3da;
}
 
.table-checkbox.form-check-input::after{
  transition: opacity 0.25s ease-in-out;
  font-family: "FontAwesome";
  content: "\f00c";
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  border: 1px solid #cbd3da;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.67rem;
  opacity: 0;
}

.table-checkbox.form-check-input:checked{
  border: none;
}

.table-checkbox.form-check-input:checked::after{
  opacity: 1;
  border: none;
}


.table-inner-popup {
  position: relative;
  /* width: 99%; */
  bottom: 3px;
  margin: 0 auto;
  text-align: center;
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #fff;
  /* margin-bottom: -45px; */
  border-radius: 0px 0px 4px 4px;
  height: 45px;
  padding: 25px 3px;
  border-top: 1px solid #E7EBF3;
  border-left: 1px solid #E7EBF3;
  border-bottom: 1px solid #E7EBF3;
}

.css-1i5kgci-multiValue{
  background-color: #E7EBF3 !important;
  padding: 4px 8px !important;
  color: #273042 !important;
  border-radius: 6px !important;
}

.css-1i5kgci-multiValue div:first-of-type{
  color: #273042 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  padding-bottom: 4px !important;
}

 

.dropdown-item:active{
  color: var(--gray-900);
}

.form-control.date-picker{
  color: var(--text-primary);
  padding-left: 28px;
}

.form-control-sm.date-picker {
  line-height: 22px;
}
 
.fixed-column-right{
  position: sticky;
  right: 0px;
  background-color: #fff !important;
}

.fixed-column{
  position: sticky;
  right: 95px; 
}

.monthly-salary-input{
  
}

.monthly-salary-input .input-group .input-group-input {
  padding-left: 34px;
}

.monthly-salary-input .input-group .icon {
  position: absolute;
  font-size: 20px;
  top: 9px;
  left: 9px;
  z-index: 999;
}

/*
.ministatistics-title-eec{
  width: 135px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
*/

.pos-action{
  visibility: hidden;
}

.pos-action-con:hover .pos-action{
  visibility: visible;
}

.MuiTooltip-tooltip {
  background-color: #150949 !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  max-width: 17.5rem !important;
}
.MuiTooltip-arrow {
  color: #150949 !important;
}

.hover-bg-none:hover {
   background-color: unset !important;
   background: unset !important;
}

.timeline-block.deactive::before{
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  height: 100%;
  border-right: 3px solid var(--border-primary);
}

/* Extra small devices */
@media (max-width: 575.98px) {
  .plr-7rem {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .project-overview-address{
    display: inline-block;       
    width: 150px;           
    white-space: nowrap;         
    overflow: hidden;            
    text-overflow: ellipsis;     
  }

  .user-chat.user-chat-show{
    top: 0px;
  }

  .chat-conversation{
    height: calc(90vh - 188px);
  }

  .step-progress {
    padding: 0rem 0.5rem;
  }

  .step-line {
    margin-right: 8px;
  }

  .step-line span {
    padding: 0px 8px 0px 0px;
  }

  .d-none-xs-cp-progress {
    display: none;
  }

  .cp-next-prev-btn {
    position: fixed;
    bottom: 15px;
    z-index: 9999999999 !important;
  }

  /* lead details  */
  .lead-details {
    flex-wrap: unset;
    overflow-x: auto;
    column-gap: 10px;
  }

  .shape-right-arrow {
    min-width: 200px;
  }

  .shape-left-right-arrow {
    min-width: 200px;
  }

  .shape-left-arrow {
    min-width: 200px;
  }

  .lead-owner {
    flex-wrap: unset;
    overflow-x: auto;
  }



  .stage-action-title {
    display: none;
  }

  .breadcrumb-subtitle {
    display: none;
  }

  .pl-4{
    padding-left: 12px !important;
  }

  .font-size-20{
    font-size: 16px !important;
  }


  .inner-right-siderbar-scroll{
    height:100%;
    overflow: auto;
  }
  
  .inner-scroll{
    height: 100%;
    overflow: auto;
  }
  
  .inner-scroll-nobtn{
    height: 100%;
    overflow: auto;
  }
  
  .inner-scroll-two{
    height: 100%;
    overflow: auto;
  }

}

/* Small devices */
@media (min-width: 576px) and (max-width: 767.98px) {
  .plr-7rem {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .step-progress {
    padding: 0rem 0.5rem;
  }

  .cp-form {
    height: 100%;
  }

  .cp-next-prev-btn {
    position: fixed;
    bottom: 15px;
  }
}

/* Medium devices */
@media (min-width: 768px) and (max-width: 991.98px) {
  .plr-7rem {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .step-progress {
    padding: 0rem 0.5rem;
  }

  .cp-next-prev-btn {
    position: fixed;
    bottom: 15px;
  }
}

/* Large devices */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .plr-7rem {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .cp-next-prev-btn {
    position: fixed;
    bottom: 15px;
  }
}

@media screen and (max-width: 1280px) {
  .breadcrumb-title {
    font-size: 14px;
  }

  .sales-kunde-desktop {
    display: none;
  }

  .sales-kunde-responsive {
    display: block;
  }
}

@media screen and (min-width: 576px) and (max-width: 1291px) {
   .chat-conversation{
    height:calc(94vh - 188px)
   }
}

@media screen and (min-width: 1292px) and (max-width: 1440px) {
   .chat-conversation{
    height: calc(96vh - 206px); 
   }
}

/* Extra large devices */
@media (min-width: 1200px) and (max-width: 1444px) {
  .plr-7rem {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

/* Extra extra large devices */
@media (min-width: 1445px) {
  .plr-7rem {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .ministatistics-title-eec{
    width: 200px;
  }
}

@media screen and (max-width: 1440px) {
  .cp-form {
    position: relative;
    height: 85vh;
  }
}

@media screen and (max-width: 520px) {
  .modal-dialog-slide-right {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .modal-md.modal-dialog-centered {
    max-width: 640px;
  }
}

/*
@media screen and (min-width: 1440px) {
  #teamsOpen-collapseOne {
    height: 100% !important;
  }
}
  */

  .pdf-export-mode {
    width: 794px !important;
    margin: 0 auto;
  }
  .page-break-avoid {
    page-break-inside: avoid;
    break-inside: avoid;
  }