@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Odibee+Sans&family=Orbitron:wght@700&display=swap');

body {
  background-image: url("https://i.imgur.com/E9cmHgH.jpg");
  background-repeat: repeat;
  background-size: 800px 600px; /* Adjust the values to your preferred dimensions */
}

#loading-page {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 9999;
}

.pointer {
    cursor: pointer;
}

.para {
  font-family: 'Odibee Sans', sans-serif;
}

.logo_text {
  font-family: 'Orbitron', sans-serif;
  font-size: 36px;
  -webkit-text-stroke: 1.5px #7AAA6B;
  -webkit-text-fill-color: transparent;
}

@keyframes neonGlow {
  0% {
    text-shadow: 0 0 10px #7AAA6B, 0 4px 12px #7AAA6B, 0 0 15px #7AAA6B;
  }
  10% {
    text-shadow: none;
  }
  45% {
    text-shadow: 0 0 10px #7AAA6B, 0 4px 12px #7AAA6B, 0 0 0px #7AAA6B;
  }
}

/* Add this class to trigger the glowing animation */
.neon_effect {
  animation: neonGlow 1s ;
}


.navbar {
  font-family: 'Catamaran', sans-serif;

}

.progress {
	height: 30px; 
	display: flex;
    margin-top: 0px;
}
.progress-item {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 0;
  animation: .4s ease-out reverse; 
}

.progress-item::after {
  content: attr(data-value);
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100px;
  margin: 6px;
  border-radius: 50%;
  background: white;
  font-size: 10px;
  text-align: center;
}

.stage-label {
    font-size: 10px;
    margin: 0px 0 0 0; 
}
.status-container {
    display: flex; /* Make the container flex to keep the items in line */
	margin: -5px 0px -10px 15px; 
}

.btn.btn-green {
  background-color: #7AAA6B;
  border: none;
  color: #FFFFFF;
  width: 95px;
}

.btn.btn-green:hover {
  background-color: #198754;
  cursor: pointer;
  color: #FFFFFF;
}

.btn.btn-green.dropdown-toggle:focus {
  box-shadow: none;
}

.btn.btn-green.dropdown-toggle:not(.disabled):active {
  box-shadow: none;
}

.btn.btn-green.dropdown-toggle.show {
  background-color: #7AAA6B;
  color: #FFFFFF;
}

header {
    background-image: url('https://i.imgur.com/vX7na64.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%; /* stretch the image to cover the entire header element */
    padding: 50px;
}

.container-height {
    height: 500px; /* Set your desired height here */
}

a.feed {
  color: #007bff;
  text-decoration: none;
}

a.feed:hover {
  color: #0056b3;
  text-decoration: none;
}

a.feed:visited {
  color: #7a7a7a;
  text-decoration: none;
}

h1.green_text,
h2.green_text,
h3.green_text,
h4.green_text {
    color: #7AAA6B;
	text-shadow: 1px 1px 1px #000000;
}

h1.blue_text,
h2.blue_text,
h3.blue_text,
h4.blue_text {
    color: #0080FF;
	text-shadow: 1px 1px 1px #000000;
}



h5.text-description {
	font-size: 30px;
    color: #ffffff;
    text-shadow: 2px 2px 4px #000000;
	}
@media (max-width: 767px) {
  h5.text-description {
    font-size: 20px;
  }
}
	
h7 {
	font-size: 60px;
    color: #ffffff;
    text-shadow: 2px 2px 4px #000000;
	}
@media (max-width: 767px) {
  .h7 {
    font-size: 32px;
  }
}

#messages-btn {
  margin-top: 10px;
  margin-right: 7px;
  width: 30px;
  height: 30px;
  background-color: #212529;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  transition: background-color 0.3s;
}

#profile-btn {

  width: 40px;
  height: 40px;
  background-color: #7AAA6B;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  transition: background-color 0.3s;
}
#profile-btn:hover {

  cursor: pointer;
}

.profile img {
width: 40px;
height: 40px;
border-radius: 50%
}

#logout-btn {
  margin-top: 10px;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  background-color: #212529;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  transition: background-color 0.3s;
}


/* Mobile CSS Navbar */
#go-to-home-btn {
 
  background-color: #7AAA6B;
  border: none;
  
  color: #fff;
  font-size: 20px;
  transition: background-color 0.3s;
}

#go-to-home-btn:hover {
  background-color: #333;
  cursor: pointer;
}


#go-to-weather-btn {
  
  background-color: #7AAA6B;
  border: none;
  
  color: #fff;
  font-size: 20px;
  transition: background-color 0.3s;
}

#go-to-weather-btn:hover {
  background-color: #333;
  cursor: pointer;
}


#go-to-watering-btn {
 
  background-color: #7AAA6B;
  border: none;
  
  color: #fff;
  font-size: 20px;
  transition: background-color 0.3s;
}

#go-to-watering-btn:hover {
  background-color: #333;
  cursor: pointer;
}


