body {
    --primary-color: #D93F0c;
    --secondary-color: #437E92;
    --tertiary-color: #1f8754;
    --buddyup-background: #f9f9f9;
    --buddyup-red: #ad0210;
    --buddyup-green: #135719;
    --sidebar-width: 280px;
    --border-radius: 5px;
}

.pinnacleMainNavBar .logo-wrapper a {
    display: inline-block !important;
}

/* Wrappers and containers */
div.container {
    max-width: 1920px;
}

.buddyUpContainer {
    margin: 0 auto !important;
    max-width: 1920px !important;
    width: 100% !important;
}

.buddyUpWrapper, .buddyUpCondensedWrapper {
    padding: 30px;
    background: white;
    border-radius: var(--border-radius);
    max-width: 100%;
    box-shadow: 0 2px 10px -2px rgba(0,0,0,.05), 0 2px 15px -2px rgba(0,0,0,.05);
}

.buddyUpCondensedWrapper {
    width: 600px;
    margin: 0 auto;
}

.buddyUpElWrapper {
    border-radius: var(--border-radius);
    background: white;
    padding: 20px;
}

.flexWrapper {
    display: flex;
    gap: 1rem;
}

.flexWrapper > * {
    flex-grow: 1;
}

@media (max-width: 1000px){
    .flexCollapseM {
        flex-direction: column;
    }
}

@media (max-width: 800px){
    .flexCollapseS {
        flex-direction: column;
    }
}

@media (max-width: 500px){
    .flexCollapseXS {
        flex-direction: column;
    }
}

/* Text */
.textSmall {
    font-size: .9rem;
}

.textH1 {
    font-size: 2.67rem;
    font-weight: bold;
    margin-bottom: 1rem;
    transition: none;
}

.textHeading {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}


@media (max-width: 500px){
    .textH1 {
        font-size: 2rem;
    }
}


/* Buttons and Links */
a {
    cursor: pointer;
}

[class*="buddyUpButton"],
input[type="button"][class*="buddyUpButton"],
input[type="submit"][class*="buddyUpButton"] {
    border: none;
    background: var(--primary-color);
    border: 2px solid var(--primary-color) !important;
    color: white;
    font-weight: bold;
    font-size: 16px;
    border-radius: 50px;
    margin-top: 1rem;
    padding: 0.5rem .9rem;
    cursor: pointer;
    text-decoration: none;
    height: auto;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    transition: all .3s;
}

.buddyUpButton2 {
    color: var(--primary-color) !important;
    background: white !important;
}

.buddyUpButton3 {
    border: 1px solid #D1D1D1 !important;
    color: #222 !important;
    background: white !important;
    font-weight: normal;
}

.buddyUpButton4 {
    color: white !important;
    border-color: var(--buddyup-red) !important;
    background: var(--buddyup-red) !important;
}

.buddyUpButton1:hover:not([disabled="disabled"]),
.buddyUpButton1:focus:not([disabled="disabled"]) {
    color: white !important;
    opacity: .8 !important;
}

.buddyUpButton2:hover:not([disabled="disabled"]),
.buddyUpButton2:focus:not([disabled="disabled"]) {
    color: white !important;
    background: var(--primary-color) !important;
}

.buddyUpButton3:hover:not([disabled="disabled"]),
.buddyUpButton3:focus:not([disabled="disabled"]) {
    background: #f5f5f5 !important;
}

.buddyUpButton4:hover:not([disabled="disabled"]),
.buddyUpButton4:focus:not([disabled="disabled"]) {
    border-color: #d10011 !important;
    background: #d10011 !important;
}

[class*="buddyUpButton"][disabled="disabled"],
input[class*="buddyUpButton"][disabled="disabled"] {
    background: #dadada !important;
    color: #444 !important;
    border: 2px solid #dadada !important;
    cursor: default;
}

.buddyUpButton3[disabled="disabled"],
input.buddyUpButton3 [disabled="disabled"] {
    border-width: 1px !important;
}

[class*="buddyUpButton"][disabled="disabled"].disabledSubmit {
    border-color: transparent !important;
    background-color: transparent !important;
}

.buddyUpLink {
    text-decoration: underline;
    color: inherit;

    border: none;
    font-weight: 400;
    font-size: inherit;
    cursor: pointer;
    height: auto;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    transition: all .3s;
}

.buddyUpLink:hover {
    color: inherit;
    opacity: .7;
}

.buddyUpBackButtonWrapper a {
    display: inline-block;
    padding: .3rem;
    color: inherit;
}

.buddyUpBackButtonWrapper i {
    font-size: .9rem;
    transition: transform .2s;
    margin-right: 2px;
}

.buddyUpBackButtonWrapper a:hover {
    color: inherit;
    opacity: .9rem;
}

.buddyUpBackButtonWrapper a:hover i {
    transform: translateX(-2px);
}


/* Report Button */
button.buddyUpReportButton {
    border-width: 1px !important;
    margin: 0 0 1rem 0;
    padding: 0.4rem .8rem !important;
    border-radius: 5px;
    font-size: .9rem;
}

button.buddyUpReportButton i {
    font-size: .8rem;
    margin-right: 2px;
}


/* Other Elements */
.requiredMessage {
    font-weight: normal;
    color: red;
    font-size: .9rem;
}

.pageContent .buddyUpList li,
.buddyUpList li {
    list-style: none;
    margin: 0;
}

.buddyUpList li:before {
    content: '' !important;
}

.buddyUpTextCenter {
    text-align: center;
}

.buddyUpErrorMessage {
    color: red;
}

