html {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    background: #f1f1f1;
    font-family: "Inter", sans-serif;
}

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

html body .btn-primary,
html body .btn-primary:focus {
    display: inline-block;
    background: #2271b1;
    border: 1px solid #2271b1;
    color: #ffffff;
    padding: 0px 14px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: background 0.2s ease;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    height: 33px;
    line-height: 33px;
    text-decoration: none;
    box-sizing: border-box;
}

html body .btn-primary:focus-visible {
    outline: none;
}

html body .btn-primary:hover {
    background: #ffffff;
    color: #2271b1;
}

html body .btn-secondary {
    display: inline-block;
    padding: 0px 14px;
    background: #fff;
    border: 1px solid #2271b1;
    color: #2271b1;
    border-radius: 3px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: background 0.2s ease;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    height: 33px;
    line-height: 33px;
    text-decoration: none;
    box-sizing: border-box;
}

html body .btn-secondary.delete-btn {
    color: #FF3B30;
    border-color: #FF3B30;
}

html body .btn-secondary.delete-btn:hover {
    background: #EF0A0A24 !important;
}

html body .btn-secondary:hover {
    background: #f0f6fc;
}

html body .btn-back.btn-secondary {
    border: 1px solid #C3C4C7;
    color: #646970;
}

.notice,
div.error,
div.updated {
    margin: 5px 0;
}

#wpcontent {
    margin-top: 20px;
    margin-right: 20px;
}

.btn-group .btn-secondary.delete-btn {
    margin-right: 14px;
}

.wp-core-ui .notice.is-dismissible {
    margin-bottom: 24px;
}

.fade.error {
    margin: 0 0 14px;
}

/* page 1 step-1 css */

.notice-success p::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 4px;
    background-image: url("data:image/svg+xml;utf8,\    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'>\    <path fill='%230CA611' d='M15.7723 4.28999C15.8776 4.39546 15.9368 4.53843 15.9368 4.68749C15.9368 4.83656 15.8776 4.97952 15.7723 5.08499L7.14728 13.71C7.09445 13.7632 7.03149 13.8053 6.96211 13.8337C6.89273 13.8622 6.81835 13.8764 6.74337 13.8755C6.6684 13.8747 6.59435 13.8588 6.52563 13.8288C6.4569 13.7989 6.39489 13.7554 6.34328 13.701L2.21828 9.38849C2.1649 9.33559 2.12267 9.27253 2.09407 9.20303C2.06548 9.13354 2.0511 9.05901 2.05178 8.98387C2.05247 8.90872 2.0682 8.83447 2.09806 8.76551C2.12791 8.69654 2.17129 8.63426 2.22562 8.58234C2.27994 8.53042 2.34413 8.48991 2.41437 8.4632C2.48462 8.4365 2.5595 8.42414 2.6346 8.42686C2.7097 8.42957 2.7835 8.44731 2.85163 8.47902C2.91976 8.51074 2.98084 8.55578 3.03128 8.61149L6.75878 12.5077L14.9773 4.28999C15.0827 4.18466 15.2257 4.12549 15.3748 4.12549C15.5238 4.12549 15.6668 4.18466 15.7723 4.28999Z'/>\    </svg>");
}

.mailerlite-wrapper {
    max-width: 630px;
    margin: auto;
    background: #ffffff;
    border-radius: 3px;
    text-align: center;
}

.mailerlite-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px;
}

.mailerlite-header img {
   height: 35px;
}

.mailerlite-header h1 {
    font-size: 24px;
    line-height: 150%;
    font-weight: 400;
    margin: 0;
    color: #1D2327;
    font-family: "Roboto", sans-serif;
}

.mailerlite-divider {
    border-top: 1px solid #E5E7EB;
}

.mailerlite-title {
    font-size: 18px;
    line-height: 150%;
    font-weight: 500;
    margin: 0 14px;
    color: #1d2327;
    border-bottom: 1px solid #E5E7EB;
    padding: 14px;
}

.mailerlite-features {
    text-align: left;
    max-width: 265px;
    color: #50575e;
    font-size: 14px;
    margin: auto;
    padding: 14px;
}

.mailerlite-features li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.mailerlite-features li:last-child {
    margin-bottom: 0;
}

.mailerlite-button {
    margin: 0 0 14px;
}

