.product-header-row {
    display: flex;
    justify-content: space-between;
    gap: 140px;
    align-items: center;
}

.product-header-content {
    display: flex;
    align-items: center;
    gap: 15px;
}
.productCategory-tags span.screens {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    margin-left: 5px;
}

.productCategory-tags span.screens:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
}
.product-logo {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    flex: 0 0 100px;
}

.product-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-title h2 {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1px;
    color: #FAFAFA;
}

.product-title p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(161, 161, 170, 1);
}

.product-date-link select {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 10px 15px;
    gap: 10px;
    background: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
    appearance: none;
    background-image: url('../website/images/dropdown-icon.svg');
    background-repeat: no-repeat;
    background-position: 90% center;
}

.product-date-link a {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #A389C3;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-date-link {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 30px 0 0;
}

.product-views-likes span {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #AAAAAA;
    display: flex;
    align-items: center;
    gap: 10px;
}
html {
    scroll-behavior: smooth;
}
.screenshot-name {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    display: block;
    padding: 10px;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    transition: .3s;
}
.product-views-likes {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}

.product-category-name {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.product-category-name span {
    cursor: pointer;
    transition: .3s;
    position: relative;
}
.product-category-name span svg {
    stroke: rgba(161, 161, 170, 1);
}
.product-category-name span:hover svg {
    stroke : rgba(254, 240, 138, 1);
}
.user-collection-adjust-dropdown {
    position: absolute;
    right: 0;
    flex-flow: column;
    width: max-content;
    text-align: left;
    top: 50px;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 12px;
    gap: 10px;
    background: #27272A;
    border: 1px solid #3F3F46;
    box-shadow: 10px 4px 54px rgba(0, 0, 0, 0.65);
    border-radius: 10px;
    z-index: 1;
}
.products-onboarding-right .user-collection-adjust-dropdown a svg {
    stroke: white;
}
.user-collection-adjust.active .user-collection-adjust-dropdown {
    opacity: 1;
    visibility: visible;
    transition: .3s;
}

.user-collection-adjust-dropdown a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    gap :10px;
}

.product-category-name h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #AAAAAA;
}

.product-category-list span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(161, 161, 170, 1);
    text-decoration: underline;
    position: relative;
}
.product-category-list span:after {
    content: "";
    width: 5px;
    height: 5px;
    background: rgba(161, 161, 170, 1);
    position: absolute;
    border-radius: 100px;
    top: 50%;
    transform: translateY(-50%);
    left: -12px;
}

.product-category-list span:first-child:after {
    display: none;
}

.product-category-list {
    margin: 10px 0 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.product-page-header {
    padding: 40px 0 60px;
}
.pageflows-product {
    padding: 0 30px;
}
.product-tabs {
    box-sizing: border-box;
    padding: 40px 30px 0;
    border-top: 1px solid rgba(63, 63, 70, 1);
}
.userflows-header-menus ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
    letter-spacing: -1px;
    color: #A1A1AA;
    padding: 10px 15px;
    position: relative;
    transition: .3s;
}
.userflows-header-menus ul li.active a {
    color: rgba(250, 250, 250, 1);
    font-weight: 600;
    transition: .3s;
}
.userflows-header-menus ul li a:hover {
    color: rgba(250, 250, 250, 1);
    transition: .3s;
}
.userflows-header-menus ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 3px;
    background: rgba(250, 250, 250, 1);
    border-radius: 40px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.userflows-header-menus ul li.active a:after, .userflows-header-menus ul li a:hover:after {
    visibility: visible;
    opacity: 1;
    transition: .3s;
}

.userflows-header-menus ul {
    display: flex;
    align-items: center;
}

.userflows-header-menus {
    padding: 0 30px;
}
.pageflows-product-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pageflows-userflow-screen ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.pageflows-userflow-screen ul li a {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    transition: .3s;
}

.pageflows-userflow-screen ul li a:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: -18px;
    left: 50%;
    background: #4DC2F4;
    border-radius: 100%;
    transform: translateX(-50%);
    opacity: 0;
    transition: .3s;
}

.pageflows-userflow-screen ul li a:hover, .pageflows-userflow-screen ul li.active a {
    color: #4DC2F4;
    transition: .3s;
}

.pageflows-userflow-screen ul li a:hover:after, .pageflows-userflow-screen ul li.active a:after {
    opacity: 1;
    transition: .3s;
}

.pageflows-product-bookmark ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.pageflows-product-bookmark ul li a {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #AAAAAA;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: .3s;
}

.pageflows-product-bookmark ul li a svg {
    fill: #aaa;
    transition: .3s;
}

.pageflows-product-bookmark ul li a:hover {
    color: #000;
    transition: .3s;
}

.pageflows-product-bookmark ul li a:hover svg {
    fill: #000;
    transition: .3s;
}

.pageflows-product-bookmark ul li.active a svg {
    fill: #A389C3;
}

