body,
* {
    height: auto;
}

body {
    background: rgba(250, 250, 250, 1);
}

footer {
    margin-top: 0;
}

.bg-cb-bd{
    background-color: #1e1f28 !important;
    color: rgb(255, 255, 255) !important;
}

option::selection {
  color: rgb(105, 105, 105) !important;
  background-color: gray !important;
}

option::backdrop{
    color: rgb(105, 105, 105) !important;
  background-color: gray !important;
}
.supportManuals .manualsCarousel .documentContainer.ont .documentDescriptionContainer {
    height: 159px;
    top: -34px;
}