@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');


* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: sans-serif !important;
  height: 100%;
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

.overlay-loader{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  font-size: 4.5em ;
  transform: translate(-50%,-50%);
}

a {
  text-decoration: none !important;
}

.small-headings{
	font-size: 13px;
}

.cmg-hidden {
  display: none;
}

.admin-text {
  font-family: 'Abril Fatface', cursive;
}

/* Header Section */

.navbar-brand {
  font-size: 1.7em;
}

.cmnavbar{
  background-color: #d2dbb2;
  border-bottom: #68733f;
}

.header-area {
  background: #72603f;
}

.back-arrow {
  animation: 1s bounce ease-in-out infinite paused;
}

.back-arrow:hover {
  animation-play-state: running;
  cursor: pointer;
}

@keyframes bounce {

  0%,
  5%,
  95%,
  100% {
    transform: translate(0, 0);
  }

  45%,
  55% {
    transform: translate(-5px, 0);
  }
}


.login-card {
    background-color: #f2f4e3;
    border-radius: 8px;
    width: 30%; 
    min-width: 320px;
    padding: 20px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
    margin-top: 5%;
    margin-bottom: 8%;
}

/* Main Container */
#mainContainer {
  min-height: 80vh;
}

.mainContainer {
  background-color: white;
  position: absolute;
  left: 5%;
  top: 5%;
  min-height: 90%;
  min-width: 90%;
  border-radius: 2%;
}

.textInput {
  width: 80% !important;
  margin: 2% 10%;
}

.submitButton {
  width: 80%;
  margin: 5% 10%;
}


/* Nav Bar */

.nav-item {
  margin: 0 20px;
  font-size: 1.1em;
}


@media only screen and (max-width: 600px) {
  .navbar-nav {
    text-align: left !important;
  }
}

/* Landing Page */

.landingPageCard {
  color: grey;
  border-radius: 0.2em;
  font-size: 4em;
  box-shadow: 2px 3px 10px silver;
  min-height: 190px;
}

.landingPageCard:hover {
  cursor: pointer;
  scale: 1.05;
  transition: all ease-in 0.3s;
}

.side-menu-navs{
	background-color: #68733f;
	border-bottom: 1px solid #9ba672;
	color : #f2ebd5;
}

.side-menu-header {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #68733f;
  background-color: #d2dbb2;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

.side-menu-navs h5{
	font-size:1em;
	font-weight: 400;
}

.side-menu-navs i{
	color:#f2ebd5;
}

.side-menu-navs:hover {
  cursor: pointer;
  scale: 1.02;
  background-color: #9ba672;
  transition: all ease-in 0.3s;
}

.side-menu-sec{
	/* height: 100vh; */
    background-color: #d2dbb2;
}

.side-menu-navs img{
	width: 23px;
	height: 23px;
}

input:focus-visible {
  outline: none;
}

img.img-list {
  margin: 0 2% 0 4%;
  border: 1px solid #efefef;
  border-radius: 38px;
  width: 3em;
  height: 3em;
  box-shadow: 4px 4px 6px 1px #cecece;
}

span.text-name {
  color: black;
  font-size: 116%;
  font-weight: 500;
  display: block;
}

.text-input-area {
  padding: 2%;
  width: 90%;
  border-color: #72603f;
}

/* Navigation Bar */

.navigation-icons i {
  font-size: 1.4em;
}

.navigation-icons div {
  background-color: #72603f;
  width: 35px;
  height: 35px;
  font-size: 0.9em;
  border-radius: 50%;
}

.navigation-icons div:hover {
  cursor: pointer;
  transition: all ease-out 0.3s;
  scale: 1.03;
  box-shadow: 2px 3px 5px #88888896;
}

.hidden-section {
  display: none;
}

@media only screen and (max-width: 990px) {
  .nav-item {
    border-bottom: 1px solid silver;
    padding: 5px;
  }
}


.user-data-table table,
.user-data-table th {
  border: none !important;
  text-align: center;
}

.user-data-table td {
  border: none;
  text-align: center;
  padding: 10px 8px !important;
}

.user-data-table tr {
  box-shadow: 2px 4px 10px #cbcbcb;
}

.user-data-table tbody tr:hover {
  transform: scale(1.01);
  transition: all ease-in 0.3s;
}

.user-data-table label {
  color: #999999;
}

.user-data-table input {
  border-radius: 50px;
  border: 1px solid silver;
  padding: 3px 5px;
}

.user-data-table .dataTables_paginate {
  font-size: 0.9em;
}

.user-data-table i {
  font-size: 1.3em;
}

.nav-tabs .nav-item {
  border: none;
  font-size: 0.9em;
  font-weight: 600;
  margin: 0 10px;
}

.nav-tabs .nav-item a {
  color: #7296b5;
}

.panel-title {
  background-color: #72603f;
}

.link-crop-plan-table td,
.link-crop-plan-table th {
  text-align: left !important;
  padding: 10px !important;
}

.small-text {
  font-size: 0.8em;
}

#partnerFarmersLoader {
  font-size: 2.4em;
}

