html, body, div, input, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/vazir/Vazir-Black-FD.woff') format('woff');   /* All Major Browsers */
}

@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/vazir/Vazir-Bold-FD.woff') format('woff');   /* All Major Browsers */
}

@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/vazir/Vazir-Light-FD.woff') format('woff');   /* All Major Browsers */
}

@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/vazir/Vazir-Medium-FD.woff') format('woff');   /* All Major Browsers */
}

body {
    font-family: Vazir !important;
    height: auto;
    direction: rtl;
}

.wrap {
    direction: rtl;
}

h1, h2, h3, h4, h5, h6, code {
    font-family: Vazir !important;
}

.lbl-frm {
    text-align: right !important;
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    font-family: Vazir;
    font-weight: 500;
}

.Terms-conditions-register li {
    line-height: 2.3;
    font-size: 14px;
}

.Terms-conditions-register ul {
    list-style: circle;
}

.label-checkbox100 a:hover {
    text-decoration: none;
}

.contact100-form-checkbox .input-checkbox100 {
    display: none !important;
}

.txt_footer {
    width: 100%;;
    text-align: center;
    display: block;
    font-size: 12px;

}

.txt_footer p {
    color: #212529;
    font-size: 14px;
}

.txt_footer ul li {
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 10px;
}

.txt_footer ul li:first-child {
    margin-right: 0px;
}

.txt_footer ul {
    width: 100%;
}

.txt_footer ul li a {
    font-size: 12px;
}

.txt_footer ul li a:hover {
    color: #3144c5;
}

.ui-sortable-handle {
    font-family: Vazir;
}

.register_link {
    margin-top: 95px;
}

.reg_txt {
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 12px;
    margin: 10px 0px 0px 0px;
}

.reg_txt i {
    position: absolute;
    top: 5px;
    left: 58px;
}

.img_setting_theme {
    font-family: Vazir;
    padding-left: 25px;
    font-size: 12px;
    font-weight: bold;
}

.img_setting_theme img {
    width: 212px;
    height: 167px;
    margin-bottom: 31px;
    border-radius: 5px;
}

.reg_txt a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.reg_txt a:hover {
    color: #212529;
}

.reg_txt a {
    font-weight: 500;
}

.limiter {
    width: 100%;
    margin: 0 auto;
}

#UMS_text_user_email_lostpassword {
    line-height: 23px !important;
    font-size: 13px !important;
}

#UMS_text_amount_account_user {
    line-height: 23px !important;
    font-size: 13px !important;
}

#UMS_text_Register_user_email {
    line-height: 23px !important;
    font-size: 13px !important;
}

#UMS_text_product_user_paid {
    line-height: 23px !important;
    font-size: 13px !important;
}

#UMS_text_user_sms {
    line-height: 23px !important;
    font-size: 13px !important;
}

#UMS_text_user_amount_sms {
    line-height: 23px !important;
    font-size: 13px !important;
}

#UMS_paid_product_sms {
    line-height: 23px !important;
    font-size: 13px !important;
}

#UMS_text_Sendpost_user {
    line-height: 23px !important;
    font-size: 13px !important;
}

#UMS_text_user_lostpassword_sms {
    line-height: 23px !important;
    font-size: 13px !important;
}

#UMS_text_add_phone {
    line-height: 23px !important;
    font-size: 13px !important;
}

.help-tip {
    position: absolute;
    margin-top: -31px;
    right: 229px;
    text-align: center;
    background-color: #6b6a6a;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    font-size: 8px;
    line-height: 17px;
    cursor: default;
}

.help-tip:before {
    content: '?';
    font-weight: bold;
    color: #fff;
}

.uk-subnav-pill > * > :first-child {
    font-size: 13px;
    font-weight: bold;
}

