.audio-controls {
    position: fixed;
    top: 80px;
    right: 40px;
    z-index: 9;
}
.audio-btn {
    background-color: #000b0bde;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: url("(/pointer.gif)"), auto !important;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.audio-btn:hover {
    background-color: #9b0e0e;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.log .validation-message {
    color: #e50000;
    width: 400px;
    margin-left: -30px;
    font-size: 10px;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

#recaptcha{
    margin: 0 auto 20px;
    width: fit-content;
    text-align: center;
}

.error-content {
    text-align: center;
    line-height: 11px;
    padding: 10px;
    width: 60%;
    margin: auto;
}

.credit{
    width: 100%;
    height: 100%;
}
.credit p:first-child{
    background-color: #324c50;
    padding: 0;
    margin-bottom: 5px;
    font-weight: bold;
}

.credit p.price {
    font-weight: bold;
    margin-top: -20px;
}

.credit .card-content{
    width: 180px;
    height: fit-content;
    text-align: center;
    display: inline-block;
    margin: 10px;
    background-color: #223336;
    padding: 2px;
}

.paypal-button.paypal-button-number-0.paypal-button-layout-horizontal.paypal-button-shape-pill.paypal-button-branding-branded.paypal-button-number-single.paypal-button-env-production.paypal-should-focus.paypal-button-label-checkout.paypal-button-color-gold.paypal-button-logo-color-blue,.paypal-button.paypal-button-number-0.paypal-button-layout-horizontal.paypal-button-shape-pill.paypal-button-branding-branded.paypal-button-number-single.paypal-button-env-production.paypal-should-focus.paypal-button-label-checkout.paypal-button-color-gold.paypal-button-logo-color-blue {
    width: 200px !important;
    height: 0;
}

.paypal-button-fundingicons, .paypal-button-fundingicons {
    width: 200px !important;
    text-align: center !important;
}

.paypal-button-fundingicons img, .paypal-button-fundingicons img {
    height: 62% !important;
}

.paypal-button > .paypal-button-label-container > *,.paypal-button > .paypal-button-label-container > * {
    vertical-align: top !important;
    height: 70% !important;
    text-align: left !important;
}

span.paypal-button-text {
    font-size: small !important;
    font-weight: bold !important;
}

span.paypal-button-text {
    margin-top: -3px !important;
}

.paypal-button-fundingicons .paypal-button-card {
    height: 30px !important;
    margin-top: 18px !important;
    margin-left: 1px !important;
    margin-right: 1px !important;
}

#paypal-checkout-overlay{
    height: 1825px !important;
}

.modal-backdrop{
    background-color: #000000d1;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999999999;
    overflow: hidden;
    display: none;
    align-items: center;
    align-content: center;
}

.modal-dialog {
    margin: auto;
    position: relative;
    width: 90vw;
    height: 90vh;
}

.modal-content {
    background-color: #030303;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.modal-body{
    align-content: center;
    text-align: center;
    height: 100%;
}

.modal-content button{
    float: inline-end;
    width: 50px;
    height: 50px;
    margin: 25px;
    font-size: 30px;
    font-weight: bold;
    border-radius: 50%;
    background-color: #282828a3;
    color: #fefefe;
}
.fade {
    opacity: 0;
    transition: all 5s ease-in-out;
}

.fade.show {
    display: block;
    opacity: 1;
}
.video{
    height: 125px;
    width: 125px;
    display: inline-table;
}
.video iframe{
    width: 100%;
    height: 100%;
}
.video .mask{
    background-color: #00000000;
    position: absolute;
    width: 125px;
    height: 125px;
    box-shadow: 10px 10px 10px #172427;
}


.text-danger {
    width: 360px;
}

.login_box .text-danger {
    position: absolute;
    color: red;
    margin: 5px 27px;
    text-decoration: underline;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #1c2526;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #d1b451;
    border-radius: 5px;
    border: 2px solid #1c1e26;
}

::-webkit-scrollbar-thumb:hover {
    background: #e76f51;
}


* {
    scrollbar-width: thin;
    scrollbar-color: #d1b451 #1c2526;
}


.item-list li{
    position: unset !important;
}

#loginarrow{
    display: none; position: absolute; width: 100px; height: 100px; margin: -60px 210px; z-index: 99999999999;
}


.octvis-btn-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 204px;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

