@font-face {
    font-family: "codeixer-icon";
    src: url("../fonts/codeixer-icon.eot?26747632");
    src: url("../fonts/codeixer-icon.eot?26747632#iefix") format("embedded-opentype"),
        url("../fonts/codeixer-icon.woff2?26747632") format("woff2"),
        url("../fonts/codeixer-icon.woff?26747632") format("woff"),
        url("../fonts/codeixer-icon.ttf?26747632") format("truetype"),
        url("../fonts/codeixer-icon.svg?26747632#codeixer-icon") format("svg");
    font-weight: normal;
    font-style: normal;
}

$cit_btn__bg: #8e46dd;
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/* '' */
/*
 * Codestar framework
 */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "codeixer-icon";
        src: url("../font/codeixer-icon.svg?26747632#codeixer-icon") format("svg");
    }
}
.icon-codeixer-icon {
    &:before {
        content: "\e800";
    }
}
.icon-codeixer {
    &:before {
        content: "\e800";
        font-family: "codeixer-icon";
    }
}
.dashicons-codeixer {
    &:before {
        content: "\e800";
        font-family: "codeixer-icon";
    }
}
.ci-settings-heading {
    margin: 0px;
    position: relative;
    left: -220px;
    font-size: 20px;
    padding-bottom: 10px;
}
.cix-card-active {
    max-width: 310px;
    background: #202224;
    border-radius: 3px;
    padding: 25px;
    float: left;
    color: #fff;
    margin-right: 25px;
    margin-bottom: 25px;
    h3 {
        color: #fff;
        margin-top: 0;
        font-weight: normal;
        font-size: 20px;
        line-height: 25px;
    }
    .button {
        width: 100%;
        text-align: center;
        line-height: 45px;
        color: #fff;
        font-weight: 400;
        font-size: 17px;
        cursor: pointer;
        border-radius: 4px;
        background: #006dd2;
        &:hover {
            background: #057ae6;
        }
        &:focus {
            background: #057ae6;
        }
    }
    p.submit {
        margin: 0;
        padding: 0;
    }
    .notice-error {
        color: #dc3232;
    }
}
.el-license-field {
    input {
        font-size: 17px;
        color: #fff;
        background: none;
        border: 1px solid #323438;
        outline: none;
        box-shadow: none;
        font-weight: 500;
        line-height: 50px;
        padding: 0px 20px;
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
}
.cix-badge {
    color: #202223;
    font-weight: 500;
    border: none;
    line-height: 40px;
    padding: 5px 20px;
    font-size: 17px;
    margin-bottom: 15px;
    border-radius: 3px;
    span {
        font-size: 22px;
        padding-top: 9px;
        margin-right: 5px;
    }
}
.b-unregister {
    background: #ffb818;
    span {
        color: #202223;
    }
}
.b-support {
    background: #8e44ad;
    color: #fff;
}
.b-register {
    span {
        color: #fff;
    }
    background: #4834d4;
    color: #fff;
}
.txt-disable {
    color: #4a4a4a !important;
    cursor: not-allowed;
}
.infobox {
    padding: 15px;
    margin-top: 20px;
    border: 1px solid #3a3939;
    border-radius: 3px;
}
.bluetitle {
    color: #0185ff;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}
.simpletext {
    color: #747679;
    font-size: 14px;
    line-height: 20px;
    a {
        color: #747679;
        font-size: 14px;
        line-height: 20px;
    }
    span {
        border: 1px solid #3a3939;
        display: inline-block;
        padding: 5px 10px;
        border-radius: 3px;
        margin-bottom: 5px;
    }
}
.fw-brz-dismiss {
    display: none;
}
.lightbox-icon-pixker {
    img {
        width: 40px;
        border: 5px solid #f1f1f1;
        border-radius: 3px;
    }
}
.image_picker_image {
    .csf--image {
        width: 200px;
        overflow: hidden;
    }
    img {
        width: 100% !important;
    }
}
.no-border-csf {
    .csf-fieldset-content {
        border: none;
        box-shadow: none;
    }
    .csf-field + .csf-field {
        border-top: none;
    }
}
tr.number_field_ci {
    input {
        width: 80px;
        float: left;
        margin-right: 10px;
    }
}
.notice.ciplugin-review {
    p {
        font-size: 15px;
    }
    border: 0px;
    padding: 10px 20px;
}
.ciplugin-offer {
    padding: 10px 25px;
    border: 0px;
    width: 700px;
    p {
        font-size: 14px;
        line-height: 24px;
    }
    span {
        border: 1px dashed #1a73aa;
        padding: 2px 5px;
        background: #e7f5ff;
        color: #000;
    }
}
/** For Upgrade page */
.post-type-shop_deposit {
    .wrap {
        margin-top: 80px;
    }
}
a.cit-admin-pro-notice {
    text-decoration: none;
    display: flex;
        background: #fff;
        padding: 30px;
        padding-top: 20px;
        align-items: center;
        margin-right: 20px;
        margin-top: 30px;
        justify-content: space-between;
        border-radius: 10px;
        border: 1px solid #8e46dd;
        p{
            display: inline-block;
                font-size: 16px;
                margin: 0;
                line-height: 37px;
                width: 100%;
                color: #2e4453;
        }
        small{
            display: block;
            font-size: 15px;
            color: #2e4453;
        }
    span {
        background: #8e46dd;
        padding: 10px 15px;
        border-radius: 6px;
        float: right;
        color: #fff;
        font-size: 16px;
    }
}
.cit-get-pro {
    font-weight: 600;
    color: #1da867;
}
.admin_page_codeixer-upgrade,
.post-type-shop_deposit {
    .notice {
        display: none;
    }
    .cit-item-feature {
        background: #fff;
        margin-right: 20px;
        padding: 20px;
        margin-bottom: 20px;
        box-shadow: 0 0 0 1px #e9eff3;
        h4 {
            margin: 0px;
            font-size: 15px;
            font-weight: 500;
            line-height: 20px;
            color: #2d0576;
        }
        .ha-feature-list-wrap {
            li {
                margin-bottom: 13px;
                border: 1px solid #1b076da6;
                border-radius: 3px;
                padding: 6px 15px;
                color: #1b076d;
                &:last-child {
                    margin-bottom: 0px;
                }
            }
        }
    }
    .cit-item-action {
        background: #1a0b6d;
        padding: 20px;
        padding-bottom: 30px;
        margin-right: 10px;
        h3 {
            color: #fff;
            font-size: 23px;
            line-height: 27px;
            font-weight: 500;
            margin-top: 0;
        }
        p {
            color: #fff;
            text-align: center;
            font-size: 13px;
            display: block;
            margin-bottom: 0px;
            margin-top: 10px;
        }
    }
    a.cit-action-btn {
        padding: 13px;
        background: #fff;
        margin-top: 20px;
        display: block;
        text-align: center;
        text-decoration: none;
        font-size: 17px;
        color: #fff;
        background: $cit_btn__bg;
        border-radius: 3px;
        font-weight: 600;
        letter-spacing: 0.3px;
        &:hover {
        }
    }
    .wp-cit-heading {
        text-align: left;
        margin-left: 0;
        margin-top: 90px;
        font-size: 24px;
        margin-bottom: 30px;
        display: inline-block;
        color: #2d0576;
        font-weight: normal;
    }
    .cit-upgrade-sticky {
        h3 {
            text-align: left;
            margin-left: 85px;
            margin-top: 20px;
            display: block;
            color: #2d0576;
        }
        .buttons-area {
            padding: 13px 0px;
        }
        position: absolute;
        width: 100%;
        overflow: hidden;
        padding: 0 10px;
        margin-left: -20px;
        text-align: right;
        background: #fff;
        height: 60px;
        margin-bottom: 20px;

        box-shadow: 0 1px 1px #c8d7e1;
        img {
            width: 60px;
            margin-left: 10px;
        }
    }
}
.cit-button-2,
.cit-button-1 {
    display: inline-block;
    padding: 6px 12px;
    margin-right: 6px;
    background: #fff;
    border-color: #c8d7e1;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #2e4453;
    cursor: pointer;

    outline: 0;
    overflow: hidden;
    font-size: 13px;
    font-weight: 500;
    text-overflow: ellipsis;
    text-decoration: none;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 21px;
    border-radius: 4px;
    padding: 5px 11px;

    box-shadow: none !important;
    span {
        margin-right: 4px;
        font-size: 17px;
        margin-top: 2px;
    }
    &:last-child {
        margin-right: 0;
    }
}
.cit-button-1 {
    background: $cit_btn__bg;
    border-color: #7234b4;
    color: #fff;
    &:hover {
        color: #fff;
    }
}
.cix-only-pro .csf-fieldset {
    pointer-events: none;
    cursor: not-allowed;
}
.cix-only-pro {
    background: #f9f9f9;
}
.cix-only-pro .csf-subtitle-text {
    font-style: italic;
}
.cix-only-pro .csf-subtitle-text a {
    font-weight: bold;
}
