.fab-container {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 10px;
      z-index: 1000;
    }

    .fab-options {
      display: none;
      flex-direction: column;
      gap: 10px;
    }

    .fab-btn {
      background-color: #1B5E20;
      color: white;
      border: none;
      border-radius: 50%;
      width: 55px;
      height: 55px;
      font-size: 22px;
      cursor: pointer;
      box-shadow: 0 4px 6px rgba(0,0,0,0.25);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.2s;
      position: relative;
    }

    .fab-btn:hover {
      transform: scale(1.1);
    }

    .whatsapp { background-color: #25D366; }
    .email { background-color: #000000; }

    /* Glow + pulse */
    @keyframes pulse-glow {
      0% { transform: scale(1); box-shadow: 0 0 5px rgba(27, 94, 32, 0.6); }
      50% { transform: scale(1.1); box-shadow: 0 0 5px rgba(27, 94, 32, 0.9); }
      100% { transform: scale(1); box-shadow: 0 0 5px rgba(27, 94, 32, 0.6); }
    }
    .pulse {
      animation: pulse-glow 2s infinite;
    }

    /* Label (always visible) */
    .label {
      background-color: #000;
      color: #fff;
      padding: 6px 12px;
      border-radius: 6px;
      font-size: 14px;
      white-space: nowrap;
      position: absolute;
      right: 70px;
      top: 50%;
      transform: translateY(-50%);
      box-shadow: 0 2px 6px rgba(0,0,0,0.2);
      font-weight: 500;
      transition: opacity 0.5s ease-in-out;
    }
.form{
    border: 2px dashed #1B5E20;
  position: relative;
  top: 50%;
  margin-top:50px;
  width: 100%;
  height: 200px;

}
.form p{
  width: 100%;
  text-align: center;
  line-height: 50px;
  font-family: Arial;
}
.form input{
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  margin-left:-50%;
  background:red;
}
.selection{
    margin:5px;
    cursor:pointer;
}
.selection i{
    color:#1B5E20;
    padding-bottom:5px;
}
#result{
    width:100%;
}
.thumbnail{
    float:left;
    width: 100px;
    margin: 10px;
}
.dt-button{
    border:none;
    padding: 6px 10px;
    background-color:#e0e0e0;
}
.form-control:focus {
  border-color: #1B5E20;
  box-shadow: 0 0 0 0.2rem rgba(27, 94, 32, 0.25);
}
.btn-primary{
  background-color: #1B5E20;
  border-color: #1B5E20;
}
.btn-primary.disabled, .btn-primary:disabled{
  background-color: #1B5E20;
  border-color: #1B5E20;
}
.btn-primary:hover{
  background-color: #0D3B13;
  border-color: #0D3B13;
}
.btn-primary:active{
  background-color: #145A1E;
    border-color: #1B5E20;
}
.btn-primary .active{
    background-color: #145A1E;
    border-color: #1B5E20;
}
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 94, 32, 0.5) !important;
  background-color: #145A1E !important;
  border-color: #1B5E20 !important;
}
.border-left-primary {
    border-left: .25rem solid #1B5E20!important;
}
.bg-primary { background-color: #1B5E20 !important; }
.text-primary { color: #1B5E20 !important; }
.border-primary { border-color: #1B5E20 !important; }
/* Secondary Buttons */
.btn-secondary {
  background-color: #66BB6A;
  border-color: #66BB6A;
}
.btn-secondary:hover {
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.btn-secondary:active {
  background-color: #43A047;
  border-color: #66BB6A;
}
.btn-secondary .active {
  background-color: #43A047;
  border-color: #66BB6A;
}
/* Secondary Utilities */
.border-left-secondary {
  border-left: .25rem solid #66BB6A !important;
}
.bg-secondary { background-color: #66BB6A !important; }
.text-secondary { color: #66BB6A !important; }
.border-secondary { border-color: #66BB6A !important; }
.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 187, 106, 0.5) !important;
  background-color: #43A047 !important;
  border-color: #66BB6A !important;
}
.btn-success {
  background-color: #43A047;
  border-color: #1B5E20;
}
.btn-success:hover {
  background-color: #2E7D32;
  border-color: #2E7D32;
}
.btn-shadow:hover {
  color:white;
  box-shadow: 0 0 8px rgba(27,94,32,0.5);
}
.btn-link{
    color: #1B5E20;
}
.btn-link:hover {
  color: #1B5E20;
}
.btn-link:active {
  color: #1B5E20;
}
.btn-link:focus,
.btn-link:active:focus,
.btn-link.active:focus {
  color: #1B5E20;
}
input[type=checkbox], input[type=radio]{
    accent-color: #1B5E20;
}
