* {
  scrollbar-width: thin;
  scrollbar-color: gray;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

*::-webkit-scrollbar-thumb {
  background-color: gray;
}

.text-10 {
  font-size: 10px;
}

.text-12 {
  font-size: 12px;
}

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 15px;
}

.header-box {
  display: flex;
  position: sticky;
  background-color: #125b57;
  width: 100%;
  top: 0;
  z-index: 3333;
  height: 75px;
  border-bottom: 1px solid #125b57;
  align-items: center;
}
.header-box .app-title {
  font-size: 15px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.header-box .brand-box {
  width: 100%;
}
.header-box .brand-name {
  font-size: 14px;
  padding: 10px 0px;
}
.header-box .left-box {
  font-size: 15px;
  justify-content: end;
  width: 100%;
  display: flex;
  align-items: center;
}
.header-box .user-details {
  cursor: pointer;
}
.header-box .left-box .icon {
  color: white;
  border: 1px solid #3b615e;
  border-radius: 6px;
  padding: 10px;
}

.margin-right {
  margin-right: 8px;
}

.section-2 .title {
  font-size: 24px;
  font-weight: 600;
  color: rgb(5, 27, 26);
}

.section-2 .download-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 20px;
  background-color: #f4910f;
  border-radius: 6px;
  color: white;
}

.section-3 .project-info {
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  padding: 12px 15px;
}

.text-gray {
  color: #929292;
  font-family: "Roboto", Helvetica;
  font-size: 14px;
}

.text-black {
  color: gb(5 27 26);
  font-family: "Roboto", Helvetica;
  font-size: 14px;
}

.flex-box-aligngap {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.flex-gap-8 {
  display: flex;
  gap: 8px;
}

.flex-gap-10 {
  display: flex;
  gap: 10;
}

.status-bar {
  width: 100px;
  height: 10px;
  background: #eaecf1;
  align-items: center;
  gap: 8px;
  padding-left: 5px;
  border-radius: 999px;
  display: flex;
}

.status-bar-progress {
  width: 24px;
  height: 5px;
  background-color: #8baf45;
  border-radius: 999px;
}

.under-verification-btn {
  display: inline-flex;
  justify-content: center;
  padding: 1px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #f9c91f;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
}

.under-verification-btn .text {
  position: relative;
  font-family: "Mulish", Helvetica;
  font-weight: 700;
  color: #4e463d;
  font-size: 10px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.info-box {
  font-family: "Roboto", Helvetica;
  font-weight: 600;
  color: var(--primaryeden-05-1b-1a);
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 14.4px;
  background-color: #ffefcc;
  padding: 16px;
  height: 100%;
}

.numeric-value {
  font-family: "Roboto", Helvetica;
  font-weight: 600;
  font-size: 50px;
}

section {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

@media only screen and (max-width: 600px) {
  section {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .showcase-panel .container-fluid {
    padding: 0px !important;
  }
  .showcase-panel .showcase-boxes img {
    height: 180px !important;
  }
}
.section-4 .small-text {
  font-size: 12px;
}
.section-4 .small-text-green {
  font-size: 12px;
  color: #5ba35a;
}
.section-4 .previous {
  font-family: "Roboto", Helvetica;
  font-size: 12px;
}
.section-4 .middle-info {
  background-color: #f8f8f8;
  height: 100%;
  padding: 6px;
}
.section-4 .info-text {
  font-family: "Roboto", Helvetica;
  color: #5f6262;
  font-weight: 600;
  font-size: 9.5px;
  display: flex;
  align-items: center;
}
.section-4 .bottm-text {
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #051b1a;
  font-size: 12px;
}
.section-4 .info-3 {
  font-family: "Roboto", Helvetica;
  font-weight: 600;
  font-size: 50px;
}

.act-btn {
  background-color: rgb(244, 145, 15);
  font-family: "Roboto", Helvetica;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 12px;
  text-align: center;
  border-radius: 16px;
  border: 1px solid;
  border-color: rgb(232, 232, 232);
}
.act-btn a {
  text-decoration: none;
}
.act-btn a {
  color: white;
}

.def-btn {
  background-color: rgba(0, 0, 0, 0.0196078431);
  color: #163c39;
  font-family: "Roboto", Helvetica;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 12px;
  text-align: center;
  border-radius: 16px;
  border: 1px solid;
  border-color: rgb(232, 232, 232);
}
.def-btn a {
  text-decoration: none;
}
.def-btn a {
  color: #163c39;
}

.section-6 .plot-image img {
  width: 100%;
}
.section-6 .plot-details .uid,
.section-6 .plot-details .village-name,
.section-6 .plot-details .block-name {
  font-family: "Roboto", Helvetica;
  color: rgb(5, 27, 26);
  font-size: 9px;
}
.section-6 .plot-details .area {
  font-size: 10px;
}
.section-6 .showcase-boxes {
  border: 1px solid rgb(140, 137, 137);
  border-radius: 6px;
  margin-bottom: 5px;
}
.section-6 .showcase-boxes img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-6 .map-btn {
  font-size: 10px;
  padding: 1px 10px;
  border-radius: 25px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  cursor: pointer;
}
.section-6 .map-btn-active {
  background: #f4910f;
  color: white;
}
.section-6 .map-btn-defult {
  background-color: #f7f7f7;
  color: black;
}
.section-6 .show-boundry,
.section-6 .show-ortho,
.section-6 .show-pridicted,
.section-6 .show-ndvi,
.section-6 .map-btnbox {
  display: none;
}
.section-6 .map-btnchild {
  -moz-column-gap: 6px;
       column-gap: 6px;
  position: absolute;
  z-index: 3333;
  bottom: 15;
  left: 30;
}
.section-6 .map {
  min-height: 350px;
  height: 100%;
  border-radius: 6px;
}
.section-6 #plot-info,
.section-6 #ortho-info,
.section-6 #ndvi-info,
.section-6 #soil-info {
  display: none;
}

.sdg {
  background: #f3f5fa;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.sdg .sdg-text {
  padding: 0px 20px;
  font-family: "Roboto", Helvetica;
  font-weight: 600;
  color: #737878;
  font-size: 15px;
}/*# sourceMappingURL=style.css.map */