.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: 20px;
    background: #fa3e3e;
    border-radius: 50%;
    top: 25px;
    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: 100px;
    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: 12px;
    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;
}


/**loading**/

:root {
    --sc-yellow: #fad534;
    --sc-blue: #5580c1;
}


/*=======================================================================================*/


/*====================================LAYERS=============================================*/


/*=======================================================================================*/

@keyframes moveup {
    0%,
    60%,
    100% {
        transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(0);
    }
    25% {
        transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(1em);
    }
}

@keyframes movedown {
    0%,
    60%,
    100% {
        transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(0);
    }
    25% {
        transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(-1em);
    }
}

@keyframes scaledown {
    0%,
    60%,
    100% {
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    }
    25% {
        transform: scale3d(0.8, 0.8, 1) translate3d(-10%, -10%, 0);
    }
}

.sc-loader .loader-layer {
    display: block;
    position: absolute;
    height: 3em;
    width: 3em;
    top: 15px;
    left: 20px;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
    transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg);
}

.sc-loader .loader-layer:nth-of-type(1) {
    background: var(--sc-yellow);
    margin-top: 1.5em;
    animation: movedown 1.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s infinite normal;
}

.sc-loader .loader-layer:nth-of-type(1):before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 85%;
    height: 85%;
    background: rgba(0, 0, 0, 0.2);
    animation: scaledown 1.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s infinite normal;
}

.sc-loader .loader-layer:nth-of-type(2) {
    background: var(--sc-blue);
    margin-top: 0.75em;
}

.sc-loader .loader-layer:nth-of-type(3) {
    background: rgba(210, 235, 255, 0.6);
    animation: moveup 1.8s cubic-bezier(0.39, 0.575, 0.565, 1) infinite normal;
}


/*=======================================================================================*/


/*=====================================SPIN==============================================*/


/*=======================================================================================*/

@keyframes sc-spin {
    0% {
        transform: rotate(0deg) scale(.7);
    }
    60% {
        transform: rotate(-360deg) scale(.7);
    }
    100% {
        transform: rotate(-360deg) scale(.7);
    }
}

.sc-loader {
    box-sizing: content-box;
    height: 70px;
    margin: 0 auto 10px auto;
    position: relative;
    width: 70px;
    top: 50%;
}

.sc-loader .spin {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
    animation: sc-spin 1.2s cubic-bezier(0.5, -0.5, 0.5, 1.5) infinite;
}

.sc-loader .spin:after,
.sc-loader .spin:before {
    box-sizing: content-box;
    content: "";
    height: 30px;
    position: absolute;
    transform: rotate(45deg) skew(-15deg, 0deg);
    width: 30px;
}

.sc-loader .spin:before {
    border: solid 0px var(--sc-blue);
    border-width: 0 0 11px 11px;
    left: 12px;
    bottom: 25px;
}

.sc-loader .spin:after {
    border: 0px solid var(--sc-yellow);
    border-width: 11px 11px 0 0;
    right: 12px;
    top: 25px;
}

.sc-loader .spin-gray {
    height: 100%;
    margin: 0 auto -105% auto;
    position: relative;
    width: 100%;
}

.sc-loader .spin-gray:after,
.sc-loader .spin-gray:before {
    box-sizing: content-box;
    content: "";
    height: 30px;
    position: absolute;
    transform: rotate(45deg) skew(-15deg, 0deg);
    width: 30px;
    filter: blur(1px);
}

.sc-loader .spin-gray:before {
    border: solid 0px rgba(0, 0, 0, 0.3);
    border-width: 0 0 11px 11px;
    left: 12px;
    bottom: 25px;
}

.sc-loader .spin-gray:after {
    border: 0px solid rgba(0, 0, 0, 0.3);
    border-width: 11px 11px 0 0;
    right: 12px;
    top: 25px;
}


/*=======================================================================================*/


/*=====================================PLANE=============================================*/


/*=======================================================================================*/

.sc-loader .mask {
    position: absolute;
    border-radius: 2px;
    overflow: hidden;
    perspective: 1000;
    backface-visibility: hidden;
}

.sc-loader .plane {
    width: 400%;
    height: 100%;
    position: absolute;
    transform: translate3d(0px, 0, 0);
    z-index: 100;
    perspective: 1000;
    backface-visibility: hidden;
}

.sc-loader .animation {
    transition: all 0.3s ease;
}

.sc-loader #top .plane {
    background-color: var(--sc-blue);
    z-index: 2000;
    animation: trans1 1.3s ease-in infinite 0s backwards;
}

.sc-loader #middle .plane {
    transform: translate3d(0px, 0, 0);
    background: #ddd;
    animation: trans2 1.3s linear infinite 0.3s backwards;
}

.sc-loader #bottom .plane {
    background-color: var(--sc-yellow);
    z-index: 2000;
    animation: trans3 1.3s ease-out infinite 0.7s backwards;
}

.sc-loader #top {
    width: 53px;
    height: 20px;
    left: 20px;
    transform: skew(-15deg, 0);
    z-index: 100;
}

.sc-loader #middle {
    width: 33px;
    height: 20px;
    left: 20px;
    top: 15px;
    transform: skew(-15deg, 40deg)
}

.sc-loader #bottom {
    width: 53px;
    height: 20px;
    top: 30px;
    transform: skew(-15deg, 0)
}

@keyframes trans1 {
    from {
        transform: translate3d(53px, 0, 0)
    }
    to {
        transform: translate3d(-250px, 0, 0)
    }
}

@keyframes trans2 {
    from {
        transform: translate3d(-160px, 0, 0)
    }
    to {
        transform: translate3d(53px, 0, 0)
    }
}

@keyframes trans3 {
    from {
        transform: translate3d(53px, 0, 0)
    }
    to {
        transform: translate3d(-220px, 0, 0)
    }
}

@media (max-width:768px) {
    .container-table {
        overflow: scroll;
    }
    table.comparison {
        min-width: 1310px;
    }
}
