@charset "UTF-8";
/*!
* Start Bootstrap - Clean Blog v6.0.9 (https://startbootstrap.com/theme/clean-blog)
* Copyright 2013-2023 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-clean-blog/blob/master/LICENSE)
*/
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 colors:
 #1e072d    black
 #6930c3    purple
 #6545c9
 #5d73d6
 #51b9e9
 #45fbfc    cyan

 */

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #0085A1;
  --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: #6930C3;
  --bs-info-rgb: 81, 185, 233;
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

.navbar {
background: rgb(105,48,195);
background: -moz-linear-gradient(126deg, rgba(105,48,195,1) 0%, rgba(101,69,201,1) 0%, rgba(30,7,45,1) 100%);
background: -webkit-linear-gradient(126deg, rgba(105,48,195,1) 0%, rgba(101,69,201,1) 0%, rgba(30,7,45,1) 100%);
background: linear-gradient(126deg, rgba(105,48,195,1) 0%, rgba(101,69,201,1) 0%, rgba(30,7,45,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6930c3",endColorstr="#1e072d",GradientType=1);
}

.navbar-collapse{
padding-left: 10px
}

.position-header {
    position: sticky;
    top: 0;
    background-color: #212121;
    z-index: 20; /* Higher than table header */
    padding: 8px 0px 0px 0px;
    justify-content: flex-start;
    border-radius: 8px 8px 0 0; /* Round top corners only */
    margin: 0px;
}

/* Remove margins from Bootstrap row inside position header */
.position-header .row {
    margin: 0 !important;
    padding-bottom: 0px; /* Add padding to the row instead */
}

.card-body-my-team{
justify-content: flex-center;
}

.stars{
text-align: left;
justify-content: flex-start;
padding-top: 5px;
}

.btn-primary {
background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5298494397759104) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5298494397759104) 100%);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5298494397759104) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
border: none;
color: #000;
}

.btn-primary:active {
    background-color: #C5BAFF;
    border-color: #6930C3;
}

#submit {
    padding: 8px 20px; /* Adjust padding values as needed */
    font-size: 18px;
}

.btn-outline-secondary{
    border-color: #fff;
    color: #fff;
    font-weight: lighter;
}

.btn-outline-secondary:hover{
    background-color: #212121;
}

body {
background: #272728;
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, .1), inset 0 0.125em 0.5em rgba(0, 0, 0, .15);
}

main {
padding-top: 5rem;
}

.gradient-background {
  background: linear-gradient(300deg, #6930c3, #6545c9, #1e072d);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(200,200,200,1);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color:#6930c3;
    -webkit-box-shadow: inset 0 0 6px rgba(90,90,90,0.7);
}

.card-full {
border: 0px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); /* Change these values as needed */
border-radius: 5px !important;
}

.card-full .card-body{
padding: 1rem;
border-radius: 5px;
}

.card-full .card-header{
padding: 1rem;
border-radius: 5px 5px 0 0;
}

.card {
border: 0px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); /* Change these values as needed */
width: 14rem;
background-color: #212121;
}

.card-header {
background-color: var(--bs-primary);
}

.card-body{
padding-bottom: 0px;
padding-top: 6px;
background-color: #212121;
}

.card-body p {
    padding-bottom: 0px; /* Adjust the padding value as needed */
    margin-bottom: 10px;
}

.card-title {
    padding-bottom: 0px; /* Adjust the padding value as needed */
    margin-bottom: 0px;
}

.container-card{
background-color: #212121;
width: 18rem;
height: 26rem;
overflow-y: auto;
overflow-x: hidden;
position: relative;
}

/* Ensure the sticky headers don't interfere with scrollbar */
.container-card::-webkit-scrollbar {
    width: 6px;
}

.container-card::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(200,200,200,1);
    border-radius: 10px;
}

.container-card::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #6930c3;
    -webkit-box-shadow: inset 0 0 6px rgba(90,90,90,0.7);
}

.tier-divider{
border-top: .05rem solid white;

}

.table-sm{
color: #fff;
}

/*
.table-sm thead {
    position: sticky;
    top: calc(2.85em + 0px);
    z-index: 20;
    background-color: #212121;
    margin-top: 0 !important;
    box-shadow: 0 2px 0 0 #51b9e9;
}

.table-sm thead th {
    background-color: #212121;
    padding: 0px 4px;
    border-top: none !important;
}
*/

/* Ensure table body has proper spacing */
.table-sm tbody {
    /* Add top margin to account for sticky header if needed */
}

.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: #6930C3;
  border-color: var(--bs-list-group-active-border-color);
}

.sidebar {
    width: 280px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    padding-top: 30px;
    margin-top: 40px;
    padding-bottom: 50px;
}

.main-content {
    margin-left: 300px;
    padding: 20px;
    width: calc(100% - 300px);
}


#loader {
    visibility: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.spinner {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.position-card {
    background-color: #212121;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    width: 18rem;
    height: 26rem;
    margin: 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}

.position-card-header {
    padding: 8px 0px 0px 0px;
    border-radius: 8px 8px 0 0;
    flex-shrink: 0;
}

.position-title {
    color: #51b9e9;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 8px 0;
    padding:0 0 0 8px
}

.tier-counts {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    padding: 0 12px 0 0;
}

.tier-group {
    display: flex;
    align-items: center;
    gap: 4px;
}

.tier-star {
    font-size: 14px;
}

.tier-count {
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
}

.table-header-row {
    background-color: #212121;
    border-bottom: 2px solid #51b9e9;
    position: sticky;
    top: 0;
    z-index: 10;
}

.table-header-row th {
    background-color: #212121;
    color: #51b9e9;
    font-weight: 600;
    padding: 8px 4px;
    border: none;
    font-size: 0.9rem;
}

.position-card-body {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.position-table {
    width: 100%;
    color: #fff;
    margin: 0;
}

.position-table tbody tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.02);
}

.position-table tbody tr:hover {
    background-color: rgba(105, 48, 195, 0.1);
}

.position-table td {
    padding: 6px 4px;
    border: none;
    font-size: 0.85rem;
    vertical-align: middle;
}

.tier-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.tier-faded {
    opacity: 0.3;
}

.board_header {
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.b-example-divider {
    height: 2rem;
}

form {
    margin-top: 0rem;
    margin-bottom: 1rem;
    padding: 1rem 0 0 0;
}

.form-group {
    padding: 0 0 1rem 0;
}

.form-control-label {
    font-weight: bold;
}

.form-control-file {
    padding: 1rem;
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
    border-radius: 5px;
}

.form-control-file file-upload-button {
    background-color: #45fbfc;
}

/* Custom scrollbar for position cards */
.position-card-body::-webkit-scrollbar {
    width: 6px;
}

.position-card-body::-webkit-scrollbar-track {
    background: rgba(200,200,200,0.1);
    border-radius: 10px;
}

.position-card-body::-webkit-scrollbar-thumb {
    background-color: #6930c3;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(90,90,90,0.7);
}