/* Cor de fundo do autocomplete Dark*/
/* input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #343a40 inset;
} */
 
/* Cor do texto do autocomplete */
input:-webkit-autofill {
    -webkit-text-fill-color: #adb5bd !important;
}

hr.hr-text{

    position: relative;
    border: none;
    height: 1px;
    background: #fff;
    margin-top:30px;
    margin-bottom:30px;
    
}

hr.hr-text::before{

    content: attr(data-content);
    display: inline-block;
    background: #fff;
    font-weight: bold;
    font-size: 0.85rem;
    color: #fff;
    padding: 0.2rem 0.8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.person-overlay{

    /* For Internet Explorer */
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.7);
              
    /* For other browsers */
    box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.7);

}

.dropzone .dz-preview.dz-file-preview .dz-image{

    border-radius: 7px;
    background: #fff;
    width: 180px;

}

.dropzone .dz-filename{

    margin-top: 30px;

}

.dropzone span.dz-upload{

    background: #007bff;

}

.overflow-text{
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
}

.w-content{
    min-width:max-content;
}

.overflow-ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
} */

.person-disable{
    pointer-events: none;
    opacity: 0.4;
    cursor: not-allowed;
}