@import url("Sidebar.css");
@import url("Custom.css");
@import url("Responsive.css");

@import url("https://fonts.googleapis.com/css2?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");

:root {
  --color-scrollbar-track: #fafafa;
  --color-scrollbar: #d9d9d9;
  --color-placeholder: #e2e2e233;
  --color-white: #ffffff;
  --color-black: #000;

  --color-mid-gray: #858585;
  --color-dark-gray: #4e4e4e;
  --color-extra-light-gray: #f3f3fbb2;
  --color-light-gray: #999cad;
  --color-hint-gray: #dadada;
  --color-cover-gray: #f8f8f8;
  --color-extra-dark-gray: #606060;

  --color-extraLight-green: #c8f4e333;

  --color-light-green: #e5fdd8;
  --color-green: #359900;

  --color-teal-green: #00f0c4;

  --color-dark-red: #990002;
  --color-red: #ff0b0b;
  --color-extraLight-red: #fdddde;
  --bs-border-radius: 0.375rem;
  --color-semi-red: #ff5254;

  --color-dark-green: #00997f;

  --color-dark-yellow: #caa202;
  --color-light-yellow: #ffeea84d;

  --color-extraLight-yellow: #ffeea933;
  --color-light-purple: #f2b6f2;
  --color-light-pink: #f2b6f2;

  --color-light-blue: #4285f4;

  --color-aqua: #8af5e0;
  --color-light-aqua: #d6fff8;
  --color-dark-aqua: #00cca9;
  --color-parrot: #46cc00;
  --color-parrot-200: #d7ffc2;
  --color-light-parrot: #e4ffd6;
  --color-light-red: #f4b2b34d;
  --color-mid-red: #f4b2b3;
  --color-purple: #ffd6ff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

#container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #ffffff;
  width: 95%;
  margin: 2rem auto;
}

#header-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 10vh;
  padding: 0 20px;
  margin-bottom: 10px;
}

.dashboard-container {
  height: 85vh;
  overflow-y: auto;
}

.admin-custom-card {
  width: 30% !important;
  min-width: 230px !important;
  height: 170px !important;
  border-radius: 8px;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
  margin-top: 1rem;
  padding: 1.5rem;
}

.custom-card {
  width: 23% !important;
  min-width: 230px !important;
  height: 170px !important;
  border-radius: 8px;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
  margin-top: 1rem;
  padding: 1rem;
  padding: 1rem;
}

.graph-container {
  width: 94%;
  height: 300px;
  border-radius: 11px;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
  margin-top: 1rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bar-chart-container {
  position: relative;
  height: 250px;
  overflow: visible;
}

.bar-chart {
  width: 100% !important;
  height: 100% !important;
}

.customer-container {
  padding-left: 2rem;
  height: 75vh;
  overflow-y: auto;
}

.rounded-icon-wrapper-60 {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-columns-2 {
  display: grid;
  grid-template-columns: auto auto;
  gap: 2vw;
}

#content-container #content-top-wrapper {
  height: 95%;
  overflow-y: auto;
}

/* #content-container .simple-table-wrapper {
    width: 100% !important;
    overflow-x: auto;
    scroll-behavior: smooth;
}

#content-container #table {
    min-width: 60vw;
    width: 100%;
    border-collapse: collapse;
} */

#content-container thead tr th,
#content-container tbody tr td {
  padding-left: 8px !important;
  text-align: left;
  font-size: 12px !important;
  font-weight: 400;
  border: none !important;
}

#content-container thead tr th,
#content-container tbody tr td {
  padding-top: 1.2rem;
  color: var(--clr-darkgray);
}

.cards-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.stepper-divider {
  min-width: 60px;
  height: 1px;
}

.background-transparent {
  border-color: transparent;
}

.status-container {
  display: flex;
  width: 74px;
  height: 20px;
  background-color: #fff7d6b2;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
}

.profile-btn {
  display: flex;
  width: 74px;
  height: 30px;
  background-color: #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
}

