body.woocommerce-account, body.sejowoo-auth {
    font-family: "Muli", sans-serif !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px !important;
    background: #F7FAFF !important;
}

html {
    margin-top: 0 !important;
}

body.woocommerce-account.sejowoo-member-area {
    max-width: 100% !important;
}

.woocommerce-account .wp-block-post-title, .woocommerce-account main .woocommerce, .woocommerce-cart .wp-block-post-title, .woocommerce-cart main .woocommerce, .woocommerce-checkout .wp-block-post-title, .woocommerce-checkout main .woocommerce {
    max-width: 1000px;
}

body .wrapper, body .wrapper.boxed-layout, .category-menu .categories-list {
    background-color: #F7FAFF;
}

p {
    line-height: 24px;
    font-size: 16px;
}

.QA_section .QA_table .table {
    background: #FFFFFF;
    box-shadow: 0px 10px 15px rgba(235, 215, 241, 0.22);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 35px;
    padding-top: 0;
    padding-bottom: 5px;
}

.sidebar {
    top: 15px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: none;
    transition: 0.5s;
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch;
    height: 100% !important;
    max-height: 100%;
    border-radius: 0 !important;
    margin: 0 !important;
    overflow-y: auto !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.sidebar_close_icon i {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 0;
    font-size: 25px;
    top: 29px;
    cursor: pointer;
    color: #222222;
    background: #f7faff;
}

.sidebar .logo {
    margin: 15px;
    background: #fff;
    padding: 15px 15px;
    border-radius: 7px;
    margin-bottom: 0px !important;
}

.sidebar #sidebar_menu li ul {
    padding: 0px 0px 0px 32px;
}

.sidebar #sidebar_menu li {
    border-bottom: 1px solid #f7faff;
}

.sidebar #sidebar_menu li ul li {
    border: none;
}

.sidebar #sidebar_menu li.mm-active > a,
.sidebar #sidebar_menu li.mm-active > a i,
.sidebar #sidebar_menu li a.current-menu-item,
.sidebar #sidebar_menu li a.current-menu-page-item,
.sidebar #sidebar_menu li a.current-menu-item i,
.sidebar #sidebar_menu li a.current-menu-page-item i,
.sidebar #sidebar_menu li.current-menu-item,
.sidebar #sidebar_menu li.current-menu-page-item,
.sidebar #sidebar_menu li.current-menu-item i,
.sidebar #sidebar_menu li.current-menu-page-item i {
    color: #000000;
    background: #f9fbff;
}

.sidebar #sidebar_menu li > a:hover,
.sidebar #sidebar_menu li > a:hover i {
    color: #000000;
    background: #f9fbff;
}

.sidebar #sidebar_menu li ul li a {
    font-size: 13px;
    color: #676B84;
    font-weight: 400;
    padding: 0;
    white-space: nowrap;
    padding: 0;
    padding: 10px 10px !important;
}

.sidebar #sidebar_menu li a {
    font-size: 15px;
    font-weight: 400;
    color: #676B84;
    padding: 10px 25px 10px 30px;
    background: #fff;
    transition: .3s;
    position: relative;
    z-index: 0;
    display: grid;
    grid-template-columns: 25px auto;
    grid-gap: 5px;
    align-items: center;
    position: relative;
    background: transparent;
}

.sidebar #sidebar_menu li a i {
    height: auto;
}

@media (max-width: 991px) {
    .active_sidebar {
        left: 0;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 991px) {
    .sidebar .logo {
        padding: 50px 0 0 0;
        margin-bottom: 0px !important;
    }
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
    padding: .5em 1em !important;
}

.sejowoo-address-holder {
    background: #FFFFFF;
    box-shadow: 0px 10px 15px rgba(235, 215, 241, 0.22);
    border-radius: 10px;
}

.woocommerce-page .woocommerce-customer-details .sejowoo-address-holder address {
    box-sizing: border-box;
    width: 70%;
    padding: 1rem;
    border-width: 0;
    border-radius: 0;
}

#customer_login { margin-top: 5em; }

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    box-shadow: none;
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
    background: #1e85be;
    color: #fff;
    border-radius: 3px;
    padding: 1em;
    margin: .5em 0 0;
    clear: both;
    display: none;
    white-space: normal;
    position: relative;
    width: 100%;
}

.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
    left: 50%;
    top: 0;
    margin-top: -4px;
    transform: translateX(-50%) rotate(180deg);
    content: "";
    position: absolute;
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: #1e85be transparent transparent transparent;
    z-index: 100;
    display: block;
}

