.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.validationError {
    color: #ff0000;
    font-weight: bold;
}

.text-decoration-none {
    text-decoration: none;
}

.text-underline {
    text-decoration: underline;
}

.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border-top: 0;
    border-bottom: 0;
}

.no-border {
    border: 0;
    box-shadow: none;
}

.alert-dismissible .close {
    background-color: transparent;
}

select.custom-select {
    background-color: #efefef;
    border-color: #666;
}

.row.data-row {
    padding-top: 0.5rem;
}

.row.data-row p {
    margin-bottom: 1rem;
}

.form-control-dynamic {
    height: auto;
}

.form-check .form-check-label {
    margin-top: -5px;
}