.pageflows-product-bookmark ul li.active a {
    color: #A389C3;
}
.tab-content {
  display: none;
  text-align: center;
  color: #888;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}
.pageflows-product-filter {
    display: flex;
}

.pageflows-product-sidebar {
    padding: 0 30px 30px 30px;
    flex: 0 0 25%;
}

.pageflows-product-sidebar ul li a {
    cursor: pointer;
    transition: .3s;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: -0.5px;
    color: #A1A1AA;
    border-radius: 10px;
    padding: 15px 20px;
}
.total-flows-count {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #71717A;
    padding: 0px 0 20px;
}
.pageflows-product-sidebar ul {
    display: flex;
    flex-flow: column;
    gap: 0px;
}

.pageflows-product-tabs {
    box-sizing: border-box;
    background: #18181B;
    width: 100%;
}
.pageflows-product-sidebar-container {
    position: sticky;
    top: 30px;
    width: 100%;
    height: calc(100vh - 60px);
    overflow-y: scroll;
}
.pageflows-product-filter.pageflows-product-filter-flows .pageflows-product-tabs {
    overflow: hidden;
    box-sizing: border-box;
    background: #18181B;
    border: 1px solid #3F3F46;
    border-radius: 20px;
    border-right: 0;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0px;
    padding-bottom: 50px;
}
.pageflows-product-tabs div#tab-1 {
    margin-bottom: 50px;
}
.pageflows-product-sidebar ul li.active a {
    font-weight: 700;
}
.pageflows-product-sidebar ul li:hover a, .pageflows-product-sidebar ul li.active a {
    color: #fff;
    transition: .3s;
    background: rgba(39, 39, 42, 1);
}
.pageflows-product-filter-flows {
    margin: 40px 0 0;
}
.product-video-block {
    display: flex;
    padding: 30px;
    position: relative;
    gap: 20px;
    justify-content: space-between;
}
.product-video, .product-video-slideshow {
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    max-height: 380px;
    flex: 0 0 68%;
}
.image-slide {
    height: 100%;
}
.image-slide img {
    height: 340px;
}
.slideshow-current-details {
    color: #A1A1AA;
}
.product-video video {
    width: 100%;
    height: 100%;
}
.product-video-option {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 10px;
    flex: 0 0 30%;
    max-height: 380px;
    overflow-y: scroll;
    box-sizing: border-box;
    background: #18181B;
    border: 1px solid #3F3F46;
    border-radius: 10px;
}
.product-video-speed {
    align-items: center;
    width: 100%;
    gap: 20px;
    border-bottom: 1px solid #3F3F46;
    padding: 15px;
    box-sizing: border-box;
    background: #27272A;
    border-radius: 10px 10px 0px 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    text-align: left;
    letter-spacing: -0.5px;
    color: #FFFFFF;
}
.products-onboarding-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-video-speed ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.product-video-speed ul li {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    cursor: pointer;
}

.product-video-speed ul li:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #4DC2F4;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
    top: -10px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.product-video-speed ul li.active:after, .product-video-speed ul li:hover:after {
    opacity: 1;
    visibility: visible;
    transition: .3s;
}

.product-video-speed ul li:hover, .product-video-speed ul li.active {
    color: #4DC2F4;
}
.product-video-inner {
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
}

.product-video-inner ul li {
    text-align: left;
    padding: 10px 20px;
    cursor: pointer;
    gap: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #A1A1AA;
}

.product-video-inner ul li span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    gap: 10px;
    background: #303037;
    border-radius: 4px;
}

.product-video-inner ul li.active {
    color: #fff;
}

.product-video-inner ul li.active span {
    background: #fff;
    color: #000;
}
.products-onboarding-header {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #fff;
    gap: 20px;
    margin-bottom: 0;
    padding: 30px;
    justify-content: space-between;
}
.products-onboarding-inner span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #A1A1AA;
}
.products-onboarding-right .bookmark-icon {
    box-sizing: border-box;
    width: 45px;
    height: 45px;
    background: #27272A;
    border: 1px solid #3F3F46;
    border-radius: 22.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.products-onboarding-right .bookmark-icon:hover {
    background: #ffef8a;
}
.products-onboarding-right .bookmark-icon svg {
    stroke: rgba(113, 113, 122, 1);
}

.products-onboarding-header span {
    gap: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #A1A1AA;
    position: relative;
}
.products-onboarding {
    width: 100%;
    position: relative;
}
.products-screenshot-slideshow {
    display: grid;
    gap: 20px;
    width: 100%;
    position: relative;
    display: flex;
    padding: 0 30px;
    overflow-x: auto;
}
.pageflows-product-filter-flows .products-screenshot-slideshow {
  padding: 0 0px 50px 30px;
}
.products-screenshot-slideshow .slick-track {
    display: flex;
}
.products-screenshot-view {
    box-sizing: border-box;
    background: #27272A;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products-screenshot-view-main.slick-slide {
    margin: 0 10px;
}
.products-screenshot-slideshow .slick-track {
    margin-left: -10px;
}
.custom-class .products-screenshot-view {
  height: fit-content !important;
}
.screens-blur {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 24px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
}
.screens-blur:after {
    content: "";
    position: absolute;
    background: rgba(247, 247, 247, 0.1);
    backdrop-filter: blur(12px);
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: 10px;
}
body.logged-out .products-screenshot-onetime.slick-slide:first-child .screens-blur,
body.logged-out .products-screenshot-onetime.slick-slide:nth-child(2) .screens-blur,
body.logged-out .products-screenshot-onetime.slick-slide:nth-child(3) .screens-blur {
    display: none;
}
.products-screenshot-view img {
    object-fit: cover;
    height: 100%;
    transition: .3s;
    cursor: pointer;
    border-radius: 12px;
}
.products-screenshot-view img:hover {
    transform: scale(0.9);
    transition: .3s;
}
.screens-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fefefe;
    margin: 15px 0 0;
}
.products-screenshot-view-main {
    position: relative;
}
.products-screenshot-slideshow button.slick-prev.slick-arrow.slick-disabled,
.products-screenshot-slideshow button.slick-next.slick-arrow.slick-disabled {
    opacity: 0;
}

.products-screenshot-slideshow button.slick-arrow {
    background: #18181b;
}
.products-screenshot-slideshow button.slick-next.slick-arrow {
    right: 15px;
}
.products-screenshot-slideshow button.slick-prev.slick-arrow {
    left: 24px;
    z-index: 9;
}

.mobile-pageflows-sidebar {
    display: none;
}
.dynamic-value {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    gap: 10px;
    background: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
    background-image: url('../website/images/dropdown-icon.svg');
    background-repeat: no-repeat;
    background-position: 96% center;
}
.modal-content {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.modal-content ul.tabs-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}

