
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


#modeform {
    margin: 20px 0;
}

.bootstrap-select .dropdown-menu {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.bootstrap-select > .dropdown-toggle:hover {
    background-color: white;
    color: black;
}

.bootstrap-select .dropdown-toggle {
    background-color: white;
    color: black;
}

.bootstrap-select > .dropdown-toggle:open {
    background-color: white;
    color: black;
}
.bootstrap-select > .dropdown-toggle:focus {
    background-color: white;
    color: black;
}

.bootstrap-select > .dropdown-toggle:active {
    background-color: white;
    color: black;
}

.remove-needform-button:active {
    transform: scale(0.95) 
}
.remove-availableform-button:active {
    transform: scale(0.95) 
}

#add-needform-button:active {
    transform: scale(0.95) 
}
#add-availableform-button:active {
    transform: scale(0.95) 
}
#submit-button:active {
    transform: scale(0.95) 
}


/* Tooltip text */
.tooltiptext {
    font-size: 10px;
    visibility: hidden; /* Hidden by default */
    width: fit-content;
    background-color: rgb(73, 76, 80);
    color: #ffffff;
    position: absolute;
    z-index: 1;
    transform: translateX(30px);
    transition-delay: 0.75s;
    
     /* Ensure tooltip is displayed above content */
}

/* Show the tooltip text on hover */
#tooltip:hover .tooltiptext {
    transition-delay: 0s;
    cursor: pointer;
    visibility: visible;
}

.label {
    width: 80px;        /* adjust as needed */
    display: inline-block;
    color: #6c757d;     /* Bootstrap muted */
}

.table {
    width: auto;              /* prevent full-width stretching */
    table-layout: auto;
}

.table td {
    width: fit-content;
}
.table th {
    white-space: nowrap;
    width: 130px;     /* keep labels tight */
}


label[for="id_kerf"] {
  font-weight: 500;
}