.help-tip:hover p {
    display: block;
    transform-origin: 100% 0%;

    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.help-tip p { /* The tooltip */
    display: none;
    text-align: right;
    background-color: #6b6a6a;
    padding: 11px;
    width: 148px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: #FFF;
    font-size: 11px !important;
    line-height: 21px;
}

.help-tip p:before { /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #6b6a6a;
    right: 10px;
    top: -12px;
}

.help-tip p:after { /* Prevents the tooltip from being hidden */
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.container-table100 {
    width: 100%;
    min-height: 100vh;
    background: #d1d1d1;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 33px 30px;
}

.wrap-table100 {
    width: 1300px;
}

.header-title-admin {
    position: relative;
    border-bottom: 1px solid #E0E4E9;
    padding-bottom: 20px;
}

.header-title-admin:before {
    content: '';
    position: absolute;
    display: block;
    width: 48px;
    height: 2px;
    bottom: -1px;
    right: 0;
    background: #fb7319;
}

.title-admin-ums {
    font-size: 17px;
    margin-top: 15px;
}

.title-admin-ums:before {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-right: 24px;
    background: #FDE0D9;
    color: #F56640;
    text-align: center;
    border-radius: 3px;
}

.bg-head-settings {
    padding: 0px 0px 10px 0px;
    margin-right: 0px !important;
}

.bg-head-settings li {
    position: relative;
}

.bg-head-settings li a {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
    color: #121116 !important;
    font-weight: 500;
    padding-right: 8px;
    font-size: 13px;
    border-top: 1px solid #E0E4E9;
}

.bg-head-settings li a span {
    margin-top: 6px;
    color: #72777C;
    font-size: .8125rem;
    font-weight: 300;
    display: inline-block;
}

.bg-head-settings li.uk-active, .bg-head-settings li:hover, .bg-head-settings li:focus {
    color: #fb7319 !important;
    background-color: #fff !important;
    border-right: 2px solid #fb7319;
}

.header-logo-admin {
    padding: 10px;
}

.bg-head-settings li a .icon-m {
    float: left;
    position: absolute;
    left: 13px;
    top: 28px;
}

.bg-head-settings > .uk-active > a:focus {
    box-shadow: none !important;
    border: #a3e05c !important;

}

.bg-head-settings-panel {
    background: #fff;
    padding: 10px 10px 10px 10px;
    margin-right: 0px !important;
}

.bg-head-settings-panel li a {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    color: #212121 !important;
    font-weight: 500;
    padding-right: 8px;
    font-size: 13px;
}

.bg-head-settings-panel > .uk-active > a {
    color: #fff !important;
    background-color: #a3e05c !important;
    border-radius: 3px;
    border-color: #a3e05c !important;
}

.bg-head-settings-panel > .uk-active > a:focus {
    box-shadow: none !important;
    border: #a3e05c !important;

}

.main-panel-box {
    box-shadow: 1px 1px 1px 1px #e6e3e3;
    border-radius: 5px;
}

.ums-form {
    margin-bottom: 10px;
    margin-top: 20px;
}

.content-setting li {
    background: rgb(255, 255, 255);
    padding: 12px 28px;
}

.title-box-panel {
    font-size: 14px;
    font-weight: 300;
}

.title-box-panel:focus {
    box-shadow: none;
}

.setting-page-plugin #wpfooter {
    position: inherit !important;
}

.shortcode-help {
    padding-bottom: 25px;
}

.shortcode-help code {
    float: left;
}

.shortcode-bg {
    background: #f3f2f2;
    width: 385px;
    padding: 20px 20px 20px 20px;
}

#save_options_settings {
    background-color: #fb7319 !important;
    color: #fff !important;
    padding: 5px 28px 10px 28px !important;
    border-color: inherit !important;
    box-shadow: none !important;
    height: 38px !important;
    font-family: Vazir;
    border-radius: 10px;
}

#btn-send-sms-test {
    background-color: #fb7319 !important;
    color: #fff !important;
    padding: 8px 28px 8px 28px !important;
    border-color: inherit !important;
    box-shadow: none !important;
    height: 40px !important;
    font-family: Vazir;
    border-radius: 3px;
}

