/* _content/Timpi_Search_Blazor/Pages/AccessDenied.razor.rz.scp.css */
.abs-fill[b-oy1nrozvk0] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page[b-oy1nrozvk0] {
    width: 100%;
    height: 100dvh;
    position: relative;
    overflow: hidden;
    background-color: #222325;
}

.bg-noise[b-oy1nrozvk0] {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: url("assets/noise.png") lightgray 0% 0% / 64px 64px repeat;
    mix-blend-mode: multiply;
}

.light-red[b-oy1nrozvk0] {
    width: 640px;
    height: 640px;
    flex-shrink: 0;
    border-radius: 640px;
    background: rgba(218, 34, 68, 0.44);
    filter: blur(180px);
    position: absolute;
    top: -184px;
}

.vignette[b-oy1nrozvk0] {
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.32);
    filter: blur(200px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -383px;
    width: 1790px;
    height: 1790px;
}

main[b-oy1nrozvk0] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

main .message[b-oy1nrozvk0] {
    padding: 24px;
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    font-size: clamp(32px, calc(11.6vw - 17.45px), 64px);
}
/* _content/Timpi_Search_Blazor/Pages/AccessDeniedModal.razor.rz.scp.css */
.disabled-pointer[b-2jxh44qylj] {
    pointer-events: none;
}

.auth-overlay[b-2jxh44qylj] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 20000;
}

.auth-overlay .dialog-box[b-2jxh44qylj] {
    position: relative;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.00) 100.08%), #1B1C1D;
    box-shadow: 0px 16px 120px 0px rgba(0, 0, 0, 0.90);
    border-radius: 24px;
    padding: 32px;

    width: 520px;
}

.message[b-2jxh44qylj] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
}

@media (max-width: 568px) {
    .auth-overlay .dialog-box[b-2jxh44qylj] {
        width: calc(100% - 48px);
    }
}
/* _content/Timpi_Search_Blazor/Pages/Account.razor.rz.scp.css */
.error-message[b-h9l8e3ihbl] {
    color: #E86375 !important;
}

form[b-h9l8e3ihbl] {
    width: 100%;
}

button.input[b-h9l8e3ihbl] {
    display: flex;
    padding: 7px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0px -2px 16px 0px rgba(255, 255, 255, 0.16) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.13) inset, 0px 12px 36px 0px rgba(214, 31, 55, 0.24);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);

    margin-top: 4px;

    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.56px;
}

button:hover[b-h9l8e3ihbl] {
    background: linear-gradient(0deg, #D92F47 0%, #D92F47 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    cursor: pointer;
}

button:focus[b-h9l8e3ihbl] {
    outline: 0;
}

.page[b-h9l8e3ihbl] {
    background-color: #222325;
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.u-background-container[b-h9l8e3ihbl] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -999;
}
.u-background[b-h9l8e3ihbl] {
    position: relative;
}

header[b-h9l8e3ihbl] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #1B1C1D 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 99;
}

header[b-h9l8e3ihbl]::after {
    content: "";
    position: absolute;
    inset: 0;
    height: 120%;
    mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: -1;
}

.header-top[b-h9l8e3ihbl] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 24px 80px;
    gap: 24px 40px;
}

.logo[b-h9l8e3ihbl] {
    width: 85px;
    height: 40px;
    margin-top: 8px;
    flex: 0 0 auto;
    background-image: url("assets/logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.input-container[b-h9l8e3ihbl] {
    --bd-input-clr: #FFFFFF50;
    --bd-radius: 24px;

    flex: 0 1 432px;
    width: 100%;

    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    transition: opacity 0.3s ease;
    position: relative;
}

.input-container.hidden[b-h9l8e3ihbl] {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.input-container .input-wrapper[b-h9l8e3ihbl] {
    position: relative;
    width: 100%;
    display: flex;
    padding: 11px 20px;
    align-items: center;
    gap: 40px;
    border-radius: var(--bd-radius);
    border: 1px solid;
    background: #00000052;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    box-shadow: 0px 4px 40px 0px #0000003D;
}

.input-container .input-wrapper[b-h9l8e3ihbl]:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background:           
        linear-gradient(168deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, 
        linear-gradient(171deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.input-container .input-wrapper.active[b-h9l8e3ihbl] { 
    padding: 11px 20px 12px 20px;
    background: #110E0E;
    box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.64);
    border-radius: var(--bd-radius) var(--bd-radius) 0 0;
    border: 1px solid var(--bd-input-clr);
    border-bottom: none;
}

.input-container .input-wrapper.active[b-h9l8e3ihbl]::before {    
    content: none;
    background: 
        linear-gradient(#6B5B60 0 0) border-box, 
        linear-gradient(168deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, 
        linear-gradient(171deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
}
.input-container .input-wrapper .input-action[b-h9l8e3ihbl] {
    display: flex;
    align-items: stretch;
    gap: 24px;
}
.input-container .input-wrapper .input-action .input-button[b-h9l8e3ihbl] {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.input-container .input-wrapper .input-action .input-button:hover[b-h9l8e3ihbl] {
    cursor: pointer;
}

.input-container .suggestion-dropdown[b-h9l8e3ihbl] {
    padding: 8px;
    width: 100%;
    border-radius: 0 0 var(--bd-radius) var(--bd-radius);
    border: 1px solid var(--bd-input-clr);
    border-top: none;
    background: #110E0E;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16.8px;
    position: absolute;
}

.input-container .suggestion-dropdown ul[b-h9l8e3ihbl] {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}
.input-container .suggestion-dropdown ul .suggestion-item[b-h9l8e3ihbl] {
    padding: 8px 12px;
    border-radius: 8px;

    color: #FFF;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.64px;

    position: relative;
    display: flex;
    align-items: center;
    column-gap: 14px;
}

.input-container .suggestion-dropdown ul .suggestion-item .matched[b-h9l8e3ihbl] {
    color: #CCC1C4;
    font-weight: 400;
}

.input-container .suggestion-dropdown ul .suggestion-item[b-h9l8e3ihbl]::before {    
    content: '';
    width: 16px;
    height: 16px;
    margin: 4px;
    background-image: url('assets/suggestion-leading.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.input-container .suggestion-dropdown ul .suggestion-item .suggestion-text[b-h9l8e3ihbl] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.input-container .suggestion-dropdown ul .suggestion-item.selected[b-h9l8e3ihbl] {
    background: #202122;
}
.input-container .suggestion-dropdown ul .suggestion-item:hover[b-h9l8e3ihbl] {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%);
    cursor: pointer;
}

.h-separator[b-h9l8e3ihbl] {
    height: 1px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.20) 50%, rgba(255, 255, 255, 0.00) 100%);
}

.input-wrapper.active .h-separator[b-h9l8e3ihbl] {
    display: unset;
}

.input-wrapper .h-separator[b-h9l8e3ihbl] {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.suggestion-dropdown .h-separator[b-h9l8e3ihbl] {
    position: unset;
    margin: 8px 0;
}
.suggestion-dropdown .report-container[b-h9l8e3ihbl] {
    display: flex;
    justify-content: flex-end;
}
.suggestion-dropdown .report-container .report-button[b-h9l8e3ihbl] {
    display: flex;
    padding: 7px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16px;

    color: #9D9295;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.suggestion-dropdown .report-container .report-button:hover[b-h9l8e3ihbl] {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%);
    user-select: none;
    cursor: pointer;
}

#search-box[b-h9l8e3ihbl], #search-box-2[b-h9l8e3ihbl] {
    flex: 1;
    background-color: transparent;
    border: none;
    outline: none;
    color: #FFF;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.64px;
    width: 100%;
    min-width: 150px;
}

#search-box[b-h9l8e3ihbl]::placeholder, #search-box-2[b-h9l8e3ihbl]::placeholder{
    color: #9E9094;
}

header > .input-container[b-h9l8e3ihbl] {
    display: none;
}
header > .input-container .input-wrapper[b-h9l8e3ihbl]{
    gap: 12px;
}

.input-container .input-wrapper .input-phrase[b-h9l8e3ihbl] {
    width: 100%;
    display: flex;
    align-items: center;
}

.input-container .input-wrapper .input-phrase .search-indicator[b-h9l8e3ihbl] {
    margin-right: 12px;
}


.input-container .input-wrapper .input-phrase .clear-text-button[b-h9l8e3ihbl] {
    display: flex;
    padding: 2px;
    align-items: center;
    height: 24px;
}

header .nav-buttons[b-h9l8e3ihbl] {
    display: flex;
    align-items: center;
    gap: 16px;
}

header .nav-button[b-h9l8e3ihbl] {
    display: flex;
    padding: 6px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16px;

    word-break: keep-all;
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 19.6px */
    letter-spacing: 0.56px;
}

header .avatar-button[b-h9l8e3ihbl] {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #D61F37;
    padding: 0;
    box-shadow: 0px 0px 0px 4px rgba(214, 31, 55, 0.16);
    overflow: hidden;
}

header .avatar-button:hover[b-h9l8e3ihbl] {
    box-shadow: 0px 0px 0px 5px rgba(214, 31, 55, 0.22);
}

header .avatar-button:focus[b-h9l8e3ihbl] {
    outline: none;
}

header .notify-button[b-h9l8e3ihbl] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;

    stroke-width: 1px;
    stroke: #2F2D2E;
}

header .avatar-button img[b-h9l8e3ihbl] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header .nav-button:hover[b-h9l8e3ihbl] {
    cursor: pointer;
    background: #FFFFFF14;
}

header .signin-button:hover[b-h9l8e3ihbl] {
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
}

header .joinus-button[b-h9l8e3ihbl] {
    position: relative;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    box-shadow: 0px -4px 12px 0px #FFFFFF21 inset;
}

header .joinus-button[b-h9l8e3ihbl]:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: 
        linear-gradient(160.29deg, rgba(255, 255, 255, 0.08) 8.59%, rgba(255, 255, 255, 0.4) 89.6%) border-box;

    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}
header .nav-buttons .p-account-container[b-h9l8e3ihbl] {
    display: flex;
    align-items: center;
    gap: 40px;
}

header .nav-buttons .p-account-container span[b-h9l8e3ihbl] {
    padding-left: 16px;
    color: #FFF;
    text-align: center;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

header .nav-buttons .p-account-wrapper[b-h9l8e3ihbl] {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
    display: block;
    position: relative;

    box-shadow: 0px 4px 40px 0px #0000003D;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

header .nav-buttons .p-account-wrapper[b-h9l8e3ihbl]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background: linear-gradient(127.73deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100.08%);
}

header .nav-buttons .p-account-wrapper[b-h9l8e3ihbl]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    border: 1px solid transparent;
    background: linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box,
                linear-gradient(130.94deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;

    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

header .nav-buttons .p-account[b-h9l8e3ihbl] {
    display: flex;
    align-items: center;
    gap: 8px;

    padding: 12px 16px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0px -2px 16px 0px rgba(255, 255, 255, 0.16) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.13) inset, 0px 12px 36px 0px rgba(214, 31, 55, 0.24);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

header .nav-buttons .p-account .keplr-icon[b-h9l8e3ihbl] {
    width: 24px;
    height: 24px;
}
header .nav-buttons .p-account .keplr-icon img[b-h9l8e3ihbl] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
header .nav-buttons .p-account .username[b-h9l8e3ihbl] {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.56px;
}
header .nav-buttons .logout-button[b-h9l8e3ihbl] {
    width: 40px;
    height: 40px;
    padding: 0px;
    stroke-width: 1px;
    stroke: #9E9094;
    border-radius: 50%;
}

header .nav-buttons .logout-button.logging-out[b-h9l8e3ihbl] {
    animation: pulse-b-h9l8e3ihbl 0.5s infinite;
}

@keyframes pulse-b-h9l8e3ihbl {
    0% {
        transform: scale(1);
        stroke: #9E9094;
    }

    50% {
        transform: scale(.9);
        stroke: #D61F37;
    }

    100% {
        transform: scale(1);
        stroke: #9E9094;
    }
}

header .nav-buttons .logout-button:hover[b-h9l8e3ihbl] {
    cursor: pointer;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
}
header .nav-buttons .logout-button svg[b-h9l8e3ihbl] {
    width: 100%;
    height: 100%;
}

main[b-h9l8e3ihbl] {
    flex: 1;
    margin-bottom: 80px;
    border-radius: 40px;
    background: #1B1C1D;
    position: relative;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    align-items: stretch;
    z-index: 99;
}

main .light-grey[b-h9l8e3ihbl] {
    position: absolute;
    width: 555px;
    height: 555px;

    border-radius: 50%;
    background: rgba(102, 96, 98, 0.44);
    filter: blur(247px);
    top: 407px;
    right: -173px;

    z-index: 1;
}
main .light-red[b-h9l8e3ihbl] {
    position: absolute;
    width: 555px;
    height: 555px;

    border-radius: 50%;
    background: rgba(218, 34, 68, 0.44);
    filter: blur(247px);
    top: -222px;
    left: -160px;

    z-index: 1;
}

.account-container[b-h9l8e3ihbl] {
    margin: 200px 80px 80px 80px;
    width: 690px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}
.account-container .account-header[b-h9l8e3ihbl] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.88px;
    text-transform: capitalize;
}

.account-container .account-edit-container[b-h9l8e3ihbl] {
    display: flex;
    padding: 24px;
    gap: 40px;
    align-self: stretch;
    border-radius: 16px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.24);
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

.account-container .account-edit-container[b-h9l8e3ihbl]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(130.94deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.account-container .account-edit-container .profile-avatar[b-h9l8e3ihbl] {
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #D61F37;
    overflow: hidden;
}
.account-container .account-edit-container .profile-avatar.loading[b-h9l8e3ihbl] {
    border: 1px solid transparent;
}

.account-container .account-edit-container .profile-avatar img[b-h9l8e3ihbl] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.account-container .account-edit-container .inputs-container[b-h9l8e3ihbl] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
    flex: 1 0 0;
}
.account-container .account-edit-container .inputs-container .input-text-item[b-h9l8e3ihbl] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}
.account-container .account-edit-container .inputs-container .avatar-selection-container span[b-h9l8e3ihbl],
.account-container .account-edit-container .inputs-container .input-text-item span[b-h9l8e3ihbl] {
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}
.account-container .account-edit-container .inputs-container .input-text-item .input-wrapper[b-h9l8e3ihbl] {
    width: 100%;
    display: flex;
    padding: 14px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 100px;
    background: #FFFFFF0A;
    z-index: 1;
    position: relative;
}
.account-container .account-edit-container .inputs-container .input-text-item .input-wrapper[b-h9l8e3ihbl]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(168deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(171deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.account-container .account-edit-container .inputs-container .input-text-item .input-wrapper .display-text[b-h9l8e3ihbl] {
    padding-block: 1px;
    padding-inline: 2px;
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.56px;
    user-select: none;
    width: 100%;
    min-height: 23px;
}

.account-container .account-edit-container .inputs-container .input-text-item .input-wrapper input[b-h9l8e3ihbl] {
    background-color: transparent;
    border: none;
    outline: none;

    color: #FFF;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.56px;
    width: 100%;
}
.account-container .account-edit-container .inputs-container .input-text-item .input-wrapper input[b-h9l8e3ihbl]::placeholder {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.56px;
    user-select: none;
}

.account-container .account-edit-container .inputs-container .input-text-item .upload-container[b-h9l8e3ihbl] {
    display: flex;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 24px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    min-height: 195px;
}

.account-container .account-edit-container .inputs-container .input-text-item .upload-container:not(.loading)[b-h9l8e3ihbl] {
    background: linear-gradient(127.73deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100.08%);
}

.account-container .account-edit-container .inputs-container .input-text-item .upload-container:hover:not(.loading)[b-h9l8e3ihbl],
.account-container .account-edit-container .inputs-container .input-text-item .upload-container.dragging[b-h9l8e3ihbl] {
    background: linear-gradient(127.73deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100.08%),
                linear-gradient(0deg, rgba(214, 31, 55, 0.06), rgba(214, 31, 55, 0.06));
}

.account-container .account-edit-container .inputs-container .input-text-item .upload-container.loading[b-h9l8e3ihbl] {
    pointer-events: none;
    min-height: 194px;
}

.account-container .account-edit-container .inputs-container .input-text-item .upload-container:not(.loading)[b-h9l8e3ihbl]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(130.94deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.account-container .account-edit-container .inputs-container .input-text-item .upload-container:hover[b-h9l8e3ihbl] {
    cursor: pointer;
}

.account-container .account-edit-container .inputs-container .input-text-item .upload-container:hover[b-h9l8e3ihbl]::before,
.account-container .account-edit-container .inputs-container .input-text-item .upload-container.dragging[b-h9l8e3ihbl]::before {
    background: linear-gradient(#D61F37 0 0) border-box;
}

/*.account-container .account-edit-container .inputs-container .input-text-item .upload-container.uploading,
.uploading {
    background: radial-gradient(circle, rgba(0, 170, 255, 0.4) 0%, rgba(0, 170, 255, 0.1) 100%);
    box-shadow: 0 0 10px rgba(0, 170, 255, 0.3);
    background-size: 100% 100%;
    background-position: center;
    animation: radialPulse 1.5s ease-in-out infinite;
    }*/

@keyframes radialPulse-b-h9l8e3ihbl {
    0% {
        background-size: 100% 100%;
    }

    50% {
        background-size: 500% 500%;
    }

    100% {
        background-size: 100% 100%;
    }
}

.account-container .upload-container .progress-container[b-h9l8e3ihbl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.account-container .upload-container .progress-container .progress-bar-wrapper[b-h9l8e3ihbl] {
    width: 160px;
    height: 4px;
    background: #57595B;
    border-radius: 100px;
}
.account-container .upload-container .progress-container .progress-complete-icon[b-h9l8e3ihbl] {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
    position: relative;
}
.account-container .upload-container .progress-container .progress-complete-icon > svg[b-h9l8e3ihbl] {
    width: 65px;
    height: 60px;
    position: absolute;
}
.account-container .upload-container .progress-container .progress-complete-text[b-h9l8e3ihbl] {
    color: #A1ED88;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.56px;
}

.account-container .upload-container .progress-container .progress-bar[b-h9l8e3ihbl] {
    width: 50%;
    height: 100%;
    background: #d61f37;
    border-radius: 100px;
    box-shadow: 0px 0px 10px 5px #D61F37BB;
}

.account-container .upload-container .progress-percentage[b-h9l8e3ihbl] {
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.56px;
}

.account-container .upload-container .progress-status[b-h9l8e3ihbl] {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
    letter-spacing: 0.56px;
}

.loading[b-h9l8e3ihbl] {
    background: linear-gradient(135deg, #66666655 40%, #88888855 50%, #66666655 60%, #66666655 40%, #88888855 50%, #66666655 60%);
    background-attachment: fixed;
    background-size: 300%;
    animation-name: loading-animation-b-h9l8e3ihbl;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-delay: 0;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}

.input-loading[b-h9l8e3ihbl] {
    width: 100%;
    min-height: 50px;
    border-radius: 100px;
}

.button-loading[b-h9l8e3ihbl] {
    margin-top: 4px;
    padding: 7px 16px;
    border-radius: 8px;
}
.action-button-loading[b-h9l8e3ihbl] {
    padding: 12px 16px;
    border-radius: 16px;
}

.loading > span[b-h9l8e3ihbl] {
    visibility: hidden;
}

@keyframes loading-animation-b-h9l8e3ihbl {
    0% {
        background-position-x: 100%;
    }

    100% {
        background-position-x: 0%;
    }
}

.avatar-indicator[b-h9l8e3ihbl] {
    width: 100%;
    height: 100%;
}

.account-container .account-edit-container .upload-container > p[b-h9l8e3ihbl] {
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.56px;
    margin-bottom: 0;
    max-width: 20rem;
    line-height: 208%;
    user-select: none;
}

.account-container .account-edit-container .avatar-selection-container .upload-container > p span.click-to-upload[b-h9l8e3ihbl] {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.56px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.account-container .account-edit-container .avatar-selection-container .upload-container > p span.upload-break-line[b-h9l8e3ihbl] {
    display: none;
}

.avatar-list[b-h9l8e3ihbl] {
    width: calc(100% + 20px);
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    list-style-type: none;
}

.avatar-list .avatar-item-wrapper[b-h9l8e3ihbl] {
    flex: 0 0 20%;
    padding: 10px;
}

.avatar-list .avatar-item-wrapper.active .avatar-item[b-h9l8e3ihbl]{
    transition: background 0.5s ease-in-out;
}

.avatar-list .avatar-item[b-h9l8e3ihbl] {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid transparent;
    position: relative;
}

.avatar-list .avatar-item.loading[b-h9l8e3ihbl] {
    width: 100%;
    aspect-ratio: 1;
}

.avatar-list .avatar-item:not(.loading):hover[b-h9l8e3ihbl]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(27, 28, 29, 0.60);
    z-index: 1;
}

.avatar-list .avatar-item-wrapper.active .avatar-item[b-h9l8e3ihbl] {
    border: 1px solid #D61F37;
}

.avatar-list .avatar-item:not(.loading):hover[b-h9l8e3ihbl] {
    border: 1px solid #D61F37;
    box-shadow: 0px 0px 0px 4px rgba(214, 31, 55, 0.16);
    cursor: pointer;
}

.avatar-list .avatar-item img[b-h9l8e3ihbl] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease;
}

.avatar-list .avatar-item:hover img[b-h9l8e3ihbl] {
    transform: scale(1.05);
}

.action-buttons[b-h9l8e3ihbl] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

button.cancel[b-h9l8e3ihbl] {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid #7B7B7C;
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.64px;
    background-color: transparent;
}
button.save-changes[b-h9l8e3ihbl] {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0px -2px 16px 0px rgba(255, 255, 255, 0.16) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.13) inset, 0px 12px 36px 0px rgba(214, 31, 55, 0.24);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.64px;
}

button:hover.cancel[b-h9l8e3ihbl] {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%), rgba(27, 28, 29, 0.80);
    cursor: pointer;
}
.divider[b-h9l8e3ihbl] {
    height: 1px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.40) 50%, rgba(255, 255, 255, 0.00) 100%);
}

.account-container .account-edit-container .inputs-container .avatar-selection-container[b-h9l8e3ihbl] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

footer[b-h9l8e3ihbl] {
    padding: 24px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

footer .footer-container[b-h9l8e3ihbl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    row-gap: 80px;
    flex: 1 0 0;
    flex-wrap: wrap;

    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

footer .footer-container .nav-container[b-h9l8e3ihbl] {
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    display: flex;
}

footer .footer-container .nav-container a[b-h9l8e3ihbl] {
    all: unset;
    display: inline;
    cursor: pointer; 
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

footer .footer-container .nav-container a:hover[b-h9l8e3ihbl] {
    color: #FFF;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

@media (max-width: 1080px) {
    .input-container[b-h9l8e3ihbl] {
        flex: 1 0 0%;
    }
}

/*** tablet section ***/
@media (max-width: 1024px) {
    .input-container[b-h9l8e3ihbl] {
        flex: 1 0 100%;
        order: 100;
    }
    .account-container[b-h9l8e3ihbl] {
        width: unset;
    }
}

/*** mobile section ***/
@media (max-width: 768px) {
    .header-top[b-h9l8e3ihbl] {
        padding: 24px 16px;
        margin: 0px auto;
        width: 100%;
    }

    .account-container[b-h9l8e3ihbl] {
        margin: 200px 24px 40px 24px;
    }
    .account-container .account-edit-container[b-h9l8e3ihbl] {
        flex-direction: column;
    }
    .u-background-container[b-h9l8e3ihbl] {
        display: none;
    }
    main[b-h9l8e3ihbl] {
        margin-bottom: unset;
    }
    .account-container[b-h9l8e3ihbl] {
        margin: 200px 16px 16px 16px;
    }
    .account-container .account-edit-container[b-h9l8e3ihbl] {
        gap: 24px;
    }
    .account-container .account-edit-container .inputs-container .input-text-item .upload-container[b-h9l8e3ihbl] {
        padding: 24px;
    }
    .account-container .account-edit-container .avatar-selection-container .upload-container > p span.upload-break-line[b-h9l8e3ihbl] {
        display: unset;
    }
    .account-container .account-edit-container .avatar-selection-container .upload-container > p span.upload-conjunction[b-h9l8e3ihbl] {
        display: none;
    }
    .avatar-list .avatar-item-wrapper[b-h9l8e3ihbl] {
        flex: 0 0 33%;
    }
    .action-buttons[b-h9l8e3ihbl] {
        justify-content: space-between;
        gap: 16px;
    }
    button.save-changes[b-h9l8e3ihbl] {
        padding: 12px 12px;
    }
    .action-buttons > *[b-h9l8e3ihbl] {
        flex: 1;
    }
    footer[b-h9l8e3ihbl] {
        padding: 40px 24px;
    }
    footer .footer-container[b-h9l8e3ihbl] {
        row-gap: 32px;
        flex-direction: column;
    }
    footer .footer-container .nav-container[b-h9l8e3ihbl] {
        justify-content: space-between;
        width: 100%;
        gap: 16px;
        order: -1;
    }
    footer .footer-container .nav-container > a[b-h9l8e3ihbl] {
        flex: 1;
        padding: 9px 8px;
    }
}
/* _content/Timpi_Search_Blazor/Pages/AuthenticationModal.razor.rz.scp.css */
.disabled-pointer[b-do53vr4lf5] {
    pointer-events: none;
}

.divider[b-do53vr4lf5] {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 8px;

    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.48px;
}

.divider[b-do53vr4lf5]::before,
.divider[b-do53vr4lf5]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
}

.auth-overlay[b-do53vr4lf5] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 10000;
}

.auth-overlay .dialog-box[b-do53vr4lf5] {
    position: relative;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.00) 100.08%), #1B1C1D;
    box-shadow: 0px 16px 120px 0px rgba(0, 0, 0, 0.90);
    border-radius: 24px;
    padding: 32px;

    width: 390px;
}

.auth-overlay .dialog-box[b-do53vr4lf5]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: 
        linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, 
        linear-gradient(131.06deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100.08%) border-box;

    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.auth-overlay .dialog-box .dialog-form[b-do53vr4lf5]
{    
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    animation: zoomIn-b-do53vr4lf5 0.2s forwards;
}

.auth-overlay .dialog-box .signin-form[b-do53vr4lf5]
{    
    display: none;
}

.auth-overlay .dialog-box.sign-in .signin-form[b-do53vr4lf5] {
    display: flex;
}

.auth-overlay .dialog-box.sign-in .signup-form[b-do53vr4lf5] {
    display: none;
}

.dialog-header[b-do53vr4lf5] {
    display: flex;
    align-items: center;
}
.dialog-header .header-text[b-do53vr4lf5] {
    flex: 1;
    color: #FFF;
    font-family: Urbanist;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.dialog-header .close-dialog[b-do53vr4lf5] {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.dialog-header .close-dialog:hover[b-do53vr4lf5] {
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    cursor: pointer;
}

.dialog-header .close-dialog img[b-do53vr4lf5] {
    width: 24px;
    height: 24px;
}

.dialog-box .signup-keplr-button[b-do53vr4lf5] {
    padding: 8px 48px;
}

.dialog-button span[b-do53vr4lf5] {
    user-select: none;
}

.dialog-button[b-do53vr4lf5] {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0px -2px 16px 0px rgba(255, 255, 255, 0.16) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.13) inset;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.64px;
}
.dialog-button:hover[b-do53vr4lf5] {
    background: linear-gradient(0deg, #D92F47 0%, #D92F47 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    cursor: pointer;
}
.dialog-button:focus[b-do53vr4lf5] {
    outline: 0;
}

.dialog-box .keplr-container[b-do53vr4lf5] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    align-self: stretch;
    margin: 0px 12px;
}

.dialog-box .auth-title[b-do53vr4lf5] {
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.72px;
}

.dialog-box .keplr-container .logo-container[b-do53vr4lf5] {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.24);
    background: url(assets/keplr-logo.svg) no-repeat center center, rgba(255, 255, 255, 0.24);
}

.dialog-box .custom-container[b-do53vr4lf5] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    align-self: stretch;
}

.dialog-box .custom-container:hover[b-do53vr4lf5] {
    cursor: pointer;
}

.dialog-box .custom-container .input-containers[b-do53vr4lf5] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    align-self: stretch;
}

.dialog-box .input-container-validation[b-do53vr4lf5] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.dialog-box .input-container-validation .error-message[b-do53vr4lf5] {
    color: #E86375;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.56px;
    padding: 0px 24px 0px 16px;
}

.dialog-box .custom-container .input-container[b-do53vr4lf5] {
    position: relative;
    display: flex;
    height: 48px;
    padding: 24px 24px 24px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 24px;
}

.dialog-box .custom-container .input-container[b-do53vr4lf5]::before {
    content: "";
    position: absolute;
    border-radius: inherit;
    background: #1B1C1DCC;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.dialog-box .custom-container .input-container:hover[b-do53vr4lf5]::before {
    background: 
        linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)),
        linear-gradient(0deg, rgba(27, 28, 29, 0.8), rgba(27, 28, 29, 0.8));
}
.dialog-box .custom-container .input-container[b-do53vr4lf5]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: 
        linear-gradient(168deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box,
        linear-gradient(171deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;

    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}
.dialog-box .custom-container .input-container.error[b-do53vr4lf5]::after {
    background: #E86375 border-box;
}
.dialog-box .custom-container .input-container:not(.error):has(input:focus)[b-do53vr4lf5]::after {
    background: 
        linear-gradient(168deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box,
        linear-gradient(171deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box,
        linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)) border-box;
}

.dialog-box .custom-container .input-container img[b-do53vr4lf5] {
    width: 20px;
    height: 20px;
}


.dialog-box .custom-container .input-container input[b-do53vr4lf5] {
    flex: 1;
    background-color: transparent;
    border: none;
    outline: none;
    transition: border-color 0.2s ease;
    color: #FFF;
    
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 0.56px;
    width: 100%;
}

.dialog-box .custom-container .input-container input[b-do53vr4lf5]::placeholder {
    color: #9E9094;
    font-family: Urbanist;
    user-select: none;
}

.tos[b-do53vr4lf5] {
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.48px;
}

.tos span[b-do53vr4lf5] {
    color: #FFF;
    cursor: pointer;
    user-select: none;
}

.tos span:hover[b-do53vr4lf5] {
    text-decoration: underline;
}

.custom-actions[b-do53vr4lf5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.custom-actions .remember-me-container[b-do53vr4lf5] {
    display: flex;
    align-items: center;
    position: relative;
}

.remember-me-checkbox[b-do53vr4lf5] {
    position: absolute;
    opacity: 0;
}

.custom-actions .remember-me-text[b-do53vr4lf5]::before {
    content: "";
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    border-radius: 4px;
    border: 1px solid #CCC1C4;
}

.remember-me-checkbox:checked + .remember-me-text[b-do53vr4lf5]::before {
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0px -2px 16px 0px rgba(255, 255, 255, 0.16) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.13) inset, 0px 12px 36px 0px rgba(214, 31, 55, 0.24);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.remember-me-checkbox:checked + .remember-me-text[b-do53vr4lf5]::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 2px;
    left: 2px;
    background: url("assets/checkmark.svg")
}

.custom-actions .remember-me-text[b-do53vr4lf5] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.56px;
    margin-bottom: unset;
    user-select: none;
    display: flex;
    gap: 10px;
    align-items: center;
}