.work-type-container {
  background-color: #fafafa;
  min-width: 120px;
  padding: 0 0.5rem;
  height: 24px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-case-card {
  min-height: 120px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #dadada;
}

.modal-container {
  height: 400px;
  overflow-y: auto;
}

.accountant-type-container {
  min-width: 120px;
  height: 24px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d9d9d9;
  padding: 10px;
}

.available-container {
  background-color: #e5fdd8;
  width: 94px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.busy-container {
  background-color: #fdddde;
  width: 94px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.selected-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #ffeea9;
}

.unselected-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #cccccc;
}

.approve-button {
  background-color: #000;
  width: 393px;
  height: 48px;
  color: #fff;
  border-radius: 12px;
}

.completed-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #d7ffc2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.add-button {
  background-color: #000;
  width: 90px;
  height: 34px;
  color: #fff;
  border-radius: 8px;
}

.kyc-container {
  background-color: #ffd6ff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 31px;
  gap: 5%;
}

.information-container {
  background-color: #d6fff8;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.information-container-outer {
  background-color: #d6fff84d;
  width: 132px;
  height: 132px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.upload-button {
  background-color: #000;
  width: 322px;
  height: 51px;
  color: #fff;
  border-radius: 70px;
}

.assign-btn {
  display: flex;
  width: 110px;
  height: 34px;
  background-color: #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.collapse-header {
  height: 54px;
  background-color: #ffeea84d !important;
  border: 1px solid #ffeea8;
  border-radius: 11px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.collapse-header-container {
  display: flex;
  width: 90%;
  justify-content: space-between;
  align-items: center;
}

.verified-container {
  border: 1px solid #47ca02;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 24px;
}

.collapse-body-container {
  border: 1px solid #d9d9d9;
  width: 98%;
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
}

.kyc-circle-container {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffd6ff;
}

.message-container {
  display: flex;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  background-color: #d6ffef;
  border-radius: 50%;
}
.filter-dropdown {
  margin-top: 8px; /* ensures it opens right below the icon */
  min-width: 350px;
  z-index: 1055; /* keeps it above other elements */
}
.search-btn {
  display: flex;
  width: 100%;
  height: 30px;
  background-color: #000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
}

.choose-title-dropdown {
  background-color: #ffeea933 !important;
  border: 1px solid #ffeea9 !important;
  font-size: 12px !important;
  color: #999cad !important;
}

.input {
  height: 37px;
  width: 220px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 12px !important;
  color: #999cad !important;
}

.status-button {
  display: flex;
  min-width: 120px;
  max-width: 160px;
  padding: 0.5rem 0 0.5rem 0;
  background-color: #fff7d6b2;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
}

.filter-type-container {
  background-color: #d2ffc24d;
  width: fit-content;
  min-width: 120px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d2ffc2;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.details-btn {
  display: flex;
  width: 88px;
  height: 34px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #4e4e4e;
}

.date-input {
  height: 30px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
}

.type-dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background-color: white;
  padding-left: 2%;
  padding-right: 2%;
  width: 90%;
  height: 30px;
}

.type-checkbox-container {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background-color: white;
  padding-left: 2%;
  width: 90%;
  margin-top: 2%;
  padding: 5%;
}

.input {
  height: 37px;
  width: 200px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 12px !important;
  color: #999cad !important;
}

.dropdown {
  height: 37px !important;
  width: 200px !important;
  font-size: 12px !important;
  color: #999cad !important;
  border-radius: 5px;
}

.accountant-profile-dropdown {
  height: 37px !important;
  font-size: 12px !important;
  color: #999cad !important;
  border-radius: 5px;
  width: 100% !important;
}

.full-width-dropdown {
  height: 37px;
  width: 100%;
  font-size: 12px !important;
  color: #999cad !important;
  border: 1px solid #dadada;
  border-radius: 5px;
}

.yes-btn {
  display: flex;
  width: 88px;
  height: 34px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border: 1px solid #4e4e4e;
}

.no-btn {
  display: flex;
  width: 88px;
  height: 34px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #4e4e4e;
}

.pagination-btn {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  max-width: 78px;
  min-width: 30px;
  height: 27px;
  padding-left: 2px;
  padding-right: 2px;
  cursor: pointer;
  margin-right: 1%;
}

.selected-pagination-btn {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  max-width: 78px;
  min-width: 30px;
  height: 27px;
  padding-left: 2px;
  padding-right: 2px;
  cursor: pointer;
  margin-right: 1%;
  background-color: #000;
}

.message-dropdown {
  width: 354px;
}

.messages-container {
  height: 200px;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.send-message-card,
.receive-message-card {
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: fit-content;
  margin-top: 3%;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}

.receive-message-card {
  background-color: #ffeea880;
  color: 1px solid #ffeea8;
  border-bottom-right-radius: 11px;
}

.send-message-card {
  background-color: #d7ffc280;
  color: 1px solid #d7ffc2;
  border-bottom-left-radius: 11px;
}

.message-input-container {
  border: 1px solid #d9d9d9;
  width: 90%;
  border-radius: 35px;
  height: 40px;
  margin-left: 5%;
  margin-bottom: 5%;
}

.message-input {
  border-radius: 35px;
  border: none;
  width: 82%;
  height: 100%;
  padding-left: 5%;
}

.message-input:focus {
  border: none;
  outline: none;
}

.box-shadow {
  box-shadow: 2px 2px 10px 0px #00000033;
}

.custom-dropdown-menu {
  padding-bottom: 4%;
  padding-left: 24.5% !important;
  display: flex;
  flex-direction: column;
  gap: 0.5vh;
}

.custom-dropdown-menu a h3:hover {
  color: var(--color-primary);
  cursor: pointer;
}

aside .sidebar .custom-dropdown-menu a.active h3 {
  color: var(--color-primary) !important;
}

#self-assessment:checked + label {
  color: white;
  /* Change label text color */
}

#tax-planning:checked + label {
  color: white;
  /* Change label text color */
}

#trusts:checked + label {
  color: white;
  /* Change label text color */
}