#save_options_settings_panel {
    background-color: #a3e05c !important;
    color: #fff !important;
    padding: 6px 20px 5px 20px !important;
    border-color: inherit !important;
    box-shadow: none !important;
    height: 38px !important;
    font-family: Vazir;
    border-radius: 3px;
}

#UMS_add_menu_woo {
    background-color: #a3e05c !important;
    color: #fff !important;
    padding: 6px 20px 5px 20px !important;
    border-color: inherit !important;
    box-shadow: none !important;
    height: 38px !important;
    font-family: Vazir;
    border-radius: 3px;
}

#UMS_delete_menu_woo {
    background-color: #e00703 !important;
    color: #fff !important;
    padding: 6px 20px 5px 20px !important;
    border-color: inherit !important;
    box-shadow: none !important;
    height: 38px !important;
    font-family: Vazir;
    border-radius: 3px;
}

#UMS_add_box_dashboard {
    background-color: #a3e05c !important;
    color: #fff !important;
    padding: 6px 20px 5px 20px !important;
    border-color: inherit !important;
    box-shadow: none !important;
    height: 38px !important;
    font-family: Vazir;
    cursor: pointer;
    border-radius: 3px;
}

.filepond--drop-label {
    color: #4c4e53;
}

.filepond--label-action {
    -webkit-text-decoration-color: #babdc0;
    text-decoration-color: #babdc0;
}

.filepond--panel-root {
    background-color: #edf0f4;
}

/**
 * Page Styles
 */

.filepond--root {
    width: 170px;
    margin: 0 auto;
}

#UMS_delete_box_dashboard {
    background-color: #e00703 !important;
    color: #fff !important;
    padding: 6px 20px 5px 20px !important;
    border-color: inherit !important;
    box-shadow: none !important;
    height: 38px !important;
    font-family: Vazir;
    border-radius: 3px;
}

#UMS_edit_box_dashboard {
    background-color: #71e031 !important;
    color: #fff !important;
    padding: 6px 20px 5px 20px !important;
    border-color: inherit !important;
    box-shadow: none !important;
    height: 38px !important;
    font-family: Vazir;
    border-radius: 3px;
}

#UMS_edit_menu_woo {
    background-color: #71e031 !important;
    color: #fff !important;
    padding: 6px 20px 5px 20px !important;
    border-color: inherit !important;
    box-shadow: none !important;
    height: 38px !important;
    font-family: Vazir;
    border-radius: 3px;
}

#saveAmountWallet {
    background-color: #a3e05c !important;
    color: #fff !important;
    padding: 6px 20px 5px 20px !important;
    border-color: inherit !important;
    box-shadow: none !important;
    height: 38px !important;
    font-family: Vazir;
    border-radius: 3px;
}

#save_edit_Wallet {
    background-color: #a3e05c !important;
    color: #fff !important;
    padding: 6px 20px 5px 20px !important;
    border-color: inherit !important;
    box-shadow: none !important;
    height: 38px !important;
    font-family: Vazir;
    border-radius: 3px;
}

.btn-activation-plugin:focus {
    outline: none;
}

#js-progressbar {
    display: none;
}

#saveProduct {
    background-color: #29ce18 !important;
    color: #fff !important;
    padding: 6px 20px 5px 20px !important;
    border-color: inherit !important;
    border-radius: 6px !important;
}

#save_edit_product {
    background-color: #29ce18 !important;
    color: #fff !important;
    padding: 6px 20px 5px 20px !important;
    border-color: inherit !important;
    border-radius: 6px !important;
}

#saveNotification {
    background-color: #a3e05c !important;
    color: #fff !important;
    padding: 6px 20px 5px 20px !important;
    border-color: inherit !important;
    box-shadow: none !important;
    height: 38px !important;
    font-family: Vazir;
    border-radius: 3px;
}