.buddyUpPlaceholderLoading {
    -webkit-animation: text_loading 3s linear infinite;
    -moz-animation: text_loading 3s linear infinite;
    -ms-animation: text_loading 3s linear infinite;
    -o-animation: text_loading 3s linear infinite;
    animation: text_loading 3s linear infinite;

    background: rgb(243, 243, 243);
    background: -moz-linear-gradient(105deg, rgba(243, 243, 243, 1) 43%, rgba(229, 229, 229, 1) 53%, rgba(243, 243, 243, 1) 62%, rgba(229, 229, 229, 1) 71%, rgba(243, 243, 243, 1) 81%);
    background: -webkit-linear-gradient(105deg, rgba(243, 243, 243, 1) 43%, rgba(229, 229, 229, 1) 53%, rgba(243, 243, 243, 1) 62%, rgba(229, 229, 229, 1) 71%, rgba(243, 243, 243, 1) 81%);
    background: linear-gradient(105deg, rgba(243, 243, 243, 1) 43%, rgba(229, 229, 229, 1) 53%, rgba(243, 243, 243, 1) 62%, rgba(229, 229, 229, 1) 71%, rgba(243, 243, 243, 1) 81%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3", endColorstr="#f3f3f3", GradientType=1);

    background-size: 1000%;
}

.buddyUpImageCircle {
    display: block;
    overflow: hidden;
    border-radius: 500px;
    position: relative;
}

.buddyUpImageCircle img {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.buddyUpImageCircle.buddyUpUserIcon {
    height: 45px;
    width: 45px;
    min-width: 45px;
}

.buddyUpImageWrapper {
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    display: inline-block;
}



/* Sidebar Navigation */
.sidebarNavigation button, 
.sidebarNavigation a {
    border: none;
    letter-spacing: normal;
    line-height: normal;
    font-size: 1em;
    font-weight: 400;
    width: 100%;
    text-align: left;
    text-transform: none;
    padding: .8rem calc(20px + .5rem);
    margin: .4rem 0 0;
    height: auto;
    border-radius: 0;
    display: block;
    color: #555;
}

.sidebarNavigation .activePage {
    font-weight: bold;
}

.sidebarNavigation button:hover,
.sidebarNavigation a:hover {
    background: rgba(0,0,0,.03);
    color: #555;
}

.sidebarNavigation button i,
.sidebarNavigation a i {
    margin-right: 3px;
}


/* Event Cards */
.singleEventCard {
    margin-bottom: 1rem;
    gap: .5rem;
    align-items: center;
    background: white;


    flex-direction: column;
    padding: 8px;
    cursor: pointer;
    border-radius: var(--border-radius);
    transition: box-shadow .1s, transform .1s;
    box-shadow: 0 0 0 rgba(0,0,0,.1);
}

.singleEventCard .eventCardImageWrapper {
    width: 100%;
    max-width: 100%;
    height: 150px;
    max-height: 150px;
    border-radius: 5%;
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    line-height: 0;
}

.singleEventCard .eventCardImageWrapper img {
    min-width: 100%;
    max-width: unset;
    object-fit: cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.singleEventCard .eventCardInfoWrapper {
    padding: .5rem;
    width: 100%;
}

.singleEventCard a:hover {
    color: inherit;
}

.singleEventCard .eventCardAttendeesIcon {
    font-size: .7rem;
    transform: translateY(-1.5px);
}

@media (min-width: 801px){
    .singleEventCard:not(.placeholderCard):hover {
        box-shadow: 0px 10px 15px -7px rgba(0,0,0,.1);
        transform: scale(1.02);
    }
}

@media (max-width: 800px){
    .singleEventCard:not(.placeholderCard) {
        box-shadow: 0px 14px 14px -11px rgba(0,0,0,.1);
    }
}


/* Events List */
.buddyUpEventsList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem .5rem;
    margin-bottom: 2rem;
}

@media (min-width: 1450px){
    .buddyUpEventsList {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
}

@media (min-width: 1700px){
    .buddyUpEventsList {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 1300px){
    .buddyUpEventsList {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 800px){
    .buddyUpEventsList {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 420px){
    .singleEventCard .eventCardImageWrapper {
        height: 150px;
        max-height: 150px;
    }
}


/* Placeholder cards */
.placeholderCard {
    cursor: default;
}

.placeholderCard .eventCardImageWrapper,
.placeholderCard .loadingText {
    background: rgba(0,0,0,.1);
    -webkit-animation: text_loading 3s linear infinite;
    -moz-animation: text_loading 3s linear infinite;
    -ms-animation: text_loading 3s linear infinite;
    -o-animation: text_loading 3s linear infinite;
    animation: text_loading 3s linear infinite;

    background: rgb(243, 243, 243);
    background: -moz-linear-gradient(105deg, rgba(243, 243, 243, 1) 43%, rgba(229, 229, 229, 1) 53%, rgba(243, 243, 243, 1) 62%, rgba(229, 229, 229, 1) 71%, rgba(243, 243, 243, 1) 81%);
    background: -webkit-linear-gradient(105deg, rgba(243, 243, 243, 1) 43%, rgba(229, 229, 229, 1) 53%, rgba(243, 243, 243, 1) 62%, rgba(229, 229, 229, 1) 71%, rgba(243, 243, 243, 1) 81%);
    background: linear-gradient(105deg, rgba(243, 243, 243, 1) 43%, rgba(229, 229, 229, 1) 53%, rgba(243, 243, 243, 1) 62%, rgba(229, 229, 229, 1) 71%, rgba(243, 243, 243, 1) 81%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3", endColorstr="#f3f3f3", GradientType=1);

    background-size: 1000%;
}

.placeholderCard .loadingText {
    border-radius: var(--border-radius);
    margin-bottom: .5rem;
}

.placeholderCard .textSmall .loadingText {
    line-height: 19px;
}

@keyframes text_loading {
    to {
        background-position: 200% center;
    }
}


/* Profile cards */
.singleUserProfileCard {
    text-align: center;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: var(--border-radius);
    padding: 1.5rem 2rem;
    display: inline-block;
    width: 80%;
    cursor: pointer;
    transition: box-shadow .2s;
}

.singleUserProfileCard:hover {
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.singleUserProfileCard .userCardImageWrapper {
    width: 150px;
    height: 150px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 500px;
    margin: 0 auto;
}

.singleUserProfileCard .userCardImageWrapper img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.singleUserProfileCard .userCardName {
    font-weight: bold;
    font-size: 1.2rem;
    margin: 1rem 0 0;
}

.singleUserProfileCard .userCardProfileLink a {
    padding: .4rem .9rem;
    font-weight: normal;
    margin-bottom: 0;
    width: 100%;
}

/* Pills */
.buddyUpPillWrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 7px;
    padding: 0 !important;
    margin: .5rem 0 !important;
}

.singlePill {
    background: #f1f1f1;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 30px;
    margin: 0 !important;
    line-height: normal;
    border: none;
    height: auto;
    width: auto;
    text-transform: none;
    font-weight: normal;
    letter-spacing: normal;
}

.singlePill:not(.textSmall){
    font-size: inherit;
}

.singlePill.textSmall {
    padding: 2px 10px;
}

.singlePill:before {
    display: none;
}


/* Modal */
#buddyUpModalWrapper {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#buddyUpModalWrapper .buddyUpModalOverlay, .buddyUpOverlay {
    background: rgba(0,0,0,.3);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.buddyUpOverlay {
    z-index: 499;
}

#buddyUpModalWrapper .buddyUpModalContentWrapper {
    --modal-content-padding: 2.5rem;
    background: white;
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    max-width: calc(95vw - var(--modal-content-padding));
}

#buddyUpModalWrapper .buddyUpCloseModal {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    height: auto;
    border: none;
    padding: 12px;
    margin: 0;
    line-height: 0;
    font-size: 1.1rem;
}

#buddyUpModalWrapper .buddyUpModalContent {
    padding: var(--modal-content-padding);
    opacity: 0;
    animation: fadeIn .3s forwards;
    min-width: 300px;
    text-align: center;
    max-height: 90dvh;
    overflow: auto;
}

.buddyUpFadeIn {
    animation: fadeIn .3s forwards;
}

.buddyUpFadeOut {
    animation: fadeOut .3s forwards;
}

@keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

@keyframes fadeOut {
    from {opacity: 0} 
    to {opacity: 1}
}

@media (max-width: 500px){
    #buddyUpModalWrapper .buddyUpModalContentWrapper {
        --modal-content-padding: 2rem;
    }

    #buddyUpModalWrapper .buddyUpModalContent {
        min-width: 0;
    }
}

/* Sliding Pages */
.buddyUp .buddyUpPagesWrapper {
    overflow: hidden;
    white-space: nowrap;
}

.buddyUp .buddyUpPage:not(.hidden) {
    position: relative;
    display: inline-block;
    width: 100%;
    white-space: wrap;
    vertical-align: top;
}


/* Mobile Menu Toggles */
.activeMobileMenu {
    display: block !important;
    z-index: 500;
    position: relative;
}

.mobileMenuCloseButton {
    border: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px;
    line-height: normal;
    margin: 0;
    font-size: 16px;
}

.buddyUpInputWrapper {
    position: relative;
}

.buddyUpCheckboxWrapper {
    display: flex;
    gap: 10px;
}

.buddyUp .buddyUpInputWrapperWithDescription .inputLabel {
    margin-bottom: 0;
}

.buddyUp .buddyUpInputWrapperWithDescription p {
    padding: 0 0 .5rem 0;
}

.buddyUpCheckboxWrapper input, .buddyUpCheckboxWrapper label {
    margin: 0 !important;
    font-weight: normal !important;
}


/* File Upload With Image */
.buddyUp label.buddyUpFileUpload {
    text-align: center;
    position: relative;
    padding: 1rem;
    border: 2px dashed #ddd;
    height: 100%;
    min-height: 150px;
    text-transform: none;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
    cursor: pointer;
    border-radius: var(--border-radius);
    box-sizing: border-box;
}

.buddyUp label.buddyUpFileUpload > * {
    cursor: pointer;
}

.buddyUp label.buddyUpFileUpload > div {
    display: block;
    max-width: 100%;
    width: 100%;
}

.buddyUp label.buddyUpFileUpload input[type="file"]{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: inherit;
    padding: inherit;
    margin: inherit;
    width: 100%;
    height: 100%;
    line-height: inherit;
    font-size: inherit;
    z-index: 1;
    cursor: pointer;
}

.buddyUp label.buddyUpFileUpload button:hover {
    transform: scale(1.05);
    background: #EAEAEA !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 16px 8px -15px rgba(0,0,0,.2);
}

.buddyUp label.buddyUpFileUpload .buddyUpFileUploadButtonsWrapper {
    display: flex;
    margin-top: 5px;
    gap: .5rem;
    justify-content: center;
}

.buddyUp label.buddyUpFileUpload .buddyUpFileUploadButtonsWrapper button {
    position: relative;
    z-index: 2;
    margin: 0;
    height: auto;
    padding: 7px 15px;
    display: block;
    text-transform: none;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto !important;
    background: #E5E5E5 !important;
    border: none !important;
    font-size: .9rem;
}

.buddyUp label.buddyUpFileUpload .buddyUpFileUploadText {
    font-size: .9rem;
}

.buddyUp label.buddyUpFileUpload.buddyUpBackgroundUploaded {
    background-size: cover !important;
    background-position: center !important;
    border: none !important;
    align-items: end;
}

.buddyUp label.buddyUpFileUpload.buddyUpBackgroundUploaded .buddyUpFileUploadText {
    display: none;
}

.buddyUp label.buddyUpFileUpload.buddyUpBackgroundUploaded .buddyUpFileUploadButtonsWrapper button {
    position: relative;
    z-index: 2;
    background: #fff !important;
}

.buddyUp label.buddyUpFileUpload.buddyUpBackgroundUploaded .buddyUpFileUploadButtonsWrapperbutton:hover {
    position: relative;
    z-index: 2;
    background: #EAEAEA !important;
}

.buddyUpFileUpload.uploadingFile:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.5);
    z-index: 3;
}