.form-row.mailerlite-redirect-wrap .mailerlite-copy-btn {
    border: none;
    background: #F6F5F5;
    top: 1px;
    height: 32px;
}

.form-row.mailerlite-redirect-wrap .mailerlite-copy-btn svg path {
    stroke: #8A8A8A;
}

.form-row.mailerlite-redirect-wrap .mailerlite-copy-btn svg {
    vertical-align: bottom;
    width: 20px;
}

.form-row.mailerlite-redirect-wrap .mailerlite-copy-status {
    position: absolute;
    top: -20px;
    right: 0;
}

.toggle-group {
    display: flex;
    gap: 24px;
}

.form-row .toggle-group label {
    width: auto;
}

.toggle-option {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
    user-select: none;
}

.toggle-option input {
    display: none;
}

.toggle-ui {
    width: 18px;
    height: 18px;
    border: 2px solid #8A8A8A;
    border-radius: 50%;
    position: relative;
}

.toggle-ui::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #8A8A8A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.2s ease;
}

.toggle-option input:checked+.toggle-ui {
    border-color: #8A8A8A;
}

.toggle-option input:checked+.toggle-ui::after {
    transform: translate(-50%, -50%) scale(1);
}

.toggle-text {
    color: #646970;
    font-weight: 500;
}

/* page 1 step-1 css end*/

/* page 2 Auth page step-2 css*/

.card-wrap {
    max-width: 630px;
    margin: auto;
    background: #fff;
    border-radius: 3px;
    padding: 14px;
}

.step {
    text-align: center;
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 20px;
}

.card-wrap .title {
    text-align: center;
    font-size: 18px;
    line-height: 150%;
    font-weight: 600;
    color: #1d2327;
    margin-bottom: 6px;
}

.card-wrap .subtitle {
    text-align: center;
    font-size: 14px;
    color: #646970;
    margin-bottom: 14px;
}

.connected-screen.card-wrap {
    margin: 0;
}

.connected-screen.card-wrap .title,
.connected-screen.card-wrap .subtitle {
    text-align: left;
    padding-left: 0;
    line-height: 1.2;
}

.connected-screen.card-wrap .test-connection-wrap {
    align-items: flex-start;
    gap: 0;
}

.connected-screen.card-wrap .already-connecttext {
    font-size: 14px;
    color: #069124;
}

.connected-screen .test-connection-wrap #mailerlite-message {
    margin-top: 10px;
}

.divider {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 30px;
    margin-bottom: 14px;
}

.form-row {
    position: relative;
    display: flex;
    gap: 4px;
    margin-bottom: 14px;
    align-items: center;
}

#mailerlite-accounts-form .form-row,
.add-new-feeds .form-row {
    display: grid;
    grid-template-columns: 200px 1fr;
    margin-bottom: 8px;
    gap: 0;
}

.add-new-feeds .settings-block>.form-row {
    display: flex;
}

.add-new-feeds .settings-error strong {
    font-weight: 400;
}

.form-row label {
    width: 200px;
    font-size: 13px;
    line-height: 1.2;
    color: #303030;
}

.form-row .field-wrap .mailerlite-validation-msg {
    margin-top: 6px;
    display: block;
}

.form-row .field-wrap .mailerlite-validation-msg:empty {
    display: none;
}

.form-row input,
.form-row select,
.form-row textarea {
    flex: 1;
    padding: 8px 12px;
    border: 0.66px solid var(--Color-input-border, #8A8A8A);
    border-radius: 4px;
    color: #646970;
    font-size: 14px;
    line-height: 1.2;
    width: 100%;
    max-width: 100%;
    height: 34px;
    background-color: #FDFDFD;
    font-weight: 400;
}

.form-row input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
    box-shadow: 0 0 0 1000px #ffffff inset !important;
    -webkit-text-fill-color: #646970 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.form-row textarea {
    min-height: 90px;
    resize: vertical;
}

.form-row .inline-btn {
    margin-left: 8px;
    height: 34px;
    font-size: 14px;
    width: 34px;
    padding: 0;
}

.form-row .inline-btn svg {
    vertical-align: middle;
}

.form-row .inline-btn svg path {
    fill: #2271b1;
}

.form-row .inline-btn svg line {
    stroke: #2271b1;
}

.form-row .form-field-wrap {
    display: flex;
    align-items: center;
}