.custom-actions .remember-me-text:hover[b-do53vr4lf5] {
    cursor: pointer;
}

.custom-actions .forgot-password[b-do53vr4lf5] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.56px;
    cursor: pointer;
    user-select: none;
}

.custom-actions .forgot-password:hover[b-do53vr4lf5] {
    text-decoration: underline;
}

@keyframes zoomIn-b-do53vr4lf5 {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes zoomOut-b-do53vr4lf5 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.8);
        opacity: 0;
        display: none;
    }
}

.dialog-box .custom-container .input-container input[type="password"][b-do53vr4lf5] {
    font-family: monospace;
}

.loader[b-do53vr4lf5] {
  width: 24px;
  height: 24px;
  border: 4px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  animation: pulse-b-do53vr4lf5 1s linear infinite;
}

.loader[b-do53vr4lf5]:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  border: 3px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: scaleUp-b-do53vr4lf5 1s linear infinite;
}

@keyframes scaleUp-b-do53vr4lf5 {
  0% { transform: translate(-50%, -50%) scale(0) }
  60% , 100% { transform: translate(-50%, -50%)  scale(1)}
}
@keyframes pulse-b-do53vr4lf5 {
  0% , 60% , 100%{ transform:  scale(1) }
  80% { transform:  scale(1.2)}
}

.error-message[b-do53vr4lf5] {
    color: #D61F37;
}

.toast-container[b-do53vr4lf5] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    padding: 24px;
}

@keyframes fadein-b-do53vr4lf5 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeout-b-do53vr4lf5 {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        display: none;
    }
}

.toast-container.show[b-do53vr4lf5] {
    display: flex;
}

.toast-container .toast-message-container[b-do53vr4lf5] {
    background: #777;
    padding: 12px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    box-shadow: 0px 16px 120px 0px rgba(0, 0, 0, 0.90);
    animation: zoomIn-b-do53vr4lf5 0.2s forwards;
}

.toast-container .toast-message[b-do53vr4lf5] {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.72px;
}

.password-wizard[b-do53vr4lf5] {
    display: none;
    opacity: 0;
    width: 288px;
    padding: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    position: absolute;
    right: -280px;
    top: 128px;
    background: linear-gradient(0deg, #1B1C1D, #1B1C1D), linear-gradient(127.73deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0) 100.08%);
    box-shadow: 0px 16px 120px 0px rgba(0, 0, 0, 0.90);
    border-radius: 16px;
    overflow: hidden;
}

.password-wizard.checking[b-do53vr4lf5] {
    display: flex;
    animation: password-wizard-in-b-do53vr4lf5 0.2s forwards;
}

@keyframes password-wizard-in-b-do53vr4lf5 {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.password-wizard[b-do53vr4lf5]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(131.06deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.password-wizard .password-header[b-do53vr4lf5] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    align-self: stretch;
}

.password-wizard .password-header > span[b-do53vr4lf5] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%;
    letter-spacing: 0.56px;
}

.password-wizard .password-header .strength-container[b-do53vr4lf5] {
    display: flex;
    justify-content: space-between;
    margin: 0 -4px;    
}

.password-wizard .password-header .strength-container .strength[b-do53vr4lf5] {
    flex: 1;
    margin: 0 4px;
    background-color: #57595B;
    text-align: center;
    height: 4px;
    border-radius: 100px;
}
.password-wizard .password-header .strength-container .strength.check[b-do53vr4lf5] {
    background-color: #FBBC04;
}

.password-wizard .password-guide[b-do53vr4lf5] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
    letter-spacing: 0.56px;
}

.input-containers .password-requirements[b-do53vr4lf5] {
    display: none;
}

.password-requirements[b-do53vr4lf5] {
    color: #E86375;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: 0.48px;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

.password-requirements > li.check[b-do53vr4lf5] {
    color: #FFF;
}

.password-requirements > li[b-do53vr4lf5] {
    position: relative;
    padding-left: 20px;
    margin-bottom: 4px;
}
.password-requirements > li:last-child[b-do53vr4lf5] {
    margin-bottom: 0;
}
.password-requirements > li[b-do53vr4lf5]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url('assets/x.svg') no-repeat center;
    background-size: contain;
}
.password-requirements > li.check[b-do53vr4lf5]::before {
    background: url('assets/check.svg') no-repeat center;
}

.ellipse-light[b-do53vr4lf5] {
    width: 1014px;
    height: 227px;
    position: absolute;
    bottom: calc(-100% - 16px);
    left: 50%;
    transform: translateX(-50%);
    background: #D62139;
    opacity: 0.55;
    filter: blur(40px);
    border-radius: 50%;
}


/*** mobile section ***/
@media (max-width: 768px) {
    .dialog-box .keplr-container[b-do53vr4lf5] {
        margin: 0px -6px;
    }

    .dialog-box .password-wizard.checking[b-do53vr4lf5] {
        display: none;
        animation: unset;
    }

    .input-containers .password-requirements[b-do53vr4lf5] {
        display: unset;
    }
}

