.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;
}

.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: #e8eaed !important;
}

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

.swal2-close {
    box-shadow: none !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;
}

.leaderboard-hover > td {
    color: #ba54f5 !important;
}

.leaderboard-hover:hover > td, .leaderboard-hover:active > td, .leaderboard-hover:focus > td {
    text-decoration: underline dotted !important;
    -webkit-text-decoration: underline dotted !important;
}

.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-lg-50 {
    width: 50%;
}



.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
}

.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;

}

.today {
    background: #ba54f5 !important;
}

.today > time {
    font-weight: 800;
}

.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;
}