.datetime {
    position: relative;
    width: 100%;
}

.datetime-overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    right: 13px;
    pointer-events: none;
    height: 100%;
}

.datetime-input {
    width: 100%;
}
