/* ============ footer Common ====================================== */
.footerApp{
    border-top: 1px solid #cbc9c9;
    border-bottom: 1px solid #cbc9c9;
    padding: 20px 0px 5px 0px;
}
.footerPageLink{
    margin-right: 20px;
    text-decoration: none;
    cursor: pointer;
}
.footerSocial{
    width:25px;
    height:25px;
}
.footerNews{
    padding: 10px 0px;
    background-color: #e7e7e7;
}
.footer_news_check{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.captcha-container {
    border: 1px #d9d6d6 solid;
    border-radius: 5px;
    padding: 2px;
    display: flex;
    justify-content: space-between;
}
#captchCode1 {
    width: 210px;
    height: 70px;
    background: url(../img/captcha.png);
    font-size: 41px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 12px;
    color: #96b3e7;
    cursor: pointer;
}
#captchaInput1 {
    font-size: 30px;
    border: none !important;
    width: 170px;
    padding: 7px 10px;
    outline: none;
    letter-spacing: 7px;
}
.saveSuccessMessage1 {
    position: fixed;
    border: 1px solid green;
    top: 10px;
    right: 20px;
    background: #f3fff3;
    color: #007000;
    padding: 10px 20px;
    border-left: 10px solid green;
    border-radius: 10px;
    font-size: 18px;
    z-index: 100;
}
.inviteSocialContainter{
    display: inline-flex;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: space-between;
}
.inviteSocialItem{
    margin: 0px 4px 10px 4px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 50px;
    color: white;
    text-decoration: none;
}
.inviteSocialItem:hover{
    cursor: pointer;
    filter: brightness(1.3);
}
.inviteSocialItem i{
    font-size: 25px;
}
.premSelContainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dddddd;
    padding:10px;
    font-weight: 600;
}
.premSelContainer img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 10px;
}
.adsPremStaus{
    border: 1px solid #dddddd;
    border-radius: 100px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
}
.adsPremStaus img{
    width: 18px;
    margin-right: 5px;
}
.statusPrem{
    padding: 3px 10px;
}
.adsPremStaus .statusPrem:not(:first-child){
    border-left: 1px solid #dddddd;
}
.coinText{
    background: #FFF8E1 !important;
    color: #FF6D00 !important;
    border: 1px solid #FFB74D !important;
}
.giftModalLevel{
    font-weight: normal !important;
}
.topGiftCounts{
    border-radius: 5px;
    padding: 2px 7px;
    background-color: #ff4759;
    color:white;
    font-size: 12px;
}
.topGiftCounts img{
    width: 20px;
    height: auto !important;
    margin-right: 2px;
}
.staticLine{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.staticLine span{
    white-space: nowrap;
}
.divSign{
    margin: 0px 5px;
    display: inline;
}

@media (max-width: 540px) {
    .staticLine{
        display: flex;
        flex-direction: column;
    }
    .divSign{
        display: none;
    }
}