/* Account dashboard css */

.preference-popup {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.60);
    z-index: 22;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.preference-popup .pref-popup-wrap {
    border-radius: 8px;
    border: 1px solid var(--Grey-100, #F0F1F3);
    background: var(--Base-White, #FFF);
    -webkit-box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
            box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    width: 700px;
    position: relative;
    padding: 40px;
    max-width: 100%;
}

.pref-popup-wrap .close-wrap {
    position: absolute;
    right: 20px;
    top: 13px;
    font-size: 27px;
}

.pref-popup-wrap h2.title {
    text-align: center;
    font-size: var(--fs-4);
}

.form-content-wrap {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
    gap: 14px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.form-content-wrap .check-item input {
    display: none;
}

.form-content-wrap .check-item label {
    padding: 10px 14px;
    background: var(--gr-bg-color);
    border-radius: 50px;
    cursor:pointer;
}
.form-content-wrap .check-item input:checked + label {
    background: var(--secondary-color);
    color: #fff;
}
.pref-popup-wrap .form-content-wrap {
    margin-bottom: 34px;
}

.pref-popup-wrap input[type="submit"] {
    height: 42px;
    width: 300px;
    display: block;
    background: var(--secondary-color);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    border: none;
    margin: 0 auto;
}
.pref-popup-wrap input[type="submit"]:hover{
    background-color:var(--green-bg);
    color:#fff;
}

.default-page-wrapper {
    background: var(--fifth-color);
    min-height:100vh;
    padding:40px 0
}
.default-page-wrapper > *{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

div#mepr-account-nav {
    margin: 0 25px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: calc(100vh - 115px);
    position: sticky;
    top: 135px;
    gap: 3px;
}
.gform_wrapper .gfield.gfield--type-textarea textarea,
.gform_wrapper .gfield:is(.gfield--type-email,.gfield--type-phone, .gfield.gfield--type-text) input {
    width: 100%;
    height: 42px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
            box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
#gform_wrapper_1[data-form-index="0"].gform-theme, [data-parent-form="1_0"]{
    --gf-ctrl-border-color: var(--border-color) !important;
    margin-top: -17px;
}
.gform_wrapper .gform_footer input#gform_submit_button_1 {
    width: 200px;
    background: var(--primary-color);
    height: 42px;
    font-size: 14px;
    border-radius: 8px;
}
.gform_wrapper .gform_footer input#gform_submit_button_1:hover{
    background-color:var(--light-gray);
    color:#fff;
}
.page-template-register .mp_wrapper {
    padding: 0;
}
.mp_wrapper .mepr-newpassword-form .mp-form-row > label {
    display: inline-block !important;
}
body.page-template-register {
    padding-top: 0;
}
.mp_wrapper .mp-form-row .mp-form-label {
    font-weight: 500;
    margin-bottom: 7px;
}
.mp_wrapper .mp-form-row :is(input, select){
    border: 1px solid var(--border-color);
    border-radius: 8px;
    height: 42px;
}
div#mepr-account-nav span a {
    padding: 10px 18px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    gap:10px;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    color: var(--light-gray);
    border-radius: 4px;
}
#mepr-account-nav span.mepr-nav-item a:hover,
#mepr-account-nav span.mepr-nav-item.mepr-active-nav-tab a {
    color: var(--primary-color);
    background: var(--border-color);
}
div#mepr-account-nav a:hover svg path,
div#mepr-account-nav span.mepr-nav-item.mepr-active-nav-tab svg path{
    stroke:var(--primary-color);
}

.page-id-443 .mp_wrapper .mp-form-row {
    margin-bottom: 16px;
}
.gr-bg-color.list-details {
    background: none;
}
.subscription-message {
    position: fixed;
    left: 0;
    right: 0;
    background: red !important;
    padding: 7px 20px;
    color: #fff;
    text-align: center;
    z-index: 1;
}

/* End Account dashboard css */



/* list-setting */
.output-report-message {
    position: fixed;
    right: 0;
    top:80px;
    background-color: #abede2bd;
    padding: 12px 21px 12px 38px;
    border-radius: 4px 0px 0 4px;
    min-height: 45px;
    text-align: left;
    width: 235px;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M21 10.0857V11.0057C20.9988 13.1621 20.3005 15.2604 19.0093 16.9875C17.7182 18.7147 15.9033 19.9782 13.8354 20.5896C11.7674 21.201 9.55726 21.1276 7.53447 20.3803C5.51168 19.633 3.78465 18.2518 2.61096 16.4428C1.43727 14.6338 0.879791 12.4938 1.02168 10.342C1.16356 8.19029 1.99721 6.14205 3.39828 4.5028C4.79935 2.86354 6.69279 1.72111 8.79619 1.24587C10.8996 0.770634 13.1003 0.988061 15.07 1.86572M21 3L11 13.01L8 10.01' stroke='%23125449' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 12px center;
    border-bottom: 4px solid #1254493b;
    z-index:3;
}
body.admin-bar .output-report-message {
    top:130px;
}
.output-report-message p{
    margin-bottom:0;
}
.author-error-msg{
    color: #cf2e2e;
    border-radius: 4px;
    border: 2px solid #cf2e2e;
    font-weight: 600;
    padding: 8px 20px;
}
.author-error-msg p{
    margin:0;
}

