html {
    scroll-behavior: smooth;
}

.asteriskField {
    color: red;
}

.choices__inner {
    padding-right: .65rem !important;
}

.strike {
    text-decoration: line-through;
}

td {
    margin: 0%;
    padding: 0%;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.1);
}

/* .choices[data-type*="select-one"] select.choices__input {
    display: block !important;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
} */