.wpnotif-center_align {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.wpnotif_load_overlay {
    position: fixed;
}

.wpnotif_spinner {
    width: 64px;
    height: 64px;
    position: relative;
    margin: 100px auto;
}

.wpnotif_load_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(6, 6, 6, 0.8);
    text-align: center;
}

.wpnotif_load_overlay::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.wpnotif_load_content {
    display: inline-block;
    vertical-align: middle;
}


.wpnotif_double-bounce1, .wpnotif_double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: wp-load-bounce 2.0s infinite ease-in-out;
    animation: wp-load-bounce 2.0s infinite ease-in-out;
}

.wpnotif_double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes wp-load-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes wp-load-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.wpnotif_admin_conf a, .wpnotif_admin_conf a:focus, .wpnotif_admin_conf a:active {
    text-decoration: none;
    outline: 0 !important;
    box-shadow: none;
    cursor: pointer;
}

.wpnotif_sb_required {
    color: #C40000;
}

.wpnotif_admin_conf a img {
    cursor: pointer !important;
}

.wpnotif_admin_conf h2 {
    margin: 0;
}

.wpnotif-hide-elem {
    display: none;
}

.wpnotif_prchcde {
    display: none;
}

.wpnotif_admin_conf input[type='checkbox'] {
    width: auto !important;
    line-height: 30px !important;
    padding: 0 !important;
    height: 16px !important;
}

.wpnotif_admin_conf .form-table .wpnotif_prchcde .wpnotif_btn_unregister {
    position: absolute !important;
    height: 26px !important;
    line-height: 26px !important;
    right: 64px !important;
    width: 110px !important;
    max-width: 110px !important;
    min-width: 110px !important;
    padding: 0 !important;
    top: 6px !important;
    text-transform: uppercase;
}

.wpnotif_gs_log_men {
    list-style: none;
    display: inline-block;
    float: right;
    text-transform: uppercase;
}

.wpnotif_gs_log_men li {
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
}


html[dir="rtl"] .wpnotif_gs_log_men li {
    margin-left: 20px;
    padding-left: 20px;
    margin-right: 0;
    padding-right: 0;
}

html[dir="rtl"] .wpnotif_gs_log_men li:last-child {
    margin-left: 0;
    padding-left: 0;
}

.wpnotif_gs_log_men li a {
    cursor: pointer;
    font-size: 15px;
    color: #1F3448;
}

.wpnotif_gs_log_men li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.wpnotif_side_bar, #wpnotif_cus_field_footer {
    width: 460px;
    background-color: #fff;
}

#wpnotif_setting_update .form-table th {
    min-width: 324px;
    position: relative;
}

#wpnotif_setting_update .wpnotif_image_checkbox th label {
    position: unset;
    top: unset;
}

.wpnotif_red_notice {
    border: 1px solid #C40000;
    background-color: rgba(196, 0, 0, 0.05);
}

.wpnotif_red_notice, .wpnotif_red_notice a {
    color: #C40000;
}

.wpnotif_info_notice {
    border: 1px solid #0099FF;
    background-color: rgba(0, 153, 255, 0.05);
}

.wpnotif_info_notice, .wpnotif_info_notice a {
    color: #0099FF;
}

.wpnotif_notice a {
    text-transform: none;
    font-style: italic;
    font-weight: normal;
}

.wpnotif_info_notice button {
    color: #0099FF;
}

.wpnotif_notice button {
    right: 10px;
    cursor: pointer;
    top: 0;
    position: absolute;
    background: no-repeat;
    border: none;
    box-shadow: none;
    font-size: 18px;
    line-height: 47px;
}

.wpnotif_notice {
    position: relative;
    cursor: default;
    border-radius: 2px;
    padding: 16px;
    margin: 20px 20px 2px 0px;
}

.wpnotif_admin_conf *, .wpnotif_admin_conf label {
    cursor: default;
}

.wpnotif_admin_conf .wpnotif-nav-tab {
    font-size: 17px;
    display: inline-block;
    padding: 0 8px;
    line-height: 60px;
    color: #1F3448;
    height: 100%;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.wpnotif_gs_log_men .wpnotif-nav-tab-active {
    color: #21EEAB;
}

.wpnotif-tab-ul {
    clear: both;
    margin: 0;
    position: relative;
}

#wpnotif-tab-magic-line {
    position: absolute;
    bottom: -2px;
    left: 0;
    padding: 0;
    height: 3px;
    width: 100px;
    background: #21EEAB;
    top: 45px;
}

.wpnotif-tab-ul li {
    display: inline;
    padding: 0;
    margin: 0 8px;
}

.wpnotif_admin_conf {
    margin: 0;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}

.wpnotif_log_setge {
    position: relative;
}

.wpnotif_current_gateway {
    color: #00bd2a;
    margin-left: 24px;
    top: 4px;
    font-size: 14px;
    position: relative;
}

.wpnotif_admin_conf .form-table td {
    font-size: 16px;
    position: relative;
    width: 100%;
}

.wpnotif_admin_conf input, .wpnotif_admin_conf select, .wpnotif_admin_conf textarea {
    box-shadow: none !important;
}

.wpnotif_admin_conf .form-table th, .wpnotif_admin_conf .form-table td {
    padding: 0;
    min-height: 42px;
}

.wpnotif_gs_nmb_ovr_spn {
    position: relative;
}

.wpnotif_ecr_desc {
    position: relative;
    top: 4px;
}

.wpnotif_gs_nmb_ovr_spn span {
    font-size: 15px;
    color: #AAAAAA;
    top: 13px;
    position: absolute;
}

.wpnotif_admin_conf .form-table td {
    padding-bottom: 8px;
    padding-top: 8px;
}

.wpnotif_admin_conf .form-table .dignochkbxra td {
    padding-bottom: 0;
    display: inline-block;
}

.wpnotif_admin_conf .form-table .dignochkbxra td:first-of-type {
    padding-left: 0;
}

.wpnotif_admin_conf .form-table .digno-tr_dt {
    padding: 0;
}

.digno-tr_dt {
    line-height: 1.7;
}

.wpnotif_admin_conf .select2-container--default.select2-container--focus .select2-selection--multiple,
.wpnotif_admin_conf .select2-container--default .select2-selection--multiple {
    border: 1px solid rgba(57, 203, 155, 0.25) !important;
    background: #FFFFFF !important;
}

.wpnotif_admin_conf .selection .select2-search__field {
    border: none !important;
}

.wpnotif_admin_conf .select2-container {
    width: 100% !important;
}

.wpnotif_admin_conf .wpnotif_inp_wid28 {
    width: 100%;
    border-radius: 2px;
    padding: 10px;
}

.wpnotif_admin_conf textarea {
    min-height: 100px;
    font-size: 16px;
}

.wpnotif_admin_conf .wpnotif_admin_in_pt input, .wpnotif_admin_conf select, .wpnotif_admin_conf textarea {
    padding: 10px 16px;
    resize: vertical;
    box-shadow: none !important;
    border: 1px solid rgba(57, 203, 155, 0.25);
    border-radius: 4px;
}

.wpnotif_admin_conf select {
    padding-top: 0;
    padding-bottom: 0;
}

.wpnotif_admin_conf table input, .wpnotif_admin_conf table select, .wpnotif_admin_conf table textarea {
    width: 100%;
}

.wpnotif-select-dropdown {
    border: 1px solid rgba(57, 203, 155, 0.25);
}

.wpnotif_admin_conf .wpnotif_cs_re input, .wpnotif_admin_conf .wpnotif_inp_wid3, .wpnotif_admin_conf input, .wpnotif_admin_conf select {
    background: #FFFFFF !important;
    height: 42px !important;
    line-height: 42px !important;
    font-size: 16px !important;
    color: #1B2A3C !important;
    border-radius: 4px !important;
}

.wpnotif_admin_seco {
    margin-top: 40px;
}

.wpnotif_admin_conf .select2-container--default .select2-search--inline .select2-search__field {
    height: 40px !important;
    line-height: 40px !important;
    margin-top: 0;
}

.wpnotif_admin_conf .select2-container--default .select2-selection--multiple .select2-selection__choice,
.wpnotif_admin_conf .select2-container--default .select2-selection--multiple {
    border-radius: 4px;
}

.wpnotif_admin_conf .select2-container--default.select2-container--focus .select2-selection--multiple,
.wpnotif_admin_conf .select2-container--default .select2-selection--multiple {
    border: 1px solid #e9e9e9;
}

.select2-container--default .select2-selection--multiple {
    background: #f6f6f6;
}

.wpnotif_admin_conf .wpnotif_admin_rs {
    position: fixed !important;
    bottom: 100px;
}

@media all and (max-height: 600px) {
    /*
    .wpnotif_admin_conf .wpnotif_admin_side{
        position: absolute;}

         */
    .wpnotif_admin_flt_btn {
        position: relative !important;
        top: 0;
        left: 0;
    }
}

input.wpnotif_url_img[type="text"], .wpnotif_admin_conf .wp-picker-container input.wp-color-picker[type="text"], .wpnotif_admin_conf .form-table .button, .wpnotif_admin_conf .wp-core-ui .button-secondary {
    box-shadow: none;
    height: 42px;
    width: 49% !important;
}

.wpnotif_admin_conf .wp-picker-container input.wp-color-picker[type="text"], .wpnotif_admin_conf .form-table .button, .wpnotif_admin_conf .wp-core-ui .button-secondary {
    text-align: center;
}

.wpnotif_admin_conf .form-table .button, .wpnotif_admin_conf .form-table .button:hover {
    position: relative;
    top: 1px;
    border: 1px solid #21EEAB;
    border-radius: 2px;
    background: rgba(33, 238, 171, 0.1);
    font-size: 16px;
    color: #1F3448;
}

.wpnotif_admin_conf .wp-core-ui .button {
    padding: 0 !important;
}

.wpnotif_admin_conf .wp-core-ui .button.button-small {
    height: 42px !important;
    font-size: 14px;
    padding: 0 17px 1px !important;
}

.wpnotif_admin_conf .wp-color-result::after {
    line-height: 42px;
    font-size: 14px;
}

