
.editable-input {
    font-size: 0.95rem;
    /* max-width: 120px; */
    width: auto;
    display: inline-block;
    border: 1px solid #6c65654f !important;
    color: #444;
    border-radius: 6px;
    text-align: center;
    background: transparent;
}

.edit-icon {
    cursor: pointer;
}

@media (min-width: 992px) {
    #navbarSupportedContent {
        display: flex;
        justify-content: space-evenly;
    }
}
/* Even smaller on small screens (mobile/tablets) */
@media (max-width: 768px) {
    .editable-input {
        font-size: 0.65rem;
        max-width: 70px;
        padding: 2px 4px;
        margin: 0px;
    }
}

@media (max-width: 425px) {
    .editable-input {
        font-size: 10px;
        max-width: 60px;
        padding: 2px 2px;
        margin: 0px;
    }
}
@supports (-webkit-appearance: none) {
    select.form-mt-1 {
        color: #000 !important;
        text-align: center !important; /* Center the text */
        text-align-last: center !important; /* Ensures last line (or only line) is centered — important for Safari */
        -webkit-appearance: none !important; /* Removes native styling (helps in Safari) */
        -moz-appearance: none !important;
        appearance: none !important;
    }
}

.btn-price {
    border: 1px solid #646262;
    padding: 0px 5px !important;
}

/*select:valid {
    color: #000000 !important;
}*/

.form-select:focus {
    border-color: #000 !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem #cca871 !important;
    color: #000 !important;
}

