:root {
    /* colors */
    --btn-blue: #445ef3;
    --btn-link-blue: #1F6BFF;
    --dark-blue: #2C6DA0;
    --resizer-blue: #20ADF1;
    --btn-green: #56A800;
    --drop-area-bgc: rgba(221, 221, 221, .2);
    --bs-body-color: #52526B;
    --drop-area-drop: #800080;
    --success-color: rgba(223, 242, 191, .8);
    --success-txt: #4F8A10;
    --success-msg-bgc: #DFF2BF;
    --error-bgc: #FFE6E6;
    --error: #B3261E;
    --light-dark-red: #DB7093;
    --white: #ffff;
    --light-white: #EFEFEF;
    --light-dark-bgc: #363636;
    --black: #1e2022;
    --very-light-gray: #DDDDDD;
    --light-gray: #677788;
    --gray: #999999;
    --blur-gray: #efefef;
    --warinig-color: #fff3cd;
    --neon-green: #a9f421;
    --sve-bgc: linear-gradient(to right, #6155FF, #FF4081);
}

body {
    --fsAddBuffer: 22px;
}

.navbar {
    z-index: 0;
}

.logo {
    margin-right: .5em;
    width: 35px;
    height: 35px;
}

.navbar-nav-wrap {
    margin: 0 auto;
    padding: 1em;
    max-width: 700px;
    background-color: var(--light-dark-bgc);
}

.navbar-nav-wrap .collapse .navbar-collapse {
    display: none;
}

.navbar {
    padding: 0;
    z-index: 100;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    right: 0;
}

.dropdown-menu::before {
    display: none;
}

.dropdown-menu.show {
    margin-bottom: 0.5em;
}

.dark-bgc {
    background-color: var(--light-dark-bgc);
}

.navbar-nav > .nav-item > .nav-link, .navbar-nav > .nav-item > .nav-link:hover {
    color: var(--white) !important;
}

.sir-link-txt {
    color: var(--white);
    font-weight: bold;
    line-height: 34px
}

.sir-link-txt:hover {
    color: var(--white);
}

.become-tester-id {
    padding: 0 0 .3em 0;
}

.btn.btn-link {
    margin: 1em auto;
    padding: 0.5em 2.5em;
    width: 100%;
    border: 1px solid var(--btn-link-blue);
    transition: .3s;
    color: var(--btn-link-blue);
}

.btn-link:hover {
    color: var(--white);
    background-color: var(--btn-link-blue);
}

.btn-blue {
    background-color: var(--btn-blue);
}

.btn-blue, .btn-blue:hover {
    color: var(--white);
}

.btn-large {
    margin: 0 auto;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 200px;
}

.btn-outline-label {
    line-height: 45px;
    background-color: var(--white);
}

.btn-loading {
    margin: 1em auto;
}

.btn-nav {
    width: 100%;
}

.become-tester {
    margin-bottom: 1em;
    padding: 1em;
    text-align: center;
    position: relative;
    border-radius: 0.3125rem;
}

.blue-link {
    color: var(--btn-link-blue);
}

.select-image {
    margin: 1em auto 0;
    min-width: 200px;
}

.for-business {
    position: relative;
}

.become-tester::before, .for-business::before {
    display: none;
    content: '';
    position: absolute;
    top: 1em;
    left: -.5em;
    width: 1px;
    height: 24px;
    opacity: 24%;
    background-color: var(--white);
}

.for-business::before {
    top: 0;
    left: 0;
}

.btn-get-app {
    color: var(--white);
    background-color: var(--black);
    border-radius: .3em;
    transition: .3s;
}

.btn.btn-get-app {
    margin: 0;
}

.btn-get-app:hover {
    color: var(--black);
    background-color: var(--white);
}

.btn-get-app.btn-nav {
    border: none;
    background-color: var(--btn-link-blue);
    color: var(--white);
    display: none;
}

.current-page {
    font-weight: bold;
    border-bottom: 2px solid var(--white);
}

/* top&bottom nav logo */
.logo {
    float: left;
    font-weight: bold;
    color: #6DAB19;
}

.logo img {
    margin-left: 50px;
    height: 63px;
}

.form-border {
    margin: 0 auto;
    max-width: 900px;
}

.upload-image-animation-container, .btn-loading {
    display: none;
}

/* tool description section */
.tool-description-wrapper {
    margin: 1em auto;
    padding: 1em 1.5em;
    max-width: 700px;
    min-height: 90px;
    display: none;
    align-items: center;
    background-color: #F0F0F0;
}

.tool-step {
    display: inline-block;
}

.tools-icon {
    margin-right: 0.5em;
    width: 20px;
    height: 20px
}

.tool-name, .tool-description {
    margin: 0;
    font-size: 16px;
}

.tool-description {
    font-weight: normal;
    color: var(--black);
}

.tool-logo {
    margin: auto .6em auto .4em;
    width: 100%;
    max-width: 50px;
    max-height: 50px;
    flex-basis: 20%;
}

.tool-description-title {
    position: relative;
    text-align: left;
    flex-basis: 70%;
    color: var(--black);
}

/* feature description section */
.feature-description-container {
    width: 100%;
    color: var(--light-white);
    background-color: var(--black);
}

.feature-description {
    margin: 0 auto;
    padding: 30px 0;
    width: 90%;
}

.feature-description h1, h2, h3 {
    margin: 1.5rem auto;
    color: #CCCCCC;
}

.feature-description li {
    line-height: 2rem;
}

.text-to-left {
    text-align: left;
}

.list-element {
    margin-bottom: .5em;
}

.formats-url-list {
    margin-bottom: 0;
}

.list-element:last-child {
    margin-bottom: 0;
}

.popular-sizes-container {
    margin: 0 auto;
    padding-bottom: 1em;
    width: 90%;
    max-width: 1140px;
}

/* image converter select*/
.convert-select {
    margin: auto;
    max-width: 120px;
}

.resize-form {
    margin: 0 auto 1rem;
    position: relative;
    text-align: center;
    max-width: 800px;
}

.form-attachment-btn {
    margin: 1rem auto;
}

.btn {
    font-weight: bold;
}

.btn-green {
    background-color: var(--btn-green);
}

.btn-green, .btn-green:hover {
    color: var(--white);
}

/* select image btn*/
.upload-image-btn {
    font-size: 1.1rem;
    color: var(--white);
    background-color: var(--dark-blue);
}

.upload-image-btn:hover {
    color: var(--white);
}

/* width&height inputs */
.imgdim {
    margin: 0 auto;
    max-width: 100px;
    height: 60px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 200%;
    color: var(--btn-green);
}

/* file input */
.file-path, .imgdim {
    padding: 8px 6px;
    position: relative;
    text-shadow: 0 0 1px var(--white);
    border: 1px solid var(--very-light-gray);
    color: var(--gray);
}

.file-path {
    max-width: 600px;
    border-radius: 6px;
}

.file-input {
    display: none;
}

.imgdim, .file-path, .resize-form td, .dim-description, .radios {
    text-align: center;
}

.radio-input-wrapper {
    margin: .5em auto;
    max-width: 400px;
    justify-content: space-evenly;
}

.dimensions {
    margin: auto;
}

.dim-separator {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 60px;
    color: var(--dark-blue);
}

.resize-params {
    margin: 25px auto;
    max-width: 350px;
    color: var(--dark-blue);
}

/* Freestar ads*/
[id='simpleimageresizer_sticky_pushdown-pushdown-cls'], F
[id='simpleimageresizer_mpu_1'],
[id='simpleimageresizer_billboard_atf'],
[id='simpleimageresizer_mpu_2'] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: calc(var(--height) + var(--fsAddBuffer));
    height: calc(var(--height) + var(--fsAddBuffer));
    width: 100%;
}

