#__invite > .pBody > section {
    border-radius: 10px;
    margin-block: 10px;
}
#__invite section.detail {
    padding: 10px;
}
#__invite section.detail > .header {
    display: flex;
    justify-content: right;
}
#__invite section.detail > .header > div {
    display: flex;
    border-radius: 8px;
    padding: 8px;
    cursor: pointer;
}
#__invite section.detail > .header > div > span {
    font-size: 18px;
    margin-block: auto;
}
#__invite section.detail > .header > div > p {
    font-size: 12px;
    font-weight: 500;
    margin-block: auto;
    margin-inline: 5px;
}

#__invite section.detail > .image {
    margin-block: 10px;
    border-radius: 10px;
    min-height: 80px;
    max-height: 80px;
    width: 100%;
    margin-inline: auto;
    max-width: 500px;
    position: relative;
}
#__invite section.detail > .image > img {
    height: 90px;
    width: auto;
    aspect-ratio: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-inline: 20px;
    margin-bottom: 5px;
}

#__invite section.detail > .rules {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 40px;
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
    display: flex;
    justify-content: space-evenly;
}
#__invite section.detail > .rules > div {
    position: relative;
}
#__invite section.detail > .rules > div > span {
    font-size: 24px;
    border-radius: 50%;
    padding: 10px;
    margin-block: auto;

    color: var(--theme-color) !important;
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
}
#__invite section.detail > .rules > div > p {
    position: absolute;
    font-size: 12px;
    width: 156px;
    text-wrap: nowrap;
    bottom: -20px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    margin-left: -56px;
    transition: all 0.2s;
}
@media only screen and (max-width: 420px) {
    #__invite section.detail > .rules > div:nth-of-type(2) > p {
        bottom: -35px;
    }
    
}
#__invite section.detail > .rules > span {
    margin-block: auto;
    font-size: 24px;
 
    font-variation-settings:
    'FILL' 1,
    'wght' 700,
    'GRAD' 0,
    'opsz' 48;
}

#__invite section.detail > .info {
    display: flex;
    width: 100%;
    margin-inline: auto;
    max-width: 500px;
    padding: 3px;
    border-radius: 8px;
    margin-top: 10px;
}
#__invite section.detail > .info > span {
    font-size: 18px;
    margin-block: auto;
    padding: 5px;
    font-variation-settings:
    'FILL' 1,
    'wght' 700,
    'GRAD' 0,
    'opsz' 48;
}
#__invite section.detail > .info > span:nth-of-type(2) {
    border-radius: 5px;
    cursor: pointer;
    margin-left: auto;
}
#__invite section.detail > .info > p {
    font-size: 12px;
    margin-block: auto;
    margin-inline: 5px;
}

#__invite section.detail > .campeign {
    padding: 0;
    border-radius: 10px;
    position: relative;
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
    margin-bottom: 10px;
    display: flex;
    border: 1px solid;
    outline: none;
}

#__invite section.detail > .campeign > span {
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 15px;
    margin-top: -9px;
    padding-block: 2px;
    padding-inline: 5px;
}
#__invite section.detail > .campeign > select {
    padding: 10px;
    font-size: 14px;
    width: 100%;
    padding-inline: 30px;
    outline: none;
    border: none;
    border-radius: 10px;
    font-family: var(--font-1);
    font-weight: 500;
    margin-block: auto;
}
#__invite section.detail > .campeign > div {
    border-radius: 7px;
    padding: 7px;
    display: flex;
    margin: 5px;
    cursor: pointer;
}
#__invite section.detail > .campeign > div > p {
    font-size: 12px;
    margin-block: auto;
    margin-left: 5px;
    font-weight: 500;
}
#__invite section.detail > .campeign > div > span {
    font-size: 18px;
    margin-block: auto;

    font-variation-settings:
    'FILL' 1,
    'wght' 700,
    'GRAD' 0,
    'opsz' 48;
}

