:root {
    --venofy-spacing: 20px
}

.venofy {
    visibility: hidden;
    z-index: 999999999999999;
    transition-duration: .3s;
    transition-property: opacity, transform
}

@media print {
    .venofy {
        display: none !important;
    }
}

.venofy-clickable {
    cursor: pointer !important;
}

.venofy-float-right {
    float: right !important;
}

.venofy-float-left {
    float: left !important;
}

.venofy-hidden {
    display:none;
}

.venofy-hiding {
    animation: ease .3s venofy-fadeOut forwards !important;
    display:none;

}

.venofy-shown {
    display: block !important;
    visibility: visible !important;
    animation: ease .3s venofy-fadeIn forwards !important;
}

/*.venofy *:not(.venofy-spin-collector-content * , venofy-spin-collector-content){
    margin: 0!important;
    width: initial!important;
    height: initial!important;
    padding: initial!important;
    line-height: 1.5!important;
    position: unset !important;
}*/
.venofy.on-visible {
    visibility: visible!important;
}

.venofy.on-fadeIn {
    animation: ease .3s venofy-fadeIn forwards!important
}

.venofy.on-slideInUp {
    animation: ease .3s venofy-slideInUp forwards!important
}

.venofy.on-slideInDown {
    animation: ease .3s venofy-slideInDown forwards!important
}

.venofy.on-zoomIn {
    animation: ease .3s venofy-zoomIn forwards!important
}

.venofy.on-bounceIn {
    animation: ease .3s venofy-bounceIn forwards!important
}

.venofy.off-fadeOut {
    animation: ease .3s venofy-fadeOut both!important
}

.venofy.off-slideOutUp {
    animation: ease .3s venofy-slideOutUp both!important
}

.venofy.off-slideOutDown {
    animation: ease .3s venofy-slideOutDown both!important
}

.venofy.off-zoomOut {
    animation: ease .3s venofy-zoomOut forwards!important
}

.venofy.off-bounceOut {
    animation: ease .3s venofy-bounceOut forwards!important
}

.venofy.animation-heartbeat {
    animation-name: venofy-heartbeat !important;
    animation-duration: calc(1s * 1.3) !important;
    animation-timing-function: ease-in-out !important;
}

.venofy.animation-flash {
    animation-duration: 1s !important;
    animation-name: venofy-flash !important;
}

.venofy.animation-pulse {
    animation-name: venofy-pulse !important;
    animation-duration: 1s !important;
    animation-timing-function: ease-in-out;
}

.venofy.animation-bounce {
    animation-duration: 1s !important;
    animation-name: venofy-bounce !important;
    transform-origin: center bottom;
}

.venofy-close {
    border: none !important;
    background: none !important;
    opacity: .4 !important;
    transition: .15s all !important;
    min-width: unset !important;
    color: gray;
    padding: 2px !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 50% !important;
}

.venofy-close:hover {
    cursor: pointer!important;
    opacity: .6!important
}

.venofy-top_left {
    position: fixed!important;
    max-width: 90%!important;
    left: var(--venofy-spacing);
    top: var(--venofy-spacing)
}

.venofy-top_center {
    position: fixed!important;
    max-width: 90%!important;
    margin: auto;
    left: 0;
    right: 0;
    top: var(--venofy-spacing);
    width: max-content
}

.venofy-top_right {
    position: fixed!important;
    max-width: 90%!important;
    right: var(--venofy-spacing);
    top: var(--venofy-spacing)
}

.venofy-middle_left {
    position: fixed!important;
    max-width: 90%!important;
    left: var(--venofy-spacing);
    margin: auto 0;
    top: calc(45%)
}

.venofy-middle_center {
    position: fixed!important;
    max-width: 85%!important;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    width: max-content
}

.venofy-middle_right {
    position: fixed!important;
    max-width: 90%!important;
    right: var(--venofy-spacing);
    margin: auto 0;
    top: calc(45%)
}

.venofy-bottom_left {
    position: fixed!important;
    max-width: 90%!important;
    left: var(--venofy-spacing);
    bottom: var(--venofy-spacing)
}

.venofy-bottom_center {
    position: fixed!important;
    max-width: 90%!important;
    margin: auto;
    left: 0;
    right: 0;
    bottom: var(--venofy-spacing);
    width: max-content
}

.venofy-bottom_right {
    position: fixed!important;
    max-width: 90%!important;
    right: var(--venofy-spacing);
    bottom: var(--venofy-spacing)
}

.venofy-top {
    position: initial!important;
    display: none;
    max-width: 100%!important
}

.venofy-bottom {
    position: initial!important;
    display: none;
    max-width: 100%!important
}

.venofy-top_floating {
    position: fixed!important;
    display: none;
    width: 100%!important
}

.venofy-bottom_floating {
    position: fixed!important;
    display: none;
    width: 100%!important;
    bottom: 0!important
}

.venofy-wrapper {
    padding: 12px;
    color: #000;
    border: 0 solid #000;
    background: #fff;
    position: relative!important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --shadow-r: 0;
    --shadow-g: 0;
    --shadow-b: 0;
    direction: ltr;
}

.venofy-wrapper-fast_scale_up, .venofy-wrapper-fast_scale_down {
    transition: .15s transform ease-in-out;
}

.venofy-wrapper-slow_scale_up, .venofy-wrapper-slow_scale_down {
    transition: .3s transform ease-in-out;
}

.venofy-wrapper-fast_scale_up:hover, .venofy-wrapper-slow_scale_up:hover {
    transform: scale(1.025);
}

.venofy-wrapper-fast_scale_down:hover, .venofy-wrapper-slow_scale_down:hover {
    transform: scale(0.975);
}

.venofy-rtl {
    direction: rtl;
    text-align: right;
}
.venofy-coupon-wrapper.venofy-rtl{
    text-align: center;
}
.venofy-wrapper-straight {
    border-radius: 0!important
}

.venofy-wrapper-rounded {
    border-radius: 8px!important
}

.venofy-wrapper-highly_rounded {
    border-radius: 16px!important
}

.venofy-wrapper-round {
    border-radius: 100px!important
}

.venofy-wrapper-shadow-subtle {
    box-shadow: 0 1px 2px 0 rgb(var(--shadow-r), var(--shadow-g), var(--shadow-b), .05) !important;
}

.venofy-wrapper-shadow-feather {
    box-shadow: 0 10px 15px -3px rgba(var(--shadow-r), var(--shadow-g), var(--shadow-b), .08), 0 4px 6px -2px rgba(var(--shadow-r), var(--shadow-g), var(--shadow-b), .04) !important;
}

.venofy-wrapper-shadow-3d {
    box-shadow: 5px 5px 0px 1px rgb(var(--shadow-r), var(--shadow-g), var(--shadow-b), .05) !important;
}

.venofy-wrapper-shadow-layered {
    box-shadow:
            rgba(var(--shadow-r), var(--shadow-g), var(--shadow-b), 0.35) 5px 5px,
            rgba(var(--shadow-r), var(--shadow-g), var(--shadow-b), 0.25) 10px 10px,
            rgba(var(--shadow-r), var(--shadow-g), var(--shadow-b), 0.15) 15px 15px,
            rgba(var(--shadow-r), var(--shadow-g), var(--shadow-b), 0.075) 20px 20px;
}


.venofy-site {
    font-size: 10px!important;
    display: inline-block!important
}

.venofy-toast-pulse-wrapper {
    margin: 0 10px !important;
}

.venofy-toast-pulse-wrapper svg {
    max-width: 50px !important;
    height: auto !important;
}

.venofy-toast-star {
    font-size: 15px!important;
    color: #ffc100!important
}

.venofy-agreement-checkbox {
    margin-top: 8px !important;
    display: flex!important;
    align-items: center!important
}

.venofy-agreement-checkbox-input {
    appearance: initial!important;
    -webkit-appearance: checkbox!important;
    -moz-appearance: checkbox!important
}

.venofy-agreement-checkbox-text {
    font-size: 12px!important;
    margin: 0 5px 0 5px !important;
}

@keyframes venofy-fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes venofy-fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}


@keyframes venofy-slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes venofy-slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes venofy-slideOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes venofy-slideOutDown {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes venofy-zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes venofy-zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes venofy-bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes venofy-bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes venofy-heartbeat {
    0% {
        transform: scale(1);
    }

    14% {
        transform: scale(1.15);
    }

    28% {
        transform: scale(1);
    }

    42% {
        transform: scale(1.15);
    }

    70% {
        transform: scale(1);
    }
}

@keyframes venofy-bounce {
    from,
    20%,
    53%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
    }

    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0) scaleY(0.95);
    }

    90% {
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}

