@CHARSET "ISO-8859-1";

@font-face {
    font-family: FontAwesome;
    src: url('../fonts/FontAwesome.otf');
}

.bupr-admin-settings-header p {
    font-size: 24px;
    /*	border-bottom:;*/
}

.wbcom-wrap .notice.notice-error.is-dismissible.learndash-license-is-dismissible {
    display: none !important;
}

.bupr-admin-settings-spinner {
    vertical-align: middle;
    display: none;
}

.bupr-btn-ajax {
    color: #66c6e4 !important;
}

#bupr_settings_updated {
    display: none;
    margin-right: 0;
    margin-bottom: 15px;
}

.bupr-review-fields input {
    width: 100%;
}

.bupr-remove {
    margin: 10px 0px !important;
}

.bupr-widget-class p {
    width: 100%;
}

.bupr-widget-class p label {
    width: 50%;
}

.bupr-widget-class p input {
    width: 50%;
}

.bupr-widget-class p select {
    width: 50%;
}

.bupr-adming-setting {
    float: right;
    width: 90%;
    padding-top: 10px;
}

.bupr-border {
    border-left: 1px solid hsl(0, 0%, 87%);
}

.bupr-shortcode {
    font-size: 16px;
    font-weight: normal;
}
.wbcom-field-error{
    color: #ee1313;
    font-family: auto;
    font-weight: 100;
}


/* Rounded sliders */
.bupr-slider.bupr-round {
    border-radius: 34px;
}

.bupr-slider.bupr-round:before {
    border-radius: 50%;
}

.bupr_excluding_member {
    width: 70%;
}

.bupr_adding_member {
    width: 70%;
}

.bupr-label {
    font-size: 15px;
    font-weight: 600;
}

@media (min-width: 782px) {
    .bupr-switch {
        width: 30px;
        height: 17px;
    }

    .bupr-slider:before {
        height: 13px;
        width: 13px;
        right: 2px;
        bottom: 2px;
    }

    input:checked+.bupr-slider:before {
        -webkit-transform: translateX(-13px);
        -ms-transform: translateX(-13px);
        transform: translateX(-13px);
    }
}

/* Admin Switch Toggle : End */

/* setting page criteria tab */
.bupr-criteria input[type=text] {
    width: 95%;
    height: 40px;
    border-radius: 8px;
    border-color: #e3e2ea;
    background-color: #fafafa;
}

.bupr-admin-col-6.buprcriteria {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bupr-criteria .bupr-delete-tag input[type=button],
#bupr-add-criteria-action input#bupr-btnAdd,
#bupr-admin-row-criteria input.bupr-remove.button.button-secondary {
    padding: 12px 30px !important;
    font-size: 15px;
    background: #ee1313;
    margin-left: 35px !important;
    text-shadow: none;
    font-weight: 600;
    width: auto !important;
    color: #fff;
    line-height: 1;
    border: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 8px 20px rgba(32, 53, 85, 0.35);
    border-radius: 12px !important;
    height: auto !important;
}

.bupr-criteria .bupr-delete-tag input[type=button]:hover,
#bupr-add-criteria-action input#bupr-btnAdd:hover {
    background: #272B41;
}

#bupr-add-criteria-action input#bupr-btnAdd {
    padding: 16px 30px !important;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #08c462;
}

/*** css classes for admin setting page ***/
[class*="bupr-admin-col-"] {
    float: right;
    padding: 10px 0;
}

div#bupr-admin-row-criteria.bupr-admin-row {
    overflow: hidden;
    border: 1px solid #e3e2ec;
    border-radius: 10px;
    padding: 5px 13px;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bupr-admin-row#bupr-admin-row-criteria .bupr-admin-col-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bupr-admin-col-1 {
    width: 8.33%;
}

.bupr-admin-col-2 {
    width: 16.66%;
}

.bupr-admin-col-3 {
    width: 25%;
}

