@media  screen and (min-width:1200px) {
    
    .account-comparison .hover-column {
        background-color: #ecf0f6;
        transition: 0.3s ease-in-out;
      }
}
.account-comparison.tablepress{
    border-radius: 8px !important;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}
@media screen and (min-width:1200px) {
    .account-comparison.tablepress {
        table-layout: fixed !important;
    }
    .account-comparison thead td,.account-comparison tbody td, .account-comparison thead th{
        white-space: nowrap;
    }
    .account-comparison td:not(.column-1){
        white-space: nowrap;
    }
}
.dt-scroll-headInner{
	width:100px!important;
}
.dt-scroll-headInner .account-comparison.tablepress{
    margin-top: 30px;
}
.account-comparison thead th{
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px; /* 111.111% */
    padding: 16px 24px !important;
    border-top: 1px solid #ECF0F6;
    text-align: center !important;
}
.account-comparison thead th,.account-comparison thead td{
    background-color: transparent;
    border-top: 1px solid #ECF0F6;
    border-color:#ECF0F6 !important;
}
.account-comparison tr td{
    padding: 16px 24px !important;
    border-top: 1px solid #ECF0F6;
}
.account-comparison .column-1{
    color: var(--black, #000);
    font-size: 16px;
    font-weight: 600;
    line-height: 130%; /* 20.8px */
    vertical-align: middle;
    text-align: left;
}
.account-comparison td:not(.column-1){
    color: var(--black, #000);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}
.account-comparison tbody tr:last-child td{
    border-bottom: 1px solid #ECF0F6 !important;
}

.account-comparison.tablepress thead td:first-child {
    border-top-left-radius: 8px;
}
  
.account-comparison th:last-child {
    border-top-right-radius: 8px;
}
  
.account-comparison tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
    border-bottom: 1px solid #ECF0F6;
}
  
.account-comparison tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.account-comparison thead th:first-child,.account-comparison tbody tr td:first-child,.account-comparison thead tr td:first-child{
    border-left: 1px solid #ECF0F6;
    border-color:#ECF0F6;
    background-color: #fff !important;
}
.account-comparison thead td,.account-comparison tbody td, .account-comparison thead th{
    border-right: 1px solid #ECF0F6 !important;
}
.account-comparison img{
    margin: 0 auto !important;
}
.dt-empty-footer .dt-scroll-body{
    border: 0 !important;
}
.dt-scroll-head {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.account-comparison.dataTable>tfoot>tr>th, .account-comparison.dataTable>tfoot>tr>td,.account-comparison>tfoot>tr>th, .account-comparison>tfoot>tr>td{
    background-color: #fff;
    border: 0;
    text-align: center;
    padding: 24px 10px 6px 10px;
}
@media screen and (max-width:1200px) {
    .account-comparison thead td:first-child {
        position: sticky;
        z-index: 1;
        left: -1px;
        background-color: #fff;
    }
    .account-comparison tbody td.column-1,
    .account-comparison thead th.column-1 {
        white-space: normal !important;
        width: 200px !important;
        min-width: 200px !important;
        max-width: 200px !important;
        overflow-wrap: break-word;
        word-break: break-word;
    }
    .dt-scroll-headInner .account-comparison.tablepress{
        margin-top: 14px;
    }
    
}
@media screen and (max-width:768px) {
    .account-comparison tfoot{
        display: none;
    }
    .account-comparison thead td,.account-comparison tbody td, .account-comparison thead th{
        white-space: nowrap;
    }
    .account-comparison td:not(.column-1){
        white-space: nowrap;
    }
}