﻿#tblPriceList {
    width: 100%;
    /* border: 1px solid #dededf;*/
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    /*  border: 1px solid black;*/
    text-align: center;
    margin: 20px 0;
}

#tblPriceList, th, td {
    vertical-align: middle;
}

.bordered {
    border: 1px solid #0000002b;
    border-collapse: collapse;
}

#tblPriceList thead th {
    padding: 3px;
    position: sticky;
    top: 0;
    z-index: 1;
    width: 25vw;
    background: white;
}

#tblPriceList td {
    padding: 10px
}

    #tblPriceList td:nth-child(1) {
        text-align: left;
        width: 40%
    }

    #tblPriceList td:nth-child(2) {
        text-align: center;
    }

    #tblPriceList td:nth-child(3) {
        text-align: center;
    }

    #tblPriceList td:nth-child(4) {
        text-align: center;
        background-color: #ffb8001c;
    }

    #tblPriceList td:nth-child(5) {
        text-align: center;
    }


.PlanName {
    font-size: 22px;
    font-weight: 600;
}

.PlanPrice {
    text-decoration: line-through;
    font-size: 14px;
}

.PlanNetPrice {
    font-size: 24px;
    font-weight: 600;
}

.btnContainer {
    padding: 10px;
}

.btnGetAppointment {
    width: 100%;
    background-color: var(--orange);
    font-weight: 600;
    padding: 5px;
    color: white;
    border-radius: 20px;
    cursor: pointer;
}
