body {
    background-color: #eeeeee;
}

@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1450px !important;
    }
}


textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
select.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    border-color: none;
    box-shadow: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control, .input-group-text, .alert{
    border-radius: 0 !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #eeeeee45;
    opacity: 1;
}

label {
    color: #383838;
}

.fs-18 {
    font-size: 1.6rem !important;
}

.fs-09{
    font-size: 0.9rem !important;
}

.fs-08{
    font-size: 0.8rem !important;
}

.fs-10{
    font-size: 1rem !important;
}

.fs-12{
    font-size: 1.2rem !important;
}

.drop-area {
    border: 1px dashed #ccc;
    padding: 2rem;
    text-align: center;
    color:#797979;
}

.file-card {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px;
}

.file-card-header {
    font-weight: bold;
    margin-bottom: 5px;
}

.file-type-select {
    margin-top: 5px;
}

.dataTables_filter{
    margin-bottom: 0.4rem;
}

#progress-div{
    display: none;
}

table.dataTable{
    border-collapse: collapse;
}

table.dataTable td,table.dataTable th{
    border-width: 1px;
    border-color: #bebebe;
}

table td{
    vertical-align: middle;
}

.documents-tooltip .tooltip-inner {
    min-width: 400px !important;
    max-width: auto !important;
    padding-top: 0.5rem;
    display:flex !important;
    align-items: center !important;
    justify-content: start !important;
    text-align: left;
}

.vh-90{
    height: 90vh;
}

.icon{
    max-height: 24px !important;
}

.btn:has(.icon){
    gap: 4px;
    display: inline-flex;
    align-items: center;
}


.weekdays-list li{
    width: 20%;
    text-align: center;
}

.rs-container .rs-scale{
    display:flex;
}

.stepper {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: white;
    padding: 1rem;
}

.stepper .step {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    font-style: italic;
    min-width: 10%;
}

.stepper .step .indice {
    color: white;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #9d9d9d;
}

.stepper .divider {
    width: 100%;
    height: 0.05rem;
    background-color: gray;
    margin-top: 1.7rem;
}

.stepper .green {
    background-color: #198754 !important;
}
.stepper .red {
    background-color: #dc3545 !important;
}

@media only screen and (max-width: 768px){
    .stepper .step{
        min-width: 25% !important;
    }
}

.slider-container .labels{
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: gray;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
    background-color: #198754;
}

legend{
    font-size: 1rem;
    font-weight: 400;
}

fieldset{
    border: solid #ced4da 0.05rem;
}

fieldset label{
    font-size: 0.9rem;
}

.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label, .form-check-input:disabled{
    opacity: 1 !important;
}

.w-40{
    width: 40% !important;
}

.is-invalid{
    display: block !important;
}

.border-gray{
    border-color: #00000042 !important;
}

.td-submission{
    cursor: pointer;
}

.tooltip-inner{
    min-width: 384px !important;
}

.col-truncate{
    max-width: 200px;
}