.badge-custom{
    color: #5578eb;
    font-weight: 500;
    background: #dee5fb;
    padding: 0.5rem;
    border-radius: 0.5rem;
}
.svg--100{
    width: 100px !important;
    height: 100px !important;
}

.input-prefix {
    position: absolute;
    left: 0;
    top: 0;
    height: 3rem;
    display: grid;
    place-content: center;
    padding: 0 1rem;
    border-right: solid 1px #dedede;
    font-size: .85rem;
    pointer-events: none;
    transition: 0.3s all ease-in-out;
}
.field_cover:has(.input-prefix) {
    position: relative;
}
.field_cover:has(.input-prefix) input {
    padding-left: 4rem !important;
}
.field_cover:has(input:focus) .input-prefix ,.field_cover:has(input:hover) .input-prefix {
    border-color: #000;
}
.field_cover:has(input.error) .input-prefix {
border-color: #fd397a;
}

