h1.wspcp-h1 {
    margin: 30px 0;
}

.wspc-tabbing-box {
    margin-bottom: 13px;
}

.wspc-tabing-option {
    display: inline-block;
    width: 100%;
}

.wspc-tabing-option form {
    /* padding-left: 10px; */
    background-color: #dcdcde;
    padding: 40px;
    margin-right: 20px;
}

.wspc-section {
    background-color: #fff;
    padding: 20px 0 20px 25px;
    margin: 10px 0;
}

.wspc-section h2 {
    font-size: 22px;
    font-weight: 700;
}

.wspc-option-section .nav-tab {
    margin-left: 0;
    margin-right: 8px;
    background: #fff;
    padding: 10px 30px;
    font-size: 16px;
    color: #000;
}

.wspc-option-section a.nav-tab.nav-tab-active {
    background: #3E7172;
    color: #fff;
}


/** CHeckbox Desgin */

.wspc-main-box .wspc-switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 22px;
}

.wspc-main-box label.wspc-switch {
    cursor: pointer;
}

.wspc-main-box input.wspc-checkbox:checked+.wspc-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(36px);
}

.wspc-main-box input:checked+.wspc-slider {
    background-color: #2196F3;
}

.wspc-slider.wspc-round {
    border-radius: 20px;
    box-shadow: 2px 2px 30px rgb(0 0 0 / 20%);
}

.wspc-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.wspc-slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 0;
    bottom: 0px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s;
}

.wspc-main-box input[type="checkbox"] {
    display: none;
}


/** Input */

.wspc-section input,
.wspc-section select {
    width: 350px;
    height: 40px;
    border: 1px solid #707070;
    padding-left: 12px;
}

.wspc-section .wp-color-result {
    border: 1px solid #707070;
    width: 130px;
}

.wspc-container .wspc-h1 {
    padding: 20px 0;
}

input.wp-color-picker,
input.button.button-small.wp-picker-clear {
    width: auto;
    height: auto;
}

.wp-core-ui .wspcp-tabing-option .button-primary {
    background: #000000;
    color: #ffffff;
    padding: 3px 16px;
    font-size: 14px;
}


/* pro input */

.wspc_disabled label,
.wspc_disabled .wspc-input-note {
    opacity: 0.4;
}

.wspc_disabled .wspc-pro-feature-feild {
    display: inline-flex;
    align-items: center;
}

.wspc_disabled .wspc-pro-feature-feild input,
.wspc_disabled .wspc-pro-feature-feild select {
    position: relative;
    border: 2px solid #01AC5E;
    box-shadow: none !important;
}

.wspc_disabled .wspc-pro-feature-feild select:hover {
    color: #2c3338;
}

.wspc_disabled .wspc-pro-feature-feild .wspc-pro {
    display: block;
    background-color: #01AC5E;
    color: #f5f5f5;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 10px;
}

.wspc_disabled .wspc-pro-feature-feild .wp-picker-container button {
    margin: 0;
    pointer-events: none;
}

.wspc-pro-feature-feild .wspc-pro {
    display: none;
}

.wspc_disabled .wspc-pro-feature-feild .wspc-switch {
    pointer-events: none;
}

.wspc-section ul {
    margin: 30px 0;
}

.wspc-section ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}

.wspc-section ul li:last-child {
    margin-bottom: 0;
}

.wspc-section ul li::before {
    content: "";
    position: absolute;
    background-image: url('../image/right-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 20px;
    height: 10px;
    top: 50%;
    left: 0;
    margin-top: -5px;
    z-index: 1;
}

.wspc-premium-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 50px;
    background: #00CB95;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s;
}

.wspc-premium-btn:hover {
    border-color: #00CB95;
    background: transparent;
    color: #00CB95;
}

.wspc-option-section .nav-tab svg {
    margin-left: 10px;
}