.opd-dashboard {
    background-color: $color__ops-grayLight;
    min-height: 100vh;
    font-size: 16px;

    h1 .ops-iconfont {
        color: $color__ops-blue;
    }

    .ops-next-dashboard-action {
        border-left: none !important;
    }

    p {
        font-size: inherit;

        &.opd-teaser {
            font-size: 14px;
            color: $color__ops-gray;
            margin-bottom: 40px;
        }

        &.opd-note {
            margin: 1.2rem 0;

            &:last-child {
                margin-bottom: 0;
            }
        }

        &.opd-note--small {
            font-size: 0.8em;
            line-height: 1.3;
        }
    }

    a {
        outline: none;

        &:focus {
            box-shadow: none;
        }
    }

    input[type="checkbox"],
    input[type="radio"] {
        width: 16px;
        height: 16px;
        min-width: 16px;
    }

    input[type="checkbox"] {
        &:checked:before {
            margin: -1px 0 0 -2px;
            width: 16px;
        }
    }
    input[type="radio"] {
        &:checked:before {
            border-radius: 50px;
            font-size: 24px;
            width: 6px;
            height: 6px;
            margin: 4px;
            line-height: 16px;
        }
    }
}

.optimizepress3_page_op-builder-create h1 .ops-iconFont {
    color: $color__ops-blue;
}

.ops-next-dashboard-action {
    padding-left: 0 !important;
    margin-left: 0 !important;
    border: 0 !important;
}

.op-dashboard-dashboard {
    .opui-btn-outline-primary {
        border-color: var(--opui--gray200);
        font-weight: 600;
    }
}
