/* /Pages/MatchFound.razor.rz.scp.css */
@media screen and (max-width: 420px) {
    .col-8[b-00bxp0dbve] {
        width: 100%;
    }
}
/* /Shared/Card.razor.rz.scp.css */
.card-image[b-n94f3dcvge] {
    object-fit: cover;
    width: 100%;
    height: 40vh;
}

.unselectable[b-n94f3dcvge] {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ff2j9kd6jl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ff2j9kd6jl] {
    flex: 1;
}

.sidebar[b-ff2j9kd6jl] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ff2j9kd6jl] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ff2j9kd6jl]  a, .top-row[b-ff2j9kd6jl]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ff2j9kd6jl]  a:hover, .top-row[b-ff2j9kd6jl]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ff2j9kd6jl]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ff2j9kd6jl] {
        display: none;
    }

    .top-row.auth[b-ff2j9kd6jl] {
        justify-content: space-between;
    }

    .top-row[b-ff2j9kd6jl]  a, .top-row[b-ff2j9kd6jl]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ff2j9kd6jl] {
        flex-direction: row;
    }

    .sidebar[b-ff2j9kd6jl] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ff2j9kd6jl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ff2j9kd6jl]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ff2j9kd6jl], article[b-ff2j9kd6jl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/SwipeList.razor.rz.scp.css */

*[b-1i702kj5es], *[b-1i702kj5es]:before, *[b-1i702kj5es]:after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.tinder[b-1i702kj5es] {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}

.loaded.tinder[b-1i702kj5es] {
    opacity: 1;
}

.tinder--status[b-1i702kj5es] {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    width: 100%;
    text-align: center;
    pointer-events: none;
}

    .tinder--status i[b-1i702kj5es] {
        font-size: 100px;
        opacity: 0;
        transform: scale(0.3);
        transition: all 0.2s ease-in-out;
        position: absolute;
        width: 100px;
        margin-left: -50px;
    }

.tinder_like .fa-thumbs-up[b-1i702kj5es] {
    opacity: 0.7;
    transform: scale(1);
}

.tinder_dislike .fa-arrow-rotate-left[b-1i702kj5es] {
    opacity: 0.7;
    transform: scale(1);
}

.tinder_love .fa-heart[b-1i702kj5es] {
    opacity: 0.7;
    transform: scale(1);
}


.tinder_nope .fa-thumbs-down[b-1i702kj5es] {
    opacity: 0.7;
    transform: scale(1);
}

.tinder--cards[b-1i702kj5es] {
    flex-grow: 1;
    padding-top: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 1;
}

.tinder--card[b-1i702kj5es] {
    display: inline-block;
    width: 90vw;
    max-width: 400px;
    height: 70vh;
    background: #FFFFFF;
    padding-bottom: 40px;
    border-radius: 8px;
    overflow: hidden;
    position: absolute;
    will-change: transform;
    transition: all 0.3s ease-in-out;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.moving.tinder--card[b-1i702kj5es] {
    transition: none;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.tinder--card img[b-1i702kj5es] {
    max-width: 100%;
    pointer-events: none;
}

.tinder--card h3[b-1i702kj5es] {
    margin-top: 32px;
    font-size: 32px;
    padding: 0 16px;
    pointer-events: none;
}

.tinder--card p[b-1i702kj5es] {
    margin-top: 24px;
    font-size: 20px;
    padding: 0 16px;
    pointer-events: none;
}

.tinder--buttons[b-1i702kj5es] {
    flex: 0 0 100px;
    text-align: center;
    padding-top: 20px;
    --color-light-red: #F8CECC;
    --color-light-blue: #DAE8FC;
    --color-light-green: #D5E8D4;
    --color-light-orange: #FFE6CC;
    --color-light-yellow: #FFF2CC;
    --color-light-purple: #E1D5E7
}

    .tinder--buttons button[b-1i702kj5es] {
        border-radius: 50%;
        line-height: 60px;
        width: 60px;
        border: 0;
        background: #FFFFFF;
        display: inline-block;
        margin: 0 8px;
    }

        .tinder--buttons button:focus[b-1i702kj5es] {
            outline: 0;
        }

    .tinder--buttons i[b-1i702kj5es] {
        font-size: 32px;
        vertical-align: middle;
    }


#love[b-1i702kj5es] {
    background-color: var(--color-light-green);
}

#like[b-1i702kj5es] {
    background-color: var(--color-light-green);
}

#dislike[b-1i702kj5es] {
    background-color: var(--color-light-orange);
}

#nope[b-1i702kj5es] {
    background-color: var(--color-light-red);
}

.fa-remove[b-1i702kj5es] {
    color: #CDD6DD;
}
.center[b-1i702kj5es] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

td[b-1i702kj5es] {
    padding: 5px;
}
/* /Shared/UserBadge.razor.rz.scp.css */
.user-badge[b-9op7qw81yn] {
    padding: 10px;
    border-radius: 5px;
    font-size: 20px;
    background-color: white;
    text-align: start;
    display: table-cell;
    vertical-align: middle;
}

.user-icon[b-9op7qw81yn] {
    border-radius: 5px;
    font-size: 20px;
    margin-right: 5px;
    border-radius: 50%;
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}



@media screen and (min-width: 420px) {

    .user-container[b-9op7qw81yn] {
        display: table;
        width: 60%;
    }
}

@media screen and (max-width: 420px) {
    .user-container[b-9op7qw81yn] {
        display: table;
        width: 100%;
    }
}
