﻿



/* TABLE STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
    border-collapse: collapse;
}
.table-wrapper {
    background: #fff;
}

table {
    position: relative;
    text-align: center;
    width: 100%;
}
table tbody{
    border: 1px solid #E8E8E8;
}
    

    table tr {
        display: flex;
    }

    table th,
    table td {
        width: 17%;
        min-width: 100px;
    }
.tablesupport tr th,
.tablesupport tr td {
    width: 22%;
    min-width: 100px;
}

        table th:nth-child(1) {
            display: flex;
            flex-direction: column;
            justify-content: center;
            font-size: 1.5rem;
            line-height: 1.3;
            padding: 0 10px;
            width:32%;
        }
        table td:nth-child(1) {
            width: 32%;
            padding-inline-start:25px
        }
.tablesupport th:nth-child(1),
.tablesupport td:nth-child(1) {
    width: 34%;
}
            table th:nth-child(1) .svg-wrapper {
                margin-top: 10px;
            }

table.plansdetails th {
    position: relative;
    padding-bottom: 62px;
}       

        table th .heading {
            padding: 1rem;
            font-size: 1rem;
            color: var(--bs-light-text);
        }


table th .info {
    position: absolute;
    padding: 0 0 0.5rem 0;
    border-left: 1px solid var(--lightgray);
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0) !important;
    width: 150px;
}

        table th .popular {
            position: absolute;
            top: 10px;
            right: 0;
            font-size: 11px;
            background: var(--popular);
            padding: 4px 8px;
            border-radius: 2px;
        }

        table th .amount {
            font-size: 1rem;
        }

            table th .amount span {
                transform: translateY(-8px);
                color: var(--bs-light-text);
            }

        

        table th .billing-msg,
        table th .amount span {
            font-weight: normal;
            font-size: 0.8rem;
        }

        table th button {
            display: inline-block;
            border-radius: 20px;
            padding: 8px 20px;
            margin-top: 10px;
            transition: all 0.2s;
        }

.starter path,
.essential path,
.professional path,
.newHeading path{
    fill: green;
}
.not-included path{
    fill:gray;
}

table th button:hover {
    color: var(--white);
}
table td {
    color: var(--bs-light-text);
}
table tr {
    border-bottom: 1px solid #E8E8E8;
}
table tr:last-child {
    border-bottom: none;
}
table td,
table th {
    padding: 10px;
}

        table td:not(:first-child),
        table th:not(:first-child) {
            border-inline-start: 1px solid #E8E8E8;
        }

        table td:first-child {
            font-size: 0.875rem;
            text-align: start;
            color:#565656;

        }

.Plansdetails-top {
    display: flex;
    background: #F4F7FA;
    border-bottom: 1px solid #E8E8E8;
}

    .Plansdetails-top .Plansdetails-top-heading {
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 1.5rem;
        line-height: 1.3;
        padding: 0 10px;
        width: 32%;
        padding: 0 12px;
        position: relative;
        min-width: 100px;
        background: #FFF;
        border-radius: 20px 0 0 0;
        text-align: start;
        font-size: 1.5rem;
        line-height: 1.3;
        font-weight: bold;
    }

    .Plansdetails-top .Plansdetails-top-pricing {
        border-inline-start: 1px solid #E8E8E8;
        position: relative;
        padding-bottom: 62px;
        padding: 10px;
        width: 17%;
        min-width: 100px;
        background: #fff;
        text-align: center;
    }

        .Plansdetails-top .Plansdetails-top-pricing .heading {
            padding: 1rem;
            font-size: 1rem;
            color: var(--bs-light-text);
            font-weight: bold;
            padding-bottom: 0;
        }

        .Plansdetails-top .Plansdetails-top-pricing:last-child {
            border-radius: 0 20px 0 0;
        }

.sticky-bg {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.035) 0px 2px 2px;
} 

/* BODY CLASSES & MQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.sticky-table thead tr,
.sticky2-table thead tr {
    z-index: 1;
}

@media screen and (min-width: 780px) {
    section:nth-child(1),
    section:nth-child(3) {
        padding: 0;
    }

    section:nth-child(1) {
        height: 70vh;
    }

    section:nth-child(3) {
        height: 100vh;
    }

    table th:nth-child(1) {
        padding: 0 12px;
    }

    table td {
        padding: 10px;
    }

    .sticky-table table thead {
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
    }

    .sticky-table table thead {
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
    }

    .sticky2-table table thead {
        position: absolute;
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    .details-mob {
        overflow: auto;
    }

    .plansdetails-heading {
        padding-bottom: 20px !important;
        padding-top: 20px !important;
    }

    .grey-container {
        padding: 5px;
    }
    
        table th .heading,
        table th .amount {
            font-size: 0.875rem;
            padding:0;
        }
   /* table th .amount span{
        display:block;
    }*/
    table.plansdetails {
        width: 646px;
    }
}
    /* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    .page-footer {
        font-size: 0.85rem;
        padding: 10px;
        text-align: right;
        color: var(--black);
    }

        .page-footer span {
            color: #e31b23;
        }
