@charset "UTF-8";
.color-neutral-50 {
  color: #F7F8F9 !important;
}

.color-neutral-100 {
  color: #E7EAEE !important;
}

.color-neutral-200 {
  color: #D0D5DD !important;
}

.color-neutral-300 {
  color: #B8C0CC !important;
}

.color-neutral-400 {
  color: #A0ABBB !important;
}

.color-neutral-500 {
  color: #64748B !important;
}

.color-neutral-600 {
  color: #4B5768 !important;
}

.color-neutral-700 {
  color: #323A46 !important;
}

.color-neutral-800 {
  color: #191D23 !important;
}

.color-neutral-900 {
  color: #0D0F11 !important;
}

.color-primary-10 {
  color: #F2F9FA !important;
}

.color-primary-50 {
  color: #EBF5F6 !important;
}

.color-primary-100 {
  color: #E2F0F3 !important;
}

.color-primary-200 {
  color: #AAD0D7 !important;
}

.color-primary-300 {
  color: #61A4AF !important;
}

.color-primary-400 {
  color: #208F91 !important;
}

.color-primary-500 {
  color: #007476 !important;
}

.color-primary-600 {
  color: #005D5E !important;
}

.color-primary-700 {
  color: #004647 !important;
}

.color-primary-800 {
  color: #002E2F !important;
}

.color-primary-900 {
  color: #002323 !important;
}

.color-semantic-info {
  color: #005694 !important;
}

.color-semantic-success {
  color: #1C805C !important;
}

.color-semantic-warning {
  color: #E4A229 !important;
}

.color-datavis-1 {
  color: #B3CBE9 !important;
}

.color-datavis-1b {
  color: #407EC9 !important;
}

.color-datavis-2 {
  color: #455492 !important;
}

.color-datavis-3 {
  color: #7E569F !important;
}

.color-datavis-4 {
  color: #B5539B !important;
}

.color-datavis-5 {
  color: #BE3E6D !important;
}

.color-datavis-6 {
  color: #D9464D !important;
}

.color-datavis-7 {
  color: #DC5716 !important;
}

.color-datavis-8 {
  color: #FFA600 !important;
}

.color-aditional-notification {
  color: #5A78E2 !important;
}

.color-shade-white {
  color: #FFF !important;
}

.color-shade-black {
  color: 0 !important;
}

.medium {
  font-weight: 500 !important;
}

.semi-bold {
  font-weight: 600 !important;
}

.bold {
  font-weight: 700 !important;
}

.extra-bold {
  font-weight: 800 !important;
}

.elevation-green-1 {
  box-shadow: 0px 1px 3px 1px rgba(0, 104, 121, 0.15), 0px 1px 2px 0px rgba(0, 104, 121, 0.3);
}

.elevation-green-2 {
  box-shadow: 0px 2px 6px 2px rgba(0, 104, 121, 0.15), 0px 1px 2px 0px rgba(0, 104, 121, 0.3);
}

.elevation-green-3 {
  box-shadow: 0px 1px 3px 0px rgba(0, 104, 121, 0.15), 0px 4px 8px 3px rgba(0, 104, 121, 0.15);
}

.elevation-green-4 {
  box-shadow: 0px 2px 3px 0px rgba(0, 104, 121, 0.3), 0px 6px 10px 4px rgba(0, 104, 121, 0.15);
}

.elevation-green-5 {
  box-shadow: 0px 4px 4px 0px rgba(0, 104, 121, 0.3), 0px 8px 12px 6px rgba(0, 104, 121, 0.15);
}

.elevation-blue-1 {
  box-shadow: 0px 1px 3px 1px rgba(0, 77, 121, 0.15), 0px 1px 2px 0px rgba(0, 77, 121, 0.3);
}

.elevation-blue-2 {
  box-shadow: 0px 2px 6px 2px rgba(0, 77, 121, 0.15), 0px 1px 2px 0px rgba(0, 77, 121, 0.3);
}

.elevation-blue-3 {
  box-shadow: 0px 1px 3px 0px rgba(0, 77, 121, 0.3), 0px 4px 8px 3px rgba(0, 77, 121, 0.15);
}

.elevation-blue-4 {
  box-shadow: 0px 2px 3px 0px rgba(0, 77, 121, 0.3), 0px 6px 10px 4px rgba(0, 77, 121, 0.15);
}

.elevation-blue-5 {
  box-shadow: 0px 4px 4px 0px rgba(0, 77, 121, 0.3), 0px 8px 12px 6px rgba(0, 77, 121, 0.15);
}

.elevation-gray-1 {
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 104, 121, 0.3);
}

.elevation-gray-2 {
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 104, 121, 0.3);
}

.elevation-gray-3 {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 4px 8px 3px rgba(0, 0, 0, 0.15);
}

.elevation-gray-4 {
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 6px 10px 4px rgba(0, 0, 0, 0.15);
}

.elevation-gray-5 {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3), 0px 8px 12px 6px rgba(0, 0, 0, 0.15);
}

.w-5 {
  width: 5%;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.color-neutral-50 {
  color: #F7F8F9 !important;
}

.color-neutral-100 {
  color: #E7EAEE !important;
}

.color-neutral-200 {
  color: #D0D5DD !important;
}

.color-neutral-300 {
  color: #B8C0CC !important;
}

.color-neutral-400 {
  color: #A0ABBB !important;
}

.color-neutral-500 {
  color: #64748B !important;
}

.color-neutral-600 {
  color: #4B5768 !important;
}

.color-neutral-700 {
  color: #323A46 !important;
}

.color-neutral-800 {
  color: #191D23 !important;
}

.color-neutral-900 {
  color: #0D0F11 !important;
}

.color-primary-10 {
  color: #F2F9FA !important;
}

.color-primary-50 {
  color: #EBF5F6 !important;
}

.color-primary-100 {
  color: #E2F0F3 !important;
}

.color-primary-200 {
  color: #AAD0D7 !important;
}

.color-primary-300 {
  color: #61A4AF !important;
}

.color-primary-400 {
  color: #208F91 !important;
}

.color-primary-500 {
  color: #007476 !important;
}

.color-primary-600 {
  color: #005D5E !important;
}

.color-primary-700 {
  color: #004647 !important;
}

.color-primary-800 {
  color: #002E2F !important;
}

.color-primary-900 {
  color: #002323 !important;
}

.color-semantic-info {
  color: #005694 !important;
}

.color-semantic-success {
  color: #1C805C !important;
}

.color-semantic-warning {
  color: #E4A229 !important;
}

.color-datavis-1 {
  color: #B3CBE9 !important;
}

.color-datavis-1b {
  color: #407EC9 !important;
}

.color-datavis-2 {
  color: #455492 !important;
}

.color-datavis-3 {
  color: #7E569F !important;
}

.color-datavis-4 {
  color: #B5539B !important;
}

.color-datavis-5 {
  color: #BE3E6D !important;
}

.color-datavis-6 {
  color: #D9464D !important;
}

.color-datavis-7 {
  color: #DC5716 !important;
}

.color-datavis-8 {
  color: #FFA600 !important;
}

.color-aditional-notification {
  color: #5A78E2 !important;
}

.color-shade-white {
  color: #FFF !important;
}

.color-shade-black {
  color: 0 !important;
}

.medium {
  font-weight: 500 !important;
}

.semi-bold {
  font-weight: 600 !important;
}

.bold {
  font-weight: 700 !important;
}

.extra-bold {
  font-weight: 800 !important;
}

.chart-section {
  display: flex;
  flex-direction: row;
  width: fit-content;
  /*gap: 35px;*/
  width: 100%;
  padding: 16px 0px;
}
.chart-section .mud-chart .mud-chart-donut .mud-donut-segment {
  stroke-width: 15px !important;
}
.chart-section .mud-chart .mud-chart-donut .mud-donut-ring {
  stroke-width: 15px !important;
}
.chart-section .mud-chart .mud-chart-donut, .chart-section .mud-chart .mud-chart-pie, .chart-section .mud-chart mud-chart-line {
  margin: 0px !important;
}
.chart-section .chart-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*gap: 24px;*/
}
.chart-section .comercial {
  display: flex;
  gap: 6px;
}
.chart-section .comercial-text {
  margin-left: 21px;
}
.chart-section .blue-dot {
  background: #407EC9;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.chart-section .gray-dot {
  background: #B3CBE9;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.chart-section .comercial-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 0px;
}
.chart-section .donut-chart {
  padding: 16px;
}

.chart-section-mobile {
  border-bottom: 1px solid #E2F0F3;
}

.price-section {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 6px;
  padding: 13px 6px 16px 6px;
}
.price-section .left-section {
  display: flex;
  flex-direction: column;
  border: 1px solid #E2F0F3;
  border-radius: 10px;
  width: 150px;
}
.price-section .left-section .mud-typography-h3 {
  font-size: 15px !important;
}
.price-section .left-section:not(.no-average-price) {
  padding: 32px 16px;
  gap: 14px;
}
.price-section .left-section.no-average-price {
  padding: 6px 6px 6px 8px !important;
}
.price-section .right-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.price-section .top-section {
  padding: 6px 16px 6px 8px;
  border: 1px solid #E2F0F3;
  border-radius: 10px;
}
.price-section .top-section .mud-typography-h3 {
  font-size: 15px !important;
}
.price-section .price-text-width {
  width: 120px;
}
.price-section .bottom-section {
  padding: 6px 16px 6px 8px;
  border: 1px solid #E2F0F3;
  border-radius: 10px;
}
.price-section .bottom-section .mud-typography-h3 {
  font-size: 15px !important;
}

.chart-desktop {
  margin: 24px 0px !important;
}

@media screen and (min-width: 1281px) {
  .price-section {
    flex-direction: column !important;
  }
  .price-section .left-section {
    width: 100% !important;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .price-section .right-section {
    flex-direction: row !important;
  }
  .price-section .top-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .price-section .bottom-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.chart-header {
  display: flex;
  width: 100%;
  padding: 10px;
}

.right-header {
  width: 50%;
}

.left-header {
  width: 50%;
}

.selected-header-border {
  border-bottom: 3px solid #007476;
}

.header-border {
  border-bottom: 3px solid #E2F0F3;
}

.color-neutral-50 {
  color: #F7F8F9 !important;
}

.color-neutral-100 {
  color: #E7EAEE !important;
}

.color-neutral-200 {
  color: #D0D5DD !important;
}

.color-neutral-300 {
  color: #B8C0CC !important;
}

.color-neutral-400 {
  color: #A0ABBB !important;
}

.color-neutral-500 {
  color: #64748B !important;
}

.color-neutral-600 {
  color: #4B5768 !important;
}

.color-neutral-700 {
  color: #323A46 !important;
}

.color-neutral-800 {
  color: #191D23 !important;
}

.color-neutral-900 {
  color: #0D0F11 !important;
}

.color-primary-10 {
  color: #F2F9FA !important;
}

.color-primary-50 {
  color: #EBF5F6 !important;
}

.color-primary-100 {
  color: #E2F0F3 !important;
}

.color-primary-200 {
  color: #AAD0D7 !important;
}

.color-primary-300 {
  color: #61A4AF !important;
}

.color-primary-400 {
  color: #208F91 !important;
}

.color-primary-500 {
  color: #007476 !important;
}

.color-primary-600 {
  color: #005D5E !important;
}

.color-primary-700 {
  color: #004647 !important;
}

.color-primary-800 {
  color: #002E2F !important;
}

.color-primary-900 {
  color: #002323 !important;
}

.color-semantic-info {
  color: #005694 !important;
}

.color-semantic-success {
  color: #1C805C !important;
}

.color-semantic-warning {
  color: #E4A229 !important;
}

.color-datavis-1 {
  color: #B3CBE9 !important;
}

.color-datavis-1b {
  color: #407EC9 !important;
}

.color-datavis-2 {
  color: #455492 !important;
}

.color-datavis-3 {
  color: #7E569F !important;
}

.color-datavis-4 {
  color: #B5539B !important;
}

.color-datavis-5 {
  color: #BE3E6D !important;
}

.color-datavis-6 {
  color: #D9464D !important;
}

.color-datavis-7 {
  color: #DC5716 !important;
}

.color-datavis-8 {
  color: #FFA600 !important;
}

.color-aditional-notification {
  color: #5A78E2 !important;
}

.color-shade-white {
  color: #FFF !important;
}

.color-shade-black {
  color: 0 !important;
}

.card-detail {
  background-color: transparent;
  border: none;
}

.card-detail-header {
  padding: 16px 8px 16px 16px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #191D23;
}

.card-detail-header h2 {
  font-weight: 500 !important;
}

.card-detail .detail-header {
  padding: 0px !important;
  font-size: 14px;
  font-family: Roboto;
  color: #64748B;
  cursor: pointer;
}

.card-detail .detail {
  padding: 0px !important;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #323A46;
}

.card-detail .row-header {
  padding: 14px 0px 14px 16px;
}

.card-detail-row {
  padding: 12px 12px 12px 16px;
}

.color-neutral-50 {
  color: #F7F8F9 !important;
}

.color-neutral-100 {
  color: #E7EAEE !important;
}

.color-neutral-200 {
  color: #D0D5DD !important;
}

.color-neutral-300 {
  color: #B8C0CC !important;
}

.color-neutral-400 {
  color: #A0ABBB !important;
}

.color-neutral-500 {
  color: #64748B !important;
}

.color-neutral-600 {
  color: #4B5768 !important;
}

.color-neutral-700 {
  color: #323A46 !important;
}

.color-neutral-800 {
  color: #191D23 !important;
}

.color-neutral-900 {
  color: #0D0F11 !important;
}

.color-primary-10 {
  color: #F2F9FA !important;
}

.color-primary-50 {
  color: #EBF5F6 !important;
}

.color-primary-100 {
  color: #E2F0F3 !important;
}

.color-primary-200 {
  color: #AAD0D7 !important;
}

.color-primary-300 {
  color: #61A4AF !important;
}

.color-primary-400 {
  color: #208F91 !important;
}

.color-primary-500 {
  color: #007476 !important;
}

.color-primary-600 {
  color: #005D5E !important;
}

.color-primary-700 {
  color: #004647 !important;
}

.color-primary-800 {
  color: #002E2F !important;
}

.color-primary-900 {
  color: #002323 !important;
}

.color-semantic-info {
  color: #005694 !important;
}

.color-semantic-success {
  color: #1C805C !important;
}

.color-semantic-warning {
  color: #E4A229 !important;
}

.color-datavis-1 {
  color: #B3CBE9 !important;
}

.color-datavis-1b {
  color: #407EC9 !important;
}

.color-datavis-2 {
  color: #455492 !important;
}

.color-datavis-3 {
  color: #7E569F !important;
}

.color-datavis-4 {
  color: #B5539B !important;
}

.color-datavis-5 {
  color: #BE3E6D !important;
}

.color-datavis-6 {
  color: #D9464D !important;
}

.color-datavis-7 {
  color: #DC5716 !important;
}

.color-datavis-8 {
  color: #FFA600 !important;
}

.color-aditional-notification {
  color: #5A78E2 !important;
}

.color-shade-white {
  color: #FFF !important;
}

.color-shade-black {
  color: 0 !important;
}

.elevation-green-1 {
  box-shadow: 0px 1px 3px 1px rgba(0, 104, 121, 0.15), 0px 1px 2px 0px rgba(0, 104, 121, 0.3);
}

.elevation-green-2 {
  box-shadow: 0px 2px 6px 2px rgba(0, 104, 121, 0.15), 0px 1px 2px 0px rgba(0, 104, 121, 0.3);
}

.elevation-green-3 {
  box-shadow: 0px 1px 3px 0px rgba(0, 104, 121, 0.15), 0px 4px 8px 3px rgba(0, 104, 121, 0.15);
}

.elevation-green-4 {
  box-shadow: 0px 2px 3px 0px rgba(0, 104, 121, 0.3), 0px 6px 10px 4px rgba(0, 104, 121, 0.15);
}

.elevation-green-5 {
  box-shadow: 0px 4px 4px 0px rgba(0, 104, 121, 0.3), 0px 8px 12px 6px rgba(0, 104, 121, 0.15);
}

.elevation-blue-1 {
  box-shadow: 0px 1px 3px 1px rgba(0, 77, 121, 0.15), 0px 1px 2px 0px rgba(0, 77, 121, 0.3);
}

.elevation-blue-2 {
  box-shadow: 0px 2px 6px 2px rgba(0, 77, 121, 0.15), 0px 1px 2px 0px rgba(0, 77, 121, 0.3);
}

.elevation-blue-3 {
  box-shadow: 0px 1px 3px 0px rgba(0, 77, 121, 0.3), 0px 4px 8px 3px rgba(0, 77, 121, 0.15);
}

.elevation-blue-4 {
  box-shadow: 0px 2px 3px 0px rgba(0, 77, 121, 0.3), 0px 6px 10px 4px rgba(0, 77, 121, 0.15);
}

.elevation-blue-5 {
  box-shadow: 0px 4px 4px 0px rgba(0, 77, 121, 0.3), 0px 8px 12px 6px rgba(0, 77, 121, 0.15);
}

.elevation-gray-1 {
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 104, 121, 0.3);
}

.elevation-gray-2 {
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 104, 121, 0.3);
}

.elevation-gray-3 {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 4px 8px 3px rgba(0, 0, 0, 0.15);
}

.elevation-gray-4 {
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 6px 10px 4px rgba(0, 0, 0, 0.15);
}

.elevation-gray-5 {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3), 0px 8px 12px 6px rgba(0, 0, 0, 0.15);
}

.card-finance {
  padding: 4px 16px;
  background-color: transparent;
  border: none;
}

.card-finance-header .row {
  margin-bottom: 14px !important;
}

.card-finance .finance-header {
  padding: 0px !important;
  font-size: 14px;
  font-family: Roboto;
  color: #64748B;
  cursor: pointer;
}

.card-finance .finance-header-title {
  display: flex;
  padding: 16px 8px 16px 16px;
  align-items: center;
}

.card-finance .finance-header-green {
  font-weight: 700;
  font-size: 14px;
  color: var(--primary-color);
}

.card-finance .finance {
  padding: 0px !important;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #323A46;
}

.card-finance .finance .value-row {
  font-weight: 400;
  line-height: 20px;
  padding: 12px 12px 12px 16px;
}

.card-finance .finance-link {
  font-size: 14px;
  color: var(--primary-color);
  text-decoration: none !important;
  cursor: pointer;
}

.card-finance .icon {
  font-size: 10px;
  color: var(--white);
  border-radius: 50%;
  background-color: var(--primary-color);
  width: 20px;
  height: 20px;
  padding: 5px;
  text-align: center;
}

.home-finance-title {
  padding: 16px 8px 16px 16px;
}

.home-finance-card {
  background-color: white;
  border-radius: 16px;
  box-shadow: 0px 1px 3px 0px rgba(0, 104, 121, 0.15), 0px 4px 8px 3px rgba(0, 104, 121, 0.15);
  margin: -32px 16px 64px 16px;
}

@media screen and (min-width: 1281px) {
  .home-finance-card {
    margin-top: -24px !important;
  }
}
.loading-ring {
  width: 103px;
  height: 103px;
  border-radius: 50%;
  position: relative;
  animation: loading-ring-animation 2s infinite;
}

@keyframes loading-ring-animation {
  0% {
    transform: rotate(0deg);
    border: 4px 4px 4px rgb(202, 183, 187);
  }
  10% {
    transform: rotate(36deg);
    box-shadow: 4px 4px 4px rgb(202, 183, 187);
  }
  20% {
    transform: rotate(72deg);
    box-shadow: 4px 4px 4px rgb(202, 183, 187);
  }
  30% {
    transform: rotate(108deg);
    box-shadow: 4px 4px 4px rgb(48, 178, 181);
  }
  40% {
    transform: rotate(144deg);
    box-shadow: 4px 4px 4px rgb(48, 178, 181);
  }
  50% {
    transform: rotate(180deg);
    box-shadow: 4px 4px 4px rgb(48, 178, 181);
  }
  60% {
    transform: rotate(216deg);
    box-shadow: 4px 4px 4px rgb(192, 225, 178);
  }
  70% {
    transform: rotate(252deg);
    box-shadow: 4px 4px 4px rgb(192, 225, 178);
  }
  80% {
    transform: rotate(288deg);
    box-shadow: 4px 4px 4px rgb(192, 225, 178);
  }
  90% {
    transform: rotate(324);
    box-shadow: 4px 4px 4px rgb(192, 225, 178);
  }
  100% {
    transform: rotate(360);
    box-shadow: 4px 4px 4px rgb(192, 225, 178);
  }
}
/*.loading-ring:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 5px white;
}*/
.color-neutral-50 {
  color: #F7F8F9 !important;
}

.color-neutral-100 {
  color: #E7EAEE !important;
}

.color-neutral-200 {
  color: #D0D5DD !important;
}

.color-neutral-300 {
  color: #B8C0CC !important;
}

.color-neutral-400 {
  color: #A0ABBB !important;
}

.color-neutral-500 {
  color: #64748B !important;
}

.color-neutral-600 {
  color: #4B5768 !important;
}

.color-neutral-700 {
  color: #323A46 !important;
}

.color-neutral-800 {
  color: #191D23 !important;
}

.color-neutral-900 {
  color: #0D0F11 !important;
}

.color-primary-10 {
  color: #F2F9FA !important;
}

.color-primary-50 {
  color: #EBF5F6 !important;
}

.color-primary-100 {
  color: #E2F0F3 !important;
}

.color-primary-200 {
  color: #AAD0D7 !important;
}

.color-primary-300 {
  color: #61A4AF !important;
}

.color-primary-400 {
  color: #208F91 !important;
}

.color-primary-500 {
  color: #007476 !important;
}

.color-primary-600 {
  color: #005D5E !important;
}

.color-primary-700 {
  color: #004647 !important;
}

.color-primary-800 {
  color: #002E2F !important;
}

.color-primary-900 {
  color: #002323 !important;
}

.color-semantic-info {
  color: #005694 !important;
}

.color-semantic-success {
  color: #1C805C !important;
}

.color-semantic-warning {
  color: #E4A229 !important;
}

.color-datavis-1 {
  color: #B3CBE9 !important;
}

.color-datavis-1b {
  color: #407EC9 !important;
}

.color-datavis-2 {
  color: #455492 !important;
}

.color-datavis-3 {
  color: #7E569F !important;
}

.color-datavis-4 {
  color: #B5539B !important;
}

.color-datavis-5 {
  color: #BE3E6D !important;
}

.color-datavis-6 {
  color: #D9464D !important;
}

.color-datavis-7 {
  color: #DC5716 !important;
}

.color-datavis-8 {
  color: #FFA600 !important;
}

.color-aditional-notification {
  color: #5A78E2 !important;
}

.color-shade-white {
  color: #FFF !important;
}

.color-shade-black {
  color: 0 !important;
}

.elevation-green-1 {
  box-shadow: 0px 1px 3px 1px rgba(0, 104, 121, 0.15), 0px 1px 2px 0px rgba(0, 104, 121, 0.3);
}

.elevation-green-2 {
  box-shadow: 0px 2px 6px 2px rgba(0, 104, 121, 0.15), 0px 1px 2px 0px rgba(0, 104, 121, 0.3);
}

.elevation-green-3 {
  box-shadow: 0px 1px 3px 0px rgba(0, 104, 121, 0.15), 0px 4px 8px 3px rgba(0, 104, 121, 0.15);
}

.elevation-green-4 {
  box-shadow: 0px 2px 3px 0px rgba(0, 104, 121, 0.3), 0px 6px 10px 4px rgba(0, 104, 121, 0.15);
}

.elevation-green-5 {
  box-shadow: 0px 4px 4px 0px rgba(0, 104, 121, 0.3), 0px 8px 12px 6px rgba(0, 104, 121, 0.15);
}

.elevation-blue-1 {
  box-shadow: 0px 1px 3px 1px rgba(0, 77, 121, 0.15), 0px 1px 2px 0px rgba(0, 77, 121, 0.3);
}

.elevation-blue-2 {
  box-shadow: 0px 2px 6px 2px rgba(0, 77, 121, 0.15), 0px 1px 2px 0px rgba(0, 77, 121, 0.3);
}

