/**
 * All of the CSS for your sdk-specific functionality should be
 * included in this file.
 */
 .dpcp-options-table {
    max-width: 720px !important;
    margin-left: 50px !important;
}

.dpcp-options-table th, td {
    padding-right: 0px !important;;
    padding-left: 0px !important;;
    padding-bottom: 5px !important;;
    padding-top: 5px !important;
}

.dpcp-options-table td {
    margin: 0px !important;
}

.dpcp-tutorial {
    max-width: 720px;
}

.dpcp-tutorial p {
    font-size: medium;
}

.dpcp-metabox {
    padding-left: 50px;
}

.dpcp-insights-p {
    font-size: medium;
}

.dpcp-insights {
    width: 400px;
    /*background: #fff;*/
    border-radius: 6px;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%) !important;;
    padding: 10px 30px 20px;
    /*text-align: center;*/
    color: #333;
    /*transition: transform 0.4s, top 0.4s;*/
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    top: 0;
}

.open-insights {
    visibility: visible;
    top: 50%;
    /*transform: translate(-50%, -50%) scale(1);*/
    z-index: 9999999;
}

.dpcp-insights-button {
    width: 100%;
    display: block;
    margin-top: 20px;
    padding: 10px 0;
    background: #6fd649;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    text-align: center;
}

.learn-more {
    text-decoration: none;
    color: gray;
}

.learn-more:hover {
    text-decoration: none;
    color: gray;
}


.dpcp-insights-button:hover {
    text-decoration: none;
    color: #fff;
}

.insights, .skip {
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.dpcp-insights.open-insights > h2 {
    font-size: 1.5em;
}