@charset "UTF-8";

#sempro-cw-mask {
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
}

#sempro-cw {
    position: absolute;
    z-index: 1000001;
    top: 10%;
    left: 0;
    right: 0;
    margin: 10px;
}

#sempro-cw * {
    font-family: sans-serif !important;
}

#sempro-cw p {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.5;
}

#sempro-cw button {
    min-width: 155px;
    margin-top: 20px;
    margin-right: 10px;
    padding: 0.75rem;
    border: none;
    background-color: #ff9100;
    color: #fff;
    font-size: 13px;
    line-height: 1.25;
    cursor: pointer;
}

#sempro-cw input[type="checkbox"], .sempro-cw__checkmark {
    display: inline-block;
    margin: 0 8px 0 0;
    line-height: 2;
    vertical-align: middle;
    width: 13px;
    height: 13px;
}

#sempro-cw input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

#sempro-cw label {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    vertical-align: middle;
}

#sempro-cw label + p {
    margin-left: 23px;
}

#btnMoreInfo, #btnBack {
    background-color: black !important;
}

.sempro-cw__wrapper {
    overflow: auto;
    max-width: 450px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 3px;
    background-color: white;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}

.sempro-cw__title {
    font-size: 16px !important;
    font-weight: bold;
}

.sempro-cw__content {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 0 solid #e6e6e6;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.sempro-cw__footer {
    margin-top: 20px;
    font-size: 13px;
}


@media screen and (max-width: 480px) {
    #sempro-cw {
        top: 8%;
    }

    .sempro-cw__wrapper {
        padding: 20px;
    }

    .sempro-cw__buttons {
        text-align: center;
    }
}