.elevation-blue-3 {
  box-shadow: 0px 1px 3px 0px rgba(0, 77, 121, 0.3), 0px 4px 8px 3px rgba(0, 77, 121, 0.15);
}

.elevation-blue-4 {
  box-shadow: 0px 2px 3px 0px rgba(0, 77, 121, 0.3), 0px 6px 10px 4px rgba(0, 77, 121, 0.15);
}

.elevation-blue-5 {
  box-shadow: 0px 4px 4px 0px rgba(0, 77, 121, 0.3), 0px 8px 12px 6px rgba(0, 77, 121, 0.15);
}

.elevation-gray-1 {
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 104, 121, 0.3);
}

.elevation-gray-2 {
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 104, 121, 0.3);
}

.elevation-gray-3 {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 4px 8px 3px rgba(0, 0, 0, 0.15);
}

.elevation-gray-4 {
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 6px 10px 4px rgba(0, 0, 0, 0.15);
}

.elevation-gray-5 {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3), 0px 8px 12px 6px rgba(0, 0, 0, 0.15);
}

.app-select .mud-input-control {
  display: flex;
  align-items: start !important;
  border-radius: 5px;
  box-shadow: 0px 1px 3px 1px rgba(0, 104, 121, 0.15), 0px 1px 2px 0px rgba(0, 104, 121, 0.3);
  background-color: white;
}
.app-select .mud-input-control-margin-dense {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.app-select .mud-input-error.mud-select {
  border: 1px solid rgb(138, 12, 48) !important;
}
.app-select.disabled-select .mud-input-control:hover {
  outline: 0px !important;
}
.app-select.disabled-select .mud-input-label {
  opacity: 0.65;
}
.app-select.disabled-select .mud-input-adornment .mud-svg-icon {
  opacity: 0.65;
}
.app-select .mud-input-control-input-container {
  border: none !important;
  padding: 14px 8px 10px 16px;
  width: 100%;
}
.app-select .mud-input {
  border: none !important;
}
.app-select .mud-input-outlined {
  border-color: #61A4AF !important;
}
.app-select .mud-input.mud-input-outlined .mud-input-outlined-border {
  border-color: #61A4AF !important;
  border-width: 0px !important;
}
.app-select .mud-input.mud-input-outlined .mud-input-outlined-border:focus {
  border-width: 0px !important;
}
.app-select .mud-input-label {
  color: #4B5768 !important;
  font-family: Roboto !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 14px !important;
  transform: translate(11px, 9px) !important;
}
.app-select .mud-input-slot {
  color: #005D5E !important;
  font-family: Roboto !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}
.app-select .mud-input-root-margin-dense {
  padding-bottom: 0px !important;
  padding-left: 0px !important;
}
.app-select .mud-input-adornment .mud-svg-icon {
  color: #005D5E !important;
}

.mud-list .mud-primary-hover {
  background-color: #F2F9FA !important;
}
.mud-list .mud-primary-text {
  color: #002323 !important;
}

.language-row {
  max-height: 200px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.language-select {
  max-width: 120px !important;
}

.color-neutral-50 {
  color: #F7F8F9 !important;
}

.color-neutral-100 {
  color: #E7EAEE !important;
}

.color-neutral-200 {
  color: #D0D5DD !important;
}

.color-neutral-300 {
  color: #B8C0CC !important;
}

.color-neutral-400 {
  color: #A0ABBB !important;
}

.color-neutral-500 {
  color: #64748B !important;
}

.color-neutral-600 {
  color: #4B5768 !important;
}

.color-neutral-700 {
  color: #323A46 !important;
}

.color-neutral-800 {
  color: #191D23 !important;
}

.color-neutral-900 {
  color: #0D0F11 !important;
}

.color-primary-10 {
  color: #F2F9FA !important;
}

.color-primary-50 {
  color: #EBF5F6 !important;
}

.color-primary-100 {
  color: #E2F0F3 !important;
}

.color-primary-200 {
  color: #AAD0D7 !important;
}

.color-primary-300 {
  color: #61A4AF !important;
}

.color-primary-400 {
  color: #208F91 !important;
}

.color-primary-500 {
  color: #007476 !important;
}

.color-primary-600 {
  color: #005D5E !important;
}

.color-primary-700 {
  color: #004647 !important;
}

.color-primary-800 {
  color: #002E2F !important;
}

.color-primary-900 {
  color: #002323 !important;
}

.color-semantic-info {
  color: #005694 !important;
}

.color-semantic-success {
  color: #1C805C !important;
}

.color-semantic-warning {
  color: #E4A229 !important;
}

.color-datavis-1 {
  color: #B3CBE9 !important;
}

.color-datavis-1b {
  color: #407EC9 !important;
}

.color-datavis-2 {
  color: #455492 !important;
}

.color-datavis-3 {
  color: #7E569F !important;
}

.color-datavis-4 {
  color: #B5539B !important;
}

.color-datavis-5 {
  color: #BE3E6D !important;
}

.color-datavis-6 {
  color: #D9464D !important;
}

.color-datavis-7 {
  color: #DC5716 !important;
}

.color-datavis-8 {
  color: #FFA600 !important;
}

.color-aditional-notification {
  color: #5A78E2 !important;
}

.color-shade-white {
  color: #FFF !important;
}

.color-shade-black {
  color: 0 !important;
}

.login-page {
  min-height: 100vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(/images/others/backgroundImage.jpg);
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
}

.language-select-b2c {
  max-width: 150px !important;
  padding: 10px !important;
  border-radius: 10px !important;
  width: 150px !important;
  font-family: Aptos !important;
  font-weight: 400 !important;
  border-bottom: none !important;
  font-family: Aptos !important;
}

.language-select-b2c .mud-input-control > .mud-input-control-input-container > .mud-input {
  border-bottom: none !important;
  box-shadow: none !important;
}

.language-select-b2c .mud-input:focus-within:after {
  border-bottom: none !important;
  transform: none !important;
}

.language-select-b2c .mud-input:hover:not(.mud-disabled):before {
  border-bottom: none !important;
}

.language-select-b2c .mud-input-outlined-border {
  border: 1px solid #D0D5DD !important;
  border-radius: 10px !important;
}

.language-select-b2c .mud-input.mud-input-outlined.mud-input-adorned-end {
  padding-right: 0px !important;
  padding-inline-end: 0px !important;
}

.language-select-b2c .mud-input > input.mud-input-root-outlined.mud-input-root-adorned-end, div.mud-input-slot.mud-input-root-outlined.mud-input-root-adorned-end {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.app-logo {
  margin-top: -60px;
  margin-bottom: 40px;
}

.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-ring {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  animation: loading-ring-animation 2s infinite;
}

@keyframes loading-ring-animation {
  0% {
    transform: rotate(0deg);
    border-top: 4px solid #03BB31;
    border-right: 4px solid #03BB31;
    border-bottom: 4px solid #03BB31;
    border-left: 4px solid transparent;
  }
  10% {
    transform: rotate(36deg);
    border-top: 4px solid #03BB31;
    border-right: 4px solid #03BB31;
    border-bottom: 4px solid #03BB31;
    border-left: 4px solid transparent;
  }
  20% {
    transform: rotate(72deg);
    border-top: 4px solid #03BB31;
    border-right: 4px solid #03BB31;
    border-bottom: 4px solid #03BB31;
    border-left: 4px solid transparent;
  }
  30% {
    transform: rotate(108deg);
    border-top: 4px solid #03BB31;
    border-right: 4px solid #03BB31;
    border-bottom: 4px solid #03BB31;
    border-left: 4px solid transparent;
  }
  40% {
    transform: rotate(144deg);
    border-top: 4px solid #03BB31;
    border-right: 4px solid #03BB31;
    border-bottom: 4px solid #03BB31;
    border-left: 4px solid transparent;
  }
  50% {
    transform: rotate(180deg);
    border-top: 4px solid #03BB31;
    border-right: 4px solid #03BB31;
    border-bottom: 4px solid #03BB31;
    border-left: 4px solid transparent;
  }
  60% {
    transform: rotate(216deg);
    border-top: 4px solid #03BB31;
    border-right: 4px solid #03BB31;
    border-bottom: 4px solid #03BB31;
    border-left: 4px solid transparent;
  }
  70% {
    transform: rotate(252deg);
    border-top: 4px solid #03BB31;
    border-right: 4px solid #03BB31;
    border-bottom: 4px solid #03BB31;
    border-left: 4px solid transparent;
  }
  80% {
    transform: rotate(288deg);
    border-top: 4px solid #03BB31;
    border-right: 4px solid #03BB31;
    border-bottom: 4px solid #03BB31;
    border-left: 4px solid transparent;
  }
  90% {
    transform: rotate(324deg);
    border-top: 4px solid #03BB31;
    border-right: 4px solid #03BB31;
    border-bottom: 4px solid #03BB31;
    border-left: 4px solid transparent;
  }
  100% {
    transform: rotate(360deg);
    border-top: 4px solid #03BB31;
    border-right: 4px solid #03BB31;
    border-bottom: 4px solid #03BB31;
    border-left: 4px solid transparent;
  }
}
.common-page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.common-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 0;
  min-height: 310px !important;
  max-width: 500px;
  background-color: #FFF;
  border-radius: 16px;
  text-align: center;
  min-width: 350px !important;
  padding: 16px 0px !important;
  box-shadow: 0 0 40px rgba(81, 81, 81, 0.4);
}

.common-card-loading {
  width: calc(100% - 32px);
  max-width: 500px;
  background-color: #FFF;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0px 1px 3px 0px rgba(0, 104, 121, 0.15), 0px 4px 8px 3px rgba(0, 104, 121, 0.15);
  text-align: center;
}

.common-card-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: Aptos !important;
}

.common-card-footer-button {
  display: flex;
  padding-top: 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #00AA2D;
}

.common-card-footer-button:hover {
  transition: 1s;
  cursor: pointer;
  text-decoration: underline;
}

.code-error {
  color: #8A0C30;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.common-card-title {
  color: #191D23;
  font-family: Aptos;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.46px;
  padding-bottom: 28px;
}

.common-card-subtitle {
  color: #64748B;
  font-family: Aptos;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 16px;
}

.common-button, .common-card button {
  display: flex;
  justify-content: center;
  font-family: Aptos;
  font-size: 16px;
  border: none;
}

.self-asserted-button {
  margin-right: 10px;
  border: 1.5px solid #00AA2D;
  background-color: white;
  color: #00AA2D;
  border-radius: 10px;
  padding: 8px 24px;
}

.login-content {
  margin-top: 18px;
  margin-bottom: 36px;
  width: 100% !important;
}

.login-content-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 18px 20px;
}

.pinCard-button {
  display: flex;
  width: 80%;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  /* Paragraph/P2/Semi Bold */
  font-family: Aptos;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  margin: 12px 0px;
  border-radius: 4px;
  color: #FFF;
  background: #00AA2D;
  box-shadow: 0px 2px 6px 2px rgba(0, 104, 121, 0.15), 0px 1px 2px 0px rgba(0, 104, 121, 0.3);
}

.login-button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 40px;
  font-family: Aptos;
  font-size: 16px;
}

.common-button-b2c {
  display: flex;
  width: 100%;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  /* Paragraph/P2/Semi Bold */
  font-family: Aptos;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  margin: 12px 0px;
  border-radius: 4px;
  color: white !important;
  background-color: #00AA2D !important;
  box-shadow: 0px 2px 6px 2px rgba(0, 104, 121, 0.15), 0px 1px 2px 0px rgba(0, 104, 121, 0.3);
  cursor: pointer;
}

.common-button:active, .common-card button:active, .common-button:hover, .common-card button:hover {
  transition: 0.5s;
  border-radius: 4px;
}

.common-button-outline:active, .common-button-outline:hover {
  transition: 0.5s;
}

.inputs-code-row {
  display: flex;
  flex-direction: row;
}

.code-input-container {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  left: 0;
  right: 0;
  margin-left: 30px;
  margin-right: auto;
}

.code-container {
  padding-bottom: 26px;
}

.code-container-pinCard {
  padding-bottom: 26px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 30px;
}

.code-input {
  position: absolute;
  z-index: 2;
  background-color: transparent;
  letter-spacing: 42px;
  height: 19px;
  font-size: 30px;
  font-weight: bold;
  width: 320px;
  outline: 0;
  border: 0;
}

.code-input:focus-visible {
  border: none !important;
}

.code-div-row {
  position: relative;
  display: flex;
  gap: 10px;
  z-index: 1;
  padding: 16px;
}

.code-input-container-error .code-div {
  border: 1px solid #E54967 !important;
}

.code-input-container-error .code-div-row {
  animation: shake 0.2s ease-in-out 0s 2;
}

.code-input-container-error .code-input {
  animation: shake 0.2s ease-in-out 0s 2;
}

.code-div {
  width: 41px;
  height: 42px;
  /*padding: 14px 18px 14px 16px;*/
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #B8C0CC;
  background-color: transparent;
  margin-left: -16px;
  margin-right: 16px;
  color: black;
}

.code-div.filled {
  font-size: 24px;
  padding-top: 5px;
}

.code-div-active {
  border: 1px solid #005D5E;
  box-shadow: 0px 2px 6px 2px rgba(0, 104, 121, 0.15), 0px 1px 2px 0px rgba(0, 104, 121, 0.3);
}

#language-select {
  border: 1px solid #D0D5DD;
  padding: 10px;
  border-radius: 10px;
  width: 150px;
  font-family: Aptos;
  font-weight: 400;
  cursor: pointer;
}

#language-select option {
  border: 1px solid #D0D5DD;
  font-family: Aptos;
}