[id='simpleimageresizer_billboard_atf'] {
    --height: 100px;
}

[id='simpleimageresizer_mpu_1'] {
    --height: 280px;
}

[id='simpleimageresizer_sticky_pushdown-pushdown-cls'] {
    --height: 100px;
}

.ad-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    margin: auto;
}

.ad-bottom > .adsbygoogle {
    margin: 1em;
}

.content {
    text-align: center;
}

span, button {
    display: block;
}

.title {
    text-align: center;
}

.tool-title {
    display: inline;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: var(--black);
}

.resize-form {
    margin-top: .5em;
    max-width: 900px;
    border: 0.1rem solid rgba(33, 50, 91, .1);
    border-radius: 0.5rem;
}

.social-platform-logo {
    display: inline-block;
    vertical-align: sub;
    margin-left: 0.2em;
}

/* success download message */
.block-message {
    padding: 1.5rem;
    margin: 2rem auto 1rem;
}

.block-message li {
    list-style: none;
}

.block-message a {
    font-weight: bold;
    text-decoration: underline;
    color: var(--error);
}

.block-message.success a {
    color: var(--success-txt);
}

.block-message.success > .close {
    float: right;
}

.block-message.error {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.success, .warning, .error {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
}

.success {
    color: var(--success-txt);
    background-color: var(--success-msg-bgc);
}

.success-message-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 300px;
    margin: auto;
}

