 body {
  padding-top: 80px;
  padding-bottom: 40px;
 }

.modal-backdrop.show {
    opacity: 0.8;
}

.btn:disabled, .btn-outline:disabled, fieldset:disabled .btn{
    border-color: initial;    
    pointer-events: none;
    opacity: var(--bs-btn-disabled-opacity);
}

input[type="color" i]::-webkit-color-swatch {
  border: none !important;
}

.badge {
    background-color: #bbb;
}

.alert{
    font-weight: bold;
}

.input-group.gigante > .form-control,
.input-group.gigante > .form-select,
.input-group.gigante > .input-group-text,
.input-group.gigante > .btn {
  padding: 0.5rem 2rem;
  font-size: 2rem;
  border-radius: var(--bs-border-radius-lg);
  margin-bottom: 1rem;
}

tr.tr_link {
    cursor: pointer;
}

.tube{
  position: relative;
  width: 165px;
  height: 200px;
  margin: 30px 15px 10px 15px;
  background: #dbe0e3;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
} 

.tube:before{
  content: "";
  position: absolute;
  width: 180px;
  height: 25px;
  top: -25px;
  left: -8px;
  background: #a5a7a8;
  border-radius: 2px;
  border-bottom:4px solid rgb(207, 206, 206)
}

.liquid{
  position: absolute;
  bottom: 0;
  width: 165px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