.output-report-message:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    right: 0;
    height: 4px;
    background-color: var(--green-bg);
    -webkit-animation: loader 10.3s linear;
            animation: loader 10.3s linear;
}
@-webkit-keyframes loader {
  0% { width:0;}
  100% { width:100%; }
}
@keyframes loader {
  0% { width:0;}
  100% { width:100%; }
}

.btns div#loader {
    border: 4px solid var(--fourth-color);
    border-top: 4px solid var(--secondary-color);
    border-radius: 50%;
    width: var(--size);
    height: var(--size);
    --size: 25px;
   -webkit-animation: spin 2s infinite;
           animation: spin 2s infinite;
}

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

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


.list_setting {
    /* padding: 25px; */
    padding: 0;
    padding-top: 0;
    margin: 0;
    margin-top: 50px;
    height: 100% !important;
/*     background-color: #fff; */
}
table.mp-table, table.mp-table th, table.mp-table td {
    border: 1px solid var(--gr-bg-color);
}
.list_setting a {
    text-transform: capitalize;
    font-weight: 700 !important;
    padding: 5px 15px;
    border-radius: 5px  !important;
    border: none  !important;
    background: transparent !important;
}

.list_setting a.active, .list_setting a:hover {
    background-color: #A0ABC0  !important;
    border: none !important;
}

.list_setting li {
    padding-bottom: 5px;
}
.user-dashboard-page .dashboard-menu, .dashboard-menu{
    margin : 0;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
}

.user-dashboard-page .user-registration-wrap{
    padding: 0;
}


/* list-setting */

.mepr-white-popup {
    text-align: center;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    padding: 40px;
    max-width: 600px;
}
.mepr-white-popup .mepr-upgrade-sub-text {
    font-size: 20px;
    font-family: var(--secondary-fonts);
    font-weight: 600;
}


/* profile-setting */


.list-details .content p {
    margin: 0;
    color: var(--light-gray);
}

.list-details .content .heading {
    font-size: 30px;
    text-transform: capitalize;
    font-family: var(--extra-fonts);
}

.list-details .content,
.update-pw {
    padding-bottom: 50px;
}

.upload-profile-image .heading {
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size:var(--fs-3);
    font-family: var(--extra-fonts);
}

.upload-profile-image .upload-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
}

input[type="file"].custom {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    white-space: nowrap;
    width: 1px;
}

.upload-profile-image .image {
    --size: 100px;
    height: var(--size);
    width: var(--size);
    border-radius: 50%;
    overflow: hidden;
}

.upload-profile-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

/* .upload-profile-image .action{
    display: flex;
    flex-direction: column;
    gap: 20px;
} */
.upload-profile-image .action-btn {
    display: block;
    background-color: #EDF0F7;
    border-radius: 10px;
    border: 1px solid var(--text-color);
    font-weight: 600;
    text-transform: capitalize;
    padding: 5px 10px;
    cursor: pointer;
}

.upload-profile-image {
    padding-bottom: 50px;
    border-bottom: 1px solid #4A5468;
}

.upload-profile-image svg {
    height: 16px;
    width: 25px;
}
.upload-profile-image .icon{
    padding-right: 10px;
}

.profile-form {
    padding-top: 50px;
}

.form-label {
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 3px;
    /* font-size: 18px; */
}

.form-group input {
    width: 100% !important;
    border-radius: 5px !important;
    border: 1px solid var(--border-color) !important;
    color:var(--primary-color);
    padding: 5px 10px !important;
    outline: none;
    height:42px;
/*  font-size: 16px !important; */
}
.mepr-account-form input{
/*  font-size: 16px !important; */
}
input[readonly]{
    background-color:var(--gr-bg-color) !important;
    color:var(--light-gray) !important;
}
.forget-password-input input{
    width: auto !important;
}

/* .form-input:focus {
    background-color: #fff !important;
} */

.profile-form .form-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding-top: 50px;
}
.border-form{
    margin: 30px 0px;
    border-bottom: 1px solid #4A5468;
    margin-bottom: 70px;
}

/* profile-setting */

/* account-setting */

.update-pw .heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.change-pw .form-action {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.dim-color span,
.dim-color .form-label {
    color: #7B879E;
}

.dim-color i {
    color: #D0D5DD;
}

/* account-setting */

/* team */

.child-account-form .submit-btn {
    display: none;
    padding-top: 20px;
}
.child-account-form .text-end input{
    display: inline-block;
}
.showadd-teammember {
    padding-top: 32px;
}

.showadd-teammember + .request-box {
    margin-top: 20px;
}

.showadd-teammember span.dark-btn {
    max-width: 330px;
    display: block;
    margin: 0 auto;
}
#create-new-user-member .btns span#cancel-team-member-create {
    margin-bottom: 0;
}
.child-account-form .submit-btn .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}

.create-account .submit-btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}