.wpnotif_admin_conf .wp-color-result {
    height: 42px;
}

.wpnotif_admin_conf .form-table {
    margin-top: 0;
    display: block;
    height: auto;
    width: auto;
}

.wpnotif_admin_conf .form-table td .wp-picker-clear, .wpnotif_admin_conf .form-table td .wp-color-picker[type="text"] {
    width: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    height: 24px;
    line-height: 1.5;
}

.wpnotif_admin_conf img[src=""] {
    display: none;
}

.wpnotif_admin_conf dd, .wpnotif_admin_conf li {
    margin-bottom: 0 !important;
}

.wpnotif_admin_conf .wp-color-result {
    padding-left: 29%;
    width: 20%;
    min-width: 98px;
}

.wpnotif_admin_conf .wp-picker-container {
    width: 100%;
}

.wpnotif_admin_conf .wpnotif_admin_submit[type="submit"]:disabled {
    background: #f2f2f2;
    color: #1F3448;
    cursor: default;
}

.wpnotif_admin_btn {
    margin-top: 16px;
    height: 34px;
    cursor: pointer;
    line-height: 34px;
    border-radius: 2px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    z-index: 999;
}

.wpnotif_admin_btn_blue {
    background: #44C7FF;
}

.wpnotif_admin_flt_btn {
    position: fixed;
    color: #555;
    font-size: 16px;
    bottom: 14px;
    right: 27px;
    padding: 0 28px;
    z-index: 999;
}

.wpnotif_admin_btn_gr {
    background: #e0e0e0;
}

.wpnotif_admin_btn_yellow {
    background: #f1bf00;
}

.wpnotif_admin_submit, .wpnotif_admin_submit:hover, .wpnotif_admin_submit:active {
    outline: none;
    border: none;
    box-shadow: 0 3px 6px 0 rgba(31, 53, 72, 0.2);
}

.wpnotif_admin_conf .wpnotif_admin_submit[type="submit"] {
    border-radius: 4px;
    width: 140px;
    bottom: 24px;
    font-size: 16px;
}

.wpnotif_admin_submit_floating {
    position: fixed;
    left: calc(100% - 498px);
}

.wpnotif_admin_conf .wpnotif-custom-field-table th {
    padding: 0 10px 0 0;
}

.wpnotif_domain_type .button {
    max-width: 170px;
    margin-left: 14px;
}

.wpnotif_sme_lft_algn {
    text-align: left !important;
    margin-left: 0 !important;
}

.wpnotif_request_server_addition {
    margin-left: 0 !important;
    margin-top: 14px !important;
}

.wpnotif_domain_type .button:nth-child(1) {
    margin-left: 0;
}

#wpnotif_custom_field_table tr:hover .wpnotif_icon_customfield {
    visibility: visible;
    opacity: 1;
}

.wpnotif_call_test_api {
    text-transform: uppercase;
    margin-top: 36px;
}

.wpnotif_call_test_response {
    background: #ffffff;
    border: 1px solid #EAEAEA;
    padding: 16px 28px;
    display: none;
}

.wpnotif_test_mob_ho input, .wpnotif_test_mob_ho .digcon {
    max-width: 340px;
    width: 100%;
    position: relative;
}

.wpnotif_call_test_api_btn, a#sms_phone_app_download, a#whatsapp_download {
    border-radius: 2px;
    background: rgba(33, 238, 171, 0.1);
    border: 1px solid #21EEAB;
    color: #1F3448;
    box-shadow: none;
    padding: 0 39px;
    height: 40px;
    line-height: 40px;
    margin-left: 14px;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
}

.wpnotif_test_mob_ho {
    margin-top: 24px;
}

.wpnotif_test_mob_ho div {
    display: inline-block;
}

.wpnotif_call_test_response_head {
    color: #1F3448;
    font-weight: bold;
}

.wpnotif_call_test_response_msg {
    margin-top: 4px;
    color: #3D6D6D;
    word-break: break-all;
}

.wpnotif_call_test_api div {
    color: #1F3448;
}

.wpnotif_call_test_api, .wpnotif_call_test_response {
    font-size: 17px;
    margin-top: 36px;
}

.icon-gear, .icon-gear\:regular {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2321eeab' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-settings'%3E%3Ccircle cx='12' cy='12' r='3'%3E%3C/circle%3E%3Cpath d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat
}

.icon-gear-dims {
    width: 20px;
    height: 20px;
    background-size: contain;
    margin-right: 12px;
}

.wpnotif_delete_opt_custf, .icon-shape, .icon-shape\:regular {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 20 22'%3E%3Cdefs%3E%3Cstyle%3E.a{fill:none;stroke:%23ce1212;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;}%3C/style%3E%3C/defs%3E%3Cg transform='translate(-2 -1)'%3E%3Cpath class='a' d='M3,6H21'/%3E%3Cpath class='a' d='M19,6V20a2,2,0,0,1-2,2H7a2,2,0,0,1-2-2V6M8,6V4a2,2,0,0,1,2-2h4a2,2,0,0,1,2,2V6'/%3E%3Cline class='a' y2='6' transform='translate(10 11)'/%3E%3Cline class='a' y2='6' transform='translate(14 11)'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat
}

.wpnotif_delete_opt_custf, .icon-shape-dims {
    width: 18px;
    height: 20px;
    margin-right: 20px;

}

.icon-drag, #wpnotif_field_val_list li:hover::after {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2018%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cpath%20d%3D%22M16%208.069H8.922v-4.22l.85.964%201.379-1.238L8%200%204.848%203.576l1.38%201.237.848-.963v4.219H0v1.862h7.077v4.219l-.849-.963-1.38%201.237L8%2018l3.151-3.576-1.38-1.237-.849.963V9.931H16z%22%20fill%3D%22%237a889a%22%20opacity%3D%22.5%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-drag-dims {
    height: 18px;
    width: 16px;
}

#wpnotif_field_val_list li {
    cursor: grab;
}

#wpnotif_field_val_list li:hover::after {
    content: "";
    width: 16px;
    height: 18px;
    right: 18px;
    top: 11px;
    display: inline-block;
    position: absolute;
}

#wpnotif_field_val_list li:hover .wpnotif_delete_opt_custf {
    display: inline-block;
}

.wpnotif_delete_opt_custf {
    position: absolute;
    display: none;
    background-size: contain;
    right: 36px;
    top: 11px;
    cursor: pointer;
}

.wpnotif_icon_customfield div {
    display: inline-block;
    cursor: pointer;
}

#wpnotif_cus_field_footer {
    position: fixed;
    bottom: 0;
    padding-right: 18px;
    right: 20px;
    z-index: 10;
}

#wpnotif_cus_field_footer div {
    display: inline-block;
    position: relative;
    float: right;
}

.wpnotif_cus_field_done {
    width: 100px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: absolute;
}

.wpnotif_admin_cancel {
    height: 36px;
    margin: 8px 18px 10px 0;
    color: #00b5ec;
    font-size: 18px;
    cursor: pointer;
    font-weight: 500;
}

.wpnotif_admin_conf .wpnotif_admin_submit[type="submit"], .wpnotif_admin_blue {
    background: #1F3448;
    border-radius: 4px;
    color: #fff;
    z-index: 1000;
    height: 36px;
    line-height: 36px;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s;
    transition-timing-function: ease-in-out;
}

.wpnotif_inp_wid3 {
    width: 100%;
}

#wpnotif_setting_update .customizetab .wpnotif_img_chn_btn {
    margin-left: 16px;
}

#wpnotif_setting_update .customizetab button, #wpnotif_setting_update .customizetab input {
    max-width: 180px;
}

.wpnotif-form-type .wpnotif-type-dims {
    width: 180px;
    height: 112px;
    display: inline-block;
    background-size: cover;
    margin-right: 16px;
}