.buddyUpFileUpload.uploadingFile:after {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    border: 5px solid black;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: buddyUpLoadingRotation 1s linear infinite;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    transform: translate(-50%, -50%);
    z-index: 4;
}

@keyframes buddyUpLoadingRotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* Image Cropper */
.buddyUpModalContentWrapper.buddyUpImageCropModalWrapper {
    overflow: visible !important;
}

.buddyUpCropperWrapper {
    height: 250px;
    width: 265px;
}

#buddyUpModalWrapper .buddyUpImageCropModalWrapper .buddyUpModalContent {
    padding: 0 !important;
    width: 100%;
    min-width: 0;
}

.buddyUpCropperWrapper .buddyUpCropperSaveButton {
    position: absolute;
    z-index: 2;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);

    margin: 5px auto;
    height: auto;
    padding: 7px 15px;
    display: block;
    text-transform: none;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto !important;
    background: #fff !important;
    border: none !important;
    font-size: .9rem;
}

.buddyUp label.buddyUpFileUpload:not(.buddyUpBackgroundUploaded) .buddyUpFileUploadCropButton {
    display: none;
}

.buddyUpCropperWrapper .buddyUpCropperSaveButton[disabled='disabled'] {
    background: #dadada !important;
    color: #444 !important;
}

#buddyUpModalWrapper .buddyUpImageCropModalWrapper #buddyUpCloseModalButton {
    background: white;
    border-radius: 0 0 0 4px;
}

