/** Tabing **/
.ppws-tabbing-box .nav-tab a {
    text-decoration: none;
    color: #000;
}

.ppws-tabbing-box .nav-tab {
    margin-bottom: 0;
}

.ppws-hide-section {
    display: none !important;
}
.ppws-hide-section.ppws-userrole-error {
    display: none !important;
}

.ppws-tabing-option {
    display: inline-block;
    width: 100%;
}

.ppws-tabing-option form {
    background-color: #dcdcde;
    padding: 40px;
    margin-right: 20px;
}

.ppws-section {
    background-color: #fff;
    padding: 20px 0 20px 25px;
    margin: 15px 0 0;
}
.ppws-section-user {
    border-top: 1px solid #dbd9d9;
    margin:  0 0 15px !important;
}
.ppws-section h2 {
    font-size: 22px;
    font-weight: 700;
}

.ppws-option-section .nav-tab {
    position: relative;
    margin-left: 0;
    background: #fff;
    padding: 10px 25px;
    font-size: 15px;
    color: #000;
    display: inline-block;
    float: none;
    margin-right: 5px;
}
.ppws-option-section .nav-tab:focus,
.ppws-option-section .nav-tab:hover {
    box-shadow: 0 0 0 1px #223a7a, 0 0 2px 1px #223a7a;
}

.ppws-option-section a.nav-tab.nav-tab-active {
    background: #223a7a;
    color: #fff;
    border-bottom: transparent;
}

.nav-tab-wrapper li {
    display: inline-block;
    margin: 0;
}

.ppws-tab-list {
    position: relative;
    z-index: 2;
}

.ppws-container .notice {
    margin: 0px;
}

.ppws-header .ppws-h1 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 30px;
}

/** CHeckbox Desgin */

.ppws-main-box .ppws-switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 22px;
    margin-right: 15px;
}

.ppws-main-box label.ppws-switch {
    cursor: pointer;
}

.ppws-main-box input.ppws-checkbox:checked + .ppws-slider:before {
    -webkit-transform: translateX(34px);
    -ms-transform: translateX(34px);
    transform: translateX(34px);
}

.ppws-main-box input:checked + .ppws-slider {
    background-color: #223a7a;
}

.ppws-slider.ppws-round {
    border-radius: 20px;
    box-shadow: 2px 2px 30px rgb(0 0 0 / 10%);
}

.ppws-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.ppws-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 0px;
    bottom: 2px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
}

.ppws-switch input[type="checkbox"] {
    display: none;
}

/** Input **/

.ppws-section input[type="text"],
.ppws-section input[type="number"],
.ppws-section select {
    width: 350px;
    height: 40px;
    border: 1px solid #707070;
    padding-left: 12px;
}

.ppws-section .wp-color-result {
    border: 1px solid #707070;
    width: 130px;
}

.ppws-container .ppws-h1 {
    padding: 20px 0 0 0;
}

input.wp-color-picker,
input.button.button-small.wp-picker-clear {
    width: auto;
    height: auto;
}

.wp-core-ui .ppws-tabing-option .button-primary {
    background: #000000;
    color: #ffffff;
    padding: 3px 16px;
    font-size: 14px;
}

.ppws-section .form-table .ppws-label {
    margin-right: 30px;
    font-size: 15px;
    font-weight: 500;
}

.ppws-section .form-table td label:first-child input[type="radio"] {
    margin-left: 0;
}

.ppws-section .form-table input[type="radio"] {
    margin-top: 0;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    margin-right: 8px;
}

.ppws_all_user_list_input {
    margin-bottom: 15px;
}

.ppws-section .form-table th {
    font-size: 16px;
}

.ppws_all_user_list_input label {
    font-size: 15px;
    font-weight: 500;
}

.ppws-section .form-table input[type="checkbox"] {
    margin-top: 0;
    width: 20px;
    height: 20px;
    margin-right: 8px !important;
}

.ppws-section .form-table input[type="checkbox"]:checked::before {
    width: 100%;
    height: 100%;
    margin: 0;
    mix-blend-mode: difference;
    margin-left: -1px;
    margin-top: 1px;
}

.ppws-section .form-table input[type="radio"]:checked::before {
    background: #223a7a;
    width: 10px;
    height: 10px;
    margin: 3px;
}

.wp-picker-container input[type="text"].wp-color-picker {
    height: auto;
}
.ppws-submit-btn{ margin-top: 15px;}
.ppws-submit-btn input[type="submit"] {
    background: #223a7a;
    border-color: #223a7a;
    color: #fff;
    border-bottom: transparent;
    font-size: 18px;
    margin: 0;
    min-width: 140px;
    height: 46px;
}

.ppws-submit-btn input[type="submit"]:hover {
    background: #fff;
    color: #223a7a;
    border: 1px solid #223a7a;
}

.ppws_all_user_list.ppws_sub_category_list {
    padding-left: 20px;
    padding-top: 20px;
}

.ppws-wp-editor-block {
    width: 60%;
    padding: 22px 20px 25px 20px;
    background: #ebebeb;
    border-radius: 10px;
    border: 2px solid #ccc;
}
.ppws-tabbing-option {
    background-color: #dbd9d9;
}

