.sidebar {
    width: 280px;
}
.content-container{
    margin-left: 280px;
}
.max-wh-500 {
    max-width: 500px;
    max-height: 500px;
}
.max-wh-100 {
    max-width: 100px;
    max-height: 100px;
}
.max-wh-80 {
    max-width: 80px;
    max-height: 80px;
}
.max-wh-60 {
    max-width: 60px;
    max-height: 60px;
}
.max-wh-50 {
    max-width: 50px;
    max-height: 50px;
}
.wh-40 {
    width: 40px;
    height: 40px;
}
.max-h-table {
    max-height: 650px;
}

#AuthSlider {
    width: 800px;
    height: 450px;
}
.thumbcard {
    width: 460px;
}
.thumbcard-container {
    max-width: 700px;
}
#carouselExample {
    width:620px;
}
.search-container {
    max-height: 400px;
    overflow-y: auto;
    z-index: 100;
}
.fs-7 {
    font-size: .875em;
}
.xsmall {
    font-size: .850em;
}
.search-thumb {
    width: 80px;
    height:60px;
    display: flex;
    align-items: center;
}
.search-container .card:hover {
    background-color: var(--bs-secondary-bg-subtle);
}
.thumb-preview {
    width: 100px;
    word-wrap: break-word;
}
.tags-input {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-width: 1px;
  border-radius: .25rem;
  padding-left: .5rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .25rem;
}
.tags-input-tag {
  display: inline-flex;
  line-height: 1;
  align-items: center;
  font-size: .875rem;
  background-color: #bcdefa;
  color: #1c3d5a;
  border-radius: .25rem;
  user-select: none;
  padding: .25rem;
  margin-right: .5rem;
  margin-bottom: .25rem;
}

.tags-input-tag:last-of-type {
  margin-right: 0;
}
.tags-input-text {
  flex: 1;
  outline: 0;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-left: .5rem;
  margin-bottom: .25rem;
  min-width: 10rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.custom-btn:disabled {
    border-color: transparent !important;
}
nav.custom-tab .nav-link {
    border-color: var(--bs-nav-tabs-link-hover-border-color);
}
nav.custom-tab .nav-link.active {
    background-color: transparent !important;
    color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important;
}
.column-item-container {
    min-width: 275px;
    max-height: 400px;
    overflow-y: scroll;
}
.sticky-table {
  border-collapse: separate;
  border-spacing: 0;
}
.sticky-table th {
  border-top: 1px solid var(--bs-table-border-color);
  border-bottom: 1px solid var(--bs-table-border-color);
  border-right: 1px solid var(--bs-table-border-color);
}
.sticky-table td {
  border-bottom: 1px solid var(--bs-table-border-color);
  border-right: 1px solid var(--bs-table-border-color);
}
.sticky-table tr:last-child > td {
  border-bottom-width: 0 !important;
}
.sticky-table th:first-child, .sticky-table td:first-child {
  border-left: 1px solid var(--bs-table-border-color);
}