.help-text {
    font-size: 12px;
    color: #646970;
    margin-left: 200px;
    margin-bottom: 14px;
    line-height: 150%;
}

#mailerlite-settings-form .help-text {
    font-size: 10px;
    margin-left:inherit;
}

.help-text a {
    color: #2271b1;
}

.copy-icon {
    cursor: pointer;
    font-size: 16px;
    color: #2271b1;
    position: absolute;
    right: 2px;
    padding: 6px 10px;
    background: #F6F5F5;
    border-radius: 0 3px 3px 0;
}

.footer {
    margin-top: 30px;
}

.footer .verify-btn {
    float: right;
}

.footer #mailerlite-connection-verify {
    margin-right: 14px;
}

#mailerlite-message:last-child {
    margin: 0 0 14px;
}

.mailerlite-not-having p {
    color: #646970;
    margin: 24px 0;
}

/* page 2 Auth page step-2 css end*/

/* page 3 Auth page step-2 css start*/

.test-connection-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.test-connection-wrap p {
    margin: 0;
    align-items: center;
    gap: 6px;
    color: #0CA611;
    font-size: 14px;
    line-height: 150%;
    position: relative;
}

.test-connection-wrap .notice-error p {
    color: #FF3B30;
}

.card-test-connections .footer {
    margin-top: 50px;
}

/* page 3 Auth page step-2 css end*/

/* Centous CRM Feeds Css Start*/

.feed-bar-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
    padding: 14px 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    margin: 0px -20px 0;
}

.feed-bar-wrap .wp-heading-inline {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    margin: 0;
    color: #1D2327;
    display: flex;
    white-space: nowrap;
    gap: 12px;
    align-items: center;;
}

.feed-status-filter .feed-subsubsub {
    display: flex;
    gap: 4px;
    margin: 24px 0;
}

.feed-status-filter .feed-subsubsub li {
    margin: 0;
}

.feed-status-filter .feed-subsubsub li a {
    color: #2271B1;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}

.feed-status-filter .feed-subsubsub li a.active {
    color: #000000;
}

.feed-status-filter .feed-subsubsub li a span {
    color: #000000;
    margin-left: 2px;
}

.feed-status-filter .feed-subsubsub li a:hover {
    color: #000000;
}

.feed-status-filter .feed-subsubsub li a.active:hover {
    color: #2271B1;
}

.feed-filter-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
    flex-wrap: wrap;
}

.feed-filter-wrap .form-row {
    margin-bottom: 0;
    gap: 8px;
}

.feed-filter-wrap .form-row button {
    margin-left: 0;
}

.feed-filter-wrap select {
    width: 232px;
    margin: 0;
    border-color: #D1D5DB;
    color: #111928;
}

.feed-filter-wrap input {
    width: 292px;
    margin: 0;
    border-color: #D1D5DB;
}

.crm-scroller {
    overflow-x: auto;
    border-radius: 3px;
}

.crm-full-table {
    border: 1px solid #C3C4C7;
    box-shadow: 0px 1px 3px 0px #0000001A;
    border-radius: 3px;
}

.crm-scroller table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.crm-scroller thead th {
    background: #F9FAFB;
    padding: 8px 10px;
    font-size: 13px;
    text-align: left;
    border-bottom: 1px solid #D1D5DB;
    color: #2271B1;
    font-weight: 700;
    text-transform: capitalize;
}

.crm-scroller tbody td {
    padding: 8px 10px;
    font-size: 13px;
    color: #646970;
    border-bottom: 1px solid #E5E7EB;
    vertical-align: middle;
}

.crm-scroller tbody td p {
    margin: 0;
    display: flex;
    gap: 8px;
    align-items: center;
}

.crm-scroller tbody td a {
    text-decoration: none;
    color: #646970;
}

.crm-scroller tbody td a:focus {
    box-shadow: none;
}

.delete-feed-btn svg path,
.delete-log-btn svg path {
    fill: #d63638;
}

.crm-scroller tbody td .tag-lable span,
.success-text,
.failed-text {
    color: #FFFFFF;
    padding: 4px 14px;
    font-size: 13px;
    line-height: 150%;
    border-radius: 50px;
    font-weight: 500;
}

.crm-scroller tbody td .tag-lable.active span,
.success-text {
    background-color: #06912424;
    color: #069124;
}

