.wpb-submit-button .button {
    background: #f2295b;
    height: 50px;
    border-color: #c71843;
    padding: 0 20px 1px;
    font-size: 16px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    text-shadow: none;
    box-shadow: none;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    line-height: normal;
}
.wpb-submit-button .button:hover, .wpb-submit-button .button:focus, .wpb-submit-button .button:active {
    background: #c71843;
    border-color: #c71843;
}

.ui-segment {
    border: 1px solid #0073aa;
    border-radius: 4px;
    display: inline-flex;
    margin-bottom: 6px;
    overflow: hidden;
}
.ui-segment .btn:hover {
    color: #0073aa;
}
.ui-segment .btn.active{
    background-color: #0073aa;
    color: white;
}
.ui-segment .btn {
    padding-left: 23px;
    padding-right: 23px;
    height: 36px;
    text-align: center;
    display: inline-flex;
    margin: 0px;
    cursor: pointer;
    align-items: center;
    font-weight: 600;
    border: 0;
    border-right: 1px solid #0073aa;
    border-radius: 0!important;
    -webkit-font-smoothing: antialiased;
}
.ui-segment .btn:last-child{
    border-right: none;
}
.segment-select{
    display:none;
}

.wpb-gqb-inline-field-item {
    display: inline-block;
    margin-right: 15px;
}
.wpb-gqb-inline-field-item strong {
    margin-bottom: 5px;
    display: block;
}
.rtl .wpb-gqb-inline-field-item {
    margin: 0 0 0 15px;
}

/*Checkbox switcher*/

.wpb-checkbox-switcher {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 8px;
}
.wpb-checkbox-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
}
.wpb-checkbox-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.wpb-checkbox-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 34px;
    -webkit-transition: .4s;
    transition: .4s;
}
.wpb-checkbox-switch input:checked + .wpb-checkbox-slider {
    background-color: #0073aa;
}

.wpb-checkbox-switch input:checked + .wpb-checkbox-slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

.wpb-checkbox-slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s;
}


.wpb-plugin-settings input[type=text],
.wpb-plugin-settings input[type=number],
.wpb-plugin-settings input[type=password],
.wpb-plugin-settings textarea,
.wpb-plugin-settings select {
    display: block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wpb-plugin-settings input[type=text]:focus,
.wpb-plugin-settings input[type=number]:focus,
.wpb-plugin-settings input[type=password]:focus,
.wpb-plugin-settings textarea:focus,
.wpb-plugin-settings select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.wpb-plugin-settings textarea {
    height: auto;
}
.wpb-plugin-settings .wp-picker-container .wp-color-result.button,
.wpb-plugin-settings .wp-picker-input-wrap .button,
.wpb-plugin-settings .wp-picker-container input[type=text].wp-color-picker {
    height: 30px;
}
.wpb-plugin-settings .wp-picker-container .wp-color-result-text {
    height: 28px;
    line-height: 28px;
}
.wpb-plugin-settings .wp-picker-container input[type=text].wp-color-picker {
    width: 80px;
}
.form-table td fieldset.wpb-checkbox label {
    margin: 0!important;
    line-height: 24px;
}
#wpbody-content .metabox-holder.wpb-plugin-settings {
    padding: 0;
}
.wpb-plugin-settings form > h2,
.wpb_gqb_pro_features h3 {
    font-size: 25px;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 30px;
}
.wpb-plugin-settings .form-table th label {
    font-size: 15px;
}
.wpb-plugin-settings .group,
.wpb-add-quore-button-inner,
.wrap.wpb-plugin-settings,
.wpb_gqb_pro_features {
    background: #fff;
    padding: 30px;
}
.wrap.wpb-plugin-settings {
    margin-top: 20px;
}
.wpb-plugin-settings-wrap h2.nav-tab-wrapper {
    border: 0;
    clear: both;
}
.wpb-plugin-settings-wrap .nav-tab {
    display: flex;
    gap: 10px;
    background: #273c75;
    border-color: #192a56;
    color: #fff;
    position: relative;
    padding: 10px 15px;
    font-size: 15px;
    border-bottom: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.wpb-plugin-settings-wrap .nav-tab.nav-tab-active {
    background: #f2295b;
    border-color: #c71843;
}
.wpb-plugin-settings-wrap .nav-tab:focus {
    outline: 0;
    box-shadow: none;
}
.wpb-plugin-settings-wrap .nav-tab:first-child {
    margin-left: 0;
}
.wpb-plugin-settings-wrap .form-table th {
    padding: 40px 10px 40px 0 
}
.wpb-plugin-settings-wrap .form-table td {
    padding: 35px 10px
}
.wpb-numberunit-field {
    display: flex;
}
.wpb-numberunit-field .regular-text {
    margin-right: 15px;
    max-width: 100px;
}
#weforms-review-notice.weforms-review-notice {
    display: none!important;
}
.column-shortcode .shortcode input[type="text"] {
    border-color: #c3c4c7;
    background: transparent;
}
.column-shortcode .shortcode input[type="text"]:focus {
    border-color: #2271b1;
}
.wpb-plugin-settings .inside {
    margin-top: 30px;
    margin-bottom: 30px;
}
.wpb-plugin-settings .wp-ui-highlight {
    color: #fff;
    background-color: #1e8cbe;
    display: block;
    margin-top: 5px;
}
.wpb-plugin-settings .wp-ui-highlight input[type=text] {
    color: #fff;
    border-width: 0;
    background: transparent;
}
.wpb-plugin-settings .wp-ui-highlight input[type=text]:focus {
    outline: 0;
    box-shadow: none;
}
.wpb-plugin-settings .form-inline {
    display: flex;
}
.wpb-plugin-settings .form-inline .small-text {
    width: 68px;
    margin-left: 10px;
}
.rtl .wpb-plugin-settings .form-inline .small-text {
    margin-left: 0;
    margin-right: 10px;
}