.error {
    color: var(--error);
    background-color: var(--error-bgc);
}

.blue {
    color: #0186E7;
}

.blue.dark {
    color: #01B6F3;
}

.block-message > .close {
    /*padding-right: 10px;*/
    text-decoration: none;
    /*float: right;*/
    font-size: 28px;
    font-weight: bold;
    color: #aaaaaa;
}

.dialog-modal {
    padding: 2rem;
    text-align: center;
    border: 1px solid #cccccc;
    background-color: var(--white);
    z-index: 100;
}

.ui-widget-header {
    display: none;
}

/* global variable for wrapper div inside of container */
.wrapper {
    margin: 1em auto;
}

/* send feedback form */
.feedback {
    margin: 1em auto;
}

.form-label {
    margin: .5em 0;
    display: block;
}

.email-input, .feedback-textarea, .send-feedback {
    width: 100%;
    max-width: 420px;
}

.send-feedback {
    margin: 1em 0;
    font-weight: normal;
}

/* articles section*/
.article {
    margin: 2em auto;
}

.article-btn {
    margin: 1.5em auto;
    display: block;
    font-weight: normal;
}

.article-image, .youtube-frame {
    margin: 1.5em auto;
    display: block;
    width: 100%;
}

.article-image, .article-increased-image {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 360px;
}

.img-caption {
    margin: 1.5em auto;
    text-align: center;
    font-size: 80%;
}

.photo {
    max-width: 330px;
}

.col {
    text-align: center;
}

.accept-buttons {
    margin: 2em auto;
    display: flex;
    justify-content: space-evenly;
    max-width: 500px;
}

/* faq styles*/
.feature-description {
    text-align: left;
}

.feature-description-title {
    color: var(--white);
}

.feature-description-txt {
    margin-bottom: 2.5em;
}

.faq-container {
    margin: 0 auto;
    width: 90%;
    max-width: 1140px;
    text-align: left;
}

.feature-description-container {
    text-align: center;
    color: var(--light-white);
    background-color: var(--light-dark-bgc);
}

.feature-title {
    font-size: 40px;
    color: var(--btn-blue);
    text-align: center;
}

.feature-text {
    color: var(--light-white);
}

.single-element-title {
    margin-bottom: .5em;
    font-size: 20px;
    color: var(--white);
}

.feature-title.faq {
    color: var(--white);
    margin: 0 auto 1em;
    padding-top: .5em;
    text-align: left;
}

.faq-answer {
    margin-bottom: 4em;
}

.faq-link {
    color: var(--neon-green);
}

.faq-link:hover {
    color: var(--neon-green);
    text-decoration: underline;
}

.feature-description {
    max-width: 1140px;
}

.format-pairs-description-wrapper, .more-info-container {
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 1140px;
}

.more-info-container {
    padding-bottom: 1.5em;
}

.faq-container p:last-child {
    margin-bottom: 0;
    padding-bottom: 2em;
}

.tool-version-user-prompt {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0.5em auto;
    padding: 1.5em;
    text-align: center;
    border-radius: 10px;
    background-color: #FFC555;
}

.small-txt {
    display: block;
    color: var(--light-gray);
}

/* try also resizer for sm section */
.bottom-nav {
    margin: 1em auto;
    display: none;
    flex-wrap: wrap;
    justify-content: start;
}

.try-also {
    margin: 1.5em;
    color: var(--black);
    font-weight: bold;
    flex-basis: 100%
}

