﻿@font-face {
    font-family: 'Vazir';
    src: url('fonts/Vazir.eot');
    src: local('fonts/Vazir'), url('fonts/Vazir.woff') format('woff'), url('fonts/Vazir.ttf') format('truetype'), url('fonts/Vazir.svg') format('svg');
}

html, body {
    height: 90vh;
    margin: 0px;
}

body {
    font-family: 'Vazir';
    color: #888;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
    overscroll-behavior: contain;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    direction: rtl;
    text-align: right;
    color-scheme: light only;
    background: #fff3f3;
    color: red;
    bottom: 0;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 3rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-family: Vazir;
    border-top: 1px solid #f5c6cb;
}

    #blazor-error-ui .reload {
        margin-right: 5px;
        color: #0056b3;
        text-decoration: underline;
    }

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        left: 0.75rem;
        right: auto;
        top: 0.5rem;
        font-size: 1.2rem;
    }

.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."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

input[inputmode="numeric"] {
    direction: ltr;
}

/* Hide number input spinner */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield; 

}

.modal-backdrop {
    z-index: 1048;
}

.modal {
    z-index: 1051;
}

.vr {
    border-left: 1px solid white;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.row::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.row {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.appbar-login {
    z-index: 1040;
    background-color: rgba(36,76,189,.2);
}

/*.login-container {
    background-image: url('../images/bg_01.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    width: 100%;
    padding-bottom: 50px;
    padding-top: 90px;
}*/

.bg_white {
    background-color: white;
}

.bg_01_login {
    background-image: url('../images/bg_01.jpg');
}

.hide {
    display: none;
}

.text-uppercase input {
    text-transform: uppercase !important;
}

.text-ltr {
    direction: ltr;
}

.text-left input {
    text-align: left !important;
}

.text-right input {
    text-align: right !important;
}

.text-center input {
    text-align: center !important;
}

.btnIcon {
    min-height: 150px;
    height: 100%;
    min-width: 150px;
    max-width: 250px;
    width: 100%;
}

.lnkIcon {
    cursor: pointer;
    transition: color 0.3s, box-shadow 0.3s;
}

    .lnkIcon:hover {
        background-color: var(--mud-palette-action-default-hover);
        text-decoration: none;
        box-shadow: 5px rgba(0,0,0,0.3); /* Adds a shadow for a 'lifted' look */
    }

.pnlPlate {
    background-image: url('/images/pnl_bg.png');
    border-radius: 5px;
    max-width: 400px;
    width: 100%;
    color: white;
}


/*.mud-alert-message {
    width: 100%;
}*/

.mnuPersonInfo .mud-nav-link {
    padding: 0 0 0 0;
}

    .mnuPersonInfo .mud-nav-link .mud-nav-link-text {
        padding: 0 0 3px 0;
        margin: 5px 5px 2px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.mud-table-cell {
    justify-content: center !important;
    text-align: center !important;
    padding: 15px 7px;
}

.mud-table-root .mud-table-head .mud-table-cell {
    font-weight: 600 !important;
    line-height: 2.5rem !important;
    padding: 5px;
}

.mud-table-cell-custom-group {
    font-weight: 600;
    background-color: var(--mud-palette-background-grey);
}

.mud-select-input .mud-input-slot {
    text-align: right;
}

.mud-expand-panel-header {
    padding: 0 10px 0 10px !important;
}

.mud-input-filled .mud-input-slot {
    text-align: center;
}

.isb-input {
    background-color: #faf9ff;
    /*  color: #959595;*/
    border: 0px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
}

    .isb-input::placeholder {
        color: #959595;
    }


/*.mud-input,
.mud-input-control > .mud-input-control-input-container > .mud-input-label-inputcontrol {
    background-color: #faf9ff;*/
    /* color: #959595;*/
/*}

.mud-input-filled-with-label .mud-input-label-inputcontrol {
    background-color: #e8e8e8 !important;
}*/

/*.mud-list-item-icon {
    min-width: 40px;
}

.mud-dialog {
    overflow: hidden;
}

.mud-expand-panel-header {
    padding-right: 0 !important;
}

    .mud-expand-panel-header .mud-expand-panel-text {
        padding-right: 0 !important;
    }

        .mud-expand-panel-header .mud-expand-panel-text .mud-toolbar-gutters {
            padding: 0 10px !important;
        }

.mud-paper .mud-toolbar-gutters {
    padding: 0 10px !important;
}*/

.link-field:hover {
    background-color: var(--mud-palette-action-default-hover);
}

.link-field,
.link-field * {
    cursor: pointer !important;
}

#alert-toast {
    /* animation: hideAfter3Seconds 3s forwards;*/
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

/*.mud-checkbox p {
    width: 100%;
}*/

.hover-div {
    background-color: var(--bs-white);
    padding: 10px;
    border-bottom: 1px solid var(--bs-border-color);
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

    .hover-div:hover {
        background-color: var(--bs-gray-200);
    }


.nav-menu {
    background-color: #003459;
    color: white;
    max-width: 200px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    text-decoration: none;
}

    .nav-menu a {
        text-decoration: none;
        color: inherit; /* Ensures the links inherit the color of the nav-menu */
    }

        .nav-menu a:hover {
            text-decoration: none; /* Ensures no underline on hover */
        }

.btn-close-nav {
    filter: invert(1);
}

.col-main-border {
    padding: 0 20px 20px 20px;
    border: 1px solid #f3f4f6;
    border-radius: 15px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
    .col-main {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.text-with-hr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #003459;
    font-size: 0.7rem;
    font-weight: 800;
}

    .text-with-hr::before,
    .text-with-hr::after {
        content: '';
        flex-grow: 1;
        margin: 0 10px;
        border-bottom: 1px solid var(--bs-border-color);
    }

.number-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}

.card-columns {
    column-count: 4;
    column-gap: 1rem;
}

    .card-columns .crd {
        break-inside: avoid;
        margin-bottom: 1rem;
    }

@media (max-width: 768px) {
    .card-columns {
        column-count: 2;
    }
}

@media (max-width: 576px) {
    .card-columns {
        column-count: 1;
    }
}

.offcanvas {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.nav-menu {
    flex-grow: 1; /* Make sure the nav menu takes up available space */
}

.nav-footer {
    margin-top: auto; /* Pushes the footer to the bottom */
    padding: 1rem;
    text-align: center;
}

.version-number {
    font-size: 0.9rem;
    color: gray;
}

.navbar-admin {
    background-color: #003459 !important;
}

    .navbar-admin .navbar-brand,
    .navbar-admin .nav-link,
    .navbar-admin .dropdown-toggle {
        color: white !important;
    }

    .navbar-admin .navbar-toggler-icon {
        filter: invert(1);
    }

.mud-tab-slider {
    height: 0px !important;
}


.tool-tip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    z-index: 1040;
}

    .tool-tip .tool-tip-text {
        visibility: hidden;
        background-color: black;
        color: #fff;
        font-size: 0.72rem;
        text-align: center;
        padding: 5px;
        border-radius: 4px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: opacity 0.3s;
        max-width: 200px; /* Adjust the max width as needed */
        white-space: nowrap; /* To prevent wrapping */
    }

        .tool-tip .tool-tip-text::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: black transparent transparent transparent;
        }

    .tool-tip:hover .tool-tip-text {
        visibility: visible;
        opacity: 1;
    }

.social-card {
    transition: all 0.3s ease;
    border: 1px solid #eee;
    border-radius: 0.75rem !important;
    background-color: white;
}

    .social-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        border-color: #12bcb3;
        background-color: #f8f9fa;
    }

.social-icon {
    transition: transform 0.3s ease;
}

.social-card:hover .social-icon {
    transform: scale(1.1);
}

.mainframe {
    width: 200px;
    height: 46px;
    border-style: solid;
    border-width: 1px;
    direction: ltr;
    margin-top: 3px;
    border-color: var(--mud-palette-lines-inputs);
    border-radius: var(--mud-default-borderradius);
}

    .mainframe input {
        text-align: center;
        background-color: #ffe600 !important;
    }

.vertical-dotted-line {
    position: absolute;
    left: 50%;
    top: 4px;
    bottom: 4px;
    transform: translateX(-50%);
    border-left: 2px dotted #12bcb3;
    margin-bottom: 20px;
    margin-top: 12px;
}

    .vertical-dotted-line::before {
        content: '';
        position: absolute;
        left: 50%;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #12bcb3;
        transform: translate(-50%, -50%);
        top: 0;
    }

    .vertical-dotted-line::after {
        content: '';
        position: absolute;
        left: 50%;
        width: 8px;
        height: 8px;
        background-color: #fd7e14;
        transform: translate(-50%, 50%);
        bottom: 0;
    }

.dotted-border-box {
    display: inline-block;
    padding: 4px 8px;
    border: 2px dotted #12bcb3;
    border-radius: 8px;
    border-left: none;
    direction: ltr;
}

.hover-effect:hover {
    background-color: rgba(18, 188, 179, 0.05) !important;
    transform: translateY(-1px);
    transition: all 0.2s ease;
}

.bg-gradient-primary {
    background: linear-gradient(135deg, rgba(18,188,179,0.1) 0%, rgba(18,188,179,0.2) 100%);
}

.rounded-4 {
    border-radius: 1rem !important;
}


.payment-info-container {
    margin: 0;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px;
}

.payment-info-row {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
    flex-wrap: wrap;
}

    .payment-info-row:last-child {
        border-bottom: none;
    }

.payment-info-label {
    font-weight: bold;
    min-width: 120px;
    margin-left: 10px;
    align-self: center;
}

.payment-info-content {
    display: flex;
    flex-grow: 1;
    align-items: center;
}

.payment-info-value {
    flex-grow: 1;
    text-align: left;
    margin-right: 10px;
}

.copy-btn {
    white-space: nowrap;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .payment-info-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .payment-info-label {
        margin-left: 0;
        margin-bottom: 0;
        width: 100%;
    }

    .payment-info-content {
        width: 100%;
        justify-content: space-between;
    }

    .payment-info-value {
        text-align: right;
        margin-right: 0;
    }
}

.number-circle {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
}

.bg-purple {
    background-color: #6f42c1 !important;
}

.bg-indigo {
    background-color: #6610f2 !important;
}

.bg-pink {
    background-color: #d63384 !important;
}

.bg-teal {
    background-color: #20c997 !important;
}

.bg-cyan {
    background-color: #0dcaf0 !important;
}

.bg-orange {
    background-color: #fd7e14 !important;
}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    border-bottom: 1px solid #ced4da;
}

/* ============================================
   BUTTON STRUCTURE - FIXED
   Image on top | Text below | Centered
   ============================================ */

/* Override MudButton default */
.mud-button-root.btn-action .mud-button-label {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    height: 100%;
    gap: 8px;
}

/* Main button container */
.btn-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 100px;
    padding: 12px 8px;
    border-radius: 14px;
    border: 1.5px solid;
    background: #ffffff;
    color: #475569;
    font-size: 0.8rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

    /* Image - Row 1 */
    .btn-action img {
        width: 28px;
        height: auto;
        display: block;
    }

    /* Row 2: Text + Arrow wrapper */
    .btn-action .btn-row {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        text-align: center;
        line-height: 1.3;
    }

    /* Arrow icon */
    .btn-action .btn-arrow {
        font-size: 0.9rem;
        opacity: 0.7;
        flex-shrink: 0;
    }

/* Colored variants */
.btn-action-info {
    border-color: #0ea5e9;
    background: rgba(14, 165, 233, 0.06);
    color: #0369a1;
}

.btn-action-success {
    border-color: #22c55e;
    background: rgba(34, 197, 94, 0.06);
    color: #16a34a;
}

.btn-action-danger {
    border-color: #ef4444;
    background: rgba(239, 68, 68, 0.06);
    color: #dc2626;
}

.btn-action-warning {
    border-color: #f59e0b;
    background: rgba(245, 158, 11, 0.06);
    color: #d97706;
}

.btn-action-primary {
    border-color: #3b82f6;
    background: rgba(59, 130, 246, 0.06);
    color: #2563eb;
}

.btn-action-light {
    border-color: #cbd5e1;
    background: #f8fafc;
    color: #475569;
}

.btn-action-dark {
    border-color: #475569;
    background: #f8fafc;
    color: #1e293b;
}

/* Hover */
.btn-action:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

/* Active */
.btn-action:active {
    transform: translateY(0);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

/* Focus */
.btn-action:focus {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

/* Disabled */
.btn-action:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
}

/* ============================================
   RESPONSIVE SIZES
   ============================================ */

/* Desktop */
@media (min-width: 992px) {
    .btn-action {
        min-height: 130px;
        padding: 16px 12px;
        border-radius: 18px;
        font-size: 0.85rem;
    }

        .btn-action img {
            width: 34px;
        }

        .btn-action .btn-arrow {
            font-size: 1rem;
        }
}

/* Tablet */
@media (max-width: 991px) and (min-width: 768px) {
    .btn-action {
        min-height: 110px;
        padding: 14px 10px;
        border-radius: 16px;
    }

        .btn-action img {
            width: 30px;
        }
}

/* Mobile */
@media (max-width: 767px) {
    .btn-action {
        min-height: 100px;
        padding: 12px 8px;
        border-radius: 14px;
        font-size: 0.75rem;
    }

        .btn-action img {
            width: 26px;
        }
}

/* Small Mobile */
@media (max-width: 480px) {
    .btn-action {
        min-height: 85px;
        padding: 10px 6px;
        border-radius: 12px;
        font-size: 0.7rem;
    }

        .btn-action img {
            width: 22px;
        }

        .btn-action .btn-arrow {
            font-size: 0.8rem;
        }
}

/* ============================================
   SCROLLABLE ROW
   ============================================ */

.scroll-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    gap: 10px;
    padding: 8px 0;
}

    .scroll-row .btn-action {
        flex: 0 0 110px;
        width: 110px !important;
        min-height: 88px;
        height: 88px;
        padding: 10px 8px;
        border-radius: 14px;
    }

        .scroll-row .btn-action img {
            width: 26px;
        }

@media (max-width: 480px) {
    .scroll-row .btn-action {
        flex: 0 0 95px;
        width: 95px !important;
        min-height: 80px;
        height: 80px;
        border-radius: 12px;
        padding: 8px 6px;
    }

        .scroll-row .btn-action img {
            width: 22px;
        }
}

@media (min-width: 768px) {
    .scroll-row .btn-action {
        flex: 0 0 120px;
        width: 120px !important;
        min-height: 95px;
        height: 95px;
        border-radius: 16px;
    }

        .scroll-row .btn-action img {
            width: 28px;
        }
}

@media (min-width: 992px) {
    .scroll-row .btn-action {
        flex: 0 0 130px;
        width: 130px !important;
        min-height: 100px;
        height: 100px;
        border-radius: 18px;
    }

        .scroll-row .btn-action img {
            width: 32px;
        }
}

/* ============================================
   SCROLLBAR
   ============================================ */

.scroll-row::-webkit-scrollbar {
    height: 6px;
}

.scroll-row::-webkit-scrollbar-track {
    background: transparent;
}

.scroll-row::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

    .scroll-row::-webkit-scrollbar-thumb:hover {
        background: rgba(0, 0, 0, 0.3);
    }

/* ============================================
   ACCESSIBILITY
   ============================================ */

@media (prefers-reduced-motion: reduce) {
    .btn-action {
        transition: none;
    }

        .btn-action:hover {
            transform: none;
        }
}


/*===================================================*/
.gps-prompt-container {
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #1976D2 0%, #1565C0 100%);
    color: white;
    text-align: center;
    padding: 20px;
}
