@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Controls/Admin/Messanger/SendMailsComponent.razor.rz.scp.css */
.user-list[b-of4imd7ycv] {
    max-height: 400px;
    overflow-y: auto;
}

.progress[b-of4imd7ycv] {
    height: 25px;
}

.email-preview[b-of4imd7ycv] {
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
/* /Controls/Admin/Messanger/SendNotificationsComponent.razor.rz.scp.css */
.user-list[b-oyu1ilv4i5] {
    max-height: 400px;
    overflow-y: auto;
}

.progress[b-oyu1ilv4i5] {
    height: 25px;
}

.email-preview[b-oyu1ilv4i5] {
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
/* /Controls/Common/AccessDenied.razor.rz.scp.css */

.card[b-301krupwq5] {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 40px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    border: 1px solid #e1e5e8;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

.card-icon[b-301krupwq5] {
    margin-bottom: 24px;
}

    .card-icon img[b-301krupwq5] {
        width: 80px;
        height: 80px;
    }

.card-title[b-301krupwq5] {
    font-size: 28px;
    font-weight: 700;
    color: #d9534f; /* A soft red for warning */
    margin: 0 0 16px;
}

.card-message[b-301krupwq5] {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 32px;
    color: #6c757d;
}

.card-button[b-301krupwq5] {
    background-color: #6c757d;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .card-button:hover[b-301krupwq5] {
        background-color: #5a6268;
        transform: translateY(-2px);
    }
/* /Controls/Common/MetaMaskExtensionPopUpComponent.razor.rz.scp.css */
/* Backdrop overlay */
.metamask-overlay[b-9vjfqo82yb] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: mmFadeIn-b-9vjfqo82yb 0.2s ease;
}

@keyframes mmFadeIn-b-9vjfqo82yb {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Modal card */
.metamask-modal[b-9vjfqo82yb] {
    position: relative;
    background: #1a1a2e;
    border: 1px solid rgba(226, 80, 229, 0.25);
    border-radius: 20px;
    padding: 36px 32px 28px;
    width: 100%;
    max-width: 460px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(226, 80, 229, 0.1);
    animation: mmSlideUp-b-9vjfqo82yb 0.25s ease;
    color: #fff;
}

@keyframes mmSlideUp-b-9vjfqo82yb {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Close button */
.metamask-modal__close[b-9vjfqo82yb] {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(255,255,255,0.07);
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.metamask-modal__close:hover[b-9vjfqo82yb] {
    background: rgba(226, 80, 229, 0.2);
    color: #e250e5;
}

/* Header */
.metamask-modal__header[b-9vjfqo82yb] {
    text-align: center;
    margin-bottom: 28px;
}

.metamask-modal__header img[b-9vjfqo82yb] {
    margin-bottom: 14px;
    filter: drop-shadow(0 0 12px rgba(226, 80, 229, 0.4));
}

.metamask-modal__title[b-9vjfqo82yb] {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 8px;
    color: #fff;
}

.metamask-modal__subtitle[b-9vjfqo82yb] {
    font-size: 0.9rem;
    color: #a0a0b8;
    margin: 0;
    line-height: 1.5;
}

/* Wallet option rows */
.metamask-modal__body[b-9vjfqo82yb] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.metamask-wallet-option[b-9vjfqo82yb] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 16px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    text-decoration: none;
    color: #fff;
    transition: background 0.2s, border-color 0.2s, transform 0.15s;
}

.metamask-wallet-option:hover[b-9vjfqo82yb] {
    background: rgba(226, 80, 229, 0.1);
    border-color: rgba(226, 80, 229, 0.35);
    transform: translateY(-1px);
    color: #fff;
}

.metamask-wallet-option__icon[b-9vjfqo82yb] {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255,255,255,0.06);
}

.metamask-wallet-option__icon img[b-9vjfqo82yb] {
    border-radius: 8px;
}

.metamask-wallet-option__info[b-9vjfqo82yb] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.metamask-wallet-option__name[b-9vjfqo82yb] {
    font-weight: 600;
    font-size: 0.95rem;
}

.metamask-wallet-option__desc[b-9vjfqo82yb] {
    font-size: 0.78rem;
    color: #7a7a9a;
}

.metamask-wallet-option__arrow[b-9vjfqo82yb] {
    font-size: 1.1rem;
    color: #555;
    flex-shrink: 0;
    transition: color 0.2s;
}

.metamask-wallet-option:hover .metamask-wallet-option__arrow[b-9vjfqo82yb] {
    color: #e250e5;
}

/* Footer note */
.metamask-modal__footer[b-9vjfqo82yb] {
    text-align: center;
    font-size: 0.78rem;
    color: #555570;
    margin: 20px 0 0;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.glass-dropdown[b-g09ziy3ywd] {
    position: fixed;
    top: 8em;
    width: 20%;
    left: 70%;
    max-height: 400px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(226, 238, 241, 0.5);
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(25, 44, 75, 0.1);
    z-index: 1000;
    margin-top: 10px;
    overflow: hidden;
}

.results_scrollable[b-g09ziy3ywd] {
    overflow-y: auto;
    max-height: 380px;
    padding: 10px 0;
}

.result_section[b-g09ziy3ywd] {
    padding: 10px 0;
}

.section_title[b-g09ziy3ywd] {
    padding: 0 20px 8px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6f7d95;
    font-weight: 700;
}

.result_item[b-g09ziy3ywd] {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    transition: background 0.2s;
    color: #183b56;
    text-decoration: none;
}

    .result_item:hover[b-g09ziy3ywd] {
        background: rgba(86, 111, 254, 0.05);
        color: #566ffe;
    }

    .result_item .thumb[b-g09ziy3ywd] {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        object-fit: cover;
        margin-right: 15px;
    }

    .result_item .info .name[b-g09ziy3ywd] {
        display: block;
        font-weight: 600;
        font-size: 14px;
    }

    .result_item .info .price[b-g09ziy3ywd] {
        font-size: 12px;
        color: #36b37e;
    }

.in_mobile.glass-dropdown[b-g09ziy3ywd] {
    position: fixed;
    margin-top: 5px;
    width: 80%;
    top: 3em;
    max-height: 260px;
    overflow: scroll;
}

/* Reset button chrome for icon-only buttons */
.btn-unstyled[b-g09ziy3ywd] {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.is__dark .avatar_popup[b-g09ziy3ywd] {
    background: #253b54!important;
}
/* /Pages/Activity.razor.rz.scp.css */
.notification-card[b-iunesmdaua] {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .notification-card:hover[b-iunesmdaua] {
        background: rgba(255, 255, 255, 0.1);
        transform: translateY(-2px);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    }

    .notification-card.unread[b-iunesmdaua] {
        border-left: 4px solid #566ffe;
        background: rgba(86, 111, 254, 0.05);
    }

.notification-icon[b-iunesmdaua] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background: rgba(86, 111, 254, 0.1);
    color: #566ffe;
}

.unread-dot[b-iunesmdaua] {
    width: 8px;
    height: 8px;
    background: #566ffe;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
}

.notification-message[b-iunesmdaua] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    opacity: 0;
}

.notification-card.expanded .notification-message[b-iunesmdaua] {
    max-height: 500px;
    opacity: 1;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.empty-state[b-iunesmdaua] {
    text-align: center;
    padding: 60px 20px;
}

.empty-icon[b-iunesmdaua] {
    font-size: 64px;
    color: rgba(86, 111, 254, 0.2);
    margin-bottom: 20px;
}
/* /Pages/Auth/ForgetPassword.razor.rz.scp.css */
.forgot-container[b-yy3uhba8zz] {
    padding: 60px 0;
    max-width: 480px;
    margin: 0 auto;
}

.forgot-header[b-yy3uhba8zz] {
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.forgot-text[b-yy3uhba8zz] {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #444;
    margin-bottom: 40px;
}

.form-floating-custom[b-yy3uhba8zz] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-label-custom[b-yy3uhba8zz] {
    font-weight: 700;
    font-size: 0.9rem;
    color: #1a1a1a;
    margin-left: 15px;
}

.form-control-custom[b-yy3uhba8zz] {
    background-color: #f7f7f7;
    border: none;
    border-radius: 12px;
    padding: 18px 20px;
    font-size: 1rem;
    width: 100%;
    color: #333;
}

.form-control-custom:focus[b-yy3uhba8zz] {
    outline: none;
    background-color: #efefef;
}

.btn-send[b-yy3uhba8zz] {
    background-color: #d1d5db;
    color: white;
    border: none;
    font-size: 1.1rem;
    transition: all 0.2s ease;
    margin-top: 30px;
}

.btn-send.active[b-yy3uhba8zz] {
    background-color: #7cd333;
    cursor: pointer;
}

.btn-send.active:hover[b-yy3uhba8zz] {
    background-color: #6bbd2e;
}

.btn-send.disabled[b-yy3uhba8zz] {
    opacity: 0.6;
    cursor: not-allowed;
}

.back-to-login[b-yy3uhba8zz] {
    margin-top: 40px;
    font-weight: 500;
}

.login-link[b-yy3uhba8zz] {
    color: #00c05b;
    text-decoration: none;
    font-weight: 700;
}

.login-link:hover[b-yy3uhba8zz] {
    text-decoration: underline;
}
/* /Pages/Auth/Login.razor.rz.scp.css */
/* Password input wrapper — needed for absolute positioning of the toggle */
.confirm[b-4xvtucsh3t] {
    position: relative;
}

/* Password toggle button */
.password-toggle[b-4xvtucsh3t] {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #999;
    font-size: 1.1rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

.password-toggle:hover[b-4xvtucsh3t] {
    color: #e250e5;
}

.password-toggle:focus[b-4xvtucsh3t] {
    outline: none;
}
/* /Pages/Auth/ResetPassword.razor.rz.scp.css */
.reset-container[b-23n0trph27] {
    padding: 60px 0;
    max-width: 500px;
    margin: 0 auto;
}

.reset-header[b-23n0trph27] {
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
}

.reset-subheader[b-23n0trph27] {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 40px;
}

.form-floating-custom[b-23n0trph27] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-label-custom[b-23n0trph27] {
    font-weight: 700;
    font-size: 0.9rem;
    color: #1a1a1a;
    margin-left: 15px;
}

.form-control-custom[b-23n0trph27] {
    background-color: #f7f7f7;
    border: none;
    border-radius: 12px;
    padding: 18px 20px;
    font-size: 1rem;
    width: 100%;
    color: #333;
}

.form-control-custom:focus[b-23n0trph27] {
    outline: none;
    background-color: #efefef;
}

.password-input-wrapper[b-23n0trph27] {
    position: relative;
}

.password-toggle[b-23n0trph27] {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #1a1a1a;
    font-size: 1.25rem;
    cursor: pointer;
    padding: 0;
}

.password-requirements[b-23n0trph27] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
    text-align: left;
}

.requirement[b-23n0trph27] {
    font-size: 0.9rem;
    color: #999;
    display: flex;
    align-items: center;
    gap: 10px;
}

.requirement.valid[b-23n0trph27] {
    color: #7cd333;
}

.btn-reset[b-23n0trph27] {
    background-color: #d1d5db;
    color: white;
    border: none;
    font-size: 1.1rem;
    transition: all 0.2s ease;
    margin-top: 40px;
}

.btn-reset.active[b-23n0trph27] {
    background-color: #7cd333;
    cursor: pointer;
}

.btn-reset.active:hover[b-23n0trph27] {
    background-color: #6bbd2e;
}

.btn-reset.disabled[b-23n0trph27] {
    opacity: 0.6;
    cursor: not-allowed;
}

.back-to-login[b-23n0trph27] {
    margin-top: 40px;
    font-weight: 500;
}

.login-link[b-23n0trph27] {
    color: #00c05b;
    text-decoration: none;
    font-weight: 700;
}

.login-link:hover[b-23n0trph27] {
    text-decoration: underline;
}
/* /Pages/CreateItem.razor.rz.scp.css */
.futuristic-selector[b-wuthuw7a2q] {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 20px 10px;
    scrollbar-width: thin;
    scrollbar-color: #00f2fe rgba(255,255,255,0.05);
    scroll-behavior: smooth;
}

    .futuristic-selector[b-wuthuw7a2q]::-webkit-scrollbar {
        height: 6px;
    }

    .futuristic-selector[b-wuthuw7a2q]::-webkit-scrollbar-track {
        background: rgba(255,255,255,0.05);
        border-radius: 10px;
    }

    .futuristic-selector[b-wuthuw7a2q]::-webkit-scrollbar-thumb {
        background: linear-gradient(90deg, #00f2fe 0%, #4facfe 100%);
        border-radius: 10px;
    }

.collection-card[b-wuthuw7a2q] {
    min-width: 160px;
    max-width: 160px;
    height: 200px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    position: relative;
    overflow: hidden;
}

    .collection-card:hover[b-wuthuw7a2q] {
        transform: translateY(-10px) scale(1.05);
        background: rgba(255, 255, 255, 0.08);
        border-color: #00f2fe;
        box-shadow: 0 10px 30px rgba(0, 242, 254, 0.2);
    }

    .collection-card.active[b-wuthuw7a2q] {
        background: rgba(0, 242, 254, 0.1);
        border: 2px solid #00f2fe;
        box-shadow: 0 0 20px rgba(0, 242, 254, 0.4);
    }

    .collection-card img[b-wuthuw7a2q] {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 15px;
        border: 2px solid rgba(255, 255, 255, 0.1);
        transition: border-color 0.3s;
    }

    .collection-card.active img[b-wuthuw7a2q] {
        border-color: #00f2fe;
    }

    .collection-card .name[b-wuthuw7a2q] {
        font-size: 0.9rem;
        font-weight: 600;
        text-align: center;
        color: #fff;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .collection-card.add-new[b-wuthuw7a2q] {
        border: 2px dashed rgba(0, 242, 254, 0.3);
        background: rgba(0, 242, 254, 0.02);
    }

        .collection-card.add-new:hover[b-wuthuw7a2q] {
            border-style: solid;
            border-color: #00f2fe;
            background: rgba(0, 242, 254, 0.05);
        }

        .collection-card.add-new .plus-icon[b-wuthuw7a2q] {
            font-size: 2.5rem;
            color: #00f2fe;
            margin-bottom: 10px;
            text-shadow: 0 0 10px rgba(0, 242, 254, 0.5);
        }

.glow-dot[b-wuthuw7a2q] {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 8px;
    height: 8px;
    background: #00f2fe;
    border-radius: 50%;
    box-shadow: 0 0 10px #00f2fe;
    opacity: 0;
    transition: opacity 0.3s;
}

.active .glow-dot[b-wuthuw7a2q] {
    opacity: 1;
}

/* Form specific futuristic styles */
.glass-input[b-wuthuw7a2q] {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: white !important;
    backdrop-filter: blur(5px);
    transition: all 0.3s;
}

    .glass-input:focus[b-wuthuw7a2q] {
        border-color: #00f2fe !important;
        box-shadow: 0 0 15px rgba(0, 242, 254, 0.2) !important;
    }

.nft-preview-container[b-wuthuw7a2q] {
    border: 2px dashed rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    transition: all 0.3s;
    background: rgba(255, 255, 255, 0.02);
    cursor: pointer;
}

    .nft-preview-container:hover[b-wuthuw7a2q] {
        border-color: #00f2fe;
        background: rgba(0, 242, 254, 0.03);
    }
/* /Pages/Explore.razor.rz.scp.css */
.price-input[b-i44uo9p52f] {
    width: 100%;
    display: flex;
}

    .price-input .field[b-i44uo9p52f] {
        display: flex;
        width: 100%;
        height: 45px;
        align-items: center;
    }

.field input[b-i44uo9p52f] {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}

input[type="number"][b-i44uo9p52f]::-webkit-outer-spin-button,
input[type="number"][b-i44uo9p52f]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-input .separator[b-i44uo9p52f] {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.slider[b-i44uo9p52f] {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

    .slider .progress[b-i44uo9p52f] {
        height: 100%;
        left: 25%;
        right: 25%;
        position: absolute;
        border-radius: 5px;
        background: #17A2B8;
    }

.range-input[b-i44uo9p52f] {
    position: relative;
}

    .range-input input[b-i44uo9p52f] {
        position: absolute;
        width: 100%;
        height: 5px;
        top: -5px;
        background: none;
        pointer-events: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

input[type="range"][b-i44uo9p52f]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #17A2B8;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
}

input[type="range"][b-i44uo9p52f]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #17A2B8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
}