#__invite section.detail > .code {
    border-radius: 5px;
    position: relative;
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
}
#__invite section.detail > .code > span {
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 15px;
    margin-top: -9px;
    padding-block: 2px;
    padding-inline: 5px;
}
#__invite section.detail > .code > input {
    padding: 10px;
    font-size: 14px;
    width: 100%;
    padding-inline: 30px;
    outline: none;
    border-radius: 10px;
    font-family: var(--font-1);
    font-weight: 500;
}
#__invite section.detail > .code > div {
    border-radius: 7px;
    position: absolute;
    padding: 7px;
    bottom: 1px;
    right: 1px;
    display: flex;
    margin: 5px;
    cursor: pointer;
}
#__invite section.detail > .code > div > p {
    font-size: 12px;
    margin-block: auto;
    margin-left: 5px;
    font-weight: 500;
}
#__invite section.detail > .code > div > span {
    font-size: 18px;
    margin-block: auto;

    font-variation-settings:
    'FILL' 1,
    'wght' 700,
    'GRAD' 0,
    'opsz' 48;
}

#__invite section.detail > button {
    padding: 8px;
    width: 200px;
    font-size: 14px;
    border-radius: 50px;
    outline: none;
    border: none;
    margin-inline: auto;
    text-align: center;
    background: #fff;
    color: #000;
    font-weight: 600;
    display: block;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 10px;
    transition: all 0.2s !important;
}
#__invite section.detail > button:hover {
    scale: 1.03;
}


#__invite section.balance {
    
}
#__invite section.balance > .header {
    display: flex;
    padding: 8px;
}
#__invite section.balance > .header > p {
    font-size: 14px;
    font-weight: 500;
    margin-block: auto;
    margin-inline: 5px;
}
#__invite section.balance > .body {
    display: flex;
}
#__invite section.balance > .body > hr {
    display: block;
    width: 0px;
    height: 102px;
    margin: 0;
    border-style: solid;
}
#__invite section.balance > .body > div {
    width: 50%;
    padding-inline: 10px;
}
#__invite section.balance > .body > div > p {
    font-size: 14px;
    margin-left: 10px;
    font-weight: 500;
    margin-block: 0;
}
#__invite section.balance > .body > div > div {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-block: 10px 20px;
}
#__invite section.balance > .body > div > div > p {
    font-size: 32px;
    font-weight: 600;
    margin-block: auto;
}
#__invite section.balance > .body > div > div > span {
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    margin-left: 5px;
}

#__invite section.balance > .info {
    display: flex;
    width: auto;
    max-width: 500px;
    padding: 3px;
    border-radius: 8px;
    margin-top: 10px;
    margin-inline: 10px;
}
#__invite section.balance > .info > span {
    font-size: 18px;
    margin-block: auto;
    padding: 5px;
    font-variation-settings:
    'FILL' 1,
    'wght' 700,
    'GRAD' 0,
    'opsz' 48;
}
#__invite section.balance > .info > p {
    font-size: 12px;
    margin-block: auto;
    margin-inline: 5px;
}
#__invite section.balance > .info > p > a {
    color: var(--theme-color);
    text-decoration: none;
}

#__invite section.balance > .footer {
    padding: 10px;
}
#__invite section.balance > .footer > button {
    padding: 8px;
    font-size: 14px;
    border-radius: 50px;
    width: 200px;
    outline: none;
    border: none;
    margin-inline: auto;
    text-align: center;
    background: #fff;
    color: #000;
    font-weight: 600;
    display: block;
    cursor: pointer;
    transition: all 0.2s !important;
}
#__invite section.balance > .footer > button:hover {
    scale: 1.03;
}

#__invite section.history {
    
}
#__invite section.history > .header {
    display: flex;
    padding: 8px;
}
#__invite section.history > .header > p {
    font-size: 14px;
    font-weight: 500;
    margin-block: auto;
    margin-inline: 5px;
}

