﻿
.input-checkbox {
    width: 20px;
    height: 20px;
}

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

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

.specialColor {
    background: linear-gradient(94.39deg, #5EF5F8 6.03%, #3EB7ED 53.91%, #2ADDA1 96.11%);
    color: white;
}

@media (max-width: 767px) {

    .modal-head .btn-powered {
        top: 42px;
    }


    .modal-head .title {
        margin: 10px auto;
    }
}

.taskline {
    border-radius: 20px;
    width: 100%;
    line-height: 30px;
    padding: 15px 20px;
    font-size: 15px;
    border: solid 2px #3EB7ED;
    font-weight: bold;
    margin-bottom: 25px;
    display: flex;
    width: 100%;
    justify-content: center;
}

    .taskline.done {
        background: linear-gradient(94.39deg, #5EF5F8 6.03%, #3EB7ED 53.91%, #2ADDA1 96.11%);
        color: white;
        border: solid 0px #3EB7ED;
    }

.modal-head {
    display: flex;
    position: relative;
}

    .modal-head .title {
        margin-left: 34px;
        margin-top: 18px;
    }

    .modal-head .btn-powered {
        position: absolute;
        right: 20px;
    }

    .modal-head .btn-close {
        position: absolute;
        right: 18px;
        top: 18px;
        font-size: 28px;
        color: #B0ADAD;
        cursor: pointer;
    }

.modal-dialog {
    max-width: 60%;
}

.modal-content {
    border-radius: 20px;
    display: inherit;
    max-width: 1180px;
    margin: auto;
    background-image: linear-gradient(to top right, #FFFFFF 50%, #F0FCF9);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.ISNOTVISIBLE {
    display: none;
}

body {
    background-image: linear-gradient(to top right, #FFFFFF 75%, #F0FCF9);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.section-signup {
    background-image: linear-gradient(to top right, #FFFFFF 75%, #F0FCF9);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.section-signup {
    height: 100%;
    padding-top: 30px;
    width: 100%;
    display: table;
    padding-right: 0;
}

.section {
    background: linear-gradient(180deg, #E0F5FF 0%, rgba(255, 255, 255, 0) 87.74%), #FFFFFF;
    height: calc(100% - 100px);
    padding: 0;
    overflow: hidden;
    width: 100%;
    display: none;
    margin-bottom: 100px;
}

    .section .diagonal-line {
        position: absolute;
        width: 2000px;
        height: 0px;
        border-top: 1px solid #CDEEFF;
        transform: translateX(70px) rotate(38.7deg);
        transform-origin: 0% 0%;
    }

    .section .circle-empty {
        border: 1px solid #CDEEFF;
        border-radius: 50%;
        position: absolute;
    }

    .section .circle-empty-left {
        width: 780px;
        height: 782px;
        left: -41px;
        top: 333px;
    }

    .section .circle-empty-right {
        width: 421px;
        height: 421px;
        left: 1170px;
        top: 693px;
    }

    .section .circle {
        position: absolute;
        border-radius: 50%;
        background: #CDEEFF;
        opacity: 0.2;
    }

    .section .circle-top {
        width: 231px;
        height: 231px;
        left: 897px;
        top: -92px;
    }

    .section .circle-left {
        width: 109px;
        height: 109px;
        left: 166px;
        top: 341px;
    }

    .section .circle-right {
        width: 62px;
        height: 62px;
        left: 1328px;
        top: 582px;
    }


.img-logo img {
    width: 250px;
    height: auto;
}

.title {
    color: #27272E;
    margin-top: 75px;
}

.description {
    margin-top: 24px;
}

p {
    color: #9AA5B1;
}

.img-right img {
    height: 703px;
    width: auto;
    position: absolute;
    right: 0;
}

.form {
    width: fit-content;
    /*max-width: 460px;*/
    margin: auto;
    height: 100%;
}

.section-2 .form {
    max-width: 600px;
    width: 100%;
}

.form-steps {
    padding-top: 88px;
}

.lg-form {
    max-width: fit-content;
}

.btn-actions-bottom {
    height: 100px;
    bottom: 0;
    width: 100%;
    background: #FFFFFF;
    border-top: 2px solid #F5F7FA;
    position: fixed;
    z-index: 9999999999999;
}

    .btn-actions-bottom .ant-btn {
        margin: 24px 40px;
    }

.ant-btn-sm {
    width: 240px;
}

.ant-btn {
    border-radius: 10px;
}

    .ant-btn[disabled] {
        color: #FFFFFF;
    }

.btn-submit {
    color: #FFFFFF;
}

.google-img {
    padding-right: 15px;
}

span.input-text {
    font-size: 20px;
    width: 500px;
}

.input-store-name {
    border: none;
    width: 500px;
}

.input-suffix {
    position: static;
    color: #9AA5B1;
    flex: none;
    order: 2;
    flex-grow: 0;
    margin: 0px -2px;
}

.example-container {
    max-width: 450px;
    margin: auto;
    text-align: left;
    font-family: 'inter-regular';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

.example-title {
    line-height: 16px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #7B8794;
    margin-bottom: 2px;
}

.type-container {
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #3E4C59;
    margin-top: 30px;
    height: 24px;
    display: flex;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.type-icon {
    position: absolute;
    right: 0;
}

.slickyflexbox {
    /*max-width: 1024px;*/
}

.plugin_wrapper {
    min-height: 202px;
    background: #FFFFFF;
    border: 1.5px solid #FFFFFF;
    border-radius: 8px;
    position: relative;
    margin: 24px 0 0 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    cursor: pointer;
    flex: 1 1 30%;
    margin: 10px;
    padding: 15px;
}

.limit-width {
    max-width: 321.24px;
}

.plugin_header {
    margin: 18px 15px 16px 10px;
}

.plugin_title {
    font-weight: bold;
    font-size: 16px;
    text-align: start;
    color: #000000;
}

.plugin_icon {
    width: 50px;
    height: 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-right: 10px;
}

    .plugin_icon img {
        width: 28px;
        height: 28px;
    }

.plugin_subtitle {
    text-align: start;
    letter-spacing: -0.5px;
    color: #7E8B9E;
    font-weight: 500;
}

.plugin_description {
    letter-spacing: -0.5px;
}

    .plugin_description p {
        text-align: start;
        line-height: 26px;
        font-size: 16px;
        color: #536174 !important;
    }

.plugin-checkbox {
    display: none;
}

.plugin_Logo {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 12px;
    top: 11px;
}

.plugin_Developer {
    font-weight: 700;
    font-size: 10px;
    position: absolute;
    right: 12px;
    bottom: 81px;
}


.plugin_Logo img {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 3px;
}


.plugin_BuilIn {
    display: flex;
    align-items: center;
    padding: 10px;
    position: absolute;
    width: 52px;
    height: 24px;
    left: 10px;
    top: 10px;
    background: #0077FF;
    border-radius: 26px;
    font-size: 10px;
    letter-spacing: -0.5px;
    color: #FFFFFF;
}

/*Theme style*/

.section-3 {
    height: inherit;
    padding: 0;
}

.font-vododara {
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 500;
}

.theme-logo {
    height: 114px;
}

    .theme-logo img {
        margin: 40px;
    }

.theme-header {
    height: 100px;
    background: #FAFAFA;
    position: relative;
}

.btn-blank-page {
    position: absolute;
    top: 10px;
    right: 10px;
}

    .btn-blank-page button {
        width: 226px;
        height: 50px;
    }

.theme-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -1px;
    padding: 26px 40px;
}

.filter-container {
    border: 1px solid #F5F7FA;
    margin: 24px 0 10px 20px;
    display: block;
}

.only-mobile {
    display: none;
}

.theme-filter {
    border-bottom: 1px solid #F5F7FA;
    padding: 24px 16px;
}

.filter-checkbox {
    width: 20px;
    height: 20px;
}

.filter-label {
    font-size: 16px;
    line-height: 20px;
    color: #3E4C59;
}

.filter-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.5px;
    font-feature-settings: 'ss03' on;
    color: #9AA5B1;
    padding-bottom: 26px;
}

.themes {
    margin-left: 0;
    margin-right: 10px;
}

.theme-sort {
    width: 100%;
    height: 100px;
}

.theme-container:hover {
    border: 2px solid #0077FF;
    border-radius: 10px;
}

.theme-description {
    font-size: clamp(14px,1.0526315789vw,16px);
    opacity: .85;
}

.theme-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#themes-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

.theme-prompt {
    display: flex;
    flex-wrap: nowrap;
    gap: 1em;
}

.DesignTypeFilter {
    font-size: 16px;
    font-weight: 500;
    background: white;
    padding: 5px 10px;
    cursor: pointer;
    width: 120px;
    text-align: center;
    border-radius: 5px;
}


.theme-name {
    font-weight: 600;
}

.theme-container {
    border: 1px solid #E4E7EB;
    text-align: center;
    margin-bottom: 12px;
    min-height: 215px;
    max-height: 618px;
    font-size: clamp(14px,1.0526315789vw,16px);
    padding-bottom: 2.5em;
    box-shadow: 0 1px 2px #00000026, 0 2px 8px #0000000d;
    background-color: #f0f8ff;
    cursor: pointer;
    user-select: none;
    line-height: 1.4;
    padding: 1.25em;
    position: relative;
    transition: transform .4s cubic-bezier(.075,.82,.165,1) 0ms, box-shadow .4s cubic-bezier(.075,.82,.165,1) 0ms, opacity .4s cubic-bezier(.075,.82,.165,1) 0ms, border .4s cubic-bezier(.075,.82,.165,1) 0ms;
    border-radius: 1em;
    box-shadow: 0 1px 2px #0000001a,0 2px 8px #0000000d;
    line-height: 1.4;
    padding: 1.25em;
    position: relative;
    min-width: 350px;
    max-width: 350px;
}

    .theme-container:hover {
        transform: scale(1.033);
        box-shadow: 0 12px 15px -4px rgba(0, 0, 0, .125), 0 24px 38px 0 rgba(0, 0, 0, .045), 0 9px 50px 0 #00000008;
    }

.media-grid {
    display: flex;
    flex-direction: column;
    gap: 2em;
}


.theme-container.selected {
    border: 3px solid #0077FF;
    border-radius: 10px;
}




.theme-name {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #3E4C59;
}

.theme-price {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #0077FF;
    padding: 8px 0 20px;
}

.theme-img {
    position: relative;
    text-align: center;
}

.theme-btn {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateY(-50%) translateX(50%);
    display: none;
    font-size: 16px;
}

    .theme-btn .btn-white {
        color: #0077FF;
    }

@media (max-width: 1024px) {
    .img-right img {
        height: 589px;
    }

    .filter-checkbox {
        width: 14px;
        height: 14px;
    }

    .filter-label {
        font-size: 12px;
    }

    .filter-title {
        font-size: 14px;
    }

    .filter-container {
        margin: 24px 10px 0;
    }

    .theme-title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .filter-container.only-desktop {
        display: none;
    }

    .only-mobile {
        display: block;
        margin: 20px 62px 0 30px;
    }

    .btn-actions .ant-btn {
        margin: 24px;
    }

    .filter-icon {
        margin: 12px;
        width: fit-content;
        border: 1px solid #E4E7EB;
        padding: 8px;
        float: right;
    }

        .filter-icon i {
            font-size: 20px;
        }

    .filter-option {
        margin: 5px 10px;
    }

    .dropdown-menu {
        width: 100%;
    }


    .theme-prompt {
        font-weight: 400;
        letter-spacing: -.0125em;
        line-height: 1.15;
        font-size: clamp(21px,1.8421052632vw,28px);
    }

    .theme-container {
        margin: 12px;
    }

    .btn-blank-page {
        display: none;
    }

    .theme-title {
        font-size: 32px;
        text-align: center;
    }

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

    .filter-label {
        font-size: 16px;
    }

    .filter-title {
        font-size: 20px;
    }

    .form, .section-3 .form {
        max-width: 90vw;
    }

    .choiceBox {
        min-width: 360px !important;
    }

    .slickyflexbox {
        justify-content: center !important;
    }

    .img-logo {
        padding-bottom: 70px;
    }

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

    .title {
        margin: 0;
    }

    body {
        background-image: none;
        background-color: #FFFFFF;
    }

    .box-body {
        padding-bottom: 80px;
    }

    .input-store-name {
        width: fit-content !important;
    }

    .btn-actions-bottom > div:first-child {
        height: 100%;
        display: flex;
        justify-content: end;
        max-width: 100vw;
        margin-right: 53px;
        flex-flow: column;
        padding-top: 27px;
    }

    .mobile-mb-170 {
        margin-bottom: 170px;
        padding: 15px;
    }

    .input-website-type.input-text.form-control {
        margin: 0;
    }

    .pull-center {
        width: 100vw;
        display: flex;
        justify-content: center;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        margin-bottom: 10px !important;
    }

    .btn-actions-bottom {
        height: fit-content;
    }

        .btn-actions-bottom .ant-btn {
            margin: 6px 40px;
        }

    .btn-chat {
        z-index: 10;
    }

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

    .loadMoreButton {
        margin-bottom: 50px;
    }

    .btn-payment {
        display: flex;
        position: unset !important;
        flex-flow: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 87px !important;
        padding: 0;
    }

    #paymentContent {
        padding: 30px 10px;
    }

    .div-pay p {
        width: none !important;
        left: 40px !important;
    }

    #skipButton {
        top: 25px;
        left: 195px;
        transform: translate(-50%, 50%);
        width: 100%;
        text-align: center;
    }

    .NOTfreemium {
        position: unset !important;
    }
}

@media (max-width: 485px) {
    .plugins-box {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

.learnMore {
    color: #7B8794 !important;
    text-decoration: underline;
}

.pull-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: -0.5px;
    color: #000000;
}

.btn-chat {
    width: 57px;
    height: 57px;
    background: #3EB7ED;
    border-radius: 57px;
    cursor: pointer;
    right: 40px;
    bottom: 120px;
    position: fixed;
}

.chatBox {
    position: absolute;
    font-size: 30px;
    left: 50%;
    top: 50%;
    color: white;
    transform: translate(-50%,-50%);
}

.chatBoxImage {
    position: absolute;
    width: 30px;
    height: 30px;
    left: -5px;
    bottom: -15px;
    background-size: cover;
    border: 4px solid #03CF3A;
    border-radius: 50%;
}

.setupBox {
    min-width: 300px;
    background: white;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 20px;
    gap: 20px;
}

    .setupBox.fonts {
        min-width: 400px;
        padding-top: 36px;
        justify-content: start;
        gap: 0;
    }

.choiceBox {
    height: 238px;
    min-width: 400px;
    background: white;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 20px;
    gap: 20px;
    cursor: pointer;
}

    .choiceBox.selected {
        border: 3px solid #0077FF;
    }

    .choiceBox:hover {
        background: rgba(0,0,0,0.1);
    }

.fakeHeader {
    padding: 10px;
    font-size: 14px;
    gap: 5px;
    display: flex;
    border: 1px solid #ccc;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    background: white;
}

.palette, .paletteS {
    border: none;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.467);
    line-height: 1;
    font-size: 16px;
    width: 66px;
    height: 46px;
    border-radius: 1px;
    margin-right: -6px;
    margin-bottom: -12px;
    box-shadow: rgb(0 0 0 / 5%) 1px 1px 0px, rgb(0 0 0 / 2%) 0px 3px 16px;
}

.paletteS {
    width: 80px;
    height: 56px;
}

.allColors, .allFonts {
    overflow-x: hidden;
    overflow-y: auto;
    height: 500px;
    width: 400px;
    padding: 20px;
}

.allFonts {
    width: 360px;
    padding: 0;
}

.font-box {
    width: 160px;
    height: 125px;
    border-radius: 10px;
    border: 1px solid #D4D4D4;
    display: flex;
    flex-direction: column;
    align-content: center;
    font-size: 25px;
    justify-content: space-around;
    cursor: pointer;
}

.recommended-button {
    position: absolute;
    background: linear-gradient(90deg, #45C4F0 0%, #37E3B6 100%);
    color: white;
    border-radius: 35px;
    font-size: 12px;
    top: 20px;
    padding: 5px 35px;
    left: 50%;
    transform: translateX(-50%);
}

.f-panel.f-panel-default {
    padding: 4px;
    border: none;
    margin-bottom: 0;
}

.panel-group {
    width: 96%;
}

.panel-heading {
    width: 100%;
    background: none !important;
    border: solid thin #eee;
    text-align: start;
    text-decoration: none;
    border-radius: 7px;
    border-bottom: solid thin #eee !important;
}

.panel-title {
    display: flex;
    align-items: center;
}

    .panel-title i {
        font-size: 0.85em;
        color: #595959;
    }

    .panel-title img {
        margin-right: 5px;
        height: 20px;
        margin-bottom: -2px;
    }

.panel-body {
    background: none;
    border: none;
    border-top: none !important;
    padding-top: 4px !important;
}

.title-content {
    flex-grow: 1;
    font-size: 0.88em;
}

.font-box-selected {
    border-color: #67C0FF;
    border-width: 2px;
}

.pluginDetailsModal {
    margin-top: 10vh;
}

    .pluginDetailsModal .plugin_wrapper {
        min-height: 500px !important;
    }

    .pluginDetailsModal .plan-details {
        padding: 15px 30px;
        border-radius: 11px;
        flex: 1 1 50%;
        display: flex;
        flex-direction: column;
    }

.plan-details.gray {
    background-color: #F8FAFC;
}

.plan-details.green {
    background: linear-gradient(to bottom, #D6F0FC 8%, #CAF7EB 75%);
}

.plan-basic {
    display: flex;
    background-color: #F8FAFC;
    margin-top: 15px;
    height: 60px;
    padding: 0 30px;
    align-items: center;
    border-radius: 11px;
}

.included {
    border: solid 3px #6897b9;
}

.selected {
    border: solid 3px #0095ff;
}

.plan-details-button {
    border-radius: 36px;
    padding: 0px 33px;
    height: 33px;
    width: fit-content;
    margin: auto;
}

    .plan-details-button.black {
        background-color: #000000 !important;
        outline: none;
        border: #000000;
    }

        .plan-details-button.black:hover {
            background: #4f4f4f !important;
            border-color: #000000 !important;
            color: #fff;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        }

    .plan-details-button.transparent {
        background-color: transparent !important;
        border: solid 1px #000;
        border-color: #000 !important;
        color: #000;
    }

        .plan-details-button.transparent:hover {
            background: #e9e9e9 !important;
            border-color: #000000 !important;
            color: #000;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        }

.badge {
    position: absolute;
    right: 16px;
    top: 10px;
    background-color: #0095ff;
}

.included .badge {
    background-color: #6897b9;
}

.price-unit {
    font-size: 15px;
    font-weight: 700;
    margin-left: 5px;
    margin-top: -2px;
    color: #333;
}

.catplugin_wrapper {
    width: 200px;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin: 24px 0 24px 24px;
    position: relative;
    cursor: pointer;
    position: relative;
}


.plugin_cat_title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-weight: bold;
    font-size: 14px;
    color: black;
    width: 100%;
    padding-left: 24px;
}

.plugin_description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #7B8794;
}

.plugin_price {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #7B8794;
    position: absolute;
    left: 24px;
    bottom: 0px;
}

.plugin_purchased {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #c96c8a;
    position: absolute;
    right: 24px;
    bottom: 0px;
}

.subplugin_price {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #7B8794;
}



.planBlock {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 20px;
    flex-direction: column;
    background-color: white;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

    .planBlock:hover {
        background: rgba(0,0,0,0.1);
    }

.planName {
    font-size: 20px;
    font-weight: bold;
}


.planBlock:nth-of-type(1) .plan-price,
.planBlock:nth-of-type(3) .plan-price {
    color: black !important;
}

.planBlock:nth-of-type(1) .planName,
.planBlock:nth-of-type(3) .planName {
    color: rgba(123, 135, 148, 1) !important;
}

.plan-description {
    color: rgba(123, 135, 148, 1);
    font-weight: 400;
    font-size: 15px;
    text-align: left;
}


.features {
    min-height: 300px;
}

.FreeText {
    min-height: 30px;
}

.planDescription {
    padding-top: 20px;
    min-height: 80px;
}

.buttonOfPlan {
    padding-top: 20px;
    padding-bottom: 20px;
}

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

.plan-price {
    font-size: 40px;
}

.selectedPlan .select-plan {
    margin: 50px 0 !important;
    padding: 20px;
    max-width: unset;
}

.select-plan {
    margin-bottom: 50px !important;
    margin-top: 50px !important;
}

.input-text {
    max-width: unset !important;
}
#selectPlan {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 30px 0 30px;
    position: relative;
}

    #selectPlan .owl-item {
        display: flex;
        justify-content: center;
        align-items: stretch;
    }

.planBlock.item {
    width: 400px;
    max-width: 100%;
}

#selectPlan .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* allow clicks only on buttons */
}

    #selectPlan .owl-nav button {
        background: transparent;
        border: none;
        font-size: 20px;
        pointer-events: auto;
    }

    #selectPlan .owl-nav .owl-prev {
        margin-left: -55px;
    }

    #selectPlan .owl-nav .owl-next {
        margin-right: 15px;
    }


.nav-prev-btn, .nav-next-btn {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: bold;
    font-size: 14px;
    width: 47px;
    height: 167px;
    background: #FFFFFF;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    border: none;
    cursor: pointer;
}

.owl-carousel .owl-item img {
    display: block;
    width: 25px !important;
}