@keyframes shake {
  0% {
    margin-left: 0rem;
  }
  25% {
    margin-left: 0.5rem;
  }
  75% {
    margin-left: 0rem;
  }
  100% {
    margin-left: 0rem;
  }
}
@media (max-width: 375px) {
  .code-div-row {
    gap: 5px;
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .common-card {
    min-width: 700px !important;
  }
}
.content-dimmed {
  filter: blur(2px) brightness(0.9);
  pointer-events: none;
  user-select: none;
}

.settings-page-button-wrapper-farmer-selector {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.terms-popup {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  /* selector de limbă */
  /* Terms content */
  /* Privacy content */
  /* Tabs din popup */
}
.terms-popup.show {
  display: flex;
}
.terms-popup .popup-content {
  background: #fff;
  border-radius: 8px;
  width: 90%;
  max-width: 800px;
  max-height: 70vh;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}
.terms-popup .terms-container {
  margin: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.terms-popup .terms-container input {
  margin-right: 8px;
}
.terms-popup .terms-container label {
  font-size: 14px;
  cursor: pointer;
}
.terms-popup .close-popup {
  cursor: pointer;
  border: none;
  background-color: #fff;
  font-weight: 300;
  font-size: 30px !important;
  color: #64748B;
}
.terms-popup .popup-header {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}
.terms-popup .popup-header h3 {
  margin: 0;
  color: #333;
  font-size: 20px;
}
.terms-popup .popup-header .popup-title {
  font-family: Aptos;
  font-weight: 600;
  font-size: 18px;
  margin: 0 !important;
}
.terms-popup .popup-body {
  padding: 20px;
  overflow-y: auto;
  flex-grow: 1;
  position: relative;
  /* scrollbar */
}
.terms-popup .popup-body h4 {
  margin-top: 15px;
  color: #007bff;
}
.terms-popup .popup-body::-webkit-scrollbar {
  width: 6px;
}
.terms-popup .popup-body::-webkit-scrollbar-track {
  background: transparent;
}
.terms-popup .popup-body::-webkit-scrollbar-thumb {
  background-color: #D0D5DD;
  border-radius: 3px;
}
.terms-popup .popup-footer {
  padding: 15px 20px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  bottom: 0;
  background: #fff;
  border-radius: 10px;
}
.terms-popup .close-btn {
  margin-right: 10px;
  border: 1.5px solid #00AA2D;
  background-color: #fff;
  color: #00AA2D;
  border-radius: 10px;
  padding: 8px 24px;
  cursor: pointer;
}
.terms-popup .agree-btn {
  border: 1.5px solid #00AA2D;
  background-color: #00AA2D;
  color: #fff;
  border-radius: 10px;
  padding: 8px 24px;
  cursor: pointer;
}
.terms-popup .agree-btn:disabled {
  border: none;
  background: #ccc;
  cursor: not-allowed;
  opacity: 0.7;
}
.terms-popup .language-container {
  display: flex;
  align-content: center;
  align-items: flex-end;
  justify-content: center;
  margin-top: 16px;
}
.terms-popup .signIn-btn {
  padding: 14px 24px;
  border-radius: 10px;
  color: #64748B;
  border: 1.5px solid #D0D5DD;
  background-color: #fff;
}
.terms-popup .popup-language-container {
  display: none;
}
.terms-popup .popup-language-container select {
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #D0D5DD;
  background-color: #fff;
}
.terms-popup .popup-buttons {
  display: flex;
}
.terms-popup .terms-content {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  padding: 20px;
}
.terms-popup .terms-content .last-updated {
  text-align: right;
  font-style: italic;
  color: #666;
  margin-bottom: 20px;
}
.terms-popup .terms-content h2 {
  text-align: center;
  color: #2c6b9e;
  border-bottom: 2px solid #2c6b9e;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.terms-popup .terms-content h3 {
  color: #2c6b9e;
  margin-top: 25px;
  margin-bottom: 15px;
}
.terms-popup .terms-content h4 {
  color: #3a3a3a;
  margin-top: 20px;
  margin-bottom: 10px;
}
.terms-popup .terms-content p {
  margin-bottom: 15px;
  text-align: justify;
}
.terms-popup .terms-content .important-notice {
  background-color: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 15px;
  margin: 20px 0;
  font-size: 16px;
}
.terms-popup .terms-content strong {
  color: #2c6b9e;
}
.terms-popup .terms-content em {
  font-style: italic;
}
.terms-popup .privacy-content {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}
.terms-popup .privacy-content h2 {
  text-align: center;
  color: #2c6b9e;
  border-bottom: 2px solid #2c6b9e;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.terms-popup .privacy-content h3 {
  color: #2c5aa0;
  border-bottom: 2px solid #2c5aa0;
  padding-bottom: 8px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.terms-popup .privacy-content h4 {
  color: #2c5aa0;
  margin-top: 25px;
  margin-bottom: 10px;
}
.terms-popup .privacy-content p {
  margin-bottom: 15px;
  text-align: justify;
}
.terms-popup .privacy-content ul {
  margin-bottom: 15px;
  padding-left: 20px;
}
.terms-popup .privacy-content ul li {
  margin-bottom: 8px;
}
.terms-popup .privacy-content .privacy-header-box,
.terms-popup .privacy-content .privacy-footer-box {
  background-color: #f8f9fa;
  border-left: 4px solid #2c5aa0;
  padding: 20px;
  margin: 20px 0;
  border-radius: 4px;
}
.terms-popup .privacy-content .privacy-header-box p,
.terms-popup .privacy-content .privacy-footer-box p {
  margin-bottom: 12px;
}
.terms-popup .privacy-content .privacy-header-box h4,
.terms-popup .privacy-content .privacy-footer-box h4 {
  color: #2c5aa0;
  margin-top: 0;
  margin-bottom: 15px;
}
.terms-popup .privacy-content .table-container {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
}
.terms-popup .privacy-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  border: 1px solid #ddd;
}
.terms-popup .privacy-content table th {
  background-color: #2c5aa0;
  color: #fff;
  padding: 12px 15px;
  text-align: left;
  font-weight: bold;
}
.terms-popup .privacy-content table td {
  padding: 10px 15px;
  border: 1px solid #ddd;
  vertical-align: top;
}
.terms-popup .privacy-content table tr:nth-child(even) {
  background-color: #f8f9fa;
}
.terms-popup .privacy-content table tr:hover {
  background-color: #f1f1f1;
}
.terms-popup .authority-info,
.terms-popup .contact-address {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 4px;
  margin: 15px 0;
  border-left: 3px solid #2c5aa0;
}
.terms-popup .authority-info p,
.terms-popup .contact-address p {
  margin-bottom: 8px;
}
.terms-popup .authority-info p:first-child,
.terms-popup .contact-address p:first-child {
  font-weight: bold;
  margin-bottom: 10px;
}
.terms-popup .terms-tabs {
  display: flex;
}
.terms-popup .tab {
  padding: 12px 0;
  cursor: pointer;
  font-weight: 500;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  flex: 1;
  text-align: center;
  color: #A0ABBB;
}
.terms-popup .tab.active {
  border-bottom: 3px solid #00AA2D;
  color: #00AA2D;
  background: #fff;
}
.terms-popup .tab:hover {
  background: #e9ecef;
}
.terms-popup .popup-inner-content {
  display: flex;
  flex-direction: column;
}

.slide-panel-container.tall {
  height: 90vh !important;
}

.slide-panel-content::-webkit-scrollbar {
  width: 8px;
}

.slide-panel-content::-webkit-scrollbar-track {
  background: transparent;
}

.slide-panel-content::-webkit-scrollbar-thumb {
  background: #D0D5DD;
  border-radius: 4px;
}

.terms-toolbar.sticky-top {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.app-button {
  width: 100%;
  box-shadow: 0px 1px 3px 1px rgba(0, 104, 121, 0.15), 0px 1px 2px 0px rgba(0, 104, 121, 0.3);
  padding: 6px;
  border-radius: 5px;
}

.bg-neutral-50 {
  background-color: #F7F8F9 !important;
}

.bg-neutral-100 {
  background-color: #E7EAEE !important;
}

.bg-neutral-200 {
  background-color: #D0D5DD !important;
}

.bg-neutral-300 {
  background-color: #B8C0CC !important;
}

.bg-neutral-400 {
  background-color: #A0ABBB !important;
}

.bg-neutral-500 {
  background-color: #64748B !important;
}

.bg-neutral-600 {
  background-color: #4B5768 !important;
}

.bg-neutral-700 {
  background-color: #323A46 !important;
}

.bg-neutral-800 {
  background-color: #191D23 !important;
}

.bg-neutral-900 {
  background-color: #0D0F11 !important;
}

.bg-primary-10 {
  background-color: #F2F9FA !important;
}

.bg-primary-50 {
  background-color: #EBF5F6 !important;
}

.bg-primary-100 {
  background-color: #E2F0F3 !important;
}

.bg-primary-200 {
  background-color: #AAD0D7 !important;
}

.bg-primary-300 {
  background-color: #61A4AF !important;
}

.bg-primary-400 {
  background-color: #208F91 !important;
}

.bg-primary-500 {
  background-color: #007476 !important;
}

.bg-primary-600 {
  background-color: #005D5E !important;
}

.bg-primary-700 {
  background-color: #004647 !important;
}

.bg-primary-800 {
  background-color: #002E2F !important;
}

.bg-primary-900 {
  background-color: #002323 !important;
}

.bg-semantic-info {
  background-color: #005694 !important;
}

.bg-semantic-success {
  background-color: #1C805C !important;
}

.bg-semantic-warning {
  background-color: #E4A229 !important;
}

.bg-datavis-1 {
  background-color: #B3CBE9 !important;
}

.bg-datavis-1b {
  background-color: #407EC9 !important;
}

.bg-datavis-2 {
  background-color: #455492 !important;
}

.bg-datavis-3 {
  background-color: #7E569F !important;
}

.bg-datavis-4 {
  background-color: #B5539B !important;
}

.bg-datavis-5 {
  background-color: #BE3E6D !important;
}

.bg-datavis-6 {
  background-color: #D9464D !important;
}

.bg-datavis-7 {
  background-color: #DC5716 !important;
}

.bg-datavis-8 {
  background-color: #FFA600 !important;
}

.bg-aditional-notification {
  background-color: #5A78E2 !important;
}

.bg-shade-white {
  background-color: #FFF !important;
}

.bg-shade-black {
  background-color: 0 !important;
}

.color-neutral-50 {
  color: #F7F8F9 !important;
}

.color-neutral-100 {
  color: #E7EAEE !important;
}

.color-neutral-200 {
  color: #D0D5DD !important;
}

.color-neutral-300 {
  color: #B8C0CC !important;
}

.color-neutral-400 {
  color: #A0ABBB !important;
}

.color-neutral-500 {
  color: #64748B !important;
}

.color-neutral-600 {
  color: #4B5768 !important;
}

.color-neutral-700 {
  color: #323A46 !important;
}

.color-neutral-800 {
  color: #191D23 !important;
}

.color-neutral-900 {
  color: #0D0F11 !important;
}

.color-primary-10 {
  color: #F2F9FA !important;
}

.color-primary-50 {
  color: #EBF5F6 !important;
}

.color-primary-100 {
  color: #E2F0F3 !important;
}

.color-primary-200 {
  color: #AAD0D7 !important;
}

.color-primary-300 {
  color: #61A4AF !important;
}

.color-primary-400 {
  color: #208F91 !important;
}

.color-primary-500 {
  color: #007476 !important;
}

.color-primary-600 {
  color: #005D5E !important;
}

.color-primary-700 {
  color: #004647 !important;
}

.color-primary-800 {
  color: #002E2F !important;
}

.color-primary-900 {
  color: #002323 !important;
}

.color-semantic-info {
  color: #005694 !important;
}

.color-semantic-success {
  color: #1C805C !important;
}

.color-semantic-warning {
  color: #E4A229 !important;
}

.color-datavis-1 {
  color: #B3CBE9 !important;
}

.color-datavis-1b {
  color: #407EC9 !important;
}

.color-datavis-2 {
  color: #455492 !important;
}

.color-datavis-3 {
  color: #7E569F !important;
}

.color-datavis-4 {
  color: #B5539B !important;
}

.color-datavis-5 {
  color: #BE3E6D !important;
}

.color-datavis-6 {
  color: #D9464D !important;
}

.color-datavis-7 {
  color: #DC5716 !important;
}

.color-datavis-8 {
  color: #FFA600 !important;
}

.color-aditional-notification {
  color: #5A78E2 !important;
}

.color-shade-white {
  color: #FFF !important;
}

.color-shade-black {
  color: 0 !important;
}

.medium {
  font-weight: 500 !important;
}

.semi-bold {
  font-weight: 600 !important;
}

.bold {
  font-weight: 700 !important;
}

.extra-bold {
  font-weight: 800 !important;
}

.sales-list {
  display: flex;
  flex-direction: column;
}
.sales-list .item-top-row {
  margin-left: 8px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.sales-list .item-bottom-row {
  display: flex;
  margin-left: 8px;
}
.sales-list .sales-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
  padding: 12px 8px;
}
.sales-list .sales-item {
  border-bottom: 1px solid #E2F0F3;
}
.sales-list .sales-item:last-child {
  border-bottom: 0px;
}
.sales-list .sales-item:active {
  background-color: #E7EAEE;
}
.sales-list .info-section {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 150px;
}
.sales-list .mud-icon-button {
  padding: 0px !important;
  color: #007476;
}
.sales-list .redirect-icon {
  display: flex;
  justify-content: end;
  margin-left: auto;
}

.button-open-details {
  font-weight: 500 !important;
}

@media screen and (min-width: 1281px) {
  .sales-list .info-section {
    width: 200px;
  }
  .item-bottom-row {
    gap: 203px !important;
  }
}
.debit-container .debit-paper {
  border-radius: 16px !important;
  padding: 8px;
}
.debit-container .debit-card {
  margin-top: -50px !important;
}

.color-neutral-50 {
  color: #F7F8F9 !important;
}

.color-neutral-100 {
  color: #E7EAEE !important;
}

.color-neutral-200 {
  color: #D0D5DD !important;
}

.color-neutral-300 {
  color: #B8C0CC !important;
}

.color-neutral-400 {
  color: #A0ABBB !important;
}

.color-neutral-500 {
  color: #64748B !important;
}

.color-neutral-600 {
  color: #4B5768 !important;
}

.color-neutral-700 {
  color: #323A46 !important;
}

.color-neutral-800 {
  color: #191D23 !important;
}

.color-neutral-900 {
  color: #0D0F11 !important;
}

.color-primary-10 {
  color: #F2F9FA !important;
}

.color-primary-50 {
  color: #EBF5F6 !important;
}

.color-primary-100 {
  color: #E2F0F3 !important;
}

.color-primary-200 {
  color: #AAD0D7 !important;
}

.color-primary-300 {
  color: #61A4AF !important;
}

.color-primary-400 {
  color: #208F91 !important;
}

.color-primary-500 {
  color: #007476 !important;
}

.color-primary-600 {
  color: #005D5E !important;
}

.color-primary-700 {
  color: #004647 !important;
}

.color-primary-800 {
  color: #002E2F !important;
}

.color-primary-900 {
  color: #002323 !important;
}

.color-semantic-info {
  color: #005694 !important;
}

.color-semantic-success {
  color: #1C805C !important;
}

.color-semantic-warning {
  color: #E4A229 !important;
}

.color-datavis-1 {
  color: #B3CBE9 !important;
}

.color-datavis-1b {
  color: #407EC9 !important;
}

.color-datavis-2 {
  color: #455492 !important;
}

.color-datavis-3 {
  color: #7E569F !important;
}

.color-datavis-4 {
  color: #B5539B !important;
}

.color-datavis-5 {
  color: #BE3E6D !important;
}

.color-datavis-6 {
  color: #D9464D !important;
}

.color-datavis-7 {
  color: #DC5716 !important;
}

.color-datavis-8 {
  color: #FFA600 !important;
}

.color-aditional-notification {
  color: #5A78E2 !important;
}

.color-shade-white {
  color: #FFF !important;
}

.color-shade-black {
  color: 0 !important;
}

.medium {
  font-weight: 500 !important;
}

.semi-bold {
  font-weight: 600 !important;
}

.bold {
  font-weight: 700 !important;
}

.extra-bold {
  font-weight: 800 !important;
}

.detail-page .detail-container {
  display: flex;
  flex-direction: column;
  padding: 16px 16px 12px 16px;
  gap: 16px;
}
.detail-page .detail-container .detail-title {
  display: flex;
  align-items: center;
}
.detail-page .detail-container .left-arrow {
  width: 14px !important;
  height: 14px !important;
}
.detail-page .detail-container .left-arrow .mud-icon-size-medium {
  width: 18px !important;
  height: 18px !important;
}
.detail-page .detail-container .detail-row {
  display: flex;
  gap: 16px;
  align-items: center;
}
.detail-page .detail-container .weight-price {
  display: flex;
  padding: 0px 8px;
}
.detail-page .border-bottom-green {
  border-bottom: 1px solid #AAD0D7 !important;
}
.detail-page .bottom-padding {
  padding-bottom: 54px !important;
}
.detail-page .detail-paper {
  margin-top: -40px;
  border-radius: 15px;
}

.input-dates-row {
  display: flex;
  padding: 14px 32px 14px 16px;
  justify-content: space-between;
}

.input-dates-title {
  padding: 16px 0px 16px 16px;
}

/*.detail-total-bottom {
    padding: 16px;
}*/
.row-header {
  display: flex;
  padding: 4px 0px;
}

.header-desktop-item {
  padding: 2px 8px 12px 16px;
}

.header-desktop-area {
  margin-left: 48px;
}

.detail-desktop-container {
  padding-right: 0px;
  margin-left: 22px;
}

.color-neutral-50 {
  color: #F7F8F9 !important;
}

.color-neutral-100 {
  color: #E7EAEE !important;
}

.color-neutral-200 {
  color: #D0D5DD !important;
}

.color-neutral-300 {
  color: #B8C0CC !important;
}

.color-neutral-400 {
  color: #A0ABBB !important;
}

.color-neutral-500 {
  color: #64748B !important;
}

.color-neutral-600 {
  color: #4B5768 !important;
}

.color-neutral-700 {
  color: #323A46 !important;
}

.color-neutral-800 {
  color: #191D23 !important;
}

.color-neutral-900 {
  color: #0D0F11 !important;
}

.color-primary-10 {
  color: #F2F9FA !important;
}

.color-primary-50 {
  color: #EBF5F6 !important;
}

.color-primary-100 {
  color: #E2F0F3 !important;
}

.color-primary-200 {
  color: #AAD0D7 !important;
}

.color-primary-300 {
  color: #61A4AF !important;
}

.color-primary-400 {
  color: #208F91 !important;
}

.color-primary-500 {
  color: #007476 !important;
}

.color-primary-600 {
  color: #005D5E !important;
}

.color-primary-700 {
  color: #004647 !important;
}

.color-primary-800 {
  color: #002E2F !important;
}

.color-primary-900 {
  color: #002323 !important;
}

.color-semantic-info {
  color: #005694 !important;
}

.color-semantic-success {
  color: #1C805C !important;
}

.color-semantic-warning {
  color: #E4A229 !important;
}

.color-datavis-1 {
  color: #B3CBE9 !important;
}

.color-datavis-1b {
  color: #407EC9 !important;
}

.color-datavis-2 {
  color: #455492 !important;
}

.color-datavis-3 {
  color: #7E569F !important;
}

.color-datavis-4 {
  color: #B5539B !important;
}

.color-datavis-5 {
  color: #BE3E6D !important;
}

.color-datavis-6 {
  color: #D9464D !important;
}

.color-datavis-7 {
  color: #DC5716 !important;
}

.color-datavis-8 {
  color: #FFA600 !important;
}

.color-aditional-notification {
  color: #5A78E2 !important;
}

.color-shade-white {
  color: #FFF !important;
}

.color-shade-black {
  color: 0 !important;
}

.docs-page .home-finance-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-shadow: none;
}
.docs-page .card-detail-header {
  box-shadow: 0px 1px 3px 0px rgba(0, 104, 121, 0.15), 0px 4px 8px 3px rgba(0, 104, 121, 0.15);
  border-radius: 16px;
}
.docs-page .docs-card {
  display: flex;
  justify-content: space-between;
  gap: 7px;
  border-radius: 16px;
  box-shadow: 0px 1px 3px 0px rgba(0, 104, 121, 0.15), 0px 4px 8px 3px rgba(0, 104, 121, 0.15);
  padding: 20px 16px 18px 16px;
}
.docs-page .notification-icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #5A78E2;
}
.docs-page .notsent-fiscal-note {
  font-weight: 600 !important;
  font-size: 16px;
  /*font-family: Roboto !important;*/
  font-style: normal !important;
  line-height: 19px !important;
}
.docs-page .sent-fiscal-note {
  font-weight: 400;
  font-size: 16px;
  /*font-family: Roboto !important;*/
  font-style: normal !important;
  line-height: 19px !important;
}
.docs-page .fiscal-note-row {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}
.docs-page .docs-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px !important;
}
.docs-page .docs-buttons .download-button {
  width: 95px;
  height: 32px;
  margin-top: -5px;
}
.docs-page .docs-buttons .download-button .mud-icon-root {
  margin-top: -2px;
}

.home-header {
  padding-bottom: 40px !important;
  padding-left: 16px;
  padding-right: 16px;
}

.home-sales {
  margin-top: -39px;
  padding: 16px !important;
}

.color-neutral-50 {
  color: #F7F8F9 !important;
}

.color-neutral-100 {
  color: #E7EAEE !important;
}

.color-neutral-200 {
  color: #D0D5DD !important;
}

.color-neutral-300 {
  color: #B8C0CC !important;
}

.color-neutral-400 {
  color: #A0ABBB !important;
}

.color-neutral-500 {
  color: #64748B !important;
}

.color-neutral-600 {
  color: #4B5768 !important;
}

.color-neutral-700 {
  color: #323A46 !important;
}

.color-neutral-800 {
  color: #191D23 !important;
}

.color-neutral-900 {
  color: #0D0F11 !important;
}

.color-primary-10 {
  color: #F2F9FA !important;
}

.color-primary-50 {
  color: #EBF5F6 !important;
}

.color-primary-100 {
  color: #E2F0F3 !important;
}

.color-primary-200 {
  color: #AAD0D7 !important;
}

.color-primary-300 {
  color: #61A4AF !important;
}

.color-primary-400 {
  color: #208F91 !important;
}

.color-primary-500 {
  color: #007476 !important;
}

.color-primary-600 {
  color: #005D5E !important;
}

.color-primary-700 {
  color: #004647 !important;
}

.color-primary-800 {
  color: #002E2F !important;
}

.color-primary-900 {
  color: #002323 !important;
}

.color-semantic-info {
  color: #005694 !important;
}

.color-semantic-success {
  color: #1C805C !important;
}

.color-semantic-warning {
  color: #E4A229 !important;
}

.color-datavis-1 {
  color: #B3CBE9 !important;
}

.color-datavis-1b {
  color: #407EC9 !important;
}

.color-datavis-2 {
  color: #455492 !important;
}

.color-datavis-3 {
  color: #7E569F !important;
}

.color-datavis-4 {
  color: #B5539B !important;
}

.color-datavis-5 {
  color: #BE3E6D !important;
}

.color-datavis-6 {
  color: #D9464D !important;
}

.color-datavis-7 {
  color: #DC5716 !important;
}

.color-datavis-8 {
  color: #FFA600 !important;
}

.color-aditional-notification {
  color: #5A78E2 !important;
}

.color-shade-white {
  color: #FFF !important;
}

.color-shade-black {
  color: 0 !important;
}

.medium {
  font-weight: 500 !important;
}

.semi-bold {
  font-weight: 600 !important;
}

.bold {
  font-weight: 700 !important;
}

.extra-bold {
  font-weight: 800 !important;
}

.hr-b-last {
  opacity: 0.5;
  margin: 0.5rem 0;
  color: #AAD0D7;
}

.hr-b {
  color: #E2F0F3;
  opacity: 0.5;
  margin: 0.5rem 0;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.color-neutral-50 {
  color: #F7F8F9 !important;
}

.color-neutral-100 {
  color: #E7EAEE !important;
}

.color-neutral-200 {
  color: #D0D5DD !important;
}

.color-neutral-300 {
  color: #B8C0CC !important;
}

.color-neutral-400 {
  color: #A0ABBB !important;
}

.color-neutral-500 {
  color: #64748B !important;
}

.color-neutral-600 {
  color: #4B5768 !important;
}

.color-neutral-700 {
  color: #323A46 !important;
}

.color-neutral-800 {
  color: #191D23 !important;
}

.color-neutral-900 {
  color: #0D0F11 !important;
}

.color-primary-10 {
  color: #F2F9FA !important;
}

.color-primary-50 {
  color: #EBF5F6 !important;
}

.color-primary-100 {
  color: #E2F0F3 !important;
}

.color-primary-200 {
  color: #AAD0D7 !important;
}

.color-primary-300 {
  color: #61A4AF !important;
}

.color-primary-400 {
  color: #208F91 !important;
}

.color-primary-500 {
  color: #007476 !important;
}

.color-primary-600 {
  color: #005D5E !important;
}

.color-primary-700 {
  color: #004647 !important;
}

.color-primary-800 {
  color: #002E2F !important;
}

.color-primary-900 {
  color: #002323 !important;
}

.color-semantic-info {
  color: #005694 !important;
}

.color-semantic-success {
  color: #1C805C !important;
}

.color-semantic-warning {
  color: #E4A229 !important;
}

.color-datavis-1 {
  color: #B3CBE9 !important;
}

.color-datavis-1b {
  color: #407EC9 !important;
}

.color-datavis-2 {
  color: #455492 !important;
}

.color-datavis-3 {
  color: #7E569F !important;
}

.color-datavis-4 {
  color: #B5539B !important;
}

.color-datavis-5 {
  color: #BE3E6D !important;
}

.color-datavis-6 {
  color: #D9464D !important;
}

.color-datavis-7 {
  color: #DC5716 !important;
}

.color-datavis-8 {
  color: #FFA600 !important;
}

.color-aditional-notification {
  color: #5A78E2 !important;
}

.color-shade-white {
  color: #FFF !important;
}

.color-shade-black {
  color: 0 !important;
}

.feedback-card .side-padding {
  padding: 0px 16px;
}
.feedback-card .side-padding .contract-padding {
  padding-bottom: 2px;
}
.feedback-card .top-padding {
  padding-top: 20px;
}
.feedback-card .bottom-padding {
  padding-bottom: 18px;
}

.color-neutral-50 {
  color: #F7F8F9 !important;
}

.color-neutral-100 {
  color: #E7EAEE !important;
}

.color-neutral-200 {
  color: #D0D5DD !important;
}

.color-neutral-300 {
  color: #B8C0CC !important;
}

.color-neutral-400 {
  color: #A0ABBB !important;
}

.color-neutral-500 {
  color: #64748B !important;
}

.color-neutral-600 {
  color: #4B5768 !important;
}

.color-neutral-700 {
  color: #323A46 !important;
}

.color-neutral-800 {
  color: #191D23 !important;
}

.color-neutral-900 {
  color: #0D0F11 !important;
}

.color-primary-10 {
  color: #F2F9FA !important;
}

.color-primary-50 {
  color: #EBF5F6 !important;
}

.color-primary-100 {
  color: #E2F0F3 !important;
}

.color-primary-200 {
  color: #AAD0D7 !important;
}

.color-primary-300 {
  color: #61A4AF !important;
}

.color-primary-400 {
  color: #208F91 !important;
}

.color-primary-500 {
  color: #007476 !important;
}

.color-primary-600 {
  color: #005D5E !important;
}

.color-primary-700 {
  color: #004647 !important;
}

.color-primary-800 {
  color: #002E2F !important;
}

.color-primary-900 {
  color: #002323 !important;
}

.color-semantic-info {
  color: #005694 !important;
}

.color-semantic-success {
  color: #1C805C !important;
}

.color-semantic-warning {
  color: #E4A229 !important;
}

.color-datavis-1 {
  color: #B3CBE9 !important;
}

.color-datavis-1b {
  color: #407EC9 !important;
}

.color-datavis-2 {
  color: #455492 !important;
}

.color-datavis-3 {
  color: #7E569F !important;
}

.color-datavis-4 {
  color: #B5539B !important;
}

.color-datavis-5 {
  color: #BE3E6D !important;
}

.color-datavis-6 {
  color: #D9464D !important;
}

.color-datavis-7 {
  color: #DC5716 !important;
}

.color-datavis-8 {
  color: #FFA600 !important;
}

.color-aditional-notification {
  color: #5A78E2 !important;
}

.color-shade-white {
  color: #FFF !important;
}

.color-shade-black {
  color: 0 !important;
}

.medium {
  font-weight: 500 !important;
}

.semi-bold {
  font-weight: 600 !important;
}

.bold {
  font-weight: 700 !important;
}

.extra-bold {
  font-weight: 800 !important;
}

.help-description {
  margin-top: 16px !important;
}

.help-page-row-label {
  width: 100%;
  padding: 8px 16px;
  text-align: left;
}

.help-page-row-tabbed-label {
  width: 100%;
  padding: 8px 16px 8px 24px;
  text-align: left;
}

.font-italic {
  font-style: italic;
}

.color-neutral-50 {
  color: #F7F8F9 !important;
}

.color-neutral-100 {
  color: #E7EAEE !important;
}

.color-neutral-200 {
  color: #D0D5DD !important;
}

.color-neutral-300 {
  color: #B8C0CC !important;
}

.color-neutral-400 {
  color: #A0ABBB !important;
}

.color-neutral-500 {
  color: #64748B !important;
}

.color-neutral-600 {
  color: #4B5768 !important;
}

.color-neutral-700 {
  color: #323A46 !important;
}

.color-neutral-800 {
  color: #191D23 !important;
}

.color-neutral-900 {
  color: #0D0F11 !important;
}

.color-primary-10 {
  color: #F2F9FA !important;
}

.color-primary-50 {
  color: #EBF5F6 !important;
}

.color-primary-100 {
  color: #E2F0F3 !important;
}

.color-primary-200 {
  color: #AAD0D7 !important;
}

.color-primary-300 {
  color: #61A4AF !important;
}

.color-primary-400 {
  color: #208F91 !important;
}

.color-primary-500 {
  color: #007476 !important;
}

.color-primary-600 {
  color: #005D5E !important;
}

.color-primary-700 {
  color: #004647 !important;
}

.color-primary-800 {
  color: #002E2F !important;
}

.color-primary-900 {
  color: #002323 !important;
}

.color-semantic-info {
  color: #005694 !important;
}

.color-semantic-success {
  color: #1C805C !important;
}

.color-semantic-warning {
  color: #E4A229 !important;
}

.color-datavis-1 {
  color: #B3CBE9 !important;
}

.color-datavis-1b {
  color: #407EC9 !important;
}

.color-datavis-2 {
  color: #455492 !important;
}

.color-datavis-3 {
  color: #7E569F !important;
}

.color-datavis-4 {
  color: #B5539B !important;
}

.color-datavis-5 {
  color: #BE3E6D !important;
}

.color-datavis-6 {
  color: #D9464D !important;
}

.color-datavis-7 {
  color: #DC5716 !important;
}

.color-datavis-8 {
  color: #FFA600 !important;
}

.color-aditional-notification {
  color: #5A78E2 !important;
}

.color-shade-white {
  color: #FFF !important;
}

.color-shade-black {
  color: 0 !important;
}

.crop-input-request-page {
  margin-top: 16px;
}
.crop-input-request-page .main-card {
  height: 63vh !important;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
}
.crop-input-request-page .main-card .header-container {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: -1px;
  background-color: #EBF5F6;
  z-index: 99;
}
.crop-input-request-page .main-card .hr-b {
  border-top: 1px solid #E2F0F3;
}

/*-- Header --*/
.static-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #ffffff;
  background-color: #03BB31;
  z-index: 1002;
  height: 60px;
}

.static-header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  align-content: center;
}

.static-header-desktop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e0e0e0;
  font-weight: bold;
}

.static-header .static-header-inner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 1rem;
  padding-left: 12px;
  padding-right: 12px;
}

.static-header .static-logo-wrapper {
  display: flex;
  align-items: center;
}

.static-header .static-logo-wrapper img {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .static-header .static-logo-wrapper img {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 768px) {
  .static-header .static-logo-wrapper img {
    width: 35px;
    height: 35px;
  }
}
.static-header .static-title {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .static-header .static-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .static-header .static-title {
    position: static;
    transform: none;
    margin-left: 0.5rem;
  }
}
.static-header .static-notification-bell {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  position: relative;
}

.static-header .static-notification-bell img {
  width: 100%;
  height: 100%;
  display: block;
  filter: none;
}

.static-header .static-notification-bell .notification-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
}

.navbar {
  display: flex;
  background-color: #fff;
  z-index: 1000;
}

.navbar-desktop {
  flex-direction: column;
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  width: 235px;
  border-right: 1px solid #e0e0e0;
}

