.tooltip-helper-active-description {
    background: #1d8cf8;
    background-image: linear-gradient(to bottom left,#1d8cf8,#3358f4,#1d8cf8);
    background-size: 210% 210%;
    background-position: 100% 0;
    background-color: #1d8cf8;
    width: min-content;
    height: fit-content !important;

    max-width: 65% !important;
}
.tooltip-helper-active-description p {
    height: fit-content !important;
}

.tooltip-helper-arrow-up {
    border-bottom: 20px solid #1d8cf8 !important;
}

.tooltip-helper-arrow-right {
    border-left: 20px solid #1d8cf8 !important;
}

.tooltip-helper-arrow-left {
    border-right: 20px solid #1d8cf8 !important;
}

.tooltip-helper-arrow-down {
    border-top: 20px solid #1d8cf8 !important;
}

.tooltip-helper-next-sequence {
    background: #e14eca;
    background-image: linear-gradient(to bottom left, #e14eca, #ba54f5, #e14eca);
    background-size: 210% 210%;
    background-position: top right;
    background-color: #e14eca;
}
.tooltip-helper-prev-sequence {
    background: #e14eca;
    background-image: linear-gradient(to bottom left, #e14eca, #ba54f5, #e14eca);
    background-size: 210% 210%;
    background-position: top right;
    background-color: #e14eca;
    margin-left: 0.5rem !important;
}
.tooltip-disabled-btn {
    background-image: none !important;
}

.navbar-brand, .nav-link {
    color: #ffffff ;
}

.base-hover:hover {
    fill: #c0c0c0;
}

.cell-hover:hover {
    background-color: rgba(0,0,0,.075) !important;
}

.cell-clickable {
    cursor: pointer;
}

.share-clickable, .delete-clickable {
    pointer-events: bounding-box;
    cursor: pointer;
    
}

.share-clickable #inside {
    fill: rgb(255, 255, 255);
}
.share-clickable:hover #inside {
    fill: rgb(149, 150, 150);
}

.share-clickable #outline {
    stroke: rgb(255, 255, 255);
}
.share-clickable:hover #outline {
    stroke: rgb(149, 150, 150);
}

.delete-clickable {
    fill: rgb(255, 255, 255);
}

.delete-clickable #outline {
    stroke: rgb(255, 255, 255);
    fill: rgb(255, 255, 255);
}
.delete-clickable:hover #outline {
    stroke: #ec250d;
    fill: #ec250d;
}

.card-white {
    background: #ffffff !important;
    border-bottom: 1px solid #e8eaed !important;
}

.card-white:hover {
    background: rgba(0, 0, 0, 0.112) !important;
}

.card-carousel {
    background: #e8eaed !important;
}

.card-selectable {
    cursor: pointer;
}

.card-selectable:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.card-selected {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.card-selectable-info.card-selected {
    border: #1d8cf8 1px solid!important;
}

.card-selectable-red.card-selected {
    border: #ec250d 1px solid!important;
}

.card-selectable-green.card-selected {
    border: #00b51a 1px solid!important;
}

.overflow-alert {
    overflow-y: scroll !important;
    overflow-x:auto;
    -webkit-overflow-scrolling: touch;
}
.overflow-alert::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}
  
.overflow-alert::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    
}

.game {
    max-width: 100%;
    
    border-radius: 0.2857rem;

    user-select: auto !important;
    pointer-events: auto !important;
    touch-action: auto !important;
}

.matchupImage {
    width:50px
}
.tableImage {
    height: 20px
}

.base-picked {
    fill-opacity: 0.8 !important;
}

.base-bronze {
    fill: #cd7f32;
    fill-opacity: 0.8 !important;
}

.base-silver {
    fill: silver;
    fill-opacity: 0.8;
}

.base-gold {
    fill: goldenrod;
    fill-opacity: 0.8;
}

.base-purple {
    fill: purple;
    fill-opacity: 0.8;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48 !important;
  
  margin: 0;
  margin-top: -2px;
  vertical-align: middle;
}

.nav-symbol {
    font-size: 28px !important;
}

.swal2-popup {
    min-width:min-content !important;
    background-color: #393b57 !important;
}