.buddyUpCropperError {
    display: inline-block;
    margin-top: .8rem;
    padding: 7px 15px;
    background: var(--buddyup-red);
    line-height: normal;
    color: #fff;
    max-width: 95%;
}

@media (max-width: 600px){
    .buddyUpImageCropModalWrapper {
        position: fixed !important;
        top: 0;
        left: 0;
        max-width: 100% !important;
        width: 100%;
        height: 100dvh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .buddyUpCropperWrapper {
        width: 100%;
        height: 100dvw;
    }
}


/* Multi-File Upload */
.buddyUpMultiFileUploadWrapper {
    margin-bottom: .5rem;
}

.buddyUp .buddyUpMultiFileUploadWrapper label.buddyUpFileUpload {
    min-height: 120px;
    margin-bottom: .5rem;
}

.buddyUpMultiFileUploadWrapper .buddyUpErrorMessage {
    text-align: center;
    font-size: .9rem;
}

.buddyUpMultiFileUploadWrapper .buddyUpMultiFilesUploaded {
    background: #f1f1f1;
    border-radius: var(--border-radius);
    padding: .5rem;
    margin-top: 1rem;
}

.buddyUpMultiFileUploadWrapper .buddyUpErrorMessage:not(.hidden) + .buddyUpMultiFilesUploaded {
    margin-top: .5rem;
}

.buddyUpMultiFileUploadWrapper .buddyUpMultiFilesUploadSingleFile .buddyUpErrorMessage {
    margin-bottom: .5rem;
}

.buddyUpMultiFileUploadWrapper .buddyUpMultiFilesUploadSingleFile {
    background: white;
    border-radius: var(--border-radius);
    line-height: normal;
    padding: .6rem .8rem;
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    gap: 1rem;
}

.buddyUpMultiFileUploadWrapper .buddyUpMultiFilesUploadSingleFile.buddyUpFileLoading {
    -webkit-animation: text_loading 3s linear infinite reverse;
    -moz-animation: text_loading 3s linear infinite reverse;
    -ms-animation: text_loading 3s linear infinite reverse;
    -o-animation: text_loading 3s linear infinite reverse;
    animation: text_loading 3s linear infinite reverse;

    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(105deg, rgba(255, 255, 255, 1) 43%, rgba(243, 243, 243, 1) 53%, rgba(255, 255, 255, 1) 62%, rgba(243, 243, 243, 1) 71%, rgba(255, 255, 255, 1) 81%);
    background: -webkit-linear-gradient(105deg, rgba(255, 255, 255, 1) 43%, rgba(243, 243, 243, 1) 53%, rgba(255, 255, 255, 1) 62%, rgba(243, 243, 243, 1) 71%, rgba(255, 255, 255, 1) 81%);
    background: linear-gradient(105deg, rgba(255, 255, 255, 1) 43%, rgba(243, 243, 243, 1) 53%, rgba(255, 255, 255, 1) 62%, rgba(243, 243, 243, 1) 71%, rgba(255, 255, 255, 1) 81%);

    background-size: 1000%;
    border: 1px solid rgba(0,0,0,.04);
}

.buddyUpMultiFileUploadWrapper .buddyUpMultiFilesUploadSingleFile:last-of-type {
    margin-bottom: 0;
}

.buddyUpMultiFileUploadWrapper .buddyUpMultiFilesUploadSingleFile i {
    margin: 0;
    -webkit-animation: singleFileIconPopin .3s linear forwards;
    -moz-animation: singleFileIconPopin .3s linear forwards;
    -ms-animation: singleFileIconPopin .3s linear forwards;
    -o-animation: singleFileIconPopin .3s linear forwards;
    animation: singleFileIconPopin .3s linear forwards;
    transform: scale(.9) rotate(15deg);
}

.buddyUpMultiFileUploadWrapper .buddyUpMultiFilesUploadSingleFile i.fas.fa-x {
    font-size: .8rem;
}

.buddyUpMultiFileUploadWrapper .buddyUpMultiFilesUploadSingleFile i.fas.fa-check {
    color: green;
}

@keyframes singleFileIconPopin {
    0% {
        transform: scale(.9) rotate(15deg);
    }

    75% {
        transform: scale(1.3) rotate(0);
    }

    100% {
        transform: scale(1) rotate(0);
    }
}

.subscription0__buddyUpMultiFileUploadWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    border: 2px dashed #ddd;
    min-height: 120px;
    margin-bottom: .5rem;
    gap: .5rem;
    padding: 1.5rem 1rem;
}