.navbar-mobile {
  flex-direction: row;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem 0;
  justify-content: space-around;
  align-items: center;
  background-color: #ffffff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

.navbar-content-vertical {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.nav-links {
  display: flex;
  flex-direction: column;
}

.nav-links.bottom-nav {
  margin-top: auto;
  padding-bottom: 1rem;
}

.nav-links.nav-container-mobile {
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  padding-top: 0;
}

.nav-links.nav-container-mobile .nav-item.active .icon {
  background-color: #00AA2D;
  border-radius: 40%;
  width: 60px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-links.nav-container-mobile .nav-item.active .icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  color: #ffffff;
  fill: currentColor;
  transform: scale(1);
  opacity: 1;
  transition: color 0.5s ease, transform 0.5s ease, opacity 0.5s ease;
}

.nav-item {
  font-family: "Aptos", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  letter-spacing: 0%;
  color: #64748B;
  transition: all 0.2s ease;
  border-radius: 12px;
  padding: 10px 12px;
  gap: 1rem;
}

.nav-item .icon {
  font-size: 20px;
  margin-bottom: 4px;
}

.nav-item .icon svg {
  width: 20px;
  height: 20px;
  color: inherit;
  fill: currentColor;
  transform: scale(1);
  font-weight: 400;
  transition: color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

.nav-item span {
  transition: color 0.5s ease, transform 0.5s ease, opacity 0.5s ease;
  transform: scale(0.95);
}

.nav-item:hover {
  color: #00AA2D;
}

.nav-item:hover .icon svg {
  color: #00AA2D;
  fill: currentColor;
  opacity: 1;
}

.nav-item:hover span {
  color: #00AA2D;
  transform: scale(1);
  opacity: 1;
}

.nav-item.nav-static {
  pointer-events: none;
}

.nav-item.nav-static:hover {
  color: inherit;
}

.nav-item.nav-static:hover .icon svg {
  color: inherit;
  opacity: 0.5;
}

.nav-item.nav-static:hover span {
  color: inherit;
  transform: scale(0.95);
  opacity: 0.5;
}

.nav-item.active {
  color: #00AA2D;
}

.nav-item.active .icon svg {
  color: #00AA2D;
  fill: currentColor;
  opacity: 1;
  transform: scale(1);
}

.nav-item.active span {
  color: #00AA2D;
  opacity: 1;
  transform: scale(1);
}

.nav-item.desktop-active {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #00AA2D;
  font-weight: bold;
  background-color: #E6F8EA;
  border-left: 4px solid #00AA2D;
  width: 100%;
  border-radius: 0;
  padding-left: 8px;
}

.nav-item.desktop-active .icon svg {
  color: #00AA2D;
  fill: currentColor;
  opacity: 1;
  transform: scale(1);
}

.nav-item.desktop-active span {
  color: #00AA2D;
  opacity: 1;
  transform: scale(1);
}

.nav-container-desktop .nav-item {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding-left: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-container-desktop .nav-item .icon {
  margin-bottom: 0;
  margin-right: 8px;
}

.nav-container-desktop .nav-item .icon svg {
  margin: 0;
}

.nav-container-desktop .nav-item:hover {
  background-color: #E6F8EA;
}

.nav-container-desktop .nav-item.active {
  background-color: #E6F8EA;
}

.nav-container-desktop .nav-item.desktop-active {
  color: #00AA2D;
  font-weight: bold;
  background-color: #E6F8EA;
  border-left: 4px solid #00AA2D;
  border-radius: 0;
}

.nav-container-desktop .nav-item.desktop-active .icon {
  color: #00AA2D;
}

.nav-more-button {
  background: none;
  border: none;
  cursor: pointer;
  color: #64748B;
}

.nav-more-button .icon {
  font-size: 20px;
  margin-bottom: 4px;
}

.nav-more-button:hover {
  color: #2e7d32;
}

.nav-beta-label {
  margin-left: 8px;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: 600;
  color: inherit;
  border: 1.5px solid currentColor;
  border-radius: 4px;
  line-height: 1;
}

/*-- Profile Section --*/
.profile-section {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  text-align: left;
}

.profile-section .profile-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  align-self: flex-start;
  color: #64748B;
}

.profile-section .profile-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  color: #64748B;
}

.profile-section .profile-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
}

.profile-section .nav-menu-welcome-user {
  font-size: 14px;
  color: #0D0F11;
  font-weight: 500;
}

.profile-section .nav-menu-vendor-presentation {
  font-size: 12px;
  color: #64748B;
  font-weight: 400;
}

.profile-section .doc-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

/*-- More Panel --*/
.more-panel-wrapper {
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 0.5rem;
  height: 100%;
  box-sizing: border-box;
}

.more-panel-divider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 0.5rem 0;
}

.more-panel-divider-big {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 1rem 0;
}

.more-panel-list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.more-panel-list .nav-beta-label {
  margin-left: 8px;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: 600;
  color: #00AA2D;
  border: 1.5px solid #00AA2D;
  border-radius: 4px;
  line-height: 1;
}

.more-panel-list .more-panel-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  text-decoration: none;
  color: #0D0F11;
  font-size: 14px;
  transition: background 0.2s ease;
}

.more-panel-list .more-panel-item a:hover {
  background-color: #f5f5f5;
}

.more-panel-list .more-panel-item a .icon {
  margin-right: 0.75rem;
}

.more-panel-list .more-panel-item a .icon svg {
  width: 20px;
  height: 20px;
}

.more-panel-list .more-panel-item a span {
  flex: 1;
  font-weight: 500;
}

.more-panel-list .more-panel-item a .arrow-icon {
  margin-left: auto;
}

.more-panel-list .more-panel-item a .arrow-icon svg {
  width: 16px;
  height: 16px;
  color: #64748B;
  transition: transform 0.2s ease;
}

.more-panel-list .more-panel-item a:hover .arrow-icon svg {
  transform: translateX(2px);
}

.nav-item.disabled,
.more-panel-item a.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.nav-item.disabled:hover,
.more-panel-item a.disabled:hover {
  background-color: transparent;
  color: #64748B;
}

.nav-item.disabled:hover .icon svg,
.more-panel-item a.disabled:hover .icon svg {
  color: #64748B;
  opacity: 0.5;
}

.slide-panel-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transition: background-color 0.3s ease;
}

.slide-panel-overlay.closing {
  background-color: transparent;
  pointer-events: none;
}

.slide-panel-container {
  width: 100%;
  background: #fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  transition: transform 0.3s ease;
  will-change: transform;
  display: flex;
  flex-direction: column;
  max-height: var(--panel-max-height, 90vh);
  overflow: hidden;
}

.slide-panel-container.slide-in {
  transform: translateY(0);
}

.slide-panel-container.slide-out {
  transform: translateY(100%);
}

/* Drag bar */
.slide-panel-drag-bar {
  width: 80px;
  height: 6px;
  background: #ccc;
  border-radius: 3px;
  margin: 0.5rem auto;
  cursor: grab;
  touch-action: none;
  position: relative;
}

.slide-panel-drag-bar::after {
  content: "";
  position: absolute;
  top: -12px;
  bottom: -12px;
  left: -20px;
  right: -20px;
}

.slide-panel-content {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.slide-panel-footer {
  padding: 1.25rem 1rem 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1em;
  background: #fff;
  border-top: 1px solid #eee;
}

.slide-panel-footer .slide-panel-close-btn {
  background: #00AA2D;
  border: none;
  color: white;
  padding: 0.75rem 1.5rem;
  font-size: 14px;
  font-weight: bold;
  border-radius: 12px;
  width: 100%;
  cursor: pointer;
  transition: background 0.2s ease;
}

.slide-panel-footer .slide-panel-close-btn:hover {
  background: #028a25;
}

.slide-panel-footer .slide-panel-close-btn + .slide-panel-close-btn {
  margin-top: 0.75rem;
}

.terms-content {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  padding: 20px;
}

.terms-content .last-updated {
  text-align: right;
  font-style: italic;
  color: #666;
  margin-bottom: 20px;
}

.terms-content h2 {
  text-align: center;
  color: #2c6b9e;
  border-bottom: 2px solid #2c6b9e;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.terms-content h3 {
  color: #2c6b9e;
  margin-top: 25px;
  margin-bottom: 15px;
}

.terms-content h4 {
  color: #3a3a3a;
  margin-top: 20px;
  margin-bottom: 10px;
}

.terms-content p {
  margin-bottom: 15px;
  text-align: justify;
}

.terms-content .important-notice {
  background-color: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 15px;
  margin: 20px 0;
  font-size: 16px;
}

.terms-content strong {
  color: #2c6b9e;
}

.terms-content em {
  font-style: italic;
}

.privacy-content {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.privacy-content h2 {
  text-align: center;
  color: #2c6b9e;
  border-bottom: 2px solid #2c6b9e;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.privacy-content h3 {
  color: #2c5aa0;
  border-bottom: 2px solid #2c5aa0;
  padding-bottom: 8px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.privacy-content h4 {
  color: #2c5aa0;
  margin-top: 25px;
  margin-bottom: 10px;
}

.privacy-content p {
  margin-bottom: 15px;
  text-align: justify;
}

.privacy-content ul {
  margin-bottom: 15px;
  padding-left: 20px;
}

.privacy-content ul li {
  margin-bottom: 8px;
}

.privacy-content .privacy-header-box,
.privacy-content .privacy-footer-box {
  background-color: #f8f9fa;
  border-left: 4px solid #2c5aa0;
  padding: 20px;
  margin: 20px 0;
  border-radius: 4px;
}

.privacy-content .privacy-header-box p,
.privacy-content .privacy-footer-box p {
  margin-bottom: 12px;
}

.privacy-content .privacy-header-box h4,
.privacy-content .privacy-footer-box h4 {
  color: #2c5aa0;
  margin-top: 0;
  margin-bottom: 15px;
}

.privacy-content .table-container {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
}

.privacy-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  border: 1px solid #ddd;
}

.privacy-content table th {
  background-color: #2c5aa0;
  color: #fff;
  padding: 12px 15px;
  text-align: left;
  font-weight: bold;
}

.privacy-content table td {
  padding: 10px 15px;
  border: 1px solid #ddd;
  vertical-align: top;
}

.privacy-content table tr:nth-child(even) {
  background-color: #f8f9fa;
}

.privacy-content table tr:hover {
  background-color: #f1f1f1;
}

.page-header-container {
  padding-left: 24px;
  padding-right: 16px;
  padding-bottom: 15px !important;
  background-color: #ffffff;
  color: #000000;
}

@media (min-width: 992px) {
  .page-header-container {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .page-header-container {
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 8px !important;
  }
}
.mobile-header-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.child-mobile-wrapper {
  width: 100%;
}

.custom-tabs {
  width: 100%;
  font-family: "Aptos", sans-serif;
}

.custom-tabs .tab-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 2px solid #e7eaee;
  overflow-x: auto;
  overflow-y: hidden;
  background-color: #fff;
  gap: 1rem;
  padding: 0 1rem 0 1rem;
  margin-bottom: 0.5rem;
  /* Custom scrollbar styling */
  scrollbar-width: thin;
  scrollbar-color: #d1d5db #f3f4f6;
}

.custom-tabs .tab-header::-webkit-scrollbar {
  height: 6px;
}

.custom-tabs .tab-header::-webkit-scrollbar-track {
  background: #f3f4f6;
  border-radius: 3px;
}

.custom-tabs .tab-header::-webkit-scrollbar-thumb {
  background-color: #d1d5db;
  border-radius: 3px;
}

.custom-tabs .tab-header::-webkit-scrollbar-thumb:hover {
  background-color: #9ca3af;
}

.custom-tabs .tab-header .tab-button {
  /* Layout */
  padding: 1rem 1.25rem;
  background: transparent;
  border: none;
  cursor: pointer;
  /* Flex behavior */
  flex: 0 0 auto;
  /* Text styling */
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  color: #A0ABBB;
  /* Positioning for active indicator */
  position: relative;
  /* Transitions */
  transition: color 0.2s ease, background-color 0.2s ease;
  /* Hover state */
  /* Active state */
  /* Disabled state */
}

.custom-tabs .tab-header .tab-button:hover:not(.disabled-tab):not(.active) {
  color: #00AA2D;
  background-color: rgba(0, 170, 45, 0.05);
}

.custom-tabs .tab-header .tab-button.active {
  color: #00AA2D;
  font-weight: 700;
}

.custom-tabs .tab-header .tab-button.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #00AA2D;
  border-radius: 1px 1px 0 0;
}

.custom-tabs .tab-header .tab-button.disabled-tab {
  color: #9ca3af;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
  font-style: italic;
}

.custom-tabs .tab-content-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 150px;
}