@keyframes venofy-pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.065, 1.065, 1.065);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes venofy-flash {
    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.venofy-button-bar-wrapper {
    width: 100%!important;
    display: flex;
    justify-content: center
}

.venofy-button-bar-content {
    display: flex!important;
    flex-direction: column!important
}

.venofy-button-bar-row {
    display: flex!important;
    flex-direction: column!important
}

.venofy-button-bar-title {
    font-size: 18px;
    font-weight: 700!important;
    margin-bottom: 15px!important
}

.venofy-button-bar-middle {
    display: flex!important;
    margin-bottom: 10px!important
}

.venofy-button-bar-middle .venofy-close {
    margin-left: 10px!important
}

.venofy-rtl .venofy-button-bar-middle .venofy-close {
    margin: 0 10px 0 0 !important;
}

.venofy-button-bar-button {
    flex-grow: 1!important;
    font-size: 14px;
    background: #fff;
    border-radius: 6px!important;
    padding: 8px 14px!important;
    text-align: center!important;
    font-weight: 700!important;
    border: 0!important;
    transition: opacity .3s!important;
}

.venofy-button-bar-button:hover {
    opacity: .9!important;
}

@media (min-width:768px) {
    .venofy-button-bar-row {
        flex-direction: row!important;
        align-items: center!important
    }
    .venofy-button-bar-title {
        margin-right: 20px!important;
        margin-bottom: 0!important
    }
    .venofy-rtl .venofy-button-bar-title {
        margin: 0 0 0 20px !important;
    }
    .venofy-button-bar-middle {
        margin-bottom: 0!important;
        align-items: center!important
    }
    .venofy-button-bar-middle .venofy-close {
        margin-left: 20px!important
    }
    .venofy-rtl .venofy-button-bar-middle .venofy-close {
        margin: 0 20px 0 0 !important;
    }
}

@media (min-width:576px) {
    .venofy-button-modal-wrapper {
        max-width: 450px!important
    }
}

.venofy-button-modal-content {
    padding: 8px!important;
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important
}

.venofy-button-modal-image {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 16px!important;
    border-radius: 8px!important;
}

.venofy-button-modal-header {
    display: flex!important;
    justify-content: right!important
}

.venofy-button-modal-title {
    font-weight: 700!important;
    font-size: 22px;
    flex-grow: 1!important;
    margin-bottom: 8px!important
}

.venofy-button-modal-description {
    font-size: 16px;
    margin-bottom: 16px!important;
    text-align: center!important
}

.venofy-button-modal-button {
    display: block;
    background: #000;
    border: 0!important;
    font-size: 14px;
    font-weight: 500!important;
    padding: 12px 38px!important;
    color: #fff;
    border-radius: 50px!important;
    transition: .3s opacity!important;
    text-align: center!important;
    margin-bottom: 12px!important;
}

.venofy-button-modal-button:hover {
    opacity: .9!important;
    text-decoration: none!important
}

.venofy-button-modal-wrapper .venofy-close {
    position: absolute!important;
    right: 20px!important;
}

.venofy-collector-bar-wrapper {
    width: 100%!important;
    display: flex;
    justify-content: center
}

.venofy-collector-bar-content {
    display: flex!important;
    flex-direction: column!important
}

.venofy-collector-bar-row {
    display: flex!important;
    flex-direction: column!important;
    margin-bottom: 5px!important
}

.venofy-collector-bar-title {
    flex-grow: 1!important;
    font-weight: 700!important;
    margin-bottom: 15px!important
}

.venofy-collector-bar-form {
    display: flex!important;
    flex-direction: column!important
}

.venofy-collector-bar-form-content {
    display: flex!important;
    align-items: center!important
}

.venofy-collector-bar-form .venofy-agreement-checkbox {
    margin-top: 10px!important
}

.venofy-collector-bar-form-content input {
    flex-grow: 1!important;
    border: 0!important;
    background: #fff;
    padding: 8px 12px!important;
    color: #495057;
    font-size: 14px!important;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .12)!important;
    border-radius: 6px!important;
    margin-right: 10px!important
}

.venofy-collector-bar-form-content input:focus {
    outline: 0
}

.venofy-collector-bar-form-button {
    cursor: pointer!important;
    background: #000;
    border: 0!important;
    font-size: 14px;
    padding: 8px 13px!important;
    color: #fff;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .12)!important;
    border-radius: 6px!important;
    margin-right: 15px!important;
    margin-left: 15px!important;
    font-weight: 500!important;
    transition: opacity .3s!important;
}

.venofy-collector-bar-form-button:hover {
    opacity: .9;
}

.venofy-collector-bar-form-button:focus {
    outline: 0
}

@media (min-width:768px) {
    .venofy-collector-bar-row {
        flex-direction: row!important;
        align-items: center!important
    }
    .venofy-collector-bar-title {
        margin-right: 20px!important;
        margin-bottom: 0!important
    }
    .venofy-collector-bar-form .venofy-agreement-checkbox {
        margin-top: 5px!important
    }
}

.venofy-collector-modal-wrapper {
    padding: 0!important
}

@media (min-width:576px) {
    .venofy-collector-modal-wrapper {
        max-width: 550px!important
    }
}

.venofy-collector-modal-image-holder {
    min-width: 100%!important;
    height: 300px!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center!important;
    border-radius: 8px!important;
    margin: 16px auto!important;
}

.venofy-collector-modal-content {
    padding: 24px!important;
    display: flex!important;
    flex-direction: column!important
}

.venofy-collector-modal-header {
    display: flex!important;
    justify-content: right!important;
    align-items: start !important;
}

.venofy-collector-modal-title {
    font-weight: 700!important;
    font-size: 22px;
    flex-grow: 1!important;
    margin-bottom: 8px!important;
    text-align: center!important
}

.venofy-collector-modal-description {
    font-size: 16px;
    margin-bottom: 16px!important;
    text-align: center!important
}

.venofy-collector-modal-form {
    display: flex!important;
    flex-direction: column!important;
    margin-bottom: 8px!important
}

.venofy-collector-modal-row {
    display: flex!important;
    flex-direction: row!important;
    justify-content: space-around!important;
    gap: 10px;
}

.venofy-collector-modal-row input {
    border: 1px solid #d8d8d8!important;
    background: #fff;
    padding: 12px 12px!important;
    color: #495057;
    font-size: 14px!important;
    border-radius: 6px!important;
    flex-grow: 1!important;
    transition: .3s border!important;
    width: auto;
    height: auto;
}

.venofy-collector-modal-row input:hover {
    border: 1px solid #e5e5e5!important
}

.venofy-collector-modal-row button {
    cursor: pointer!important;
    background: #000;
    border: 0!important;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 14px!important;
    color: #fff;
    border-radius: 6px!important;
    transition: .3s opacity!important
}

.venofy-collector-modal-row button:hover {
    opacity: .95!important
}

.venofy-collector-modal-wrapper .venofy-close {
    position: absolute!important;
    right: 20px!important
}

