.cell-none:after,
.cell-check:after {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.cell-none:after {
    content: "\002716";
    color: #FA3E3E;
    opacity: .5;
}

.cell-check:after {
    content: "\002714";
    color: #5CB85C;
}

.cell-title {
    color: #3e5062;
    max-width: 750px;
    flex: 4!important;
    display: flex;
}

.cell-title>div {
    min-width: 30%;
}

.cell-title>div+div {
    border-left: 1px solid #DAE1EA;
    padding: 0 20px;
    margin-left: 20px;
}

.row-header,
.row-header>td {
    background: #D9E0EA;
    height: 40px;
}

.row-header:hover {
    border-color: #D9E0EA!important;
}

.close-column {
    text-align: center;
    font-size: 20px;
    content: "\002716";
    color: black;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 4px;
    background: #fa3e3e;
    border-radius: 50%;
    top: 6px;
    display: none;
    cursor: pointer;
}

.close-column:after {
    content: "\002716";
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    color: white;
    position: relative;
    top: -7px;
}

table.comparison {
    border-top: 1px solid #D9E0EA;
    display: block;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
    min-width: 1140px;
}

table.comparison tr {
    display: flex;
    width: 100%;
    margin-bottom: -1px;
}

table.comparison thead {
    display: flex;
    position: sticky;
    position: -webkit-sticky;
    top: 110px;
    background: white;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #D9E0EA;
}

table.comparison thead.scroll {
    top: 90px;
}

table.comparison tbody tr {
    border: 1px solid #D9E0EA;
}

table.comparison tbody tr:hover {
    border: 1px solid #5CB85C;
    position: relative;
}

table.comparison tr:nth-child(even) {
    background: #F9F9F9;
}

table.comparison tr>td,
table.comparison tr>th {
    flex: 1;
    text-align: center;
    padding: 20px 10px 25px 10px;
    transition: all .2s;
    position: relative;
}

table.comparison tr>th {
    text-align: center;
    font-size: 17px!important;
    font-weight: 500;
    color: #3E5062;
    position: relative;
}

table.comparison tr>th:hover .close-column {
    display: inline-block;
}

table.comparison tr>th small {
    display: block;
    font-size: 12px;
    color: #3E5062;
    opacity: 0.5;
}

table.comparison tr>td:first-child,
table.comparison tr>th:first-child {
    flex: 1;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: left;
    z-index: 1;
}

table.comparison th.cell-v92 {
    border: 1px solid #5CB85C;
    border-bottom: 1px solid #ECEFF4;
    background: #D3EFE5;
}

table.comparison td.cell-v92 {
    border-left: 1px solid #5CB85C;
    border-right: 1px solid #5CB85C;
    background: #D3EFE5;
}

table.comparison tr:last-child>td.cell-v92 {
    border-bottom: 1px solid #5CB85C;
}

table.comparison tr:nth-child(odd)>td.cell-v92 {
    background: rgba(211, 239, 229, 0.75);
}

table.comparison.compared .close-column {
    display: none!important;
}

table.comparison .cell-latest {
    display: block;
}

table.comparison .cell-item {
    border-left: 1px solid #DAE1EA;
    font-size: 11px;
}

table.comparison .cell-latest {
    background: rgba(213, 241, 231, 0.65);
}

table.comparison tr:nth-child(even)>.cell-latest {
    background: rgba(213, 241, 231, 1);
}


/* table.comparison .cell-latest:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid #5CB85C;
    border-right: 1px solid #5CB85C;
} */

.btn-cta:active,
.btn-cta:visited,
.btn-cta:link,
.btn-cta-floating:active,
.btn-cta-floating:visited,
.btn-cta-floating:link {
    background: #3F5AF1;
    border-radius: 25px;
    padding: 10px 25px;
    color: white;
    text-decoration: none;
    z-index: 999;
    margin-top: 10px;
    display: inline-block;
}

.btn-cta-floating {
    position: fixed;
    left: 30px;
    bottom: -50px;
    transition: all .3s;
}

.btn-cta-floating.active {
    bottom: 20px;
}

.btn-cta,
.btn-cta-floating:hover {
    color: white!important;
    text-decoration: none!important;
    transform: scale(1.05)!important;
}

.multiselect:hover {
    background: #D9E0EA;
}

.multiselect {
    border: 1px solid #DAE1EA;
    padding: 4px 10px;
    cursor: pointer;
    display: flex;
    position: relative;
    font-size: 13px;
}

.multiselect:after {
    display: inline-block;
    width: 10px;
    height: 10px;
    content: "";
    margin: 7px 0 0 8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    position: absolute;
    right: 10px;
}

.multiselect label {
    margin: 0;
}

.multiselect .option-list .option {
    padding: 5px 15px;
    border-bottom: 1px solid #DAE1EA;
}

.multiselect .option-list .option input {
    margin-right: 10px;
}

.multiselect .option-list .option:hover {
    background: #f5f5f5;
}

.multiselect .option-list {
    position: absolute;
    top: 28px;
    left: -1px;
    width: calc(100% + 2px);
    display: none;
    flex-direction: column;
    border: 1px solid #DAE1EA;
    background: white;
}

.multiselect:hover .option-list {
    display: flex;
}

span.h6 {
    color: #3E5062;
}

.badge-category {
    background: #D9E0EA;
    font-size: 11px;
    border-radius: 4px;
    padding: 0 5px;
}

.version-release {
    position: absolute;
    right: 0px;
    bottom: -9px;
    font-style: italic;
    opacity: 0.7;
    font-size: 13px;
    right: 0;
    left: 12px;
}

.version-release img {
    width: 9px;
    margin-top: -2px;
    margin-left: 4px;
    opacity: 0.7;
}

.actual-version {
    display: -webkit-inline-box;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    bottom: 15px;
}

.actual-version p {
    font-size: 10px !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 1px 5px;
    position: sticky;
    background: #ffd24d;
    border-radius: 5px;
    margin: auto;
    color: #000;
    opacity: 0.7;
}

@media (max-width:768px) {
    .container-table {
        overflow: scroll;
    }
    table.comparison {
        min-width: 1310px;
    }
}