.footer-company-image {
  max-width: 200px;
  width: 100%;
}

.text-poweredby {
  color: #fff;
}

.comapny-logo-nav {
  max-width: 100px;
  width: 100%;
}

.comapny-logo-name {
  font-size: 0.9em;
}

.pre-selected {
  background-color: #03bb0d !important;
  border-color: #03bb0d !important;
}

.serch-section {
  position: relative;
}

.custom-button {
  position: absolute;
  top: 13%;
  left: 5%;
  font-size: 113%;
  color: #72603f;
}

.custom-search {
  color: black;
  border: none;
  padding: 0 0 1% 8%;
  margin: 10px;
  background: white;
  border-bottom: 1px solid #72603f !important;
}


blink {
  animation: 2s linear infinite blink_effect;
}

@keyframes blink_effect {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.card-text {
  font-size: 2em !important;
}

/* Start of Image Viwer */
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 19%;
  left: 0;
  top: 0%;
  width: 100%;
  height: 90%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 40px !important;
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80%;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

/* The Close Button */
.close {
  position: absolute;
  top: 4%;
  left: 5%;
  color: #f1f1f1;
  font-size: 29px;
  /* font-weight: bold; */
  transition: 0.3s;
  background: #3f3f3f;
  width: 1em;
  height: 1em;
  align-items: center;
  display: flex;
  place-content: center;
  border-radius: 48px;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.fade-in {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.content-for-faq {
  text-align: center;
  height: auto;
}

.obs-imgage:hover {
  cursor: zoom-in;
}

.info-image-large {
  width: 150% !important;
  height: 150% !important;
}

.earthy-color{
	color: #a58b6a;
}

.light-green-color{
	color: #8bc34a;
}

.light-yellow-color{
	color : #c2d133;
}

.dtoh-charts{
	min-height: 400px !important;
	transform-origin: bottom !important;
    animation: revealing-bars 4s linear normal !important;
}

.deafult-card.slim-card.for-news:hover {
    transition: unset;
    background: unset;
}

.deafult-card.slim-card.for-news {
    display: block;
    /* margin: 4% 2%; */
    padding: 0 0;
    box-shadow: none;
}

.deafult-card.slim-card.for-news.for-marketcard {
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 28%);
}

.deafult-card.slim-card.for-market.subTotal {
    justify-content: space-between;
    padding: 10px;
}
.deafult-card.slim-card.for-market {
    padding: 10px;
    align-items: center;
    box-shadow: none;
    margin: 0;
    border-bottom: 1px solid #dedede;
    position: relative;
	justify-content: space-evenly;
}

.deafult-card.slim-card {
    /* width: auto; */
    box-sizing: border-box;
    /* padding: 3% 3%; */
    align-items: flex-start;
}

.deafult-card {
    display: flex;
    box-sizing: border-box;
    margin: 4% 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 28%);
    /* padding: 5% 2%; */
    transition: background 0.8s;
    align-items: center;
}

.flex-container.for-prices {
    align-items: center;
    width: auto;
}
.flex-container {
    display: flex;
    width: 100%;
    height: auto;
}

.small-icon{
	font-size: 0.8em !important;
}

.cover-div{
	min-height: 20px;
    background-color: #fff;
    transform: translateY(-30px);
}
.dwr-card:hover{
	transform:scale(1.05);
	transition: 0.3s all ease-in;
	cursor:pointer;
}

.selected-card{
	background-color: #b8ffb9;
}

.card-title{
	font-size: 0.77em;
	font-weight: bold;
}

.acive-farm-details{
	color:#183f87;
	font-weight:bold;
}

.ring{
    animation:notification 2s infinite;
}

@keyframes notification{
    
    5%{
        transform:rotate(18deg);
    }
    
    10%{
        transform:rotate(-18deg);
    }
    
    15%{
        transform:rotate(18deg);
    }
    
    20%{
        transform:rotate(0deg);
    }
}

.bell_notification {
	position: relative;
}

.notificaion_indigator{
    position: absolute;
    background-color: red;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 0.8em;
    font-weight: bold;
    padding-top: 4px;
}

output{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  position: relative;
}

output .image{
  margin: auto;
  text-align: center;
  position: relative;
  background-color: #fbfbfb;
  padding: 25px;
  border-radius: 5px;
}

output .image img{
  max-width: 100%;
}

output .image span {
  position: absolute;
  top: -7px;
  right: -7px;
  cursor: pointer;
  width:25px;
}

output .image span:hover {
  opacity: 0.8;
}

output .span--hidden{
  visibility: hidden;
}

button.close-compliance-modal {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.close-compliance-modal {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

#map {
  height: 100vh;
}

.circular-progress {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s;
}

.circular-progress::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #f8f9fa;
}
.compliance-value {
  position: relative;
  font-size: 16px;
  font-weight: bold;
}

.lp-circular-progress {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s;
}

.lp-circular-progress::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #f8f9fa;
}

