.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@keyframes spinner-border {
    100% {
        transform: rotate(360deg);
    }
}

.text-muted {
    white-space: nowrap;
}

fieldset, legend {
    all: revert;
}

fieldset.allio {
    all: unset;
    margin-top: -10px;
}

fieldset.allio > legend{
    text-align: center;
}

.d-red {
    border: 1rem solid indianred;
}

table th {
    text-align: center;
}

.params {
    font-size: 1.4rem;
}

.col-sm .form-control,
.col-sm .form-select {
    min-height: 35px;
    font-size: 1.7rem;
}

.dataTables_length,
.dataTables_filter {
    display: none;
}

.dataTable {
    font-size: 1.7rem;
}

.dataTables_info {
    display: flex;
    justify-content: center;
}

.discount_select .kp-red {
    color: #c92929;
}

.text-center {
    position: relative;
    justify-content: center;
}

.radio-head {
    position: absolute;
    margin-top: -22px;
    width: 80%;
}

.state {
    width: 30%;
    margin-left: 35%;
    color: #294ec9;
    text-align: right;
}