.tml-errors {
    background: red;
    color: #fff;
    padding: 5px 10px;
    margin: 0 0 10px 0;
}

.tml-messages {
    text-align: center;
    margin: 0 0 10px 0;
}

.tml-lostpassword,
.tml-resetpassword,
.tml-dashboard {
    margin: 100px 0 0 0;
}

.tml-before {
    margin: 100px 0 20px 0;
    text-align: center;
}

.tml-after {
    margin: 100px 0 20px 0;
    text-align: center;
}

.tml-dashboard p,
.tml p {
    max-width: none !important;
}

.tml-dashboard-greeting {
    margin: 0;
    display: none;
}

.tml-dashboard-links {
    display: flex;
    justify-content: center;
    margin: 0 0 10px 0;
    flex-wrap: wrap;
}

.tml-dashboard-links li {
    margin: 0 0 5px 0;
    width: 100%;
    text-align: center;
}

.type-page .entry-content .tml-dashboard-links li a {
    font-size: 70px;
    line-height: 60px;
    letter-spacing: -1px;
    text-decoration: none !important;
    text-transform: uppercase;
}

.tml-rememberme-wrap {
    display: none !important;
}

.tml-nickname-wrap {
    display: none !important;
}

.tml-email-wrap input {
    pointer-events: none;
    opacity: 0.5;
}

.tml-field-wrap {
    margin: 0 0 10px 0;
}

.tml-field-wrap select {
    appearance: none;
    background: #fff;
    padding: 7px 10px 9px;
    color: #000;
    width: 100%;
    outline: none;
    border: 0;
    font-family: 'Font-Regular';
    font-style: normal;
    font-weight: normal;
    border-radius: 0;
    font-size: 16px;
    line-height: 20px;
}

.tml-field-wrap .tml-description {
    display: none;
}

.tml-label {
    margin: 0 0 2px 0;
}

.tml-links {
    display: flex;
    justify-content: center;
}

.tml-links li {
    margin: 0 10px 0 0;
}

.type-page .entry-content .tml-links li a {
    color: #000 !important;
    text-decoration: none !important;
}

.type-page .entry-content .tml-links li a:hover {
    color: #fff !important;
}

.tml-button {
    background: #000;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    color: #fff;
    width: 100%;
    transition: all 0.35s;
}

.tml-button:hover {
    background: #fff;
    color: #000;
}

html.tml-action .block-intro {
    text-align: center;
}

html.tml-action .block-terms-text > div {
    /*padding: 0 25%;*/
}

html.tml-action-preferences .menu-item-object-preferences a {
    background: #fff !important;
    color: #000 !important;
}

html.tml-action-profile .menu-item-object-profile a {
    background: #fff !important;
    color: #000 !important;
}

.profile-menu {
    margin: 100px 0 100px 0;
}

.profile-menu ul {
    display: flex;
    justify-content: center;
}

.profile-menu li.current-menu-item a,
.type-page .entry-content .profile-menu li.current-menu-item a {
    background: #fff;
    color: #000 !important;
}

.profile-menu li,
.type-page .entry-content .profile-menu li {
    margin: 0 5px;
}

.profile-menu a,
.type-page .entry-content .profile-menu a {
    display: inline-block;
    background: #000;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    color: #fff;
    width: 100%;
    text-decoration: none !important;
}

.profile-menu a:hover,
.type-page .entry-content .profile-menu a:hover {
    background: #fff;
    color: #000;
}

.spinner {
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    left: 50%;
    margin-left: -12px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.tease-transaction {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 2px solid #000;
}

.tease-transaction:nth-child(1) {
    border-top: 2px solid #000;
}

.tease-transaction .button a {
    display: inline-block;
    background: #000;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    color: #fff;
    width: 100%;
    text-decoration: none !important;
}

.tease-transaction .button a:hover {
    background: #fff;
    color: #000;
}

.tml-message-wrap {
    text-align: center;
    margin: 0 0 20px 0;
}

.tml-preferences .checkboxes {
    display: flex;
    flex-wrap: wrap;
}

.tml .checkboxes .tml-field-wrap {
    display: flex;
    padding: 0 0 0 42px;
}

.tml-preferences .checkboxes .tml-field-wrap {
    margin: 0 0 10px 0;
    width: 50%;
}

.tml .checkboxes .tml-label {
    display: inline-block;
    margin: 0;
    width: auto;
    padding: 6px 10px;
}

.tml .checkboxes input {
    width: auto;
}

.tml .checkboxes input.has-checkbox {
    display: none;
}

.tml .checkboxes .tml-label {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.tml .checkboxes .tml-label::before {
    content: '';
    position: absolute;
    left: -42px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border: 2px solid currentColor;
    background: #fff;
    transition: background 0.15s, border-color 0.15s;
}

.tml .checkboxes input.has-checkbox:checked + .tml-label::before {
    background: currentColor;
}

.tml .checkboxes input.has-checkbox:checked + .tml-label::after {
    /*content: '✓';*/
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #fff;
    line-height: 1;
}

.tml-indicator-wrap,
.tml-indicator_hint-wrap {
    font-size: 80%;
}