.create-account.child-account-list .form-input {
    background-color: #fff;
}
.child-account-list .btns{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.ac-edit.active {
    opacity: 0;
    visibility: hidden;
}

/* .child-account-list:nth-child(odd){
    border-color: #CBD2E0;
} */

.child-account-list {
    padding: 40px 0 35px;
    border-bottom: 1px solid var(--gr-bg-color);
}


.child-account-list:first-child {
    padding-top: 0;
}

.child-account-list:last-child {
    border: none;
    padding-bottom: 0;
}

.child-account-form .form-group {
    padding: 0;
}

.child-account-list .heading {
    font-family: var(--extra-fonts);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 23px;
    --size:100%;
    color: var(--secondary-color);
}

.child-account-list .title-flex {
    padding-bottom: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.add-account button {
    width: 50%;
    margin: auto;
}

/* .team-list {
    padding: 50px;
} */

.additional-seat {
    padding: 50px 0;
}

.additional-seat .content {
    padding: 30px;
    text-align: center;
    min-height: 170px;
    max-height: 300px;
    background-color: #EDF0F7;
    border-radius: 10px;
    width: 80%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.additional-seat .dark-btn {
    width: 80%;
}

.additional-seat p {
    font-weight: 600;
}

.master-acc-holder {
    padding: 0 0 50px;
    border-bottom: 2px solid #616A7C;
}

.master-acc-holder .heading {
    font-size: 20px;
    margin-bottom: 40px;
}

.master-acc-holder .image {
    height: 100px;
    /* width: 100px; */
    border: 2px solid var(--text-color);
}

.master-acc-holder img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.master-form {
    padding: 0;
}

/* team */

/* delete-acc-list */

.delete-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
}

.delete-acc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 75vh;
}

.delete-acc-list .content .heading {
    text-transform: none;
    font-size: 25px;
}

/* delete-acc-list */

/* billing */

.billing-list {
    padding: 50px 0;
    border-bottom: 2px solid var(--text-color);
}

.payment-method-section {
    padding-top: 0;
}

.payment-method-section .payment-content {
    background-color: #fff;
    border: 2px solid #F2F4F7;
    border-radius: 10px;
    padding: 30px;
}

.payment-method-section .main {
    font-size: 20px;
}

.payment-method-section .method-list {
    padding: 20px;
    border: 2px solid #F2F4F7;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    gap: 20px;
}

.payment-method-section .content {
    padding: 0;
}

.payment-method-section .method-list .edit-btn {
    --space: 20px;
    position: absolute;
    top: var(--space);
    right: var(--space);
}

.payment-method-section .method-list .heading {
    font-size: 16px !important;
    margin: 0;
}

.payment-method-section .method-list .expire {
    font-size: 14px;
}

.payment-method-section .icon {
    width: 70px;
    border: 2px solid #F6F7FA;
    height: 40px;
    border-radius: 10px;
}

.payment-method-section .icon svg {
    width: 100%;
    height: 100%;
}

.payment-method-section .email-sec {
    padding-top: 5px;
}

.subscription-sec,
.billing-history {
    padding: 50px 30px;
}

.subscription-sec .content {
    padding: 0;
}

.subscription-sec .content .heading {
    font-size: 16px !important;
}

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

.billing-history .heading {
    font-size: 20px;
    margin-bottom: 20px;
}

.billing-history table .heading {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 600;
}

.billing-history table {
    border: 2px solid #EAECF0;
    border-radius: 10px;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    overflow: hidden;
}

.billing-history table tr {
    border-bottom: 2px solid #EAECF0;
    padding: 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.mepr-account-table thead {
    background-color: #F9FAFB;
}

.billing-history thead span {
    font-weight: 500;
    font-size: 14px;
}

.billing-history tbody {
    background-color: #fff;
}

.billing-history tbody tr:last-child {
    border: 0;
}

.billing-history .select {
    width: 25px;
    margin-right: 5px;
    /* display: flex; */
}

.billing-history .select input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 15px;
    /* border: 2px solid #D2D7DE; */
    /* border-radius: 4px; */
    outline: none;
    cursor: pointer;
}

.Checkbox {
    width: 20px;
    height: 20px;
    position: relative;
}
.Checkbox > * {
    position: absolute;
}
.Checkbox-visible {
    border: 2px solid #D2D7DE;
    width: 15px;
    height: 15px;
    /* margin: 2px; */
    background: #fff;
    border-radius: 3px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

.Checkbox>input {
    z-index: 1;
    opacity: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    display: block;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.Checkbox>input:checked+.Checkbox-visible {
    background: var(--text-color);
    border: none;
    border-color: var(--text-color);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTQnIGhlaWdodD0nMTQnIHZpZXdCb3g9JzAgMCAxNCAxNCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48dGl0bGU+d2hpdGU8L3RpdGxlPjxwYXRoIGQ9J001LjM3OCAxMS4zN0wyIDcuNTlsMS40MzgtMS4yODZMNS4zNzQgOC40N2w1LjE4NS01Ljg0TDEyIDMuOTFsLTYuNjIyIDcuNDYnIGZpbGw9JyNmZmYnLz48L3N2Zz4=);
    background-position: center;
}

.Checkbox>input:hover:checked+.Checkbox-visible {
    border-color: var(--text-color);
}

.Checkbox>input:focus+.Checkbox-visible {
    border-color: var(--text-color);
}

.billing-history .invoice {
    width: 260px;
    /* width: 180px; */
}

.billing-history .invoice svg {
    height: 12px;
}

.billing-history .amount,
.billing-history .date,
.billing-history .status {
    /* width: 130px; */
    width: 110px;
    padding: 0 5px;
}

.billing-history tbody tr {
    padding: 15px 10px;
}

.billing-history tbody span {
    font-size: 14px;
}

.billing-history tbody .status {
    text-align: center;
}

.billing-history .status span {
    font-size: 14px;
    display: block;
}

.billing-history .paid {
    border: 1px solid #B3F1CC;
    border-radius: 20px;
    background-color: #ECFDF3;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2px 10px;
    gap: 6px;
}

.billing-history .un-paid {
    border: 1px solid #ff9090;
    border-radius: 20px;
    background-color: #fdacac;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2px 10px;
    gap: 6px;
}

.select-option-seat .content {
    border: 3px solid #4A5468;
    border-radius: 10px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 30px;
    gap: 10px;
}

.select-option-seat .icon {
    --size: 35px;
    height: var(--size);
    width: var(--size);
    border-radius: 50%;
    background-color: #E5EAF4;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
            flex: 0 0 var(--size);
    display: -ms-grid;
    display: grid;
    place-content: center;
    position: relative;
    z-index: 1;
}

.select-option-seat .icon::before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border-radius: 50%;
    background-color: #C5CDDD;
    z-index: -1;
}

.select-option-seat .icon svg {
    height: 10px;
}

.select-option-seat .buy-seat button {
    width: 100%;
}

.billing-history .download svg {
    height: 20px;
    width: 29px;
}

/* billing */

/* master */

.change-pw .master-form-action {
    border-top: 2px solid var(--text-color);
    padding-top: 50px;
}

.master-form .row {
    padding-bottom: 50px;
}

.master-form .col-md-6:last-child .form-group {
    padding-bottom: 0;
}

.master-profile .form-group {
    padding-bottom: 50px;
}

.master-profile .form-action {
    padding-top: 50px;
}

/* master */

/* .request-box {
    margin: 30px auto;
    max-width: 600px;
    background: #EDF0F7;
    padding: inherit;
    text-align: center;
} */
.request-box {
    margin: 30px auto;
    max-width: 600px;
    color:var(--fourth-color);
    text-align: center;
}
.req-msg-wrapper p {
    font-size: 14px;
}
.req-btn-wrapper a {
    width: 100%;
    padding: 10px;
    background: #2D3648;
    border-radius: 5px;
    width: 75%;
    color: #fff;
    display: block;
    margin: 2.5rem auto 0;
}
.dim-color span, .dim-color .form-label {
    color: var(--primary-color);
    margin-bottom: 10px;
}
.backtodash {
    margin-top: auto;
    padding: 15px 0px 20px;
    position: relative;
    top:0px;
}

.backtodash a {
    color: var(--light-gray);
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding:13px 18px;
    gap: 7px;
    border:1px solid transparent;
    border-radius:8px;
}

.backtodash a:hover{
    color: var(--primary-color);
    background: var(--gr-bg-color);
    border:1px solid var(--fourth-color);
}
.backtodash a:hover svg path{
    stroke:var(--primary-color);
}

.mp_wrapper table.mepr-account-table {
    width: 100% !important;
    margin: 0;
    padding: 0;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    --radi: 8px;
}
.mp_wrapper table.mepr-account-table th:first-child {
    border-top-left-radius: var(--radi);
}


.mp_wrapper table.mepr-account-table th{
    border-bottom: 1px solid #F0F1F3;
}

.mp_wrapper table.mepr-account-table th:last-child {
    border-top-right-radius: var(--radi);
}
.mp_wrapper table.mepr-account-table td{
    padding: 10px 15px;
    border-left:none;
}
.mp_wrapper table.mepr-account-table tr:last-child td {
    border-bottom: none;
}
.mp_wrapper table.mepr-account-table .mepr-account-cc-exp,
.mp_wrapper table.mepr-account-table .mepr-account-created-at,
.mepr-account-subscr-id, .mepr-account-rebill{
    color: var(--light-gray);
    font-weight: 600;
}
.mp_wrapper table.mepr-account-table .mepr-account-created-at {
    white-space: nowrap;
}
.mp_wrapper table.mepr-account-table .mepr-account-created-at,
.mepr-account-cc-exp {
    text-align: center;
}
.payment-wrap-detail .mepr-account-cc-exp{
    text-align:left;
}
.account-page-jwop .container {
    max-width: 1280px;
}
.mepr-account-form.mepr-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -6px;
}


