@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;
    bottom: 0;
    left: 0;
}

#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: 148px;
    margin-bottom: 20px;
    padding: 15px 0;
    border: none;
    background-color: #12D5A6;
    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: #8A8B8C !important;
}

.sempro-cw__wrapper {
    overflow: auto;
    max-width: 450px;
    margin: 0 auto;
    padding: 20px 30px 0 30px;
    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 a {
    color: #12D5A6 !important;
}

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

.sempro-cw--read-more {
    top: 10%;
    right: 0;
}

@media screen and (max-width: 374px) {
    .sempro-cw__buttons {
        text-align: center;
    }

    .sempro-cw__buttons button {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 375px) {
    #btnMoreInfo, #btnSave {
        margin-right: 15px;
    }
}

@media screen and (max-width: 480px) {
    .sempro-cw--read-more {
        top: 0;
    }

    #sempro-cw button {
        font-size: 12px;
    }
}