.woocommerce-account header,
.woocommerce-account footer { display: none !important; }

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

.cs_modal .modal-body .sejowoo-login input.woocommerce-form__input-checkbox {
    width: auto;
    line-height: unset;
    padding: 0;
    margin: 25px 5px 5px 5px;
    display: inline-block;
    height: auto;
    vertical-align: sub;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    border: none;
}

.woocommerce #customer_login .col-1,
.woocommerce #customer_login .col-2 {
    max-width: none;
}

.white_box h3 span {
    font-weight: 900;
}
.alert-holder .alert {
    margin-top: 1rem !important;
}
.QA_table .badge, .modal-body .badge {
	font-size: 13px;
    font-weight: 400;
    padding: 7px 12px;
    border-radius: 15px;
    text-transform: capitalize;
    color: #fff !important;
}
.QA_table .dataTables_filter {
	display: none;
}

:where(body .is-layout-flow) > :first-child:first-child {
    margin-block-start: 0;
    display: none;
}

.single_element .single_quick_activity h3 {
    font-size: 30px;
    line-height: 10px;
}

#sidebar_menu {
	/*margin-top: 1em;*/
}

.ui.image {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    background-color: transparent; }

img.ui.image {
    display: block; }

.ui.image svg,
.ui.image img {
    display: block;
    max-width: 100%;
    height: auto; 
}

.pt_30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.footer_part {
    padding-left: 170px;
    position: relative;
}

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
    border-right: 0;
    padding: 15px 15px;
}

.sejowoo-table-holder .label.name {
    padding: 10px 0;
    background-color: transparent;
    text-align: left;
}

.sejowoo-table-holder .label {
    padding: 6px 12px;
}

.dataTables_wrapper .dataTables_length {
    margin-bottom: 1em;
}

.dataTables_wrapper .dataTables_info {
    margin-top: 1.4em;
    padding: 0;
}

.box_header {
    margin-bottom: 0;
}

.dataTables_length label select {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.affiliate-link-description {
    margin-bottom: .7rem;
}

.InputAddOn-item.copy-btn {
    margin: 1em 0 0 0;
}

#coupon_field { margin-bottom: 0; }

.woocommerce form .form-row select, .woocommerce-page form .form-row select {
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.woocommerce .sejowoo-form .form-row.inline-field > label {
    width: auto;
    line-height: 2.2;
    padding-right: 1em;
    font-weight: bold;
}

.sejowoo-affiliate-coupon-form,
.sejowoo-affiliate-links {
    background-color: rgba(247, 250, 255, 0.7);
    padding: 30px;
}

.wc-block-components-notice-banner.is-info {
    background-color: #ffffff;
    border-color: #007cba;
}

.woocommerce-pagination { margin-top: 2em; }

.sejowoo-affiliate-coupon-form {
    /* border-top: 1px solid #ced4da; */
    /*margin-top: 2em;*/
}

.woocommerce .sejowoo-form .form-row.inline-field > label {
    width: auto;
    /* line-height: 2.2; */
    padding-right: 1em;
    font-weight: bold;
    margin: 0;
}

.QA_section .QA_table .table thead th,
.QA_section .QA_table .table tfoot th {
    padding: 17px 1.1rem !important;
}

.QA_section .QA_table .table tfoot th {
    border-bottom: 0 solid transparent;
    background-color: #fff;
    padding: 17px 30px;
    line-height: 16px;
    border: 0px solid transparent;
    font-size: 12px;
    font-weight: 400;
    color: #4D4F5C;
    white-space: nowrap;
    text-transform: uppercase;
}

.QA_section .QA_table tfoot th {
    white-space: nowrap;
    border-bottom: 1px solid rgba(130, 139, 178, 0.3) !important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.woocommerce form.sejowoo-affiliate-coupon-form .form-row .woocommerce-input-wrapper .description {
    background: #1e85be;
    color: #fff;
    border-radius: 3px;
    padding: 1em;
    margin: 0.5em 0 0;
    clear: both;
    display: none;
    position: relative;
    top: 1em;
}

.woocommerce-page .select2-container .select2-search__field, .woocommerce-page .select2-container .select2-selection {
    height: 3.5rem;
    font-size: var(--wp--preset--font-size--small);
    padding: .9rem 1.1rem;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.woocommerce-page .select2-container .select2-dropdown {
    padding: .9rem 0.5rem;
}

.sejowoo-wallet-info .woocommerce-Price-amount { margin-top: 1em; }

.single_element .quick_activity.wallet-info .single_quick_activity h3 {
    font-size: 24px;
}

.single_element .quick_activity.wallet-info .single_quick_activity {
    background: #66cbff;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-top: 10px;
    padding-left: 0;
    position: relative;
    left: 1.5em;
}

.single_element .quick_activity.wallet-info .single_quick_activity:nth-child(2) {
    background: #96e48a;
}

.single_element .quick_activity.wallet-info .single_quick_activity:nth-child(3) {
    background: #fde195;
}

#leaderboard-filter .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}

.woocommerce-page #leaderboard-filter .select2-container .select2-search--inline {
    float: none;
}

.woocommerce-page #leaderboard-filter .select2-container .select2-selection {
    height: 3.5rem;
    font-size: var(--wp--preset--font-size--small);
    width: 100% !important;
    height: calc(1.5em + .75rem + 2px);
    padding: 0 0;
    /* border: 0; */
}

.woocommerce-page #leaderboard-filter .select2-container .select2-selection .select2-selection__arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5rem;
    height: 2rem;
}

.woocommerce .sejowoo-filter-holder #leaderboard-filter.sejowoo-form-filter-holder {
    background: white;
    padding: 1rem;
    -webkit-box-shadow: 0 5px 5px #ccc;
    box-shadow: 0 5px 5px #ccc;
    position: absolute;
    top: 47px;
    left: 2px;
    z-index: 999;
    display: none;
    width: 360px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #ffffff !important;
    border-radius: 3px !important;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 3px !important;
    line-height: 1.5;
    background-color: #1e85be !important;
    color: #ffffff;
}