.wpnotif-form-type .wpnotif-modal-type1 {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxODAuMTc1IDExMi4zNDkiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiNmMWYxZjE7fS5iLC5jLC5me2ZpbGw6bm9uZTtzdHJva2U6IzAwYWVmZjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LmJ7c3Ryb2tlLXdpZHRoOjAuMzQ5cHg7fS5je3N0cm9rZS13aWR0aDowLjMzOHB4O30uZCwuZXtmaWxsOiMwMGFlZmY7Zm9udC1mYW1pbHk6TXlyaWFkUHJvLVNlbWlib2xkLCBNeXJpYWQgUHJvO2ZvbnQtd2VpZ2h0OjYwMDt9LmR7Zm9udC1zaXplOjJweDt9LmV7Zm9udC1zaXplOjNweDt9LmZ7c3Ryb2tlLXdpZHRoOjAuNjc3cHg7fTwvc3R5bGU+PC9kZWZzPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTAuMDI1KSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy45IDY1LjYxNykiPjxyZWN0IGNsYXNzPSJhIiB3aWR0aD0iNzguNSIgaGVpZ2h0PSIzMi41NTgiLz48cmVjdCBjbGFzcz0iYSIgd2lkdGg9Ijc4LjUiIGhlaWdodD0iNi45MTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMzkuNjcxKSIvPjxyZWN0IGNsYXNzPSJhIiB3aWR0aD0iNzguNSIgaGVpZ2h0PSI2LjkxMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODUuNyAzOS42NzEpIi8+PHJlY3QgY2xhc3M9ImEiIHdpZHRoPSI3OC41IiBoZWlnaHQ9IjMyLjU1OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODUuNykiLz48L2c+PHJlY3QgY2xhc3M9ImEiIHdpZHRoPSIxODAiIGhlaWdodD0iNTkuNjA2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuMikiLz48cmVjdCBjbGFzcz0iYiIgd2lkdGg9IjE3OS43IiBoZWlnaHQ9IjExMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4zIDAuMikiLz48cGF0aCBjbGFzcz0iYyIgZD0iTTExNS43LDk0LjkzOUg2NC4zYTEuMTExLDEuMTExLDAsMCwxLTEuMS0xLjFWMTguM2ExLjExMSwxLjExMSwwLDAsMSwxLjEtMS4xaDUxLjVhMS4xMTEsMS4xMTEsMCwwLDEsMS4xLDEuMVY5My45MzdBMS4yODcsMS4yODcsMCwwLDEsMTE1LjcsOTQuOTM5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwLjAzKSIvPjxsaW5lIGNsYXNzPSJjIiB4Mj0iMjIuNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzguNSA2Mi4yMTEpIi8+PGxpbmUgY2xhc3M9ImMiIHgyPSIyNS44IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2Ny42IDgwLjA0MykiLz48cGF0aCBjbGFzcz0iYyIgZD0iTTExMS44LDU5LjMxSDY3LjlhLjY4NC42ODQsMCwwLDEtLjctLjdWNTQuM2EuNjg0LjY4NCwwLDAsMSwuNy0uN2g0My45YS42ODQuNjg0LDAsMCwxLC43Ljd2NC4zMDhBLjg0My44NDMsMCwwLDEsMTExLjgsNTkuMzFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuMDk2KSIvPjxwYXRoIGNsYXNzPSJjIiBkPSJNMTExLjgsNzMuMDFINjcuOWEuNjg0LjY4NCwwLDAsMS0uNy0uN1Y2OGEuNjg0LjY4NCwwLDAsMSwuNy0uN2g0My45YS42ODQuNjg0LDAsMCwxLC43Ljd2NC4zMDhBLjg0My44NDMsMCwwLDEsMTExLjgsNzMuMDFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuMTIpIi8+PHBhdGggY2xhc3M9ImMiIGQ9Ik0xMTEuOSw4OS4wMUg2OC4xYS42ODQuNjg0LDAsMCwxLS43LS43Vjg0YS42ODQuNjg0LDAsMCwxLC43LS43SDExMmEuNjg0LjY4NCwwLDAsMSwuNy43djQuMzA4QS44NDkuODQ5LDAsMCwxLDExMS45LDg5LjAxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwLjE0OSkiLz48dGV4dCBjbGFzcz0iZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODUuMDExIDI0LjIzNykiPjx0c3BhbiB4PSIwIiB5PSIwIj5MT0cgSU48L3RzcGFuPjwvdGV4dD48dGV4dCBjbGFzcz0iZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODUuMDExIDU3LjY1OCkiPjx0c3BhbiB4PSIwIiB5PSIwIj5MT0cgSU48L3RzcGFuPjwvdGV4dD48dGV4dCBjbGFzcz0iZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzguNDY1IDcxLjQwMikiPjx0c3BhbiB4PSIwIiB5PSIwIj5MT0dJTiBXSVRIIE9UUDwvdHNwYW4+PC90ZXh0Pjx0ZXh0IGNsYXNzPSJlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4NC40NTUgODcuNDMxKSI+PHRzcGFuIHg9IjAiIHk9IjAiPlNJR04gVVA8L3RzcGFuPjwvdGV4dD48bGluZSBjbGFzcz0iZiIgeDI9IjQ1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2Ny42IDMzLjg2KSIvPjxsaW5lIGNsYXNzPSJmIiB4Mj0iNDUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDY3LjYgNDQuMjc5KSIvPjwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
}

.wpnotif-form-type .wpnotif-modal-type2 {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxODAuMTc1IDExMi4zNDkiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiNmMWYxZjE7fS5iLC5jLC5kLC5nLC5oLC5pe2ZpbGw6bm9uZTtzdHJva2U6IzAwYWVmZjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LmJ7c3Ryb2tlLXdpZHRoOjAuMzQ5cHg7fS5je3N0cm9rZS13aWR0aDowLjQ5OHB4O30uZHtzdHJva2Utd2lkdGg6MC4zMzhweDt9LmUsLmZ7ZmlsbDojMDBhZWZmO2ZvbnQtZmFtaWx5Ok15cmlhZFByby1TZW1pYm9sZCwgTXlyaWFkIFBybztmb250LXdlaWdodDo2MDA7fS5le2ZvbnQtc2l6ZToycHg7fS5me2ZvbnQtc2l6ZTozcHg7fS5ne3N0cm9rZS13aWR0aDowLjY3N3B4O30uaHtzdHJva2Utd2lkdGg6MC40ODlweDt9Lml7c3Ryb2tlLXdpZHRoOjAuNTY0cHg7fTwvc3R5bGU+PC9kZWZzPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTAuMDI1KSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy45IDY1LjYxNykiPjxyZWN0IGNsYXNzPSJhIiB3aWR0aD0iNzguNSIgaGVpZ2h0PSIzMi41NTgiLz48cmVjdCBjbGFzcz0iYSIgd2lkdGg9Ijc4LjUiIGhlaWdodD0iNi45MTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMzkuNjcxKSIvPjxyZWN0IGNsYXNzPSJhIiB3aWR0aD0iNzguNSIgaGVpZ2h0PSI2LjkxMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODUuNyAzOS42NzEpIi8+PHJlY3QgY2xhc3M9ImEiIHdpZHRoPSI3OC41IiBoZWlnaHQ9IjMyLjU1OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODUuNykiLz48L2c+PHJlY3QgY2xhc3M9ImEiIHdpZHRoPSIxODAiIGhlaWdodD0iNTkuNjA2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuMikiLz48cmVjdCBjbGFzcz0iYiIgd2lkdGg9IjE3OS43IiBoZWlnaHQ9IjExMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4zIDAuMikiLz48cGF0aCBjbGFzcz0iYyIgZD0iTTE0NC40LDk0LjkzOUgzMS42YTEuNTgxLDEuNTgxLDAsMCwxLTEuNi0xLjZWMTguOGExLjU4MSwxLjU4MSwwLDAsMSwxLjYtMS42SDE0NC40YTEuNTgxLDEuNTgxLDAsMCwxLDEuNiwxLjZWOTMuNDM2QTEuNTYyLDEuNTYyLDAsMCwxLDE0NC40LDk0LjkzOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMC4wMykiLz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5NS4yIDIyLjIzNykiPjxsaW5lIGNsYXNzPSJkIiB4Mj0iMjIuNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEuMyAzOS45NzQpIi8+PGxpbmUgY2xhc3M9ImQiIHgyPSIyNS44IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjQgNTcuODA2KSIvPjxwYXRoIGNsYXNzPSJkIiBkPSJNMTM5LjgsNTkuMzFIOTUuOWEuNjg0LjY4NCwwLDAsMS0uNy0uN1Y1NC4zYS42ODQuNjg0LDAsMCwxLC43LS43aDQzLjlhLjY4NC42ODQsMCwwLDEsLjcuN3Y0LjMwOEEuODQzLjg0MywwLDAsMSwxMzkuOCw1OS4zMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05NS4yIC0yMi4xNDIpIi8+PHBhdGggY2xhc3M9ImQiIGQ9Ik0xMzkuOCw3My4wMUg5NS45YS42ODQuNjg0LDAsMCwxLS43LS43VjY4YS42ODQuNjg0LDAsMCwxLC43LS43aDQzLjlhLjY4NC42ODQsMCwwLDEsLjcuN3Y0LjMwOEEuODQzLjg0MywwLDAsMSwxMzkuOCw3My4wMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05NS4yIC0yMi4xMTcpIi8+PHBhdGggY2xhc3M9ImQiIGQ9Ik0xMzkuOSw4OS4wMUg5Ni4xYS42ODQuNjg0LDAsMCwxLS43LS43Vjg0YS42ODQuNjg0LDAsMCwxLC43LS43SDE0MGEuNjg0LjY4NCwwLDAsMSwuNy43djQuMzA4QS44NDkuODQ5LDAsMCwxLDEzOS45LDg5LjAxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTk1LjIgLTIyLjA4OCkiLz48dGV4dCBjbGFzcz0iZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTcuODExIDIpIj48dHNwYW4geD0iMCIgeT0iMCI+TE9HIElOPC90c3Bhbj48L3RleHQ+PHRleHQgY2xhc3M9ImYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE3LjgxMSAzNS40MjEpIj48dHNwYW4geD0iMCIgeT0iMCI+TE9HIElOPC90c3Bhbj48L3RleHQ+PHRleHQgY2xhc3M9ImYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDExLjI2NSA0OS4xNjUpIj48dHNwYW4geD0iMCIgeT0iMCI+TE9HSU4gV0lUSCBPVFA8L3RzcGFuPjwvdGV4dD48dGV4dCBjbGFzcz0iZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTcuMjU1IDY1LjE5NCkiPjx0c3BhbiB4PSIwIiB5PSIwIj5TSUdOIFVQPC90c3Bhbj48L3RleHQ+PGxpbmUgY2xhc3M9ImciIHgyPSI0NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC40IDExLjYyMykiLz48bGluZSBjbGFzcz0iZyIgeDI9IjQ1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjQgMjIuMDQyKSIvPjwvZz48bGluZSBjbGFzcz0iaCIgeTE9Ijc4LjE0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4OSAxNy4wMykiLz48cGF0aCBjbGFzcz0iYyIgZD0iTTMwLDczLjA0OCw0NSw1NS4wMTYsNTgsNjkuMDQxLDc0LDQ2LDg5LDY2LjczNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwLjA4MikiLz48ZWxsaXBzZSBjbGFzcz0iaSIgY3g9IjguNSIgY3k9IjguNTE1IiByeD0iOC41IiByeT0iOC41MTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ1IDI3LjA0OCkiLz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
}

