



.hdt-contents {
    display: contents;
}
.hdt-justify-center {
    justify-content: safe center;
}
.hdt-flex-col {
    flex-direction: column;
}
.hdt-absolute {
    position: absolute;
}
.hdt-flex {
    display: flex;
}
.hdt-align-center {
    align-items: center;
}
.hdt-rounded-sm {
    border-radius: 0.5rem;
}
.hdt-justify-between {
    justify-content: space-between;
}
.hdt-rounded-2xs {
    border-radius: var(--rounded-2xs);
}
.hdt-rounded-xs {
    border-radius: var(--rounded-xs);
}
.hdt-rounded-sm {
    border-radius: 0.5rem;
}
.hdt-rounded {
    border-radius: var(--rounded);
}
.hdt-rounded-lg {
    border-radius: var(--rounded-lg);
}
.hdt-rounded-full {
    border-radius: 9999px;
}
.hdt-rounded-f {
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
}