.try-also-img {
    width: 32px;
    height: 32px;
}

/* try other main page resizer section */
.try-also-container {
    max-width: 1000px;
}

.try-also-container > .card-wrapper > div {
    justify-content: center;
    width: 100%;
    /*background-color: #e0f2fe;*/
}

.try-also-container > .card-wrapper > div > img {
    margin-right: .2em;
    width: 36px;
}

.try-also-container > .card-wrapper > div > .title {
    flex-basis: 100%;
}

/* use case section */
.use-cases-section {
    background-color: #060662;
    padding: 5em 2em;
    text-align: center;
}

.title-section {
    margin-bottom: 2em;
    color: var(--light-white);
}

.use-cases-title {
    font-size: 28px;
    font-weight: 700;
}

.use-cases-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em;
    max-width: 1000px;
    margin: 0 auto;
}

@media (min-width: 640px) {
    .use-cases-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .use-cases-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.use-case-item {
    display: flex;
    align-items: center;
    padding: 16px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s ease;
}

.use-case-item:hover {
    cursor: pointer;
    transform: translateY(-4px);
}

.use-case-icon {
    margin-right: 1em;
    width: 42px;
    flex-shrink: 0;
}

.use-case-icon img {
    width: 24px;
    height: 24px;
}

.use-case-text {
    font-size: 16px;
    margin: 0 0 4px;
    color: #111827;
}

.use-case-text > .color-link {
    color: #2563eb;
}

.use-case-text a:hover {
    text-decoration: underline;
}

/* sve promo section */
.sve-promo-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
    max-width: 800px;
    margin: 1em auto 3em;
}

.sve-promo-wrapper > .card {
    max-width: 35rem;
    box-shadow: none;
    background-color: #373a42;
    border: .0625rem solid rgba(33, 50, 91, .1);
}

.sve-promo-wrapper > .card > .card-body {
    padding: 1.5em;
    color: var(--black)
}

.sve-promo-wrapper > .card > .card-body > .btn {
    background: var(--sve-bgc);
    border: none;
    width: 100%
}

.sve-promo-wrapper > .card > .card-body, .sve-promo-wrapper > .card > .card-body > .card-text {
    color: var(--light-white);
}