.wpnotif-form-type .wpnotif-page-type1 {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxODAuMzQ5IDExMi4zNDkiPjxkZWZzPjxzdHlsZT4uYSwuYiwuZXtmaWxsOm5vbmU7c3Ryb2tlOiMwMGFlZmY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5he3N0cm9rZS13aWR0aDowLjM0OXB4O30uYntzdHJva2Utd2lkdGg6MC4zMzhweDt9LmMsLmR7ZmlsbDojMDBhZWZmO2ZvbnQtZmFtaWx5Ok15cmlhZFByby1TZW1pYm9sZCwgTXlyaWFkIFBybztmb250LXdlaWdodDo2MDA7fS5je2ZvbnQtc2l6ZToycHg7fS5ke2ZvbnQtc2l6ZTozcHg7fS5le3N0cm9rZS13aWR0aDowLjY3N3B4O308L3N0eWxlPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4xMjUgLTAuMDI1KSI+PHJlY3QgY2xhc3M9ImEiIHdpZHRoPSIxODAiIGhlaWdodD0iMTEyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjMgMC4yKSIvPjxwYXRoIGNsYXNzPSJiIiBkPSJNMTE1Ljc4OCw5NC45MzlINjQuM2ExLjExMiwxLjExMiwwLDAsMS0xLjEtMS4xVjE4LjNhMS4xMTIsMS4xMTIsMCwwLDEsMS4xLTEuMWg1MS41ODZhMS4xMTIsMS4xMTIsMCwwLDEsMS4xLDEuMVY5My45MzdBMS4yODgsMS4yODgsMCwwLDEsMTE1Ljc4OCw5NC45MzlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjEwNSAwLjAzKSIvPjxsaW5lIGNsYXNzPSJiIiB4Mj0iMjIuNzM4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3OC42MzEgNjIuMjExKSIvPjxsaW5lIGNsYXNzPSJiIiB4Mj0iMjUuODQzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2Ny43MTIgODAuMDQzKSIvPjxwYXRoIGNsYXNzPSJiIiBkPSJNMTExLjg3NCw1OS4zMUg2Ny45YS42ODUuNjg1LDAsMCwxLS43LS43VjU0LjNhLjY4NS42ODUsMCwwLDEsLjctLjdoNDMuOTczYS42ODUuNjg1LDAsMCwxLC43Ljd2NC4zMDhBLjg0NC44NDQsMCwwLDEsMTExLjg3NCw1OS4zMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMTEyIDAuMDk2KSIvPjxwYXRoIGNsYXNzPSJiIiBkPSJNMTExLjg3NCw3My4wMUg2Ny45YS42ODUuNjg1LDAsMCwxLS43LS43VjY4YS42ODUuNjg1LDAsMCwxLC43LS43aDQzLjk3M2EuNjg1LjY4NSwwLDAsMSwuNy43djQuMzA4QS44NDQuODQ0LDAsMCwxLDExMS44NzQsNzMuMDFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjExMiAwLjEyKSIvPjxwYXRoIGNsYXNzPSJiIiBkPSJNMTExLjk3NCw4OS4wMUg2OC4xYS42ODUuNjg1LDAsMCwxLS43LS43Vjg0YS42ODUuNjg1LDAsMCwxLC43LS43aDQzLjk3M2EuNjg1LjY4NSwwLDAsMSwuNy43djQuMzA4QS44NS44NSwwLDAsMSwxMTEuOTc0LDg5LjAxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4xMTIgMC4xNDkpIi8+PHRleHQgY2xhc3M9ImMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDg1LjE1MyAyNC4yMzcpIj48dHNwYW4geD0iMCIgeT0iMCI+TE9HIElOPC90c3Bhbj48L3RleHQ+PHRleHQgY2xhc3M9ImQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDg1LjE1MyA1Ny42NTgpIj48dHNwYW4geD0iMCIgeT0iMCI+TE9HIElOPC90c3Bhbj48L3RleHQ+PHRleHQgY2xhc3M9ImQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc4LjU5NSA3MS40MDIpIj48dHNwYW4geD0iMCIgeT0iMCI+TE9HSU4gV0lUSCBPVFA8L3RzcGFuPjwvdGV4dD48dGV4dCBjbGFzcz0iZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODQuNTk1IDg3LjQzMSkiPjx0c3BhbiB4PSIwIiB5PSIwIj5TSUdOIFVQPC90c3Bhbj48L3RleHQ+PGxpbmUgY2xhc3M9ImUiIHgyPSI0NS4wNzUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDY3LjcxMiAzMy44NikiLz48bGluZSBjbGFzcz0iZSIgeDI9IjQ1LjA3NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjcuNzEyIDQ0LjI3OSkiLz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
}

.wpnotif-form-type .wpnotif-page-type2 {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxODAuMDQ5IDExMi4zNDkiPjxkZWZzPjxzdHlsZT4uYSwuYiwuYywuZiwuZywuaHtmaWxsOm5vbmU7c3Ryb2tlOiMwMGFlZmY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5he3N0cm9rZS13aWR0aDowLjM0OXB4O30uYntzdHJva2Utd2lkdGg6MC40OThweDt9LmN7c3Ryb2tlLXdpZHRoOjAuMzM4cHg7fS5kLC5le2ZpbGw6IzAwYWVmZjtmb250LWZhbWlseTpNeXJpYWRQcm8tU2VtaWJvbGQsIE15cmlhZCBQcm87Zm9udC13ZWlnaHQ6NjAwO30uZHtmb250LXNpemU6MnB4O30uZXtmb250LXNpemU6M3B4O30uZntzdHJva2Utd2lkdGg6MC42NzdweDt9Lmd7c3Ryb2tlLXdpZHRoOjAuNDg5cHg7fS5oe3N0cm9rZS13aWR0aDowLjU2NHB4O308L3N0eWxlPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4xMjUgLTAuMDI1KSI+PHJlY3QgY2xhc3M9ImEiIHdpZHRoPSIxNzkuNyIgaGVpZ2h0PSIxMTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMyAwLjIpIi8+PHBhdGggY2xhc3M9ImIiIGQ9Ik0xNDQuNCw5NC45MzlIMzEuNmExLjU4MSwxLjU4MSwwLDAsMS0xLjYtMS42VjE4LjhhMS41ODEsMS41ODEsMCwwLDEsMS42LTEuNkgxNDQuNGExLjU4MSwxLjU4MSwwLDAsMSwxLjYsMS42VjkzLjQzNkExLjU2MiwxLjU2MiwwLDAsMSwxNDQuNCw5NC45MzlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuMDMpIi8+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOTUuMiAyMi4yMzcpIj48bGluZSBjbGFzcz0iYyIgeDI9IjIyLjciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDExLjMgMzkuOTc0KSIvPjxsaW5lIGNsYXNzPSJjIiB4Mj0iMjUuOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC40IDU3LjgwNikiLz48cGF0aCBjbGFzcz0iYyIgZD0iTTEzOS44LDU5LjMxSDk1LjlhLjY4NC42ODQsMCwwLDEtLjctLjdWNTQuM2EuNjg0LjY4NCwwLDAsMSwuNy0uN2g0My45YS42ODQuNjg0LDAsMCwxLC43Ljd2NC4zMDhBLjg0My44NDMsMCwwLDEsMTM5LjgsNTkuMzFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTUuMiAtMjIuMTQyKSIvPjxwYXRoIGNsYXNzPSJjIiBkPSJNMTM5LjgsNzMuMDFIOTUuOWEuNjg0LjY4NCwwLDAsMS0uNy0uN1Y2OGEuNjg0LjY4NCwwLDAsMSwuNy0uN2g0My45YS42ODQuNjg0LDAsMCwxLC43Ljd2NC4zMDhBLjg0My44NDMsMCwwLDEsMTM5LjgsNzMuMDFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTUuMiAtMjIuMTE3KSIvPjxwYXRoIGNsYXNzPSJjIiBkPSJNMTM5LjksODkuMDFIOTYuMWEuNjg0LjY4NCwwLDAsMS0uNy0uN1Y4NGEuNjg0LjY4NCwwLDAsMSwuNy0uN0gxNDBhLjY4NC42ODQsMCwwLDEsLjcuN3Y0LjMwOEEuODQ5Ljg0OSwwLDAsMSwxMzkuOSw4OS4wMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05NS4yIC0yMi4wODgpIi8+PHRleHQgY2xhc3M9ImQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE3LjgxMSAyKSI+PHRzcGFuIHg9IjAiIHk9IjAiPkxPRyBJTjwvdHNwYW4+PC90ZXh0Pjx0ZXh0IGNsYXNzPSJlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNy44MTEgMzUuNDIxKSI+PHRzcGFuIHg9IjAiIHk9IjAiPkxPRyBJTjwvdHNwYW4+PC90ZXh0Pjx0ZXh0IGNsYXNzPSJlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMS4yNjUgNDkuMTY1KSI+PHRzcGFuIHg9IjAiIHk9IjAiPkxPR0lOIFdJVEggT1RQPC90c3Bhbj48L3RleHQ+PHRleHQgY2xhc3M9ImUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE3LjI1NSA2NS4xOTQpIj48dHNwYW4geD0iMCIgeT0iMCI+U0lHTiBVUDwvdHNwYW4+PC90ZXh0PjxsaW5lIGNsYXNzPSJmIiB4Mj0iNDUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNCAxMS42MjMpIi8+PGxpbmUgY2xhc3M9ImYiIHgyPSI0NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC40IDIyLjA0MikiLz48L2c+PGxpbmUgY2xhc3M9ImciIHkxPSI3OC4xNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODkgMTcuMDMpIi8+PHBhdGggY2xhc3M9ImIiIGQ9Ik0zMCw3My4wNDgsNDUsNTUuMDE2LDU4LDY5LjA0MSw3NCw0Niw4OSw2Ni43MzciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMC4wODIpIi8+PGVsbGlwc2UgY2xhc3M9ImgiIGN4PSI4LjUiIGN5PSI4LjUxNSIgcng9IjguNSIgcnk9IjguNTE1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0NSAyNy4wNDgpIi8+PC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
}

.wpnotif_rtl .wpnotif_icon_customfield {
    float: left !important;
    direction: rtl !important;
}

.wpnotif_inp_wid28 {
    width: 280px;
}

.wpnotif_inp_wid31 {
    width: 310px;
}

.wpnotif_admin_conf .wpnotif_sts_logo img {
    height: 36px;
    width: 169px;
}

.wpnotif_log_setge {
    margin-top: 20px;
    position: relative;
    display: grid;
    grid-template-columns: 0.75fr 0.25fr;
}

.wpnotif_desc {
    color: rgba(57, 203, 155, .75);
    font-size: 14px;
    /*font-weight: 200;*/
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 4px;
}