.subscription0__buddyUpMultiFileUploadWrapper p {
    padding: 0;
    width: 350px;
    max-width: calc(100% - 10px);
}

.subscription0__buddyUpMultiFileUploadWrapper a {
    margin: 0 !important;
}


/* Skeleton */
.buddyUp input[type="email"],
.buddyUp input[type="date"],
.buddyUp input[type="time"],
.buddyUp input[type="number"],
.buddyUp input[type="search"],
.buddyUp input[type="text"],
.buddyUp input[type="tel"],
.buddyUp input[type="url"],
.buddyUp input[type="password"],
.buddyUp textarea,so
.buddyUp select {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    margin-bottom: 1rem;
    width: 100%;
}

.buddyUp input[type="date"]{
    width: auto;
}

.buddyUp input[type="email"],
.buddyUp input[type="date"],
.buddyUp input[type="number"],
.buddyUp input[type="search"],
.buddyUp input[type="text"],
.buddyUp input[type="tel"],
.buddyUp input[type="url"],
.buddyUp input[type="password"],
.buddyUp textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.buddyUp textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.buddyUp input[type="email"]:focus,
.buddyUp input[type="date"]:focus,
.buddyUp input[type="number"]:focus,
.buddyUp input[type="search"]:focus,
.buddyUp input[type="text"]:focus,
.buddyUp input[type="tel"]:focus,
.buddyUp input[type="url"]:focus,
.buddyUp input[type="password"]:focus,
.buddyUp textarea:focus,
.buddyUp select:focus {
    border: 1px solid #33C3F0;
    outline: 0;
}

.buddyUp .inputLabel,
.buddyUp label,
.buddyUp legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600;
}

.buddyUp fieldset {
    padding: 0;
    border-width: 0;
}

.buddyUp input[type="checkbox"],
.buddyUp input[type="radio"] {
    display: inline;
}

.buddyUp label > .label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: normal;
}

.buddyUp textarea,
.buddyUp select,
.buddyUp fieldset {
    margin-bottom: 1.5rem;
}

.buddyUp form {
    margin-bottom: 2.5rem;
}

.buddyUp input[type="email"]::placeholder,
.buddyUp input[type="text"]::placeholder {
    opacity: .5;
}


/* Fixes for wysiwyg editor */
input[type="button"].ed_button,
.wp-core-ui .button, .wp-core-ui button {
    height: auto;
    text-transform: none;
    font-weight: 500;
    letter-spacing: normal;
}


/* Chat Messages */
.chatMessagesWrapper {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    background: white;
    max-height: 70vh;
}

.chatMessagesWrapper > * {
    flex-grow: 1;
}

.currentChat {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0;
    padding: 0 1rem;
    text-align: left;
}

@media (min-width: 550px) {
    .currentChat::-webkit-scrollbar {
        opacity: 1;
        width: 8px;
    }

    .currentChat::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, .1);
        border-radius: 10px;
    }

    .currentChat::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, .1);
        border-radius: 10px;
    }

    .currentChat::-webkit-scrollbar-thumb:hover {
        background: rgba(0, 0, 0, .2);
    }
}


li.placeholderMessage {
    padding: 6px 0;
    margin-bottom: 1rem !important;
}

.currentChat li:before {
    content: '';
    display: none;
}

.currentChat li {
    margin: 0;
}

.currentChat .userMessageWrapper {
    display: flex;
    gap: 15px;
    padding: 0;
    margin-bottom: .5rem;
}

.currentChat .userMessageWrapper:not(:first-of-type).nextUser {
    margin-top: 1.8rem;
}

.currentChat .userMessageWrapper .userMessage {
    width: calc(100% - 40px);
}

.currentChat .userMessageWrapper .userMessage.currentUser {
    text-align: right;
}

.currentChat .userMessageWrapper .userMessage span {
    --message-border-radius: 12px;
    display: inline-block;
    border-radius: 0 var(--message-border-radius) var(--message-border-radius) var(--message-border-radius);
    background: #f5f5f5;
    padding: 8px 18px;
    text-align: left;
}

.currentChat .userMessageWrapper .userMessage.currentUser span {
    border-radius: var(--message-border-radius) 0 var(--message-border-radius) var(--message-border-radius);
}

.currentChat .userMessageWrapper.messageSendError .userMessage.currentUser span {
    background: #ffcccc;
}

.currentChat .userMessageWrapper.messageSendError .userMessage.currentUser .messageErr {
    display: block;
    font-size: .9rem;
    margin-right: 11px;
    color: #e60000;
    font-weight: normal;
}

.currentChat .userMessageWrapper .userMessageImage {
    width: 40px;
    height: 40px;
}

/* New Message Input */
#chatNewMessageWrapper {
    height: auto;
}

#chatNewMessageForm {
    gap: 0;
    margin: 0;
    background: #f5f5f5;
    border-radius: var(--border-radius);
}

#chatNewMessageForm > * {
    margin: 0;
}

#chatNewMessageInput {
    width: 100%;
    background-color: transparent;
    border: none;
}

#chatNewMessageSubmit {
    border-radius: 4px;
    border: none !important;
    background: transparent !important;
    color: black !important;
    transition: color .2s;
}

#chatNewMessageSubmit:disabled {
    color: #888 !important;
}

