* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: sans-serif !important;
}

a {
  text-decoration: none !important;
}

/* Hide Content */

.cmg-hidden {
  display: none;
}

/* Data Loading */

.loader-dots:before {
  animation: dots 2s linear infinite;
  content: '';
}

@keyframes dots {

  0%,
  20% {
    content: '.';
  }

  40% {
    content: '..';
  }

  60% {
    content: '...';
  }

  90%,
  100% {
    content: '';
  }
}

/* Header Section */

.header-area {
  background: #4a789e;
}

.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);
  }
}

.logged-user-details-Sec {
  background-color: #4a789e;
}

/* Main Container */
#mainContainer {
  min-height: 75vh;
}

.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 {
  border-bottom: 1px solid transparent;
  margin: 0 30px;
  font-size: 1.1em;
}

.nav-item:hover {
  cursor: pointer;
  border-color: silver;
}

@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;
}

.serch-section {
  position: relative;
}

.custom-button {
  position: absolute;
  top: 13%;
  left: 5%;
  font-size: 113%;
  color: #4a789e;
}

.custom-search {
  color: black;
  border: none;
  padding: 0 0 1% 8%;
  margin: 10px;
  background: white;
  border-bottom: 1px solid #4a789e !important;
}

input:focus-visible {
  outline: none;
}

.list-page-content-div-bordered {
  border: 2px solid rgb(212, 212, 212);
  border-radius: 10px;
  position: relative;
}

.list-page-content-div {
  box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 29%);
  position: relative;
}

.list-page-content-div:hover {
  scale: 1.01;
  transition: all ease-out 0.3s;
}


img.img-list {
  margin: 0 2% 0 4%;
  border: 1px solid #efefef;
  border-radius: 38px;
  width: 3.6em;
  height: 3.6em;
}

.list-details-sec {
  color: #74787b;
  font-size: 0.85em;
  word-wrap: break-word;
}


.text-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

span.text-name {
  color: black;
  font-size: 116%;
  font-weight: 500;
  display: block;
}

.farmer-details {
  padding: 20px;
  border: 1px solid rgba(192, 192, 192, 0.178);
  border-radius: 6px;
  margin: 12px;
  box-shadow: 2px 4px 6px silver;
}

.farmer-details input,
.farmer-details select {
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid #4a789e;
  width: 100%;
}

.farmer-details label,
.farmer-details>span,
.farmer-details p {
  color: #74787b;
  margin-top: 10px;
  font-size: 0.9em;
}

.text-input-area {
  padding: 2%;
  width: 90%;
  border-color: #4a789e;
}

.custom-bottom {
  padding: 8px 7px;
  margin: 3% 2% 2% 2%;
  margin-right: 5px;
  width: 2em;
  text-align: center;
  height: 2em;
  color: grey;
  border-radius: 12em;
  border: 1px solid;
}

.custom-bottom:hover {
  transition: all ease-out 0.3s;
  color: #4a789e;
  border-color: #4a789e;
  cursor: pointer;
  scale: 1.05;

}

/* Navigation Bar */

.navigation-icons i {
  font-size: 1.4em;
}

.navigation-icons div {
  background-color: #4a789e;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.navigation-icons div:hover {
  cursor: pointer;
  transition: all ease-out 0.3s;
  scale: 1.03;
  box-shadow: 2px 3px 5px #88888896;
}


/* Weather */

.weather-content.for-weather {
  background: rgb(135, 154, 169);
  background: linear-gradient(169deg, rgba(135, 154, 169, 1) 0%, rgba(103, 125, 143, 1) 44%, rgba(81, 102, 106, 1) 100%);
  color: #fffefd;
  border-radius: 6px;
  box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 29%);
}

.weather-date-location {
  text-align: right;
}

.weather-img {
  max-width: 100px;
  width: 100%;
}

.weather-idecator-img {
  max-width: 55px;
}

.horizontal-scroll {
  overflow: auto;
  white-space: nowrap;
  background-color: #5f7485;
  border-radius: 6px;
}

