
.pricing-table table td,
.pricing-table table th {
    border: 0 !important;
    border-right: 1px solid #47566A !important;
    border-left: 1px solid #47566A !important;
}
.light_theme .pricing-table table td,
.light_theme .pricing-table table th {
    border-color: #e1e7f0 !important;
}


.pricing-table {
    /* border: 1px solid red; */
    /* green #08c26c */
    /* green2 #0AB062 */
    /* darker blue #1a202c */
    /* dark blue #1b2430 */
    /* lighter blue #1b2532 */
    /* lighter2 blue #1c2734 */
    /* light blue #263447 */
    /* background: #1a202c; */
    /* font-family: "Inter", Sans-serif; */
    align-items: center;
    color: #fff;
    margin: 0 auto;
    font-size: 1.12em;
    display: flex;
    flex-direction: column;
    padding-top: 90px;
    /* gap: 0.75rem; */
}

.pricing-table h2 {
    font-size: 2.5rem;
    font-weight: 700;
}

.light_theme .pricing-table p {
    color: #ffffff;
}

.pricing-table .main-desc {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 8px;
}
.light_theme .pricing-table .main-desc {
    color: #1b232f;
}

.pricing-table h4 {
    font-weight: 600;
}

.pricing-table p {
}

/* media query below 600px */
.pricing-table .sticky-menu {
    /* gap: 2rem; */
    /* position: sticky; */
    position: static;
    display: flex;
    flex-direction: column;
    top: 0;
    width: 100%;
    z-index: 20;
    padding: 15px 0;

}

.pricing-table .sticky-menu > a.btn {
    font-size: 1.066664em;
    margin: 0 !important;
}

.pricing-table .table td.details {
    line-height: 1.1;
    border-right: 1px solid #47566A !important;
    border-left: 1px solid #47566A !important;
}
.light_theme .pricing-table .table td.details {
    border-color: #e1e7f0 !important;
}

.pricing-table .filters {
    width: 100%;
    flex-wrap: nowrap;
    margin-bottom: 1rem;
}

.pricing-table .filters li {
    width: 33.33%;
}

/* if it's last column, do not add border to the cell */
.pricing-table .table td.details:last-child {
    border-right: 0 !important;
}

.pricing-table .table-scroll {
    overflow-x: auto;
    width: 100%;
    border: 1px solid #47566A;
    border-radius: 20px;
}
.light_theme .pricing-table .table-scroll {
    border-color: #e1e7f0 !important;
}

.w-\[50vw\] {
    width: 49vw
}

.pricing-table .left-0 {
    left: 0;
}

.pricing-table .stick {
    position: sticky;
}

.pricing-table .p-0 {
    padding: 0 !important;
}

.pricing-table .p-2 {
    padding: .5rem !important;
}

.pricing-table .py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}


.pricing-table .gap-3 {
    gap: .75rem !important;
}

.pricing-table .sticky-menu.gap-3 {
    gap: 0 !important;
}

.pricing-table .gap-4 {
    gap: 1rem;
}

.pricing-table .pb-4 {
    padding-bottom: 1rem;
}

.pricing-table .px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.pricing-table .mt-2 {
    margin-top: .5rem;
}

.pricing-table .w-\[150\%\] {
    width: 100%;
}

.pricing-table .w-\[200\%\] {
    width: 200%;
}

.pricing-table .cursor-pointer {
    cursor: pointer;
}

.pricing-table .arrow-buttons-wrp {
    width: 49vw;
    position: absolute;
    right: 0;
    top: 66px;

}

.pricing-table .arrow-buttons-sticky {
    display: flex;
    justify-content: space-around;
    position: sticky;
    align-items: center;
}

.pricing-table .arrow-buttons-sticky i {
    /* margin-top: 30px; */
}

.pricing-table .arrow-buttons-sticky > div {
    color: #ffff;
    font-size: 20.9664px;
}
.light_theme .pricing-table .arrow-buttons-sticky > div,
.light_theme .pricing-table .table td.details p,
.light_theme .pricing-table .table td.details p span,
.light_theme tr.pricing-table-row td.title > div,
.light_theme .pricing-table .table td small,
.light_theme .pricing-table .table td.details p strong {
    color: #1b232f;
}