@media (max-width: 766px){
    #chatSectionWrapper {
        flex-direction: column;
    }

    #chatListSidebar {
        width: 100%;
        max-width: 100%;
    }

    #chatListSidebar #userChatList {
        white-space: nowrap;
        overflow: auto;
    }

    #chatListSidebar #userChatList .userListCard {
        display: inline-block;
        overflow: hidden;
        width: 130px;
    }

    #chatListSidebar #userChatList .userListCard .userListCardName {
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
    }

    #chatListSidebar #userChatList .userListCard .userListCardBlurb {
        display: none;
    }

    #chatListSidebar #userChatList .userListCard .userListCardImageWrapperWrapper {
        margin: 0 auto .5rem;
    }

    .currentChatWrapper {
        min-height: 400px;
        padding: 1rem;
    }

    #chatNewMessageWrapper {
        flex-grow: 0;
    }
}

/* Error Pages */
.buddyUpErrorPage {
    background: white;
    border-radius: var(--border-radius);
    padding: 2rem 3rem;
    text-align: center;
}

.buddyUpErrorPage .buddyUpErrorPageImage {
    max-width: 100%;
    max-height: 25vh;
    margin: 0 auto 1rem;
}

.buddyUpErrorPage h1 {
    transition: none;
    opacity: 1;
    margin-left: 0;
}

/* Spinner */
.buddyUpSpinner {
    --rotate-speed: 1s;
    -webkit-animation: rotating var(--rotate-speed) linear infinite;
    -moz-animation: rotating var(--rotate-speed) linear infinite;
    -ms-animation: rotating var(--rotate-speed) linear infinite;
    -o-animation: rotating var(--rotate-speed) linear infinite;
    animation: rotating var(--rotate-speed) linear infinite;
    color: #555;
    font-size: 2rem;
    padding: 0;
    text-align: center;
}

@keyframes buddyUpRotating {
    from {
        transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

/* Matchup Icon */
.matchupBadgeIconsWrapper {
    display: inline-block;
    position: relative;
    font-size: 1.1rem;
    margin-left: -.1rem;
}

.matchupBadgeIconsWrapper i:before {
    background: white;
    margin-left: -2px;
}

.matchupBadgeIconsWrapper .fa {
    transform: rotate(-20deg) translate(-4px, -2px);
    transition: transform .2s;
}

.matchupBadgeIconsWrapper .badge-2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: rotate(17deg) translate(-50%, calc(-50% + 4px));
}


/* Mobile Navigation */
.tsg-menu-class ul a.buddyUpButton1 {
    display: inline-block !important;
    padding: 7px 14px !important;
}

.tsg-menu-class ul a.buddyUpButton1 i {
    font-size: .9rem;
    margin-right: 2px;
}

#mobileAppNav {
    position: fixed;
    /* bottom: 0; */
    top: 0;
    width: 100%;
    background: white;
    border-top: rgba(0,0,0,.1);
    z-index: 1000;
    height: 59px;
    overflow: hidden;
    box-shadow: 0px 0 7px -2px rgba(0,0,0,.1);
    transition: bottom 1s .7s;
}

#mobileAppNav ul {
    display: flex;
}

#mobileAppNav li {
    list-style: none;
    margin: 0;
    flex-grow: 1;
    text-align: center;
    padding: 0;
}

#mobileAppNav li:before {
    display: none;
}

#mobileAppNav li:hover,
#mobileAppNav li.active {
    background: rgba(0,0,0,.05);
}

#mobileAppNav li a {
    display: inline-block;
    padding: 1.2rem 0 1rem;
    width: 100%;
    transition: background .2s;
}

#mobileAppNav li:last-of-type a {
    border-right: none;
}

#mobileAppNav li:hover a {
    color: inherit;
}

#mobileAppNav li a i {
    font-size: 1.2rem;
}

.navbarAccountButton {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    white-space: nowrap;
    vertical-align: middle;
    margin: 0;
}

@media (min-width: 701px){
    #mobileAppNav {
        display: none !important;
        opacity: 0 !important;
    }
}

@media (max-width: 700px){
    body.mobileAppNavEnabled {
        /* padding-bottom: 56px; */
        padding-top: 60px;
    }

    body.home #mobileAppNav {
        display: none !important;
        opacity: 0 !important;
    }

    /* Styling fixes for candee bottom user bar */
    /* body:not(.stickyMenuVisable) #mobileAppNav,
    .userBarVisible #mobileAppNav {
        bottom: 65px;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

    .candeeUserBar .candeeMenuItem {
        padding: 0;
    }

    .candeeUserBar {
        max-height: 80px;
    }

    .candeeUserBar .candeeMenuItem .fa {
        padding-top: 5px;
    } */
}


@media (max-width: 400px){
    .navbarAccountButton {
        max-width: 30vw;
    }
}

/* Notification Icon */
.buddyUpNotificationsButtonWrapper {
    display: inline-block;
    position: relative;
}

.buddyUpNotificationsButton {
    background: transparent;
    border: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: normal;
    text-transform: none;
    font-weight: normal;
    height: auto;
    padding: 5px;
    margin: 0 0 0 .8rem;
    opacity: .3;
}


.buddyUpNotificationsButton.activeNotifications {
    opacity: 1;
}

.buddyUpNotificationsButton.activeNotifications::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 1px;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background: var(--primary-color);
}

.buddyUpNotificationsPopup {
    position: absolute;
    right: 0;
    opacity: 0;
    transition: all .2s;
    width: 200px;
    max-width: 80dvw;
    background: white;
    box-shadow: 0 2px 10px -2px rgba(0,0,0,.1), 0 2px 15px -2px rgba(0,0,0,.1);
    border-radius: 10px;
    padding: 9px 0;
    top: 35px;
    height: 0;
    width: 0;
    overflow: hidden;
    transition: top .2s, opacity .2s;
}

.buddyUpNotificationsPopup.buddyUpNotificationsPopupFadeIn {
    width: 220px;
    height: auto;
    top: 47px;
    opacity: 1;
}