.lp-compliance-value {
  position: relative;
  font-size: 23px;
  font-weight: bold;
}

.show-modal{
	display : block !important;
}

.modal-dialog{
	max-width: 850px !important;
}

.landing-card{
    box-shadow: 1px 3px 5px #888888;
}

.landing-card:hover{
	transform:scale(1.02);
	transition: all ease-in 0.3s;
	cursor: pointer;
}

.landing-card-safron1{
	border-radius: 6px;
	background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(240,192,145,1) 70%, rgba(242,168,93,0.969625350140056) 100%);
}

.landing-card-green1{
	border-radius: 6px;
	background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(155,240,145,1) 70%, rgba(123,242,93,0.969625350140056) 100%);
}

.landing-card-yellow1{
	border-radius: 6px;
	background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(236,231,74,1) 85%, rgba(240,238,84,0.969625350140056) 100%);
}

.landing-card-safron{
	border-radius: 6px;
	background:rgba(243, 212, 168, 0.97);
}

.landing-card-green{
	border-radius: 6px;
	background: rgba(227, 249, 170, 0.97);
}

.landing-card-yellow{
	border-radius: 6px;
	background: rgb(248, 245, 144);
}

.landing-card-text{
	font-size: 0.8em
}

.landing-analytics-sec{
	border: 1px solid #89db89;
    border-radius: 15px;
    padding: 10px;
    width: 100%;
	min-height: 330px;
	max-height : 330px;
}

.landing-select{
	min-width :250px;
}
.landing-select option{
	padding:5px 0;
	border-bottom: 2px solid silver;
}

.yield-toggle-cover{
	transform:translateY(-25px);
}

.yield-units{
	border-color : #eee;
	padding: 0 5px;
	color: #7f7f7f;
}

.compliance-btn{
    padding: 10px 6px;
    border-radius: 5px;
}

.compliance-btn-allplan{
	background-color:#7b7b7b;
}
.compliance-btn-activeplan{
	background-color:green;
}

.fcd-plantypes:hover{
	cursor:pointer;
	transform:scale(1.1);
	transition : 0.3s all ease-in-out;
}

.renewal_notification{
	width: 25px !important;
    height: 25px !important;
	right: 0px !important;
	color: white;
    text-align: center;
}

.landing-details-btn{
  background-color: #a0ce81;
  width: 28px;
  height: 28px;
  font-size: 1.2em;
  border-radius: 50%;
  cursor: pointer;
}
.um-linked-farm{
	background-color:#cecece;
}

.details-page-link:hover{
	cursor:pointer;
	transform:scale(1.05);
	transition: 0.3s all ease-in-out;
}

.compliance_indicator{
	border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 0.9em;
    padding-top: 7px;
    border: 3px solid;
	text-align:center;
}

#tbllcdFamrCompliances td {
  padding: 6px !important;
  background-color: #f4f4f4;
}

#tbllcdFamrCompliances td img{
	cursor: zoom-in;
}

#lpPndDetailsSec td {
  padding: 6px !important;
  background-color: #f4f4f4;
}

.outcome-badge-best{
	border: 1px solid #177717;
    color: #177717;
	background-color: #dbf0db;
    padding: 6px 10px;
    border-radius: 50%;
}