.swal2-close:not(:hover) {
    color: black !important;
}

.swal2-close {
    box-shadow: none !important;
}

.swal2-title {
    color: #ffffff !important;
    font-size: 1.5em !important;
}



.colored-toast.swal2-icon-success {
    background-color: #5bae4c !important;
}
  
.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}
  
.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}
  
.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}
  
.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}
  
.colored-toast .swal2-title {
    color:white !important
}
  
.colored-toast .swal2-close {
    color:white !important
}
  
.colored-toast .swal2-html-container {
    color:white !important
}

.swal2-input {
    background-color: #ffffff !important;
}
.swal2-input:disabled {
    background-color: transparent !important;
}
.swal2-checkbox {
    background-color: #e8eaed !important;
}
.swal2-checkbox[disabled] {
    background-color: transparent !important;
}

.carouselImage {
    height: 30px;
    overflow: visible;
    white-space: nowrap;
    left: 50%;
    top: -15px;
    transform:
    translate(-50%, 0);
    position: absolute;
}

.carousel-control-prev, .carousel-control-next {
    width:5% !important;

    border:none;

}

.carousel-control-prev-icon, .carousel-control-next-icon {
    filter: invert(100%)
}

.no-display {
    display: none;
}

.image-crop {
    display: block;

    max-width: 100%;
}

.leaderboard-hover:hover {
    background-color: #1e1e2f;
}


.scoreboard-hover:hover {
    background-color: #1e1e2f;
}

.card-leaderboard:hover {
    background-color: rgba(255, 255, 255, .75) !important;
}

.btn-discord {
    background-color: #738ADB !important;
    background: linear-gradient(to bottom, #7C9ED9 0%, #6D8FCA 100%) !important;
    color: white !important;
}

.btn-discord.btn-simple {
    background-color: transparent !important;
    background-image: none !important;
    color: white !important;
    border-color: #738ADB !important;
}

.btn-group label.btn.active {
    transform: translateY(-1px) !important;
    -webkit-transform: translateY(-1px) !important;
}

.btn-lg-50 {
    width: 50%;
}

.blurry-text {
    text-shadow: 0 0 12px white;
    color: transparent !important;
}

.no-before-icon::before {
    display: none !important;
}

.boxed {
    position: relative;
    border: 1px solid white;
    width: fit-content;
    height: max-content;
    justify-self: center;
}

.overflow-auto::-webkit-scrollbar {
    width: 0.7em;
    background: transparent;
}
.overflow-auto::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 0.4285rem !important;
    height:30px;
}
  
.overflow-auto::-webkit-scrollbar-track-piece
{
    display:none;
}

.boxed-popup {
    position: relative;
    border: 1px solid black;
    width: fit-content;
    height: max-content;
    justify-self: center;
}
.box-text {
    color: rgb(200, 200, 200) !important;
}
.box-text-popup {
    color: rgb(0, 0, 0) !important;
}
.box-label {
    background: #27293d;
    padding: 0 5px;
    position: absolute;
    left: 5px;
    top: -10px;
}
.box-label-popup {
    background: #e8eaed;
    padding: 0 5px;
    position: absolute;
    left: 5px;
    top: -10px;
}

.sharepopup {
    width: 250px;
    max-width: 100%;
}

.scoreHeader {
    background-color: #27293d;

    border-bottom: 1px solid rgb(82, 95, 127) !important;

    padding-top: 3px !important;
}

.verify-container {
    max-width: 450px;
}

.photo-settings {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    vertical-align: middle;
    overflow: hidden;
}

.disablediv {
    background-color: rgba(0, 0, 0,.3);
}

.preview {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    overflow: hidden;
}

.btn-trash {
    background: rgba(221, 75, 57,0.5) !important;
    background-image: linear-gradient(to bottom left, rgba(221, 75, 57,0.5), rgba(150,39,26,0.5), rgba(221, 75, 57,0.5)) !important;
    background-size: 210% 210%;
    background-position: top right;
    color: #ffffff;
    background-size: 210% 210%;
    background-position: top right;
    background-repeat: space;
}
.btn-trash:hover {
    background: rgba(221, 75, 57,1) !important;
    background-image: linear-gradient(to bottom left, rgba(221, 75, 57,1), rgba(150,39,26,0.5), rgba(221, 75, 57,1)) !important;
    background-size: 210% 210%;
    background-position: top right;
    color: #ffffff;
    background-size: 210% 210%;
    background-position: top right;
    background-repeat: space;
}