.sve-color {
    background: var(--sve-bgc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* zen swipe wrapper*/
.zen-swiper-promo-wrapper > .zen-swipe-desktop-img {
    display: none;
}

.zen-swiper-promo-wrapper-title {
    color: var(--light-gray);
}

.zen-swiper-promo-wrapper > .zen-swipe-desktop-img, .zen-swiper-promo-wrapper > .zen-swipe-mobile-img {
    margin: auto;
}

.zen-swiper-promo-wrapper > .zen-swipe-desktop-img {
    max-width: 800px;
}

.zen-swiper-promo-wrapper > .zen-swipe-mobile-img {
    max-width: 350px;
}

.card-section-title {
    max-width: 400px;
}

.card-section-title-span {
    color: #1e2022;
    font-weight: 600;
    font-size: 18px;
    max-width: 400px;
}

.card-title {
    margin-bottom: .3em;
    color: #1e2022;
    font-weight: 600;
    font-size: 16px;
    max-width: 260px
}

.card-wrapper {
    position: relative;
}

.card {
    margin: 0 auto;
    padding: 0;
    width: 90%;
    max-width: 450px;
}

.card-desc {
    max-width: 270px;
}

.navbar-dropdown-menu-promo-item ~ .navbar-dropdown-menu-promo-item {
    border: none;
}

.ms-3 {
    margin-left: 0.5rem;
}

.navbar-dropdown-menu-promo-item {
    margin: 0.75rem 1.75rem;
}

/* range slider*/
.resolution-wrapper, .range-slider-wrapper {
    margin: 0 auto;
    max-width: 450px;
}

.quality-slider-label {
    margin: 1em 0 0;
    display: block;
}

.resolution-span {
    text-align: left;
}

.slider {
    width: 100%;
    max-width: 350px;
    min-height: 40px;
    cursor: pointer;
}

.flex {
    display: flex;
    justify-content: space-between;
}

/* drag&drop area*/
.drop-area {
    padding: 1em;
    border: 0.3rem dashed rgba(33, 50, 91, .1);
    border-radius: 0.5rem;
    background-color: var(--drop-area-bgc);
    transition: .3s;
    min-height: 252px;
    position: relative;
}

.drag-and-drop-span {
    font-size: 10px;
}

.drop-area.highlight {
    border-color: var(--drop-area-drop);
}

.drop-area.success-result {
    padding: .5em;
    background-color: var(--success-color);
}

/*error msg*/
.error-msg-wrapper {
    margin: 0.5em auto;
    padding: 1em;
    position: relative;
    display: none;
    width: 90%;
    text-align: center;
    background-color: var(--error-bgc);
    color: var(--error);
    border-radius: 10px;
}

.close-error-msg {
    position: absolute;
    top: 0.5em;
    right: 1em;
    color: var(--error);
}

.server-error-msg-wrapper {
    margin: 1em auto;
    padding: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 95%;
    max-width: 600px;
    text-align: left;
    border-radius: .5em;
    background-color: var(--error-bgc);
    color: var(--error);
}

.error-icon {
    width: 20px;
    height: 20px;
}

.contact-form-link, .contact-form-link:hover {
    color: var(--error);
    text-decoration: underline
}

/* image privacy text */
.image-privacy {
    margin: 3em auto 1em;
    padding: 1em;
    width: 80%;
    text-align: center;
    background-color: rgba(56, 242, 96, .4);
}

.privacy-txt {
    font-size: 14px;
    color: var(--black);
}

/* progress bar (upload image animation) */
.progress {
    position: relative;
}

.progress-percent {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    font-weight: bold;
}

/* batch validation popup */
.max-uploaded-files-number-banner {
    display: none;
    border-radius: 10px;
    background-color: var(--warinig-color);
    color: #856404;
}

.close-popup, .close-popup:hover {
    color: var(--black);
}

.close-popup {
    border-radius: 50%;
    border: 1px solid var(--black);
    height: 32px;
    width: 32px;
    cursor: pointer;
}

.close-popup.small {
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.quality-value {
    margin: 0 0.5em;
    color: var(--btn-green);
    font-size: 130%;
}

.card.promo-banner {
    max-width: 25rem;
}

.card.promo-banner > a, .card.promo-banner > a > .card-body > .card-text {
    color: var(--white)
}

.card.promo-banner > .card-body {
    padding: 1.5em;
    color: var(--black)
}

.card.promo-banner > .card-body, .card.promo-banner > .card-body > .card-text {
    color: var(--black)
}

.promo-alert {
    margin: 1em auto;
    width: 95%;
    max-width: 800px;
    border: .5rem;
    color: var(--white);
    background-color: #21325b;
}

.card.promo-alert > .card-body {
    color: var(--white)
}

.promo-alert-color-txt {
    color: #32CD32
}

/* buttons panel (new action & download merged files btn */
.buttons-panel {
    margin: 0.5em auto;
}

.buttons-panel > .btn {
    width: 100%;
    max-width: 300px;
    margin: 0.5em auto;
}

.form-check-input {
    border: 1px solid rgba(33, 50, 91, .4);
}

.download-icon {
    vertical-align: -0.125em;
}

.buttons > button {
    margin: 0;
}

.ad-slot {
    width: 320px;
    height: 50px;
}

.top-responsive {
    width: 320px;
    height: 100px;
}

/* likely-to-recommend-poll NPS */
.likely-to-recommend-poll-wrapper {
    /*display: none;*/
    margin: 1.5em auto 3.5em;
    padding: 1em;
    width: 90%;
    max-width: 900px;
    background-color: #ECEFFF;
    border: 1px solid #495DEA;
    border-radius: 8px;
    text-align: center;
    color: #1e2022;
}

.number-poll {
    margin: 1em auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    max-width: 500px;
}

.poll-label-wrapper {
    margin: 0 auto;
    display: none;
    justify-content: space-between;
    max-width: 500px;
}

.rating-num {
    margin: .5em 0;
    width: 40px;
    height: 40px;
    border: 1px solid #495DEA;
    border-radius: 50%;
    background-color: transparent;
    transition: .5s;
}

.rating-num:hover {
    background-color: #495DEA;
    color: #ECEFFF;
}

/* close popup button */
.close-tab-setter {
    display: flex;
    justify-content: flex-end;
}

.close-tab-wrapper {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--light-dark-bgc);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.circle {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: var(--light-dark-bgc);
    color: var(--light-white);
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.circle:hover {
    background: var(--light-white);
}

.circle:hover > .line {
    background: var(--light-dark-bgc);
}

.line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 4px;
    border-radius: 2px;
    background: var(--light-white);
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(45deg);
}

.line:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* freestar consent*/
#pmLink {
    visibility: hidden;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    border: none;
}

#pmLink:hover {
    visibility: visible;
    color: grey;
}

.increase-trust-txt-wrapper {
    max-width: 220px;
    margin: .5rem auto;
    font-size: 12px;
}

/* FAQ wrapper */
.tool-faq-wrapper {
    margin: 1em 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    border-radius: 1em;
}

.question-and-answer-wrapper {
    position: relative;
    width: 100%
}

.faq-title {
    margin: 2.5em 0 -.5em;
    color: var(--white);
}

.display-answer-icon {
    display: none;
    position: absolute;
    top: 2em;
    right: 1em;
    cursor: pointer;
}

.display-answer-icon.active {
    display: block;
}

.single-question {
    color: var(--white);
    cursor: pointer;
}

.single-answer {
    margin-top: .5em;
    display: none;
    color: var(--light-white);
}

.single-question, .single-answer {
    max-width: 260px;
}

.single-answer.active {
    display: block;
}

hr.faq-spacer {
    height: .2px;
    color: var(--light-gray);
    display: block;
    width: 100%;
}

/* END FAQ wrapper */

.qr-code {
    width: 200px;
    height: 200px;
    border: 1px solid #fff;
}

/* Resize with mobile app popup */
.popup-dark-bgc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.resize-with-mobile-app-popup-wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    margin: 0 auto;
    padding: 1em;
    width: 90%;
    max-width: 400px;
    border: 1px solid var(--very-light-gray);
    border-radius: 1em;
    color: var(--black);
    background-color: var(--white);
    z-index: 10000;
}