#add_payment_method #payment div.payment_box p { color: #ffffff !important; }

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #1e85be;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e010";
    text-decoration: none;
}

.woocommerce form.edit-account .form-row label {
    line-height: 150%;
    display: block;
    width: 100%;
}

.sejowoo-my-address .woocommerce-Address {
    background: #FFFFFF;
    box-shadow: 0px 10px 15px rgba(235, 215, 241, 0.22);
    border-radius: 10px;
    padding: 20px;
    white-space: unset;
    max-width: 48% !important;
}

.woocommerce-page #leaderboard-filter .select2-container .select2-search__field {
    height: 3.5rem;
    font-size: var(--wp--preset--font-size--small);
    width: 100% !important;
    height: calc(1.5em + 0.55rem + 2px);
    padding: 0 15px;
    border: none;
}

.woocommerce-page #leaderboard-filter .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 15px;
}

#leaderboard-filter .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#leaderboard-filter .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    margin: 0;
}

.woocommerce-page #leaderboard-filter .select2-container .select2-selection .select2-selection__arrow {
    position: absolute;
    top: 2px;
}

.top-ten table .ui.mini.image, .top-ten table .ui.mini.images .image, .top-ten table .ui.mini.images img, .top-ten table .ui.mini.images svg {
    margin-right: 1em;
}

.top-ten .QA_section .QA_table th, .top-ten .QA_section .QA_table td {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.9;
    color: #222222;
    padding: 5px 15px;
    vertical-align: middle;
}

.top-ten table .content.value .item .content {
    width: 80%;
    min-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.top-ten table .list > .item > img.image + .content, .top-ten table > .item > img.image + .content {
    display: inline-block;
    width: auto;
}

.top-ten table .content.value .item .content .product-name {
    display: inline-block;
    width: 80% !important;
    line-height: 1.5;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label,
span.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce-page .woocommerce-address-fields .select2-container .select2-search__field, .woocommerce-page .select2-container .select2-selection {
    height: 3.5rem;
    font-size: var(--wp--preset--font-size--small);
    padding: .9rem 1.1rem;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 0 .75rem;
}

.woocommerce form .form-row {
    padding: 0;
    margin: 0;
}

p:first-child {
    margin-top: 0 !important;
}

.wc-block-components-notice-banner { margin: 0; }

.cs_modal .modal-body .btn_1 {
    width: 100%;
    display: block;
    margin-top: 0;
}

.woocommerce form.woocommerce-ResetPassword .show-password-input {
    position: absolute;
    right: 1em;
    top: 18px;
    cursor: pointer;
}

 .woocommerce-page form .show-password-input {
    position: absolute;
    right: 1em;
    top: 7px;
    cursor: pointer;
}

.woocommerce-page .woocommerce-address-fields .select2-container .select2-selection .select2-selection__arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 3rem;
    height: 2.3rem;
}

.single_element .quick_activity_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    margin-bottom: 5px;
}