.modal-content ul.tabs-mobile li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  gap: 10px;
  background: #F1F1F1;
  border-radius: 20px;
  flex: none;order: 0;
  align-self: stretch;
}

.modal-content ul.tabs-mobile li.active {
    background: #A389C3;
    color: #fff;
}
.mobile-pageflows-sidebar.active .modal-content {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}
.mobile-popup-video-option {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  padding: 0 20px;
}
.mobile-popup-video-option.active {
    opacity: 1;
    visibility: visible;
    transition: .3s;
}
.mobile-popup-video-option .product-video-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 0px 10px;
  gap: 24px;
  background: #FFFFFF;
  border-radius: 12px;
  position: relative;
}
.mobile-popup-video-option .product-video-inner .close-video-option {
    position: absolute;
    right: 20px;
    top: 17px;
}
.mobile-popup-video-option .product-video-inner ul {
    width: 100%;
}

.mobile-popup-video-option .product-video-inner ul li:first-child {
    background-image: none;
    padding-right: 20px;
}
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.lightbox.visible {
  transition: .3s;
  opacity: 1;
  visibility: visible;
}
.lightbox-content {
    width: 100%;
    height: 700px;
    padding: 25px;
    position: relative;
    background: #27272A;
    border-radius: 12px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    max-width: 750px;
}
.lightbox-content .slick-slider {
    margin: 0px auto;
    max-width: 55%;
    padding: 0 40px;
}
.lightbox.desktop-web .lightbox-content, .lightbox.web .lightbox-content {
    width: 95%;
    max-width: 1200px;
}
.lightbox.desktop-web .lightbox-content .products-screenshot-view,
.lightbox.web .lightbox-content .products-screenshot-view {
  padding: 0px;
  max-width: 100%;
}
.lightbox.ios .lightbox-content .products-screenshot-slideshow-lightbox .products-screenshot-view,
.lightbox.android .lightbox-content .products-screenshot-slideshow-lightbox .products-screenshot-view {
    max-width: 100%;
}
.lightbox-content .products-screenshot-view {
    background: transparent;
    margin: 0px auto;
    max-width: 55%;
    padding: 0 40px;
    height: 570px;
}
.lightbox-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.lightbox-header .product-title h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #FFFFFF;
}

.lightbox-header .product-logo {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    overflow: hidden;
}
.productCategory-tags span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #A1A1AA;
}
.products-screenshot-slideshow-lightbox .products-screenshot-view {
    justify-content: center;
    height: 530px !important;
    border: 0;
    display: flex;
    padding: 0;
    margin: 0 auto;
    width: fit-content;
    background: transparent;
    position: relative;
}
.products-screenshot-slideshow-lightbox .products-screenshot-view img.blurred {
    filter: none !important;
}

.products-screenshot-slideshow-lightbox button.slick-prev.slick-arrow {
    z-index: 9;
}
.products-screenshot-slideshow-lightbox button.slick-arrow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px;
    height: 40px;
    background: #3F3F46;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    border-radius: 100px;
    width: 40px;
}
.products-screenshot-slideshow-lightbox button.slick-prev.slick-arrow:before {
    content: "";
    background-image: url('../website/images/lightbox-left-new.svg');
    background-repeat: no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
    font-size: 0px;
    opacity: 1;
    position: absolute;
}
.products-screenshot-slideshow-lightbox button.slick-next.slick-arrow:before {
    content: "";
    background-image: url('../website/images/lightbox-right-new.svg');
    background-repeat: no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
    font-size: 0px;
    opacity: 1;
    position: absolute;
}
.products-screenshot-slideshow-lightbox button.slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden;
}
.products-screenshot-slideshow-lightbox .products-screenshot-view img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.products-screenshot-slideshow-lightbox .products-screenshot-view img:hover {
  transform: none;
}
.product-date-link .dropdown-menu {
    width: 200px;
    left: 0;
}

.product-date-link .dropdown-menu a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 10px;
    height: 40px;
    background: #F1F1F1;
    border-radius: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: none;
    color: #000000;
    width: 100%;
    transition: .3s;
    margin-bottom: 10px;
}
.product-date-link .dropdown-menu a:last-child {
  margin-bottom: 0px;
}
.product-date-link .dropdown-menu a:hover {
    color: #fff;
    background: #a389c3;
}
.bottom-blur-box {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    transition: all 0.3s ease;
    height: auto;
    background: rgba(24, 24, 27, 1);
    backdrop-filter: blur(62px);
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 0;
}
.bottom-blur-box:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 200px;
    background: #ffffff30;
    top: -110px;
    filter: blur(40px);
    border-radius: 100px;
}
.bottom-blur-content {
    text-align: center;
    display: flex;
    flex-flow: column;
    gap: 15px;
    position: relative;
    z-index: 1;
}
.moreflows-hidden {
    gap: 10px;
    margin: 0 auto;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.5px;
    color: #FFFFFF;
}
.bottom-blur-content h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    justify-content: center;
}
.bottom-blur-content h4 span {
    display: contents;
}
.bottom-blur-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #a1a1aa;
}
.join-now-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    gap: 12px;
    width: fit-content;
    height: 45px;
    background: #4DC2F4;
    border-radius: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 auto;
    border: 0px;
}
.join-now-btn:hover {
  background: #000;
}
.product-video-block .product-notpaid {
    border-radius: 0px;
    z-index: 1;
}
.flows-slider-loop .product .products-screenshot-item.slick-slider.desktop-web .products-screenshot-onetime {
    max-height: 500px;
    overflow: hidden;
    border-radius: 10px;
}
.search-results {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap : 30px;
}
.search-results.web {
    grid-template-columns: 1fr 1fr;
}
h3.search-result-head {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: #fff;
}

