/* ######################################################################## */
/* general */
/* ######################################################################## */
.icon-error {
    color: #842029
}

.icon-btn {
    cursor: pointer;
}

.button-panel {
    margin-bottom: 40px;
}

.btn .spinner-border {
    display: none;
}

.has-error .form-control,
.has-error .form-select,
.has-error .form-check-input {
    border-color: #dc3545;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.required:after {
    content: " *";
    color: red;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    display: none;
}

.overlay .spinner-border {
    display: block;
    margin-left: 50vw;
    margin-top: 50vh;
    width: 100px;
    height: 100px;
}

.overlay progress {
    margin-left: 25vw;
    margin-top: 50vh;
    width: 50vw;
    height: 20px;
}

.description {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: inherit;
    overflow-x: hidden !important;
}

.final-results {
    background: #eee;
    padding: 10px;
    border-radius: 5px;
    overflow: auto;
    line-height: normal;
    font-family: monospace;
}

.section {
    padding-top: 10px; 
    padding-bottom: 10px; 
    border: 1px solid #ddd; 
    border-radius: 5px;
}

.hide {
    display: none;
}