.bootstrap-switch-on {
    background-color: #e14eca !important;
}

.dropdown-menu-pages {
    max-height: 230px;
    width: fit-content !important;
    min-width: min-content !important;
}

.btn-dropdown::after {
    margin-left: 5px !important;
}
.league-photo {
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    vertical-align: middle;
    overflow: hidden;
}

.ig-text {
    height: auto !important;

    background-color: #1d253b !important;
}
.ig-text::placeholder {
    color: rgb(176, 176, 176) !important;
}

.module .collapse, .module .collapsing {
    height: 3rem;
}

.module .collapse {
    position: relative;
    display: block !important;
    overflow: hidden;
}

.module .collapse:before {
    content: ' ...';
    position: absolute;
    right: 0;
    bottom: 0;
}

.module .collapse.show {
    height: auto;
}

.module .collapse.show:before {
    display: none;
}

.module a.collapsed:after {
    content: '+ Show More';
}

.module a:not(.collapsed):after {
    content: '- Show Less';
}

.expand-label.collapsed {
    white-space: nowrap;
    background: #27293d;
    padding: 0 5px;
    position: absolute;
    left: 80%;
    top: 85%;
}
.expand-label {
    white-space: nowrap;
    background: #27293d;
    padding: 0 5px;
    position: absolute;
    left: 80%;
    top: 97%;
}

#twitterButton:hover, #twitterButton:active, #twitterButton:focus {
    color: #58acff !important;
}

.text-theme {
    color: rgba(255,255,255,0.8) !important
}

.text-tag-button {
    color: white;
}
.text-tag-button-light:hover {
    color:rgb(204, 204, 204) !important
}
.text-tag-button:hover {
    color: black;
}

.matchups-font {
    font-size: 14px;
}

.matchups-stats-font {
    font-size: 14px;
}

.matchups-break {
    display: inline;
}

@media (min-width: 500px) {
    .matchups-font {
        font-size: 16px !important;
    }
    .matchups-stats-font {
        font-size: 16px !important;
    }
    
    .matchups-break {
        display: none;
    }
    .calendar {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr !important;
    }
    .calendar-item {
        width: 7.5rem !important;
        height: 7.5rem !important;
    }
    time {
        font-size: 2rem !important;
    }
    
}

@media (max-width: 991.98px) {
    .dropdown-navbar {
        background-color: #ffffff !important;
        position: absolute !important;
        padding-top: 0.5rem !important;
        margin-top: 0.125rem !important;
    }
    .dropdown-navbar.show {
        opacity: 1 !important;
        filter: alpha(opacity = 100);
        visibility: visible !important;
        -webkit-transform: translate3d(0, 1px, 0) !important;
        transform: translate3d(0, 1px, 0) !important;
    }
    .dropdown-navbar > .dropdown-item {
        color: #9A9A9A;
    }
    .btn-lg-50 {
        width: auto;
    }
    .stat-cell {
        width: 43px;
    }
}

.calendar {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	flex-wrap: wrap;
	list-style: none;

}


.calendar-item {
    display: flex;
    width: 6rem;
    height: 6rem;
    margin: 0.25rem;
    flex-flow: column;
    border-radius: 0.2rem;
    padding: 1rem;
    padding-top: 0.5rem;
    font-weight: 300;
    font-size: 0.8rem;
    box-sizing: border-box;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background-color: #1e1e2f;
}

time {
    font-size: 20px;
    margin: 0;
    font-weight: 500;
    text-align: left;
}

.wc-div {
    display: block;
    position: relative;
    overflow: hidden;
}

.wc-div > span:hover {
    color: white !important;
    cursor: pointer;
}

.swal2-matchbox {
    height: 400px !important;
}

.arrow {
    fill: white;
}