p.serch-result-peragraph {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #AAAAAA;
}

p.serch-result-peragraph a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-decoration-line: underline;
    color: #4DC2F4;
}

p.serch-result-peragraph a:hover {
    text-decoration: none;
}
.product-category-name span.save-btn {
    box-sizing: border-box;
    flex-direction: row;
    justify-content: center;
    padding: 14px 18px;
    gap: 5px;
    height: 39px;
    border: 1px solid #3F3F46;
    border-radius: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.5px;
    color: #A1A1AA;
}

.product-category-name span.save-btn:hover, .product-category-name .save-btn.highlight {
    background: rgba(254, 240, 138, 1);
    color: #000;
}

.product-category-name span.save-btn:hover svg,
.product-category-name .save-btn.highlight svg {
    stroke: #000;
}
.userflow-menu.details-menus {
    justify-content: space-between;
    width: 100%;
}
.product-publish-date .dropdown-trigger {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 18px;
    gap: 10px;
    height: 48px;
    background: #27272A;
    border: 1px solid #3F3F46;
    border-radius: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.5px;
    color: rgba(212, 212, 216, 1);
}
.emails-dropdown .dropdown-trigger {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 14px 18px;
    gap: 10px;
    height: 48px;
    background: #27272A;
    border: 1px solid #3F3F46;
    border-radius: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.5px;
    color: rgba(212, 212, 216, 1);
    width: 100%;
    justify-content: space-between;
}
.emails-filter-main-align {
    display: flex;
    align-items: center;
    gap: 20px;
}

.emails-filter-main-align .filterable-block {
    flex: 0 0 82%;
}

.emails-dropdown-main-box {
    flex: 0 0 17%;
}
.emails-dropdown .dropdown-menu {
    margin-top: 10px;
    box-sizing: border-box;
    background: #27272A;
    /* border: 1px solid #3F3F46; */
    box-shadow: 10px 4px 54px rgba(0, 0, 0, 0.65);
    border-radius: 10px;
}
.emails-dropdown .dropdown-menu a {
    position: relative;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: left;
    letter-spacing: -0.5px;
    color: #F4F4F5;
    gap: 5px;
    cursor: pointer;
}
.emails-dropdown .dropdown-menu a:hover {
    color: #000;
    background: #ffef8a;
}
.login-page-fieldgroup.pageflow-termConditon {
    flex-flow: unset;
    color: #ffffff;
    gap: 5px;
    align-items: center;
}
.lightbox-screen-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lightbox-screen-icons span {
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    background: #27272A;
    border: 1px solid #52525B;
    border-radius: 22.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
}
.lightbox-screen-icons span svg {
    stroke: #A1A1AA;
    transition: .3s;
    width: 16px;
    height: 16px;
}
.lightbox-screen-icons span.close svg {
    width: 12px;
    height: 12px;
}
.lightbox .products-screenshot-view img {
    border-radius: 20px;
}
.lightbox-screen-icons span.close {
    background: #3F3F46;
}
.lightbox-screen-icons span:hover svg {
    stroke: #facc14;
    transform: scale(1.1);
    transition: .3s;
}
.lightbox-header .product-title h1 {
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    color: white;
    margin: 0;
}
.filter-bar .filter-btn {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
    vertical-align: middle;
    color: #A1A1AA;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 0px;
    border: 0;
    border-radius: 10px;
}


.filter-bar {
    display: flex;
    align-items: center;
    gap : 5px;
}

.filter-bar .filter-btn.active, .filter-bar .filter-btn:hover {
    background: #F4F4F5;
    color: #0B0B0D;
}

.filter-bar-main {
    padding: 0 0px;
    margin: 0 0 25px;
}
.pageflows-container-new {
    padding: 0 40px;
}
.new-filters-tags {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.new-header-serch h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1px;
    color: #A1A1AA;
    margin: 0;
}

.new-header-serch h2 strong {
    color: #fff;
}
.new-header-serch p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #A1A1AA;
}

.new-header-serch p span {
    color: #fff;
}
.related-hastags {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #A1A1AA;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 10px 0;
}

.related-hastags-inner span {
    color: #fff;
}

.related-hastags-inner {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.fillterable-header-left h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1px;
    color: #FAFAFA;
}

.fillterable-header-left p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #A1A1AA;
}

.flows-searches {
    padding: 30px 40px;
}
.fillterable-header-right a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #210E09;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 100px;
    padding: 15px 20px;
    justify-content: center;
    width: fit-content;
}
.fillterable-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.flows-list-showing-filterable-image {
    background: #27272A;
    border-radius: 15px;
    padding: 40px 60px;
    height: 320px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.explore-more-btn {
    position: absolute;
    top: 20px;
    right: 20px;
}

.flows-list-showing-filterable-image img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flows-list-showing-filterable {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin: 30px 0 0;
}

.flows-list-showing-filterable-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 20px 0 0;
}

.flows-list-showing-logo {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    overflow: hidden;
    flex: 0 0 44px;
}

.flows-list-showing-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flows-list-showing-head {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #FFFFFF;
}

.flows-list-showing-head p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #A1A1AA;
}
#screens .flows-list-showing-filterable-image,
#elements .flows-list-showing-filterable-image {
    padding: 0;
    background: transparent;
    height: 500px;
}
#screens .flows-list-showing-filterable,
#elements .flows-list-showing-filterable {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.fillterable-header-left a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-decoration-line: underline;
    color: #A1A1AA;
}

.fillterable-header-left a:hover {
    color: #facc14;
    text-decoration: none;
}
.recent-search-block {
    box-sizing: border-box;
    background: #27272A;
    border-bottom: 1px solid #3F3F46;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    flex-wrap: wrap;
}
.recent-search-block.active {
  display: flex;
}

