.w-40:not(.w-100):not(.w-25) {
    width: 40% !important;
}

.descricao {
    position: absolute;
    left: 5px;
    top: -17px;
    font-size: 14px;
    color: #222;
    font-weight: bold;
}

input[type='file'] {
    text-align: left !important;
}

/* Tom Select */
.ts-wrapper {
    height: 42px !important;
}

.ts-wrapper input[type='text'] {
    position: absolute;
    width: calc(100% - 17px);
    margin-top: 2px !important;
}