﻿






.table-container tr th:first-child, .table-container tr td:first-child {
    border-left: 1px solid #f4b624;
}

.table-container tr th {
    border-top: solid 1px #f4b624;
}

.table-container tr th, .table-container tr td {
    border-right: 1.5px solid #f4b624;
    border-bottom: 1.5px solid #f4b624;
}

.tablepro .title-ben {
    padding-left: 0;
}

.table-container tr:first-child th:first-child {
    border-top-left-radius: 4px;
}


.table-container tr:first-child th:last-child {
    border-top-right-radius: 4px;
}


.table-container tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}


.table-container tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

.table-container {
    overflow-x: auto;
}

    .table-container tr:nth-child(odd) {
        background-color: #FDF0D3; /* Màu nền cho các hàng chẵn */
    }

        .table-container tr:nth-child(odd) td:first-child {
            background-color: #FDF0D3;
        }

    .table-container tr:nth-child(even) td:first-child {
        background-color: #fff;
        min-width: 130px;
    }

    .table-container table {
        width: 100%;
        word-wrap: break-word;
        border-collapse: separate;
        border: 2.5px solid #f4b624;
        box-sizing: border-box;
        border-spacing: 0;
        border-radius: 8px;
        display: block;
    }

    .table-container th,
    .table-container td {
        padding: 6px 8px;
        /*  border: 1px solid #F4B624;*/
        min-width: 90px;
        height: 40px;
    }

        .table-container td div {
            text-align: center;
        }

            .table-container td div.cell-wrapper {
                text-align: left;
            }

.boxtable {
    overflow-x: auto;
}

.pay-footer.fvideo.m-f {
    margin-bottom: 16px;
}



.bemobile .title-ben {
    padding: 0 16px;
}

.bemobile .text-cell {
    font-weight: normal;
    height: 125px;
}

.vatop {
    vertical-align: top;
    background: #fff;
}

.firt-color {
    background: #fff;
}

.sidebar-notpro .Benefits {
    border-top: 0;
    padding-top: 0;
}


.Benefits {
    display: block;
    padding-top: 16px;
    border-top: 1px solid #eee;
}

.box-Benefits {
    padding-bottom: 16px;
}

.tablepro .box-Benefits {
    max-width: 680px;
    margin: 0 auto;
}

.title-ben {
    display: block;
    margin-bottom: 4px;
    color: #009b41;
    font-size: 18px;
    font-weight: bold;
}

.Benefits .table {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    border: 2px solid #F4B624;
    border-radius: 8px;
}

.itemf {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
}