#saveNotificationEdit {
    background-color: #a3e05c !important;
    color: #fff !important;
    padding: 6px 20px 5px 20px !important;
    border-color: inherit !important;
    box-shadow: none !important;
    height: 38px !important;
    font-family: Vazir;
    border-radius: 3px;
}

#save_user_settings {
    background-color: #a3e05c !important;
    color: #fff !important;
    padding: 6px 20px 5px 20px !important;
    border-color: inherit !important;
    box-shadow: none !important;
    height: 38px !important;
    font-family: Vazir;
    border-radius: 3px;
    text-shadow: none !important;
}

#save_date_export {
    background-color: #a3e05c !important;
    color: #fff !important;
    padding: 6px 20px 5px 20px !important;
    border-color: inherit !important;
    box-shadow: none !important;
    height: 38px !important;
    font-family: Vazir;
    border-radius: 3px;
    text-shadow: none !important;
}

#save_logo_user_panel {
    background-color: #a3e05c !important;
    color: #fff !important;
    padding: 6px 20px 5px 20px !important;
    border-color: inherit !important;
    box-shadow: none !important;
    height: 40px !important;
    font-family: Vazir;
    border-radius: 3px;
    text-shadow: none !important;
}

#save_background_user_panel {
    background-color: #a3e05c !important;
    color: #fff !important;
    padding: 6px 20px 5px 20px !important;
    border-color: inherit !important;
    box-shadow: none !important;
    height: 40px !important;
    font-family: Vazir;
    cursor: pointer;
    border-radius: 3px;
    text-shadow: none !important;
}

#save_logo_user_header_email {
    background-color: #a3e05c !important;
    color: #fff !important;
    padding: 6px 20px 5px 20px !important;
    border-color: inherit !important;
    box-shadow: none !important;
    height: 40px !important;
    font-family: Vazir;
    border-radius: 3px;
    text-shadow: none !important;
}

.setting-page-plugin form .submit {
    background: #fff;
    height: 31px;
    padding-right: 32px;
}

.filter_box {
    background: #fff;
    margin-bottom: 4px;
    padding: 10px;
    position: relative;
    height: 43px;
}

.filter-m {
    position: relative;
}

.edit_box {
    background: #fff;
    padding: 30px;
}

.count-users {
    float: right;
    margin-top: 6px;
    margin-left: 62px;
    margin-right: 3px;
    position: relative;
}

#search-box {
    float: left;
}

.b-count {
    font-weight: bold;
    margin-right: 24px;
    position: absolute;
    width: 55px;
    top: 5px;
    margin-left: 5px;
}

.uk-modal-dialog {
    border-radius: 3px;
    width: 406px;
    height: 244.7px;
}

.uk-modal-body {
    padding: 0 !important;
}

.uk-modal-title {
    text-align: center;
    /* color: #ff8377; */
    border-bottom: 2px solid #f0f0f0;
    font-size: 15px;
    height: 33px;
    padding-top: 16px;
    border-radius: 3px;
    background: #f9fbfe;
    font-weight: 400;
}

.content-modal-product {
    text-align: center;
    padding-top: 55px;
    padding-bottom: 55px;
}

#information-button {
    margin-left: 20px;
    border: 1px solid #dadada;
}

#agree-button {
    border-radius: 3px;

    background: #ff8377;
}

#information-button {
    border-radius: 3px;
}

.dataTables_length {
    position: absolute;
    top: 16px;
    right: 141px;
    text-align: right;
}

.dataTables_filter {
    display: none !important;
}

.dataTables_paginate {
    height: 30px;
    width: 100%;
    background: #fff;
    padding: 10px 0px;
    text-align: center;
}

.dataTables_wrapper .form-inline .dataTables_length {
    display: none !important;
}

.dataTables_wrapper .form-inline .paging_simple_numbers {
    display: none !important;
}

.dataTables_info {
    display: none !important;
}

.dataTables_wrapper {
    position: unset !important;
}

