body{
  font-family: Comic Sans, sans-serif !important;
  font-size: 14px;
  color: #676a6d;
  line-height: 1.42857143;
}

.menu-livicon {
  strokeColor: #ffffff; /* Set your desired color */
}

h3{
  font-weight: lighter;
}

.dtStyle {
  font-size: 14px;
}

.aligncenter {
  text-align: center;
}

.topButtons {
  display: inline-block;
  padding: 0px;
}

.topButtons form {
  float: left;
}

.label {
  font-size: 12px;
  text-transform: capitalize;
}

body.semi-dark-layout .main-menu {
  background-color: #B2BFBF !important;
   /*background-color: #E1DEDA !important;*/
}

.center-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
/* ---------------------------TABS------------------------------- */

.button {
  background-color: #49857F;
      border: none;
      color: black;
      padding: 0px 0px 0px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      margin: 4px 2px;
      cursor: pointer;
      border-radius: 4px;
      padding-bottom: 0px;
    }

.button:hover {
  background-color: #A1DDD7;
      border: none;
      color: white;
      padding: 0px 0px 0px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      margin: 4px 2px;
      cursor: pointer;
      border-radius: 4px;
      padding-bottom: 0px;
    }

.button:focus {
  background-color: #49857F;
      border: none;
      color: white;
      padding: 0px 0px 0px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      margin: 4px 2px;
      cursor: pointer;
      border-radius: 4px;
      padding-bottom: 0px;
    }

.nav-tabs .nav-link,
.nav-pills .nav-link {
  /* background-color: #f2f4f4; */
  color: #ffffff;
}

.nav-tabs .nav-link,
.nav-pills .nav-link:hover {
  background-color: #A1DDD7;
  color: #ffffff;
}



.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #FFFFFF;
  background-color: #49857F !important;
  border-color: transparent;
}



a.nav-link:active {
  color: #FFFFFF;
  background-color: #49857F;
  border-color: transparent;
}

.nav.nav-tabs .nav-item .nav-link:not(:active):hover,
.nav.nav-tabs .nav-item .nav-link:not(:active):hover span,
.nav.nav-tabs .nav-item .nav-link:not(.active):hover,
.nav.nav-tabs .nav-item .nav-link:not(.active):hover span,
.nav.nav-pills .nav-item .nav-link:not(:active):hover,
.nav.nav-pills .nav-item .nav-link:not(:active):hover span,
.nav.nav-pills .nav-item .nav-link:not(.active):hover,
.nav.nav-pills .nav-item .nav-link:not(.active):hover span {
  background-color: #49857F;
  color: #FFFFFF;
}



.nav-link .active {
  color: #FFFFFF;
  background-color: #49857F;
  border-color: transparent;
}

.nav.nav-tabs .nav-item {
  padding-bottom: 0rem;
  position: relative;
}


/* --------------------TABLE SETTINGS------------------------ */

.table {
  width: 100%;
  /* margin-bottom: 1rem; */
  /* color: #727E8C;
  font-family: 'Source Sans Pro', sans-serif; */
  /* font-size: 17px; */
}

.table th {
  /* padding: 1.15rem 2rem; */
  vertical-align: middle;
  font-family: "Rubik", Helvetica, Arial, serif;
  font-size: 12px;
  color: #000000;
}

.table thead th {
  vertical-align: middle;
  font-family: "Rubik", Helvetica, Arial, serif;
  font-size: 12px;
}

.table tbody + tbody {
  /* font-family: 'Source Sans Pro', sans-serif; */
  font-size: 17px;
}

.table td {
  /* padding: 1.15rem 2rem; */
  vertical-align: middle;
  /* font-family: 'Source Sans Pro', sans-serif; */
  font-size: 16px;
  color: #000000;
}

/* --------------------BREADCRUMB-------------------- */
.aligntop.active {
  color:#28682F;;
}
.aligntop:hover {
  color:#28682F;;
  text-decoration: none;
}

.border-default {
  border-style: solid;
  border-color: #C8CED3;
}

