@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif&display=swap');
.ts_pricing_page body{
    overflow-x:hidden !important;
}
.ts_pricing_page .popover__title {
    font-size: 16px;
    text-decoration: none;
    color: rgb(228, 68, 68);
    /*text-align: center;*/
    text-align: start;
}

.ts_pricing_page .monthly_bill  del {
    color: #222222;
    font-weight: 600;
}

.ts_pricing_page p{
    line-height: 1rem;
    font-size: 0.9rem;
}

.ts_pricing_page .module_cell{
    cursor: pointer;
}

.ts_pricing_page.mobileview #table .module_cell{
    cursor: pointer;
    margin-top: 10px;
}

.ts_pricing_page.mobileview #table .features_details.cell{
    margin-top: 10px;
}

.ts_pricing_page.mobileview #table .features_details.cell.standard{
    margin-bottom: 35px;
}

.ts_pricing_page .pricing_table h3.text-lg{
    font-size: 1.6rem;
}

.ts_pricing_page .popover__wrapper {
    position: relative;
    margin-top: 1.5rem;
    text-align: start;
}
.ts_pricing_page .popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 35px;
        bottom: -74px;
    transform: translate(0, 10px);
    background-color: #bfbfbf;
    padding: 1.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: auto;
}
.ts_pricing_page .popover__content:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: calc(50% - 10px);
    top: -8px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #bfbfbf transparent;
    transition-duration: 0.3s;
    transition-property: transform;
}
.ts_pricing_page .popover__title:hover+.popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.ts_pricing_page .popover__title:hover+.popover__content:hover {
    visibility: visible;
}
.ts_pricing_page .popover__content:hover {
    visibility: visible;
}
/*.ts_pricing_page .popover__wrapper:hover .popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}*/
.ts_pricing_page .popover__message {
    text-align: center;
}
.ts_pricing_page .switch_main_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ts_pricing_page .switch_top_div {
    width: 100%;
    max-width: 990px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}

.ts_pricing_page .switch_middle_div {
    margin: 1rem 0;
}

.ts_pricing_page .switch {
    /*width: 30%;*/
    /*height: 3rem;*/
    padding: 0.5rem 3rem;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgba(255, 193, 114, 0.2);
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.ts_pricing_page .wrapper {
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 50px auto;
}

.ts_pricing_page #switch {
    position: absolute;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.ts_pricing_page .switch_label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-top: 6px;
    width: 58px;
    height: 28px;
    background: #fff;
    border: 2px solid rgb(250, 149, 77);
    border-radius: 20px;
    transition: 0.2s;
}

.ts_pricing_page .switch_label:hover {
    background: #efefef;
}

.ts_pricing_page .onf_btn {
    position: absolute;
    top: 2px;
    left: 3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: none;
    transition: 0.2s;
    border: 2px solid black;
}

/* checking style */
.ts_pricing_page #switch:checked+.switch_label {
    background:#1D1D1D;
}

.ts_pricing_page #switch:checked+.switch_label:hover {
    background:#1D1D1D;
}

/* move */
.ts_pricing_page #switch:checked+.switch_label .onf_btn {
    left: 34px;
    background:#F39620;
    box-shadow: 1px 2px 3px #00000020;
    border: none;
}

.ts_pricing_page #table {
    display: table;
    width: 100%;
    background: #fff;
    margin: 0;
    box-sizing: border-box;
}

.ts_pricing_page #table div {
    padding: 0.4rem;
    margin: 0 1rem;
}

.ts_pricing_page .primary {
    background: #252525;
    color: #FF8E3E;
    width: 170px;
}

.ts_pricing_page .row {
    display: table-row;
}

.ts_pricing_page .cell {
    display: table-cell;
    padding: 1rem;
    border:2px solid #e5e5e5;
    border-radius:10px;
    text-align: center;
    align-items: center;
    vertical-align: middle;
}

.ts_pricing_page input[type="radio"],
.ts_pricing_page input[type="checkbox"] {
    display: none;
}

.ts_pricing_page .features_title {
    background: #262626;
    color: #FF9E58;
}

.ts_pricing_page .features_title b, sup, sub, u, del{
    color: rgb(243, 150, 32);
}

.ts_pricing_page .standard,
.ts_pricing_page .basic,
.ts_pricing_page .premium,
.ts_pricing_page .enterprise {
    /*color: #F39620;*/
    color: var(--mainmild-color);
    background: #252525;
}

.ts_pricing_page .features_details {
    background-color: #FFDDB2;
    border: 2px solid #e5e5e5;
    border-radius:10px;
    cursor: pointer;
}

.ts_pricing_page .features_details.selected{
    background-color: black;

    /*border-radius: 9px;*/
}

.ts_pricing_page .features_details.accounts.selected i{
    color: var(--mainmild-color);
}