.outcome-badge-least{
	border: 1px solid #ab0d0d;
    color: #ab0d0d;
    background-color: #ebd7d7;
    padding: 6px 10px;
    border-radius: 50%;
}

.effected-farm-card{
	background-color: #f5c2c2;
    padding: 10px;
    margin: 0 5px;
    border-radius: 8px;
}

.map-overlay {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

img[src$="#custom_marker"]{
    border: 2px solid #900 !important;
    border-radius:50%;
}

.map-yield-card{
	border: 2px solid #72603f;
	border-radius : 5px;
	text-align: center;
	color: #72603f;
}

.map-toggle{
	border: 1px solid #72603f;
    color: #72603f;
    background: transparent;
    border-radius: 50px;
    margin-left: 6px;
}

.map-calender-heading-sec{
	background-color: #72603f;
    border-radius: 5px 5px 0 0;
}

.map-calender-month-sec{
	border: 1px solid gray;
    border-radius: 0 0 5px 5px;
}

.map-calender-month{
    border: 1px solid silver;
    border-radius: 4px;
	font-size: 0.9em;
}

.map-calender-month:hover{
	cursor:pointer;
	transform:scale(1.05);
	transition: 0.3s all ease-out;
}

.map-calender-month-active {
	background-color:#bdcbd7;
}

.map-farm-count{
	background: #386b95;
    border-radius: 20%;
}

.map-harvest-months{
	border-color : #e5ed66;
	border : 2px solid #e5ed66;
}

.exception-section {
	border: 2px solid silver;
	border-radius: 10px;
}

.exception-data:hover{
	cursor:pointer;
}

#fcdBudgetTable td:nth-child(2n) {
  border-right: 2px solid #000; 
}

#fcdBudgetTable td{
  border: 1px solid #ccc
}
#fcdBudgetTable table{
  border: 1px solid;
}

#fcdBudgetTable th {
  border: 1px solid #ccc;
  text-decoration: underline;
}
#fcdBudgetTable td, #budgetTable th {
  padding: 0px;
  text-align: center;
  border-collapse: collapse;
  width: 50px;
}
#fcdBudgetTable {
  width: 100%;
}

[id^="Expense_"] {
  background-color: #ffd0d0;
  /* border: 3px solid #ff7878; */
}

/* Style all elements with IDs starting with "Budget_" */
[id^="Budget_"] {
  background-color: #d2ffd2;
  /* border: 3px solid #a6ffa6; */
}

/* Css for Performance */
/* Base styling for the hidden state */
/* Container setup */
#perfDataBlock {
    display: block;
    overflow: hidden;
}

#perfInfoBlock {
    display: flex;
    height: 70vh; /* Full viewport height */
    overflow: hidden;
	padding:2%;
}

/* Left image block */
#perMapImage {
    flex: 0 0 40%; /* 40% width */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#perMapImage img {
    /* width: 100%; */
    height: 100%;
}

/* Right info block */
#perfinfoDiv {
    flex: 1; /* 60% width */
    overflow-y: auto; /* Make it scrollable */
    padding: 20px;
    box-sizing: border-box;
    background-color: #f9f9f9; /* Light background for contrast */
}

/* Styling for the third div */
#perfDataBlock > div:last-child {
    height: auto; /* Full viewport height */
    display: block;
    align-items: center;
    justify-content: center;
}