.mepr-account-form.mepr-form .mp-form-row {
    padding: 0 6px;
    -webkit-box-flex:0;
        -ms-flex:0 0 var(--size);
            flex:0 0 var(--size);
    max-width:var(--size);
    --size:50%;
    position:relative;
}
.mepr-account-form.mepr-form .main-title{
    -webkit-box-flex:0;
        -ms-flex:0 0 var(--size);
            flex:0 0 var(--size);
    max-width:var(--size);
    padding: 0 6px;
    --size: 100% ;
}
.mepr-account-form.mepr-form .mp-form-row.mepr_phone,
.mepr-account-form.mepr-form .mp-form-row.mepr_email {
    --size: 100% ;
}
.mepr-account-form.mepr-form .mepr_spacer {
    -webkit-box-flex:0;
        -ms-flex:0 0 100%;
            flex:0 0 100%;
    max-width:100%;
}
.mepr-upgrade-dropdown,
.mepr-account-form.mepr-form select{
       border: 1px solid var(--border-color);
    padding:10px 36px 10px 14px;
    font-size:14px;
    border-radius:8px;
    width:100%;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
    -webkit-box-shadow: 0px 1px 2px 0px #1018280D;
            box-shadow: 0px 1px 2px 0px #1018280D;
    background-color:#fff;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23697586' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: calc(100% - 16px) center;
    background-repeat:no-repeat;
    background-size:13px;
    color: #000000;
}
span.mepr-account-change-password{
    display: block;
}
span.mepr-account-change-password a {
    font-weight: 600;
    color: var(--light-gray);
}
.mepr-preference-wrapper .user-registration-wrap h1.heading {
    font-size: var(--fs-3);
    font-family: var(--extra-fonts);
    margin-bottom: 42px;
    font-weight: 700;
}