.ts_pricing_page .features_details.selected i.in_icon{
    color: #ffffff;
    /*display: inline-block;*/
    display: none;
}

.ts_pricing_page .features_details i.in_icon{
    display: none;
}

.ts_pricing_page .features_details.selected i{
    color: black;
    /*color: var(--maindark-color);*/
    /*color: green;*/
}
.ts_pricing_page .features_details.selected p{
    color: #ffffff;
}

/*.ts_pricing_page .features_details.selected:not(.accounts){
    background-color: black;
}

.ts_pricing_page .features_details.selected:not(.accounts) p{
    color: #ffffff;
}*/

.ts_pricing_page .features_details a {
    text-decoration: none;
}

.ts_pricing_page .features_details .true {
    font-size: 1.5rem;
    color: var(--mainmild-color);
}

.ts_pricing_page .features_details .cross {
    font-size: 1.5rem;
    color: darkred;
}

.ts_pricing_page .contact_us {
    font-size: 16px;
    background-color: black;
    color: #F39620;
    padding: 10px 10px !important;
    border-color: transparent;
    border-radius: 10px;
    box-shadow: 0px 3.67925px 3.67925px rgba(0, 0, 0, 0.25);
    font-family: 'Roboto', sans-serif;
    line-height: 1;
}

.ts_pricing_page .buy_basic_button,
.ts_pricing_page .buy_standard_button {
    position: relative;
    padding: 1rem 2rem;
    background-color: #000;
    color: #F39620;
    border-radius: 10px;
}

.ts_pricing_page .buy_basic_button {
    top: -24px;
    left: -44%;
    box-shadow: 5px 4px 4px rgba(0, 0, 0, 0.25);
}

.ts_pricing_page .buy_standard_button {
    top: -24px;
    left: 8%;
    box-shadow: 5px 4px 4px rgba(0, 0, 0, 0.25);
}

.ts_pricing_page #table div.features_details {
    transition: all 0.8s;

    padding: 0.5rem;
    /*display: inline-flex;*/
}

.ts_pricing_page .features_details {
    background: #FFAE73;
    border-bottom: 2px solid #e5e5e5;
    cursor: pointer;
    color:#000000;
}

.ts_pricing_page .features_details .module_box {
   /* display: inline-flex;*/
}

.ts_pricing_page #table .module_box {
    margin: 0;
    padding: 0;
}

.ts_pricing_page .features_details .module_box i{
    margin: auto;
}

.ts_pricing_page .features_details.selected{
    background: #FF9E58;
    box-shadow:rgb(9 9 9) 0px 1px 2px 0px, rgb(186 189 191) 0px 1px 3px 1px;
}
.ts_pricing_page .features_details p{
    color: #000000;
    font-weight: 500;
}
        .ts_pricing_page .features_details.selected p{
            color: #ffffff;
            font-weight: 500;
        }
.ts_pricing_page .start_free_trial {
    margin: 1rem 0;
    padding: 1rem 3rem;
    color: #000;
    background-color: #F39620;
    border-radius: 10px;
    border:1px solid  #F39620;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.25);
}

.ts_pricing_page .select {
    position: relative;
    width: 250px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.ts_pricing_page .features_title {
    background: #262626;
    color:#FF9E58;
}

.ts_pricing_page .select .selectBtn {
    background: var(--bg1);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
}

.ts_pricing_page .select .selectBtn:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 15px;
    width: 6px;
    height: 6px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transition: 0.2s ease;
}

.ts_pricing_page .select .selectBtn.toggle {
    border-radius: 3px 3px 0 0;
}

.ts_pricing_page .select .selectBtn.toggle:after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
}