.wpnotif_desc a {
    color: rgba(57, 203, 155, 1);
    cursor: pointer;
}

.wpnotif-tab-wrapper-fixed {
    position: fixed;
}

.wpnotif_admin_conf .wpnotif-tab-wrapper {
    background: #f7f8f9;
    min-height: 60px;
    z-index: 999;
    padding: 0 0 0 34px;
    box-sizing: border-box;
}

.wpnotif_admin_left_side {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 0px;
    background: #fff;
    min-height: 100vh;
    padding-bottom: 28px;
}

.wpnotif_admin_conf .wpnotif_sts_logo img {
    padding: 19px 0;
}

.wpnotif_admin_conf .wpnotif_sts_logo {
    padding: 0 28px;
}

.wpnotif_admin_conf .wpnotif_activation_form {
    margin: 0px 28px 28px;
    position: relative;
}

.wpnotif_admin_in_pt {
    padding-top: 16px;
    clear: both;
}

.wpnotif_admin_conf .wpnotif-tab-wrapper-fixed + .wpnotif_activation_form {
    padding-top: 60px;
}

.wpnotif_prc_nover, .wpnotif_prc_ver {
    display: none;
}


.wpnotif_cntr_algn_clr {
    text-align: center;
    color: rgba(31, 52, 72, .7) !important;
    padding-top: 24px;
}

.wpnotif_cntr_algn {
    text-align: center;
    color: #1F3448 !important;
    padding-top: 24px;
}

.wpnotif_desc_sep_pc {
    background: rgba(57, 203, 155, 0.25);
    height: 1px;
    margin: 20px 8px 0;
}

.wpnotif_shortcode_tbs img {
    width: 30px;
    position: absolute;
    top: 7px;
    float: right;
    cursor: pointer;
    right: 24px;
    transition: all 0.25s ease-in-out;
}

.wpnotif_shortcode_tbs {
    position: relative;
    direction: ltr;
}

.wpnotif_admin_conf label {
    color: rgba(31, 52, 72, .81);
    font-size: 16px;
    font-weight: normal;
    overflow-wrap: anywhere;
}

.wpnotif_admin_conf .wp-picker-container .wp-color-result.button .color-alpha {
    width: 100% !important;
    height: 100% !important;
}

.wpnotif_admin_content {
    color: #888;
    font-size: 16px;
    text-align: left;
    padding-top: 12px;
}

.wpnotif_admin_side span {
    color: #444444;
    font-size: 20px;
}

.wpnotif_admin_side {
    padding: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    height: auto;
}

@media all and (max-width: 1080px) {
    .wpnotif_admin_side {
        display: none !important;
    }

    .wpnotif_log_setge {
        grid-template-columns: 1fr;
    }
}

.wpnotif_ecr_desc {
    color: rgba(31, 52, 72, .7);
    font-weight: 200;
    margin: 0 24px;
    font-size: 14px;
}

.wpnotif_sel_erc_desc {
    top: 4px;
    position: relative;
}


.wpnotif_admin_head span {
    padding-right: 28px;
    line-height: 22px;
}

.wpnotif_admin_in_pt .wpnotif_admin_head:first-child {
    padding-top: 0px;
}

.wpnotif_admin_in_pt .country_specific .wpnotif_admin_head, .wpnotif_admin_in_pt .wpnotif_admin_head {
    padding-top: 30px;
}

.wpnotif_admin_head {
    overflow: hidden;
    text-align: left;
    color: #1F3448;
    font-style: italic;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 10px;
    cursor: default;
    direction: ltr;
}

.wpnotif_admin_head:after {
    background-color: rgba(57, 203, 155, 0.25);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.wpnotif_admin_conf .form-table th {
    vertical-align: middle;
}

.wpnotif_field_floating_text {
    position: relative;
}

.wpnotif_admin_conf .wpnotif_field_floating_text span {
    font-size: 15px;
    color: rgba(38, 38, 58, .4);
    top: 11px;
    position: absolute;
    left: 50px;
    pointer-events: none;
}

.wpnotif_admin_head span, #wpnotif_setting_update .form-table th {
    padding-left: 5px;
}

.wpnotif_cs_re input {
    width: 280px;
}

.wpnotif_selinp {
    display: inline-block !important;
}

#wpnotif_purchasecode {
    padding-right: 177px;
}

.digotlbr td {
    margin-bottom: 0;
    padding: 0 5px;
}

.digno-tr_dt {
    text-align: center;
}

.wpnotif-setup #image-preview {
    max-height: 100px;
    max-width: 350px;
}

#wpnotif-logo {
    border: 0;
    margin: 0 0 24px;
    padding: 0;
    text-align: center;
}

.wpnotif_admin_conf hr {
    border-top: 1px solid #eee;
}

#wpnotif-logo img {
    max-width: 50%;
    max-height: 50px;
}

.wpnotif-doc-con li h2 {
    border: none;
    margin: 0;
    font-size: 20px;
}

.transition, .wpnotif_conf_doc {
    transition: all 0.25s ease-in-out;
}

.wpnotif_admin_conf .flipIn,
.wpnotif_admin_conf h1,
.wpnotif_admin_conf ul li {
    animation: flipdown 0.5s ease both;
}

.wpnotif_admin_conf ul {
    list-style: none;
}

.wpnotif_admin_conf .wpnotif_gs_log_men li {
    position: relative;
    padding-bottom: 4px;
    padding-top: 18px;
}

.wpnotif_admin_conf ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 48px;
    z-index: 1;
    opacity: 0;
}


.wpnotif_load_content {
    display: inline-block;
    vertical-align: middle;
}

.wpnotif_load_overlay_gs {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background: rgba(6, 6, 6, 0.8);
    text-align: center;
}

.wpnotif_load_overlay_gs::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


.wpnotif_admin_conf .circle-loader {
    margin: 0 0 30px 10px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #FFFFFF;
    animation-name: loader-spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.wpnotif_admin_conf .circle-loader, .wpnotif_admin_conf .circle-loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
}

.wpnotif_admin_conf .load-complete {
    -webkit-animation: none;
    animation: none;
    border-color: #FFFFFF;
    transition: border 500ms ease-out;
}

.wpnotif_admin_conf .checkmark {
    display: none;
}

.wpnotif_admin_conf .checkmark.draw:after {
    animation-duration: 800ms;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg);
}

.wpnotif_admin_conf .checkmark:after {
    opacity: 1;
    height: 4em;
    width: 2em;
    transform-origin: left top;
    border-right: 4px solid #FFFFFF;
    border-top: 4px solid #FFFFFF;
    border-radius: 0 6px 0 0;
    content: '';
    left: 21px;
    top: 4.2em;
    position: absolute;
}

@keyframes loader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 2em;
        opacity: 1;
    }
    40% {
        height: 4em;
        width: 2em;
        opacity: 1;
    }
    100% {
        height: 4em;
        width: 2em;
        opacity: 1;
    }
}

@media all and (max-width: 822px) {
    .wpnotif-tab-ul li {
        display: block;
    }

    #wpnotif-tab-magic-line {
        display: none !important;
    }
}

@media all and (max-width: 560px) {
    .wpnotif_test_mob_ho input, .wpnotif_test_mob_ho .digcon {
        max-width: unset;
    }

    .wpnotif_call_test_api_btn {
        display: block;
        text-align: center;
        margin-top: 6px;
        margin-left: 0px;
    }
}

.wpnotif_admin_conf .wp-color-result-text {
    display: none;
}

.wpnotif_admin_conf {
    margin: 0 10px 0 0;
    padding-bottom: 30px;
}


@media only screen and (max-width: 822px) {
    .wpnotif_admin_conf .form-table th {
        min-height: auto;
    }

    .wpnotif_admin_conf .form-table td {
        padding-bottom: 20px;
        padding-top: 8px;
    }

    .wpnotif_admin_conf label {
        padding-left: 4px;
    }

    .wpnotif_gs_log_men {
        padding-bottom: 24px;
        border-bottom: 1px solid #b7b7b7;
    }

    .wpnotif_admin_conf .wpnotif-nav-tab {
        height: 40px;
        line-height: 40px;
    }

    .wpnotif_admin_conf .wpnotif-tab-wrapper {
        padding-left: 12px;
    }

    .wpnotif-tab-ul {
        padding-bottom: 12px;
    }

    .wpnotif_admin_conf .wpnotif-nav-tab-active {
        color: #00b5ec !important;
    }
}


.wpnotif_updating {
    -webkit-animation: update_rotation 2s infinite linear;
}

.wpnotif_call_test_api .countrycode {
    max-width: 85px;
    min-width: 85px;
    width: 85px !important;
    text-align: center;
    padding-right: 13px !important;
    padding-left: 10px !important;
    top: -1px;
}

@-webkit-keyframes update_rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-359deg);
    }
}

.wpnotif_gateway .option[data-value="1001"] {
    display: none;
}

.wpnotif_gateway_box {
    background-color: rgba(24, 138, 101, 0.02);
    border: 1px solid rgba(57, 203, 155, 0.25);
    padding: 22px 24px;
    margin-bottom: 18px;
    position: relative;
    border-radius: 2px;
}

.wpnotif_gateway_container, .wpnotif_default_gateway_details {
    display: none;
}

.wpnotif_gateway_configure_gateway {
    position: absolute;
    top: 22px;
    cursor: pointer;
    z-index: 2;
    right: 78px;

}

.wpnotif_gateway_settings .hideGatewayList .wpnotif-gs-trigger,
.wpnotif_gateway_settings .hideGatewayList .wpnotif_gateway_sel_sep {
    display: none;
}

.active .wpnotif_gateway_configure_gateway {
    right: 78px;
}

.wpnotif_gateway_box_close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 66px;
    z-index: 1;
}

.wpnotif_gateway_box .wpnotif_call_test_response {
    background: #fff;
}

.wpnotif_gateway_target_head {
    color: #1F3448;
    font-size: 17px;
    width: 250px;
}

.wpnotif_gateway_target_head {
    float: left;
}

