body{
    background: transparent !important;
}
div.error {
    color: #fff;
    font-size: 0.6em;
    margin-left: 8px;
    position: absolute;
    bottom: 0;
    background: #dc3545;
    padding: 1px 8px;
    border-radius: 4px;
    transform: translateY(50%);
}
.kvkk-checkbox div.error {
    margin-left: 0;
    position: static;
    transform: translateY(10%);
    width: fit-content;
}