.oct-btn {
    position: relative;
    width: 100%;
    height: 48px;
    border-radius: 9999px; 
    border: none;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.oct-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.oct-btn-card {
    background: linear-gradient(to right, #2563eb, #3b82f6, #4f46e5);
}

.oct-shine {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(-100%) skewX(12deg);
    transition: transform 0.7s ease-in-out;
}

.oct-btn:hover .oct-shine {
    transform: translateX(100%) skewX(12deg);
}

.oct-btn-wallet {
    background: linear-gradient(to right, #111827, #1f2937, #0f172a);
}

.oct-glow-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, transparent, #2dd4bf, transparent);
    opacity: 0.5;
    transition: opacity 0.3s;
}

.oct-btn-wallet:hover .oct-glow-border {
    opacity: 1;
}

.oct-content {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10;
}

.oct-icon-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}

.oct-btn-card .oct-icon-circle {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
}

.oct-btn-wallet .oct-icon-circle {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
}

.oct-btn-wallet:hover .oct-icon-circle {
    background-color: rgba(45, 212, 191, 0.2); /* Teal hint on hover */
}

.oct-text-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
}

.oct-title {
    font-size: 13px;
    font-weight: 700;
    color: white;
    letter-spacing: 0.025em;
    margin-bottom: 2px;
}

.oct-subtitle {
    font-size: 9px;
    font-weight: 500;
}

.oct-btn-card .oct-subtitle {
    color: #dbeafe;
}

.oct-btn-wallet .oct-subtitle {
    color: #9ca3af;
    transition: color 0.3s;
}

.oct-btn-wallet:hover .oct-subtitle {
    color: #5eead4;
}

.oct-arrow {
    width: 16px;
    height: 16px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s;
    z-index: 10;
}

.oct-btn:hover .oct-arrow {
    color: white;
    transform: translateX(4px);
}

.oct-btn-wallet .oct-arrow {
    color: #6b7280;
}

.oct-btn-wallet:hover .oct-arrow {
    color: #2dd4bf;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;

    /* Animation: Hidden by default */
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s;
}

.modal-content {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 480px;
    position: relative;/
transform: scale(0.9);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: unset;
}

.modal-overlay.active {
    visibility: visible;
    opacity: 1;
}

.modal-overlay.active .modal-content {
    transform: scale(1);
    opacity: 1;
}

.modal-header {
    text-align: center;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.5rem;
}

.wallet-providers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.wallet-providers img {
    height: 64px;
    object-fit: contain;
}

.modal-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-top: 1rem;
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 2rem;
    color: #aaa;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s ease;
}
.modal-close:hover {
    color: #333;
}

.form-group {
    margin-bottom: 1.25rem;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #555;
}

.form-group input[type="tel"],
.form-group input[type="text"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-group input:focus {
    outline: none;
    border-color: #151515;
    box-shadow: 0 0 0 3px rgba(0, 112, 186, 0.2);
}

.file-input-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    border: 2px dashed #ddd;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
    background: #f4f4f4;
    cursor: pointer;
    transition: border-color 0.2s;
}
.file-input-wrapper:hover {
    border-color: #151515;
}

.file-input-wrapper input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.file-input-label {
    color: #555;
    font-weight: 500;
}

.file-input-label svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 8px;
    opacity: 0.7;
}

#file-name-display {
    display: block;
    margin-top: 10px;
    font-size: 0.9rem;
    color: #151515;
    font-weight: 600;
}

.submit-payment-button {
    width: 100% !important;
    padding: 14px;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: white !important;
    background-color: #28a745 !important;
    border: none;
    border-radius: 8px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: auto !important;
}

.submit-payment-button:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}


.black-friday-banner {
    background: linear-gradient(135deg, #2b0000 0%, #800000 50%, #2b0000 100%);
    border: 2px solid #d4af37; 
    border-radius: 8px;
    padding: 15px;
    margin: 0px 0;
    text-align: center;
    position: relative;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.3); 
    overflow: hidden;
    margin-bottom: -30px;
}

.black-friday-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: shine 3s infinite;
}

.bf-content {
    position: relative;
    z-index: 1;
}

.bf-title {
    display: block;
    font-family: 'Georgia', serif; 
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffcc00;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.bf-dates {
    color: #f0f0f0;
    font-size: 1.1rem;
    margin: 0;
    font-family: sans-serif;
}

.bf-dates strong {
    color: #ff4d4d; 
    font-weight: bold;
}

@keyframes shine {
    0% { left: -100%; }
    20% { left: 100%; }
    100% { left: 100%; }
}

@media (max-width: 600px) {
    .bf-title { font-size: 1.2rem; }
    .bf-dates { font-size: 0.9rem; }
}