HEX
Server: Apache
System: Linux p3plzcpnl506847.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: slfopp7cb1df (5698090)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/slfopp7cb1df/www/shaneconrad.me/wp-content/plugins/embedpress/assets/css/settings.css
/* @import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap"); */

@font-face {
    font-family: 'DMSans-Regular';
    src: url('./fonts/DMSans-Regular.svg#DMSans-Regular') format('svg'),
        url('./fonts/DMSans-Regular.ttf') format('truetype'),
        url('./fonts/DMSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DMSans';
    src: url('./fonts/DMSans.eot');
    src: url('./fonts/DMSans.eot?#iefix') format('embedded-opentype'),
        url('./fonts/DMSans.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

:root {
    --base-gutter: 30px;
    --md-gutter: 50px;
    --lg-gutter: 70px;
    --xl-gutter: 100px;
    --base-spacer-x: 16px;
    --base-spacer-y: 16px;
    --b-radius-6: 25px;
    --calendly-event-color: #3664ae;
    --pro-upgrade-margin-bottom: 20px;
}

@media (max-width: 1600px) {
    :root {
        --base-gutter: 20px;
        --md-gutter: 30px;
        --lg-gutter: 50px;
        --xl-gutter: 70px;
    }
}

@media (max-width: 1399px) {
    :root {
        --base-gutter: 20px;
        --md-gutter: 30px;
        --lg-gutter: 40px;
        --xl-gutter: 50px;
    }
}

@media (max-width: 1199px) {
    :root {
        --base-spacer-x: 10px;
        --base-spacer-y: 10px;
        --md-gutter: 20px;
        --lg-gutter: 30px;
        --xl-gutter: 40px;
    }
}

@media (max-width: 991px) {
    :root {
        --base-spacer-x: 5px;
        --base-spacer-y: 5px;
        --md-gutter: 20px;
        --lg-gutter: 30px;
        --xl-gutter: 40px;
    }
}

::-moz-selection {
    color: #ffffff;
    background: rgba(91, 78, 150, 0.6);
}

::selection {
    color: #ffffff;
    background: rgba(91, 78, 150, 0.6);
}

.template__wrapper {
    /* font-family: 'DMSans'; */
    font-family: 'DMSans';
    line-height: 1.7;
    font-weight: 400;
    min-height: 100vh;
    background: #ffffff;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-scroll-behavior: smooth;
    -moz-scroll-behavior: smooth;
    -ms-scroll-behavior: smooth;
    -o-scroll-behavior: smooth;
    scroll-behavior: smooth;
    font-size: 16px;
}

@media (max-width: 1399px) {
    .template__wrapper {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .template__wrapper {
        font-size: .9rem;
    }
}

.template__wrapper * {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.template__wrapper a {
    color: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.template__wrapper a:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.template__wrapper label {
    margin-bottom: 0;
}

.template__wrapper h1,
.template__wrapper h2,
.template__wrapper h3,
.template__wrapper h4,
.template__wrapper h5,
.template__wrapper h6,
.template__wrapper p {
    margin: 0;
    padding: 0;
}

.template__wrapper h1,
.template__wrapper h2,
.template__wrapper h3,
.template__wrapper h4,
.template__wrapper h5,
.template__wrapper h6 {
    /* font-family: 'DMSans'; */
    font-family: 'DMSans';
    font-weight: 700;
    line-height: 1.3;
}

.template__wrapper ul,
.template__wrapper ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.template__wrapper img,
.template__wrapper video {
    max-width: 100%;
}

.m50 {
    margin: 50px;
}

.p50 {
    padding: 50px;
}

.mt50 {
    margin-top: 50px;
}

.pt50 {
    padding-top: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

.pb50 {
    padding-bottom: 50px;
}

.ml50 {
    margin-left: 50px;
}

.pl50 {
    padding-left: 50px;
}

.mr50 {
    margin-right: 50px;
}

.pr50 {
    padding-right: 50px;
}

.m40 {
    margin: 40px;
}

.p-24 {
    padding: 24px;
}

.p-32 {
    padding: 32px;
}

.p40 {
    padding: 40px;
}

.mt40 {
    margin-top: 40px;
}

.pt40 {
    padding-top: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.pb40 {
    padding-bottom: 40px;
}

.ml40 {
    margin-left: 40px;
}

.pl40 {
    padding-left: 40px;
}

.mr40 {
    margin-right: 40px;
}

.pr40 {
    padding-right: 40px;
}

.m30 {
    margin: 30px;
}

.p30 {
    padding: 30px;
}

.mt30 {
    margin-top: 30px;
}

.pt30 {
    padding-top: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.ml30 {
    margin-left: 30px;
}

.pl30 {
    padding-left: 30px;
}

.mr30 {
    margin-right: 30px;
}

.pr30 {
    padding-right: 30px;
}

.m10 {
    margin: 10px;
}

.p10 {
    padding: 10px;
}

.mt10 {
    margin-top: 10px;
}

.pt10 {
    padding-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.pl10 {
    padding-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.pr10 {
    padding-right: 10px;
}

.m5 {
    margin: 5px;
}

.p5 {
    padding: 5px;
}

.mt5 {
    margin-top: 5px;
}

.pt5 {
    padding-top: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.ml5 {
    margin-left: 5px;
}

.pl5 {
    padding-left: 5px;
}

.mr5 {
    margin-right: 5px;
}

.pr5 {
    padding-right: 5px;
}

.embedpress-tab .nav__menu ul .nav__item,
.template__wrapper label,
.iframe__size__control__form .form__group .frame__unit,
.iframe__size__control__wrap h3,
.embedpress__settings__form .form__group .form__label,
.embedpress__settings__form .form__group .form__control__wrap p,
.upgrade__card .card__content h4,
.upgrade__card .card__content p,
.upgrage__card__tab__style h3,
.upgrage__card__tab__style p,
.embedpress-license__details .license__content .thumb__area h2,
.embedpress-license__details .license__content p,
.embedpress-license__details .license__content ol li,
.embedpress-card h3,
.embedpress-card p,
.element__item h5,
.element__item .pro__item,
.embedpress--elements__wrap h3 {
    /* font-family: 'DMSans'; */
    font-family: 'DMSans';
}

.color__themeColor {
    color: #5B4E96;
}

a.color__themeColor:hover,
a.color__themeColor:focus {
    color: #473d74;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.color__primary {
    color: #00CC76;
}

a.color__primary:hover,
a.color__primary:focus {
    color: #009959;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.color__danger {
    color: #FE504F;
}

a.color__danger:hover,
a.color__danger:focus {
    color: #fe1e1c;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.color__warning {
    color: #FFA53C;
}

a.color__warning:hover,
a.color__warning:focus {
    color: #ff8d09;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.color__white {
    color: #ffffff;
}

a.color__white:hover,
a.color__white:focus {
    color: #e6e6e6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.color__dark {
    color: #222222;
}

a.color__dark:hover,
a.color__dark:focus {
    color: #090909;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.color__grey {
    color: #7C8DB5;
}

a.color__grey:hover,
a.color__grey:focus {
    color: #5c71a2;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.color__liteGrey {
    color: #F5F7FD;
}

a.color__liteGrey:hover,
a.color__liteGrey:focus {
    color: #cbd5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.color__black {
    color: #000000;
}

.color__twitter {
    color: #1da1f2;
}

a.color__twitter:hover,
a.color__twitter:focus {
    color: #0c85d0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.color__linkedin {
    color: #0077b5;
}

a.color__linkedin:hover,
a.color__linkedin:focus {
    color: #005582;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.color__instagram {
    color: #e1306c;
}

a.color__instagram:hover,
a.color__instagram:focus {
    color: #c21c54;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.background__themeColor {
    background-color: #5B4E96;
}

.background__primary {
    background-color: #00CC76;
}

.background__danger {
    background-color: #FE504F;
}

.background__warning {
    background-color: #FFA53C;
}

.background__white {
    background-color: #ffffff;
    overflow-x: hidden;
}

.background__dark {
    background-color: #222222;
}

.background__grey {
    background-color: #7C8DB5;
}

.background__liteGrey {
    background-color: #F5F7FD;
}

.background__black {
    background-color: #000000;
}

.background__twitter {
    background-color: #1da1f2;
}

.background__linkedin {
    background-color: #0077b5;
}

.background__instagram {
    background-color: #e1306c;
}

.gradient__themeColor {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 78, 150, 0.3)), to(rgba(91, 78, 150, 0.05)));
    background-image: linear-gradient(180deg, rgba(91, 78, 150, 0.3), rgba(91, 78, 150, 0.05));
    color: #5B4E96;
}

.gradient__primary {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 204, 118, 0.3)), to(rgba(0, 204, 118, 0.05)));
    background-image: linear-gradient(180deg, rgba(0, 204, 118, 0.3), rgba(0, 204, 118, 0.05));
    color: #00CC76;
}

.gradient__danger {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 80, 79, 0.3)), to(rgba(254, 80, 79, 0.05)));
    background-image: linear-gradient(180deg, rgba(254, 80, 79, 0.3), rgba(254, 80, 79, 0.05));
    color: #FE504F;
}

.gradient__warning {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 165, 60, 0.3)), to(rgba(255, 165, 60, 0.05)));
    background-image: linear-gradient(180deg, rgba(255, 165, 60, 0.3), rgba(255, 165, 60, 0.05));
    color: #FFA53C;
}

.gradient__white {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.05)));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    color: #ffffff;
}

.gradient__dark {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.3)), to(rgba(34, 34, 34, 0.05)));
    background-image: linear-gradient(180deg, rgba(34, 34, 34, 0.3), rgba(34, 34, 34, 0.05));
    color: #222222;
}

.gradient__grey {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(124, 141, 181, 0.3)), to(rgba(124, 141, 181, 0.05)));
    background-image: linear-gradient(180deg, rgba(124, 141, 181, 0.3), rgba(124, 141, 181, 0.05));
    color: #7C8DB5;
}

.gradient__liteGrey {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 247, 253, 0.3)), to(rgba(245, 247, 253, 0.05)));
    background-image: linear-gradient(180deg, rgba(245, 247, 253, 0.3), rgba(245, 247, 253, 0.05));
    color: #F5F7FD;
}

.gradient__black {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.05)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.05));
    color: #000000;
}

.gradient__twitter {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 161, 242, 0.3)), to(rgba(29, 161, 242, 0.05)));
    background-image: linear-gradient(180deg, rgba(29, 161, 242, 0.3), rgba(29, 161, 242, 0.05));
    color: #1da1f2;
}

.gradient__linkedin {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 119, 181, 0.3)), to(rgba(0, 119, 181, 0.05)));
    background-image: linear-gradient(180deg, rgba(0, 119, 181, 0.3), rgba(0, 119, 181, 0.05));
    color: #0077b5;
}

.gradient__instagram {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 48, 108, 0.3)), to(rgba(225, 48, 108, 0.05)));
    background-image: linear-gradient(180deg, rgba(225, 48, 108, 0.3), rgba(225, 48, 108, 0.05));
    color: #e1306c;
}

.button__themeColor:not(.hover__highlight) {
    background: #5B4E96;
    color: white;
    border-color: #5B4E96;
    -webkit-transition-property: background, color, box-shadow, border;
    -webkit-transition-property: background, color, border, -webkit-box-shadow;
    transition-property: background, color, border, -webkit-box-shadow;
    transition-property: background, color, box-shadow, border;
    transition-property: background, color, box-shadow, border, -webkit-box-shadow;
}

.button__themeColor:not(.hover__highlight):disabled {
    cursor: not-allowed;
    background: #FE504F;
    border-color: #FE504F;
}

.button__themeColor:not(.hover__highlight) .icon {
    color: #5B4E96;
    background: white;
}

.button__themeColor.hover__highlight {
    color: #5B4E96;
    border-color: transparent;
    background: rgba(91, 78, 150, 0.1);
}

.button__themeColor.hover__highlight .icon {
    background: #00CC76;
    color: #ffffff;
}

.button__themeColor.hover__highlight:hover {
    border-color: transparent;
}

.button__themeColor.button__shadow {
    -webkit-box-shadow: 0 10px 10px rgba(91, 78, 150, 0.2);
    box-shadow: 0 10px 10px rgba(91, 78, 150, 0.2);
}

a.button__themeColor.active,
a.button__themeColor:hover,
button.button__themeColor.active,
button.button__themeColor:hover {
    background: #514585;
    color: white;
    border-color: #514585;
}

