* {
    box-sizing: border-box;
}

th {
    text-align: left;
}

th > p {
    font-style: italic;
    font-weight: normal;
}

.vi-ui.top.tabular.menu {
    display: flex;
    flex-wrap: wrap;
}

.kt-custom-coupon > td:first-child > p {
    font-style: italic;
    margin: 0;
    font-weight: normal;
}

#kt_status_page {
    background: white;
}

.status-ok {
    color: #8dff13;
}

#kt_status_page td:last-child {
    text-align: center;
}

.vi-ui.toggle.checkbox label {
    font-size: 14px;
}

.select2-search__field {
    width: 100% !important;
}

.iris-picker {
    position: absolute !important;
    z-index: 5;
}

.vi-ui.top.tabular.menu .item:hover {
    cursor: pointer;
}

.vi-ui.top.tabular.menu {
    margin-bottom: 0;
    border-bottom: 0;
    margin-top: 0;
}

.vi-ui.tab.segment {
    margin-top: 0;
    border-top: 0;
    border-radius: 0 0 3px 3px;
}

.wcpr-hidden, .wcpr-hidden-items {
    display: none;
}

/*verified badge*/
span.wcpr-verified-badge-wrap:before {
    margin: 0;
    font-size: 20px;
}

span.wcpr-verified-badge-wrap {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

.wcpr-verified-active-badge {
    background: lightgray;
}

.field.verified-type-wrap {
    max-width: 120px;
}

.vi-ui .button {
    height: auto !important;
}

.vi-ui table tr td input[type=number] {
    height: auto !important;
}

/*preview emails*/
.preview-html-hidden {
    display: none !important;
}

.preview-emails-html-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.preview-emails-html-container .preview-emails-html-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(1, 1, 1, 0.3);
}

.preview-emails-html-container .preview-emails-html {
    position: relative;
    z-index: 99;
    width: 50%;
    max-height: 90%;
    overflow: auto;
}

/*select/clear all product */
.wcpr-remove-custom-field,
.wcpr-select-all-product,
.wcpr-clear-all-product {
    font-size: 12px !important;
}

.vi-ui.tab {
    height: unset !important;
    float: unset !important;
    background: white !important;
}

.wcpr-page-search + .select2-container {
    min-width: 50%;
}

.wcpr-secretkey-container {
    position: relative;
}

/*Copy secret key*/
.wcpr-copy-secretkey-success {
    position: absolute;
    left: -20px;
    top: 22px;
    color: #29dc81;
}

.wcpr-buttons-group > span:hover {
    background: white;
}

.wcpr-buttons-group > span {
    padding: 4px;
    display: inline-block;
}

.wcpr-chrome-extension-container {
    text-align: center;
}

.wcpr-button-save-settings-container {
    position: sticky;
    bottom: 20px;
    z-index: 99;
    display: inline-block;
}

/*share reviews*/
.vi-ui.table.wcpr-share-reviews-table thead tr th {
    white-space: nowrap;
}

.vi-ui.table.wcpr-share-reviews-table tbody tr td {
    text-align: center;
}

@media screen and (max-width: 480px) {
    .wcpr-button-save-settings-container {
        bottom: 0;
    }

    .wcpr-button-save-settings-container .vi-ui.button {
        font-size: .85rem !important;
    }
}

.wcpr-reminder_email_template-container th:nth-child(2),
.wcpr-reminder_email_content-container th:nth-child(2) {
    width: 70%;
}

/* rule style */
.wrap .field label {
    font-weight: 500 !important;
}

.viwcpr-placeholder {
    background: white;
    border: 1px dashed rgba(1, 1, 1, .3);
    height: 50px !important;
    line-height: 50px;
    visibility: visible;
}

.viwcpr-rule-wrap {
    margin-top: 10px;
    margin-bottom: 25px;
}

.viwcpr-rule-info {
    border: none;
    outline: none;
    transition: 0.4s;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    padding: 0 10px 10px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.viwcpr-rule-move {
    cursor: pointer;
    font-size: 23px;
    line-height: normal;
    color: #ababab;
    margin-right: 10px;
}

.viwcpr-rule-move:hover,
.viwcpr-rule-action > span:hover {
    color: #000;
}

.rtl .viwcpr-rule-action {
    left: 10px;
    right: auto;
}

.viwcpr-rule-action {
    position: absolute;
    right: 10px;
    z-index: 1;
    box-sizing: border-box;
    top: 25px;
    align-items: center;
    font-size: 20px;
    color: #909090;
    cursor: pointer;
}

.viwcpr-rule-wrap .select2-selection__rendered {
    padding: 0 !important;
}

.viwcpr-rule-wrap .select2-selection--single {
    height: 43px !important;
    border: 1px solid rgba(34, 36, 38, .15) !important;
    padding: 5px 15px;
}

.wcpr-wrap-option-frontend-style {
    gap: 15px;
}

.wcpr-option-frontend-style {
    display: flex;
    position: relative;
}

.wcpr-option-frontend-style .kt-photo-reviews-setting {
    display: none !important;
}

.wcpr-option-frontend-style label {
    border: 1px solid #C3C4C7;
    border-radius: 6px;
    padding: 10px 18px;
    background-color: #ffffff;
    color: #1D2327;
    cursor: pointer;
}

.wcpr-option-frontend-style label.wcpr-option-active,
.wcpr-option-frontend-style label:hover {
    background: #2185D0;
    border-color: #2185D0;
    color: #fff;
}

.wcpr-option-frontend-style .wcpr-tooltip-image {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 250px;
    top: calc(100% + 10px);
    right: 50%;
    transform: translateX(50%);
    padding: 10px;
    z-index: 999;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 3px 15px -3px #656565;
    transition: ease 0.3s all;
}
.wcpr-option-frontend-style .wcpr-tooltip-image:after{
    content: '';
    position: absolute;
    top: -10px;
    right: 50%;
    transform: translateX(50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid white;
    box-shadow: 0 10px 20px -8px #656565;
    -webkit-filter: drop-shadow(0px -5px 2px rgba(0, 0, 0, .2));
    filter: drop-shadow(0px -5px 2px rgba(0, 0, 0, .2));
}
.wcpr-option-frontend-style:hover .wcpr-tooltip-image{
    opacity: 1;
    visibility: visible;
}
.wcpr-option-frontend-style .wcpr-tooltip-image img{
    border: 1px solid #C3C4C7;
    width: 100%;
    height: auto;
    border-radius: 6px;
}