.container {
  padding-right: 10px;
}
.responsive-table{
margin:0;
}
  .table-header {
    background-color: #00000011;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: #222 !important;
    font-size: 13px !important;
  }
  .table-row {
    background-color: #ffffff;
    border-bottom: solid 1px #00000011;
  }
  .col-1 {
    min-width:160px;
width: 160px;
  }

.col-2{
min-width:160px;
width: 160px;
}
.fade-text{
    font-weight: 400;
    color: rgb(85, 85, 78);
    font-size: 11pt;
    font-variant: normal;
    text-decoration: none;
    letter-spacing: 0pt;
    vertical-align: baseline;
    background-color: rgba(0, 0, 0, 0);
}
.api-method{
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-size: 10pt;
    vertical-align: baseline;
    background-color: #0070c0;
   padding: 0px 4px;
}
.highlighter{
vertical-align: top;
    border-radius: 3px;
   padding: 15px 15px;
   display: flex;
   gap: 5px;
   align-items: center;
   color: #fff;
}
.note-txt{
    border-width: 0px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    padding: 10px;
    line-height: 1.2;
    text-align: left;
    background-color: rgb(253, 237, 213);
    font-weight: 700;
    color: rgb(255, 0, 0);
}