.card-tags{
  width: 100%;
}

.top-search {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.card-tags ul{
  /* list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0; */
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  width: 100%;
}

.card-tags ul li {
  display: block !important;
}

@media screen and (max-width: 800px) {
  .sidebar {
    left: -240px !important;
    transition: left 400ms ease-in !important;
    z-index: 1000;
    background-color: #171319;
  }

  .content {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    max-width: 100% !important;
    padding-right: 0 !important;
    padding-left: 18px !important;
  }

  .sidebar-btn {
    visibility: visible !important;
  }

  .sidebar-active {
    left: 0 !important;
  }

  .card-header > div {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }

  .card-footer > .d-flex {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 8px;
  }

  .card-footer > .d-flex > a {
    width: 100%;
  }

  .card-footer > .d-flex > a > button {
    width: 100%;
  }

  .server-card {
    height: auto !important;
  }

  .card {
    display: block !important;
  }

  .view-server-card > div {
    padding: 0 !important;
  }
  
}

@media screen and (min-width: 801px) {
  .sidebar-blur.active {
    opacity: 0 !important;
    z-index: -1 !important;
  }
}

.sidebar-blur.active {
  width: 100vw !important;
  height: 100% !important;
  background-color: #171319 !important;
  opacity: 0.8 !important;
  z-index: 999;
  position: absolute;
  top: 0;
  transition: opacity 400ms linear;
}

.sidebar-blur {
  opacity: 0;
}

.sidebar-content {
  position: sticky;
  top: 0;
}

.sidebar-btn {
  visibility: hidden;
  position: absolute;
  height: 100%;
  right: -14px;
  z-index: 200;
  background-color: #C50;
  border: none;
  color: black;
  font-weight: bolder;
  cursor: pointer;
  padding: 0;
  width: 32px;
}

.content {
  position: relative !important;
  max-width: calc(100% - 248px);
  padding-left: 1rem;
  padding-right: 1rem;
  top: 0 !important;
}

body {
  overflow: auto !important;
  overflow-x: hidden !important;
  position: relative !important;
}

.card-body {
  overflow-y: scroll !important;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.card-body::-webkit-scrollbar {
  width: 8px !important;
}
 
.card-body::-webkit-scrollbar-track {
  background: transparent;
}
 
.card-body::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.4) !important;
  outline: none !important;
  border-radius: 20px;
}

.custom-report > form > select {
  max-width: 100% !important;
  display: inline !important;
}

.explaination {
  max-width: 100% !important;
}

.server-card {
  max-width: 100%;
}

.card {
  height: 100%;
}

.card-footer {
  position: relative !important;
  margin-top: 0 !important;
}