.info-pic-img {
  max-width: 60px;
}

/* Chart */

#cmfp_crop_chart {
  min-height: 400px !important;
  width: 100%;
}

.chartjs-render-monitor {
  transform-origin: bottom !important;
  animation: revealing-bars 4s linear normal !important;
}

@keyframes revealing-bars {
  0% {
    transform: scaleY(0);
  }

  15% {
    transform: scaleY(1);
  }
}

.dashboard-cards {
  margin: 3%;
  color: grey;
  text-align: center;
  font-size: 1.3em;
  border-radius: 0.2em;
  padding: 6% 4%;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.dashboard-cards:hover {
  cursor: pointer;
  color: #4a789e;
  box-shadow: 0 2px 2px 4px rgba(80, 80, 80, 0.171);
  transition: all ease-out 0.3s;
}

/* Crop Plans */

img.crp-avatar-img {
  max-width: 70px;
  border: 1px solid #efefef;
  border-radius: 50%;
  min-width: 70px;
  min-height: 70px;
}

.budget-first-row {
  font-size: 1.1em;
}

.select-crops {
  border: none;
  outline: none;
  color: #000000;
  border-bottom: 1px solid #4a789e;
}


/* Yield */
.yield-details-collapsed {
  display: none;
  list-style: none;
  background-color: rgb(247, 246, 246);
  margin: 15px 0;
  padding: 10px;
  border-top: 2px solid rgb(134, 159, 176);
  border-bottom: 2px solid rgb(134, 159, 176);
}

.arrow:hover {
  cursor: pointer;
}

.yield-details-table th,
.yield-details-table td {
  text-align: center;
  padding: 3px;
  border-bottom: 1px solid #9e9e9e;
  padding: 0.3rem 0.3rem;
}

.hidden-section {
  display: none;
}

@media only screen and (max-width: 990px) {
  .nav-item {
    border-bottom: 1px solid silver;
    padding: 5px;
  }
}

.comapny-logo-nav {
  max-width: 100px;
  width: 100%;
}

.text-poweredby {
  font-style: italic;
  font-family: 'Abril Fatface', cursive;
}

.footer-company-image {
  max-width: 180px;
  width: 100%;
}

.footer-section {
  background-color: #072946;
}

.crop-list-section hr {
  margin: 5px 0;
}

.crop-detail-template {
  border: 1px solid #e9e9e9;
}

#cropSchedDetail table {
  table-layout: fixed;
  width: 100%;
}

#cropSchedDetail table td:nth-child(1),
#cropSchedDetail table th:nth-child(1) {
  width: 10% !important;
  word-wrap: break-word;
}

#cropSchedDetail table td,
#cropSchedDetail table th {
  width: 7.5%;
  vertical-align: top;
  text-align: center;
  font-size: 0.85em;
}

.report-crop-img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
}

@media print {

  #cropSchedDetail table {
    table-layout: fixed;
    width: 100%;
  }

  #cropSchedDetail table td:nth-child(1),
  #cropSchedDetail table th:nth-child(1) {
    width: 10% !important;
    word-wrap: break-word;
  }

  #cropSchedDetail table td,
  #cropSchedDetail table th {
    width: 7.5%;
    vertical-align: top;
    text-align: center;
    font-size: 0.8em;
  }
}

.report-yield-details {
  list-style: none;
  background-color: rgb(247, 246, 246);
  margin: 15px 0;
  padding: 10px;
  border-top: 2px solid rgb(134, 159, 176);
  border-bottom: 2px solid rgb(134, 159, 176);
}

hr {
  margin: 0.5rem 0 !important;
}

.blinking-green {
  animation: 1s blink-green ease infinite;
  width: 10px;
  height: 10px;
  border-radius: 100%
}

@keyframes blink-green {

  from,
  to {
    opacity: 0;
    background-color: #21d700;
  }

  50% {
    opacity: 1;
  }
}

.weather-data-provider img {
  width: 20px;
}

.weather-data-provider span {
  font-weight: bold;
  color: #e96e4d;
}