.mepr-account-form.mepr-form .mp-form-row.mepr_first_name{
    -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
            order:1;
}
.mepr-account-form.mepr-form .mp-form-row.mepr_last_name{
    -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
            order:2;
}
.mepr-account-form.mepr-form .mp-form-row.mepr_email{
    -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
            order:3;
}
.mepr-account-form.mepr-form .main-title {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid var(--gr-bg-color);
}
.mepr-account-form.mepr-form .mp-form-row.mepr_mepr_phone{
    -webkit-box-ordinal-group:6;
        -ms-flex-order:5;
            order:5;
    --size:100%;
}
.mepr-account-form.mepr-form .mp-form-row.mepr_mepr_organization_name{
    -webkit-box-ordinal-group:7;
        -ms-flex-order:6;
            order:6;
}
.mepr-account-form.mepr-form .mp-form-row.mepr_mepr_abn{
    -webkit-box-ordinal-group:8;
        -ms-flex-order:7;
            order:7;
}
.mepr-account-form.mepr-form > *{
    -webkit-box-ordinal-group:9;
        -ms-flex-order:8;
            order:8
}
.mp_wrapper .mepr-form-has-errors, .mp_wrapper .cc-error, .mp_wrapper .mepr-validation-error{
    border-radius:4px;
}

/* span.mepr-account-change-password a, */
.mepr-submit,
.user-preference-page .btn-wrap input.dark-btn,
.mepr-preference-wrapper .user-registration-wrap input[type="submit"],
input.mepr-submit.mepr-share-button {
    padding: 11px 20px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--light-gray);
    background: var(--gr-bg-color);
    border-radius: 8px;
}
.mp-form-label > label,
.mp_wrapper .mp-form-row > label{
    font-weight: 500;
    color: var(--primary-color);
    padding-bottom: 6px;
}
span.mepr-account-change-password a:hover{
    color:var(--secondary-color);
    text-decoration:underline;
}
.mepr-submit:hover,
.mepr-preference-wrapper .user-registration-wrap input[type="submit"]:hover,
input.mepr-submit.mepr-share-button:hover{
    color: #fff;
    background: var(--primary-color);
}
.mepr-preference-wrapper .user-registration-wrap .form-content-wrap {
    margin-bottom: 30px;
}

.loader dotlottie-player{
    width: 20px;
    height: 20px;
}
@keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}


.list-details h4.heading {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
}
.list-details h4.heading {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width:inherit;
}
.mepr-account-form.mepr-form .mp-form-row.mepr_mepr_phone input,
.form-group.icon-phone-number input.form-input {
    padding-left: 35px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cg id='phone'%3E%3Cpath id='Icon' d='M6.97966 7.87779C7.55966 9.08581 8.35031 10.218 9.35163 11.2193C10.3529 12.2206 11.4851 13.0113 12.6932 13.5913C12.7971 13.6412 12.849 13.6661 12.9148 13.6853C13.1484 13.7534 13.4353 13.7045 13.6331 13.5628C13.6888 13.5229 13.7364 13.4753 13.8317 13.38C14.123 13.0887 14.2687 12.943 14.4152 12.8478C14.9676 12.4886 15.6797 12.4886 16.2322 12.8478C16.3786 12.943 16.5243 13.0887 16.8156 13.38L16.978 13.5424C17.4209 13.9853 17.6423 14.2067 17.7626 14.4446C18.0019 14.9175 18.0019 15.4761 17.7626 15.949C17.6423 16.1869 17.4209 16.4083 16.978 16.8512L16.8467 16.9825C16.4053 17.4239 16.1846 17.6446 15.8846 17.8131C15.5517 18.0001 15.0346 18.1346 14.6528 18.1334C14.3086 18.1324 14.0735 18.0657 13.6031 17.9322C11.0753 17.2147 8.68996 15.861 6.69998 13.871C4.70999 11.881 3.35627 9.49569 2.63879 6.96786C2.50528 6.49749 2.43853 6.2623 2.43751 5.91818C2.43637 5.53633 2.57084 5.01925 2.75786 4.68633C2.9264 4.38631 3.14707 4.16563 3.58842 3.72428L3.71979 3.59292C4.16266 3.15005 4.38409 2.92861 4.62191 2.80833C5.09488 2.5691 5.65343 2.5691 6.1264 2.80832C6.36421 2.92861 6.58565 3.15005 7.02852 3.59291L7.19091 3.75531C7.48225 4.04665 7.62792 4.19231 7.72315 4.3388C8.08232 4.8912 8.08232 5.60336 7.72315 6.15576C7.62792 6.30225 7.48225 6.44791 7.19091 6.73925C7.09565 6.83451 7.04802 6.88214 7.00815 6.93782C6.86647 7.13568 6.81756 7.42256 6.88566 7.65619C6.90482 7.72193 6.92977 7.77389 6.97966 7.87779Z' stroke='%23697586' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: 9px center;
}
.user-delete-btn {
    background-color: transparent !important;
    border: none !important;
    color: var(--light-gray);
    font-weight: 600;
    padding: 10px 15px;
}
.user-delete-btn:hover{
    color:var(--secondary-color);
    text-decoration:underline;
}
.delete-confirmation {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.60);
    z-index: 1;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 9;
}

