﻿
.loader-block {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.7;
    display: none;
    z-index: 100;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
}

    .loader img {
        width: 100%;
    }

.tphead .rightpnl {
    display: flex;
    flex-wrap: wrap;
}

    .tphead .rightpnl .akshalogo {
        margin-left: 30px;
    }



.txtborderhide {
    border: transparent;
    outline: none;
    background: none;
    color: #fff;
    text-decoration: underline;
}

.earnrdmlist .msgitem {
    padding: 12px;
    color: #fff;
}

.menubar ul li a{ font-weight:bold;}
.defaultpg p {
    font-weight: normal;
    text-align: justify;
}
.clmnflex .cmn-container input{font-size:15px; font-weight:bold;margin-top: 10px;}
.clmnflex .cmn-container label {
    padding:14px;
    width: 100%;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}
.clmnflex .cmn-container select{font-size:15px; font-weight:bold;margin-top: 10px;}

.pointswrp .cmnmyTh-top span:last-child {
     width: auto; 
}

.cusmarginp p{ margin-bottom:20px;}
.selectfltr select option {
    color: #000;
}
.welcomediv {
    background: #569fcb !important;
    
}

.btnwelcome {
    padding-bottom: 0px !important;
    padding-top: 6px !important;
}

.btnwelcome a {
    display: inline-block;
    width: 110px;
    text-decoration: none;
    vertical-align: top;
    background: #ffc100;
    padding: 6px 24px;
    border-radius: 5px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.hotzonerow {padding-top:10px;}
.pointschemerow {width:40% !important;}


@media only screen and (max-width: 767px) {
    .btnwelcome {
        padding-bottom:6px !important;
    }
}