.crm-scroller tbody td .tag-lable.inactive span,
.failed-text {
    background-color: #EF0A0A24;
    color: #EF0A0A;
}

.crm-scroller tbody td>input[type=checkbox],
.crm-scroller thead th>input[type=checkbox] {
    border-color: #1D2327;
}

.crm-scroller tbody td svg {
    vertical-align: middle;
}

.crm-pagination {
    display: flex;
    gap: 14px;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    background-color: #fff;
    /* border: 1px solid #E5E7EB; */
    border-top: 0;
    border-radius: 0px 0px 3px 3px;
}

.pagination-left p {
    margin: 0;
    color: #6B7280;
    font-size: 14px;
}

.pagination-left p span {
    color: #111928;
    font-weight: 600;
}

.pagination-right {
    display: flex;
    justify-content: flex-end;
}

.pagination-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination-list .page-item {
    margin-left: -1px;
    /* border overlap fix */
    margin-bottom: 0;
}

.pagination-list .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
    padding: 0 12px;
    font-size: 14px;
    color: #6B7280;
    text-decoration: none;
    border: 1px solid #D1D5DB;
    background: #fff;
    transition: all 0.2s ease;
}

.pagination-list .page-link:focus-visible {
    outline: none;
}

.pagination-list .page-item:first-child .page-link {
    border-radius: 3px 0 0 3px;
}

.pagination-list .page-item:last-child .page-link {
    border-radius: 0 3px 3px 0;
}

.pagination-list .page-link:hover {
    background: #F9FAFB;
    color: #111827;
}

.pagination-list .page-item.active .page-link {
    background: #F1F1F1;
    color: #1D2327;
    border-color: #D1D5DB;
}

.pagination-list .page-item.disabled .page-link {
    color: #9CA3AF;
    pointer-events: none;
    background: #F9FAFB;
}

/* Centous CRM Feeds Css End*/

/* Centous Add CRM Feeds Css Start*/

.add-new-feeds .card-wrap {
    max-width: 745px;
    margin: 24px 0 24px;
    box-shadow: 0px 1px 3px 0px #0000001A;
    border: 1px solid #C3C4C7;
    padding: 24px;
}

.add-new-feeds .card-wrap .divider {
    margin: 24px 0;
}

.mailerlite-settings-wrap {
    max-width: 800px;
    background: #fff;
}

.settings-block {
    margin-bottom: 24px;
}

.mailerlite-settings-wrap .settings-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 2px;
}

.mailerlite-settings-wrap .settings-desc {
    font-size: 13px;
    color: #303030;
    margin: 0 0 24px;
}

.map-table .form-row {
    margin-bottom: 0;
}

.map-table-head,
.map-table-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 6px 16px;
    border-bottom: 1px solid #E5E7EB;
    align-items: center;
}

.map-table-row:last-child {
    padding: 14px 16px;
    border-bottom: none;
}

.map-table-head {
    font-size: 14px;
    font-weight: 600;
    color: #2271B1;
    padding: 16px;
    background-color: rgba(249, 250, 251, 1);
}

.map-table-head .map-col {
    color: #2271B1;
    text-transform: uppercase;
}

.map-col {
    font-size: 14px;
    color: #374151;
    position: relative;
}

.map-col.required::after,
.form-row label.required::after {
    content: " *";
    color: #dc2626;
}

.map-table-row .form-row {
    width: 95%;
}

.map-col .remove-icon {
    cursor: pointer;
    font-size: 18px;
    color: rgba(239, 10, 10, 1);
    line-height: 1;
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
}

.toggle-switch input {
    display: none;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    background: #d1d5db;
    border-radius: 999px;
    inset: 0;
    transition: 0.3s;
}

.toggle-slider::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    transition: 0.3s;
}

.toggle-switch input:checked+.toggle-slider {
    background: #2271B1;
}

.toggle-switch input:checked+.toggle-slider::before {
    transform: translateX(20px);
}

.add-new-feeds .footer {
    justify-content: flex-start;
    margin-top: 0;
    gap: 14px;
}

.add-new-feeds .footer .btn-primary {
    margin-right: 8px;
}

.add-new-feeds .footer #mailerlite-connection-verify {
    margin-left: 14px;
}