.custom-tabs .tab-content-wrapper .tab-content {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.custom-tabs .tab-content-wrapper .tab-content.slide-left {
  animation-name: slide-left;
}

.custom-tabs .tab-content-wrapper .tab-content.slide-right {
  animation-name: slide-right;
}

/* Animations */
@keyframes slide-left {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-right {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* Responsive adjustments */
@media (max-width: 1200px) {
  .custom-tabs .tab-header {
    gap: 0.75rem;
    padding: 0 0.75rem 0 0.75rem;
  }
  .custom-tabs .tab-header .tab-button {
    padding: 0.875rem 1rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 992px) {
  .custom-tabs .tab-header {
    gap: 0.5rem;
    padding: 0 0.5rem 0 0.5rem;
  }
  .custom-tabs .tab-header .tab-button {
    padding: 0.75rem 0.875rem;
    font-size: 0.8125rem;
  }
}
@media (max-width: 768px) {
  .custom-tabs .tab-header {
    gap: 0.375rem;
    padding: 0 0.25rem 0 0.25rem;
  }
  .custom-tabs .tab-header .tab-button {
    padding: 0.625rem 0.75rem;
    font-size: 0.75rem;
  }
}
.split-layout {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  box-sizing: border-box;
  align-items: stretch;
}

.split-layout .split-left,
.split-layout .split-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.split-layout.mobile {
  flex-direction: column;
  margin-bottom: 2em;
}

.split-layout.mobile .split-left,
.split-layout.mobile .split-right {
  width: 100%;
}

.media-item-wrapper {
  height: 100% !important;
  width: 100%;
  position: relative;
  aspect-ratio: 4/3;
  height: auto;
  overflow: hidden;
  touch-action: pan-y;
}

.media-item-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.media-item-wrapper .media-video {
  width: 100%;
  height: 100%;
  position: relative;
}

.media-item-wrapper .media-video img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.media-item-wrapper .media-video .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.25rem 0.5rem;
  border-radius: 50%;
  z-index: 2;
}

.media-item-wrapper .media-video .video-duration {
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 0.75rem;
  padding: 0.2rem 0.4rem;
  border-radius: 0.25rem;
  z-index: 2;
}

.media-item-wrapper .media-image-wrapper:not(.fullscreen) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto !important;
}

.media-item-wrapper .media-image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.media-item-wrapper.fullscreen {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
}

.media-item-wrapper.fullscreen img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.media-item-wrapper.fullscreen .media-video {
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-item-wrapper.fullscreen .media-video video,
.media-item-wrapper.fullscreen .media-video img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.media-item-wrapper.fullscreen .media-video .video-icon,
.media-item-wrapper.fullscreen .media-video .video-duration {
  z-index: 3;
}

.media-item-wrapper.fullscreen .media-image-wrapper {
  max-width: 100%;
  max-height: 100%;
  overflow: visible;
}

.media-item-wrapper.fullscreen .media-image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: contain;
}

.media-item-wrapper.view-desktop {
  align-items: normal !important;
}

.media-badge-new {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 0.75rem;
  padding: 0.2rem 0.4rem;
  border-radius: 0.25rem;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 4;
}

.media-pdf-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.media-pdf-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.media-pdf-wrapper a svg,
.media-pdf-wrapper a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.media-pdf-wrapper .svg-preview svg {
  width: 24px;
  height: 24px;
}

.media-pdf-wrapper .media-overlay-badge {
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 0.7rem;
  padding: 0.2rem 0.4rem;
  border-radius: 0.25rem;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 3;
}

.media-pdf-wrapper .media-badge-new {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 0.75rem;
  padding: 0.2rem 0.4rem;
  border-radius: 0.25rem;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 4;
}

.media-item-wrapper.fullscreen .media-pdf-full-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.media-item-wrapper.fullscreen .media-pdf-full-wrapper iframe {
  display: block;
  width: 960px;
  height: 550px;
  max-width: 95%;
  max-height: 80vh;
  object-fit: contain;
  border: none;
  border-radius: 8px;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.media-item-wrapper.fullscreen .media-pdf-full-wrapper .media-pdf-actions {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}

.media-item-wrapper.fullscreen .media-pdf-full-wrapper .media-pdf-actions .docs-spanel-action-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #f1f5f9;
  border: none;
  padding: 0.5rem 1.25rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.875rem;
  color: #0D0F11;
}

.media-item-wrapper.fullscreen .media-pdf-full-wrapper .media-pdf-actions .docs-spanel-action-button i {
  font-size: 1rem;
}

.media-item-wrapper.fullscreen .media-pdf-full-wrapper .media-pdf-actions .docs-spanel-action-button span {
  white-space: nowrap;
}

.media-item-wrapper.fullscreen .media-pdf-full-wrapper .media-pdf-actions .docs-spanel-action-button:hover {
  background: #e2e8f0;
}

.postcard-full-modal.focused .media-item-wrapper.fullscreen .media-pdf-full-wrapper iframe {
  width: 960px;
  height: 550px;
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 8px;
  background: white;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.postcard-full-modal.focused .media-item-wrapper.fullscreen .media-pdf-full-wrapper .media-pdf-actions {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.postcard-full-modal.focused .media-item-wrapper.fullscreen .media-pdf-full-wrapper .media-pdf-actions .docs-spanel-action-button {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background: #f1f5f9;
  color: #0D0F11;
  border-radius: 6px;
  border: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.postcard-full-modal.focused .media-item-wrapper.fullscreen .media-pdf-full-wrapper .media-pdf-actions .docs-spanel-action-button:hover {
  background: #e2e8f0;
}

.postcard-full-modal.focused .media-item-wrapper.fullscreen .post-back-button {
  z-index: 10;
  position: relative;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
  .media-item-wrapper.fullscreen .media-pdf-full-wrapper iframe {
    max-width: 100%;
    max-height: 70vh;
  }
}
@media screen and (max-width: 768px) {
  .media-item-wrapper.fullscreen .media-pdf-full-wrapper iframe {
    max-height: 60vh;
  }
  .media-item-wrapper.fullscreen .media-image-wrapper.fullscreen img {
    max-height: 100% !important;
  }
  .media-item-wrapper.fullscreen .media-pdf-full-wrapper .media-pdf-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .media-item-wrapper.fullscreen .media-pdf-full-wrapper .media-pdf-actions .docs-spanel-action-button {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .media-item-wrapper.fullscreen .media-pdf-full-wrapper iframe {
    max-height: 50vh;
  }
  .media-item-wrapper.fullscreen .media-image-wrapper.fullscreen img {
    max-height: 100% !important;
  }
  .media-item-wrapper.fullscreen .media-pdf-full-wrapper .media-pdf-actions .docs-spanel-action-button {
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
  }
}
.zoomable-image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: transparent;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.zoomable-image-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.zoomable-image-inner img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.zoomable-reset-button {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 8px 16px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  z-index: 10;
  transition: background-color 0.2s ease;
}

.zoomable-reset-button:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.zoomable-reset-button:active {
  transform: scale(0.95);
}

/* Mobile-specific styles */
@media (max-width: 768px) {
  .zoomable-reset-button {
    top: 12px;
    right: 12px;
    padding: 6px 12px;
    font-size: 12px;
  }
}
.event-card {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.event-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.event-card .event-card {
  width: 100%;
}

.event-card .event-card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-card .event-card-icon span {
  color: #00AA2D;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.event-card .event-card-icon span svg {
  width: 32px;
  height: 32px;
  display: block;
}

.event-card .event-card-icon span image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.event-card .event-card-icon .event-card-label-general {
  font-weight: 600;
  color: #333;
}

.event-card .event-card-icon.single-card {
  margin-bottom: 1em;
}

.event-card .event-card-single {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.event-card .event-card-value {
  color: #000;
}

.event-card .event-card-label {
  color: #64748b;
}

.event-card .event-card-multi {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) 30px;
  gap: 1rem;
  align-items: center;
}

.event-card .event-card-multi .event-card-icon {
  grid-column: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-card .event-card-multi .event-card-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: center;
  min-width: 0;
}

.event-card .event-card-multi .event-card-item:nth-child(2) {
  grid-column: 2;
}

.event-card .event-card-multi .event-card-item:nth-child(3) {
  grid-column: 3;
}

.event-card .event-card-multi .event-card-item:nth-child(4) {
  grid-column: 4;
}

.event-card .event-card-multi .event-card-item .event-card-value {
  font-weight: bold;
  font-size: 1rem;
  color: #000;
  text-align: center;
  white-space: nowrap;
}

.event-card .event-card-multi .event-card-item .event-card-label {
  font-size: 0.8rem;
  color: #64748b;
  text-align: center;
  white-space: nowrap;
}

.event-card .event-card-multi .event-card-arrow {
  grid-column: 5;
  font-size: 1.5rem;
  color: #9ca3af;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-card-single-wrapper {
  padding: 1rem;
}

@media screen and (max-width: 768px) {
  .event-card {
    padding: 1rem;
  }
  .event-card .event-card-icon span {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
  .event-card .event-card-single {
    gap: 0.25rem;
  }
  .event-card .event-card-single .event-card-value {
    font-size: 20px;
    text-align: center;
  }
  .event-card .event-card-single .event-card-label {
    font-size: 16px;
    text-align: center;
  }
  .event-card .event-card-multi {
    gap: 0.4rem;
    flex-wrap: wrap;
  }
  .event-card .event-card-multi .event-card-item {
    gap: 0.5rem;
  }
  .event-card .event-card-multi .event-card-item .event-card-value {
    font-size: 16px;
  }
  .event-card .event-card-multi .event-card-item .event-card-label {
    font-size: 13px;
  }
  .event-card .event-card-multi .event-card-arrow {
    font-size: 1.2rem;
    padding-left: 0.25rem;
    margin-left: auto;
  }
}
.event-card-children {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.event-card-children > * {
  flex-shrink: 0;
}

.event-card-bottom-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
  height: 0;
  position: relative;
}

.event-card-bubble-wrapper-bottom {
  position: absolute;
  top: 0;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.5s ease;
  pointer-events: none;
  margin-top: -0.75rem;
}

.event-card-bubble-wrapper-bottom.show {
  opacity: 1;
  transform: translateY(0);
}

.event-card-bubble-wrapper-bottom .event-card-bubble {
  background: #00AA2D;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  font-size: 0.75rem;
  color: #ffffff;
  font-weight: 550;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.event-card-multi.with-bubble {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) 30px;
  gap: 1rem;
  align-items: center;
}

.event-card-multi.with-bubble .event-card-icon {
  grid-column: 1;
  grid-row: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-card-multi.with-bubble .event-card-bubble-multi {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.event-card-multi.with-bubble .event-card-bubble-multi .event-card-bubble {
  background: #00AA2D;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  font-size: 0.75rem;
  color: #ffffff;
  font-weight: 550;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.event-card-multi.with-bubble .event-card-empty-column {
  grid-column: 3;
  grid-row: 1;
  min-width: 0;
}

.event-card-multi.with-bubble .event-card-item:not(.event-card-bubble-multi):not(.event-card-empty-column) {
  grid-column: 4;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.event-card-multi.with-bubble .event-card-item:not(.event-card-bubble-multi):not(.event-card-empty-column) .event-card-value {
  font-weight: bold;
  font-size: 1rem;
  color: #000;
  text-align: center;
  white-space: nowrap;
}

.event-card-multi.with-bubble .event-card-item:not(.event-card-bubble-multi):not(.event-card-empty-column) .event-card-label {
  font-size: 0.8rem;
  color: #64748b;
  text-align: center;
  white-space: nowrap;
}

.event-card-multi.with-bubble .event-card-arrow {
  grid-column: 5;
  grid-row: 1;
  font-size: 1.5rem;
  color: #9ca3af;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-card-multi:not(.with-bubble) {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) 30px;
  gap: 1rem;
  align-items: center;
}

.event-card-multi:not(.with-bubble) .event-card-icon {
  grid-column: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-card-multi:not(.with-bubble) .event-card-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: center;
  min-width: 0;
}

.event-card-multi:not(.with-bubble) .event-card-item:nth-child(2) {
  grid-column: 2;
}

.event-card-multi:not(.with-bubble) .event-card-item:nth-child(3) {
  grid-column: 3;
}

.event-card-multi:not(.with-bubble) .event-card-item:nth-child(4) {
  grid-column: 4;
}

.event-card-multi:not(.with-bubble) .event-card-item .event-card-value {
  font-weight: bold;
  font-size: 1rem;
  color: #000;
  text-align: center;
  white-space: nowrap;
}

.event-card-multi:not(.with-bubble) .event-card-item .event-card-label {
  font-size: 0.8rem;
  color: #64748b;
  text-align: center;
  white-space: nowrap;
}

.event-card-multi:not(.with-bubble) .event-card-arrow {
  grid-column: 5;
  font-size: 1.5rem;
  color: #9ca3af;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .event-card-multi.with-bubble {
    grid-template-columns: 32px 1fr auto 30px;
    gap: 0.75rem;
  }
  .event-card-multi.with-bubble .event-card-icon {
    width: 32px;
    height: 32px;
  }
  .event-card-multi.with-bubble .event-card-bubble-multi {
    grid-column: 2/3;
    padding: 0 1rem;
    justify-content: center;
  }
  .event-card-multi.with-bubble .event-card-bubble-multi .event-card-bubble {
    font-size: 0.7rem;
    padding: 0.35rem 0.75rem;
  }
  .event-card-multi.with-bubble .event-card-empty-column {
    display: none;
  }
  .event-card-multi.with-bubble .event-card-item:not(.event-card-bubble-multi):not(.event-card-empty-column) {
    grid-column: 3;
    min-width: 100px;
    align-items: flex-end;
  }
  .event-card-multi.with-bubble .event-card-item:not(.event-card-bubble-multi):not(.event-card-empty-column) .event-card-value {
    font-size: 0.9rem;
    text-align: right;
  }
  .event-card-multi.with-bubble .event-card-item:not(.event-card-bubble-multi):not(.event-card-empty-column) .event-card-label {
    font-size: 0.75rem;
    text-align: right;
  }
  .event-card-multi.with-bubble .event-card-arrow {
    grid-column: 4;
    font-size: 1.2rem;
  }
  .event-card-multi:not(.with-bubble) {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
  }
  .event-card-multi:not(.with-bubble) .event-card-icon {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
  }
  .event-card-multi:not(.with-bubble) .event-card-item {
    flex: 1 1 0;
  }
  .event-card-multi:not(.with-bubble) .event-card-item:nth-child(2), .event-card-multi:not(.with-bubble) .event-card-item:nth-child(3), .event-card-multi:not(.with-bubble) .event-card-item:nth-child(4) {
    grid-column: unset;
  }
  .event-card-multi:not(.with-bubble) .event-card-item .event-card-value {
    font-size: 0.9rem;
  }
  .event-card-multi:not(.with-bubble) .event-card-item .event-card-label {
    font-size: 0.75rem;
  }
  .event-card-multi:not(.with-bubble) .event-card-arrow {
    flex: 0 0 24px;
    font-size: 1.2rem;
  }
}
.sales-list-icon.clicked {
  background-color: #00AA2D;
  border-radius: 6px;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sales-list-icon.clicked svg {
  width: 100%;
  height: 100%;
  display: block;
  color: #E6F8EA;
}

.event-card.highlighted {
  border: 2px solid #00AA2D;
  border-radius: 12px;
  transition: border 0.2s ease;
}

.event-card-title-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.event-card-title-label {
  font-weight: 600;
  font-size: 1rem;
  color: #333;
  text-align: center;
  white-space: normal;
  word-break: break-word;
}

.event-card.compact-padding {
  padding: 0.3rem 0.7rem !important;
}

.event-card.compact-padding .event-card-single-wrapper {
  padding: 0.3rem 0.7rem;
}

.simple-card {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  gap: 1rem;
}

.simple-card .simple-card-items-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}

.simple-card .simple-card-item-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1rem;
  background-color: inherit;
  min-width: 0;
  flex-grow: 1;
}

.simple-card .simple-card-item-box > div {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
  width: 100%;
}

.simple-card .simple-card-item-box.fixed-font > * {
  font-size: 1rem !important;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  width: 100%;
}

.grid-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
}

.grid-card-header-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.95rem;
  margin-top: 1em;
}

@keyframes slideInRight {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-right {
  animation: slideInRight 0.4s ease-out forwards;
}

.simple-card.compact {
  padding: 0.75rem 1rem;
}

.simple-card.compact .simple-card-items-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}

.simple-card.compact .simple-card-item-box {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1rem;
  background-color: inherit;
  min-width: 0;
}

.simple-card.compact .simple-card-item-box > div {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
}

.simple-card.compact .simple-card-item-box.fixed-font > * {
  font-size: 1rem !important;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.labeled-card {
  background-color: #f7f8f9;
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: none;
  border: none;
  position: relative;
  z-index: 2;
}

.labeled-card--selected {
  background-color: #e6f8ea;
  border: 2px solid #00aa2d;
}

.labeled-card__content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.labeled-card__text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.labeled-card__title {
  font-weight: 600;
  font-size: 1rem;
  color: #111827;
}

.labeled-card--selected .labeled-card__title {
  color: #00aa2d;
}

.labeled-card__description {
  font-size: 0.875rem;
  color: #6b7280;
}

.labeled-card--selected .labeled-card__description {
  color: #00aa2d;
}

.labeled-card__child {
  margin-left: 1.25rem;
  display: flex;
  align-items: center;
}

.labeled-card__loading-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 10;
  border-radius: inherit;
}

.labeled-card--disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}

.farmer-expandable-container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1em;
}

@media (min-width: 768px) {
  .farmer-expandable-container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.farmer-expandable-container > .farmer-expandable-card {
  width: 100%;
}

@media (min-width: 768px) {
  .farmer-expandable-container > .farmer-expandable-card {
    width: calc(50% - 1rem);
    margin-left: 1rem;
  }
}
.farmer-expandable-card {
  background-color: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 0.75rem 1rem;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}

.farmer-expandable-card .farmer-expandable-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 44px;
}

.farmer-expandable-card .farmer-expandable-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00AA2D;
}

.farmer-expandable-card .farmer-expandable-icon svg {
  width: 100%;
  height: 100%;
}

.farmer-expandable-card .farmer-expandable-title {
  flex: 1;
  font-weight: 600;
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .farmer-expandable-card .farmer-expandable-title {
    font-size: 16px;
  }
}
.farmer-expandable-card .farmer-expandable-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.farmer-expandable-card .farmer-expandable-arrow svg {
  width: 20px;
  height: 20px;
}

.farmer-expandable-card .farmer-expandable-arrow.rotate-up {
  transform: rotate(180deg);
}

.farmer-expandable-card .farmer-expandable-arrow.rotate-down {
  transform: rotate(0deg);
}

.farmer-expandable-card .farmer-expandable-hr-container {
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.farmer-expandable-card .farmer-expandable-hr-container hr {
  width: 100%;
  border: none;
  border-top: 1px solid #ccc;
}

.farmer-expandable-card .farmer-expandable-content {
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.3s ease;
}

.farmer-expandable-card .farmer-expandable-content.expanded {
  opacity: 1;
}

.farmer-expandable-card .farmer-expandable-content.collapsed {
  max-height: 0;
  opacity: 0;
}

.movie-card {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease-in-out;
}

.movie-card:hover {
  transform: scale(1.02);
}

.movie-card-background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.movie-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.85));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
  color: white;
}

.movie-card-content {
  display: flex;
  flex-direction: column;
}

.movie-title {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}

.movie-date {
  font-size: 0.8rem;
  opacity: 0.9;
}

.movie-duration {
  align-self: flex-end;
  font-size: 0.8rem;
  background: rgba(0, 0, 0, 0.6);
  padding: 4px 8px;
  border-radius: 4px;
}

.farmer-expandable-grid {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.expandable-grid-header {
  display: grid;
  grid-template-columns: repeat(var(--cols, 1), minmax(80px, 1fr)) 24px;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.25rem 0.5rem 0.25rem;
}

.expandable-grid-header::-webkit-scrollbar {
  height: 6px;
}

.expandable-grid-header::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.expandable-grid-header::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  transition: background 0.2s ease;
}

.expandable-grid-header::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

.expandable-grid-header .header-cell {
  font-weight: 600;
  font-size: 0.75rem;
  color: #333;
  padding: 0.5rem 0.25rem;
  display: flex;
  align-items: center;
  word-break: break-word;
}

.expandable-grid-header .expandable-grid-arrow-spacer {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.expandable-grid-rows {
  display: flex;
  flex-direction: column;
}

.expandable-grid-row {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.expandable-grid-row .expandable-grid-row-header {
  display: grid;
  grid-template-columns: repeat(var(--cols, 1), minmax(80px, 1fr)) 24px;
  align-items: center;
  gap: 0.5rem;
  min-height: 44px;
  cursor: pointer;
  padding: 0.5rem 0.25rem;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.05);
}

.expandable-grid-row .expandable-grid-row-header::-webkit-scrollbar {
  height: 6px;
}

.expandable-grid-row .expandable-grid-row-header::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.expandable-grid-row .expandable-grid-row-header::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  transition: background 0.2s ease;
}

.expandable-grid-row .expandable-grid-row-header::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

.expandable-grid-row .expandable-grid-row-header .expandable-grid-cell {
  padding: 0.5rem 0.25rem;
  color: #333;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  word-break: break-word;
}

.expandable-grid-row .farmer-expandable-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.expandable-grid-row .farmer-expandable-arrow svg {
  width: 20px;
  height: 20px;
}

.expandable-grid-row .farmer-expandable-arrow.rotate-up {
  transform: rotate(180deg);
}

.expandable-grid-row .farmer-expandable-arrow.rotate-down {
  transform: rotate(0deg);
}

.expandable-grid-row .farmer-expandable-hr-container {
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin: 0.5rem 0;
  transition: all 0.3s ease-in-out;
}

.expandable-grid-row .farmer-expandable-hr-container hr {
  width: 100%;
  border: none;
  border-top: 1px solid #ccc;
}

.expandable-grid-row .farmer-expandable-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.3s ease;
}

.expandable-grid-row .farmer-expandable-content.expanded {
  max-height: 1000px;
  opacity: 1;
}

.expandable-grid-row .farmer-expandable-content.collapsed {
  max-height: 0;
  opacity: 0;
}

.expandable-grid-row .expandable-grid-inner {
  padding: 0.75rem 0.25rem 0.75rem 0.25rem;
  background-color: #fafafa;
  border-radius: 0.5rem;
}

.expandable-grid-total-row {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  background-color: #f7f8f9;
  margin-top: 0.5rem;
}

.expandable-grid-total-row .expandable-grid-row-header {
  cursor: default;
}

.expandable-grid-total-row .expandable-grid-row-header:hover {
  background-color: transparent;
}

.expandable-grid-total-row .expandable-grid-total-cell {
  font-weight: 600;
  color: #1f2937;
  font-size: 0.85rem;
}

.expandable-grid-total-row .expandable-grid-total-cell strong {
  font-weight: 600;
}

@media (min-width: 480px) {
  .expandable-grid-header {
    grid-template-columns: repeat(var(--cols, 1), minmax(100px, 1fr)) 24px;
    gap: 0.75rem;
  }
  .expandable-grid-header .header-cell {
    font-size: 0.85rem;
  }
  .expandable-grid-row .expandable-grid-row-header {
    grid-template-columns: repeat(var(--cols, 1), minmax(100px, 1fr)) 24px;
    gap: 0.75rem;
  }
  .expandable-grid-row .expandable-grid-row-header .expandable-grid-cell {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) {
  .expandable-grid-header {
    grid-template-columns: repeat(var(--cols, 1), minmax(150px, 1fr)) 24px;
    gap: 1rem;
  }
  .expandable-grid-header .header-cell {
    font-size: 0.9rem;
  }
  .expandable-grid-row .expandable-grid-row-header {
    grid-template-columns: repeat(var(--cols, 1), minmax(150px, 1fr)) 24px;
    gap: 1rem;
  }
  .expandable-grid-row .expandable-grid-row-header .expandable-grid-cell {
    font-size: 0.9rem;
  }
}
@media (min-width: 1024px) {
  .expandable-grid-header {
    grid-template-columns: repeat(var(--cols, 1), minmax(160px, 1fr)) 24px;
  }
  .expandable-grid-row .expandable-grid-row-header {
    grid-template-columns: repeat(var(--cols, 1), minmax(160px, 1fr)) 24px;
  }
}
@media (max-width: 767px) {
  .expandable-grid-header,
  .expandable-grid-row-header {
    grid-template-columns: 1fr 0.5fr 0.5fr 30px !important;
    gap: 0.5rem;
  }
  .expandable-grid-header .expandable-grid-cell,
  .expandable-grid-header .header-cell,
  .expandable-grid-row-header .expandable-grid-cell,
  .expandable-grid-row-header .header-cell {
    font-size: 0.75rem;
    color: #333;
    padding: 0.25rem 0.25rem;
    display: flex;
    align-items: center;
  }
  .expandable-grid-total-row .expandable-grid-row-header {
    grid-template-columns: 1fr 0.5fr 0.5fr 30px !important;
  }
  .expandable-grid-total-row .expandable-grid-total-cell {
    font-size: 0.8rem;
  }
}
.media-card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
  height: 100%;
}

.media-card-wrapper.preview-mode .media-preview-single,
.media-card-wrapper.preview-mode .media-preview-double,
.media-card-wrapper.preview-mode .media-preview-grid {
  flex: 1 1 auto;
  display: flex;
}

.media-card-wrapper.preview-mode .media-preview-single {
  width: 100%;
  position: relative;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.media-card-wrapper.preview-mode .media-preview-double {
  display: flex;
  gap: 0.5rem;
}

.media-card-wrapper.preview-mode .media-preview-double .media-preview-double-item {
  flex: 1;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.media-card-wrapper.preview-mode .media-preview-grid {
  display: flex;
  gap: 0.5rem;
}

.media-card-wrapper.preview-mode .media-preview-grid .media-preview-left {
  width: 60%;
  height: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.media-card-wrapper.preview-mode .media-preview-grid .media-preview-right {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.media-card-wrapper.preview-mode .media-preview-grid .media-preview-right .media-preview-top,
.media-card-wrapper.preview-mode .media-preview-grid .media-preview-right .media-preview-bottom {
  flex: 1;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.media-card-wrapper.preview-mode .media-preview-grid .media-preview-right .media-overlay-count {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
}

.media-card-wrapper.preview-mode img,
.media-card-wrapper.preview-mode .media-video {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain !important;
  object-position: center;
  display: block;
}

.media-card-wrapper.full-mode .media-full-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.5rem;
  min-height: 240px;
}

.media-card-wrapper.full-mode .media-full-grid .small {
  aspect-ratio: 1/1;
  position: relative;
  cursor: pointer;
}

.media-card-wrapper.full-mode .media-full-grid .small img,
.media-card-wrapper.full-mode .media-full-grid .small .media-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.media-card-wrapper.full-mode .media-full-grid .media-attachments-count {
  grid-column: 1/-1;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #6b7280;
}

.media-card-wrapper .media-video {
  position: relative;
}

.media-card-wrapper .media-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.media-card-wrapper .media-video .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.25rem 0.5rem;
  border-radius: 50%;
}

.media-card-wrapper .media-video .video-duration {
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 0.75rem;
  padding: 0.2rem 0.4rem;
  border-radius: 0.25rem;
}

.media-admin-scroll {
  display: flex;
  overflow-x: auto;
  gap: 8px;
  padding: 4px;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

.media-admin-item {
  position: relative;
  width: 150px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}

.media-admin-item img, .media-admin-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.media-admin-item:hover .media-admin-hover-overlay {
  opacity: 1;
}

.media-admin-hover-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.media-admin-hover-overlay svg {
  width: 20px;
  height: 20px;
  color: #e53935;
}

.media-mobile-carousel {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
}

.media-mobile-slide {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.media-mobile-slide img,
.media-mobile-slide .media-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.media-mobile-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.media-mobile-arrow {
  border: none;
  background: transparent;
  font-size: 1.25rem;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
}

.media-mobile-arrow:disabled {
  opacity: 0.3;
  cursor: default;
}

.media-mobile-dots {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  justify-content: center;
}

.media-mobile-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  padding: 0;
  background-color: #d1d5db;
  cursor: pointer;
}

.media-mobile-dot.active {
  width: 16px;
  background-color: #374151;
}

.media-fullscreen-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-fullscreen-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.media-fullscreen-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.5rem;
}

.media-fullscreen-close {
  border: none;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 999px;
  padding: 0.25rem 0.6rem;
  font-size: 1rem;
  cursor: pointer;
}

.media-fullscreen-content {
  flex: 1;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.media-fullscreen-content img,
.media-fullscreen-content .media-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.media-fullscreen-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  cursor: pointer;
}

.media-fullscreen-arrow.left {
  left: 1rem;
}

.media-fullscreen-arrow.right {
  right: 1rem;
}

.media-fullscreen-dots {
  display: flex;
  justify-content: center;
  gap: 0.3rem;
  margin-top: 0.75rem;
}

.media-fullscreen-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  padding: 0;
  background-color: #6b7280;
}

.media-fullscreen-dot.active {
  width: 16px;
  background-color: #f9fafb;
}

.media-item-wrapper {
  touch-action: pan-y;
}

.post-card-wrapper {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.post-card-wrapper.view-mobile {
  padding-left: 0px;
  padding-right: 0px;
}

.post-card-wrapper:not(.view-mobile) {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.post-card-wrapper:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.post-card-wrapper .post-title-box,
.post-card-wrapper .post-description-box,
.post-card-wrapper .post-media-box,
.post-card-wrapper .post-date-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.post-card-wrapper .post-media-box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
}

.post-card-wrapper .view-desktop {
  overflow: hidden;
}

.post-card-wrapper .post-date-box {
  text-align: center;
  margin-bottom: 1rem;
}

.post-card-wrapper .post-date-box .post-date {
  font-size: 0.875rem;
  color: #64748B;
}

.post-card-wrapper .post-text-content {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  line-height: 1.4;
}

.post-card-wrapper .post-title-box {
  margin-bottom: 0.5rem;
}

.post-card-wrapper .post-title-box .post-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}

.post-card-wrapper .post-description-box {
  margin-bottom: 0.75rem;
}

.post-card-wrapper .post-description-box .post-description {
  font-size: 1rem;
  color: #64748B;
  margin: 0;
}

.post-card-wrapper.preview-mode .post-description-box {
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
}

.post-card-wrapper.preview-mode .post-description-box .post-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.post-card-wrapper.preview-mode.expanded .post-description-box {
  min-height: 0;
  max-height: none;
  overflow: visible;
  text-align: justify;
}

.post-card-wrapper.preview-mode.expanded .post-description-box .post-description {
  -webkit-line-clamp: unset;
  max-height: none;
}

.post-card-wrapper .post-description-more {
  margin-top: 0.25rem;
  align-self: flex-start;
  border: none;
  background: transparent;
  color: #000000;
  font-size: 1rem;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}

.post-card-wrapper.full-mode {
  background: white;
  box-shadow: none;
  width: 664px;
  height: 802px;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  padding: 1.5rem;
  margin: 0 auto;
  border-radius: 12px;
  scrollbar-gutter: stable;
  display: flex;
  flex-direction: column;
}

.post-card-wrapper.full-mode .post-title-box {
  margin-bottom: 0.75rem;
}

.post-card-wrapper.full-mode .post-title-box .post-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #0D0F11;
  margin: 0;
}

.post-card-wrapper.full-mode .post-description-box {
  margin-bottom: 1rem;
}

.post-card-wrapper.full-mode .post-description-box .post-description {
  font-size: 1rem;
  color: #64748B;
  line-height: 1.5;
  white-space: pre-line;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
}

.post-card-wrapper.full-mode .post-media-box {
  flex-grow: 1;
  margin-bottom: 1rem;
}

.post-card-wrapper.full-mode .post-date-box {
  margin-top: auto;
}

.post-card-wrapper.full-mode .post-date-box .post-date {
  font-size: 0.875rem;
  color: #64748B;
}

.post-media-focus {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  width: 100%;
  height: 100%;
  position: relative;
}

.post-media-focus.focus-active {
  animation: slideInLeft 0.3s ease forwards;
}

.post-media-focus.focus-inactive {
  animation: slideOutRight 0.3s ease forwards;
}

.post-media-focus img, .post-media-focus video {
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
}

.post-media-focus .post-back-button {
  align-self: flex-start;
  margin-bottom: 1rem;
  background: transparent;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  color: #333;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideOutRight {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}
@media screen and (max-width: 768px) {
  .post-card-wrapper.full-mode {
    max-width: 100%;
    height: 75vh;
    border-radius: 0;
    padding: 1rem;
  }
  .post-media-focus img {
    max-width: 90%;
    max-height: 50vh;
    object-fit: contain;
    touch-action: auto;
    user-select: auto;
    -webkit-user-drag: none;
  }
}
.post-media-focus {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  width: 100%;
  height: 100%;
  position: relative;
}

.post-media-focus.focus-active {
  animation: slideInLeft 0.3s ease forwards;
}

.post-media-focus.focus-inactive {
  animation: slideOutRight 0.3s ease forwards;
}

.post-media-focus img, .post-media-focus video {
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
}

.post-media-focus .post-back-button {
  align-self: flex-start;
  margin-bottom: 1rem;
  background: transparent;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  color: #333;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideOutRight {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}
/* Mobile overrides */
@media screen and (max-width: 768px) {
  .post-media-box {
    height: 62vh;
  }
  .post-card-wrapper.full-mode {
    max-width: 100%;
    height: 75vh;
    border-radius: 0;
    padding: 1rem;
  }
  .post-media-focus img {
    max-width: 90%;
    max-height: 50vh;
    object-fit: contain;
    touch-action: auto;
    user-select: auto;
    -webkit-user-drag: none;
  }
}
.postcard-full-modal.focused {
  width: auto !important;
  height: 65vh;
  max-width: 70vw;
  max-height: 80vh;
  padding: 1rem !important;
  margin: 1rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: white;
}

.postcard-full-modal.focused .post-card-wrapper {
  padding: 0;
  margin: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.postcard-full-modal.focused .post-media-focus {
  padding: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  max-height: 100%;
}

.postcard-full-modal.focused .post-media-focus img,
.postcard-full-modal.focused .post-media-focus video {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.postcard-full-modal.focused .post-media-focus .media-video {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 60vw;
  max-height: 70vh;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.postcard-full-modal.focused .post-media-focus .media-video img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

.postcard-full-modal.focused .postcard-header {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  color: #333;
  font-size: 0.9rem;
  pointer-events: none;
}

.postcard-full-modal.focused .postcard-header .back-button,
.postcard-full-modal.focused .postcard-header .date-text {
  pointer-events: auto;
  margin-left: 1em;
}

.postcard-full-modal.focused .post-card-wrapper.full-mode {
  scrollbar-width: thin;
  scrollbar-color: #9ca3af #f3f4f6;
}

.postcard-full-modal.focused .post-card-wrapper.full-mode::-webkit-scrollbar {
  width: 8px;
}

.postcard-full-modal.focused .post-card-wrapper.full-mode::-webkit-scrollbar-track {
  background: #f3f4f6;
  border-radius: 999px;
}

.postcard-full-modal.focused .post-card-wrapper.full-mode::-webkit-scrollbar-thumb {
  background: #9ca3af;
  border-radius: 999px;
}

.postcard-full-modal.focused .post-card-wrapper.full-mode::-webkit-scrollbar-thumb:hover {
  background: #6b7280;
}

.slide-panel-content > .post-card-wrapper.full-mode {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.post-card-wrapper.full-mode {
  position: relative;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #9ca3af #f3f4f6;
}

.post-card-wrapper.full-mode::-webkit-scrollbar {
  width: 8px;
}

.post-card-wrapper.full-mode::-webkit-scrollbar-track {
  background: #f3f4f6;
  border-radius: 999px;
}

.post-card-wrapper.full-mode::-webkit-scrollbar-thumb {
  background: #9ca3af;
  border-radius: 999px;
}

.post-card-wrapper.full-mode::-webkit-scrollbar-thumb:hover {
  background: #6b7280;
}

.post-card-wrapper.full-mode .post-close-button-container {
  /*        position: sticky;
          bottom: 0;
          background: white;
          padding-top: 1rem;
          padding-bottom: 1rem;
          margin-top: auto;
          text-align: center;
          z-index: 5;
          border-top: 1px solid #e5e7eb;*/
  position: fixed;
  bottom: 0;
  background: white;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  z-index: 5;
  border-top: 1px solid #e5e7eb;
  width: 92%;
}

.post-card-wrapper.full-mode .post-close-button-container .post-close-button {
  background-color: #ef4444;
  color: white;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.post-card-wrapper.full-mode .post-close-button-container .post-close-button:hover {
  background-color: #dc2626;
}

.notification-card-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.9rem;
}

.notification-card-wrapper--swiped .notification-card {
  transform: translateX(-80px);
}

.notification-card-wrapper--swiped .notification-card__swipe-delete {
  opacity: 1;
  pointer-events: auto;
}

.notification-card {
  width: 100%;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 0.9rem 1rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.notification-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}

.notification-card__header-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}

.notification-card__title {
  font-size: 1.05rem;
  font-weight: 400;
  color: #111827;
  margin-right: 0.75rem;
  flex: 1 1 auto;
}

.notification-card__title--bold {
  font-weight: 700;
}

.notification-card__date {
  font-size: 0.85rem;
  color: #6b7280;
  flex-shrink: 0;
  white-space: nowrap;
}

.notification-card__body {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}

.notification-card__left-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.notification-card__icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #22c55e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.notification-card__icon--read {
  background-color: #e5e7eb;
}

.notification-card__icon--read img {
  filter: brightness(0) saturate(100%) invert(56%) sepia(89%) saturate(495%) hue-rotate(81deg) brightness(95%) contrast(89%);
}

.notification-card__icon-default {
  font-size: 1.1rem;
  color: #ffffff;
}

.notification-card__content-wrapper {
  flex: 1 1 auto;
  position: relative;
  min-height: 2.8rem;
}

.notification-card__preview {
  font-size: 0.95rem;
  color: #111827;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.notification-card__preview--hidden {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.notification-card__toggle {
  border: none;
  background: transparent;
  padding: 0.15rem;
  margin-left: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.notification-card__toggle-symbol {
  font-size: 1.3rem;
  color: #4b5563;
  transition: transform 0.3s ease;
}

.notification-card--expanded .notification-card__toggle-symbol {
  transform: rotate(180deg);
}

.notification-card-wrapper--swiped .notification-card__toggle {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.notification-card__full-text {
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.45;
  animation: fadeInText 0.4s ease;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #e5e7eb;
}

.notification-card__delete-icon {
  border: none;
  background: transparent;
  color: #111827;
  padding: 0.35rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  transition: background-color 0.2s ease, color 0.2s ease;
  animation: fadeInText 0.3s ease;
}

.notification-card__delete-icon svg {
  width: 20px;
  height: 20px;
}

.notification-card__delete-icon:hover {
  background-color: #f3f4f6;
  color: #ef4444;
}

.notification-card__delete-icon:active {
  transform: scale(0.95);
}

.notification-card__swipe-delete {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 80px;
  background-color: #ef4444;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 12px 12px 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.notification-card__swipe-delete-btn {
  border: none;
  background: transparent;
  color: #ffffff;
  padding: 0.75rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.notification-card__swipe-delete-btn svg {
  width: 24px;
  height: 24px;
}

.notification-card__swipe-delete-btn:active {
  transform: scale(0.9);
}

@keyframes fadeInText {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.custom-snackbar-container {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
  width: 100%;
  max-width: 600px;
  padding: 0 16px;
}

@media (max-width: 768px) {
  .custom-snackbar-container {
    top: 70px;
    max-width: 100%;
    padding: 0 8px;
  }
}
.custom-snackbar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  font-weight: 500;
  pointer-events: auto;
  min-height: 56px;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  width: 100%;
}

.custom-snackbar--visible {
  opacity: 1;
  transform: translateY(0);
}

.custom-snackbar--closing {
  opacity: 0;
  transform: translateY(-20px);
}

.custom-snackbar--success {
  background-color: #4caf50;
  color: #ffffff;
}

.custom-snackbar--error {
  background-color: #f44336;
  color: #ffffff;
}

.custom-snackbar--info {
  background-color: #2196f3;
  color: #ffffff;
}

.custom-snackbar__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 18px;
  font-weight: bold;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}

.custom-snackbar__message {
  flex: 1;
  line-height: 1.4;
  word-break: break-word;
}

.custom-snackbar__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
  padding: 0;
  line-height: 1;
}

.custom-snackbar__close:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.custom-snackbar__close:active {
  background-color: rgba(255, 255, 255, 0.3);
}

.custom-snackbar__close:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .custom-snackbar {
    padding: 12px 14px;
    font-size: 13px;
    min-height: 48px;
    border-radius: 6px;
  }
  .custom-snackbar__icon {
    width: 20px;
    height: 20px;
    font-size: 16px;
  }
  .custom-snackbar__close {
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
}
.gauge-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.gauge-wrapper .gauge-inner {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 2/1;
  max-width: 520px;
}

.gauge-wrapper .gauge-inner canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.gauge-wrapper .gauge-inner .gauge-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.gauge-wrapper .gauge-inner .gauge-overlay .gauge-overlay-inner {
  position: absolute;
  bottom: 0;
  left: 50%;
  bottom: 12%;
  transform: translateX(-50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.gauge-wrapper .gauge-inner .gauge-overlay .gauge-overlay-inner .gauge-percent {
  font-size: clamp(0.8rem, 2vw, 1rem);
  font-weight: bold;
}

.gauge-wrapper .gauge-inner .gauge-overlay .gauge-overlay-inner .gauge-label {
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  font-weight: bold;
  color: #000;
}

.gauge-wrapper .gauge-inner .gauge-overlay .gauge-overlay-inner .gauge-sub {
  font-size: clamp(0.7rem, 2vw, 16px);
  color: #64748b;
}

.canvas-loading {
  animation: pulse-canvas 1.4s ease-in-out infinite;
  opacity: 0.6;
}

@keyframes pulse-canvas {
  0%, 100% {
    filter: brightness(100%);
  }
  50% {
    filter: brightness(115%);
  }
}
.full-gauge-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.full-gauge-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.full-gauge-inner canvas {
  width: 100% !important;
  height: 100% !important;
}

.full-gauge-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.full-gauge-overlay-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.full-gauge-title {
  font-size: 40px;
  font-weight: 500;
  color: #555;
  margin-bottom: 0.25rem;
}

.full-gauge-label {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.full-gauge-sub {
  font-size: 20px;
  color: #888;
}

@media (min-width: 768px) {
  .full-gauge-title {
    font-size: 24px;
  }
  .full-gauge-label {
    font-size: 20px;
  }
  .full-gauge-sub {
    font-size: 15px;
  }
}
.canvas-loading {
  opacity: 0.5;
  filter: grayscale(80%);
  transition: opacity 0.3s ease;
}

.full-gauge-root {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 0.5rem;
}

.full-gauge-below {
  text-align: center;
  width: 100%;
}

.image {
  margin: 0.25rem;
  display: block;
}

.icon-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  align-items: center;
}

.icon-button svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}

.icon-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  filter: grayscale(1);
}

.spacer {
  flex-grow: 1;
}

.farmer-dropdown-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
  font-size: 0.875rem;
}

.farmer-dropdown-wrapper.desktop-fit {
  width: max-content;
}

.farmer-dropdown-wrapper.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.farmer-dropdown-wrapper .farmer-dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background-color: white;
  cursor: pointer;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  min-height: 42px;
  min-width: 170px;
  max-width: 400px;
  justify-content: space-between;
}

.farmer-dropdown-wrapper .farmer-dropdown-trigger:focus {
  outline: 2px solid #10b981;
  outline-offset: 2px;
}

.farmer-dropdown-wrapper .farmer-dropdown-trigger .farmer-dropdown-icon {
  width: 16px;
  height: 16px;
  color: #03BB31;
  display: flex;
  align-items: center;
  justify-content: center;
}

.farmer-dropdown-wrapper .farmer-dropdown-trigger .farmer-dropdown-label {
  flex: 1;
  color: #111827;
  display: flex;
  align-items: center;
}

.farmer-dropdown-wrapper .farmer-dropdown-trigger .farmer-dropdown-label.placeholder {
  color: #9ca3af;
}

.farmer-dropdown-wrapper .farmer-dropdown-trigger .farmer-dropdown-label.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.farmer-dropdown-wrapper .farmer-dropdown-trigger .farmer-dropdown-arrow {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: #374151;
}

.farmer-dropdown-wrapper .farmer-dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background: white;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  margin-top: 0.25rem;
  padding: 0.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  min-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.farmer-dropdown-wrapper .farmer-dropdown-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  font-size: 0.875rem;
  color: #111827;
  transition: background-color 0.2s ease;
  gap: 0.5rem;
}

.farmer-dropdown-wrapper .farmer-dropdown-item:hover {
  background-color: #f9fafb;
}

.farmer-dropdown-wrapper .farmer-dropdown-item .farmer-option-label {
  flex: 1;
  max-width: calc(100% - 24px);
  word-break: break-word;
}

.farmer-dropdown-wrapper .farmer-dropdown-item .farmer-option-indicator {
  width: 18px;
  height: 18px;
  border: 2px solid #9ca3af;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease;
}

.farmer-dropdown-wrapper .farmer-dropdown-item .farmer-option-indicator .inner-circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.2s ease;
}

.farmer-dropdown-wrapper .farmer-dropdown-item .farmer-option-indicator.selected {
  border-color: #10b981;
}

.farmer-dropdown-wrapper .farmer-dropdown-item .farmer-option-indicator.selected .inner-circle {
  background-color: #10b981;
}

.farmer-dropdown-wrapper .farmer-dropdown-error {
  font-size: 0.75rem;
  color: #dc2626;
  margin-top: 0.25rem;
}

.farmer-select-panel {
  padding: 1rem;
}

.farmer-select-panel .farmer-panel-options {
  list-style: none;
  padding: 0;
  margin: 0;
}

.farmer-select-panel .farmer-panel-options .farmer-panel-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.farmer-select-panel .farmer-panel-options .farmer-panel-item .farmer-option-label {
  font-size: 14px;
  color: #333;
}

.farmer-select-panel .farmer-panel-options .farmer-panel-item .farmer-option-indicator {
  width: 18px;
  height: 18px;
  border: 2px solid #999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.farmer-select-panel .farmer-panel-options .farmer-panel-item .farmer-option-indicator .inner-circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
}

.farmer-select-panel .farmer-panel-options .farmer-panel-item .farmer-option-indicator.selected .inner-circle {
  background: #00aa2d;
}

.farmer-select-panel .farmer-panel-options .farmer-panel-item.selected .farmer-option-label {
  font-weight: bold;
}

.farmer-select-panel .farmer-panel-options .farmer-panel-item.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.farmer-dropdown-wrapper.loading {
  cursor: wait;
}

.farmer-dropdown-wrapper.loading .farmer-dropdown-label {
  opacity: 0.5;
}

.farmer-option-content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.farmer-option-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}

.farmer-option-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.farmer-dropdown-item.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.farmer-dropdown-wrapper-custom-2 {
  position: relative;
  width: 100%;
  max-width: 400px;
  font-size: 0.875rem;
}

.farmer-dropdown-wrapper-custom-2.desktop-fit {
  width: max-content;
}

.farmer-dropdown-wrapper-custom-2.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.farmer-dropdown-wrapper-custom-2 .farmer-dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background-color: white;
  cursor: pointer;
  border-radius: 8px;
  padding: 1.5rem 1rem;
  min-height: 42px;
  min-width: 170px;
  max-width: 400px;
  justify-content: space-between;
}

.farmer-dropdown-wrapper-custom-2 .farmer-dropdown-trigger:focus {
  outline: 2px solid #10b981;
  outline-offset: 2px;
}

.farmer-dropdown-wrapper-custom-2 .farmer-dropdown-trigger .farmer-dropdown-icon {
  width: 16px;
  height: 16px;
  color: #03BB31;
  display: flex;
  align-items: center;
  justify-content: center;
}

.farmer-dropdown-wrapper-custom-2 .farmer-dropdown-trigger .farmer-dropdown-label {
  flex: 1;
  color: #111827;
  display: flex;
  align-items: center;
}

.farmer-dropdown-wrapper-custom-2 .farmer-dropdown-trigger .farmer-dropdown-label.placeholder {
  color: #9ca3af;
}

.farmer-dropdown-wrapper-custom-2 .farmer-dropdown-trigger .farmer-dropdown-label.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.farmer-dropdown-wrapper-custom-2 .farmer-dropdown-trigger .farmer-dropdown-arrow {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: #374151;
}

.farmer-dropdown-wrapper-custom-2 .farmer-dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background: white;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  margin-top: 0.25rem;
  padding: 0.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  min-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.farmer-dropdown-wrapper-custom-2 .farmer-dropdown-item-custom-2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
  padding: 1.5rem 0.75rem;
  border-radius: 6px;
  font-size: 0.875rem;
  color: #111827;
  transition: background-color 0.2s ease;
  gap: 0.5rem;
}

.farmer-dropdown-wrapper-custom-2 .farmer-dropdown-item-custom-2:hover {
  background-color: #f9fafb;
}

.farmer-dropdown-wrapper-custom-2 .farmer-dropdown-item-custom-2 .farmer-option-label {
  flex: 1;
  max-width: calc(100% - 24px);
  word-break: break-word;
}

.farmer-dropdown-wrapper-custom-2 .farmer-dropdown-item-custom-2 .farmer-option-indicator {
  width: 18px;
  height: 18px;
  border: 2px solid #9ca3af;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease;
}

.farmer-dropdown-wrapper-custom-2 .farmer-dropdown-item-custom-2 .farmer-option-indicator .inner-circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.2s ease;
}

