<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
}

.editProImg {
    position: absolute;
    top: 14px;
    right:38px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #1ea046;
    box-shadow: 1px 1px 6px 1px #cac9c9;
}
.editProImg i{
    line-height:30px;
}
.featureBlk {
    float: left;   
    margin-right:10px;
}
    .featureBlk span {
        
        padding:7px 15px;
    }
.colorS1{
    color:red;
}
.btnAlignS {
    margin-top: 23px;
    padding: 8px 20px;
}
#tickets {
    padding: 1rem;
    vertical-align: middle;
}
.earningBlock .media-body p{
    color:#fff;
    font-weight:600;
    font-size:14px;
}
.earningBlock .media i {
    color: #049a8f;
    /*color: #00a072;*/
    line-height: 29px;
    font-size: 16px;
}
.earningBlock 
{
    margin: 0rem .5rem;
}
    .earningBlock .media {
        padding: 18px 1px;
        /*background: #00a072 !important;
    border: 7px double #058c65;*/
        background: #00a098 !important;
        border: 7px double #049a8f;
        /*border: 4px dotted #058c65;*/
        color: #fff;
    }
.personalD .avatar-xxl {
    width: 155px;
    height: 155px;
    line-height: 96px;
    font-size: 1.429rem;
    box-shadow: 0px 0px 10px 0px #b7b5b5;
}
.tblRequestAmt td{
    padding:5px 3px;
}
.receiptImg {
    height: 55px;
    width: 80px;
    border: 1px solid #e1e1e1;
    display: block;
    padding: 6px;
    border-radius:5px;
}
.tolExpenseFund {
    font-size: 20px;
    color: #131111;
    background: #f0f1f0;
    text-align: center;
    border-radius: 5px;
    margin-top: 5px;
    border: 1px solid #e1e1e1;
}


/*snack bar*/
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -225px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 999;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}
.box-img2 {
    height:60px;
    filter: invert(1);
}
.box-img1 {

padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px rgb(255 255 255 / 20%)

}
#sponseridp1 {
    display:block;
}

#sponseridp {
    display:block;
}
.royal {
    display:block;
    margin-bottom:15px;
}
#Sponsercount {
border: 1px solid rgb(255 255 255 / 31%);
    padding: 3px 5px;
    border-radius: 2px;
}
#Sponsercount1 {
border: 1px solid rgb(255 255 255 / 31%);
    padding: 3px 5px;
    border-radius: 2px;
}

</pre></body></html>