.wpnotif_gateway_sep_line {
    border-bottom: 1px solid rgba(57, 203, 155, 0.25);
    margin: 22px 0;
}

.wpnotif_gateway_collapse_box .wpnotif_gateway_for_list .wpnotif_gate_for {
    font-style: italic;
}

.wpnotif_gateway_collapse_box .wpnotif_gateway_for_list {
    color: #5E5E5E;
    opacity: 0.62;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 60px;
}

.wpnotif_gateway_collapse_box {
    display: block;
}

.wpnotif_gate_allcountries .wpnotif_gateay_conf_delete {
    display: none;
}

.wpnotif_gateway_box .wpnotif_gateway_configuation_expand_box {
    clear: both;
}

.wpnotif_gateay_conf_delete {
    right: 103px;
}

.wpnotif_admin_conf .enable_disable_gateway {
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 9;
}

.active .wpnotif_gateay_conf_expand {
    display: none;
}

.wpnotif_gate_allcountries .gateway_countries {
    display: none;
}

.active .wpnotif_gateway_for_list, .wpnotif_gate_allcountries .wpnotif_gateway_for_list {
    visibility: hidden;
}

.wpnotif_admin_left_side .add_gateway_group_button {
    color: rgba(31, 52, 70, 0.70);
    border: 1px dashed rgba(31, 52, 70, 0.70);
    height: 66px;
    line-height: 66px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer !important;
    margin-top: 18px;
    margin-right: 2px;
}

.gateway_countries .select2-container--default .select2-search--inline .select2-search__field {
    border: none !important;
}


.wpnotif_admin_conf .input-switch input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    display: none;
}

.wpnotif_admin_conf .input-switch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 48px;
    height: 24px;
    background: rgba(170, 170, 170, 0.1);
    display: block;
    border: 1px solid transparent;
    border-radius: 100px;
    position: relative;
}

.wpnotif_admin_conf .input-switch label:after {
    content: '';
    position: absolute;
    top: 2.5px;
    left: 2px;
    width: 19px;
    height: 19px;
    background: #AAAAAA;
    border-radius: 19px;
    transition: 0.3s ease-in-out;
}

.wpnotif_admin_conf .input-switch input:checked + label {
    border: 1px solid #21EEAB;
    background: #21EEAB;
}

.wpnotif_admin_conf .input-switch input:checked + label:after {
    background: #FFFFFF;
}

.wpnotif_admin_conf .input-switch input:checked + label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.wpnotif_admin_conf .input-switch label:active:after {
    width: 26px;
}

.wpnotif_admin_conf .input-switch {
    position: relative;
    line-height: 13px;
    display: inline-block;
}

.wpnotif_admin_conf .input-switch .status_text {
    font-size: 10px;
    position: absolute;
    top: 7px;
    text-transform: uppercase;
}

.wpnotif_admin_conf .input-switch span {
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    font-weight: bold;
}

.wpnotif_admin_conf .input-switch .no, .wpnotif_admin_conf .input-switch.checked .yes {
    opacity: 1;
    transform: scale(1);
}

.wpnotif_admin_conf .input-switch .yes, .wpnotif_admin_conf .input-switch.checked .no {
    opacity: 0;
    transform: scale(0.6);
}

.wpnotif_admin_conf .input-switch .yes {
    left: 9px;
    color: #ffffff;
}

.wpnotif_admin_conf .input-switch .no {
    right: 6px;
    color: rgba(170, 170, 170, 1);
}

.wpnotif_admin_conf .select2-container {
    z-index: 99;
}

.wpnotif_admin_conf .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #fff !important;
    border: 1px solid rgba(57, 203, 155, 0.25) !important;
    padding: 4px 10px 2px 10px !important;
    font-size: 15px;
    height: auto;
}

.wpnotif_admin_conf .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 6px !important;
    color: rgba(62, 0, 0, 0.5) !important;
}

.wpnotif_admin_conf .form-table select {
    min-width: 120px;
    line-height: 20px;
    border-radius: 3px;
}

.wpnotif_admin_conf .form-table .select2 ul li {
    padding: 0 5px !important;
}

.wpnotif_admin_conf .form-table .select2-container--default.select2-container--focus .select2-selection--multiple,
.wpnotif_admin_conf .form-table .select2-container--default .select2-selection--multiple {
    border: solid #ddd 1px;
}

.wpnotif_admin_conf .form-table .select2-container--default .select2-search--inline .select2-search__field {
    min-width: 277px;
}

.wpnotif_admin_conf .form-table .wpnotif_csmargn td, .wpnotif_admin_conf .form-table .wpnotif_csmargn th {
    padding-bottom: 20px;
}

.dig_load_overlay {
    position: fixed;
}

.dig_spinner {
    width: 64px;
    height: 64px;
    position: relative;
    margin: 100px auto;
}

.dig_double-bounce1, .dig_double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dig_double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.quick_sms_grid {
    position: relative;
}

.quick_sms_grid textarea {
    width: 100%;
}

.quick_sms .wpnotif_desc {
    margin-left: 0;
}


.wpnotif_admin_conf .quick_sms_grid {
    display: grid;
    grid-template-columns: 0.8fr 0.3fr;
}

.wpnotif_post_meta_box .quick_sms_grid textarea {
    min-height: 100px;
    margin-top: 8px;
    resize: vertical;
}

.wpnotif_admin_conf .quick_sms {
    border: 1px solid rgba(57, 203, 155, 0.25);
    background: rgba(24, 138, 101, 0.02);
    padding: 40px 24px;
}

.quick_sms .mobile_number_field {
    position: relative;
}

.quick_sms .message {
    margin-top: 16px;
    position: relative;
}

.quick_sms .send_sms_button_container {
    text-align: right;
    padding-top: 16px;
}

.quick_sms label + div {
    padding-top: 8px;
}

.quick_sms button {
    border: 1px solid #21EEAB;
    color: #1F3448;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    box-shadow: none;
}

.quick_sms .loading_cursor {
    cursor: progress;
}

.wpnotif_admin_conf .quick_sms button {
    background: rgba(33, 238, 171, 0.1);
    border-radius: 2px;
    padding: 0 39px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
}

.wpnotif_post_meta_box .quick_sms button {
    border-radius: 3px;
    background: rgba(57, 203, 155, 0.25);
    padding: 0 20px;
    height: 32px;
    line-height: 26px;
    font-size: 14px;
}

.notification_message {
    display: none;
}

.quick_sms_response_box {
    min-height: 40px;
    text-align: center;
    border-radius: 1px;
    position: relative;
    margin-top: 16px;
    padding: 10px;

}

.wpnotif_admin_conf .quick_sms_response_box {
    float: right;
    width: 80%;
    margin-top: 0;
    font-weight: bold;
}

.msg_send_success {
    background: rgba(0, 184, 184, 0.05);
    color: #21EEAB;
    border: 1px solid #21EEAB;
}

.msg_send_failed {
    background: rgba(184, 0, 55, 0.05);
    border: 1px solid #B80037;
    color: #B80037;
}

.quick_sms_response_box i {
    content: '';
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2226%22%3E%3Cpath%20d%3D%22M24.5%2016.667a2.611%202.611%200%200%201-2.611%202.611H6.222L1%2024.5V3.611A2.611%202.611%200%200%201%203.611%201h18.278A2.611%202.611%200%200%201%2024.5%203.611z%22%20fill%3D%22none%22%20stroke%3D%22%2300b2b2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2226%22%3E%3Cpath%20d%3D%22M24.5%2016.667a2.611%202.611%200%200%201-2.611%202.611H6.222L1%2024.5V3.611A2.611%202.611%200%200%201%203.611%201h18.278A2.611%202.611%200%200%201%2024.5%203.611z%22%20fill%3D%22none%22%20stroke%3D%22%2300b2b2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
    mask-size: cover;
    -webkit-mask-size: cover;

}

.quick_sms_response_box i {
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
    top: 10px;
}

.msg_send_success i {
    background: #21EEAB;
}

.msg_send_failed i {
    background: rgba(184, 0, 55, 1);
}

.quick_sms_response_box {
    display: none;
}

.quick_sms_response_box .msg {
    padding-left: 8px;
}

#wpnotif_loading_container {
    width: 100%;
    height: 100%;
    top: 16px;
    position: absolute;
    z-index: 99;
    background: #fff;
}

.gateway_based_notifications .wpnotif_gateay_conf_delete {
    display: none;
}

.gateway_based_notifications .wpnotif_gateway_configure_gateway, .gateway_based_notifications .enable_disable_gateway {
    display: none;
}

.untdover_plugin_update {
    cursor: pointer;
}

.wpnotif_plugin_version {
    position: absolute;
    top: 34px;
    color: rgb(61, 109, 109);
    opacity: 0.39;
    margin-left: 6px;
    margin-right: 6px;
}

.wpnotif_post_meta_box .position-relative, .wpnotif_admin_conf .position-relative {
    position: relative;
}

.wpnotif_post_meta_box .placeholder_list, .wpnotif_admin_conf .placeholder_list {
    color: rgb(31, 52, 72);
    position: absolute;
    bottom: 6px;
    right: 16px;
    font-size: 11px;
    width: 110px;
    height: 16px;
    text-align: center;
    background: rgba(57, 203, 155, 0.25);
    outline: none;
    box-shadow: none;
    cursor: pointer;
    line-height: 1.6;
    border-radius: 4px 4px 0px 0px;
}

html[dir="rtl"] .wpnotif_post_meta_box .placeholder_list, html[dir="rtl"] .wpnotif_admin_conf .placeholder_list {
    left: 0;
    right: unset;
}

.wpnotif_rtl {
    direction: rtl;
}

.wpnotif_ltr {
    direction: ltr;
}

.wpnotif_sms_processing,
.wpnotif_sms_processing:after {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
}

.wpnotif_admin_conf .quick_sms button span {
    cursor: pointer;
}

.wpnotif_admin_conf .quick_sms .processing span, .wpnotif_admin_conf .processing {
    cursor: progress;
}

.wpnotif_admin_conf .quick_sms .processing {
    padding-left: 26px;
    cursor: progress;
}

