html, body {
    background-color: #000 !important;
}
 html[data-whitebg="body"], 
  html[data-whitebg="body"] body {
    background-color: #FFF !important;
}


.highlighted-table > tbody > tr:not(:last-child) > td:not(:last-child) {
    width: 16%;
}

.highlighted-table.service-packages td:not(:last-child) {
    width: 19% !important;
}

.highlighted-table.service-packages td {
    position: relative;
    padding-bottom: 80px;
}

.highlighted-table.service-packages > tbody > tr:not(:last-child) > td {
    position: relative;
    padding-bottom: 30px;
    padding-left: 15px !important;
}

.highlighted-table.service-packages > tbody > tr:not(:first-child) > td {
    font-size: calc(7px + 0.9vmin);
    border-radius: 0;
    border-right: 1px solid #eeeeee;
}


.highlighted-table.service-packages td:nth-child(3) {
    background-color: #e3e3e3 !important;
    color: #444 !important;
}


.package-price,
.popular-tag {
    color: #fa415c;
    border: 1px solid #fa415c;
    border-radius: 12px;
    font-weight: bold;
    padding: 3px 6px;
    cursor: pointer;
    font-family: 'Poppins-Bold';
}

.package-price:hover {
    color: #777;
    border: 1px solid #777;
}

.price-container {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 80%;
}

.package-duration {
    font-size: 95%;
    display: block;
    right: 5px;
    position: absolute;
    white-space: nowrap;
    /* line-height: 200%; */
}

.mobile-packages {
    padding: 0px !important;
}

.mobile-packages > div > div:last-child {
    padding: 20px;
}

.price-plan-header {
    padding: 20px;
    font-weight: bold;
    border: 1px solid #777;
    position: relative;
    background-color: #FAFAFA;
}

td.popular {
    background-color: #e3e3e3;
    color: #444 !important;
}



.popular-tag {
    font-size: 70%;
}

.mobile-table {
    margin-top: 0px;
    width: 100%;
}

.mobile-table td {
    position: relative;
    padding: 15px 35px !important;
}

.mobile-table .price-container {
    top: unset;
}

.mobile-table .price-container > * {
    font-size: 78%;
}

.mobile-table tr:nth-child(even) > td {
    padding: 20px 35px !important;
}

.mobile-table tr:nth-child(odd) > td {
    padding-bottom: 5rem !important;
    position: relative;
}

.slide-options > span {
    font-size: 90%;
}

.mobile-table tr:nth-child(6) td,
.mobile-table tr:nth-child(7) td {
    background-color: #e3e3e3 !important;
    color: black;
}


.mobile-table ul {
    padding-left: 15px;
}

.mobile-table .pricing-button {
    width: calc(100% - 100px);
}


.pricing-toggle-container {
    display: flex;
    align-items: center;
    justify-content: center;
}


.pricing-button {
    font-family: 'Poppins-Regular', Arial, sans-serif !important;
    padding: 8px 16px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    position: absolute;
    bottom: 20px;
    width: 60%;
    color: #fff;
    background-color: #fa415c;
    border: 2px solid #fa415c;
}

.pricing-button:not(.custom):hover {
    background-color: #fa455c;
    border: 2px solid #fa405c;
}

.pricing-button.custom {
    background-color: #fff;
    color: #fa415c;
}

.pricing-button.contact {
    font-weight: bold;
}

.pricing-button.custom:hover {
    color: #777;
    border: 2px solid #777;

}


#packagename {
    text-transform: capitalize;
}


@media only screen and (max-width:850px) {

    .highlighted-table.service-packages {
        margin-bottom: 0px;
    }

}


@media only screen and (min-width:850px) {
    .price-container {
        font-size: 60%;
        top: 10px;
    }


    .service-packages ul {
        margin: 0;
        padding: 0 0 0 15px;
    }

    .highlighted-table.service-packages > tbody > tr:not(:last-child) > td {
        position: relative;
        padding-bottom: 20px;
        padding-top: 40px;
    }

    .cashout-table tr:first-child td,
    .cashout-table tr td:first-child {
        white-space: nowrap;
    }

    .cashout-table tr td:nth-child(2),
    .cashout-table tr td:nth-child(3) {
        width: 10% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #__shadowbox iframe {
        min-width: 600px !important;
        max-width: 640px !important;
        min-height: 600px !important;
        max-height: 640px !important;
        padding: 20px 35px !important;
    }
}