.delete-user-popup {
   background: #fff;
    max-width: 550px;
    padding: 40px;
    border-radius: 8px;
    position: relative;
}
#deleteconfirmation input#deleteconfirm {
    padding: 5px 12px;
    border-radius: 4px;
    border: 1px solid var(--border-color);
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    height:42px;
    width: auto;
    margin: 0;
}
#deleteconfirmation input#deletetriggerbtn {
    background: #cf2e2e;
    border: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    margin-left: 10px;
    max-width: 100px;
    color: #fff;
    border-radius: 4px;
}
#deleteconfirmation input#deletetriggerbtn:hover{
    background: #b42121;
}
#deleteconfirmation label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

#deleteconfirmation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.delete-confirmation span.close-btn {
   position: absolute;
    right: 13px;
    top: 15px;
    cursor:pointer;
}
.delete-confirmation span.close-btn svg:hover path{
    stroke:var(--secondary-color);
}
#mepr-account-welcome-message + .mp_wrapper {
    padding: 0;
}
.mepr-account-form span.mepr-form-has-errors {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}
.main-title .title {
    font-size: var(--fs-3);
    font-family: var(--extra-fonts);
    margin-bottom: 0;
    padding-bottom: 8px;
    font-weight: 700;
}
.payment-wrap-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px;
    border: 1px solid var(--gr-bg-color);
    border-radius: 8px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.payment-wrap-detail .mepr-account-cc-exp{
    color: var(--light-gray);
    font-weight: 500;
}
.payment-wrap-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    border: 1px solid var(--gr-bg-color);
    border-radius: 8px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.subscription-seats, .total-bill-box {
    padding: 20px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
}

.user-subscription-box .mepr-account-actions a,
.payment-wrap-detail .button a{
    color: #fff;
    background-color: var(--primary-color);
    font-size: 14px;
    border-radius: 8px;
    padding: 10px 14px;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.user-subscription-box  .mepr-account-actions{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end;
}
.user-subscription-box .mepr-account-actions a{
    padding: 10px;
    font-size: 12px;
}
.user-subscription-box .mepr-account-actions a:hover,
.payment-wrap-detail .button a:hover {
    background-color: var(--light-gray) !important;
    color: #fff !important;
}
.payment-wrap-detail .button  a:not(.mepr-account-row-action.mepr-account-update) {
    display: none;
}

.seats-price span.seat {
    color: var(--secondary-color);
    font-size: var(--fs-2);
    font-family: var(--extra-fonts);
    font-weight: 700;
    line-height: 1;
    padding-bottom: 5px;
}
.user-subscription-box a {
    margin-left: 6px;
}
.seats-price  span.price {
    font-size: var(--fs-4);
    font-family: var(--secondary-fonts);
    line-height: 1;
    padding: 3px 0;
}

.seats-price span.subscription {
    padding-bottom: 11px;
}

.subscription-seats {
    font-size: 13px;
    font-weight: 500;
}
.seats-price span.seat {
    color: var(--secondary-color);
    font-size: var(--fs-2);
    font-family: var(--extra-fonts);
    font-weight: 700;
}

.seats-price  span.price {
    font-size: var(--fs-4);
    font-family: var(--secondary-fonts);
    line-height: 1;
    padding: 3px 0;
}

.seats-price span.subscription {
    padding-bottom: 11px;
}

.subscription-seats {
    font-size: 13px;
    font-weight: 500;
}

.organisation-detail span {
    color: var(--light-gray);
}

.organisation-detail {
    text-align: right;
}

.organisation-detail .detail {
    font-size: var(--fs-2);
    font-family: var(--extra-fonts);
    font-weight: 600;
    line-height: 1;
}

.user-subscription-box .content p{
    font-size: 13px;
    margin-bottom:0;
    font-weight:500;
}

.user-subscription-box a.mepr-account-row-action.mepr-account-update {
    display: none;
}
.mepr-account-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.mepr-account-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.total-bill-box .mepr-account-auto-rebill {
   font-weight: 500;
    color: var(--light-gray);
    padding: 0;
    margin-bottom: 2px;
}

.total-bill-box .content {
    padding-top: 30px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}

.total-bill-box .mepr-account-rebill {
    font-weight: 500;
    padding-top: 4px;
    font-size: 13px;
    border-bottom: 1px solid var(--border-color);
    color: var(--secondary-color);
}
.mepr-active {
    color: var(--secondary-color);
}
.payment-wrap-detail .card-number {
    color: var(--primary-color);
    font-size: 18px;
    line-height: 1.2;
}
.mepr-account-table thead svg {
    margin: 0 5px 0 0;
    width: 20px;
}
.mepr-account-table tbody svg{
    width:30px;
}
.mepr-account-table .invoice-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.user-preference-page {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid var(--gr-bg-color);
}
.mepr-account-terms {
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    color: var(--primary-color);
}

.mepr-cancel-sub-buttons button.mepr-btn {
    border: none;
    background: var(--primary-color);
    font-family: var(--primary-fonts);
}
.user-registration-wrap .form-content-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
}
.mepr-cancel-sub-buttons button.mepr-btn:hover{
    background-color: var(--light-gray) !important;
    color: #fff !important;
}
.total-bill-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.total-bill-box span.date {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 8px;
}