.settings-block .form-row .form-select {
    max-width: 515px;
}

.add-new-feeds .settings-block .form-row {
    grid-template-columns: 1fr;
}

.add-new-feeds .map-table-row .form-row {
    grid-template-columns: 1fr;
}

/* Centous Add CRM Feeds Css End*/

/* Centous Add CRM Logs Css Start*/

.crm-log-table th.header-check,
.crm-log-table th.header-result {
    width: 20px;
}

.crm-log-table table td a {
    color: #2271B1;
}

.feed-filter-log-wrap form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feed-filter-log-wrap .feed-filter-wrap:last-child select {
    width: 180px;
}

/* Centous Add CRM Logs Css End*/

/* Settings Css Start */

.crm-full-table .card-wrap {
    margin: 24px 0 24px;
}

.settings-card {
    background: #fff;
    border: 1px solid #C3C4C7;
    border-radius: 6px;
    padding: 24px;
    max-width: 950px;
    box-shadow: 0px 1px 3px 0px #0000001A;
    margin-top: 24px;
}

.settings-row {
    display: grid;
    grid-template-columns: 400px 2fr;
    align-items: center;
    gap: 20px;
    padding: 12px 0;
}

.settings-row:first-child {
    padding-top: 0;
}

.settings-row:last-child {
    padding-bottom: 0;
}

.settings-label label {
    font-size: 14px;
    color: #303030;
    font-weight: 500;
}

.settings-control {
    display: flex;
    align-items: center;
}

.settings-control .form-row {
    width: 100%;
    margin-bottom: 0;
}

.settings-row-check {
    padding: 12px 0;
}

.settings-row-check input[type=checkbox] {
    vertical-align: middle;
}

div#setting-error-settings_saved strong {
    font-weight: normal;
}

/* Settings Css End */

/* View Log Details Css Start */

.entry-detail-wrap-dls {
    display: flex;
    gap: 24px;
    margin-top: 24px;
}

.entry-detail-wrap.left {
    width: 70%;
}

.entry-detail-wrap.right {
    width: 30%;
}

.entry-detail-wrap.right .right-details-entire,
.entry-detail-wrap.left .left-details-entire {
    background-color: #FFFFFF;
    box-shadow: 0px 1px 3px 0px #0000001A;
    border: 1px solid #C3C4C7;
    border-radius: 3px;
    padding: 14px;
    margin: 0 0 14px;
}

.entry-detail-wrap.left .wp-heading-inline {
    padding: 0;
    font-size: 14px;
    margin: 0 0 14px;
    font-weight: 600;
    color: #111928;
}

.entry-detail-wrap.left table {
    border-collapse: collapse;
}

.entry-detail-wrap.left table tbody tr {
    border-bottom: 1px solid #E5E7EB;
}

.entry-detail-wrap.left table tr th {
    padding: 16px;
    font-weight: 600;
    color: #111928;
    text-transform: capitalize;
    border-right: 1px solid #E5E7EB;
}

.entry-detail-wrap.left table td {
    padding: 16px;
    vertical-align: middle;
}

.entry-detail-wrap.left table td span {
    border-radius: 3px;
    font-size: 14px;
    color: #6B7280;
    display: block;
    line-height: 1.2;
    word-wrap: break-word;
    font-family: "Roboto", sans-serif;
}

.entry-detail-wrap .mailerlite-record {
    word-break: break-all;
}

.entry-detail-wrap.left table td span a {
    text-decoration: underline;
}

.entry-detail-wrap.left table tbody>:nth-child(odd) {
    background-color: transparent;
}

.entry-detail-wrap.right .wp-heading-inline {
    margin: 0 0 14px;
    padding: 0 0 14px;
    border-bottom: 1px solid #E5E7EB;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #111928;
}

.entry-detail-wrap.right .entry-row {
    display: flex;
    gap: 14px;
    margin: 0 0 14px;
}

.entry-detail-wrap.right div span {
    font-weight: 600;
    font-size: 12px;
    color: #111928;
    width: 100%;
    max-width: 135px;
    text-transform: capitalize;
}

.entry-detail-wrap.right .entry-row div {
    font-weight: 600;
    font-size: 12px;
    color: #6B7280;
    word-break: break-all;
}

.entry-detail-wrap.left table td span.success-text {
    width: fit-content;
    color: #069124;
    border-radius: 50px;
}

