#card-advanced-plan .card {
    padding: 0;
    text-align: center;
}

#card-advanced-plan h4 {
    font-weight: bold;
}

#card-advanced-plan .card-body {
    padding: 10px 0;
    text-align: center;
}

#card-advanced-plan .card-body div {
    padding: 0.5rem 1rem;
}

#card-advanced-plan .plan-devices {
    background-color: rgb(141, 215, 207);
}

#card-advanced-plan .plan-feature {
    padding: .4rem;
}

#bg {
    width: 726px;
    margin-top: 34px;
}

.title {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--dark);
    margin-top: 70px;
    margin-left: 0px;
}

.main-text {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: var(--dark);
}

.text {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: var(--steel);
}

.line {
    width: 100%;
    height: 1px;
    /*border: solid 1px #eaebee;*/
    margin-top: 8px;
    margin-bottom: 30px;
}

.change-btn {
    background-color: #00d1c3;
    border-radius: .9em;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
}

.change-btn:hover {
    background-color: #464f64;
    border-radius: .9em;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
}

.pagination-info {
    display: none;
}

.pagination-detail {
    display: none;
}

.pagination {
    justify-content: center;
    float: center !important;
    margin-top: 20px!important;
}

.float-right {
    float: center !important;
}

.fixed-table-pagination {

    justify-content: center;
    text-align: center;
}


.fixed-table-container {
    background-color: #fff;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px; 
    border-bottom: none!important;
}


/* .table {
    border-bottom: 0px !important;
}

.table th,
.table td {
    border: 10px !important;
}

.fixed-table-container {
    border: 0px !important;
} */

.page-link {
    background-color: transparent;
    border: transparent;
    color: #707994;

    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 0%;
    margin: 5px;
    font-size: 12px;
}

.page-pre {
    display: none;
}

.page-next {
    display: none;
}

.bootstrap-table .fixed-table-pagination>.pagination ul.pagination a {
    padding: 0px 0px;
    line-height: 1.428571429;
}

.page-item.active .page-link {
    z-index: 1;
    color: #232d41;
    background-color: #e6eaf0;
    border-color: transparent;
}

.table-bordered {
    border-style: solid none none none;
}


.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
    border-left: 0px solid #dee2e6;
    border-right: 0px solid #dee2e6;
}

.th-inner {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.5px;
    color: #707994;
}

.table td {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.5px;
    color: #232d41;
}

.fixed-table-border {
    display: none;
}