.farmer-dropdown-wrapper-custom-2 .farmer-dropdown-item-custom-2 .farmer-option-indicator.selected {
  border-color: #10b981;
}

.farmer-dropdown-wrapper-custom-2 .farmer-dropdown-item-custom-2 .farmer-option-indicator.selected .inner-circle {
  background-color: #10b981;
}

.farmer-dropdown-wrapper-custom-2 .farmer-dropdown-error {
  font-size: 0.75rem;
  color: #dc2626;
  margin-top: 0.25rem;
}

.farmer-dropdown-wrapper-custom-2.loading {
  cursor: wait;
}

.farmer-dropdown-wrapper-custom-2.loading .farmer-dropdown-label {
  opacity: 0.5;
}

.farmer-option-icon-custom-2 {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}

.farmer-option-icon-custom-2 svg {
  width: 100%;
  height: 100%;
  display: block;
}

.farmer-dropdown-item-custom-2.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.status-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: scalePop 0.3s ease;
}

.status-icon {
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.status-sm .status-icon {
  width: 32px;
  height: 32px;
}

.status-md .status-icon {
  width: 48px;
  height: 48px;
}

.status-lg .status-icon {
  width: 72px;
  height: 72px;
}

.status-success .status-icon {
  background-color: #22c55e;
}

.status-error .status-icon {
  background-color: #dc2626;
}

.status-x {
  position: relative;
  width: 20px;
  height: 20px;
}

.status-x::before, .status-x::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: white;
  top: 50%;
  left: 0;
  transform-origin: center;
  opacity: 0;
}

.status-x::before {
  transform: rotate(45deg) scaleX(0);
  animation: xLeftIn 0.3s ease-out forwards;
}

.status-x::after {
  transform: rotate(-45deg) scaleX(0);
  animation: xRightIn 0.3s ease-out forwards;
  animation-delay: 0.1s;
}

@keyframes xLeftIn {
  0% {
    transform: rotate(45deg) scaleX(0.2);
    opacity: 0;
  }
  100% {
    transform: rotate(45deg) scaleX(1);
    opacity: 1;
  }
}
@keyframes xRightIn {
  0% {
    transform: rotate(-45deg) scaleX(0.2);
    opacity: 0;
  }
  100% {
    transform: rotate(-45deg) scaleX(1);
    opacity: 1;
  }
}
.status-check {
  width: 12px;
  height: 20px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) scale(0);
  animation: checkAppear 0.3s ease forwards;
}

@keyframes scalePop {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes xSlideIn {
  0% {
    transform: rotate(0deg) scaleX(0);
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
@keyframes checkAppear {
  0% {
    transform: rotate(45deg) scale(0);
    opacity: 0;
  }
  100% {
    transform: rotate(45deg) scale(1);
    opacity: 1;
  }
}
@keyframes farmer-popin {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  60% {
    opacity: 1;
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes farmer-popout {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.85);
  }
}
.farmer-modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.45);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  transition: opacity 0.3s ease-in-out;
}

.farmer-modal-container {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  max-width: 480px;
  width: 90%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  position: relative;
  transform-origin: center;
  animation: farmer-popin 0.45s ease-out forwards;
}

.farmer-modal-container.closing {
  animation: farmer-popout 0.3s ease-in-out forwards;
}

.farmer-modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: transparent;
  border: none;
  font-size: 1.25rem;
  cursor: pointer;
  color: #666;
}

.farmer-modal-body {
  text-align: center;
}

.farmer-modal-body h2.farmer-modal-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1rem 0 0.5rem;
}

.farmer-modal-body p.farmer-modal-context {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1.5rem;
}

.farmer-modal-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.farmer-modal-button {
  padding: 0.5rem 1.25rem;
  border-radius: 6px;
  font-size: 0.95rem;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.farmer-modal-button.cancel {
  background: transparent;
  border: 1px solid #ccc;
  color: #333;
}

.farmer-modal-button.cancel:hover {
  background: #f3f3f3;
}

.farmer-modal-button.confirm {
  background: #22c55e;
  color: #fff;
}

.farmer-modal-button.confirm:hover {
  background: #16a34a;
}

.farmer-logout-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

.farmer-modal-btn-cancel,
.farmer-modal-btn-confirm {
  padding: 0.6rem 1.5rem;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
  min-width: 120px;
  text-align: center;
}

.farmer-modal-btn-cancel {
  background: white;
  border: 1px solid #22c55e;
  color: #22c55e;
}

.farmer-modal-btn-cancel:hover {
  background: #f0fdf4;
}

.farmer-modal-btn-confirm {
  background: #22c55e;
  color: white;
  border: none;
}

.farmer-modal-btn-confirm:hover {
  background: #16a34a;
}

.farmer-chip {
  width: 42px;
  height: 24px;
  background-color: #e5e7eb;
  border-radius: 9999px;
  padding: 2px;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.farmer-chip__knob {
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 9999px;
  transition: transform 0.3s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.farmer-chip.active {
  background-color: #00aa2d;
}

.farmer-chip.active .farmer-chip__knob {
  transform: translateX(18px);
}

.farmer-radio {
  display: flex;
  align-items: center;
  justify-content: center;
}

.farmer-radio .farmer-radio__circle {
  width: 24px;
  height: 24px;
  border: 2px solid #a0aec0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.farmer-radio .farmer-radio__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.farmer-radio.selected .farmer-radio__circle {
  border-color: #00aa2d;
}

.farmer-radio.selected .farmer-radio__dot {
  background-color: #00aa2d;
}

.farmer-textfield-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.farmer-textfield-input-wrapper .farmer-textfield-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.75rem;
  font-size: 1rem;
  outline: none;
  transition: border 0.2s ease;
}

.farmer-textfield-input-wrapper .farmer-textfield-input.center {
  text-align: center;
}

.farmer-textfield-input-wrapper.has-icon-left .farmer-textfield-input {
  padding-left: 2.5rem;
}

.farmer-textfield-input-wrapper.has-icon-right .farmer-textfield-input {
  padding-right: 2.5rem;
}

.farmer-textfield-input-wrapper .farmer-icon-left,
.farmer-textfield-input-wrapper .farmer-icon-right {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  top: 0;
  pointer-events: none;
}

.farmer-textfield-input-wrapper .farmer-icon-left {
  left: 0.75rem;
}

.farmer-textfield-input-wrapper .farmer-icon-right {
  right: 0.75rem;
}

.farmer-button {
  background-color: #00aa2d;
  color: white;
  border: none;
  border-radius: 1rem;
  padding: 0.625rem 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 1rem;
  transition: background-color 0.2s ease;
  cursor: pointer;
}

.farmer-button .farmer-button-icon svg {
  fill: white;
  width: 1rem;
  height: 1rem;
}

.farmer-button:hover:not(.disabled):not(:disabled) {
  background-color: #009427;
  color: white;
}

.farmer-button:active:not(.disabled):not(:disabled) {
  background-color: #007a1e;
  color: white;
}

.farmer-button.disabled, .farmer-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.farmer-button .spinner-border {
  width: 1rem;
  height: 1rem;
}

.farmer-button-text {
  background-color: transparent !important;
  color: inherit !important;
}

.farmer-button-outline {
  background-color: white;
  color: #00aa2d;
  border: 1px solid #00aa2d;
}

.farmer-button-outline .farmer-button-icon svg {
  fill: #00aa2d;
}

.farmer-button-outline:hover:not(.disabled):not(:disabled) {
  background-color: #00aa2d;
  color: white;
  border-color: white;
}

.farmer-button-outline:hover:not(.disabled):not(:disabled) .farmer-button-icon svg {
  fill: white;
}

.farmer-button-outline:active:not(.disabled):not(:disabled) {
  background-color: #007a1e;
  border-color: white;
}

.standard-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.25rem 0;
}

.standard-row-title {
  font-weight: bold;
  color: #0d0f11;
  white-space: nowrap;
  padding-right: 1rem;
}

.standard-row-title.center {
  text-align: center;
}

.standard-row-description {
  color: #64748b;
  text-align: right;
  word-break: break-word;
}

.standard-row-description.center {
  text-align: center;
}

.standard-row-description.left {
  text-align: center;
}

.standard-row-description.groups {
  font-size: 14px;
}

@media (min-width: 768px) {
  .standard-row-title {
    font-size: 18px;
  }
  .standard-row-description {
    font-size: 18px;
  }
}
.descriptions-multiline div {
  margin-bottom: 0.1rem;
}

.no-data-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  width: 100%;
  text-align: center;
  padding: 1rem;
}

.no-data-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: #666;
}

.farmer-datetimepicker-wrapper {
  position: relative;
  width: 100%;
}

.farmer-datetimepicker-input {
  display: flex;
  align-items: center;
  border: 1px solid #00AA2D;
  border-radius: 12px;
  padding: 0.5rem 1rem;
  background: white;
  cursor: pointer;
}

.farmer-datetimepicker-textfield {
  border: none;
  outline: none;
  flex: 1;
  font-size: 1rem;
  background: transparent;
  color: #0D0F11;
}

.farmer-datetimepicker-icon {
  font-size: 1.2rem;
  margin-left: 0.5rem;
  color: #64748B;
}

.farmer-datetimepicker-icon svg {
  width: 24px;
  height: 24px;
}

.farmer-datetimepicker-popin {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  max-height: 90vh;
  overflow-y: auto;
  background: white;
  border: 1px solid #ccc;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 10;
  padding: 1rem;
  animation: farmer-popin-in 0.2s ease-out;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.popin-right {
  left: calc(100% + 8px);
}

.popin-left {
  right: calc(100% + 8px);
}

.animate-in {
  animation: farmer-popin-in 0.2s ease-out;
}

.animate-fade-in {
  animation: fade-in 0.3s ease-out;
}

@keyframes farmer-popin-in {
  0% {
    opacity: 0;
    transform: translateX(10px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.farmer-datetimepicker-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  color: #0D0F11;
}

.farmer-datetimepicker-label {
  font-weight: 500;
  color: #0D0F11;
}

.farmer-datetimepicker-calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.3rem;
  margin: 0.5rem 0;
}

.farmer-datetimepicker-cell {
  text-align: center;
  padding: 0.4rem;
  border-radius: 6px;
  cursor: pointer;
  user-select: none;
  font-size: 0.9rem;
  color: #0D0F11;
}

.farmer-datetimepicker-cell.calendar-header {
  font-weight: bold;
  background-color: transparent;
}

.farmer-datetimepicker-cell.calendar-today {
  border: 1px solid #00AA2D;
}

.farmer-datetimepicker-cell.calendar-selected {
  background-color: #f7f8f9;
  color: #0D0F11;
  border-radius: 999px;
}

.farmer-datetimepicker-cell.calendar-outside {
  color: #aaa;
}

.farmer-datetimepicker-cell.calendar-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.farmer-time-inputs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.farmer-time-separator {
  font-size: 1.2rem;
  color: #0D0F11;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.more-panel-divider {
  border-top: 1px solid #ccc;
  margin: 1rem 0;
}

.slide-panel-close-btn {
  margin-top: 1rem;
  width: 100%;
  padding: 0.6rem;
  border: none;
  border-radius: 8px;
  background: #1976d2;
  color: white;
  font-weight: 500;
  cursor: pointer;
}

.slide-panel-close-btn:hover {
  background: #145ea0;
}

.farmer-datetimepicker-input.datetimepicker-icon-only {
  border: none;
  padding: 0;
  background: transparent;
  width: fit-content;
  cursor: pointer;
}

.farmer-datetimepicker-input.datetimepicker-icon-only .farmer-datetimepicker-icon {
  margin-left: 0;
}

.farmer-datetimepicker-icon.datetimepicker-icon-active {
  color: #00AA2D;
}

.file-drop-zone {
  position: relative;
  border: 2px dashed #d1d5db;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  transition: border-color 0.3s ease;
  overflow: hidden;
}

.file-drop-zone.dragging {
  border-color: #00AA2D;
  background-color: #f9f9ff;
}

.file-drop-zone .file-drop-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.file-drop-zone .file-drop-content.dimmed {
  opacity: 0.08;
}

.file-drop-zone .file-drop-content strong {
  color: #111827;
  font-size: 1rem;
}

.file-drop-zone .file-drop-content .file-drop-subtext {
  color: #6b7280;
  font-size: 0.875rem;
}

.file-drop-zone .file-drop-content .browse-button {
  margin-top: 0.5rem;
  background: none;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 0.4rem 1rem;
  font-size: 0.875rem;
  cursor: pointer;
}

.file-drop-zone .file-drop-content .browse-button:hover {
  background-color: #f3f4f6;
}

.file-drop-zone .drop-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  pointer-events: none;
}

.file-drop-zone .drop-overlay .drop-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #00AA2D;
  animation: text-pulse 1.2s ease-in-out infinite;
  transform-origin: center;
}