.entry-detail-wrap.left table td span.failed-text {
    width: fit-content;
    color: #EF0A0A;
    border-radius: 50px;
}

.error-details-entire p {
    margin: 4px 0 0;
    border: 0.66px solid var(--Color-input-border, #8A8A8A);
    background-color: #FDFDFD;
    padding: 11px 12px;
    border-radius: 3px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #6B7280;
    word-break: break-all;
}

.cf7mailerlite-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.cf7mailerlite-modal-content {
    margin: auto;
    border-radius: 3px;
    width: 100%;
    max-width: 520px;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.cf7mailerlite-modal-body {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    width: 100%;
}

.cf7mailerlite-modal-inner-content {
    padding: 16px;
}

#cf7mailerlite-confirm-delete-modal .cf7mailerlite-modal-inner-content h3,
#cf7mailerlite-confirm-status-modal .cf7mailerlite-modal-inner-content h3 {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #1D2327;
}

#cf7mailerlite-confirm-delete-modal .cf7mailerlite-modal-inner-content p,
#cf7mailerlite-confirm-status-modal .cf7mailerlite-modal-inner-content p {
    margin-bottom: 0;
    word-break: break-all;
}

.cf7mailerlite-modal-content .cf7mailerlite-action-buttons {
    padding: 16px;
    border-top: 1px solid #00000024;
    text-align: right;
}


.note-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    margin: 0 0 14px;
}

.note-avatar img {
    width: 56px;
    height: 56px;
}

.note-bubble {
    position: relative;
    background: #FFF8DC;
    padding: 14px;
    flex: 1;
    border-left: 1px solid #FFB900;
}

.note-bubble::before {
    content: "";
    position: absolute;
    left: -9px;
    top: 14px;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #FFB900;
}

.note-bubble::after {
    content: "";
    position: absolute;
    left: -7px;
    top: 15px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #FFF8DC;
    /* background color */
}

.note-text {
    margin: 0 0 8px;
    font-size: 13px;
    padding-bottom: 8px;
    border-bottom: 1px solid #FFB900;
    color: #6B7280;
    word-break: break-all;
}

.note-footer {
    font-size: 12px;
    color: #646970;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.note-footer span svg {
    vertical-align: text-top;
}

.note-footer span {
    margin-right: 14px;
}

.note-delete {
    font-size: 12px;
    color: #A61316;
    text-decoration: none;
    margin-left: 8px;
    align-self: center;
}

.note-delete:hover {
    text-decoration: underline;
}

.left-details-entire.notes-box .field-wrap {
    width: 100%;
}

.note-footer .mailerlite-delete-note-btn {
    color: #A61316;
    text-decoration: none;
}

.inputerror {
    border: 1px solid #f00 !important;
}

.mailerlite-validation-msg {
    display: none;
    color: #d63638;
    font-size: 12px;
    margin-top: 4px;
}

/* View Log Details Css End */

@media only screen and (max-width: 1024px) {

    .entry-detail-wrap-dls {
        gap: 14px;
    }

    .entry-detail-wrap.right div span {
        max-width: 95px;
    }

    .entry-detail-wrap.left {
        width: 60%;
    }

    .entry-detail-wrap.right {
        width: 40%;
    }

    .settings-control .form-row {
        grid-template-columns: 1fr;
    }

}

@media only screen and (max-width: 782px) {

    .crm-scroller tbody td>input[type=checkbox],
    .crm-scroller thead th>input[type=checkbox],
    .settings-row-check input[type=checkbox] {
        width: 16px;
        height: 16px;
    }

    .crm-scroller tbody td>input[type=checkbox]::before,
    .crm-scroller thead th>input[type=checkbox]::before {
        width: 1.3125rem;
        height: 1.3125rem;
        margin: -.1875rem 0 0 -.25rem;
    }

    .form-row .inline-btn {
        margin-left: 8px;
        margin-bottom: 0;
    }

    .auto-fold.cf7mailerlite-page-cf7mailerlite #wpcontent {
        position: unset;
    }

    .toggle-ui::after {
        width: 10px;
        height: 10px;
    }

    .toggle-ui {
        width: 14px;
        height: 14px;
    }

    .form-row input,
    .form-row select,
    .form-row textarea {
        min-height: 34px;
    }

    .form-row.mailerlite-redirect-wrap .mailerlite-copy-btn {
        min-height: 32px;
    }

    .form-row.mailerlite-redirect-wrap .mailerlite-copy-btn svg {
        vertical-align: sub;
    }

    .entry-detail-wrap.right div span {
        max-width: 95px;
    }


}

