/* input(59,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
input(90,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
input: run-time error CSS1066: Unexpected end of file encountered */



/*Hidden class for adding and removing*/
.lds-dual-ring.hidden {
    display: none;
}

/*Add an overlay to the entire page blocking any further presses to buttons or other elements.*/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}

/*Spinner Styles*/
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 5% auto;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.icon-shape i {
    top:0px;
}

.custom-switch.custom-switch-lg {
    padding-bottom: 1rem;
    padding-left: 2.25rem;
    & .custom-control-label

{
    padding-left: .75rem;
    padding-top: 0.15rem;
    &::before

{
    border-radius: 1rem;
    height: 1.5rem;
    width: 2.5rem;
}

&::after {
    border-radius: .65rem;
    height: calc(1.5rem - 4px);
    width: calc(1.5rem - 4px);
}

}

.custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(1rem);
}

}

// Add class `.custom-switch-xl` to a `custom-switch`
.custom-switch.custom-switch-xl {
    padding-bottom: 1rem;
    padding-left: 2.25rem;
    & .custom-control-label

{
    padding-left: 2rem;
    padding-top: 0.5rem;
    &::before

{
    border-radius: 1rem;
    height: 2rem;
    width: 3.5rem;
}

&::after {
    border-radius: 2rem;
    height: calc(2rem - 4px);
    width: calc(2rem - 4px);
}

.border-yellow {
    border-color: #FFD341 !important;
}

.border-scorebar {
    border-color: rgba(0, 0, 0, 0.7) !important;
}

.text-yellow {
    text-color: #FFD341 !important;
}



.custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(1.5rem);
}


#CroppicAvatar {
    width: 200px;
    height: 150px;
    max-width: none;
    position: relative; /* or fixed or absolute */
}

@media print {
    pagebreak {
        page-break-after: always;
    }
}

.text-scoreboardscore {
    font-size: 500px;
    line-height: 12rem;
}

@media (min-width: 992px) {
    .text-scoreboardscore
    {
        line-height:28rem;
        font-size: 28rem;
    }
}

.test {
    color: red;
}

.dtr-details .dtr-title .dtr-data {
    font-size: 0.75rem !important;
}

.border-navblack { 
    border-color: white;
    color: white;
}

.li.nav-item {
    color: white;
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid black;
    background-image: none;
}

    .carousel-control-next-icon:after {
        content: '>';
        font-size: 55px;
        color: red;
    }

    .carousel-control-prev-icon:after {
        content: '<';
        font-size: 55px;
        color: red;
    }

.upbgpurple {
    background-color: #854cc2 !important;
}

.upfontpurple {
    color: #854cc2 !important;
}