<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.aside {
    max-height: calc(100vh - 106px);
}
@media(min-width: 991px) {
    .aside {
        max-height: calc(100vh - 65px);
    }
}
@media(min-width: 801px) {
    .aside .list-container {
        overflow-y: auto;
    }
    .aside .list-container::-webkit-scrollbar {
      width: 10px;
    }
    .aside .list-container::-webkit-scrollbar-track {
      background: #f1f1f1;
    }
    .aside .list-container::-webkit-scrollbar-thumb {
      background: #888;
      border-radius: 20em;
    }
    .aside .list-container::-webkit-scrollbar-thumb:hover {
      background: #555;
    }
}

.breadcrumbs {
    margin-top: 10px;
}

@media (max-width: 602px) {
  .img-col {
      width: 50%;
  }
}


.form-input&gt;.form-control, .form-input&gt;.form-select { 
	background-color: #fff !important; 
}</pre></body></html>