.timestamp-field-container {
    display: flex; 
    align-items: center; 
    justify-content: center;
    gap: 3px;
    border-radius: 4px !important;
    border: 1px solid #6F6F6F;
    background: white;
    height: 40px;
    padding: 0px 11px;
    width: 129px;
    color: #000000;
    font-size: 15px;
}

.timestamp-field-container.placeholder-loading {
    border: none;
}

.timestamp-field-input {
    text-align: center;
    border: none;
    outline: none;
    -moz-appearance: textfield; /* Firefox */
    width: 100%;
    overflow: hidden;
}

.timestamp-field-input::-webkit-outer-spin-button,
.timestamp-field-input::-webkit-inner-spin-button {
    -webkit-appearance: none; /* Chrome, Safari, Edge */
    margin: 0;
}

.timestamp-field-input:focus, .timestamp-field-input:focus-visible {
    outline: none !important;
}