#go-to-messages2-btn {
  
  background-color: #7AAA6B;
  border: none;
  
  color: #fff;
  font-size: 20px;
  transition: background-color 0.3s;
}

#go-to-messages2-btn:hover {
  background-color: #333;
  cursor: pointer;
}

#take-photo-btn {
  background-color: #7AAA6B;
  border: none;
  color: #fff;
  font-size: 30px;
  transition: background-color 0.3s;
  border-top-left-radius: 50%;  /* Add rounded top left corner */
  border-top-right-radius: 50%; /* Add rounded top right corner */
  border-bottom-left-radius: 50%;  /* Add rounded top left corner */
  border-bottom-right-radius: 50%; /* Add rounded top right corner */
}

#take-photo-btn:hover {
  background-color: #333;
  cursor: pointer;
}


.btn.square-button {
   border-radius: 0;
}

.badge.square-badge {
   border-radius: 0;
}

.message-unread {
  font-weight: bold;
}

.bg-dangerTwo{
	
    background-color: #ff5349; 
}

/* Gallery Custom CSS */
.home .images {
    display: flex;
    flex-flow: wrap;
    justify-content: center; /* Center align items horizontally */
}

.home .images a {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.home .images a .image-container {
    position: relative;
}

.home .images a:hover span {
    opacity: 1;
    transition: opacity 1s;
}

.home .images span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 15px;
    transition: opacity 1s;
}

/* Adjust the following styles for image size */
.home .images .image-container {
    height: 200px; /* Adjust the height as needed */
    width: 100%; /* Ensure images take full width */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.home .images img {
    max-height: 100%;
    max-width: 100%;
}

footer {
    background-color: #343A40;
    padding: 25px;

   }

a.socials {
  color: #7AAA6B;
  text-decoration: none;
  transition: background-color 0.3s;  
}

a.socials:hover {
  color: #FFFFFF;
  text-decoration: none;
  transition: background-color 0.3s;
}

.logo_text_footer {
  font-family: 'Orbitron', sans-serif;
  font-size: 22px;
  -webkit-text-stroke: 1.0px #7AAA6B;
  -webkit-text-fill-color: #FFFFFF;
}

/* Custom Watering forms */

.cube1 {
    border: 2px solid #007bff;
    border-radius: 10px;
    padding: 20px;
    cursor: pointer;
    transition: transform 0.3s;
}

.cube1:hover {
    color: #0D6EFD; /* Changes the text color to blue */
    transform: scale(1.05);
}

.cube2 {
    border: 2px solid #007bff;
    border-radius: 10px;
    padding: 20px;
    cursor: pointer;
    transition: transform 0.3s;
}

.cube2:hover {
    color: #DC3545; /* Changes the text color to blue */
    transform: scale(1.05);
}

#message-container {
    overflow-x: hidden; /* Hide horizontal scrollbar */
    max-height: 400px; /* Set your desired max height */
    overflow-y: auto;
}

.pointer {
    cursor: pointer;
}

/* Custom CSS for confirmModal and endCrop Modal */
#confirmModal .modal-dialog,
#endCrop .modal-dialog {
    color: #636363;
    max-width: 400px;
}
#confirmModal .modal-content,
#endCrop .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}
#confirmModal .modal-header,
#endCrop .modal-header {
    border-bottom: none;
    position: relative;
}
#confirmModal .modal-title,
#endCrop .modal-title {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
}
#confirmModal .modal-header .btn-close,
#endCrop .modal-header .btn-close {
    position: absolute;
    top: 0;
    right: 0;
}
#confirmModal .modal-body,
#endCrop .modal-body {
    color: #999;
}
#confirmModal .modal-footer,
#endCrop .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
}
#confirmModal .modal-footer a,
#endCrop .modal-footer a {
    color: #999;
}
#confirmModal .icon-box,
#endCrop .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
}
#confirmModal .icon-box i,
#endCrop .icon-box i {
    color: #f15e5e;
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
}
#confirmModal .btn,
#confirmModal .btn:active,
#endCrop .btn,
#endCrop .btn:active {
    color: #fff;
    border-radius: 4px;
    background-color: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
}
#confirmModal .btn-secondary,
#confirmModal .btn-secondary:hover,
#confirmModal .btn-secondary:focus,
#endCrop .btn-danger,
#endCrop .btn-danger:hover,
#endCrop .btn-danger:focus {
    background-color: #c1c1c1;
}
#confirmModal .btn-secondary:hover,
#confirmModal .btn-secondary:focus {
    background-color: #a8a8a8;
}
#confirmModal .btn-danger,
#endCrop .btn-danger {
    background-color: #f15e5e;
}
#confirmModal .btn-danger:hover,
#confirmModal .btn-danger:focus,
#endCrop .btn-danger:hover,
#endCrop .btn-danger:focus {
    background-color: #ee3535;
}

