﻿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: 45px;
    height: 245px;
}

.tube {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 220px;
    bottom: 23px;
    border-radius: 13px;
    background: #ffffff;
    border: 4px 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 top,#8b0000,#d90000,#ff3b3b);
    transition: height 1.5s ease;
}

.bulb {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(to bottom,#ff4444,#aa0000);
    border: 4px solid #d6d6d6;
    bottom: 0;
    left: 50%;
    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;
}