.wpnotif_sms_processing {
    position: absolute;
    top: 10px;
    right: 12px;
    margin: 0;
    font-size: 9px;
    text-indent: -9999em;
    border-top: 2px solid rgba(33, 238, 171, 0.3);
    border-right: 2px solid rgba(33, 238, 171, 0.3);
    border-bottom: 2px solid rgba(33, 238, 171, 0.3);
    border-left: 2px solid rgba(31, 52, 72, 1);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.wpnotif_post_meta_box .wpnotif_sms_processing {
    top: 7px;
}

.wpnotif_post_meta_box .quick_sms .processing {
    padding-right: 33px;
    padding-left: 14px;
}

.wpnotif_post_meta_box .wpnotif_sms_processing {
    right: 10px;
}

.postbox .inside .quick_sms h2 {
    font-weight: 600;
    padding-left: 0 !important;
    margin-bottom: 8px;
}

.wpnotif_admin_conf .quick_sms_grid .placeholder_list {
    display: none;
}

#wp-admin-bar-wpnotif-pending-messages a::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.644' height='12.35' viewBox='0 0 22.644 12.35'%3E%3Cdefs%3E%3Cstyle%3E.a,.b%7Bfill:%23fff;%7D.b%7Bopacity:0.25;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-954.563 -874.964)'%3E%3Cg transform='translate(954.563 874.963)'%3E%3Cpath class='a' d='M1007.286,886.12a1.534,1.534,0,0,1-.931-.334l-9.881-8.283a1.44,1.44,0,0,1,1.862-2.2l9.881,8.283a1.433,1.433,0,0,1-.931,2.53Z' transform='translate(-986.082 -874.963)'/%3E%3Cpath class='a' d='M965.886,891.12a1.534,1.534,0,0,1-.931-.334l-9.881-8.283a1.44,1.44,0,0,1,1.862-2.2l9.881,8.283a1.433,1.433,0,0,1-.931,2.53Z' transform='translate(-954.563 -878.77)'/%3E%3Crect class='a' width='2.864' height='9.548' transform='translate(9.89 1.441)'/%3E%3C/g%3E%3Cpath class='b' d='M961.233,906.4a1.03,1.03,0,0,1-.621-.215l-5.3-4.44a.949.949,0,0,1,1.217-1.456l5.3,4.44a.947.947,0,0,1,.119,1.337A.83.83,0,0,1,961.233,906.4Z' transform='translate(-0.312 -19.116)'/%3E%3Cpath class='b' d='M1025.233,881.4a1.03,1.03,0,0,1-.621-.215l-5.3-4.44a.949.949,0,1,1,1.217-1.456l5.3,4.44a.947.947,0,0,1,.119,1.337A.83.83,0,0,1,1025.233,881.4Z' transform='translate(-49.036 -0.083)'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.644' height='12.35' viewBox='0 0 22.644 12.35'%3E%3Cdefs%3E%3Cstyle%3E.a,.b%7Bfill:%23fff;%7D.b%7Bopacity:0.25;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-954.563 -874.964)'%3E%3Cg transform='translate(954.563 874.963)'%3E%3Cpath class='a' d='M1007.286,886.12a1.534,1.534,0,0,1-.931-.334l-9.881-8.283a1.44,1.44,0,0,1,1.862-2.2l9.881,8.283a1.433,1.433,0,0,1-.931,2.53Z' transform='translate(-986.082 -874.963)'/%3E%3Cpath class='a' d='M965.886,891.12a1.534,1.534,0,0,1-.931-.334l-9.881-8.283a1.44,1.44,0,0,1,1.862-2.2l9.881,8.283a1.433,1.433,0,0,1-.931,2.53Z' transform='translate(-954.563 -878.77)'/%3E%3Crect class='a' width='2.864' height='9.548' transform='translate(9.89 1.441)'/%3E%3C/g%3E%3Cpath class='b' d='M961.233,906.4a1.03,1.03,0,0,1-.621-.215l-5.3-4.44a.949.949,0,0,1,1.217-1.456l5.3,4.44a.947.947,0,0,1,.119,1.337A.83.83,0,0,1,961.233,906.4Z' transform='translate(-0.312 -19.116)'/%3E%3Cpath class='b' d='M1025.233,881.4a1.03,1.03,0,0,1-.621-.215l-5.3-4.44a.949.949,0,1,1,1.217-1.456l5.3,4.44a.947.947,0,0,1,.119,1.337A.83.83,0,0,1,1025.233,881.4Z' transform='translate(-49.036 -0.083)'/%3E%3C/g%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    content: '';
    background-color: #FFFFFF;
    position: relative;
    top: 10px;
    width: 23px;
    height: 100%;
}

#toplevel_page_wpnotif-settings a .wp-menu-image::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.644' height='12.35' viewBox='0 0 22.644 12.35'%3E%3Cdefs%3E%3Cstyle%3E.a,.b%7Bfill:%23fff;%7D.b%7Bopacity:0.25;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-954.563 -874.964)'%3E%3Cg transform='translate(954.563 874.963)'%3E%3Cpath class='a' d='M1007.286,886.12a1.534,1.534,0,0,1-.931-.334l-9.881-8.283a1.44,1.44,0,0,1,1.862-2.2l9.881,8.283a1.433,1.433,0,0,1-.931,2.53Z' transform='translate(-986.082 -874.963)'/%3E%3Cpath class='a' d='M965.886,891.12a1.534,1.534,0,0,1-.931-.334l-9.881-8.283a1.44,1.44,0,0,1,1.862-2.2l9.881,8.283a1.433,1.433,0,0,1-.931,2.53Z' transform='translate(-954.563 -878.77)'/%3E%3Crect class='a' width='2.864' height='9.548' transform='translate(9.89 1.441)'/%3E%3C/g%3E%3Cpath class='b' d='M961.233,906.4a1.03,1.03,0,0,1-.621-.215l-5.3-4.44a.949.949,0,0,1,1.217-1.456l5.3,4.44a.947.947,0,0,1,.119,1.337A.83.83,0,0,1,961.233,906.4Z' transform='translate(-0.312 -19.116)'/%3E%3Cpath class='b' d='M1025.233,881.4a1.03,1.03,0,0,1-.621-.215l-5.3-4.44a.949.949,0,1,1,1.217-1.456l5.3,4.44a.947.947,0,0,1,.119,1.337A.83.83,0,0,1,1025.233,881.4Z' transform='translate(-49.036 -0.083)'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.644' height='12.35' viewBox='0 0 22.644 12.35'%3E%3Cdefs%3E%3Cstyle%3E.a,.b%7Bfill:%23fff;%7D.b%7Bopacity:0.25;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-954.563 -874.964)'%3E%3Cg transform='translate(954.563 874.963)'%3E%3Cpath class='a' d='M1007.286,886.12a1.534,1.534,0,0,1-.931-.334l-9.881-8.283a1.44,1.44,0,0,1,1.862-2.2l9.881,8.283a1.433,1.433,0,0,1-.931,2.53Z' transform='translate(-986.082 -874.963)'/%3E%3Cpath class='a' d='M965.886,891.12a1.534,1.534,0,0,1-.931-.334l-9.881-8.283a1.44,1.44,0,0,1,1.862-2.2l9.881,8.283a1.433,1.433,0,0,1-.931,2.53Z' transform='translate(-954.563 -878.77)'/%3E%3Crect class='a' width='2.864' height='9.548' transform='translate(9.89 1.441)'/%3E%3C/g%3E%3Cpath class='b' d='M961.233,906.4a1.03,1.03,0,0,1-.621-.215l-5.3-4.44a.949.949,0,0,1,1.217-1.456l5.3,4.44a.947.947,0,0,1,.119,1.337A.83.83,0,0,1,961.233,906.4Z' transform='translate(-0.312 -19.116)'/%3E%3Cpath class='b' d='M1025.233,881.4a1.03,1.03,0,0,1-.621-.215l-5.3-4.44a.949.949,0,1,1,1.217-1.456l5.3,4.44a.947.947,0,0,1,.119,1.337A.83.83,0,0,1,1025.233,881.4Z' transform='translate(-49.036 -0.083)'/%3E%3C/g%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    content: '';
    background-color: currentColor;
    position: relative;
    top: 11px;
    width: 20px;
}

