/* new file */
.div-table {
    display: table;
    width: 100%;
    overflow: scroll;
    /*background-color: #eee;*/
    /*border-spacing: 2px;*/
    border-radius:4px;
}

.trow {
    display: table-row
}

.tcolumn {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    background-color: rgb(246 246 247);
    padding: 20px 16px;
    border-bottom: 10px solid #fff;
    font-size: 1.1rem;
}
  
.tcolumn-group {
    display: table-cell;
    vertical-align: top;
    padding: 20px 20px 20px 15px;
    border-bottom: 10px solid #fff;
    /*font-family: "Inter", system-ui;*/
    font-size: 1.2rem;
    background: rgb(246 246 247);
    color: #000;
    font-weight: 500;
}

.tcolumn-group-last {
    display: table-cell;
    vertical-align: top;
    background-color: rgb(246 246 247);
    padding: 20px 20px 20px 20px;
    border-bottom: 10px solid #fff;
    font-weight: 500;
}

.tcolumn-tick {
  	text-align: center;
    display: table-cell;
    vertical-align: middle;
    background-color: rgb(246 246 247);
    padding: 20px 20px 20px 20px;
    border-bottom: 10px solid #fff;
}

.tcolumn-tick img {
	width: 30px;
}


.tcolumn1 {
  	width: 20%;
    text-align: left;
    background-color: #fff;
    /*font-family: "Inter", system-ui;*/
    font-size: 1.2rem;
  	font-weight: 600;
    border-bottom: 0px solid #ed1c24;
    border-top: 0px solid #ed1c24;
    color: #000;
}
.tcolumn2 {
  	width: 40%;
    text-align: left;
    background-color: #fff;
  	color: #f7e7e7;
    /*font-family: "Inter", system-ui;*/
    border-bottom: 1px solid #ed1c24;
    font-size: 1.2rem;
  	font-weight: 600;
    border-bottom: 0px solid #ed1c24;
    border-top: 0px solid #ed1c24;
    color: #000;
}
.tcolumn3 {
  	width: 20%;
    text-align: center;
    background-color: #fff;
  	color: #10004F;
    /*font-family: "Inter", system-ui;*/
    font-size: 1.2rem;
  	font-weight: 600;
    border-bottom: 0px solid #ed1c24;
    border-top: 0px solid #ed1c24;
    color: #000;
}
.tcolumn4 {
  	width: 20%;
    text-align: center;
    background-color: #fff;
  	color: #10004F;
    /*font-family: "Inter", system-ui;*/
    font-size: 1.2rem;
  	font-weight: 600;
    border-bottom: 0px solid #ed1c24;
    border-top: 0px solid #ed1c24;
    color: #000;
}

.composite-table-tap.is-horizontal .border-tr>td:first-child.border-section .content-cell {
    border-left: var(--spacing-XXS) solid #4a4a4a;
}
.composite-table-tap.is-horizontal tr td:first-child .content-cell {
    border-top-left-radius: var(--spacing-XXS);
    border-bottom-left-radius: var(--spacing-XXS);
}
.composite-table-tap .content-cell {
    background-color: #eee;
    width: 100%;
    height: 100%;
}

