﻿
html, body {
    font-family: Inter,Helvetica,"sans-serif" !important;
}



.navbar {
    font-size: 1.2rem !important;
}


.bg-dark {
    background-color: #421320 !important;
}


.bg-dark[data-code^="#P"] { /* FOR PIPA AUCTION HASH BADGE */
    background-color: #19568d !important;
}







.modal-backdrop {
    display: none;
}

/*.floatingMedals {
    left: auto;
    bottom: 1rem;
    top: auto;
    right: 1rem;
}*/

.medalGold {
    color: #FFD700 !important;
}

.medalSilver {
    color: silver !important;
}

.medalBronze {
    color: saddlebrown !important;
}

.starRating {
    color: white !important;
}


hr {
    height: 3px !important;
    border: none !important;
}

.hr-dark {
    color: #421320 !important;
    background-color: #421320 !important;
}

.hr-primary {
    color: #EF426F !important;
    background-color: #EF426F !important;
}

.grayscale {
    filter: grayscale(100%);
}


.female-color {
    color: #EF426F !important;
}


.male-color {
    color: #0097fb !important;
}




.glow-box {
    /*box-shadow: 0 0 15px #ef426f;*/
    animation: glowBox 1.5s ease-in-out alternate;
}

@keyframes glowBox {
    0% {
        box-shadow: 0 0 10px #ef426f;
    }

    33% {
        box-shadow: 0 0 0px #ef426f;
    }

    66% {
        box-shadow: 0 0 10px #ef426f;
    }

    100% {
        box-shadow: 0 0 0px #ef426f;
    }
}

.glow-text {
    animation: glowText 0.5s ease-in-out alternate;
}



@keyframes glowText {
    0% {
        text-shadow: 0 0 1em #ef426f;
    }

    33% {
        text-shadow: 0 0 0px #ef426f;
    }

    66% {
        text-shadow: 0 0 1em #ef426f;
    }

    100% {
        text-shadow: 0 0 0px #ef426f;
    }
}




#floatingVideo {
    z-index: 999 !important;
    position: fixed !important;
    bottom: 1rem;
    right: 1rem;
    width: 480px;
}

@media (max-width: 768px) {

    #floatingVideo {
        width: 230px;
    }
    /*
    #showVideoBtn {
        width: 100% !important;
        margin-bottom:
    }

    #hideVideoBtn {
        width: 100% !important;
    }

    */
}


.container-main-parent {
    width: 100%;
}


.legend-square {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    border: 1px black solid;
    border-radius: 0.2em;
    vertical-align: middle;
}


.bg-primary-light {
    background-color: #ffdee2 !important;
}


.bg-success-table {
    background-color: #caece2 !important;
}

.bg-warning-table {
    background-color: #fef4d9 !important;
}

.bg-danger-table {
    background-color: #f6cbd1 !important;
}

.bg-info-table {
    background-color: #dad5fb !important;
}


.table-small-padding th, .table-small-padding td {
    padding: 1ch;
}





.iti {
    display: block;
    width: 100%;
}