.popup-close-icon {
    top: 0;
    right: .5em;
    position: absolute;
    font-size: 2em;
    cursor: pointer;
}

.popup-close-icon, .popup-close-icon:hover {
    color: var(--very-light-gray);
}

.popup-txt {
    font-size: 20px;
}

.mobile-app-popup-icon {
    max-width: 80px
}

/* Get app top banner */
.get-mobile-app-banner-wrapper {
    padding: 1em .2em;
    background: linear-gradient(to right, #006CB4, #01C4F7);
    width: 98%;
    margin: .5em auto;
    border-radius: .5em;
}

.get-mobile-app-banner-content-wrapper {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-width: 600px;
}

.get-mobile-app-txt {
    color: var(--white);
    max-width: 200px
}

/* GET APP section above footer */
.get-mobile-app-section {
    padding: 4em 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}

.inside-container.get-mobile-app-section {
    margin: auto;
    max-width: 1140px;
}

.get-app-title {
    font-weight: normal;
}

.resizer-icon.get-app {
    margin: 0 0 1em;
    width: 150px;
}

.rating-badge {
    /*margin-right: 1em;*/
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-radius: 8px;
}

.laurel-left,
.laurel-right {
    width: 30px;
    height: auto;
}

.laurel-right {
    transform: scaleX(-1);
}

.rating-content {
    text-align: center;
    color: #0186E7;
}

.rating-text {
    font-size: 16px;
    font-weight: 300;
}

.rating-score {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 20px;
}

.star-icon {
    width: 30px;
    height: 30px;
}

.rating-score strong {
    font-weight: 700;
}

.mode-container[data-theme='light'] {
    background-color: var(--white);
    color: var(--black);
}

/* dark mode */
.mode-container[data-theme='dark'] {
    background-color: #16191A;
    color: var(--white);
}

.txt-content.dark {
    color: var(--white);
}

.inline {
    display: inline;
}

.rating-content.dark {
    color: #01B6F3;
}

.laurel-left.dark, .laurel-right.dark {
    color: #01B6F3;
}

.footer-badge-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.android-badge-icon-footer {
    margin-left: -1em;
}

.android-badge-icon {
    width: 220px;
    height: 85px
}

.apple-badge-icon {
    width: 190px;
    height: 85px
}

.tally-survey {
    display: none;
    margin: 1em auto;
    padding: 1.5em;
    width: 95%;
    max-width: 900px;
    border: 1px solid var(--light-white);
    border-radius: 1em;
    position: relative
}

.tally-survey > .close-icon {
    position: absolute;
    top: 1em;
    right: 1em;
    cursor: pointer;
}

.web-extension {
    margin: 0 auto 4em;
    padding: 1em;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    z-index: 1000;
    max-width: 700px;
    background-color: var(--white);
    border-radius: 1em;
    cursor: pointer;
    border: 2px solid red;
    border-right-color: orange;
    border-bottom-color: green;
    border-left-color: blue;
}

.web-extension.static {
    margin: 2em auto;
    position: static;
    transform: none;
    left: auto;
    bottom: auto;
    z-index: auto;
}

.extension-body {
    display: flex;
    justify-content: center;
}

.web-extension-close {
    position: absolute;
    top: -1em;
    right: -.5em;
    color: var(--light-gray);
    cursor: pointer;
}

.web-extension-txt {
    text-align: center;
}

.web-extension-txt .txt-v2 {
    max-width: 250px;
}

.btn.btn-chrome {
    padding: .8em 2em;
    border-radius: 2em;
}

@media (min-width: 320px) {
    .top-responsive {
        width: 168px;
        height: 60px;
    }
}

@media (min-width: 500px) {
    .top-responsive {
        width: 368px;
        height: 60px;
    }
}

@media (min-width: 800px) {
    .top-responsive {
        width: 728px;
        height: 90px;
    }
}

@media (min-width: 1080px) {
    .top-responsive {
        width: 900px;
        height: 90px;
    }
}

@media screen and (min-width: 576px) {
    .get-mobile-app-txt {
        max-width: 400px
    }

    .get-mobile-app-banner-content-wrapper {
        align-items: center;
    }

    .single-question, .single-answer {
        max-width: 500px;
    }

    .bottom-nav {
        display: none;
    }

    .poll-label-wrapper {
        display: flex;
    }
}

@media screen and (min-width: 768px) {
    .qr-code-wrapper {
        justify-content: space-between;
    }

    .single-question, .single-answer {
        max-width: 700px;
    }

    [id='simpleimageresizer_mpu_1'] {
        --height: 280px;
    }

    [id='simpleimageresizer_mpu_2'] {
        --height: 280px;
    }

    [id='simpleimageresizer_sticky_pushdown-pushdown-cls'] {
        --height: 90px;
    }

    .ad-slot {
        width: 728px;
        height: 90px;
    }

    .logo.footer img {
        margin-left: 50px;
    }

    .file-path {
        min-width: 500px;
        text-align: left;
    }

    .user-poll-after-resize {
        width: 80%;
        max-height: 200px;
    }

    .title {
        margin-left: 2.5em;
        text-align: left;
    }

    .block-message.error {
        width: 70%;
    }

    .input-error-mess {
        max-width: 400px;
        margin-left: 10em;
    }

    /* articles section */
    .article-image {
        max-width: 380px;
    }

    .youtube-frame {
        max-width: 560px;
    }

    .article-btn {
        width: 50%;
    }

    .article-increased-image {
        max-width: 600px;
    }

    .consent-popup-wrapper {
        padding: .5em;
    }

    /* GET APP section above footer */
    .get-mobile-app-section {
        padding: 6em 2em;
    }

    .get-app-title > .blue {
        font-size: 2.5em;
    }

    .resizer-icon.get-app {
        margin: 0 1em 0 0;
        max-height: 250px;
    }

    .content {
        text-align: left;
    }

    .store-badge-wrapper {
        margin-left: -1em;
    }
}


.popup-dark-bgc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.paid-version-popup-wrapper {
    margin: 0 auto;
    padding: 2em;
    position: absolute;
    flex-wrap: wrap;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-height: 95vh;
    overflow-y: auto;
    max-width: 600px;
    border-radius: 0.5rem;
    filter: drop-shadow(0 4px 20px rgba(255, 255, 255, .15)) drop-shadow(0 1px 3px rgba(255, 255, 255, .3));
    color: var(--light-white);
    background-color: var(--light-dark-bgc);
    z-index: 10000;
}

.safe-files-wrapper {
    text-align: center
}

.safe-files-img {
    max-width: 24px;
}

.safe-files-wrapper-txt {
    margin-top: 1em;
    text-align: left;
}

@media screen and (min-width: 768px) {

    .try-also-container > .card-wrapper > div {
        justify-content: space-between;
    }

    .try-also-container > .card-wrapper > div > img {
        margin-right: 0;
    }

    .try-also-container > .card-wrapper > div > .title {
        flex-basis: unset;
    }

    .zen-swiper-promo-wrapper-title {
        margin-left: 0;
    }

    .web-extension {
        padding: 1.5em;
    }

    .web-extension-txt {
        text-align: left;
    }

    .extension-body{
        justify-content: space-between;
    }

    .extension-body > .btn {
        margin-left: 2em;
    }
}

@media only screen and (min-width: 960px) {
    [id='simpleimageresizer_billboard_atf'] {
        --height: 280px;
    }
}

@media screen and (min-width: 992px) {

    .zen-swiper-promo-wrapper > .zen-swipe-mobile-img {
        display: none;
    }

    .zen-swiper-promo-wrapper > .zen-swipe-desktop-img {
        display: block;
    }

    .navbar-nav-wrap {
        height: 82px;
        max-width: 700px;
    }

    .navbar-nav > .nav-item {
        padding: 0 0.75rem 0 0.75rem;
    }

    .navbar-nav > .nav-item > .nav-link {
        padding: 0 0 0.3em 0;
    }

    .navbar-nav > .nav-item.btn {
        padding: 0 .3em;
    }

    .navbar-expand-lg .nav-item:not(:last-child) {
        margin-right: 1rem;
    }

    #become-tester-id {
        padding: 1em 0;
    }

    .tool-description-wrapper {
        margin: 1em auto 1.5em;
        background-color: var(--white);
    }

    .faq-container {
        padding-right: 10em;
    }

    .custom-valid-consent {
        width: 70%;
    }

    .btn-consent {
        width: 50%;
        max-width: 150px;
    }

    .new-consent-popup-wrapper {
        margin: 0;
        bottom: 0;
    }

    .resizer-icon.get-app {
        width: 250px;
    }
}

