.ubr-admin-platform-entry {
    padding: 1em;
}

.ubr-admin-platform-entry h2 {
    font-size: 1.5em;
}

.button {
    background-color: #2271b1;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
}

.flex-row {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}

.margin-left {
    margin-left: 2em;
}

.input-row button {
    text-align: center;
    white-space: nowrap;
}

.input-row {
    text-align: center;
}

.recycle-button {
    font-size: 18px !important;
    padding: 10px 20px !important;
    border: none !important;
    background-color: #0074a2 !important;
    color: white !important;
    border-radius: 6px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    margin: 0 0.5em !important;
}

#proceed-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin: 2em auto;
    width: fit-content;
    max-width: 100%;
}

#sell-phone-container {
    text-align: center;
}

#book-request-form {
    text-align: left;
}