.aligntop {
  display: flex;
  flex-wrap: wrap;
  padding: 0.01rem 0.01rem;
  color: #727E8C;
  margin-bottom: rem;
  list-style: none;
  background-color: #F2F4F4;
  border-radius: 0.1rem;
  border: 0 solid transparent  ;
}

.aligntop + .aligntop::before {
  float: left;
  padding-right: 0.93rem;
  color: #e0e0e0;
  content: "|";
}

.aligntop + .aligntop:hover::before {
  text-decoration: underline;
}

.aligntop + .aligntop:hover::before {
  text-decoration: none;
}

.collapse {
    padding: 18px 10px;
    background-color: white;
    /* max-height: 3; */
    overflow: hidden;
    transition: max-height 0.6s ease-out;
    border-style: solid;
    color:#28682F;;
}

/* -------------------- BUTTON STYLING --------------------- */
.btn_activity {
  display: inline-block;
  font-weight: 400;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 0 solid transparent;
  padding: 0.2rem 0.7rem;
  font-size: 1rem;
  line-height: 1.6rem;
  border-radius: 0.267rem;
  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;
}

.btn {
  color:#ffffff !important;
}

.btn-activity .btn-green {
  border-color: #1EA644 !important;
  background-color: #1EA644 !important;
  color: #fff;
}

.btn-green:hover, .btn-green.hover {
  background-color: #279c39 !important;
  color: #fff;
}

.btn-green:focus, .btn-green:active, .btn-green.active {
  background-color: #1EA644 !important;
  color: #fff !important;
}

.btn-green.glow {
  box-shadow: 0 2px 4px 0 rgba(39, 156, 51, 0.5) !important;
}

.btn-green {
  border-color: #1EA644 !important;
  background-color: #1EA644 !important;
  color: #fff;
}

.btn-green:hover.glow, .btn-green.hover.glow {
  box-shadow: 0 4px 12px 0 rgba(39, 156, 51, 0.6) !important;
}


.btn-green:disabled, .btn-green.disabled {
  color: #fff !important;
}


/* --------------------RED BUTTON STYLING --------------------- */

.btn-activity .btn-red {
  border-color: #C72127 !important;
  background-color: #C72127 !important;
  color: #fff;
}

.btn-red:hover, .btn-red.hover {
  background-color: #db4247 !important;
  color: #fff;
}

.btn-red:focus, .btn-red:active, .btn-red.active {
  background-color: #C72127 !important;
  color: #fff !important;
}

.btn-red.glow {
  box-shadow: 0 2px 4px 0 rgba(219, 66, 71, 0.5) !important;
}

.btn-red {
  border-color: #C72127 !important;
  background-color: #C72127 !important;
  color: #fff;
}

.btn-red:hover.glow, .btn-red.hover.glow {
  box-shadow: 0 4px 12px 0 rgba(219, 66, 71, 0.6) !important;
}

.btn-red:disabled, .btn-red.disabled {
  color: #fff !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 19px;
  font-family: 'Calibri Light';
  color: #0A0A0A;
  /* font-weight: 400; */
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 19px;
  font-family: 'Calibri Light';
  color: #0A0A0A;
  /* font-weight: 400; */
}

/* SIDE MENU ITEMS STYLING */

.side-menu-link{
  background-color: #94A39E;
  border: none;
  color: black;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
}

.main-menu .navbar-header .navbar-brand .brand-logo {
  height: 180px;
  width: 180px;
  display: flex;

}

.main-menu .navbar-header .navbar-brand .brand-logo .logo {
  height: 170px;
  position: fixed;
  margin-top: 0px;
}

.main-menu .navbar-header {
  padding: 0rem 1.45rem 0.3rem 0.5rem;
}

