﻿.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; }



.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

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: 'inter', sans-serif;
}
.input:focus {
    outline: none;
    border: 1px solid white;
    box-shadow: 0 0 5px black;
  }

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;
}


.navbar-brand .img-thumbnail {
    min-width: 150px;
    max-width: 270px;
    max-height: 40%;
    object-fit: contain;
    
}

.col-12 {
    width: auto !important;
    flex: unset !important;
}

.no-full-width {
    width: auto !important;
    flex: unset !important;
}




/* Estilo para modal ou popup com scroll */
body::-webkit-scrollbar {
  width: 4px;
}

body::-webkit-scrollbar-thumb {
  background-color: #0d6efd;
  border-radius: 6px;
}

body::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}


body::-webkit-scrollbar-button {
  display: none;
}

/* Estilo para modal ou popup com scroll */
div::-webkit-scrollbar {
  width: 4px;
}

div::-webkit-scrollbar-thumb {
  background-color: #0d6efd;
  border-radius: 6px;
}

div::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}


div::-webkit-scrollbar-button {
  display: none;
}





