
.torch {
    border: 1px solid #FFC107 ! Important;
    padding: 5px;
    border-radius: 10px;
    background-color: #FFC107 !important;
    color: #333;
    font-size: 12px;
}
.front {
  background-image: radial-gradient(circle at center, rgb(121 85 72 / 62%), #00000038), url() !important;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed; /* optional */
    color: white; /* if your overlay is dark */
}
.others{
    background-color:#fff !Important;
}

.main-color{
    background-color: #FFC107 !important;
    background: none;
    border:4px solid #ffc107 !important;
}
.main-text{
    color:#ffc107 !Important;
}
.min-width{
    width:200px !important;
}
.textcopper{
    color: #333 !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    width: 100%;
}
.whitehover:hover {
    background-color: #fff !important;
    
}
.bluish{
    color: #2196F3 !important;
}
div#countdown {
    border: 2px solid #3c3c3c !important;
    border-radius: 5px;
    padding: 5px 10px;
    color: #2196F3 !important;
    font-weight: 700;
    letter-spacing: 5px;
    max-width: 400px;
    margin: auto;
        font-size: 20px;
}
.form-control {
    background: transparent !important;
    border: 1px solid #333 !important;
    color: #333 !important;
    padding: 0.75rem 1rem;
    font-size: 1rem;
}
div#countdown:before {
    content: 'New Song in - ';
    color: #2196F3 !important;
    font-weight: 500;
    letter-spacing: 0px;
}
.boxshadow:hover{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.option{
    background-color: #2196F3;
    padding: 0px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 5px solid #2196F3;
}
.option span{
        background: none !important;
}
.option:hover {
    background-color: #3F51B5;
}
.btntheme{
        padding: 2px !Important;
    background-color: #fff !important;
    color: #333 !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 35px;
    background: #fff !important;
    width: 100% !important;
    height: auto !important;
    border: 1px solid;
}
.btntheme:hover{
     background-color: #FFC107 !important;
}
.event_box td{
    background: transparent !Important;
    padding: 5px;
    color: #070707;
    text-align: left;
    font-size: 14px;
}
.event_box table{
    width:100% !Important;
        margin-bottom: 10px;
}
.event_box .quiz_btn .btn_txt {
    padding: 0 5px !important;
    min-height: 0px !important;
    font-size: 13px;
    border-radius: 0px !important;
    height: auto !important;
}
.event_box {
    background: #fefefe;
    padding: 20px 10px;
    /* background-image: radial-gradient(circle at center, rgb(0 0 0 / 83%), #000000c4), url(https://images.pexels.com/photos/1587927/pexels-photo-1587927.jpeg); */
    /* background-size: cover; */
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
#mainHeader.scrolled {
    background-color: white !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional for elevation effect */
}
.border_box::before{
    background:#fff !important;
    background-color:#fff !Important;
}
.clocks{
        background-color: #fff !important;
    background: #fff !important;
    color: #333 !important;
    box-shadow: none !important;
}
.clockin {
    color: #010101 !important;
    font-size: 25px !important;
    font-weight: 700;
        margin-left: 100%;
        margin-left: -10%;
}
h3.maintitle {
    color: #2196F3 !important;
    background-color: #fff !important;
    box-shadow: none !important;
    border: 0px !important;
    font-size: 24px !important;
    font-weight: 700 !Important;
        padding: 0px !important;
}
.valueop span {
    background: #fff !important;
    border: 1px solid #bbb !Important;
    height: auto !important;
    color: #2196F3 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    padding: 8px 2px !important;
    min-height: auto !important;
}
.answer-options .btn.active, .answer-options .btn:hover  {
    border: 0px !important;
    transform: scale(1.05);
    box-shadow: none !important;
}

.valueop.active span {
    border: 2px solid #FFC107 !important;
}
.btn.active.success span {
    border: 1px solid #4CAF50 !important;
    background-color: #4CAF50 ! Important;
    color: #fff !important;
}
.timerss  table td {
    background: #fff;
    padding: 2px;
    color: #000000;
    text-align: center !important;
    font-size: 18px;
    font-weight: 600 !Important;
}
.leaderboard td {
    background: #ffffff !important;
    padding: 10px;
    color: #000000 !important;
    text-align: center;
    font-size: 18px;
    border:1px solid #f2f2f2;
}
.loginbox {
    background-color: #ffffff !important;
    border: 1px solid #f5f5f5bb;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.icontop{
    color: #ffc107;
    font-size: 28px;
        cursor: pointer;
}
.custom-checkbox:checked {
    background: #FFC107;
    border-color: #FFC107;
}
.firstspan{
    border: 1px solid #e7e7e7 !important;
    border-radius: 5px 0px 0px 5px;
}
.colorr{
    color: #FF9800;
}
.input1{
    border: 1px solid #e7e7e7 !important;
    border-radius: 0px 5px 5px 0px !important;
    color: #333 !important;padding: 6px;
}
.span2{
    border: 1px solid #e7e7e7 !important;
    border-radius: 0px 5px 5px 50px;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #FF9800 !Important;
}
.list .lists{
    width:100% !important;
}
.list .lister {
    border-bottom: 1px solid #dedada;
    padding: 10px;
    margin-bottom: 10px;
    border-radius:5px;
}
.list .grider{
    display:none;
}

.list .lister img {
    width: 90px;
}
.nav .nav-link {
    min-width:160px;
}
.view-toggle .active{
    color:#FF9800;
}
.grid .lister{
    display:none !important;
} 
.alert-link {
    font-weight: 700;
    color: #F44336 !Important;
}