a.button__themeColor.active:disabled,
a.button__themeColor:hover:disabled,
button.button__themeColor.active:disabled,
button.button__themeColor:hover:disabled {
    cursor: not-allowed;
    background: #FE504F;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.button__themeColor.hover__highlight:hover .icon,
button.button__themeColor.hover__highlight:hover .icon {
    background: white;
    color: #5B4E96;
}

.button__primary:not(.hover__highlight) {
    background: #00CC76;
    color: white;
    border-color: #00CC76;
    -webkit-transition-property: background, color, box-shadow, border;
    -webkit-transition-property: background, color, border, -webkit-box-shadow;
    transition-property: background, color, border, -webkit-box-shadow;
    transition-property: background, color, box-shadow, border;
    transition-property: background, color, box-shadow, border, -webkit-box-shadow;
}

.button__primary:not(.hover__highlight):disabled {
    cursor: not-allowed;
    background: #FE504F;
    border-color: #FE504F;
}

.button__primary:not(.hover__highlight) .icon {
    color: #00CC76;
    background: white;
}

.button__primary.hover__highlight {
    color: #00CC76;
    border-color: transparent;
    background: rgba(0, 204, 118, 0.1);
}

.button__primary.hover__highlight .icon {
    background: #00CC76;
    color: #ffffff;
}

.button__primary.hover__highlight:hover {
    border-color: transparent;
}

.button__primary.button__shadow {
    -webkit-box-shadow: 0 10px 10px rgba(0, 204, 118, 0.2);
    box-shadow: 0 10px 10px rgba(0, 204, 118, 0.2);
}

a.button__primary.active,
a.button__primary:hover,
button.button__primary.active,
button.button__primary:hover {
    background: #00b367;
    color: white;
    border-color: #00b367;
}

a.button__primary.active:disabled,
a.button__primary:hover:disabled,
button.button__primary.active:disabled,
button.button__primary:hover:disabled {
    cursor: not-allowed;
    background: #FE504F;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.button__primary.hover__highlight:hover .icon,
button.button__primary.hover__highlight:hover .icon {
    background: white;
    color: #00CC76;
}

.button__danger:not(.hover__highlight) {
    background: #FE504F;
    color: white;
    border-color: #FE504F;
    -webkit-transition-property: background, color, box-shadow, border;
    -webkit-transition-property: background, color, border, -webkit-box-shadow;
    transition-property: background, color, border, -webkit-box-shadow;
    transition-property: background, color, box-shadow, border;
    transition-property: background, color, box-shadow, border, -webkit-box-shadow;
}

.button__danger:not(.hover__highlight):disabled {
    cursor: not-allowed;
    background: #FE504F;
    border-color: #FE504F;
}

.button__danger:not(.hover__highlight) .icon {
    color: #FE504F;
    background: white;
}

.button__danger.hover__highlight {
    color: #FE504F;
    border-color: transparent;
    background: rgba(254, 80, 79, 0.1);
}

.button__danger.hover__highlight .icon {
    background: #00CC76;
    color: #ffffff;
}

.button__danger.hover__highlight:hover {
    border-color: transparent;
}

.button__danger.button__shadow {
    -webkit-box-shadow: 0 10px 10px rgba(254, 80, 79, 0.2);
    box-shadow: 0 10px 10px rgba(254, 80, 79, 0.2);
}

a.button__danger.active,
a.button__danger:hover,
button.button__danger.active,
button.button__danger:hover {
    background: #fe3736;
    color: white;
    border-color: #fe3736;
}

a.button__danger.active:disabled,
a.button__danger:hover:disabled,
button.button__danger.active:disabled,
button.button__danger:hover:disabled {
    cursor: not-allowed;
    background: #FE504F;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.button__danger.hover__highlight:hover .icon,
button.button__danger.hover__highlight:hover .icon {
    background: white;
    color: #FE504F;
}

.button__warning:not(.hover__highlight) {
    background: #FFA53C;
    color: white;
    border-color: #FFA53C;
    -webkit-transition-property: background, color, box-shadow, border;
    -webkit-transition-property: background, color, border, -webkit-box-shadow;
    transition-property: background, color, border, -webkit-box-shadow;
    transition-property: background, color, box-shadow, border;
    transition-property: background, color, box-shadow, border, -webkit-box-shadow;
}

.button__warning:not(.hover__highlight):disabled {
    cursor: not-allowed;
    background: #FE504F;
    border-color: #FE504F;
}

.button__warning:not(.hover__highlight) .icon {
    color: #FFA53C;
    background: white;
}

.button__warning.hover__highlight {
    color: #FFA53C;
    border-color: transparent;
    background: rgba(255, 165, 60, 0.1);
}

.button__warning.hover__highlight .icon {
    background: #00CC76;
    color: #ffffff;
}

.button__warning.hover__highlight:hover {
    border-color: transparent;
}

.button__warning.button__shadow {
    -webkit-box-shadow: 0 10px 10px rgba(255, 165, 60, 0.2);
    box-shadow: 0 10px 10px rgba(255, 165, 60, 0.2);
}

a.button__warning.active,
a.button__warning:hover,
button.button__warning.active,
button.button__warning:hover {
    background: #ff9923;
    color: white;
    border-color: #ff9923;
}

a.button__warning.active:disabled,
a.button__warning:hover:disabled,
button.button__warning.active:disabled,
button.button__warning:hover:disabled {
    cursor: not-allowed;
    background: #FE504F;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.button__warning.hover__highlight:hover .icon,
button.button__warning.hover__highlight:hover .icon {
    background: white;
    color: #FFA53C;
}

.button__white:not(.hover__highlight) {
    background: #ffffff;
    color: #5b4e96;
    border-color: #ffffff;
    -webkit-transition-property: background, color, box-shadow, border;
    -webkit-transition-property: background, color, border, -webkit-box-shadow;
    transition-property: background, color, border, -webkit-box-shadow;
    transition-property: background, color, box-shadow, border;
    transition-property: background, color, box-shadow, border, -webkit-box-shadow;
}

.button__white:not(.hover__highlight):disabled {
    cursor: not-allowed;
    background: #FE504F;
    border-color: #FE504F;
}

.button__white:not(.hover__highlight) .icon {
    color: #ffffff;
    background: #5b4e96;
}

.button__white.hover__highlight {
    color: #ffffff;
    border-color: transparent;
    background: rgba(255, 255, 255, 0.1);
}

.button__white.hover__highlight .icon {
    background: #00CC76;
    color: #ffffff;
}

.button__white.hover__highlight:hover {
    border-color: transparent;
}

.button__white.button__shadow {
    -webkit-box-shadow: 0 10px 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 10px rgba(255, 255, 255, 0.2);
}

a.button__white.active,
a.button__white:hover,
button.button__white.active,
button.button__white:hover {
    background: #f2f2f2;
    color: #5b4e96;
    border-color: #f2f2f2;
}

a.button__white.active:disabled,
a.button__white:hover:disabled,
button.button__white.active:disabled,
button.button__white:hover:disabled {
    cursor: not-allowed;
    background: #FE504F;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.button__white.hover__highlight:hover .icon,
button.button__white.hover__highlight:hover .icon {
    background: #5b4e96;
    color: #ffffff;
}

.button__dark:not(.hover__highlight) {
    background: #222222;
    color: white;
    border-color: #222222;
    -webkit-transition-property: background, color, box-shadow, border;
    -webkit-transition-property: background, color, border, -webkit-box-shadow;
    transition-property: background, color, border, -webkit-box-shadow;
    transition-property: background, color, box-shadow, border;
    transition-property: background, color, box-shadow, border, -webkit-box-shadow;
}

.button__dark:not(.hover__highlight):disabled {
    cursor: not-allowed;
    background: #FE504F;
    border-color: #FE504F;
}

.button__dark:not(.hover__highlight) .icon {
    color: #222222;
    background: white;
}

.button__dark.hover__highlight {
    color: #222222;
    border-color: transparent;
    background: rgba(34, 34, 34, 0.1);
}

.button__dark.hover__highlight .icon {
    background: #00CC76;
    color: #ffffff;
}

.button__dark.hover__highlight:hover {
    border-color: transparent;
}

.button__dark.button__shadow {
    -webkit-box-shadow: 0 10px 10px rgba(34, 34, 34, 0.2);
    box-shadow: 0 10px 10px rgba(34, 34, 34, 0.2);
}

a.button__dark.active,
a.button__dark:hover,
button.button__dark.active,
button.button__dark:hover {
    background: #151515;
    color: white;
    border-color: #151515;
}

a.button__dark.active:disabled,
a.button__dark:hover:disabled,
button.button__dark.active:disabled,
button.button__dark:hover:disabled {
    cursor: not-allowed;
    background: #FE504F;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.button__dark.hover__highlight:hover .icon,
button.button__dark.hover__highlight:hover .icon {
    background: white;
    color: #222222;
}

.button__grey:not(.hover__highlight) {
    background: #7C8DB5;
    color: white;
    border-color: #7C8DB5;
    -webkit-transition-property: background, color, box-shadow, border;
    -webkit-transition-property: background, color, border, -webkit-box-shadow;
    transition-property: background, color, border, -webkit-box-shadow;
    transition-property: background, color, box-shadow, border;
    transition-property: background, color, box-shadow, border, -webkit-box-shadow;
}

.button__grey:not(.hover__highlight):disabled {
    cursor: not-allowed;
    background: #FE504F;
    border-color: #FE504F;
}

.button__grey:not(.hover__highlight) .icon {
    color: #7C8DB5;
    background: white;
}

.button__grey.hover__highlight {
    color: #7C8DB5;
    border-color: transparent;
    background: rgba(124, 141, 181, 0.1);
}

.button__grey.hover__highlight .icon {
    background: #00CC76;
    color: #ffffff;
}

.button__grey.hover__highlight:hover {
    border-color: transparent;
}

.button__grey.button__shadow {
    -webkit-box-shadow: 0 10px 10px rgba(124, 141, 181, 0.2);
    box-shadow: 0 10px 10px rgba(124, 141, 181, 0.2);
}

a.button__grey.active,
a.button__grey:hover,
button.button__grey.active,
button.button__grey:hover {
    background: #6c7fac;
    color: white;
    border-color: #6c7fac;
}

a.button__grey.active:disabled,
a.button__grey:hover:disabled,
button.button__grey.active:disabled,
button.button__grey:hover:disabled {
    cursor: not-allowed;
    background: #FE504F;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.button__grey.hover__highlight:hover .icon,
button.button__grey.hover__highlight:hover .icon {
    background: white;
    color: #7C8DB5;
}

.button__liteGrey:not(.hover__highlight) {
    background: #F5F7FD;
    color: #5b4e96;
    border-color: #F5F7FD;
    -webkit-transition-property: background, color, box-shadow, border;
    -webkit-transition-property: background, color, border, -webkit-box-shadow;
    transition-property: background, color, border, -webkit-box-shadow;
    transition-property: background, color, box-shadow, border;
    transition-property: background, color, box-shadow, border, -webkit-box-shadow;
}

.button__liteGrey:not(.hover__highlight):disabled {
    cursor: not-allowed;
    background: #FE504F;
    border-color: #FE504F;
}

.button__liteGrey:not(.hover__highlight) .icon {
    color: #F5F7FD;
    background: #5b4e96;
}

.button__liteGrey.hover__highlight {
    color: #F5F7FD;
    border-color: transparent;
    background: rgba(245, 247, 253, 0.1);
}

.button__liteGrey.hover__highlight .icon {
    background: #00CC76;
    color: #ffffff;
}

.button__liteGrey.hover__highlight:hover {
    border-color: transparent;
}

.button__liteGrey.button__shadow {
    -webkit-box-shadow: 0 10px 10px rgba(245, 247, 253, 0.2);
    box-shadow: 0 10px 10px rgba(245, 247, 253, 0.2);
}

a.button__liteGrey.active,
a.button__liteGrey:hover,
button.button__liteGrey.active,
button.button__liteGrey:hover {
    background: #e0e6f9;
    color: #5b4e96;
    border-color: #e0e6f9;
}

a.button__liteGrey.active:disabled,
a.button__liteGrey:hover:disabled,
button.button__liteGrey.active:disabled,
button.button__liteGrey:hover:disabled {
    cursor: not-allowed;
    background: #FE504F;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.button__liteGrey.hover__highlight:hover .icon,
button.button__liteGrey.hover__highlight:hover .icon {
    background: #5b4e96;
    color: #F5F7FD;
}

.button__black:not(.hover__highlight) {
    background: #000000;
    color: white;
    border-color: #000000;
    -webkit-transition-property: background, color, box-shadow, border;
    -webkit-transition-property: background, color, border, -webkit-box-shadow;
    transition-property: background, color, border, -webkit-box-shadow;
    transition-property: background, color, box-shadow, border;
    transition-property: background, color, box-shadow, border, -webkit-box-shadow;
}

.button__black:not(.hover__highlight):disabled {
    cursor: not-allowed;
    background: #FE504F;
    border-color: #FE504F;
}

.button__black:not(.hover__highlight) .icon {
    color: #000000;
    background: white;
}

.button__black.hover__highlight {
    color: #000000;
    border-color: transparent;
    background: rgba(0, 0, 0, 0.1);
}

.button__black.hover__highlight .icon {
    background: #00CC76;
    color: #ffffff;
}

.button__black.hover__highlight:hover {
    border-color: transparent;
}

.button__black.button__shadow {
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

a.button__black.active:disabled,
a.button__black:hover:disabled,
button.button__black.active:disabled,
button.button__black:hover:disabled {
    cursor: not-allowed;
    background: #FE504F;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.button__black.hover__highlight:hover .icon,
button.button__black.hover__highlight:hover .icon {
    background: white;
    color: #000000;
}

.button__twitter:not(.hover__highlight) {
    background: #1da1f2;
    color: white;
    border-color: #1da1f2;
    -webkit-transition-property: background, color, box-shadow, border;
    -webkit-transition-property: background, color, border, -webkit-box-shadow;
    transition-property: background, color, border, -webkit-box-shadow;
    transition-property: background, color, box-shadow, border;
    transition-property: background, color, box-shadow, border, -webkit-box-shadow;
}

.button__twitter:not(.hover__highlight):disabled {
    cursor: not-allowed;
    background: #FE504F;
    border-color: #FE504F;
}

.button__twitter:not(.hover__highlight) .icon {
    color: #1da1f2;
    background: white;
}

.button__twitter.hover__highlight {
    color: #1da1f2;
    border-color: transparent;
    background: rgba(29, 161, 242, 0.1);
}

.button__twitter.hover__highlight .icon {
    background: #00CC76;
    color: #ffffff;
}

.button__twitter.hover__highlight:hover {
    border-color: transparent;
}

.button__twitter.button__shadow {
    -webkit-box-shadow: 0 10px 10px rgba(29, 161, 242, 0.2);
    box-shadow: 0 10px 10px rgba(29, 161, 242, 0.2);
}

a.button__twitter.active,
a.button__twitter:hover,
button.button__twitter.active,
button.button__twitter:hover {
    background: #0d95e8;
    color: white;
    border-color: #0d95e8;
}

a.button__twitter.active:disabled,
a.button__twitter:hover:disabled,
button.button__twitter.active:disabled,
button.button__twitter:hover:disabled {
    cursor: not-allowed;
    background: #FE504F;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.button__twitter.hover__highlight:hover .icon,
button.button__twitter.hover__highlight:hover .icon {
    background: white;
    color: #1da1f2;
}

.button__linkedin:not(.hover__highlight) {
    background: #0077b5;
    color: white;
    border-color: #0077b5;
    -webkit-transition-property: background, color, box-shadow, border;
    -webkit-transition-property: background, color, border, -webkit-box-shadow;
    transition-property: background, color, border, -webkit-box-shadow;
    transition-property: background, color, box-shadow, border;
    transition-property: background, color, box-shadow, border, -webkit-box-shadow;
}

.button__linkedin:not(.hover__highlight):disabled {
    cursor: not-allowed;
    background: #FE504F;
    border-color: #FE504F;
}

.button__linkedin:not(.hover__highlight) .icon {
    color: #0077b5;
    background: white;
}

.button__linkedin.hover__highlight {
    color: #0077b5;
    border-color: transparent;
    background: rgba(0, 119, 181, 0.1);
}

.button__linkedin.hover__highlight .icon {
    background: #00CC76;
    color: #ffffff;
}

.button__linkedin.hover__highlight:hover {
    border-color: transparent;
}

.button__linkedin.button__shadow {
    -webkit-box-shadow: 0 10px 10px rgba(0, 119, 181, 0.2);
    box-shadow: 0 10px 10px rgba(0, 119, 181, 0.2);
}

a.button__linkedin.active,
a.button__linkedin:hover,
button.button__linkedin.active,
button.button__linkedin:hover {
    background: #00669c;
    color: white;
    border-color: #00669c;
}

a.button__linkedin.active:disabled,
a.button__linkedin:hover:disabled,
button.button__linkedin.active:disabled,
button.button__linkedin:hover:disabled {
    cursor: not-allowed;
    background: #FE504F;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.button__linkedin.hover__highlight:hover .icon,
button.button__linkedin.hover__highlight:hover .icon {
    background: white;
    color: #0077b5;
}

.button__instagram:not(.hover__highlight) {
    background: #e1306c;
    color: white;
    border-color: #e1306c;
    -webkit-transition-property: background, color, box-shadow, border;
    -webkit-transition-property: background, color, border, -webkit-box-shadow;
    transition-property: background, color, border, -webkit-box-shadow;
    transition-property: background, color, box-shadow, border;
    transition-property: background, color, box-shadow, border, -webkit-box-shadow;
}

.button__instagram:not(.hover__highlight):disabled {
    cursor: not-allowed;
    background: #FE504F;
    border-color: #FE504F;
}

.button__instagram:not(.hover__highlight) .icon {
    color: #e1306c;
    background: white;
}

.button__instagram.hover__highlight {
    color: #e1306c;
    border-color: transparent;
    background: rgba(225, 48, 108, 0.1);
}

.button__instagram.hover__highlight .icon {
    background: #00CC76;
    color: #ffffff;
}

.button__instagram.hover__highlight:hover {
    border-color: transparent;
}

.button__instagram.button__shadow {
    -webkit-box-shadow: 0 10px 10px rgba(225, 48, 108, 0.2);
    box-shadow: 0 10px 10px rgba(225, 48, 108, 0.2);
}

a.button__instagram.active,
a.button__instagram:hover,
button.button__instagram.active,
button.button__instagram:hover {
    background: #d81f5e;
    color: white;
    border-color: #d81f5e;
}

a.button__instagram.active:disabled,
a.button__instagram:hover:disabled,
button.button__instagram.active:disabled,
button.button__instagram:hover:disabled {
    cursor: not-allowed;
    background: #FE504F;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.button__instagram.hover__highlight:hover .icon,
button.button__instagram.hover__highlight:hover .icon {
    background: white;
    color: #e1306c;
}

.template__wrapper .button.button-pro-upgrade {
    font-weight: 700;
    color: #fff;
    background-color: #FF7369;
    border-color: #FF7369;
}

.template__wrapper .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    padding: 16px 30px;
    line-height: 1;
    color: #594E91;
    background: rgba(91, 78, 150, 0.1);
    border: 1px solid rgba(91, 78, 150, 0.1);
    font-size: 16px;
    font-weight: 500;
    font-family: 'DMSans';
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .template__wrapper .button {
        padding: 16px 25px;
    }
}

.template__wrapper .button:hover {
    background: #5B4E96 !important;
    color: #ffffff !important;
    border-color: #5B4E96 !important;
}

.template__wrapper .button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #5B4E96;
    background-color: #5B4E96;
    color: #ffffff;
}

.template__wrapper .button .ss-icon {
    font-size: 14px;
    margin-right: 5px;
}

.template__wrapper .button--lg {
    padding: 20px 30px;
}

.template__wrapper .button__flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.button__group .button {
    margin-right: 13px;
    margin-bottom: 15px;
}

.button__group .button:last-child {
    margin-right: 0;
}

.template__wrapper .radius-10 {
    border-radius: 10px;
}

.template__wrapper .radius-12 {
    border-radius: 12px;
}

.template__wrapper .radius-16 {
    border-radius: 16px;
    overflow-x: hidden;
}

.template__wrapper .radius-20 {
    border-radius: 20px;
}

.template__wrapper .radius-24 {
    border-radius: 24px;
}

.template__wrapper .radius-25 {
    border-radius: 25px;
}

.template__wrapper .radius-50 {
    border-radius: 50px;
}

.template__wrapper {
    /* overflow: hidden; */
    min-height: 100vh;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

@media (max-width: 991px) {
    .template__wrapper.p30 {
        padding: 15px;
    }
}

.embedpress__container {
    width: 100%;
    margin: 0 auto;
    max-width: 1700px;
    overflow-x: hidden;
}

.o-hidden {
    overflow: hidden;
}

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

.h-100 {
    height: 100%;
}

.embedpress-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991px) {
    .embedpress-body {
        display: block;
    }
}

/* 
.embedpress-body .embedpress-sidebar-wrapper {
    display: flex;
    flex-direction: column;
}

.embedpress-body .embedpress-sidebar-wrapper .sticky-sibling {
    flex-grow: 1;
} */

.embedpress-sidebar-wrapper {
    position: relative;
    z-index: 1;
}


.embedpress-body .embedpress-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    min-width: 240px;
    margin-right: 24px;
    position: sticky;
    top: 40px;
    max-width: 240px;
    overflow: unset;
}

.embedpress-body .embedpress-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.embedpress__row {
    display: -ms-grid;
    display: grid;
    gap: 20px;
}

.embedpress__row.grid__3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1199px) {
    .embedpress__row.grid__3 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .embedpress__row.grid__3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
}

.embedpress__row.grid__4 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1199px) {
    .embedpress__row.grid__4 {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: repeat(3, 1fr);
    }
}

.embedpress__notification {
    position: fixed;
    bottom: 50px;
    right: 50px;
    padding: 15px 25px;
    border-radius: 10px;
    max-width: 400px;
    z-index: 9999;
}

.embedpress__notification--success {
    background: #00CC76;
}

.embedpress__notification--error {
    background-color: #FE504F;
}

.embedpress__notification p {
    color: #ffffff;
    font-size: 14px;
}

#wpcontent {
    padding-left: 0;
}

@media all and (max-width: 782px) {
    .auto-fold #wpcontent {
        padding-left: 0;
    }
}

@media (max-width: 1199px) {

    .p50,
    .p40 {
        padding: 25px;
    }
}

.embedpress-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 15px;
    row-gap: 10px;
    background: #fff;
    padding: 15px 30px;
    margin-bottom: 15px;
    border-radius: 16px;
}


@media all and (max-width: 767px) {
    .embedpress-header {
        flex-direction: column;
        align-items: baseline;

    }
}

header.embedpress-header img {
    width: 150px;
    min-width: 150px;
}

header.embedpress-header p {
    font-size: 16px;
    color: #25396F;
    line-height: 1.1;
    text-align: center;
}

header.embedpress-header a {
    color: #FF7369 !important;
}

header.embedpress-header a.comunity-link {
    text-decoration: underline;
    color: #5B4E96 !important;
    font-size: .9rem;
}

header.embedpress-header a.upgrade-link {
    background: #5B4E96;
    color: #ffffff !important;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: background-color 0.3s ease;
    flex-wrap: nowrap;
}

header.embedpress-header a.upgrade-link:hover {
    background: #4a3f7a;
}

header.embedpress-header a.upgrade-link .ep-icon {
    font-size: 16px;
}

a.site__logo {
    display: inline-flex;
}

.embedpress-sidebar {
    padding: 10px;
    background: #ffffff;
    border-radius: 16px;
    position: relative;
}

.embedpress-version-wrapper li {
    font-size: 14px;
    font-weight: 600;
    color: #7C8DB5;
    text-align: right;
    line-height: 1.2;
    white-space: nowrap;
}

@media all and (max-width: 767px) {
    .embedpress-version-wrapper li {
        font-size: 14px;
        text-align: left;
        margin-bottom: 5px;
    }
}


@media all and (max-width: 575px) {
    .embedpress-header {
        display: block;
    }

    .embedpress-header .embedpress-version-wrapper {
        margin-top: 10px;
    }

    .embedpress-version-wrapper li {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .embedpress-sidebar {
        padding: 0;
        border-radius: 5px;
        margin-bottom: 30px;
    }
}

.embedpress-sidebar .sidebar__toggler {
    display: none;
}

@media (max-width: 991px) {
    .embedpress-sidebar .sidebar__toggler {
        display: block;
        font-size: 24px;
        padding: 5px 10px;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .embedpress-sidebar .sidebar__menu {
        display: none;
        position: absolute;
        top: calc(100% + 10px);
        z-index: 90;
        left: 0;
        background: #ffffff;
        min-width: 220px;
        border-radius: 10px;
        padding: 10px;
        -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
    }
}

li.sidebar__item.elements-item {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 12px;
}

.embedpress-sidebar .sidebar__menu .sidebar__item:not(:last-child) {
    margin-bottom: 10px;
}

.embedpress-sidebar .sidebar__menu .sidebar__item:hover .sidebar__link {
    background: #5B4E96;
    color: #ffffff;
}

.embedpress-sidebar .sidebar__menu .sidebar__item.show .sidebar__link {
    background: #5B4E96;
    color: #ffffff;
}

.embedpress-sidebar .sidebar__menu .sidebar__item.show .sidebar__link--toggler:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.embedpress-sidebar .sidebar__menu .sidebar__item .sidebar__link {
    padding: 10px 20px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #988FBD;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;

}

.embedpress-sidebar .sidebar__menu .sidebar__item.settings-item .sidebar__link:hover svg {
    fill: #fff;

}

.embedpress-sidebar .sidebar__menu .sidebar__item.settings-item.show .sidebar__link svg {
    fill: #fff;
}



.embedpress-sidebar .sidebar__menu li.sidebar__item a svg {
    height: 20px;
    margin-top: -2px;
}

.embedpress-sidebar .sidebar__menu li.sidebar__item {
    position: relative;
}

.embedpress-sidebar .sidebar__menu li.sidebar__item span.embedpress-font-m.embedpress-tag {
    width: auto;
    right: 18px;
    top: 14px;
    display: flex;
    align-items: center;

}

.embedpress-sidebar .sidebar__menu .sidebar__item .sidebar__link--toggler:before {
    content: '\e906';
    font-family: icomoon;
    position: absolute;
    top: 18px;
    right: 15px;
    font-size: .8rem;
    -webkit-transition: rotate .3s ease;
    transition: rotate .3s ease;
}

.embedpress-sidebar .sidebar__menu .sidebar__item .sidebar__link.active+.dropdown__menu {
    display: block;
}

a.sidebar__link.active.general svg path,
a.sidebar__link.active.elements svg path,
a.sidebar__link.active.branding svg path {
    stroke: #fff;
}

.general.sidebar__link:hover svg path,
.elements.sidebar__link:hover svg path,
.branding.sidebar__link:hover svg path {
    stroke: #fff;
}

a.sidebar__link.active.sources svg path,
a.sidebar__link.active.shortcode svg path {
    fill: #fff;
}

.sources.sidebar__link:hover svg path,
.shortcode.sidebar__link:hover svg path {
    fill: #fff;
}

a.sidebar__link.ads-icon.active svg path {
    stroke: #fff;
}

a.sidebar__link.ads-icon svg path {
    stroke: #988FBD;
}

a.sidebar__link.ads-icon:hover svg path {
    stroke: #fff;
}

.embedpress-sidebar .sidebar__menu .sidebar__item .sidebar__link span {
    display: inline-block;
    width: 20px;
    height: 19px;
    text-align: center;
}

a.sidebar__link.ads-icon span {
    display: flex !important;
}

a.sidebar__link.ads-icon {
    display: flex;
    align-items: center;
}

a.sidebar__link.ads-icon.active span svg path,
a.sidebar__link.ads-icon:hover span svg path {
    fill: #fff;
}

.embedpress-sidebar .sidebar__menu .sidebar__item .dropdown__menu {
    margin-left: 35px;
    display: none;
}

.embedpress-sidebar .sidebar__menu .sidebar__item .dropdown__menu .dropdown__item:not(:last-child) {
    margin-bottom: 5px;
}

.embedpress-sidebar .sidebar__menu .sidebar__item .dropdown__menu .dropdown__item .dropdown__link {
    padding: 5px;
    /* display : block; */
    font-size: 16px;
    font-weight: 400;
    color: #7C8DB5;
    display: flex;
}

.embedpress-sidebar .sidebar__menu .sidebar__item .dropdown__menu .dropdown__item .dropdown__link img {
    max-width: 16px;
    margin-right: 7px;
}

.embedpress-sidebar .sidebar__menu .sidebar__item .dropdown__menu .dropdown__item .dropdown__link:hover {
    color: #5B4E96;
}

.embedpress-sidebar .sidebar__menu .sidebar__item .dropdown__menu .dropdown__item .dropdown__link.active {
    color: #5B4E96;
    font-weight: 500;
}

.embedpress-tab .nav__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.embedpress-tab .nav__menu ul.menu__grow .nav__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.embedpress-tab .nav__menu ul.menu__grow .nav__item span {
    width: 100%;
}

@media (max-width: 767px) {
    .embedpress-tab .nav__menu ul.menu__grow .nav__item span {
        padding: 10px;
    }
}

@media (max-width: 479px) {
    .embedpress-tab .nav__menu ul:not(.menu__grow) {
        display: block;
    }

    .embedpress-tab .nav__menu ul:not(.menu__grow) .nav__item:not(:last-child) {
        margin-right: 0;
    }

    .embedpress-tab .nav__menu ul:not(.menu__grow) .nav__item:first-child span {
        border-top-right-radius: 10px;
    }

    .embedpress-tab .nav__menu ul:not(.menu__grow) .nav__item:last-child span {
        border-top-right-radius: 0;
    }
}

@media (max-width: 479px) and (max-width: 479px) {
    .embedpress-tab .nav__menu ul:not(.menu__grow) .nav__item span {
        width: 100%;
    }
}

.embedpress-tab .nav__menu ul .nav__item {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 400;
    color: #5B4E96;
    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;
}

@media (max-width: 767px) {
    .embedpress-tab .nav__menu ul .nav__item {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .embedpress-tab .nav__menu ul .nav__item {
        font-size: 14px;
    }
}

.embedpress-tab .nav__menu ul .nav__item i {
    margin-right: 10px;
}

.embedpress-tab .nav__menu ul .nav__item.active span {
    background: #5B4E96;
    color: #ffffff;
}

.embedpress-tab .nav__menu ul .nav__item span {
    padding: 16px 20px;
    cursor: pointer;
    background: #ffffff;
}

.embedpress-tab .nav__menu ul .nav__item:not(:last-child) {
    margin-right: 5px;
}

.embedpress-tab .nav__menu ul .nav__item:first-child span {
    border-top-left-radius: 10px;
}

.embedpress-tab .nav__menu ul .nav__item:last-child span {
    border-top-right-radius: 10px;
}

.embedpress-tab .tab__item {
    display: none;
    border-radius: 20px;
    border-top-left-radius: 0;
    overflow: hidden;
}

.embedpress-tab .tab__item.active {
    display: block;
}

.embedpress__settings {
    min-height: 100%;
}

.upgrade__card+.embedpress__settings {
    min-height: auto;
}

.embedpress__settings h3 {
    font-size: 24px;
    font-weight: 700;
    color: #131F4D;
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #F5F7FC;
}

@media (max-width: 767px) {
    .embedpress__settings h3 {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .embedpress__settings h3 {
        font-size: 20px;
    }
}

.template__wrapper input:focus,
.template__wrapper select:focus {
    border-color: #E6EFFB;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.template__wrapper .form__control {
    height: 40px;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid #E6EFFB;
    color: #25396F;
    width: 100%;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.template__wrapper .form__control::-webkit-input-placeholder {
    color: #7C8DB5;
}

.template__wrapper .form__control:-moz-placeholder {
    color: #7C8DB5;
}

.template__wrapper .form__control::-moz-placeholder {
    color: #7C8DB5;
}

.template__wrapper .form__control:-ms-input-placeholder {
    color: #7C8DB5;
}

.template__wrapper textarea.form__control {
    height: 120px;
    padding-top: 15px;
}

.template__wrapper .embedpress__select select[disabled] {
    background-image: none;
}

.template__wrapper label {
    font-size: 16px;
    font-weight: 400;
    color: #7C8DB5;
    margin-bottom: 8px;
}

.embedpress__select {
    position: relative;
}

.embedpress__select span {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: .85rem;
    color: #25396F;
    pointer-events: none;
}

.embedpress__select select {
    height: 40px;
    padding: 0 20px;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #E6EFFB;
    color: #25396F;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input__radio {
    position: relative;
    padding-left: 25px;
}

.input__radio input {
    display: none;
}

.input__radio input:checked~span:after {
    opacity: 1;
}

.input__radio span {
    cursor: pointer;
}

.input__radio span:before {
    position: absolute;
    top: 5px;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 1px solid rgba(91, 78, 150, 0.1);
    content: '';
}

.input__radio span:after {
    position: absolute;
    top: 8px;
    left: 3px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #5B4E96;
    content: '';
    opacity: 0;
}

.template__wrapper .input__switch {
    font-size: 0;
    cursor: pointer;
}

.template__wrapper .input__switch input {
    display: none;
}

.template__wrapper .input__switch input:checked~span {
    background: #5B4E96;
}

.template__wrapper .input__switch input:checked~span:before {
    left: 15px;
}

.template__wrapper .input__switch span {
    height: 17px;
    width: 30px;
    background: rgba(91, 78, 150, 0.3);
    display: inline-block;
    border-radius: 15px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.template__wrapper .input__switch span:before {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background: #ffffff;
    content: '';
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.template__wrapper .input__switch.switch__text {
    border: 1px solid #E6EFFB;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 5px;
    position: relative;
}

.template__wrapper .input__switch.switch__text:before,
.template__wrapper .input__switch.switch__text:after {
    font-size: 14px;
    font-weight: 400;
    color: #25396F;
    position: absolute;
    top: 7px;
}

.template__wrapper .input__switch.switch__text:before {
    content: 'OFF';
    left: 10px;
}

.template__wrapper .input__switch.switch__text:after {
    content: 'ON';
    right: 10px;
}

.input__file {
    display: block;
    border: 1px solid #E6EFFB;
    padding: 5px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.input__file .form__control {
    display: none;
}

.form__group {
    margin-bottom: 25px;
}

.form__group.mb0 {
    margin-bottom: 0;
}

.iframe__size__control__form .form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 575px) {
    .iframe__size__control__form .form__group {
        display: block;
    }
}

.iframe__size__control__form .form__group:last-child {
    margin-bottom: 0;
}

.iframe__size__control__form .form__group label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .iframe__size__control__form .form__group label {
        margin-bottom: 10px;
        font-weight: 700;
        margin-right: 15px;
    }

    .iframe__size__control__form .form__group label:after {
        content: ':';
    }
}

@media (max-width: 479px) {
    .iframe__size__control__form .form__group label {
        display: block;
    }
}

.iframe__size__control__form .form__group .form__control {
    width: 80px;
    padding: 0 15px;
    margin-right: 20px;
}

.iframe__size__control__form .form__group .frame__unit {
    font-size: 16px;
    font-weight: 400;
    color: #7C8DB5;
}

.iframe__size__control__wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}

.iframe__size__control__wrap h3 {
    font-size: 30px;
    font-weight: 700;
    color: #131F4D;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .iframe__size__control__wrap h3 {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .iframe__size__control__wrap h3 {
        font-size: 20px;
    }
}

.embedpress__settings__form .form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.embedpress__settings__form .form__group .form__label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 410px;
    flex: 0 0 410px;
    font-size: 16px;
    font-weight: 400;
    color: #7C8DB5;
}

.embedpress__settings__form .form__group .form__label .isPro {
    font-size: .8rem;
    font-weight: 400;
    color: #ffffff;
    background: #5B4E96;
    border-radius: 20px;
    padding: 2px 5px;
    margin-left: 10px;
    text-transform: uppercase;
}

@media (max-width: 1399px) {
    .embedpress__settings__form .form__group .form__label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
    }
}

@media (max-width: 1199px) {
    .embedpress__settings__form .form__group .form__label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
    }
}

@media (max-width: 767px) {
    .embedpress__settings__form .form__group .form__label {
        margin-bottom: 10px;
        font-weight: 700;
    }

    .embedpress__settings__form .form__group .form__label:after {
        content: ':';
    }
}

.embedpress__settings__form .form__group .form__control__wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.embedpress__settings__form .form__group .form__control__wrap--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.embedpress__settings__form .form__group .form__control__wrap .input__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.embedpress__settings__form .form__group .form__control__wrap .input__flex label:not(:last-child) {
    margin-right: 20px;
}

.embedpress__settings__form .form__group .form__control__wrap .input__flex .form__control[type="number"] {
    width: 80px;
    margin-right: 20px;
    padding: 0 15px;
}

.embedpress__settings__form .form__group .form__control__wrap .input__flex .frame__unit {
    line-height: 1;
}

.embedpress__settings__form .form__group .form__control__wrap .input__file,
.embedpress__settings__form .form__group .form__control__wrap .form__control,
.embedpress__settings__form .form__group .form__control__wrap .embedpress__select {
    max-width: 300px;
}

.embedpress__settings__form .form__group .form__control__wrap p {
    font-size: 14px;
    font-weight: 400;
    color: #7C8DB5;
    margin-top: 10px;
}

.embedpress__settings__form .form__group .form__control__wrap p.ep-note {
    font-size: .85rem;
}

.embedpress__settings__form .form__group .form__control__wrap .isPro:not(.embedpress__select) {
    opacity: 0.3;
}

.embedpress-genral-settings-page {
    display: flex;
}

.embedpress_general_settings__form:not(:last-child),
.embedpress__shortcode {
    margin-right: 24px;
    width: calc(100% - 300px);
}

.embedpress_general_settings__form:last-child {
    width: 100%;
}

.embedpress-upgrade-pro-sidebar {
    width: 300px;
    border-radius: 16px;
    background: linear-gradient(192deg, #FFE3E1 4%, #E9E4FF 98.26%);
    padding: 8px;
    margin-top: -70px;
}

.shortcode-settings-wrapper {
    display: flex;

}


.embedpress-upgrade-pro-sidebar .gradient-color {
    border-radius: 12px;
    background: white;
    padding: 15px;


}

.embedpress-upgrade-pro-sidebar img.embedpress-banner {
    margin-bottom: var(--pro-upgrade-margin-bottom);
    width: 100%;
}

.embedpress-upgrade-pro-sidebar h3 {
    color: #25396F;
    font-family: DMSans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: var(--pro-upgrade-margin-bottom);
}

.embedpress-upgrade-pro-sidebar h3 span {
    color: #FF7369;
}

ul.feature-list {
    margin-bottom: var(--pro-upgrade-margin-bottom);
}

ul.feature-list li {
    display: flex;
    align-items: start;
    gap: 5px;
    margin-bottom: 6px;
    color: #25396fde;
    font-family: DMSans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

ul.feature-list img {
    margin-top: 0px;
    width: 18px;
    height: 20px;
}

p.embedpress-tagline {
    color: #707070;
    font-family: DMSans;
    font-size: .85rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    margin-bottom: var(--pro-upgrade-margin-bottom);
}

.pro-upgrade-button {
    border-radius: 8px;
    background: #FF7369;
    padding: 12px 0px;
    color: #fff !important;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: 120%;
    width: 100%;
    display: flex !important;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.frame__size__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.template__wrapper .button.ep-settings-form-changed {
    background: #f11d1d;
    color: #fff;
}

@media (max-width: 1199px) {
    .frame__size__wrap {
        display: block;
    }
}

.form__inline .form-inner-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.form-inner-field button {
    height: 60px;
}

.form__inline .form__group {
    margin-bottom: 0;
    margin-right: 30px;
}

.logo__adjust__wrap {
    margin-top: 20px;
    display: none;
}

.form__control__wrap .input__switch .logo__adjust__toggler {
    position: absolute;
    top: 2px;
    left: calc(100% + 15px);
    background: #5B4E96;
    color: #fff;
    border-radius: 5px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.form__control__wrap .input__switch .logo__adjust__toggler i {
    font-size: .8rem;
    margin-left: 8px;
    position: absolute;
    top: 11px;
    right: 10px;
    transition: all .3s ease;
    transform: rotate(0);
}

.form__control__wrap .input__switch .logo__adjust__toggler.show i {
    transform: rotate(-180deg);
}

.form__control__wrap .input__switch input[type="checkbox"]:checked~.logo__adjust__toggler {
    opacity: 1;
    visibility: visible;
}

.logo__adjust__wrap .logo__upload__wrap {
    display: flex;
    align-items: center;
}

.logo__adjust__wrap .logo__upload,
.logo__adjust__wrap .logo__upload__preview {
    display: inline-block;
    width: 100%;
    max-width: 255px;
    border-radius: 10px;
    border: 2px dashed rgba(124, 141, 181, 0.3);
    background: #F5F7FD;
    padding: 40px 15px;
    text-align: center;
    position: relative;
    margin-bottom: 0;
    height: 172px;
}

#valid-license-key-message {
    font-weight: 500;
}

div#valid-license-key-message {
    margin-top: 10px;
    margin-bottom: 30px;
}

span#email-placeholder {
    font-weight: 700;
}

.form__inline .hidden,
#otp-varify-form.hidden {
    display: none !important;
}

.short-description {
    margin-top: 10px;
    padding: 10px 15px;
    background: #f2f2f2;
    margin-bottom: 10px;
    border-radius: 5px;
}

div#invalid-license-key-message,
#invalid-verification-key-message {
    padding: 10px;
    background: #f2f2f2;
    border-radius: 5px;
    margin-top: 10px;
}

.short-description a {
    color: #5b4e96;
}

div#resend-verification-key-message {
    margin-top: 10px;
}

div#resend-verification-key-message a {
    color: #5b4e96;
}

.show-toast {
    visibility: visible !important;
    opacity: 1 !important;
}

div#resend-verification-key-message span {
    font-weight: bold;
    color: #5b4e96;
    cursor: pointer;
}

div#resend-verification-key-message a {
    font-weight: 600;
}

.form-inner-field .form__group {
    margin-right: 0;
}

@media (max-width: 479px) {
    .logo__adjust__wrap .logo__upload {
        width: 225px;
    }
}

.logo__adjust__wrap .logo__upload .icon {
    margin-bottom: 10px;
    display: block;
}

.logo__adjust__wrap .logo__upload .icon i {
    font-size: 50px;
    opacity: .3;
}

.logo__adjust__wrap .logo__upload .text {
    display: block;
    font-size: 14px;
}

.logo__adjust__wrap .logo__upload input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    cursor: pointer;
}

.logo__adjust__wrap .logo__upload__preview .instant__preview {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0;
}

.logo__adjust__wrap .logo__upload__preview .instant__preview .preview__remove {
    position: absolute;
    bottom: 100%;
    left: 100%;
    font-size: 7px;
    height: 20px;
    width: 20px;
    background: #5B4E96;
    color: #fff;
    line-height: 22px;
    border-radius: 50%;
}

.logo__adjust__wrap .logo__adjust {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1399px) {
    .logo__adjust__wrap .logo__adjust {
        display: block;
    }
}

.logo__adjust__wrap .logo__adjust .logo__adjust__controller {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    margin-right: 30px;
}

@media (max-width: 1399px) {
    .logo__adjust__wrap .logo__adjust .logo__adjust__controller {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 479px) {
    .logo__adjust__wrap .logo__adjust .logo__adjust__controller {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 225px;
        flex: 0 0 225px;
        margin-right: 0;
    }
}

.logo__adjust__wrap .logo__adjust .logo__adjust__controller .logo__adjust__controller__item:not(:last-child) {
    margin-bottom: 25px;
}

.logo__adjust__wrap .logo__adjust .logo__adjust__controller .logo__adjust__controller__item .controller__label {
    font-size: 16px;
    font-weight: 400;
    color: #7C8DB5;
    display: inline-block;
}

.logo__adjust__wrap .logo__adjust .logo__adjust__controller .logo__adjust__controller__item .logo__adjust__controller__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo__adjust__wrap .logo__adjust .logo__adjust__controller .logo__adjust__controller__item .logo__adjust__controller__inputs input[type="range"] {
    margin-right: 20px;
    width: 200px;
}

@media (max-width: 1199px) {
    .logo__adjust__wrap .logo__adjust .logo__adjust__controller .logo__adjust__controller__item .logo__adjust__controller__inputs input[type="range"] {
        width: 145px;
    }
}

.logo__adjust__wrap .logo__adjust .logo__adjust__controller .logo__adjust__controller__item .logo__adjust__controller__inputs .form__control[type="number"] {
    width: 80px;
    padding: 0 15px;
}

@media (max-width: 1199px) {
    .logo__adjust__wrap .logo__adjust .logo__adjust__controller .logo__adjust__controller__item .logo__adjust__controller__inputs .form__control[type="number"] {
        width: 55px;
        padding: 0 12px;
    }
}

.logo__adjust__wrap .logo__adjust .logo__adjust__preview {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
}

@media (max-width: 1399px) {
    .logo__adjust__wrap .logo__adjust .logo__adjust__preview {
        width: 100%;
        max-width: 400px;
        margin-top: 20px;
    }
}

.logo__adjust__wrap .logo__adjust .logo__adjust__preview .title {
    font-size: 16px;
    font-weight: 400;
    color: #7C8DB5;
    display: inline-block;
    margin-bottom: 10px;
}

.logo__adjust__wrap .logo__adjust .logo__adjust__preview .preview__box {
    position: relative;
    min-height: 300px;
}

.logo__adjust__wrap .logo__adjust .logo__adjust__preview .preview__box iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.logo__adjust__wrap .logo__adjust .logo__adjust__preview .preview__box img {
    position: absolute;
    bottom: 10%;
    right: 6%;
    max-height: 40px;
}

.pro__alert__wrap,
.tips__alert__wrap {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0, 30%);
    z-index: 99999;
    display: none;
}