.total-bill-box .price {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
div#mepr-account-nav span a svg {
    width: var(--size);
    height:var(--size);
    --size:20px;
}
.mepr-account-table {
    width: 100%;
    margin-bottom:0;
}
.mp_wrapper table.mepr-account-table tr.mepr-alt-row{
    background-color:transparent;
}
.mp_wrapper .mepr-account-table thead th {
    background: var(--fifth-color);
    padding: 12px 24px !important;
    font-size: 12px !important;
    font-weight: 500;
    color: var(--light-gray);
    
}

.mepr-account-table tr {
    border-bottom: 1px solid var(--gr-bg-color);
}
.all-subscription-table-lists .table-responsive,
.invoices-wrapper .table-responsive{
    border: 1px solid var(--gr-bg-color);
    border-radius: 8px;
    margin-bottom:20px;
}

.mepr-account-table tr td {
    padding: 16px;
    vertical-align: middle;
    font-size: 14px;
    font-weight:500;
}
.mepr-account-table tr :is(td[data-label="Billing Date"], td[data-label="Amount"]) {
    color: var(--light-gray);
}
.mepr-account-table tr td[data-label="Download"] {
    text-align: center;
}

.mepr-account-table tr td[data-label="Download"] a {
    font-size: 0;
    font-weight: 600;
    color: var(--secondary-color);
}

.mepr-account-table tr td[data-label="Download"] a:hover{
    text-decoration:underline;
}
.mepr-account-table tr td[data-label="Download"] a:before {
    content: 'Download';
    font-size: 13px;
}

.mepr-newpassword-form {
    max-width: 600px;
}
.mepr-newpassword-form div.btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-weight:600;
}
.note-content-important-v {
    padding: 30px 30px 10px;
    background: var(--green-bg);
    border-radius: 8px;
    color:#fff;
    border: 1px solid var(--border-color);
    margin-bottom: 24px;
    font-size:13px;
}
.mp_wrapper.change-plan-wrapper {
    padding: 80px 0;
}
.note-content-important-v li {padding-bottom: 7px;}
.change-plan-wrapper .mp_wrapper.mp_invoice {
    padding: 0;
}


.note-content-important-v span.title {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: -11px;
    display: block;
}

.note-content-important-v ol {
    padding-left: 13px;
}

.mepr-payment-methods-wrapper h3 {
    font-size: var(--fs-3);
    font-family: var(--extra-fonts);
    margin-bottom: 0;
    padding-bottom: 13px;
    font-weight: 700;
}
.mepr-transaction-invoice-wrapper thead {
    background: var(--gr-bg-color);
}
.all-subscription-table-lists .table-responsive{
    display:none;
}
.all-subscription-table-lists {
    padding-top: 30px;
    margin-top: 40px;
    border-top: 1px solid var(--gr-bg-color);
}
.showmore-table span.active{
    font-size:0;
}
.showmore-table span.active:before{
    content:'View Less Subscriptions';
    font-size:14px;
}
.mepr-account-table thead th{
    white-space:nowrap;
}
.user-nav-menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    margin: 0;
    position: relative;
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.mp_wrapper:not(.user-nav-menu, .mepr-teams-wrapper){
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0px !important;
    margin-left: auto;
    margin-right: 14px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}
.mepr-teams-wrapper, .default-page-wrapper .container > div:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin: 0;
    padding: 40px 80px !important;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}
.mepr-account-form.mepr-form .mp-form-row.mepr_mepr_phone input, .form-group.icon-phone-number input.form-input{
/*  font-size: 16px; */
}