.recent-search-block a {
    height: 32px;
    background: #3F3F46;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 10px 10px;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #EFEFF1;
    position: relative;
}
.recent-item .remove-btn {
    position: absolute;
    left: 5px;
    background: #27272a;
    border-radius: 100px;
    padding: 4px;
    width: 22px;
    height: 22px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1111;
}

.recent-item .remove-btn .close-icon {
    stroke: #fff !important;
}
.recent-item:hover .remove-btn {
  display: flex;
}

.recent-item .search-icon {
  display: flex;
}
.recent-search-block span svg path {
    fill: none !important;
}
.categories-head {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    color: #71717A;
    margin: 0 0 10px;
}
.popular-product-datalist {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 20px;
    flex-wrap: wrap;
}

.popular-product-datalist span {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 0 5px;
}

.popular-product-datalist span img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.popular-product-datalist a {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}
.tabs-icons-data {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    position: absolute;
    right: 0;
    height: 100%;
    border-left: 1px solid #3F3F46;
    padding: 0 20px;
    opacity: 0;
    visibility: hidden;
}
.pageflows-searchbar.active-search .tabs-icons-data {
    opacity: 1;
    visibility: visible;
}
.fill-icons-list {
    position: relative;
}

.fill-icons-list .tooltip {
    position: absolute;
    z-index: 11;
    background: #F4F4F5;
    border-radius: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.5px;
    color: #0B0B0D;
    padding: 10px;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.fill-icons-list svg {
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.fill-icons-list svg:hover {
    fill: #fff !important;
}

.fill-icons-list:hover .tooltip {
    opacity: 1;
    visibility: visible;
    transition: .3s;
}
.fill-icons-list:last-child svg path {
    fill: none !important;
}
.fill-icons-list .simple-icon {
    transition: .3s;
}

.fill-icons-list .hover-icon {
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: .3s;
}

.fill-icons-list:hover .simple-icon, .fill-icons-list.active .simple-icon {
    display: none;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.fill-icons-list:hover .hover-icon, .fill-icons-list.active .hover-icon {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: .3s;
}
.fill-icons-list:last-child.active .hover-icon path {
   fill : #fff !important;
}

.fill-icons-list .hover-icon path {
    fill: #fff !important;
}
.fill-icons-list:last-child:hover svg.hover-icon path {
    fill: #fff !important;
}
.popular-product-datalist.popular-product-datalist-screen span {
    width: 110px;
    height: 110px;
    padding: 20px 15px 0 15px;
    background: #3F3F46;
}

.popular-product-datalist.popular-product-datalist-screen span img {
    object-position: top;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.popular-product-datalist.popular-product-datalist-elements,
.popular-product-datalist.popular-product-datalist-flows {
    flex-wrap: wrap;
}

.popular-product-datalist.popular-product-datalist-elements span,
.popular-product-datalist.popular-product-datalist-flows span {
    background: #3F3F46;
    justify-content: center;
}

.popular-product-datalist.popular-product-datalist-elements span svg path,
.popular-product-datalist.popular-product-datalist-flows span svg path,
.popular-product-datalist.popular-product-datalist-flows a:last-child svg path {
    fill: none !important;
}
.popular-product-datalist.popular-product-datalist-elements a:last-child svg path {
    fill: #fff !important;
}
.pageflows-searchbar svg.simple-icon.fill-none path {
    fill: none !important;
}
.pageFlow-newfilter-data-inner a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 15px;
}
.pageFlow-newfilter-data-inner a.active, .pageFlow-newfilter-data-inner a:hover {
    background: #303037;
}
.pageFlow-newfilter-data-logo {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 10px;
}

.pageFlow-newfilter-data-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pageFlow-newfilter-data-inner {
    display: flex;
    flex-flow: column;
    gap: 2px;
}
.pageFlow-newfilter-data-related h6 {
    padding: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #71717A;
    margin: 10px 0;
}

.pageFlow-newfilter-word span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #A1A1AA;
}

.pageFlow-newfilter-items {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    letter-spacing: -0.5px;
    color: #F4F4F5;
}
.pageFlow-newfilter-data-related {
    padding-bottom: 0px;
}
.popular-product-search.ios-active .popular-product-datalist.android,
.popular-product-search.ios-active .popular-product-datalist.web,
.popular-product-search.web-active .popular-product-datalist.android,
.popular-product-search.web-active .popular-product-datalist.ios,
.popular-product-search.android-active .popular-product-datalist.ios,
.popular-product-search.android-active .popular-product-datalist.web,
.popular-product-search.email-active .popular-product-datalist.ios,
.popular-product-search.email-active .popular-product-datalist.web,
.popular-product-search.email-active .popular-product-datalist.android   {
    display: none;
}
.popular-product-search.android-active .popular-product-datalist.android,
.popular-product-search.web-active .popular-product-datalist.web {
    display: flex;
}
.popular-product-search.email-active {
    display: none;
}
.popular-product-search.email-active:last-child {
    display: block;
}
.pageflow-search-tab input:nth-child(4):checked~.content .contentBx:nth-child(4) .popular-product-search.email-active {
    display: block;
}
.popular-product-search.web-active .popular-product-datalist-screen.web span {
  padding-right: 0;
  padding-top: 15px;
}

.popular-product-search.web-active .popular-product-datalist-screen.web span img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}
#explore-more .flows-list-showing-filterable-inner {
    position: relative;
}
#explore-more .flows-list-showing-filterable-inner {
    background: #27272A;
    border-radius: 15px;
    padding: 20px 20px 0;
    height: 415px;
    position: relative;
    overflow: hidden;
}

