/*https://www.color-hex.com/color-palette/2738*/
:root {
    /*--bs-blue: #0d6efd;*/
    --bs-blue: #0f5e9c;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    /*--bs-primary: #0d6efd;*/
    --bs-primary: #0f5e9c;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    /*--bs-info: #0dcaf0;*/
    --bs-info: #74ccf4;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    /*--bs-primary-rgb: 13,110,253;*/
    --bs-primary-rgb: 15,94,156;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    /*--bs-info-rgb: 13,202,240;*/
    --bs-info-rgb: 237, 246, 252;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg-rgb: 255,255,255;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}
.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);
}