.venofy-collector-two-modal-wrapper {
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

.venofy-collector-two-modal-image-holder {
    min-width: 100% !important;
    height: 250px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.venofy-collector-two-modal-content {
    padding: 24px !important;
    display: flex !important;
    flex-direction: column !important;
}

.venofy-collector-two-modal-header {
    display: flex !important;
    justify-content: right !important;
    align-items: start !important;
}

.venofy-collector-two-modal-title {
    font-weight: bold !important;
    font-size: 22px;
    flex-grow: 1 !important;
    margin-bottom: 8px !important;
    text-align: center !important;
}

.venofy-collector-two-modal-description {
    font-size: 16px;
    margin-bottom: 16px !important;
    text-align: center !important;
}

.venofy-collector-two-modal-form {
    margin-bottom: 8px !important;
}

.venofy-collector-two-modal-row {
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 15px !important;
}

.venofy-collector-two-modal-row input {
    border: 1px solid hsla(0, 0%, 85%, 1) !important;
    background: white;
    padding: 12px 12px !important;
    color: #495057;
    font-size: 14px !important;
    border-radius: 6px !important;
    flex-grow: 1 !important;
    margin-bottom: 16px !important;
    transition: .3s border !important;
}
.venofy-collector-two-modal-row input:hover {
    border: 1px solid hsla(0, 0%, 90%, 1) !important;
}

.venofy-collector-two-modal-row button {
    flex-grow: 1 !important;
    cursor: pointer !important;
    background: black;
    border: 0 !important;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 14px !important;
    color: white;
    border-radius: 6px !important;
    transition: .3s opacity !important;
}

.venofy-collector-two-modal-row button:hover {
    opacity: 0.95 !important;
}

.venofy-collector-two-modal-wrapper .venofy-close {
    position: absolute !important;
    right: 20px !important;
}

@media (min-width: 768px) {
    .venofy-collector-two-modal-wrapper {
        max-width: 700px !important;
        flex-direction: row !important;
    }

    .venofy-collector-two-modal-image-holder {
        min-width: 300px !important;
        height: auto !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center !important;
        border-top-left-radius: 8px !important;
        border-bottom-left-radius: 8px !important;
    }
}

@media (min-width:576px) {
    .venofy-conversions-counter-wrapper {
        max-width: 400px !important;
        min-width: 300px !important;
    }
}

.venofy-conversions-counter-content {
    display: flex!important;
    flex-direction: row!important;
    align-items: start !important;
}

.venofy-conversions-counter-header {
    display: flex !important;
    flex-direction: row !important;
    align-items: start !important;
    justify-content: space-around !important;
    width: 100% !important;
}

.venofy-conversions-counter-number {
    padding: 6px 18px!important;
    border-radius: 8px!important;
    font-weight: bolder!important;
    font-size: 22px!important;
    margin-right: 10px!important;
}

.venofy-rtl .venofy-conversions-counter-number {
    margin: 0 0 0 10px !important;
}

.venofy-conversions-counter-title {
    font-size: 14px;
    margin-bottom: 0 !important;
    flex-grow: 1!important;
    font-weight: 500!important;
}

.venofy-conversions-counter-time {
    font-size: 12px!important;
    margin-bottom: 0!important;
    color: grey
}

.venofy-conversions-counter-close {
    align-self: start !important
}

@media (min-width:576px) {
    .venofy-cookie-notification-wrapper {
        max-width: 400px!important
    }
}

.venofy-cookie-notification-content {
    display: flex!important;
    flex-direction: column!important
}

.venofy-cookie-notification-header {
    display: flex!important;
    flex-direction: row!important;
    align-items: start!important
}

.venofy-cookie-notification-image {
    min-width: 50px!important;
    height: 50px!important;
    margin-right: 8px!important
}

.venofy-rtl .venofy-cookie-notification-image {
    margin: 0 0 0 8px !important;
}

.venofy-cookie-notification-description {
    font-size: 14px;
    margin-bottom: 0!important
}

.venofy-cookie-notification-close {
    align-self: start !important
}

.venofy-cookie-notification-url {
    font-weight: 700!important
}

.venofy-cookie-notification-button {
    border-radius: 4px!important;
    padding: 6px!important;
    text-align: center!important;
    font-weight: 700!important;
    font-size: 16px;
    margin: 10px 0!important;
    display: block!important;
    width: 100%!important;
    border: 0!important;
    transition: opacity .3s!important
}

.venofy-cookie-notification-button:hover {
    opacity: .9!important;
    cursor: pointer!important
}

@media (min-width:576px) {
    .venofy-countdown-collector-wrapper {
        max-width: 420px!important
    }
}

.venofy-countdown-collector-content {
    padding: 12px!important;
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important
}

.venofy-countdown-collector-header {
    width: 100%!important;
    display: flex!important;
    align-items: start !important;
}

.venofy-countdown-collector-title {
    flex-grow: 1!important;
    text-align: center!important;
    font-weight: 700!important;
    font-size: 18px;
    margin-bottom: 0!important
}

.venofy-countdown-collector-description {
    font-size: 14px;
    margin-bottom: 14px!important
}

.venofy-countdown-collector-content-title {
    font-weight: 700!important;
    font-size: 12px;
    margin-bottom: 12px!important;
    text-decoration: underline;
}

.venofy-countdown-collector-timer {
    display: flex!important;
    flex-direction: row!important;
    width: 100%!important;
    justify-content: space-between!important;
    margin-bottom: 10px!important
}

.venofy-countdown-collector-timer-block {
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important
}

.venofy-countdown-collector-time {
    padding: 4px 8px!important;
    background: #000;
    color: #fff;
    border-radius: 6px!important;
    width: 35px!important;
    text-align: center!important
}

.venofy-countdown-collector-time-text {
    font-size: 10px!important
}

.venofy-countdown-collector-form {
    display: flex!important;
    flex-direction: column!important;
    margin-bottom: 8px!important
}

.venofy-countdown-collector-row {
    display: flex!important;
    flex-direction: row!important;
}

.venofy-countdown-collector-row input {
    border: 0!important;
    background: #fff;
    padding: 6px 12px!important;
    color: #495057;
    font-size: 14px!important;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .12)!important;
    border-bottom-left-radius: 6px!important;
    border-top-left-radius: 6px!important
}

.venofy-rtl .venofy-countdown-collector-row input {
    border-radius: 0 6px 6px 0 !important;
}

.venofy-countdown-collector-row input:focus {
    outline: 0
}

.venofy-countdown-collector-row button {
    cursor: pointer!important;
    background: #000;
    border: 0!important;
    font-size: 14px;
    padding: 8px 13px!important;
    color: #fff;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .12)!important;
    border-bottom-right-radius: 6px!important;
    border-top-right-radius: 6px!important;
    font-weight: 500 !important;
    transition: opacity .3s !important;
}

.venofy-countdown-collector-row button:hover {
    opacity: .9;
}

.venofy-rtl .venofy-countdown-collector-row button {
    border-radius: 6px 0 0 6px !important;
}

.venofy-countdown-collector-row button:focus {
    outline: 0
}

.venofy-custom-html-wrapper {
}

@media (min-width: 576px) {
    .venofy-custom-html-wrapper {
        max-width: 400px !important;
        min-width: 300px !important;
    }
}

.venofy-custom-html-content {
    padding: 8px !important;
}

.venofy-custom-html-html {

}

@media (min-width:576px) {
    .venofy-coupon-wrapper {
        max-width: 480px!important
    }
}

.venofy-coupon-content {
    padding: 6px!important;
    display: flex!important;
    flex-direction: column!important;
}

.venofy-coupon-header {
    display: flex!important;
    margin-bottom: 8px!important;
    align-items: start !important;
}

.venofy-coupon-title {
    font-size: 18px;
    font-weight: 700!important;
    flex-grow: 1!important;
    margin-bottom: 0!important
}

.venofy-coupon-description {
    font-size: 16px;
    margin-bottom: 8px!important
}

.venofy-coupon-image {
    width: 100% !important;
    border-radius: 8px !important;
    margin-bottom: 12px !important;
    max-height: 250px !important;
    object-fit: cover !important;
}

.venofy-coupon-code {
    background: #fff;
    border-radius: 8px;
    padding: 8px!important;
    text-align: center!important;
    font-weight: 700!important;
    font-size: 18px!important;
    border-width: 2px;
    border-style: dashed;
    border-color: #000;
    margin: 18px 0!important
}

.venofy-coupon-button {
    display: block!important;
    border-radius: 8px!important;
    padding: 12px!important;
    text-align: center!important;
    font-weight: 700!important;
    font-size: 16px;
    margin: 18px 0!important
}

.venofy-coupon-button:hover {
    color: initial;
    opacity: .9!important;
    text-decoration: none!important
}

@media (min-width:768px) {
    .venofy-coupon-image {
        width: 170px!important;
        margin-right: 16px!important;
        margin-bottom: 0 !important;
        max-height: 220px !important;
    }

    .venofy-rtl .venofy-coupon-image {
        margin: 0 0 0 16px !important;
    }

    .venofy-coupon-content {
        flex-direction: row!important
    }
}

.venofy-coupon-bar-wrapper {
    width: 100%!important;
    display: flex;
    justify-content: center
}

.venofy-coupon-bar-content {
    display: flex!important;
    flex-direction: column!important
}

.venofy-coupon-bar-row {
    display: flex!important;
    flex-direction: column!important
}

.venofy-coupon-bar-title {
    font-size: 18px;
    font-weight: 700!important;
    margin-bottom: 15px!important
}

.venofy-coupon-bar-middle {
    display: flex!important;
    margin-bottom: 10px!important
}

.venofy-coupon-bar-middle .venofy-close {
    margin-left: 10px!important
}

.venofy-rtl .venofy-coupon-bar-middle .venofy-close {
    margin: 0 10px 0 0 !important;
}

.venofy-coupon-bar-coupon-code {
    flex-grow: 1!important;
    font-size: 14px!important;
    background: #fff;
    border-radius: 6px!important;
    padding: 6px 14px!important;
    text-align: center!important;
    font-weight: 700!important;
    border: 2px dashed #000
}

@media (min-width:768px) {
    .venofy-coupon-bar-row {
        flex-direction: row!important;
        align-items: center!important
    }
    .venofy-coupon-bar-title {
        margin-right: 20px;
        margin-bottom: 0!important
    }
    .venofy-rtl .venofy-coupon-bar-title {
        margin: 0 0 0 20px !important;
    }
    .venofy-coupon-bar-middle {
        margin-bottom: 0!important;
        align-items: center!important
    }
    .venofy-coupon-bar-middle .venofy-close {
        margin-left: 20px!important
    }

    .venofy-rtl .venofy-coupon-bar-middle .venofy-close {
        margin: 0 20px 0 0 !important;
    }
}

.venofy-email-collector-content {
    padding: 14px!important;
    display: flex!important;
    flex-direction: column!important
}

.venofy-email-collector-header {
    display: flex!important;
    align-items: start !important;
}

.venofy-email-collector-title {
    font-weight: 700!important;
    font-size: 21px;
    flex-grow: 1!important;
    margin-bottom: 12px!important;
}

.venofy-email-collector-description {
    font-size: 14px;
    margin-bottom: 16px!important
}

.venofy-email-collector-form {
    display: flex!important;
    flex-direction: column!important;
    margin-bottom: 12px!important
}

.venofy-email-collector-row {
    display: flex!important;
    flex-direction: row!important;
}

.venofy-email-collector-row input {
    border: 1px solid hsla(0, 0%, 85%, 1) !important;
    width: 100% !important;
    background: #fff;
    padding: 8px 12px!important;
    color: #495057;
    font-size: 14px!important;
    border-radius: 6px!important;
    flex-grow: 1!important
}

.venofy-email-collector-row input:nth-child(1) {
    margin-right: 8px !important;
}

.venofy-rtl .venofy-email-collector-row input:nth-child(1) {
    margin-right: 0 !important;
    margin-left: 8px !important;
}

.venofy-email-collector-row input:nth-child(2) {
    margin-left: 8px !important;
}

.venofy-rtl .venofy-email-collector-row input:nth-child(2) {
    margin-right: 8px !important;
    margin-left: 0 !important;
}

.venofy-email-collector-row input:focus {
    outline: 0
}

.venofy-email-collector-button {
    margin-top: 16px!important;
    cursor: pointer!important;
    background: #000;
    border: 0!important;
    font-size: 14px;
    font-weight: 500!important;
    padding: 8px 14px!important;
    color: #fff;
    border-radius: 6px!important;
    transition: all .3s!important;
}

.venofy-email-collector-button:hover {
    opacity: .9!important;
}

.venofy-email-collector-row button:focus {
    outline: 0
}

@media (min-width:576px) {
    .venofy-email-collector-wrapper {
        max-width: 390px!important
    }
}

@media (min-width:768px) {
    .venofy-email-collector-row input {
        flex-grow: 0!important
    }
}

@media (min-width:576px) {
    .venofy-emoji-feedback-wrapper {
        max-width: 400px!important
    }
}

.venofy-emoji-feedback-content {
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important
}

.venofy-emoji-feedback-header {
    width: 100%!important;
    display: flex!important;
    align-items: start !important;
}

.venofy-emoji-feedback-title {
    flex-grow: 1!important;
    text-align: center!important;
    font-weight: 700!important;
    font-size: 16px;
    margin: 0 8px 12px 8px !important;
}

.venofy-emoji-feedback-emojis {
    display: flex!important;
    flex-direction: row!important;
    align-items: center!important;
    justify-content: space-around!important;
    margin-bottom: 8px !important;
    width: 100%!important
}

.venofy-emoji-feedback-emoji {
    margin: 0 8px!important;
    transition: all .3s ease-in-out;
    width: 35px!important;
    height: 35px!important
}

.venofy-emoji-feedback-emoji:hover {
    transform: scale(1.1);
    cursor: pointer
}

.venofy-emoji-feedback-emoji-clicked {
    animation: venofy-emoji-feedback-emoji-click 1s!important
}

@keyframes venofy-emoji-feedback-emoji-click {
    0% {
        transform: scale(1.1);
        opacity: 1
    }
    50% {
        transform: scale(1.5);
        opacity: .7
    }
    100% {
        transform: scale(1);
        opacity: 0
    }
}

.venofy-engagement-links-wrapper {
    width: 300px!important;
    max-width: 325px!important
}

.venofy-faq-wrapper {
    width: 300px!important;
    max-width: 325px!important;
    text-align: left;
}
.venofy-rtl.venofy-faq-wrapper{
    text-align: right;
}
.venofy-faq-wrapper .venofy-faq-question {
    display: flex;
    align-items: center;
    padding: 1rem 1.25rem;

}
.venofy-faq-wrapper .venofy-faq-question::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.venofy-rtl.venofy-faq-wrapper .venofy-faq-question::after {
    margin-right: auto;
    margin-left: 0;
}

/* Rotate arrow when the answer is visible */
.venofy-faq-question.venofy-slide::after {
    transform: rotate(-180deg); /* Arrow pointing up */
}
.venofy-engagement-links-content {
    padding: 6px!important;
    display: flex!important;
    flex-direction: column!important
}

.venofy-faq-content {
    padding: 6px!important;
    display: flex!important;
    flex-direction: column!important
}
.venofy-faq-content .venofy-faqs{
    max-height: 160px;
    overflow: scroll;
    margin-top: 8px;
}
.venofy-faq-content .venofy-faqs .venofy-faq .venofy-faq-question{
    border: 1px solid;
    cursor: pointer;
}
.venofy-faq-content .venofy-faqs .venofy-faq:not(:last-of-type) {
    border-bottom: 0;
}
.venofy-faq-content .venofy-faqs .venofy-faq .venofy-faq-answer {
    padding: 1rem 1.25rem;
    border-right: 1px solid;
    border-left: 1px solid;
    border-top: 1px solid;
}
.venofy-faq-content .venofy-faqs .venofy-faq:last-of-type .venofy-faq-answer{
    border-bottom: 1px solid;

}
.venofy-engagement-links-header {
    display: flex!important;
    align-items: start !important;
}

.venofy-faq-header {
    display: flex!important;
    align-items: start !important;
}

.venofy-engagement-links-title {
    font-size: 20px;
    font-weight: 600!important;
    flex-grow: 1!important;
    text-align: center!important;
    cursor: pointer!important
}

.venofy-faq-title {
    font-size: 20px;
    font-weight: 600!important;
    flex-grow: 1!important;
    text-align: center!important;
    cursor: pointer!important
}

.venofy-engagement-links-category {
    margin: 6px 0 !important;
}

.venofy-engagement-links-category-title {
    margin-bottom: 0 !important;
    text-align: center!important;
    font-size: 18px!important;
    color: #000
}

.venofy-engagement-links-category-description {
    margin-bottom: 0!important;
    text-align: center!important;
    font-size: 12px!important;
    color: #000
}

.venofy-engagement-links-category-links {
    margin: 10px 0!important;
    display: flex!important;
    flex-direction: column!important
}

.venofy-engagement-links-category-link {
    display: flex!important;
    flex-direction: row!important;
    align-items: center!important;
    margin: 5px 0 !important;
    padding: 6px 12px !important;
    border-radius: 8px!important;
    transition: all .3s !important;
    border-style: solid!important;
    border-width: 1px!important;
    gap: 10px!important;
}

.venofy-engagement-links-category-link:hover {
    text-decoration: none!important;
    opacity: .9!important
}

.venofy-engagement-links-category-link-image {
    width: 20px!important;
    height: 20px!important;
}

.venofy-engagement-links-category-link-title {
    font-size: 13px!important;
    font-weight: 700!important;
    margin-bottom: 0!important
}

.venofy-engagement-links-category-link-description {
    font-size: 11px!important;
    margin-bottom: 0!important
}

.venofy-engagement-links-wrapper .venofy-close {
    margin-left: 15px!important
}

.venofy-rtl.venofy-engagement-links-wrapper .venofy-close {
    margin: 0 15px 0 0 !important;
}

.venofy-faq-wrapper .venofy-close {
    margin-left: 15px!important
}

.venofy-rtl.venofy-faq-wrapper .venofy-close {
    margin: 0 15px 0 0 !important;
}

@media (min-width:768px) {
    .venofy-engagement-links-wrapper {
        width: 315px!important;
        max-width: 350px!important
    }
    .venofy-faq-wrapper {
        width: 315px!important;
        max-width: 350px!important
    }
}

@media (min-width:576px) {
    .venofy-image-wrapper {
        max-width: 550px!important
    }
}

.venofy-image-content {
    padding: 6px!important;
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important
}

.venofy-image-header {
    display: flex!important;
    width: 100%!important;
    align-items: start !important;
}

.venofy-image-title {
    font-size: 18px;
    font-weight: 700!important;
    flex-grow: 1!important;
    text-align: center!important;
    margin-bottom: 16px !important;
}

.venofy-image-image-img {
    max-width: 100%!important;
    max-height: 100%!important;
    border-radius: 8px!important
}

.venofy-image-button {
    display: block!important;
    width: 100%!important;
    border-radius: 8px!important;
    padding: 8px 14px!important;
    text-align: center!important;
    font-size: 16px;
    font-weight: 500 !important;
    margin: 16px 0 8px 0!important;
}

.venofy-image-button:hover {
    color: initial;
    opacity: .9!important;
    text-decoration: none!important
}

.venofy-image-footer {
    font-size: 14px!important;
    text-decoration: underline!important
}

@media (min-width:576px) {
    .venofy-informational-wrapper {
        max-width: 400px !important;
        min-width: 300px !important;
    }
}

.venofy-informational-content {
    display: flex!important;
    flex-direction: row!important;
    align-items: center !important;
}

.venofy-informational-header {
    display: flex!important;
    width: 100%!important;
    align-items: start !important;
}

.venofy-informational-title {
    flex-grow: 1!important;
    font-weight: 700!important;
    margin-bottom: 0!important
}

.venofy-informational-description {
    font-size: 14px;
    margin-bottom: 0!important
}

.venofy-informational-image {
    min-width: 65px!important;
    height: 65px!important;
    margin-right: 8px!important
}

.venofy-rtl .venofy-informational-image {
    margin: 0 0 0 8px !important;
}

@media (min-width:576px) {
    .venofy-informational-mini-wrapper {
        max-width: 400px !important;
        min-width: 250px !important;
    }
}

.venofy-informational-mini-content {
    display: flex!important;
    flex-direction: row!important;
    align-items: center !important;
}

.venofy-informational-mini-header {
    display: flex!important;
    width: 100%!important;
    align-items: start !important;
}

.venofy-informational-mini-title {
    flex-grow: 1!important;
    font-weight: 500!important;
    margin: 0 4px 0 0px!important;
    font-size: 14px;
    line-height: 1.25!important;
}

.venofy-informational-mini-image {
    min-width: 30px!important;
    height: 30px!important;
    margin-right: 8px!important
}

.venofy-rtl .venofy-informational-mini-image {
    margin: 0 0 0 8px !important;
}

.venofy-informational-bar-wrapper {
    width: 100%!important;
    display: flex;
    justify-content: center
}

.venofy-informational-bar-content {
    display: flex!important;
    flex-direction: row!important;
    align-items: center!important
}

.venofy-informational-bar-header {
    display: flex!important;
    align-items: start !important;
    width: 100%!important;
    margin-bottom: 0!important
}

.venofy-informational-bar-title {
    flex-grow: 1!important;
    font-weight: 700!important;
    margin-bottom: 0!important
}

.venofy-informational-bar-description {
    font-size: 14px;
    margin-bottom: 0!important
}

.venofy-informational-bar-image {
    min-width: 65px!important;
    height: 65px!important;
    margin-right: 25px!important
}

.venofy-rtl .venofy-informational-bar-image {
    margin: 0 0 0 25px !important;
}








.venofy-informational-bar-mini-wrapper {
    width: 100%!important;
    display: flex;
    justify-content: center
}

.venofy-informational-bar-mini-content {
    display: flex!important;
    flex-direction: row!important;
    align-items: center!important;
}

.venofy-informational-bar-mini-header {
    display: flex!important;
    align-items: start !important;
    width: 100%!important;
    margin-bottom: 0!important
}

.venofy-informational-bar-mini-title {
    flex-grow: 1!important;
    font-weight: 500!important;
    font-size: 14px;
    margin: 0 8px!important;
    line-height: 1.25!important;
}

.venofy-informational-bar-mini-image {
    min-width: 30px!important;
    height: 30px!important;
    margin-right: 15px!important
}

.venofy-rtl .venofy-informational-bar-mini-image {
    margin: 0 0 0 15px !important;
}











@media (min-width:576px) {
    .venofy-conversions-wrapper {
        max-width: 400px!important;
        min-width: 300px !important;
    }
}

.venofy-conversions-content {
    display: flex!important;
    flex-direction: row!important;
    align-items: center!important
}

.venofy-conversions-header {
    display: flex!important;
    align-items: start !important;
}

.venofy-conversions-title {
    font-weight: 700!important;
    font-size: 14px;
    flex-grow: 1!important;
    margin-bottom: 0!important;
}

.venofy-conversions-description {
    font-size: 13px;
    margin-bottom: 2px!important;
}

.venofy-conversions-image {
    width: 65px!important;
    height: 65px!important;
    margin-right: 8px!important;
    border-radius: 8px!important;
    object-fit: cover!important;
}

.venofy-rtl .venofy-conversions-image {
    margin: 0 0 0 8px !important;
}

.venofy-conversions-time {
    font-size: 10px!important;
}

.venofy-live-counter-wrapper {
    width: 220px!important
}

@media (min-width:576px) {
    .venofy-live-counter-wrapper {
        width: 280px!important
    }
}

.venofy-live-counter-content {
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important
}

.venofy-live-counter-header {
    display: flex!important;
    width: 100%!important;
    align-items: start !important;
    margin-bottom: 4px !important;
}

.venofy-live-counter-main {
    display: flex!important;
    flex-direction: row!important;
    align-items: center!important;
    justify-content: center!important;
    flex-grow: 1!important
}

.venofy-live-counter-number {
    padding: 4px 30px!important;
    border-radius: 8px!important;
    font-weight: bolder!important;
    font-size: 20px!important
}

.venofy-live-counter-close {
    align-self: start!important
}

.venofy-live-counter-description {
    font-size: 14px;
    font-weight: 500!important;
    margin-bottom: 16px!important;
}

@media (min-width:576px) {
    .venofy-reviews-wrapper {
        max-width: 400px!important
    }
}

.venofy-reviews-content {
    display: flex!important;
    flex-direction: row!important;
    align-items: center!important
}

.venofy-reviews-header {
    display: flex!important;
    flex-direction: row!important;
    justify-content: space-between!important;
    align-items: center!important
}

.venofy-reviews-stars {
    display: flex!important;
    flex-direction: row!important;
    align-items: center!important;
}

.venofy-reviews-stars div {
    margin-right: 3px!important
}

.venofy-reviews-title {
    font-size: 12px;
    font-weight: 700!important;
    margin-bottom: 0!important;
}

.venofy-reviews-description {
    font-size: 14px;
    margin-bottom: 0 !important;
    border-radius: 8px!important;
}

.venofy-reviews-image {
    min-width: 75px!important;
    height: 75px!important;
    margin-right: 10px!important;
    border-radius: 8px!important;
    object-fit: cover!important;
}

.venofy-rtl .venofy-reviews-image {
    margin: 0 0 0 10px !important;
}
.venofy-request-collector-wrapper:not(.venofy-rtl) , .venofy-email-collector-wrapper:not(.venofy-rtl) , .venofy-conversions-counter-wrapper:not(.venofy-rtl) , .venofy-conversions-wrapper:not(.venofy-rtl) , .venofy-coupon-wrapper:not(.venofy-rtl){
    direction: ltr;
    text-align: center;
}
.venofy-conversions-counter-wrapper:not(.venofy-rtl)  , .venofy-conversions-wrapper:not(.venofy-rtl)
{
    text-align: left;
}
@media (min-width:576px) {
    .venofy-request-collector-wrapper {
        max-width: 390px!important
    }
}

.venofy-request-collector-content {
    padding: 6px!important;
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important
}

.venofy-request-collector-header {
    display: flex!important;
    flex-direction: row!important;
    align-items: center!important;
    margin-bottom: 20px!important;
    width: 100%!important
}

.venofy-request-collector-image {
    min-width: 40px!important;
    height: 40px!important;
    margin-right: 8px!important
}

.venofy-rtl .venofy-request-collector-image {
    margin: 0 0 0 8px !important;
}

.venofy-request-collector-header-text {
    flex-grow: 1!important
}
.venofy-rtl .venofy-request-collector-header-text{
    text-align: left;
}
.venofy-request-collector-title {
    font-weight: 700!important;
    font-size: 16px;
    margin-bottom: 0!important
}

.venofy-request-collector-description {
    font-size: 14px;
    margin-bottom: 0!important
}

.venofy-request-collector-content-title {
    font-weight: 700!important;
    font-size: 18px;
    margin-bottom: 0!important
}

.venofy-request-collector-content-description {
    font-size: 16px;
    margin-bottom: 24px!important
}

.venofy-request-collector-close {
    align-self: start!important
}

.venofy-request-collector-form {
    display: flex!important;
    flex-direction: column!important;
    margin-bottom: 8px!important;
}

.venofy-request-collector-row {
    display: flex!important;
    flex-direction: row!important;
}

.venofy-request-collector-row input {
    border: 0!important;
    background: #fff;
    padding: 6px 12px!important;
    color: #495057;
    font-size: 14px!important;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .12)!important;
    border-radius: 6px 0 0 6px!important;
    height: auto;
    width: auto;
}