/* Custom CSS for New Task Modal */
#dueToday .modal-dialog,
#dueToday .modal-dialog {
    color: #636363;
    max-width: 400px;
}
#dueToday .modal-content,
#dueToday .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}
#dueToday .modal-header,
#dueToday .modal-header {
    border-bottom: none;
    position: relative;
}
#dueToday .modal-title,
#dueToday .modal-title {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
}
#dueToday .modal-header .btn-close,
#dueToday .modal-header .btn-close {
    position: absolute;
    top: 0;
    right: 0;
}
#dueToday .modal-body,
#dueToday .modal-body {
    color: #999;
}
#dueToday .modal-footer,
#dueToday .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
}
#dueToday .modal-footer a,
#dueToday .modal-footer a {
    color: #999;
}
#dueToday .icon-box,
#dueToday .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
}
#dueToday .icon-box i,
#dueToday .icon-box i {
    color: #f15e5e;
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
}
#dueToday .btn,
#dueToday .btn:active,
#dueToday .btn,
#dueToday .btn:active {
    color: #fff;
    border-radius: 4px;
    background-color: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
}
#dueToday .btn-secondary,
#dueToday .btn-secondary:hover,
#dueToday .btn-secondary:focus,
#dueToday .btn-danger,
#dueToday .btn-danger:hover,
#dueToday .btn-danger:focus {
    background-color: #c1c1c1;
}
#dueToday .btn-secondary:hover,
#dueToday .btn-secondary:focus {
    background-color: #a8a8a8;
}
#dueToday .btn-danger,
#dueToday .btn-danger {
    background-color: #f15e5e;
}
#dueToday .btn-danger:hover,
#dueToday .btn-danger:focus,
#dueToday .btn-danger:hover,
#dueToday .btn-danger:focus {
    background-color: #ee3535;
}

/* Custom CSS for Confirmation Modal for task Marking Done */
#confirmModal2 .modal-dialog,
#endCrop .modal-dialog {
    color: #636363;
    max-width: 400px;
}
#confirmModal2 .modal-content,
#endCrop .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}
#confirmModal2 .modal-header,
#endCrop .modal-header {
    border-bottom: none;
    position: relative;
}
#confirmModal2 .modal-title,
#endCrop .modal-title {
    text-align: center;
    font-size: 32px;
    margin: 0 0 -10px;
}
#confirmModal2 .modal-header .btn-close,
#endCrop .modal-header .btn-close {
    position: absolute;
    top: 0;
    right: 0;
}
#confirmModal2 .modal-body,
#endCrop .modal-body {
    color: #999;
}
#confirmModal2 .modal-footer,
#endCrop .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
}
#confirmModal2 .modal-footer a,
#endCrop .modal-footer a {
    color: #999;
}
#confirmModal2 .icon-box,
#endCrop .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
}
#confirmModal2 .icon-box i,
#endCrop .icon-box i {
    color: #f15e5e;
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
}
#confirmModal2 .btn,
#confirmModal2 .btn:active,
#endCrop .btn,
#endCrop .btn:active {
    color: #fff;
    border-radius: 4px;
    background-color: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
}
#confirmModal2 .btn-secondary,
#confirmModal2 .btn-secondary:hover,
#confirmModal2 .btn-secondary:focus,
#endCrop .btn-danger,
#endCrop .btn-danger:hover,
#endCrop .btn-danger:focus {
    background-color: #c1c1c1;
}
#confirmModal2 .btn-secondary:hover,
#confirmModal2 .btn-secondary:focus {
    background-color: #a8a8a8;
}
#confirmModal2 .btn-danger,
#endCrop .btn-danger {
    background-color: #f15e5e;
}
#confirmModal2 .btn-danger:hover,
#confirmModal2 .btn-danger:focus,
#endCrop .btn-danger:hover,
#endCrop .btn-danger:focus {
    background-color: #ee3535;
}

/* Bottom Border None for Crop Info Table */
tr.no-bottom-border td,
tr.no-bottom-border th {
  border-bottom: none;
  padding-bottom: 0px; /* Adjust the value as needed */
}

.progress {
	height: 30px; 
	display: flex;
    margin-top: 0px;
}
.progress-item {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 0;
  animation: .4s ease-out reverse; 
}

.progress-item::after {
  content: attr(data-value);
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100px;
  margin: 6px;
  border-radius: 50%;
  background: white;
  font-size: 10px;
  text-align: center;
}

.stage-label {
    font-size: 10px;
    margin: 0px 0 0 0; 
}
.status-container {
    display: flex; /* Make the container flex to keep the items in line */
	margin: -5px 0px -10px 15px; 
}

ol {padding-left: 20px;}

ol li {padding: 5px;color:#000;}


.strike{text-decoration: line-through;}

li:hover{
  cursor: pointer;
 }

.empty-input {
	border-color: #ff0000; /* Set border color to red for visual hint */
}