.wprice {
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.tprice b {
    display: block;
}*/

.table-cell.tab-firt {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkicon {
    background: url(/Themes/Default/images/correct.png) no-repeat center;
    background-size: 23px;
    width: 24px;
    height: 24px;
}

.tab-center {
    text-align: center;
    font-weight: bold;
}

.table-cell {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;
    padding: 8px;
    overflow: hidden;
    list-style-type: none;
    outline: 1px solid #F4B624;
    text-align: center;
    position: relative;
    margin-top: 1px;
    margin-left: 1px;
}

    .table-cell.item-cell.pricetab {
        display: block;
    }

.tprice {
    display: block;
    margin-bottom: 4px;
}

.rleft {
    border-radius: 5px 0 0 0;
}

.rright {
    border-radius: 0 5px 0 0;
}

.bleft {
    border-radius: 0 0 0 5px;
}

.bright {
    border-radius: 0 0 5px 0;
}

.view-color {
    background: #FDF0D3;
}

.table-cell.item-cell {
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-cell.wfir {
    width: 25%;
}
/* .table-cell:first-child {
        outline: 1px solid #fff;
        background: transparent;
    }*/
/*@media only screen and (max-width: 768px) {
    .table-cell:first-child {
        display: none;
    }
}*/

/*.table-cell:nth-child(3) {
    outline: 1px solid #30305b;
}*/

/*.table-cell:nth-child(-n+3) {
    padding-top: 8px;
    padding-bottom: 8px;
}*/

.table-cell > h3 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 3rem;
}

.table-cell.cell-feature {
    text-align: left;
    min-height: 67px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.tablepro .pay-footer {
    margin: 0 auto;
}

.text-cell {
    display: block;
    min-height: 75px;
    margin-bottom: 6px;
    font-weight: normal;
}

.tablepro .text-cell {
    min-height: 60px;
}

.bemobile .btn-tab {
    margin: 0 auto 8px auto;
}

.btn-tab {
    padding: 4px 8px;
    background:#d92600;
    color: #fff;
    max-width: 70px;
    font-weight: normal;
    font-size: 15px;
    margin: 0 auto 8px auto;
    border-radius: 3px;
}


.btn-tab.tabprofile {
    background: #4caf50;
    color: #fff;
}

    .btn-tab.tabprofile:hover {
        color: #fff;
    }

    .btn-tab:hover {
        color: #fff;
        opacity: .9;
    }
/*.table-cell.plattform {
    color: limegreen;
}*/
/*.table-cell.enterprise {
    background-color: #30305b;
    color: #85bafc;
}*/
.table-cell.enterprise a.btn {
    color: #85bafc;
}

    .table-cell.enterprise a.btn:hover {
        background-color: #85bafc;
        border-color: #85bafc;
        color: #30305b;
    }

.btn-tab {
    display: block;
}
/* Table columns
================================== */
.table-cell {
    width: calc(20% - 1px);
}

.pay-footer.fvideo a{
    color:initial;
}

.btn-tab.gold {
    background: #f6db18;
    color: initial;
}

    .btn-tab.gold:hover {
        color: initial;
    }
.pay-footer.fvideo {
    margin: 16px;
    border: 1px dashed #a2a2a2;
    padding: 16px;
    font-size: 16px;
    max-width: 362px;
    margin: 0 auto 16px auto;
    background: #e5e5e5;
    border-radius: 2px;
}
.iconzalo {
    background: url(/Themes/Default/images/zalo_sharelogo.png) no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px;
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 768px) {
    .table-cell.cell-feature {
        width: 100%;
        text-align: center;
    }

    .tablepro .pay-footer {
        border: 1px dashed #a2a2a2;
        padding: 16px;
        font-size: 14px;
        max-width: 389px;
        margin: 0 auto;
        background: #e5e5e5;
        border-radius: 2px;
    }

        .tablepro .pay-footer .iconzalo {
            vertical-align: top;
        }

    .bemobile .btn-tab {
        color: #fff;
    }

    .table-container tr:nth-child(even) td:first-child {
        background-color: #fff;
        min-width: 163px;
    }

    .bemobile .text-cell {
        height: 145px
    }

    .table-container th, .table-container td {
        min-width: 110px;
        padding: 4px 6px;
    }

    .table-container table {
        border: 1px solid #f4b624;
        border-right: 0;
        border-radius: 0;
        border-collapse: initial;
    }

    .table-container tr th:first-child, .table-container tr td:first-child {
        border-left: 0;
    }

    .table-container tr:first-child th:first-child {
        border-top-left-radius: 0;
    }


    .table-container tr:first-child th:last-child {
        border-top-right-radius: 0;
    }


    .table-container tr:last-child td:first-child {
        border-bottom-left-radius: 0;
    }


    .table-container tr:last-child td:last-child {
        border-bottom-right-radius: 0;
    }

    .table-container tr th {
        border-top: 0;
    }

    .table-container tr th, .table-container tr td {
        border-right: 0;
        border-bottom: 0;
    }

    .table-container th, .table-container td {
        border: 1px solid #F4B624 !important;
    }


        .table-container th:first-child,
        .table-container td:first-child {
            position: sticky;
            left: 0;
            /* background-color: #fff;*/
            z-index: 1;
            /*  border: 1.8px solid #F4B624;*/
            min-width: 145px;
        }
}