.form-control {
    border: 1px solid #ffffff !important;
}

.form-control:focus {
    border: 1px solid #e14eca !important;
}

.swal2-html-container > div > label {
    color: white !important
}

.sidebar[data="green"] {
    background: #008d28 !important;
    background: linear-gradient(0deg, #008d28 0%, #00b51a 100%) !important;
}

.sidebar[data="green"]:before, .off-canvas-sidebar[data="green"]:before {
    border-bottom-color: #00b51a !important;
}

.main-panel[data="green"] {
    border-top: 2px solid #00b51a !important;
}

.badge-green {
    color: #ffffff;
    background-color: #00b51a;
}

.card-stats .info-icon.icon-green {
    background: #00b51a;
    background-image: linear-gradient(to bottom left, #009b17, #008d28, #00b51a);
    background-size: 210% 210%;
    background-position: top right;
}

.btn-green.btn-simple.active:hover, .btn-green.btn-simple.active:focus, .btn-green.btn-simple.active:active, .btn-green.btn-simple.active:not(:disabled):not(.disabled):active {
    color: #ffffff;
    border-color: #00b51a;
    background-image: linear-gradient(to bottom left, #009b17, #008d28, #00b51a) !important;
    background-image: -moz-linear-gradient(to bottom left, #009b17, #008d28, #00b51a) !important;
    background-color: #00b51a !important;
    box-shadow: none;
}

.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
    color: #ffffff !important;
    background-color: #00b51a !important;
    border-color: #00b51a !important;
}

.btn-green.btn-simple.active {
    border-color: #00b51a !important;
}

.btn-green.btn-simple {
    color: #00b51a !important;
    border-color: #00b51a !important;
    background: transparent !important;
}

.btn-green.btn-simple:hover {
    background: transparent !important;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .btn-green:active:focus, .btn-green:active:hover, .btn-green.active:focus, .btn-green.active:hover {
    background-color: #00b51a !important;
    background-image: linear-gradient(to bottom left, #009b17, #008d28, #00b51a) !important;
    background-image: -moz-linear-gradient(to bottom left, #009b17, #008d28, #00b51a) !important;
    color: #ffffff;
    box-shadow: none;
}

.btn-green {
    background: #00b51a !important;
    background-image: linear-gradient(to bottom left, #009b17, #008d28, #00b51a);
    background-size: 210% 210%;
    background-position: top right;
    background-color: #00b51a !important;
    transition: all 0.15s ease;
    box-shadow: none;
    color: #ffffff;
}

.btn-green {
    color: #ffffff;
    background-color: #00b51a !important;
    border-color: #00b51a !important;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.sidebar[data="red"] {
    background: #ec250d !important;
    background: linear-gradient(0deg, #af1a08 0%, #ec250d 100%) !important;
}

.sidebar[data="red"]:before, .off-canvas-sidebar[data="red"]:before {
    border-bottom-color: #ec250d !important;
}

.main-panel[data="red"] {
    border-top: 2px solid #ec250d !important;
}

.badge-red {
    color: #ffffff;
    background-color: #ec250d;
}

.card-stats .info-icon.icon-red {
    background: #ec250d;
    background-image: linear-gradient(to bottom left, #d61d08, #af1a08, #ec250d);
    background-size: 210% 210%;
    background-position: top right;
}

.btn-red.btn-simple.active:hover, .btn-red.btn-simple.active:focus, .btn-red.btn-simple.active:active, .btn-red.btn-simple.active:not(:disabled):not(.disabled):active {
    color: #ffffff;
    border-color: #ec250d;
    background-image: linear-gradient(to bottom left, #d61d08, #af1a08, #ec250d) !important;
    background-image: -moz-linear-gradient(to bottom left, #d61d08, #af1a08, #ec250d) !important;
    background-color: #ec250d !important;
    box-shadow: none;
}

.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle {
    color: #ffffff !important;
    background-color: #ec250d !important;
    border-color: #ff1900 !important;
}

.btn-red.btn-simple.active {
    border-color: #ec250d !important;
}

.btn-red.btn-simple {
    color: #ec250d !important;
    border-color: #ec250d !important;
    background: transparent !important;
}

.btn-red.btn-simple:hover {
    background: transparent !important;
}

.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .btn-red:active:focus, .btn-red:active:hover, .btn-red.active:focus, .btn-red.active:hover {
    background-color: #ec250d !important;
    background-image: linear-gradient(to bottom left, #d61d08, #af1a08, #ec250d) !important;
    background-image: -moz-linear-gradient(to bottom left, #d61d08, #af1a08, #ec250d) !important;
    color: #ffffff;
    box-shadow: none;
}

.btn-red {
    background: #ec250d !important;
    background-image: linear-gradient(to bottom left, #d61d08, #af1a08, #ec250d);
    background-size: 210% 210%;
    background-position: top right;
    background-color: #ec250d !important;
    transition: all 0.15s ease;
    box-shadow: none;
    color: #ffffff;
}

.btn-red {
    color: #ffffff;
    background-color: #ec250d !important;
    border-color: #ec250d !important;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.sidebar[data="sunset"] {
    background: #d94f00 !important;
    background: linear-gradient(0deg, #d94f00 0%, #0a0074 100%) !important;
}

.sidebar[data="sunset"]:before, .off-canvas-sidebar[data="sunset"]:before {
    border-bottom-color: #0a0074 !important;
}

.main-panel[data="sunset"] {
    border-top: 2px solid #0a0074 !important;
}

.badge-sunset {
    color: #ffffff;
    background: linear-gradient(0deg, #d94f00 0%, #0a0074 100%) !important;
}

.card-stats .info-icon.icon-sunset {
    background: #d94f00;
    background-image: linear-gradient(to bottom left, #0a0074, #d94f00, #0a0074);
    background-size: 210% 210%;
    background-position: top right;
}

.btn-sunset.btn-simple.active:hover, .btn-sunset.btn-simple.active:focus, .btn-sunset.btn-simple.active:active, .btn-sunset.btn-simple.active:not(:disabled):not(.disabled):active {
    color: #ffffff;
    border-color: #d94f00;
    background-image: linear-gradient(to bottom left, #0a0074, #0a0074, #d94f00) !important;
    background-image: -moz-linear-gradient(to bottom left, #0a0074, #0a0074, #d94f00) !important;
    background-color: #d94f00 !important;
    box-shadow: none;
}

.btn-sunset:not(:disabled):not(.disabled):active, .btn-sunset:not(:disabled):not(.disabled).active, .show > .btn-sunset.dropdown-toggle {
    color: #ffffff !important;
    background-color: linear-gradient(to bottom left, #0a0074, #0a0074, #d94f00) !important;
    border-color: #d94f00 !important;
}

.btn-sunset.btn-simple.active {
    border-color: #d94f00 !important;
}

.btn-sunset.btn-simple {
    color: #d94f00 !important;
    border-color: #d94f00 !important;
    background: transparent !important;
}

.btn-sunset.btn-simple:hover {
    background: transparent !important;
}

.btn-sunset:hover, .btn-sunset:focus, .btn-sunset:active, .btn-sunset.active, .btn-sunset:active:focus, .btn-sunset:active:hover, .btn-sunset.active:focus, .btn-sunset.active:hover {
    background-color: #d94f00 !important;
    background-image: linear-gradient(to bottom left, #0a0074, #0a0074, #d94f00) !important;
    background-image: -moz-linear-gradient(to bottom left, #0a0074, #0a0074, #d94f00) !important;
    color: #ffffff;
    box-shadow: none;
}

.btn-sunset {
    background: #0a0074 !important;
    background-image: linear-gradient(to bottom left, #0a0074, #0a0074, #d94f00) !important;
    background-size: 210% 210%;
    background-position: top right;
    background-color: #0a0074 !important;
    transition: all 0.15s ease;
    box-shadow: none;
    color: #ffffff;
}

.btn-sunset {
    color: #ffffff;
    background-color: #0a0074 !important;
    border-color: #0a0074 !important;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.card-selectable-sunset.card-selected {
    border: #d94f00 1px solid!important;
}

.table-borderless td {
    border: 0 !important;
}

.table-pane {
    max-width: max-content;
}