.main-menu .navbar-header .navbar-brand {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.main-menu.menu-dark .navigation > li.nav-item.open.has-sub.open, .main-menu.menu-dark .navigation > li.nav-item.open.has-sub.sidebar-group-active, .main-menu.menu-dark .navigation > li.nav-item.sidebar-group-active.has-sub.open, .main-menu.menu-dark .navigation > li.nav-item.sidebar-group-active.has-sub.sidebar-group-active {
  border-radius: 0.267rem;
  border: 2px solid #B2BFBF;
  background-color: #ECECEC;
  transition: none;
}

/* BREADCRUMB STYLING */

.aligntop.active {
  color: #5A8DEE;
}

.aligntop:hover {
  color: #5A8DEE;
  text-decoration: none;
}

.aligntop {
  display: flex;
  flex-wrap: wrap;
  padding: 0.01rem 0.01rem;
  color: #727E8C;
  margin-bottom: rem;
  list-style: none;
  background-color: #F2F4F4;
  border-radius: 0.1rem;
  border: 0 solid transparent  ;
}

.aligntop + .aligntop::before {
  float: left;
  padding-right: 0.93rem;
  color: #e0e0e0;
  content: "|";
}

.aligntop + .aligntop:hover::before {
  text-decoration: none;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #28682F;
}

.breadcrumb .breadcrumb-item a {
  color: #28682F;
}

.bx-home-alt:before {
  content: "\ea75";
  color: #28682F;
}

/* ---------------LOGIN CARD STYLING--------------- */

.login-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height:100%;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 0px solid #dfe3e7;
}

#activity{
  width: 100%;
  margin-right: 0px;
  background-color: #ffffff;
}




.info-tabs{
    background-color: rgb(30, 166, 68);
    color:#ffffff;
    font-size:16px;
    margin: 2px 2px;
    padding: 10px 20px;
    border: none;
    text-align: center;
    font-weight: 500;
}
/* footer */



copy-footer{
    margin-left:0 auto;
    margin-right: 0 auto;
}

.container {
  position: relative;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -90%);
}

.no-margin{
  margin-left: 0px;
  margin-right: 0px;
}

.absolute {
  position: absolute;
  bottom: 10px;
  width: 100%;
  margin-left: 10px;
}

.link{
  color: #007bff;
}

.link:hover{
  text-decoration: underline;
}

.thumbnail {
  width: 75px;
  height: 75px;
  border: 2px solid gray;
  padding: 5px;
  margin: auto;
}

.thumbnail:hover {
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
}

.bx-menu::before{
  width: 40px;
  height: 40px;
}

.menu-set:active{
color: #676a6d;
}

.form-control-alt {
  /* display: block; */
  width: 100%;
  height: calc(1.4em + 0.94rem + 3.7px);
  padding: 0.47rem 0.4rem;
  font-size: 1rem;
  font-weight: 400;
  /* line-height: 1.4; */
  color: #475F7B;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #DFE3E7;
  border-radius: 0.267rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* TYPEAHEAD FEATURE CSS */
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}
/* input {
  border-bottom: 2px solid #e65c00;
} */

#myInput{
  border: none !important;
  color: none;
}

.farmer-link{
  color:#000000;
}

.farmer-link:hover{
  text-decoration: underline;
}

.flex-container {
  display: flex;
}

.flex-child {
  flex: 1;
  border: 2px solid yellow;
}  

.flex-child:first-child {
  margin-right: 20px;
}

.panel-title{
  color:#272727;
  font-weight: bold;
}

.typeahead {
  width: 94%;
  /* list-style-type: none; */
}

.typeahead-item{
  color:#393a3b;
  /* list-style-type: none; */
}

.typeahead-item:hover{
  
  cursor: pointer;

  animation-name: my-animation;
  animation-duration: 0.5s;
  animation-delay: 0.2s; /* Add a 2-second delay before applying the animation */
  animation-fill-mode: forwards; /* Maintain the final state of the animation after completion */
}

@keyframes my-animation {
  from {
    background-color: rgb(255, 255, 255);
  }
  to {
    background-color: rgb(212, 210, 210);
  }
}

.typeahead.dropdown-menu{
  width: 100%;
  /* left: unset !important; */
}

.list-container {
  height: auto; /* Set the desired height for your scrollable container */
  overflow: auto; /* Enable vertical scrolling when the content exceeds the container height */
}

.side-menu {
  background-color: #ffffff; 
  border-radius: 8px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-radius: 5px 5px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordian:active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.accordian-panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-radius: 5px 5px;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.accordion:active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