/* Select2 Issues  */
.quote-button_page_wpb-quote-buttons-shortcodes .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999!important;
}
.quote-button_page_wpb-quote-buttons-shortcodes .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4!important;
    border: 1px solid #aaa!important;
    color: inherit!important;
}

/* Spacing */
.wpb-spacing-field {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}
.wpb-spacing-field-group {
    display: flex;
    flex-direction: column;
}
.wpb-spacing-field-group label {
    margin-bottom: 5px;
    display: inline-flex;
    font-weight: 500;
    font-size: 13px;
}
.wpb-spacing-field-group input[type=number] {
    width: 100px;
}

/*Pro field and section*/

.wpb-plugin-settings-wrap .nav-tab .wpb-pro-label,
span.wpb-gqb-pro-field-label {
    min-width: 25px;
    height: 25px;
    border-radius: 30px;
    background-color: #f2295b;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wpb-plugin-settings-wrap .nav-tab.nav-tab-active .wpb-pro-label {
    background: #fff;
    color: #273c75;
}
.wpb-gqb-pro-field {
    cursor: no-drop;
}
.wpb-gqb-pro-field th, .wpb-gqb-pro-field td {
    position: relative;
}
.wpb-gqb-pro-field th label {
    display: flex;
    gap: 10px;
}
.wpb-gqb-pro-field th::before,
.wpb-gqb-pro-field td::before {
    content: '';
    background: #fff;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .3s linear;
    z-index: 9;
}
.wpb-gqb-pro-field:hover th::before,
.wpb-gqb-pro-field:hover td::before {
    opacity: 0.8;
}
span.wpb-gqb-pro-field-label {
    z-index: 99;
}

/*Pro features list*/
.wpb_gqb_pro_features.wrap {
    margin-top: 40px;
}
.wpb_gqb_pro_features li {
    list-style: disc;
    margin-left: 14px;
    margin-bottom: 15px;
    font-size: 16px;
}
a.button.button-primary.button-pro {
    display: inline-flex;
    align-items: center;
    background: #0652DD;
    border-color: #1B1464;
    margin-top: 20px;
}
a.button.button-primary.button-pro:hover, a.button.button-primary.button-pro:focus {
    background: #1B1464;
}

/*
    Discount notice
*/
.wp-admin .wpb-gqb-bf-discount-notice {
    color: #5e5e5e;
    background: #42275a;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #734b6d, #42275a);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #734b6d, #42275a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 12px;
    box-shadow: 5px 5px 20px rgba(203, 205, 211, 0.1);
    border: 0;
    padding: 15px;
}
.wpb-gqb-bf-discount-notice h3 {
    font-size: 19px;
}
.wpb-gqb-bf-discount-notice p {
    font-size: 15px;
}
.wpb-gqb-bf-discount-notice h3, .wpb-gqb-bf-discount-notice p, .wpb-gqb-bf-discount-notice a {
    color: #fff;
}
.wpb-gqb-bf-discount-notice .notice-dismiss {
    text-decoration: none;
}
.wpb-gqb-bf-discount-notice .notice-dismiss::before {
    color: #fff;
    box-shadow: 5px 5px 20px rgba(203, 205, 211, 0.1);
}