<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.main-core-content {
    padding-top: 144px;
    position: relative;
    flex: 1 1 0%;
}

.main-core {
    position: relative;
    z-index: 1;
    flex: 1 1 0%;
    display: flex;
    flex-flow: column;
    max-height: 100%;
    height: calc(100% - 122px);
    box-sizing: border-box;
}

.dashboard-fade-in {
    animation: slowFadeIn .4s ease-in-out .2s forwards;    
}


.main-content-gap {
    display: flex;
    width: 990px;
    padding-top: 0px;
    margin: 0px auto;
}

.main-content-left {
    display: flex;
}
.main-content-gap-sec-2 {
    display: flex;
    width: 990px;
    padding-top: 0px;
    margin: 0px auto;
}

.main-content-left-sec-2 {
    display: flex;
}
.profile-card, .profile-card * {
    box-sizing: border-box;
}

.profile-card {

    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 6px #8286911c;
    font-size: 16px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}
.upload-photo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 190px;
}
.upload-photo--container {
    display: block;
    width: 145px;
    margin-top: -10px;
}
.photo-carousel--photo {
    display: block;
    width: 100%;
    height: 210px;
}
.upload-photo--image {
    display: block;
    width: 100%;
    height: 145px;
    border-radius: 50%;
    box-shadow: 0 4px 10px #00000014;
    border: 1px solid #cfd0d3;
}

.upload-photo *:not(.simpletiny-tooltip,.simpletiny-tooltip *) {
    position: relative;
    z-index: 1;
}
.profile-card--photo--action {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    margin-top: -18px;
    margin-right: 12px;
}
.profile-card--photo--action.upload-photo--action {
    width: 100%;
    justify-content: center;
    margin-right: 0;
}

.profile-card .profile-card--photo--action--button {
    position: absolute;
    width: 36px;
    height: 36px;
    box-shadow: 0 3px 4px #00bcd557;
    background-color: #10bfd5;
    border-radius: 50%;
    border: none;
    outline: none;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.simpletiny-tooltip {
    position: relative;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button, select {
    text-transform: none;
}

button {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}


.profile-card--photo--action--button:before, .profile-card--photo--action--button:after {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3px;
    height: 3px;
    transform: translate(-50%, -50%);
    background-color: #fff;
}
.profile-card--photo--action--button:before {
    width: 15px;
}

.profile-card--photo--action--button:after {
    height: 15px;
}
.simpletiny-tooltip--label__top {
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 10px);
}

    .simpletiny-tooltip--label__top:after {
        left: 50%;
        top: 100%;
        border-top-color: #000;
        margin-left: -5px;
    }

.simpletiny-tooltip--label:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
}

.simpletiny-tooltip--label {
    position: absolute;
    border-radius: 5px;
    padding: 5px;
    width: auto;
    font-size: 13px;
    font-weight: 400;
    background-color: #000;
    color: #fff;
    pointer-events: none;
    min-width: 90px;
    box-sizing: border-box;
    text-align: center;
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    will-change: opacity, transform;
}

.profile-card--list {
    padding: 0px 0 0;
    margin-top: -2px;
}

.profile-card__under-screening .profile-card--list--item__basic, .profile-card__rejected .profile-card--list--item__basic {
    padding-top: 11px;
    padding-bottom: 11px;
}

.profile-card__under-screening .profile-card--list--item, .profile-card__rejected .profile-card--list--item {
    padding: 16px;
}

.profile-card--list--item {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 18px 16px;
    transition: background-color .3s ease-in;
    cursor: default;
    text-align: left;
}


.absolute-hr {
    position: absolute;
    bottom: 0;
    left: 16px;
    width: 198px;
    border-bottom: 1px solid #eeeef0;
}

.absolute-hr--top {
    bottom: initial;
    top: -1px;
}
.profile-card--user {
    font-size: 16px;
    letter-spacing: .3px;
}

.profile-card__under-screening .profile-card--user--profileid, .profile-card__rejected .profile-card--user--profileid {
    transform: translateY(13px);
}

