.access-codes-header {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.access-codes-header h1 {
    color: #4D4D4D;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 0;
}

.access-codes-header svg {
    margin-right: 100px;
}

.ptf-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.content_help {
    color: #000000;
}

.ptf-green {
    color: #3BA53B;
}

.ptf-notice {
    color: #000000;

    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    display: inline-flex;
    flex-direction: column;
    padding: 16px;
    margin-right: calc((100% - min(100vw, 1000px)) / 2);
}

.ptf-icon {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 16px;
    vertical-align: middle;
}

.notice-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;

    margin-bottom: 4px;
}

.notice-description {
    margin-left: 40px;
    word-break: break-all;
}

/*Reset button styles*/
button.ptf-link {
    font-size: 100%;
    font-family: inherit;
    border: 0;
    padding: 0;
    background: none;
    color: #4A88E4;
    cursor: pointer;
}

.content_access-code-created {
    background-color: #E8F6ED;
    border-color: #C8E9D1;
}

.content_access-code-revoked {
    background-color: #E6EEF7;
    border-color: #C3D5EB;
}

.revoke-table-title {
    color: #4C4C4C;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 700;

    margin-bottom: 10px;
    margin-top: 27px;
}

.revoke-table .revoke-pending {
    width: 270px;
}

.revoke-table .revoke-pending span {
    color: #000000;
}

.revoke-table .revoke-pending a {
    font-weight: bold;
}

.revoke-table .revoke-pending .cancel {
    color: #626568;
}

.revoke-table .revoke-pending .cancel:hover {
    font-weight: bold;
}

.revoke-table .revoke {
    width: 270px;
}

.revoke-table .revoke button:hover {
    font-weight: bold;
}

.revoke-table .description {
    color: #000000;
}

.revoke-table .description.pending {
    color: #F5A35C;
}

.revoke-table .date {
    width: 130px;
}

.revoke-table .date.pending {
    color: #F5A35C;
}

#create-token-container h2 {
    color: #4C4C4C;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
}

#create-token-container .options {
    align-items: center;
    display: flex;
    flex-direction: row;
}

#create-token-container .options input[name="ptf-token-description"] {
    margin-right: 8px;
    margin-top: 18px;
    width: 50%;
}

#create-token-container .options input[name="submit"] {
    background-color: #92979C !important;
    border-radius: 8px !important;
    height: 32px;
    line-height: 0;
}

#create-token-container .options input[name="submit"][disabled] {
    pointer-events: none;
}