.tsg-menu-class .buddyUpNotificationsPopup a, .buddyUpNotificationsPopup a {
    transition: background .2s;
    padding: 12px 20px !important;
    font-weight: normal;
    display: block;
    text-align: left;
}

.buddyUpNotificationsPopup a:hover {
    color: inherit;
    background: rgba(0,0,0,.05);
}

.buddyUpNotificationsPopup a i {
    color: #909090;
    margin-right: 3px;
}

/* User Agreement Update Modal */
#buddyUpModalWrapper .buddyUpModalContentWrapper.newUserAgreementModal {
    max-width: 500px;
}

.newUserAgreementModal .buddyUpLink {
    display: inline-block;
    margin: 1rem 0 0;
}

.newUserAgreementModal #acceptLatestUserAgreement {
    margin: .5rem 0 0;
}

/* Report Modal */
.buddyUpReportModal,
.reportSubmittedModal {
    width: 500px;
}

.buddyUpReportModal #buddyUpReportForm {
    margin: 0;
}

.buddyUpReportModal #buddyUpSendReportForm {
    margin: 0;
}

.buddyUpReportModal #buddyUpSendReportError {
    margin-top: .5rem;
}

.buddyUpReportModal .buddyUpReportInputLabel {
    width: 100%;
    text-align: center;
    font-weight: normal;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 100px;
    margin: .5rem 0 1rem;
    padding: .3rem .5rem;
    cursor: pointer;
    transition: all .2s;
}

.buddyUpReportModal .buddyUpReportRadioInput:checked+.buddyUpReportInputLabel {
    background: rgba(0,0,0,.06);
    font-weight: bold;
}

.buddyUpReportModal .buddyUpReportRadioInput {
    display: none;
}

.buddyUpReportModal .buddyUpReportMoreInfoWrapper {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0,0,0,.1);
}

.buddyUpReportModal #buddyUpReportMoreInfo {
    width: 100%;
    margin-bottom: 1rem;
    min-height: 110px;
}

/* Interests/Category Input */
.buddyInterestsInputWrapper,
.buddyUpInterestsInputWrapper {
    position: relative;
}

.buddyUpInterestsInputWrapper input {
    margin-bottom: 0 !important;
    border-radius: 4px 4px 0 0 !important;
}

.buddyInterestsInputWrapper .buddyInterestsList {
    min-height: 38px;
    padding: 6px 10px !important;
    background-color: #fafafa;
    border: 1px solid #D1D1D1;
    border-top: 0;
    box-shadow: none;
    box-sizing: border-box;
    margin: 0 0 1.5rem 0 !important;
    width: 100%;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
}

.buddyInterestsInputWrapper .buddyInterestsList .singlePill {
    margin-right: 5px !important;
    border: .5px solid rgba(0,0,0,.1);
}

.buddyInterestsInputWrapper .buddyInterestsList .singlePill i {
    vertical-align: middle;
    margin-left: 1px;
}

.buddyUpInterestInputWrapper {
    position: relative;
}

.interestSubmitButton {
    position: absolute;
    margin: 0 !important;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    font-size: .8rem;
    padding: 5px 10px;
    border-radius: 4px;
}

/* Interest/Category Suggestions */
.buddyUpInterestSuggestionsWrapper {
    position: absolute;
    z-index: 10;
    top: 38px;
    left: 0;
    width: 100%;
    padding: .2rem 0;
    background: white;
    border: 1px solid #D1D1D1;
    border-radius: 0 0 4px 4px;
}

.buddyUpInterestSuggestions {
    margin: 0 !important;
    padding: 0 !important;
    max-height: 250px;
    overflow: auto;
}

.buddyUpInterestSuggestions li {
    list-style: none;
    margin: 0 !important;
    padding: .5rem 1rem !important;
    transition: background .2s;
}

.buddyUpInterestSuggestions li:hover,
.buddyUpInterestSuggestions li.focus {
    background: rgba(0,0,0,.06);
    cursor: pointer;
}

.buddyUpInterestSuggestions li:before {
    display: none;
}


/* Star Rating */
.buddyUpStarRatingWrapper {
    position: relative;
    display: inline-block;
    color: rgba(0,0,0,.2);
}

.buddyUpStarRatingSolid {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    color: var(--primary-color);
}


/* Multiple Media Element */
.buddyUpMediaContainer {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);;
    grid-template-rows: auto;
    gap: 1rem;
}

.buddyUpMediaContainer .buddyUpCommentMedia {
    position: relative;
}

.buddyUpMediaContainer .buddyUpCommentMedia > a {
    height: 100%;
    width: 100%;
}

.buddyUpMediaContainer .buddyUpCommentMedia > a > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/* Comments */
.buddyUpCommentsWrapper {
    margin-top: 2rem;
}

.buddyUpSingleCommentWrapper {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.buddyUpSingleCommentWrapper:last-of-type {
    margin-bottom: 0;
}

.buddyUpCommentUserName {
    font-weight: bold;
}

.buddyUpSingleCommentWrapper .buddyUpCommentReviewedOn {
    font-size: .9rem;
    color: #595959;
    margin-bottom: .2rem;
}

.buddyUpSingleCommentContentWrapper {
    flex-grow: 1;
}

.buddyUpSingleCommentWrapper button.buddyUpReportButton {
    border: 1px solid rgba(0,0,0,.1) !important;
    background: transparent !important;
    color: black !important;
    margin: 0;
}

.buddyUpSingleCommentWrapper button.buddyUpReportButton:not(.disabledSubmit):hover,
.buddyUpSingleCommentWrapper button.buddyUpReportButton:not(.disabledSubmit):focus {
    border: 1px solid rgba(0,0,0,.1) !important;
    background: rgba(0,0,0,.05) !important;
}

@media (max-width: 400px){
    .buddyUpSingleCommentWrapper {
        flex-direction: column;
    }
}


/* New Comment Modal */
.buddyUpNewCommentModal {
    width: 500px;
}

.buddyUpNewCommentModal #buddyUpNewCommentForm {
    margin: 0;
}