@media only screen and (max-width: 767px) {

    .mailerlite-wrapper {
        width: calc(100% - 32px);
        max-width: 100%;
    }

    .mailerlite-header {
        padding: 16px;
    }

    .mailerlite-header h1 {
        font-size: 18px;
    }

    .mailerlite-header img {
       height: 25px;
    }

    .mailerlite-title {
        font-size: 16px;
    }

    .mailerlite-features {
        padding: 14px 14px 14px 34px;
    }

    .entry-detail-wrap-dls {
        flex-wrap: wrap;
    }

    .entry-detail-wrap.left,
    .entry-detail-wrap.right {
        width: 100%;
    }

    .entry-detail-wrap.left table tr th,
    .entry-detail-wrap.left table td {
        padding: 10px;
    }

    .settings-card {
        padding: 16px;
    }

    .def7p-modal-content {
        width: 90%;
    }

}

@media only screen and (max-width: 600px) {

    #wpcontent {
        margin-top: 0;
        margin-right: 0;
        padding-right: 10px;
    }

    .feed-bar-wrap {
        margin: 0;
        padding: 14px;
    }

    .feed-bar-wrap .wp-heading-inline {
        font-size: 15px;
    }

}

@media only screen and (max-width: 576px) {

    .crm-pagination {
        flex-direction: column;
    }

    .feed-filter-wrap input,
    .feed-filter-wrap select {
        width: 210px;
    }

    #mailerlite-accounts-form .form-row,
    .add-new-feeds .form-row {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    #mailerlite-accounts-form .form-row,
    .add-new-feeds .form-row {
        grid-template-columns: 1fr;
    }

    .map-table-head,
    .map-table-row {
        gap: 14px;
        padding: 6px 10px;
        grid-template-columns: 50% 50%;
    }

    .settings-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .settings-control {
        justify-content: flex-start;
    }

    .help-text {
        margin-left: 0;
    }

    .form-row.mailerlite-redirect-wrap .mailerlite-copy-btn {
        top: 37px;
    }

    .form-row.mailerlite-redirect-wrap .mailerlite-copy-btn {
        top: 21px;
    }

    .form-row.mailerlite-redirect-wrap .mailerlite-copy-status {
        top: 20px;
    }

    .form-row label {
        width: 100px;
    }

    #mailerlite-accounts-form .form-row label {
        width: auto;
    }

    .add-new-feeds .card-wrap .form-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .note-avatar {
        width: 24px;
        height: 24px;
    }

    .note-avatar img {
        width: 100%;
        max-width: 63px;
        height: auto;
    }

    .note-bubble::after {
        top: 5px;
    }

    .note-bubble::before {
        top: 4px;
    }

    .map-table-head .map-col {
        white-space: nowrap;
    }

    .map-table-wrapper {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .map-table-wrapper .map-table {
        min-width: 400px;
    }

    .map-col .remove-icon {
        right: -4px;
    }
}


@media only screen and (max-width: 360px) {
    .mailerlite-header h1 {
        font-size: 16px;
    }

}

.radio-group {
    display: flex;
    gap: 15px;
    align-items: center;
}

.custom-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    color: #555;
    gap: 8px;
    user-select: none;
}

.form-row .custom-radio {
    width: inherit;
}

/* Hide default radio */
.custom-radio input {
    display: none;
}

/* Outer circle */
.radio-mark {
    width: 16px;
    height: 16px;
    border: 2px solid #9E9E9E;
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
}

/* Inner filled dot */
.radio-mark::after {
    content: '';
    width: 9px;
    height: 9px;
    background: #9E9E9E;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

/* Checked state */
.custom-radio input:checked+.radio-mark::after {
    opacity: 1;
}

/* Label text */
.radio-text {
    font-weight: 500;
    color: #646970;
}

.support-link {
    background: #fff;
    font-size: 14px;
    line-height: 40px;
    padding-inline: 16px;
    font-family: "Inter", sans-serif;
    margin: 0;
    text-decoration: none;
}