.pro__alert__wrap .pro__alert__card,
.tips__alert__wrap .tips__alert__card {
    width: calc(100% - 30px);
    max-width: 500px;
    margin: 7% auto 0;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pro__alert__wrap .pro__alert__card img,
.tips__alert__wrap .tips__alert__card img {
    height: 100px;
    margin-bottom: 20px;
}

.pro__alert__wrap .pro__alert__card h2,
.tips__alert__wrap .tips__alert__card h2 {
    font-size: 32px;
    font-weight: 500;
    color: #131F4D;
    margin-bottom: 15px;
}

.pro__alert__wrap .pro__alert__card p,
.tips__alert__wrap .tips__alert__card p {
    font-size: 14px;
    font-weight: 400;
    color: #7C8DB5;
    margin-bottom: 15px;
}

.pro__alert__wrap .pro__alert__card p a,
.tips__alert__wrap .tips__alert__card a {
    text-decoration: underline;
    font-weight: 700;
    color: #131F4D;
}

.pro__alert__wrap .pro__alert__card .button,
.tips__alert__wrap .tips__alert__card button {
    align-self: flex-end;
    margin-top: 20px;
    padding: 11px 30px;
}

.template__wrapper input[type=range] {
    height: 24px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

.template__wrapper input[type=range]:focus {
    outline: none;
}

.template__wrapper input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    -webkit-box-shadow: 0px 0px 0px #000000;
    box-shadow: 0px 0px 0px #000000;
    background: #5B4E96;
    border-radius: 5px;
    border: 2px solid #F5F7FD;
}

.template__wrapper input[type=range]::-webkit-slider-thumb {
    -webkit-box-shadow: 0px 0px 0px #000000;
    box-shadow: 0px 0px 0px #000000;
    border: 2px solid #5B4E96;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background: #FFFFFF;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px;
}

.template__wrapper input[type=range]:focus::-webkit-slider-runnable-track {
    background: #5B4E96;
}

.template__wrapper input[type=range]::-moz-range-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #5B4E96;
    border-radius: 5px;
    border: 2px solid #F5F7FD;
}

