@font-face {
    font-family: 'Segoe UI Bold';
    src: url('../font/Segoe UI Bold.ttf') format('truetype');
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../font/Segoe UI.ttf') format('truetype');
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Semibold';
    src: url('../font/Segoe UI Semibold.ttf') format('truetype');
}

.fleximp-setup-card {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.fleximp-setup-card p {
    font-size: 14px;
    color: #444;
}

.fleximp-setup-card .button-primary {
    background-color: #0073aa;
    border-color: #0073aa;
    color: #fff;
    text-decoration: none;
}

.fleximp-card-nav {
    margin-bottom: 15px;
    gap: 10px;
}

.fleximp-card-button {
    max-width: 180px;
    width: 100%;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 600;
    margin-right: 5px;
    cursor: pointer;
}

.fleximp-card-content {
    margin-top: 20px;
    padding: 15px;
    border-radius: 5px;
    background-color: #0000;
    text-align: center;
}

.fleximp-card-content {
    margin-top: 0px;
}

#fleximp-start-now {
    padding: 5px 20px;
    font-size: 16px;
    margin-top: 20px;
}

.fleximp-card-all #fleximp-next-step,
.fleximp-card-all button#fleximp-import-pages-data,
.fleximp-card-all .fleximp-btn-wrapper button#fleximp-start-import,
.fleximp-card-all button#fleximp-install-plugins {
    padding: 0px 30px;
    font-size: 16px;
    border-radius: 6px;
    background: #fff;
    color: #2271b1;
    border: 2px solid #2271b1;
    font-size: 17px !important;
}

#fleximp-start-import {
    padding: 5px 20px;
    font-size: 16px;
    margin-top: 20px;
}

button#fleximp-import-pages-data {
    margin-bottom: 10px;
}

button.button {
    border: 1px solid #2271b1;
}

.fleximp-card p {
    font-size: 16px;
}

.fleximp-card-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    align-items: center;
    padding: 20px 0px;
}

.fleximp-loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin: 20px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* demo import modal  */
.fleximp-btn-wrapper button#fleximp-start-import {
    margin: 0px;
}

.fleximp-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 10px;
}

.fleximp-card-header {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    margin: 0 auto 0 auto;
    justify-content: center;
    border-bottom: 1px solid #ccc;
    font-size: 25px;
    line-height: 20px;
    height: 80px;
    font-family: inherit;
}

button.fleximp-card-button span {
    width: 13px;
    height: 13px;
    display: inline-block;
    background: #a7aaad;
    border-radius: 50%;
}

button.button {
    font-size: 18px !important;
}

.fleximp-card-content p {
    font-size: 18px;
    font-weight: 500;
}

.fleximp-card-content input[type="text"] {
    width: 100%;
    height: 50px;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

.fleximp-card-content input[type="text"] {
    width: 100%;
    height: 50px;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    border: 1px solid rgba(44, 51, 56, 0.5);
    color: #000;
}

form#fleximp_license_form {
    max-width: 500px;
    margin: 0px auto;
}

form#fleximp_license_form label {
    font-size: 18px;
}

button.fleximp-card-button.active span {
    background: #2271b1;
}

.card-inner {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.plugin-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px 10px;
    border: 1px solid #707070;
    border-radius: 10px;
}

.plugin-item h4 {
    margin: 0px 0px;
}

.plugin-item:nth-child(odd) {
    background: #2271b142;
}

.fleximp-card-header h2 {
    color: #2271b1;
    font-size: 24px;
}

div#required-plugins-list {
    max-width: 65%;
    margin: 0px auto;
}

button.fleximp-card-button.active {
    color: #2271b1;
}

button#fleximp-import-pages-data {
    padding: 5px 20px;
}

.fleximp-card {
    position: relative;
    min-width: 255px;
    background: #0000;
    max-width: 70%;
    margin: 50px auto 0px;
}

.fleximp-card-content {
    padding: 25px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    border: none;
    text-align: center;
}

#fleximp-install-elementor {
    padding: 6px 20px;
    font-size: 16px;
}

.fleximp-card-nav {
    display: flex;
    justify-content: center;
    padding: 29px 0px 0px;
    margin: 0px;
}

.plugin-item h4 {
    font-size: 16px;
    font-weight: 400;
}

/* loader  */
.loader {
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
    color: #555;
}

.plugin-names p {
    margin: 5px 0;
    color: green;
}

#fleximp-loader {
    color: #0073aa;
    font-size: 16px;
    margin-top: 10px;
}

.fleximp-card-button svg {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}

.fleximp-card-button svg path {
    fill: #2cff05 !important;
    stroke: #2cff05;
}

.fleximp-card-button {
    margin-right: 5px;
    padding: 20px;
    border: none;
    border-radius: 6px;
    text-transform: capitalize;
    font-size: 13px;
    margin-top: 0px;
    background-color: #0000 !important;
}

.fleximp-card-button {
    max-width: 180px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    height: 90px;
    align-items: center;
}

.fleximp-card-button {
    max-width: 180px;
    width: 100%;
}

.fleximp-card-all {
    width: 60%;
    margin: 0px auto;
    background: #0000 !important;
}

/* end  */
.fleximp-from-btn-wrap {
    margin: 20px 0px 10px;
}

.loader {
    display: inline-block;
    vertical-align: middle;
}

.loader img {
    width: 20px;
    height: 20px;
}

/* for notices  */
.fleximp-card-all .fs-notice.updated {
    display: none !important;
}

button.fleximp-card-button.active .circles {
    visibility: visible;
}

.circles {
    height: 10px;
    width: 10px;
    position: relative;
    visibility: hidden;
}

.circles>div {
    animation: growAndFade 3s infinite ease-out;
    background-color: dodgerblue;
    border-radius: 50%;
    height: 40px;
    opacity: 0;
    position: absolute;
    width: 40px;
    top: -13px;
    left: -13px;
}

.circles .circle1 {
    animation-delay: 1s;
}

.circles .circle2 {
    animation-delay: 2s;
}

.circles .circle3 {
    animation-delay: 3s;
}