/* Responsive css */    
@media screen and (max-width:1024px){
    div#mepr-account-nav{
        margin:0 12px 0 0;
    }
}
@media screen and (max-width:991px){
    .user-nav-menu {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33%;
                flex: 0 0 33%;
        max-width: 33%;
    }
    
    .total-bill-box .mepr-account-rebill{
        padding-bottom:8px
    }
    .child-account-list .title-flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        text-align: left;
    }
    .mepr-teams-wrapper, .default-page-wrapper .container > div:last-child{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 67%;
                flex: 0 0 67%;
        max-width: 67%;
        padding: 30px !important;
    }
    div#mepr-account-nav{
        min-height: calc(100vh - 150px);
    }
    .card-lists-sty .item a{
        border-color: var(--border-color);
    }
}
@media screen and (max-width:767px){
    .mp_wrapper.user-nav-menu .backtodash {
        display: none;
    }
    .user-nav-menu,
    .mepr-teams-wrapper, .default-page-wrapper .container > div:last-child{
        -webkit-box-flex:0;
            -ms-flex:0 0 100%;
                flex:0 0 100%;
        max-width:100%;
    }
    .default-page-wrapper .container > div:last-child{
        padding:40px 16px !important;
    }
    #mepr-account-nav .mepr-nav-item{
        display:block;
        padding:0;
    }
    .user-nav-menu{
        margin-bottom:10px;
    }
    div#mepr-account-nav{
        min-height:inherit;
    }
    .account-nav-mobile.d-md-none {
        padding: 14px 45px 14px 18px;
        color: var(--primary-color);
        font-weight: 600;
        background: #fff;
        border: 1px solid var(--border-color);
        border-radius: 8px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg id='chevron-down'%3E%3Cpath id='Icon' d='M5 7.5L10 12.5L15 7.5' stroke='%23151C24' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
        background-size:20px;
        background-repeat:no-repeat;
        background-position:calc(100% - 12px) center;
    }
    div#mepr-account-nav {
        position: absolute;
        top: calc(100% - 7px);
        background: #fff;
        left: 0;
        right: 0;
        margin: 0;
        border: 1px solid var(--border-color);
        border-radius: 0 0 8px 8px;
        border-top: none;
        display:none;
        z-index:2
    }
    div#mepr-account-nav.active{
        display:block;
    }
    div#mepr-account-nav span a{
        border-radius:0;
        font-size:14px;
        gap:7px;
    }
    div#mepr-account-nav span a svg {
        --size:17px;
    }
}
@media screen and (max-width:575px){
    
    .mepr-account-form.mepr-form .mp-form-row:not(.mepr_mepr-address-state, .mepr_mepr-address-zip){
        --size:100%;
    }
    .mepr-account-form.mepr-form .main-title{
        padding-top: 40px;
        margin-top: 40px;
    }
    .mepr-upgrade-dropdown, .mepr-account-form.mepr-form select{
        padding: 10px 26px 10px 14px;
        background-position: calc(100% - 11px) center;
    }
    .child-account-list .btns button.red-btn.user-delete-btn{
        margin-right:auto;
        padding: 8px 0;
    }
    .mepr-submit, .mepr-preference-wrapper .user-registration-wrap input[type="submit"], input.mepr-submit.mepr-share-button{
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .mepr-newpassword-form div.btn-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    span.mepr-account-change-password{
        text-align:center;
    }
    .organisation-detail {
        text-align: left;
    }
    .subscription-seats .row.g-4 {
        --bs-gutter-y: 1.6rem;
    }
    .total-bill-box .mepr-account-rebill {
        padding-bottom: 9px;
        margin-bottom: 9px;
        display:block;
    }
    .account-nav-mobile.d-md-none > span{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 7px;
    }
    .account-nav-mobile.d-md-none > span svg{
        width: 17px;
        height: 17px;
    }
    .account-nav-mobile.d-md-none > span svg path{
        stroke: var(--primary-color);
    }
    .mepr-account-table tr td[data-label="Download"] a{
        display: -ms-grid;
        display: grid;
        place-items: center;
    }
    .mepr-account-table tr td[data-label="Download"] a:before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66797 13.1667L10.0013 16.5M10.0013 16.5L13.3346 13.1667M10.0013 16.5V9M16.668 12.9524C17.6859 12.1117 18.3346 10.8399 18.3346 9.41667C18.3346 6.88536 16.2826 4.83333 13.7513 4.83333C13.5692 4.83333 13.3989 4.73833 13.3064 4.58145C12.2197 2.73736 10.2133 1.5 7.91797 1.5C4.46619 1.5 1.66797 4.29822 1.66797 7.75C1.66797 9.47175 2.36417 11.0309 3.49043 12.1613' stroke='%23697586' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        width: 20px;
        height: 18px;
        background-size: contain;
        display: block;
    }
    .mepr-teams-wrapper, .default-page-wrapper .user-nav-menu + *{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding: 0 !important;
    }
    #deleteconfirmation input#deletetriggerbtn{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-top: 10px;
        margin-left: 0;
        max-width: 100%;
        padding: 10px;
    }
}

/* Img cropper popup css */
.mepr_mepr_provider_type,
.mepr_mepr_profile_image {
    display: none !important;
}
.popup-image-cropper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 44%);
    z-index: 99;
    padding:20px;
}
.popup-image-cropper .popup-wrapper {
    height: 100%;
    display: flex;
}
.popup-image-cropper .popup-image {
    position: relative;
    background: #fff;
    padding: 16px;
    border-radius: 6px;
    max-width: 500px;
    margin: auto;
}
.popup-image-cropper .popup-wrapper .img-holder {
    max-height: 61vh;
    margin-bottom: 20px;
    overflow-y: auto;
    overflow-x: hidden;
}
.popup-image h3 {
    font-size: 20px;
    padding-bottom: 9px;
    font-weight: 600;
}


.profile-image-upload {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 60px;
    
}

.profile-image-upload .profile-img {
        flex: 0 0 var(--size);
    max-width: var(--size);
    --size: 64px;
    height: var(--size);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-image-upload .profile-img span{
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    color: #697586;
    font-family: "Inter", sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.08);
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
}
.profile-image-upload .profile-img img{
    object-fit:cover;
    display:block;
    object-position:center;
    border-radius:50% !important;
    position: relative;
}
.profile-img span.text-profile-img.d-none + img {
    width: 100%;
    height: 100%;
}
.profile-image-upload #profileimg{
    display:none !important;
}

.profile-image-upload .btn-wrap span {
    display: flex;
    color: var(--light-gray);
    font-size: 12px;
    font-weight: 600;
    gap: 5px;
    align-items: center;
    cursor:pointer
}
.profile-image-upload .btn-wrap span:hover{
    color:var(--secondary-color);
}
.profile-image-upload .btn-wrap span:hover svg path{
    stroke:var(--secondary-color);
}

.profile-image-upload .btn-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
@media screen and (max-width:575px){
    .popup-image-cropper .popup-wrapper .img-holder {
        max-height: 45vh;
    }
    .profile-image-upload{
        gap:40px;
    }
}