.venofy-request-collector-row button {
    cursor: pointer!important;
    background: #000;
    border: 0!important;
    font-size: 14px;
    padding: 8px 13px!important;
    color: #fff;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .12)!important;
    border-radius: 0 6px 6px 0!important;
    font-weight: 500 !important;
    transition: opacity .3s !important;
}

.venofy-rtl .venofy-request-collector-row input{
    border-radius: 0 6px 6px 0!important;
}
.venofy-rtl .venofy-request-collector-row button{
    border-radius: 6px 0 0 6px!important;
}
.venofy-request-collector-row input:focus {
    outline: 0
}
.venofy-request-collector-row button:hover {
    opacity: .9 !important;
}

.venofy-request-collector-row button:focus {
    outline: 0
}

@media (min-width:576px) {
    .venofy-score-feedback-wrapper {
        max-width: 400px!important
    }
}

.venofy-score-feedback-content {
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important;
    padding: 6px !important;
}

.venofy-score-feedback-header {
    width: 100%!important;
    display: flex!important;
    align-items: start !important;
}

.venofy-score-feedback-title {
    flex-grow: 1 !important;
    text-align: center !important;
    font-weight: bold !important;
    font-size: 16px;
    margin: 0 8px 8px 8px !important;
}

.venofy-score-feedback-description {
    font-size: 12px;
    margin-bottom: 8px !important;
}

