 .custom-th {
    background-color: #F4F9FF !important;
  }

.table-responsive table tr:nth-child(3) {
    margin-bottom: 0;
    border-bottom: 0;
}
  .risk-row{
    width: 110px !important;
    text-align: left;
  }
td .col-auto.text-nowrap {
    min-width: 1.5em;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

/*Resposnive    */

@media screen and (max-width: 1100px) {
    .table-responsive table, .table-responsive thead, .table-responsive tbody, .table-responsive th, .table-responsive td, .table-responsive tr {
    display: block;
    width: 100%;
}
.table-responsive tr {
    margin-bottom: 1rem;
}
.table-responsive td {
    text-align: left;
  }
  .table-responsive {
    overflow-x: hidden !important;
}
}