.template__wrapper input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 2px solid #5B4E96;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background: #FFFFFF;
    cursor: pointer;
}

.template__wrapper input[type=range]::-ms-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.template__wrapper input[type=range]::-ms-fill-lower {
    background: #5B4E96;
    border: 2px solid #F5F7FD;
    border-radius: 10px;
    box-shadow: 0px 0px 0px #000000;
}

.template__wrapper input[type=range]::-ms-fill-upper {
    background: #5B4E96;
    border: 2px solid #F5F7FD;
    border-radius: 10px;
    box-shadow: 0px 0px 0px #000000;
}

.template__wrapper input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #000000;
    border: 2px solid #5B4E96;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background: #FFFFFF;
    cursor: pointer;
}

.template__wrapper input[type=range]:focus::-ms-fill-lower {
    background: #5B4E96;
}

.template__wrapper input[type=range]:focus::-ms-fill-upper {
    background: #5B4E96;
}

.upgrade__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #5B4E96;
    border-radius: 25px;
    padding: 40px;
}

@media (max-width: 1199px) {
    .upgrade__card {
        padding: 50px;
    }
}

.upgrade__card .icon {
    margin-right: 40px;
    min-width: 90px;
}

@media (max-width: 767px) {
    .upgrade__card .icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.upgrade__card .card__content {
    margin-right: 30px;
}

@media (max-width: 767px) {
    .upgrade__card .card__content {
        margin-bottom: 20px;
        margin-right: 0;
    }
}

.upgrade__card .card__content h4 {
    font-size: 26px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .upgrade__card .card__content h4 {
        font-size: 22px;
    }
}

.upgrade__card .card__content p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    max-width: 700px;
}

.upgrade__card .button {
    margin-left: auto;
    min-width: 177px;
    text-align: center;
}

@media (max-width: 767px) {
    .upgrade__card {
        display: block;
        padding: 25px;
    }
}

.upgrage__card__tab__list {
    max-width: 650px;
    width: 100%;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 50px !important;
}

.upgrage__card__tab__list .upgrage__card__tab__list__item {
    color: #5B4E96;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 575px) {
    .upgrage__card__tab__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
}

.upgrage__card__tab__list .upgrage__card__tab__list__item:before {
    content: "\e910";
    font-family: 'icomoon';
    color: #4AD750;
}

.upgrage__card__tab__style h3 {
    font-size: 30px;
    font-weight: 700;
    color: #131F4D;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .upgrage__card__tab__style h3 {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .upgrage__card__tab__style h3 {
        font-size: 20px;
    }
}

.upgrage__card__tab__style p {
    font-size: 14px;
    font-weight: 400;
    color: #7C8DB5;
    margin-bottom: 30px;
    max-width: 1320px;
    line-height: 1.85;
}

.embedpress-license__details {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3.5fr 2fr;
    grid-template-columns: 3.5fr 2fr;
    gap: 5px;
}

@media (max-width: 991px) {
    .embedpress-license__details {
        display: block;
    }
}

.embedpress-license__details .license__content {
    background: #ffffff;
    padding: 40px 100px 50px 50px;

}

@media (max-width: 1199px) {
    .embedpress-license__details .license__content {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .embedpress-license__details .license__content {
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .embedpress-license__details .license__content {
        padding: 40px 30px;
    }
}

@media (max-width: 575px) {
    .embedpress-license__details .license__content .form__inline {
        display: block;
    }

    .embedpress-license__details .license__content .form__inline .form__group {
        margin-bottom: 25px;
        margin-right: 0;
    }
}

.embedpress-license__details .license__content .thumb__area {
    /* max-width: 350px; */
    /* text-align: center; */
    margin-bottom: 30px;
}

.embedpress-license__details .license__content .thumb__area img {
    max-width: 320px;
}

.embedpress-license__details .license__content .thumb__area h2 {
    font-size: 30px;
    font-weight: 400;
    color: #25396F;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .embedpress-license__details .license__content .thumb__area h2 {
        font-size: 24px;
    }
}

.embedpress-license__details .license__content p {
    font-size: 16px;
    font-weight: 400;
    color: #25396F;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .embedpress-license__details .license__content p {
        font-size: 16px;
    }
}

.embedpress-license__details .license__content p a {
    color: #5B4E96;
    text-decoration: underline;
}

.embedpress-license__details .license__content ol {
    list-style: decimal;
    padding-left: 19px;
    margin-bottom: 50px;
}

.embedpress-license__details .license__content ol li {
    font-size: 18px;
    font-weight: 400;
    color: #25396F;
}

.embedpress-license__details .license__content ol li:not(:last-child) {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .embedpress-license__details .license__content ol li {
        font-size: 16px;
    }
}

.embedpress-license__details .license__content ol li a {
    color: #5B4E96;
    text-decoration: underline;
}

.embedpress-license__details .license__content .form__group {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}



.embedpress-license__details .license__content .form__group .input__icon {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #7C8DB5;
    pointer-events: none;
    width: 20px;
}

.embedpress-license__details .license__content .form__group .input__icon i {
    font-size: 20px;
}

@media (max-width: 767px) {
    .embedpress-license__details .license__content .form__group .input__icon {
        top: 15px;
        left: 15px;
    }

    .embedpress-license__details .license__content .form__group .input__icon i {
        font-size: 16px;
    }
}

.embedpress-license__details .license__content .form__group .form__control {
    height: 60px;
    background: #F5F7FD;
    color: #7C8DB5;
    font-size: 20px;
    padding-left: 50px;
}

input#embedpress-pro-license-key::placeholder {
    font-size: 18px;
}

.embedpress-license__details .license__content .form__group .form__control::-webkit-input-placeholder {
    color: #7C8DB5;
}

.embedpress-license__details .license__content .form__group .form__control:-moz-placeholder {
    color: #7C8DB5;
}

.embedpress-license__details .license__content .form__group .form__control::-moz-placeholder {
    color: #7C8DB5;
}

.embedpress-license__details .license__content .form__group .form__control:-ms-input-placeholder {
    color: #7C8DB5;
}