.pricing-table .arrow-buttons {
    /* padding: 10px; */
    /* border: 1px solid; */
    /* position: absolute; */
    /* top: 37px; */
    /* right: 0px; */
    /* border-radius: 1.6em; */
    /* height: 30px; */
    /* width: 30px; */
    font-size: 0.9em;
    color: #fff !important;
    /* padding-left: 10px; */
    /* padding-top: 6px; */
}

.arrow-buttons.fa-chevron-left {
    padding-left: 9px;

}

.pricing-table .logo-table {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pricing-table .logo-table img {
    height: 64px;
    width: auto;
    max-width: 100%;
}
.light_theme .pricing-table .logo-table img {
    filter: brightness(0);
}

.pricing-table .logo-table p {
    margin: 0;
    padding: 0;
    font-size: 0.96em;
    font-weight: 700;
    text-transform: none;
}
.light_theme .pricing-table .logo-table p {
    color: #1B232F;
}

.pricing-table .row-border {
    border-bottom: 1px solid #263447;
}

.pricing-table table tbody tr:first-child {
    border-top: 1px solid #263447;
}

.pricing-table table tbody tr:last-child {
    border-bottom: 1px solid #263447;
}


.pricing-table .intro {
    margin-top: 50px;
    width: 100%;
    background-color: #1b2532;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pricing-table .intro p {
    /* font-size: 0.8em !important; */
    margin-bottom: 2rem
}

.pricing-table .intro h2 {
    /* font-size: 1.3em !important; */
    margin-top: 0
}


.pricing-table h4 {
    margin: 0;
}

.pricing-table ul {
    /* border: 1px solid red; */
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.pricing-table ul li button {
    border: 1px solid;
    padding: 0.3rem 1rem;
    width: 100%;
}

.pricing-table img.logo {
    max-width: 150px;
}


.pricing-table .btn {
    background-color: transparent;
    min-width: 33%;
    cursor: pointer;
    font-weight: 700;
    border-radius: 6px;
    color: #fff;
    position:relative;
    border-width: 2px;
    border-color: #00AF66;
    padding: 0.6rem .5rem;
    transition: color 0.2s ease-in-out, background-color 0.2s linear, border-color 0.2s ease-in-out;
}
body.light_theme .pricing-table .btn {
    color: #212529;
}
.pricing-table .btn div.hidden {
    position: absolute;
    background: rgba(255,255,255,1);
    color: #0AB062;
    top: -12px;
    left: 4px;
    font-size: 0.7em;
    border: 2px solid #0AB062;
    width: auto;
    height: 20px;
    display: flex;
    text-transform: uppercase;
    opacity: 1;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    padding: 0 7px;
}



.pricing-table .btn.success {
    background-color: #08c26b;
    box-shadow: 0px 4px 10px rgba(8, 194, 107,.25);
}

.pricing-table .btn.success.pricing-table-submit.w-full {
    width: 50%;
    margin: auto;
}

.pricing-table .btn.w-full.outlined, .pricing-table .btn.w-full.outlined:hover, .pricing-table .btn.w-full.outlined:focus {
    width: 50%;
    margin: auto;
    padding: 0;
    border: 0;
    color: #0AB062;
    font-weight: 700;
    line-height:1;
    margin: 15px auto;
    background: transparent;
}

.pricing-table .btn.selected {
    background-color: #0AB062;
    color: #fff;
    border-color: transparent;
}


.pricing-table .btn:hover {
    background-color: #08c26b;
    box-shadow: none;
}

.pricing-table .btn.success:hover {
    /* background-color: #08c26b; */
    color: #FFF;
}



.pricing-table .table td .link {
    cursor: pointer;
    color: inherit
}

.pricing-table .table-wrp {
    /* background-color: #1b2532; */
    width: 100%;
    margin-bottom: 1.875rem;
}

.pricing-table .table {
    margin-bottom: 0;
}

.table-scroll .table tbody {
    border: none;
}

.pricing-table .table th.title {
    z-index: 10;
    height: 80px;
    !i;!;
}

.pricing-table .table th {
    /* width: 33% !important; */
    text-transform: uppercase;
    vertical-align: middle;
}

.table-wrp2 .table-wrp table thead tr th.w-\[50vw\].lg\:w-\[33\%\] {
    padding: 8px 15px !important;
    background: #1B232F !important;
}
.light_theme .table-wrp2 .table-wrp table thead tr th.w-\[50vw\].lg\:w-\[33\%\] {
    background: #e1e7f0 !important;
}

.pricing-table .available-title {
    font-size: 1.325em;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
    padding: 0;
    text-align: center;
    width: 100%;
    position: relative;
    margin-top: 15px;
}

.pricing-table  .available-title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #263447;
    z-index: -1;
}

.available-title span {
    background: #1b2532;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.light_theme .available-title span {
    color: #1b2532;
    background: #ffffff;
}

.pricing-table .platforms {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}

.pricing-table .platforms .platform-type {
    margin-bottom: 12px;
}

.pricing-table .platforms .platform-type h5 {
    font-weight: 600;
    text-transform: uppercase;
}
body.light_theme .pricing-table .platforms .platform-type h5 {
    color: #ffffff;
}

.pricing-table .platforms .platform-type,
.pricing-table .platforms .platform-list {
    background: #344051;
    min-height: 50px;
    border-radius: 5px;
    padding: 5px;;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.pricing-table .platforms .platform-list {
    display: flex;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;    
    flex-wrap: nowrap;
    padding: 10px;
    height: 70px;
    margin-bottom: 24px;
}
.pricing-table .platforms .platform-list li {
    height: 100%;
    flex: 0 0 calc(20% - 16px);
    min-width: 0; /* Prevent flex items from growing beyond the container */
    position: relative;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.pricing-table .platforms .platform-list li:not(:first-child)::before {
    content: '';
    height: 100%;
    width: 2px;
    background: rgba(217, 217, 217, .2);
    position: absolute;
    left: -10px;
    top: 0;
}

.pricing-table .platforms .platform-list img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

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

.pricing-table .table td.details p {
    color: #fff;
    font-weight: 400;
    font-size: 1.125em;
    line-height: 1.183;
    font-weight: 700;
}

.pricing-table .table td.details p span {
    color: #fff;
    font-weight: 400;
}

.pricing-table .table td.details p strong {
    font-weight: 700;
    color: #fff;
}


.pricing-table .table tr {
    cursor: pointer;
}

.pricing-table .table tr td {
    /* background-color: rgba(255, 255, 255, 0.03) !important; */
    /* background-color: #1d2937 !important; */
    /* background-color: #1b2430 !important; */
}

.pricing-table .table tr td.col-0,
.pricing-table .table tr td.col-2 {
    /* background-color: rgba(255, 255, 255, 0.03) !important; */
    /* background-color: #1d2937 !important; */
    background-color: #1c2734 !important;

}

.pricing-table .table tr td {
    border-bottom: 1px solid #263447;
    padding: 5px 10px;
    vertical-align: middle;
    /* height: 70px; */
}

tr.pricing-table-row td.title > div {
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    display: flex;
    gap: 0.55rem;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    align-items: center;
    /* border-left: 1px solid #263447 !important; */
    font-weight: 600;
}

.pricing-table .table tr.open td {
    border-bottom: 1px solid #263244;
}


.pricing-table .table td.description {
    padding: 0;
    position: sticky;
    left: 0;
    background-color: #1b2430;
}
.light_theme .pricing-table .table td.description {
    background-color: #e1e7f0;
}

.pricing-table .table tr td.description p {
    overflow: hidden;
    height: auto;
    transition: max-height 0.3s ease-in-out, margin 0.3s ease-in-out;
    max-height: 0px;
    margin: 0 25px;
    /* max-width: 100vw; */
}
.light_theme .pricing-table .table tr td.description p {
    color: #1b232f;
}

.pricing-table .table tbody tr {
    border-left: 1px solid #263447 !important;
    border-right: 1px solid #263447 !important;
}
.light_theme .pricing-table .table tbody tr {
    border-color: #e1e7f0 !important;
}

.pricing-table .table tbody tr.odd td {
    background: #344051 !important;
}
.light_theme .pricing-table .table tbody tr.odd td {
    background: #f3f3f3 !important;
}

.table-wrp2 .table-wrp table thead tr th.w-\[50vw\].lg\:w-\[33\%\]:nth-child(2) {
    border-left: 1px solid #47566A !important;
    border-right: 1px solid #47566A !important;
}
.light_theme .table-wrp2 .table-wrp table thead tr th.w-\[50vw\].lg\:w-\[33\%\]:nth-child(2) {
    border-color: #e1e7f0 !important;
}



.pricing-table .table tbody tr.even td {
    background: #263140 !important;
}
.light_theme .pricing-table .table tbody tr.even td {
    background: #ffffff !important;
}

.pricing-table .table tbody tr.pricing-table-row:not(.hidden):not(.mobile) td{
    height: 70px;
    width: 25%!i;!;
}

.pricing-table .table tr.open td.description p {
    max-height: 150px;
    margin: 25px 25px;
    transition: max-height 0.3s ease-in-out, margin 0.3s ease-in-out;

}

.pricing-table .table td p {
    margin: 0;
    padding: 0;
    /* font-size: 0.8em; */
}




.pricing-table .table .row td.title {
    height: 48px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px;
    vertical-align: middle;
    /* border-left: 1px solid #263447 !important; */
}


.pricing-table .table .row td.title>div {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    gap: 0.55rem;
    vertical-align: middle;
    align-items: center;
    /* border-left: 1px solid #263447 !important; */
}


.pricing-table .table .row td.col:last-child {
    border-right: 1px solid #263447 !important;
}


.pricing-table .table td small {
    font-size: 1.125em;
    font-weight: 400;
    color: #7F91A9;
}

.pricing-table .table tr.text-white td small {
    color: #fff !important;
    font-size: 1.0em !important;
    font-weight: 400;
}

.pricing-table table td i {
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    opacity: 0.5;
    /* font-size: 0.7em; */
}
.light_theme .pricing-table table td i {
    color: #1b232f !important;
}

.pricing-table table tr:hover i {
    opacity: 1;
}


.table-wrp2 {
    display: flex;
    gap: 0;
}

.table-wrp2>.btn {
    text-align: center;
}

.table-wrp2 > .btn.success, .table-wrp2 > .btn.outlined {
    font-size: 1.066664em;
}

body.light_theme .table-wrp2 > p {
    color: #000000 !important;
}

.table-wrp2 > p {
    line-height: 1.5;
    font-weight: 400;
    font-size: 14.336px;
    color: #B7C9E3 !important;
    font-weight: 400;
    margin: 0 0 60px;
}

.table-wrp2 > p small {
    font-size: 11.4688px;
}

.elementor[data-elementor-type="header"] {
    position: relative;
    z-index: 10
}

.elementor[data-elementor-type="wp-page"] {
    position: relative;
    z-index: 1
}

.pricing-table i {
    opacity: 1;
    transition: opacity 0.3s ease-out, display 0.3s ease-out 0.3s;
}

.pricing-table .hidden {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-out, display 0.3s ease-out 0.3s;

}

.arrow-buttons.hidden {
    display: block;
    visibility: hidden;
}


.pricing-table .flex {
    display: flex;
}

.pricing-table .flex-col {
    flex-direction: column;
    gap: 0.5rem;
}

.pricing-table td a {
    color: #fff;
    text-decoration: underline;
}
.light_theme .pricing-table td a {
    color: #1b232f;
}

.pricing-table td a:hover {
    color: #aaa;
}


.items-center {
    align-items: center;
    text-align: center;
}
.pricing-table .pt-3 {
    padding-top: 0.75rem !important;
}

.strikethrough{
    text-decoration: line-through;
    color: #aaa;
}

.ping {
    background: #fff;
    border-radius: 50%;
    border: 50px solid #222;
    width: 20px;
    height: 20px;
    animation: load 1.5s ease-out infinite;
}

td.new {
    position:relative
}

td.details > div {
    min-height:44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
td.new>div {
    border:2px solid #0AB062;
    /* position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px; */
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:0.25rem;
    min-height: 44px;
}
td.new>div:before {
    content: "NEW";
    position: absolute;
    background: rgba(255,255,255,1);
    color: #0AB062;
    top: 0px;
    left: 12px;
    font-size: 0.7em;
    border: 2px solid #0AB062;
    width: auto;
    height: 20px;
    display: flex;
    text-transform: uppercase;
    opacity: 1;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    padding: 0 7px;
}

span.new {
    position: absolute;
    background: rgba(255,255,255,1);
    color: #0AB062;
    left: 12px;
    font-size: 0.7em;
    border: 2px solid #0AB062;
    width: auto;
    height: 20px;
    display: flex;
    text-transform: uppercase;
    opacity: 1;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    padding: 0 7px;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pricing-table .info-box {
    background: #344051;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    gap: 20px;
    height: 100%
}
.light_theme .pricing-table .info-box {
    background: #f3f3f3;
}

.pricing-table .info-box .infor-box-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #00AF66;
    aspect-ratio: 1;
    border-radius: 8px;
}

.pricing-table .info-box .infor-box-img img {
    max-height: 100%;
    max-width: 100%;
}

.pricing-table .info-box .infor-box-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.pricing-table .info-box .infor-box-content .info-box-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: white;
}
.light_theme .pricing-table .info-box .infor-box-content .info-box-title {
    color: #1b232f;
}

@keyframes load {
    0% {
        background: #fff;
        border: 0px solid #fff;
   }
    50% {
        background: #fff;
        border: 100px solid #222;
   }
    100% {
        background: #fff;
        border: 0px solid #222;
   }
}

@media (max-width: 1199px) {
    .pricing-table .info-box {
        gap: 15px;
        height: calc(100% - 12px);
        margin-bottom: 12px;
    }
    .pricing-table .info-box .infor-box-img {
        flex: 0 0 28%;
        max-width: 100px;
    }
    .pricing-table .info-box .infor-box-content .info-box-title {
        font-size: 16px;
        line-height: 1.3;
    }
}

@media (min-width: 1025px) {
    .pricing-table .table tr:hover td {
        /* background-color: rgba(255, 255, 255, 0.03) !important; */
        /* background-color: #1d2937 !important; */
        background-color: #26344787 !important;
    }
    .light_theme .pricing-table .table tr:hover td {
        background-color: #e9e9e9 !important;
    }

    .lg\:min-w-\[200px\] {
        min-width: 200px !important;
    }

    .py-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .lg\:table-row {
        display: table-row !important;
        opacity: 1 !important;

    }


    .lg\:hidden {
        display: none !important;
    }

    .lg\:pt-2 {
        padding-top: 0.5rem !important;
    }

    .lg\:pt-3 {
        padding-top: 0.75rem !important;
    }

    .arrow-buttons {
        visibility: hidden;
    }

    .lg\:w-full {
        width: 100% !important;
    }

    .lg\:w-\[25\%\] {
        width: 25%;
    }

    .lg\:w-\[33\%\] {
        width: 33%;
    }

    .lg\:w-\[50\%\] {
        width: 50%;
    }

    .lg\:p-2 {
        padding: 0.5rem !important;
    }
}

.table-borders {
display:none;
}
@media (max-width: 1024px) {
    .pricing-table .filters{
        gap: 8px;
    }
    .pricing-table .btn.success.pricing-table-submit.w-full {
        width: 100% !important;
    }
    .pricing-table .filters li {
    }
    .pricing-table .filters li .btn {
        width: auto;
        font-size: 12px;
        min-height: 50px;
        line-height: 1;
    }
    #pricing-table-root {
        padding: 10px;
        margin-right: calc(var(--wp--style--root--padding-right) * -1) !important;
        margin-left: calc(var(--wp--style--root--padding-left) * -1) !important;
    }
    .pricing-table .platforms .platform-list li {
        display: block;
        overflow: hidden;
        line-height: 50px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .pricing-table .table .pricing-table-row td.title>div {
        white-space: wrap !important;
    }
    .pricing-table .table tr.mobile td.empty {
        padding:0 !important;
    }
    .pricing-table .table tr.mobile td.description p {
        /* width: calc( 100vw - 70px ); */
        margin-right: calc( -49vw + 70px )
    }

    .pricing-table .table tr.mobile {
        border-bottom: 1px solid #263447 !important;
        /* border-left: 1px solid #263447 !important; */
    }

    .pricing-table .table tr  {
        border-right:0 !important;
    }
    .pricing-table .table .pricing-table-row td.col:last-child {
        border-right:0 !important;
    }
    
    .pricing-table .table tr.mobile td {
        background: #1c2734 !important;
    }
    .pricing-table .table tr.open td.left-0 {
        background: #1c2734 !important;
    }

    .table-borders{
        display:block;
        border-left: 1px solid #263447;
        border-right: 1px solid #263447;
        position: absolute;
        left: 1px;
        right: 1px;
        top: 62px;
        bottom: 0;
        height: 100%;
        z-index: -1;
    }
    
    .pricing-table .table .pricing-table-row {
        border-left:0 !important;
        border-right:0 !important;
    }
    .pricing-table .table .row td.col-visible {
        /* border-right: 1px solid #263447 !important; */
    }
    
    .pricing-table .table tr td {
        padding: 10px;
    }

    .pricing-table .table tr td.col-1 {
        /* background-color: rgba(255, 255, 255, 0.03) !important; */
        /* background-color: #1d2937 !important; */
        background-color: #1c2734 !important;
    }
    .pricing-table .table{
        border-left: 0;

    }


    .pricing-table .filters .btn {
        min-width: 100%;
        padding: 0.3rem 0.2rem;
    }

    .pricing-table .table-wrp2 {
        /* padding: 0 1vw; */
    }
    
    .table-wrp2 .table-wrp table thead tr th.w-\[50vw\].lg\:w-\[33\%\], .table-wrp2 .table-wrp table tbody tr td {
        width: 33.33%;
        line-height: 1.5;
        position: static !important;
    }

    .pricing-table .table tr td {
        z-index: 1 !important;
    }

    .pricing-table .table tr td {
        background-color: #1b2532 !important;
        /* background-color: rgba(255, 255, 255, 0.03) !important; */
    }

    .pricing-table .sticky-menu {
        top: 0px !important;
        /* padding-top: 15px; */
    }


    .pricing-table .table .pricing-table-row td.title {
        /* border-right: 0px solid rgba(255, 255, 255, 0.00) !important; */
        white-space: normal;
        line-height: 1.2;
    }

    .pricing-table .table td.details {
        /* border-right: 0 !important; */
        /* border-left: 0 !important; */
    }
    
    .pricing-table .logo-table p {
        line-height: 1.5;
    }
}

@media (max-width: 800px) {
    .sticky-menu {
        flex-direction: column;
        top: 0;
    }

    .pricing-table .table td.details {
        font-size: 0.8em;
    }
    .pricing-table .table .row{
        border-left:0 !important;
        border-right:0 !important;
    }
    .pricing-table .table td.details p {
        font-size: 16px;
    }
    .pricing-table .table .pricing-table-row td.title>div {
        white-space: nowrap !important;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .pricing-table .w-\[150\%\] {
        width: 150%;
    }
}

@media (max-width: 575px) {
    .pricing-table .platforms .platform-list li {
        display: flex;
        font-size: 12.34px;
        line-height: 1;
        overflow: visible;
    }
    .pricing-table .table td small {
        font-size: 16px;
    }
}