
.input-box {
    width: 450px;
}
.input-box h2 {
    font-size: 2.5rem;
    text-transform: uppercase;
}
.input-box input {
    position: relative;
    height: 50px;
    width: auto;
    background: 0 0;
    border: none;
    color: #333;
    margin: 15px 0 20px;
    outline: 0;
    font-size: 24px;
    padding: 0 20px;
    letter-spacing: 2px;
    box-shadow: -4px -4px 5px #fff, inset 4px 4px 5px rgba(0, 0, 0, 0.2), inset -4px -4px 10px #fff, 4px 4px 5px rgba(0, 0, 0, 0.1);
}
.input-box Request::placeholder {
    letter-spacing: 0;
}
.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.tags li {
    float: left;
}
.tag {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #000;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}
.tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: "";
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}
.tag::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}
.close-this:hover {
    color: #dc143c;
    cursor: pointer;
}
span.checked {
    color: orange !important;
}
.close-this {
    margin-left: 7px;
    float: right;
}
a:focus {
  background: red;
} /* testing links*/
.compare_table td {
  padding: 5px;
  
}


.compare_table td {
    text-align: left;
}
.compare_table .thead th {
    font-weight: 600;
}
.compare_table .highlight td,
.compare_table .highlight th {
    background-color: #17a2b8 !important;
    color: #fff;
    text-align: left;
}
 .compare_table th,.fixed-col{
    font-weight: bold !important;
  }
 .compare_table th,
.compare_table td {
  padding: 5px 10px;
  border: 1px solid #000;
}


.table-scroll {
 height: 85vh;
  width: 100%;
  margin: auto;
  overflow-x: auto;
}


.table-scroll table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}
.table-wrap {
  position: relative;
}

.table-scroll th,
.table-scroll td {
  padding: 5px 10px;
  border: 1px solid #000;
  vertical-align: top;
}


.table-scroll thead th {
  background: #333;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}


/* safari and ios need the tfoot itself to be position:sticky also */
.table-scroll tfoot,
.table-scroll tfoot th,
.table-scroll tfoot td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  color: #fff;
  z-index:4;
  vertical-align: middle;
}
.table-scroll th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  background: #ccc;
  width: 200px;
}


.table-scroll thead th:first-child,
.table-scroll tfoot th:first-child {
  z-index: 5;
}
.table-scroll::-webkit-scrollbar {
  height: 15px;              /* height of horizontal scrollbar ← You're missing this */
  width: 15px;               /* width of vertical scrollbar */
  border: 1px solid #d5d5d5;

}
#site_focus_element.fullscreen{
    z-index: 9999; 
    width: 100%; 
    height: 100%; 
    position: fixed; 
    top: 0; 
    left: 0; 
 }.select2-results__option{
    color: black ;
    z-index: 1000000;
  }
 
@media screen and (max-width:767px){
.table-scroll th:first-child{
  width: 10px !important;
}

sub{
    color: black !important;
}