@media (max-width: 1399px) {
    .embedpress-license__details .license__content .form__group .form__control {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .embedpress-license__details .license__content .form__group .form__control {
        height: 50px;
        padding-left: 35px;
        font-size: 14px;
    }

    .form-inner-field button {
        height: 60px;
    }

}

.embedpress-license__details .license__manage {
    background: #ffffff;
    padding: 30px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.embedpress-license__details .license__manage .button {
    margin-top: 30px;
}

.embedpress-card {
    background: #F5F7FD;
    border-radius: 16px;
    padding: 24px;
    padding-left: 100px;
    border: 2px solid rgba(91, 78, 150, 0.1);
    position: relative;
}

@media (min-width: 1199px) and (max-width: 1399px) {
    .embedpress-card {
        padding-left: 24px !important;
    }
}

@media (max-width: 767px) {
    .embedpress-card {
        padding-left: 20px;
        padding: 20px;
    }
}

.embedpress-card .icon {
    position: absolute;
    top: 30px;
    left: 30px;
    height: 50px;
    width: 50px;
    border-radius: 10px;
    background: #F0EFF6;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1199px) and (max-width: 1399px) {
    .embedpress-card .icon {
        position: static;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .embedpress-card .icon {
        position: static;
        margin-bottom: 20px;
    }
}

.embedpress-card .icon i {
    color: #ffffff;
    font-size: 20px;
    line-height: 50px;
}

.embedpress-card h3 {
    font-size: 25px;
    font-weight: 5;
    color: #131F4D;
    margin-bottom: 10px;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .embedpress-card h3 {
        font-size: 22px;
    }
}

.embedpress-card p {
    font-size: 14px;
    font-weight: 400;
    color: #7C8DB5;
    margin-bottom: 20px;
}

.element__item {
    background: #F5F7FD;
    border-radius: 10px;
    min-height: 80px;
    padding: 10px 24px;
    border: 2px solid rgba(91, 78, 150, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* overflow      : hidden; */
}

@media (max-width: 767px) {
    .element__item {
        padding: 20px;
        padding-right: 15px;
    }
}

/* .element__item.isPro .pro__item {
 display: block; }*/

.element__item h5 {
    font-size: 18px;
    font-weight: 700;
    color: #25396F;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .element__item h5 {
        font-size: 16px;
    }
}

.element__item .has__question {
    color: rgba(124, 141, 181, 0.5);
    line-height: 1;
    margin-top: 2px;
    margin-right: 10px;
    position: relative;
}

.element__item .has__question .element__tooltip {
    position: absolute;
    bottom: calc(100% + 12px);
    left: -20px;
    /* transform : translateX(-50%); */
    background: #5B4E96;
    color: #fff;
    padding: 20px;
    min-width: 200px;
    border-radius: 5px;
    font-size: 16px;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}

.element__item .has__question:hover .element__tooltip {
    visibility: visible;
    opacity: 1;
}

.element__item .has__question .element__tooltip:before {
    position: absolute;
    top: 100%;
    left: 18px;
    /* transform: translateX(-50%); */
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #5B4E96;
    content: '';
}

.element__item .input__switch {
    margin-left: auto;
    margin-bottom: 0;
}

.element__item .pro__item {
    position: absolute;
    top: 5px;
    left: -16px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: .85rem;
    font-weight: 400;
    color: #ffffff;
    background: #5B4E96;
    padding: 0 20px;
    text-transform: uppercase;
    display: none;
}

@media (max-width: 767px) {
    .element__item .pro__item {
        font-size: 9px;
    }
}

.embedpress--elements__wrap h3 {
    font-size: 24px;
    font-weight: 700;
    color: #131F4D;
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #F5F7FC;
}

@media (max-width: 767px) {
    .embedpress--elements__wrap h3 {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .embedpress--elements__wrap h3 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .embedpress--elements__wrap .embedpress__row.grid__4 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .embedpress--elements__wrap .embedpress__row.grid__4 {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
}

.valid-license-icon {
    max-width: 100%;
    width: 1.5rem;
}



.embedpress-toast__message {
    position: fixed;
    bottom: 50px;
    right: 50px;
    padding: 15px 25px;
    border-radius: 10px;
    max-width: 400px;
    z-index: 9999;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.embedpress-toast__message.show {
    opacity: 1;
    visibility: visible;
}

.embedpress-toast__message.toast__message--error {
    background: #FE504F;
}

.embedpress-toast__message.toast__message--attention {
    background: #FFA53C
}

.embedpress-toast__message.toast__message--success {
    background: #00CC76;
}

.embedpress-toast__message img {
    height: 40px;
    margin-right: 20px;
}

.embedpress-toast__message p {
    color: #ffffff;
    font-size: 14px;
}

.template__wrapper .wp-color-result-text {
    padding: 0 5px;
}

@media all and (max-width: 1600px) {
    .embedpress-license__details .license__content .form__inline {
        display: block;
    }

    .embedpress-license__details .license__content .form__group {
        margin-bottom: 25px;
        margin-right: 0;
    }

    .embedpress-license__details .license__content .form__group .form__control {
        height: 60px;
        font-size: 14px;
    }

    .embedpress-license__details .license__content .form__group .input__icon {
        width: 18px;
        top: 16px;
    }
}

.ep-coming-soon {
    color: #5b4e96;
    font-size: .85rem;
    font-weight: 900;
}

.embedpress-card a,
.template__wrapper .ep-link {
    color: #5b4e96;
}

.template__wrapper .ep-link {
    font-weight: 600;
}

.proOverlay {
    opacity: .3;
    position: relative;
}

.proOverlay::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
}

.embedpress__shortcode .shortcode__text {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.6;
    color: #25396F;
}

.embedpress__shortcode .shortcode__form {
    width: 100%;
    max-width: 750px;
    box-sizing: border-box;
    background-color: #F5F7FC;
    border: 1px solid #D7DEEE;
    border-radius: 8px;
    padding: 12px;
    display: flex;
}

.embedpress__shortcode .shortcode__form .form__group {
    flex-grow: 1;
}

.embedpress__shortcode .shortcode__form .form__group .form__control {
    height: 50px;
    background-color: transparent;
    border: none;
}

.embedpress__shortcode .shortcode__form .button__redColor {
    background-color: #FF7369;
    border-color: #FF7369;
    color: #fff;
}

.embedpress__shortcode .shortcode__form .copy__button {
    background-color: #5B4E96;
    border-color: #5B4E96;
    color: #fff;
}


/* source page css */
.source-settings-page {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
}

.source-settings-page.page-premium {
    padding: 24px 0;
}

.source-settings-page.page-premium .page-premium-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #25396F;
    max-width: 80%;
}

h1.page-heading {
    color: #25396F;
    font-family: 'DMSans';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding-bottom: 16px;
    border-bottom: 1px solid #F5F7FC;
}

.upgrage__card__tab__style h3 {
    color: #25396F;
    font-family: 'DMSans';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    /* 24px */
}

.upgrage__card__tab__style p {
    color: #707070;
    font-family: 'DMSans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
}

a.button.button__themeColor {
    border-radius: 8px;
    background: #EEEDF4;
    border: none;
}

ul.source-tab {
    margin-top: 10px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    max-height: 185px;
    overflow-y: scroll;
}

ul.source-tab::-webkit-scrollbar {
    width: 5px;
}

ul.source-tab::-webkit-scrollbar-track {
    background: #f5f7fd;
    border-radius: 5px;
}

ul.source-tab::-webkit-scrollbar-thumb {
    background: #988FBD;
    border-radius: 5px;
}

li.tab-button {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background-color: transparent;
    padding: 8px 15px;
    border-radius: 15px;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    margin-bottom: 2px;
}

li.tab-button:hover {
    background: #f5f7fd;
}

li.tab-button.active {
    background: #f5f7fd;
}

img.source-image {
    width: 14px;
    height: 14px;
}

.tab-content-section {
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
    /* Three items per row */
    gap: 30px;
    /* Adjust the gap between items as needed */
}

@media (max-width: 1199px) {
    .tab-content-section {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
}

.source-item {
    padding: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f7fd;
    border-radius: 8px;
    position: relative;
}

.tab-button-section {
    display: none;
}

li.sidebar__item.show .tab-button-section {
    display: block;
}

.source-item div {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #404040;
    font-family: 'DMSans';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 16.8px */
    letter-spacing: -0.28px;
}

.ribbon-container {
    position: absolute;
    top: -12px;
    left: 45px;
    background: #524cff;
    padding: 5px;
    border-radius: 4px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 12px !important;
    text-transform: capitalize;
}

.ribbon-container.new {
    background-color: #059862;
}

.ribbon-container.popular {
    background-color: #0064FF;
}

.ribbon-container.updated {
    background-color: #6C757D;
    border: none;
}

.source-left .icon {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.source-left .icon img {
    width: 16px;
    height: auto;
}

.source-right a {
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.source-right a svg g {
    transition: 0.2s;

}

.source-right a svg {
    width: 18px;
    height: 18px;
}

.source-right a:hover svg g {
    stroke: #5B4E96;
}

.premium-button {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}

.premium-button a {
    display: flex !important;
    align-items: center;
    gap: 8px;
    background: #EEEDF4;
    padding: 10px 25px;
    border-radius: 8px;
    width: 100%;
    justify-content: center;
}

.premium-button span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.premium-button svg {
    width: 18px;
    height: 18px;
}


@media only screen and (max-width: 991px) {
    .tab-content-section {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Instagram setting css */
/* Reset default table styles */
table {
    border-collapse: collapse;
    width: 100%;
}

table,
th,
td {
    border: 1px solid #ccc;
}

/* Apply custom styles for the 'emebedpress' class */
.emebedpress {
    border-collapse: collapse;
    width: 100%;
}

.emebedpress thead {
    background-color: #F5F7FD;
}

.emebedpress th,
.emebedpress td {
    padding: 12px;
    text-align: left;
    position: relative;
    text-align: center;
}

table.emebedpress th {
    white-space: nowrap;
    width: 150px;
    font-weight: bold;

}

.emebedpress tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.emebedpress img.user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.emebedpress input[type="text"] {
    width: 60%;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.emebedpress .button {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 6px;
    cursor: pointer;
    border-radius: 4px;
}

.emebedpress .button i {
    font-size: 18px;

}

.emebedpress .button-primary {
    background-color: #5b4e96;
    position: absolute;
    right: 20px;
    align-items: center;
    justify-content: center;
}

.emebedpress .button-secondary {
    background-color: #f44336 !important;
}

.emebedpress .button-secondary:focus i {
    color: white;
}

/* Styles for the account-section */
/* .account-wrap {
    max-width: 1200px;
    margin: 0 auto;
} */

.user-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
}

td.instagram-user-account .username {
    text-align: left;
    font-size: 16px;
    line-height: 1.4rem;
}

td.instagram-user-account .userid {
    text-align: left;
    font-size: .9rem;
    line-height: 1.4rem;

}

.account-section p {
    margin-bottom: 10px;
}

.account-button {
    text-decoration: none !important;
    background-color: #0073aa !important;
    color: #fff !important;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    margin-right: 10px;
    display: inline-flex !important;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 15px;
}

.account-button svg {
    fill: currentColor;
    width: 20px;
    height: 20px;
}

.personal-account {
    background-color: #4caf50;
}

.business-account {
    background-color: #f44336;
}

.account-link {
    margin-left: 10px;
    color: #0073aa;
    text-decoration: none;
}

.premium-field {
    display: inline-block;
    margin-left: 10px;
    color: #999;
}

.premium-field small {
    font-size: .85rem;
}

.description.hidden {
    display: none;
}

/* delete alrert box */
.custom-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.custom-dialog p {
    margin: 0 0 10px;
}

.custom-dialog button {
    margin-right: 10px;
    padding: 5px 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
}

.custom-dialog button:hover {
    background-color: #0056b3;
}

.custom-dialog button:last-child {
    margin-right: 0;
    background-color: #ccc;
}

/* Optional: To make the buttons the same width */
.custom-dialog button {
    width: 80px;
}

.premium-button {
    margin-top: 10px !important;
    padding: 0 4px 0 0;
}


@media only screen and (max-width: 767px) {
    .tab-content-section {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }

    header.embedpress-header p {
        margin: 10px 0;
        text-align: left;
    }
}


/* // Calendly settings page design  */
.calendly-embedpress-authorize-button {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.calendly-settings-title {
    margin-bottom: 30px !important;
}

a.calendly-connect-button {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    color: rgb(54, 100, 174);
    gap: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(54, 100, 174);
    border-image: initial;
    padding: 8px 20px;
    border-radius: 10px;
}

a.calendly-connect-button:hover {
    color: #fff;
    background: rgb(54, 100, 174);
}

a.calendly-connected {
    /* pointer-events: none !important; */
    background: rgba(54, 100, 174, 0.08);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(54, 100, 174, 0.08);
    border-image: initial;
}

a.calendly-connect-button img {
    width: 20px;
}


/* Apply styles to the event-type-list container */
.event-type-list {
    font-family: Arial, sans-serif;
}

/* Apply styles to the list-header */
.list-header {
    background-color: #3664ae;
    color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
}


/* Apply styles to the user's avatar */
.calendly-user .bqa3nmp img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

/* Apply styles to the user's name */
.calendly-user .name p {
    font-weight: bold;
    font-size: 18px;
}


/* Apply styles to the event-type-card */
.event-type-card-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 15px;
}

.calendly-data-placeholder .event-type-card-list {
    padding: 0 20px 20px;
}

.event-type-card-list-item {
    background-color: #ffffff;
    border: 1px solid #faf4f4;
    border-radius: 5px;
    border-top: 6px solid var(--calendly-event-color);
}

.event-type-card {
    padding: 10px;
}

.calendly-profile-avatar {
    width: 50px;
    height: 50px;
}

.calendly-profile-avatar img {
    border-radius: 50px;
}

.event-type-card-top {
    border-bottom: 1px solid #ebe1e1;
    padding-bottom: 10px;
}

.event-type-card-top h2 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}

.event-type-card-top p {
    font-size: 11px;
    color: #b19999;
    margin-bottom: 12px;
}

.event-type-card-top a {
    color: #3664ae;
    font-size: .85rem;
}

.event-type-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.event-status {
    font-size: 14px;
}

.event-status.Active {
    color: #008000c9;
}

.event-status.In-active {
    color: gray;
}

.calendly-event-copy-link {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #3664ae;
    cursor: pointer;
}

[data-event-status="In-active"] .event-type-card-top a,
[data-event-status="In-active"] .calendly-event-copy-link {
    color: gray;
}

[data-event-status="In-active"].event-type-card-list-item {
    border-top-color: #b2b2b2 !important;
}

[data-event-status="In-active"] .calendly-event-copy-link svg path {
    fill: gray;
}

.calendly-event-copy-link svg {
    width: 14px;
    height: 14px;
}


/* scheduled list table css */


.rwd-table {
    max-width: 100%;
    width: 100%;

}

.rwd-table tr:first-child {
    border-top: none;
    background: #3664ae;
    color: #fff;
}

.rwd-table tr {
    border-top: 1px dotted red;
    border-bottom: 1px dotted red;
}


.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;

}

.rwd-table td:before {
    content: attr(data-th) ": ";
    width: 120px;
    display: inline-block;
    color: #000;
}

.rwd-table th,
.rwd-table td {
    padding-left: 30px !important;
}

.rwd-table {
    color: #333;
    border-radius: .4em;
    width: 100%;
    /* Set the table width to 100% */
    /* table-layout: fixed; */
}

.rwd-table tr {
    border-color: red;
}


.rwd-table td:before {
    display: none;
}

.rwd-table th,
.rwd-table td {
    display: table-cell;
    padding: .5em .5em;
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 14px;
    white-space: nowrap;
    /* width   : 25%; */
    /* Divide the width evenly among the columns */

}

.rwd-table th {
    font-size: 15px;
    padding: 1em .5em;
    font-weight: 500;
}

.rwd-table th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.rwd-table th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.rwd-table td {
    border-bottom: 1px dotted #ddd;
    /* border-radius: 10px; */
    /* border-right : 1px dotted #ddd; */
}

/* .rwd-table td:first-child {
    border-left: 1px dotted #ddd;
} */


/* Tab container */
.tab-container {
    display: flex;
    gap: 5px;
    background: #fff7f7;
    padding: 8px 10px;
    border-radius: 10px;
}

/* Individual tab */
.tab-container .tab {
    padding: 8px 20px;
    cursor: pointer;
    background-color: #fff7f7;
    border-radius: 10px;
    font-size: 15px;

}

/* Active tab */
.tab-container .active-tab {
    background-color: #3664ae;
    color: #fff;
}

/* Content container */
.tab-content {
    display: none;
    width: 100%;
}

/* Show the active tab content */
.tab-content.active {
    display: block;
}

.calendly-data-placeholder {
    position: relative;
    margin-top: 15px;
}

.calendly-data-placeholder img {
    pointer-events: none;
}

.calendly-data-placeholder {
    position: relative;
    margin-top: 5px;
    padding-top: 5px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3664ae26;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    align-items: center;
}

.overlay-button {
    background-color: #006bff;
    color: #fff !important;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    max-width: 300px;
    font-weight: 500;
    border-radius: 10px;
}

.calendly-connector-container {
    display: flex;
    align-items: end;
    gap: 5px;
}

@media only screen and (max-width: 768px) {
    .calendly-connector-container {
        margin-bottom: 15px;
    }

    .calendly-embedpress-authorize-button {
        flex-direction: column;
        justify-content: center;
    }

    .tab-container {
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .tab-container .tab {
        padding: 8px 10px;
        font-size: 14px;
        width: 50%;
        text-align: center;
    }

    .calendly-data {
        overflow: auto;
    }

    .event-type-card-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .rwd-table {
        min-width: 700px;
        overflow: auto;
        table-layout: auto;
    }

    .rwd-table th,
    .rwd-table td {
        padding: 10px;
        font-size: .9rem;
    }

    .rwd-table th,
    .rwd-table td {
        padding-left: 20px !important;
        width: auto;
    }
}


@media only screen and (max-width: 480px) {
    .event-type-card-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .tab-container {
        padding: 8px 6px;
    }

    .tab-container .tab {
        white-space: nowrap;
        padding: 8px 5px;
        font-size: .85rem;
        text-align: center;
    }
}

form#instagram-form {
    width: 400px;
    padding: 20px;
    border-radius: 15px;
}

form#instagram-form select#account-option,
form#instagram-form input#instagram-access-token {
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
    border-radius: 5px;
}

/* Styling for overlay background */
.account-section .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    /* Semi-transparent black */
    z-index: 9999;
    /* Ensure it's on top of everything */
    display: none;
    /* Hide by default */
}

/* Styling for the modal itself */
.account-section .modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    /* Drop shadow effect */
    z-index: 10000;
    /* Ensure it's on top of the overlay */
    max-width: 80%;
    /* Adjust the maximum width as needed */
    max-height: 80%;
    /* Adjust the maximum height as needed */
    overflow-y: auto;
    /* Enable vertical scrolling if content overflows */
}

/* Styling for close button */
form#instagram-form .close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    background: #f2f2f2;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

form#instagram-form button {
    background-color: #594E91;
    color: #fff;
}

.form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

form#instagram-form label {
    display: inline-block;
}

a.for-business,
a.for-personal {
    display: inline-block;
    text-decoration: underline;
    font-size: 14px;
    font-weight: normal;
    color: inherit;
    margin-bottom: 10px;
    color: #2271b1;
}

.no-account-connected {
    text-align: center;
    margin: 45px;
}

#instagram-form .form-group {
    position: relative;
}

#instagram-form .form-group a {
    position: absolute;
    background: #f5f6ff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    right: 0;
    top: 12px;
    right: 12px;
    border-radius: 5px;
}