@media screen and (max-width: 1200px) {
    .dropdown-menu {
        margin-bottom: .5em;
        background-color: transparent;
    }

    .dropdown-item {
        color: var(--very-light-gray);
    }

    .dropdown-header {
        background-color: transparent;
    }
}

@media screen and (min-width: 1200px) {
    [id='simpleimageresizer_billboard_atf'] {
        --height: 280px;
    }

    .get-mobile-app-banner-wrapper {
        display: none;
    }

    .btn-get-app.btn-nav {
        display: block;
    }

    .dropdown-header {
        font-size: 16px;
        border-top: .5px dotted #8c98a4;
        border-bottom: .5px dotted #8c98a4;
        background-color: rgba(221, 221, 221, .2);
    }

    .dropdown-item {
        font-size: 16px;
    }

    .navbar-nav-wrap, .tool-version-user-prompt {
        max-width: 1140px;
    }

    .become-tester {
        margin: 0 0 0.5em;
    }

    .become-tester::before, .for-business::before {
        display: block;
    }

    .tool-description-wrapper {
        padding: 0 2em;
        max-width: 1140px;
        justify-content: space-around;
    }

    .tool-description-title {
        margin: auto;
        flex-basis: 22%;
    }

    .step-content-wrapper {
        line-height: 70px;
    }

    .navbar-nav-wrap {
        margin: 0 auto;
    }

    .try-also {
        flex-basis: 100%;
    }

    .bottom-nav {
        max-width: 1140px;
        justify-content: space-evenly;
    }

    .navbar-expand-xl .nav-item:not(:last-child) {
        margin-right: 0 !important;
    }
}

@media screen and (min-width: 1300px) {
    .tool-description-title {
        flex-basis: 26%;
    }
}