.shop_table {
    table-layout: fixed;
    width: 100%;
}

.shop_table th,
.shop_table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scapi-copy {
    cursor: pointer;
}

.monospace-text {
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

.scapi-copy:hover {
cursor: pointer;
text-decoration: underline;
font-weight: bold;
}


.scapi-field-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.scapi-field-container .form-row-wide {
    flex: 1;
}

.scapi-send-code-button {
    margin-left: 10px;
    min-width: auto;
    padding: 0 10px;
}

#scapi_send_verification_code {
    margin-left: 10px;
    min-width: auto;
    padding: 0 10px;
    width: auto;
}