.user-profile-link {
    padding: 5px 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 14px;
    cursor: pointer;
}

.user-profile-link:hover {
    background-color: #0056b3;
}

.emebedpress img.user-avatar {
    border: 2px solid #037bff;
}

td.instagram-user-account {
    display: flex;
    align-items: center;
    gap: 10px;
}

td.instagram-sync-data {
    cursor: pointer;
}

.sync-spin {
    animation: spin 1s linear infinite;
    /* Apply the spin animation */
}



/* leon css  */
h3.cart-title {
    font-size: 18px;
    font-weight: 700px;
}

ul.feature-list li {
    color: #25396F;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
        /* Rotate the element 360 degrees */
    }
}


@media (max-width: 1450px) {

    .pdf_custom_color_settings .form__control__wrap .input__switch .logo__adjust__toggler {
        top: calc(100% + 5px);
        left: 0;
    }

    .template__wrapper label {
        margin-bottom: 20px;
    }

}

@media (max-width: 1350px) {

    .embedpress_general_settings__form:not(:last-child),
    .embedpress__shortcode {
        width: 100%;
        margin-right: 0;
    }



}

@media (min-width: 991px) and (max-width:1120px) {

    .shortcode-settings-wrapper,
    .embedpress_general_settings__form:not(:last-child),
    .embedpress__shortcode {
        width: 100%;
        /* display: block; */
    }

    .embedpress-upgrade-pro-sidebar {
        display: none;
    }


}

@media (max-width: 767px) {
    .embedpress_general_settings__form:not(:last-child) {
        width: 100%;
        margin-right: 0;
    }

    .embedpress-upgrade-pro-sidebar {
        display: none;
    }

}


/* Leon your Style write here */
/* base  */

.embedpress-flex {
    display: flex;
}

.embedpress-flex-wrap {
    flex-wrap: wrap;
}

.embedpress-hub-section .embedpress-row {
    display: flex;
    width: 100%;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: space-between;
}



.embdpress-porsition-relative {
    position: relative;
}

.embedpress-hub-section .new-tag {
    background-color: #059862;
    padding: 1px 4px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 8px;
    border-radius: 4px;
    position: absolute;
    top: -7px;
    right: -12px;
}

.embedpress-item-center {
    align-items: center;
}

.embedpress-justify-between {
    justify-content: space-between;
}

.embedpress-justify-content-center {
    justify-content: center;
}

.embedpress-font-family-dmsans {
    font-family: 'DMSans';
}

.embedpress-line-height-0 {
    line-height: 0;
}

.embdpress-hilight-text {
    font-weight: 700;
    text-decoration: underline;
}

.embedpress-mr-4 {
    margin-right: 4px;
}

.embedpress-mb-16 {
    margin-bottom: 16px;
}

.embedpress-font-xl {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

.embedpress-font-l {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}

.embedpress-font-m {
    font-weight: 400;
    font-size: .8rem;
    color: #000000;

}

.embdpress-underline {
    text-decoration: underline !important;
}

.embedpress-btn {
    padding: 10px 13px;
    border-radius: 6px;
}

.embedpress-banner-wrapper {
    margin-bottom: 58px;
}

.embedpress-hub-section .banner-icon {
    height: 25px;
    width: 25px;
}

.embedpress-hub-section .banner-icon-l {
    height: 20px;
    width: auto;
}

.embedpress-hub-section .banner-icon-l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0);
}

.embedpress-hub-section .error-msg {
    color: #FF0000 !important;
}

.embedpress-hub-section .valid-msg {
    color: #5B4E96 !important;
}

.embedpress-hub-section .banner-icon img {
    width: auto;
    height: 25px;
    margin-top: -2px;
}

.embedPress-introduction-panel-wrapper .embedpress-cancel-button {
    background: transparent;
    padding: 0;
    color: #595092;
    cursor: pointer;
    text-decoration: underline;
    margin-top: -25px;
}

.embedPress-introduction-panel-wrapper {
    max-width: 100%;
    /* max-width    : 1277px; */
    margin: 54px 40px;
    background-color: #FFF9EF;
    border-radius: 6px;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0px 0px 2px 0px #59509233;
    display: flex;
    justify-content: space-between;
    /* display      : none; */
}

.embedPress-introduction-panel-wrapper .embedPress-introduction-left-panel {
    width: 55%;
    padding: 33px 26px 33px 26px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    position: relative;
    display: flex;
    align-items: center;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
    background-color: #fff;
    justify-content: space-between;
    padding-right: 70px;
}


.embedPress-introduction-panel-wrapper .embedPress-left-panel-header {
    margin-bottom: 10px;
    line-height: 1.2;
}


.embedPress-introduction-panel-wrapper .embedpress-progress-container {
    width: 100%;
    max-width: 290px;
    height: 5px;
    background-color: #D9D9D9;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-bottom: 18px;
}

.embedPress-introduction-panel-wrapper .embedpress-progress-bar {
    position: absolute;
    bottom: 0;
    width: calc(var(--progress) * 100%);
    height: 100%;
    background: #059862;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    transition: height 0.5s ease;
    border-radius: 8px;
}

.embedPress-introduction-panel-wrapper .embedpress-follow-steps-header {
    margin-bottom: 8px;
}

.embedPress-introduction-panel-wrapper .embedpress-follow-steps-list {
    list-style: decimal;
    width: 100%;
    max-width: 350px;
    padding-left: 20px;
}

.embedPress-introduction-panel-wrapper .embedpress-follow-steps-list .embedpress-follow-steps-list-item a {
    color: #5a5092;
}

.embedPress-introduction-panel-wrapper .embedpress-follow-steps-list .embedpress-follow-steps-list-item a:hover {
    text-decoration: underline;
}

.embedPress-introduction-panel-wrapper .embedPess-img-wrapper {
    width: auto;
    margin-bottom: -20px;
}

.embedPress-introduction-panel-wrapper .embedPess-img-wrapper .embedPress-img-wrapper-left {
    max-width: 145px;
    width: 100%;
    margin-bottom: -180px;
}

.embedPress-introduction-panel-wrapper .embedPess-img-wrapper .embedPress-img-wrapper-right {
    max-width: 145px;
    width: 100%;
    margin-left: 92px;
    margin-top: 30px;
}

.embedPress-introduction-panel-wrapper .embedPess-img-wrapper img {
    object-fit: cover;
}

.embedPress-introduction-panel-wrapper .embedPress-introduction-right-panel {
    padding: 33px 26px 33px 26px;
    width: 45%;
}

.embedPress-introduction-panel-wrapper .embedPress-introduction-right-panel .embedPress-text-header-wrapper {
    width: 100%;
    margin-bottom: 18px;
}

.embedPress-introduction-panel-wrapper .embedPress-introduction-right-panel .embedpress-left-content {
    width: 70%;
}

.embedpress-premium-features-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px !important;
}

.embedpress-premium-features-list-item {
    width: 45%;
    position: relative;
    padding-left: 20px;
    font-size: 0.75rem;
}

.embedpress-premium-features-list-item::after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    top: 5px;
    left: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M8.91675 0.916077L3.66675 7.99941L0.916748 5.91608L0.166748 6.91608L3.91675 9.74941L9.91675 1.66608L8.91675 0.916077Z' fill='%23FCA108'/%3E%3C/svg%3E");

}

.embedPress-introduction-panel-wrapper .embdpress-compare-btn {
    background-color: #595092;
    color: #FFFFFF;
}

.embedPress-introduction-panel-wrapper .embedPress-introduction-right-panel .embedpress-right-content {
    width: 30%;
}

.embedPress-introduction-panel-wrapper .embedpress-right-content .embedPess-img-wrapper {
    height: 131px;
    width: auto;
}

.embedPress-introduction-panel-wrapper .embedpress-right-content .embedPess-img-wrapper img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.embedpress-hub-section .embedpress-banner {
    display: none;
}

.embedpress-hub-section .embedpress-banner-active {
    display: block !important;
}

.embedpress-hub-section .embedpress-banner-box {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: #FFFFFF;
    justify-content: space-between;
    border: 0.5px solid #ffffff;
}

.embedpress-brand-wrapper {
    background-color: #F6F3FF;
    border: 0.5px dashed #595092;
    height: 100%;
    border-radius: 6px;
}

.embedpress-hub-section .embedpress-banner-header {
    font-weight: 500;
}


.embedpress-hub-section .embedpress-banner .embedpress-left-content {
    width: 65%;
    padding-left: 25px;
}

.embedpress-hub-section .embedpress-banner .embedpress-banner-sub-header {
    color: #5B4E96;
    /* max-width : 243px; */
    padding-left: 30px;
    font-size: .9rem;

}

.embedpress-hub-section .embedpress-banner .embedpress-right-content {
    padding: 2px;
    border-radius: 6px;
    width: 200px;
    display: flex;
    justify-content: center;
}

.pro-plugin-active .embedpress-banner .embedpress-right-content {
    width: auto !important;
}

.embedpress-right-content.embedpress-branding-preview-wrapper {
    flex-direction: column;
}

.embedpress-right-content.embedpress-branding-preview-wrapper .brand-preview-area {
    display: flex;
    justify-content: center;
}

.preview-actions-button {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.embedpress-flex.embedpress-item-center.embedpress-banner-box.embedpress-plan-wrapper .embedpress-right-content {
    justify-content: right;
}

.embedpress-hub-section .embedpress-banner .embedpress-right-content .embedpress-img-wrapper {
    display: flex;
    justify-content: right;

}

.embedpress-hub-section .embedpress-banner .embedpress-right-content .embedpress-img-wrapper img {
    height: 100%;
    width: auto;
    object-fit: cover;
    max-width: 220px;
}

/* .embedpress-hub-section .embedpress-brand-wrapper .embedpress-right-content {
    padding: 27px 32px;
} */

.embedpress-hub-section .embedpress-brand-wrapper .embedpress-right-content .embedpress-img-wrapper {
    height: 101px;
    width: 165px;
}


.embedpress-license-wrapper .embedpress-banner-secondary-header {
    text-decoration: none;
    font-size: 15px;
    color: #5B4E96;
    padding-left: 27px;
    margin-bottom: 8px;
}

.embedpress-license-wrapper {
    padding: 32px;
    background: red;
}

.embedpress-license-wrapper .embedpress-activate-license-btn {
    background-color: #059862;
    color: #FFFFFF;
    font-weight: 600;
    margin-top: 19px;
    margin-left: 27px;
    font-size: .85rem;
}

.embedpress-license-wrapper .embedpress-manages-license-btn {
    background-color: #EDEDF4;
    color: #000000;
    font-weight: 500;
    margin-top: 19px;
    margin-left: 27px;
    font-size: .85rem;
}

.embedpress-license-wrapper .embedpress-license-btn span {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 6px;
    margin-top: 2px;
}

.embedpress-license-wrapper .embedpress-license-btn span img {
    width: 100%;
    height: 100%;
}

.embedpress-branding-options-btn {
    background-color: #EAE6FD;
    margin-top: 19px;
    margin-left: 30px;
    font-size: .85rem;
}

.embedpress-upload-brand-wrapper {
    padding: 32px 32px 32px 0px;
}

.embedpress-upload-brand-wrapper .embedpress-right-content {
    text-align: center;
}

.embedpress-preview-area {
    width: 140px;
    height: 100px;
    background-color: #F5F6FD;
    border-radius: 8px;
    border: 0.5px dashed #EAE6FD;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px dashed #ddd;
}

.embedpress-preview-area.embedpress-height-95 {
    height: 95px;
}

.embedpress-tag {
    position: absolute;
    font-size: 8px;
    font-weight: 600;
    right: -22px;
    top: -9px;
    background-color: #FCA108;
    padding: 2px 5px;
    border-radius: 4px;
}

.embedpress-preview-area img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    opacity: 0.2;
}

.embedpress-global-brand-preview-img {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain !important;
    opacity: 1 !important;
    border-radius: 4px;
}