@keyframes text-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.file-drop-preview {
  position: relative;
  width: 120px;
  height: 120px;
  border: 2px dashed #d1d5db;
  border-radius: 12px;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.file-drop-preview.dragging {
  border-color: #00AA2D;
  background-color: #f9f9ff;
}

.file-drop-preview .preview-content {
  z-index: 1;
}

.file-drop-preview .browse-button-preview {
  background: none;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 0.4rem 0.8rem;
  font-size: 0.8rem;
  cursor: pointer;
}

.file-drop-preview .browse-button-preview:hover {
  background-color: #f3f4f6;
}

.file-drop-preview .drop-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  pointer-events: none;
}

.file-drop-preview .drop-overlay .drop-text {
  font-size: 0.875rem;
  font-weight: 600;
  color: #00AA2D;
  animation: text-pulse 1.2s ease-in-out infinite;
  transform-origin: center;
  text-align: center;
  padding: 0 0.5rem;
}

@keyframes farmer-popin {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  60% {
    opacity: 1;
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes farmer-popout {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.85);
  }
}
.farmer-modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.45);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  transition: opacity 0.3s ease-in-out;
}

.farmer-modal-container {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  max-width: 480px;
  width: 90%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  position: relative;
  transform-origin: center;
  animation: farmer-popin 0.45s ease-out forwards;
}

.farmer-modal-container.closing {
  animation: farmer-popout 0.3s ease-in-out forwards;
}

.farmer-modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: transparent;
  border: none;
  font-size: 1.25rem;
  cursor: pointer;
  color: #666;
}

.farmer-modal-body {
  text-align: center;
}

.farmer-modal-body h2.farmer-modal-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1rem 0 0.5rem;
}

.farmer-modal-body p.farmer-modal-context {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1.5rem;
}

.farmer-modal-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.farmer-modal-button {
  padding: 0.5rem 1.25rem;
  border-radius: 6px;
  font-size: 0.95rem;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.farmer-modal-button.cancel {
  background: transparent;
  border: 1px solid #ccc;
  color: #333;
}

.farmer-modal-button.cancel:hover {
  background: #f3f3f3;
}

.farmer-modal-button.confirm {
  background: #22c55e;
  color: #fff;
}

.farmer-modal-button.confirm:hover {
  background: #16a34a;
}

.farmer-logout-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

.farmer-modal-btn-cancel,
.farmer-modal-btn-confirm {
  padding: 0.6rem 1.5rem;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
  min-width: 120px;
  text-align: center;
}

.farmer-modal-btn-cancel {
  background: white;
  border: 1px solid #22c55e;
  color: #22c55e;
}

.farmer-modal-btn-cancel:hover {
  background: #f0fdf4;
}

.farmer-modal-btn-confirm {
  background: #22c55e;
  color: white;
  border: none;
}

.farmer-modal-btn-confirm:hover {
  background: #16a34a;
}

.star-rating-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

.star-rating-container .star-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00AA2D;
  position: relative;
}

.star-rating-container .star-icon svg {
  width: 24px;
  height: 24px;
}

.star-rating-container .star-icon .star-wrapper {
  position: relative;
  width: 24px;
  height: 24px;
}

.star-rating-container .star-icon .star-wrapper .star-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}

.star-rating-container .star-icon .star-wrapper .star-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}

.star-rating-container .star-icon.star-quarter .star-wrapper .star-fill {
  clip-path: inset(0 100% 0 0);
}

.star-rating-container .star-icon.star-half .star-wrapper .star-fill {
  clip-path: inset(0 50% 0 0);
}

@media (max-width: 768px) {
  .star-rating-container .star-icon svg {
    width: 20px;
    height: 20px;
  }
  .star-rating-container .star-icon .star-wrapper {
    width: 20px;
    height: 20px;
  }
  .star-rating-container .star-icon .star-wrapper .star-background,
  .star-rating-container .star-icon .star-wrapper .star-fill {
    width: 20px;
    height: 20px;
  }
}
.star-rating-container.interactive .star-icon {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.star-rating-container.interactive .star-icon:hover {
  transform: scale(1.1);
}

.farmer-standard-modal-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1.5rem;
  text-align: center;
  gap: 1rem;
}

.farmer-standard-context-icon {
  color: #64748B;
}

.farmer-standard-context-icon svg {
  width: 48px;
  height: 48px;
  stroke: #374151;
  margin-bottom: 0.5rem;
}

.farmer-standard-context-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
}

.farmer-standard-context-description {
  font-size: 0.95rem;
  color: #6b7280;
  margin-bottom: 1rem;
}

.farmer-modal-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  min-height: 2.5rem;
  position: relative;
  overflow: hidden;
}

.farmer-modal-buttons button {
  transition: transform 0.4s ease, opacity 0.3s ease;
  z-index: 1;
}

.farmer-modal-buttons.loading .farmer-modal-btn-cancel {
  transform: translateX(50%);
  opacity: 0;
}

.farmer-modal-buttons.loading .farmer-modal-btn-confirm {
  transform: translateX(-50%);
  opacity: 0;
}

.farmer-modal-buttons.loading .farmer-standard-context-spinner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 1;
  animation: fadeIn 0.3s ease forwards;
}

.farmer-standard-context-spinner {
  width: 1.5rem;
  height: 1.5rem;
  color: #22c55e;
  opacity: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-50%) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
.farmer-modal-btn-cancel:disabled,
.farmer-modal-btn-confirm:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.farmer-standard-context-success {
  color: #00AA2D;
}

.farmer-standard-context-failed {
  color: red;
}

.sales-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin-top: -0.5em;
}

.sales-block {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  background: #FFFFFF;
  width: 100%;
  padding: 1em;
}

.sales-block > .sales-card,
.sales-block > .event-card {
  flex: 1 1 0;
  min-width: 220px;
}

.sales-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  min-height: auto;
  border-radius: 0;
  background: none;
  box-shadow: none;
  margin-top: 2em;
  margin-bottom: 1em;
}

.sale-date {
  font-size: 20px;
  color: #64748b;
  margin-bottom: 0.25rem;
}

.sale-value {
  font-weight: 700;
  font-size: 25px;
  color: #000;
  line-height: 1.2;
}