@keyframes growAndFade {
    0% {
        opacity: 0.25;
        transform: scale(0);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.loader .spinner-border {
    width: 1rem;
    height: 1rem;
    border: 0.2em solid #007bff;
    /* Adjust the color as needed */
    border-top-color: transparent;
    /* Transparent top to create spinning effect */
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fleximp-dash-box {
    padding: 20px 0px;
}

.fleximp-dash-box {
    /* background-color: #ffffff; */
    /* padding: 20px;
    border-radius: 8px; */
}

.flex-nav-tab-links .nav-link.active {
    color: #ff1f5f !important;
    background-color: #fff;
    border-color: none;
    border: none;
}

.flex-nav-tab-links .nav-link {
    font-weight: bold;
}

.flex-nav-tab-links .nav-link:focus {
    box-shadow: none;
    outline: none;
}

.flex-nav-tab-links .nav-link:hover {
    border: none;
}

.flex-nav-tab-links a.nav-link {
    font-weight: bold !important;
    color: #000 !important;
    border: 0;
    align-self: center;
    font: 900 24px / 27px Segoe UI Bold;
}

.flex-imp-nav-box .nav-tabs .nav-item {
    margin: 0px;
}

.flex-imp-nav-box .flex-demo-buttons a {
    color: #fff !important;
    background: transparent linear-gradient(270deg, #4E5DAA 0%, #9B76B5 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    font-size: 19px !important;
}

.flex-nav-tab-links {
    border: 0px !important;
}

.flex-demo-btn {
    border: 1px solid #707070 !important;
    border-radius: 10px;
    font-weight: bold !important;
}

.flex-gap {
    gap: 130px;
}

.flex-dashboard-packages-box {
    background: #ECECEC;
    border-radius: 15px;
    border: 1px solid #707070;
    padding: 40px 20px;
}

.flex-dashboard-blog-box {
    border-radius: 8px;
    box-shadow: none;
    border: 1px solid #707070;
    padding: 20px;
}

h3.flex-support-title {
    font-size: 24px !important;
    color: #000;
    font-weight: bold;
    margin: 0;
    line-height: 18px;
    align-self: center;
    font: 900 18px / 25px Segoe UI Bold;
}

.fleximp-subscription-box h3.flex-support-title,
.fleximp-blog-sidebar-main-box h3.flex-support-title {
    font: 900 22px / 25px Segoe UI Bold;
}

.flex-support-div.d-flex {
    gap: 10px;
    margin: 0;
}

.flex-contact-btn {
    border-radius: 5px;
    color: #000;
    font-size: 22px;
}

/* p.flex-supoort-description {
    color: #111111;
    font-size: 18px;
    font: 500 16px / 25px Segoe UI;
    margin: 10px 0px !important;
} */

p.flex-supoort-description {
	color: #111111;
	/* font: 500 16px / 25px Segoe UI; */
	margin: 10px 0px !important;
	font-size: 15px;
	font-weight: normal !important;
}

.subscription-title.text-center {
    background: transparent linear-gradient(270deg, #4C5CAA 0%, #9C77B5 100%) 0% 0% no-repeat padding-box;
    padding: 20px 10px;
    border-radius: 10px;
}

.flex-subscription {
    padding-bottom: 30px;
    border: 1px solid #707070;
    border-radius: 15px;
}

.flex-gap-11 {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 10px;
}

.subscription-title h3 {
    color: #fff;
    font: normal normal bold 28px / 40px Segoe UI;
    margin: 0;
}

p.flex-price {
    color: #fff;
    margin: 0px;
    font: normal normal 600 38px / 50px Segoe UI;
}

.flex-feature-list {
    display: flex;
    gap: 0px;
    padding: 10px 0px;
}

p.flex-feature-title.m-0 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-align: left;
    align-self: center;
    font: 900 15px / 20px Segoe UI !important;
}

.flex-container-1 {
    border: 1px solid #707070;
    padding: 16px;
    border-radius: 10px;
}

a.nav-link {
    font-size: 20px;
}

.flex-demo-btn {
    font-size: 20px !important;
}

.flex-dash-plugin-logo {
    height: 70px;
    width: 100px;
    background: transparent linear-gradient(270deg, #4E5DAA 0%, #9B76B5 100%) 0% 0% no-repeat padding-box;
    border-radius: 20px 0px 0px 20px;
    padding: 10px 0px;
    text-align: center;
}

.flex-imp-nav-box .flex-container-1 {
    border-radius: 20px;
}
.flex-dash-plugin-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.flex-container-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: fit-content;
    padding: 0px;
}

.flex-nav-tab-links {
    gap: 15px;
}

h3.flex-wp-xyz-theme {
    font-size: 25px;
    color: #000;
    font-weight: bold;
    font: normal normal bold 25px/33px Segoe UI Bold;
}

h3.flex-template {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    font: normal normal 600 28px/33px Segoe UI;
}

p.flex-content-1 {
    font-size: 18px;
    font-weight: 600;
    color: #707070;
    font: 900 18px / 25px Segoe UI Semibold;
}

.flex-dashboard-box .fleximp-dash-box-8 {
    padding: 0px 0px 20px 0px;
}

.fleximp-dash-box.fleximp-dash-box-4.flex-dashboard-box {
    border: 1px solid #707070;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 10px;
}

.fleximp-subscription-box .fleximp-dash-box {
    padding: 15px 0px 15px 0px;
}

.fleximp-subscription-main-box .flex-demo-btn:hover {
    background: transparent linear-gradient(270deg, #4C5CAA 0%, #9C77B5 100%) 0% 0% no-repeat padding-box;
    text-decoration: none !important;
}

/* *************video-slider-css******* */
.swiper-container-2 {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

/* .swiper-wrapper {
    display: flex;
} */

.video-slide {
    position: relative;
    cursor: pointer;
}

.video-image-box {
    width: 308px;
}

.video-slide img {
    width: 100%;
    height: auto;
}

.play-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /* width: 60px; */
    height: fit-content;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-icon::before {
    content: "\25BA";
    /* Play icon */
    color: #ff1f5f;
    font-size: 30px;
}

.swiper-container-2 .swiper-button-next::after,
.swiper-container-2 .swiper-button-prev::after {
    font-size: 24px;
    /* Adjust size */
    color: white;
    /* Ensure icon color */
    font-family: "Swiper Icons";
    /* Required for Swiper navigation */
}

/* Navigation Buttons - Both at Top Right */
.swiper-container-2 .swiper-button-next,
.swiper-container-2 .swiper-button-prev {
    position: absolute;
    top: 10px;
    /* Adjusted to be at the top */
    width: 40px;
    height: 40px;
    background: #000;
    color: white;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.swiper-container-2 .swiper-button-next {
    right: 10px;
}

.swiper-container-2 .swiper-button-prev {
    right: 60px;
    /* Moved to the right, next to next button */
}

/* *****************05/04/2025************ */
.blog-content {
    display: flex;
    gap: 20px;
}

p.flex-blog-content {
    font-size: 20px;
    font-weight: 600;
    color: #707070;
}

a.btn.flex-view-more-btn {
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 8px 30px;
    font-size: 18px;
    font-weight: 600;
    font: normal normal 600 18px/24px Segoe UI;
}

.play-icon::before {
    content: "\25BA";
    /* Play icon */
    color: #ff1f5f;
    font-size: 50px;
    position: relative;
    /* bottom: 86%; */
}

.swiper-container-2 .swiper-button-next::after,
.swiper-container-2 .swiper-button-prev::after {
    font-size: 24px;
    /* Adjust size */
    color: white;
    /* Ensure icon color */
    font-family: "Swiper Icons";
    /* Required for Swiper navigation */
}

.swiper-button-next::after {
    content: "\003E";

    /* Unicode right arrow → */
    font-weight: bold;
}

.swiper-button-prev::after {
    content: "\003C";
    /* Unicode left arrow ← */
    font-weight: bold;
}

.flex-wp-social-media-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.flex-wp-social-media-icons img {
    width: 50px;
    max-width: 45px !important;
    max-height: 45px !important;
}

.flex-swipper-nav-btn {
    display: flex;
    justify-content: end;
    gap: 10px;
    position: absolute;
    z-index: 1;
    right: 23px;
    top: -55px;
}

.swiper-button-next i, .swiper-button-prev i {
    font-weight: 600;
    background: #000;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 7px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: none;
}

.swiper-button-next i:hover,
.swiper-button-prev i:hover {
    background: transparent linear-gradient(270deg, #4C5CAA 0%, #9C77B5 100%) 0% 0% no-repeat padding-box;
}

p.flex-video-content {
    color: #707070;
    font-size: 16px;
    /* padding-top: 10px; */
    padding-top: 18px;
    font-weight: 600;
    margin: 0;
    font: 900 18px / 25px Segoe UI Semibold;
}

.flex-nav-tab-links .nav-link {
    background-color: #fff !important;
}

.nav-link svg {
    width: 20px;
}

.flex-icons {
    display: flex;
}

.nav-link.active svg {
    fill: #ff1f5f !important;
}

.nav-link {
    padding: 0 7px;
    display: block;
}

.flex-nav-tab-links {
    justify-content: space-around;
    /* margin: 0px 35px; */
}

/* ************************template tab css***************** */
.widget-social-media {
    border: 1px solid;
    padding: 10px;
    border-radius: 15px 0px 0px 15px;
    margin-top: 30px;
}

.templates-imgs img {
    width: 50px !important;
}

p.plugin-img {
    margin: 25px 0px;
}

button.install-btn {
    background: #000;
    color: #fff;
    padding: 10px 25px;
    border-radius: 7px;
    font-size: 16px !important;
    font-weight: bold;
}

.install-btn svg {
    fill: #fff;
    width: 27px;
}

.pagination {
    justify-content: center;
}

.grid-item {
    padding: 0px 0px 15px 0px !important;
}

.grid-item {
    background: #fff;
    border: 1px solid #707070;
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    box-shadow: none;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 100%;
    margin: auto;
}

.buttons a {
    display: inline-block;
    margin: 5px;
    padding: 9px 10px;
    background: none;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #707070 !important;
}

.buttons {
    display: flex;
}

a.flex-template-buttons {
    display: flex;
    gap: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: center;
}

a.flex-template-buttons svg {
    width: 13px;
    margin-right: 5px;
}

.import-btn {
    display: flex !important;
    gap: 10px;
    border: 1px solid #707070 !important;
}

.import-btn svg {
    width: 12px !important;
    margin-right: 0px;
}

p.template-title {
    font-size: 14px !important;
    margin: 10px 0px 10px 10px;
    font-weight: bold;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 152px;
}

.flex-buttons {
    display: flex;
    padding: 0px 10px;
    align-content: center;
    justify-content: space-between;
}

.flex-template-categories {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.content input {
    display: none;
}

.content {
    display: flex;
}

.flex-templates {
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

p.flex-template-title {
    font-size: 30px;
    font-weight: bold;
    margin: 0px;
}

.flex-templates svg {
    height: 40px;
    width: 40px;
}

input.fname {
    border: none;
}

input#flex-templates-search {
    border: none;
}

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

.search-flex {
    border: 1px solid #707070;
    padding: 10px 15px;
    border-radius: 15px;
}

input:focus {
    box-shadow: 0 0 0 1px #2271b100 !important;
}

input.fname {
    width: 389px;
    font: 400 16px / 16px Segoe UI;
}

input#flex-templates-search {
    width: 389px;
    font: 400 21px / 16px Segoe UI;
    color: #707070;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

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

.grid-item {
    overflow: hidden;
    background: #fff;
    border: 1px solid #707070;
    background: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 17px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.flex-imp-temp-inner-box img {
    border-bottom: 1px solid #707070;
}
.grid-item img {
    max-width: 100%;
}

.pagination {
    text-align: center;
    margin: 30px 0;
    margin-top: 5rem;
}

.pagination a {
    margin: 0 6px;
    padding: 10px 20px;
    color: #eee;
    background: #000000;
    text-decoration: none;
    border-radius: 4px;
    border: none;
    font-size: 22px !important;
    font-weight: bold;
}

.page-item.disabled .page-link {
    color: #eee !important;
    background-color: #000000 !important;
    border: none;
    cursor: pointer;
}

.page-item.disabled .page-link:hover {}

.pagination a.active {
    background: #333;
    color: #fff;
}

.pagination a:hover,
.page-item.disabled .page-link:hover {
    background: transparent linear-gradient(270deg, #4C5CAA 0%, #9C77B5 100%) 0% 0% no-repeat padding-box !important;
    color: #fff;
}

.list {
    border: 1px solid #707070;
    border-radius: 15px 0px 15px 0px;
}

.list.col-2 {
    border: 1px solid #707070;
    padding: 20px;
    border-radius: 15px 0px 15px 0px;
}

.line {
    border-bottom: 1px solid;
    margin-top: 13px;
}

.list label {
    padding: 0px 20px;
}

p.flex-plugin-title {
    font-size: 30px;
    font-weight: bold;
}

p.flex-plugin-title {
    margin: 25px 0px;
}

.plugin-table-head th {
    font-size: 20px;
    font-weight: bold;
}

.plugin-input input[type="checkbox"] {
    width: 30px;
    height: 30px;
    margin: -67px 0px;
}

.plugin-input input[type="checkbox"]:checked::before {
    margin: -0.1875rem 0 0 -0.25rem;
    width: 30px !important;
    height: 30px !important;
    position: relative;
    left: 1px;
    top: 3px;
}

.plugin-tbl .table-striped tbody tr:nth-child(odd) {
    background-color: transparent;
}

.plugin-tbl .table-striped tbody tr:nth-child(n + 2):nth-child(even) {
    /* background-color: #e8e8e8;
    border: 1px solid #ccc; */
}

.plugin-img svg {
    height: 37px;
}

thead.plugin-table-head {
    /* background: #e8e8e8; */
}

#plugins-list .plugin-tbl {
    border-radius: 15px !important;
    border: 1px solid #707070;
    margin-top: 27px;
    padding: 20px 35px;
    padding-right: 0px;
    padding-bottom: 35px !important;
}

table {
    border-collapse: separate;
    border-spacing: 0 10px;
    /* horizontal vertical */
}


#install-all-btn {
    position: relative;
    z-index: 1;
}

.table-responsive-1 {
    width: 100%;
    overflow-x: auto;
    border-radius: 20px !important;
}

/* ********************widget css************ */
.widget-list {
    border: 1px solid #707070;
    border-radius: 15px 0px 0px 15px;
}

.vt-tab-btn {
    padding: 15px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

.buttons.widgets-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vt-tab-btn.vt-active {
    color: #ff1f5f;
    font-weight: bold;
}

.vt-content-area {
    flex: 3;
    padding: 20px;
    background: white;
    border: 1px solid #707070;
    border-radius: 0px 15px 15px 0px;
}

.vt-content {
    display: none;
}

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

.vt-content-area-1 {
    border: none;
}

.widgets-btn a:hover {
    text-decoration: none;
    color: #000;
}

.widgets-btn a:hover {
    text-decoration: none;
    color: #000;
    box-shadow: none;
}

.flex-plugin-title-1 {
    font-size: 30px;
    font-weight: bold;
    vertical-align: middle !important;
}

.flex-align {
    vertical-align: middle !important;
}

/* *****************modal-csss************** */
.flex-model-div-main {
    /* display: flex !important;
    gap: 10px; */
}

p#modal-template-title {
    font-size: 40px;
    font-weight: bold;
    font: 900 40px / 55px Segoe UI Bold !important;
}

p.flex-modal-content {
    font-size: 20px;
    font-weight: 400;
    color: #707070;
    font: 900 18px / 25px Segoe UI Semibold;
}

.flex-plugin-main-file {
    display: none;
}

.loader {
    width: 15px;
    height: 15px;
    border: 2px solid #ccc;
    border-top: 2px solid #000;
    border-radius: 50%;
    display: inline-block;
    animation: spin 1s linear infinite;
}

.loader-success {
    border: 2px solid green;
    border-radius: 50%;
    display: inline-block;
}

.loader-active {
    border: 2px solid blue;
    border-radius: 50%;
    display: inline-block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#free-import-process-plugins-list , #import-process-plugins-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 35px 0px;
}

.import-modal-main {
    display: flex;
}

.flex-modal-icons svg {
    height: 18px;
    width: 18px;
    margin-right: 5px;
    position: relative;
    top: 10px;
}

.flex-insatlling-pluins-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    color: #000000;
}

.flex-modal-icons li {
    display: flex;
    gap: 5px;
    justify-content: space-between;
}

.flex-modal-template-mobile-title {
    font-size: 40px;
    color: #000;
    font-weight: bold;
}

.importing-process-title-1 {
    font-size: 18px;
    font-weight: bold;
}

.flex-import-btn svg {
    width: 18px;
    height: 18px;
    fill: #fff;
    margin-left: 7px;
}

button.flex-import-btn {
    background-color: #000;
    border: none;
    font-size: 18px;
    font-weight: bold;
    font: 900 16px / 25px Segoe UI Bold;
    padding: 8px 30px;
    border-radius: 6px;
}

#step-done p {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
}

.flex-main-dive {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 45px 0px;
}

.steps-done {
    font: 900 35px Segoe UI Bold;
    color: #000;
    font-size: 44px;
}

.template-education-image {
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left: 3rem !important; */
    padding: 20px 0px;
    /* box-shadow: 0px 0px 10px 0px #00000073;  */
}

.template-education-image img {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 15px 0px #00000073;
    border: 1px solid #707070;
}

.template-education .view-site {
    background: #000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 7px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
    line-height: unset;
}

.flex-modal-btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.template-education .view-site:hover {
    background: transparent linear-gradient(270deg, #4C5CAA 0%, #9C77B5 100%) 0% 0% no-repeat padding-box !important;
    border-radius: 7px;
}

.view-site svg {
    height: 18px;
    width: 28px;
    fill: #fff;
}

.view-btton-div {
    display: flex;
    justify-content: center;
    gap: 20px;
    text-align: center;
    flex-wrap: wrap;
}

.flex-template-buttons {
    padding: 9px 4px;
}

.import-btn {
    padding: 5px 5px;
}

.import-modal-main {
    border: 1px solid #707070;
    border-radius: 15px;
    padding: 0px 20px;
}

#free-import-process-plugins .view-site , #import-process-plugins .view-site {
    background: #000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 7px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 8px 25px !important;
}

#free-import-process-plugins .view-site:hover, #import-process-plugins .view-site:hover,
#import-process-uninstall-btn:hover, #free-import-process-uninstall-btn:hover {
    background: transparent linear-gradient(270deg, #4C5CAA 0%, #9C77B5 100%) 0% 0% no-repeat padding-box !important;
}

#free-import-process-plugins .flex-modal-icons svg , #import-process-plugins .flex-modal-icons svg {
    height: 18px;
    width: 18px;
    margin-right: 5px;
    position: relative;
    top: -6px;
}

#free-import-process-plugins .step-status , #import-process-plugins .step-status {
    font-weight: bold;
    margin-left: 10px;
    align-self: center;
}

#free-import-process-plugins .fleximp-temp-tab-inner-image , #import-process-plugins .fleximp-temp-tab-inner-image {
    height: 100%;
    /* width: auto; */
    /* box-shadow: 0px 0px 10px 0px #00000073; */
    /* margin: 30px 0px; */
}

#free-import-process-plugins .fleximp-temp-tab-inner-image img , #import-process-plugins .fleximp-temp-tab-inner-image img {
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
    margin: 30px 0px;
    box-shadow: 0px 0px 10px 0px #00000073;
}

@media screen and (min-width: 1514px) and (max-width: 1528px) {
    button.btn.flex-template-buttons, a.btn.flex-template-buttons {
        padding: 8px !important;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1513px) {
    button.btn.flex-template-buttons, a.btn.flex-template-buttons {
        padding: 9px 6px !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1484px) {
    button.btn.flex-template-buttons, a.btn.flex-template-buttons {
        padding: 4px 16px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1078px) {
    button.btn.flex-template-buttons, a.btn.flex-template-buttons {
        padding: 4px 16px !important;
    }
}

@media screen and (min-width: 1448px) and (max-width: 2000px) {}

/* *********************22/04/2025*********** */
@media screen and (min-width: 1250px) and (max-width: 1600px) {
    .templates-imgs img {
        width: 30px !important;
    }

    .flex-wp-social-media-icons {

        gap: 2px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1249px) {
    .templates-imgs img {
        width: 20px !important;
    }

    .flex-wp-social-media-icons {

        gap: 2px;
    }
}

button.btn.flex-template-buttons, a.btn.flex-template-buttons {
    padding: 8px 15px !important;
    background: transparent linear-gradient(270deg, #4C5CAA 0%, #9C77B5 100%) 0% 0% no-repeat padding-box;
    border-radius: 7px;
    color: #fff;
    font: 600 13px / 18px Segoe UI !important;
    letter-spacing: 0.5px;
    /* width: 45%; */
}

button.btn.flex-template-buttons, a.btn.flex-template-buttons:hover {
    background: #000;
}

.template-item .flex-temp-btn.btn {
    padding: 8px 15px !important;
    background: #000;
    border-radius: 7px;
    color: #fff;
    font: 600 12px / 18px Segoe UI !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    opacity: 1 !important;
    /* width: 55%; */
}

.template-item .flex-temp-btn.btn:hover {
    background: transparent linear-gradient(270deg, #4C5CAA 0%, #9C77B5 100%) 0% 0% no-repeat padding-box;
}

h3.flex-categories-list {
    font-size: 24px !important;
    color: #000;
    font-weight: bold;
}

.flex-template-categories-list li {
    font-size: 20px;
    font-weight: bold;
    color: #707070;
    padding: 15px 10px;
    margin: 0;
    cursor: pointer;
}

.flex-template-categories-list li:hover {
    color: #ff1f5f;
}

.col-sm-12.col-lg-10.px-md-0.px-lg-2.p-0.pt-md-2.pt-sm-2.grid-container-column {
    padding: 0 15px 0 15px !important;
}

.import-btn {
    padding: 0px !important;
    align-items: center;
}

.flex-template-buttons {
    margin: 0px !important;
    align-items: center;
    padding: 4px 15px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.flex-gap-div {
    gap: 10px;
    justify-content: center;
}

.vt-tab-btn {
    font-size: 20px;
    font-weight: bold;
    color: #707070;
}

.flex-template-form {
    padding-right: 16px;
}

.flex-widgets-display {
    padding: 0px 20px !important;
}

.flex-widget-title {
    width: auto !important;
}

/* *************23/04/2025********** */
.video-slide {
    cursor: pointer;
}

a.plugin-posts {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: column;
}

.plugin-item {
    background: none !important;
}

a.plugin-posts:hover {
    color: #0056b3;
    text-decoration: none;
}

.plugin-post-title {
    color: #000;
    font: 900 18px / 22px Segoe UI;
    text-align: center;
    letter-spacing: 0px;
    padding: 10px 18px;
}

.swiper-container-2 .swiper-slide.video-slide {
    width: auto !important;
    margin: 0px !important;
}

.swiper-container-2 img {
    cursor: default;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100% !important;
    max-height: 100% !important;
    border-radius: 10px 10px 0px 0px;
}

.swiper-container-2 video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    margin: 0px;
    bottom: 10px !important;
}

@media screen and (max-width: 1366px) {
    .search-flex {
        border: 1px solid #707070;
        padding: 6px 15px;
        border-radius: 10px;
    }
}

@media screen and (max-width: 575px) {
    .flex-swipper-nav-btn {
        right: 8px;
    }

    input#flex-templates-search {
        width: 100%;
    }
}

#modal-template-mobile-image {
    width: 150px;
}

/* for coming soon in widget tab */
.coming-soon {
    text-align: center;
    padding: 100px 0;
    background-color: #f5f5f5;
}

.coming-soon h1 {
    font-size: 64px;
    font-weight: bold;
    color: #333;
}

/* new add */
.fleximp-dash-btn.flex-demo-btn {
    font-size: 12px !important;
    line-height: 15px;
    border-radius: 8px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    width: fit-content;
    display: flex;
    /* margin: 0 auto; */
    padding: 12px 25px;
}

.fleximp-dash-btn.flex-demo-btn:hover {
    background: transparent linear-gradient(270deg, #4C5CAA 0%, #9C77B5 100%) 0% 0% no-repeat padding-box;
}

.plugin-item .fleximp-dash-btn.flex-demo-btn {
    margin: 0 auto;
}

/* home css */
.fleximp-subscription-main-box .flex-feature-list-main {
    width: fit-content;
    margin: auto;
}

.fleximp-subscription-main-box .flex-feature-list-main .flex-feature-list img {
    width: 35px;
}

.fleximp-subscription-main-box .flex-feature-list-main .flex-feature-list {
    display: flex;
    gap: 5px;
    padding: 8px 0px;
}

.fleximp-subscription-main-box .flex-feature-list-main .flex-feature-list .flex-feature-title {
    font-size: 16px;
}

.fleximp-subscription-main-box .flex-demo-btn {
    padding: 8px 30px;
    border-radius: 8px;
    font: 500 16px / 18px Segoe UI !important;
    color: #fff;
    background: #000;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin: 0 auto;
}

.fleximp-subscription-main-box {
    gap: 30px;
}

.fleximp-social-box .flex-wp-social-media-icons {
    display: flex;
    gap: 20px;
}

.fleximp-blog-sidebar-main-box .plugin-item {
    padding: 10px 0px
}

.flex-imp-sidebar-image-box {
	width: 100%;
	height: 100%;
}

.fleximp-blog-sidebar-main-box .plugin-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    max-width: unset !important;
    max-height: unset !important;
}

.fleximp-dash-box .fleximp-temp-btn {
    padding: 12px 20px;
    border-radius: 10px;
    font: normal normal 600 18px / 24px Segoe UI;
}

/* template */
#wpbody-content {
    padding: 0px 5%;
}
#wpbody-content {
    padding-bottom: 65px !important;
}

.fleximp-template-main-box .flex-template-title,
.fleximp-widgets-main-box .flex-template-title,
.fleximp-plugin-main-box .flex-template-title {
    font-size: 22px;
    color: #000;
    font: 900 24px / 27px Segoe UI Bold;
}

.fleximp-template-main-box .flex-templates svg {
    height: 35px;
    width: 35px;
}

.fleximp-template-main-box .flex-template-categories-list li {
    font-size: 18px;
    font: normal normal bold 19px/30px Segoe UI Bold;
}

.fleximp-template-main-box .line {
    border-bottom: 1px solid;
    margin-top: 0px;
}

.fleximp-template-main-box .flex-template-categories {
    font-size: 18px;
    align-self: center;
    font: normal normal bold 20px/30px Segoe UI Bold;
}

.flex-template-categories-icon {
    font-size: 30px;
    color: #000000;
}

.fleximp-template-main-box .my_grid_container {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 65px;
}

.fleximp-template-main-box .grid-item {
    padding: 0px 0px 0px 0px !important;
    border-radius: 15px !important;
     border: 1px solid #707070;
     background: #fff;
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.btn.flex-template-buttons:hover {
    background: transparent linear-gradient(90deg, #A279B6 0%, #465BA9 100%) 0% 0% no-repeat padding-box;
    color: white;
}

.btn.flex-template-buttons:hover svg {
    fill: white;
}

.fleximp-template-main-box p.template-title {
    font-weight: bold;
    color: #111111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    margin: 0;
    text-align: start;
    font: 900 20px / 26px Segoe UI Bold !important;
    /* font-family: 'Roboto' !important; */
}

#plugins-list .table thead th {
    font: 900 22px / 20px Segoe UI Bold;
    border: none;
    text-align: start;
    padding-bottom: 45px;
    color: #000000;
    font-size: 24px !important;
}

.fleximp-template-main-box .flex-wp-social-media-icons>img {
    width: 50px !important;
    margin-right: 20px;
}

.fleximp-template-main-box .flex-wp-social-media-icons img {
    width: 40px !important;
    gap: 20px !important;
}

/* plugin tab */
.fleximp-plugin-main-box .table tr td:nth-child(1) {
    display: block !important;
    margin: 25px 0px;
    border: none !important;
}

.fleximp-plugin-main-box .flex-plugin-title {
    color: #000 !important;
}

.fleximp-plugin-main-box .flex-plugin-title {
    margin: 14px 0px;
    vertical-align: middle !important;
    font-size: 21px !important;
}

.fleximp-plugin-main-box .flex-plugin-title {
    font-size: 18px;
    font-weight: bold;
    font: 900 19px / 20px Segoe UI Bold;
}

.fleximp-plugin-main-box td {
    font-size: 18px;
    font: 900 19px / 20px Segoe UI Bold;
    border-top: none !important;
    text-align: start;
    vertical-align: middle !important;
    padding-right: 5rem !important;
    color: #000000;
}

/* .fleximp-plugin-main-box button.download-btn {
    width: 180px;
    background-color: #000;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
} */

.download-btn {
    color: #000000;
    padding: 10px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
}

.download-btn:hover {
    /* background-color: #333; */
    color: #000;
    transform: translateY(-1px);
}

.download-btn:active {
    transform: translateY(0);
}

.download-btn.activated {
    cursor: not-allowed;
    opacity: 0.7;
}

.download-btn.installing {
    cursor: wait;
}

.download-btn.installing::after {
    content: '';
    display: inline-block;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fleximp-plugin-main-box button.install-btn {
    font-size: 18px;
}

.fleximp-template-main-box .fleximp-temp-buttons {
    padding: 20px;
}

/* video add */
.video-container {
    /* position: absolute; */
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
}

.video-iframe-wrapper {
    height: 100%;
}

/* new add for */
#categories-list .category-item.active {
    /* background-color: #ff1f5f; */
    color: #ff1f5f;
    font-weight: bold;
    border-radius: 4px;
}

.no-templates-message {
    text-align: center;
    padding: 40px;
    font-size: 18px;
    color: #999;
}

/* new add for pagination */

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background: transparent linear-gradient(270deg, #4C5CAA 0%, #9C77B5 100%) 0% 0% no-repeat padding-box !important;
    border: none;
}

/* new i add */

#import-process-mobile-image {
    /* width: 200px; */
}

/* Add to existing CSS */
.step-icon-static {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.step-loader {
    animation: spin 1s linear infinite;
}

.step-success {
    color: #28a745;
}

.step-error {
    color: #dc3545;
}

.step-status {
    font-weight: bold;
    margin-left: 10px;
    align-self: center;
}

.status-icon {
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.status-icon .loader {
    width: 16px;
    height: 16px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    top: -10px;
    position: relative;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* new add for badge */
#import-process-cancel-btn {
    display: none !important;
}

.premium-badge {
    color: #232323;
    /* padding: 4px 8px; */
    font-size: 20px;
    border-radius: 4px;
    font-weight: 800;
    /* font-family: 'Roboto'; */
}

.flex-explore-section {
    background: #fff;
    padding: 50px 0;
    font-family: 'Inter', sans-serif;
}

.explore-heading {
    font-size: 44px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

/* Filters */
.template-filters {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    width: fit-content;
    margin: auto;
    border: 1px solid #c7c7c7;
    border-radius: 10px;
}

#categories-list, #free-categories-list {
    padding: 8px 10px;
    border-right: 1px solid #ccc !important;
    border: none;
    border-radius: 10px 0px 0px 10px;
}

.template-category {
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    color: #333;
    background: #fff;
    cursor: pointer;
}
.template-search button i::before {
    font-size: 24px;
}
.wp-core-ui select {
    font-size: 21px;
    line-height: unset;
    color: #707070;
    border-color: #8c8f94;
    box-shadow: none;
    border-radius: 3px;
    padding: 0 24px 0 8px;
    -webkit-appearance: none;
    background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat right 5px top 55%;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
}

.template-search {
    display: flex;
    align-items: center;
    /* border: 1px solid #ccc;
    border-radius: 30px;
    overflow: hidden; */
}

.template-search input {
    border: none;
    outline: none;
    padding: 10px 15px;
    font-size: 15px;
    width: 220px;
}

.template-search button {
    background: transparent linear-gradient(270deg, #4E5DAA 0%, #9B76B5 100%) 0% 0% no-repeat padding-box;
    border-radius: 8px;
    border: none;
    color: #fff;
    padding: 12px 15px;
    cursor: pointer;
    transition: 0.3s;
}

.template-search button:hover {
    background-color: #5d44d6;
}

.fles-dash-buttons {
    display: flex;
    font-size: 10px;
    gap: 10px;
}

.btn.flex-demo-btn.btn-secondary {
    width: fit-content;
    font-size: 15px !important;
    background: #000;
    color: #FFFFFF;
    padding: 10px 15px;
}

.btn.flex-demo-btn.btn-secondary:hover {
    background: transparent linear-gradient(270deg, #4C5CAA 0%, #9C77B5 100%) 0% 0% no-repeat padding-box;
}

/* new add for blog posts in slider */
.flex-support-div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.flex-support-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    color: #333;
}

.video-img {
    display: inline-block;
    max-width: 25px;
    max-height: 25px;
}

/* uninstall button in import section */
#import-process-uninstall-btn, #free-import-process-uninstall-btn {
    background-color: #000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 7px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    padding: 4px 13px !important;
}

.template-education {
    border: 1px solid #707070;
    padding: 0px 5px;
    border-radius: 15px;
}

.template-education-contents p {
    font: 500 18px / 30px Segoe UI;
    color: #707070;
}

#free-import-process-done p , #import-process-done p {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    margin: 35px 0px;
}

.view-site {
    background-color: #000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 7px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    padding: 4px 13px !important;
}

.view-site:hover {
    background: transparent linear-gradient(270deg, #4C5CAA 0%, #9C77B5 100%) 0% 0% no-repeat padding-box !important;
}

#free-import-process-done .fleximp-temp-tab-image , #import-process-done .fleximp-temp-tab-image {
    /* height: 300px; */
}

#free-import-process-done .fleximp-temp-tab-image img , #import-process-done .fleximp-temp-tab-image img {
    width: 100%;
    /* height: 100%; */
    /* object-fit: contain; */
    /* box-shadow: 0px 0px 15px 0px #00000073;
    border: 1px solid #707070; */
}

.import-done-process-box {
    border: 1px solid #707070;
    padding: 15px 20px;
    border-radius: 15px;
    padding-left: 0px;
}

button.btn.flex-template-buttons.uninstall-btn {
    color: #fff;
    background: #000;
    width: 52%;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 12px !important;
}

@media screen and (min-width: 767px) and (max-width: 1440px) {
    p.flex-price {
        font: normal normal 600 28px / 50px Segoe UI;
    }

    .subscription-title h3 {
        font: normal normal bold 20px / 30px Segoe UI;
    }
}

@media screen and (max-width: 1366px) {
    .flex-nav-tab-links a.nav-link {
        font-weight: bold;
        color: #000 !important;
        border: 0;
        align-self: center;
        font: 900 18px / 20px Segoe UI Bold;
    }

    .flex-imp-nav-box .flex-demo-buttons a {
        padding: 7px 8px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .content .list label {
        line-height: 37px;
        font-size: 17px;
    }
}

@media screen and (min-width: 700px) and (max-width: 768px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .grid-container {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .content .list label {
        line-height: 36px !important;
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .content {
        display: block !important;
    }

    .grid-container {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .flex-search.text-right {
        display: block !important;
        justify-content: flex-end;
    }

    .flex-import-logo-box {
        justify-content: center;
    }

    .flex-imp-nav-box .nav-tabs .nav-item {
        justify-content: center;
    }

    input#flex-templates-search {
        width: auto;
    }

    button.btn.flex-template-buttons, a.btn.flex-template-buttons {
        font: 600 12px / 18px Segoe UI !important;
    }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
    button.btn.flex-template-buttons, a.btn.flex-template-buttons {
        margin: 0px auto 10px auto !important;
    }

    button.btn.flex-template-buttons, a.btn.flex-template-buttons,
    .template-item .flex-temp-btn.btn {
        width: 80%;
    }
}

@media screen and (max-width: 575px) {
    .flex-dash-plugin-logo {
        border-radius: 0px;
        width: auto;
    }

    .grid-container {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .flex-dashboard-box-1 {
        margin: 20px 0px;
    }

    #categories-list, #free-categories-list {
        border-right: none !important;
    }

    .fles-dash-buttons {
        flex-direction: column;
    }

    .fles-dash-buttons a {
        width: fit-content;
        margin: 0 auto;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .flex-dashboard-box-1 {
        margin-top: 0px !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .swiper-container-2 .swiper-slide img {
        /* width: 240px; */
    }
}

@media screen and (min-width: 1200px) and (max-width: 1810px) {
    .video-slide img {
        width: 200px;
    }
}

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

/* *************07/04/02025***************** */

@media screen and (max-width: 768px) {
    a.nav-link {
        font-size: 18px;
    }

    .flex-demo-btn {
        font-size: 13px !important;
    }

    .flex-nav-tab-links a.nav-link {
        font-weight: bold;
        color: #000 !important;
        border: 0;
        align-self: center;
        font: 900 17px / 16px Segoe UI Bold;
    }

    img.logo-img {
        width: 50px;
        height: 50px;
    }

    .flex-demo-buttons {
        text-align: center;
    }
}

@media screen and (max-width: 441px) {
    a.btn.flex-demo-btn.flex-btn-space {
        margin: 10px 0px;
    }
}

@media screen and (min-width: 562px) and (max-width: 768px) {
    a.nav-link {
        padding: 5px;
    }

    .flex-nav-tab-links {
        gap: 0px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .flex-demo-buttons {
        text-align: center;
    }

    a.nav-link {
        padding: 5px;
    }

    .flex-nav-tab-links {
        gap: 0px;
    }

    .flex-demo-btn {
        font-size: 18px !important;
    }

    a.nav-link {
        font-size: 18px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1592px) {
    .flex-demo-buttons {
        text-align: center;
    }

    a.nav-link {
        padding: 5px;
    }

    .flex-nav-tab-links {
        gap: 0px;
    }

    .flex-demo-btn {
        font-size: 16px !important;
    }

    a.nav-link {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    button.fleximp-card-button span {
        width: 10px;
        height: 10px;
        display: inline-block;
        background: #a7aaad;
        border-radius: 50%;
    }

    .circles>div {
        width: 40px;
        top: -10px;
        left: -10px;
    }

    .fleximp-subscription-main-box .flex-feature-list-main {
        padding: 0 10px;
    }
}

@media (max-width: 575px) {
    .fleximp-card-all {
        width: 90% !important;
        margin: 0px auto;
        background: #0000 !important;
    }

    .fleximp-card-button {
        gap: 10px;
    }

    .fleximp-card-button {
        padding: 10px;
    }

    div#required-plugins-list {
        max-width: 100%;
        margin: 0px auto;
    }
}

@media screen and (min-width: 753px) and (max-width: 1024px) {
    .flex-menu-btn {
        gap: 0px;
    }

    .flex-gap {
        gap: 0px;
        justify-content: space-evenly;
    }
}

@media screen and (max-width: 767px) {
    .flex-nav-tab-links {
        flex-wrap: wrap !important;
        align-content: center;
    }

    .flex-gap-11 {
        display: block !important;
    }

    .fleximp-subscription-main-box .flex-feature-list-main {
        padding: 0 10px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1880px) {
    .flex-wp-social-media-icons {
        display: flex;
        gap: 10px;
    }

    .templates-imgs img {
        width: 20px !important;
    }
}

@media screen and (max-width: 700px) {
    .flex-import-modal-step {
        width: 350px !important;
    }

    .import-modal-main {
        display: block;
    }

    p#modal-template-title {
        font-size: 20px;
    }

    .flex-modal-template-mobile-title {
        font-size: 20px;
    }

    .view-btton-div {
        flex-direction: column;
    }

    .flex-model-div-main {
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .table thead {
        display: none;
        /* Hide table header */
    }

    .table tbody,
    .table tr,
    .table td {
        display: block;
        width: 100%;
    }

    .table tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
        overflow: hidden;
    }

    .table td {
        text-align: left;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid #f0f0f0;
        position: relative;
    }

    /* Label each cell using its corresponding header */
    .table td::before {
        content: attr(data-label);
        font-weight: 600;
        display: block;
        margin-bottom: 5px;
        color: #333;
    }

    /* Buttons and images alignment */
    .table td img {
        width: 40px;
        height: 40px;
        object-fit: cover;
    }

    .download-btn {
        width: 100%;
        padding: 8px 12px;
        font-size: 14px;
    }

    .plugin-checkbox {
        transform: scale(1.1);
    }
}

/* Skeleton Loader Styles */
#templates-skeleton-loader {
    position: relative;
    width: 100%;
    padding: 20px 0;
}

.skeleton-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 100%;
    margin: auto;
}

.skeleton-item {
    background: #fff;
    border: 1px solid #707070;
    padding: 15px;
    text-align: center;
    border-radius: 17px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.skeleton-image {
    width: 100%;
    height: 200px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    border-radius: 8px;
    margin-bottom: 15px;
}

.skeleton-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.skeleton-title {
    width: 80%;
    height: 20px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    border-radius: 4px;
    margin: 0 auto;
}

.skeleton-badge {
    width: 50px;
    height: 20px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    border-radius: 4px;
    margin: 0 auto;
}

.skeleton-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}

.skeleton-button {
    width: 100px;
    height: 35px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    border-radius: 4px;
}

@keyframes skeleton-loading {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

/* Responsive adjustments for skeleton loader */
@media screen and (min-width: 769px) and (max-width: 1199px) {
    .skeleton-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media screen and (min-width: 700px) and (max-width: 768px) {
    .skeleton-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .skeleton-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media screen and (max-width: 767px) {
    .skeleton-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media screen and (max-width: 575px) {
    .skeleton-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}


/* flex template tab bubndle css */

.flex-template-tab-bundle {
    width: 100%;
    display: flex;
    justify-content: center;
}

.flex-template-tab-bundle__card {
    width: 360px;
    background: #ffffff;
    border: 2px solid #e6e6e6;
    border-radius: 18px;
    padding: 24px 22px 28px;
    text-align: center;
}

/* Image */
.flex-template-tab-bundle__image {
    margin-bottom: 20px;
}

.flex-template-tab-bundle__image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Title */
.flex-template-tab-bundle__title {
    font-size: 23px;
    font-weight: bold;
    color: #111111;
    margin: 0 0 14px;
}

/* Price */
.flex-template-tab-bundle__price {
    margin-bottom: 10px;
    text-align: center;
    padding: 0px 20px;
}

.flex-template-tab-bundle__old-price {
    font-size: 23px !important;
    color: #606060 !important;
    text-decoration: line-through;
    margin-right: 8px;
    font-weight: bold;
}
.flex-template-tab-bundle__price span {
    font-size: 23px;
    color: #707070;
}

.flex-template-tab-bundle__new-price {
    font-size: 30px !important;
    font-weight: bold;
    color: #111111 !important;
}

/* Description */
.flex-template-tab-bundle__description {
    font-size: 13px;
    line-height: 1.6;
    color: #707070;
    margin: 0 0 22px;
}

/* Button */
.flex-template-tab-bundle__button {
    display: inline-block;
    color: #fff !important;
    background: transparent linear-gradient(270deg, #4E5DAA 0%, #9B76B5 100%) 0% 0% no-repeat padding-box;
    text-decoration: none;
    padding: 14px 22px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s ease, transform 0.2s ease;
}


.flex-template-tab-bundle__button:hover {
    background: #000000;
    color: #fff !important;
    transform: translateY(-2px);
    text-decoration: none;
}


.flex-template-dasboard-tab__blog-section .flex-support-div h3 {
    color: #111111;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* dashboard tab css with new flow  */

.flex-template-dasboard-tab {
    width: 100%;
}
.flex-template-dasboard-tab__card--bundle h3 {
    color: #111111;
    font-size: 28px;
}
.flex-template-dasboard-tab__card--bundle p {
    font-size: 15px;
    font-weight: normal !important;
    padding: 0px 20px;
}
.flex-template-dasboard-tab__card--bundle .fles-dash-buttons a.btn-secondary {
    font-size: 12px !important;
    color: #FFFFFF;
    font-weight: 600;
}
/* ---------- TOP GRID ---------- */
.flex-template-dasboard-tab__top-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto auto;
    gap: 24px;
    margin-bottom: 20px;
    max-width: 1520px;
    margin-top: 4rem;
}

.flex-template-dasboard-tab__card {
    border: 2px solid #e6e6e6;
    border-radius: 16px;
    padding: 20px;
    background: #ECECEC;
    height: 97%;
}


/* Large Card */
.flex-template-dasboard-tab__card--large {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    height: max-content;
    background: #ECECEC;
    border: 1px solid #707070;
    padding: 0px 30px;
}
.flex-template-dasboard-tab__card .flex-template-dasboard-tab__card-content {
    margin: 30px 0px;
}
.flex-template-dasboard-tab__card-image{
    margin-right: 40px;
    & img{
        height: 100% !important;
    }
}
.flex-template-dasboard-tab__card-content h3 {
    margin: 0 0 10px;
    color: #111111;
    font-size: 28px;
    font-weight: bold;
}

.flex-template-dasboard-tab__card-content p {
    color: #707070;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: normal !important;
}

.flex-template-dasboard-tab__btn {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 13px;
}

/* .flex-template-dasboard-tab__card-image img {
    max-width: 200px;
} */

/* Bundle Card */
.flex-template-dasboard-tab__card--bundle img {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 0px 20px;
}

.flex-template-dasboard-tab__price {
    margin: 10px 0;
}

.flex-template-dasboard-tab__price .old {
    text-decoration: line-through;
    color: #999;
    margin-right: 6px;
}

.flex-template-dasboard-tab__price .new {
    font-size: 22px;
    font-weight: 700;
}

.flex-template-dasboard-tab__actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.flex-template-dasboard-tab__actions a {
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 12px;
    text-decoration: none;
}

.flex-template-dasboard-tab__actions .primary {
    background: #7b61ff;
    color: #fff;
}

.flex-template-dasboard-tab__actions .secondary {
    background: #000;
    color: #fff;
}

/* ---------- INFO GRID ---------- */
.flex-template-dasboard-tab__info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.flex-template-dasboard-tab__info-card {
    background: #fff;
    border: 2px solid #e6e6e6;
    border-radius: 14px;
    padding: 16px;
}

/* ---------- BLOG SECTION ---------- */
.flex-template-dasboard-tab__blog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.flex-template-dasboard-tab__blog-header button {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 6px 10px;
}

.flex-template-dasboard-tab__blog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.flex-template-dasboard-tab__blog-card {
    background: #fff;
    border: 2px solid #e6e6e6;
    border-radius: 14px;
    padding: 14px;
    text-align: center;
}

.flex-template-dasboard-tab__blog-card img {
    max-width: 100%;
    margin-bottom: 10px;
}

.flex-template-dasboard-tab__blog-card h5 {
    font-size: 14px;
    margin-bottom: 10px;
}

.flex-template-dasboard-tab__blog-card a {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    text-decoration: none;
}


/* new one */

/* Left large card – row 1 */
.flex-template-dasboard-tab__card--large {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

/* Right bundle card – span both rows */
.flex-template-dasboard-tab__card--bundle {
    grid-column: 2 / 3;
    grid-row: 1 / 3; /* THIS makes it tall */
}

/* Info cards – below large card */
.flex-template-dasboard-tab__info-grid {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}



/* Respomsive media */
@media (max-width: 1900px) and (min-width: 1600px) {
    .flex-template-dasboard-tab__card-image img{
        height: 100% !important;
    width: 25rem !important;
    }
    .flex-template-dasboard-tab__card-image {
        margin-right: 0px !important;
    }
}
@media (max-width: 1600px) and (min-width: 1440px) {
    button.btn.flex-template-buttons, a.btn.flex-template-buttons {
        padding: 8px 15px !important;
        background: transparent linear-gradient(270deg, #4C5CAA 0%, #9C77B5 100%) 0% 0% no-repeat padding-box;
        border-radius: 7px;
        color: #fff;
        font: 600 13px / 18px Segoe UI !important;
        letter-spacing: 0.5px;
        width: 50%;
        line-height: 1.5 !important;
    }
    .flex-template-dasboard-tab__card-image img{
            height: 100% !important;
        width: 20rem !important;
        }
        .flex-template-dasboard-tab__card-image {
    margin-right: 0px !important;
}
.btn.flex-demo-btn.btn-secondary {
    padding: 10px 9px;
}
    
}
@media (max-width: 1440px) and (min-width: 1199px) {
    .flex-template-dasboard-tab__card--large {
    padding: 0px 20px;
    padding-right: 0px;
}
    .flex-template-dasboard-tab__card-image img{
        height: 100% !important;
    width: 15rem !important;
    }
        .flex-template-dasboard-tab__card-image {
    margin-right: 0px !important;
    }
    .fles-dash-buttons {
    flex-wrap: wrap;
    justify-content: center;
    }
.fleximp-plugin-main-box td {
    padding-right: 2rem !important;
}
.fleximp-plugin-main-box .flex-plugin-title {
    font-size: 18px !important;
}
#plugins-list .table thead th {
    font-size: 22px !important;
}
.flex-imp-nav-box .flex-demo-buttons a {
    font-size: 13px !important;
}
#plugins-list .plugin-tbl {
    padding: 20px 15px !important;
}
.flex-gap-div {
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
        .fleximp-template-main-box p.template-title {
    text-align: center;
    }
    .buttons.widgets-btn {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
    } 
}
@media (max-width: 1199px) and (min-width: 991px) {
    .flex-gap-div {
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
        .fleximp-template-main-box p.template-title {
    text-align: center;
    }
    .buttons.widgets-btn {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
    }   
.fleximp-plugin-main-box td {
    padding-right: 1rem !important;
}
.fleximp-plugin-main-box .flex-plugin-title {
    font-size: 18px !important;
}
#plugins-list .table thead th {
    font-size: 22px !important;
}
.flex-imp-nav-box .flex-demo-buttons a {
    font-size: 18px !important;
}
#plugins-list .plugin-tbl {
    padding: 20px 15px !important;
}
.flex-gap-div {
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.flex-template-dasboard-tab__top-grid {
    display: block !important;

}
.flex-template-dasboard-tab__card {
    margin: 25px 0px !important;
}
.flex-template-dasboard-tab__card {
    margin: 25px 0px !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
}
@media (max-width: 991px) and (min-width: 768px) {
    .flex-template-dasboard-tab__card {
    margin: 25px 0px !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
    .flex-template-dasboard-tab__top-grid {
    display: block !important;

}
.flex-template-dasboard-tab__card {
    margin: 25px 0px !important;
}
.cnt-flex-row{
    flex-direction: column-reverse  !important;
}
.cnt-flex-row .grid-container-column{
    max-width: 100% !important;
}
.fleximp-plugin-main-box td {
    padding-right: 1rem !important;
    text-align: center;
}
.fleximp-plugin-main-box .flex-plugin-title {
    font-size: 18px !important;
}
#plugins-list .table thead th {
    font-size: 22px !important;
}
.flex-imp-nav-box .flex-demo-buttons a {
    font-size: 16px !important;
}
#plugins-list .plugin-tbl {
    padding: 20px 15px !important;
}
/* .table thead {
    display: block;
} */
.plugin-tbl .table-striped tbody tr{
    display: flex !important;
    flex-wrap: wrap !important;
}
.flex-gap-div {
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
    .fleximp-template-main-box p.template-title {
    text-align: center;
    }
    .buttons.widgets-btn {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
    }
}
@media screen and (max-width: 767px) {
    .fleximp-template-main-box p.template-title {
    text-align: center;
    }
    .buttons.widgets-btn {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
    }
        .flex-template-dasboard-tab__card-image {
        /* margin-right: 40px; */
        width: 100% !important;
        margin: 0 auto;
    }
        .flex-template-dasboard-tab__card-image img {
        /* margin-right: 40px; */
        width: 100% !important;
    }
    .flex-template-dasboard-tab__card .flex-template-dasboard-tab__card-content {
    text-align: center;
    }
    .flex-template-dasboard-tab__card {
    margin: 25px 0px !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
    .flex-template-dasboard-tab__top-grid {
    display: block !important;

}
.flex-template-dasboard-tab__card {
    margin: 25px 0px !important;
}
    
    .cnt-flex-row{
    flex-direction: column-reverse  !important;
}
.cnt-flex-row .grid-container-column{
    max-width: 100% !important;
}
.fleximp-plugin-main-box td {
    padding-right: 0rem !important;
    text-align: center;
}
.fleximp-plugin-main-box .flex-plugin-title {
    font-size: 18px !important;
}
#plugins-list .table thead th {
    font-size: 22px !important;
}
.flex-imp-nav-box .flex-demo-buttons a {
    font-size: 16px !important;
}
#plugins-list .plugin-tbl {
    padding: 20px 15px !important;
}
/* .table thead {
    display: block;
} */
.plugin-tbl .table-striped tbody tr{
    display: flex !important;
    flex-wrap: wrap !important;
}
.flex-gap-div {
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
}


.plugin-post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after ,.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    display: none;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -90px !important;
    right: auto;
}