.embedpress-global-brand-indicator {
    background-color: #4CAF50;
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: .8rem;
    font-weight: 500;
    margin-left: 8px;
    display: inline-block;
    cursor: help;
}

.embedpress-file-input {
    display: none;
}

/* if upload img  remove it */

.embedpress-upload-brand-wrapper .embedpress-upload-btn {
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
    font-size: .75rem;
    background: none;
}

.embedpress-upload-brand-wrapper .embedpress-upload-btn.remove-btn {
    color: #FF0000;
}

/* if upload img  active it */
.embedpress-another-btns {
    gap: 12px;
}

.embedpress-license-wrapper .embedpress-manage-license-btn {
    color: #000000;
    background-color: #EDEDF4;
    font-weight: 400;
}

.embedpress-license-wrapper .embedpress-manage-license-btn svg {
    fill: #000000;
}

.embedpress-license-wrapper .embedpress-license-input-wrapper {

    border: 2px solid #EDEDF4;
    border-radius: 6px;
    background-color: #ffffff;
    margin-top: 14px;
    padding: 5px 14px;
    margin-right: 23px;
    margin-left: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.embedpress-license-wrapper .embedpress-license-input-wrapper .embedpress-license-input {
    border: none;
    outline: none;
    box-shadow: none;
    width: calc(100% - 50px);
    display: inline;
}

.embedpress-license-wrapper .embedpress-license-input-wrapper .embedpress-active-btn {
    display: flex !important;
    gap: 8px;
    align-items: center;
    background: none;
    border: none;
    color: #059862;
    display: inline;
}

.embedpress-license-wrapper .embedpress-license-input-wrapper .embedpress-active-btn svg {
    fill: #059862;

}

.embedpress-license-wrapper .embedpress-license-input-wrapper .embedpress-active-btn.embedpress-manage-license-btn-enable {
    color: #FF0000;
}

.embedpress-license-wrapper .embedpress-license-input-wrapper .embedpress-active-btn.embedpress-manage-license-btn-enable svg {
    fill: #FF0000;
}

.embedpress-popular-content-wrapper {
    background-color: #ffffff;
    padding: 27px 33px;
    border-radius: 6px;
}

.embedpress-popular-types-header {
    font-weight: 500;
}

.embedpress-popular-content-header {
    margin-bottom: 20px;
}

.embedpress-popular-content-header span.embedpress-flex.embedpress-item-center {
    gap: 10px;
}

.embedpress-popular-content-body {
    padding: 25px;
    background: linear-gradient(to right, #F5F7FD, #F5F7FD);

}

.embedpress-card-header-wrapper {
    margin-bottom: 24px;
    gap: 5px;
}

.embedpress-content-card-header {
    font-weight: 600;
}


.embedpress-popular-content-list .embedpress-popular-content-list-item {
    background-color: #ffffff;
    /* max-width       : 199px; */
    width: 100%;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px #0000001A;
    padding: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;

}

.embedpress-flex.embedpress-item-center.content-item-wrapper {
    gap: 8px;
}

.embedpress-flex.embedpress-item-center.content-item-wrapper span.embedpress-font-m {
    font-size: .85rem;
}

.embedpress-popular-content-list .embedpress-popular-content-list-item:last-child {
    margin-bottom: 0px;
}

.embedpress-hub-item-link {
    line-height: 0;
    cursor: pointer;
}

.popular-content-icon {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

span.embedpress-line-height-0.popular-content-icon.wistia img, span.embedpress-line-height-0.popular-content-icon.instagram img, span.embedpress-line-height-0.popular-content-icon.pdf img, span.embedpress-line-height-0.popular-content-icon.vimeo img, span.embedpress-line-height-0.popular-content-icon.spotify img {
    height: 20px;
}

span.embedpress-line-height-0.popular-content-icon.google-maps img {
    height: 22px;
}

.popular-content-icon img {
    height: 24px;
    max-width: 24px;
    max-height: 24px;
    object-fit: contain;
}


.embedpress-pop-up {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #BFBFBF94;
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.embedpress-pop-up.show {
    display: block;
    opacity: 1;
}

/* Banner dismiss functionality */
.embedPress-introduction-panel-wrapper.dismissed {
    display: none !important;
}

.embedpress-pop-up-content {
    position: absolute;
    z-index: 997;
    width: 800px;
    min-height: 420px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 30px);
    max-height: 100%;
    background: linear-gradient(249.39deg, #F6F3FF 0%, #EAE6FD 62.5%);
    box-shadow: 0px 0px 25px 0px #59509240;
}

.embedpress-pop-up-content .pop-up-left-content {
    padding: 20px 40px;
    width: 68%;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    padding-left: 30px;
}



.embedpress-pop-up-content .pop-up-right-content {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    margin-right: 15px;
}

.embedpress-pop-up-content .pop-up-right-content .embedpress-img-wrapper {
    margin-left: -15px;
    position: relative;
    left: -15px;
}

.embedpress-pop-up-content .bfriday-deal-campaign {
    margin-bottom: 10px;
}

.embedpress-pop-up-content .bfriday-deal-campaign a:focus {
    outline: 0;
    box-shadow: none;
}

.embedpress-img-wrapper img {
    max-width: 265px;
}

.premium-tag {
    font-size: 8px;
    font-weight: 600;
    color: #000000;
    padding: 1px 5px;
    border-radius: 4px;
    background-color: #FCA108;
    display: inline-block;
}

.embedpress-pop-up .embedpress-pop-up-header {
    font-weight: 600;
    margin: 8px 0;
}

.embedpress-pop-up .embedpress-pop-up-sub-header {
    margin-bottom: 10px;
}

.embedpress-pop-up .embedpress-pop-up-btn {
    color: #FFFFFF;
    background-color: #595092;
    font-weight: 600;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    max-width: 240px;
    margin-bottom: 13px;
}

.embedpress-pop-up a.embedpress-btn.embedpress-btn-primary.embedpress-pop-up-btn span {
    font-size: .85rem;
    line-height: 0;
}

.pop-up-btn-icon {
    height: 20px;

}

.pop-up-btn-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: -2px;
}

.embedpress-guarantee {
    color: #666666;
    font-size: .8rem;
}

/* .embedpress-img-wrapper {
    margin-left: -55px;
} */

.embedpress-pop-up .embedress-text-wrapper {
    margin-left: -45px;
    position: relative;
    left: -25px;
}

.embedpress-pop-up .embedress-text-wrapper p {
    font-size: .8rem;
}

.embedress-text-wrapper p.embedpress-font-m.embedpress-font-family-dmsans {
    font-size: 0.625rem;
}

p.embedpress-font-m.embedpress-font-family-dmsans.embedpress-pop-up-sub-header {
    font-size: 0.75rem;
}

.embedpress-pop-up .embedpress-cancel-button {
    text-align: right;
    text-decoration: underline;
    background: transparent;
    cursor: pointer;
    font-size: .75rem;
    color: #7f78ad;
    margin-right: 15px;
    padding-bottom: 10px;
    position: absolute;
    top: 20px;
    right: 10px;
}



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


    .embedPress-introduction-panel-wrapper .embedPress-introduction-left-panel {
        width: 50%;
        background-size: contain;
        background-color: #ffffff;
        clip-path: none;
    }

    .embedPress-introduction-left-panel::after {
        rotate: 0deg;
        right: 0;
    }

    .embedPress-introduction-panel-wrapper .embedPress-introduction-left-panel {
        width: 50%;
    }

    .embedpress-banner-box {
        padding: 32px;
    }

    .embedpress-hub-section .embedpress-banner .embedpress-left-content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .embedpress-flex.embedpress-item-center.embedpress-brand-wrapper {
        padding: 12px 0 12px 12px;
        min-height: 140px;
        justify-content: space-between;
    }

    /* .embedpress-hub-section .embedpress-brand-wrapper .embedpress-right-content {
        padding: 12px;
    } */

    .embedpress-preview-area.embedpress-height-95 {
        height: 80px;
        width: 105px;
        margin: 0;
        padding: 0;

    }

    .embedpress-hub-section .embedpress-banner .embedpress-right-content .embedpress-img-wrapper img {
        max-height: 120px;
    }

    .embedpress-hub-section .embedpress-banner .embedpress-banner-sub-header {
        font-size: .85rem;
    }

}

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

    /* .embedPress-introduction-panel-wrapper .embedPress-introduction-right-panel .embedpress-right-content {
        width: 50%;
    }

    .embedPress-introduction-panel-wrapper .embedPress-introduction-right-panel .embedpress-left-content {
        width: 70%;
    }

    .embedPess-img-wrapper,
    .embedPress-text-wrapper {
        width: 50%;
    } */

    .embedPress-introduction-panel-wrapper .embedpress-cancel-button {
        margin-top: 0;
    }

    .embedpress-brand-wrapper {
        margin-bottom: 2px;
    }

    .embedpress-banner-wrapper {
        margin-bottom: 25px;
    }

    .embedpress-popular-content-cards {
        margin-bottom: 30px;
    }

    .embedPress-introduction-panel-wrapper {
        flex-wrap: wrap;
        position: relative;
    }

    .embedpress-cancel-button {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .embedPress-introduction-panel-wrapper .embedPress-introduction-right-panel,
    .embedPress-introduction-panel-wrapper .embedPress-introduction-left-panel {
        width: 100%;
    }

    .embedpress-font-xl {
        font-size: 20px;
    }

    .embedpress-font-l {
        font-size: 16px;
    }

    .embedpress-popular-content-wrapper {
        padding: 12px;
    }

    .embedpress-popular-content-list {
        padding-right: 0px !important;
    }

    .embedpress-pop-up-content .pop-up-left-content {
        width: 100%;
    }


    /* .embedpress-pop-up-content .pop-up-right-content {
        width: 100%;
        padding: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    } */

    .embedpress-img-wrapper {
        margin-left: 0px;
    }

    .embedpress-pop-up .embedress-text-wrapper {
        margin-left: 0px;
    }

}

/* Grid system */
.embdpress-col-1 {
    flex: 0 0 calc(8.33% - 12px);
}

.embdpress-col-2 {
    flex: 0 0 calc(16.66% - 12px);
}

.embdpress-col-3 {
    flex: 0 0 calc(25% - 12px);
}

.embdpress-col-4 {
    flex: 0 0 calc(33.33% - 12px);
}

.embdpress-col-5 {
    flex: 0 0 calc(41.66% - 12px);
}

.embdpress-col-6 {
    flex: 0 0 calc(50% - 12px);
}

.embdpress-col-7 {
    flex: 0 0 calc(58.33% - 12px);
}

.embdpress-col-8 {
    flex: 0 0 calc(66.66% - 12px);
}

.embdpress-col-9 {
    flex: 0 0 calc(75% - 12px);
}

.embdpress-col-10 {
    flex: 0 0 calc(83.33% - 12px);
}

.embdpress-col-11 {
    flex: 0 0 calc(91.66% - 12px);
}

.embdpress-col-12 {
    flex: 0 0 100%;
}

.embdpress-col-1,
.embdpress-col-2,
.embdpress-col-3,
.embdpress-col-4,
.embdpress-col-5,
.embdpress-col-6,
.embdpress-col-7,
.embdpress-col-8,
.embdpress-col-9,
.embdpress-col-10,
.embdpress-col-11,
.embdpress-col-12 {
    box-sizing: border-box;
}



@media (max-width: 1420px) {

    .embdpress-col-4,
    .embdpress-col-3 {
        flex: 1 1 calc(33.333% - 12px);
    }
}

@media (max-width: 1400px) {

    .embdpress-col-6,
    .embdpress-col-5 {
        flex: 1 1 50%;
    }
}

@media (max-width: 1100px) {

    .embdpress-col-4,
    .embdpress-col-3 {
        flex: 1 1 calc(50% - 12px);
    }
}

@media (max-width: 768px) {

    .embdpress-col-4,
    .embdpress-col-3 {
        flex: 0 0 100%;

    }
}

/* Hub specific styles for docs icon and status badges */
.embedpress-popular-content-list-item {
    position: relative;
}

.embedpress-hub-item-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* .embedpress-hub-item-actions .embedpress-hub-item-link {
        width: 24px;
        height: 24px;
        background: #f5f7fd;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease;
    }

    .embedpress-hub-item-actions .embedpress-hub-item-link:hover {
        background: #e8ecf7;
    } */

.embedpress-hub-item-actions .embedpress-hub-item-link svg {
    width: 16px;
    height: 16px;
}

/* .embedpress-hub-item-actions .embedpress-hub-item-link:hover svg g {
        stroke: #5B4E96;
    } */

/* Status badge positioning for hub items */
.embedpress-popular-content-list-item .ribbon-container {
    position: absolute;
    top: -8px;
    right: -8px;
    left: auto;
    font-size: 10px;
    padding: 2px 6px;
    height: 18px;
    min-width: 40px;
    z-index: 2;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .embedpress-hub-item-actions {
        gap: 4px;
    }

    .embedpress-hub-item-actions .embedpress-hub-item-link {
        width: 20px;
        height: 20px;
    }

    /* .embedpress-hub-item-actions .embedpress-hub-item-link svg {
            width: 12px;
            height: 12px;
        } */
}

/* Introduction Tab Styles */
.embedpress-intro-tab-container {
    margin-top: 20px;
}

.embedpress-intro-tab-nav {
    display: flex;
    gap: 5px;
    background: #F5F7FD;
    padding: 6px;
    border-radius: 10px;
    margin-bottom: 20px;
    justify-content: center;
}

.embedpress-intro-tab-btn {
    padding: 6px 20px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #5B4E96;
}

.embedpress-intro-tab-btn:hover {
    background-color: #E8ECFF;
}

/* .embedpress-intro-tab-btn.active {
    background-color: #5B4E96;
    color: #FFFFFF;
} */

.embedpress-intro-tab-btn.active {
    background-color: #FFFFFF;
}

.embedpress-intro-tab-content {
    width: 100%;
}

.embedpress-intro-tab-panel {
    display: none;
    width: 100%;
}

.embedpress-intro-tab-panel.active {
    display: block;
}