#partnerships:checked + label {
  color: white;
  /* Change label text color */
}

#capital-gains:checked + label {
  color: white;
  /* Change label text color */
}

/* #table {
    border: none !important;
}

#table th,
#table td {
    border: 1px solid pink !important;
} */

/* Auth */
.auth-container {
  max-width: 85%;
  margin: auto;
  padding-top: 5%;
}

@media (max-width: 400px) {
  .auth-container {
    max-width: 100%;
    margin: auto;
    padding-top: 5%;
  }
}

.auth-box {
  background: white;
  padding: 6rem 4rem;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  height: 95%;
}

@media (max-width: 1000px) {
  .auth-box {
    padding: 6rem 2rem;
  }
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.social-icons button {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-control:checked + label {
  color: white !important;
}

.checkboxbutton input[type="checkbox"] {
  display: none;
}

.checkboxbutton.active {
  background-color: black !important;
  /* or your 'bg-black' class styles */
  color: white !important;
}

.btn-status {
  display: flex !important;
  padding: 0px 13% !important;
}

.New-Title {
  font-size: 2rem !important;
}

.verifications-container {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffd6ff;
}

.type-container {
  background-color: #d2ffc24d;
  width: fit-content;
  min-width: 150px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d2ffc2;
  padding: 5px 0px;
}

.b-mid-yellow {
  border: 1px solid #fff7d6 !important;
}

.background-yellow-300 {
  background-color: #fff7d64d !important;
}

.input-field-wrapper .iconify {
  position: absolute;
  right: 10px;
  top: 45%;
  color: #a0a0a0;
}

select,
.input-field-wrapper input {
  height: 45px;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  margin-top: 8px !important;
  font-size: 12px !important;
  padding: 0 10px;
  outline: none;
}

select:focus,
.input-textarea-wrapper textarea:focus,
.simple-input-field:focus,
.input-field-wrapper input:focus {
  box-shadow: none !important;
  border: 1px solid #6d6d6d !important;
}

.w-20 {
  width: 20% !important;
}

.background-semi-red {
  background-color: var(--color-semi-red) !important;
}

.poppins-medium-12 {
  font-weight: 500;
  font-size: 12px;
}

.background-extraLight-green {
  background-color: #d2ffc24d !important;
}

.background-midLight-yellow {
  background-color: #ffeea880 !important;
}

.background-Light-yellow {
  background-color: #ffcc00cc !important;
}

.background-extradarkLight-green {
  background-color: #1e5a08 !important;
}

.input-field-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  padding: 8px 12px;
  background-color: #fff;
  max-width: 250px;
}

.currency-symbol {
  font-size: 14px;
  color: #888;
  margin-right: 6px;
  flex-shrink: 0;
}

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

.currency-input:read-only {
  color: #aaa;
  cursor: not-allowed;
}

.active-tab {
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
}

.expense-loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
}