.venofy-score-feedback-scores {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-around !important;
    width: 100% !important;
}

.venofy-score-feedback-button {
    border-radius: 6px !important;
    padding: 6px 14px !important;
    text-align: center !important;
    font-weight: bold !important;
    font-size: 16px;
    margin: 8px 4px !important;
    display: block !important;
    border: 0 !important;
    transition: all .3s !important;
    min-width: initial !important;
}

.venofy-score-feedback-button:hover {
    opacity: .9!important;
    transform: scale(1.1);
    cursor: pointer!important
}

.venofy-score-feedback-button-clicked {
    animation: venofy-score-feedback-button-click 1s!important
}

@keyframes venofy-score-feedback-button-click {
    0% {
        transform: scale(1.1);
        opacity: 1
    }
    50% {
        transform: scale(1.5);
        opacity: .7
    }
    100% {
        transform: scale(1);
        opacity: 0
    }
}

/* Social share */
@media (min-width:576px) {
    .venofy-social-share-wrapper {
        max-width: 350px!important
    }
}

.venofy-social-share-content {
    padding: 8px!important;
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important
}

.venofy-social-share-header {
    display: flex!important;
    width: 100%!important;
    align-items: start!important;
}

.venofy-social-share-title {
    flex-grow: 1!important;
    text-align: center!important;
    font-size: 18px;
    font-weight: 700!important;
    margin-bottom: 4px !important;
}