.dataTables_paginate a {
    color: #444;
    font-size: 14px;
}

.dataTables_paginate a:hover {
    text-decoration: none;
    background: none;
}

.dataTables_paginate a:focus {
    box-shadow: none;
}

.dataTables_paginate .paginate_button {
    padding: 5px;
    float: right;
}

.dataTables_paginate .current {
    color: red;
}

.dataTables_paginate .previous {
    padding-right: 12px;
}

.uk-table th {
    padding: 16px 7px;
    text-align: right;
    vertical-align: bottom;
    font-size: .875rem;
    font-weight: 400;
    color: #999;
    text-transform: uppercase;
}

#canvas {
    font-family: Vazir;
}

.toggle {
    position: relative;
    display: block;
    width: 40px;
    height: 20px;
    right: 25px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
}

.toggle:before {
    content: "";
    position: relative;
    top: 3px;
    left: 0px;
    width: 34px;
    height: 14px;
    display: block;
    background: #9A9999;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.toggle span {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    display: block;
    background: white;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
    transition: all 0.2s ease;
}

.toggle span:before {
    content: "";
    position: absolute;
    display: block;
    margin: -18px;
    width: 56px;
    height: 56px;
    background: rgba(79, 46, 220, 0.5);
    border-radius: 50%;
    transform: scale(0);
    opacity: 1;
    pointer-events: none;
}

.cbx:checked + .toggle:before {
    background: #67ce1a;
}

.cbx:checked + .toggle span {
    background: #71e41a;
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}

.cbx:checked + .toggle span:before {
    transform: scale(1);
    opacity: 0;
    transition: all 0.4s ease;
}

/*//////////////////////////////////////////////////////////////////
[ Table ]*/
table {
    width: 100%;
    background-color: #fff;
}

th, td {
    font-weight: unset;
    padding-right: 10px;

    font-size: 13px !important;
}

.column100 {
    width: 130px;
    padding-left: 25px;
}

.column100 a {
    color: inherit;
    text-decoration: none;
}

.column100.column1 {

    padding-left: 42px;
}

.row100.head th {
    padding-top: 14px;
    padding-bottom: 14px;

}

.uk-table th {
    text-align: center !important;
    color: #212121 !important;
    font-weight: bold;
}

.dataTables_length select {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: .875rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color;
    background-color: transparent;
    color: #333;
    border: 1px solid #e5e5e5;
}

.row100 td {
    padding-top: 18px;
    padding-bottom: 14px;
    text-align: center;
}

.row100 a:hover {
    text-decoration: none;
}

.row100 a:focus {
    box-shadow: none !important;
}

.row100 a {
    color: #212121;
}

/*==================================================================
[ Ver1 ]*/
.table100.ver1 td {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #808080;
    line-height: 1.4;
}

.table100.ver1 th {
    font-family: Vazir;
    font-size: 12px;
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;

    background-color: #36304a;
}

.table100.ver1 .row100:hover {
    background-color: #f2f2f2;
}

.table100.ver1 .hov-column-ver1 {
    background-color: #f2f2f2;
}

.table100.ver1 .hov-column-head-ver1 {
    background-color: #484848 !important;
}

.table100.ver1 .row100 td:hover {
    background-color: #6c7ae0;
    color: #fff;
}

.wrap .submit {
    background: #fff;
    height: 32px;
    padding-right: 45px;
}

.title-message {
    width: 100%;
    height: 73px;
}

.title-message button {
    float: left !important;
}

.title-message h1 {
    float: right;
}

.notification {
    background: #fff;
    color: #35cd3a;
    border-radius: 3px;
    position: relative;
    box-shadow: 0px 0px 8px -6px #7c8a9c;
    border-right: 4px solid;
}

.UMS-info {
    color: #1358f3 !important;
}

.UMS-success {
    color: #35cd3a !important;
}

.UMS-warning {
    color: #ffc021 !important;
}

.notification i {
    position: absolute;
    top: 37px;
    font-size: 27px;
}

