.table-container {
    padding: 60px 50px;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 200px;
}
.table {
    background-color: transparent;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
}

table {
    border-collapse: collapse;
}

.table-container th, .table-container td, .table-container thead th {
    text-align: center;
    border: none;
    border-right: 4px solid white;
}
.table thead th {
    vertical-align: bottom;
}

.table th, .table td {
    padding: 0.75rem;
    background-color: transparent;
    font-size: 15px;
    font-weight: 500;
    color: #5A6169;
}


table tr {
    border-bottom: none;
    border-top: none;
}
table tr:not(:last-of-type) {
    border-bottom: none;
    border-top: none;
}

.table-container th.text-left {
    font-weight: 500;
    white-space: nowrap;
    color: #858e97;
}

.table-container .table-striped tbody tr {
    background-color: transparent;
}

.table-container .table-striped tbody tr:nth-of-type(odd) {
    background-color: #F5F5F6;
}
.table-container .name {
    font-weight: 500;
    font-size: 1.4rem;
    color: #5c4bc4;
}

.table-container .price {
    font-size: 1.6rem;
    font-weight: 500;
}

.table-container .month {
    color: #858e97;
    font-weight: 500;
}

.nowrap {
    white-space: nowrap;
}

.table_plus {
    color: #02c44b !important;
}

.table_minus {
    color: #5c4bc4 !important;
}

.bg--primary-1 {
    background-color: #02c44b !important;
}

.btn--primary-33 {
    background-color: #02c44b !important;
    border-color: #02c44b !important;
    color: white;
}

.checkmark {
    display: inline-block;
    position: relative;
    width: 1.23809524em;
    height: 1.23809524em;
    border-radius: 50%;
    text-align: center;
}
.checkmark:not([class*='bg-']) {
    background: #4a90e2;
}
.checkmark:before {
    content: '\2713';
    color: #fff;
    font-size: 11px;
    position: absolute;
    width: 100%;
    left: 0;
    top: -4px;
}
.checkmark.checkmark--cross:before {
    content: '\2717';
}
.checkmark:not(:last-child) {
    margin-right: 13px;
}