.venofy-social-share-description {
    text-align: center!important;
    font-size: 14px;
    margin-bottom: 12px!important
}

.venofy-social-share-buttons {
    display: flex!important;
    flex-direction: row!important;
    justify-content: space-around!important;
    flex-wrap: wrap !important;
    width: 100%!important;
    margin: 12px 0!important
}

.venofy-social-share-button {
    background: #000;
    color: #fff;
    display: inline-block!important;
    border-radius: 6px!important;
    padding: 6px 10px!important;
    text-align: center!important;
    font-weight: 700!important;
    font-size: 14px!important;
    margin: 4px !important;
    transition: all .3s ease-in-out;
    line-height: 1;
}

.venofy-social-share-button:hover {
    color: #fff;
    opacity: .9!important;
    text-decoration: none !important;
}

.venofy-social-share-button:hover svg {
    transform: scale(1.1) !important;
}

.venofy-social-share-button:active svg {
    transform: scale(.9) !important;
}

.venofy-social-share-button svg {
    width: 16px !important;
    height: 16px !important;
    transition: transform .15s;
}

.venofy-social-share-button-facebook {
    background: #3c5a99 !important;
}

.venofy-social-share-button-tumblr {
    background: #011835 !important;
}

.venofy-social-share-button-x {
    background: black !important;
}

.venofy-social-share-button-threads {
    background: #101010 !important;
}

.venofy-social-share-button-linkedin {
    background: #0077b5 !important;
}

.venofy-social-share-button-reddit {
    background: #FF4500 !important;
}

.venofy-social-share-button-telegram {
    background: #33a4e0 !important;
}

.venofy-social-share-button-whatsapp {
    background: #1d8e7e !important;
}

.venofy-social-share-button-pinterest {
    background: #E60023 !important;
}

.venofy-social-share-footer {
    font-size: 14px!important;
    text-decoration: underline!important
}

.venofy-text-feedback-content {
    padding: 8px!important;
    display: flex!important;
    flex-direction: column!important
}

.venofy-text-feedback-header {
    display: flex!important;
    align-items: start !important;
}

.venofy-text-feedback-title {
    font-size: 22px;
    flex-grow: 1!important;
    text-align: center!important;
    margin-bottom: 0!important;
    cursor: pointer!important
}

.venofy-text-feedback-expand {
    padding: 5px!important;
    margin-right: 5px!important;
    border: 0!important;
    background: 0 0!important
}

.venofy-text-feedback-description {
    font-size: 14px;
    margin-bottom: 16px!important;
    text-align: center!important
}

.venofy-text-feedback-form {
    margin-bottom: 12px!important
}

.venofy-text-feedback-row {
    display: flex!important;
    flex-direction: column!important;
    margin-bottom: 15px!important
}

.venofy-text-feedback-row input {
    border: 1px solid #d8d8d8!important;
    background: #fff;
    padding: 10px 12px!important;
    color: #495057;
    font-size: 14px!important;
    border-radius: 6px!important;
    flex-grow: 1!important;
    margin-bottom: 12px!important;
    transition: .3s border!important
}

.venofy-text-feedback-row input:hover {
    border: 1px solid #e5e5e5!important
}

.venofy-text-feedback-row button {
    flex-grow: 1!important;
    cursor: pointer!important;
    background: #000;
    border: 0!important;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 14px!important;
    color: #fff;
    border-radius: 6px!important;
    transition: .3s opacity!important
}

.venofy-text-feedback-row button:hover {
    opacity: .95!important
}

.venofy-text-feedback-wrapper .venofy-close {
    margin-left: 15px!important
}

.venofy-rtl.venofy-text-feedback-wrapper .venofy-close {
    margin: 0 15px 0 0 !important;
}

@media (min-width:768px) {
    .venofy-text-feedback-wrapper {
        max-width: 700px!important
    }
}

/* Video */
.venofy-video-wrapper {
}

.venofy-video-content {
    padding: 8px!important;
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important
}