.notification-detail {
    margin-bottom: 0;
    width: 96%;
    position: relative;
    right: 46px;
}

.close-not {
    color: #87898e;
    float: left;
    padding-top: 12px;
    top: -5px !important;
    opacity: 1 !important;
}

.notification-title {
    padding-bottom: 5px;
    color: #000 !important;
    font-weight: bold;
    font-size: 19px;
}

.notification-txt {
    color: #87898e;
    font-size: 13px;
    margin-top: 6px;
    line-height: 27px;
    font-weight: 300;
}

.notification-txt p {
    font-size: 13px;
    font-weight: 300;
}

.title-factor {
    font-weight: bold;
    font-size: 21px;
}

.p-l-r {
    padding: 36px;
}

.title-factor i {
    float: left;
    font-size: 44px;
    line-height: 36px;
}

.icon-factor-detail {
    content: '';
    display: block;
    background-image: url("../images/icons/factor.png");
    margin-top: -19px;
    width: 58px;
    height: 76px;
}

.date-payament {
    color: #827e7e;
    font-size: 14px;
    margin-top: 55px;
}

.date-payament span {
    width: 100%;
    float: right;
    color: #000;
    font-weight: bold;
    padding-top: 7px;
}

#data-payament .uk-modal-dialog {
    border-radius: 3px;
    width: 406px;
    height: inherit;
}

#data-payament #agree-button {
    margin-bottom: 7px;
    width: 68%;
    background: #ff4057;
    text-align: center !important;
}

.uk-notification-message-success {
    background: #32d296;
    color: #fff;
    font-size: 14px;
}

.uk-notification-message-success .uk-notification-close {
    color: #fff !important;
}

.uk-notification-message-danger .uk-notification-close {
    color: #fff !important;
}

.uk-notification-message-danger {
    background: #d2000e;
    color: #fff;
    font-size: 14px;
}

.link-btn {
    color: #fff !important;
    text-decoration: none;
    box-shadow: none !important;
}

.link-btn:hover {
    text-decoration: none;
    color: #fff;
}

.uk-custom {
    padding: 8px 8px 8px 153px;
    font-size: 12px;
}

.uk-custom-message {
    width: 300px;
    font-size: 12px;

}

#form-wallet {
    display: none;
}

.text-count {
    font-size: 10px;
    margin-right: 216px;
}

.uk-checkbox:checked {
    background-image: none !important;
}

#editor {
    border: 1px solid #e5e5e5;
    height: 220px;
}

.valid-password {
    text-align: right;
    width: 100%;
    float: right;
}

.valid-password .short {
    font-weight: bold;
    color: #FF0000;
    font-size: 12px;
}

.valid-password .weak {
    font-weight: bold;
    color: orange;
    font-size: 12px;
}

.valid-password .good {
    font-weight: bold;
    color: #2D98F3;
    font-size: 12px;
}

.valid-password .strong {
    font-weight: bold;
    color: limegreen;
    font-size: 12px;
}

.valid-password span {
    font-weight: bold;
    font-size: 12px;
}

input[type=checkbox]:checked:before {
    color: #fff !important;
    margin: -2px -1px 0 0 !important;
}

input[type=radio], input[type=checkbox] {
    width: 20px !important;
    height: 20px !important;

}

input[type=radio]:checked:before {
    margin: 6px !important;
}

input[type=radio]:focus {
    box-shadow: none;
    border-color: inherit;
}

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
    border: 1px solid #fff;

}

#timer {
    margin: 20px;
    width: 65px;
}

.pietimer {
    position: relative;
    font-size: 200px;
    width: 1em;
    height: 65px;
    float: left;
}

.pietimer > .percent {
    position: absolute;
    top: 24px;
    left: 0;
    width: 61px;
    font-size: 15px;
    text-align: center;
}

.pietimer > .slice {
    position: absolute;
    width: 1em;
    height: 1em;
    clip: rect(0px, 1em, 1em, 0.5em);
}