.profile-card__under-screening .profile-card--user--profileid, .profile-card__rejected .profile-card--user--profileid {
    color: #72727d;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}

.profile-card__under-screening .profile-card--user--name, .profile-card__rejected .profile-card--user--name {
    opacity: 0;
}

.profile-card__under-screening .profile-card--user--name, .profile-card__rejected .profile-card--user--name {
    color: #cdced1;
    font-size: 13px;
    font-weight: 400;
}
.profile-card--label {
    color: #212126;
    font-size: 16px;
    font-weight: 400;
}
.profile-card--label {
    font-size: 12px;
    color: #72727d;
    font-weight: 300;
    font-family: Roboto Light, Roboto, Arial, "sans-serif";
}
.profile-card--screening-message {
    color: #72727d;
    font-size: 11px;
    line-height: 12px;
    font-style: italic;
    letter-spacing: 0;
}
.profile-card--user {
    font-size: 16px;
    letter-spacing: .3px;
}
.profile-card--value {
    font-weight: 500;
    font-size: 13px;
    color: #72727d;
}
.profile-card--list--item--action {
    width: 65px;
    text-align: right;
    margin-right: -7px;
}

.profile-card a {
    font-family: Roboto Medium, Roboto, Arial, "sans-serif";
    color: #00bcd5;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 12px;
}

.profile-card--link {
    position: relative;
    display: inline-block;
    padding: 5px 7px 4px;
}

.profile-card--link:before {
    content: " ";
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    border: 1px solid currentColor;
    background-color: #fff;
    box-shadow: 0 2px 4px #0000001f;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    will-change: opacity;
}
.profile-card .profile-card--photo--action--button:hover {
    background-color: #0dd2f5;
    box-shadow: 0 4px 10px #00bcd599;
}
.my-dashboard--section-title {
    padding: 5px 2px 12px;
    color: #51505d;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .3px;
}
.activity-summary {
    display: block;
    width: 100%;
}
.activity-summary--list {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 0 4px #8286912e;
}
.activity-summary--list--item:not(:last-child):not(.count-card__textblock) {
    border-right: 2px solid #f1f1f1;
}
.activity-summary--list--item:first-child {
    border-radius: 5px 0 0 5px;
}
.activity-summary--list--item {
    flex: 1;
}
.count-card {
    position: relative;
    z-index: 0;
    padding: 8px 10px 8px 16px;
    background-color: #fff;
}
.count-card--label {
    color: #777683;
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
}
.reset-link-style {
    color: initial;
    text-decoration: none;
}

.count-card--number {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2px;
    line-height: 25px;
    color: #51505d;
    font-size: 22px;
    font-weight: 700;
}
.count-card--number--value__zero {
    color: #dfe0e3;
}
.count-card--number--value {
    padding-right: 5px;
}
.count-card__locked {
    opacity: .7;
}
.activity-summary--list__locked {
    box-shadow: none;
}
.count-card.count-card.count-card__textblock {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 3px 0 3px #00000014;
    border-radius: 5px;
}
.count-card--text {
    font-style: italic;
    color: #72727d;
    font-size: 11px;
    line-height: 14px;
}
.count-card--icon-bulge {
    width: 13px;
    height: 26px;
    margin-left: -3px;
    border-radius: 0 13px 13px 0;
    background-color: #fff;
    box-shadow: 3px 0 3px #0000001a;
}
.count-card--icon, .count-card--icon-bulge {
    position: absolute;
    left: 100%;
    top: 50%;
    z-index: 3;
    margin-top: -.5px;
    transform: translateY(-50%);
}
.count-card--link {
    color: #00bcd5;
    font-weight: 700;
    text-decoration: none;
}
.count-card--icon {
    width: 26px;
    height: 26px;
    margin-left: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-card-mbl-width{
    width:230px;
}

@media only screen and (max-width: 769px) {
    .main-content-gap {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .profile-card {
        width: 100%;
    }
    .profile-card-mbl-width {
        width: 100%;
        padding: 0 10px !important;
    }
    .mbl-view-d-none {
        display: none;
    }
    .main-content-gap-sec-2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-top: 355px;
    }
    .matches-container{
        width: 100% !important;
    }
    .matches-container-v2 {
        margin-left: 0 !important;
        width: 100% !important;
    }
    .main-content-left-sec-2{
        padding:15px;
    }
    .notification-container-am {
        width: auto !important;
        margin: 0 15px !important;
    }
    .mbl-padd-15{
        padding:10px;
    }
}</pre></body></html>