.venofy-video-header {
    display: flex!important;
    align-items: start !important;
    width: 100%!important
}

.venofy-video-title {
    font-size: 18px;
    font-weight: 700!important;
    flex-grow: 1!important;
    text-align: center!important;
    margin-bottom: 14px !important;
}

.venofy-video-video-container {
    border-radius: 8px!important;
    overflow: hidden!important;
    width: 100%!important;
    height: 180px!important;
    margin-bottom: 8px !important;
}

.venofy-video-video-iframe {
    width: 100%!important;
    height: 180px!important;
    border-radius: 8px!important;
}

.venofy-video-button {
    display: block!important;
    width: 100%!important;
    border-radius: 8px!important;
    padding: 8px 14px!important;
    text-align: center!important;
    font-size: 16px;
    margin: 8px 0 8px 0!important;
}

.venofy-video-button:hover {
    color: initial;
    opacity: .9!important;
    text-decoration: none!important
}

@media (min-width:576px) {
    .venofy-video-wrapper {
        min-width: 425px!important;
        max-width: 450px!important;
    }

    .venofy-video-video-container {
        height: 220px!important;
    }

    .venofy-video-video-iframe {
        height: 220px!important;
    }
}

/* Video */
.venofy-audio-wrapper {
    width: 100% !important;
}

@media (min-width:576px) {
    .venofy-audio-wrapper {
        min-width: 425px!important;
        max-width: 450px!important;
    }
}

.venofy-audio-content {
    padding: 8px!important;
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important
}

.venofy-audio-header {
    display: flex!important;
    align-items: start !important;
    width: 100%!important
}

.venofy-audio-title {
    font-size: 18px;
    font-weight: 700!important;
    flex-grow: 1!important;
    text-align: center!important;
    margin-bottom: 14px !important;
}


.venofy-audio-audio-container {
    width: 100% !important;
    height: revert !important;
    margin-bottom: 8px !important;
}

.venofy-audio-button {
    display: block!important;
    width: 100%!important;
    border-radius: 8px!important;
    padding: 8px 14px!important;
    text-align: center!important;
    font-size: 16px;
    margin: 8px 0 8px 0!important;
}

.venofy-audio-button:hover {
    color: initial;
    opacity: .9!important;
    text-decoration: none!important
}

/* Whatsapp Chat */
.venofy-whatsapp-chat-wrapper {
    width: auto !important;
    max-width: 325px !important;
    transition: transform .3s;
}

.venofy-whatsapp-chat-wrapper:hover {
    transform: scale(1.1);
}

.venofy-whatsapp-chat-content {
    padding: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
}

.venofy-whatsapp-chat-image-large {
    min-width: 45px !important;
    min-height: 45px !important;
    width: 45px !important;
    height: 45px !important;
}

.venofy-whatsapp-chat-image-small {
    min-width: 25px !important;
    min-height: 25px !important;
    width: 25px !important;
    height: 25px !important;
}

.venofy-whatsapp-chat-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    flex-grow: 1 !important;
    text-align: center !important;
    margin-bottom: 0 !important;
    margin-left: 8px !important;
}

.venofy-rtl .venofy-whatsapp-chat-title {
    margin-left: 0 !important;
    margin-right: 8px !important;
}

.venofy-whatsapp-chat-window {
    width: 330px !important;
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 14px !important;
    box-shadow: rgb(0 0 0 / 10%) 0 12px 24px 0 !important;
    border-radius: 10px !important;
}

.venofy-whatsapp-chat-window-header {
    padding: 22px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    gap: 10px;
}

.venofy-whatsapp-chat-window-header-image {
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
    min-height: 50px !important;
    border-radius: 100px !important;
    object-fit: cover !important;
    margin-right: 12px;
}
.venofy-rtl .venofy-whatsapp-chat-window-header-image {
    margin-right: 0;
    margin-left: 12px;
}
.venofy-whatsapp-chat-window-header-content {
    display: flex !important;
    flex-direction: column !important;
}

.venofy-whatsapp-chat-window-header-title {
    font-size: 17px !important;
    font-weight: bold !important;
}

.venofy-whatsapp-chat-window-header-description {
    font-size: 13px !important;
}

.venofy-whatsapp-chat-window-content {
    position: relative !important;
    display: flex !important;
    flex-direction: row !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}

.venofy-whatsapp-chat-window-content-background {
    display: block !important;
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
    opacity: .1 !important;
}

.venofy-whatsapp-chat-window-content-padding {
    padding: 22px !important;
    z-index: 1 !important;
}

.venofy-whatsapp-chat-window-content-reply {
    padding: 8px 12px !important;
    border-radius: 0 8px 8px !important;
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px !important;
}

.venofy-whatsapp-chat-window-content-reply-author {
    font-size: 12px !important;
    font-weight: bold !important;
    margin-bottom: 4px !important;
}

.venofy-whatsapp-chat-window-content-reply-text {
    font-size: 14px !important;
}

.venofy-whatsapp-chat-window-footer {
    padding: 18px 22px !important;
    display: flex !important;
    flex-direction: column !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    text-align: center !important;
}

.venofy-whatsapp-chat-window-footer-button {
    display: block !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    padding: 8px !important;
    font-size: 15px !important;
    transition: .3s opacity!important;
}

.venofy-whatsapp-chat-window-footer-button:hover {
    opacity: .9!important;
    text-decoration: none !important;
    color: initial;
}

.venofy-whatsapp-chat-window-footer .venofy-site {
    margin-top: 8px !important;
}

.venofy-whatsapp-chat-wrapper .venofy-close {
    position: absolute!important;
    right: -5px !important;
    top: -5px !important;
}

.venofy-rtl.venofy-whatsapp-chat-wrapper .venofy-close {
    right: initial !important;
    left: -5px !important;
}
/* Telegram Chat */
.venofy-telegram-chat-wrapper {
    width: auto !important;
    max-width: 325px !important;
    transition: transform .3s;
}

.venofy-telegram-chat-wrapper:hover {
    transform: scale(1.1);
}

.venofy-telegram-chat-content {
    padding: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
}
.venofy-telegram-chat-content svg {
    width: 45px !important;
    height: 45px;
    display: block;
    color: #0088cd;
}
.venofy-telegram-chat-image-large {
    min-width: 45px !important;
    min-height: 45px !important;
    width: 45px !important;
    height: 45px !important;
}

.venofy-telegram-chat-image-small {
    min-width: 25px !important;
    min-height: 25px !important;
    width: 25px !important;
    height: 25px !important;
}

.venofy-telegram-chat-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    flex-grow: 1 !important;
    text-align: center !important;
    margin-bottom: 0 !important;
    margin-left: 8px !important;
}

.venofy-rtl .venofy-telegram-chat-title {
    margin-left: 0 !important;
    margin-right: 8px !important;
}

.venofy-telegram-chat-window {
    width: 330px !important;
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 14px !important;
    box-shadow: rgb(0 0 0 / 10%) 0 12px 24px 0 !important;
    border-radius: 10px !important;
}

