.ccb-notice-warning {
    position: relative;
    padding: 10px 150px 10px 30px;
    background-color: #17A2B5;
}

.ccb-notice-warning a, .ccb-notice-warning p {
    color: #fff;
    text-decoration: none !important;
    font-size: 20px
}

.ccb-notice-warning .ccb_install_button {
    position: absolute;
    top: 13px;
    right: 15px;
    padding: 15px 30px
}

.stm_lms_pro_wizard {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90vw;
    max-height: 90vh;
    max-width: 95vw;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99999999
}

.stm_lms_pro_wizard__close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    font-size: 40px;
    color: #ccc;
    letter-spacing: 1px;
    border-radius: 50%;
    cursor: pointer
}

.stm_lms_pro_wizard__close:before {
    content: '+';
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 2px;
    left: 3px;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.stm_lms_pro_wizard__inner {
    padding: 20px 40px 37px;
    min-height: 400px;
    background-color: #fff;
    border-radius: 5px
}

.stm_lms_pro_wizard__overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999
}

.stm_lms_pro_wizard .plugin-banner {
    margin-bottom: 30px;
    min-height: 200px;
    background-size: cover
}

.stm_lms_pro_wizard .wizard_plugin-icon {
    float: left;
    height: 96px;
    width: 96px;
    margin-right: 1rem;
    background-size: cover
}

.stm_lms_pro_wizard h1 {
    line-height: 1.3
}

.ccb_install_button {
    width: 80px;
    display: block;
    text-align: center;
    padding: 21px 30px;
    margin: 0 auto;
    font-weight: 700;
    background-color: #156292;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 18px;
    border-radius: 30px;
    transition: .3s ease
}

.ccb_install_button:hover {
    background-color: #004ec4;
}

@media (min-width: 769px) {
    .stm_lms_pro_wizard {
        width: 50vw;
        max-width: 700px
    }
}

@media (max-width: 768px) {
    .stm_lms_pro_wizard__inner {
        min-height: auto
    }

    .stm_lms_pro_wizard .plugin-banner {
        display: none
    }
}