#explore-more .flows-list-showing-filterable-inner .flows-list-showing-filterable-image {
    background: transparent;
    border-radius: 0;
    padding: 0 60px 0;
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}
#explore-more .flows-list-showing-filterable-inner .flows-list-showing-filterable-image img {
    object-fit: contain;
    width: auto;
    object-position: top center;
}

#explore-more .flows-list-showing-filterable-inner .explore-more-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 30px;
}

#explore-more .flows-list-showing-filterable-inner .explore-more-header .explore-more-btn {
    position: static;
}

#explore-more .flows-list-showing-filterable-inner .explore-more-header h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #FFFFFF;
}
#explore-more  .flows-list-showing-filterable.web-flows-check .flows-list-showing-filterable-image {
    padding: 0 0px 0 20px;
    margin-right: -20px;
}

#explore-more .flows-list-showing-filterable.web-flows-check .flows-list-showing-filterable-inner {
    padding-right: 0;
    height: 230px;
}

#explore-more .flows-list-showing-filterable.web-flows-check .flows-list-showing-filterable-inner .explore-more-header {
    padding-right: 15px;
}

.flows-searches.explore-more .flows-list-showing-filterable.android-flows-check,
.flows-searches.explore-more .flows-list-showing-filterable.web-flows-check {
    display: none;
}
.flows-searches.ios.explore-more .flows-list-showing-filterable.ios-flows-check,
.flows-searches.android.explore-more .flows-list-showing-filterable.android-flows-check,
.flows-searches.web.explore-more .flows-list-showing-filterable.web-flows-check {
    display: grid;
}

.flows-searches.ios.explore-more .flows-list-showing-filterable.android-flows-check,
.flows-searches.ios.explore-more .flows-list-showing-filterable.web-flows-check,
.flows-searches.android.explore-more .flows-list-showing-filterable.ios-flows-check,
.flows-searches.android.explore-more .flows-list-showing-filterable.web-flows-check,
.flows-searches.web.explore-more .flows-list-showing-filterable.android-flows-check,
.flows-searches.web.explore-more .flows-list-showing-filterable.ios-flows-check {
    display: none;
}
.flows-searches.web .flows-list-showing-filterable {
    grid-template-columns: 1fr 1fr !important;
}

.flows-searches.web .flows-list-showing-filterable .flows-list-showing-filterable-image-screens,
.flows-searches.web .flows-list-showing-filterable .flows-list-showing-filterable-image-elements {
    height: 320px;
}
.flows-searches.web.explore-more .flows-list-showing-filterable {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
}
#noDataMessage {
    color: #848484;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    display: none;
}
#related_results p {
    margin-bottom: 20px;
}
.main-searchBar-div {
    max-height: 100vh;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.related-item a {
    display: block;
    padding: 10px 10px;
    border-radius: 10px;
}
#related_results {
    padding-bottom: 15px;
}
.pageFlow-newfilter-data-inner a.default-search-link {
    display: flex !important;
    height: 60px;
}
.pageFlow-newfilter-data-inner a.default-search-link .seacrh-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #3f3f46;
  border-radius: 10px;
}
.psychological-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    justify-content : center;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}

.psychological-modal .modal-content {
    position: relative;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
    gap: 20px;
    max-width: 456px;
    background: #27272A;
    border: 1px solid #3F3F46;
    border-radius: 10px;
    visibility: visible;
}

.psychological-modal .close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    cursor: pointer;
    color: #bbb;
    cursor : pointer;
}

.psychological-modal .close:hover {
    color: #fff;
}

/* Title & text */
.psychological-modal .modal-content h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 55px;
    letter-spacing: -3px;
    color: #FAFAFA;
    text-align: left;
}

.psychological-modal .modal-content .subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #A1A1AA;
    text-align: left;
}

.psychological-modal .modal-content .preview-img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 0;
}
.psychological-modal .modal-content .features {
    display: flex;
    flex-flow: column;
    gap: 7px;
    text-align: left;
}
.psychological-modal .modal-content .features li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #A1A1AA;
    position: relative;
    padding-left: 15px;
}

.preview-img img {
    width: 100%;
}

.psychological-modal .modal-content .features li::before {
    content: "";
    background: #A1A1AA;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 100px;
    top: 7px;
    left: 0;
}
.psychological-modal .modal-content .footer-text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #A1A1AA;
}
.psychological-modal .modal-content .explore-btn {
    border: none;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    gap: 10px;
    width: 100%;
    height: 48px;
    background: #FEF08A;
    border-radius: 10px;
}

