.api-key-box {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.api-key-box #api-access-key {
    font-family: monospace;
    padding: 0.375rem 0.75rem;
}

.api-key-box #refresh-api-key {
    background-color: var(--color-primary);
    color: #fff;
    padding: 0.375rem 0.75rem;
    cursor: pointer;
}

.form-label.overlay {
    position: absolute;
    top: 0;
    right: 60px;
    height: 100%;
}