body {
    font-family: 'Comfortaa', cursive;
}

section {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

@media (min-width: 992px) {

    section {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }
}

.card {
    border-radius: 20px;
}

.box-shadow {
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
}

.doc-nav {
  width: 275px !important;
}

.doc-nav > ul > li  {
  list-style-type: none
}

.sidenav a:hover {
  color: #f1f1f1;
}

.doc-body-with-margin {
  margin-left: 275px;
}

.width-0 {
  width: 0px !important;
}

.sticky-comp-table-header {
  position: fixed;
  top: 50px;
  height: 50px !important;
  z-index: 1000; /* Adjust the z-index as needed */
}

.card-br {
  border-radius: 20px;
}

.py-7 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.blog-nav {
  width: 400px !important;
}

.blog-body-with-margin {
  margin-left: 400px;
}