.case-step {
    min-width: 110px;
    padding: 0 10px;
}

.wizard-property {
    display: none;

    &.active {
        display: block;
    }
}

.status-filter-wrapper {
    display: flex;
    flex: 1;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    gap: 10px;
    justify-content: space-between !important;
    align-items: center;
    margin-bottom: 20px;
}

.status-filter-wrapper-dashboard {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    scrollbar-width: none;
    gap: 10px;
    justify-content: space-between !important;
    align-items: center;
    margin-bottom: 20px;
}

.spacing-odontogram {
    background-image: url("/public/images/odontogram-background.png");
    background-size: 100% 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
