.locked {
    color: #627FFF;
    font-size: 21px !important;
    margin-left: 6px;
}

.position-set-bottom {
    position: absolute;
    bottom: 120px;
    right: 12px;
    left: 12px;
}

.home-center-set {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-center-set .home-padding{
    padding: 0;
}

#ton-connect-button {
    min-width: 126px;
    border-radius: 20px;
    border: 1.82px solid #627FFF;
    /* background: linear-gradient(180deg, #627FFF 0%, #D77502 100%); */
    background-color:#627FFF;
}

#ton-connect-button svg {
    display: none;
}

#ton-connect-button button {
    background-color: transparent;
    box-shadow: none;
    padding: 00;
    height: auto;
    transform: none;
    min-width: auto;
    max-width: auto;
    height: 18px;
}

#ton-connect-button button>div {
    color: #000;
    font-size: 16px;
    /* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    /* font-family: Roboto; */
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

.outer-progress-box div.progress-main a {
    text-decoration: none;
}

.task-box {
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
    border-radius: 1rem;
    border: 1px solid #627FFF;
    background: #F5F5F5;
    padding: 1rem;
}

.task-box .task-header,
.task-box .task-body {
    padding: 16px;
}

.task-box .task-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
}

.task-box .task-header h4 {
    /* color: #D9D9D9; */
    color: #000;
    /* font-family: Belanosima; */
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
    border-bottom: 0.1rem solid #000;
    text-align: center;
    padding-bottom: 0.5rem;
}

.tribe-user-profile {
    text-align: center;
    position: relative;
    padding: 18px 0;
}

