<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --purple--50: rgba(245, 243, 255, 1);
    --purple--300: rgba(196, 181, 253, 1);
    --purple--700: rgba(109, 40, 217, 1);
    --purple--950: rgba(59, 7, 100, 1);
}

.tableCell {
    border-bottom: none;
}

.referralsHeader {
    padding: 16px 0;
    font-weight: 700;
    font-size: 30px;
    border-bottom: 1px solid #D1D5DB;
}

.referralsH3{
    font-size: 1.227em;
    font-weight: 700;
}

.referralsText, .shareReferralLink {
    font-weight: 400;
    line-height: 24px;
}

.shareReferralCont{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 32px;
    padding-top: 16px;


}

.shareReferralBox {
    display: inline-block;
    padding: 24px 32px;
    border: 1px solid #D1D5DB;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: 700;
    color: #374151;
}

.shareReferralBoxHeader {
    display: flex;
    flex-direction: row;
    margin-bottom: 16px;
}

.shareReferralBoxHeader &gt; div {
    flex-basis: 50%;
    cursor: pointer;
    padding: 12px;
    text-align: center;
    color: black;
    border-bottom: 1px solid var(--gray-300);
}

.shareReferralBoxHeader &gt; div.active {
    border-bottom: 4px solid var(--blue-600);
}

.shareReferralBoxHeader &gt; div:not(.active) {
    opacity: 50%;
}

#shareDistrokidReferralBox, #shareDistrovidReferralBox {
    display: none;
}

#shareDistrokidReferralBox.active, #shareDistrovidReferralBox.active {
    display: block;
}

.quickShareLinks {
    margin-top: 40px;
}

.shareReferralRow {
    margin-top: 8px;
    display: flex;
    gap: 16px;
}

.shareReferralLink {
    width: 300px;
    padding: 10px 12px;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
}

.shareDistrokidReferralBox .shareReferralLink,
.shareDistrovidReferralBox .shareReferralLink {
    flex-grow: 1;
}

.shareReferralCopyButton {
    padding: 12px;
    border: none;
    border-radius: 6px;
    background-color: #0073C7;
    font-family: "Lato", Arial, sans-serif;
    color: white;
    transition: ease-in-out 200ms;
}

.shareReferralCopyButton:hover {
    cursor: pointer;
    background-color: #005B9E;
}

.fa-copy {
    margin-right: 6px;
    color: #BEE3FF;
}

.shareReferralCopyButton span {
    font-size: 16px;
}

.shareReferralSocials{
    margin-top: 32px;
}

.shareReferralSocialsRow {
    display: flex;
    flex-flow: row wrap;
    margin-top: 20px;
    gap: 12px 24px;
}

.shareReferralSocialsRow.mobileShow {
    display: none;
}

.shareReferralSocialButton {
    max-width: 100%;
    padding: 8px 16px;
    border: 1px solid #D1D5D8;
    border-radius: 6px;
    background-color: white;
    text-align: center;
    color: black;
    font-family: "Lato", Arial, sans-serif;
    font-size: 16px;
    transition: ease-in-out 200ms;
    flex: 40%;
    flex-grow: 0;
}

.shareReferralSocialMobileButton {
    max-width: 100%;
    padding: 8px 16px;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    flex: 40%;
    flex-grow: 0;
    padding: 4px;
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.shareReferralSocialMobileButton i {
    color: white;
    transform: scale(1.5);
}

.shareReferralSocialMobileButton svg {
    height: 22px;
    width: 22px;
    padding: 7px;
}

.shareReferralSocialButton:hover {
    cursor: pointer;
    border: 1px solid #B8BCC0; 
    background-color: #F9F9F9;
    text-decoration: none;
    color: black;
}

.shareReferralSocialButton:visited {
    color: black;
}

.shareReferralSocialButton i {
    margin-right: 4px;
}

#twitterShareLink.shareReferralSocialButton span {
    vertical-align: middle;
    display: inline-block;
    margin-right: 4px;
}

.x-twitter-icon, .x-twitter-icon svg {
    height: 22px;
    width: 22px;
}

.referralStatBoxContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.shareReferraluiHeader{
    font-size: 1.091em;
    font-weight: 700;

}

.referralStatBox {
    width: 160px;
    border: 1px solid #D1D5DB;
    border-radius: 4px;
    padding: 16px;
}

.referralStatText {
    font-family: "Lato", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.955em;
    color: #6B7280;
}

.referralStatSubtext {
    margin-top: 8px;
    font-family: "Lato", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #6B7280;
}

.referralStatValue {
    margin-top: 8px;
    font-weight: 700;
    font-size: 24px;
}

.shareReferralSocialNames {
    display: none;
}

/* student referral styles */

.studentReferralLinkContainer {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    background-color: var(--purple--50);
    color: var(--purple--950);
    border-radius: 8px;
    padding: 16px;
    max-width: 700px;
}

.studentReferralLinkContainerText {
    display: flex;
    gap: 8px;
    flex-grow: 1;
}

.studentReferralLinkContainerText &gt; i {
    font-size: 18px;
    line-height: 22px;
}

button.studentReferralButton {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    background-color: var(--purple--700);
    font-family: "Lato", Arial, sans-serif;
    color: white;
    transition: ease-in-out 200ms;
    font-size: 17px;
    cursor: pointer;
}

button.studentReferralButton i {
    color: var(--purple--300);
    margin-right: 12px;
}

button.studentReferralButton span {
    width: 100%;
}

/* end student referral styles */


#smsShareLink.shareReferralSocialMobileButton {
    background-color: rgba(16, 185, 129, 1);
}

#emailShareLink.shareReferralSocialMobileButton {
    background-color: rgba(22, 78, 99, 1);
}

#twitterShareLink.shareReferralSocialMobileButton {
    background-color: black;
}

#facebookShareLink.shareReferralSocialMobileButton {
    background-color: #4267B2;
}

#linkedinShareLink.shareReferralSocialMobileButton {
    background-color: #0077B5;
}

#pinterestShareLink.shareReferralSocialMobileButton {
    background-color: #C8232C;
}

/* mobile styles */
@media only screen and (max-width: 480px) {

    .tableCell {
        padding: 10px 15px;
    }

    .referralsHeader {
        font-size: 24px;
    }

    .shareReferralBox {
        width: 100%;
        padding: 16px;
        box-sizing: border-box;
    }

    .shareReferralLink {
        width: 100%;
        box-sizing: border-box;
    }

    div.shareReferralRow {
        flex-direction: column;
        align-items: stretch;
    }

    .shareReferralSocialsRow {
        justify-content: space-between;
        flex-flow: row;
        gap: 6px;
    }

    .shareReferralSocialsRow.mobileShow {
        display: flex;
    }

    .shareReferralSocialsRow.mobileHide {
        display: none;
    }

    .shareReferralSocialNames {
        display: flex;
        margin-top: 4px;
    }

    .shareReferralSocialNames span {
        width: 40px;
        font-size: 10px;
        font-weight: 400;
        color: var(--gray--600);
        text-align: center;
        flex: 40%;
    }

    .referralStatBoxContainer {
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 6px;
    }

    .referralStatBoxContainer &gt; div {
        flex: 1 1 auto;
    }

    .referralStatBox {
        width: 100%;
        padding: 12px;
        flex-basis: 40%;
        box-sizing: border-box;
    }

    .referralStatText {
        font-weight: 700;
        font-size: 12px;
        color: black;
    }
    
    .referralStatValue {
        font-size: 14px;
    }

    .referralsText {
        font-size: 14px;
    }

    .shareReferraluiHeader {
        font-size: 14px;
        font-weight: 400;
    }

    #shareDistrokidLink {
        flex-basis: 40%;
        font-size: 14px;
        padding: 12px 0px;
    }

    #shareDistrovidLink {
        flex-basis: 60%;
        font-size: 14px;
        padding: 12px 0px;
    }

    .quickShareLinks{
        margin-top: 24px;
    }
    
}
/* end mobile styles */
</pre></body></html>