/** Start of desktop comparison table **/
.comparison-table {
    overflow-wrap: break-word;
    ;
    border: none;
}

.comparison-table > tbody > tr > td > i {
    color: #288cf4;
    text-align: center;
    width: 100%;
}

.comparison-table > tbody > tr>td {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 16px;
    padding-top: 16px
}

.comparison-table > thead > tr > th {
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
}

.comparison-table > tbody > tr.heading-row > td > h3 {
    font-size: 19px;
    font-weight: 300;
    line-height: 30.4px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.comparison-table tbody tr td:not(:first-child){
    text-align: center;
}

.comparison-table .comparison-row:nth-child(odd) {
    background-color: white !important;
}

.comparison-table .comparison-row:nth-child(even) {
    background-color: #F8F8F8 !important;
}

.comparison-table .comparison-description-hide {
    display: none !important;
}

.comparison-table .comparison-description-control:hover {
    cursor: pointer;
    color: #288CF4;
}

.comparison-table .comparison-description > td {
    min-width: 100%
}

.comparison-table .comparison-row:nth-child(even) {
    background-color: #F8F8F8 !important;
}

.comparison-table .comparison-row > td:not(:first-child) {
    text-align: center;
}

.comparison-table {
    border: none !important;
}

.comparison-table tbody tr:not(.header-row) td:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.comparison-table thead {
    top: 0px;
    position: sticky;
    font-weight: 300;
    font-size: 26px;
    z-index: 1;
}

.comparison-table thead tr td:not(.ignore) {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.26);
    border-radius: 0px;
}

.logged-in .comparison-table thead {
    top: 30px;
}

.comparison-table small {
    display: block;
}

.comparison-table thead tr td {
    padding: 10px 10px;
}

.comparison-table tr td {
    padding: 5px 20px;
}

.comparison-table th,
.comparison-table td {
    margin: 0px;
    padding: 0px;
    border-style: solid !important;
}

.comparison-table tr.header-row th,
.comparison-table tr.header-row td {
    border-style: hidden !important;
}

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

.comparison-table .header-row {
    background-color: #288cf4 !important;
    color: white;
}

.comparison-table > tbody > tr > td {
    font-weight: 600;
    font-size: 16px;
}

.comparison-table tbody tr:not(.header-row) td {
    line-height: 1.4em;
}

.comparison-table > tbody > tr.header-row > td {
    font-weight: 700;
    font-size: 18px;
}

.comparison-table thead tr:first-child {
    background: #FFF !important;
}

.comparison-table thead tr td:first-child {
    width: 25%;
}

.comparison-table td,
.comparison-table th {
    padding: 0px;
    margin: 0px;
}

.comparison-table tbody tr td:nth-child(3),
.comparison-table tbody tr td:nth-child(5) {
    background-color: #F9F9F9;
}

.comparison-table tbody tr.user-pricing-only td:nth-child(3),
.comparison-table tbody tr.user-pricing-only td:nth-child(5) {
    background-color: #606E7B !important;
}

.comparison-table tbody tr.user-pricing-only td:nth-child(3) .circle,
.comparison-table tbody tr.user-pricing-only td:nth-child(5) .circle {
    background-color: #707C88;
}

.comparison-table tr.header-row td:nth-child(3),
.comparison-table tr.header-row td:nth-child(5) {
    background-color: #288cf4;
}

.comparison-table small {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.4;
    display: block;
}

.comparison-table thead tr td {
    position: relative;
}

.comparison-table .square {
    width: 20px;
    height: 20px;
    background: white;
    position: absolute;
    text-align: center;
    transform: rotate(45deg);
    color: white;
    bottom: -10px;
    z-index: 0;
    left: 44%;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
}

.comparison-table thead tr.mobile-square-container {
    display: none;
}

.comparison-table thead tr td a {
    text-decoration: none;
    color: #000;
    cursor: default;
}

.comparison-table thead tr td a:hover {
    text-decoration: none;
    color: #000;
}

.comparison-table .user-pricing-only td{
    background-color: #3A4A5C !important;
    color:#fff;
}

.comparison-table .user-pricing-only.header-row td,
.comparison-table .user-pricing-only.header-row td i{
    background-color: #708AA8 !important;
    color:#fff !important;
}

/** End of desktop comparison table **/

.comparison-wrapper {
    overflow-x: auto;
}

.circle {
    position: relative;
    background: rgba(49, 116, 227, 0.1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.user-pricing-only .circle{
    background-color: #4E5C6C;
}

.checkmark {
    position: absolute;
    transform: rotate(45deg) translate(-50%, -50%);
    left: 35%;
    top: 45%;
    height: 14px;
    width: 8px;
    border-bottom: 3px solid rgb(49, 116, 227);
    border-right: 3px solid rgb(49, 116, 227);
}

.user-pricing-only .checkmark{
    border-bottom: 3px solid rgb(255, 255, 255);
    border-right: 3px solid rgb(255, 255, 255);
}

/** Start of mobile comparison table **/
@media only screen and (max-width: 600px) {
    .comparison-table thead tr td small {
        display: none;
    }

    .comparison-table thead tr td div.square {
        display: none;
    }

    .comparison-table thead tr td:first-child {
        display: none;
    }

    .comparison-table thead tr td:not(.ignore) {
        box-shadow: none;
    }

    .comparison-table > thead > tr {
        display: grid;
        grid-template-columns: repeat(4, 1fr) !important;
        padding-top: 20px;
        padding-bottom: 5px;
    }

    .comparison-table thead tr td {
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        border: 0px;
        background: none !important;
    }

    .comparison-table thead tr.mobile-square-container {
        display: block;
        text-align: center;
        height: 20px;
        box-shadow: 0px 5px 0px 0px rgb(0 0 0 / 15%);
        margin-top: -10px;
    }

    .comparison-table thead tr.mobile-square-container td {
        display: inline;
    }

    .comparison-table thead tr {
        background-color: #fff;
    }

    .comparison-table thead tr td div.mobile-square-wrapper {
        display: flex;
        justify-content: center;
        align-items: baseline;
    }

    .comparison-table thead tr td div.mobile-square {
        width: 25px;
        height: 25px;
        background-color: #fff;
        transform: rotate(45deg);
        position: absolute;
        box-shadow: 4px 4px 2.5px 0.5px rgb(0 0 0 / 0.15);
        margin-top: -34px;
        z-index: 0;
    }

    .comparison-table thead tr td a {
        text-decoration: none;
        color: #000;
    }

    .comparison-table thead tr td a.active {
        text-decoration: underline;
        color: #288cf4;
    }

    .comparison-table .comparison-row > td:first-child {
        text-align: center;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row: 1 / 2;
    }

    .comparison-table .comparison-row > td:nth-child(2) {
        grid-column: 1 / 2;
        grid-row: 2 / 2;
    }

    .comparison-table .comparison-row > td:nth-child(3) {
        grid-column: 2 / 2;
        grid-row: 2 / 2;
    }

    .comparison-table .comparison-row {
        overflow: hidden;
    }

    .comparison-table > thead {
        min-width: 100%;

    }

    .comparison-table > tbody {
        min-width: 100%;
        display: block;
        text-align: center;
    }

    .comparison-table > thead > tr > th:first-child {
        display: none;
    }

    .comparison-table > thead > tr > th {
        text-align: center;
    }

    .comparison-table .comparison-description-control {
        display: none;
    }
}

/** End of mobile comparison table **/