﻿body {
}


.hglass {
    width: 50px;
    height: 50px;
    margin-top:10px;
}

.hammer  {
        width: 50px;
        height: 50px;
    }

.msgHighlt {
    background-color: #4dae0b;
    color: white;
}

.auction_timing_message {
    /*color: #000;*/
}

.thermo-container {
 }

.thermometer {
    position: relative;
    width: 55px;
    height: 245px;
}

.tube {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 220px;
    bottom: 23px;
    border-radius: 13px;
    background: #ffffff;
    border: 3px solid #d6d6d6;
    overflow: hidden;
    box-shadow: inset 8px 0 10px rgba(255,255,255,.8), inset -6px 0 8px rgba(0,0,0,.08);
}

.mercury {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: linear-gradient( to right, #8b0000 0%, #d90000 35%, #ff3b3b 55%, #d90000 75%, #8b0000 100% );
    transition: height 1.5s ease;
    overflow: visible;
}

    /* Moving shine through the mercury */
    .mercury::after {
        content: "";
        position: absolute;
        top: -100px;
        left: -50%;
        width: 200%;
        height: 70px;
        background: linear-gradient( to bottom, transparent 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,.65) 50%, rgba(255,255,255,0) 80%, transparent 100% );
        transform: rotate(0deg);
        animation: mercuryShine 3s linear infinite;
        pointer-events: none;
    }

    /* Glowing top of mercury */
    .mercury::before {
        content: "";
        position: absolute;
        top: -4px;
        left: 50%;
        transform: translateX(-50%);
        width: 18px;
        height: 8px;
        border-radius: 50%;
        background: #ff5555;
        box-shadow: 0 0 4px #ff3333, 0 0 8px #ff3333, 0 0 15px rgba(255,40,40,.9), 0 0 25px rgba(255,40,40,.65);
        animation: mercuryGlow 1.5s ease-in-out infinite alternate;
        z-index: 5;
    }

/* Moving shine */
@keyframes mercuryShine {
    0% {
        top: 100%;
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    50% {
        opacity: .9;
    }

    85% {
        opacity: 1;
    }

    100% {
        top: -80px;
        opacity: 0;
    }
}

/* Pulsing glow at mercury surface */
@keyframes mercuryGlow {
    from {
        box-shadow: 0 0 4px #ff3333, 0 0 8px #ff3333, 0 0 15px rgba(255,40,40,.7), 0 0 20px rgba(255,40,40,.4);
    }

    to {
        box-shadow: 0 0 6px #ff5555, 0 0 12px #ff3333, 0 0 22px rgba(255,40,40,1), 0 0 32px rgba(255,40,40,.7);
    }
}

.bulb {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(to bottom,#ff4444,#aa0000);
    border: 3px solid #d6d6d6;
    bottom: 0;
    left: 51%;
    transform: translateX(-50%);
    box-shadow: inset -8px -8px 12px rgba(0,0,0,.25), inset 8px 8px 12px rgba(255,255,255,.25);
    }

.scale {
    width: 40px;
    height: 240px;
    padding-bottom: 10px;
    vertical-align: top;
}

.scale-row {
    font-size: 14px;
    color: #999;
    font-weight: 600;
    line-height:25px;
    vertical-align:top;
    margin-left: -10px;
}

#confetti-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
}