.pietimer > .slice.gt50 {
    clip: rect(auto, auto, auto, auto);
}

.pietimer > .slice > .pie {
    border: 0.1em solid rgb(41, 227, 13) !important;
    position: absolute;
    width: 65px;
    height: 65px;
    clip: rect(0em, 0.5em, 1em, 0em);
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}

.pietimer > .slice > .pie.fill {
    -moz-transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

.pietimer.fill > .percent {
    display: none;
}

.pietimer.fill > .slice > .pie {
    border: transparent;
    background-color: #c0c0c0;
    width: 1em;
    height: 1em;
}

#sendCodeSms {
    color: red;
    font-size: 12px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    height: 19px;
}

#UserCheckLoginEmail {
    letter-spacing: 15px;
    font-size: 17px !important;
    font-weight: bold;
    text-align: center !important;
}

.number-code {
    border-bottom: none !important;
}

.f-c {
    display: none !important;
}

#SendAgainCode {
    background: none !important;
    cursor: pointer;
}

#tinymce.wp-editor {
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px;
}

#tinymce.wp-editor a {
    color: #4CA6CF;
}

.regular-url-text {
    height: 39px;
    width: 255px;
}

.template-plugin-ums {
    width: 33%;
    float: right
}

@media screen and (max-width: 782px) {
    .template-plugin-ums {
        width: 100%;
        float: right
    }
}

.main-form6 #submit {
    cursor: pointer;
}

pre {
    display: none;
}

.page-title-ums-dashboard {
    display: none;
}

.ums-plugins .plugin-card .cover-ribbon .cover-ribbon-inside {
    background: #35ea8f;
    color: #FFF;
    transform: rotate(-45deg);
    position: absolute;
    left: -35px;
    top: 16px;
    padding: 10px;
    min-width: 127px;
    text-align: center;
    z-index: 9;
}

.ums-plugins .column-price {
    display: inline;
    margin: 0 8px;
    font-size: 15px;
    color: #0aa834;
}

.ums-plugins .plugin-card .cover-ribbon {
    height: 109px;
    width: 115px;
    position: absolute;
    left: -7px;
    top: -4px;
    overflow: hidden;
}

.ums-plugins .widefat .plugin-card {
    position: relative;
}

.ums-plugins .widefat .plugin-card .column-description p {
    font-weight: 300;
}

.ums-plugins .plugin-card .cover-ribbon .cover-ribbon-inside {
    transform: rotate(45deg);
    right: -34px;
    left: auto;
}

.ums-plugins .plugin-card .cover-ribbon {
    right: -8px;
}

.ums-plugins .plugin-card .cover-ribbon .cover-ribbon-inside:before {
    left: -1px;
}

.ums-plugins .plugin-card .cover-ribbon .cover-ribbon-inside:before {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #239960;
    position: absolute;
    left: -5px;
    bottom: 0;
    content: "";
    top: 34px;
    transform: rotate(-45deg);
}

.ums-plugins .plugin-card .cover-ribbon .cover-ribbon-inside:after {
    right: -11px;
}

.ums-plugins .plugin-card .cover-ribbon .cover-ribbon-inside:after {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 7px solid #239960;
    border-bottom: 7px solid transparent;
    position: absolute;
    top: 33px;
    bottom: 0;
    right: 0px;
    content: "";
    transform: rotate(-45deg);
}

.wps-text-warning {
    color: #dc6b26;
}

.swal2-popup {
    border-radius: 15px !important;
}

.swal2-content p {
    font-size: 14px;
}

#swal2-content {
    font-size: 14px;
}

.swal2-content {
    padding-bottom: 17px !important;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 9px !important;
}

.swal2-popup .swal2-title {
    font-weight: 500 !important;
    font-size: 20px !important;
}

.swal2-popup .swal2-styled:focus {
    box-shadow: none !important;
    outline: none !important;
}

