﻿body {
}

#backtt {
    z-index: 20000;
    position: fixed;
    visibility: visible;
    display: block;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    background-color: white;
    /*margin-top: 166px;*/
    /*height: 300px;*/
    border: 9px solid #808080;
    border-radius: 8px;
}

@media (max-width:767px) {

    #backtt {
        z-index: 20000;
        position: fixed;
        visibility: visible;
        display: block;
        left: 75%;
        width: 295px;
        margin-left: -223px;
        background-color: white;
        /*margin-top: 166px;*/
        /*height: 300px;*/
        border: 9px solid #808080;
        border-radius: 8px;
    }
}


@media (max-width:767px) {

    #ctl00_imgpopup {
        height: 300px;
        margin-left: 0px;
    }
}

/*User Deshbord Css */

.marquee-body {
    border-radius: .5rem;
    margin-bottom: 0px;
    padding: 0px;
    color: #303133 !important;
    background-color: rgba(255, 255, 255, 1) !important;
    border: unset !important;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.winner-txt {
    padding: 12px 10px 12px 10px;
    --tw-bg-opacity: 1;
    background-color: rgb(228 26 23 / var(--tw-bg-opacity));
    width: 150px;
    position: relative;
    border-bottom-left-radius: .5rem;
    border-top-left-radius: .5rem;
}

    .winner-txt > span {
        font-weight: 700;
        font-size: 15px;
        color: black;
    }

        .winner-txt > span > i {
            color: black;
            margin-right: 3.75px;
        }

.marquee-box {
    display: flex;
    width: calc(100% - 160px);
    color: #303133;
    font-weight: bold;
    padding: 5px;
}

.panel-top-space {
    margin-top: 15px;
}

.nav-notification li a .head-icon {
    align-items: center;
    background-color: #e41a17;
    border-radius: 8px;
    color: #222;
    display: flex;
    font-size: 18px;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.nav-notification li .dropdown-menu li a .icon-submenu {
    align-items: center;
    color: #9b9b9b;
    display: inline-flex;
    height: 20px;
    justify-content: left;
    width: 25px;
}

.nav-notification li .dropdown-menu li a {
    font-weight: 500;
}

.nav-notification .notification a .noti-icon {
    align-items: center;
    background-color: #eee;
    border-radius: 8px;
    color: #88703e;
    display: flex;
    font-size: 18px;
    height: 40px;
    justify-content: center;
    width: 40px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

    .nav-notification .notification a .noti-icon:hover {
        background-color: #e41a1726;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }

.nav-notification .banner .banner-btn {
    animation: bgchange 3s linear;
    animation-iteration-count: infinite;
    background-color: #222;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-weight: 600;
    padding: 10px 20px !important;
    transition: all .3s ease;
    margin-top: 14px;
    margin-right: 5px;
}

@keyframes bgchange {
    0% {
        background-color: #FF6666;
        color: #222;
    }

    25% {
        background-color: #e41a17;
        box-shadow: 0 0 10px #e41a17;
        color: #222;
    }

    50% {
        background-color: #FF6666;
        color: #222;
    }

    75% {
        background-color: #e41a17;
        box-shadow: 0 0 10px #e41a17;
        color: #222;
    }

    100% {
        background-color: #FF6666;
        color: #222;
    }
}



/*-- Timer Counter css --*/
.timer-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.time-box {
    text-align: center;
}

    .time-box span {
        font-size: 16px;
        font-weight: bold;
        display: block;
        font-size: 16px;
        font-weight: bold;
        display: block;
        background: #111;
        color: #e41a17;
        border: 1px solid #e41a17;
        padding: 6px 0px;
        text-align: center;
        border-radius: 6px;
        min-width: 35px;
    }

    .time-box small {
        color: #222;
        font-size: 10px;
        font-weight: 600;
    }

.timer-text {
    margin-left: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

@media (max-width:480px) {
    .nav-notification .banner {
        display: none !important;
    }

    .lang-dropdown {
        margin-top: 15px;
    }

    .timer-container {
        display: none;
    }
}


/*-- Copy Member Id css --*/
.user-box {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 2px 10px;
    border-radius: 6px;
    width: fit-content;
    color: #fff;
    margin-left: 35px;
}

.copy-btn {
    background: #e41a17;
    border: none;
    padding: 4px 4px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

    .copy-btn i {
        color: #fff;
        font-size: 14px;
    }

    .copy-btn:hover {
        transform: scale(1.1);
    }


/*-- view profile link css --*/
.profile-link .prof-href {
    display: block;
    color: #e41a17;
}

    .profile-link .prof-href .arrow-icon {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 8px;
        height: 8px;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }

        .profile-link .prof-href .arrow-icon i {
            color: #ff2b2b;
            font-size: 14px;
        }

    /* Hover effect */
    .profile-link .prof-href:hover .arrow-icon {
        color: #ff2b2b;
        transform: translateX(3px);
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }
