/* _content/Dating.Web/Components/Admin/Chat/Core.razor.rz.scp.css */
.profile-image[b-qsezbqxayo] {
    height: 45px;
    width: 45px;
}

    .profile-image img[b-qsezbqxayo] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
        border-radius: 50%;
    }

.chat-container[b-qsezbqxayo] {
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 10px;
}

/* Outgoing (right) message */
.outgoing-message[b-qsezbqxayo] {
    align-self: flex-end;
    background-color: #396406;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 15px 15px 0 15px;
    max-width: 90%;
    word-wrap: break-word;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .outgoing-message:hover[b-qsezbqxayo] {
        opacity: 0.8;
    }

/* Incoming (left) message */
.incoming-message[b-qsezbqxayo] {
    align-self: flex-start;
    background-color: #2f3439;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 0px 15px 15px 15px;
    max-width: 90%;
    word-wrap: break-word;
    text-align: left;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
}

    .incoming-message:hover[b-qsezbqxayo] {
        opacity: 0.8;
    }

    .incoming-message .message .translate[b-qsezbqxayo] {
        position: absolute;
        height: 10px;
        width: 10px;
        background-color: var(--bs-primary);
        left: 0;
        top: 0;
        border-bottom-right-radius: 30px;
    }

.message-content[b-qsezbqxayo] {
    font-size: 14px;
    line-height: 1.4;
}

.text-muted[b-qsezbqxayo] {
    font-size: 12px;
    color: #777 !important;
    display: block;
    margin-top: 5px;
}

.card-header[b-qsezbqxayo] {
    padding: 5px;
}

.card-body[b-qsezbqxayo] {
    overflow: auto;
    margin-bottom: 70px;
    height: calc(100svh - 210px);
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

@media (max-width: 900px) {
    /* Styles for mobile devices */
    .card-body[b-qsezbqxayo] {
        height: calc(100svh - 128px);
        margin-top: 56px;
    }

    .card[b-qsezbqxayo] {
        border-radius: 0;
    }

    .card-header[b-qsezbqxayo] {
        position: fixed;
        width: 100%;
    }
}

@media (min-width: 901px) {
    /* Styles for larger devices */
    .card-body[b-qsezbqxayo] {
        height: calc(100svh - 182px);
    }

    .card[b-qsezbqxayo] {
        margin: 0;
        border-radius: 0;
        border: 0;
    }
}

.card-footer[b-qsezbqxayo] {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #212529;
    padding: 15px;
}



.form-control[b-qsezbqxayo] {
    width: 100%;
    background-color: transparent !important;
    height: 0px;
    max-height: 130px;
    border: 0;
    resize: none;
    scrollbar-width: none;
}

    .form-control:focus[b-qsezbqxayo] {
        box-shadow: none;
    }

    .form-control:disabled[b-qsezbqxayo] {
        background-color: transparent !important;
    }

.form-switch .form-check-input[b-qsezbqxayo] {
    height: 20px;
    width: 38px;
}

.form-check-input:checked[b-qsezbqxayo] {
    background-color: #4CAF50 !important;
    border-color: #4CAF50 !important;
}

.collapse-body[b-qsezbqxayo] {
    background-color: #344e34;
    color: #ffffff;
    margin: 5px -14px -10px -15px;
    border-radius: 0px 0px 0 15px;
}


.container-action[b-qsezbqxayo] {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .container-action .btn-action[b-qsezbqxayo] {
        height: 40px;
        width: 40px;
        display: flex;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        padding-top: 6px;
    }

        .container-action .btn-action:active[b-qsezbqxayo] {
            background-color: var(--bs-primary);
        }


    .container-action .translator-flex-container[b-qsezbqxayo] {
        background-color: #202428;
        display: flex;
        cursor: pointer;
        border-radius: 3px;
    }

        .container-action .translator-flex-container:hover[b-qsezbqxayo] {
            background-color: #424649 !important;
            border-color: #373b3e !important;
        }

        .container-action .translator-flex-container .flex-item-1[b-qsezbqxayo] {
            height: 38px;
            display: flex;
            align-items: center;
            padding-left: 8px;
        }

        .container-action .translator-flex-container .flex-item-2[b-qsezbqxayo] {
            padding: 0px 8px;
            height: 38px;
            width: 50px;
            display: flex;
            align-items: center;
            justify-content: space-around;
            font-weight: bold;
        }

            .container-action .translator-flex-container .flex-item-2.on[b-qsezbqxayo] {
                color: var(--bs-primary);
            }

.btn-change-lng[b-qsezbqxayo] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
}

    .btn-change-lng:hover[b-qsezbqxayo] {
        border-radius: 5px;
        background-color: #00000030;
        cursor: pointer;
    }



.intro-logo[b-qsezbqxayo] {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #9f9f9f;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    color: black;
    justify-content: center;
}

.intro-text[b-qsezbqxayo] {
    width: 100%;
    text-align: left;
    margin: 15px;
}

.intro-encrypted[b-qsezbqxayo] {
    width: 100%;
    margin: 15px;
}

.pointer[b-qsezbqxayo] {
    cursor: pointer;
}

.encrypted-tip[b-qsezbqxayo] {
    background: var(--bs-primary);
    font-size: small;
    padding: 0px 15px;
    font-weight: bold;
    color: black;
    border-radius: 0px 0px 10px 10px;
    top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#emojiContainer[b-qsezbqxayo] {
    position: absolute;
    bottom: 60px;
    right: 10px;
    z-index: 1000;
    display: none;
}

.btn-emoji[b-qsezbqxayo] {
}

    .btn-emoji:active[b-qsezbqxayo] {
        color: yellow;
    }


.button-send[b-qsezbqxayo] {
    width: 64px;
    height: 37px;
    display: flex;
    font-size: 17px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    background-color: #0000002b;
    align-items: center;
    justify-content: space-evenly;
}

    .button-send.send[b-qsezbqxayo] {
        background: linear-gradient(to top,#f72c2c,#bb1f06);
        transition: background 0.3s ease;
    }

        .button-send.send:hover[b-qsezbqxayo] {
            background: linear-gradient(to top,#f70c0c,#fb4a2d);
            transition: background 0.3s ease;
        }
/* _content/Dating.Web/Components/Admin/Chat/Translated_message.razor.rz.scp.css */
.box[b-t33itg9hjc] {
    padding: 15px;
    background-color: #4a4a4a;
    margin: -15px;
}

/* _content/Dating.Web/Components/Admin/Logs/Page.razor.rz.scp.css */
.web[b-t0a0o2uok6] {
    width: 100%;
    height: calc(100svh - 130px);
    overflow: auto;
    white-space: pre;
}

.div-action[b-t0a0o2uok6] {
    padding: 5px 8px;
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
}

.btn-light[b-t0a0o2uok6] {
    background-color: #0863a5 !important;
    color: white;
    border-color: #1564a2;
}

    .btn-light:hover[b-t0a0o2uok6] {
        background-color: #0e73bd !important;
        color: white;
    }

.title[b-t0a0o2uok6] {
    margin-right: 30px;
    display: inline-flex;
    justify-content: space-around;
    color: #222222;
    font-weight: bolder;
    font-size: small;
    border-bottom: 4px solid #343a40;
}

.nav-tabs .nav-link.active[b-t0a0o2uok6] {
    color: #fff !important;
    background-color: #343a40 !important;
}
/* _content/Dating.Web/Components/Admin/Matches/Core.razor.rz.scp.css */
.header[b-6bhifwkno5] {
    background-color: #212529;
    padding: 0px 9px;
}

.flex-container[b-6bhifwkno5] {
    display: flex;
    gap: 15px; /* Space between profile items */
    flex-wrap: wrap;
}

.flex-item[b-6bhifwkno5] {
    position: relative;
    height: 50px; /* Adjusted size for profile image */
    width: 50px;
}

    .flex-item img[b-6bhifwkno5] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
        border-radius: 50%;
        border: 0px solid var(--bs-border-color-translucent);
    }

    .flex-item:hover[b-6bhifwkno5] {
        transform: scale(1.05);
        transition: transform 0.3s ease-in-out;
    }

    .flex-item:active[b-6bhifwkno5] {
        opacity: 0.8;
    }

.user-status[b-6bhifwkno5] {
    position: absolute;
    bottom: -2px;
    right: 2px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 3px solid #212529;
}

    .user-status.offline[b-6bhifwkno5] {
        background-color: #808080;
    }

    .user-status.online[b-6bhifwkno5] {
        background-color: #4dd965;
    }

.unread-messages[b-6bhifwkno5] {
    position: absolute;
    top: -2px;
    right: 2px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 3px solid #212529;
    background-color: #ff0000;
    color: #ffffff;
    font-size: 11px;
    display: flex;
    font-weight: 800;
    align-items: flex-end;
    justify-content: center;
}

.main-container[b-6bhifwkno5] {
    min-width: 75px;
    min-height: 75px;
    z-index: 100;
    position: relative;
    display: flex;
    justify-content: space-around;
}

@media (min-width: 576px) {
    .main-container[b-6bhifwkno5] {
        height: calc(100svh - 60px);
    }
}

.selectd[b-6bhifwkno5] {
    box-shadow: var(--bs-primary) 0px 1px 23px, var(--bs-primary) 0px 0px 0px 2px;
    border-radius: 50%;
}

.search[b-6bhifwkno5] {
    background-color: #0044d4;
    border-radius: 50%;
    display: flex;
    font-size: small;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.btn-who-like-me[b-6bhifwkno5] {
    background: linear-gradient(to top,#f72c2c,#bb1f06);
    transition: background 0.3s ease;
}

    .btn-who-like-me:hover[b-6bhifwkno5] {
        background: linear-gradient(to top,#f70c0c,#fb4a2d);
        transition: background 0.3s ease;
    }

.btn-home[b-6bhifwkno5] {
    background: #808080;
}

    .btn-home:hover[b-6bhifwkno5] {
        background: #393939;
    }

.flex-grow-1[b-6bhifwkno5]::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.user[b-6bhifwkno5] {
    height: 38px;
    width: 38px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #393939;
}

    .user:hover[b-6bhifwkno5] {
        border: 2px solid black;
    }

    .user img[b-6bhifwkno5] {
        cursor: pointer;
        object-fit: cover;
        width: 100%;
    }
/* _content/Dating.Web/Components/Admin/Profile_listing/Core.razor.rz.scp.css */
.flex-container[b-uan8bk5v1w] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Fill rows dynamically */
    gap: 10px; /* Consistent spacing between items */
    margin-bottom: 15px;
    justify-content: start; /* Align grid items to the start */
}

.flex-item[b-uan8bk5v1w] {
    box-sizing: border-box;
}



.big-profile-view[b-uan8bk5v1w] {
    min-width: 410px;
}

@media (max-width: 900px) {
    /* Styles for mobile devices */
    .big-profile-view[b-uan8bk5v1w] {
        display: none;
    }
}

@media (min-width: 901px) {
    /* Styles for larger devices */
    .big-profile-view[b-uan8bk5v1w] {
        display: block;
    }

    .btn-next[b-uan8bk5v1w], .btn-previous[b-uan8bk5v1w] {
        min-height: 471px !important;
    }
}

.five[b-uan8bk5v1w] {
    width: 120px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #9f9f9f;
    margin: 0 auto;
    margin-bottom: 20px;
}

    .five img[b-uan8bk5v1w] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
        border: 25px solid #f0f0f000;
    }

.tip[b-uan8bk5v1w] {
    background: var(--bs-primary);
    font-size: small;
    padding: 0px 15px;
    font-weight: bold;
    color: black;
    border-radius: 0px 0px 10px 10px;
    top: 10px;
    position: absolute;
    transform: translate(-50%, -50%);
}

.btn-next[b-uan8bk5v1w], .btn-previous[b-uan8bk5v1w] {
    cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    background-color: #151617;
}

    .btn-next:hover[b-uan8bk5v1w], .btn-previous:hover[b-uan8bk5v1w] {
        background-color: #090a0b;
    }

    .btn-next:active[b-uan8bk5v1w], .btn-previous:active[b-uan8bk5v1w] {
        background-color: var(--bs-primary);
        color: var(--color__who_like_me__text);
    }

.div-no-profile[b-uan8bk5v1w] {
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    padding: 30px;
    width: 100%;
    height: calc(100vh - 240px);
    align-items: center;
}
/* _content/Dating.Web/Components/Admin/Profile_listing/Profile__in_list.razor.rz.scp.css */
.card[b-5uahe4sh9w] {
    overflow: hidden;
}

    .card .card-body[b-5uahe4sh9w] {
        overflow: hidden;
        position: relative;
        border-radius: 5px;
        padding: 0;
    }

        .card .card-body profile-image[b-5uahe4sh9w] {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

        .card .card-body img[b-5uahe4sh9w] {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

            .card .card-body img.clickable-image:active[b-5uahe4sh9w] {
                filter: brightness(1.2) blur(0px);
            }

            .card .card-body img.clickable-image[b-5uahe4sh9w] {
                display: block;
                cursor: pointer;
                transition: filter 0.3s ease;
            }

        .card .card-body .info[b-5uahe4sh9w] {
            bottom: 0;
            width: 100%;
            text-align: center;
            padding: 15px;
            position: relative;
            background: linear-gradient(to top, rgb(0 0 0 / 92%), rgb(91 91 91 / 0%));
            z-index: 20;
        }


.round-button[b-5uahe4sh9w] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: unset;
    overflow: hidden;
    background-color: #2c2c2c;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

    .round-button:active[b-5uahe4sh9w] {
        background-color: #4a4a4a;
    }

    .round-button img[b-5uahe4sh9w] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

    .round-button:hover[b-5uahe4sh9w] {
        transform: scale(1.1);
    }




.age[b-5uahe4sh9w] {
    background-color: white;
    color: #000000;
    border-radius: 50%;
    height: 22px;
    padding: 0px 0px;
    width: 22px;
    font-weight: bold;
    display: flex;
    font-size: 12px;
    justify-content: center;
    align-items: center;
}

.skeleton-loading[b-5uahe4sh9w] {
    width: 100%; /* Explicit width */
    height: 100%;
    min-width: 250px;
    min-height: 468px;
    color: transparent;
    background: linear-gradient(100deg, #343a40 30%, #474e53 50%, #343a40 70%);
    background-size: 400%;
    animation: loading-b-5uahe4sh9w 1.5s ease-in-out infinite;
    border-radius: 3px;
    position: absolute;
    z-index: 10;
}

@keyframes loading-b-5uahe4sh9w {
    0% {
        background-position: 100%;
    }

    100% {
        background-position: 0;
    }
}

.btn-action[b-5uahe4sh9w] {
    margin: 0px -15px;
    margin-bottom: -15px;
    padding-bottom: 15px;
    margin-top: -15px;
    padding-top: 15px;
}

.pointer[b-5uahe4sh9w] {
    cursor: pointer;
}

.nickname[b-5uahe4sh9w] {
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-status[b-5uahe4sh9w] {
    position: absolute;
    top: -9px;
    height: 22px;
    width: 22px;
    background-color: #4dd965;
    border-radius: 50%;
    right: 45px;
    border: 4px solid #212529;
}

    .user-status.offline[b-5uahe4sh9w] {
        background-color: #808080;
    }

    .user-status.online[b-5uahe4sh9w] {
        background-color: #4dd965;
    }


.user__like__the_browser[b-5uahe4sh9w] {
    color: #ff480e;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 22px !important;
    height: 22px !important;
    cursor: pointer;
}
/* _content/Dating.Web/Components/Admin/Profile_listing__Disliked/Core.razor.rz.scp.css */

.profile-container[b-k3ovexp6gb] {
    height: calc(100vh - 57px);
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 10px;
}

    .profile-container[b-k3ovexp6gb]::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }




.flex-container[b-k3ovexp6gb] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Fill rows dynamically */
    gap: 10px; /* Consistent spacing between items */
    margin-bottom: 10px;
    justify-content: start; /* Align grid items to the start */
}

.flex-item[b-k3ovexp6gb] {
    box-sizing: border-box;
}

.skeleton-loading[b-k3ovexp6gb] {
    width: 450px;
    height: 523px;
    color: transparent;
    background: linear-gradient(100deg, #f0f0f0 30%, #e0e0e0 50%, #f0f0f0 70%);
    background-size: 400%;
    animation: loading-b-s5ss7l6i2v 1.2s ease-in-out infinite;
    border-radius: 3px;
    position: absolute;
    z-index: 10;
}

@keyframes loading-b-k3ovexp6gb {
    0% {
        background-position: 100%;
    }

    100% {
        background-position: 0;
    }
}

.big-profile-view[b-k3ovexp6gb] {
    min-width: 500px;
}

@media (max-width: 1108px) {
    /* Styles for mobile devices */
    .big-profile-view[b-k3ovexp6gb] {
        display: none;
    }
}

@media (min-width: 1109px) {
    /* Styles for larger devices */
    .big-profile-view[b-k3ovexp6gb] {
        display: block;
    }

    .btn-next[b-k3ovexp6gb], .btn-previous[b-k3ovexp6gb] {
        min-height: 471px !important;
    }
}

.five[b-k3ovexp6gb] {
    width: 120px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #9f9f9f;
    margin: 0 auto;
    margin-bottom: 20px;
}

    .five img[b-k3ovexp6gb] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
        border: 25px solid #f0f0f000;
    }

.tip[b-k3ovexp6gb] {
    background: var(--bs-primary);
    font-size: small;
    padding: 0px 15px;
    font-weight: bold;
    color: black;
    border-radius: 0px 0px 10px 10px;
    top: 10px;
    position: absolute;
    transform: translate(-50%, -50%);
}

.btn-next[b-k3ovexp6gb], .btn-previous[b-k3ovexp6gb] {
    cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    background-color: #151617;
}

    .btn-next:hover[b-k3ovexp6gb], .btn-previous:hover[b-k3ovexp6gb] {
        background-color: #090a0b;
    }

    .btn-next:active[b-k3ovexp6gb], .btn-previous:active[b-k3ovexp6gb] {
        background-color: var(--bs-primary);
        color: var(--color__who_like_me__text);
    }

.title[b-k3ovexp6gb] {
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    padding: 30px;
    background-color: #14171a;
}


.div-no-profile[b-k3ovexp6gb] {
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    padding: 30px;
    width: 100%;
    height: calc(100vh - 200px);
    align-items: center;
}

.flex-item.active[b-k3ovexp6gb] {
    box-shadow: #000000 0px 0px 0px, var(--color__frames_and_lines) 0px 0px 0px 2px !important;
    border-radius: 5px !important;
}

.flex-item:hover[b-k3ovexp6gb] {
    box-shadow: #555555 0px 0px 10px, #000000 0px 0px 0px 0px;
    border-radius: 5px;
}
/* _content/Dating.Web/Components/Admin/Profile_listing__Disliked/Profile__in_list.razor.rz.scp.css */
.card[b-lk87514kjb] {
    overflow: hidden;
}

    .card .card-body[b-lk87514kjb] {
        overflow: hidden;
        position: relative;
        border-radius: 5px;
        padding: 0;
    }

        .card .card-body profile-image[b-lk87514kjb] {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

        .card .card-body img[b-lk87514kjb] {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

            .card .card-body img.clickable-image:active[b-lk87514kjb] {
                filter: brightness(1.2) blur(0px);
            }

            .card .card-body img.clickable-image[b-lk87514kjb] {
                display: block;
                cursor: pointer;
                transition: filter 0.3s ease;
            }

        .card .card-body .info[b-lk87514kjb] {
            bottom: 0;
            width: 100%;
            text-align: center;
            padding: 15px;
            position: relative;
            background: linear-gradient(to top, rgb(0 0 0 / 92%), rgb(91 91 91 / 0%));
            z-index: 20;
        }


.round-button[b-lk87514kjb] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: unset;
    overflow: hidden;
    background-color: #2c2c2c;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

    .round-button:active[b-lk87514kjb] {
        background-color: #4a4a4a;
    }

    .round-button img[b-lk87514kjb] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

    .round-button:hover[b-lk87514kjb] {
        transform: scale(1.1);
    }




.age[b-lk87514kjb] {
    background-color: white;
    color: #000000;
    border-radius: 50%;
    height: 22px;
    padding: 0px 0px;
    width: 22px;
    font-weight: bold;
    display: flex;
    font-size: 12px;
    justify-content: center;
    align-items: center;
}

.skeleton-loading[b-lk87514kjb] {
    width: 100%;
    height: 100%;
    color: transparent;
    background: linear-gradient(100deg, #f0f0f0 30%, #e0e0e0 50%, #f0f0f0 70%);
    background-size: 400%;
    animation: loading-b-s5ss7l6i2v 1.2s ease-in-out infinite;
    border-radius: 3px;
    position: absolute;
    z-index: 10;
}

@keyframes loading-b-lk87514kjb {
    0% {
        background-position: 100%;
    }

    100% {
        background-position: 0;
    }
}

.btn-action[b-lk87514kjb] {
    margin: 0px -15px;
    margin-bottom: -15px;
    padding-bottom: 15px;
    margin-top: -15px;
    padding-top: 15px;
}

.pointer[b-lk87514kjb] {
    cursor: pointer;
}

.nickname[b-lk87514kjb] {
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-status[b-lk87514kjb] {
    position: absolute;
    top: -9px;
    height: 22px;
    width: 22px;
    background-color: #4dd965;
    border-radius: 50%;
    right: 45px;
    border: 4px solid #212529;
}

    .user-status.offline[b-lk87514kjb] {
        background-color: #808080;
    }

    .user-status.online[b-lk87514kjb] {
        background-color: #4dd965;
    }


.user__like__the_browser[b-lk87514kjb] {
    color: #ff480e;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 22px !important;
    height: 22px !important;
    cursor: pointer;
}
/* _content/Dating.Web/Components/Admin/Profile_listing__liked/Core.razor.rz.scp.css */
.flex-container[b-x17f7lw80j] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Fill rows dynamically */
    gap: 10px; /* Consistent spacing between items */
    margin-bottom: 15px;
    justify-content: start; /* Align grid items to the start */
}

.flex-item[b-x17f7lw80j] {
    box-sizing: border-box;
}

.skeleton-loading[b-x17f7lw80j] {
    width: 450px;
    height: 523px;
    color: transparent;
    background: linear-gradient(100deg, #f0f0f0 30%, #e0e0e0 50%, #f0f0f0 70%);
    background-size: 400%;
    animation: loading-b-s5ss7l6i2v 1.2s ease-in-out infinite;
    border-radius: 3px;
    position: absolute;
    z-index: 10;
}

@keyframes loading-b-x17f7lw80j {
    0% {
        background-position: 100%;
    }

    100% {
        background-position: 0;
    }
}

.big-profile-view[b-x17f7lw80j] {
    min-width: 410px;
}

@media (max-width: 1108px) {
    /* Styles for mobile devices */
    .big-profile-view[b-x17f7lw80j] {
        display: none;
    }
}

@media (min-width: 1109px) {
    /* Styles for larger devices */
    .big-profile-view[b-x17f7lw80j] {
        display: block;
    }

    .btn-next[b-x17f7lw80j], .btn-previous[b-x17f7lw80j] {
        min-height: 471px !important;
    }
}

.five[b-x17f7lw80j] {
    width: 120px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #9f9f9f;
    margin: 0 auto;
    margin-bottom: 20px;
}

    .five img[b-x17f7lw80j] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
        border: 25px solid #f0f0f000;
    }

.tip[b-x17f7lw80j] {
    background: var(--bs-primary);
    font-size: small;
    padding: 0px 15px;
    font-weight: bold;
    color: black;
    border-radius: 0px 0px 10px 10px;
    top: 10px;
    position: absolute;
    transform: translate(-50%, -50%);
}

.btn-next[b-x17f7lw80j], .btn-previous[b-x17f7lw80j] {
    cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    background-color: #151617;
}

    .btn-next:hover[b-x17f7lw80j], .btn-previous:hover[b-x17f7lw80j] {
        background-color: #090a0b;
    }

    .btn-next:active[b-x17f7lw80j], .btn-previous:active[b-x17f7lw80j] {
        background-color: var(--bs-primary);
        color: var(--color__who_like_me__text);
    }

.title[b-x17f7lw80j] {
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    padding: 30px;
    background-color: #14171a;
}


.div-no-profile[b-x17f7lw80j] {
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    padding: 30px;
    width: 100%;
    height: calc(100vh - 240px);
    align-items: center;
}


.flex-item.active[b-x17f7lw80j] {
    box-shadow: #000000 0px 0px 0px, var(--color__frames_and_lines) 0px 0px 0px 2px !important;
    border-radius: 5px !important;
}

.flex-item:hover[b-x17f7lw80j] {
    box-shadow: #555555 0px 0px 10px, #000000 0px 0px 0px 0px;
    border-radius: 5px;
}
/* _content/Dating.Web/Components/Admin/Profile_listing__liked/Profile__in_list.razor.rz.scp.css */
.card[b-6xdtjpv81t] {
    overflow: hidden;
}

    .card .card-body[b-6xdtjpv81t] {
        overflow: hidden;
        position: relative;
        border-radius: 5px;
        padding: 0;
    }

        .card .card-body profile-image[b-6xdtjpv81t] {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

        .card .card-body img[b-6xdtjpv81t] {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

            .card .card-body img.clickable-image:active[b-6xdtjpv81t] {
                filter: brightness(1.2) blur(0px);
            }

            .card .card-body img.clickable-image[b-6xdtjpv81t] {
                display: block;
                cursor: pointer;
                transition: filter 0.3s ease;
            }

        .card .card-body .info[b-6xdtjpv81t] {
            bottom: 0;
            width: 100%;
            text-align: center;
            padding: 15px;
            position: relative;
            background: linear-gradient(to top, rgb(0 0 0 / 92%), rgb(91 91 91 / 0%));
            z-index: 20;
        }


.round-button[b-6xdtjpv81t] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: unset;
    overflow: hidden;
    background-color: #2c2c2c;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

    .round-button:active[b-6xdtjpv81t] {
        background-color: #4a4a4a;
    }

    .round-button img[b-6xdtjpv81t] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

    .round-button:hover[b-6xdtjpv81t] {
        transform: scale(1.1);
    }




.age[b-6xdtjpv81t] {
    background-color: white;
    color: #000000;
    border-radius: 50%;
    height: 22px;
    padding: 0px 0px;
    width: 22px;
    font-weight: bold;
    display: flex;
    font-size: 12px;
    justify-content: center;
    align-items: center;
}

.skeleton-loading[b-6xdtjpv81t] {
    width: 100%;
    height: 100%;
    color: transparent;
    background: linear-gradient(100deg, #f0f0f0 30%, #e0e0e0 50%, #f0f0f0 70%);
    background-size: 400%;
    animation: loading-b-s5ss7l6i2v 1.2s ease-in-out infinite;
    border-radius: 3px;
    position: absolute;
    z-index: 10;
}

@keyframes loading-b-6xdtjpv81t {
    0% {
        background-position: 100%;
    }

    100% {
        background-position: 0;
    }
}

.btn-action[b-6xdtjpv81t] {
    margin: 0px -15px;
    margin-bottom: -15px;
    padding-bottom: 15px;
    margin-top: -15px;
    padding-top: 15px;
}

.pointer[b-6xdtjpv81t] {
    cursor: pointer;
}

.nickname[b-6xdtjpv81t] {
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-status[b-6xdtjpv81t] {
    position: absolute;
    top: -9px;
    height: 22px;
    width: 22px;
    background-color: #4dd965;
    border-radius: 50%;
    right: 45px;
    border: 4px solid #212529;
}

    .user-status.offline[b-6xdtjpv81t] {
        background-color: #808080;
    }

    .user-status.online[b-6xdtjpv81t] {
        background-color: #4dd965;
    }


.user__like__the_browser[b-6xdtjpv81t] {
    color: #ff480e;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 22px !important;
    height: 22px !important;
    cursor: pointer;
}
/* _content/Dating.Web/Components/Admin/Profile__detail/Core.razor.rz.scp.css */

.info[b-xecxp7upyz] {
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 15px;
    position: relative;
    z-index: 20;
}

.story__slider[b-xecxp7upyz] {
    border-radius: 0px;
    overflow: hidden;
}

.skeleton-loading[b-xecxp7upyz] {
    width: 100%; /* Explicit width */
    height: 100%;
    min-width: 250px;
    min-height: 468px;
    color: transparent;
    background: linear-gradient(100deg, #343a40 30%, #474e53 50%, #343a40 70%);
    background-size: 400%;
    animation: loading-b-xecxp7upyz 1.5s ease-in-out infinite;
    border-radius: 3px;
    position: absolute;
    z-index: 15;
}

@keyframes loading-b-xecxp7upyz {
    0% {
        background-position: 100%;
    }

    100% {
        background-position: 0;
    }
}


.story__slide[b-xecxp7upyz] {
    position: relative;
}

    .story__slide video[b-xecxp7upyz],
    .story__slide img[b-xecxp7upyz] {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

.story__slider:hover .story__prev[b-xecxp7upyz], .story__next[b-xecxp7upyz] {
    display: block;
}

.story__slider:hover .story__next[b-xecxp7upyz] {
    display: block;
}

.story__prev[b-xecxp7upyz], .story__next[b-xecxp7upyz] {
    display: none;
}

    .story__prev[b-xecxp7upyz]::after {
        content: '\f137';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-size: 1.6rem;
        color: #000000 !important;
        margin-right: 10px;
        background-color: #ffffff;
        padding: 0px;
        border-radius: 50%;
    }

    .story__next[b-xecxp7upyz]::after {
        content: '\f138';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-size: 1.6rem;
        color: #000000 !important;
        left: 100px;
        margin-left: -4px;
        background-color: #ffffff;
        padding: 0px;
        border-radius: 50%;
    }

    .story__next.swiper-button-disabled[b-xecxp7upyz]::after {
        content: none !important;
    }

    .story__prev.swiper-button-disabled[b-xecxp7upyz]::after {
        content: none !important;
    }

.profile-container[b-xecxp7upyz] {
    height: calc(100vh - 57px);
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: -15px;
    background-color: #14171a;
}

    .profile-container[b-xecxp7upyz]::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }


.box[b-xecxp7upyz] {
    background-color: #212529;
    padding: 0.5rem;
    margin-bottom: 0.4rem;
}

    .box:last-child[b-xecxp7upyz] {
        margin-bottom: 0 !important;
    }

tr:last-child[b-xecxp7upyz] {
    border-bottom: hidden;
}


.profile-container[b-xecxp7upyz]::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}


.btn-remove-match:hover[b-xecxp7upyz], .btn-report:hover[b-xecxp7upyz] {
    cursor: pointer;
    background-color: #212529af;
}

.btn-link[b-xecxp7upyz] {
    text-decoration: none;
    padding: 0;
}

.translated-description[b-xecxp7upyz] {
    color: white;
    background-color: #343a4073;
    margin: 5px -7px -7px;
    padding: 7px;
}


.btn-delete:hover[b-xecxp7upyz] {
    cursor: pointer;
    background-color: #212529af;
}
/* _content/Dating.Web/Components/Admin/Report_users/Core.razor.rz.scp.css */
.flex-container[b-mwywxybofe] {
    display: flex;
    gap: 15px; /* Space between profile items */
    flex-wrap: wrap;
}

.flex-item[b-mwywxybofe] {
    position: relative;
    height: 50px; /* Adjusted size for profile image */
    width: 50px;
}

    .flex-item img[b-mwywxybofe] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
        border-radius: 50%;
        border: 0px solid var(--bs-border-color-translucent);
    }

    .flex-item:hover[b-mwywxybofe] {
        transform: scale(1.05);
        transition: transform 0.3s ease-in-out;
    }

    .flex-item:active[b-mwywxybofe] {
        opacity: 0.8;
    }

.user-status[b-mwywxybofe] {
    position: absolute;
    bottom: -2px;
    right: 2px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 3px solid #212529;
}

    .user-status.offline[b-mwywxybofe] {
        background-color: #808080;
    }

    .user-status.online[b-mwywxybofe] {
        background-color: #4dd965;
    }

.unread-messages[b-mwywxybofe] {
    position: absolute;
    top: -2px;
    right: 2px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 3px solid #212529;
    background-color: #ff0000;
    color: #ffffff;
    font-size: 11px;
    display: flex;
    font-weight: 800;
    align-items: flex-end;
    justify-content: center;
}

.main-container[b-mwywxybofe] {
    min-width: 75px;
    min-height: 75px;
    z-index: 100;
    position: relative;
    display: flex;
    justify-content: space-around;
}

@media (min-width: 576px) {
    .main-container[b-mwywxybofe] {
        height: calc(100svh - 60px);
    }
}

.selectd[b-mwywxybofe] {
    box-shadow: var(--bs-primary) 0px 1px 23px, var(--bs-primary) 0px 0px 0px 2px;
    border-radius: 50%;
}





.profile-image[b-mwywxybofe] {
    height: 45px;
    width: 45px;
}

    .profile-image img[b-mwywxybofe] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
        border-radius: 50%;
    }

.chat-container[b-mwywxybofe] {
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 10px;
}

/* Outgoing (right) message */
.outgoing-message[b-mwywxybofe] {
    align-self: flex-end;
    background-color: #396406;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 15px 15px 0 15px;
    max-width: 90%;
    word-wrap: break-word;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .outgoing-message:hover[b-mwywxybofe] {
        opacity: 0.8;
    }

/* Incoming (left) message */
.incoming-message[b-mwywxybofe] {
    align-self: flex-start;
    background-color: #2f3439;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 0px 15px 15px 15px;
    max-width: 90%;
    word-wrap: break-word;
    text-align: left;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
}

    .incoming-message:hover[b-mwywxybofe] {
        opacity: 0.8;
    }

    .incoming-message .message .translat[b-mwywxybofe] {
        position: absolute;
        height: 10px;
        width: 10px;
        background-color: var(--bs-primary);
        left: 0;
        top: 0;
        border-bottom-right-radius: 30px;
    }

.message-content[b-mwywxybofe] {
    font-size: 14px;
    line-height: 1.4;
}

.text-muted[b-mwywxybofe] {
    font-size: 12px;
    color: #777 !important;
    display: block;
    margin-top: 5px;
}

.card-header[b-mwywxybofe] {
    padding: 5px;
}

.card-body[b-mwywxybofe] {
    overflow: auto;
    margin-bottom: 70px;
    height: calc(100svh - 210px);
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

@media (max-width: 900px) {
    /* Styles for mobile devices */
    .card-body[b-mwywxybofe] {
        height: calc(100svh - 128px);
        margin-top: 56px;
    }

    .card[b-mwywxybofe] {
        border-radius: 0;
    }

    .card-header[b-mwywxybofe] {
        position: fixed;
        width: 100%;
    }
}

@media (min-width: 901px) {
    /* Styles for larger devices */
    .card-body[b-mwywxybofe] {
        height: calc(100svh - 182px);
    }

    .card[b-mwywxybofe] {
        margin: 0px 0 0 0;
        border-radius: 0;
        border: 0;
    }
}
/* _content/Dating.Web/Components/Admin/Users/Profile_listing/Core.razor.rz.scp.css */
.flex-container[b-vys9l5bjlj] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Fill rows dynamically */
    gap: 10px; /* Consistent spacing between items */
    margin-bottom: 15px;
    justify-content: start; /* Align grid items to the start */
}

.flex-item[b-vys9l5bjlj] {
    box-sizing: border-box;
}

.skeleton-loading[b-vys9l5bjlj] {
    width: 450px;
    height: 523px;
    color: transparent;
    background: linear-gradient(100deg, #f0f0f0 30%, #e0e0e0 50%, #f0f0f0 70%);
    background-size: 400%;
    animation: loading-b-s5ss7l6i2v 1.2s ease-in-out infinite;
    border-radius: 3px;
    position: absolute;
    z-index: 10;
}

@keyframes loading-b-vys9l5bjlj {
    0% {
        background-position: 100%;
    }

    100% {
        background-position: 0;
    }
}

.big-profile-view[b-vys9l5bjlj] {
    min-width: 500px;
}

@media (max-width: 1108px) {
    /* Styles for mobile devices */
    .big-profile-view[b-vys9l5bjlj] {
        display: none;
    }
}

@media (min-width: 1109px) {
    /* Styles for larger devices */
    .big-profile-view[b-vys9l5bjlj] {
        display: block;
    }

    .btn-next[b-vys9l5bjlj], .btn-previous[b-vys9l5bjlj] {
        min-height: 457px !important;
    }
}

.five[b-vys9l5bjlj] {
    width: 120px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #9f9f9f;
    margin: 0 auto;
    margin-bottom: 20px;
}

    .five img[b-vys9l5bjlj] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
        border: 25px solid #f0f0f000;
    }

.tip[b-vys9l5bjlj] {
    background: var(--bs-primary);
    font-size: small;
    padding: 0px 15px;
    font-weight: bold;
    color: black;
    border-radius: 0px 0px 10px 10px;
    top: 10px;
    position: absolute;
    transform: translate(-50%, -50%);
}

.btn-next[b-vys9l5bjlj], .btn-previous[b-vys9l5bjlj] {
    cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    background-color: #151617;
}

    .btn-next:hover[b-vys9l5bjlj], .btn-previous:hover[b-vys9l5bjlj] {
        background-color: #090a0b;
    }

    .btn-next:active[b-vys9l5bjlj], .btn-previous:active[b-vys9l5bjlj] {
        background-color: var(--bs-primary);
        color: var(--color__who_like_me__text);
    }

.filter-container[b-vys9l5bjlj] {
    display: flex;
    padding: 15px 0px;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
}

.view-selection[b-vys9l5bjlj] {
    display: flex;
    gap: 5px;
}

    .view-selection .grid[b-vys9l5bjlj], .view-selection .list[b-vys9l5bjlj], .view-selection .portals[b-vys9l5bjlj] {
        background-color: black;
        border-radius: 5px;
        cursor: pointer;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .view-selection .grid:hover[b-vys9l5bjlj], .view-selection .list:hover[b-vys9l5bjlj] {
            background-color: #151617;
        }

        .view-selection .grid:active[b-vys9l5bjlj], .view-selection .list:active[b-vys9l5bjlj] {
            background-color: black;
        }

    .view-selection .portals[b-vys9l5bjlj] {
        width: auto !important;
        padding: 0 10px;
    }


.active[b-vys9l5bjlj] {
    background-color: black !important;
}

.remove-filter[b-vys9l5bjlj] {
    background-color: #ff0000;
    margin-right: -10px;
    margin-left: 10px;
    padding: 8px 13px;
    border-radius: 0px 4px 4px 0px;
}
/* _content/Dating.Web/Components/Admin/Users/Profile_listing/Profile__in_list.razor.rz.scp.css */
.card[b-gfhns07xhx] {
    overflow: hidden;
}

    .card .card-body[b-gfhns07xhx] {
        overflow: hidden;
        position: relative;
        border-radius: 5px;
        padding: 0;
    }

        .card .card-body .profile-image[b-gfhns07xhx] {
            object-fit: cover;
            height: 100%;
            width: 100%;
            position: relative;
        }

        .card .card-body img[b-gfhns07xhx] {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

            .card .card-body img.clickable-image:active[b-gfhns07xhx] {
                filter: brightness(1.2) blur(0px);
            }

            .card .card-body img.clickable-image[b-gfhns07xhx] {
                display: block;
                cursor: pointer;
                transition: filter 0.3s ease;
            }

        .card .card-body .info[b-gfhns07xhx] {
            bottom: 0;
            width: 100%;
            text-align: center;
            padding: 15px;
            position: relative;
            background: linear-gradient(to top, rgb(0 0 0 / 92%), rgb(91 91 91 / 0%));
            z-index: 20;
        }


.round-button[b-gfhns07xhx] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: unset;
    overflow: hidden;
    background-color: #2c2c2c;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

    .round-button:active[b-gfhns07xhx] {
        background-color: #4a4a4a;
    }

    .round-button img[b-gfhns07xhx] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

    .round-button:hover[b-gfhns07xhx] {
        transform: scale(1.1);
    }




.age[b-gfhns07xhx] {
    background-color: white;
    color: #000000;
    border-radius: 50%;
    height: 22px;
    padding: 0px 0px;
    width: 22px;
    font-weight: bold;
    display: flex;
    font-size: 12px;
    justify-content: center;
    align-items: center;
}

.skeleton-loading[b-gfhns07xhx] {
    width: 100%;
    height: 100%;
    color: transparent;
    background: linear-gradient(100deg, #f0f0f0 30%, #e0e0e0 50%, #f0f0f0 70%);
    background-size: 400%;
    animation: loading-b-s5ss7l6i2v 1.2s ease-in-out infinite;
    border-radius: 3px;
    position: absolute;
    z-index: 10;
}

@keyframes loading-b-gfhns07xhx {
    0% {
        background-position: 100%;
    }

    100% {
        background-position: 0;
    }
}

.btn-action[b-gfhns07xhx] {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.pointer[b-gfhns07xhx] {
    cursor: pointer;
}

.nickname[b-gfhns07xhx] {
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-status-list[b-gfhns07xhx] {
    position: absolute;
    top: -3px;
    left: -3px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 3px solid #212529;
}

    .user-status-list.offline[b-gfhns07xhx] {
        background-color: #808080;
    }

    .user-status-list.online[b-gfhns07xhx] {
        background-color: #4dd965;
    }


.user-status-grid[b-gfhns07xhx] {
    position: absolute;
    top: -9px;
    right: 40px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 3px solid #212529;
}

    .user-status-grid.offline[b-gfhns07xhx] {
        background-color: #808080;
    }

    .user-status-grid.online[b-gfhns07xhx] {
        background-color: #4dd965;
    }



.form-check-input[b-gfhns07xhx] {
    height: 29px;
    width: 29px;
    margin-top: 0;
}

    .form-check-input:checked[b-gfhns07xhx] {
        background-color: #4CAF50 !important;
        border-color: #4CAF50 !important;
    }




.copy:active[b-gfhns07xhx] {
    color: var(--bs-primary) !important;
}


.gender-selection[b-gfhns07xhx] {
    height: 38px;
    align-items: flex-end;
    display: flex;
}

    .gender-selection .item[b-gfhns07xhx] {
        color: #676767;
        cursor: pointer;
    }

    .gender-selection .woman.active[b-gfhns07xhx] {
        color: #f280ff !important;
    }

    .gender-selection .man.active[b-gfhns07xhx] {
        color: #68bfff !important;
    }
/* _content/Dating.Web/Components/Admin/User_profile/Core.razor.rz.scp.css */
.profile-image[b-qmqoojqcmm] {
    width: 60px;
    height: auto;
    border-radius: 5px;
    position: relative;
}

    .profile-image:hover .delete-profile[b-qmqoojqcmm] {
        visibility: visible;
    }

    .profile-image .delete-profile[b-qmqoojqcmm] {
        visibility: hidden;
    }

.delete-profile[b-qmqoojqcmm] {
    position: absolute;
    top: -7px;
    right: -7px;
    color: #000000;
    background-color: var(--bs-primary);
    height: 24px;
    width: 24px;
    border: 3px solid #212529;
    display: flex !important;
    border-radius: 50%;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
}

.gender-selection[b-qmqoojqcmm] {
    width: 35px;
    height: 38px;
    border-radius: 3px;
    gap: 8px;
    align-items: flex-end;
    display: flex;
}

    .gender-selection .item[b-qmqoojqcmm] {
        color: #676767;
        cursor: pointer;
    }

    .gender-selection .woman.active[b-qmqoojqcmm] {
        color: #f280ff !important;
    }

    .gender-selection .man.active[b-qmqoojqcmm] {
        color: #68bfff !important;
    }

.big-profile-view[b-qmqoojqcmm] {
    min-width: 500px;
}

.description-suggestions[b-qmqoojqcmm] {
    margin-top: 0px;
    background-color: #17191c;
    border-radius: 10px;
}


.user-detail-container[b-qmqoojqcmm] {
    height: 100%;
    padding-right: 15px;
    border-right: 1px solid #495057 !important;
    max-width: 400px;
}

    .user-detail-container .user-detail[b-qmqoojqcmm] {
        overflow: auto;
        height: calc(100vh - 73px);
        max-width: 400px;
        border: 0;
    }

        .user-detail-container .user-detail[b-qmqoojqcmm]::-webkit-scrollbar {
            display: none; /* Safari and Chrome */
        }

@media (max-width: 1400px) {
    /* Styles for mobile devices */
    .user-detail-container[b-qmqoojqcmm] {
        position: unset;
        height: unset;
        overflow: unset;
        padding: 0px;
        border-right: none !important;
    }

        .user-detail-container .user-detail[b-qmqoojqcmm] {
            overflow: unset;
            height: unset;
        }
}


@media (max-width: 950px) {
    /* Styles for mobile devices */
    .big-profile-view[b-qmqoojqcmm] {
        display: none;
    }
}

@media (min-width: 1310px) {
    /* Styles for larger devices */
    .big-profile-view[b-qmqoojqcmm] {
        display: block;
    }
}
/* _content/Dating.Web/Components/Error_handling/Error_Handler__Level_01.razor.rz.scp.css */
.main-container[b-jwmhwa5wq4] {
    position: fixed;
    height: 100vh;
    max-width: 90vw;
    z-index: 110;
    top: 0;
}

#liveToast[b-jwmhwa5wq4] {
}

    #liveToast .header[b-jwmhwa5wq4] {
        background: brown;
        color: beige;
        display: flex;
        align-items: center;
        padding: 15px;
        padding-right: 30px;
    }

    #liveToast .body[b-jwmhwa5wq4] {
    }

.modal .error-message[b-jwmhwa5wq4] {
    border-top: 5px solid #ff0000;
    min-height: 200px;
    display: flex;
    align-items: center;
    background-color: #25282b;
    color: #ffffff;
    justify-content: space-around;
}

.modal .error-details[b-jwmhwa5wq4] {
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.075) !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.modal textarea[b-jwmhwa5wq4] {
    height: 230px;
    overflow: auto;
}

.modal .modal-header[b-jwmhwa5wq4] {
    display: flex;
    align-items: center;
    font-size: large !important;
    font-weight: bold;
    color: #ffffff;
    border-radius: 0;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    border-bottom: 0px solid #dee2e6;
    background-color: #343a40;
}

.model .modal-header h5[b-jwmhwa5wq4] {
    display: flex;
    align-items: center;
    gap: 10px;
}


.modal .modal-body[b-jwmhwa5wq4] {
    padding: 0px;
}

.modal .modal-footer[b-jwmhwa5wq4] {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    background-color: #343a40 !important;
    border-top: 5px solid #ff0000;
    margin: 0;
}

.modal .btn-outline-light[b-jwmhwa5wq4] {
    background-color: #25282b;
    color: white;
    border-color: #25282b;
}

    .modal .btn-outline-light:hover[b-jwmhwa5wq4] {
        background-color: #000000;
        color: white;
        border-color: #25282b;
    }


.modal .close[b-jwmhwa5wq4] {
    margin: -0.5rem -1rem;
    color: #ffffff;
    padding: 0.6rem 1rem;
    background: #343a40;
    border: 0;
    font-weight: bold;
}

    .modal .close:hover[b-jwmhwa5wq4] {
        background-color: #ff0000 !important;
        color: #ffffff;
    }
/* _content/Dating.Web/Components/Error_handling/Error_Handler__Level_02.razor.rz.scp.css */
.main-container[b-ho9j3yyfsj] {
    position: fixed;
    height: 100vh;
    max-width: 90vw;
    z-index: 110;
    top: 0;
}

#liveToast[b-ho9j3yyfsj] {
}

    #liveToast .header[b-ho9j3yyfsj] {
        background: brown;
        color: beige;
        display: flex;
        align-items: center;
        padding: 15px;
        padding-right: 30px;
    }

    #liveToast .body[b-ho9j3yyfsj] {
    }

.modal .error-message[b-ho9j3yyfsj] {
    border-top: 5px solid #ff0000;
    min-height: 200px;
    display: flex;
    align-items: center;
    background-color: #25282b;
    color: #ffffff;
    justify-content: space-around;
}

.modal .error-details[b-ho9j3yyfsj] {
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.075) !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.modal textarea[b-ho9j3yyfsj] {
    height: 230px;
    overflow: auto;
}

.modal .modal-header[b-ho9j3yyfsj] {
    display: flex;
    align-items: center;
    font-size: large !important;
    font-weight: bold;
    color: #ffffff;
    border-radius: 0;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    border-bottom: 0px solid #dee2e6;
    background-color: #343a40;
}

.model .modal-header h5[b-ho9j3yyfsj] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.modal .modal-body[b-ho9j3yyfsj] {
    padding: 0px;
}

.modal .modal-footer[b-ho9j3yyfsj] {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    background-color: #343a40 !important;
    border-top: 5px solid #ff0000;
    margin: 0;
}

.modal .btn-outline-light[b-ho9j3yyfsj] {
    background-color: #25282b;
    color: white;
    border-color: #25282b;
}

    .modal .btn-outline-light:hover[b-ho9j3yyfsj] {
        background-color: #000000;
        color: white;
        border-color: #25282b;
    }


.modal .close[b-ho9j3yyfsj] {
    margin: -0.5rem -1rem;
    color: #ffffff;
    padding: 0.6rem 1rem;
    background: #343a40;
    border: 0;
    font-weight: bold;
}

    .modal .close:hover[b-ho9j3yyfsj] {
        background-color: #ff0000 !important;
        color: #ffffff;
    }
/* _content/Dating.Web/Components/Layout/Admin.razor.rz.scp.css */
.content[b-kj96yhrd1y] {
    padding-top: 65px;
}
/* _content/Dating.Web/Components/Layout/Logo.razor.rz.scp.css */
.navbar-brand[b-yvll8taj0v] {
    padding: 0px 30px 5px 15px;
    height: 55px;
    width: auto;
    position: relative;
    clip-path: polygon(0 0, 90% 0, 100% 0%, 85% 100%, 0 100%);
    font-size: 18px;
    color: #ffffff;
    margin: -7px -15px;
}
/* _content/Dating.Web/Components/Layout/Main.razor.rz.scp.css */
#blazor-error-ui[b-cc0x5r0t9p] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-cc0x5r0t9p] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.content[b-cc0x5r0t9p] {
    padding-top: 57px;
}

.round-button:active[b-cc0x5r0t9p] {
    background-color: #4a4a4a;
}

.round-button img[b-cc0x5r0t9p] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.round-button:hover[b-cc0x5r0t9p] {
    transform: scale(1.1);
}

@media (max-width: 577px) {
    .content[b-cc0x5r0t9p] {
        padding-bottom: 60px;
    }
}
/* _content/Dating.Web/Components/Layout/Match.razor.rz.scp.css */
.content[b-ky789o4g9u] {
    padding-top: 57px;
}
/* _content/Dating.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-brand[b-t63o666gpk] {
    padding: 0px 30px 5px 15px;
    height: 55px;
    width: auto;
    position: relative;
    clip-path: polygon(0 0, 90% 0, 100% 0%, 85% 100%, 0 100%);
    font-size: 18px;
    color: #ffffff;
    margin: -7px -15px;
}

.user[b-t63o666gpk] {
    height: 38px;
    width: 38px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #393939;
}

    .user:hover[b-t63o666gpk] {
        border: 2px solid black;
    }

    .user img[b-t63o666gpk] {
        cursor: pointer;
        object-fit: cover;
        width: 100%;
    }

.match[b-t63o666gpk] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 20px;
}



.navbar[b-t63o666gpk] {
    height: 57px;
}

.nav-link[b-t63o666gpk] {
    padding: 8px 10px !important;
    border-radius: 20px;
    background: #444444;
    font-weight: bold;
}



    .nav-link:hover[b-t63o666gpk] {
        background: black;
    }

    .nav-link:active[b-t63o666gpk] {
        background: #1d1d1d;
    }

    .nav-link.btn-who-like-me[b-t63o666gpk] {
        color: var(--color__who_like_me__text) !important;
        background: linear-gradient(to top, var(--color__who_like_me__one),var(--color__who_like_me__two)) !important;
        transition: background 0.3s ease !important;
    }

        .nav-link.btn-who-like-me:hover[b-t63o666gpk] {
            background: linear-gradient(to top,var(--color__who_like_me__two),var(--color__who_like_me__one)) !important;
            transition: background 0.3s ease !important;
        }

.company-bg-color[b-t63o666gpk] {
    background-color: #37567b !important;
}
/* _content/Dating.Web/Components/Main/Accounts/Forgot_Password/Core.razor.rz.scp.css */
.message-to-user[b-bmsyksm9uj] {
    text-align: center;
    min-height: 30px;
    margin-top: 10px;
}
/* _content/Dating.Web/Components/Main/Accounts/Forgot_Password/Otp/Core.razor.rz.scp.css */
.container-otp[b-5sbowhaipg] {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
}

    .container-otp input[b-5sbowhaipg] {
        width: 45px;
        height: 45px;
        font-size: x-large;
        text-align: center;
        color: #343a40;
        border-radius: 5px;
        border: 1px solid #343a40;
    }

    .container-otp.x_Blink__Failed input[b-5sbowhaipg] {
        background-color: #ff0000 !important;
        color: #ffffff !important;
        border: 1px solid #ff0000;
    }

    .container-otp.x_Blink__Success input[b-5sbowhaipg] {
        background-color: #185a20 !important;
        color: #ffffff !important;
        border: 1px solid #185a20;
    }

    .container-otp input.x_Value_is_inserted[b-5sbowhaipg] {
        background-color: #343a40;
        color: #ffffff;
    }


/* Chrome, Safari, Edge, Opera */
input[b-5sbowhaipg]::-webkit-outer-spin-button,
input[b-5sbowhaipg]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][b-5sbowhaipg] {
    -moz-appearance: textfield;
}


@keyframes blink-b-5sbowhaipg {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.x_Blink__Failed[b-5sbowhaipg] {
    animation: blink-b-5sbowhaipg 0.3s infinite;
}

.x_Blink__Success[b-5sbowhaipg] {
    animation: blink-b-5sbowhaipg 0.3s infinite;
}

.message-to-user[b-5sbowhaipg] {
    text-align: center;
    min-height: 30px;
    margin-top: 10px;
}

.card-body[b-5sbowhaipg] {
    min-height: 255px;
}
/* _content/Dating.Web/Components/Main/Accounts/Forgot_Password/Reset_password.razor.rz.scp.css */
.message-to-user[b-winiqrm8g3] {
    text-align: center;
    min-height: 30px;
    margin-top: 10px;
}
/* _content/Dating.Web/Components/Main/Accounts/Login/Core.razor.rz.scp.css */
@keyframes blink-b-jwb25gz1ow {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.user-does-not-exist[b-jwb25gz1ow] {
    animation: blink-b-jwb25gz1ow 0.7s infinite;
    color: red;
    text-align: center;
    padding: 6px;
    width: 100%;
    background-color: #bbbbbb76;
    height: 35.75px;
}

.blinking[b-jwb25gz1ow] {
    animation: blink-b-jwb25gz1ow 0.7s infinite;
    color: #1171ba;
}

.error[b-jwb25gz1ow]{

}
/* _content/Dating.Web/Components/Main/Accounts/Logout/Page.razor.rz.scp.css */
.loading[b-cx3z74uyry] {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* _content/Dating.Web/Components/Main/Accounts/Register/Core.razor.rz.scp.css */
@keyframes blink-b-kekl3phnqe {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.user-exist[b-kekl3phnqe] {
    animation: blink-b-kekl3phnqe 0.7s infinite;
    color: red;
    text-align: center;
    padding: 5px;
    width: 100%;
    background-color: #bbbbbb76;
    height: 35.75px;
}

.blinking[b-kekl3phnqe] {
    animation: blink-b-kekl3phnqe 0.7s infinite;
    color: #1171ba;
}

.gender-selection[b-kekl3phnqe] {
    gap: 12px;
    display: flex;
}

    .gender-selection .item[b-kekl3phnqe] {
        color: #676767;
        cursor: pointer;
    }

    .gender-selection .woman.active[b-kekl3phnqe] {
        color: #f280ff !important;
    }

    .gender-selection .man.active[b-kekl3phnqe] {
        color: #68bfff !important;
    }

.form-check-input[b-kekl3phnqe] {
    height: 40px;
    width: 40px;
    margin-top: 0;
}

    .form-check-input:checked[b-kekl3phnqe] {
        background-color: #4CAF50 !important;
        border-color: #4CAF50 !important;
    }

.profile-image[b-kekl3phnqe] {
    width: 74px;
    min-height: 88px;
    border-radius: 5px;
    position: relative;
}

    .profile-image:hover .delete-profile[b-kekl3phnqe] {
        visibility: visible;
    }

    .profile-image .delete-profile[b-kekl3phnqe] {
        visibility: hidden;
    }

.delete-profile[b-kekl3phnqe] {
    position: absolute;
    top: -7px;
    right: -7px;
    color: #000000;
    background-color: var(--bs-primary);
    height: 24px;
    width: 24px;
    border: 3px solid #212529;
    display: flex !important;
    border-radius: 50%;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
}
/* _content/Dating.Web/Components/Main/Common/Chat/Core.razor.rz.scp.css */
.profile-image[b-atqknltx6h] {
    height: 45px;
    width: 45px;
}

    .profile-image img[b-atqknltx6h] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
        border-radius: 50%;
    }

.chat-container[b-atqknltx6h] {
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 10px;
}

/* Outgoing (right) message */
.outgoing-message[b-atqknltx6h] {
    align-self: flex-end;
    background-color: #396406;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 15px 15px 0 15px;
    max-width: 90%;
    word-wrap: break-word;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .outgoing-message.gift[b-atqknltx6h] {
        background-color: unset !important;
    }

    .outgoing-message:hover[b-atqknltx6h] {
        opacity: 0.8;
    }

/* Incoming (left) message */
.incoming-message[b-atqknltx6h] {
    align-self: flex-start;
    background-color: #2f3439;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 0px 15px 15px 15px;
    max-width: 90%;
    word-wrap: break-word;
    text-align: left;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
}

    .incoming-message.gift[b-atqknltx6h] {
        background-color: unset !important;
    }


    .incoming-message:hover[b-atqknltx6h] {
        opacity: 0.8;
    }

    .incoming-message .message .translate[b-atqknltx6h] {
        position: absolute;
        height: 10px;
        width: 10px;
        background-color: var(--bs-primary);
        left: 0;
        top: 0;
        border-bottom-right-radius: 30px;
    }

.message-content[b-atqknltx6h] {
    font-size: 14px;
    line-height: 1.4;
}

.text-muted[b-atqknltx6h] {
    font-size: 12px;
    color: #777 !important;
    display: block;
    margin-top: 5px;
}

.card-header[b-atqknltx6h] {
    padding: 5px;
}

.card-body[b-atqknltx6h] {
    overflow: auto;
    margin-bottom: 70px;
    height: calc(100svh - 210px);
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

@media (max-width: 900px) {
    /* Styles for mobile devices */
    .card-body[b-atqknltx6h] {
        height: calc(100svh - 128px);
        margin-top: 56px;
    }

    .card[b-atqknltx6h] {
        border-radius: 0;
    }

    .card-header[b-atqknltx6h] {
        position: fixed;
        width: 100%;
    }
}

@media (min-width: 901px) {
    /* Styles for larger devices */
    .card-body[b-atqknltx6h] {
        height: calc(100svh - 182px);
    }

    .card[b-atqknltx6h] {
        margin: 0;
        border-radius: 0;
        border: 0;
    }
}

.card-footer[b-atqknltx6h] {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #212529;
    padding: 15px;
}



.form-control[b-atqknltx6h] {
    width: 100%;
    background-color: transparent !important;
    height: 0px;
    max-height: 130px;
    border: 0;
    resize: none;
    scrollbar-width: none;
}

    .form-control:focus[b-atqknltx6h] {
        box-shadow: none;
    }

    .form-control:disabled[b-atqknltx6h] {
        background-color: transparent !important;
    }

.form-switch .form-check-input[b-atqknltx6h] {
    height: 20px;
    width: 38px;
}

.form-check-input:checked[b-atqknltx6h] {
    background-color: #4CAF50 !important;
    border-color: #4CAF50 !important;
}

.collapse-body[b-atqknltx6h] {
    background-color: #344e34;
    color: #ffffff;
    margin: 5px -14px -10px -15px;
    border-radius: 0px 0px 0 15px;
}


.container-action[b-atqknltx6h] {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .container-action .btn-action[b-atqknltx6h] {
        height: 40px;
        width: 40px;
        display: flex;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        padding-top: 6px;
    }

        .container-action .btn-action:active[b-atqknltx6h] {
            background-color: var(--bs-primary);
        }


    .container-action .translator-flex-container[b-atqknltx6h] {
        background-color: #202428;
        display: flex;
        cursor: pointer;
        border-radius: 3px;
    }

        .container-action .translator-flex-container:hover[b-atqknltx6h] {
            background-color: #424649 !important;
            border-color: #373b3e !important;
        }

        .container-action .translator-flex-container .flex-item-1[b-atqknltx6h] {
            height: 38px;
            display: flex;
            align-items: center;
            padding-left: 8px;
        }

        .container-action .translator-flex-container .flex-item-2[b-atqknltx6h] {
            padding: 0px 8px;
            height: 38px;
            width: 50px;
            display: flex;
            align-items: center;
            justify-content: space-around;
            font-weight: bold;
        }

            .container-action .translator-flex-container .flex-item-2.on[b-atqknltx6h] {
                color: var(--bs-primary);
            }

.btn-change-lng[b-atqknltx6h] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
}

    .btn-change-lng:hover[b-atqknltx6h] {
        border-radius: 5px;
        background-color: #00000030;
        cursor: pointer;
    }



.intro-logo[b-atqknltx6h] {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #9f9f9f;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    color: black;
    justify-content: center;
}

.intro-text[b-atqknltx6h] {
    width: 100%;
    text-align: left;
    margin: 15px;
}

.intro-encrypted[b-atqknltx6h] {
    width: 100%;
    margin: 15px;
}

.pointer[b-atqknltx6h] {
    cursor: pointer;
}

.encrypted-tip[b-atqknltx6h] {
    font-size: small;
    padding: 0px 15px;
    font-weight: bold;
    border-radius: 0px 0px 10px 10px;
    top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#emojiContainer[b-atqknltx6h] {
    position: absolute;
    bottom: 60px;
    right: 10px;
    z-index: 1000;
    display: none;
}

.btn-emoji[b-atqknltx6h] {
}

    .btn-emoji:active[b-atqknltx6h] {
        color: yellow;
    }


.button-send[b-atqknltx6h] {
    width: 64px;
    height: 37px;
    display: flex;
    font-size: 17px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    background-color: #0000002b;
    align-items: center;
    justify-content: space-evenly;
}

    .button-send.send[b-atqknltx6h] {
        background: linear-gradient(to top,#f72c2c,#bb1f06);
        transition: background 0.3s ease;
    }

        .button-send.send:hover[b-atqknltx6h] {
            background: linear-gradient(to top,#f70c0c,#fb4a2d);
            transition: background 0.3s ease;
        }
/* _content/Dating.Web/Components/Main/Common/Chat/Translated_message.razor.rz.scp.css */
.box[b-c55y2h3lq2] {
    padding: 15px;
    background-color: #4a4a4a;
    margin: -15px;
}

/* _content/Dating.Web/Components/Main/Common/Home/Page.razor.rz.scp.css */
/* _content/Dating.Web/Components/Main/Common/Memberships/Premium/Badge/Core.razor.rz.scp.css */
.user__premium[b-ityr9skrq3] {
    border: 1px solid #19f7d0;
    color: #19f7d0;
    top: 6px;
    font-weight: bolder;
    right: 5px;
    cursor: pointer;
    background-color: #0f3c31;
    padding: 2px 5px 0px 5px;
    font-size: smaller;
    border-radius: 3px;
}
/* _content/Dating.Web/Components/Main/Common/Memberships/Rich/Badge/Core.razor.rz.scp.css */
.user__rich[b-zt70jpkco3] {
    border: 1px solid gold;
    color: #ffde2d;
    top: 6px;
    font-weight: bolder;
    cursor: pointer;
    background-color: #1e1804;
    padding: 2px 5px 0px 5px;
    font-size: smaller;
    border-radius: 3px;
}
/* _content/Dating.Web/Components/Main/Common/My_profile/Page.razor.rz.scp.css */
.profile-image[b-1qtwupt528] {
    width: 60px;
    height: auto;
    border-radius: 5px;
    position: relative;
}

    .profile-image:hover .delete-profile[b-1qtwupt528] {
        visibility: visible;
    }

    .profile-image .delete-profile[b-1qtwupt528] {
        visibility: hidden;
    }

.delete-profile[b-1qtwupt528] {
    position: absolute;
    top: -7px;
    right: -7px;
    color: #000000;
    background-color: var(--bs-primary);
    height: 24px;
    width: 24px;
    border: 3px solid #212529;
    display: flex !important;
    border-radius: 50%;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
}

.gender-selection[b-1qtwupt528] {
    width: 35px;
    height: 38px;
    border-radius: 3px;
    gap: 8px;
    align-items: flex-end;
    display: flex;
}

    .gender-selection .item[b-1qtwupt528] {
        color: #676767;
        cursor: pointer;
    }

    .gender-selection .woman.active[b-1qtwupt528] {
        color: #f280ff !important;
    }

    .gender-selection .man.active[b-1qtwupt528] {
        color: #68bfff !important;
    }

.big-profile-view[b-1qtwupt528] {
    min-width: 500px;
}

.description-suggestions[b-1qtwupt528] {
    margin-top: 0px;
    background-color: #17191c;
    border-radius: 10px;
}


.user-detail-container[b-1qtwupt528] {
    height: 100%;
    padding-right: 15px;
    border-right: 1px solid #495057 !important;
    max-width: 400px;
}

    .user-detail-container .user-detail[b-1qtwupt528] {
        overflow: auto;
        height: calc(100vh - 73px);
        max-width: 400px;
        border: 0;
    }

        .user-detail-container .user-detail[b-1qtwupt528]::-webkit-scrollbar {
            display: none; /* Safari and Chrome */
        }


.small-profile-view[b-1qtwupt528] {
    max-width: 280px;
    margin-right: 500px;
}

@media (max-width: 1400px) {
    /* Styles for mobile devices */
    .user-detail-container[b-1qtwupt528] {
        position: unset;
        height: unset;
        overflow: unset;
        padding: 0px;
        border-right: none !important;
    }

        .user-detail-container .user-detail[b-1qtwupt528] {
            overflow: unset;
            height: unset;
        }
}


@media (max-width: 950px) {
    /* Styles for mobile devices */
    .big-profile-view[b-1qtwupt528] {
        display: none;
    }

    .small-profile-view[b-1qtwupt528] {
        margin-right: unset;
        max-width: unset;
    }
}

@media (min-width: 1310px) {
    /* Styles for larger devices */
    .big-profile-view[b-1qtwupt528] {
        display: block;
    }
}

.asdasd:hover[b-1qtwupt528] {
    border-radius: 5px;
    background-color: #000000;
}

.btn-custome-light[b-1qtwupt528] {
    background-color: var( --color__frames_and_lines) !important;
}

.btn-custome-light[b-1qtwupt528] {
    color: var(--color__who_like_me__text) !important;
    background: linear-gradient(to top, var(--color__who_like_me__one),var(--color__who_like_me__two)) !important;
    transition: background 0.3s ease !important;
}

    .btn-custome-light:hover[b-1qtwupt528] {
        background: linear-gradient(to top,var(--color__who_like_me__two),var(--color__who_like_me__one)) !important;
        transition: background 0.3s ease !important;
    }
/* _content/Dating.Web/Components/Main/Common/My_profile/Select_location.razor.rz.scp.css */
#suggestions[b-qo0h6m3vtv] {
    position: absolute;
    background-color: #212529;
    color: #ffffff;
    width: 94%;
    overflow-y: auto;
    z-index: 1000;
    box-sizing: border-box;
}
/* _content/Dating.Web/Components/Main/Common/Other_sites/Image.razor.rz.scp.css */
.image-container[b-6lqgc53rva] {
    min-width: 348px;
    position: relative;
    overflow: hidden;
}

.skeleton-loader[b-6lqgc53rva] {
    width: 100%;
    height: 100%;
    background: linear-gradient(107deg, #000000 25%, #0a0a0a 83%, #000000 63%);
    background-size: 200% 100%;
    animation: skeleton-loading-b-6lqgc53rva 1.0s ease-in-out infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0.375rem;
    z-index: 1;
    transition: opacity 0.3s ease;
}

@keyframes skeleton-loading-b-6lqgc53rva {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: -100% 0;
    }
}


.image-container img[b-6lqgc53rva] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    position: relative;
    z-index: 2;
}

    .image-container img[src][b-6lqgc53rva] {
        opacity: 1;
    }
/* _content/Dating.Web/Components/Main/Common/Other_sites/Join_new_portal.razor.rz.scp.css */
/* _content/Dating.Web/Components/Main/Common/Other_sites/Meet_more_single.razor.rz.scp.css */
.overlay[b-zzhpuo9ha8] {
    background-color: rgb(0 0 0 / 71%);
}

.images[b-zzhpuo9ha8] {
    z-index: -1;
}

.main-container[b-zzhpuo9ha8] {
    width: 100%;
    overflow: hidden;
}

    .main-container .images[b-zzhpuo9ha8] {
        display: flex;
        flex-wrap: wrap;
        height: 160px;
        align-items: center;
        justify-content: center;
    }

        .main-container .images .image[b-zzhpuo9ha8] {
            height: auto;
            margin-bottom: 35px;
        }

            .main-container .images .image img[b-zzhpuo9ha8] {
                object-fit: cover;
                border: 5px solid #ffffff;
                width: 110px;
            }
/* _content/Dating.Web/Components/Main/Common/Other_sites/Other_sites__container.razor.rz.scp.css */
.container-fluid .item[b-rcjk1osdxa] {
    background: rgb(0 0 0 / 41%);
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

#scrollToTopBtn[b-rcjk1osdxa] {
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 100;
    border: none;
    outline: none;
    background-color: var(--color__who_like_me__two);
    color: var(--color__who_like_me__text);
    cursor: pointer;
    padding: 14px 22px;
    border-radius: 50%;
    font-size: 18px;
    opacity: 1.7;
    transition: opacity 0.3s ease;
}

#div_lumonom_logo[b-rcjk1osdxa] {
    background-color: #344c77;
    margin-top: 10px;
    padding-top:15px;
}

#scrollToTopBtn:hover[b-rcjk1osdxa] {
    opacity: 1;
}

.content[b-rcjk1osdxa] {
    overflow: auto;
    height: calc(100vh - 57px);
}

@media (max-width: 577px) {
    .content[b-rcjk1osdxa] {
        margin-bottom: -60px;
    }

    #scrollToTopBtn[b-rcjk1osdxa] {
        bottom: 75px !important;
    }

    #div_lumonom_logo[b-rcjk1osdxa] {
        margin-bottom: 57px;
    }
}


.btn-scroll-to[b-rcjk1osdxa] {
    background-color: #121212;
    color: #ffffff;
    border-radius: 20px;
    padding: 8px 15px;
    margin: 15px 0px;
}

    .btn-scroll-to:active[b-rcjk1osdxa] {
        background-color: #000000;
    }
/* _content/Dating.Web/Components/Main/Common/Other_sites/Other_site_cards.razor.rz.scp.css */
.main-container[b-2vw7madyfg] {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.card .card-body[b-2vw7madyfg] {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    padding: 0;
}


.flex-container[b-2vw7madyfg] {
    display: flex;
    gap: 30px;
    max-width: 1500px;
    justify-content: center;
    flex-wrap: wrap;
}

.flex-item[b-2vw7madyfg] {
    box-sizing: border-box;
    text-decoration: none !important;
    max-width: 350px;
}

    .flex-item:hover[b-2vw7madyfg] {
        box-shadow: #555555 0px 0px 10px, #000000 0px 0px 0px 0px;
        border-radius: 5px;
    }

.portal-description[b-2vw7madyfg] {
    display: flex;
    align-items: center;
    height: 95px;
    justify-content: center;
}

.btn-join[b-2vw7madyfg] {
    display: flex;
    width: 100px;
    justify-content: center;
    margin: auto;
    border: 0;
}

/* _content/Dating.Web/Components/Main/Common/Other_sites/Page.razor.rz.scp.css */
/* _content/Dating.Web/Components/Main/Common/Profile_listing__browse/Core.razor.rz.scp.css */
.flex-container[b-ykw5e9ocbd] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Fill rows dynamically */
    gap: 10px; /* Consistent spacing between items */
    margin-bottom: 10px;
    justify-content: start; /* Align grid items to the start */
}

.flex-item[b-ykw5e9ocbd] {
    box-sizing: border-box;
}



.big-profile-view[b-ykw5e9ocbd] {
    min-width: 500px;
}

@media (max-width: 900px) {
    /* Styles for mobile devices */
    .big-profile-view[b-ykw5e9ocbd] {
        display: none;
    }
}

@media (min-width: 901px) {
    /* Styles for larger devices */
    .big-profile-view[b-ykw5e9ocbd] {
        display: block;
    }

    .btn-next[b-ykw5e9ocbd], .btn-previous[b-ykw5e9ocbd] {
        min-height: 471px !important;
    }
}



.btn-next[b-ykw5e9ocbd], .btn-previous[b-ykw5e9ocbd] {
    cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    background-color: #151617;
}

    .btn-next:hover[b-ykw5e9ocbd], .btn-previous:hover[b-ykw5e9ocbd] {
        background-color: #090a0b;
    }

    .btn-next:active[b-ykw5e9ocbd], .btn-previous:active[b-ykw5e9ocbd] {
        background-color: var(--bs-primary);
        color: var(--color__who_like_me__text);
    }

.div-no-profile[b-ykw5e9ocbd] {
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    padding: 30px;
    width: 100%;
    height: calc(100vh - 270px);
    align-items: center;
}


.offcanvas-body[b-ykw5e9ocbd] {
    position: relative;
}

    .offcanvas-body .loading[b-ykw5e9ocbd] {
        position: absolute;
        z-index: 2;
        background-color: #212529;
        width: 100%;
        top: 0;
        right: 0;
        height: 100%;
    }


.flex-container[b-ykw5e9ocbd] {
    position: relative;
}

    .flex-container .loading[b-ykw5e9ocbd] {
        position: absolute;
        z-index: 2;
        background-color: #212529;
        width: 100%;
        top: 0;
        right: 0;
        height: 100%;
    }

.flex-item.active[b-ykw5e9ocbd] {
    box-shadow: #000000 0px 0px 0px, var(--color__frames_and_lines) 0px 0px 0px 2px !important;
    border-radius: 5px !important;
}

.flex-item:hover[b-ykw5e9ocbd] {
    box-shadow: #555555 0px 0px 10px, #000000 0px 0px 0px 0px;
    border-radius: 5px;
}
/* _content/Dating.Web/Components/Main/Common/Profile_listing__browse/Profile__in_list.razor.rz.scp.css */
.card[b-y0l0iuz20m] {
    overflow: hidden;
}

    .card .card-body[b-y0l0iuz20m] {
        overflow: hidden;
        position: relative;
        border-radius: 5px;
        padding: 0;
    }

        .card .card-body profile-image[b-y0l0iuz20m] {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

        .card .card-body img[b-y0l0iuz20m] {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

            .card .card-body img.clickable-image:active[b-y0l0iuz20m] {
                filter: brightness(1.2) blur(0px);
            }

            .card .card-body img.clickable-image[b-y0l0iuz20m] {
                display: block;
                cursor: pointer;
                transition: filter 0.3s ease;
            }

        .card .card-body .info[b-y0l0iuz20m] {
            bottom: 0;
            width: 100%;
            text-align: center;
            padding: 15px;
            position: relative;
            background: linear-gradient(to top, rgb(0 0 0 / 92%), rgb(91 91 91 / 0%));
            z-index: 20;
        }


.round-button[b-y0l0iuz20m] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: unset;
    overflow: hidden;
    background-color: #2c2c2c;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
    z-index: 10;
}

    .round-button:active[b-y0l0iuz20m] {
        background-color: #4a4a4a;
    }

    .round-button img[b-y0l0iuz20m] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

    .round-button:hover[b-y0l0iuz20m] {
        transform: scale(1.1);
    }




.age[b-y0l0iuz20m] {
    background-color: white;
    color: #000000;
    border-radius: 50%;
    height: 22px;
    padding: 0px 0px;
    width: 22px;
    font-weight: bold;
    display: flex;
    font-size: 12px;
    justify-content: center;
    align-items: center;
}

.skeleton-loading[b-y0l0iuz20m] {
    width: 100%; /* Explicit width */
    height: 100%;
    min-width: 250px;
    min-height: 468px;
    color: transparent;
    background: linear-gradient(100deg, #343a40 30%, #474e53 50%, #343a40 70%);
    background-size: 400%;
    animation: loading-b-y0l0iuz20m 1.5s ease-in-out infinite;
    border-radius: 3px;
    position: absolute;
    z-index: 10;
}

@keyframes loading-b-y0l0iuz20m {
    0% {
        background-position: 100%;
    }

    100% {
        background-position: 0;
    }
}

.btn-action[b-y0l0iuz20m] {
    margin: 0px -15px;
    margin-bottom: -15px;
    padding-bottom: 15px;
    margin-top: -15px;
    padding-top: 15px;
}

.pointer[b-y0l0iuz20m] {
    cursor: pointer;
}

.nickname[b-y0l0iuz20m] {
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-status[b-y0l0iuz20m] {
    position: absolute;
    top: -9px;
    height: 22px;
    width: 22px;
    background-color: #4dd965;
    border-radius: 50%;
    right: 45px;
    border: 4px solid #212529;
}

    .user-status.offline[b-y0l0iuz20m] {
        background-color: #808080;
    }

    .user-status.online[b-y0l0iuz20m] {
        background-color: #4dd965;
    }


.user__like__the_browser[b-y0l0iuz20m] {
    color: #ff480e;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 22px !important;
    height: 22px !important;
    cursor: pointer;
}

.top-gift-received[b-y0l0iuz20m] {
    top: 6px;
    position: absolute;
    height: 24px;
    display: flex;
}


.top-right-received[b-y0l0iuz20m] {
    top: 5px;
    right: 0;
    position: absolute;
    height: 24px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 7px;
    padding-right: 5px;
}

.user__rich__div[b-y0l0iuz20m] {
    height: 29px;
    width: 100%;
    z-index: 2;
    bottom: 0px;
    background: linear-gradient(to top, #b19600, rgb(91 91 91 / 0%));
    position: absolute;
    z-index: 0;
}
/* _content/Dating.Web/Components/Main/Common/Profile_listing__Frontpage/Core.razor.rz.scp.css */
.flex-container[b-s1txnk93fy] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Fill rows dynamically */
    gap: 10px; /* Consistent spacing between items */
    margin-bottom: 10px;
    justify-content: start; /* Align grid items to the start */
}

.flex-item[b-s1txnk93fy] {
    box-sizing: border-box;
}

.skeleton-loading[b-s1txnk93fy] {
    width: 450px;
    height: 523px;
    color: transparent;
    background: linear-gradient(100deg, #f0f0f0 30%, #e0e0e0 50%, #f0f0f0 70%);
    background-size: 400%;
    animation: loading-b-s5ss7l6i2v 1.2s ease-in-out infinite;
    border-radius: 3px;
    position: absolute;
    z-index: 10;
}

@keyframes loading-b-s1txnk93fy {
    0% {
        background-position: 100%;
    }

    100% {
        background-position: 0;
    }
}

.big-profile-view[b-s1txnk93fy] {
    min-width: 500px;
}

@media (max-width: 1108px) {
    /* Styles for mobile devices */
    .big-profile-view[b-s1txnk93fy] {
        display: none;
    }
}

@media (min-width: 1109px) {
    /* Styles for larger devices */
    .big-profile-view[b-s1txnk93fy] {
        display: block;
    }

    .btn-next[b-s1txnk93fy], .btn-previous[b-s1txnk93fy] {
        min-height: 471px !important;
    }
}

.five[b-s1txnk93fy] {
    width: 120px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #9f9f9f;
    margin: 0 auto;
    margin-bottom: 20px;
}

    .five img[b-s1txnk93fy] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
        border: 25px solid #f0f0f000;
    }

.tip[b-s1txnk93fy] {
    background: var(--bs-primary);
    font-size: small;
    padding: 0px 15px;
    font-weight: bold;
    color: black;
    border-radius: 0px 0px 10px 10px;
    top: 10px;
    position: absolute;
    transform: translate(-50%, -50%);
}

.btn-next[b-s1txnk93fy], .btn-previous[b-s1txnk93fy] {
    cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    background-color: #151617;
}

    .btn-next:hover[b-s1txnk93fy], .btn-previous:hover[b-s1txnk93fy] {
        background-color: #090a0b;
    }

    .btn-next:active[b-s1txnk93fy], .btn-previous:active[b-s1txnk93fy] {
        background-color: var(--bs-primary);
        color: var(--color__who_like_me__text);
    }

.title[b-s1txnk93fy] {
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    padding: 30px;
    background-color: #14171a;
}


.div-no-profile[b-s1txnk93fy] {
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    padding: 30px;
    width: 100%;
    height: calc(100vh - 200px);
    align-items: center;
}

.offcanvas-body[b-s1txnk93fy] {
    position: relative;
}

    .offcanvas-body .loading[b-s1txnk93fy] {
        position: absolute;
        z-index: 2;
        background-color: #212529;
        width: 100%;
        top: 0;
        right: 0;
        height: 100%;
    }


.flex-item.active[b-s1txnk93fy] {
    box-shadow: #000000 0px 0px 0px, var(--color__frames_and_lines) 0px 0px 0px 2px !important;
    border-radius: 5px !important;
}

.flex-item:hover[b-s1txnk93fy] {
    box-shadow: #555555 0px 0px 10px, #000000 0px 0px 0px 0px;
    border-radius: 5px;
}

#div_lumonom_logo[b-s1txnk93fy] {
    background-color: #344c77;
    padding-top: 15px;
    margin-top: 10px;
}
/* _content/Dating.Web/Components/Main/Common/Profile_listing__Frontpage/I_am.razor.rz.scp.css */
.gender-btn:hover[b-k9krbuam32] {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.gender-selection[b-k9krbuam32] {
    display: flex;
    gap: 10px;
    justify-content: center;
}


    .gender-selection .item[b-k9krbuam32] {
        padding: 10px;
        cursor: pointer;
        border-radius: 3px;
        background-color: rgba(0, 0, 0, 0.25);
    }

        .gender-selection .item:hover[b-k9krbuam32] {
            background-color: rgb(0, 0, 0);
        }

        .gender-selection .item:active[b-k9krbuam32] {
            background-color: rgb(0, 0, 0, 0.90);
        }


.woman[b-k9krbuam32] {
    color: #f280ff;
}

.man[b-k9krbuam32] {
    color: #68bfff;
}

.woman:hover[b-k9krbuam32] {
    color: #ef5eff;
}

.man:hover[b-k9krbuam32] {
    color: #21a0fe;
}
/* _content/Dating.Web/Components/Main/Common/Profile_listing__Frontpage/Profile__in_list.razor.rz.scp.css */
.card[b-30r83re07m] {
    overflow: hidden;
}

    .card .card-body[b-30r83re07m] {
        overflow: hidden;
        position: relative;
        border-radius: 5px;
        padding: 0;
    }

        .card .card-body profile-image[b-30r83re07m] {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

        .card .card-body img[b-30r83re07m] {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

            .card .card-body img.clickable-image:active[b-30r83re07m] {
                filter: brightness(1.2) blur(0px);
            }

            .card .card-body img.clickable-image[b-30r83re07m] {
                display: block;
                cursor: pointer;
                transition: filter 0.3s ease;
            }

        .card .card-body .info[b-30r83re07m] {
            bottom: 0;
            width: 100%;
            text-align: center;
            padding: 15px;
            position: relative;
            background: linear-gradient(to top, rgb(0 0 0 / 92%), rgb(91 91 91 / 0%));
            z-index: 20;
        }


.round-button[b-30r83re07m] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: unset;
    overflow: hidden;
    background-color: #2c2c2c;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

    .round-button:active[b-30r83re07m] {
        background-color: #4a4a4a;
    }

    .round-button img[b-30r83re07m] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

    .round-button:hover[b-30r83re07m] {
        transform: scale(1.1);
    }




.age[b-30r83re07m] {
    background-color: white;
    color: #000000;
    border-radius: 50%;
    height: 22px;
    padding: 0px 0px;
    width: 22px;
    font-weight: bold;
    display: flex;
    font-size: 12px;
    justify-content: center;
    align-items: center;
}

.skeleton-loading[b-30r83re07m] {
    width: 100%; /* Explicit width */
    height: 100%;
    min-width: 250px;
    min-height: 468px;
    color: transparent;
    background: linear-gradient(100deg, #343a40 30%, #474e53 50%, #343a40 70%);
    background-size: 400%;
    animation: loading-b-30r83re07m 1.5s ease-in-out infinite;
    border-radius: 3px;
    position: absolute;
    z-index: 10;
}

@keyframes loading-b-30r83re07m {
    0% {
        background-position: 100%;
    }

    100% {
        background-position: 0;
    }
}

.btn-action[b-30r83re07m] {
    margin: 0px -15px;
    margin-bottom: -15px;
    padding-bottom: 15px;
    margin-top: -15px;
    padding-top: 15px;
}

.pointer[b-30r83re07m] {
    cursor: pointer;
}

.nickname[b-30r83re07m] {
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-status[b-30r83re07m] {
    position: absolute;
    top: -9px;
    height: 22px;
    width: 22px;
    background-color: #4dd965;
    border-radius: 50%;
    right: 45px;
    border: 4px solid #212529;
}

    .user-status.offline[b-30r83re07m] {
        background-color: #808080;
    }

    .user-status.online[b-30r83re07m] {
        background-color: #4dd965;
    }


.user__like__the_browser[b-30r83re07m] {
    color: #ff480e;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 22px !important;
    height: 22px !important;
    cursor: pointer;
}

.top-gift-received[b-30r83re07m] {
    top: 6px;
    position: absolute;
    height: 24px;
    display: flex;
}


.top-right-received[b-30r83re07m] {
    top: 5px;
    right: 0;
    position: absolute;
    height: 24px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 7px;
    padding-right: 5px;
}

.user__rich__div[b-30r83re07m] {
    height: 29px;
    width: 100%;
    z-index: 2;
    bottom: 0px;
    background: linear-gradient(to top, #b19600, rgb(91 91 91 / 0%));
    position: absolute;
    z-index: 0;
}
/* _content/Dating.Web/Components/Main/Common/Profile__detail/Core.razor.rz.scp.css */

.story__slider[b-1bx3tszm4x] {
    border-radius: 0px;
    overflow: hidden;
    position: relative;
}

.skeleton-loading[b-1bx3tszm4x] {
    width: 100%; /* Explicit width */
    height: 100%;
    color: transparent;
    background: linear-gradient(100deg, #343a40 30%, #474e53 50%, #343a40 70%);
    animation: loading-b-1bx3tszm4x 1.5s ease-in-out infinite;
    position: absolute;
    z-index: 15;
}

@keyframes loading-b-1bx3tszm4x {
    0% {
        background-position: 100%;
    }

    100% {
        background-position: 0;
    }
}


.story__slide[b-1bx3tszm4x] {
    position: relative;
}

    .story__slide video[b-1bx3tszm4x],
    .story__slide img[b-1bx3tszm4x] {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

.story__slider:hover .story__prev[b-1bx3tszm4x], .story__next[b-1bx3tszm4x] {
    display: block;
}

.story__slider:hover .story__next[b-1bx3tszm4x] {
    display: block;
}

.story__prev[b-1bx3tszm4x], .story__next[b-1bx3tszm4x] {
    display: none;
}

    .story__prev[b-1bx3tszm4x]::after {
        content: '\f137';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-size: 1.6rem;
        color: #000000 !important;
        margin-right: 10px;
        background-color: #ffffff;
        padding: 0px;
        border-radius: 50%;
    }

    .story__next[b-1bx3tszm4x]::after {
        content: '\f138';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-size: 1.6rem;
        color: #000000 !important;
        left: 100px;
        margin-left: -4px;
        background-color: #ffffff;
        padding: 0px;
        border-radius: 50%;
    }

    .story__next.swiper-button-disabled[b-1bx3tszm4x]::after {
        content: none !important;
    }

    .story__prev.swiper-button-disabled[b-1bx3tszm4x]::after {
        content: none !important;
    }

.profile-container[b-1bx3tszm4x] {
    height: calc(100vh - 57px);
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: -15px;
    background-color: #14171a;
}

@media (max-width: 900px) {
    /* Styles for mobile devices */
    .profile-container[b-1bx3tszm4x] {
        height: calc(100vh - 3px);
    }
}

.box[b-1bx3tszm4x] {
    background-color: #212529;
    padding: 0.5rem;
    margin-bottom: 0.4rem;
}

    .box:last-child[b-1bx3tszm4x] {
        margin-bottom: 0 !important;
    }

tr:last-child[b-1bx3tszm4x] {
    border-bottom: hidden;
}


.profile-container[b-1bx3tszm4x]::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}


.btn-remove-match:hover[b-1bx3tszm4x], .btn-report:hover[b-1bx3tszm4x] {
    cursor: pointer;
    background-color: #212529af;
}

.btn-link[b-1bx3tszm4x] {
    text-decoration: none;
    padding: 0;
}

.translated-description[b-1bx3tszm4x] {
    color: white;
    background-color: #343a4073;
    margin: 5px -7px -7px;
    padding: 7px;
}

.gold-bar[b-1bx3tszm4x] {
    font-weight: 600;
    color: #ffffff;
    border: 0;
    font-weight: 600;
    color: #ffffff;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}
/* _content/Dating.Web/Components/Main/Common/Select_language/Core.razor.rz.scp.css */
.list-group[b-85lsyrm940] {
    overflow: auto;
    height: calc(100vh - 55px );
}
/* _content/Dating.Web/Components/Main/Lumo/Bottom_navigation/Core.razor.rz.scp.css */
.main-container[b-mbigzvzefh] {
    display: flex;
    position: fixed;
    width: 100%;
    bottom: 0;
    border-top: 2px solid #000000;
    z-index: 200;
    height: 57px;
    align-items: center;
    background-color: #212529;
}

.item[b-mbigzvzefh] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.active[b-mbigzvzefh] {
    background-color: #0065a1 !important;
}

.unread-messages[b-mbigzvzefh] {
    position: absolute;
    top: 5px;
    right: 5px;
    min-height: 24px;
    min-width: 24px;
    border-radius: 50%;
    border: 1px solid #212529;
    background-color: #ff0000;
    color: #ffffff;
    font-size: 12px;
    display: flex;
    font-weight: 800;
    align-items: flex-end;
    justify-content: center;
}
/* _content/Dating.Web/Components/Main/Lumo/Chat__page/Page.razor.rz.scp.css */
.big-profile-view[b-u510ardknk] {
    min-width: 500px;
}

@media (max-width: 900px) {
    /* Styles for mobile devices */
    .big-profile-view[b-u510ardknk] {
        display: none;
    }
}

@media (min-width: 901px) {
    /* Styles for larger devices */
    .big-profile-view[b-u510ardknk] {
        display: block;
    }
}
/* _content/Dating.Web/Components/Main/Lumo/Conversations__left_bar/Core.razor.rz.scp.css */
.main-container[b-17ukwvbu00] {
    min-width: 250px;
    z-index: 100;
    position: sticky;
    top: 57px;
    justify-content: space-around;
}

    .main-container .items[b-17ukwvbu00] {
    }

        .main-container .items .item[b-17ukwvbu00] {
            display: flex;
            gap: 10px;
            align-items: center;
            padding: 10px;
            cursor: pointer;
            margin-left: 1px;
        }

            .main-container .items .item:hover[b-17ukwvbu00] {
                border-right: 4px solid var(--color__frames_and_lines);
            }

            .main-container .items .item .user[b-17ukwvbu00] {
                position: relative;
                height: 50px; /* Adjusted size for profile image */
                width: 50px;
            }

                .main-container .items .item .user img[b-17ukwvbu00] {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    cursor: pointer;
                    border-radius: 50%;
                    border: 0px solid var(--bs-border-color-translucent);
                }

                .main-container .items .item .user:hover[b-17ukwvbu00] {
                    transform: scale(1.05);
                    transition: transform 0.3s ease-in-out;
                }

                .main-container .items .item .user:active[b-17ukwvbu00] {
                    opacity: 0.8;
                }

@media (max-width: 577px) {
    /*form mobile*/
    .main-container[b-17ukwvbu00] {
        /* display: none;*/
    }
}

@media (min-width: 576px) {
    /*form web*/
    .main-container[b-17ukwvbu00] {
        height: calc(100svh - 60px);
        overflow: auto;
    }

        .main-container[b-17ukwvbu00]::-webkit-scrollbar {
            display: none; /* Safari and Chrome */
        }
}


.user-status[b-17ukwvbu00] {
    position: absolute;
    bottom: -2px;
    right: 2px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 3px solid #212529;
}

    .user-status.offline[b-17ukwvbu00] {
        background-color: #808080;
    }

    .user-status.online[b-17ukwvbu00] {
        background-color: #4dd965;
    }

.unread-messages[b-17ukwvbu00] {
    position: absolute;
    top: -2px;
    right: 2px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 3px solid #212529;
    background-color: #ff0000;
    color: #ffffff;
    font-size: 11px;
    display: flex;
    font-weight: 800;
    align-items: flex-end;
    justify-content: center;
}

.selectd[b-17ukwvbu00] {
    background-color: black;
    border-right: 4px solid var(--color__frames_and_lines);
}
/* _content/Dating.Web/Components/Main/Match_5/Chat__page/Page.razor.rz.scp.css */
.big-profile-view[b-68ywpqg4yh] {
    min-width: 500px;
}

@media (max-width: 900px) {
    /* Styles for mobile devices */
    .big-profile-view[b-68ywpqg4yh] {
        display: none;
    }
}

@media (min-width: 901px) {
    /* Styles for larger devices */
    .big-profile-view[b-68ywpqg4yh] {
        display: block;
    }
}
/* _content/Dating.Web/Components/Main/Match_5/Conversations__left_bar/Congrats_match_modal.razor.rz.scp.css */
.match-container[b-l6oqvr4tw1] {
    flex-direction: column;
    display: flex;
    justify-content: center;
    height: 100svh;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

    .match-container h1[b-l6oqvr4tw1],
    h2[b-l6oqvr4tw1] {
        font-family: cursive;
        margin-bottom: 20px;
        text-align: center;
    }

    .match-container .flex[b-l6oqvr4tw1] {
        display: flex;
        justify-content: center;
    }

    .match-container .match[b-l6oqvr4tw1] {
        max-height: 200px;
        max-width: 200px;
    }

@media (max-width: 768px) {
    .match-container .match[b-l6oqvr4tw1] {
        max-height: 150px;
        max-width: 150px;
    }
}

@media (max-width: 576px) {
    .match-container .match[b-l6oqvr4tw1] {
        max-height: 100px;
        max-width: 100px;
    }
}

.match-container .match img[b-l6oqvr4tw1] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    border-radius: 50%;
    border: 8px solid #ffffff;
}

.mb2[b-l6oqvr4tw1] {
    margin-bottom: 5px;
}

.mb3[b-l6oqvr4tw1] {
    margin-bottom: 10px;
}

.mb4[b-l6oqvr4tw1] {
    margin-bottom: 20px;
}

.mb5[b-l6oqvr4tw1] {
    margin-bottom: 30px;
}
/* _content/Dating.Web/Components/Main/Match_5/Conversations__left_bar/Core.razor.rz.scp.css */
.flex-container[b-tehyyyx8hx] {
    display: flex;
    gap: 15px; /* Space between profile items */
    flex-wrap: wrap;
}

.flex-item[b-tehyyyx8hx] {
    position: relative;
    height: 50px; /* Adjusted size for profile image */
    width: 50px;
}

    .flex-item img[b-tehyyyx8hx] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
        border-radius: 50%;
        border: 0px solid var(--bs-border-color-translucent);
    }

    .flex-item:hover[b-tehyyyx8hx] {
        transform: scale(1.05);
        transition: transform 0.3s ease-in-out;
    }

    .flex-item:active[b-tehyyyx8hx] {
        opacity: 0.8;
    }

.user-status[b-tehyyyx8hx] {
    position: absolute;
    bottom: -2px;
    right: 2px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 3px solid #212529;
}

    .user-status.offline[b-tehyyyx8hx] {
        background-color: #808080;
    }

    .user-status.online[b-tehyyyx8hx] {
        background-color: #4dd965;
    }

.unread-messages[b-tehyyyx8hx] {
    position: absolute;
    top: -2px;
    right: 2px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 3px solid #212529;
    background-color: #ff0000;
    color: #ffffff;
    font-size: 11px;
    display: flex;
    font-weight: 800;
    align-items: flex-end;
    justify-content: center;
}

.main-container[b-tehyyyx8hx] {
    min-width: 75px;
    z-index: 100;
    position: relative;
    display: flex;
    justify-content: space-around;
}

    .main-container .items[b-tehyyyx8hx] {
        position: fixed;
        padding-top: 10px;
    }

@media (min-width: 576px) {
    /*form web*/
    .main-container[b-tehyyyx8hx] {
        height: calc(100svh - 60px);
    }
}

@media (max-width: 577px) {
    /*form mobile*/
    .main-container[b-tehyyyx8hx] {
        height: 0;
    }

        .main-container .items[b-tehyyyx8hx] {
            position: fixed;
            width: 100%;
            padding: 10px;
            background-color: #212529;
            bottom: 0;
            border-top: 1px solid #3f4246;
        }
}



.selectd[b-tehyyyx8hx] {
    box-shadow: var(--bs-primary) 0px 1px 23px, var(--bs-primary) 0px 0px 0px 2px;
    border-radius: 50%;
}
/* _content/Dating.Web/Components/Main/Match_5/Maximum_allowed_matches/Core.razor.rz.scp.css */
.five[b-dzcs95ei1x] {
    width: 120px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #9f9f9f;
    margin: 0 auto;
    margin-bottom: 20px;
}

    .five img[b-dzcs95ei1x] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
        border: 25px solid #f0f0f000;
    }

.tip[b-dzcs95ei1x] {
    background: var(--bs-primary);
    font-size: small;
    padding: 0px 15px;
    font-weight: bold;
    color: black;
    border-radius: 0px 0px 10px 10px;
    top: 10px;
    position: absolute;
    transform: translate(-50%, -50%);
}

@media (min-width: 575.98px) {
    .flex-container[b-dzcs95ei1x] {
        min-height: calc(100vh - 350px)
    }
}
/* _content/Dating.Web/Components/Main/Match_5/Profile_listing__Disliked/Page.razor.rz.scp.css */
.flex-container[b-xqemsj8g7m] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Fill rows dynamically */
    gap: 10px; /* Consistent spacing between items */
    margin-bottom: 10px;
    justify-content: start; /* Align grid items to the start */
}

.flex-item[b-xqemsj8g7m] {
    box-sizing: border-box;
}

.skeleton-loading[b-xqemsj8g7m] {
    width: 450px;
    height: 523px;
    color: transparent;
    background: linear-gradient(100deg, #f0f0f0 30%, #e0e0e0 50%, #f0f0f0 70%);
    background-size: 400%;
    animation: loading-b-s5ss7l6i2v 1.2s ease-in-out infinite;
    border-radius: 3px;
    position: absolute;
    z-index: 10;
}

@keyframes loading-b-xqemsj8g7m {
    0% {
        background-position: 100%;
    }

    100% {
        background-position: 0;
    }
}

.big-profile-view[b-xqemsj8g7m] {
    min-width: 500px;
}

@media (max-width: 1108px) {
    /* Styles for mobile devices */
    .big-profile-view[b-xqemsj8g7m] {
        display: none;
    }
}

@media (min-width: 1109px) {
    /* Styles for larger devices */
    .big-profile-view[b-xqemsj8g7m] {
        display: block;
    }

    .btn-next[b-xqemsj8g7m], .btn-previous[b-xqemsj8g7m] {
        min-height: 471px !important;
    }
}

.five[b-xqemsj8g7m] {
    width: 120px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #9f9f9f;
    margin: 0 auto;
    margin-bottom: 20px;
}

    .five img[b-xqemsj8g7m] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
        border: 25px solid #f0f0f000;
    }

.tip[b-xqemsj8g7m] {
    background: var(--bs-primary);
    font-size: small;
    padding: 0px 15px;
    font-weight: bold;
    color: black;
    border-radius: 0px 0px 10px 10px;
    top: 10px;
    position: absolute;
    transform: translate(-50%, -50%);
}

.btn-next[b-xqemsj8g7m], .btn-previous[b-xqemsj8g7m] {
    cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    background-color: #151617;
}

    .btn-next:hover[b-xqemsj8g7m], .btn-previous:hover[b-xqemsj8g7m] {
        background-color: #090a0b;
    }

    .btn-next:active[b-xqemsj8g7m], .btn-previous:active[b-xqemsj8g7m] {
        background-color: var(--bs-primary);
        color: var(--color__who_like_me__text);
    }

.title[b-xqemsj8g7m] {
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    padding: 30px;
    background-color: #14171a;
}


.div-no-profile[b-xqemsj8g7m] {
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    padding: 30px;
    width: 100%;
    height: calc(100vh - 200px);
    align-items: center;
}

.flex-item.active[b-xqemsj8g7m] {
    box-shadow: #000000 0px 0px 0px, var(--color__frames_and_lines) 0px 0px 0px 2px !important;
    border-radius: 5px !important;
}

.flex-item:hover[b-xqemsj8g7m] {
    box-shadow: #555555 0px 0px 10px, #000000 0px 0px 0px 0px;
    border-radius: 5px;
}

/*@media (min-width: 575.98px) {
    .flex-container {
        min-height: calc(100vh - 375px)
    }
}
*/
/* _content/Dating.Web/Components/Main/Match_5/Profile_listing__Disliked/Profile__in_list.razor.rz.scp.css */
.card[b-oydr8lilze] {
    overflow: hidden;
}

    .card .card-body[b-oydr8lilze] {
        overflow: hidden;
        position: relative;
        border-radius: 5px;
        padding: 0;
    }

        .card .card-body profile-image[b-oydr8lilze] {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

        .card .card-body img[b-oydr8lilze] {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

            .card .card-body img.clickable-image:active[b-oydr8lilze] {
                filter: brightness(1.2) blur(0px);
            }

            .card .card-body img.clickable-image[b-oydr8lilze] {
                display: block;
                cursor: pointer;
                transition: filter 0.3s ease;
            }

        .card .card-body .info[b-oydr8lilze] {
            bottom: 0;
            width: 100%;
            text-align: center;
            padding: 15px;
            position: relative;
            background: linear-gradient(to top, rgb(0 0 0 / 92%), rgb(91 91 91 / 0%));
            z-index: 20;
        }


.round-button[b-oydr8lilze] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: unset;
    overflow: hidden;
    background-color: #2c2c2c;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

    .round-button:active[b-oydr8lilze] {
        background-color: #4a4a4a;
    }

    .round-button img[b-oydr8lilze] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

    .round-button:hover[b-oydr8lilze] {
        transform: scale(1.1);
    }




.age[b-oydr8lilze] {
    background-color: white;
    color: #000000;
    border-radius: 50%;
    height: 22px;
    padding: 0px 0px;
    width: 22px;
    font-weight: bold;
    display: flex;
    font-size: 12px;
    justify-content: center;
    align-items: center;
}

.skeleton-loading[b-oydr8lilze] {
    width: 100%;
    height: 100%;
    color: transparent;
    background: linear-gradient(100deg, #f0f0f0 30%, #e0e0e0 50%, #f0f0f0 70%);
    background-size: 400%;
    animation: loading-b-s5ss7l6i2v 1.2s ease-in-out infinite;
    border-radius: 3px;
    position: absolute;
    z-index: 10;
}

@keyframes loading-b-oydr8lilze {
    0% {
        background-position: 100%;
    }

    100% {
        background-position: 0;
    }
}

.btn-action[b-oydr8lilze] {
    margin: 0px -15px;
    margin-bottom: -15px;
    padding-bottom: 15px;
    margin-top: -15px;
    padding-top: 15px;
}

.pointer[b-oydr8lilze] {
    cursor: pointer;
}

.nickname[b-oydr8lilze] {
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-status[b-oydr8lilze] {
    position: absolute;
    top: -9px;
    height: 22px;
    width: 22px;
    background-color: #4dd965;
    border-radius: 50%;
    right: 45px;
    border: 4px solid #212529;
}

    .user-status.offline[b-oydr8lilze] {
        background-color: #808080;
    }

    .user-status.online[b-oydr8lilze] {
        background-color: #4dd965;
    }


.user__like__the_browser[b-oydr8lilze] {
    color: #ff480e;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 22px !important;
    height: 22px !important;
    cursor: pointer;
}

.top-gift-received[b-oydr8lilze] {
    top: 6px;
    position: absolute;
    height: 24px;
    display: flex;
}


.top-right-received[b-oydr8lilze] {
    top: 5px;
    right: 0;
    position: absolute;
    height: 24px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 7px;
    padding-right: 5px;
}

.user__rich__div[b-oydr8lilze] {
    height: 29px;
    width: 100%;
    z-index: 2;
    bottom: 0px;
    background: linear-gradient(to top, #b19600, rgb(91 91 91 / 0%));
    position: absolute;
    z-index: 0;
}
/* _content/Dating.Web/Components/Main/Match_5/Profile_listing__liked/Page.razor.rz.scp.css */
.flex-container[b-ty3h3ntp73] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Fill rows dynamically */
    gap: 10px; /* Consistent spacing between items */
    margin-bottom: 10px;
    justify-content: start; /* Align grid items to the start */
}

.flex-item[b-ty3h3ntp73] {
    box-sizing: border-box;
}

.skeleton-loading[b-ty3h3ntp73] {
    width: 450px;
    height: 523px;
    color: transparent;
    background: linear-gradient(100deg, #f0f0f0 30%, #e0e0e0 50%, #f0f0f0 70%);
    background-size: 400%;
    animation: loading-b-s5ss7l6i2v 1.2s ease-in-out infinite;
    border-radius: 3px;
    position: absolute;
    z-index: 10;
}

@keyframes loading-b-ty3h3ntp73 {
    0% {
        background-position: 100%;
    }

    100% {
        background-position: 0;
    }
}

.big-profile-view[b-ty3h3ntp73] {
    min-width: 500px;
}

@media (max-width: 1108px) {
    /* Styles for mobile devices */
    .big-profile-view[b-ty3h3ntp73] {
        display: none;
    }
}

@media (min-width: 1109px) {
    /* Styles for larger devices */
    .big-profile-view[b-ty3h3ntp73] {
        display: block;
    }

    .btn-next[b-ty3h3ntp73], .btn-previous[b-ty3h3ntp73] {
        min-height: 471px !important;
    }
}

.five[b-ty3h3ntp73] {
    width: 120px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #9f9f9f;
    margin: 0 auto;
    margin-bottom: 20px;
}

    .five img[b-ty3h3ntp73] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
        border: 25px solid #f0f0f000;
    }

.tip[b-ty3h3ntp73] {
    background: var(--bs-primary);
    font-size: small;
    padding: 0px 15px;
    font-weight: bold;
    color: black;
    border-radius: 0px 0px 10px 10px;
    top: 10px;
    position: absolute;
    transform: translate(-50%, -50%);
}

.btn-next[b-ty3h3ntp73], .btn-previous[b-ty3h3ntp73] {
    cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    background-color: #151617;
}

    .btn-next:hover[b-ty3h3ntp73], .btn-previous:hover[b-ty3h3ntp73] {
        background-color: #090a0b;
    }

    .btn-next:active[b-ty3h3ntp73], .btn-previous:active[b-ty3h3ntp73] {
        background-color: var(--bs-primary);
        color: var(--color__who_like_me__text);
    }

.title[b-ty3h3ntp73] {
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    padding: 30px;
    background-color: #14171a;
}


.div-no-profile[b-ty3h3ntp73] {
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    padding: 30px;
    width: 100%;
    height: calc(100vh - 200px);
    align-items: center;
}


.flex-item.active[b-ty3h3ntp73] {
    box-shadow: #000000 0px 0px 0px, var(--color__frames_and_lines) 0px 0px 0px 2px !important;
    border-radius: 5px !important;
}

.flex-item:hover[b-ty3h3ntp73] {
    box-shadow: #555555 0px 0px 10px, #000000 0px 0px 0px 0px;
    border-radius: 5px;
}

/*@media (min-width: 575.98px) {
    .flex-container {
        min-height: calc(100vh - 375px)
    }
}
*/
/* _content/Dating.Web/Components/Main/Match_5/Profile_listing__liked/Profile__in_list.razor.rz.scp.css */
.card[b-cq1fvqvfbz] {
    overflow: hidden;
}

    .card .card-body[b-cq1fvqvfbz] {
        overflow: hidden;
        position: relative;
        border-radius: 5px;
        padding: 0;
    }

        .card .card-body profile-image[b-cq1fvqvfbz] {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

        .card .card-body img[b-cq1fvqvfbz] {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

            .card .card-body img.clickable-image:active[b-cq1fvqvfbz] {
                filter: brightness(1.2) blur(0px);
            }

            .card .card-body img.clickable-image[b-cq1fvqvfbz] {
                display: block;
                cursor: pointer;
                transition: filter 0.3s ease;
            }

        .card .card-body .info[b-cq1fvqvfbz] {
            bottom: 0;
            width: 100%;
            text-align: center;
            padding: 15px;
            position: relative;
            background: linear-gradient(to top, rgb(0 0 0 / 92%), rgb(91 91 91 / 0%));
            z-index: 20;
        }


.round-button[b-cq1fvqvfbz] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: unset;
    overflow: hidden;
    background-color: #2c2c2c;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

    .round-button:active[b-cq1fvqvfbz] {
        background-color: #4a4a4a;
    }

    .round-button img[b-cq1fvqvfbz] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

    .round-button:hover[b-cq1fvqvfbz] {
        transform: scale(1.1);
    }




.age[b-cq1fvqvfbz] {
    background-color: white;
    color: #000000;
    border-radius: 50%;
    height: 22px;
    padding: 0px 0px;
    width: 22px;
    font-weight: bold;
    display: flex;
    font-size: 12px;
    justify-content: center;
    align-items: center;
}

.skeleton-loading[b-cq1fvqvfbz] {
    width: 100%;
    height: 100%;
    color: transparent;
    background: linear-gradient(100deg, #f0f0f0 30%, #e0e0e0 50%, #f0f0f0 70%);
    background-size: 400%;
    animation: loading-b-s5ss7l6i2v 1.2s ease-in-out infinite;
    border-radius: 3px;
    position: absolute;
    z-index: 10;
}

@keyframes loading-b-cq1fvqvfbz {
    0% {
        background-position: 100%;
    }

    100% {
        background-position: 0;
    }
}

.btn-action[b-cq1fvqvfbz] {
    margin: 0px -15px;
    margin-bottom: -15px;
    padding-bottom: 15px;
    margin-top: -15px;
    padding-top: 15px;
}

.pointer[b-cq1fvqvfbz] {
    cursor: pointer;
}

.nickname[b-cq1fvqvfbz] {
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-status[b-cq1fvqvfbz] {
    position: absolute;
    top: -9px;
    height: 22px;
    width: 22px;
    background-color: #4dd965;
    border-radius: 50%;
    right: 45px;
    border: 4px solid #212529;
}

    .user-status.offline[b-cq1fvqvfbz] {
        background-color: #808080;
    }

    .user-status.online[b-cq1fvqvfbz] {
        background-color: #4dd965;
    }


.user__like__the_browser[b-cq1fvqvfbz] {
    color: #ff480e;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 22px !important;
    height: 22px !important;
    cursor: pointer;
}

.top-gift-received[b-cq1fvqvfbz] {
    top: 6px;
    position: absolute;
    height: 24px;
    display: flex;
}


.top-right-received[b-cq1fvqvfbz] {
    top: 5px;
    right: 0;
    position: absolute;
    height: 24px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 7px;
    padding-right: 5px;
}

.user__rich__div[b-cq1fvqvfbz] {
    height: 29px;
    width: 100%;
    z-index: 2;
    bottom: 0px;
    background: linear-gradient(to top, #b19600, rgb(91 91 91 / 0%));
    position: absolute;
    z-index: 0;
}
/* _content/Dating.Web/Components/Shared/Alert.razor.rz.scp.css */
.alert-Info[b-d3dxnicr5r] {
    background-color: #f9f9f9;
    color: #000000;
    border: 1px solid #7c7c7c6e;
}

.alert-Tip[b-d3dxnicr5r] {
    background-color: #cdf0ff;
    color: #000000;
    border: 1px solid #528dc37a;
}

.alert-Note[b-d3dxnicr5r] {
    background-color: #fffcf1;
    color: #27220e;
    border: 1px solid #d0caba;
}

.alert-Warning[b-d3dxnicr5r] {
    background-color: #ffeaae;
    color: #000000;
    border: 1px solid #a4831f8a;
}

.alert-Danger[b-d3dxnicr5r] {
    background-color: #ffbcad;
    color: #000000;
    border: 1px solid #de7b5d;
}

.alert[b-d3dxnicr5r] {
    position: relative;
}

    .alert .title[b-d3dxnicr5r] {
        position: absolute;
        top: -12px;
        right: 5px;
        background-color: #ffeaad;
        padding: 0 7px;
        border-radius: 3px;
        font-size: smaller;
    }

.alert-Info .title[b-d3dxnicr5r] {
    background-color: #f9f9f9;
    border: 1px solid #7c7c7c6e;
    color: #ffffff;
    border-radius: 4px;
}

.alert-Tip .title[b-d3dxnicr5r] {
    background-color: #cdf0ff;
    border: 1px solid #528dc37a;
    color: #00427eff;
    border-radius: 4px;
}

.alert-Note .title[b-d3dxnicr5r] {
    background-color: #fffcf1;
    border: 1px solid #d0caba;
    color: #000000;
    border-radius: 4px;
}

.alert-Warning .title[b-d3dxnicr5r] {
    background-color: #e1a900;
    border: 1px solid #c19510;
    color: #ffffff;
    border-radius: 4px;
}

.alert-Danger .title[b-d3dxnicr5r] {
    background-color: #da3348;
    border: 1px solid #de7b5d;
    color: #ffffff;
    border-radius: 4px;
}
/* _content/Dating.Web/Components/Shared/Button/Btn_Button.razor.rz.scp.css */
button[b-0mlsupxqmk] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    button .icon[b-0mlsupxqmk] {
        color: #ffffff;
        border-bottom-left-radius: 2px;
        border-top-left-radius: 2px;
        width: 28px;
        height: 28px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
/* _content/Dating.Web/Components/Shared/Copy_clipboard.razor.rz.scp.css */
.copy-clipboard[b-wmcew5ore0] {
    
}

    .copy-clipboard:hover[b-wmcew5ore0] {
    }

    .copy-clipboard:active[b-wmcew5ore0] {
        background-color: #4a4a4a;
        border-radius: 5px;
    }
/* _content/Dating.Web/Components/Shared/Dialogs/Modal/Modal.razor.rz.scp.css */
.offcanvas-custom[b-em891ddbkl] {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
    transition: right 0.3s ease-in-out;
    z-index: 2050;
    background-color: #2f3337;
    width: 100%;
    overflow-x: hidden;
}

.modal-custom[b-em891ddbkl] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90vh;
    min-height: 100px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
    z-index: 2050;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    background-color: #2f3337;
    width: 100%;
    overflow-x: hidden;
}


.header[b-em891ddbkl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    height: 52px;
    border-bottom: 0px solid #dee2e6;
    background-color: #212529 !important;
}

    .header .title[b-em891ddbkl] {
        font-weight: bold;
        font-size: x-large;
    }

.body[b-em891ddbkl] {
    padding: 1rem;
    overflow-y: auto;
    overflow-x: hidden;
    flex-grow: 1;
}

    .body[b-em891ddbkl]::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

.overlay[b-em891ddbkl] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2050;
    display: none;
}

.overlay-show[b-em891ddbkl] {
    display: block;
}

.close[b-em891ddbkl] {
    box-sizing: content-box;
    padding: 15px 20px;
    color: #ffffff;
    border: 0;
    margin: -16px;
}

    .close:hover[b-em891ddbkl] {
        background-color: #ff0000;
    }
/* _content/Dating.Web/Components/Shared/Image/Uploader/File_Selector.razor.rz.scp.css */

.modal .modal-header[b-gv2xeokmn9] {
    display: flex;
    align-items: center;
    font-size: large !important;
    font-weight: bold;
    color: #ffffff;
    border-radius: 0;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    border-bottom: 0px solid #dee2e6;
    background-color: #343a40;
}

.model .modal-header h5[b-gv2xeokmn9] {
    display: flex;
    align-items: center;
    gap: 10px;
}


.modal .close[b-gv2xeokmn9] {
    margin: -0.5rem -1rem;
    color: #ffffff;
    padding: 0.6rem 1rem;
    background: #343a40;
    border: 0;
    font-weight: bold;
}

    .modal .close:hover[b-gv2xeokmn9] {
        background-color: #ff0000 !important;
        color: #ffffff;
    }

.btn-upload-image[b-gv2xeokmn9] {
    display: flex;
    justify-content: center;
    background-color: var(--bs-primary);
    align-items: center;
    color: black;
    border-radius: 3px;
}

    .btn-upload-image:hover[b-gv2xeokmn9] {
        background-color: var(--bs-primary);
        filter: brightness(90%) !important;
        cursor: pointer;
    }
/* _content/Dating.Web/Components/Shared/Popover_Popup.razor.rz.scp.css */

.popover-link[b-0gb0ia8k8r] {
    position: relative;
    cursor: pointer;
    display: inline;
}

    .popover-link a[b-0gb0ia8k8r] {
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
        border-radius: 0.25rem !important;
        padding-left: 2px;
        padding-right: 2px;
        border: 1px solid transparent !important;
    }

        .popover-link a:hover[b-0gb0ia8k8r] {
            background-color: #ffffff;
            border: 1px solid #b5b5b5 !important;
            text-decoration: none !important;
        }

        .popover-link a:hover[b-0gb0ia8k8r] {
            text-decoration: none !important;
        }

#my-popover[b-0gb0ia8k8r] {
    background: #343a40;
    color: #ffffff;
    display: none;
    z-index: 99;
    border-radius: 7px;
    font-size: 16px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    border: 1px solid #343a40;
}

    #my-popover[data-show][b-0gb0ia8k8r] {
        display: block;
    }

    #my-popover .title[b-0gb0ia8k8r] {
        padding: 10px;
        color: #ffffff;
        font-size: 20px;
        width: 100%;
        border-radius: 5px 5px 0px 0;
        background-color: #343a40;
    }

#popover_arrow[b-0gb0ia8k8r], #popover_arrow[b-0gb0ia8k8r]::before {
    position: absolute;
    width: 8px;
    height: 8px;
    background: inherit;
}

#popover_arrow[b-0gb0ia8k8r] {
    visibility: hidden;
}

    #popover_arrow[b-0gb0ia8k8r]::before {
        visibility: visible;
        content: '';
        transform: rotate(45deg);
    }

#my-popover[data-popper-placement^='top'] > #popover_arrow[b-0gb0ia8k8r] {
    bottom: -4px;
}

#my-popover[data-popper-placement^='bottom'] > #popover_arrow[b-0gb0ia8k8r] {
    top: -4px;
    background-color: #343a40;
}

#my-popover[data-popper-placement^='left'] > #popover_arrow[b-0gb0ia8k8r] {
    right: -4px;
}

#my-popover[data-popper-placement^='right'] > #popover_arrow[b-0gb0ia8k8r] {
    left: -4px;
}

.btn-delete[b-0gb0ia8k8r] {
    padding: 5px 10px 5px 10px;
    margin: -5px 0px -5px -5px;
}

    .btn-delete:hover[b-0gb0ia8k8r] {

    }
/* _content/Dating.Web/Components/Shared/Tooltip.razor.rz.scp.css */

#my_tooltip[b-pyx8cdz0c9] {
    max-width: 350px;
    white-space: normal !important;
    background: rgb(0 0 0 / 1.00);
    color: #ffffff;
    display: none;
    z-index: 99;
    padding: 3px 8px;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%) !important;
    position: fixed;
    border-radius: 5px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
}

    #my_tooltip.light[b-pyx8cdz0c9] {
        background-color: #ffffff;
        color: #2f2f2f;
    }

    #my_tooltip.dark[b-pyx8cdz0c9] {
    }

    #my_tooltip[data-show][b-pyx8cdz0c9] {
        display: block;
        animation: fade-in-b-pyx8cdz0c9 0.3s ease-in;
    }

    #my_tooltip .Header[b-pyx8cdz0c9] {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        font-weight: lighter;
        display: block;
        color: #494949;
        margin: -8px;
        font-weight: bold;
        margin-bottom: 3px !important;
        padding: 4px;
    }

    #my_tooltip.light .Header[b-pyx8cdz0c9] {
        background-color: #e63c3c;
        color: #ffffff;
    }

    #my_tooltip.dark .Header[b-pyx8cdz0c9] {
        background-color: #dddddd;
        color: #494949;
    }



#arrow[b-pyx8cdz0c9], #arrow[b-pyx8cdz0c9]::before {
    position: absolute;
    width: 8px;
    height: 8px;
    background: inherit;
}

#arrow[b-pyx8cdz0c9] {
    visibility: hidden;
}

    #arrow[b-pyx8cdz0c9]::before {
        visibility: visible;
        content: '';
        transform: rotate(45deg);
    }

#my_tooltip[data-popper-placement^='top'] > #arrow[b-pyx8cdz0c9] {
    bottom: -4px;
}

#my_tooltip[data-popper-placement^='bottom'] > #arrow[b-pyx8cdz0c9] {
    top: -4px;
    background-color: rgb(0 0 0);
}

#my_tooltip[data-popper-placement^='left'] > #arrow[b-pyx8cdz0c9] {
    right: -4px;
}

#my_tooltip[data-popper-placement^='right'] > #arrow[b-pyx8cdz0c9] {
    left: -4px;
}

/* CSS animation for fading in the tooltip */
@keyframes fade-in-b-pyx8cdz0c9 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* CSS animation for fading out the tooltip */
@keyframes fade-out-b-pyx8cdz0c9 {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