.tribe-user-profile:before {
    content: '';
    background-image: url(../images/icons/earn-back.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    height: 400px;
    width: 100%;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: 100% 100%;
}

.level-slider .tribe-user-profile::before,
.tribe-user-profile.earn-profile::before {
    content: none;
}

.level-slider .tribe-user-profile .gradient-background-set,
.tribe-user-profile.earn-profile .gradient-background-set {
    content: '';
    /* background-image: url(../images/icons/earn-back.png); */
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    height: 400px;
    width: 100%;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: 100% 100%;
}

.tribe-user-profile img {
    max-height: 224px;
    position: relative;
}

.earn-sec .task-box .task-body table {
    width: 100%;
    border: none;
}

.earn-sec .task-box .task-body table tbody tr td {
    padding: 8px 0;
    vertical-align: middle;
}
.earn-sec .task-box .task-body table tbody tr td:nth-child(2) {
    width: 65% !important;
    padding-right: 1rem;
}
.earn-sec .task-box .task-body table tbody tr:first-child td {
    padding-top: 0;
}

.earn-sec .task-box .task-body table tbody tr .width-check {
    max-width: 38px;
}

.earn-sec .task-box .task-body table tbody tr td .check-form input {
    height: 15px;
    width: 15px;
    background-color: rgba(198, 163, 30, 1);
    box-shadow: none;
    outline: none;
    border-color: rgba(198, 163, 30, 1);
    border-radius: 2px;
    margin-right: 8px;
}

.earn-sec .task-box .task-body table tbody tr td .clock-img {
    height: 18px;
    width: 18px;
    object-fit: contain;
}

/* .earn-sec .task-box .task-body table tbody tr td .check-form.white input{
    background-color: #FFF;
    border-color: #fff;
} */
.earn-sec .task-box .task-body table tbody tr td .flex-channel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.earn-sec .task-box .task-body table tbody tr td .flex-channel img {
    height: 30px;
    width: 30px;
    object-fit: contain;
}

.earn-sec .task-box .task-body table tbody tr td .flex-amount {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    font-size:13px;
}

.earn-sec .task-box .task-body table tbody tr td .flex-amount img {
    height: 20px;
    width: 20px;
    object-fit: contain;
}

.earn-sec .task-box .task-body table tbody tr td p {
    color: #000;
    /* font-family: Belanosima; */
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

/* ================== friends page css starts ================== */
.task-box .task-header h4.orange {
    color: #627FFF;
    text-align: center;
}

.task-box .task-body .empty {
    height: 50px;
    width: 50px;
    object-fit: contain;
    margin-bottom: 20px;
    margin-top: 6px;
}

.task-box .task-body p.empty-para {
    color: #D9D9D9;
    text-align: center;
    /* font-family: Belanosima; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 9px;
}

.friends-sec .refer-box {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    padding: 12px 14px;
    margin-bottom: 16px;
    /* min-width: 126px; */
}

.friends-sec .refer-box h4,
.friends-sec .refer-friend-box h4 {
    color: #FFF;
    /* font-family: Belanosima; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-transform: capitalize; */
    margin-bottom: 8px;
}

.friends-sec .refer-box .points {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.friends-sec .refer-box .points img {
    height: 20px;
    width: 20px;
    object-fit: contain;
}

.friends-sec .refer-box .points p {
    color: #627FFF;
    /* font-family: Belanosima; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.friends-sec .invite-friend-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.friends-sec .refer-friend-box,
.stats-sec .refer-friend-box {
    border-radius: 6px;
    background: #627FFF;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.full-height-sppin {
    height: 100vh;
    display: flex;
    align-items: center;
}
.stats-sec .refer-friend-box h6{
    margin-bottom: 0;
}
.stats-sec .refer-friend-box .form-control{
padding: 0.5rem;
}
.friends-sec .refer-friend-box.copy {
    padding: 10px;
}

.friends-sec .refer-friend-box img {
    height: 18px;
    width: 18px;
}

.friends-sec .refer-friend-box h4 {
    margin-bottom: 0;
}

.stats-sec .refer-friend-box.copy {
    padding: 5px;
    cursor: pointer;
}

.stats-sec .refer-friend-box.copy.boost-padding {
    padding: 10px;
    min-width: 125px;
    cursor: pointer;
}

.stats-sec .refer-friend-box img {
    height: 16px;
    width: 16px;
}

.stats-sec .user-detail p.font-16 img {
    height: 22px;
    width: 22px;
    flex-shrink: 0;
}

.view-more-friends {
    color: #627FFF;
    /* font-family: Belanosima; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
    text-decoration: none;
    text-align: center;
    display: block;
}

.view-more-friends:hover {
    color: #627FFF;
}

.heading-third {
    /* color: #e6e2e2; */
    color: #fff;
    /* font-family: Belanosima; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 8px;
    margin-bottom: 16px;
}

.heading-third img {
    max-height: 30px;
    width: auto;
}

/* ================== stats page css starts ================== */
.stats-sec ul {
    padding-left: 0;
    position: relative;
}

.stats-sec ul li {
    list-style: none;
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 16px 16px;
    border-radius: 10px;
    /* border: 1px solid rgba(245, 174, 0, 0.60); */
    border: 1px solid #627FFF;

    /* border: 1px solid #45cc46; */
    /* background: rgba(255, 255, 255, 0.10); */
    background: rgba(255, 255, 255, 0.04);
    margin: 0 8px 16px;
    gap: 6px;
    position: relative;
}
.stats-sec.space-side ul li.active-referal {
    background-color: #DBE2FF;
}
.stats-sec ul.stats-table-inner li{
    border: none;
    color: #fff;
    font-size: 14px;
    word-break: break-all;
}
.stats-sec ul.stats-table-inner li span{
    word-break: break-all;
}

.max-width-level {
    max-height: 440px;
    overflow-y: auto;
}
.stats-sec.space-side ul li{
    margin: 0 0 16px;
    align-items: center;
}
.stats-sec ul li.update-box {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    border: none;
    position: relative;
    z-index: 2;
}

.stats-sec ul li.update-box h4 {
    font-size: 18px;
    font-weight: 500;
}

.stats-sec .inner-user {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
}

.stats-sec .inner-user img {
    width: 57.008px;
    height: 57.007px;
    flex-shrink: 0;
    object-fit: contain;

}

.stats-sec .inner-user .user-profile {
    background-image: url('../images/icons/tribe-icon-back.png');
    background-size: contain;
    background-position: center;
    padding: 10px;
    background-repeat: no-repeat;
}

.stats-sec .user-detail h3 {
    color: #627FFF;
    /* color: #45cc46; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px;
}

.stats-sec .user-detail h4 {
    color: #000;
    /* font-family: Belanosima; */
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 6px;
}

.stats-sec .user-detail h4 img,
.stats-sec .user-detail p img {
    height: 18px;
    width: 22px;
    object-fit: contain;
    margin-right: 7.5px;
    flex-shrink: 0;
}

.stats-sec .user-detail p {
    color: #627FFF;
    /* font-family: Belanosima; */
    /* color: #45cc46; */
    font-size: 13px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 2px;

}

.stats-sec .user-detail p.font-16 {
    font-size: 16px;
}

.stats-sec .user-detail p span {
    color: #000;
}

.stats-sec li h2 {
    color: #000;
    /* font-family: Belanosima; */
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

/*==================== levels page code starts ====================*/
.stats-sec .inner-user h3.head-level {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 13px;
}

.inner-user .progress {
    width: 100%;
    height: 9px;
    background-color: #496056;
    margin-right: 10px;
}

.inner-user .progress .progress-bar {
    border-radius: 10px;
    background: linear-gradient(180deg, #45cc46 0%, #45cc46 100%), linear-gradient(90deg, #FEE81D 1.17%, #00B21D 60.22%, #00591D 145.31%);
    /* background: linear-gradient(180deg, #627FFF 0%, #D77502 100%), linear-gradient(90deg, #FEE81D 1.17%, #00B21D 60.22%, #00591D 145.31%); */
}

.level-slider .heading-third {
    margin-bottom: 45px;
    position: relative;
}

.level-slider .tribe-user-profile img {
    margin: auto;
}

/* .level-slider  .tribe-user-profile:before, .level-slider .tribe-user-profile .gradient-background-set{
    background-image: url(../images/icons/green-gradient.png);
} */
.level-slider .tribe-user-profile .gradient-background-set {
    background-image: url(../images/icons/green-gradient.png);
}

.level-slider .slick-prev {
    left: 7px;
    z-index: 1;
    top: 30%;
}

.level-slider .slick-next {
    right: 14px;
    z-index: 1;
    top: 30%;
}

.level-slider .slick-prev:before {
    content: '';
    background-image: url('../images/icons/right-arrow.png');
    ;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    width: 30px;
    display: block;
    opacity: 1;
    rotate: 180deg;
    /* filter: grayscale(100%); */
}

.level-slider .slick-next:before {
    content: '';
    background-image: url('../images/icons/right-arrow.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    width: 30px;
    display: block;
    opacity: 1;
    /* filter: grayscale(100%); */
}

/*============= boost page code starts ===========*/
.boost-sec .tribe-user-profile {
    padding: 70px 0;
}

.boost-sec .tribe-user-profile img {
    max-height: 130px;
}

/*================= profile page code starts =============*/
.stats-sec .inner-user .select-profile {
    position: relative;
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 20px;
}

.stats-sec .inner-user .select-profile input {
    position: absolute;
    opacity: 0;
    /* visibility: hidden; */
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    cursor: pointer;
}

.stats-sec .inner-user .select-profile button {
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    position: absolute;
    right: 0;
    bottom: 0;
}

.stats-sec .inner-user .select-profile button img {
    height: 24px;
    width: 24px;
    object-fit: contain;
}

.stats-sec .inner-user .select-profile .user-profile {
    height: 74px;
    width: 92px;
}

.outer-mobile-box .form-label {
    color: #000;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    opacity: 0.9;
}

.outer-mobile-box .form-group {
    margin-bottom: 16px;
}

.outer-mobile-box .form-control, .outer-mobile-box .form-select {
    border-radius: 6px;
    background: #fff;
    padding: 0.9rem;
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    box-shadow: none;
    appearance: auto;
    text-align: left;
    border: 1px solid #627FFF;
    padding: 0.6rem 1rem;
}
.outer-mobile-box input::-webkit-outer-spin-button,
.outer-mobile-box  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.outer-mobile-box .form-control::placeholder {
    color: #787878;
}

/* common modal css code starts */
.common-modal .modal-content {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #627FFF;
}

.common-modal .modal-header .btn-close {
    border-radius: 6px;
    background-color: #627FFF;
    opacity: 1;
    box-shadow: none !important;
}

.common-modal .modal-header {
    border-bottom-color: rgba(255, 255, 255, 0.20);
}

.common-modal .modal-body p {
    color: #000;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
}

.common-modal .modal-header h4 {
    color: #627FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.common-modal .modal-body .form-label {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.8;
}

.common-modal .modal-body input {
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid #627FFF !important;
    outline: none;
    box-shadow: none;
    margin-bottom: 1rem;
    padding: 0.6rem;
    color: #000 !important;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* share referral code starts */
.makeStyles-container-1 p {
    margin-bottom: 0 !important;
}

@media (max-width:408px) {
    .position-set-bottom{
        bottom: 100px;
    }
    #ton-connect-button button>div {
        font-size: 13px;
    }

    .task-box .task-header h4,
    .view-more-friends,
    .heading-third {
        font-size: 20px;
    }

    .friends-sec .refer-box h4,
    .friends-sec .refer-friend-box h4,
    .stats-sec .user-detail h4 {
        font-size: 17px;
    }

    .stats-sec .inner-user img {
        width: 47.008px;
        height: 47.007px;
    }

    .stats-sec .user-detail p.font-16 {
        font-size: 14px;
    }

    .stats-sec ul li {
        padding: 12px 10px;
    }

    .stats-sec .inner-user {
        gap: 8px;
    }

    .friends-sec .refer-friend-box img {
        height: 18px;
        width: 18px;
    }

    .task-box .task-header,
    .task-box .task-body {
        padding: 12px;
    }

    .stats-sec .refer-friend-box img {
        height: 16px;
        width: 16px;
    }

    .stats-sec li h2 {
        font-size: 24px;
    }

    .stats-sec .user-detail h4 img,
    .stats-sec .user-detail p img {
        margin-right: 6px;
        height: 16px;
        width: 20px;
    }

    .earn-sec .task-box .task-body table tbody tr td p {
        font-size: 13px;
    }

    .earn-sec .task-box .task-body table tbody tr td .flex-channel img {
        height: 26px;
        width: 26px;
    }

    .earn-sec .task-box .task-body table tbody tr td .flex-amount img {
        height: 18px;
        width: 18px;
    }
    .stats-sec .inner-user h3.head-level {
        font-size: 11px;
        margin-bottom: 15px;
    }
    .stats-sec ul li.update-box h4 {
        font-size: 12px;
    }
    .inner-user .progress {
        height: 6px;
    }
}

.gameplayone {
    transform: rotate(90deg);
    width: 100vh;
    height: 100vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}

.error-msg {
    font-size: 12px;
    text-align: center;
    margin: 15px 0 10px;
    color: red !important;
}


/*====================== loading screen code starts =======================*/
.loading-screen {
    background-color: #fff;
    min-height: 100vh;
    max-width: 100%;
    margin: 0 auto;
    display: flex; 
    align-items: center;
    justify-content: center;
    max-width: 520px;
    padding: 2rem;
     border: 1px solid #ddd;
}

.loading-screen .loader {
    border: 4px solid #ddd;
    border-radius: 50%;
    border-top: 4px solid transparent;
    width: 54px;
    height: 54px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    margin: auto;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-screen h3 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
    line-height: 2.5rem;
    margin-bottom: 0;
    margin-top: 1.2rem;
    text-shadow: 0.8px 0.8px #ddd;
    letter-spacing: 0.8px;
    text-align: center;
}

.loading-screen h3 img {
    height: 4rem;
    display: block;
    margin: auto;
}
.outer-logo-rotate {
    position: relative;
    max-width: max-content;
    margin: 10% auto;
}
.outer-logo-rotate .rotate-gif {
    max-width: 245px;
    margin: auto;
}
.outer-logo-rotate .logo-circle {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 110px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.loading-screen .welcome-text {
    text-align: center;
    color: #000;
    max-width: 300px;
    margin: auto;
   
}

.youtube-background{
    height:calc(100vh - 175px);
    display: flex;
    align-items: center;
    position: relative;
    min-height: 330px;
}
.twitter-container{
    overflow-y:scroll  !important;
    height:90%  !important;
    padding-right:8px;
    padding-left:12px;
    top:24px;
}
/* width */
.twitter-container::-webkit-scrollbar {
    width: 4px;
  }
  
  /* Track */
  .twitter-container::-webkit-scrollbar-track {
    background: transparent;
  }
  
  /* Handle */
  .twitter-container::-webkit-scrollbar-thumb {
    background: #627FFF;
  }
  
  /* Handle on hover */
  .twitter-container::-webkit-scrollbar-thumb:hover {
    background: #627FFF;
  }
.modal-content .makeStyles-copyContainer-5{
    padding-right: 98px;
}

@media (max-width:408px){
.youtube-background{
    height:calc(100vh - 250px);
}
}

/* .modal-body .makeStyles-copyUrl-6{
    overflow-x: hidden !important;
    overflow-y: hidden  !important;
    max-width: 100% !important;
    white-space: pre-line !important;
    text-align: left !important;
    font-size: 13px !important;
    font-weight: 400 !important; 
    line-height: 20px !important;
} */
.modal-body .makeStyles-copyIcon-7{
    margin: 3px 8px 0px !important;
}
.invest-box{
    border: none;
    background: transparent;
}
.invest-box .task-header{
    border-bottom: none;
}

/* .invest-box   .invest-table tbody>div{
    padding: 16px 16px;
    border-radius: 10px;
    background:rgba(255, 255, 255, 0.06);
    margin-bottom: 0.8rem;
} */

/* .earn-sec .task-box .task-body .invest-table td{
    display: flex;
    align-items: center;
    gap: 0.4rem;
} */
.earn-sec .task-box .task-body .invest-table tbody tr:first-child td {
    padding-top: 6px;
}
.earn-sec .task-box .task-body .invest-table  p{
    font-weight: 300;
    margin-bottom: 0;
    padding: 2px;
    font-size: 12px;
}
/* .earn-sec .task-box .task-body .invest-table td .serial-no{
    background-color: #627FFF;
    padding: 4px 12px;
    text-align: left;
    min-width: 34px;
    border-radius: 4px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 0.4rem;
} */
.earn-sec .task-box .task-body .invest-table  p.white-bold{
    /* width: 40%; */
    font-weight: 500;
    /* display: none; */
}

.stats-sec .inner-user{
    position: relative;
}
.stats-sec .inner-user .level-div{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: fit-content;
    background-color:#627FFF;
    border-radius:0 0  4px 4px;
    padding: 2px 6px;
    top: -32px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #000;
}
.stats-sec .extra-space{
    padding: 8px;
}
.task-box.remove-background{
    border: none;
    background:transparent ;
}

.stats-sec.space-side.invest-slider ul li {
    margin: 0 2px 16px;
}
.stats-sec.space-side.invest-slider .slick-prev {
    left: 7px;
    z-index: 2;
    top: -40px;
}
.stats-sec.space-side.invest-slider .slick-next {
    right: 14px;
    z-index: 2;
    top: -40px;
}
.stats-sec.space-side.invest-slider .slick-prev:before {
    content: '';
    background-image: url('../images/icons/right-arrow.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 25px;
    display: block;
    opacity: 1;
    rotate: 180deg;
    /* filter: grayscale(100%); */
}
.stats-sec.space-side.invest-slider .slick-next:before {
    content: '';
    background-image: url('../images/icons/right-arrow.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 25px;
    display: block;
    opacity: 1;
    /* filter: grayscale(100%); */
}

.task-box.remove-background .task-header h4{
    font-size: 18px;
    letter-spacing: 0.2px;
    font-weight: 500;
}
@media (max-width:460px){
    .stats-list-sec .wallet-btn{
        min-width: auto;
        font-size: 12px;
        line-height: 12px;
    }
    .stats-sec .stats-list-sec .user-detail h4{
        font-size: 12px;
        word-break: break-all;
    }
    .stats-sec .stats-list-sec  .inner-user img{
        height: 38px;
        width: 38px;
    }
    .stats-sec .stats-list-sec  .user-detail p img, .stats-sec .stats-list-sec  .user-detail h4 img {
        height: 14px;
        width: 14px;
    }
    .stats-sec .stats-list-sec li h2{
        font-size: 18px;
    }
}