.psychological-modal .modal-content .explore-btn:hover {
    background: #ffd84d;
}
body.modal-open {
  overflow: hidden;
}
#psychologicalModal.show .modal-content {
  animation: scaleThenShake 0.9s ease-out forwards;
  transform-origin: center; /* Makes shake pivot from top */
  opacity : 1;
}
@keyframes scaleThenShake {
  0% {
    transform: scale(0.8) translateX(0);
    opacity: 0;
  }
  60% {
    transform: scale(1) translateX(0);
    opacity: 1;
  }
  70% {
    transform: scale(1) translateX(0);
  }
  75% {
    transform: scale(1) translateX(-5px);
  }
  80% {
    transform: scale(1) translateX(5px);
  }
  85% {
    transform: scale(1) translateX(-4px);
  }
  90% {
    transform: scale(1) translateX(4px);
  }
  95% {
    transform: scale(1) translateX(-2px);
  }
  100% {
    transform: scale(1) translateX(0);
  }
}
@media only screen and (max-width: 1400px) {
  #explore-more .flows-list-showing-filterable-inner .flows-list-showing-filterable-image {
      padding: 0 35px 0;
  }
}
@media only screen and (max-width: 1300px) {
  .flows-list-showing-filterable-image {
      padding: 40px 60px;
      height: 280px;
  }
}
@media only screen and (max-width: 1200px) {
  .flows-list-showing-filterable,
  #screens .flows-list-showing-filterable,
  #elements .flows-list-showing-filterable {
      grid-template-columns: 1fr 1fr;
  }
  #explore-more .flows-list-showing-filterable-inner {
      height: 360px;
  }
}
@media only screen and (max-width: 1024px) {
  .flows-list-showing-filterable-image {
      padding: 30px;
  }
  .flows-list-showing-filterable-image {
      padding: 40px 40px;
      height: auto;
  }
}
@media only screen and (max-width: 992px) {
.product-header-row {
    flex-flow: column;
    gap : 20px;
}
.userflow-menu.details-menus {
    gap: 30px;
    display: flex;
    flex-flow: column;
}
.product-header-content {
    flex-flow: column;
    justify-content: center;
    text-align: center;
}

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

.product-title h2, .product-date-link {
    justify-content: center;
}

.product-category-name {
    margin: 0;
}

.product-category-name h4 {
    display: none;
}

.product-category {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 20px 0 0;
}

.product-category-list {
    margin: 0;
    flex-flow: column;
    gap: 10px;
    margin: 0 0 10px;
}
.product-category-list span:after {
    display: none;
}
.product-views-likes {
    gap: 10px;
}

.product-views-likes span, .product-category-list span {
    font-size: 16px;
}

.product-title h2 {
    font-size: 35px;
    line-height: 45px;
}

.product-title p {
    font-size: 16px;
}

.product-date-link {
    margin: 15px 0 0;
}

.pageflows-userflow-screen {
    display: none;
}

.pageflows-product-mobile {
    justify-content: center;
}

section.product-tabs {
    padding: 20px;
}
.pageflows-product-filter.pageflows-product-filter-flows .pageflows-product-tabs {
    border-radius: 0;
}
.userflows-header-menus ul li a {
    font-size: 16px;
}
.pageflows-product-filter {
    display: block;
}
.pageflows-product-sidebar{
  display: none;
}
.mobile-pageflows-sidebar {
    display: block;
}

.product-video {
    margin-right: 0;
    display: table;
}

.product-video-option {
    position: static;
    width: 100%;
    gap: 0px;
    padding: 0px;
    height: 99px;
    overflow: hidden;
    display: none;
}
.product-video-speed {
    margin: 0;
}
.product-video-inner ul li:first-child {
    background-image: url('../website/images/dropdown-icon.svg');
    background-repeat: no-repeat;
    background-position: 97% center;
    padding-right: 30px;
}
.pageflows-product-sidebar {
    padding: 30px 30px 0;
    border: 0px;
    background: #d9d9d9;
}
.product-video-block {
    padding: 20px 20px 50px;
    flex-flow: column;
    gap: 30px;
}
.products-screenshot-slideshow button.slick-prev.slick-arrow {
    left: 20px;
}
.products-onboarding-header {
    font-size: 18px;
    line-height: 28px;
    padding: 20px;
}
.products-screenshot-slideshow {
    grid-template-columns: 1fr 1fr;
    padding: 0 20px;
}
.lightbox-header .product-header-content {
    flex-flow: row;
}

.lightbox-header .product-header-content .product-title {
    text-align: left;
}

.lightbox-header .product-header-content .product-title h2 {
    justify-content: flex-start;
}
.lightbox-content {
    padding: 20px;
    justify-content: space-around;
    height: auto;
}
.lightbox.desktop-web .lightbox-content .products-screenshot-view,
.lightbox.web .lightbox-content .products-screenshot-view {
    height: auto;
}
.products-screenshot-slideshow-lightbox .products-screenshot-view {
    padding: 0;
}
.product-video-inner {
    max-height: 45px;
    overflow: hidden;
}
.mobile-popup-video-option .product-video-inner {
    max-height: 430px;
    padding: 20px 0;
    overflow-y: scroll;
}
.bottom-blur-box {
    padding: 30px 20px;
    height: auto;
}
.search-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lightbox-header {
    flex-wrap: wrap;
    gap: 20px;
}
.lightbox-content .slick-slider {
    max-width: 100%;
    padding: 0 0px;
}
.pageflows-product {
    margin-top: 40px;
}
.login-page-fieldgroup.pageflow-termConditon {
    flex-wrap: wrap;
    justify-content: center;
}
.pageflows-logo {
    width: 50px;
}
.landing-page-main {
    margin-top: 8rem !important;
}
.flows-list-showing-filterable {
    grid-template-columns: 1fr 1fr;
}
.flows-searches.web.explore-more .flows-list-showing-filterable {
  grid-template-columns: 1fr 1fr !important;
}
#screens .flows-list-showing-filterable,
#elements .flows-list-showing-filterable {
    grid-template-columns: 1fr 1fr 1fr;
}
.filter-bar {
    flex-wrap: wrap;
    justify-content: center;
}
.related-hastags {
    flex-wrap: wrap;
}
.pageflows-container-new {
    padding: 0 20px;
}
.categories-head {
    margin: 10px 0 10px;
}
.content {
    max-height: auto;
}
.pageflows-searchbar input {
    font-size: 14px;
}
.recent-search-block span {
    font-size: 12px;
}
.tab-seealllink {
    padding: 10px 0px 10px;
}
.content .contentBx .searchableList li a {
    font-size: 14px;
    padding: 5px;
}
.flows-searches {
    padding: 30px 20px;
}
.emails-filter-main-align {
    flex-flow: column;
    align-items: baseline;
}
}

