#topBtn {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    color: #edd4d4;
    padding: 8px;
    font-size: 12px;
    font-family: "Roboto Mono", monospace;
    background: #1E0303;
    border: 2px solid #8fc03c;
    border-radius: 5px;
    text-transform: lowercase;
    line-height: 14px;
    cursor: pointer;
}
.tm3-button {
  background-color: #307E84; 
  border: none;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 12px; 
  border-radius: 8px;
}
.tm3-button-floating {
  background-color: #307E84; 
  border: none;
  color: white;
  padding: 0px 5px 0px 5px;
  text-align: center;
  font-size: 12px; 
  border-radius: 6px;
}
.tm3-button-small {
  background-color: #307E84; 
  border: none;
  color: white;
  padding: 5px 5px;
  text-align: center;
  font-size: 10px; 
  border-radius: 8px;
}

.tm3-button-small:hover {
   background-color: #27d8c5;
 }
 
.tm3-button-small:active  {
  background-color: #27d8c5;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.tm3-button:hover {
   background-color: #3e8e41;
 }
 
 .tm3-button-floating:hover {
   background-color: #3e8e41;
 }
 
 .tm3-button:active  {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.tm3-save-button {
  background-color: #28a745; 
  border: none;
  color: white;
  padding: 8px 8px;
  text-align: center;
  font-size: 12px; 
  border-radius: 8px;
}
.tm3-save-button-floating {
  background-color: #28a745; 
  border: none;
  color: white;
  padding: 0px 5px 0px 5px;
  text-align: center;
  font-size: 12px; 
  border-radius: 6px;
}
.tm3-save-button-small {
  background-color: #28a745; 
  border: none;
  color: white;
  padding: 5px 5px;
  text-align: center;
  font-size: 10px; 
  border-radius: 8px;
}
.tm3-save-button-small:hover {
   background-color: #3e8e41;
 }
.tm3-save-button:hover {
   background-color: #3e8e41;
 }
 .tm3-save-button-floating:hover {
   background-color: #3e8e41;
 }
.tm3-save-button:active  {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.tm3-save-button-floating:active  {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.tm3-delete-button {
  background-color: #dc3545; 
  border: none;
  color: white;
  padding: 8px 8px;
  text-align: center;
  font-size: 12px; 
  border-radius: 8px;
}
.tm3-delete-button-small {
  background-color: #dc3545; 
  border: none;
  color: white;
  padding: 5px 5px;
  text-align: center;
  font-size: 10px; 
  border-radius: 8px;
}
.tm3-delete-button:hover .tm3-delete-button-small:hover {
   background-color: #3e8e41;
 }
 
.tm3-delete-button:active  {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.tm3-delete-button-small {
  background-color: #dc3545; 
  border: none;
  color: white;
  padding: 5px 5px;
  text-align: center;
  font-size: 10px; 
  border-radius: 8px;
}
.tm3-delete-button-small:hover {
   background-color: #3e8e41;
 }
 
.tm3-delete-button-small:active  {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.tm3-caution-button {
  background-color: #ffc107; 
  border: none;
  color: #36352e;
  padding: 8px 8px;
  text-align: center;
  font-size: 12px; 
  border-radius: 8px;
}
.tm3-caution-button:hover {
   background-color:  #DAF7A6 ;
 }
 
.tm3-caution-button:active  {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.floating-buttons {

    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 25px;
    width: 90%;
    background: linear-gradient(to bottom,#a1c4fd,#c2e9fb 100%);
    border: 1px solid black;
    margin: auto;
    z-index: 999;
    border-radius: 10px;

}

.floating-image {
    position: fixed;
    left: 0;
    top: 0;
    height: 250px;
    width: 250px;
    border: 4px double black;
    padding-left: 15px;
    text-align: center;
    margin: auto;
}
.floating-buttons input {
    background-color: #307E84; 
    border: none;
    color: white;
    height: 18px;
    margin-top: 2px;
}

.floating-buttons input:hover {
   background-color: #3e8e41;
 }
 
.floating-buttons button:active  {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

a.tm3-button-link  {
	background-color: #307E84; 
    border: none;
    color: white;
    height: 18px;
    text-decoration: none;
    user-select: none;
    padding: 3px 3px 2px 3px;
    text-align: center;
    border-radius: 5px;
}

a.tm3-button-link:hover {
   background-color: #3e8e41;
}

a.tm3-button-link:active  {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

/* Styles for the button */
.task-button {
  background-color: #3498db; 
  color: #fff; 
  padding: 10px 20px; 
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0 2px 4px darkslategray;
}
.task-button:hover {
   background-color: #3e8e41;
}
/* Positioning the button */
.task-button-container {
  position: fixed;
  bottom: 80px;
  right: 50px;
  z-index: 999;
}