.woocommerce-page .woocommerce-address-fields .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 100%;
}

.ui.sub.header {
    margin-bottom: 1.5em;
}

.woocommerce .sejowoo-affiliate-links.sejowoo-form .form-row {
    display: block;
    margin-bottom: 2em;
}

#sejowoo-affiliate-coupon-form .form-row {
    margin-bottom: 1.5em;
}

.ui.card>.content>.header:not(.ui), .ui.cards>.card>.content>.header:not(.ui) {
    font-weight: 700;
    font-size: 1.28571429em;
    margin-top: 0em;
    line-height: 150%;
}

.woocommerce .sejowoo-form .form-row label {
    display: block;
    line-height: 120%;
    /*margin-top: 1.5em;*/
}

.woocommerce .col12-set .col-1.woocommerce-Address, .woocommerce-page .col2-set .col-1.woocommerce-Address, .woocommerce .col2-set .col-2.woocommerce-Address, .woocommerce-page .col2-set .col-2.woocommerce-Address {
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 1em;
}

.woocommerce-page form.sejowoo-login .show-password-input {
    position: absolute;
    right: 1em;
    top: 17px;
    cursor: pointer;
}

@media screen and (max-width:767px) {
    .woocommerce-customer-details .woocommerce-column--billing-address,
    .woocommerce-customer-details .woocommerce-column--shipping-address {
        width: 100% !important;
        float: none !important;
    }

    .sidebar {
        top: 0 !important;
    }

    #customer_login {
        margin-top: 0em;
    }

    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        width: 100%;
        margin-bottom: 1em;
    }

    .btn { text-wrap: wrap; }

    .woocommerce table.sejowoo-leaderboard-table.shop_table th, .woocommerce table.sejowoo-leaderboard-table.shop_table td {
        border-right: 0;
        padding: 15px 45px;
    }

    .shop_table_responsive tr {
        position: relative;
        padding-bottom: 0;
    }

    .QA_section .QA_table .table { background: transparent; }
    .QA_section .QA_table .table tbody tr { background: #ffffff; }

    .woocommerce table.shop_table th, .woocommerce table.shop_table td {
        border-right: 0;
        padding: 15px 30px; 
    }

    .single_element .single_quick_activity h3 {
        font-size: 25px;
    }

    .single_element .single_quick_activity {
        padding: 20px 15px;
        margin-bottom: 1em;
    }

    .single_element .quick_activity_wrap {
        display: block;
    }

    .woocommerce-page .woocommerce-customer-details .sejowoo-address-holder address {
        width: 100% !important;
        margin-bottom: 2em;
        white-space: nowrap;
    }
}

.form-control {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.main_content .main_content_iner {
    min-height: 68vh;
    transition: .5s;
    margin: 15px !important;
}

.cs_modal .modal-header {
    display: block;
}

::placeholder {
  color: #000000;
}

.sejowoo-member-area .main_content,
.sejowoo-auth .main_content {
    padding-left: 270px;
    width: 100%;
    padding-top: 0px !important;
    transition: .5s;
    position: relative;
    min-height: 100vh;
    padding-bottom: 15px;
}

.sejowoo-auth .woocommerce-MyAccount-content {
    width: 1000px;
}

.main_content.login_part {
    padding-left: 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: none !important;
    width: 100% !important;
}

.wc-block-components-notice-banner.is-info {
    background-color: #ffffff;
    border-color: #007cba;
}

@media (max-width: 575.98px) {
    .main_content {
        padding: 120px 0 100px 0 !important;
    }
}

.header_iner {
    border-radius: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    cursor: default;
    color: #000000 !important;
    border: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #ffffff !important;
    border: 0;
}

.dataTables_paginate a {
    width: auto !important;
    height: auto !important;
    background: #FFFFFF !important;
    border-radius: 3px !important;
    text-align: center !important;
    line-height: 32px;
    padding: 0 1em !important;
    margin: 0 !important;
    margin: 0 5px !important;
}

body .dataTables_wrapper {
    margin-top: 40px !important;
    padding: 30px 0;
    border-radius: var(--ei-border-radius);
    border: none !important;
}

.woocommerce-MyAccount-content {
    padding: 0 !important;
}

body .dataTables_wrapper .dataTables_length, body .dataTables_wrapper .dataTables_info {
    padding-left: 0;
}