.ts_pricing_page .select .selectDropdown {
    position: absolute;
    top: 100%;
    width: 100%;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    background: var(--bg1);
    border-top: 1px solid #eee;
    z-index: 1;
    background: #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    visibility: hidden;
    transition: 0.2s ease;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.ts_pricing_page .select .selectDropdown .option {
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.ts_pricing_page .select .selectDropdown .option:hover {
    background: #f8f8f8;
}

.ts_pricing_page .select .selectDropdown.toggle {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.ts_pricing_page .dropdown_options{
    margin:1rem;
}

.ts_pricing_page .toggle-text-content  span {
    display: none;
}

.ts_pricing_page .toggle-text-link {
    display: block;
}
@media only screen and (min-width:1200px) {
    .ts_pricing_page p {

        line-height: 1rem !important;
        font-size: 0.9rem !important;

        /*line-height: 1.2rem !important;*/
    }
}
@media only screen and (min-width:768px) and (max-width:1199px) {
    .ts_pricing_page p {

        line-height: 1rem !important;
        font-size: 0.9rem !important;

        /*line-height: 1.2rem !important;*/
    }
}
@media only screen and (min-width:300px) and (max-width:767px) {
    .enterprise{
        display:none;
    }
    .ts_pricing_page p {
        line-height: 20px !important;
        font-size: 16px !important;
    }
    .ts_pricing_page .popover__content {
        left:-26px;
        right: -10rem;
        padding:1rem !important;
    }
    .ts_pricing_page .features_details .true,
    .ts_pricing_page .features_details .cross{
        padding:5px 0;
    }
    .ts_pricing_page #switch {
        width: 0px;
    }

    .ts_pricing_page .switch {
       /* width: 80%;*/
    }

    .ts_pricing_page .switch_top_div {
        flex-direction: column;
    }
    .ts_pricing_page #table {
        display: block;
    }

    .ts_pricing_page #table div {
        padding: 0;
    }

    .ts_pricing_page .row {
        position: relative;
        display: block;
    }

    .ts_pricing_page .header-row {
        display: none;
    }

    .ts_pricing_page .cell {
        display: block;
        border: none;
        position: relative;
        /*height: 75px;*/
        line-height:23px;
        text-align: left;
        width: 20rem;
        padding: 1rem !important;
    }

    .ts_pricing_page .primary:after {
        content: "";
        /*display: block;*/
        display: none;
        position: absolute;
        right: 20px;
        top: 18px;
        z-index: 2;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #ccc;
    }

    .ts_pricing_page .contact_us {
        padding: 5px 1rem;
        margin: 10px 0;
    }
    .ts_pricing_page .buy_basic_button {
        top: -3px;
        left: -8%;
    }

    .ts_pricing_page .buy_standard_button {
        top: -3px;
        left: 8%;
    }

    .ts_pricing_page:not(.mobileview) .cell:nth-of-type(n+2) {
        display: none;
    }
    .ts_pricing_page input[type="radio"],
    .ts_pricing_page input[type="checkbox"] {
        display: block;
        position: absolute;
        z-index: 1;
        width: 99%;
        height: 100%;
        opacity: 0;
        height:1rem;
    }

    .ts_pricing_page input[type="radio"]:checked,
    .ts_pricing_page input[type="checkbox"]:checked {
        z-index: -1;
    }

    .ts_pricing_page input[type="radio"]:checked~.cell,
    .ts_pricing_page input[type="checkbox"]:checked~.cell {
        display: block;
        border-bottom: 1px solid #eee;
    }

    .ts_pricing_page input[type="radio"]:checked~.cell:nth-of-type(n+2),
    .ts_pricing_page input[type="checkbox"]:checked~.cell:nth-of-type(n+2) {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: auto;
    }

    .ts_pricing_page input[type="radio"]:checked~.cell:nth-of-type(n+2):before,
    .ts_pricing_page input[type="checkbox"]:checked~.cell:nth-of-type(n+2):before {
        content:'';
        display: inline-block;
        width: 100px;
        border-radius: 10px;
        height: auto;
        margin-right: 10px;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #F39620;
        padding: 5px;
    }

    .ts_pricing_page input[type="radio"]:checked~.primary,
    input[type="checkbox"]:checked~.primary {
        border-bottom: 2px solid #999;
    }

    input[type="radio"]:checked~.primary:after,
    .ts_pricing_page input[type="checkbox"]:checked~.primary:after {
        position: absolute;
        right: 18px;
        top: 22px;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 10px solid #ccc;
        z-index: 2;
    }

    .ts_pricing_page .get_customized {
        display: none;
    }
}

@media only screen and (min-width:768px)and (max-width:2000px) {
    .ts_pricing_page #switch {
        width: 0px;
    }
    /*.ts_pricing_page .switch {
        width:3%;
    }
    .ts_pricing_page .ts_pricing_page .switch {
        width: 60%;
    }*/
    .ts_pricing_page .features_details {
        width: 21rem !important;
    }
}
.ts_pricing_page [data-collapse-target] {
    display: block;
    cursor: pointer;
    color:darkblue;
}
.ts_pricing_page [data-collapse-target]::before {
    content: attr(data-collapse-open-text);
}
.ts_pricing_page [data-collapse-target].active::before {
    content: attr(data-collapse-close-text);
}
.ts_pricing_page .collapse {
    display: none;
}
.ts_pricing_page .collapse.active {
    display: block;
}
@media only screen and (min-width: 300px) and (max-width:767px){
    .ts_pricing_page .contact_us {
        display:block !important;
    }
    .ts_pricing_page .contact_us {
        position:fixed !important;
        bottom:2% !important;
        z-index:1000 !important;
        left:40% !important;
    }
}
@media only screen and (min-width:768px) and (max-width: 3000px) {
    .ts_pricing_page .contact_us {
        /*display:none;*/
    }
}