.swal2-confirm {
    background-color: #ffb703 !important;
    border-radius: 50px !important;
    color: #fff !important;
    padding: 9px 67px !important;
    border: none !important;
}

.btn-cm-in {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.btn-cm-in:hover {
    text-decoration: none;
    color: #fff;
}

.swal2-icon.swal2-warning {
    border-color: #ffb703 !important;
    color: #ffb703 !important;
}

.swal2-popup .swal2-close {
    right: 0px !important;
    left: auto !important;
    font-size: 27px !important;
}

.avada-woocommerce-myaccount-heading {
    display: none !important;
}

.avada-myaccount-user {
    display: none !important;
}

.woo-wallet-balance-to-add {
    border: 1px solid #f5f5f5;
    height: 35px;
    border-radius: 5px;
}

.woo-add-to-wallet {
    font-weight: 300 !important;
    line-height: 35px;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 2em;
    font-weight: 700;
    border-radius: 3px;
    right: auto;
    color: #fff;
    background-color: #1e6beb !important;
    float: right;
    border: 0;
    display: inline-block;
    box-shadow: none;
    text-shadow: none;
}

.menu-topbar-avatar-panel {
    list-style: none;
    text-align: right;
}


.menu-topbar-avatar-panel li a {
    color: #fff !important;
    font-size: 12px;
    font-weight: 300;
    padding-right: 13px;
}

.menu-topbar-avatar-panel li {
    padding: 11px 10px !important;
}

.menu-topbar-avatar-panel-four {
    list-style: none;
}

.menu-topbar-avatar-panel-four li a {
    color: #212529 !important;
    font-size: 14px;
    margin-top: 6px;
    font-weight: 300;
    padding-right: 10px;
}

.menu-topbar-avatar-panel-four li {
    padding: 5px 10px !important;
}

.notifications-empty {
    text-align: center;
}

.list-post-help {
    margin-bottom: 15px;
}

.list-post-help img {
    width: 20%;
    border-radius: 10px;
}

.title-post-help {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 13px;
}

.title-post-help:hover {
    text-decoration: none;
}

.content-post-help {
    font-size: 13px;
    font-weight: 300;
}

.btn-more-postu {
    margin-top: 30px;
    text-align: center;
}

.btn-more-postu a {
    padding: 10px 30px;
    background: #fb7319;
    color: #fff;
    border-radius: 10px;
}

.btn-more-postu a:hover {
    text-decoration: none;
}

.meter-ppu {
    height: 20px;
    position: relative;
    background: #f3efe6;
    overflow: hidden;
    border-radius: 10px;
}

.meter-ppu span {
    display: block;
    height: 100%;
}

.meter-ppu span p {
    text-align: center;
    color: #fff;
    padding-top: 2px !important;

}

.progress-ppu {
    background-color: #1cbc9c;
    animation: progressBar 3s ease-in-out;
    animation-fill-mode: both;
}

@keyframes progressBar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.box-completeness-ppu {
    background: #fff;
    margin-bottom: 25px;
    border-radius: 5px;
}

.header-ppu-box {
    padding: 10px 20px 18px;
    margin-bottom: 20px;
    font-size: 13px;
    border-bottom: 1px solid #f5f5f5;
}

.header-ppu-box p {
    padding-top: 11px;
}

.content-ppu-box {
    padding: 10px 20px 30px;
}

.btn-ppu-box {
    float: left;
    background: #1cbc9c;
    color: #fff;
    padding: 9px 15px;
    border-radius: 6px;
}

.btn-ppu-box:hover {
    text-decoration: none;
    color: #fff;
}

.btn-view-tutorials {
    background: #fb7319;
    float: left;
    padding: 5px 16px;
    border-radius: 5px;
    margin-top: -20px;
}

.btn-view-tutorials a {
    color: #fff;
    box-shadow: none;
}

.btn-view-tutorials a:hover {
    text-decoration: none;
}
.clr{
    display:none !important;
}