body,
html {
  height: 100%;
  margin: 0;
  background: #f8f9fa;
}

.login {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #FFF 0%, #FFEED3 100%);
  position: relative;
  flex-direction: column;
}

.login::after {
  content: "";
  position: absolute;
  border-radius: 400px;
  opacity: 0.15;
  background: #1D533D;
  filter: blur(45px);
  right: 0;
  top: 0px;
  width: 200px;
  height: 200px;
}

.login::before {
  content: "";
  position: absolute;
  border-radius: 400px;
  opacity: 0.15;
  background: #1D533D;
  filter: blur(45px);
  left: 0;
  bottom: 0px;
  width: 200px;
  height: 200px;
}

.form-container #multiStepForm {

  padding: 26px 40px;
  border-radius: 10px;
  width: 100%;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, 0.15);
  max-width: 530px;
}

.step-bar {
  margin-bottom: 1.5rem;
}

.progress {
  height: 5px;
}

.step-count {
  text-align: right;
  font-weight: 500;
  font-size: 0.9rem;
  margin-top: 0.3rem;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.btn-next,
.btn-prev {
  min-width: 100px;
}

.img-footer {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0px;
}

.img-footer img {
  width: 100%;
}

img.toggle-password {
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  cursor: pointer;
  height: 24px;
}

.form-container #multiStepForm h3 {
  color: var(--Greyscale-900, #111827);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 30px;
}

.form-container #multiStepForm .form-control {
  border-radius: 10px;
  background: rgba(196, 196, 196, 0.20);
  padding: 20px;
}

.btn-next {
  border-radius: 8px;
  background: #BF985C;
  width: 100%;
  border: none;
  padding: 12px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 175%;
  border: 1px solid #BF985C;
}

.btn-next:hover {
  background: transparent;
  color: #000;
  border-color: #BF985C;
}

.progress {
  height: 10px;
  margin-top: 16px;
}

.step-bar span {
  color: #0A0A0C;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.progress-bar {
  background-color: #1D533D;
}

.form-container {
  margin-top: 50px;
  position: relative;
  z-index: 99;
}

.login-acc a {
  color: #BF985C;
  text-decoration: none;
}

