.wdgk_inner .wdgk-switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 22px;
}

.wdgk_inner label.wdgk-switch {
    cursor: pointer;
}

.wdgk_inner input:checked+.wdgk-slider {
    background-color: #2196f3;
}

.wdgk_inner .wdgk-slider.wdgk-round {
    border-radius: 34px;
}

.wdgk_inner .wdgk-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.wdgk_inner .wdgk-slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 0;
    bottom: 0;
    background-color: #f9f5f5;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input.wdgk-cart,
input.wdgk-checkout,
input.wdgk-campaign,
input.wdgk-note {
    display: none;
}

input.wdgk-cart:checked+.wdgk-slider:before,
input.wdgk-checkout:checked+.wdgk-slider:before,
input.wdgk-campaign:checked+.wdgk-slider:before,
input.wdgk-note:checked+.wdgk-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(36px);
}

.notice.notice-success.wdgk-success-msg {
    border-left: 3px solid green;
}

.notice.notice-error.wdgk-error-msg {
    border-left: 3px solid red;
}

span.dashicons.dashicons-yes-alt.wdgk_right_icon {
    color: #00a0d2;
}

.wdgk-hidden {
    display: none;
}

.wdgk_inner span.wdgk_note {
    display: block;
    font-weight: 376;
    padding-top: 5px;
    font-size: 13px;
    font-style: italic;
}

.wdgk_pro_details {
    background: #fff;
    padding: 30px;
    max-width: 500px;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: -10px 10px 30px rgb(0 0 0 / 10%);
}

.wdgk_pro_details h2 {
    margin-top: 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}

.wdgk_pro_details ul li {
    position: relative;
    margin-bottom: 18px;
    font-size: 16px;
}

.wdgk_pro_details ul li:before {
    content: "🗸";
    margin-right: 8px;
}

.wdgk_pro_details .wdgk_premium_btn {
    font-size: 16px;
    padding: 0 22px;
    background: #00cb95;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    text-transform: capitalize;
    height: 46px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: 0.5s;
}

.wdgk_pro_details .wdgk_premium_btn:hover {
    background: #333333;
}

.nav-tab svg {
    position: relative;
    top: 3px;
    margin-left: 1px;
}

.wdgk_wrap .nav-tab {
    margin-left: 0;
    margin-right: 8px;
    background: #fff;
    padding: 10px 30px;
    font-size: 16px;
    color: #000;
}

.wdgk_wrap a.nav-tab.nav-tab-active {
    background: #dd6268;
    color: #fff;
}

.wdgk_donation_setting.wdgk_pro_details {
    max-width: 100%;
    border-radius: 0;
}

.wdgk_wrap {
    padding-right: 30px;
}

.wdgk_wrap input,
.wdgk_wrap select {
    /* width: 350px; */
    height: 40px;
    border: 1px solid #707070;
    padding-left: 12px;
}

.wdgk_wrap input,
textarea.wdgk_input {
    width: 300px;
}

input#wdgk_submit {
    width: 125px;
    font-weight: 700;
}

.wdgk_inner table.form-table {
    margin: 20px 0 !important;
}

.wdgk_wrap select {
    min-width: 300px;
}

.wp-picker-container input {
    width: auto;
    height: 30px;
}

.wdgk-select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    line-height: 3;
}

.wdgk-select-box .select2-container--default .select2-selection--single {
    height: 42px;
}

.wdgk-select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.woocommerce_page_wdgk-donation-page .notice.notice-info {
    margin: 10px 0 2px;
}

/* Shortcode tab CSS */
.wdgk-shortcode-tab .wdgk_text_box h2 {
    line-height: 38px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 12px;
}

.wdgk-shortcode-tab .wdgk_text_box p {
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 0;
}

.wdgk-shortcode-tab .wdgk_text_box hr {
    border-top: 1px solid #c3c4c7;
}

.wdgk-shortcode-tab .wdgk_text_box b {
    padding: 10px 15px;
    background: #e8e8e8;
    font-size: 15px;
    margin: 15px 0 10px;
    display: inline-block;
    color: #2271b1;
}

.wdgk-shortcode-tab .wdgk-shortcode-wp {
    margin-top: 15px;
}

.wdgk-shortcode-wp .wdgk_shortcode_copy {
    position: relative;
    cursor: pointer;
}

.wdgk_shortcode_copy:after {
    transition: all 0.18s ease-out 0.18s;
    font-family: sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-shadow: none !important;
    font-size: 0.8rem !important;
    background: rgba(33, 37, 41);
    border-radius: 4px;
    color: #fff;
    content: attr(data-balloon);
    padding: 0.5em 1em;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
    white-space: nowrap;
    z-index: 10;
}

.wdgk_shortcode_copy:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);
    height: 10px;
    width: 10px;
    background: rgba(33, 37, 41);
    transition: all 0.18s ease-out 0.18s;
    opacity: 0;
}

.wdgk_shortcode_copy:hover:after {
    opacity: 1;
    top: 39px;
}

.wdgk_shortcode_copy:hover:before {
    opacity: 1;
    top: 35px;
}