.ppws-option-section {
    width: 99%;
}
.ppws-tabbing-option form {
    padding: 5px 20px;
}

.ppws-submit-btn p.submit {
    padding: 5px 0 15px 0;
    margin: 0;
}
.ppws-submit-btn input[type="submit"]:focus {
    background: #223a7a;
    border-color: #223a7a;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #223a7a;
    color: #fff;
}

.ppws-note {
    font-style: italic;
}
.ppws-note-info , .ppws-note.ppws-userrole-error{
    color: #223a7a;
    font-weight: 500;
    display: flex;
    padding: 4px 0;
    align-items: center;
}
.ppws-note-info svg , .ppws-note.ppws-userrole-error svg{ margin-right: 5px; }
.ppws-error-border {
    border: 2px Solid #f31212 !important;
    outline: none !important;
    box-shadow: none !important;
}

.ppws-section .form-table input[type="radio"]:focus,
.ppws-section .form-table input[type="checkbox"]:focus {
    border-color: #223a7a;
    box-shadow: 0 0 0 1px #223a7a;
}
.none-redio-click table tr:nth-child(2) {
    opacity: 0.4;
    pointer-events: none;
    user-select: none;
}

/** Get Pro CSS  **/
.ppws-tabbing-option .ppws-get-pro-content {
    padding: 5px 20px;
}

.ppws-get-pro-content h2 {
    line-height: 40px;
    margin-top: 0;
}

.ppws-get-pro-content h2 {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.ppws-get-pro-list {
    padding: 30px;
    border: 4px dotted #ccc;
    max-width: 600px;
    background: #f9f9f9;
}

.ppws-get-pro-list .ppws-get-pro-ul {
    margin: 0;
}

.ppws-get-pro-list .ppws-get-pro-ul li {
    margin-bottom: 15px;
    font-size: 15px;
}

.ppws-check-title {
    margin-bottom: 10px;
}

.ppws-check-description {
    margin-left: 25px;
}

.ppws-check-title, .ppws-check-description {
    display: flex;
    align-items: flex-start;
}

.ppws-get-pro-list .ppws-get-pro-ul li {
    margin-bottom: 15px;
    font-size: 15px;
}

.ppws-check-icon {
    margin-right: 7px;
    font-size: 16px;
}

.ppws-check-title h4 {
    margin: 0;
    display: inline-block;
    flex: 1;
    font-weight: bold;
}

.ppws-check-description p {
    margin: 0;
}

.ppws-sec-btn {
    display: inline-flex;
    padding: 9px 18px;
    align-items: center;
    justify-content: center;
    background: #223a7a;
    border-radius: 8px;
    color: #fff;
    text-decoration: none !important;
    font-size: 15px;
    margin-top: 30px;
    outline: none !important;
    transition: 0.3s;
}

.ppws-sec-btn:hover {
    background: #333;
    color: #fff;
}

.ppws-pro-tag-wp {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    height: 100%;
}

.ppws-pro-tag {
    width: 72px;
    background: #223a7a;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    transform: rotate(-44deg) translate(-14px,6px);
    display: inline-block;
    position: relative;
    left: -20px;
    top: -19px;
    box-shadow: 0 0 30px rgb(0 0 0/10%);
    text-align: center;
    padding-top: 8px;
    padding-bottom: 1px;
    letter-spacing: 0.5px;
    font-size: 11px;
}

/** select2 design CSS */
.ppws-main-box .ppws-tabbing-option form .ppws-section table tbody tr td span.select2.select2-container {
    min-width: 350px;
    min-height: 40px;
}
.ppws-main-box .ppws-tabbing-option form .ppws-section table tbody tr.ppws-product-categories-list-section .select2 {
    min-width: 350px;
    width: auto !important;
}

.ppws-main-box .ppws-tabbing-option form .ppws-section table tbody tr td .select2 .selection .select2-selection {
    min-width: max-content;
    min-height: 40px;
    border: 1px solid #707070;
    padding-left: 12px;
    padding: 0 8px;
    line-height: 2;
}

.ppws-main-box .ppws-tabbing-option form .ppws-section table tbody tr td .select2 .selection .select2-selection ul .select2-selection__choice {
    margin: 5px 7px 0 0;
    background-color: #223a7a;
    color: #ffffff;
    border: 0;
}

.ppws-remove-btn {
    background: #223a7a;
    color: #fff;
    padding: 10px 10px;
    margin-left: 10px;
    border: 1px #223a7a;
    border-radius: 5px;
    cursor: pointer;
}

.ppws-pro {
    background: #223a7a;
    border-color: #223a7a;
    color: #fff;
    border-bottom: transparent;
    font-size: 13px;
    margin: 0;
    min-width: 140px;
    text-decoration: none;
    text-shadow: none;
    line-height: 2;
    margin-top: 0;
    padding: 2px 10px;
    cursor: pointer;
    border-radius: 3px;
}

.ppws-pro:hover,
.ppws-pro:active,
.ppws-pro:focus {
    color: #fff;
}