.category-search {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.category-search .search-icon {
    width: 60px;
    height: 60px;
    background-color: #27272A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #aaa;
    transition: all 0.3s ease;
    position: relative;
    position: absolute;
}
.category-search .search-icon svg {
    z-index: 1;
}

.category-search .search-bar {
  height: 60px;
  /* padding: 0 12px; */
  background-color: #27272A;
  color: #aaa;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  width: 60px;
  transition: width 0.3s ease;
  pointer-events: none;
}

.category-search .search-bar input {
    border: none;
    outline: none;
    background: transparent;
    color: #aaa;
    width: 0;
    transition: width 0.3s ease;
    padding: 10px 10px 10px 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.5px;
    vertical-align: middle;
}

.category-search.active .search-bar {
  width: 220px;
  pointer-events: auto;
}

.category-search.active .search-bar input {
  width: 100%;
  position: relative;
}



.searchableSection.search-result.pageflow-search-result {
    position: absolute;
    top: 71px;
    z-index: 99;
    left: -1px;
    right: -1px;
    display: none;
    background: #27272A;
    border: 1px solid #3F3F46;
    box-shadow: 10px 4px 104px rgba(0, 0, 0, 0.45);
    border-radius: 10px;
    height: 522px !important;
    overflow-y: scroll;
    width: 400px;
}
.category-search .pageflow-searchList.userflows,
.category-search .pageflow-searchList.element,
.category-search .pageflow-searchList.screens,
.category-search .pageflow-searchList.product,
.category-search .pageflow-searchList.email  {
    display: none;
    border-bottom: 0px !important;
}

.category-search .pageflow-searchList.userflows:first-child,
.category-search .pageflow-searchList.product:nth-child(2),
.category-search .pageflow-searchList.element:nth-child(5),
.category-search .pageflow-searchList.screens:nth-child(4),
.category-search .pageflow-searchList.email:nth-child(3)
 {
    display: block;
}

.category-search .searchableSection.search-result.pageflow-search-result {
    height: auto !important;
    max-height: 400px;
}
.category-search .pageflow-searchList ul li.no-results-message {
    color: #fff;
}
.category-search .search-result.pageflow-search-result .pageflow-searchList:last-child {
    padding-bottom: 15px;
}
.page-new-block-add {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .lightbox.ios .lightbox-content, .lightbox.android .lightbox-content {
      max-width: 100%;
      width: 90%;
      height: auto;
  }
  .products-screenshot-slideshow-lightbox .products-screenshot-view {
      padding: 0;
      height: auto !important;
  }
  .lightbox-content {
      height: auto;
      max-width: 100%;
      width: 90%;
  }
  .lightbox-content .products-screenshot-view {
      margin: 0px auto;
      max-width: 80%;
      padding: 0 40px;
      height: auto;
  }
  .lightbox-screen-icons {
      padding: 0px !important;
  }
  .flows-searches.web .flows-list-showing-filterable .flows-list-showing-filterable-image-screens,
  .flows-searches.web .flows-list-showing-filterable .flows-list-showing-filterable-image-elements {
      height: 190px;
  }
  .psychological-modal .modal-content {
        max-width: 90%;
        gap: 10px;
    }

    .psychological-modal .modal-content h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .psychological-modal .modal-content .subtitle, .psychological-modal .modal-content .features li {
        font-size: 13px;
    }

    .psychological-modal .modal-content .footer-text {
        font-size: 13px;
        text-align: left;
    }
}

@media only screen and (max-width: 480px) {
  .flows-slider-loop .product .products-screenshot-item.slick-slider.desktop-web .products-screenshot-onetime {
      max-height: 300px;
  }
  .lightbox-content .pageflows-product-bookmark ul {
      justify-content: center;
  }
  .lightbox-header .product-logo {
      width: 45px;
      height: 45px;
      flex: 0 0 45px;
  }
  .products-screenshot-slideshow-lightbox {
      margin: 0 !important;
  }
  .lightbox-content .pageflows-product-bookmark ul li a {
      font-size: 9px;
      gap: 5px;
  }
  .lightbox-content .pageflows-product-bookmark ul li a {
      letter-spacing: 0em;
  }
  .search-results {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.search-results.web {
    grid-template-columns: 1fr;
}
.lightbox-screen-icons {
    gap: 5px;
    padding: 0;
    margin-bottom: 30px;
}
.lightbox-screen-icons span {
    width: 35px;
    height: 35px;
}
.modal-new {
    width: 90% !important;
    margin: 0 auto !important;
    right: 0;
}
.products-screenshot-view-main {
    position: relative;
}
.flows-list-showing-filterable,
#screens .flows-list-showing-filterable,
#elements .flows-list-showing-filterable {
    grid-template-columns: 1fr;
}
#screens .flows-list-showing-filterable-image,
#elements .flows-list-showing-filterable-image {
    height: auto;
}
.flows-searches.web .flows-list-showing-filterable, .flows-searches.web.explore-more .flows-list-showing-filterable  {
    grid-template-columns: 1fr !important;
}
.flows-searches.web .flows-list-showing-filterable .flows-list-showing-filterable-image-screens,
.flows-searches.web .flows-list-showing-filterable .flows-list-showing-filterable-image-elements {
    height: auto;
}
}
@media only screen and (max-width: 380px) {
.pageflows-product-bookmark ul li a, .product-date-link select, .product-date-link a {
    letter-spacing: 0em;
}
.product-video {
    height: 100%;
}
.product-category {
    flex-flow: column;
}
.pageflows-product-bookmark ul li a {
    font-size: 9px;
    gap: 5px;
}
.pageflows-product-bookmark ul {
    gap: 10px;
}
.products-screenshot-slideshow-lightbox .slick-track {
    height: auto;
}
.content {
    max-height: 100%;
}
.main-searchBar-div {
    height: 500px !important;
}
#explore-more .flows-list-showing-filterable.web-flows-check .flows-list-showing-filterable-inner {
    height: 210px;
}
}