.stylish-fieldset {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-radius: 10px;
    background: linear-gradient(135deg, #f0f8ff, #cce7ff);
    border: 0px solid #80bfff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}
.stylish-fieldset-table {
    display: block;
    justify-content: space-between;
    padding: 10px;
    border-radius: 10px;
    background: linear-gradient(135deg, #f0f8ff, #cce7ff);
    border: 0px solid #80bfff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
	width: 100%;
}

.stylish-fieldset label {
    flex: 1;
    margin: 0 10px;
    text-align: center;
    padding: 2px;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: background 0.3s, border 0.3s;
    cursor: pointer;
}

.stylish-fieldset input[type="radio"] {
    display: none;
}

.stylish-fieldset label:hover {
    background: #e6f7ff;
    border-color: #66ccff;
}

.stylish-fieldset input[type="radio"]:checked + label {
    background: #cceeff;
    border-color: #33aaff;
    font-weight: bold;
    color: #003366;
}


/* Css for h3 */
.stylish-h3 {
    font-family: 'Poppins', sans-serif; /* Custom font */
    font-size: 18px;
    font-weight: bold;
    color: #333; /* Darker gray for text */
    text-align: center;
    margin: 20px 0;
    position: relative;
    padding: 10px 20px;
    background: rgba(255, 127, 80, 0.4); /* Soft gradient background
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    overflow: hidden;
	border-radius: 10px;
}

.stylish-h3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    opacity: 0;
    transition: opacity 0.3s;
}

.stylish-h3:hover::before {
    opacity: 1;
}
/* //fiddle css  */

 .container {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px;
}
.map-section, .table-section, .report-section, .attendance-section {
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 8px;
	background-color: #f9f9f9;
}
h2 {
	margin-top: 0;
}
.custom-table {
	width: 100%;
	border-collapse: collapse;
}
.custom-table-header td, .custom-table-body td {
	border: 1px solid #ccc;
	padding: 10px;
	text-align: left;
}
.custom-table-header {
	background-color: #eee;
}

.option-button {
    flex: 1; /* Make buttons take equal width */
    padding: 5px;
    margin: 0 5px; /* Small margin between buttons */
    border: 1px solid #80bfff;
    /* background-color: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(133,255,102,1) 0%, rgba(178,242,255,1) 100%); */
	background: white;
    /* color: #007bff; */
	color: DodgerBlue;
    font-size: 26px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
}

.option-button:hover {
    background-color: #007bff;
    color: white;
}

.option-button.selected {
    background-color: #007bff;
    color: white;
    border-color: #0056b3;
}

/* //datepicker performance */
 .date-picker-wrapper {
	margin-bottom: 15px;
	width: 280px;
}

.perf-label {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	color: #333;
}

.date-picker-minimal {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	font-size: 16px;
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	outline: none;
	transition: border-color 0.3s, box-shadow 0.3s;
}

.date-picker-minimal:focus {
	border-color: #007BFF;
	box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.date-picker-minimal::-webkit-calendar-picker-indicator {
	filter: invert(0.5);
	cursor: pointer;
}
.check-button {
	margin-top: 10px;
    padding: 12px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #007BFF;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
    height: 0%;
    align-self: center;
    width: 20%;
}

.check-button:hover {
	background-color: #0056b3;
}

.heading-collapse-btn{
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.heading-collapse-btn:hover {
  background-color: #6c757d;
  color: #fff;
}
.square-button {
    flex: 1; /* Each button takes equal space */
    margin: 0 10px; /* Space between buttons */
    padding: 20px; /* Adjust padding for button size */
    text-align: center;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.square-button:hover {
    background-color: #0056b3;
}
.rotate {
    animation: rotate 2s ease-in-out forwards;
  }

@keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
 

  .plan-filter {
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
  }

  .plan-filter:hover {
    background-color: #0dcdfd !important; /* Bootstrap primary darkened */
    box-shadow: 0 0 0 0.15rem rgba(13, 173, 253, 0.5);
    text-decoration: none;
  }

  .plan-filter.active {
    background-color: #089874 !important;
    box-shadow: 0 0 0 0.2rem rgba(8, 152, 133, 0.4);
  }



  /* From Uiverse.io by Yaya12085 */ 
.radio-inputs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.5rem;
  background-color: #EEE;
  box-sizing: border-box;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
  padding: 0.25rem;
  width: 300px;
  font-size: 14px;
}

.radio-inputs .radio {
  flex: 1 1 auto;
  text-align: center;
}

.radio-inputs .radio input {
  display: none;
}

.radio-inputs .radio .name {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: none;
  padding: .5rem 0;
  color: rgba(51, 65, 85, 1);
  transition: all .15s ease-in-out;
}

.radio-inputs .radio input:checked + .name {
  background-color: #fff;
  font-weight: 600;
}



.accordion-button:hover {
    background-color: #f1f1f1; /* Light gray hover background */
    color: #000; /* Optional: ensure text remains visible */
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Optional: subtle box shadow on hover */
.accordion-button:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}


.chart-expanded {
    position: fixed;
    top: 50px;
    left: 20px;
    right: 20px;
    z-index: 1000;
    background: white;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    max-width: 95% !important;
    margin: 0 auto;
}

.chart-expanded canvas {
    height: 400px !important;
    max-width: 100% !important;
}
/* 
.budget-div:hover{
  color: white !important;
} */

.cmicon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: -2px;
  background-color: currentColor; 
}

.icon-hub {
  -webkit-mask: url("/img/hub.png") no-repeat center / contain;
  mask: url("/img/hub.png") no-repeat center / contain;
}
.icon-field {
  -webkit-mask: url("/img/field.png") no-repeat center / contain;
  mask: url("/img/field.png") no-repeat center / contain;
}
.icon-farming {
  -webkit-mask: url("/img/farming.png") no-repeat center / contain;
  mask: url("/img/farming.png") no-repeat center / contain;
}
.icon-soil {
  -webkit-mask: url("/img/soil.png") no-repeat center / contain;
  mask: url("/img/soil.png") no-repeat center / contain;
}
.icon-add-activity {
  -webkit-mask: url("/img/add-activity.png") no-repeat center / contain;
  mask: url("/img/add-activity.png") no-repeat center / contain;
}
.icon-farmhublink {
  -webkit-mask: url("/img/farmhublink.png") no-repeat center / contain;
  mask: url("/img/farmhublink.png") no-repeat center / contain;
}
.icon-replacement {
  -webkit-mask: url("/img/replacement.png") no-repeat center / contain;
  mask: url("/img/replacement.png") no-repeat center / contain;
}
.icon-deletefarms {
  -webkit-mask: url("/img/delete-farms.png") no-repeat center / contain;
  mask: url("/img/delete-farms.png") no-repeat center / contain;
}
.icon-summary-report {
  -webkit-mask: url("/img/summary-report.png") no-repeat center / contain;
  mask: url("/img/summary-report.png") no-repeat center / contain;
}
.icon-wheat {
  -webkit-mask: url("/img/wheat.png") no-repeat center / contain;
  mask: url("/img/wheat.png") no-repeat center / contain;
}
.icon-sowing {
  -webkit-mask: url("/img/sowing.png") no-repeat center / contain;
  mask: url("/img/sowing.png") no-repeat center / contain;
}
.icon-addhub {
  -webkit-mask: url("/img/addhub.png") no-repeat center / contain;
  mask: url("/img/addhub.png") no-repeat center / contain;
}

/* .btn-outline-cmbrown {
  background-color: #72603f;
  border: 1px solid #9ba672;
  color: #f2ebd5;
} */

.cmbtn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, 
              background-color 0.15s ease-in-out, 
              border-color 0.15s ease-in-out, 
              box-shadow 0.15s ease-in-out;
}

.cmbtn:disabled,
.cmbtn.disabled {
  opacity: 0.65;
  pointer-events: none;
}

.btn-outline-cmbrown {
  color: #72603f;
  /* border: 1px solid #72603f; */
  border: 1px solid #72603f;
  background-color: transparent;
}

.btn-outline-cmbrown:hover {
  background-color: #72603f;
  /* color: #f2ebd5; */
  color: #fff;
}

/* Active (clicked) style */
.btn-outline-cmbrown.active {
  background-color: #72603f;
  color: #fff;
  border-color: #95c1e5;
}

.stats-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-bottom: 20px;
}
.stat-card {
  background-color:#68733f;
  color: white;
  padding: 5px;
  border-radius: 8px;
  text-align: center;
}
.stat-number {
  font-size: 16px;
  font-weight: bold;
}
.stat-label {
  font-size: 14px;
  opacity: 0.9;
}



.pkg-dashboard-main {
  height: 100vh;
  background: #f7f5f0;
  margin-top: 0;
}

.pkg-content-area {
  flex: 1; 
  transition: margin-right 0.3s ease;
}

.pkg-content-area.pkg-panel-open {
  margin-right: 300px;
}

.pkg-side-panel {
  position: absolute;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background: #fefdfb;
  border-left: 1px solid #e5e2db;
  transition: right 0.3s ease;
  z-index: 1000;
  overflow-y: auto;
  display: none;
}

.pkg-side-panel.pkg-panel-visible {
  display: block;
  right: 0
}

.pkg-side-panel.pkg-panel-visible ~ .pkg-content-area {
  margin-right: 300px;
}

.pkg-toggle-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #7a8b3a;
  color: #fefdfb;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  z-index: 999;
}

.pkg-toggle-btn.pkg-panel-open {
  right: 320px;
}

.pkg-panel-header {
    background: #7a8b3a;
    color: #fefdfb;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pkg-panel-body {
    padding: 20px;
}

.pkg-info-card {
    background: #f4f2ed;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    border-left: 4px solid #7a8b3a;
}

.pkg-chart-container {
    background: #fefdfb;
    border-radius: 8px;
    margin: 20px;
    padding: 20px;
    border: 1px solid #e5e2db;
}