.wpnotif-box {
    position: fixed;
    top: 40px;
    z-index: 9999;
    background: white;
    right: 8px;
    height: 380px;
    border-radius: 4px;
    width: 580px;
    overflow-x: hidden;
    overflow-y: hidden;
    display: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.wpnotif-box .wpnotif-list-head {
    color: rgba(31, 52, 72, 1);
    font-size: 17px;
    padding: 16px 20px;
    font-weight: 600;
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 1;
}

.wpnotif-whatsapp-logo {
    width: 65px;
}

.wpnotif-whatsapp-send-parent, .wpnotif-pending-messages, .wpnotif-list, .wpnotif-whatsapp-logo {
    height: 80px;
}

.wpnotif-list .wpnotif-inline:last-child {
    margin-right: 20px;
}

.wpnotif-whatsapp-send {
    margin-right: 12px;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid #21EEAB;
    width: 80px;
    text-align: center;
    background: #e8fef7;
    border-radius: 2px;
    height: 32px;
    line-height: 31px;
}

.wpnotif-whatsapp-send, .wpnotif-mobile {
    color: rgba(31, 52, 72, 1);
    font-weight: 500;
    font-size: 16px;
}

.wpnotif-cross_icon {
    height: 6px;
    width: 6px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.828' height='8.828' viewBox='0 0 8.828 8.828'%3E%3Cdefs%3E%3Cstyle%3E.a{opacity:0.25;}.b{fill:none;stroke:%231f3448;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}%3C/style%3E%3C/defs%3E%3Cg class='a' transform='translate(-4.586 -4.586)'%3E%3Cline class='b' x1='6' y2='6' transform='translate(6 6)'/%3E%3Cline class='b' x2='6' y2='6' transform='translate(6 6)'/%3E%3C/g%3E%3C/svg%3E");
}

.wpnotif-msg-time {
    font-weight: normal;
    float: right;
    font-size: 14px;
    color: rgba(31, 52, 72, .81);
}

.wpnotif-list {
    clear: both;
    border-bottom: 1px solid rgba(57, 203, 155, 0.25);
}

.wpnotif-list:last-child {
    border-bottom: 1px solid transparent;
}

.wpnotif-whatsapp-message {
    padding-top: 20px;
    width: calc(100% - 200px);
}

.wpnotif-message {
    margin-top: 4px;
    font-size: 16px;
    color: rgba(31, 52, 72, 0.81);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wpnotif-whatsapp-logo div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.874' height='28' viewBox='0 0 27.874 28'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23455a64;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-430.7 -325.4)'%3E%3Cg transform='translate(430.7 325.4)'%3E%3Cg transform='translate(0 0)'%3E%3Cpath class='a' d='M454.509,329.471a13.878,13.878,0,0,0-21.84,16.737L430.7,353.4l7.358-1.929a13.883,13.883,0,0,0,6.632,1.69h.007a13.877,13.877,0,0,0,9.812-23.689ZM444.7,350.819h0a11.5,11.5,0,0,1-5.874-1.61l-.419-.253-4.364,1.144,1.164-4.258-.273-.439a11.528,11.528,0,1,1,9.766,5.415Zm6.326-8.642c-.346-.173-2.049-1.011-2.368-1.131s-.552-.173-.778.173-.9,1.131-1.1,1.357-.406.259-.752.086a9.419,9.419,0,0,1-2.787-1.723,10.555,10.555,0,0,1-1.929-2.4c-.2-.346-.02-.532.153-.705.153-.153.346-.406.519-.605a2.225,2.225,0,0,0,.346-.579.642.642,0,0,0-.027-.605c-.086-.173-.778-1.883-1.071-2.574s-.565-.585-.778-.592-.432-.013-.665-.013a1.276,1.276,0,0,0-.925.432,3.879,3.879,0,0,0-1.211,2.894,6.735,6.735,0,0,0,1.417,3.586,15.43,15.43,0,0,0,5.921,5.235,19.1,19.1,0,0,0,1.976.732,4.757,4.757,0,0,0,2.182.14,3.581,3.581,0,0,0,2.342-1.65,2.92,2.92,0,0,0,.2-1.65C451.6,342.437,451.369,342.35,451.023,342.177Z' transform='translate(-430.7 -325.4)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    height: 28px;
    width: 28px;
    margin: auto;
    position: relative;
    top: 26px;
}

.wpnotif-inline {
    display: inline-block;
}

.wpnotif-float-left {
    float: left;
}

.wpnotif-float-right {
    float: right;
}

.wpnotif-pending-messages {
    padding-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex: 1;
    position: sticky;
    bottom: 0;
    text-align: center;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.wpnotif-pending-messages .content {
    color: rgba(31, 52, 72, 1);
    background: rgba(33, 238, 171, 0.1);
    border-radius: 2px;
    padding: 5px 22px;
    display: inline;
    cursor: default;
    align-self: flex-end;
    font-weight: 500;
}

.wpnotif-center-align {
    display: flex;
    height: 100%;
    align-items: center;
}

.quick_sms hr {
    margin-top: 20px
}

.wpnotif-button {
    cursor: pointer;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    padding: 7px 39px;
}

.wpnotif-button_green {
    background-color: rgba(33, 238, 171, 0.1);
    border: 1px solid rgba(33, 238, 171, 1);
    border-radius: 2px;
}

.wpnotif-list-head_buttons {
    text-transform: uppercase;
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: rgba(31, 52, 72, 0.5);
}


/*Loader*/

.wpn-skeleton-loader {
    overflow: hidden;
}

.wpn-skeleton-loader .skltn-container {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.wpn-skeleton-loader .skltn-shine {
    width: 200px;
    height: 240px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    animation: shine-anim 2s infinite 0s linear;
    z-index: 99;
}

.wpn-skeleton-loader .skltn-sec {
    width: 100%;
    height: 62px;
    background-color: #fafdfc;
    margin-bottom: 18px;
    border: 1px solid #e1f7ef;
    border-radius: 2px;
    box-sizing: border-box;
}

.wpn-skeleton-loader .skltn-sec .skltn-setting {
    float: right;
    width: 20px;
    height: 20px;
    background-color: #e1f7ef;
    border-radius: 50%;
    margin: 21px;
    background-size: 600px;
}

.wpn-skeleton-loader .skltn-sec .skltn-line {
    float: left;
    width: 180px;
    height: 20px;
    margin: 21px;
    border-radius: 4px;
    background-color: #e1f7ef;
    background-size: 600px;
}

.wpn-skeleton-loader .skltn-one {
    opacity: 0.6;
}

.wpn-skeleton-loader .skltn-two {
    opacity: 0.25;
}

@keyframes shine-anim {
    0% {
        transform: rotate(0) translateX(-100%) skewX(-20deg);
    }
    100% {
        transform: rotate(0) translateX(800%) skewX(-20deg);
    }
}

@-webkit-keyframes shine-anim {
    0% {
        -webkit-transform: rotate(0) translateX(-100%) skewX(-20deg);
    }
    100% {
        -webkit-transform: rotate(0) translateX(800%) skewX(-20deg);
    }
}

.wpnotif_admin_conf .select2-container--default .select2-selection--single {
    height: 42px;
    border-radius: 4px;
    border: 1px solid rgba(57, 203, 155, .25);
}

.wpnotif_admin_conf .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
    color: #1B2A3C !important;
}

.wpnotif_admin_conf .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    right: 10px;
    background-repeat: no-repeat !important;
    background-size: 16px 16px !important;
    background-position: center right !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='5 0 24 24' fill='none' stroke='%2321eeab' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

.wpnotif_admin_conf .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(180deg);
    right: 13px;
}

.wpnotif-select-dropdown .select2-search__field {
    border: 1px solid rgba(57, 203, 155, .25) !important;
}

.wpnotif-select-dropdown input[type=search]:focus {
    box-shadow: none;
}

.wpnotif-select-dropdown li.select2-results__option {
    line-height: 32px;
    margin-bottom: 0px;
}

.wpnotif_admin_conf .select2-container *:focus {
    outline: none;
}

.wpnotif_admin_conf .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
    border-width: 0;
}

/*.wpnotif_admin_conf .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
    border-bottom: 1.3px solid #21eeab;
    border-right: 1.5px solid #21eeab;
    content: '';
    display: block;
    height: 5px;
    margin-top: -3px;
    pointer-events: none;
    position: absolute;
    right: -2px;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}*/

.wpnotif_admin_conf .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.wpnotif-select-dropdown .select2-results__option--highlighted[aria-selected] {
    background: rgba(57, 203, 155, .25);
    color: rgba(31, 52, 70, .81);
}

.wpnotif-select-dropdown .select2-results__option[aria-selected=true] {
    background: #f7f8f9;
}

.wpnotif_admin_conf .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
    padding-right: 40px;
}

html[dir='rtl'] .wpnotif_admin_conf .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 16px;
    padding-left: 40px;
}

.toplevel_page_wpnotif-settings .notice, .wpnotif_page_wpnotif-usergroups .notice, .wpnotif_page_wpnotif-newsletter .notice,
.toplevel_page_wpnotif-settings .update-nag, .wpnotif_page_wpnotif-usergroups .update-nag, .wpnotif_page_wpnotif-newsletter .update-nag,
.toplevel_page_wpnotif-settings .updated, .wpnotif_page_wpnotif-usergroups .updated, .wpnotif_page_wpnotif-newsletter .updated {
    display: none !important;
}

#wpcontent .wpnotif-notice {
    display: block !important;
}

.wpnotif_zoom_cursor {
    cursor: zoom-in;
}

.wpnotif_preview_overlay img {
    max-width: 100%;
    max-height: 100%;
    cursor: zoom-out;
    border-radius: 10px;
}

.wpnotif_preview_overlay {
    position: fixed;
    cursor: zoom-out;
    top: 0;
    left: 0;
    display: none;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background-color: rgba(31, 52, 70, 0.8);
}

.wpnotif-preview_wrapper {
    cursor: zoom-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wpnotif-hide {
    display: none;
}

.wpnotif-newsletter_repeat {
    margin-top: 16px;
}

.wpnotif-input-inline-small input {
    width: 80px !important;
}

.wpnotif-input-inline-small .select2-container {
    width: 110px !important;
    margin-bottom: 3px !important;
}

.wpnotif-input-inline-small input {
    padding: 0;
    text-align: center;
}

.wpnotif_max_width {
    width: 99%;
    max-width: unset !important;
}


.wpnotif_post_meta_box input[type="checkbox"]:checked {
    background: #11a0d2 !important;
    border-color: #11a0d2 !important;
}

a#whatsapp_download, a#sms_phone_app_download {
    margin-left: 2px;
}


.wpnotif_admin_fields input[type="search"]::-webkit-search-decoration,
.wpnotif_admin_fields input[type="search"]::-webkit-search-cancel-button,
.wpnotif_admin_fields input[type="search"]::-webkit-search-results-button,
.wpnotif_admin_fields input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.wpnotif_admin_conf .form-table th.wpnotif-table_label_desc {
    vertical-align: top;
    padding-top: 11px;
}


.wpnotif_wpn_cron {
    background: #f7f8f9;
    margin: 10px 0px !important;
    border-radius: 4px;
    padding: 12px 18px;
    color: #1f3448
}

.wpnotif_post_meta_box .components-checkbox-control__input-container {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.wpnotif_post_meta_box svg.components-checkbox-control__checked {
    width: 21px;
    height: 21px;
    left: -3px;
}

.wpnotif_post_meta_box svg.components-checkbox-control__checked {
    fill: #fff;
    cursor: pointer;
    position: absolute;
    top: -2px;
    width: 21px;
    height: 21px;
    left: -3px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.wpnotif_post_meta_box input[type="checkbox"]::before {
    margin: -3px -4px;
}

.wpnotif_admin_conf .apisettingstab input,
.wpnotif_admin_conf .apisettingstab textarea{
    direction: ltr;
}