.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
.size-md-auto { font-size: var(--bs-btn-font-size); }
.size-md-18 { font-size: 18px; }
.size-md-24 { font-size: 24px; }
.size-md-36 { font-size: 36px; }
.size-md-48 { font-size: 48px; }

label.error:before {
    content: "\e002";
    font-family: 'Material Icons';
    font-weight: 300;
    display: inline-block;
    font-size: 18px;
    color: #e74c3c;
    vertical-align:middle;
}

label.error {
    height: 20px;
    display: inline-block;
    padding: 3px 3px 30px 30px;
    font-size: small;
    color: #dc3545;
    width: 100%;
    vertical-align:middle;
}

pre {
    font-family: 'Space Mono', monospace;
    font-size: small;
    border: 1px solid;
    background-color: lightgray;
    padding: 5px;
}

.form-control,
input {
    font-family: 'Poppins', cursive;
    color: #FF0000;
}

label {
    color:#000;
    font-weight: 600;
}
label.error:before {
    content: "\e002";
    font-family: 'Material Icons';
    font-weight: 300;
    display: inline-block;
    font-size: 18px;
    color: #e74c3c;
    vertical-align: middle;
}

label.error {
    height: 20px;
    display: inline-block;
    padding: 3px 3px 3px 3px;
    color: #dc3545;
    width: 100%;
    vertical-align: middle;
}

.progress {
    margin: 0.3em auto;
    width: 98%;
    max-width: 98%;
    min-width: 100px;
    background: white;
    border: 2px solid #000;
    border-radius: 150px;
    overflow: hidden;
    height: 20px;
}
  
.progress .progress_bar {
    height: 100%;
    width: 0%;
    border-radius: 15px;
    background: repeating-linear-gradient(
        120deg,
        #0085ff,
        #0085ff 10px,
        #0d6efd 10px,
        #0d6efd 20px
    );
}

.form-control:read-only{
    background-color: #ddd;
}

.form-control:disabled{
    background-color: #ddd;
}