.venofy-telegram-chat-window-header {
    padding: 22px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.venofy-telegram-chat-window-header-image {
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
    min-height: 50px !important;
    border-radius: 100px !important;
    object-fit: cover !important;
    margin-right: 12px;
}
.venofy-rtl .venofy-telegram-chat-window-header-image {
    margin-right: 0;
    margin-left: 12px;
}
.venofy-telegram-chat-window-header-content {
    display: flex !important;
    flex-direction: column !important;
}

.venofy-telegram-chat-window-header-title {
    font-size: 17px !important;
    font-weight: bold !important;
}

.venofy-telegram-chat-window-header-description {
    font-size: 13px !important;
}

.venofy-telegram-chat-window-content {
    position: relative !important;
    display: flex !important;
    flex-direction: row !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}

.venofy-telegram-chat-window-content-background {
    display: block !important;
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
}

.venofy-telegram-chat-window-content-padding {
    padding: 22px !important;
    z-index: 1 !important;
}

.venofy-telegram-chat-window-content-reply {
    padding: 8px 12px !important;
    border-radius: 0 8px 8px !important;
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px !important;
}

.venofy-telegram-chat-window-content-reply-author {
    font-size: 12px !important;
    font-weight: bold !important;
    margin-bottom: 4px !important;
}

.venofy-telegram-chat-window-content-reply-text {
    font-size: 14px !important;
}

.venofy-telegram-chat-window-footer {
    padding: 18px 22px !important;
    display: flex !important;
    flex-direction: column !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    text-align: center !important;
}

.venofy-telegram-chat-window-footer-button {
    display: block !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    padding: 8px !important;
    font-size: 15px !important;
    transition: .3s opacity!important;
}

.venofy-telegram-chat-window-footer-button svg {
    width: 20px;
    float: right;
    margin-right: 14px;
}
.venofy-rtl .venofy-telegram-chat-window-footer-button svg {
    float: left;
    margin-left: 14px;
    margin-right: auto;
    transform: scaleX(-1)
}
.venofy-telegram-chat-window-footer-button:hover {
    opacity: .9!important;
    text-decoration: none !important;
    color: initial;
}

.venofy-telegram-chat-window-footer .venofy-site {
    margin-top: 8px !important;
}

.venofy-telegram-chat-wrapper .venofy-close {
    position: absolute!important;
    right: -5px !important;
    top: -5px !important;
}

.venofy-rtl.venofy-telegram-chat-wrapper .venofy-close {
    right: initial !important;
    left: -5px !important;
}

/* Messenger Chat */
.venofy-messenger-chat-wrapper {
    width: auto !important;
    max-width: 325px !important;
    transition: transform .3s;
}

.venofy-messenger-chat-wrapper:hover {
    transform: scale(1.1);
}

.venofy-messenger-chat-content {
    padding: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
}
.venofy-messenger-chat-content svg {
    width: 45px !important;
    height: 45px;
    display: block;
    color: #0088cd;
}
.venofy-messenger-chat-image-large {
    min-width: 45px !important;
    min-height: 45px !important;
    width: 45px !important;
    height: 45px !important;
}

.venofy-messenger-chat-image-small {
    min-width: 25px !important;
    min-height: 25px !important;
    width: 25px !important;
    height: 25px !important;
}

.venofy-messenger-chat-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    flex-grow: 1 !important;
    text-align: center !important;
    margin-bottom: 0 !important;
    margin-left: 8px !important;
}

.venofy-rtl .venofy-messenger-chat-title {
    margin-left: 0 !important;
    margin-right: 8px !important;
}

.venofy-messenger-chat-window {
    width: 330px !important;
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 14px !important;
    box-shadow: rgb(0 0 0 / 10%) 0 12px 24px 0 !important;
    border-radius: 10px !important;
}

.venofy-messenger-chat-window-header {
    padding: 22px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.venofy-messenger-chat-window-header-image {
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
    min-height: 50px !important;
    border-radius: 100px !important;
    object-fit: cover !important;
    margin-right: 12px;
}
.venofy-rtl .venofy-messenger-chat-window-header-image {
    margin-right: 0;
    margin-left: 12px;
}
.venofy-messenger-chat-window-header-content {
    display: flex !important;
    flex-direction: column !important;
}

.venofy-messenger-chat-window-header-title {
    font-size: 17px !important;
    font-weight: bold !important;
}

.venofy-messenger-chat-window-header-description {
    font-size: 13px !important;
}

.venofy-messenger-chat-window-content {
    position: relative !important;
    display: flex !important;
    flex-direction: row !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}

.venofy-messenger-chat-window-content-background {
    display: block !important;
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
}

.venofy-messenger-chat-window-content-padding {
    padding: 22px !important;
    z-index: 1 !important;
}

.venofy-messenger-chat-window-content-reply {
    padding: 8px 12px !important;
    border-radius: 0 8px 8px !important;
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px !important;
}

.venofy-messenger-chat-window-content-reply-author {
    font-size: 12px !important;
    font-weight: bold !important;
    margin-bottom: 4px !important;
}

.venofy-messenger-chat-window-content-reply-text {
    font-size: 14px !important;
}

.venofy-messenger-chat-window-footer {
    padding: 18px 22px !important;
    display: flex !important;
    flex-direction: column !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    text-align: center !important;
}

.venofy-messenger-chat-window-footer-button {
    display: block !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    padding: 8px !important;
    font-size: 15px !important;
    transition: .3s opacity!important;
}

.venofy-messenger-chat-window-footer-button svg {
    width: 20px;
    float: right;
    margin-right: 14px;
}
.venofy-rtl .venofy-messenger-chat-window-footer-button svg {
    float: left;
    margin-left: 14px;
    margin-right: auto;
    transform: scaleX(-1)
}
.venofy-messenger-chat-window-footer-button:hover {
    opacity: .9!important;
    text-decoration: none !important;
    color: initial;
}

.venofy-messenger-chat-window-footer .venofy-site {
    margin-top: 8px !important;
}

.venofy-messenger-chat-wrapper .venofy-close {
    position: absolute!important;
    right: -5px !important;
    top: -5px !important;
}

.venofy-rtl.venofy-messenger-chat-wrapper .venofy-close {
    right: initial !important;
    left: -5px !important;
}

/* Contact us */
@media (min-width:576px) {
    .venofy-contact-us-wrapper {
        max-width: 350px!important
    }
}

.venofy-contact-us-content {
    padding: 6px!important;
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important
}

.venofy-contact-us-header {
    display: flex!important;
    width: 100%!important;
    align-items: start!important;
}

.venofy-contact-us-title {
    flex-grow: 1!important;
    text-align: center!important;
    font-size: 18px;
    font-weight: 700!important;
    margin-bottom: 8px !important;
}

.venofy-contact-us-description {
    text-align: center!important;
    font-size: 14px;
    margin-bottom: 6px!important
}

.venofy-contact-us-buttons {
    display: flex!important;
    flex-direction: row!important;
    justify-content: space-around!important;
    width: 100%!important;
    margin: 16px 0!important;
}

.venofy-contact-us-button {
    background: #000;
    color: #fff;
    display: flex!important;
    align-items: center!important;
    border-radius: 6px!important;
    padding: 10px 12px!important;
    text-align: center!important;
    margin: 0 6px !important;
}

.venofy-contact-us-button svg {
    width: 18px !important;
    height: 18px !important;
}

.venofy-contact-us-button-email {
    background: #008cff !important;
}

.venofy-contact-us-button-phone-number {
    background: #18d30e !important;
}

.venofy-contact-us-button-facebook-messenger {
    background: #00B2FF !important;
}

.venofy-contact-us-button-telegram {
    background: #0088CC !important;
}

.venofy-contact-us-button-whatsapp {
    background: #128C7E !important;
}

.venofy-contact-us-button:hover {
    color: #fff;
    opacity: .9!important;
    text-decoration: none!important
}

.venofy-contact-us-footer {
    font-size: 14px!important;
    text-decoration: underline!important
}


.venofy-advertisement {
    width: 100%;
    max-width: 100% !important;
    top: 0 !important;
    height: 100%;
    left: 0;
    right: 0;
}
.venofy-advertisement-content {
    max-width: 600px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 90%;
    margin: 20px auto;
}
.venofy-advertisement-content {
    overflow-y: auto;
    display: inline-flex;
    border: 0 solid #000;
}
.venofy-advertisement-text {
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}
.venofy-advertisement-text.venofy-rtl {
    text-align: center;
}
.venofy-advertisement-title {
    font-size: 24px;
    font-weight: 700;
    flex-grow: 1;
    margin-bottom: 0;
}
.venofy-advertisement-description {
    font-size: 19px;
    margin-bottom: 8px;
}
.venofy-advertisement-button-container{
    position: absolute;
    bottom: 0;
    width: 50%;
    left: 50%;
    transform: translate(-50%, -75%);
}
.venofy-advertisement-button {
    display: block !important;
    border-radius: 8px !important;
    padding: 12px !important;
    text-align: center !important;
    font-weight: 700 !important;
    font-size: 16px;
    margin: 18px 0 !important;

}
.venofy-advertisement-wrapper{
    height: 100%;
    text-align: center;
}
.venofy-advertisement-wrapper .venofy-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    font-size: 40px !important;
}
.venofy-advertisement-image , .venofy-advertisement-content > a{
    max-width: 100%;
    width: 100%;
}
.venofy-advertisement-content .venofy-site {
    position: absolute;
    bottom: 5%;
    width: 50%;
    left: 50%;
    transform: translate(-50%, 0);
}
.notification-preview .venofy-advertisement-content .venofy-site{
    bottom: 10%;

}


@media (max-width: 700px) {
    .venofy-advertisement-text{
        top: 30%;
    }
    .venofy-advertisement-button-container{
        transform: translate(-50%, -55%);
    }
}