.onvoard-page {
    color: #666;
}

.onvoard-head {
    width: 100%;
    left: -20px;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    min-height: 60px;
    margin: 0 0 40px;
    padding-left: 16px;
    border-bottom: 1px solid #ccc;
}

.onvoard-logo {
    margin: 15px auto;
}

.onvoard-logo svg {
    width: 100px;
    fill: #294860;
}

.onvoard-settings {
    margin-top: 100px;
    font-size: 15px;
}

.onvoard-step {
    padding: 15px 20px 18px 20px;
    display: flex;
    align-items: flex-start;
    margin: 20px;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 5px rgb(193 193 193 / 25%);
    border-radius: 3px;
    background: white;
    width: 850px;
}

.onvoard-step-body {
    width: 70%;
    margin-right: 50px;
}

.onvoard-step-title {
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.onvoard-step-content {
    margin-top: 5px;
    font-size: 14px;
}

.onvoard-step-link {
    margin-left: auto;
    margin-top: 5px;
    margin-right: 5px;
}

.onvoard-step-link a {
    text-decoration: none;
}

.onvoard-step-button {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    justify-content: center;
    text-align: left;
    vertical-align: middle;
    min-height: 30px;
    min-width: 30px;
    padding: 8px 15px;
    background-color: #f5f8fa;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    box-shadow: inset 0 0 0 1px rgb(16 22 26 / 20%), inset 0 -1px 0 rgb(16 22 26 / 10%);
    color: #182026;
}