.buddyUpNewCommentModal .buddyUpNewCommentInfo {
    padding-bottom: .5rem;
}

.buddyUpNewCommentModal #buddyUpNewCommentText {
    width: 100%;
    margin: 0;
    height: auto;
    resize: none;
}

.buddyUpNewCommentModal #buddyUpNewCommentSubmit {
    margin-bottom: 0;
    width: 100%;
}

.buddyUpNewCommentModal #buddyUpNewCommentError {
    padding: 0;
}

.buddyUpNewCommentModal .buddyUpStarRatingInputsWrapper {
    margin: 0 0 1.2rem;
}

.buddyUpNewCommentModal .buddyUpNewStarRatingSingle {
    display: inline-block;
    color: #d3d3d3;
    transition: color .2s;
    font-size: 1.3rem;;
    position: relative;
}

.buddyUpNewCommentModal .buddyUpNewStarRatingSingle.activeStar {
    color: var(--primary-color);
}

.buddyUpNewCommentModal #buddyUpNewCommentImages .buddyUpMultiFilesUploaded {
    max-height: 120px;
    overflow: auto;
}


/* ADA fixes for single star inputs */
.buddyUpNewStarRatingSingle input {
    height: 40% !important;
    width: 40% !important;
    overflow: hidden !important;
    margin: 0 !important;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.buddyUpNewStarRatingSingle input.flying-focus_target {
    outline-offset: 6px !important;
}

.buddyUpNewStarRatingSingle label {
    cursor: pointer;
    padding: .2rem;
    margin: 0;
}

.buddyUpNewStarRatingSingle i {
    position: relative;
    z-index: 9999999;
}

/* Subscription Tiers CTA, CTA button, and Badge */

[class*="buddyUpSubscriptionBadge"],
.buddyUpSubscriptionButton {
    display: inline-block;
    position: relative;
    padding: 0.7rem 1.3rem;
    margin: 0;
    background: #e0ac5f !important;
    background-image: linear-gradient(
        to bottom right,
        #f5ca8a 0%,
        #f1a34b 50%,
        #e0ac5f 90%,
        #dcad68 100%
    ) !important;
    border: none !important;
    font-weight: bold;
    color: white !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,.3);
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.buddyUpSubscriptionButton:hover {
    color: white !important;
    box-shadow: 0 0 10px 0 rgba(235, 191, 35, 0.6);
    background: #e0ac5f !important;
    background-image: linear-gradient(
        to bottom right,
        #f5ca8a 0%,
        #f1a34b 50%,
        #e0ac5f 90%,
        #dcad68 100%
    ) !important;

    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

[class*="buddyUpSubscriptionBadge"]:before,
.buddyUpSubscriptionButton:before {
    content: "";
    display: block;
    width: 0px;
    height: 86%;
    position: absolute;
    top: 7%;
    left: 0%;
    opacity: 0;
    background: white;
    box-shadow: 0 0 15px 3px white;
    margin: 0;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
    
    -webkit-animation: shine 7s 1s infinite;
    -moz-animation: shine 7s 1s infinite;
    animation: shine 7s 1s infinite;
}

.buddyUpSubscriptionButton i {
    margin-right: 2px; 
}

.buddyUpSubscriptionButton.buddyUpSubscriptionSmall {
    font-size: .9rem;
    padding: .5rem .8rem;
}

[class*="buddyUpSubscriptionBadge"] i,
.buddyUpSubscriptionButton.buddyUpSubscriptionSmall i {
    margin-right: 1px;
}

@keyframes shine {
    from {
        opacity: 0;
        left: 0%;
    }
    5% {
        opacity: 1;
    }
    15% {
        opacity: 0;
        left: 100%;
    }
    to {
        opacity: 0;
        left: 100%;
    }
}

@media (max-width: 425px){
    .buddyUpSubscriptionButton {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 1rem;
        margin: 0;
        padding: 1rem 1.5rem;
    }

    .buddyUpSubscriptionButton.buddyUpSubscriptionSmall {
        font-size: 1rem;
        padding: .6rem 1.3rem;
    }

    .buddyUpSubscriptionButton span {
        flex-grow: 1;
        text-align: center;
    }
}

/* Subscription Tier Badge */
[class*="buddyUpSubscriptionBadge"] {
    display: inline-block;
    font-size: .9rem;
    padding: .5rem .8rem;
    border-radius: 5px;
    line-height: normal;
    cursor: default;
}

.buddyUpSubscriptionBadge0 {
    background: #ddd !important;
    color: #555 !important;
    text-shadow: none;
}

.buddyUpSubscriptionBadge0:before {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}

.buddyUpSubscriptionBadge1 {
    background: var(--tertiary-color) !important;
}

.buddyUpImageWrapper [class*="buddyUpSubscriptionBadge"] {
    position: absolute;
    bottom: .65rem;
    right: .65rem;
    z-index: 10;
}

/* Subscription Modal */
.buddyUpSubscriptionUpgradeModal .buddyUpModalContent {
    --modal-bg-color: #f5f5f5;
    /* background-image:  linear-gradient(135deg, var(--modal-bg-color) 25%, transparent 25%), linear-gradient(225deg, var(--modal-bg-color) 25%, transparent 25%), linear-gradient(45deg, var(--modal-bg-color) 25%, transparent 25%), linear-gradient(315deg, var(--modal-bg-color) 25%, #ffffff 25%);
    background-position:  25px 0, 25px 0, 0 0, 0 0;
    background-size: 50px 50px;
    background-repeat: repeat; */
    
    background-size: 10px 10px;
    background-image: repeating-linear-gradient(45deg, var(--modal-bg-color) 0, var(--modal-bg-color) 1px, #ffffff 0, #ffffff 50%);

    max-width: 500px;
}