.sale-label {
  font-size: 16px;
  color: #64748b;
  margin-top: 0.25rem;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sales-details-override.event-card,
.sales-details-override .event-card {
  background: #F7F8F9 !important;
}

@media (max-width: 1024px) {
  .sales-block {
    gap: 0.75rem;
  }
}
@media (max-width: 640px) {
  .sales-details-container {
    padding-bottom: 2rem;
  }
  .sales-block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 0.5rem;
    box-sizing: border-box;
    max-width: 100%;
    overflow-x: hidden;
  }
  .sales-block > .sales-card {
    grid-column: 1/-1;
    width: 100%;
    box-sizing: border-box;
  }
  .sales-block > .event-card {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .sales-block > .event-card > .card {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .sales-block > .event-card:nth-child(2),
  .sales-block > .event-card:nth-child(3) {
    grid-column: span 1;
  }
  .expandable-grid-header {
    gap: 0.25rem !important;
  }
  .farmer-expandable-card:last-of-type {
    margin-bottom: 2rem;
  }
  .sales-block {
    grid-template-columns: 1fr 1fr;
  }
  .sales-block > .sales-card {
    grid-column: 1/-1;
  }
  .sales-block > .event-card:nth-child(2),
  .sales-block > .event-card:nth-child(3) {
    grid-column: span 1;
  }
}
@media (max-width: 767px) {
  .crop-inputs-finances-wrapper {
    margin-left: -1rem;
    margin-right: -1rem;
    overflow-x: auto;
    padding-bottom: 1rem;
  }
  .crop-inputs-finances-wrapper .farmer-expandable-grid {
    margin-left: 0.7rem;
  }
  .crop-inputs-finances-wrapper .expandable-grid-row-header {
    gap: 0rem;
  }
}
@media (max-width: 320) {
  .crop-inputs-finances-wrapper {
    width: 80vw;
    margin-left: -1rem;
    margin-right: -1rem;
    overflow-x: auto;
    padding-bottom: 1rem;
  }
  .crop-inputs-finances-wrapper .farmer-expandable-grid {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
  }
  .crop-inputs-finances-wrapper .expandable-grid-row-header {
    gap: 0rem;
    padding: 0.5rem 0.25rem;
  }
}
.payment-details-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
}

.payment-details-back-action {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  padding: 0.5rem 1rem;
  border-radius: 12px;
  background: #ffffff;
  transition: background 0.3s;
}

.payment-details-arrow {
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-details-back-label {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}

.payment-details-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.payment-details-total-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0 0 1.25rem 0;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 0 0 1px #e0e0e0;
}

.payment-details-total-card > :not(farmerapp-expandablecard) {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.payment-details-nodata {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-style: italic;
  color: #666;
  padding: 0.5rem 0;
}

.payment-details-debit-total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px #dddddd;
}

.payment-details-debit-item {
  flex: 1;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .payment-details-back-action {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .payment-details-back-action {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.farmer-hierarchy-node {
  margin-left: 12px;
  font-family: "Segoe UI", sans-serif;
  font-size: 14px;
}

.farmer-hierarchy-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  cursor: default;
}

.farmer-hierarchy-header:hover {
  background-color: #f9f9f9;
  border-radius: 6px;
}

.farmer-hierarchy-header .farmer-hierarchy-arrow {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.farmer-hierarchy-header .farmer-hierarchy-arrow.loading {
  cursor: default;
}

.farmer-hierarchy-header .spinner {
  border: 2px solid #e5e7eb;
  border-top-color: #03BB31;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}

.farmer-hierarchy-header .spinner-sm {
  width: 14px;
  height: 14px;
}

.farmer-hierarchy-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
}

.farmer-hierarchy-arrow.expanded {
  transform: rotate(90deg);
}

.farmer-hierarchy-arrow.empty {
  visibility: hidden;
}

.farmer-hierarchy-role {
  font-weight: 600;
  color: #333;
  min-width: 100px;
}

.farmer-hierarchy-name {
  color: #111;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.farmer-hierarchy-children {
  margin-left: 20px;
  padding-left: 12px;
  border-left: 2px dashed #e0e0e0;
}

.farmer-hierarchy-farmer {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
  margin-left: 8px;
}

.layout-wrapper {
  min-height: 100vh;
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 64px;
  padding-left: 0;
  padding-right: 0;
  background-color: #f7f8f9;
}
@media (max-width: 767px) {
  .layout-wrapper {
    padding-bottom: 96px;
  }
}
@media (min-width: 1280px) {
  .layout-wrapper {
    padding-top: 60px;
    padding-bottom: 0;
    margin-left: 235px;
  }
}

.sales-layout {
  display: flex;
  align-items: flex-start;
}

.sales-gauge-col {
  min-width: 320px;
  flex-shrink: 0;
  z-index: 1;
}

.sales-card-col {
  flex-grow: 1;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sales-grid > div {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sales-card-wrapper,
.sales-notes-wrapper {
  aspect-ratio: 1/1;
  width: inherit;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sales-gauge-mobile {
  display: flex;
  justify-content: center;
  width: 100%;
}

.sales-gauge-mobile > .gauge-wrapper {
  margin-inline: auto;
}

.sales-card-mobile {
  min-width: 160px;
  max-width: 180px;
  flex: 1 1 auto;
}

.sales-card-mobile-row {
  flex-wrap: nowrap;
}

.sales-notes-mobile {
  width: 379px;
}

.sales-list-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E6F8EA;
}

.date-header {
  font-size: 18px;
  color: #64748B;
  margin-bottom: 0.1em;
}

@media screen and (max-width: 768px) {
  .date-header {
    margin-left: 1rem;
  }
}
.event-card-wrapper {
  margin-bottom: 1.5rem;
}

.event-card-wrapper.desktop {
  width: 794px;
  margin-left: 0;
}

.event-card-wrapper.mobile {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  box-sizing: border-box;
}

.event-size-desktop-value {
  font-size: 20px;
}

.event-size-desktop-label {
  font-size: 13px;
}

.event-size-mobile-value {
  font-size: 20px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 480px) {
  .event-size-mobile-value {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 400px) {
  .event-size-mobile-value {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 360px) {
  .event-size-mobile-value {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 320px) {
  .event-size-mobile-value {
    font-size: 13px !important;
  }
}
.event-size-mobile-label {
  font-size: 18px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000 !important;
}

@media screen and (max-width: 480px) {
  .event-size-mobile-label {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 400px) {
  .event-size-mobile-label {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 360px) {
  .event-size-mobile-label {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 320px) {
  .event-size-mobile-label {
    font-size: 12px !important;
  }
}
.sales-group-wrapper {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .sales-group-wrapper {
    margin-left: 2rem;
  }
}
.sales-details-container {
  position: relative;
  width: 100%;
  height: 100%;
  will-change: transform, opacity;
  overflow: hidden;
}

@keyframes slide-panel-left {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  60% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(-10px);
  }
  90% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-panel-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
.anim-enter {
  animation: slide-panel-left 520ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.anim-exit {
  animation: slide-panel-right 320ms cubic-bezier(0.4, 0, 0.6, 1) both;
  pointer-events: none;
}

.guidance-link {
  color: #00AA2D;
}

.guidance-gif {
  border-radius: 12px;
  width: 380px;
  height: 256px;
}

.sales-cards-mobile-tutorial-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 1rem;
  position: relative;
}

.gauge-card-sales-wrapper {
  background: #f9fafb;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.sales-summary-tab-wrapper {
  width: 500px;
  margin-left: 1em;
}

.custom-grid-wrapper .row.g-custom {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}

.custom-grid-wrapper .col-12,
.custom-grid-wrapper .col-md-6,
.custom-grid-wrapper .col-6 {
  display: flex;
}

.custom-grid-wrapper .event-card {
  width: 100%;
}

.sales-size-mobile-label {
  font-size: 15px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 480px) {
  .sales-size-mobile-label {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 400px) {
  .sales-size-mobile-label {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 360px) {
  .sales-size-mobile-label {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 320px) {
  .sales-size-mobile-label {
    font-size: 8px !important;
  }
}
.sales-size-mobile-value {
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 480px) {
  .sales-size-mobile-value {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 400px) {
  .sales-size-mobile-value {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 360px) {
  .sales-size-mobile-value {
    font-size: 11px !important;
  }
}
@media screen and (max-width: 320px) {
  .sales-size-mobile-value {
    font-size: 9px !important;
  }
}
.farmer-performance-rating-stars {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.farmer-performance-rating-stars .star-rating-container {
  width: 100%;
  justify-content: center;
}

.farmer-performance-rating {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.farmer-performance-harvest {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.25rem;
}

.farmer-performance-label {
  color: #64748b;
  font-size: 0.7rem;
}

@media (max-width: 768px) {
  .farmer-performance-rating {
    font-size: 1.25rem;
  }
  .farmer-performance-harvest {
    font-size: 0.875rem;
  }
  .farmer-performance-label {
    font-size: 0.7rem;
  }
}
.grid-aligned {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 0.6rem;
  padding-bottom: 1rem;
  width: 100%;
}

.grid-aligned.desktop {
  max-width: 800px;
}

.cinputs-header {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  background: #f7f8f9;
  margin-bottom: -10px;
  margin-left: 5px;
}

.cinputs-header .cinputs-header-cell {
  font-size: 0.95rem;
  font-weight: 600;
  color: #6b7280;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cinputs-header .cinputs-header-cell.cinputs-left {
  text-align: left;
}

.cinputs-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease;
  gap: 1rem;
  width: 100%;
  min-height: 60px;
}

.cinputs-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.cinputs-card .cinputs-card-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cinputs-card .cinputs-card-section:nth-child(1) {
  align-items: center;
}

.cinputs-card .cinputs-card-section:nth-child(1) .cinputs-card-value {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
}

.cinputs-card .cinputs-card-section:nth-child(2), .cinputs-card .cinputs-card-section:nth-child(3) {
  align-items: center;
  justify-content: center;
}

.cinputs-card .cinputs-card-section:nth-child(2) .cinputs-card-value, .cinputs-card .cinputs-card-section:nth-child(3) .cinputs-card-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.cinputs-card .cinputs-card-section .cinputs-card-value {
  font-weight: 400;
  line-height: 24px;
  font-size: 1rem;
  color: #000;
  width: 100%;
}

.cinputs-card .cinputs-card-section .cinputs-card-value.cinputs-left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .grid-aligned.desktop {
    padding: 0.5rem;
  }
  .cinputs-header {
    padding: 0.5rem 1rem;
    border-radius: 8px;
  }
  .cinputs-card {
    padding: 0.75rem 1rem;
    gap: 0.75rem;
    min-height: 50px;
  }
  .cinputs-card-section .cinputs-card-value {
    font-size: 0.9rem;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cinputs-card .cinputs-card-section:nth-child(1) {
    width: 40% !important;
  }
  .cinputs-card .cinputs-card-section:nth-child(2) {
    width: 25% !important;
  }
  .cinputs-card .cinputs-card-section:nth-child(3) {
    width: 20% !important;
  }
  .cinputs-card .cinputs-card-section:nth-child(4) {
    width: 15% !important;
  }
  .cinputs-header .cinputs-header-cell:nth-child(1) {
    width: 40% !important;
  }
  .cinputs-header .cinputs-header-cell:nth-child(2) {
    width: 25% !important;
  }
  .cinputs-header .cinputs-header-cell:nth-child(3) {
    width: 20% !important;
  }
  .cinputs-header .cinputs-header-cell:nth-child(4) {
    width: 15% !important;
  }
}
.farmer-icon-class {
  color: #00AA2D;
}

.doc-row td {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  border: none !important;
}

.doc-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  background: #f9fafb;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease;
  width: 100%;
}

.doc-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.doc-card .doc-card-icon {
  width: 10%;
  min-width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.doc-card .doc-card-icon span {
  font-size: 1.5rem;
  color: #00aa2d;
}

.doc-card .doc-card-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.25rem;
}

.doc-card .doc-card-content .doc-card-value {
  font-weight: bold;
  font-size: 1rem;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.doc-card .doc-card-content .doc-card-label {
  font-size: 0.875rem;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.doc-card .doc-card-actions {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5rem;
}

.doc-card .doc-card-actions > * {
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .doc-card {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    padding: 1rem;
  }
  .doc-card .doc-card-icon {
    width: auto;
  }
  .doc-card .doc-card-content {
    flex: 1;
    width: auto;
  }
  .doc-card .doc-card-content .doc-card-value,
  .doc-card .doc-card-content .doc-card-label {
    white-space: normal;
    text-align: left;
  }
  .doc-card .doc-card-actions {
    width: auto;
    justify-content: flex-end;
  }
  .doc-table thead th {
    white-space: nowrap;
    min-width: 120px;
  }
}
.more-panel-animated-wrapper {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 3.2s ease-in-out, opacity 2.6s ease;
}

.more-panel-animated-wrapper.downloading,
.more-panel-animated-wrapper.sending,
.more-panel-animated-wrapper.success,
.more-panel-animated-wrapper.error {
  max-height: 300px;
  opacity: 1;
}

.more-panel-status {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 0;
  text-align: center;
  opacity: 0;
  transform: translateY(-10px);
  animation: fadeInDown 0.6s ease forwards;
  animation-delay: 0.4s;
}

@keyframes fadeInDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.docs-spanel-list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.docs-spanel-list .docs-spanel-item button.docs-spanel-action-button {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  text-decoration: none;
  color: #0D0F11;
  font-size: 14px;
  font-weight: 500;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  text-align: left;
  transition: background 0.2s ease;
  cursor: pointer;
}

.docs-spanel-list .docs-spanel-item button.docs-spanel-action-button .docs-spanel-icon {
  margin-right: 1rem;
}

.docs-spanel-list .docs-spanel-item button.docs-spanel-action-button .docs-spanel-icon svg {
  width: 24px;
  height: 24px;
}

.docs-spanel-list .docs-spanel-item button.docs-spanel-action-button span {
  flex: 1;
}

.docs-spanel-list .docs-spanel-item button.docs-spanel-action-button .docs-spanel-arrow-icon {
  margin-left: auto;
}

.docs-spanel-list .docs-spanel-item button.docs-spanel-action-button .docs-spanel-arrow-icon svg {
  width: 16px;
  height: 16px;
  color: #64748B;
  transition: transform 0.2s ease;
}

.docs-spanel-list .docs-spanel-item button.docs-spanel-action-button:hover:not(:disabled) {
  background-color: #f5f5f5;
}

.docs-spanel-list .docs-spanel-item button.docs-spanel-action-button:hover:not(:disabled) .docs-spanel-arrow-icon svg {
  transform: translateX(2px);
}

.docs-spanel-list .docs-spanel-item button.docs-spanel-action-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.farmer-status-modal-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
  padding: 2rem 1.5rem;
}

.farmer-status-spinner {
  width: 3rem;
  height: 3rem;
  color: #0a579b;
}

.farmer-status-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
}

.farmer-status-close-btn {
  margin-top: 1rem;
  padding: 0.5rem 1.25rem;
  font-size: 0.95rem;
  border: none;
  border-radius: 6px;
  background-color: #e5e7eb;
  color: #333;
  cursor: pointer;
  transition: background 0.2s ease;
}

.farmer-status-close-btn:hover {
  background-color: #d1d5db;
}

.glow-on {
  box-shadow: 0 0 4px rgba(0, 170, 45, 0.5);
}

.farmer-impersonate-button {
  background-color: #00aa2d;
  border: none;
  border-radius: 1rem;
  padding: 0.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
  color: white;
}

.farmer-impersonate-button svg {
  width: 1rem;
  height: 1rem;
  fill: white;
  color: white;
}

.farmer-impersonate-button:hover:not(:disabled) {
  background-color: #009427;
}

.farmer-impersonate-button:active:not(:disabled) {
  background-color: #007a1e;
}

.farmer-impersonate-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.settings-page-wrapper {
  background-color: white;
  padding: 2rem;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .settings-page-wrapper {
    gap: 1rem;
  }
}
.settings-page-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .settings-page-section {
    max-width: 40%;
  }
}
.settings-page-header {
  font-weight: 600;
  font-size: 1rem;
  color: #64748B;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .settings-page-header {
    font-size: 1.1rem;
  }
}
.settings-page-top-row {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  flex-wrap: wrap;
}

.settings-page-email-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.settings-page-icon-wrapper {
  display: flex;
  align-items: center;
}

.settings-page-button-wrapper {
  margin-top: 1rem;
}

.settings-page-card-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .settings-page-card-wrapper {
    max-width: 40%;
  }
}
@keyframes appearFromTop {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes disappearToTop {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.appear-from-top {
  animation: appearFromTop 0.25s ease-out forwards;
}

.disappear-to-top {
  animation: disappearToTop 0.2s ease-in forwards;
}

.help-card-wrapper {
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.help-page-section-title {
  margin-bottom: 0.5rem;
}

.help-page-title-text {
  color: #333;
  font-style: italic;
}

.help-page-row {
  display: inline;
  font-size: 1rem;
}

.help-page-row-title {
  font-weight: bold;
  color: #0d0f11;
  white-space: nowrap;
}

.help-page-row-separator {
  color: #64748b;
  margin: 0 0.25rem;
}

.help-page-row-description {
  color: #64748b;
  word-break: break-word;
}

.feedback-page-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}

@media screen and (max-width: 768px) {
  .feedback-page-wrapper {
    gap: 0.5rem;
  }
}
.feedback-page-loading {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.feedback-page-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 1rem 1.25rem;
  background-color: #ffffff;
  transition: box-shadow 0.2s ease;
}

.feedback-page-card:hover {
  box-shadow: 0 0 0 2px #cbd5e1;
}

.feedback-page-title {
  font-weight: 600;
  color: #0f172a;
  font-size: 1rem;
}

.feedback-page-description {
  color: #64748b;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.feedback-page-link {
  font-weight: 500;
  color: #3b82f6;
  font-size: 0.875rem;
  text-decoration: none;
}

.feedback-page-link:hover {
  text-decoration: underline;
}

.feedback-page-divider {
  border: none;
  height: 1px;
  background-color: #e2e8f0;
  margin: 0.5rem 0 0 0;
}

.feedback-page-no-data {
  color: #94a3b8;
  font-style: italic;
  font-size: 1rem;
}

.feedback-page-button {
  background-color: #00AA2D;
  color: white;
  font-size: 0.875rem;
  padding: 0.4rem 0.9rem;
  border-radius: 0.375rem;
  border: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.feedback-page-button .farmer-button-icon {
  display: flex;
  color: white;
  align-items: center;
}

.feedback-page-button:hover:not(.disabled) {
  background-color: #2563eb;
}

.feedback-page-button.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.movie-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  padding: 16px;
}

.movie-list-mobile {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
}

.mobile-preview-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.mobile-preview-content h3 {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.mobile-video-wrapper {
  width: 100%;
  max-width: 320px;
  border-radius: 8px;
  overflow: hidden;
}

.movie-video {
  width: 100%;
  height: auto;
  display: block;
}

.blink-text {
  animation: blinker 1.5s linear infinite;
  font-style: italic;
  font-size: 0.95rem;
  opacity: 0.85;
}

@keyframes blinker {
  50% {
    opacity: 0.3;
  }
}
.farmer-modal-container:has(.desktop-preview-content) {
  width: 70vw;
  max-width: 960px;
  height: auto;
  padding: 1rem;
}

.desktop-preview-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin: 0 auto;
}

.desktop-preview-content .movie-video {
  width: 100%;
  height: auto;
  max-height: 50vh;
  border-radius: 12px;
  object-fit: contain;
}

@keyframes slide-in-bounce {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0.95);
  }
  60% {
    opacity: 1;
    transform: translateX(10%) scale(1.05);
  }
  80% {
    transform: translateX(-4%) scale(1);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
@keyframes slide-out-right {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(50%);
  }
}
.animated-slide-in {
  animation: slide-in-bounce 0.6s ease-out forwards;
}

.animated-slide-out {
  animation: slide-out-right 0.4s ease-in forwards;
}

.movies-library-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1rem;
}

.movie-status-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 2rem;
}

.movie-status-indicator {
  font-size: 0.95rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  padding: 0.4rem 1rem;
  border-radius: 8px;
  max-width: 90%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: fit-content;
}

@media (max-width: 768px) {
  .movies-library-wrapper.mobile .movie-status-indicator {
    font-size: 0.85rem;
    padding: 0.3rem 0.8rem;
  }
  .movie-status-container {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 769px) {
  .movies-library-wrapper.desktop .movie-status-container {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}
.chart-cards-container.desktop {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 1rem;
}

.chart-cards-container.desktop .chart-card-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.chart-cards-container.mobile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 1rem;
}

.chart-cards-container.mobile .chart-card-item {
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
  margin-inline: auto;
}

.mobile-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding: 1rem;
}

.mobile-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 1rem;
}

.animated-svg-container svg {
  width: 64px;
  height: auto;
  animation: svg-pulse 2s infinite ease-in-out;
}

@keyframes svg-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.85;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.user-table-wrapper {
  width: 100%;
  padding: 0 1rem;
}

.user-table-large-gap .cinputs-card {
  margin-bottom: 1.25rem;
}

.modal-wide-800 {
  width: 800px;
  max-width: 95vw;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 158px);
  overflow: hidden;
}

.modal-wide-800.farmer-modal-container {
  padding: 0rem;
}

.modal-wide-800-scrollable {
  width: 800px;
  max-width: 80vw;
  height: 80vh;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.modal-wide-800-scrollable.farmer-modal-container {
  animation: farmer-popin 0.45s ease-out forwards;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.modal-wide-800-scrollable.farmer-modal-container form {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.modal-wide-800-scrollable.farmer-modal-container .admin-feed-modal__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.modal-wide-800-scrollable.farmer-modal-container .admin-feed-tab__body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding-right: 0.25rem;
  overflow: hidden;
}

.modal-wide-800-scrollable.farmer-modal-container .admin-feed-modal__footer {
  flex-shrink: 0;
  padding: 1rem 2rem;
  background: #fff;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

.modal-wide-1000-scrollable {
  width: 1000px;
  max-width: 80vw;
  height: 80vh;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.modal-wide-1000-scrollable.farmer-modal-container {
  animation: farmer-popin 0.45s ease-out forwards;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 1000px;
  max-width: 80vw;
}

.modal-wide-1000-scrollable.farmer-modal-container form {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.modal-wide-1000-scrollable.farmer-modal-container .admin-feed-modal__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.modal-wide-1000-scrollable.farmer-modal-container .admin-feed-tab__body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding-right: 0.25rem;
  overflow: hidden;
}

.modal-wide-1000-scrollable.farmer-modal-container .admin-feed-modal__footer {
  flex-shrink: 0;
  padding: 1rem 2rem;
  background: #fff;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

.scrollbar-green {
  scrollbar-width: thin;
  scrollbar-color: #00AA2D transparent;
}

.scrollbar-green::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.scrollbar-green::-webkit-scrollbar-track {
  background: transparent;
}

.scrollbar-green::-webkit-scrollbar-thumb {
  background-color: #00AA2D;
  border-radius: 10px;
}

.admin-feed-field__x-grouped {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
}

.admin-feed-field__x-grouped > *:first-child {
  flex: 1 1 auto;
}

.admin-feed-field__x-grouped > *:last-child {
  flex-shrink: 0;
}

.flex-fill {
  flex: 1 1 0%;
}

.survey-status.active {
  color: #00AA2D !important;
}

.survey-status.inactive {
  color: #B8C0CC !important;
}

.mc-form-name {
  background-color: #E6F8EA !important;
  color: #00AA2D !important;
  border-radius: 8px;
  width: 147px !important;
  height: 44px !important;
  padding: 4px 8px;
  display: flex;
  font-weight: 500;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.file-list {
  margin-top: 0.5rem;
  padding-left: 1.2rem;
  font-size: 0.95rem;
  color: #0D0F11;
}

.file-list li {
  margin-bottom: 0.25rem;
}

.group-modal-content {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: clamp(1rem, 4vh, 5rem) clamp(1rem, 3vw, 3rem);
}

.group-modal-content h4 {
  text-align: center;
}

.group-modal-content::-webkit-scrollbar {
  width: 6px;
}

.group-modal-content::-webkit-scrollbar-track {
  background: #f8f9fa;
  border-radius: 3px;
}

.group-modal-content::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 3px;
}

.group-modal-content::-webkit-scrollbar-thumb:hover {
  background: #9ca3af;
}

.farmer-dropdown-list::-webkit-scrollbar {
  /*width: 6px;*/
}

.farmer-dropdown-list::-webkit-scrollbar-track {
  background: #f8f9fa;
  border-radius: 3px;
}

.farmer-dropdown-list::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 3px;
}

.farmer-dropdown-list::-webkit-scrollbar-thumb:hover {
  background: #9ca3af;
}

.group-details-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 30px;
}

.select-section {
  width: 50%;
}

.region-city-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: end;
}

.region-city-container .form-group {
  margin-bottom: 0;
  min-width: 0;
}

.region-city-container .admin-manipulate-select {
  width: 100%;
  max-width: 100%;
}

.region-city-container .farmer-dropdown-trigger {
  width: 100%;
  min-width: 0;
}

.group-details-section-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.group-details-section-box .flex-fill {
  flex: 1 1 auto;
  min-width: 0;
}

.users-section {
  margin-top: 2rem;
  width: 100%;
}

.cinputs-header-group {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  background: #F7F8F9;
}

.cinputs-wrapper-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.5rem;
}

.cinputs-header-group-cell {
  font-size: 0.95rem;
  font-weight: 600;
  color: #6b7280;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cinputs-header-group-cell.text-center {
  text-align: center;
}

.cinputs-cards-container-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  overflow-y: auto;
  background-color: #F7F8F9;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  margin-bottom: 1rem;
  max-height: 220px;
}

.cinputs-cards-container-group::-webkit-scrollbar {
  width: 6px;
}

.cinputs-cards-container-group::-webkit-scrollbar-track {
  background: #f8f9fa;
  border-radius: 3px;
}

.cinputs-cards-container-group::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 3px;
}

.cinputs-cards-container-group::-webkit-scrollbar-thumb:hover {
  background: #9ca3af;
}

.no-farmers-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #6b7280;
  font-style: italic;
  text-align: center;
  padding: 2rem;
}

.no-farmers-message i {
  font-size: 2rem;
  margin-bottom: 1rem;
  opacity: 0.5;
}

.cinputs-group-button {
  padding: 15px;
  display: flex;
  justify-content: flex-end;
}

.cinputs-card-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  background: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease;
  gap: 1.5rem;
  width: 100%;
}

.cinputs-card-group:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.cinputs-card-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cinputs-card-section.text-center {
  justify-content: center;
}

.cinputs-card-value {
  font-size: 0.95rem;
  color: #374151;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.users-table-container {
  max-height: 300px;
  overflow-y: auto;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-top: 0.5rem;
}

.users-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.users-table th {
  background-color: #f8f9fa !important;
  padding: 1rem 0.75rem;
  text-align: left;
  font-weight: 600;
  color: #374151;
  border: none !important;
  position: sticky;
  top: 0;
  z-index: 10;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.users-table th.text-center {
  text-align: center;
}

.users-table td {
  padding: 1rem 0.75rem;
  border: none !important;
  vertical-align: middle;
  background: transparent;
}

.users-table tr:not(:last-child) td {
  border-bottom: 1px solid #f3f4f6 !important;
}

.users-table tr:hover td {
  background-color: #fafafa;
}

.users-table td:first-child {
  width: 35%;
}

.users-table td:nth-child(2) {
  width: 55%;
}

.users-table td:last-child {
  width: 10%;
  text-align: center;
}

.users-table .farmer-text-field-container {
  margin-bottom: 0;
  width: 100%;
}

.users-table .farmer-text-field-input {
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  padding: 0.5rem;
  width: 100%;
  font-size: 0.875rem;
}

.users-table .farmer-text-field-input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.btn-remove-user {
  background: none;
  border: none;
  color: #ef4444;
  cursor: pointer;
  font-size: 1.5rem;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  opacity: 0.7;
}

.btn-remove-user:hover {
  background-color: #fef2f2;
  transform: scale(1.1);
  opacity: 1;
}

.btn-remove-user:active {
  transform: scale(0.95);
}

.users-table-container::-webkit-scrollbar {
  width: 6px;
}

.users-table-container::-webkit-scrollbar-track {
  background: #f8f9fa;
  border-radius: 3px;
}

.users-table-container::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 3px;
}

.users-table-container::-webkit-scrollbar-thumb:hover {
  background: #9ca3af;
}

.btn-small {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.btn-small:hover {
  background: #2563eb;
}

.group-details-section .admin-manipulate-select.desktop-fit,
.group-details-section-box .admin-manipulate-select.desktop-fit {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

.group-details-section .admin-manipulate-select .farmer-dropdown-wrapper.desktop-fit,
.group-details-section-box .admin-manipulate-select .farmer-dropdown-wrapper.desktop-fit {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

.group-details-section .admin-manipulate-select .farmer-dropdown-wrapper .farmer-dropdown-trigger,
.group-details-section-box .admin-manipulate-select .farmer-dropdown-wrapper .farmer-dropdown-trigger {
  max-width: none !important;
  width: 100% !important;
}

.group-details-section .admin-manipulate-select .farmer-dropdown-trigger,
.group-details-section-box .admin-manipulate-select .farmer-dropdown-trigger {
  width: 100% !important;
  max-width: 100% !important;
}

.group-details-section .form-group .admin-manipulate-select.desktop-fit,
.group-details-section-box .form-group .admin-manipulate-select.desktop-fit {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin-bottom: 20px !important;
}

.group-details-section .form-group .admin-manipulate-select .farmer-dropdown-wrapper.desktop-fit,
.group-details-section-box .form-group .admin-manipulate-select .farmer-dropdown-wrapper.desktop-fit {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

.group-details-section .form-group .admin-manipulate-select .farmer-dropdown-wrapper .farmer-dropdown-trigger,
.group-details-section-box .form-group .admin-manipulate-select .farmer-dropdown-wrapper .farmer-dropdown-trigger {
  max-width: none !important;
  width: 100% !important;
}

.group-details-section .form-group .admin-manipulate-select .farmer-dropdown-trigger,
.group-details-section-box .form-group .admin-manipulate-select .farmer-dropdown-trigger {
  width: 100% !important;
  max-width: 100% !important;
}

.form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #374151;
}

.farmer-dropdown-label.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .region-city-container {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .group-details-section {
    flex-direction: column;
    gap: 1rem;
  }
  .select-section {
    width: 100%;
  }
  .users-table-container {
    max-height: 250px;
  }
  .users-table th,
  .users-table td {
    padding: 0.75rem 0.5rem;
  }
  .users-table td:first-child {
    width: 40%;
  }
  .users-table td:nth-child(2) {
    width: 45%;
  }
  .users-table td:last-child {
    width: 15%;
  }
  .users-table .farmer-text-field-input {
    font-size: 0.8125rem;
    padding: 0.375rem;
  }
  .btn-remove-user {
    width: 28px;
    height: 28px;
    font-size: 1.25rem;
  }
  .group-modal-content {
    padding: 1rem;
  }
  .cinputs-header {
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
  }
  .cinputs-header-cell {
    font-size: 0.875rem;
  }
  .cinputs-card {
    padding: 0.75rem 1rem;
    gap: 1rem;
  }
  .cinputs-card-value {
    font-size: 0.875rem;
  }
  .btn-remove-user {
    width: 28px;
    height: 28px;
    font-size: 1.25rem;
  }
  .cinputs-header-cell:nth-child(1),
  .cinputs-card-section:nth-child(1) {
    width: 40% !important;
  }
  .cinputs-header-cell:nth-child(2),
  .cinputs-card-section:nth-child(2) {
    width: 40% !important;
  }
  .cinputs-header-cell:nth-child(3),
  .cinputs-card-section:nth-child(3) {
    width: 20% !important;
  }
}
li {
  margin-bottom: 0.25rem;
}

.admin-feed-modal__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.admin-feed-tab__header {
  display: flex;
  border-bottom: 1px solid #e5e7eb;
  gap: 2rem;
  font-weight: 600;
  padding-bottom: 1rem;
}

.admin-feed-tab__header .admin-feed-tab__item {
  cursor: pointer;
  color: #888;
  position: relative;
  padding-bottom: 0.5rem;
  transition: color 0.2s ease;
}

.admin-feed-tab__header .admin-feed-tab__item.active {
  color: #0ca44a;
}

.admin-feed-tab__header .admin-feed-tab__item.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 3px;
  width: 100%;
  background: #0ca44a;
  transition: all 0.3s ease;
}

.admin-feed-tab__body {
  flex: 1;
  min-height: 0;
}

.admin-feed-tab__pane {
  animation: fade-in-left 0.3s ease;
}

.admin-feed-modal__footer {
  border-top: 1px solid #eee;
  background: #fff;
}

@keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.admin-feed-field__group {
  margin-bottom: 0.5rem;
}

.admin-feed-taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.admin-feed-tag {
  display: flex;
  align-items: center;
  background: #f5f6f7;
  color: #111;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 500;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.admin-feed-tag__remove {
  background: none;
  border: none;
  color: #888;
  margin-left: 0.5rem;
  font-size: 1rem;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

.admin-feed-tag__remove:hover {
  color: #e53935;
}

.video-preview-grid {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}

.video-preview-item {
  flex: 0 0 auto;
  width: 260px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1rem;
  background-color: #f9fafb;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.post-media-box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1rem;
  padding: 1rem;
  background: #f9fafb;
  border-radius: 12px;
  border: 1px dashed #d1d5db;
}

.post-media-box-reorderable {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
  background-color: #f9fafb;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

.draggable-media-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  transition: all 0.2s ease;
}

.draggable-media-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-color: #00AA2D;
}

.media-item-reorder-controls {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.reorder-btn {
  background: transparent;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  padding: 0.25rem;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.reorder-btn:hover {
  background-color: #f3f4f6;
  border-color: #00AA2D;
}

.reorder-btn:active {
  transform: scale(0.95);
}

.reorder-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.media-item-content {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.media-preview {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f4f6;
}

.media-preview img,
.media-preview video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-preview.pdf-preview {
  padding: 0.5rem;
}

.media-preview.pdf-preview svg {
  width: 40px;
  height: 40px;
}

.media-item-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.media-filename {
  font-size: 0.9rem;
  font-weight: 500;
  color: #374151;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.media-type-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.125rem 0.5rem;
  background-color: #E6F8EA;
  color: #0369a1;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  width: fit-content;
}

.media-item-remove {
  background: transparent;
  border-radius: 6px;
  padding: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.media-item-remove:hover {
  background-color: #E6F8EA;
  border-color: #ef4444;
}

.media-item-remove:active {
  transform: scale(0.95);
}

.farmer-button-sm {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  height: auto;
}

.btn-sort-files {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  background-color: white;
  border: 1.5px solid #d1d5db;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-sort-files svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}

.btn-sort-files:hover {
  background-color: #f9fafb;
  border-color: #00AA2D;
  color: #00AA2D;
}

.btn-sort-files:active {
  transform: scale(0.98);
}

.btn-sort-files:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.animate-fade-in {
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .post-media-box-reorderable {
    gap: 0.5rem;
    padding: 0.75rem;
  }
  .draggable-media-item {
    padding: 0.5rem;
    gap: 0.5rem;
  }
  .media-preview {
    width: 60px;
    height: 60px;
  }
  .media-filename {
    font-size: 0.8125rem;
  }
  .media-type-badge {
    font-size: 0.7rem;
  }
  .reorder-btn {
    width: 28px;
    height: 28px;
  }
  .reorder-btn i {
    font-size: 0.75rem;
  }
}
.notification-preview-wrapper {
  background-color: #f9fafb;
  border: 1px dashed #d1d5db;
  border-radius: 12px;
  padding: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s ease;
}

.notification-preview-wrapper::before {
  content: "Live Preview";
  position: absolute;
  top: -10px;
  left: 1rem;
  background-color: #f9fafb;
  padding: 0 0.5rem;
  font-size: 0.75rem;
  color: #6b7280;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.notification-preview-wrapper::after {
  content: "Click to expand ▼";
  position: absolute;
  top: -10px;
  right: 1rem;
  background-color: #f9fafb;
  padding: 0 0.5rem;
  font-size: 0.7rem;
  color: #9ca3af;
  font-weight: 400;
  font-style: italic;
  animation: pulse-hint 2s ease-in-out infinite;
}

@keyframes pulse-hint {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}
.notification-preview-wrapper .notification-card-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.notification-preview-wrapper .notification-card-wrapper .notification-card__swipe-delete,
.notification-preview-wrapper .notification-card-wrapper .notification-card__delete-icon {
  display: none !important;
}

.notification-preview-wrapper .notification-card-wrapper .notification-card {
  transition: box-shadow 0.3s ease;
}

.notification-preview-wrapper .notification-card-wrapper .notification-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.notification-preview-wrapper .notification-card-wrapper .notification-card__content-wrapper {
  min-width: 0;
  overflow: hidden;
}

.notification-preview-wrapper .notification-card-wrapper .notification-card__preview {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
}

.notification-preview-wrapper .notification-card-wrapper .notification-card__full-text {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.feed-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
  padding: 1rem;
}

.feed-item {
  background: transparent;
}

.postcard-full-modal {
  margin-top: 3em;
  background: white;
  padding: 0.5rem;
  max-width: 800px;
  max-height: 90vh;
  width: auto;
  height: auto;
  min-width: 300px;
  min-height: 200px;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .postcard-full-modal {
    max-width: 100vw;
    max-height: 95vh;
    min-width: unset;
    min-height: unset;
  }
}
.notification-page {
  width: 100%;
  padding: 1.5rem 0;
}

.notification-page__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 0 2rem 0 2rem;
}

.notification-page__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
  flex-shrink: 0;
}

.notification-page__tabs {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

.notification-page__tab {
  border: none;
  background: transparent;
  padding: 0.35rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #6b7280;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}

.notification-page__tab:hover:not(.active) {
  background-color: #f3f4f6;
}

.notification-page__tab.active {
  background-color: #0ca44a;
  color: #ffffff;
}

.notification-page__beta-label {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-top: 0.75rem;
}

.notification-page__list-mobile {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0 1rem;
}

.farmer-textarea {
  width: 100%;
  min-height: 5rem;
  max-height: 10rem;
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.75rem;
  font-size: 1rem;
  outline: none;
  box-sizing: border-box;
  resize: vertical;
  overflow-y: auto;
}

.farmer-modal-custom {
  max-width: 700px !important;
}

.notification-page__beta-label {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-top: 0.75rem;
}

.notification-list {
  width: 100%;
  padding: 0 1rem;
}

.notification-list--spaced .notification-list__row {
  margin-bottom: 1.25rem;
}

.notification-list__loading-overlay {
  position: relative;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.notification-list__header {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  background: #f7f8f9;
  border-radius: 0.75rem;
  margin-bottom: 0.75rem;
}

.notification-list__header-cell {
  font-size: 0.95rem;
  font-weight: 600;
  color: #6b7280;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notification-list__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  gap: 1.5rem;
  width: 100%;
}

.notification-list__row--animated {
  animation: fade-in-left 0.3s ease;
}

.notification-list__cell {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notification-list__cell-value {
  font-size: 0.95rem;
  color: #374151;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.notification-list__cell-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

.notification-list__load-more-trigger {
  height: 1px;
  width: 100%;
}

@media (max-width: 768px) {
  .notification-page {
    padding: 1rem 0;
  }
  .notification-page__header {
    padding: 0 1.5rem;
  }
  .notification-page__list-mobile {
    padding: 0 0.5rem;
  }
  .notification-list {
    padding: 0 0.5rem;
  }
  .notification-list__header {
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
  }
  .notification-list__header-cell {
    font-size: 0.875rem;
  }
  .notification-list__row {
    padding: 0.75rem 1rem;
    gap: 1rem;
  }
  .notification-list__cell-value {
    font-size: 0.875rem;
  }
  .notification-list__header-cell:nth-child(1),
  .notification-list__cell:nth-child(1) {
    width: 40% !important;
  }
  .notification-list__header-cell:nth-child(2),
  .notification-list__cell:nth-child(2) {
    width: 40% !important;
  }
  .notification-list__header-cell:nth-child(3),
  .notification-list__cell:nth-child(3) {
    width: 20% !important;
  }
}
@media (max-width: 768px) {
  .notification-page__header {
    gap: 0.75rem;
  }
  .notification-page__title {
    font-size: 1.1rem;
  }
  .notification-page__tabs {
    justify-content: flex-end;
  }
}
@keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@font-face {
  font-family: "Aptos";
  src: url("/fonts/Aptos.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Aptos";
  src: url("/fonts/Aptos-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Aptos";
  src: url("/fonts/Aptos-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: "Aptos";
  src: url("/fonts/Aptos-Bold-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: bold;
}
@font-face {
  font-family: "Aptos";
  src: url("/fonts/Aptos-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
* {
  font-family: "Aptos", sans-serif;
}

/*# sourceMappingURL=app-styles.css.map */