.bupr-admin-col-4 {
    width: 33.33%;
}

.bupr-admin-col-5 {
    width: 41.66%;
}

.bupr-admin-col-6 {
    width: 50%;
}

.bupr-admin-col-7 {
    width: 58.33%;
}

.bupr-admin-col-8 {
    width: 66.66%;
}

.bupr-admin-col-9 {
    width: 75%;
}

.bupr-admin-col-10 {
    width: 83.33%;
}

.bupr-admin-col-11 {
    width: 91.66%;
}

.bupr-admin-col-12 {
    width: 100%;
}

@media(max-width: 767px) {
    [class*="bupr-admin-col-"] {
        width: 100%;
    }

    div#bupr-admin-row-criteria.bupr-admin-row {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }

    .bupr-admin-col-6.buprcriteria {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

button.bupr-accordion {
    background-color: hsl(0, 0%, 87%);
    border: medium none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: hsl(0, 0%, 27%);
    cursor: pointer;
    font-size: 15px;
    margin: 0 5%;
    outline: medium none;
    padding: 15px 20px;
    text-align: right;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 90%;
}

button.bupr-accordion.active,
button.bupr-accordion:hover {
    background-color: hsl(207, 90%, 54%);
    color: white;
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
    margin: 0px 5%;
}

button.bupr-accordion::after {
    color: hsl(0, 0%, 47%);
    content: "+";
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-right: 5px;
}

button.bupr-accordion::after:hover {
    color: white;
}

button.bupr-accordion.active::after {
    content: "−";
    color: white;
}

/* custom css for switch */
.bupr-switch-custom {
    margin: 0 10px !important;
    margin-top: 6px !important;
}

.buprcriteria .bupr-switch {
    margin-left: 40px;
}

@media(max-width: 781px) {
    .buprcriteria input:checked+.bupr-slider::before {
        -webkit-transform: translateX(-35px) !important;
        -ms-transform: translateX(-35px) !important;
        transform: translateX(-35px) !important;
    }

    .buprcriteria .bupr-switch {
        width: 70px !important;
        margin-left: 0;
    }
}

.bupr-delete-tag {
    margin-top: 0px;
    margin-bottom: 10px;
}

.bupr-criteria-remove-button {
    border-radius: 20px !important;
    height: 34px !important;
    margin: 0 !important;
    padding: 2px !important;
    width: 70px !important;
}

.bupr-criteria-remove-button::hover {
    background-color: hsl(207, 90%, 54%);
    color: white;
}

.buprcriteria span.description {
    margin: 0;
}

span.move-icons {
    font-size: 30px;
    font-weight: bold;
    margin-left: 10px;
    cursor: move;
}

.bupr-display-info {
    font-weight: normal;
    font-size: 14px;
    margin-right: 10px;
}

.bupr-show-if-allowed {
    display: none;
}

.bupr-approve-review {
    color: green;
}

.bupr-extra-actions {
    float: left;
}

.nav-tab-wrapper ul .bupr-general a:before {
    content: "\f111" !important;
}

.nav-tab-wrapper ul .bupr-criteria a:before {
    content: "\f155" !important;
}

.nav-tab-wrapper ul .bupr-shortcode a:before {
    content: "\f150" !important;
}

.nav-tab-wrapper ul .bupr-display a:before {
    content: "\f478" !important;
}

div#setting-error-settings_updated {
    position: absolute;
    left: 50px;
    z-index: 99;
    border-radius: 10px;
    line-height: normal;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #10ab00;
}

button.notice-dismiss:before {
    color: red !important;
}

.wbcom-settings-section-options input#profile_reviews_per_page {
    width: 300px;
    margin-left: 10px;
}

@media screen and (max-width: 480px) {
    div#setting-error-settings_updated {
        margin: 0;
        position: relative;
        left: auto;
        right: auto;
    }
}
/*# sourceMappingURL=bupr-admin.rtl.css.map */