.login-acc {
  color: var(--Greyscale-600, #718096);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.2px;
  margin-top: 40px;
}

.custom-file-upload {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  flex-direction: column;
}

.file-name {
  display: none;
}

.preview-container img {
  max-width: 40px;
  max-height: 60px;
  border: 1px solid #ccc;
  margin-top: 10px;
  border-radius: 5px;
}

.preview-container embed {
  max-width: 100%;
  height: 300px;
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.pay-annual-box {
  border-radius: 16px;
  border: 1px solid #BF985C;
  background: linear-gradient(0deg, #FDE9C9 0%, #FDE9C9 100%), #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 29px 20px 24px;
}

.left-side {
  display: flex;
  gap: 10px;
  align-items: center;
}

.pay-annual-box .left-side h4 {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  margin-bottom: 0px;
}

.pay-annual-box .left-side p {
  color: #707F8F;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 133.333% */
  margin-bottom: 0px;
}

.pay-annual-box .discont-bx {
  border-radius: 8px;
  background: #BF985C;
  padding: 6px 8px;
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.form-container #multiStepForm .amount {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.form-container #multiStepForm .amount h4 {
  color: #000;
  text-align: right;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 33px */
  letter-spacing: 0.22px;
  margin-bottom: 0px;
}

.plan-desc {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.plan-desc p {
  color: #707F8F;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 19.5px */
}

.dashboard {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.dashboard-logobar {
  width: 100%;
  background: var(--Colors-Basic-White, #FFF);
  padding: 20px 40px;
  display: flex;
  justify-content: center;
}

.logo-side-lg {
  margin: 0;
}

.logo-side-lg img {
  width: auto;
  height: 56px;
}

.dashboard-sidebar {
  width: 100%;
  background: var(--Colors-Basic-White, #FFF);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 18px 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.theme-bg {
  background: linear-gradient(180deg, #FFF 0%, #FFEED3 100%);
  height: auto;
}

.dashboard-sidebar .nav {
  flex-direction: row;
  align-items: center;
  gap: 36px;
}

.dashboard-sidebar .nav-link {
  color: #030303;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.dashboard-sidebar .nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
}

.dashboard-toggle-btn {
  display: none;
}

.dashboard-main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-title-center {
  text-align: center;
  margin-bottom: 6px;
}

.page-content {
  padding: 18px 10px 10px 10px;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.dashbord-card {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
  padding: 40px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.dashbord-card .crd-count {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.dashbord-card p {
  color: rgba(4, 9, 30, 0.60);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.crd-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.dashbord-card h2 {
  color: var(--Colors-Basic-Interface-1, #04091E);
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 0px;
}

.table-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

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

.right-tabl .seacrh-box {
  position: relative;
}

.right-tabl .seacrh-box input {
  border-radius: 8px;
  border: 1px solid rgba(33, 33, 33, 0.20);
  background: rgba(255, 255, 255, 0.20);
  padding: 8px 23px 8px 35px;
  color: #212121;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  min-width: 270px;
}

.right-tabl .seacrh-box img {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

button.add-new-btn,
a.add-new-btn {
  display: inline-block;
  border-radius: 8px;
  background: #1D533D;
  padding: 8px 16px;
  color: #FFF;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 22.5px */
  border: none;
  text-decoration: none;
}

a.add-new-btn:hover {
  background: #174231;
  color: #FFF;
}

/* Brand green for primary actions (matches the Bindicate wordmark) */
.btn-primary {
  --bs-btn-bg: #1D533D;
  --bs-btn-border-color: #1D533D;
  --bs-btn-hover-bg: #174231;
  --bs-btn-hover-border-color: #174231;
  --bs-btn-active-bg: #153C2C;
  --bs-btn-active-border-color: #153C2C;
  --bs-btn-disabled-bg: #1D533D;
  --bs-btn-disabled-border-color: #1D533D;
}

.headingleft h2 {
  color: #212121;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 36px */
  margin-bottom: 0px;
}

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

th,
td {
  padding: 20px !important;
  border-bottom: 1px solid #ddd !important;
  text-align: left;
  border-top: 0px;
  border-left: 0px;
  vertical-align: middle;
}

thead th {
  position: relative;
  border-top: 0px;
  border-left: 0px;
  background: #DFCBAD !important;
  color: #212121;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

thead th.sortable::after {
  content: "⇅";
  position: absolute;
  right: 10px;
  font-size: 12px;
  color: #888;
}

.custom-checkbox {
  accent-color: #007bff;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.form-check-input {
  width: 1.15em;
  height: 1.15em;
  border: 2px solid #495057;
}

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

.form-check-input:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.35);
}

.table-box .dataTable {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 0px;
}

td.pr-info .pr-img {
  border-radius: 12px;
  margin: 0px 16px;
}

td.pr-info {
  text-decoration: underline;
}

button.act-tb {
  border: none;
  background: transparent;
}

.table-box td {
  overflow: hidden;
  color: #212121;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}

.dataTables_wrapper {

  padding: 20px 0px;
}

.history-cell {
  text-align: center;
  line-height: 1.2;
}

.history-cell-img {
  display: block;
  margin: 6px auto 0;
}

.history-cell-capacity {
  margin-top: 2px;
}

.history-col-sub {
  font-weight: 400;
  font-size: 12px;
}

table.dataTable {
  width: 100% !important;
}

#farm-table_length {
  padding: 0px 15px 20px;
}

.dataTables_wrapper .dataTables_info {
  padding-left: 15px;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
  padding: 0px 10px;
}

.dataTables_wrapper .dataTables_paginate {
  padding-top: 10px;
}

.prfile-name h3 {
  font-size: 15px;
  margin-bottom: 0px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 5px !important;
}

.select2-container .select2-selection--single {

  height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 50% !important;
  right: 1px;
  width: 20px;
  transform: translateY(-50%) !important;
}

.right-tabl label.form-label {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .dashboard-sidebar {
    flex-wrap: wrap;
    padding: 14px 16px;
  }

  .dashboard-sidebar .nav {
    flex-wrap: wrap;
    gap: 16px;
  }

  .dashboard-toggle-btn {
    display: none;
  }

  .login {
    padding: 10px;
  }

  .page-content {
    padding: 20px 0;
  }

  .dashbord-card {

    margin-bottom: 10px;
  }

  .dashboard-logobar {
    padding: 14px 16px;
  }

  .logo-side-lg img {
    height: 40px;
  }

  .table-box .dataTable {
    margin-top: 10px;
  }

  td.pr-info .pr-img {
    margin: 0px 5px;
  }

  td {
    padding: 10px !important;

  }

  .dashboard {
    display: block;
  }

  .table-box {
    width: 100%;
    overflow-x: auto;
  }

  #farm-table_length {
    padding: 0;
  }

  .dataTables_wrapper .dataTables_filter {
    margin-top: .5em;
    margin-bottom: 10px;
  }
}

.form-profile {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 40px;
}

.form-profile h3 {
  color: var(--Colors-Basic-Interface-1, #04091E);
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
  margin-bottom: 20px;
}

.prfile-name h3 {
  color: var(--Colors-Basic-Interface-1, #04091E);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.3px;
  margin-bottom: 0px;
}

.prfile-name small {
  color: var(--Colors-Basic-Interface-2, #747681);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 19.2px */
}

.form-profile input.form-control {
  border-radius: 8px;
  border: 1px solid rgba(33, 33, 33, 0.15);
  height: 56px;
  padding: 16px;
}

@media (min-width: 768px) {
  .hidesidebar {

    display: none;
    transition: left 0.5s ease;


  }
}

i.toggle-password {
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  cursor: pointer;
  height: 24px;
}