@media (max-width: 425px) {
    .auth-overlay .dialog-box[b-do53vr4lf5] {
        width: 343px;
        padding: 24px;
    }
}
/* _content/Timpi_Search_Blazor/Pages/BusyIndicatorModal.razor.rz.scp.css */
.modal-overlay[b-uwddquhjvd] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-box[b-uwddquhjvd] {
    width: 300px;
    position: relative;
    background: linear-gradient(0deg, #1B1C1D, #1B1C1D), linear-gradient(127.73deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0) 100.08%);
    box-shadow: 0px 16px 120px 0px rgba(0, 0, 0, 0.90);
    border-radius: 24px;
    padding: 32px;
    animation: fadeIn-b-uwddquhjvd 0.3s ease-in-out;

    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal-box[b-uwddquhjvd]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(131.06deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.message[b-uwddquhjvd] {
    margin-top: 1em;
    margin-bottom: 0;
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.72px;
}

@keyframes fadeIn-b-uwddquhjvd {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.loader[b-uwddquhjvd] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin: 15px auto;
    position: relative;
    color: #CCC1C4;
    box-sizing: border-box;
    animation: animloader-b-uwddquhjvd 1s linear infinite alternate;
}

@keyframes animloader-b-uwddquhjvd {
    0% {
        box-shadow: -38px -6px, -14px 6px, 14px -6px;
    }

    33% {
        box-shadow: -38px 6px, -14px -6px, 14px 6px;
    }

    66% {
        box-shadow: -38px -6px, -14px 6px, 14px -6px;
    }

    100% {
        box-shadow: -38px 6px, -14px -6px, 14px 6px;
    }
}
/* _content/Timpi_Search_Blazor/Pages/Chat.razor.rz.scp.css */
.header[b-7omwn1ew19] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    z-index: 2000;
    height: 60px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    color: white;
    font-size: 14px;
    font-family: Urbanist;
    font-weight: 400;
    line-height: 23.80px;
    word-wrap: break-word;
}

.header[b-7omwn1ew19]::after {
    content: "";
    position: absolute;
    height: 120%;
    inset: 0;
    background: linear-gradient(180deg, #1B1C1D 0%, rgba(0, 0, 0, 0.00) 100%);
    mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: -1;
}

.dropdown-button[b-7omwn1ew19] {
  padding: 4px 16px;
    background: rgba(0, 0, 0, 0.04);
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
}

.dropdown-button[b-7omwn1ew19]::after {
    content: "";
    width: 16px;
    height: 16px;
    position: relative;
    display: flex;
    background-image: url('assets/chevron-down.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.1s ease-in-out
}

.gradient-border-16px[b-7omwn1ew19] {
    overflow: hidden;
    border-radius: 16px;
    color: white;
    font-size: 14px;
    font-family: Urbanist;
    font-weight: 400;
    line-height: 23.80px;
    word-wrap: break-word;
    
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.gradient-border-16px[b-7omwn1ew19]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    border: 1px solid transparent;
    background: linear-gradient(145deg, #FFFFFF66 0%, #FFFFFF15 50%, #FFFFFF05 60%, #FFFFFF33 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.gradient-button-24px[b-7omwn1ew19] {
    overflow: hidden;
    border-radius: 24px;
    color: white;
    font-size: 14px;
    font-family: Urbanist;
    font-weight: 400;
    line-height: 23.80px;
    word-wrap: break-word;
    
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.gradient-button-24px[b-7omwn1ew19]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    border: 1px solid transparent;
    background: linear-gradient(145deg, #FFFFFF66 0%, #FFFFFF15 50%, #FFFFFF05 60%, #FFFFFF33 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.gradient-button-24px:hover[b-7omwn1ew19] {
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0) 100%);
}

.timpi-dropdown[b-7omwn1ew19] {
    position: relative;
}

.timpi-dropdown-wrapper[b-7omwn1ew19] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.timpi-dropdown.open .dropdown-button[b-7omwn1ew19] {
    background: rgba(255, 255, 255, 0.04);
}

.timpi-dropdown.open .dropdown-button[b-7omwn1ew19]::after {
    transform: rotate(180deg);
}

.timpi-dropdown-menu[b-7omwn1ew19] {
    display: none;
    list-style: none;
    position: absolute;
    z-index: 1;
    overflow-y: auto;
    margin-top: 5px;
    padding: 16px;
    border-radius: 16px;
    background: #1B1C1D;
    color: #FFF;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.56px;
    white-space: nowrap;
    min-width: 10rem;
    text-align: start;
}
.timpi-dropdown.open .timpi-dropdown-menu[b-7omwn1ew19] {
    display: block;
}

.new-chat[b-7omwn1ew19] { 
    display: flex;
    align-items: center;
    justify-content: center;

    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.header-buttons-container[b-7omwn1ew19] {
    display: flex;
    gap: 10px;
}

.timpi-button[b-7omwn1ew19] {
    padding: 4px 12px;
    background: #3A3B3F;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    display: flex;
    cursor: pointer;
}

.timpi-button:hover[b-7omwn1ew19] {
    background: #585C62;
}

.filter-checkbox input[type="radio"][b-7omwn1ew19] {
    display: none;
}

.filter-checkbox[b-7omwn1ew19] {
    cursor: pointer;
    gap: 8px;

    display: flex;
    padding: 10px 8px;
    align-items: center;
    gap: 8px;

    color: #FFF;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; 
    letter-spacing: 0.56px;
    white-space: nowrap;

    margin-bottom: 0;
    border-radius: 8px;
}

.filter-checkbox:hover[b-7omwn1ew19] {
    background: rgba(255, 255, 255, 0.04);
}

.filter-checkbox .checkmark[b-7omwn1ew19] {
    width: 20px;
    height: 20px;
    border: 1px solid #CCC1C4;
    border-radius: 4px; 
    position: relative;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-checkbox input[type="radio"]:checked + .checkmark[b-7omwn1ew19] {
    border-radius: 4px;
    background-color: #D61F37;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-color: transparent;
    background-image: url('assets/checkmark.svg');
    background-repeat: no-repeat;
    background-position: center;
}      

.filter-checkbox input[type="radio"]:checked + .checkmark[b-7omwn1ew19]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 4px;
    border: 1px solid transparent;
    background: linear-gradient(145deg, #D61F3766 0%, #D61F3715 50%, #D61F3705 60%, #D61F3733 100%) border-box;
    margin: 1px;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.filter-checkbox input[type="radio"]:disabled + .checkmark[b-7omwn1ew19] {
    background-color: #e0e0e0;
    border-color: #bdbdbd;
    cursor: not-allowed;
}

input:-webkit-autofill[b-7omwn1ew19],
input:-webkit-autofill:hover[b-7omwn1ew19],
input:-webkit-autofill:focus[b-7omwn1ew19] {
    --webkit-box-shadow: 0 0 0 1000px #222325 inset !important;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #9E9094;
}



.footer-top[b-7omwn1ew19] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #222325;
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(255, 255, 255, 0.1);
    z-index: 1000;
}

.page[b-7omwn1ew19] {
    min-height: 100vh;
}

.wrapper[b-7omwn1ew19] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 60px;
    padding-bottom: 100px;
    align-items: center;
    color: #FFF;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
}

.content[b-7omwn1ew19] {
    width: var(--chat-width);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 20px;
}

.chat-frame[b-7omwn1ew19] {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 100px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 1000;
    align-items: center;
    background-color: #222325;
}

.chat-frame .chat-container[b-7omwn1ew19] {
    background: aliceblue;
    width: var(--chat-width);
    height: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
    margin-bottom: 10px;
}

.chat-frame .input-wrapper[b-7omwn1ew19] {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 12px 24px;
    align-items: center;
    gap: 40px;
    overflow: hidden;
    border-radius: 24px;
}

.chat-frame .input-wrapper .input-phrase[b-7omwn1ew19] {
    width: 100%;
    display: flex;
}

#search-box[b-7omwn1ew19] {
    flex: 1;
    background-color: transparent;
    border: none;
    outline: none;
    color: #9E9094;
    font-family: Urbanist;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 0.88px;
    width: 100%;
    min-width: 150px;
}

.chat-frame .input-wrapper .input-phrase .message-button[b-7omwn1ew19] {
    border-radius: 8px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3A3B3F;
}
.chat-frame .input-wrapper .input-phrase .message-button:hover[b-7omwn1ew19] {
    background: #585C62;
}

.user-message[b-7omwn1ew19] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.user-message .message-text[b-7omwn1ew19] {
    color: white;
    text-align: right;
    border-radius: 10px;
    background-color: #333;
    padding: 4px 12px;
}

.ai-message[b-7omwn1ew19] {
    border-radius: 10px;
    background-color: #444;
    padding: 12px 12px 0px 12px;
    color: white;
    margin-bottom: 1rem;
    overflow: hidden;
}

.ai-message .wilson-say[b-7omwn1ew19] {
    padding-bottom: 0.7rem;
}

.blink[b-7omwn1ew19] {
    padding-bottom: 0.7rem;
    animation: blink-animation-b-7omwn1ew19 1s infinite;
}

@keyframes blink-animation-b-7omwn1ew19 {
    50% {
        opacity: 0;
    }
}

.ai-message:not(.talking)[b-7omwn1ew19]::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
}

.talking[b-7omwn1ew19]::after {
    content: "";
    display: block;
    width: 120%;
    height: 2px;
    transform: translateX(-10%);
    background: linear-gradient(90deg, #ff7e5f, #feb47b, #6a11cb, #2575fc);
    background-size: 200% 100%;
    animation: gradientAnimation-b-7omwn1ew19 2s ease infinite;
}

@keyframes gradientAnimation-b-7omwn1ew19 {
    0% {
        background-position: 100% 0%;
    }

    50% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 100% 0%;
    }
}
/* _content/Timpi_Search_Blazor/Pages/Chat_Server_Dialog.razor.rz.scp.css */
.dialog-overlay[b-xqybga2sfj] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.dialog-box[b-xqybga2sfj] {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    width: 400px;
    text-align: center;
    animation: fadeIn-b-xqybga2sfj 0.3s ease-in-out;
}

.is-default-container[b-xqybga2sfj] {
    display: flex;
    align-items: center;
    gap: 10px;
}
.is-default-container label[b-xqybga2sfj] {
    margin-bottom: 0;
}

.dialog-box h3[b-xqybga2sfj] {
    margin-top: 0;
    font-size: 1.2rem;
    color: #333;
}

.dialog-box input.input-text[b-xqybga2sfj] {
    width: 100%;
    padding: 8px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
}

.dialog-box button[b-xqybga2sfj] {
    padding: 8px 12px;
    margin: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: 0.3s;
}

.dialog-box button:first-child[b-xqybga2sfj] {
    background: #28a745;
    color: white;
}

.dialog-box button:first-child:hover[b-xqybga2sfj] {
    background: #218838;
}

.dialog-box button:last-child[b-xqybga2sfj] {
    background: #dc3545;
    color: white;
}

.dialog-box button:last-child:hover[b-xqybga2sfj] {
    background: #c82333;
}

@keyframes fadeIn-b-xqybga2sfj {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
/* _content/Timpi_Search_Blazor/Pages/Chat_UN_Dialog.razor.rz.scp.css */
.dialog-overlay[b-11z3nua1i5] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.dialog-box[b-11z3nua1i5] {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    width: 300px;
    text-align: center;
    animation: fadeIn-b-11z3nua1i5 0.3s ease-in-out;
}

.dialog-box h3[b-11z3nua1i5] {
    margin-top: 0;
    font-size: 1.2rem;
    color: #333;
}

.dialog-box input[b-11z3nua1i5] {
    width: 90%;
    padding: 8px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
}

.dialog-box button[b-11z3nua1i5] {
    padding: 8px 12px;
    margin: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: 0.3s;
}

.dialog-box button:first-child[b-11z3nua1i5] {
    background: #28a745;
    color: white;
}

.dialog-box button:first-child:hover[b-11z3nua1i5] {
    background: #218838;
}

.dialog-box button:last-child[b-11z3nua1i5] {
    background: #dc3545;
    color: white;
}

.dialog-box button:last-child:hover[b-11z3nua1i5] {
    background: #c82333;
}

@keyframes fadeIn-b-11z3nua1i5 {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
/* _content/Timpi_Search_Blazor/Pages/CustomCalendar.razor.rz.scp.css */
.calendar-wrapper[b-ycbs4itvpb] {
    padding: 24px;
    border-radius: 24px;
    background: #141415;
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(4px);
    
    width: 100%;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;

    cursor: default;
}

.date-container:not(.open-calendar) .calendar-wrapper[b-ycbs4itvpb] {
    display: none;
}

.calendar-wrapper[b-ycbs4itvpb]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(130.94deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.calendar[b-ycbs4itvpb] {
    --cell-width: 32px;
    width: 100%;
    max-width: calc(7 * var(--cell-width));
}

.calendar-header[b-ycbs4itvpb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.calendar-header .calendar-my[b-ycbs4itvpb] {
    display: flex;
    height: 32px;
    padding: 11px 4px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    user-select: none;
    cursor: pointer;    
}

.calendar-header .calendar-my .dropdown-my[b-ycbs4itvpb] {
    stroke: #9D9295;
    transition: transform 0.1s ease-in-out
}
.calendar.year-view .calendar-header .calendar-my[b-ycbs4itvpb] {
    color: #FFF;
}
.calendar.year-view .calendar-header .calendar-my .dropdown-my[b-ycbs4itvpb] {
    stroke: #FFF;
    transform: rotate(180deg);
}
.calendar .calendar-content[b-ycbs4itvpb] {
    position: relative;
}
.calendar .calendar-content .calendar-year[b-ycbs4itvpb] {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #141415;
}

.calendar-year .year-container[b-ycbs4itvpb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 32px;

    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.calendar-year .year-container svg.disabled[b-ycbs4itvpb] {    
    stroke: #3E3E3E;
    cursor: default;
}

.calendar-year .year-container svg[b-ycbs4itvpb] {
    stroke: #9D9295;
}
.calendar-year .year-container svg:not(.disabled):hover[b-ycbs4itvpb] {
    stroke: #FFF;
    cursor: pointer;
}

.calendar.year-view .calendar-content[b-ycbs4itvpb] {
    overflow: hidden;
}
.calendar.year-view .calendar-content .calendar-year[b-ycbs4itvpb] {
    display: flex;
    flex-direction: column;
}

.month-container[b-ycbs4itvpb] {
    flex: 1;
    display: flex;
    align-items: center;
}

.month-content[b-ycbs4itvpb] {
    display: flex;
    flex-wrap: wrap;
    width: 100%;

    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;

    gap: 16px 8px;
}

.month[b-ycbs4itvpb] {
    flex: 0 0 calc(33.333% - 8px);
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
    border-radius: 8px;
}

.month.disabled[b-ycbs4itvpb] {
    color: #3E3E3E;
    cursor: default;
}

.month:not(.current):not(.disabled):hover[b-ycbs4itvpb] {    
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%), rgba(27, 28, 29, 0.80);
}

.month.current[b-ycbs4itvpb] {
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.calendar-header .calendar-ud[b-ycbs4itvpb] {
    display: flex;
    height: 32px;
    padding: 11px 4px;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.calendar-header .calendar-ud svg[b-ycbs4itvpb] {
    stroke: #9D9295;
}
.calendar-header .calendar-ud svg:hover[b-ycbs4itvpb] {
    stroke: #FFF;
    cursor: pointer;
}
.calendar-hsep[b-ycbs4itvpb] {
    width: 100%;
    background: #2E2F30;
    height: 1px;
    margin: 8px 0px;
}

.calendar-dow[b-ycbs4itvpb],
.calendar-body[b-ycbs4itvpb] {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom: 8px;
}

.calendar-cell[b-ycbs4itvpb] {
    width: var(--cell-width);
    height: var(--cell-width);
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.calendar-header .calendar-ud .next-month.disabled[b-ycbs4itvpb],
.calendar-header .calendar-ud .previous-month.disabled[b-ycbs4itvpb] {
    stroke: #3E3E3E;
    cursor: default;
}

.calendar-cell.day-cell.disabled[b-ycbs4itvpb] {
    color: #3E3E3E66;
    cursor: default;
}

.calendar-dow-cell[b-ycbs4itvpb] {
    font-weight: bold;
    opacity: 0.8;
}

.day-cell.out-month[b-ycbs4itvpb] {
    color: #565657;
}

.day-cell.today[b-ycbs4itvpb] {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    color: #FFF;
}

.day-cell.selected[b-ycbs4itvpb] {
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0 -2px 16px 0 rgba(255, 255, 255, 0.16) inset, 0 4px 4px 0 rgba(255, 255, 255, 0.13) inset;
    color: #FFF;
    border-radius: 16px;
}

.calendar-buttons[b-ycbs4itvpb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

button[b-ycbs4itvpb] {
    display: flex;
    padding: 6px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.48px;
    background-color: transparent;
    border-radius: 24px;
    border: 1px solid transparent;
}

button.apply-changes[b-ycbs4itvpb] {
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0 -2px 16px 0 rgba(255, 255, 255, 0.16) inset, 0 4px 4px 0 rgba(255, 255, 255, 0.13) inset, 0 12px 36px 0 rgba(214, 31, 55, 0.24);
    backdrop-filter: blur(20px);
    color: #FFF;
}

button:hover[b-ycbs4itvpb] {
    background: linear-gradient(0deg, #D92F47 0%, #D92F47 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    cursor: pointer;
}
button:hover.clear-changes[b-ycbs4itvpb] {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%), rgba(27, 28, 29, 0.80);
}

button:focus[b-ycbs4itvpb] {
    outline: 0;
}
/* _content/Timpi_Search_Blazor/Pages/Home.razor.rz.scp.css */
.access-denied .input-wrapper[b-n9zbi2o58b] {
    pointer-events: none;
}

.page[b-n9zbi2o58b] {
    position: relative;
    width: 100%;
    height: 100vh;
    height: var(--app-height, 100dvh);
    min-height: 500px;
    display: flex;
    flex-direction: column;
}

.page.active[b-n9zbi2o58b] {
    min-height: unset;
}

.main-container[b-n9zbi2o58b] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.upper-section[b-n9zbi2o58b] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex: 1;
}
.page .main-container .upper-section[b-n9zbi2o58b] {
    transition: transform 0.2s ease;
}
.page.active .main-container .upper-section[b-n9zbi2o58b] {
    transform: scale(0.97) translateY(3%);
}

.lower-section[b-n9zbi2o58b] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex: var(--flex-ratio);
}
.lower-section-wrapper[b-n9zbi2o58b] {
    flex: var(--flex-ratio);
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.lower-section-wrapper .lower-section-container[b-n9zbi2o58b] {
    display: flex;
    flex-direction: column;
}
.page.active .lower-section-wrapper .lower-section-container[b-n9zbi2o58b] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.page:not(.active) .lower-section-wrapper .lower-section-container .upper-section[b-n9zbi2o58b] {
    display: none;
}
header[b-n9zbi2o58b] {
    display: flex;
    padding: 24px;
    justify-content: flex-end;
    align-items: center;
    z-index: 51;
}

main[b-n9zbi2o58b] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 24px;
}

main .main-ts[b-n9zbi2o58b] {
    flex: 1.65;
}

main .main-content[b-n9zbi2o58b] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

main .main-bs[b-n9zbi2o58b] {
    flex: 4;
}

.logo[b-n9zbi2o58b] {
    width: 166px;
    height: 85px;
}

.logo img[b-n9zbi2o58b] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero-section-wrapper[b-n9zbi2o58b] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section-wrapper .hero-section[b-n9zbi2o58b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 0px 24px;

}

.hero-section-wrapper .hero-section .hero-text[b-n9zbi2o58b] {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: clamp(32px, calc(11.6vw - 17.45px), 64px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 2.56px;
        
    background-image: 
    radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
    linear-gradient(to bottom right, rgba(215,34,58,0.56), rgba(34,35,37,0.56)),
    linear-gradient(white, white);

    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;

    animation: sloganFadeIn-b-n9zbi2o58b 500ms ease-in forwards;
}

@keyframes sloganFadeIn-b-n9zbi2o58b {
    0% {
        transform: translateY(-15px);
        opacity: 0;
        visibility: hidden;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
    }
}

.page.active .hero-list[b-n9zbi2o58b] {
    padding-top: 210px;
    order: -1;
}

.hero-list[b-n9zbi2o58b] {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 48px;
    flex-wrap: wrap;
    visibility: hidden;
    animation: heroesAnimation-b-n9zbi2o58b 200ms ease-in forwards;
    animation-delay: 200ms;
}

@keyframes heroesAnimation-b-n9zbi2o58b {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

.hero-list .hero-item[b-n9zbi2o58b] {
    display: flex;
    align-items: center;
    gap: 8px;

    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;

    filter: blur(2px);
    animation: clearBlur-b-n9zbi2o58b 200ms ease-in-out forwards;
}

.hero-list .hero-item:nth-child(1)[b-n9zbi2o58b] {
    animation-delay: 600ms
}
.hero-list .hero-item:nth-child(2)[b-n9zbi2o58b] {
    animation-delay: 800ms
}
.hero-list .hero-item:nth-child(3)[b-n9zbi2o58b] {
    animation-delay: 1000ms
}

@keyframes clearBlur-b-n9zbi2o58b {
    0% {
        filter: blur(2px); 
    }
    100% {
        filter: blur(0); 
    }
}

.hero-list .hero-item .hero-icon[b-n9zbi2o58b] {
    display: flex;
    padding: 6px;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
}

.input-container[b-n9zbi2o58b] {
    --bd-input-clr: #5D5C5D;
    --bd-radius: 32px;
    --input-box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.64);

    display: flex;
    width: 100%;
    max-width: 590px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: relative;
    transition: max-width 0.2s ease, min-width 0.2s ease;
    transform: scaleY(0.9);
    opacity: 0;
    animation: inputAnimation-b-n9zbi2o58b 1s ease forwards;
    animation-delay: 200ms;
    border-radius: 24px;
    z-index: 48;
}

@keyframes inputAnimation-b-n9zbi2o58b {
    0% {
        transform: scaleY(0.9);
        opacity: 0;
    }
    50% {
        transform: scaleY(1);
        opacity: 0.5;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}

.input-container .input-wrapper[b-n9zbi2o58b] {
    cursor: pointer;
    width: 100%;
    padding: 17px 20px 17px 23px;
    border-radius: var(--bd-radius);
    border: 1px solid;
    position: relative;
    overflow: hidden;
    background: #2f1319;
    box-shadow: 0px 8px 48px 0px rgba(0, 0, 0, 0.56);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: padding 0.2s ease;
    height: 64px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.input-container.input--focus .input-wrapper[b-n9zbi2o58b] {
    background: #141415;
    box-shadow: var(--input-box-shadow);
}

.input-container .input-wrapper:hover[b-n9zbi2o58b] {
    background: #141415;
    box-shadow: var(--input-box-shadow);
}

.input-container.dropdown--open.dropdown--has-items .input-wrapper[b-n9zbi2o58b] {
    background: #141415;
    box-shadow: var(--input-box-shadow);
    border-radius: var(--bd-radius) var(--bd-radius) 0 0;
    border: 1px solid var(--bd-input-clr);
    border-bottom-color: transparent;
}

.input-container.dropdown--open.dropdown--has-items .input-wrapper[b-n9zbi2o58b]::before {    
    content: none;
    background: 
        linear-gradient(#6B5B60 0 0) border-box, 
        linear-gradient(168deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, 
        linear-gradient(171deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
}

.input-container .input-wrapper[b-n9zbi2o58b]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(168deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(171deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.input-container .input-wrapper .input-content[b-n9zbi2o58b] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    height: 28px;
    transition: height 0.2s ease;
}

.input-container .input-wrapper .input-content .input-button[b-n9zbi2o58b] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    min-height: 24px;
}

.input-container .input-wrapper .input-content .input-button svg[b-n9zbi2o58b] {    
    stroke: #FFF;
    min-width: 20px;
    min-height: 20px;
}

.input-container.dropdown--open.dropdown--has-items .input-wrapper .input-content .input-button svg[b-n9zbi2o58b] {
    stroke: #9E9094;
}

.input-container .input-wrapper .input-content .clear-text-button[b-n9zbi2o58b] {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.input-container .input-wrapper .input-content .clear-text-button.show[b-n9zbi2o58b] {
    opacity: 1;
    transform: scale(1);
}

.input-container .input-wrapper .input-content input[b-n9zbi2o58b]::placeholder {
    padding-left: 8px;
}

.input-container .input-wrapper .input-content input[b-n9zbi2o58b] {    
    background-color: transparent;
    border: none;
    outline: none;
    transition: border-color 0.2s ease;

    color: #FFF;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    letter-spacing: 0.72px;
    width: 100%;
}

.input-container .input-wrapper .input-content input[b-n9zbi2o58b]::placeholder {
    color: #9E9094;
}

.input-container.dropdown--open.dropdown--has-items .suggestion-dropdown[b-n9zbi2o58b] {
    display: flex;
}
.input-container .suggestion-dropdown[b-n9zbi2o58b] {
    padding: 14px;
    width: 100%;
    border-radius: 0 0 var(--bd-radius) var(--bd-radius);
    border: 1px solid var(--bd-input-clr);
    border-top: none;
    background: #141415;
    box-shadow: var(--input-box-shadow);
    box-shadow: 0px 24px 32px -6px rgba(0, 0, 0, 0.64);

    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 16.8px;
    position: absolute;
    overflow: hidden;
}

.input-container .suggestion-dropdown[b-n9zbi2o58b] {
    pointer-events: auto;
}

.input-container .suggestion-dropdown:focus[b-n9zbi2o58b] {
    outline: none;
}

.input-container .suggestion-dropdown ul[b-n9zbi2o58b] {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}
.input-container .suggestion-dropdown ul .suggestion-item[b-n9zbi2o58b] {
    padding: 8px 14px 8px 10px;
    border-radius: 8px;
    color: #FFF;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.64px;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 18px;
}

.input-container .suggestion-dropdown ul .suggestion-item .matched[b-n9zbi2o58b] {
    color: #CCC1C4;
    font-weight: 400;
}

.input-container .suggestion-dropdown ul .suggestion-item[b-n9zbi2o58b]::before {    
    content: '';
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background-image: url('assets/suggestion-leading.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.input-container .suggestion-dropdown ul .suggestion-item .suggestion-text[b-n9zbi2o58b] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

/*.suggestion-dropdown ul .suggestion-item:hover::before {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('assets/enter.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.2s ease-in-out;
}*/

.input-container .suggestion-dropdown ul .suggestion-item.selected[b-n9zbi2o58b] {
    background: #202122;
}
.input-container .suggestion-dropdown ul .suggestion-item:hover[b-n9zbi2o58b] {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%);
    cursor: pointer;
}

footer[b-n9zbi2o58b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #27292A;
    background: rgba(0, 0, 0, 0.08);
    position: relative;
}

.footer[b-n9zbi2o58b] {
    display: flex;
    gap: 80px;
    padding: 40px 0px;
    max-width: 794px;
}

.footer-column[b-n9zbi2o58b] {
    width: 211px;
}

.footer-column h4[b-n9zbi2o58b] {
    margin-bottom: 16px;
    color: #FFF;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.56px;
    text-transform: capitalize;
    line-height: 150%;
}

.footer-column ul[b-n9zbi2o58b] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li[b-n9zbi2o58b] {
    margin-bottom: 8px;
    line-height: 1;
}

.footer-column a[b-n9zbi2o58b] {
    text-decoration: none;
    position: relative;
    transition: color 0.2s ease;

    color: #CCC1C4;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer-column a:hover[b-n9zbi2o58b] {
    color: #FFF;
    text-decoration: underline;
}

.footer-column a:hover[b-n9zbi2o58b]::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: 6px;

    background: linear-gradient(180deg, #D62139 0%, #D62139AA 100.08%);
    box-shadow: 0 0 9px #D61F37, 0 0 18px #D61F37, 0 0 27px #D61F37;
    filter: drop-shadow(0px 0px 12px #D61F37);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.input-container .effects__glow[b-n9zbi2o58b] {
    height: 25px;
    transform: translateY(50%);
    width: 100%;
    border-radius: 100%;
    opacity: 0.1;
    background: rgba(255, 255, 255, 0.80);
    filter: blur(8.399999618530273px);
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.input-container .effects__tracking[b-n9zbi2o58b] {
    height: 33px;
    transform: translateY(50%);
    width: 0px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.80);
    opacity: 0.15;
    filter: blur(8.399999618530273px);
    position: absolute;
    bottom: 0px;
    left: 65px;
}

.input-container.dropdown--open.dropdown--has-items .input-wrapper .input-backlight[b-n9zbi2o58b] {
    display: unset;
}

.input-backlight[b-n9zbi2o58b] {
    display: none;
}

.suggestion-backlight[b-n9zbi2o58b] {
    top: -664px;
}

.input-backlight[b-n9zbi2o58b],
.suggestion-backlight[b-n9zbi2o58b] {
    position: absolute;
    width: 800px;
    height: 800px;
    top: -600px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient( circle at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.2) 60%, rgba(255, 255, 255, 0) 100% );
    opacity: 0.2;
    pointer-events: none;
    filter: blur(80px);
}

.h-separator[b-n9zbi2o58b] {
    height: 1px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.20) 50%, rgba(255, 255, 255, 0.00) 100%);
}

.input-container.dropdown--open.dropdown--has-items .input-wrapper .h-separator[b-n9zbi2o58b] {
    display: unset;
}

.input-wrapper .h-separator[b-n9zbi2o58b] {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.suggestion-dropdown .h-separator[b-n9zbi2o58b] {
    position: unset;
    margin: 8px 0;
}
.suggestion-dropdown .report-container[b-n9zbi2o58b] {
    display: flex;
    justify-content: flex-end;
}
.suggestion-dropdown .report-container .report-button[b-n9zbi2o58b] {
    display: flex;
    padding: 7px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16px;

    color: #9D9295;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.suggestion-dropdown .report-container .report-button:hover[b-n9zbi2o58b] {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%);
    user-select: none;
    cursor: pointer;
}

@keyframes slideOutFromRight-b-n9zbi2o58b {
    from {
        transform: translate(0,-50%);
        opacity: 1;
    }

    to {
        transform: translate(100%,-50%);
        opacity: 0;
    }
}

@keyframes slideInFromRight-b-n9zbi2o58b {
    from {
        transform: translate(100%,-50%);
        opacity: 0;
    }

    to {
        transform: translate(0,-50%);
        opacity: 1;
    }
}

.page-wrapper[b-n9zbi2o58b] {
    --flex-ratio: 2.2;
    width: 100%;
    position: relative;
    background-color: #222325;
}

.access-denied .learn-more-button[b-n9zbi2o58b] {
    display: none;
}

.learn-more-button[b-n9zbi2o58b] {
    position: absolute;
    bottom: 39px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    animation: bounce-b-n9zbi2o58b 1.5s infinite;
}

.page.active .learn-more-button[b-n9zbi2o58b] {
    display: none;
}

.learn-more-button span[b-n9zbi2o58b] {
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.scroll-down[b-n9zbi2o58b] {
    position: relative;
    cursor: pointer;
    padding: 16px 8px;
    align-items: center;
    border-radius: 12px;
    background: linear-gradient(127.73deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100.08%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.scroll-down[b-n9zbi2o58b]:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: 
        linear-gradient(113deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, 
        linear-gradient(127deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.learn-more-button:hover[b-n9zbi2o58b] {
    animation: none;
}

@keyframes bounce-b-n9zbi2o58b {
    0%, 100% {
        transform: translate(-50%, 0);
    }

    50% {
        transform: translate(-50%, 10px);
    }
}

.join-timplars.beam-button[b-n9zbi2o58b] {
    margin-top: 24px;
    display: none;
}

/*** tablet section ***/
@media (max-width: 1024px) {
    .hero-section-wrapper .hero-section[b-n9zbi2o58b] {
        min-width: unset;
        gap: 32px;
    }

    .hero-section-wrapper .hero-section .hero-text[b-n9zbi2o58b] {
        letter-spacing: 1.28px;
    }

    .hero-section-wrapper .hero-section .hero-list[b-n9zbi2o58b] {
        gap: 8px;
    }

    .hero-section-wrapper .hero-section .hero-list .hero-item[b-n9zbi2o58b] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        flex: 1 0 0;
    }

    .hero-section-wrapper .hero-section .hero-list .hero-item:nth-child(1) span[b-n9zbi2o58b] {
        width: 4.5em;
    }

    .hero-section-wrapper .hero-section .hero-list .hero-item:nth-child(2) span[b-n9zbi2o58b] {
        width: 5.5em;
    }

    .hero-section-wrapper .hero-section .hero-list .hero-item:nth-child(3) span[b-n9zbi2o58b] {
        width: 9em;
    }

    /*.main-section .input-container-wrapper {
        margin-top: 56px;
    }

    .page.active .main-section .input-container-wrapper {
        margin-top: 57px;
    }*/

    .main-section .input-container-wrapper .input-container[b-n9zbi2o58b] {
        padding: 0px 24px;
    }

    .main-section .input-container .input-wrapper[b-n9zbi2o58b] {
        padding: 16px 18px;
    }

    .page.active .main-section .input-container .input-wrapper[b-n9zbi2o58b] {
        padding: 18.9px 16.8px;
    }

    .page.active .main-section .input-container .input-wrapper .input-content[b-n9zbi2o58b] {
        height: 21px;
    }

    .page.active .main-section .input-container .input-wrapper .input-content input[b-n9zbi2o58b] {
        font-size: 16.8px;
        font-style: normal;
        line-height: 175%;
        letter-spacing: 0.672px;
    }

    .page.active .main-section .input-container-wrapper .input-container[b-n9zbi2o58b] {
        padding: 0px 16px;
    }

    .main-section .input-container .input-wrapper .input-content input[b-n9zbi2o58b] {
        font-size: 16px;
    }
    .footer[b-n9zbi2o58b] {
        justify-content: space-between;
        padding: 40px 15vw;
        width: 100%;
    }

    .footer-column[b-n9zbi2o58b] {
        width: unset;
    }
}

@media (max-width: 768px) {
    main .main-ts[b-n9zbi2o58b] {
        flex: 2.2;
    }

    .hero-section-wrapper .hero-section[b-n9zbi2o58b] {
        min-width: unset;
        padding: 0px 24px;
        gap: 32px;
    }

    .hero-section-wrapper .hero-section .hero-text[b-n9zbi2o58b] {
        letter-spacing: 1.28px;
    }

    .hero-list[b-n9zbi2o58b] {
        display: none;
    }

    /*.main-section .input-container-wrapper {
        margin-top: 56px;
    }

    .page.active .main-section .input-container-wrapper {
        margin-top: 57px;
    }*/

    .main-section .input-container-wrapper .input-container[b-n9zbi2o58b] {
        padding: 0px 24px;
    }

    .main-section .input-container .input-wrapper[b-n9zbi2o58b] {
        padding: 16px 18px;
    }

    .page.active .main-section .input-container .input-wrapper[b-n9zbi2o58b] {
        padding: 18.9px 16.8px;
    }

    .page.active .main-section .input-container .input-wrapper .input-content[b-n9zbi2o58b] {
        height: 21px;
    }

    .page.active .main-section .input-container .input-wrapper .input-content input[b-n9zbi2o58b] {
        font-size: 16.8px;
        font-style: normal;
        line-height: 175%;
        letter-spacing: 0.672px;
    }

    .page.active .main-section .input-container-wrapper .input-container[b-n9zbi2o58b] {
        padding: 0px 15.82px;
    }

    .main-section .input-container .input-wrapper .input-content input[b-n9zbi2o58b] {
        font-size: 16px;
    }
    .footer[b-n9zbi2o58b] {
        padding: 40px 24px;
    }
}

@media (max-width: 600px) {
    header[b-n9zbi2o58b] {
        padding: 12px 16px;
    }

    .logo[b-n9zbi2o58b] {
        width: 132.741px;
        height: 56.889px;
    }

    main .main-content[b-n9zbi2o58b] {
        gap: 24px;
    }

    .input-container .input-wrapper[b-n9zbi2o58b] {
        padding: 14px 24px;
        height: 56px;
    }
    .input-container .suggestion-dropdown[b-n9zbi2o58b] {
        padding: 8px 14px;
    }
    .input-container .suggestion-dropdown ul .suggestion-item[b-n9zbi2o58b] {
        padding: 4px 12px;
    }
    .join-timplars.beam-button[b-n9zbi2o58b] {
        display: flex;
    }
    .footer[b-n9zbi2o58b] {
        padding: 40px 24px;
        flex-direction: column;
        gap: 40px;
        align-items: start;
    }

    .footer-column h4[b-n9zbi2o58b] {
        font-size: 16px;
        letter-spacing: 0.64px;
    }

    .footer-column a[b-n9zbi2o58b] {
        font-size: 14px;
    }
}
/* _content/Timpi_Search_Blazor/Pages/HomeBackground.razor.rz.scp.css */
.abs-fill[b-ygzgzxf6p9] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-noise[b-ygzgzxf6p9] {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: url("assets/noise.png") lightgray 0% 0% / 64px 64px repeat;
    mix-blend-mode: multiply;
}

.light-red[b-ygzgzxf6p9] {
    width: 640px;
    height: 640px;
    flex-shrink: 0;
    border-radius: 640px;
    background: rgba(218, 34, 68, 0.44);
    filter: blur(180px);
    position: absolute;
    top: 8px;
}

.vignette[b-ygzgzxf6p9] {
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.32);
    filter: blur(200px);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50dvh;
    width: 1430px;
    height: 1430px;
}

.circle[b-ygzgzxf6p9] {
    mix-blend-mode: soft-light;
    stroke-width: 1;
    stroke: #FFF;
    position: absolute;
    top: -275px;
    opacity: 0.4;
    animation: circleRotateThenDown-b-ygzgzxf6p9 500ms ease-in forwards;
}

@keyframes circleRotateThenDown-b-ygzgzxf6p9 {
    0% {
        transform: translateY(-75px);
    }

    1% {
        transform: translateY(-75px);
    }

    100% {
        transform: translateY(0);
    }
}

.glow[b-ygzgzxf6p9] {
    filter: drop-shadow(0 0 10px cyan);
    animation: rotate-b-ygzgzxf6p9 4s linear infinite;
    transform-origin: center;
    transform-box: fill-box;
    stroke-width: 6px;
    stroke: #FFF;
    filter: blur(4px);
}

@keyframes rotate-b-ygzgzxf6p9 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.background-container[b-ygzgzxf6p9] {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


/*** mobile section ***/

@media (max-width: 425px) {
    .light-red[b-ygzgzxf6p9] {
        top: -466px;
    }
    .circle[b-ygzgzxf6p9] {
        top: -360px;
    }
    .circle:nth-of-type(1)[b-ygzgzxf6p9] {
        width: 310px;
        height: 310px;
    }
    .circle:nth-of-type(2)[b-ygzgzxf6p9] {
        width: 520px;
        height: 520px;
    }
    .circle:nth-of-type(3)[b-ygzgzxf6p9] {
        width: 730px;
        height: 730px;
    }
    .circle:nth-of-type(4)[b-ygzgzxf6p9] {
        width: 940px;
        height: 940px;
    }
}
/* _content/Timpi_Search_Blazor/Pages/HomePage.razor.rz.scp.css */
.no-select[b-ef8u07p5we] {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.page[b-ef8u07p5we] {
    background-color: #222325;
    position: relative;
    width: 100vw;
    min-width: 950px;
    height: 100vh;
    min-height: 750px;
    overflow: hidden;
}

.abs-fill[b-ef8u07p5we] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.shared-content-container[b-ef8u07p5we] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    color: white;
    gap: 40px;
}
.shared-content-above[b-ef8u07p5we] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}
.shared-content-below[b-ef8u07p5we] {
    flex: 1.3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}
.mask-content[b-ef8u07p5we] {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.page .shrink-content[b-ef8u07p5we] {
    transition: transform 0.2s ease;
}
.page.active .shrink-content[b-ef8u07p5we] {
    transform: scale(0.95);
}
.page.active .mask-content[b-ef8u07p5we] {
    visibility: visible;
    opacity: 1;
}

.background-container[b-ef8u07p5we] {
    display: flex;
    align-items: center;
    justify-content: center;    
}

.bg-noise[b-ef8u07p5we] {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: url("assets/noise.png") lightgray 0% 0% / 100px 100px repeat;
    mix-blend-mode: multiply;
}

.light-red[b-ef8u07p5we] {
    width: 640px;
    height: 640px;
    flex-shrink: 0;
    border-radius: 640px;
    background: rgba(218, 34, 68, 0.44);
    filter: blur(180px);
    position: absolute;
    top: -184px;
}

.vignette[b-ef8u07p5we] {
    border-radius: 1790px;
    background: rgba(0, 0, 0, 0.32);
    filter: blur(200px);
    position: absolute;
    left: -175px;
    top: -383px;
    right: -175px;
    bottom: -383px;
}

.circle[b-ef8u07p5we] {
    mix-blend-mode: soft-light; 
    stroke-width: 1; 
    stroke: #FFF; 
    position: absolute; 
    top: -275px;    
    animation: circleRotateThenDown-b-ef8u07p5we 500ms ease-in forwards;
}

@keyframes circleRotateThenDown-b-ef8u07p5we {
    0% {
      transform: rotate(0deg) translateY(75px);
    }
    1% {
      transform: rotate(-175deg) translateY(75px);
    }
    100% {
      transform: rotate(-175deg) translateY(0);
    }
}

.glow[b-ef8u07p5we] {
    filter: drop-shadow(0 0 10px cyan);
    animation: rotate-b-ef8u07p5we 4s linear infinite;
    transform-origin: center;
    transform-box: fill-box;
    stroke-width: 6px;
    stroke: #FFF;    
    filter: blur(4px);
}

@keyframes rotate-b-ef8u07p5we {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.content-container[b-ef8u07p5we] {
    display: flex;
    flex-direction: column;
}

.top-section[b-ef8u07p5we] {
    display: flex;
    padding: 24px;
    justify-content: center;
    align-items: center;
    height: 72px;
}

.top-section .logo[b-ef8u07p5we] {
    width: 56.914px;
    height: 24px;
    flex-shrink: 0;
    background-image: url("assets/logo.png");
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: center; 
}

.main-section[b-ef8u07p5we] {
    flex: 1;    
    display: flex;
    flex-direction: column;
}

.main-section .top-spacing[b-ef8u07p5we] {
    flex: 1;
}

.shrink-content .shared-content-above .statement-container[b-ef8u07p5we] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.shrink-content .shared-content-above .statement-container .slogan[b-ef8u07p5we] {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 2.56px;

    background: 
        radial-gradient(circle, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.5)),
        linear-gradient(90deg, #D7223A8F, #2223258F);
    background-clip: text;
    color: transparent;
    animation: sloganFadeIn-b-ef8u07p5we 500ms ease-in forwards;
}

@keyframes sloganFadeIn-b-ef8u07p5we {
    0% {
        transform: translateY(-15px);
        opacity: 0;
        visibility: hidden;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
    }
}

.shrink-content .shared-content-above .statement-container .privacies-container[b-ef8u07p5we] {
    display: flex;
    align-items: center;
    gap: 16px;
    visibility: hidden;
    animation: privaciesAnimation-b-ef8u07p5we 200ms ease-in forwards;
    animation-delay: 200ms;
}

@keyframes privaciesAnimation-b-ef8u07p5we {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

.shrink-content .shared-content-above .statement-container .privacies-container .privacy-item[b-ef8u07p5we] {
    display: flex;
    align-items: center;
    gap: 8px;

    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;    
    
    filter: blur(2px);
    animation: clearBlur-b-ef8u07p5we 200ms ease-in-out forwards;
}

.shrink-content .shared-content-above .statement-container .privacies-container .privacy-item.privacy1[b-ef8u07p5we] {
    animation-delay: 600ms
}
.shrink-content .shared-content-above .statement-container .privacies-container .privacy-item.privacy2[b-ef8u07p5we] {
    animation-delay: 800ms;
}

.shrink-content .shared-content-above .statement-container .privacies-container .privacy-item.privacy3[b-ef8u07p5we] {
    animation-delay: 1000ms;
}


@keyframes clearBlur-b-ef8u07p5we {
    0% {
        filter: blur(2px); 
    }
    100% {
        filter: blur(0); 
    }
}


@keyframes privacyItemAnimation-b-ef8u07p5we {
    0% {    
        filter: blur(2px);
    }
    100% {
        filter: blur(0);
    }
}

.shrink-content .shared-content-above .statement-container .privacies-container .privacy-item .privacy-icon[b-ef8u07p5we] {
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
}

.popout-content[b-ef8u07p5we] {
    margin: 72px 0px 88px 0px;
    height: calc(100% - 72px - 88px);
}

.popout-content .shared-content-below .input-container[b-ef8u07p5we] {
    width: 746px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px auto;
    transform-origin: top;
    transform: scaleY(0.9);
    opacity: 0;
    animation: scaleHeight-b-ef8u07p5we 1s ease forwards;
    transition: width 0.2s ease; 
}

.page.active .popout-content .shared-content-below .input-container[b-ef8u07p5we] {
    width: 770px;
}


@keyframes scaleHeight-b-ef8u07p5we {
    0% {
        transform: scaleY(0.9);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}


.popout-content .shared-content-below .input-container .input-wrapper[b-ef8u07p5we] {
    width: 100%;
    border-radius: 24px;
    background: rgba(0, 0, 0, 0.32);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(20px);
    padding: 20px 24px;
    transition: padding 0.2s ease;
    overflow: hidden;
}

.popout-content .shared-content-below .input-container .input-wrapper .input-content[b-ef8u07p5we] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
}

.page .popout-content .shared-content-below .input-container .input-wrapper .input-open[b-ef8u07p5we] {
    display: none;
    z-index: -1;
}

.page.active .popout-content .shared-content-below .input-container .input-wrapper .input-open[b-ef8u07p5we] {
    display: block;
}

.popout-content .shared-content-below .input-container .input-wrapper .input-open .effects__glow[b-ef8u07p5we] {
    height: 25px;
    transform: translateY(50%);
    width: 100%;
    border-radius: 100%;
    opacity: 0.1;
    background: rgba(255, 255, 255, 0.80);
    filter: blur(8.399999618530273px);
    position: absolute;
    bottom: 0px;
}

.popout-content .shared-content-below .input-container .input-wrapper .input-open .effects__tracking[b-ef8u07p5we] {
    height: 33px;
    transform: translateY(50%);
    width: 230px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.80);
    opacity: 0.15;
    filter: blur(8.399999618530273px);
    position: absolute;
    bottom: 0px;
    left: 50px;
}
.popout-content .shared-content-below .input-container .input-wrapper .input-open .effects__underline[b-ef8u07p5we] {
    height: 2.4px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(8px);
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.page.active .popout-content .shared-content-below .input-container .input-wrapper[b-ef8u07p5we] {
    padding: 22px 24px;
}

.popout-content .shared-content-below .input-container .input-wrapper[b-ef8u07p5we]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    border: 1px solid transparent;
    background: linear-gradient(165deg, #FFFFFF66 0%, #FFFFFF15 50%, #FFFFFF15 60%, #FFFFFF33 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.popout-content .shared-content-below .input-container .input-wrapper *[b-ef8u07p5we] {
    cursor: pointer;
}

.popout-content .shared-content-below .input-container .input-wrapper input[b-ef8u07p5we] {
    flex: 1;

    background-color: transparent;
    border: none;
    outline: none;
    transition: border-color 0.3s ease;

    color: #9E9094;
    font-family: Urbanist;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; 
    letter-spacing: 0.88px;
}

.popout-content .shared-content-below .input-container .input-wrapper .input-button[b-ef8u07p5we] {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popout-content .shared-content-below .input-container .input-wrapper .input-button img[b-ef8u07p5we] {
    width: 32px;
    height: 32px;
}

.popout-content .shared-content-below .input-container .input-wrapper .input-button:hover[b-ef8u07p5we] {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.08);
}

.popout-content .shared-content-below .input-container .input-with-x[b-ef8u07p5we] {
    position: relative;
}

.page.active .popout-content .shared-content-below .input-container .close-searchbox[b-ef8u07p5we] {
    display: block;
}

.popout-content .shared-content-below .input-container .close-searchbox[b-ef8u07p5we] {
    display: none;
    width: 34px;
    height: 34px;
    position: absolute;
    right: -39px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px;
}

.popout-content .shared-content-below .input-container .close-searchbox:hover[b-ef8u07p5we] {
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    cursor: pointer;
}

.popout-content .shared-content-below .input-container .close-searchbox img[b-ef8u07p5we] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}

.popout-content .shared-content-below .input-container .input-trending[b-ef8u07p5we] {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 24px;
    justify-content: center;
}

.popout-content .shared-content-below .input-container .input-trending .trending-title[b-ef8u07p5we] {
    color: #CCC1C4;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
}
.popout-content .shared-content-below .input-container .input-trending .trending-list[b-ef8u07p5we] {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;

    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 
}


.popout-content .shared-content-below .input-container .input-trending .trending-list .trending-item[b-ef8u07p5we] {
    display: flex;
    padding: 6px 16px;
    align-items: center;
    gap: 16px;
    border-radius: 20px;
    background: #3A3B3F;
}

.popout-content .shared-content-below .input-container .input-trending .trending-list .trending-item:hover[b-ef8u07p5we] {
    background: #585C62;
    cursor: pointer;
}

.popout-content .shared-content-below .input-container .input-dropdown[b-ef8u07p5we] {
    display: none;
    width: 100%;
    margin-top: 5px;
    border-radius: 25.2px;
    box-shadow: 0px 16.8px 33.6px 0px rgba(0, 0, 0, 0.40);
    position: relative;
}

.popout-content .shared-content-below .input-container .input-dropdown:focus[b-ef8u07p5we] {
    outline: none;
}

.popout-content .shared-content-below .input-container .input-dropdown .input-dropdown-wrapper[b-ef8u07p5we] {
    padding: 25.2px;
    width: 100%;
    margin-top: 5px;
    border-radius: 25.2px;
    background: #1B1C1D;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16.8px;
}

.popout-content .shared-content-below .input-container .input-dropdown .input-dropdown-wrapper[b-ef8u07p5we]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    border: 1px solid transparent;
    background: linear-gradient(165deg, #FFFFFF66 0%, #FFFFFF15 50%, #FFFFFF15 60%, #FFFFFF33 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
    margin: -1px;
}

.page.active .popout-content .shared-content-below .input-container .input-dropdown[b-ef8u07p5we] {
    display: block;
}

.popout-content .shared-content-below .input-container .input-dropdown .input-dropdown-wrapper ul[b-ef8u07p5we] {
    margin-bottom: unset;
    padding-inline-start: unset;
}

.popout-content .shared-content-below .input-container .input-dropdown .input-dropdown-wrapper .proposed-item[b-ef8u07p5we] {
    padding: 8.4px 16.8px;
    border-radius: 16.8px;

    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14.7px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 

    position: relative;

    list-style-type: none;
}

.popout-content .shared-content-below .input-container .input-dropdown .input-dropdown-wrapper .proposed-item:hover[b-ef8u07p5we] {
    background: #202122;
    cursor: pointer;
}
.popout-content .shared-content-below .input-container .input-dropdown .input-dropdown-wrapper .proposed-item.active[b-ef8u07p5we] {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%);
}

.popout-content .shared-content-below .input-container .input-dropdown .input-dropdown-wrapper .proposed-item.active[b-ef8u07p5we]::before {
    content: '';
    position: absolute;
    
    width: 33.6px;
    height: 33.6px;
    right: 16.8px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('assets/enter.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.2s ease-in-out;
}

.popout-content .shared-content-below .input-container .input-dropdown .input-dropdown-wrapper .proposed-item .proposed-title[b-ef8u07p5we] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 16.8px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    letter-spacing: 0.672px;
}

.popout-content .shared-content-below .input-container .input-dropdown .input-dropdown-instructions[b-ef8u07p5we] {
    display: flex;
    align-items: center;
    gap: 25.2px;
    width: 100%;
    border-top: 1px solid transparent;
    padding-top: 16.8px;
    border-image: linear-gradient(to right, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.20) 50%, rgba(255, 255, 255, 0.00) 100%) 1;
}

.popout-content .shared-content-below .input-container .input-dropdown .input-dropdown-instructions .instructions-navigation[b-ef8u07p5we] {
    display: flex;
    align-items: center;
    gap: 8.4px;
}

.popout-content .shared-content-below .input-container .input-dropdown .input-dropdown-instructions .instructions-icon[b-ef8u07p5we] {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4.2px;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
}

.popout-content .shared-content-below .input-container .input-dropdown .input-dropdown-instructions img[b-ef8u07p5we] {
    height: 25.2px;
}

.popout-content .shared-content-below .input-container .input-dropdown .input-dropdown-instructions .instructions-selection[b-ef8u07p5we] {
    display: flex;
    align-items: center;
    gap: 8.4px;
}

.main-section .bottom-spacing[b-ef8u07p5we] {
    flex: 2.8;
}

.bottom-section[b-ef8u07p5we] {
    padding: 24px 24px 24px 24px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    height: 88px;
}

.bottom-section .bottom-left-container[b-ef8u07p5we] {
    justify-content: flex-start;
    align-items: center;
    gap: 80px;
    display: flex;
    text-align: center;
    color: #CCC1C4;
    font-size: 14px;
    font-family: Urbanist;
    font-weight: 400;
    line-height: 21px;
    word-wrap: break-word;
}
.bottom-section .bottom-left-container .about-container[b-ef8u07p5we] {
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    display: flex;
}

.bottom-section .bottom-left-container .about-container a[b-ef8u07p5we] {
    all: unset;
    display: inline;
    cursor: pointer; 
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.bottom-section .bottom-left-container .about-container a:hover[b-ef8u07p5we] {
    color: #FFF;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.bottom-section .bottom-right-container[b-ef8u07p5we] {
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    display: flex;
}

.bottom-section .bottom-right-container .language-container[b-ef8u07p5we] {
    padding: 8px;
    border-radius: 24px;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    display: flex;    
}

.gradient-border[b-ef8u07p5we] {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.gradient-border[b-ef8u07p5we]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    border: 1px solid transparent;
    background: linear-gradient(145deg, #FFFFFF66 0%, #FFFFFF15 50%, #FFFFFF05 60%, #FFFFFF33 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.bottom-section .bottom-right-container .language-container:hover[b-ef8u07p5we] {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.08);
}

.bottom-section .bottom-right-container .language-container .language-label[b-ef8u07p5we] {
    text-align: center; 
    color: #CCC1C4; 
    font-size: 14px; 
    font-family: Urbanist; 
    font-weight: 400; 
    line-height: 21px; 
    word-wrap: break-word;
}

.bottom-section .bottom-right-container .language-container .language-icon[b-ef8u07p5we] {
    border-radius: 50%; 
    overflow: hidden; 
    width: 24px; 
    height: 24px;
}

.bottom-section .bottom-right-container .theme-container[b-ef8u07p5we] {
    padding: 8px;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;
}

.bottom-section .bottom-right-container .theme-container .theme-item[b-ef8u07p5we] {
    width: 24px;
    height: 24px;    
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.bottom-section .bottom-right-container .theme-container .theme-item:hover[b-ef8u07p5we] {
    cursor: pointer;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
}

.bottom-section .bottom-right-container .theme-container .theme-item.active[b-ef8u07p5we] {
    pointer-events: none;
    background: linear-gradient(335deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.04) 100%), linear-gradient(0deg, #D61F37 0%, #D61F37 100%); 
    box-shadow: 0px 12px 36px rgba(214, 31, 55, 0.24);
}
/* _content/Timpi_Search_Blazor/Pages/HomeVision - Copy.razor.rz.scp.css */

.visual-title[b-qrjnt5po9z] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 57.6px */

    background-image: radial-gradient(68.37% 141.38% at 47.19% 50%, #FFFFFF 0%, #2C2D2E 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-align: center;
}

.vision-container[b-qrjnt5po9z] {
    width: 100%;
    min-width: 1440px;
    max-width: 1440px;
    margin: 0 auto;
}
.story-section[b-qrjnt5po9z] {
    display: flex;
    padding: 192px 120px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
    border-radius: 40px;
    background: #1B1C1D;
    position: relative;
}

.story-section .story-background[b-qrjnt5po9z] {
    position: absolute;
    inset: 0;
    overflow: hidden;
}
.story-section .story-background .top-light[b-qrjnt5po9z] {
    position: absolute;
    top: -173px;
    left: 665px;
    width: 555px;
    height: 555px;
    border-radius: 555px;
    background: rgba(102, 96, 98, 0.44);
    filter: blur(247px);
}
.story-section .story-background .b-right-light[b-qrjnt5po9z] {
    position: absolute;
    bottom: -709px;
    right: -473px;
    width: 1000px;
    height: 1000px;
    border-radius: 1000px;
    opacity: 0.6;
    background: radial-gradient(4.46% 42.37% at 35.68% 36.82%, #7A7A7A 0%, #7D7D7D 54.69%, #2C2C2C 100%);
    mix-blend-mode: color-dodge;
    filter: blur(200px);
}

.story-section .story-overlay[b-qrjnt5po9z] {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.story-section .story-overlay .red-light[b-qrjnt5po9z] {
    position: absolute;
    height: 882px;
    width: 380px;
    border-radius: 50%;
    fill: #D62139;
    opacity: 0.7;
    filter: blur(40px);
}
.carousel-wrapper[b-qrjnt5po9z] {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.carousel-container[b-qrjnt5po9z] {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.carousel-container[b-qrjnt5po9z]::-webkit-scrollbar {
    display: none;
}

.carousel[b-qrjnt5po9z] {
    display: flex;
    gap: 20px;
    padding: 20px 0;
}

.story-item[b-qrjnt5po9z] {
    scroll-snap-align: center;
    min-width: 794px;
    max-width: 794px;
    width: 794px;
    display: flex;
    padding: 8px;
    align-items: flex-end;
    gap: 40px;
    border-radius: 24px;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(12px);
    transition: filter 0.3s ease-out;
    flex-shrink: 0;
}
.story-artworks[b-qrjnt5po9z] {
    width: 248px;
    height: 248px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #1B1C1D;
}
.carousel .story-item .story-text-wrapper[b-qrjnt5po9z] {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex: 1 0 0;
}
.carousel .story-item .story-text-wrapper .story-text[b-qrjnt5po9z]{    
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.carousel .story-item .story-text-wrapper .story-text .title[b-qrjnt5po9z] {    
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: 0.72px;
    text-transform: uppercase;
}
.carousel .story-item .story-text-wrapper .story-text .content[b-qrjnt5po9z] {    
    align-self: stretch;
    color: #FFF;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.item-spacing[b-qrjnt5po9z] {
    min-width: 50%;
}

.navigation[b-qrjnt5po9z] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    gap: 5px;
}

.nav-point[b-qrjnt5po9z] {
    width: 12px;
    height: 12px;
    background: gray;
    border-radius: 12px;
    background: #D61F37;
    stroke-width: 2px;
    stroke: #D61F37;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16) inset;
    filter: drop-shadow(0px 0px 12px #D61F37);
    transition: background 0.3s;
}

.nav-point.active[b-qrjnt5po9z] {
    background: black;
}

.dash[b-qrjnt5po9z] {
    width: 78px;
    height: 2px;
    stroke-width: 2px;
    stroke: #D62139;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* _content/Timpi_Search_Blazor/Pages/HomeVision.razor.rz.scp.css */
.access-denied .tail-container[b-5exo9tdx0n] {
    pointer-events: none;
}
p[b-5exo9tdx0n] {
    margin-bottom: 0;
}
.reclaim-art[b-5exo9tdx0n] {
    width: 427px;
    height: 555px;
    position: relative;
}
.dot-shadow[b-5exo9tdx0n] {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background: #1B1C1D;
    position: relative;
    z-index: 2;
}

.dot-shadow > img[b-5exo9tdx0n] {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}

.dot-shadow .top-dots[b-5exo9tdx0n] {
    position: absolute;
    left: 63px;
    top: 15px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #D61F37;
    filter: blur(2px);
    box-shadow: 86px -41px 0 0px #D61F37, 250px 12px 0 0px #D61F37;
}
.dot-shadow .bottom-dots[b-5exo9tdx0n] {
    position: absolute;
    right: 214px;
    bottom: -25px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #D61F37;
    filter: blur(2px);
    box-shadow: 85px 55px 0 0px #D61F37, 253px -15px 0 0px #D61F37;
}
.dot-shadow .dot-white[b-5exo9tdx0n] {
    position: absolute;
    left: 346px;
    top: 326px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #FFF;
    filter: blur(2px);
    box-shadow: 94px -170px 0 0px #FFF, 118px 336px 0 0px #FFF;
}
.shadow-light[b-5exo9tdx0n] {
    position: absolute;
    right: -152px;
    top: -8px;
    width: 555px;
    height: 555px;
    border-radius: 555px;
    background: rgba(102, 96, 98, 0.32);
    filter: blur(247px);
    z-index: 1;
}
.tail-container[b-5exo9tdx0n] {
    width: 100%;
    max-width: 1392px;
    margin: 0 auto;
    display: none;
    position: relative;
}
.tail-container.show-tail[b-5exo9tdx0n] {
    display: block;
}
.reclaim-section[b-5exo9tdx0n] {
    display: flex;
    padding: 0px 96px 96px 96px;
    align-items: center;
    gap: 80px;
}
.reclaim-text[b-5exo9tdx0n] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    flex: 1 0 0;
}
.text-block .main-text[b-5exo9tdx0n] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.text-block p[b-5exo9tdx0n] {
    margin-bottom: 0;
}
.text-block .main-text > p:nth-of-type(2)[b-5exo9tdx0n] {
    background-image: linear-gradient(90.58deg, rgba(215, 34, 58, 0.16) 0.28%, rgba(34, 35, 37, 0.16) 94.17%), linear-gradient(0deg, #CCC1C4, #CCC1C4);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.reclaim-text .text-block > p[b-5exo9tdx0n] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-top: 16px;
}
.reclaim-text .text-block > p > strong[b-5exo9tdx0n] {
    color: #FFF;
}
.reclaim-buttons[b-5exo9tdx0n] {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.reclaim-button-wrapper[b-5exo9tdx0n] {
    width: 100%;
    background: #191c29;
    position: relative;
    border-radius: 24px;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    display: flex;
    font-size: 1.5em;
    color: rgb(88 199 250 / 0%);
    cursor: pointer;
    font-family: cursive;
    padding: 1px;
    background-image: conic-gradient(from var(--angle, 0deg),#FFFFFF00, #D62139);
}
.reclaim-button[b-5exo9tdx0n] {
    width: 100%;
    border-radius: 24px;
    flex: 1;
    background-color: #1B1C1D;
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.button-content[b-5exo9tdx0n] {
    width: 100%;
    display: flex;
    min-width: 160px;
    padding: 20px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0px -2px 16px 0px rgba(255, 255, 255, 0.16) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.13) inset, 0px 12px 36px 0px rgba(214, 31, 55, 0.24);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.64px;
}
.vision-section[b-5exo9tdx0n] {
    display: flex;
    padding: 96px;
    align-items: center;
    gap: 80px;
}
.vision-wrapper[b-5exo9tdx0n] {
    position: relative;
    overflow: hidden;
    display: flex;
    padding: 64px 101px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    border-radius: 32px;
}

.vision-wrapper[b-5exo9tdx0n]:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: 
        linear-gradient(161deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, 
        linear-gradient(161deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.vision-container[b-5exo9tdx0n] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    z-index: 1;
}
.vision-container > p[b-5exo9tdx0n] {
    margin-bottom: 0;
}
.visual-title[b-5exo9tdx0n] {
    font-family: Urbanist;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    background-image: radial-gradient(68.37% 141.38% at 47.19% 50%, #FFFFFF 0%, #2C2D2E 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-align: center;
    transition: background-image 0.2s ease;
}
.hero-section.visible-mid .visual-title[b-5exo9tdx0n] {
    background-image: 
        radial-gradient(28.63% 91.88% at 50% 50%, #CCC1C4 0%, rgba(0, 0, 0, 0) 100%), 
        linear-gradient(0deg, #1B1C1D, #1B1C1D);
}
.hero-section.visible-low .visual-title[b-5exo9tdx0n] {
    background-image: 
        radial-gradient(0% 0% at 50% 50%, #CCC1C4 0%, rgba(0, 0, 0, 0) 100%), 
        linear-gradient(0deg, #1B1C1D, #1B1C1D);
}
.vision-wrapper .light-grey[b-5exo9tdx0n] {
    width: 555px;
    height: 555px;
    border-radius: 50%;
    background: rgba(102, 96, 98, 0.44);
    filter: blur(247px);
    position: absolute;
    top: -390px;
}
.story-section[b-5exo9tdx0n] {
    display: flex;
    padding: 192px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
    border-radius: 40px;
    background: #1B1C1D;
    position: relative;
    overflow: hidden;
}
.story-section .visual-title[b-5exo9tdx0n] {
    z-index: 11;
    font-size: 64px;
    background-image: 
        linear-gradient(90.58deg, rgba(215, 34, 58, 0.16) 0.28%, rgba(34, 35, 37, 0.16) 94.17%),
        radial-gradient(68.37% 141.38% at 47.19% 50%, #FFFFFF 0%, #1B1C1D 100%), 
        linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.story-section.visible-mid .visual-title[b-5exo9tdx0n] {
    background-image: 
        linear-gradient(90.58deg, rgba(215, 34, 58, 0.16) 0.28%, rgba(34, 35, 37, 0.16) 94.17%),
        radial-gradient(28.63% 91.88% at 50% 50%, #CCC1C4 0%, rgba(0, 0, 0, 0) 100%), 
        linear-gradient(0deg, #1B1C1D, #1B1C1D);
}

.story-section.visible-low .visual-title[b-5exo9tdx0n] {
    background-image: 
        linear-gradient(90.58deg, rgba(215, 34, 58, 0.16) 0.28%, rgba(34, 35, 37, 0.16) 94.17%),
        radial-gradient(0% 0% at 50% 50%, #CCC1C4 0%, rgba(0, 0, 0, 0) 100%), 
        linear-gradient(0deg, #1B1C1D, #1B1C1D);
}

.story-section .story-background[b-5exo9tdx0n] {
    position: absolute;
    inset: 0;
    overflow: hidden;
}
.story-section .story-background .top-light[b-5exo9tdx0n] {
    position: absolute;
    top: -173px;
    left: 665px;
    width: 555px;
    height: 555px;
    border-radius: 555px;
    background: rgba(102, 96, 98, 0.44);
    filter: blur(247px);
}
.story-section .story-background .b-right-light[b-5exo9tdx0n] {
    position: absolute;
    bottom: -709px;
    right: -473px;
    width: 1000px;
    height: 1000px;
    border-radius: 1000px;
    opacity: 0.6;
    background: radial-gradient(4.46% 42.37% at 35.68% 36.82%, #7A7A7A 0%, #7D7D7D 54.69%, #2C2C2C 100%);
    mix-blend-mode: color-dodge;
    filter: blur(200px);
}
.story-section .story-overlay[b-5exo9tdx0n] {
    position: absolute;
    inset: 0;
    z-index: -1;
}
.story-section .story-overlay .red-light[b-5exo9tdx0n] {
    position: absolute;
    height: 882px;
    width: 380px;
    border-radius: 50%;
    background: #D62139;
    opacity: 0.7;
    filter: blur(40px);
    top: 50%;
    right: -320px;
    transform: translateY(-50%);
}
.story-section .story-overlay svg[b-5exo9tdx0n] {
    position: absolute;
    top: 50%;
    right: -1330px;
    stroke-width: 1px;
    stroke: #FFF;
    transform: translateY(-50%) rotate(90deg);
}
.story-section .story-overlay svg:nth-of-type(1)[b-5exo9tdx0n] {
    opacity: 0.15;
}
.story-section .story-overlay svg:nth-of-type(2)[b-5exo9tdx0n] {
    opacity: 0.12;
}
.story-section .story-overlay svg:nth-of-type(3)[b-5exo9tdx0n] {
    opacity: 0.10;
}
.carousel-wrapper[b-5exo9tdx0n] {
    width: 100%;
    position: relative;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    gap: 80px;
    align-items: center;

    z-index: 10;
}
.carousel-wrapper .navigation[b-5exo9tdx0n] {
    display: flex;
    justify-content: center;
    gap: 77px;
    position: relative;
}
.carousel-wrapper .navigation[b-5exo9tdx0n]:before {    
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    left: 8px;
    right: 8px;
    background-image: url(assets/dashed-line.svg);
    background-repeat: repeat-x;
}
.carousel-wrapper .navigation .nav-tracking-wrapper[b-5exo9tdx0n] {    
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    z-index: 1;
}
.carousel-wrapper .navigation .nav-tracking[b-5exo9tdx0n] {
    width: 100%;
    border-radius: 1px;
    background: #D62139;
    height: 2px;
}
.carousel-wrapper .navigation .nav-point[b-5exo9tdx0n] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #D62139;
    background: #000;
    z-index: 2;
}
.carousel-wrapper .navigation .nav-point:hover[b-5exo9tdx0n] {
    cursor: pointer;
}
.carousel-wrapper .navigation .nav-point.passed[b-5exo9tdx0n] {
    background: #D61F37;
    border: unset;
}
.carousel-wrapper .navigation .nav-point.active[b-5exo9tdx0n] {
    background: linear-gradient(180deg, #D62139 0%, #D62139AA 100.08%);
    box-shadow: 0 0 10px #D61F37, 0 0 14px #D61F37, 0 0 16px #D61F37;
    filter: drop-shadow(0px 0px 12px #D61F37);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.carousel-container-wrapper[b-5exo9tdx0n] {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.carousel-container-wrapper[b-5exo9tdx0n]::before,
.carousel-container-wrapper[b-5exo9tdx0n]::after
{
    content: "";
    width: 25%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 5;
    mask-image: linear-gradient(to right, black 0%, black 60%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, black 0%, black 60%, transparent 100%);
    pointer-events: none;
}
.carousel-container-wrapper[b-5exo9tdx0n]::after {
    right: 0px;
    mask-image: linear-gradient(to left, black 0%, black 60%, transparent 100%);
    -webkit-mask-image: linear-gradient(to left, black 0%, black 60%, transparent 100%);
}

.carousel-container[b-5exo9tdx0n] {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.carousel-container[b-5exo9tdx0n]::-webkit-scrollbar {
    display: none;
}
.story-section .story-carousel[b-5exo9tdx0n] {
    display: flex;
    gap: 80px;
}
.item-spacing[b-5exo9tdx0n] {
    min-width: calc(50% - 80px);
}
.story-section .story-carousel .story-item[b-5exo9tdx0n] {
    width: 794px;
    display: flex;
    padding: 8px;
    align-items: flex-end;
    gap: 40px;
    border-radius: 24px;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.story-section .story-carousel .story-item[b-5exo9tdx0n]:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: 
        linear-gradient(161deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, 
        linear-gradient(161deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}
.story-section .story-carousel .story-item .story-artworks[b-5exo9tdx0n]{
    width: 248px;
    height: 248px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #1B1C1D;
}
.story-section .story-carousel .story-item .story-artworks > img[b-5exo9tdx0n] {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}
.story-section .story-carousel .story-item .story-light[b-5exo9tdx0n] {
    position: absolute;
}
.story-section .story-carousel .story-item .story-text-wrapper[b-5exo9tdx0n] {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex: 1 0 0;
}
.story-section .story-carousel .story-item .story-text-wrapper .story-text[b-5exo9tdx0n]{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.story-section .story-carousel .story-item .story-text-wrapper .story-text .title[b-5exo9tdx0n] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}
.story-section .story-carousel .story-item .story-text-wrapper .story-text .content[b-5exo9tdx0n] {
    align-self: stretch;
    color: #FFF;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.howitworks-section[b-5exo9tdx0n] {
    position: relative;
    overflow: hidden;
}

.howitworks-section .light-grey[b-5exo9tdx0n] {
    width: 555px;
    height: 555px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -390px;
    border-radius: 555px;
    background: rgba(102, 96, 98, 0.44);
    filter: blur(247px);
}

.howitworks-container[b-5exo9tdx0n] {
    display: flex;
    padding: 96px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
    position: relative;
    z-index: 1;
}
.howitworks-items[b-5exo9tdx0n] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    align-self: stretch;
}
.howitworks-item[b-5exo9tdx0n] {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}
.howitworks-item > *[b-5exo9tdx0n] {
    flex: 1;
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.howitworks-item .title-wrapper[b-5exo9tdx0n] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.howitworks-item .title-wrapper .title-heading[b-5exo9tdx0n] {
    min-width: 8px;
    min-height: 8px;
    border-radius: 50%;
    background-color: #D61F37;
    box-shadow: 0 0 10px #D61F37, 0 0 12px #D61F37, 0 0 14px #D61F37, 0 0 16px #D61F37;
    filter: drop-shadow(0px 0px 11px #D61F37);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.howitworks-item p.title[b-5exo9tdx0n] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.88px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 0;
}
.howitworks-item .p.title[b-5exo9tdx0n]::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #D61F37;
    box-shadow: 0px 0px 12px #D61F37;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.howitworks-item-sep[b-5exo9tdx0n] {
    height: 1px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.40) 50%, rgba(255, 255, 255, 0.00) 100%);
}
.difference-section[b-5exo9tdx0n] {
    position: relative;
    z-index: 1;
}
.tail-circles.show-tail[b-5exo9tdx0n] {
    display: unset;
}
.tail-circles[b-5exo9tdx0n] {
    transform: rotate(120deg);
    position: absolute;
    bottom: 400px;
    right: -210px;
    opacity: 0.1;
    display: none;
}
.tail-circles svg[b-5exo9tdx0n] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    stroke-width: 1px;
    stroke: #FFF;
    opacity: 0.8;
    mix-blend-mode: soft-light;
}
.difference-container[b-5exo9tdx0n] {
    display: flex;
    padding: 96px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
}
.difference-container .difference-content-wrapper[b-5exo9tdx0n] {
    position: relative;
}

.difference-container .difference-content-container[b-5exo9tdx0n] {
    display: flex;
    padding: 8px;
    align-items: flex-end;
    gap: 40px;
    width: 794px;
    border-radius: 24px;
    border: 1px solid transparent;
    background: linear-gradient(#222325 0 0) padding-box, linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(130.94deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.24);
    position: relative;
    z-index: 3;
}

.difference-container .difference-content-container.first-stack[b-5exo9tdx0n] {
    position: absolute;
    height: 100%;
    top: 5%;
    width: 90%;
    left: 5%;
    z-index: 2;
    opacity: 0.6;
}
.difference-container .difference-content-container.second-stack[b-5exo9tdx0n] {
    position: absolute;
    height: 100%;
    top: 10%;
    width: 80%;
    left: 10%;
    z-index: 1;
    opacity: 0.3;
}
.difference-container .difference-content[b-5exo9tdx0n] {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    flex: 1 0 0;
}
.difference-container .difference-content > p[b-5exo9tdx0n] {
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.difference-container .difference-content > p:nth-of-type(2)[b-5exo9tdx0n] {
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.difference-container .difference-content .want-to-learn-more-button[b-5exo9tdx0n] {
    display: flex;
    min-width: 160px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0px -2px 16px 0px rgba(255, 255, 255, 0.16) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.13) inset, 0px 12px 36px 0px rgba(214, 31, 55, 0.24);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.64px;
}
.difference-container .difference-content .want-to-learn-more-button:hover[b-5exo9tdx0n] {
    cursor: pointer;
}

.difference-content-wrapper .left-dots[b-5exo9tdx0n] {
    position: absolute;
    top: -11px;
    left: -60px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #D61F37;
    filter: blur(2px);
    box-shadow: -59px 170px 0 0px #D61F37, -10px 260px 0 0px #D61F37;
    z-index: 4;
}
.difference-content-wrapper .right-dots[b-5exo9tdx0n] {
    position: absolute;
    top: 10px;
    right: 123px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #D61F37;
    filter: blur(2px);
    box-shadow: 114px -148px 0 0px #D61F37, 231px 32px 0 0px #D61F37, 192px 157px 0 0px #D61F37;
    z-index: 4;
}
.difference-content-wrapper .main-dots[b-5exo9tdx0n] {
    position: absolute;
    top: -60px;
    left: 76px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #FFF;
    filter: blur(2px);
    box-shadow: 538px -131px 0 0px #FFF, 623px 388px 0 0px #FFF
}

footer[b-5exo9tdx0n] {
    padding: 24px 0px;
    width: 100%;
    position: relative;
    z-index: 2;
}

footer .footer-container[b-5exo9tdx0n] {
    justify-content: space-between;
    align-items: center;
    gap: 80px;
    display: flex;
    text-align: center;
    color: #CCC1C4;
    font-size: 14px;
    font-family: Urbanist;
    font-weight: 400;
    line-height: 21px;
    word-wrap: break-word;
}

footer .footer-container .nav-container[b-5exo9tdx0n] {
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    display: flex;
}

footer .footer-container .nav-container a[b-5exo9tdx0n] {
    all: unset;
    display: inline;
    cursor: pointer; 
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

footer .footer-container .nav-container a:hover[b-5exo9tdx0n] {
    color: #FFF;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}


/*** tablet section ***/
@media (max-width: 1024px) {
    .tail-container[b-5exo9tdx0n] {
        min-width: unset;
    }
    .reclaim-section[b-5exo9tdx0n] {
        padding: 0px 24px 96px 24px;
        flex-direction: column;
    }
    .reclaim-buttons[b-5exo9tdx0n] {
        width: 100%;
    }
    .reclaim-art[b-5exo9tdx0n] {
        width: 100%;
    }
    .vision-section[b-5exo9tdx0n] {
        padding: 96px 24px;
    }
    .vision-wrapper[b-5exo9tdx0n] {
        padding: 52px 24px;
    }
    .story-section .visual-title[b-5exo9tdx0n] {
        font-size: clamp(40px, calc(8.73vw + 2.9px), 64px);
        padding: 0px 24px;
    }
    .story-section .story-carousel .story-item[b-5exo9tdx0n] {
        width: 327px;
        min-width: 327px;
        flex-direction: column;
        justify-content: space-between;
        gap: unset;
    }

    .story-section .story-carousel .story-item .story-text-wrapper[b-5exo9tdx0n] {
        padding: 16px;
    }

    .story-section .story-carousel .story-item .story-artworks[b-5exo9tdx0n] {
        width: 100%;
        height: 154px;
    }
    .howitworks-section .howitworks-container[b-5exo9tdx0n] {
        padding: 96px 24px;
        gap: 40px;
    }

    .howitworks-items[b-5exo9tdx0n] {
        gap: 48px;
    }

    .howitworks-item[b-5exo9tdx0n] {
        flex-direction: column;
    }

    .howitworks-item .title-wrapper[b-5exo9tdx0n] {
        align-items: flex-start;
    }

    .howitworks-item .title-wrapper .title-heading[b-5exo9tdx0n] {
        margin: 12px;
    }

    .difference-container[b-5exo9tdx0n] {
        padding: 96px 24px 106px 24px;
        gap: 40px;
    }

    .difference-container .difference-content-container[b-5exo9tdx0n] {
        width: 100%;
    }
    footer[b-5exo9tdx0n] {
        padding: 40px 24px;
    }
    footer .footer-container[b-5exo9tdx0n] {
        flex-direction: column;
        gap: 40px;
        align-items: stretch;
    }
    footer .footer-container .nav-container[b-5exo9tdx0n] {
        order: -1;
        justify-content: space-between;
    }
    .tail-circles[b-5exo9tdx0n] {
        transform: rotate(120deg);
        position: absolute;
        bottom: 700px;
        right: -550px;
        opacity: 0.1;
    }
}

/*** mobile section ***/
@media (max-width: 768px) {
    .text-block .main-text[b-5exo9tdx0n] {
        font-size: 48px;
    }
    .reclaim-text .text-block > p[b-5exo9tdx0n] {
        font-size: 16px;
    }
    .dot-shadow .top-dots[b-5exo9tdx0n] {
        left: 0px;
    }
    .dot-shadow .bottom-dots[b-5exo9tdx0n] {
        bottom: 5px;
    }
    .dot-shadow .dot-white[b-5exo9tdx0n] {
        left: 280px;
    }
    .vision-wrapper[b-5exo9tdx0n] {
        padding: 40px 16px;
    }
    .visual-title[b-5exo9tdx0n] {
        font-size: 40px;
    }
    .vision-container[b-5exo9tdx0n] {
        font-size: 18px;
        text-align: unset;
    }
    .story-section[b-5exo9tdx0n] {
        padding: 96px 0px;
        gap: 40px;
    }
    .story-section .visual-title[b-5exo9tdx0n] {
        font-size: 40px;
        padding: 0px 24px;
    }
    .carousel-wrapper[b-5exo9tdx0n] {
        gap: 40px;
    }
    .story-section .story-overlay .red-light[b-5exo9tdx0n] {
        right: -360px;
    }
    .story-section .story-overlay svg[b-5exo9tdx0n] {
        right: -1290px;
    }
    .story-section .story-overlay svg:nth-of-type(2)[b-5exo9tdx0n] {
        right: -1540px;
    }
    .story-section .story-carousel .story-item .story-light[b-5exo9tdx0n] {
        width: 197px;
        height: 227px;
        bottom: -200px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 50%;
        background: #D62139;
        filter: blur(40px);
        z-index: -1;
    }
    .carousel-container-wrapper[b-5exo9tdx0n]::before,
    .carousel-container-wrapper[b-5exo9tdx0n]::after {
        content: unset;
    }
    .carousel-wrapper .navigation[b-5exo9tdx0n] {
        justify-content: space-between;
        gap: unset;
        width: 100%;
        padding: 0px 24px;
    }
    .carousel-wrapper .navigation[b-5exo9tdx0n]:before {
        left: 32px;
        right: 32px;
    }
    .carousel-wrapper .navigation .nav-tracking-wrapper[b-5exo9tdx0n] {
        left: 24px;
        right: 24px;
    }
    .difference-container .difference-content-container.first-stack[b-5exo9tdx0n] {
        position: absolute;
        height: 100%;
        top: 5%;
        width: 100%;
        left: 0;
    }
    .difference-container .difference-content-container.second-stack[b-5exo9tdx0n] {
        position: absolute;
        height: 100%;
        top: 10%;
        width: 100%;
        left: 0;
    }
    .difference-container .difference-content[b-5exo9tdx0n] {
        padding: 8px;
    }
    .difference-container .difference-content > p[b-5exo9tdx0n] {
        font-size: 16px;
        text-align: unset;
    }
    .difference-container .difference-content > p:nth-of-type(2)[b-5exo9tdx0n] {
        font-size: 22px;
    }
    .difference-content-wrapper .left-dots[b-5exo9tdx0n][b-5exo9tdx0n] {
        top: -6px;
        left: 13px;
        box-shadow: -34px 186px 0 0px #D61F37;
        z-index: 2;
    }
    .difference-content-wrapper .main-dots[b-5exo9tdx0n] {
        top: -80px;
        left: 50px;
        box-shadow: 253px -147px 0 0px #FFF, 187px 517px 0 0px #FFF;
    }
    .difference-content-wrapper .right-dots[b-5exo9tdx0n] {
        top: 114px;
        right: -21px;
        box-shadow: -67px -179px 0 0px #D61F37, -21px 390px 0 0px #D61F37;
    }
}
/* _content/Timpi_Search_Blazor/Pages/JoinUsModal.razor.rz.scp.css */
.overlay[b-afidznotrs] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 10000;
}

.overlay .dialog-box[b-afidznotrs] {
    position: relative;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.00) 100.08%), #1B1C1D;
    box-shadow: 0px 16px 120px 0px rgba(0, 0, 0, 0.90);
    border-radius: 24px;
    padding: 32px;

    max-width: 416px;
    width: 100%;
    margin: auto 16px;

    z-index: 1;
}

.overlay .dialog-box[b-afidznotrs]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: 
        linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, 
        linear-gradient(131.06deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100.08%) border-box;

    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.overlay .dialog-box.completed .dialog-form.process-form[b-afidznotrs] {    
    display: none;
}
.overlay .dialog-box.completed .dialog-form.complete-form[b-afidznotrs] {    
    display: flex;
}
.overlay .dialog-box .dialog-form.process-form[b-afidznotrs] {    
    display: flex;
}
.overlay .dialog-box .dialog-form.complete-form[b-afidznotrs] {
    display: none;
}

.overlay .dialog-box .dialog-form[b-afidznotrs] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    animation: zoomIn-b-afidznotrs 0.2s forwards;
}

@keyframes zoomIn-b-afidznotrs {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.d-header[b-afidznotrs] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.d-header .d-title[b-afidznotrs] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.d-header .d-close[b-afidznotrs] {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.d-header .d-close:hover[b-afidznotrs] {
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    cursor: pointer;
}

.d-header .d-close img[b-afidznotrs] {
    width: 24px;
    height: 24px;
}

.d-content[b-afidznotrs] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.d-text[b-afidznotrs] {
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 24.3px */
    letter-spacing: 0.72px;
}

.d-text-2[b-afidznotrs] {
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.64px;
}

.d-form[b-afidznotrs] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    align-self: stretch;
}

.d-button[b-afidznotrs] {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0px -2px 16px 0px rgba(255, 255, 255, 0.16) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.13) inset;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.64px;
}
.d-button:hover[b-afidznotrs] {
    background: linear-gradient(0deg, #D92F47 0%, #D92F47 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    cursor: pointer;
}
.d-button:focus[b-afidznotrs] {
    outline: 0;
}
.input-container-validation[b-afidznotrs] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.input-container-validation .error-message[b-afidznotrs] {
    color: #E86375;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.56px;
    padding: 0px 24px 0px 16px;
}
.input-container[b-afidznotrs] {
    position: relative;
    display: flex;
    height: 48px;
    padding: 24px 24px 24px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 24px;
}

.input-container[b-afidznotrs]::before {
    content: "";
    position: absolute;
    border-radius: inherit;
    background: #1B1C1DCC;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.input-container:hover[b-afidznotrs]::before {
    background: 
        linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)),
        linear-gradient(0deg, rgba(27, 28, 29, 0.8), rgba(27, 28, 29, 0.8));
}
.input-container[b-afidznotrs]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: 
        linear-gradient(168deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box,
        linear-gradient(171deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;

    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.input-container.error[b-afidznotrs]::after {
    background: #E86375 border-box;
}

.input-container:not(.error):has(input:focus)[b-afidznotrs]::after {
    background: linear-gradient(168deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(171deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box, linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)) border-box;
}

.input-container img[b-afidznotrs] {
    width: 20px;
    height: 20px;
}

.input-container input[b-afidznotrs] {
    flex: 1;
    background-color: transparent;
    border: none;
    outline: none;
    transition: border-color 0.2s ease;
    color: #FFF;
    
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 0.56px;
    width: 100%;
}

.input-container input[b-afidznotrs]::placeholder {
    color: #CCC1C4;
    font-family: Urbanist;
    user-select: none;
}

.d-sep[b-afidznotrs] {
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
}

.social-container[b-afidznotrs] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.social-list[b-afidznotrs] {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 16px;
    align-self: stretch;
    flex-wrap: wrap;
}

.social-list .item[b-afidznotrs] {
    width: 40px;
    height: 40px;

    display: flex;
    padding: 4px;
    align-items: center;
    border-radius: 12px;

    position: relative;
}

.social-list .item[b-afidznotrs]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(110deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(130deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.social-list .item:hover[b-afidznotrs] {
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    cursor: pointer;
}

.toast-container[b-afidznotrs] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    padding: inherit;
    display: none;
}

.toast-container.show[b-afidznotrs] {
    display: flex;
}

.toast-container .toast-message-container[b-afidznotrs] {
    padding: 12px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    box-shadow: 0px 16px 120px 0px rgba(0, 0, 0, 0.90);
    animation: zoomIn-b-afidznotrs 0.2s forwards;
}

.loader[b-afidznotrs] {
  width: 24px;
  height: 24px;
  border: 4px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  animation: pulse-b-afidznotrs 1s linear infinite;
}

.loader[b-afidznotrs]:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  border: 3px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: scaleUp-b-afidznotrs 1s linear infinite;
}

@keyframes scaleUp-b-afidznotrs {
    0% {
        transform: translate(-50%, -50%) scale(0)
    }

    60%, 100% {
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes pulse-b-afidznotrs {
    0%, 60%, 100% {
        transform: scale(1)
    }

    80% {
        transform: scale(1.2)
    }
}

@media (max-width: 425px) {
    .overlay .dialog-box[b-afidznotrs] {
        border-radius: 16px;
        padding: 24px;
    }
}
/* _content/Timpi_Search_Blazor/Pages/LoginDialog.razor.rz.scp.css */



.pagination-section[b-i5f5wr7hzr] {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    gap: 40px;
    display: inline-flex;
}

.pagination-section button[b-i5f5wr7hzr] { 
    background: none;
    display: flex;
    outline: none;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0px 4px;
    border-radius: 8px;
    min-width: 24px;
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    border: 1px solid transparent;
}

.pagination-section button.previous-button[b-i5f5wr7hzr], 
.pagination-section button.next-button[b-i5f5wr7hzr] {
    padding: 4px 12px;
}

.pagination-section button.previous-button[b-i5f5wr7hzr]::before {
    content: "";
    width: 16px;
    height: 16px;
    position: relative;
    display: flex;
    background-image: url('assets/chevron-left.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.1s ease-in-out
}
.pagination-section button.next-button[b-i5f5wr7hzr]::after {
    content: "";
    width: 16px;
    height: 16px;
    position: relative;
    display: flex;
    background-image: url('assets/chevron-right.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.1s ease-in-out
}

.pagination-section button.ellipsis-button[b-i5f5wr7hzr] { 
    cursor: default;    
}

.pagination-section button.active[b-i5f5wr7hzr] { 
    border-color: rgba(255, 255, 255, 0.20);
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0px -2px 16px 0px rgba(255, 255, 255, 0.16) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.13) inset, 0px 8px 24px 0px rgba(214, 31, 55, 0.40);
    backdrop-filter: blur(20px);
}

.pagination-section button:disabled[b-i5f5wr7hzr] {
    background-color: rgba(255, 255, 255, 0.08);
    cursor: default;
    opacity: 0.6;
}

.pagination-section button:not(.active):not(.ellipsis-button):not(:disabled):hover[b-i5f5wr7hzr] {
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.08);
}

.pagination-section .pagination-list[b-i5f5wr7hzr] {
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
}
/* _content/Timpi_Search_Blazor/Pages/NewsResultView.razor.rz.scp.css */
.news-data-container.hidden[b-bxjsvxmcgh] {
    display: none;
}

.v-separator[b-bxjsvxmcgh] {
    width: var(--line-thickness);
    background-color: #403A3C;
}
.h-separator[b-bxjsvxmcgh] {
    width: 100%;
    height: var(--line-thickness);
    background-color: #403A3C;
}

.news-data-container[b-bxjsvxmcgh] {
    --line-thickness: 1px;
    --news-gap: 8px;
    --news-item-height: 155px;
    --news-item-height-large: calc((var(--news-item-height) * 2) + (var(--news-gap) * 2) + var(--line-thickness));

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--news-gap);

    margin-bottom: 40px;
}

.news-data-container .news-header[b-bxjsvxmcgh] {
    margin: 0px 0px 8px 16px;

    color: #FFF;
    font-family: Urbanist;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.88px;
    text-transform: capitalize;
}

.news-data-container .news-content[b-bxjsvxmcgh] {
    width: 100%;
    display: flex;
    gap: var(--news-gap);
    overflow-y: auto;
}

.news-data-container .news-content .news-container[b-bxjsvxmcgh] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--news-gap);
    min-width: 0;
}

.news-data-container .news-content .news-container:nth-child(3) .h-separator:first-child[b-bxjsvxmcgh] {
    display: none;
}

.news-data-container .news-content .news-item-hub.large[b-bxjsvxmcgh] {
    height: var(--news-item-height-large);
}
.news-data-container .news-content .news-item-hub.large .news-item-container[b-bxjsvxmcgh] {
    flex-direction: column;
}
.news-data-container .news-content .news-item-hub.large .news-item-container .news-item-info[b-bxjsvxmcgh] {
    flex: unset;
    order: 2;
}
.news-data-container .news-content .news-item-hub.large .news-item-container .news-item-preview[b-bxjsvxmcgh] {
    flex: 1;
    width: 100%;
    border-radius: 8px;
}
.news-data-container .news-content .news-item-hub.large .news-item-container .news-item-preview img[b-bxjsvxmcgh]{
    height: 100%;
}

.news-data-container .news-content .news-item-hub[b-bxjsvxmcgh] {
    height: var(--news-item-height);
    border-radius: 16px;
    padding: 16px;
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.48px;
}
.news-data-container .news-content .news-item-hub:not(.shimmer):hover[b-bxjsvxmcgh] {
    background: rgba(255, 255, 255, 0.04);
}

.news-data-container .news-content .news-item-hub .news-domain[b-bxjsvxmcgh] {
    display: flex;
    gap: var(--news-gap);
}

.news-data-container .news-content .news-item-hub .news-domain .favicon[b-bxjsvxmcgh],
.news-data-container .news-content .news-item-hub .news-domain .favicon img[b-bxjsvxmcgh] {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: #CCC1C4;
}

.news-data-container .news-content .news-item-hub .news-title[b-bxjsvxmcgh] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;

    overflow: hidden;
    color: #99C3FF;
    text-overflow: ellipsis;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-transform: capitalize;
    word-break: break-word;
}

.news-data-container .news-content .news-item-hub .news-title:visited[b-bxjsvxmcgh] {
    color: #C58AF9;
}

.news-item-container[b-bxjsvxmcgh] {
    display: flex;
    gap: var(--news-gap);
    height: 100%;
}

.news-item-container .news-item-info[b-bxjsvxmcgh] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    flex: 1;
}
.news-item-container .news-item-info .news-published[b-bxjsvxmcgh]{
    margin-top: auto;
    padding-top: 8px;
}

.news-item-container .news-item-preview[b-bxjsvxmcgh] {
    border-radius: 8px;
    width: 92px;
    height: 92px;
}
.news-item-container .news-item-preview img[b-bxjsvxmcgh] {
    border-radius: inherit;
    width: inherit;
    height: inherit;
    object-fit: cover;
}

.news-data-container .news-footer[b-bxjsvxmcgh] {
    display: flex;
    align-items: center;
    width: 100%;
}
.news-data-container .news-footer .news-feedback-button[b-bxjsvxmcgh] {
    display: flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #403A3C;

    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;

    white-space: nowrap;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.news-data-container .news-footer .news-feedback-button:not(.shimmer):hover[b-bxjsvxmcgh] {
    background: rgba(255, 255, 255, 0.04);
    cursor: pointer;
}

.news-data-container .news-header.shimmer[b-bxjsvxmcgh] {
    border-radius: 4px;
    color: transparent;
}

.news-data-container .news-footer .news-feedback-button.shimmer[b-bxjsvxmcgh] {
    color: transparent;
}

.shimmer[b-bxjsvxmcgh] {
    pointer-events: none !important;
    user-select: none !important;

    background: linear-gradient(135deg, #66666655 40%, #88888855 50%, #66666655 60%, #66666655 40%, #88888855 50%, #66666655 60%) !important;
    background-attachment: fixed !important;
    background-size: 300% !important;

    animation-name: shimmer-animation-b-bxjsvxmcgh;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-delay: 0;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}

@keyframes shimmer-animation-b-bxjsvxmcgh {
    0% {
        background-position-x: 100%;
    }

    100% {
        background-position-x: 0%;
    }
}

@media (max-width: 768px) {
    .news-data-container[b-bxjsvxmcgh] {
        margin-bottom: 32px;
    }
    .news-data-container .news-header[b-bxjsvxmcgh] {
        margin: 0px 0px 8px 20px;
    }
    .news-data-container .h-separator[b-bxjsvxmcgh] {
        display: none;
    }
    .news-data-container .news-content[b-bxjsvxmcgh] {
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        height: 258px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        overscroll-behavior: contain;
    }
    .news-data-container .news-content[b-bxjsvxmcgh]::-webkit-scrollbar {
        display: none;
    }
    .news-data-container .news-content .v-separator[b-bxjsvxmcgh] {
        display: none;
    }
    .news-data-container .news-content .news-container[b-bxjsvxmcgh] {
        flex-direction: row;
        gap: 16px;
        align-self: stretch;
        min-width: unset;
    }
    .news-data-container .news-content .news-container:first-child[b-bxjsvxmcgh] {
        margin-left: 12px;
    }
    .news-data-container .news-content .news-container:last-child[b-bxjsvxmcgh] {
        margin-right: 12px;
    }
    .news-data-container .news-content .news-container .h-separator[b-bxjsvxmcgh] {
        display: none !important;
    }

    .news-data-container .news-content .news-item-hub[b-bxjsvxmcgh] {
        height: 100% !important;
        width: 218px;
        border-radius: 12px;
        background: #1B1C1D;
        padding: 0px;
        overflow: hidden;
    }

    .news-data-container .news-content .news-item-hub .news-item-container[b-bxjsvxmcgh] {
        flex-direction: column;
        gap: 0px;
    }
    .news-data-container .news-content .news-item-hub .news-item-container .news-item-info[b-bxjsvxmcgh] {
        display: flex;
        padding: 8px;
        gap: 8px;
        flex-direction: column;
        align-self: stretch;
        flex: 1 !important;
        order: 1;
    }
    .news-data-container .news-content .news-item-hub .news-title[b-bxjsvxmcgh] {
        order: 0;
        line-height: 130%;
        letter-spacing: 0.64px;
    }
    .news-data-container .news-content .news-item-hub .news-domain[b-bxjsvxmcgh] {
        order: 2;
        line-height: 155%;
    }
    .news-item-container .news-item-info .news-published[b-bxjsvxmcgh] {
        padding-top: unset;
        order: 1;
        line-height: 135%;
    }
    .news-data-container .news-content .news-item-hub .news-item-container .news-item-preview[b-bxjsvxmcgh] {
        flex: 0 0 0% !important;
        border-radius: 0 !important;
        width: 100% !important;
        height: 120px;
        order: 0;
    }
    .news-data-container .news-footer[b-bxjsvxmcgh] {
        display: none;
    }
}
/* _content/Timpi_Search_Blazor/Pages/NotMatchView.razor.rz.scp.css */
.not-match-section[b-s3vs6b8h3t] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.no-result-message[b-s3vs6b8h3t] {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.72px;
    margin-bottom: 24px;
}

.suggestion-label[b-s3vs6b8h3t] {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
}

ul[b-s3vs6b8h3t] {
    list-style-type: disc;
    padding-inline-start: 24px;
    margin-bottom: 0;
}
li[b-s3vs6b8h3t] {
    margin: 0;
    padding: 0;
}

.no-results-image[b-s3vs6b8h3t] {
    position: relative;
    z-index: 1;
    width: 224px;
    height: 224px;
    flex-shrink: 0;
    background: url("assets/no-results.png") 50% / cover no-repeat;
    align-self: center;
}
/* _content/Timpi_Search_Blazor/Pages/Pager.razor.rz.scp.css */



.pagination-section[b-l921boeo1t] {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    gap: 40px;
    display: inline-flex;
}
.pagination-section.no-more-page[b-l921boeo1t] {
    display: none;
}

.pagination-section button[b-l921boeo1t] { 
    background: none;
    display: flex;
    outline: none;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0px 4px;
    border-radius: 8px;
    min-width: 32px;
    min-height: 32px;
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    border: 1px solid transparent;
}

.pagination-section button.previous-button[b-l921boeo1t], 
.pagination-section button.next-button[b-l921boeo1t] {
    padding: 4px 12px;
}

.pagination-section button.previous-button[b-l921boeo1t]::before {
    content: "";
    width: 16px;
    height: 16px;
    position: relative;
    display: flex;
    background-image: url('assets/chevron-left.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.1s ease-in-out
}
.pagination-section button.next-button[b-l921boeo1t]::after {
    content: "";
    width: 16px;
    height: 16px;
    position: relative;
    display: flex;
    background-image: url('assets/chevron-right.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.1s ease-in-out
}

.pagination-section button.ellipsis-button[b-l921boeo1t] { 
    cursor: default;    
}

.pagination-section button.active[b-l921boeo1t] { 
    border-color: rgba(255, 255, 255, 0.20);
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0px -2px 16px 0px rgba(255, 255, 255, 0.16) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.13) inset, 0px 8px 24px 0px rgba(214, 31, 55, 0.40);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.pagination-section button:disabled[b-l921boeo1t] {
    cursor: default;
    opacity: 0.6;
}

.pagination-section button:not(.active):not(.ellipsis-button):not(:disabled):hover[b-l921boeo1t] {
    background: rgba(255, 255, 255, 0.08);
}

.pagination-section .pagination-list[b-l921boeo1t] {
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
}

.show-more-button[b-l921boeo1t] {
    display: none;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 20px;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.56px;
}

.show-more-button[b-l921boeo1t]::after {    
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(160.29deg, rgba(255, 255, 255, 0.08) 8.59%, rgba(255, 255, 255, 0.4) 89.6%) border-box;

    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

/*** mobile section ***/
@media (max-width: 768px) {
    .pagination-section[b-l921boeo1t] {
        display: none;
    }
    .show-more-button.more[b-l921boeo1t] {
        display: flex;
    }
}
/* _content/Timpi_Search_Blazor/Pages/PasswordChange.razor.rz.scp.css */
.page[b-yv2jk9qdca] {
    background-color: #222325;
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.u-background-container[b-yv2jk9qdca] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

.light-grey[b-yv2jk9qdca] {
    position: absolute;
    width: 555px;
    height: 555px;
    border-radius: 50%;
    background: rgba(102, 96, 98, 0.44);
    filter: blur(247px);
    top: 407px;
    right: -173px;
    z-index: 1;
}

.light-red[b-yv2jk9qdca] {
    position: absolute;
    width: 555px;
    height: 555px;
    border-radius: 50%;
    background: rgba(218, 34, 68, 0.44);
    filter: blur(247px);
    top: -222px;
    left: -160px;
    z-index: 1;
}

header[b-yv2jk9qdca] {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 24px 80px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.header-top[b-yv2jk9qdca] {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    min-height: 40px;
}

header.scrolled[b-yv2jk9qdca]::after {
    content: "";
    position: absolute;
    height: 120%;
    inset: 0;
    background: linear-gradient(180deg, #1B1C1D 0%, rgba(0, 0, 0, 0.00) 100%);
    mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: -1;
}

.top-section[b-yv2jk9qdca] {
    display: flex;
    align-items: center;
    gap: 40px;
    flex: 1;
    max-width: 900px;
}

.top-section .logo[b-yv2jk9qdca] {
    width: 56.914px;
    height: 24px;
    flex-shrink: 0;
    background-image: url("assets/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

main[b-yv2jk9qdca] {
    padding: 24px 80px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

main .content-wrapper[b-yv2jk9qdca] {
    display: flex;
    align-items: center;
    justify-content: center;
}

main .content-wrapper .content-container[b-yv2jk9qdca] {
    width: 390px;
    min-width: 330px;
    display: flex;
    flex-direction: column;
    padding: 32px;
    gap: 24px;
    align-self: stretch;
    border-radius: 16px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.24);
    align-items: stretch;
    position: relative;
    z-index: 1;
}

main .content-wrapper .content-container[b-yv2jk9qdca]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(130.94deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.content-container .changed-icon[b-yv2jk9qdca] {
    width: 50%;
    align-self: center;
}

.content-container .password-changed-message[b-yv2jk9qdca] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.content-container .text[b-yv2jk9qdca] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 0.56px;
    text-align: center;
}
.content-container a.text[b-yv2jk9qdca] {
    color: #FFF;
    font-weight: 600;
    text-decoration: underline;
}

.content-container .title[b-yv2jk9qdca] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.88px;
    text-transform: capitalize;
    align-self: center;
}

.password-requirements[b-yv2jk9qdca] {
    color: #E86375;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: 0.48px;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

.password-requirements > li.check[b-yv2jk9qdca] {
    color: #FFF;
}

.password-requirements > li[b-yv2jk9qdca] {
    position: relative;
    padding-left: 20px;
    margin-bottom: 4px;
}
.password-requirements > li:last-child[b-yv2jk9qdca] {
    margin-bottom: 0;
}
.password-requirements > li[b-yv2jk9qdca]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url('assets/x.svg') no-repeat center;
    background-size: contain;
}
.password-requirements > li.check[b-yv2jk9qdca]::before {
    background: url('assets/check.svg') no-repeat center;
}
.input-container-validation[b-yv2jk9qdca] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.input-container-validation .error-message[b-yv2jk9qdca] {
    color: #E86375;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.56px;
    padding: 0px 24px 0px 16px;
}
.input-container-validation .input-container[b-yv2jk9qdca] {
    position: relative;
    display: flex;
    height: 48px;
    padding: 24px 24px 24px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 24px;
}

.input-container-validation .input-container[b-yv2jk9qdca]::before {
    content: "";
    position: absolute;
    border-radius: inherit;
    background: #1B1C1DCC;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.input-container-validation .input-container:not(.no-edit):hover[b-yv2jk9qdca]::before {
    background: 
        linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)),
        linear-gradient(0deg, rgba(27, 28, 29, 0.8), rgba(27, 28, 29, 0.8));
}
.input-container-validation .input-container[b-yv2jk9qdca]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: 
        linear-gradient(168deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box,
        linear-gradient(171deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;

    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}
.input-container-validation .input-container.error[b-yv2jk9qdca]::after {
    background: #E86375 border-box;
}
.input-container-validation .input-container:not(.error):has(input:focus)[b-yv2jk9qdca]::after {
    background: 
        linear-gradient(168deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box,
        linear-gradient(171deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box,
        linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)) border-box;
}

.input-container-validation .input-container img[b-yv2jk9qdca] {
    width: 20px;
    height: 20px;
}


.input-container-validation .input-container input[b-yv2jk9qdca] {
    flex: 1;
    background-color: transparent;
    border: none;
    outline: none;
    transition: border-color 0.2s ease;
    color: #FFF;
    
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 0.56px;
    width: 100%;
}

.input-container-validation .input-container input[b-yv2jk9qdca]::placeholder {
    color: #9E9094;
    font-family: Urbanist;
    user-select: none;
}
.action-buttons[b-yv2jk9qdca] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

button.cancel[b-yv2jk9qdca] {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid #7B7B7C;
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.64px;
    background-color: transparent;
}

button.save-changes[b-yv2jk9qdca] {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0px -2px 16px 0px rgba(255, 255, 255, 0.16) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.13) inset, 0px 12px 36px 0px rgba(214, 31, 55, 0.24);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.64px;
}

button:hover[b-yv2jk9qdca] {
    background: linear-gradient(0deg, #D92F47 0%, #D92F47 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    cursor: pointer;
}

button:hover.cancel[b-yv2jk9qdca] {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%), rgba(27, 28, 29, 0.80);
    cursor: pointer;
}

button:focus[b-yv2jk9qdca] {
    outline: 0;
}


footer[b-yv2jk9qdca] {
    padding: 24px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

footer .footer-container[b-yv2jk9qdca] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    row-gap: 80px;
    flex: 1 0 0;
    flex-wrap: wrap;

    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

footer .footer-container .nav-container[b-yv2jk9qdca] {
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    display: flex;
}

footer .footer-container .nav-container a[b-yv2jk9qdca] {
    all: unset;
    display: inline;
    cursor: pointer; 
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

footer .footer-container .nav-container a:hover[b-yv2jk9qdca] {
    color: #FFF;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
/*** tablet section ***/
@media (max-width: 1024px) {    
    header[b-yv2jk9qdca] {
        padding: 24px;
        gap: 24px;
    }
    header .input-container[b-yv2jk9qdca] {
        width: 100%;
    }    
    header .main-header-container .input-container[b-yv2jk9qdca]  {
        display: none;
    }
    header > .input-container[b-yv2jk9qdca] {
        display: unset;
    }
    main[b-yv2jk9qdca] {
        padding: 24px;
    }
}

/*** mobile section ***/
@media (max-width: 768px) {
    main .content-wrapper .content-container[b-yv2jk9qdca] {
        padding: 24px;
    }

    .action-buttons[b-yv2jk9qdca] {
        justify-content: space-between;
        gap: 16px;
    }

    button.save-changes[b-yv2jk9qdca] {
        padding: 12px 12px;
    }

    .action-buttons > *[b-yv2jk9qdca] {
        flex: 1;
    }
    footer[b-yv2jk9qdca] {
        padding: 40px 24px;
    }
    footer .footer-container[b-yv2jk9qdca] {
        row-gap: 32px;
        flex-direction: column;
    }
    footer .footer-container .nav-container[b-yv2jk9qdca] {
        justify-content: space-between;
        width: 100%;
        gap: 16px;
        order: -1;
    }
    footer .footer-container .nav-container > a[b-yv2jk9qdca] {
        flex: 1;
        padding: 9px 8px;
    }
}
/* _content/Timpi_Search_Blazor/Pages/ProfileSection.razor.rz.scp.css */
.vis-hidden[b-hro56ojsir] {
    visibility: hidden !important;
}
.display-none[b-hro56ojsir] {
    display: none !important;
}

.avatar-loader[b-hro56ojsir] {
    width: 40px;
    height: 40px;
    border: 5px dotted #CCC1C4;
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
    animation: rotation-b-hro56ojsir 2s linear infinite;
    cursor: pointer;
}

@keyframes rotation-b-hro56ojsir {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dropdown-content-waiting[b-hro56ojsir] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-content-waiting .dropdown-loader[b-hro56ojsir] {
    width: 24px;
    height: 24px;
    border: 4px solid #CCC1C4;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    animation: pulse-b-hro56ojsir 1s linear infinite;
}

.dropdown-content-waiting .dropdown-loader[b-hro56ojsir]:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border: 3px solid #CCC1C4;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: scaleUp-b-hro56ojsir 1s linear infinite;
}

@keyframes scaleUp-b-hro56ojsir {
    0% {
        transform: translate(-50%, -50%) scale(0)
    }

    60%, 100% {
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes pulse-b-hro56ojsir {
    0%, 60%, 100% {
        transform: scale(1)
    }

    80% {
        transform: scale(1.2)
    }
}

.saving-loader[b-hro56ojsir] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    border: 5px dotted #FFFFFF;
    border-radius: 50%;
    box-sizing: border-box;
    animation: saving-loader-rotation-b-hro56ojsir 2s linear infinite;
}

@keyframes saving-loader-rotation-b-hro56ojsir {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}   

button:focus[b-hro56ojsir] {
    outline: 0;
}

.nav-buttons[b-hro56ojsir] {
    flex: 0 0 auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 40px;
}

.nav-button[b-hro56ojsir] {
    display: flex;
    padding: 6px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);

    word-break: keep-all;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.56px;
}

.nav-button:not(.beam-button)[b-hro56ojsir] {
    color: #CCC1C4;
}

.nav-button:not(.beam-button):hover[b-hro56ojsir] {
    cursor: pointer;
    background: #FFFFFF14;
}

.access-denied .avatar-button[b-hro56ojsir] {
    pointer-events: none;
}
.avatar-button[b-hro56ojsir] {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #D61F37;
    padding: 0;
    box-shadow: 0px 0px 0px 4px rgba(214, 31, 55, 0.16);
    overflow: hidden;
    user-select: none;
    cursor: pointer;
}

.dropdown.not-allow[b-hro56ojsir] {
    cursor: default;
    pointer-events: none;
}

.dropdown:not(.not-allow) .avatar-button:hover[b-hro56ojsir] {
    box-shadow: 0px 0px 0px 5px rgba(214, 31, 55, 0.22);
}

.avatar-button img[b-hro56ojsir] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.notify-button[b-hro56ojsir] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;

    stroke-width: 1px;
    stroke: #4E343A;
}

.join-timplars[b-hro56ojsir] {
    margin-right: 16px;
}

.kelpr-wrapper[b-hro56ojsir] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.kelpr-container[b-hro56ojsir] {
    display: flex;
    padding: 6px 8px;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(12px);
    position: relative;
}

.kelpr-container[b-hro56ojsir]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(160.29deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box,
                linear-gradient(160.29deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;

    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.kelpr-container .keplr-icon[b-hro56ojsir] {
    width: 20px;
    height: 20px;
}
.kelpr-wrapper .copy-keplr[b-hro56ojsir] {
    position: relative;
}
.kelpr-wrapper .copy-keplr svg rect[b-hro56ojsir] {
    fill: transparent;
}
.kelpr-wrapper .copy-keplr svg path[b-hro56ojsir] {
    stroke: #CCC1C4;
}
.kelpr-wrapper .copy-keplr:hover[b-hro56ojsir] {
    cursor: pointer;
}
.kelpr-wrapper .copy-keplr:hover .tp-tooltip[b-hro56ojsir] {
    display: flex;
}
.kelpr-wrapper .copy-keplr:hover svg rect[b-hro56ojsir] {
    fill: #FFFFFF;
}
.kelpr-wrapper .copy-keplr:hover svg path[b-hro56ojsir] {
    stroke: #FFFFFF;
}
.kelpr-wrapper .copy-keplr .tp-tooltip[b-hro56ojsir] {
    display: none;
    padding: 4px 8px 4px 2px;
    align-items: center;
    gap: 2px;
    position: absolute;
    right: -15px;
    bottom: -29px;
    border-radius: 6px;
    background: #3E3F40;
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Urbanist;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 16.5px */
    letter-spacing: 0.44px;
}

.nav-buttons .p-account-wrapper .keplr-icon img[b-hro56ojsir] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nav-buttons .p-account-wrapper .username[b-hro56ojsir] {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.56px;
}
.nav-buttons .logout-button[b-hro56ojsir] {
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 50%;
    position: relative;
}

.nav-buttons .logout-button.logging-out[b-hro56ojsir] {
    animation: pulse-b-hro56ojsir 0.5s infinite;
}

@keyframes pulse-b-hro56ojsir {
    0% {
        transform: scale(1);
        stroke: #9E9094;
    }

    50% {
        transform: scale(.9);
        stroke: #D61F37;
    }

    100% {
        transform: scale(1);
        stroke: #9E9094;
    }
}

.nav-buttons .logout-button:hover[b-hro56ojsir] {
    cursor: pointer;
    background: #4E343A;
}

.nav-buttons .logout-button:hover > svg[b-hro56ojsir] {
    stroke: #FFF;
}

.nav-buttons .logout-button > svg[b-hro56ojsir] {
    width: 100%;
    height: 100%;
    stroke-width: 1px;
    stroke: #4E343A;
}

.nav-buttons .logout-button:not(.logging-out):hover .tooltip-text[b-hro56ojsir] {
    visibility: visible;
    opacity: 1;
}

.nav-buttons .logout-button .tooltip-text[b-hro56ojsir] {
    visibility: hidden;
    opacity: 0;
    padding: 8px;
    z-index: 1;
    top: 35px;
    left: -21px;
    position: absolute;
    transition: opacity 0.3s ease;
}

.nav-buttons .logout-button .tooltip-text span[b-hro56ojsir] {
    position: absolute;
    top: 16px;
    left: 16px;
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.56px;
}

.dropdown .user-settings-button[b-hro56ojsir] {
    cursor: pointer;
    border: 1px solid #4E343A;
    border-radius: 50%;
    stroke: #9E9094;
}
.dropdown .user-settings-button:hover[b-hro56ojsir],
.dropdown.open .user-settings-button[b-hro56ojsir] {
    background-color: #4E343A;
    stroke: #FFFFFF;
}

.dropdown-content .dropdown-content-wrapper[b-hro56ojsir] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
}
.dropdown-content.profile .dropdown-content-wrapper[b-hro56ojsir] {
    gap: 24px;
}

.dropdown:not(.open) .dropdown-content[b-hro56ojsir] {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
}

.dropdown-content[b-hro56ojsir] {
    position: absolute;
    z-index: 1049;
    top: calc(100% + 4px);
    right: 0px;
    display: flex;
    width: 360px;
    padding: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    border-radius: 16px;
    background: #1B1C1D;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.40);

    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-content.profile[b-hro56ojsir] {
    width: 304px;
    gap: 24px;
    user-select: none;
}

.dropdown-content[b-hro56ojsir]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(130.94deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.dropdown-content:not(.loading-data) .dropdown-content-waiting[b-hro56ojsir] {
    display: none;
}

.dropdown-content.loading-data .dropdown-content-wrapper[b-hro56ojsir] {
    display: none;
}

.dropdown-content .dd-sep[b-hro56ojsir] {
    height: 1px;
    border-top: 1px solid #2E2F30;
}
.dropdown-content .inner-dropdown-content .dd-sep[b-hro56ojsir] {
    margin: 8px 0;
}

.dropdown-content .dropdown-section[b-hro56ojsir] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    align-self: stretch;
}

.dropdown-content .dropdown-section .dropdown-section-title[b-hro56ojsir] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.dropdown-content .dropdown-section .settings-item[b-hro56ojsir] {
    text-decoration: none;
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border: 1px solid transparent;
    border-radius: 8px;
}
.dropdown-content .dropdown-section .settings-item:hover[b-hro56ojsir] {
    cursor: pointer;
    border-color: #2E2F30;
    background: rgba(255, 255, 255, 0.04);
}
.dropdown-content .dropdown-section .settings-item .icon-wrapper[b-hro56ojsir] {
    display: flex;
    padding: 2px;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
}

.dropdown-content .dropdown-section .settings-item :is(.icon-wrapper, .settings-button) svg path:not(.icon-fill)[b-hro56ojsir] {
    stroke: #CCC1C4;
}
.dropdown-content .dropdown-section .settings-item :is(.icon-wrapper, .settings-button) svg path.icon-fill[b-hro56ojsir] {
    fill: #CCC1C4;
}
.dropdown-content .dropdown-section .settings-item:hover :is(.icon-wrapper, .settings-button) svg path:not(.icon-fill)[b-hro56ojsir] {
    stroke: #FFFFFF;
}
.dropdown-content .dropdown-section .settings-item:hover :is(.icon-wrapper, .settings-button) svg path.icon-fill[b-hro56ojsir] {
    fill: #FFFFFF;
}

.dropdown-content .dropdown-section .settings-item:hover .icon-wrapper[b-hro56ojsir] {
    background: linear-gradient(135deg, rgba(214, 31, 55, 0.40) 0%, rgba(169, 25, 44, 0.04) 100%);
}
.dropdown-content .dropdown-section .settings-item .icon-wrapper svg[b-hro56ojsir] {
    width: 20px;
    height: 20px;
}
.dropdown-content .dropdown-section .settings-item .settings-content[b-hro56ojsir] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
}
.dropdown-content .dropdown-section .settings-item .settings-content .settings-title[b-hro56ojsir] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.56px;
}
.dropdown-content .dropdown-section .settings-item:hover .settings-content .settings-title[b-hro56ojsir] {
    color: #FFFFFF;
}
.dropdown-content .dropdown-section .settings-item .settings-content .settings-text[b-hro56ojsir] {
    color: #9E9094;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
}
.dropdown-content .dropdown-section .settings-item .settings-button[b-hro56ojsir] {
    display: flex;
    padding: 7px 4px 7px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    border: 1px solid #2E2F30;
    background: rgba(255, 255, 255, 0.04);
    color: #9E9094;
    text-align: center;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.dropdown-content .dropdown-section .settings-item:hover .settings-button[b-hro56ojsir] {
    color: #FFFFFF;
    border-color: transparent;
    background: rgba(255, 255, 255, 0.08);
}
.dropdown-content .dropdown-section .settings-item .settings-switch[b-hro56ojsir] {
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    margin-bottom: 0;
}

.settings-switch:hover[b-hro56ojsir] {
    cursor: pointer;
}

.settings-switch input[b-hro56ojsir] {
    display: none;
}

.settings-switch .dark-mode .dark-bg[b-hro56ojsir] { display: block; }
.settings-switch .light-mode .light-bg[b-hro56ojsir] { display: none; }

.settings-switch .light-mode .light-icon[b-hro56ojsir]  { fill: #CCC1C4; }
.settings-switch .dark-mode .dark-icon[b-hro56ojsir] { fill: #FFFFFF; }

/*.settings-switch input ~ .light-mode .light-bg,
.settings-switch input:checked ~ .dark-mode .dark-bg { display: block; }

.settings-switch input ~ .light-mode .light-icon,
.settings-switch input:checked ~ .dark-mode .dark-icon { fill: #FFFFFF; }

.settings-switch input:checked ~ .light-mode .light-bg,
.settings-switch input ~ .dark-mode .dark-bg { display: none; }

.settings-switch input:checked ~ .light-mode .light-icon,
.settings-switch input ~ .dark-mode .dark-icon { fill: #CCC1C4; }*/

.settings-toggle[b-hro56ojsir] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin-bottom: 0;
}

.settings-toggle input[b-hro56ojsir] {
    display: none;
}

.settings-toggle .slider[b-hro56ojsir] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    border: 1px solid #4E343A;
    background-image: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    background-size: 110% 110%;
    background-position: center;
    transition: border 0.3s ease;
}

.settings-toggle input:checked + .slider[b-hro56ojsir] {
    background-image: linear-gradient(128deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.10) 100.08%);
}

.settings-toggle .slider .dot[b-hro56ojsir] {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 12px;
    border: 1px solid #6F676B;
    background: linear-gradient(128deg, rgba(111, 103, 107, 0.20) 0%, rgba(111, 103, 107, 0.50) 100.08%);
    transition: transform 0.3s ease, background 0.3s ease, border 0.3s ease;
}

.settings-toggle input:checked + .slider .dot[b-hro56ojsir] {
    transform: translateX(26px);
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0 -2px 16px 0 rgba(255, 255, 255, 0.16) inset, 0 4px 4px 0 rgba(255, 255, 255, 0.13) inset, 0 12px 36px 0 rgba(214, 31, 55, 0.24);
    backdrop-filter: blur(20px);
}

.dropdown-content .dropdown-section .settings-item .settings-dropdown .inner-dd-toggle[b-hro56ojsir] {
    display: flex;
    padding: 7px 4px 7px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    width: 96px;
    height: 32px;
    flex: 1;
}
.dropdown-content .dropdown-section .settings-item .settings-dropdown .inner-dd-toggle span[b-hro56ojsir] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}
.dropdown-content .dropdown-section .settings-item .settings-dropdown .inner-dd-toggle[b-hro56ojsir]::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url('assets/dropdown-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.1s ease-in-out
}

.dropdown-content .dropdown-section .settings-item .settings-dropdown.inner-dropdown.open .inner-dd-toggle[b-hro56ojsir]::after {
    transform: rotate(180deg);
}

.inner-dropdown[b-hro56ojsir] {
    position: relative;
}

.inner-dropdown:not(.open) .inner-dropdown-content[b-hro56ojsir] {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
}

.inner-dropdown-content[b-hro56ojsir] {
    position: absolute;
    z-index: 1049;
    top: calc(100% + 4px);
    right: 0px;
    display: flex;
    width: 224px;
    padding: 8px;
    flex-direction: column;
    align-items: stretch;
    border-radius: 16px;
    background: #1B1C1D;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.40);
    height: 400px;

    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.inner-dropdown-content[b-hro56ojsir]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(130.94deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.inner-dropdown-content .dd-filter[b-hro56ojsir] {
    display: flex;
    padding: 8px;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    align-self: stretch;

    color: #9D9295;
    line-height: 150%;
    font-size: 12px;
}

.inner-dropdown-content .dd-filter input[b-hro56ojsir] {
    flex: 1;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.56px;

    color: #FFF;
    background-color: transparent;
    border: none;
    outline: none;
}
.inner-dropdown-content .dd-filter input[b-hro56ojsir]::placeholder {
    color: #CCC1C4;
}

.inner-dropdown-content > .dd-item[b-hro56ojsir] {
    margin: 0 12px 8px 0px;
}

.inner-dropdown-content .dd-item[b-hro56ojsir] {
    display: flex;
    padding: 8px;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;

    color: #9D9295;
    line-height: 150%;
    font-size: 12px;
}

.inner-dropdown-content .dd-item.active[b-hro56ojsir]::after {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url('assets/dropdown-check.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.inner-dropdown-content .dd-item:hover[b-hro56ojsir] {
    background: rgba(255, 255, 255, 0.08);
}
.inner-dropdown-content .dd-item .description[b-hro56ojsir] {
    flex: 1;
}
.inner-dropdown-content .dd-item .description[b-hro56ojsir] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.inner-dropdown-content .dd-item .description .flag[b-hro56ojsir] {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 5px 2px 4px 2px;
    justify-content: center;
    align-items: center;
}
.inner-dropdown-content .dd-item .description .flag .image-wrapper[b-hro56ojsir] {
    width: 20px;
    height: 15px;
    flex-shrink: 0;
    border-radius: 2px;
    border: 1px solid #2E2F30;
    background: transparent;
    overflow: hidden;
}

.inner-dropdown-content .dd-item .description .flag .image-wrapper img[b-hro56ojsir] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.inner-dropdown-content .dd-item .title[b-hro56ojsir] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.56px;
}

.inner-dropdown-content .dd-item.active .title[b-hro56ojsir] {
    color: #FFF;
    font-weight: 600;
}

.inner-dropdown-content .dropdown-list[b-hro56ojsir] {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-right: 8px;
}

.inner-dropdown-content .dropdown-list[b-hro56ojsir]::-webkit-scrollbar {
    width: 4px;
}

.inner-dropdown-content .dropdown-list[b-hro56ojsir]::-webkit-scrollbar-track {
    background: none;
}

.inner-dropdown-content .dropdown-list[b-hro56ojsir]::-webkit-scrollbar-thumb {
    background: #9E9094;
    border-radius: 4px;
}

.inner-dropdown-content .dropdown-list[b-hro56ojsir]::-webkit-scrollbar-button {
    display: none;
}

.profile-header[b-hro56ojsir] {
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    background: #232425;
}

.profile-header .profile-header-image[b-hro56ojsir] {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #D61F37;
    padding: 0;
    overflow: hidden;
    user-select: none;
    flex-shrink: 0;
}
.profile-header .profile-header-image img[b-hro56ojsir] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-header .profile-header-content[b-hro56ojsir] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0; 
}
.profile-header .profile-header-content .hello[b-hro56ojsir] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.56px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.profile-header .profile-header-content .name[b-hro56ojsir] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-content[b-hro56ojsir] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    align-self: stretch;
}

.avatar-container[b-hro56ojsir] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    align-self: stretch;
    margin-bottom: 8px;
}

.avatar-container .avatar-list[b-hro56ojsir] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}

.avatar-container .avatar-list .avatar-item[b-hro56ojsir] {
    flex: 0 0 calc((100% - (8px * 4)) / 5);
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid transparent;
}
.avatar-container .avatar-list .avatar-item.active[b-hro56ojsir] {
    border-color: #D61F37;
    box-shadow: 0 0 0 4px rgba(214, 31, 55, 0.16);
}
.avatar-container .avatar-list .avatar-item img[b-hro56ojsir] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile .profile-text[b-hro56ojsir] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.profile-content .upload-container-wrapper[b-hro56ojsir] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    align-self: stretch;
}
.profile-content .upload-container-wrapper .dnd-instruction[b-hro56ojsir] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    align-self: stretch;
}

.profile-content .upload-container-wrapper .dnd-instruction .dnd-text[b-hro56ojsir] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.profile-content .upload-container-wrapper .dnd-instruction .upload-text[b-hro56ojsir] {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.48px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.profile-content .upload-container-wrapper .upload-limit[b-hro56ojsir] {
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}


.upload-container[b-hro56ojsir] {
    display: flex;
    min-height: 130px;
    padding: 8px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 8px;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    position: relative;
}
.upload-container:not(.loading)[b-hro56ojsir]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(130.94deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.upload-container.upload-busy[b-hro56ojsir] {
    pointer-events: none;
}

.upload-container:hover:not(.loading)[b-hro56ojsir],
.upload-container.dragging[b-hro56ojsir] {
    background: linear-gradient(127.73deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100.08%), linear-gradient(0deg, rgba(214, 31, 55, 0.06), rgba(214, 31, 55, 0.06));
}
.upload-container:hover[b-hro56ojsir]::before,
.upload-container.dragging[b-hro56ojsir]::before {
    background: linear-gradient(#D61F37 0 0) border-box;
}

.buttons-container[b-hro56ojsir] {
    display: flex;
    gap: 16px;
    align-items: center;
    align-self: stretch;
}
.buttons-container > *[b-hro56ojsir] {
    flex: 1 0 0;
    padding: 6px 22px;
    border-radius: 24px;
}

.buttons-container .cancel-button[b-hro56ojsir] {
    border: 1px solid transparent;

    display: flex;
    justify-content: center;
    align-items: center;
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 18px */
    letter-spacing: 0.48px;
}

.buttons-container .cancel-button:hover[b-hro56ojsir] {
    border-color: #3E3F40;
    background: #3E3F40;
    color: #FFF;
    cursor: pointer;
}

.buttons-container .save-button[b-hro56ojsir] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0 -2px 16px 0 rgba(255, 255, 255, 0.16) inset, 0 4px 4px 0 rgba(255, 255, 255, 0.13) inset, 0 12px 36px 0 rgba(214, 31, 55, 0.24);
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 18px */
    letter-spacing: 0.48px;
}

.buttons-container .save-button:hover[b-hro56ojsir] {
    cursor: pointer;
    background: linear-gradient(0deg, #D92F47 0%, #D92F47 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94% 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    backdrop-filter: blur(20px);
}

.saving-data[b-hro56ojsir] {
    pointer-events: none;
}

.saving-data .saving-text[b-hro56ojsir] {
    visibility: hidden;
}

.dropdown-content.profile:not(.saving-data) .saving-loader[b-hro56ojsir] {
    display: none;
}

.footer-container[b-hro56ojsir] {
    display: flex;
} 

.footer-container .signout-button[b-hro56ojsir] {
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;

    border-radius: 4px;

    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 18px */
    letter-spacing: 0.48px;
}
.footer-container .signout-button:hover[b-hro56ojsir] {
    cursor: pointer;
    background: #3E3F40;
}

.upload-container .progress-container[b-hro56ojsir] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.upload-container .progress-container .progress-bar-wrapper[b-hro56ojsir] {
    width: 160px;
    height: 4px;
    background: #57595B;
    border-radius: 100px;
}
.upload-container .progress-container .progress-complete-icon[b-hro56ojsir] {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
    position: relative;
}
.upload-container .progress-container .progress-complete-icon > svg[b-hro56ojsir] {
    width: 65px;
    height: 60px;
    position: absolute;
}

.upload-container .progress-container .progress-bar[b-hro56ojsir] {
    width: 50%;
    height: 100%;
    background: #d61f37;
    border-radius: 100px;
    box-shadow: 0px 0px 10px 5px #D61F37BB;
}
.upload-container .progress-main[b-hro56ojsir] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.upload-container .progress-percentage[b-hro56ojsir] {
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.56px;
}
.upload-container .progress-status[b-hro56ojsir] {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
    letter-spacing: 0.56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.upload-container .progress-complete-text[b-hro56ojsir] {
    color: #A1ED88;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.56px;
}
.upload-container .progress-error-text[b-hro56ojsir] {
    color: #D61F37;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.56px;
}

@media (max-width: 600px) {
    .nav-buttons.search[b-hro56ojsir] {
        margin-right: 12px;
    }
    .nav-buttons.search .dropdown-settings[b-hro56ojsir] {
        display: none;
    }
    .join-timplars[b-hro56ojsir] {
        display: none;
    }
    .dropdown-content[b-hro56ojsir] {
        max-width: calc(100vw - 48px);
    }
    .dropdown-content:not(.profile)[b-hro56ojsir] {
        right: -56px;
    }
}
/* _content/Timpi_Search_Blazor/Pages/RangeDateModal.razor.rz.scp.css */
.disabled-pointer[b-mdq3fd65v5] {
    pointer-events: none;
}

.tmodal-overlay[b-mdq3fd65v5] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 1000;

    overflow-y: auto;
}

.tmodal-overlay .tmodal-box[b-mdq3fd65v5] {
    position: relative;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.00) 100.08%), #1B1C1D;
    box-shadow: 0px 16px 120px 0px rgba(0, 0, 0, 0.90);
    border-radius: 24px;
    padding: 32px;

    width: 390px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;

    z-index: 0;
}

.tmodal-overlay .tmodal-box[b-mdq3fd65v5]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: 
        linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, 
        linear-gradient(131.06deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100.08%) border-box;

    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;

    z-index: -1;
}

.tmodal-header[b-mdq3fd65v5] {
    display: flex;
    align-items: center;
}

.tmodal-header .title[b-mdq3fd65v5] {
    flex: 1;
    color: #FFF;
    font-family: Urbanist;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.tmodal-header .close-button[b-mdq3fd65v5] {
    stroke: #CCC1C4;
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.tmodal-header .close-button:hover[b-mdq3fd65v5] {
    cursor: pointer;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%), rgba(27, 28, 29, 0.80);
}

.tmodal-content[b-mdq3fd65v5] {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;

    border-radius: 24px;
    background: rgba(27, 28, 29, 0.80);
}

.tmodal-content .date-container[b-mdq3fd65v5] {
    display: flex;
    height: 48px;
    padding: 24px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 24px;
    background: rgba(27, 28, 29, 0.80);

    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.56px;

    position: relative;
    z-index: 0;
    cursor: pointer;
}
.tmodal-content .date-container:first-child[b-mdq3fd65v5] {
    z-index: 1;
}

.tmodal-content .date-container[b-mdq3fd65v5]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(131.06deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.tmodal-content .date-container .date-text[b-mdq3fd65v5] {
    flex: 1;
}

.search-button[b-mdq3fd65v5] {
    display: flex;
    padding: 13px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 24px;
    border: 1px solid #403A3C;
    background: rgba(255, 255, 255, 0.04);
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.search-button:hover[b-mdq3fd65v5] {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%), rgba(27, 28, 29, 0.80);
}

button:focus[b-mdq3fd65v5] {
    outline: 0;
}
/* _content/Timpi_Search_Blazor/Pages/SafeSearchModal.razor.rz.scp.css */
.overlay[b-tqm29fvq27] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 10000;
}

.overlay .dialog-box[b-tqm29fvq27] {
    position: relative;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.00) 100.08%), #1B1C1D;
    box-shadow: 0px 16px 120px 0px rgba(0, 0, 0, 0.90);
    border-radius: 24px;

    display: flex;
    max-width: 592px;
    padding: 32px 80px;
    flex-direction: column;
    align-items: center;
    gap: 32px;

    margin: 0 20px;
    z-index: 1;
}

.overlay .dialog-box[b-tqm29fvq27]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: 
        linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, 
        linear-gradient(131.06deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100.08%) border-box;

    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.d-header[b-tqm29fvq27] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.d-header .d-title[b-tqm29fvq27] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    user-select: none;
}

.d-header .d-close[b-tqm29fvq27] {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.d-header .d-close:hover[b-tqm29fvq27] {
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    cursor: pointer;
}

.d-content[b-tqm29fvq27] {
    align-self: stretch;

    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.d-actions[b-tqm29fvq27] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.d-button[b-tqm29fvq27] {
    display: flex;
    padding: 13px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;

    border-radius: 24px;
    border: 1px solid #403A3C;
    background: rgba(255, 255, 255, 0.04);

    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;

    user-select: none;
}
.d-button:hover[b-tqm29fvq27] {
    color: #FFF;
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
}
.d-button:focus[b-tqm29fvq27] {
    outline: 0;
}

@media (max-width: 600px) {
    .overlay .dialog-box[b-tqm29fvq27] {
        padding: 24px;
        gap: 24px;
    }
}
/* _content/Timpi_Search_Blazor/Pages/SearchBackgroundView.razor.rz.scp.css */
.abs-fill[b-b98c3mezk9] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.background-container[b-b98c3mezk9] {
    overflow: hidden;
    pointer-events: none;
}

.bg-noise[b-b98c3mezk9] {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: url("assets/noise.png") lightgray 0% 0% / 64px 64px repeat;
    mix-blend-mode: multiply;
}

.light-red[b-b98c3mezk9] {
    position: absolute;
    top: -284px;
    right: -223px;
    width: 555px;
    height: 555px;
    border-radius: 50%;
    background: rgba(218, 34, 68, 0.32);
    filter: blur(247px);
}

.light-grey[b-b98c3mezk9] {
    position: absolute;
    top: 407px;
    right: -223px;
    width: 555px;
    height: 555px;
    border-radius: 50%;
    background: rgba(102, 96, 98, 0.44);
    filter: blur(247px);
}

.vignette[b-b98c3mezk9] {
    border-radius: 1790px;
    background: rgba(0, 0, 0, 0.32);
    filter: blur(200px);
    position: absolute;
    left: -175px;
    top: -383px;
    right: -175px;
    bottom: -383px;
}

.circle[b-b98c3mezk9] {
    position: absolute;
    top: 0;
    right: 0;
    stroke-width: 1px;
    stroke: #FFF;
    opacity: 0.32;
    mix-blend-mode: soft-light;
}
/* _content/Timpi_Search_Blazor/Pages/SearchResult3.razor.rz.scp.css */
.hidden[b-590sufmpwn] {
    display: none;
}

.abs-fill[b-590sufmpwn] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page[b-590sufmpwn] {
    --content-width: 702px;
    --margin-h: 204px;
    --margin-v: 24px;
    position: relative;
    min-height: 100vh;
}

main[b-590sufmpwn] {
    display: flex;
    flex: 1;
    overflow: hidden;
}

.ads-wrapper[b-590sufmpwn] {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}
.main-wrapper[b-590sufmpwn] {
    margin-left: var(--margin-h);

    display: flex;
    flex-direction: column;
    gap: 32px;
}
.main-container[b-590sufmpwn] {
    width: 100%;
    max-width: var(--content-width);
}

.timpi-container[b-590sufmpwn] {
    flex-shrink: 0;
    width: 100%;
    max-width: var(--content-width);
    margin: 0px 64px 0px var(--margin-h);
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.display-container[b-590sufmpwn] {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 100vh;
}

header[b-590sufmpwn] {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.header-top[b-590sufmpwn] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: var(--margin-v) calc(var(--margin-h) - 140px);
    gap: 24px 13px;
}

header.scrolled[b-590sufmpwn]::after {
    content: "";
    position: absolute;
    height: 120%;
    inset: 0;
    background: linear-gradient(180deg, #1B1C1D 0%, rgba(0, 0, 0, 0.00) 100%);
    mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: -1;
}

.top-section[b-590sufmpwn] {
    display: flex;
    align-items: center;
    gap: 36px;
    flex: 1;
    max-width: 900px;
}

.logo[b-590sufmpwn] {
    width: 85px;
    height: 48px;
    flex: 0 0 auto;
    background-image: url("assets/logo-beta.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.input-container[b-590sufmpwn] {
    --bd-input-clr: #5D5C5D;
    --bd-radius: 26px;    
    --input-box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.64);
    --input-margin-left: 36px;

    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: var(--content-width);
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    transition: 
        margin-left 0.1s ease,
        flex-basis 0.1s ease;
    position: relative;
    margin-left: var(--input-margin-left);

    will-change: margin-left, flex-basis;
}

.input-container.input--focus[b-590sufmpwn],
.input-container.dropdown--open.dropdown--has-items[b-590sufmpwn] {
    margin-left: 0px;
    flex-basis: calc(var(--content-width) + var(--input-margin-left));
}

.input-container.hidden:not(.loading)[b-590sufmpwn] {
    display: none;
    opacity: 0;
    pointer-events: none;
}

.input-container .input-wrapper[b-590sufmpwn] {
    position: relative;
    width: 100%;
    display: flex;
    padding: 11px 20px;
    align-items: center;
    gap: 16px;    
    border-radius: 28px;
    border: 1px solid;
    background: #110E0E80;

    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);

    overflow: hidden;
}

.input-container .input-wrapper[b-590sufmpwn]:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background:           
        linear-gradient(171deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, 
        linear-gradient(171deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.input-container .input-wrapper:hover[b-590sufmpwn] {
    background: #141415;
    box-shadow: var(--input-box-shadow);
}

.input-container.input--focus .input-wrapper[b-590sufmpwn] {
    background: #141415;
    box-shadow: var(--input-box-shadow);
}

.input-container.dropdown--open.dropdown--has-items .input-wrapper[b-590sufmpwn] { 
    padding: 11px 20px 12px 20px;
    background: #141415;
    box-shadow: var(--input-box-shadow);
    border-radius: var(--bd-radius) var(--bd-radius) 0 0;
    border: 1px solid var(--bd-input-clr);
    border-bottom: none;
}

.input-container.dropdown--open.dropdown--has-items .input-wrapper[b-590sufmpwn]::before {    
    content: none;
    background: 
        linear-gradient(#6B5B60 0 0) border-box, 
        linear-gradient(168deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, 
        linear-gradient(171deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
}

.input-container .input-wrapper .input-phrase[b-590sufmpwn] {
    width: 100%;
    display: flex;
    align-items: center;
}

.input-container:not(.input--focus):not(.dropdown--open.dropdown--has-items) .input-wrapper .input-phrase .search-indicator[b-590sufmpwn] {
    width: 0px;
    overflow: hidden;
}

.input-container .input-wrapper .input-phrase .search-indicator[b-590sufmpwn] {
    flex-shrink: 0;
    width: 36px;
    transition: width 0.1s ease;
}
.input-container .input-wrapper .input-phrase .search-indicator[b-590sufmpwn]::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('assets/suggestion-leading.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.input-container .input-wrapper .input-phrase input[b-590sufmpwn] {
    flex: 1;
    background-color: transparent;
    border: none;
    outline: none;
    color: #FFF;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.64px;
    width: 100%;
    min-width: 150px;
}

.input-container .input-wrapper .input-phrase input[b-590sufmpwn]::placeholder {
    color: #9E9094;
}

.input-container.dropdown--open.dropdown--has-items .suggestion-dropdown[b-590sufmpwn] {
    display: flex;
}

.input-container .input-wrapper .input-phrase .clear-text-button[b-590sufmpwn] {
    width: 24px;
    height: 24px;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.v-separator[b-590sufmpwn] {
    width: 1px;
    background-color: #403A3C;
}

.input-container .input-wrapper .input-action[b-590sufmpwn] {
    display: flex;
    align-items: stretch;
    gap: 16px;
}
.input-container .input-wrapper .input-action .input-button[b-590sufmpwn] {
    width: 24px;
    height: 24px;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.input-container .input-wrapper .input-action .input-button:hover[b-590sufmpwn] {
    cursor: pointer;
}

.input-container .suggestion-dropdown[b-590sufmpwn] {
    padding: 8px;
    width: 100%;
    border-radius: 0 0 var(--bd-radius) var(--bd-radius);
    border: 1px solid var(--bd-input-clr);
    border-top: none;
    background: #141415;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 16.8px;
    position: absolute;
    overflow: hidden;

    box-shadow: var(--input-box-shadow);
    box-shadow: 0px 24px 32px -6px rgba(0, 0, 0, 0.64);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.input-container .suggestion-dropdown[b-590sufmpwn] {
    pointer-events: auto;
}

.input-container .suggestion-dropdown:focus[b-590sufmpwn] {
    outline: none;
}

.input-container .suggestion-dropdown ul[b-590sufmpwn] {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}
.input-container .suggestion-dropdown ul .suggestion-item[b-590sufmpwn] {
    padding: 8px 12px;
    border-radius: 8px;

    color: #FFF;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.64px;

    position: relative;
    display: flex;
    align-items: center;
    column-gap: 14px;
}

.input-container .suggestion-dropdown ul .suggestion-item .matched[b-590sufmpwn] {
    color: #CCC1C4;
    font-weight: 400;
}

.input-container .suggestion-dropdown ul .suggestion-item[b-590sufmpwn]::before {    
    content: '';
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background-image: url('assets/suggestion-leading.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.input-container .suggestion-dropdown ul .suggestion-item .suggestion-text[b-590sufmpwn] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.input-container .suggestion-dropdown ul .suggestion-item.selected[b-590sufmpwn] {
    background: #202122;
}
.input-container .suggestion-dropdown ul .suggestion-item:hover[b-590sufmpwn] {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%);
    cursor: pointer;
}

.input-container.dropdown--open.dropdown--has-items .input-wrapper .input-backlight[b-590sufmpwn] {
    display: unset;
}
.input-backlight[b-590sufmpwn] {
    display: none;
}

.suggestion-backlight[b-590sufmpwn] {
    top: -648px;
}
.input-backlight[b-590sufmpwn],
.suggestion-backlight[b-590sufmpwn] {
    position: absolute;
    width: 800px;
    height: 800px;
    top: -600px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient( circle at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.2) 60%, rgba(255, 255, 255, 0) 100% );
    opacity: 0.2;
    pointer-events: none;
    filter: blur(80px);
}

.h-separator[b-590sufmpwn] {
    height: 1px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.20) 50%, rgba(255, 255, 255, 0.00) 100%);
}

.input-container.dropdown--open.dropdown--has-items .input-wrapper .h-separator[b-590sufmpwn] {
    display: unset;
}
.input-wrapper .h-separator[b-590sufmpwn] {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.suggestion-dropdown .h-separator[b-590sufmpwn] {
    position: unset;
    margin: 8px 0;
}
.suggestion-dropdown .report-container[b-590sufmpwn] {
    display: flex;
    justify-content: flex-end;
}
.suggestion-dropdown .report-container .report-button[b-590sufmpwn] {
    display: flex;
    padding: 7px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16px;

    color: #9D9295;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.suggestion-dropdown .report-container .report-button:hover[b-590sufmpwn] {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%);
    user-select: none;
    cursor: pointer;
}

.wilson-container.hide[b-590sufmpwn] {
    display: none;
}
.wilson-container[b-590sufmpwn] {
    --wilson-research-width: 422px;
    --wi-ct-pad: 16px;

    display: flex;
    justify-content: space-between;
    position: relative;
    row-gap: 8px;
    color: #FFF;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    height: 20em;
    padding: 0 0 16px 0;
    overflow-y: hidden;
    width: calc(var(--content-width));
}
.wilson-container.has-links[b-590sufmpwn] {
    width: calc(var(--content-width) + var(--wilson-research-width));
    padding: 0 16px 16px 0;
    --wi-ct-pad: 48px;
}

.wilson-container.full-answer[b-590sufmpwn] {
    height: unset;
}
.wilson-container.has-response:not(.show-more)[b-590sufmpwn] {
    border-bottom: 1px solid #403A3C;
}

.wilson-container .wilson-content[b-590sufmpwn] {
    flex: 0 0 var(--content-width);
    width: 100%;
    padding: 0 var(--wi-ct-pad) 0 16px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    justify-content: space-between;
}

.wilson-container .feedback-container:not(.show)[b-590sufmpwn] {
    visibility: hidden;
}

.wilson-container .feedback-container.medium[b-590sufmpwn] {
    display: none;
}

.wilson-container .feedback-container[b-590sufmpwn] {
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}
.wilson-container .feedback-container .feedback-disclaimer[b-590sufmpwn] {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;

    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.wilson-container .feedback-container .feedback-disclaimer .disclaimer-action[b-590sufmpwn] {
    color: #9D9295;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.wilson-container .feedback-container .feedback-items[b-590sufmpwn] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;    
}

.wilson-container .feedback-container .feedback-items div.ws-feedback-button[b-590sufmpwn] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    stroke-width: 2px;

    stroke: #9E9094;
    border: 1px solid #403A3C;
    display: flex;
    align-items: center;
    justify-content: center;
    
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
}
.wilson-container .feedback-container .feedback-items div.ws-share-feedback-button:not(.can-share)[b-590sufmpwn] {
    display: none;
}

.wilson-container .feedback-container .feedback-items div.ws-negative-feedback-button svg[b-590sufmpwn] {
    transform: scaleY(-1);
}
.wilson-container .feedback-container .feedback-items div.ws-feedback-button:hover[b-590sufmpwn] {
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.10) 100.08%);
    cursor: pointer;
    stroke: #FFFFFF;
}

.wilson-container:not(.has-links) .wilson-research-wrapper[b-590sufmpwn] {
    display: none;
}
.wilson-container .wilson-research-wrapper[b-590sufmpwn] {
    max-width: var(--wilson-research-width);
}

.wilson-container .wilson-research-wrapper .wilson-research-container[b-590sufmpwn] {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-height: 450px;
    overflow-y: auto;
}

.wilson-container .wilson-research-wrapper .wilson-research-container[b-590sufmpwn]::-webkit-scrollbar {
    width: 4px;
}

.wilson-container .wilson-research-wrapper .wilson-research-container[b-590sufmpwn]::-webkit-scrollbar-track {
    background: none;
}

.wilson-container .wilson-research-wrapper .wilson-research-container[b-590sufmpwn]::-webkit-scrollbar-thumb {
    background: #9E9094;
    border-radius: 4px;
}

.wilson-container .wilson-research-wrapper .wilson-research-container[b-590sufmpwn]::-webkit-scrollbar-button {
    display: none;
}

.wilson-research-item[b-590sufmpwn] {
    display: flex;
    padding: 16px;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 16px;
}

.wilson-research-item:hover[b-590sufmpwn] {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.04);
}

.wilson-research-item .wr-item-content[b-590sufmpwn] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
}
.wilson-research-item .wr-item-content .wr-item-title[b-590sufmpwn] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    color: #99C3FF;
    text-overflow: ellipsis;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    text-transform: capitalize;
}

.wilson-research-item .wr-item-content .wr-item-title:hover[b-590sufmpwn] {
    text-decoration: none;
}

.wilson-research-item .wr-item-content .wr-item-title:visited[b-590sufmpwn] {
    color: #C58AF9;
}

.wilson-research-item .wr-item-content .wr-item-description[b-590sufmpwn] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    color: #CCC1C4;
    text-overflow: ellipsis;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.wilson-research-item .wr-item-content .wr-item-domain[b-590sufmpwn] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    text-overflow: ellipsis;

    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.48px;
}
.wilson-research-item .wr-item-content .wr-item-domain[b-590sufmpwn] {
    margin-top: 8px;
}
.wilson-research-item .wr-item-image[b-590sufmpwn]
{
    width: 92px;
    height: 92px;
}
.wilson-research-item .wr-item-image img[b-590sufmpwn] {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.wilson-container:not(.show-more) .wilson-mask[b-590sufmpwn] {
    display: none;
}
.wilson-container .wilson-mask[b-590sufmpwn] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(31, 32, 34, 0.10) 0%, #1F2022 100%);
    backdrop-filter: blur(1px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wilson-container .wilson-mask .showmore-ai-button[b-590sufmpwn] {
    width: calc(var(--content-width) - 16px - var(--wi-ct-pad));
    margin: 2rem var(--wi-ct-pad) 0 16px;
    display: flex;
    padding: 11px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 20px;
    border: 1px solid #403A3C;
    background: #27292a;
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    user-select: none;
    cursor: pointer;
}

.wilson-container .box-container[b-590sufmpwn] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    width: 100%;
}

.wilson-badge[b-590sufmpwn] {
    margin-bottom: 8px;
    width: 95px;
    height: 24px;
    user-select: none;
    position: relative;
}

.wilson-badge img[b-590sufmpwn] {
    position: absolute;
    top: 50%;
    left: calc(50% - 3px);
    width: 110px;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.wilson-badge .ai-avatar[b-590sufmpwn] {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #D61F37;
    background: #00000052;
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    padding-top: 0.1rem;
}

.wilson-badge span[b-590sufmpwn] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}

.wilson-answer[b-590sufmpwn] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7em;
    width: 100%;
    position: relative;

    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.wilson-answer .wilson-asistant[b-590sufmpwn] {    
    width: 100%;
}
.wilson-answer.full-answer[b-590sufmpwn] {
    height: unset;
}
.wilson-answer[b-590sufmpwn]::-webkit-scrollbar {
  display: none;
}
.mask[b-590sufmpwn] {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(31, 32, 34, 0.00) 0%, #1F2022 50%, #1F2022 100%);
    backdrop-filter: blur(1px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.showmore-answer-button[b-590sufmpwn] {    
    display: flex;
    padding: 11px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 20px;
    border: 1px solid #403A3C;
    background: #27292a;

    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;

    user-select: none;
    cursor: pointer;
}

.wilson-threads-container[b-590sufmpwn] {
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    display: inline-flex;
    flex-wrap: wrap;
}

.wilson-threads-container .wilson-threads-title[b-590sufmpwn] {
    color: #CCC1C4;
    font-size: 12px;
    font-family: Urbanist;
    font-weight: 400;
    line-height: 16.20px;
    letter-spacing: 0.48px;
    word-wrap: break-word;
}

.wilson-threads-container .wilson-threads-list[b-590sufmpwn] {
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
    flex-wrap: wrap;

    color: #CCC1C4;
    font-size: 14px;
    font-family: Urbanist;
    font-weight: 400;
    line-height: 19.60px;
    word-wrap: break-word;
}

.wilson-threads-container .wilson-threads-list .wilson-thread-item[b-590sufmpwn] {
    padding: 4px 12px;
    background: #3A3B3F;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    display: flex;
    cursor: pointer;
}

.wilson-threads-container .wilson-threads-list .wilson-thread-item:hover[b-590sufmpwn] {
    background: #585C62;
}

.result-section[b-590sufmpwn] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 8px;
    z-index: 100;
}

.result-section .result-wrapper[b-590sufmpwn] {
    display: flex;
    flex-direction: column;
    gap: 16px;    
}

.filter-section[b-590sufmpwn] {
    width: 100%;
    align-items: stretch;
    display: flex;
    gap: 32px;
    padding-left: 16px;
    flex-direction: column;
}

.filter-section .filter-container[b-590sufmpwn] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 32px;
    z-index: 999;
}

.filter-section .filter-container .dropdown[b-590sufmpwn] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;

    cursor: pointer;
    user-select: none;
}
.filter-section .filter-container .dropdown.settings[b-590sufmpwn] {
    display: none;
}
.filter-section .filter-container .dropdown .dd-toggle[b-590sufmpwn] {    
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.filter-section .filter-container .dropdown .dd-toggle .dd-toggle__label[b-590sufmpwn] {
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.filter-section .filter-container .dropdown .dd-toggle[b-590sufmpwn]::after {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url('assets/dropdown-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.1s ease-in-out
}
.filter-section .filter-container .dropdown.open .dd-toggle[b-590sufmpwn]::after {
    transform: rotate(180deg);
}

.filter-section .filter-container .dropdown.open .dd-toggle[b-590sufmpwn] {
    color: #FFF;
}

.filter-container .dropdown:first-child .dropdown-content[b-590sufmpwn] {
    left: -19px;
    width: 224px;
}

.filter-container .dropdown:nth-child(2) .dropdown-content[b-590sufmpwn] {
    left: -16px;
    width: 240px;
}

.filter-section .filter-container .dropdown:not(.open) .dropdown-content[b-590sufmpwn] {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
}

.dropdown-content[b-590sufmpwn] {
    position: absolute;
    min-width: 160px;
    max-height: 400px;
    overflow-y: auto;
    z-index: 1;
    top: calc(100% + 4px);
    left: -30px;
    display: flex;
    flex-direction: column;
    width: 278px;
    padding: 8px;
    align-items: stretch;
    border-radius: 16px;
    background: #1B1C1D;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.40);

    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-content[b-590sufmpwn]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(130.94deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}
.dropdown.settings .dropdown-content[b-590sufmpwn] {
    left: unset;
    right: 0;
    width: 360px;
    max-width: calc(100vw - 24px);
    padding: 16px;
    max-height: unset;
}
.dropdown-content .dropdown-content-wrapper[b-590sufmpwn] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
}
.dropdown-content .dropdown-section[b-590sufmpwn] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    align-self: stretch;
}

.dropdown-content .dropdown-section .dropdown-section-title[b-590sufmpwn] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.dropdown-content .dropdown-section .settings-item[b-590sufmpwn] {
    text-decoration: none;
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border: 1px solid transparent;
    border-radius: 8px;
}
.dropdown-content .dropdown-section .settings-item:hover[b-590sufmpwn] {
    cursor: pointer;
    border-color: #2E2F30;
    background: rgba(255, 255, 255, 0.04);
}
.dropdown-content .dropdown-section .settings-item .icon-wrapper[b-590sufmpwn] {
    display: flex;
    padding: 2px;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
}

.dropdown-content .dropdown-section .settings-item :is(.icon-wrapper, .settings-button) svg path:not(.icon-fill)[b-590sufmpwn] {
    stroke: #CCC1C4;
}
.dropdown-content .dropdown-section .settings-item :is(.icon-wrapper, .settings-button) svg path.icon-fill[b-590sufmpwn] {
    fill: #CCC1C4;
}
.dropdown-content .dropdown-section .settings-item:hover :is(.icon-wrapper, .settings-button) svg path:not(.icon-fill)[b-590sufmpwn] {
    stroke: #FFFFFF;
}
.dropdown-content .dropdown-section .settings-item:hover :is(.icon-wrapper, .settings-button) svg path.icon-fill[b-590sufmpwn] {
    fill: #FFFFFF;
}

.dropdown-content .dropdown-section .settings-item:hover .icon-wrapper[b-590sufmpwn] {
    background: linear-gradient(135deg, rgba(214, 31, 55, 0.40) 0%, rgba(169, 25, 44, 0.04) 100%);
}
.dropdown-content .dropdown-section .settings-item .icon-wrapper svg[b-590sufmpwn] {
    width: 20px;
    height: 20px;
}
.dropdown-content .dropdown-section .settings-item .settings-content[b-590sufmpwn] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
}
.dropdown-content .dropdown-section .settings-item .settings-content .settings-title[b-590sufmpwn] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.56px;
}
.dropdown-content .dropdown-section .settings-item:hover .settings-content .settings-title[b-590sufmpwn] {
    color: #FFFFFF;
}
.dropdown-content .dropdown-section .settings-item .settings-content .settings-text[b-590sufmpwn] {
    color: #9E9094;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
}
.dropdown-content .dropdown-section .settings-item .settings-button[b-590sufmpwn] {
    display: flex;
    padding: 7px 4px 7px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    border: 1px solid #2E2F30;
    background: rgba(255, 255, 255, 0.04);
    color: #9E9094;
    text-align: center;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.dropdown-content .dropdown-section .settings-item:hover .settings-button[b-590sufmpwn] {
    color: #FFFFFF;
    border-color: transparent;
    background: rgba(255, 255, 255, 0.08);
}
.dropdown-content .dropdown-section .settings-item .settings-switch[b-590sufmpwn] {
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    margin-bottom: 0;
}
.settings-switch:hover[b-590sufmpwn] {
    cursor: pointer;
}

.settings-switch input[b-590sufmpwn] {
    display: none;
}

.settings-switch .dark-mode .dark-bg[b-590sufmpwn] { display: block; }
.settings-switch .light-mode .light-bg[b-590sufmpwn] { display: none; }

.settings-switch .light-mode .light-icon[b-590sufmpwn]  { fill: #CCC1C4; }
.settings-switch .dark-mode .dark-icon[b-590sufmpwn] { fill: #FFFFFF; }

/*.settings-switch input ~ .light-mode .light-bg,
.settings-switch input:checked ~ .dark-mode .dark-bg { display: block; }

.settings-switch input ~ .light-mode .light-icon,
.settings-switch input:checked ~ .dark-mode .dark-icon { fill: #FFFFFF; }

.settings-switch input:checked ~ .light-mode .light-bg,
.settings-switch input ~ .dark-mode .dark-bg { display: none; }

.settings-switch input:checked ~ .light-mode .light-icon,
.settings-switch input ~ .dark-mode .dark-icon { fill: #CCC1C4; }*/

.settings-toggle[b-590sufmpwn] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin-bottom: 0;
}

.settings-toggle input[b-590sufmpwn] {
    display: none;
}

.settings-toggle .slider[b-590sufmpwn] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    border: 1px solid #4E343A;
    background-image: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    background-size: 110% 110%;
    background-position: center;
    transition: border 0.3s ease;
}

.settings-toggle input:checked + .slider[b-590sufmpwn] {
    background-image: linear-gradient(128deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.10) 100.08%);
}

.settings-toggle .slider .dot[b-590sufmpwn] {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 12px;
    border: 1px solid #6F676B;
    background: linear-gradient(128deg, rgba(111, 103, 107, 0.20) 0%, rgba(111, 103, 107, 0.50) 100.08%);
    transition: transform 0.3s ease, background 0.3s ease, border 0.3s ease;
}

.settings-toggle input:checked + .slider .dot[b-590sufmpwn] {
    transform: translateX(26px);
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0 -2px 16px 0 rgba(255, 255, 255, 0.16) inset, 0 4px 4px 0 rgba(255, 255, 255, 0.13) inset, 0 12px 36px 0 rgba(214, 31, 55, 0.24);
    backdrop-filter: blur(20px);
}

.dropdown-content .dropdown-section .settings-item .settings-dropdown .inner-dd-toggle[b-590sufmpwn] {
    display: flex;
    padding: 7px 4px 7px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    width: 96px;
    height: 32px;
    flex: 1;
}
.dropdown-content .dropdown-section .settings-item .settings-dropdown .inner-dd-toggle span[b-590sufmpwn] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}
.dropdown-content .dropdown-section .settings-item .settings-dropdown .inner-dd-toggle[b-590sufmpwn]::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url('assets/dropdown-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.1s ease-in-out
}

.dropdown-content .dropdown-section .settings-item .settings-dropdown.inner-dropdown.open .inner-dd-toggle[b-590sufmpwn]::after {
    transform: rotate(180deg);
}

.inner-dropdown[b-590sufmpwn] {
    position: relative;
}

.inner-dropdown:not(.open) .inner-dropdown-content[b-590sufmpwn] {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
}

.inner-dropdown-content[b-590sufmpwn] {
    position: absolute;
    z-index: 1049;
    top: calc(100% + 4px);
    right: 0px;
    display: flex;
    width: 224px;
    padding: 8px;
    flex-direction: column;
    align-items: stretch;
    border-radius: 16px;
    background: #1B1C1D;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.40);
    height: 400px;

    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.inner-dropdown-content[b-590sufmpwn]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(130.94deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.inner-dropdown-content .dd-filter[b-590sufmpwn] {
    display: flex;
    padding: 8px;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    align-self: stretch;

    color: #9D9295;
    line-height: 150%;
    font-size: 12px;
}

.inner-dropdown-content .dd-filter input[b-590sufmpwn] {
    flex: 1;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.56px;

    color: #FFF;
    background-color: transparent;
    border: none;
    outline: none;
}
.inner-dropdown-content .dd-filter input[b-590sufmpwn]::placeholder {
    color: #CCC1C4;
}

.inner-dropdown-content > .dd-item[b-590sufmpwn] {
    margin: 0 12px 8px 0px;
}

.inner-dropdown-content .dd-item[b-590sufmpwn] {
    display: flex;
    padding: 8px;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;

    color: #9D9295;
    line-height: 150%;
    font-size: 12px;
}

.inner-dropdown-content .dd-item.active[b-590sufmpwn]::after {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url('assets/dropdown-check.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.inner-dropdown-content .dd-item:hover[b-590sufmpwn] {
    background: rgba(255, 255, 255, 0.08);
}
.inner-dropdown-content .dd-item .description[b-590sufmpwn] {
    flex: 1;
}
.inner-dropdown-content .dd-item .description[b-590sufmpwn] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.inner-dropdown-content .dd-item .description .flag[b-590sufmpwn] {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 5px 2px 4px 2px;
    justify-content: center;
    align-items: center;
}
.inner-dropdown-content .dd-item .description .flag .image-wrapper[b-590sufmpwn] {
    width: 20px;
    height: 15px;
    flex-shrink: 0;
    border-radius: 2px;
    border: 1px solid #2E2F30;
    background: transparent;
    overflow: hidden;
}

.inner-dropdown-content .dd-item .description .flag .image-wrapper img[b-590sufmpwn] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.inner-dropdown-content .dd-item .title[b-590sufmpwn] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.56px;
}

.inner-dropdown-content .dd-item.active .title[b-590sufmpwn] {
    color: #FFF;
    font-weight: 600;
}

.inner-dropdown-content .dropdown-list[b-590sufmpwn] {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-right: 8px;
}

.inner-dropdown-content .dropdown-list[b-590sufmpwn]::-webkit-scrollbar {
    width: 4px;
}

.inner-dropdown-content .dropdown-list[b-590sufmpwn]::-webkit-scrollbar-track {
    background: none;
}

.inner-dropdown-content .dropdown-list[b-590sufmpwn]::-webkit-scrollbar-thumb {
    background: #9E9094;
    border-radius: 4px;
}

.inner-dropdown-content .dropdown-list[b-590sufmpwn]::-webkit-scrollbar-button {
    display: none;
}
.dropdown-content > .dd-item[b-590sufmpwn] {
    margin: 0 12px 8px 0px;
}

.dropdown-content .dropdown-list[b-590sufmpwn] {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-right: 8px;
}

.dropdown-content .dropdown-list[b-590sufmpwn]::-webkit-scrollbar {
    width: 4px;
}

.dropdown-content .dropdown-list[b-590sufmpwn]::-webkit-scrollbar-track {
    background: none;
}

.dropdown-content .dropdown-list[b-590sufmpwn]::-webkit-scrollbar-thumb {
    background: #9E9094;
    border-radius: 4px;
}

.dropdown-content .dropdown-list[b-590sufmpwn]::-webkit-scrollbar-button {
    display: none;
}

.dropdown-content .dd-sep[b-590sufmpwn] {
    height: 1px;
    margin: 8px 0px;
    border-top: 1px solid #2E2F30;
}

.dropdown-content .dd-filter[b-590sufmpwn] {
    display: flex;
    padding: 8px;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    align-self: stretch;

    color: #9D9295;
    line-height: 150%;
    font-size: 12px;
}

.dropdown-content .dd-filter input[b-590sufmpwn] {
    flex: 1;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.56px;

    color: #FFF;
    background-color: transparent;
    border: none;
    outline: none;
}
.dropdown-content .dd-filter input[b-590sufmpwn]::placeholder {
    color: #CCC1C4;
}

.dropdown-content .dd-item[b-590sufmpwn] {
    display: flex;
    padding: 8px;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;

    color: #9D9295;
    line-height: 150%;
    font-size: 12px;
}

.dropdown-content .dd-item.active[b-590sufmpwn]::after {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url('assets/dropdown-check.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.dropdown-content .dd-item:hover[b-590sufmpwn] {
    background: rgba(255, 255, 255, 0.08);
}

.dropdown-content .dd-item .description[b-590sufmpwn] {
    flex: 1;
}
.dropdown:not(.safe-search) .dropdown-content .dd-item .description[b-590sufmpwn] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.dropdown-content .dd-item .description .flag[b-590sufmpwn] {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 5px 2px 4px 2px;
    justify-content: center;
    align-items: center;
}
.dropdown-content .dd-item .description .flag .image-wrapper[b-590sufmpwn] {
    width: 20px;
    height: 15px;
    flex-shrink: 0;
    border-radius: 2px;
    border: 1px solid #2E2F30;
    background: transparent;
    overflow: hidden;
}

.dropdown-content .dd-item .description .flag .image-wrapper img[b-590sufmpwn] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dropdown-content .dd-item .title[b-590sufmpwn] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;

    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.56px;
}
.dropdown-content .dd-item.active .title[b-590sufmpwn] {
    color: #FFF;
    font-weight: 600;
}
.dropdown-content .dd-item.active svg[b-590sufmpwn] {
    stroke: #FFF;
}

.filter-section .filter-container .nsfw-header[b-590sufmpwn] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.filter-section .filter-container .nsfw-header .header-icon[b-590sufmpwn] {
    position: relative;
}

.filter-section .filter-container .nsfw-header .header-icon:hover[b-590sufmpwn] {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.filter-section .filter-container .nsfw-header .header-icon:hover .tooltip-text[b-590sufmpwn] {
    visibility: visible;
    opacity: 1;
}

.filter-section .filter-container .nsfw-header .header-icon .tooltip-text[b-590sufmpwn] {
    visibility: hidden;
    opacity: 0;
    padding: 8px;
    z-index: 1;
    top: 125%;
    left: -15px;
    position: absolute;
    border-radius: 8px;
    background: #FFF;
    white-space: nowrap;
    margin-bottom: 15px;
    transition: opacity 0.3s ease;

    color: #222325;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.48px;
}

.filter-section .filter-container .nsfw-header .header-icon .tooltip-text[b-590sufmpwn]::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 22px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #FFF transparent;
}

.filter-section .filter-container .nsfw-header span[b-590sufmpwn] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.filter-panel[b-590sufmpwn] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    z-index: 1;

    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.filter-panel .f-actions-container[b-590sufmpwn] {
    display: flex;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}
.filter-panel .f-actions-container .f-header[b-590sufmpwn] {
    display: flex;
    align-items: center;
    gap: 4px;

    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.f-header .f-icon[b-590sufmpwn] {
    border-radius: 4px;
    position: relative;
    stroke: #9D9295;
}

.f-header .f-icon:hover[b-590sufmpwn] {    
    cursor: pointer;
    background: rgba(255, 255, 255, 0.08);
    stroke: #FFF;
}

.f-header .f-icon .dropdown-content[b-590sufmpwn] {
    display: none;
    width: unset;
    user-select: none;
    pointer-events: none;
}
.f-header .f-icon .dropdown-content .content[b-590sufmpwn]{
    white-space: nowrap;
}
.f-header .f-icon:hover .dropdown-content[b-590sufmpwn] {
    display: flex;
}

.filter-panel .f-actions-container .f-actions[b-590sufmpwn] {
    display: flex;
    align-items: center;
    gap: 8px;
}
.filter-panel .f-actions-container .f-actions .f-action[b-590sufmpwn] {
    display: flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    border: 1px solid #403A3C;
    background: rgba(255, 255, 255, 0.04);

    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;

    height: 30px;

    user-select: none;
    cursor: pointer;
}
.filter-panel .f-actions-container .f-actions .f-action.active[b-590sufmpwn] {
    color: #FFF;
    display: flex;
    padding: 6px 14px 6px 12px;
    align-items: center;
    gap: 4px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(#D61F37 0 0), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0px -2px 16px 0px rgba(255, 255, 255, 0.16) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.13) inset;
}
.filter-panel .f-actions-container .f-actions .f-action:not(.active):hover[b-590sufmpwn] {
    color: #FFF;
    background: rgba(255, 255, 255, 0.08);
}

.nsfw-container[b-590sufmpwn] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.nsfw-container .nsfw-label[b-590sufmpwn] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.28px;
    width: 3.5rem;
}

.nsfw-container .nsfw-label[b-590sufmpwn]::before {
    content: "Disabled";
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.nsfw-container.checked .nsfw-label[b-590sufmpwn]::before {
    color: #FFF;
    content: "Enabled";
}

.nsfw-container .nsfw-switch[b-590sufmpwn] {
    width: 48px; 
    padding: 3px;
    display: block;
    position: relative;

    border-radius: 12px;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
}

.nsfw-container .nsfw-switch:hover[b-590sufmpwn] {
    cursor: pointer;
}

.nsfw-container .nsfw-switch[b-590sufmpwn]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background:           
        linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, 
        linear-gradient(130.94deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;

    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.nsfw-container.checked .nsfw-switch[b-590sufmpwn] {
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.13) inset, 0px 12px 36px 0px rgba(214, 31, 55, 0.24);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.nsfw-container.checked .nsfw-switch .slider[b-590sufmpwn] {
    background: #FFF;
}

.nsfw-container .nsfw-switch .slider[b-590sufmpwn] {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.20) 100.08%);
    transition: transform 0.3s ease-in-out;
}


.nsfw-container.checked .slider[b-590sufmpwn] {
    transform: translateX(24px);
}

.result-section .result-wrapper .result-data[b-590sufmpwn] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-self: stretch;
}


footer[b-590sufmpwn] {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #27292A;
    background: rgba(0, 0, 0, 0.08);
    padding-left: var(--margin-h);
}

.footer[b-590sufmpwn] {
    display: flex;
    padding: 40px 0px;
    justify-content: space-between;
    width: 100%;
    max-width: var(--content-width);
}

.footer-column[b-590sufmpwn] {
}

.footer-column h4[b-590sufmpwn] {
    margin-bottom: 16px;
    color: #FFF;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.56px;
    text-transform: capitalize;
    line-height: 150%;
}

.footer-column ul[b-590sufmpwn] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li[b-590sufmpwn] {
    margin-bottom: 8px;
    line-height: 1;
}

.footer-column a[b-590sufmpwn] {
    text-decoration: none;
    position: relative;
    transition: color 0.2s ease;

    color: #CCC1C4;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer-column a:hover[b-590sufmpwn] {
    color: #FFF;
    text-decoration: underline;
}

.footer-column a:hover[b-590sufmpwn]::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: 6px;

    background: linear-gradient(180deg, #D62139 0%, #D62139AA 100.08%);
    box-shadow: 0 0 9px #D61F37, 0 0 18px #D61F37, 0 0 27px #D61F37;
    filter: drop-shadow(0px 0px 12px #D61F37);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.back-to-top[b-590sufmpwn] {
    position: fixed;
    bottom: calc(50% - 36px);
    right: 20px;
    color: white;
    font-size: 20px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    width: 48px;
    height: 72px;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    transition: opacity 0.3s ease;
    background-color: var(--main-bg-color);
    border-radius: 28px;
    stroke: #9E9094;
    z-index: 200;
}

.back-to-top:hover[b-590sufmpwn] {
    stroke: #FFF;
}

.back-to-top[b-590sufmpwn]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(145deg, #FFFFFF66 0%, #FFFFFF15 50%, #FFFFFF05 60%, #FFFFFF33 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.timpi-dropdown[b-590sufmpwn] {
    position: relative;
    display: inline-block;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.timpi-dropdown-toggle[b-590sufmpwn] {
    border-radius: 24px;
    background: rgba(0, 0, 0, 0.04);
    padding: 4px 16px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    color: white;
    font-size: 14px;
    font-family: Urbanist;
    font-weight: 400;
    line-height: 23.80px;
    word-wrap: break-word;

    display: flex;
    align-items: center;
    gap: 8px;
}
    
.timpi-dropdown-toggle[b-590sufmpwn]::after {
    content: "";
    width: 16px;
    height: 16px;
    position: relative;
    display: flex;

    background-image: url('assets/chevron-down.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.1s ease-in-out
}
    
.timpi-dropdown.open .timpi-dropdown-toggle[b-590sufmpwn]::after {    
    transform: rotate(180deg);
}
    
.timpi-dropdown.open .timpi-dropdown-toggle[b-590sufmpwn] {    
    background: rgba(255, 255, 255, 0.04);
}

.timpi-dropdown-toggle:hover[b-590sufmpwn] {
    background: rgba(255, 255, 255, 0.04);
}

.timpi-dropdown-toggle[b-590sufmpwn]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    border: 1px solid transparent;
    background: linear-gradient(145deg, #FFFFFF66 0%, #FFFFFF15 50%, #FFFFFF05 60%, #FFFFFF33 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.timpi-dropdown.open .timpi-dropdown-menu[b-590sufmpwn] {
    display: block;
}

.timpi-dropdown-menu[b-590sufmpwn] {
    display: none;
    position: absolute;
    z-index: 1;
    max-height: 200px;
    overflow-y: auto;
    margin-top: 5px;
    padding: 16px;
    border-radius: 16px;
    background: #1B1C1D;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.timpi-dropdown-menu[b-590sufmpwn]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    border: 1px solid transparent;
    background: linear-gradient(145deg, #FFFFFF66 0%, #FFFFFF15 50%, #FFFFFF05 60%, #FFFFFF33 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.timpi-dropdown-menu li[b-590sufmpwn] {
    padding: 10px;
    cursor: pointer;
}

.timpi-dropdown-menu li a[b-590sufmpwn] {
    text-decoration: none;
    color: black;
    display: block;
}

.timpi-dropdown-menu li:hover[b-590sufmpwn],
.timpi-dropdown-menu li.active[b-590sufmpwn] {
    background-color: #f1f1f1;
}

.filter-checkbox input[type="checkbox"][b-590sufmpwn] {
    display: none;
}

.filter-checkbox[b-590sufmpwn] {
    cursor: pointer;
    gap: 8px;

    display: flex;
    padding: 10px 8px;
    align-items: center;
    gap: 8px;

    color: #FFF;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; 
    letter-spacing: 0.56px;
    white-space: nowrap;

    margin-bottom: 0;
    border-radius: 8px;
}

.filter-checkbox:hover[b-590sufmpwn] {
    background: rgba(255, 255, 255, 0.04);
}

.filter-checkbox .checkmark[b-590sufmpwn] {
    width: 20px;
    height: 20px;
    border: 1px solid #CCC1C4;
    border-radius: 4px; 
    position: relative;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-checkbox input[type="checkbox"]:checked + .checkmark[b-590sufmpwn] {
    border-radius: 4px;
    background-color: #D61F37;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-color: transparent;
    background-image: url('assets/checkmark.svg');
    background-repeat: no-repeat;
    background-position: center;
}      

.filter-checkbox input[type="checkbox"]:checked + .checkmark[b-590sufmpwn]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 4px;
    border: 1px solid transparent;
    background: linear-gradient(145deg, #D61F3766 0%, #D61F3715 50%, #D61F3705 60%, #D61F3733 100%) border-box;
    margin: 1px;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.filter-checkbox input[type="checkbox"]:disabled + .checkmark[b-590sufmpwn] {
    background-color: #e0e0e0;
    border-color: #bdbdbd;
    cursor: not-allowed;
}
input:-webkit-autofill[b-590sufmpwn],
input:-webkit-autofill:hover[b-590sufmpwn],
input:-webkit-autofill:focus[b-590sufmpwn] {
    --webkit-box-shadow: 0 0 0 1000px #222325 inset !important;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #9E9094;
}

.wilson-say[b-590sufmpwn] {
    margin-bottom: 0px;
}

.wilson-fetching[b-590sufmpwn] {
    margin-bottom: 0px;
    animation: blink-b-590sufmpwn 1s infinite;
}

@keyframes blink-b-590sufmpwn {
    50% {
        opacity: 0.2;
    }
}

@media (max-width: 1400px) {
    .ads-wrapper[b-590sufmpwn] {
        display: none;
    }
    .timpi-container[b-590sufmpwn] {
        flex-shrink: unset;
    }

    header .top-section .input-container[b-590sufmpwn] {
        display: none;
    }
    .header-top[b-590sufmpwn] {
        width: 100%;
        max-width: var(--content-width);
        margin: var(--margin-v) 64px var(--margin-v) var(--margin-h);
        padding: unset;
    }
    .logo[b-590sufmpwn] {
        margin-left: 16px;
    }
    .input-container[b-590sufmpwn] {
        flex: 1 0 100%;
        order: 100;
        margin-left: 0px;
    }
    .input-container.dropdown--open.dropdown--has-items[b-590sufmpwn] {
        flex-basis: 100%;
    }
    .input-container.input--focus[b-590sufmpwn] {
        flex-basis: 100%;
    }
    .input-container .input-wrapper .input-phrase .search-indicator[b-590sufmpwn] {
        width: 36px !important;
    }

    .wilson-container.has-links[b-590sufmpwn], 
    .wilson-container[b-590sufmpwn] {
        flex-direction: column;
        width: 100%;
    }
    .wilson-container:not(.has-links)[b-590sufmpwn]{        
        padding: 0 16px 16px 0;
    }

    .wilson-container.has-links .wilson-content[b-590sufmpwn],
    .wilson-container .wilson-content[b-590sufmpwn] {
        padding: 0 0 0 16px;
        flex: unset;
        max-width: var(--content-width);
    }

    .wilson-container .feedback-container.large[b-590sufmpwn] {
        display: none;
    }

    .wilson-container .feedback-container.medium[b-590sufmpwn] {
        display: flex;
        margin-top: 24px;
        padding-left: 16px;
    }

    .wilson-container .wilson-research-wrapper[b-590sufmpwn] {
        width: 100%;
        max-width: var(--content-width);
        padding-left: 16px;
    }
    .wilson-container .wilson-research-wrapper .wilson-research-container[b-590sufmpwn] {
        flex-direction: row;
        flex-wrap: nowrap; 
        display: flex;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        overscroll-behavior: contain;
    }

    .wilson-container .wilson-research-wrapper .wilson-research-container[b-590sufmpwn]::-webkit-scrollbar {
        display: none;
    }
    .wilson-research-item[b-590sufmpwn] {
        display: flex;
        padding: 8px;
        align-items: flex-start;
        gap: 8px;
        border-radius: 12px;
        background: #161718;
        width: 287px;
        flex-shrink: 0;
    }
    .wilson-research-item .wr-item-content .wr-item-title[b-590sufmpwn] {
        height: 3em;
    }
    .wilson-research-item .wr-item-content .wr-item-description[b-590sufmpwn] {
        height: 3em;
    }
    .wilson-research-item .wr-item-image[b-590sufmpwn] {
        width: 96px;
        height: 96px;
    }
    .wilson-container .wilson-mask[b-590sufmpwn] {
        width: 100%;
        padding: 0 16px;
    }
    .wilson-container .wilson-mask .showmore-ai-button[b-590sufmpwn] {
        width: 100%;
        margin: 2rem 0 12px 0;
    }
}

/*** tablet section ***/
@media (max-width: 1024px) {
    .page[b-590sufmpwn] {
        --content-width: 750px;
        --margin-h: 24px;
    }

    .header-top[b-590sufmpwn] {
        padding: var(--margin-v);
        margin: 0px auto;
        width: 100%;
        max-width: var(--content-width);
    }

    .main-wrapper[b-590sufmpwn] {
        margin: 0px auto;
        padding: 0px var(--margin-v);
        width: 100%;
        max-width: var(--content-width);
    }

    .main-container[b-590sufmpwn] {
        width: 100%;
    }

    .timpi-container[b-590sufmpwn] {
        padding: 0px 24px;
        margin: 0px auto;
        gap: 20px;
        width: 100%;
    }

    .input-container .input-wrapper[b-590sufmpwn] {
        gap: 20px;
        padding: 11px 20px;
    }

    .footer[b-590sufmpwn] {
        gap: unset;
        justify-content: space-between;
        width: 100%;
        padding: 40px var(--margin-v);
        margin: 0px auto;
    }

    .footer-column[b-590sufmpwn] {
        width: unset;
    }
}

/*** mobile section ***/
@media (max-width: 768px) {
    .back-to-top[b-590sufmpwn] {
        display: none !important;
    }
    footer[b-590sufmpwn] {
        padding-left: 0px;
    }
    .footer[b-590sufmpwn] {
        padding: 40px 40px;
        margin: 0px auto;
    }
}

@media (max-width: 600px) {
    .logo[b-590sufmpwn] {
        margin-left: 40px;
        flex: 1;
    }

    .header-top[b-590sufmpwn] {
        padding: 12px 8px 24px 8px;
        gap: 12px 10px;
    }

    .input-container .input-wrapper[b-590sufmpwn] {
        gap: 8px;
        padding: 10px 12px !important;
    }

    .input-container .input-wrapper .input-action[b-590sufmpwn] {
        display: none;
    }
    .input-container .input-wrapper .input-phrase .search-indicator[b-590sufmpwn] {
        width: 32px !important;
    }
    .input-container .suggestion-dropdown ul .suggestion-item[b-590sufmpwn] {
        padding: 4px;
        column-gap: 10px;
    }

    .main-wrapper[b-590sufmpwn] {
        padding: 0;
        gap: 24px;
    }
    .filter-section[b-590sufmpwn] {
        padding: 0 12px;
    }
    .filter-section .filter-container[b-590sufmpwn] {
        justify-content: space-between;
        gap: 8px;
    }
    .filter-section .filter-container .dropdown[b-590sufmpwn] {
        padding: 8px;
    }
    .filter-container .dropdown:first-child .dropdown-content[b-590sufmpwn] {
        left: 0px;
    }
    .filter-container .dropdown:nth-child(2) .dropdown-content[b-590sufmpwn] {
        left: -80px;
    }
    .filter-section .filter-container .dropdown.settings[b-590sufmpwn] {
        display: unset;
    }
    .filter-section .filter-container .dropdown.safe-search[b-590sufmpwn] {
        display: none;
    }
    .filter-section .filter-container .dropdown .dd-toggle[b-590sufmpwn] {
        max-width: 100px;
    }
    .wilson-container.has-links[b-590sufmpwn],
    .wilson-container[b-590sufmpwn] {
        padding: 12px !important;
        border: unset;
        border-radius: 12px;
        background: #1B1C1D;
        margin: 0 8px;
        width: calc(100% - 16px);
    }
    .wilson-container.has-response:not(.show-more)[b-590sufmpwn] {
        border: unset;
    }
    .wilson-container .wilson-content[b-590sufmpwn],
    .wilson-container .wilson-research-wrapper[b-590sufmpwn] {
        padding: unset !important;
    }
    .wilson-container .feedback-container.medium[b-590sufmpwn] {
        padding: unset;
        margin-bottom: 32px;
    }
    .wilson-container .wilson-mask[b-590sufmpwn] {
        padding: 0 12px;
    }

    .footer[b-590sufmpwn] {
        padding: 24px 20px;
        flex-direction: column;
        gap: 24px;
        align-items: start;
    }

    .footer-column h4[b-590sufmpwn] {
        font-size: 16px;
        letter-spacing: 0.64px;
    }

    .footer-column a[b-590sufmpwn] {
        font-size: 14px;
    }
}

.ai-shimmer[b-590sufmpwn] {
    background: linear-gradient(135deg, #66666655 40%, #88888855 50%, #66666655 60%, #66666655 40%, #88888855 50%, #66666655 60%);
    background-attachment: fixed;
    background-size: 300%;
    animation-name: shimmer-animation-b-590sufmpwn;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-delay: 0;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    width: 100%;
    height: calc(1.7em - 3px);
    margin: 3px 0;
    border-radius: .3em;
}
@keyframes shimmer-animation-b-590sufmpwn {
    0% {
        background-position-x: 100%;
    }

    100% {
        background-position-x: 0%;
    }
}
.ai-shimmer:nth-of-type(2)[b-590sufmpwn] {
    width: 80%;
}
.ai-shimmer:nth-of-type(3)[b-590sufmpwn] {
    width: 90%;
}
.ai-shimmer:nth-of-type(6)[b-590sufmpwn] {
    width: 70%;
}
.ai-thinking[b-590sufmpwn] {
    background-color: #3D3D3D;
    border-radius: 30px 30px 30px 8px;
}
svg circle[b-590sufmpwn] {
    transform-origin: center;
    animation: pulseScale-b-590sufmpwn 1.2s infinite ease-in-out;
}

svg circle:nth-of-type(1)[b-590sufmpwn] {
    animation-delay: 0s;
}

svg circle:nth-of-type(2)[b-590sufmpwn] {
    animation-delay: 0.2s;
}

svg circle:nth-of-type(3)[b-590sufmpwn] {
    animation-delay: 0.4s;
}

@keyframes pulseScale-b-590sufmpwn {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.4);
        opacity: 0.6;
    }
}
/* _content/Timpi_Search_Blazor/Pages/SnapshotView.razor.rz.scp.css */

.snapshot-page[b-l0nl0mq52q] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
}

.snapshot-backdrop[b-l0nl0mq52q] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
          
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1000;
}

.snapshot-wrapper[b-l0nl0mq52q] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
}

.snapshot-wrapper .snapshot-container[b-l0nl0mq52q] {
    max-width: 80%;
    max-height: 80%;
    display: flex;
    gap: 10px;
}
        
.snapshot-wrapper .snapshot-container .snapshot-content[b-l0nl0mq52q] {
    overflow: auto;
    border-radius: 24px;          
    border: 8px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.32);
}

.snapshot-content[b-l0nl0mq52q]::-webkit-scrollbar {
    width: 0px;
}

.snapshot-content[b-l0nl0mq52q]::-webkit-scrollbar-thumb {
    background: rgba(100, 100, 100, 0.6);
    border-radius: 4px;
}

.snapshot-content[b-l0nl0mq52q]::-webkit-scrollbar-track {
    background: transparent;
    margin-top: 10px;
    margin-bottom: 10px;
}
        
.snapshot-wrapper .snapshot-nav[b-l0nl0mq52q] {
    display: flex;
    flex-direction: column;
}

.nav-scroll-container[b-l0nl0mq52q] {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    gap: 16px;
}

.snapshot-wrapper .snapshot-container .nav-button[b-l0nl0mq52q] {
    padding: 8px;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.snapshot-wrapper .snapshot-container .nav-button:hover[b-l0nl0mq52q] {
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
}

.snapshot-wrapper .snapshot-container .nav-button img[b-l0nl0mq52q] {    
    width: 24px;
    height: 24px;
}

.snapshot-image[b-l0nl0mq52q] {
    width: 100%;
    height: auto;
}
/* _content/Timpi_Search_Blazor/Pages/SuggestionDropdown.razor.rz.scp.css */
.suggestion-dropdown[b-g705z4pn0v] {
    padding: 12px;
    margin-top: 5px;
    border-radius: 25.2px;
    background: #1B1C1D;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16.8px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999999999;
}

.suggestion-dropdown[b-g705z4pn0v]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    border: 1px solid transparent;
    background: linear-gradient(165deg, #FFFFFF66 0%, #FFFFFF15 50%, #FFFFFF15 60%, #FFFFFF33 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
    margin: -1px;
}
.suggestion-dropdown ul[b-g705z4pn0v] {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}
.suggestion-dropdown ul .suggestion-item[b-g705z4pn0v] {
    padding: 8px 12px;
    border-radius: 8px;
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14.7px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    position: relative;
}

.suggestion-dropdown ul .suggestion-item.selected[b-g705z4pn0v] {
    background: #202122;
}
.suggestion-dropdown ul .suggestion-item:hover[b-g705z4pn0v] {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%);
    cursor: pointer;
}

.suggestion-dropdown ul .suggestion-item:hover[b-g705z4pn0v]::before {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('assets/enter.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.2s ease-in-out;
}
/* _content/Timpi_Search_Blazor/Pages/WebResultView.razor.rz.scp.css */
.loader[b-x3flxeijww] {
    width: 24px;
    height: 24px;
    border: 4px solid #CCC1C4;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    animation: pulse-b-x3flxeijww 1s linear infinite;
}

.loader[b-x3flxeijww]:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border: 3px solid #CCC1C4;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: scaleUp-b-x3flxeijww 1s linear infinite;
}

@keyframes scaleUp-b-x3flxeijww {
    0% { transform: translate(-50%, -50%) scale(0) }
    60% , 100% { transform: translate(-50%, -50%)  scale(1)}
}
@keyframes pulse-b-x3flxeijww {
    0% , 60% , 100%{ transform:  scale(1) }
    80% { transform:  scale(1.2)}
}

.all-data-container[b-x3flxeijww] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-bottom: 32px;
}

.all-data-container .all-content[b-x3flxeijww] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    align-self: stretch;
}

.all-data-container .all-content .all-item-wrapper[b-x3flxeijww] {
    padding: 16px;
    border-radius: 24px;
}

.all-data-container .all-content .all-item-wrapper:hover[b-x3flxeijww] {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.04);
}

.all-data-container .all-content .all-item-wrapper  .all-item-container[b-x3flxeijww] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    flex: 1 0 0;
}

.all-data-container .all-content .all-item-wrapper .all-item-container .all-item-main[b-x3flxeijww] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
}
.all-item-header[b-x3flxeijww] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    flex: 1 0 0;
}
.all-item-header .title-container[b-x3flxeijww] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.all-item-header .title-container .icon[b-x3flxeijww],
.all-item-header .title-container .icon img[b-x3flxeijww] {
    border-radius: 28px;
    width: 28px;
    height: 28px;
    object-fit: cover;
}

.all-item-header .title-container .icon[b-x3flxeijww] {
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
}

.all-item-header .title-container .links[b-x3flxeijww] {
    display: flex;
    flex-direction: column;
    max-width: 330px;
    flex: 1;
    min-width: 0;
}

.title-container .links a:hover[b-x3flxeijww] {
    text-decoration: none;
}

.all-item-header .title-container .links .link-domain[b-x3flxeijww] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%;
    letter-spacing: 0.56px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.all-item-header .title-container .links .link-breadcrumb[b-x3flxeijww] {
    display: flex;
    align-items: center;
}

.all-item-header .title-container .links .link-source[b-x3flxeijww] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.48px;
    
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;

}
.all-item-header .title-container .links .link-source svg[b-x3flxeijww] {
    display: inline;
    vertical-align: middle;
    height: 12px;
    width: 12px;
    margin: 0 2px;
/*    margin: 0 2px;*/
}

.all-item-header .title-container .links .link-breadcrumb svg[b-x3flxeijww] {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.all-item-header .title-container .title[b-x3flxeijww] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0.8px;
    text-transform: capitalize;

    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.all-item-header .title-container .title:hover[b-x3flxeijww] {
    text-decoration: none;
}
.all-item-contents[b-x3flxeijww] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.all-item-content[b-x3flxeijww] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.all-item-content .link a.title[b-x3flxeijww] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;

    overflow: hidden;
    color: #99C3FF;
    text-overflow: ellipsis;
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    word-break: break-word;
}
.all-item-content .link a.title:visited[b-x3flxeijww] {    
    color: #C58AF9;
}

.all-item-content .description[b-x3flxeijww] {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #CCC1C4;
    text-overflow: ellipsis;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    word-break: break-word;
}

.all-item-content .description span.date[b-x3flxeijww] {
    overflow: hidden;
    color: #9D9295;
    text-overflow: ellipsis;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
}

.all-data-container .all-content .all-item-wrapper .all-item-container .all-item-footer[b-x3flxeijww] {
    display: none;
    align-items: stretch;
    gap: 16px;
    align-self: stretch;
    flex-direction: column;
}

.all-item-footer .footer-buttons[b-x3flxeijww] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.all-item-footer .footer-buttons .footer-button[b-x3flxeijww] {
    display: flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    border: 1px solid #403A3C;

    color: #99C3FF;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.all-item-footer .footer-buttons .footer-button:hover[b-x3flxeijww] {
    background: rgba(255, 255, 255, 0.04);
}

.all-item-footer .more-result-list[b-x3flxeijww] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.all-item-footer .more-result-list .more-result-item[b-x3flxeijww] {
    color: #CCC1C4;
    font-size: 14px;
    font-style: normal;
    line-height: 140%;
}

.all-item-footer .more-result-list .more-result-item .more-result-url a[b-x3flxeijww] {
    color: #6BA1F1;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%;
    letter-spacing: 0.48px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.all-item-footer .more-result-list .more-result-item .more-result-title[b-x3flxeijww] {
    font-weight: 600;

    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.all-item-footer .more-result-list .more-result-item .more-result-content[b-x3flxeijww] {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.shimmer[b-x3flxeijww] {
    background: linear-gradient(135deg, #66666655 40%, #88888855 50%, #66666655 60%, #66666655 40%, #88888855 50%, #66666655 60%);
    background-attachment: fixed;
    background-size: 300%;
    animation-name: shimmer-animation-b-x3flxeijww;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-delay: 0;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}

@keyframes shimmer-animation-b-x3flxeijww {
    0% {
        background-position-x: 100%;
    }

    100% {
        background-position-x: 0%;
    }
}

.shimmer-container[b-x3flxeijww] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 16px;
    width: 100%;
}

.shimmer-container .stitle-container[b-x3flxeijww] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.shimmer-container .stitle-container .sfavicon[b-x3flxeijww] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 8px;
}

.shimmer-container .stitle-container .stitle[b-x3flxeijww] {    
    height: 1.5rem;
    flex: 1;
    border-radius: 8px;
}

.shimmer-container .slink[b-x3flxeijww] {
    height: 1.3rem;
    border-radius: 5px;
}
.shimmer-container .sdescription[b-x3flxeijww] {
    height: 3.5rem;
    border-radius: 8px;
}
.shimmer-container .smore[b-x3flxeijww] {
    margin: 5px;
    height: 1.5rem;
    max-width: 15rem;
    border-radius: 5px;
}

.show-more-button[b-x3flxeijww] {
    position: relative;
    display: flex;
    align-self: center;
    width: 100%;
    padding: 11px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 48px;
    border-radius: 20px;
    border: 1px solid #403A3C;
    background: rgba(255, 255, 255, 0.04);
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    user-select: none;
    cursor: pointer;
}
.show-more-button:hover[b-x3flxeijww] {
    background: rgba(255, 255, 255, 0.1);
}

.show-more-button.loading .text[b-x3flxeijww] {
    visibility: hidden;
}
.show-more-button:not(.loading) .more-indicator[b-x3flxeijww] {
    display: none;
}

.more-indicator[b-x3flxeijww] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    border: 5px dotted #CCC1C4;
    border-radius: 50%;
    box-sizing: border-box;
    animation: more-indicator-rotation-b-x3flxeijww 2s linear infinite;
}

@keyframes more-indicator-rotation-b-x3flxeijww {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
        border-color: #CCC1C4;
    }
    50% {
        transform: translate(-50%, -50%) rotate(180deg);
        border-color: #D61F37;
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
        border-color: #CCC1C4;
    }
}   

@media (max-width: 600px) {
    .all-data-container[b-x3flxeijww] {
        margin-bottom: 24px;
    }
    .show-more-button[b-x3flxeijww] {
        width: calc(100% - 40px);
        margin: 0 20px 24px 20px;
    }
    .all-data-container .all-content .all-item-wrapper[b-x3flxeijww] {
        padding: 12px 20px;
        border-radius: 0px;
        background: #1B1C1D;
    }
    .all-item-content .link a.title[b-x3flxeijww] {
        -webkit-line-clamp: 2;
    }
    .all-item-content .description[b-x3flxeijww] {
        -webkit-line-clamp: 3;
    }
}

/*** mobile section ***/
@media (max-width: 425px) {
    .all-item-header .title-container .title[b-x3flxeijww] {
        -webkit-line-clamp: 2;
    }
    .all-item-content .description[b-x3flxeijww] {
        -webkit-line-clamp: 4;
    }
    .shimmer-container .stitle-container .stitle[b-x3flxeijww] {
        height: 3rem;
    }
    .shimmer-container .sdescription[b-x3flxeijww] {
        height: 7rem;
    }
}
/* _content/Timpi_Search_Blazor/Pages/WikiResultView.razor.rz.scp.css */
.wiki-data-container[b-273k5psj7o] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-bottom: 8px;
}

.wiki-data-container .wiki-content[b-273k5psj7o] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    align-self: stretch;
}

.wiki-data-container .wiki-content .wiki-item-wrapper[b-273k5psj7o] {
    padding: 16px;
    border-radius: 24px;
}

.wiki-data-container .wiki-content .wiki-item-wrapper:not(.loading):hover[b-273k5psj7o] {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.04);
}

.wiki-data-container .wiki-content .wiki-item-wrapper  .wiki-item-container[b-273k5psj7o] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    flex: 1 0 0;
}

.wiki-data-container .wiki-content .wiki-item-wrapper .wiki-item-container .wiki-item-main[b-273k5psj7o] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
}
.wiki-item-header[b-273k5psj7o] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    flex: 1 0 0;
}
.wiki-item-header .title-container[b-273k5psj7o] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.wiki-item-header .title-container .icon[b-273k5psj7o],
.wiki-item-header .title-container .icon img[b-273k5psj7o] {
    border-radius: 28px;
    width: 28px;
    height: 28px;
    object-fit: cover;
}

.wiki-item-header .title-container .icon[b-273k5psj7o] {
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
}

.wiki-item-header .title-container .links[b-273k5psj7o] {
    display: flex;
    flex-direction: column;
    max-width: 330px;
    flex: 1;
    min-width: 0;
}

.title-container .links a:hover[b-273k5psj7o] {
    text-decoration: none;
}

.wiki-item-header .title-container .links .link-domain[b-273k5psj7o] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%;
    letter-spacing: 0.56px;
}
.wiki-item-header .title-container .links .link-breadcrumb[b-273k5psj7o] {
    display: flex;
    align-items: center;
}

.wiki-item-header .title-container .links .link-source[b-273k5psj7o] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.48px;
    
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;

}
.wiki-item-header .title-container .links .link-source svg[b-273k5psj7o] {
    display: inline;
    vertical-align: middle;
    height: 12px;
    width: 12px;
    margin: 0 2px;
/*    margin: 0 2px;*/
}

.wiki-item-header .title-container .links .link-breadcrumb svg[b-273k5psj7o] {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.wiki-item-header .title-container .title[b-273k5psj7o] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0.8px;
    text-transform: capitalize;

    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wiki-item-header .title-container .title:hover[b-273k5psj7o] {
    text-decoration: none;
}
.wiki-item-contents[b-273k5psj7o] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.wiki-item-content[b-273k5psj7o] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.wiki-item-content .link a.title[b-273k5psj7o] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;

    overflow: hidden;
    color: #99C3FF;
    text-overflow: ellipsis;
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    word-break: break-word;
}
.wiki-item-content .link a.title:visited[b-273k5psj7o] {    
    color: #C58AF9;
}

.wiki-item-content .description[b-273k5psj7o] {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #CCC1C4;
    text-overflow: ellipsis;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    word-break: break-word;
}

.wiki-item-content .description span.date[b-273k5psj7o] {
    overflow: hidden;
    color: #9D9295;
    text-overflow: ellipsis;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
}

.wiki-data-container .wiki-content .wiki-item-wrapper .wiki-item-container .wiki-item-footer[b-273k5psj7o] {
    display: flex;
    align-items: stretch;
    gap: 16px;
    align-self: stretch;
    flex-direction: column;
}

.shimmer[b-273k5psj7o] {
    background: linear-gradient(135deg, #66666655 40%, #88888855 50%, #66666655 60%, #66666655 40%, #88888855 50%, #66666655 60%);
    background-attachment: fixed;
    background-size: 300%;
    animation-name: shimmer-animation-b-273k5psj7o;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-delay: 0;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    border-radius: 5px;
}
@keyframes shimmer-animation-b-273k5psj7o {
    0% {
        background-position-x: 100%;
    }

    100% {
        background-position-x: 0%;
    }
}

.wiki-loader[b-273k5psj7o] {
    height: 7.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader-text[b-273k5psj7o] {
    background: linear-gradient(90deg, #99999966, #ffffff66, #99999966);
    background-size: 200%;
    -webkit-background-clip: text;
    color: transparent;
    animation: loader-text-animation-b-273k5psj7o 2s infinite linear;
    font-size: 2rem;
}

@keyframes loader-text-animation-b-273k5psj7o {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.shimmer-container[b-273k5psj7o] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 16px;
    width: 100%;
}

.shimmer-container .sheader-container[b-273k5psj7o] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.shimmer-container .sheader-container .sfavicon[b-273k5psj7o] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.shimmer-container .sheader-container .slinks-container[b-273k5psj7o] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.shimmer-container .sheader-container .slinks-container .sdomain[b-273k5psj7o] {
    height: 1.3rem;
    width: 40%;
}
.shimmer-container .sheader-container .slinks-container .slink[b-273k5psj7o] {
    height: 1.3rem;
    max-width: 330px;
}

.shimmer-container .stitle[b-273k5psj7o] {    
    width: 100%;
    height: 1.5rem;
}

.shimmer-container .slink[b-273k5psj7o] {
    height: 1.3rem;
    border-radius: 5px;
}
.shimmer-container .sdescription[b-273k5psj7o] {
    height: 3.5rem;
    border-radius: 8px;
}
.shimmer-container .smore[b-273k5psj7o] {
    margin: 5px;
    height: 1.5rem;
    max-width: 15rem;
    border-radius: 5px;
}

@media (max-width: 600px) {
    .wiki-data-container .wiki-content .wiki-item-wrapper[b-273k5psj7o] {
        padding: 12px 20px;
        border-radius: 0px;
        background: #1B1C1D;
    }
    .wiki-item-content .link a.title[b-273k5psj7o] {
        -webkit-line-clamp: 2;
    }

    .wiki-item-content .description[b-273k5psj7o] {
        -webkit-line-clamp: 3;
    }
}

@media (max-width: 425px) {
    .wiki-item-header .title-container .title[b-273k5psj7o] {
        -webkit-line-clamp: 2;
    }

    .wiki-item-content .description[b-273k5psj7o] {
        -webkit-line-clamp: 4;
    }

    .shimmer-container .stitle-container .stitle[b-273k5psj7o] {
        height: 3rem;
    }

    .shimmer-container .sdescription[b-273k5psj7o] {
        height: 7rem;
    }
}
/* _content/Timpi_Search_Blazor/Shared/MainLayout.razor.rz.scp.css */
.page[b-s0whm6m6jo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-s0whm6m6jo] {
    flex: 1;
}

.sidebar[b-s0whm6m6jo] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-s0whm6m6jo] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-s0whm6m6jo]  a, .top-row .btn-link[b-s0whm6m6jo] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-s0whm6m6jo] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-s0whm6m6jo] {
        display: none;
    }

    .top-row.auth[b-s0whm6m6jo] {
        justify-content: space-between;
    }

    .top-row a[b-s0whm6m6jo], .top-row .btn-link[b-s0whm6m6jo] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-s0whm6m6jo] {
        flex-direction: row;
    }

    .sidebar[b-s0whm6m6jo] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-s0whm6m6jo] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-s0whm6m6jo], article[b-s0whm6m6jo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Timpi_Search_Blazor/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-xmcn09lmis] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-xmcn09lmis] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-xmcn09lmis] {
    font-size: 1.1rem;
}

.oi[b-xmcn09lmis] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-xmcn09lmis] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-xmcn09lmis] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-xmcn09lmis] {
        padding-bottom: 1rem;
    }

    .nav-item[b-xmcn09lmis]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-xmcn09lmis]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-xmcn09lmis]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-xmcn09lmis] {
        display: none;
    }

    .collapse[b-xmcn09lmis] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-xmcn09lmis] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