#__invite section.history > .body {

}
#__invite section.history > .body > .menu {
    display: flex;
    position: relative;
    margin-inline: 10px;
}
#__invite section.history > .body > .menu > hr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 0px;
    margin-block: 0;
    margin-left: 10px;
    border: 2px solid var(--theme-color);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: var(--theme-color);
}
#__invite section.history > .body > .menu > button {
    font-size: 14px;
    font-family: var(--font-1);
    border: none;
    outline: none;
    font-weight: 500;
    display: block;
    cursor: pointer;
    margin-inline: 10px;
    padding-block: 5px;
    background: transparent;
}
#__invite section.history > .body > .menu > button.active {
    color: #fff !important;
}
#__invite section.history > .body > .content {
    min-height: 200px;
    position: relative;
    padding: 10px;
}
#__invite section.history > .body > .content > hr {
    border-style: solid;

}
#__invite section.history > .body > .content > div {
    border-radius: 10px;
    display: flex;

}

#__invite section.history > .body > .content > div > section {
    margin: 0;
}
#__invite section.history > .body > .content > div > section:nth-of-type(1) {
    width: fit-content;
    display: flex;
    padding: 10px;
}
#__invite section.history > .body > .content > div > section:nth-of-type(2) {
    width: 100%;
}
#__invite section.history > .body > .content > div > section:nth-of-type(3) {
    width: fit-content;
    padding: 5px;
}

#__invite section.history > .body > .content > div .img {
    margin: auto;
}
#__invite section.history > .body > .content > div .img > span {
    border-radius: 50%;
    background: #6c6c6c;
    color: #a5a9b4;
    aspect-ratio: 1;
    font-size: 24px;
    padding: 4px;
    font-variation-settings: 'FILL' 1,'wght' 400,'GRAD' 0,'opsz' 48;
}

#__invite section.history > .body > .content > div .handle {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    margin-top: 10px
}

#__invite section.history > .body > .content > div .status {
    display: flex;
    padding: 4px;
    border-radius: 50px;
    width: fit-content;
    margin-left: auto;
}
#__invite section.history > .body > .content > div .status.completed {
    background: rgba(34, 214, 117, 0.2);
    color: #22d675;
}
#__invite section.history > .body > .content > div .status.pending {
    background: rgba(255, 223, 1, 0.2);
    color: #ffdf01;
}
#__invite section.history > .body > .content > div .status.failed {
    background: rgba(255, 50, 50, 0.2);
    color: #ff3232;
}
#__invite section.history > .body > .content > div .status > span {
    font-size: 14px;
    margin: 0;
    font-variation-settings: 'FILL' 1,'wght' 400,'GRAD' 0,'opsz' 24;
}
#__invite section.history > .body > .content > div .status > p {
    font-size: 10px;
    margin-block: auto;
    margin-inline: 4px;
    font-weight: 400;
}

#__invite section.history > .body > .content > div .campaign {
    display: flex;
    
}
#__invite section.history > .body > .content > div .campaign > span {
    font-size: 8px;
    padding: 1px;
    padding-inline: 4px;
    margin-block: auto;
    margin-right: 5px;
    font-weight: 600;
    border-radius: 5px;
    background: #a5a9b4;
    color: rgba(28, 28, 28, 1) !important;
}
#__invite section.history > .body > .content > div .campaign > p {
    font-size: 12px;
    font-weight: 500;
    margin-block: auto;
}

#__invite section.history > .body > .content > div .amount {
    display: flex;
    justify-content: right;
    margin-inline: auto 5px;
    font-size: 14px;
    text-align: right;
}
#__invite section.history > .body > .content > div .amount > p {
    margin-block: 0;
    text-align: right;
    font-weight: 600;
}
#__invite section.history > .body > .content > div .amount > span {
    font-size: 10px;
    margin-left: 4px;
    font-weight: 500;
    margin-top: 5px;
}

#__invite section.history > .body > .content > div .process {
    display: flex;
}
#__invite section.history > .body > .content > div .process > div {
    display: flex;
}
#__invite section.history > .body > .content > div .process > div > span {
    font-size: 14px;
    margin-block: auto;
}
#__invite section.history > .body > .content > div .process > div > p {
    font-size: 12px;
    margin-right: 5px;
    margin-block: auto;
    font-weight: 500;

}

#__invite section.history > .body > .content > div .date {
    font-size: 12px;
    font-weight: 500;
    margin-block: auto;
    margin-inline: auto 5px;
    text-align: right;
    text-wrap: nowrap;
}