.horizontal-document {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  background-color: #ffd6ff;
  padding: 10px 25px;
  height: 60px;
  width: 280px;
}

.horizontal-docment-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

#profilePhoto {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  border-radius: 50%;
}

#photoInput {
  display: none;
}

.profilePhoto {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.hidden {
  display: none !important;
}

.fixed-type-container {
  background-color: #d6fff8;
  min-width: 260px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  border: 1px solid #d9d9d9 !important;
  padding: 0rem 1rem 0rem 1rem;
}

.checkbox {
  width: 30px;
  height: 30px;
  border: 2px solid #999cad;
}

.size-20 {
  width: 20px;
  height: 20px;
}

.size-30 {
  width: 30px;
  height: 30px;
}

.size-40 {
  width: 40px;
  height: 40px;
}

.size-50 {
  width: 50px;
  height: 50px;
}

.poppins-medium-ac-23 {
  font-weight: 500;
  font-size: 23px;
}

/* Hide the default radio circles */
input[type="radio"] {
  display: none;
}

/* Base button style */
.custom-radio {
  width: 88px;
  height: 34px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  border: 1px solid #000;
  user-select: none;
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Default state */
.custom-radio.no,
.custom-radio.yes {
  background-color: #fff;
  color: #000;
}

/* When selected */
input[type="radio"]:checked + .custom-radio {
  background-color: #000;
  color: #fff;
}

.activemenu {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb) !important;
  background-color: #f3f3fbb2 !important;
}

.full-width-dropdown {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}

/* Header nav links */
.navbar-nav .nav-link {
  color: var(--color-light-gray);
  transition: color 0.2s ease;
}

/* Hover effect */
.navbar-nav .nav-link:hover {
  color: var(--color-black);
}

/* Active link */
.navbar-nav .nav-link.active {
  color: var(--color-black);
  font-weight: 600;
  border-bottom: 2px solid var(--color-black);
  /* optional underline effect */
}

.button-hover:hover {
  background-color: #000 !important;
  /* change background */
  color: #fff;
  /* change text color */
  /* optional border change */
  text-decoration: none;
  /* keep clean */
}
/* Change text color inside button on hover */
.button-hover:hover h1 {
  color: #fff !important;
}
.textarea {
  font-size: 12px !important;
  margin-top: 10px;
  height: 100px;
}

.height-60-vh {
  height: 60vh;
}

.generic-dropdown {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 6px;
}

.detailsview {
  display: none !important;
}

.eye-icon-primary {
  cursor: pointer;
  font-size: 20px;
  top: 45px !important;
}

.icon-color {
  color: #8af5e0 !important;
}



.otp-input {
  width: 60px !important;
  height: 60px !important;
  font-size: 14px !important;
  border: 1px solid #ccc !important;
  border-radius: 8px !important;
  outline: none !important;
}

.otp-input:focus {
  border-color: #007bff;
}


#chat-unread-count {
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}