.invite-friend-section{
    /* padding-bottom: 35px; */
    padding: 30px 50px;
}

#invite-friends-popup .invite-friend-section {
    padding-inline: 0;
    padding-bottom: 35px;
}

.if-row {
    grid-gap: 35px;
}

.if-box {
    position: relative;
    /* background-color: var(--bs-white); */
    background-color: var(--color-dark-new-bg);
    border-radius: 10px;
    /* border: 1px solid var(--color-border-v1); */
    padding: 40px 35px;
    height: 100%;
}

.acc-setting-popup .if-box {
    border-radius: 11px;   
}

.if-head{
    position: relative;
    padding-right: 140px;
}

.settings-modal #invite-friends-popup .if-head {   
    padding-right: 80px;
}

.if-title {
    font-size: 25px;
    line-height: 30px;
    font-family: var(--font-regular);
    color: var(--color-secondary);
    margin-bottom: 15px;
}

.if-desc {
    position: relative;
    font-size: 13px;
    line-height: 22px;
    font-family: var(--font-book);
    font-style: italic;
    margin-bottom: 0;
}

.if-svg-block{
    position: absolute;
    width: 40px;
    height: 25px;
    top: -5px;
    right: 0;
}

.if-svg-block svg{
    display: block;
    width: 100%;
    height: 100%;
}

.if-svg-block svg path{
    fill: url(#icon-gradient);
}

.mng-date {
    max-width: 160px;
    width: 160px;
    min-width: 160px;
}

.cm-table .cm-td-text{
    text-align: left;
}

.mng-email {
    max-width: 210px;
    width: 210px;
    min-width: 210px;
}

.mng-status{
    max-width: 150px;
    width: 150px;
    min-width: 150px;
}

.cm-disable{
    color: #BABDC4;
}


/*------ ai credit style start -----*/

.ai-pro-btn{
    min-width: 150px;
}

.ai-balance{
    margin-top: 20px;
}

.aib-count,
.aib-credit {
    font-size: 40px;
    font-family: var(--font-regular);
    line-height: 55px;
    color: var(--color-secondary);
}

.ai-total-credit{
    color: var(--color-primary);
    background: var(--color-new-grd);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*------ ai credit style end -----*/