@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.84wtju4z0n.bundle.scp.css';

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-cy9rebbprt],
.components-reconnect-repeated-attempt-visible[b-cy9rebbprt],
.components-reconnect-failed-visible[b-cy9rebbprt],
.components-pause-visible[b-cy9rebbprt],
.components-resume-failed-visible[b-cy9rebbprt],
.components-rejoining-animation[b-cy9rebbprt] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-cy9rebbprt],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-cy9rebbprt],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-cy9rebbprt],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-cy9rebbprt],
#components-reconnect-modal.components-reconnect-retrying[b-cy9rebbprt],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-cy9rebbprt],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-cy9rebbprt],
#components-reconnect-modal.components-reconnect-failed[b-cy9rebbprt],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-cy9rebbprt] {
    display: block;
}


#components-reconnect-modal[b-cy9rebbprt] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-cy9rebbprt 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-cy9rebbprt 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-cy9rebbprt 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-cy9rebbprt]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-cy9rebbprt 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-cy9rebbprt {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-cy9rebbprt {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-cy9rebbprt {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-cy9rebbprt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-cy9rebbprt] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-cy9rebbprt] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-cy9rebbprt] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-cy9rebbprt] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-cy9rebbprt] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-cy9rebbprt] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-cy9rebbprt 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-cy9rebbprt] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-cy9rebbprt {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/GeneralComponent/PlateBox.razor.rz.scp.css */

.NationalPlateBox[b-ud2ebbreeu] {
    /*background-image: url('./Images/plate/National/national_plate.png');*/
    background-repeat: no-repeat;
    background-size: auto;
    background-color: white;
    position: relative;
    width: 165px;
    height: 35px;
    font-size: 18px;
    color: #312a2a;
    border-radius: 5px;
}
/* /Components/Pages/GeneralComponent/PlateEditBox.razor.rz.scp.css */

.NationalPlateBox[b-zp3yjxlqa2] {
    /*background-image: url('./Images/plate/National/national_plate.png');*/
    background-repeat: no-repeat;
    background-size: auto;
    background-color: white;
    position: relative;
    width: 215px;
    height: 40px;
    font-size: 18px;
    color: #312a2a;
    border-radius: 5px;
}
/* /Components/Pages/Modules/Speed/EditRecord.razor.rz.scp.css */

@property --angle {
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg; /* Set the starting angle */
}




.image-row[b-xbx20ga6nz] {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
    content-visibility: visible;
    contain: layout;
}

.box-container[b-xbx20ga6nz] {
    position: relative;
    width: 50%;
}


.image-container[b-xbx20ga6nz] {
    margin: 0 auto;
    position: relative;
    height: 100%;
    width: 100%;
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 16px;
}

    .image-container[b-xbx20ga6nz]::after, .image-container[b-xbx20ga6nz]::before {
        content: "";
        position: absolute;
        box-sizing: initial;
        height: 100%;
        width: 100%;
        background-image: conic-gradient(from var(--angle), transparent 70%, red, orange, yellow, lime, cyan, blue, magenta, blue, cyan, lime, yellow, orange, red);
        /*background-image: conic-gradient(from var(--angle), transparent 70%, var(--accent-fill-rest));*/
        /*background-image: conic-gradient(from var(--angle), red, orange, yellow, lime, cyan, blue, magenta, blue, cyan, lime, yellow, orange, red);*/
        /*background-image: conic-gradient(from var(--angle), transparent 50%, blue );*/
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        z-index: -1;
        padding: 1px;
        border-radius: 16px;
        animation: ledmove-b-xbx20ga6nz 10s linear infinite;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4)
    }


    .image-container[b-xbx20ga6nz]::before {
        filter: blur(0.2rem);
        opacity: 0.9;
    }





    /* افکت نورانی روی Hover */
    .image-container:hover[b-xbx20ga6nz] {
        box-shadow: 1px 1px 13px 7px rgba(0, 0, 0, 0.4);
    }




/* سایه گرادیانی */
.image-container-glow[b-xbx20ga6nz] {
    content: "";
    position: absolute;
    aspect-ratio: 16 / 9; /* نسبت دقیق افقی */
    inset: -2px;
    border-radius: 30px;
    background: conic-gradient(from var(--angle), red, orange, yellow, lime, cyan, blue, magenta, blue, cyan, lime, yellow, orange, red);
    background-size: 100% 100%;
    animation: ledmove-b-xbx20ga6nz 4s linear infinite;
    filter: blur(10px);
    opacity: 0.8;
    z-index: -1;
}



@keyframes ledmove-b-xbx20ga6nz {
    from {
        --angle: 0deg;
    }

    to {
        --angle: 360deg;
    }
}





.image-container img[b-xbx20ga6nz] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    transition: transform 0.4s ease;
}

.image-container:hover img[b-xbx20ga6nz] {
  /*  transform: scale(1.05);
    z-index: 10*/
}



/* جدول‌ها */
.table-row[b-xbx20ga6nz] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}




.NavbarIcone[b-xbx20ga6nz] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 70px;
    height: 68px;
    border: 1px solid var(--accent-fill-rest);
    border-radius: 15px;
    cursor: pointer;
    background-color: var(--neutral-fill-layer-rest);
    /*z-index: 1;*/
    opacity: 0.4;
    transition: opacity 0.3s ease-in-out;
}

    /* .NavbarIcone::after {
        content: "";
        position: absolute;
        box-sizing: initial;
        height: 100%;
        width: 100%;
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        z-index: -1;
        opacity: 1;
        border-radius: 15px;
        background-color: var(--neutral-fill-layer-rest);
    }*/

    .NavbarIcone:hover[b-xbx20ga6nz] {
        opacity: 0.8;
        background-color: var(--neutral-fill-layer-rest);
    }


.NavbarIconeActive[b-xbx20ga6nz] {
    opacity: 1;
    background-color: var(--neutral-fill-layer-rest);
    /*z-index: 1;*/
}

    .NavbarIconeActive[b-xbx20ga6nz]::before {
        content: "";
        position: absolute;
        box-sizing: initial;
        height: 100%;
        width: 100%;
        /*background-image: conic-gradient(from var(--angle), transparent 70%, red, orange, yellow, lime, cyan, blue, magenta, blue, cyan, lime, yellow, orange, red);*/
        background-image: conic-gradient(from var(--angle),transparent 70%, var(--accent-fill-rest));
        /*background-image: conic-gradient(from var(--angle), transparent 50%, blue );*/
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        z-index: -2;
        padding: 3px;
        border-radius: 16px;
        filter: blur(0.2rem);
        animation: ledmove-b-xbx20ga6nz 10s linear infinite;
    }

.NavbarIconeDeactive[b-xbx20ga6nz] {
    opacity: 0.4;
}



.NavbarIconeError[b-xbx20ga6nz] {
    fill: red;
    border: 1px solid red;
    /*z-index: 1;*/
}



.NationalPlateBox[b-xbx20ga6nz] {
    /*background-image: url('./Images/plate/National/national_plate.png');*/
    background-repeat: no-repeat;
    background-size: auto;
    background-color: white;
    position: relative;
    width: 165px;
    height: 35px;
    font-size: 18px;
    color: #312a2a;
    border-radius: 5px;
}







@media (max-width: 768px) {

    .image-row[b-xbx20ga6nz], .table-row[b-xbx20ga6nz] {
        flex-direction: column;
    }


    .box-container[b-xbx20ga6nz] {
        width: 100%;
    }


    .image-container[b-xbx20ga6nz], table[b-xbx20ga6nz] {
        width: 100%;
    }
}











/* ========== EFFECT 4: White Shine ========== */
.CompanyLogoForVideoPlayer[b-xbx20ga6nz] {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #11000000;
    height: 100%;
    width: 100%;
}

    .CompanyLogoForVideoPlayer h3[b-xbx20ga6nz] {
        margin-top: 15px;
        font-family: 'Segoe UI', Arial, sans-serif;
        color: #333;
        text-shadow: 1px 1px 2px rgba(255,255,255,0.8);
    }

/* ========== BASE CONTAINER ========== */
.shine-masked[b-xbx20ga6nz] {
    position: relative;
    width: 75%;
    height: 75%;
}

    .shine-masked img[b-xbx20ga6nz] {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .shine-masked .overlay[b-xbx20ga6nz] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        pointer-events: none;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
    }

/* ========== EFFECT 4: Double Shine ========== */
.double-shine .overlay[b-xbx20ga6nz] {
    -webkit-mask-image: url('/Images/Movaled/Movaled_480.png');
    mask-image: url('/Images/Movaled/Movaled_480.png');
}

    .double-shine .overlay[b-xbx20ga6nz]::before,
    .double-shine .overlay[b-xbx20ga6nz]::after {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 30%;
        height: 100%;
        transform: skewX(-25deg);
        animation: doubleShine-b-xbx20ga6nz 2s ease infinite;
    }

    .double-shine .overlay[b-xbx20ga6nz]::before {
        background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.8), transparent );
    }

    .double-shine .overlay[b-xbx20ga6nz]::after {
        background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.5), transparent );
        animation-delay: 0.2s;
    }

@keyframes doubleShine-b-xbx20ga6nz {
    0% {
        left: -100%;
    }

    50%, 100% {
        left: 180%;
    }
}
/* /Components/Pages/Modules/TrafficArea/EditRecord.razor.rz.scp.css */

@property --angle {
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg; /* Set the starting angle */
}




.image-row[b-rsek18nsyk] {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
    content-visibility: visible;
    contain: layout;
}

.box-container[b-rsek18nsyk] {
    position: relative;
    width: 50%;
}


.image-container[b-rsek18nsyk] {
    margin: 0 auto;
    position: relative;
    height: 100%;
    width: 100%;
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 16px;
}

    .image-container[b-rsek18nsyk]::after, .image-container[b-rsek18nsyk]::before {
        content: "";
        position: absolute;
        box-sizing: initial;
        height: 100%;
        width: 100%;
        background-image: conic-gradient(from var(--angle), transparent 70%, red, orange, yellow, lime, cyan, blue, magenta, blue, cyan, lime, yellow, orange, red);
        /*background-image: conic-gradient(from var(--angle), transparent 70%, var(--accent-fill-rest));*/
        /*background-image: conic-gradient(from var(--angle), red, orange, yellow, lime, cyan, blue, magenta, blue, cyan, lime, yellow, orange, red);*/
        /*background-image: conic-gradient(from var(--angle), transparent 50%, blue );*/
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        z-index: -1;
        padding: 1px;
        border-radius: 16px;
        animation: ledmove-b-rsek18nsyk 10s linear infinite;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4)
    }


    .image-container[b-rsek18nsyk]::before {
        filter: blur(0.2rem);
        opacity: 0.9;
    }





    /* افکت نورانی روی Hover */
    .image-container:hover[b-rsek18nsyk] {
        box-shadow: 1px 1px 13px 7px rgba(0, 0, 0, 0.4);
    }




/* سایه گرادیانی */
.image-container-glow[b-rsek18nsyk] {
    content: "";
    position: absolute;
    aspect-ratio: 16 / 9; /* نسبت دقیق افقی */
    inset: -2px;
    border-radius: 30px;
    background: conic-gradient(from var(--angle), red, orange, yellow, lime, cyan, blue, magenta, blue, cyan, lime, yellow, orange, red);
    background-size: 100% 100%;
    animation: ledmove-b-rsek18nsyk 4s linear infinite;
    filter: blur(10px);
    opacity: 0.8;
    z-index: -1;
}



@keyframes ledmove-b-rsek18nsyk {
    from {
        --angle: 0deg;
    }

    to {
        --angle: 360deg;
    }
}





.image-container img[b-rsek18nsyk] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    transition: transform 0.4s ease;
}

.image-container:hover img[b-rsek18nsyk] {
  /*  transform: scale(1.05);
    z-index: 10*/
}



/* جدول‌ها */
.table-row[b-rsek18nsyk] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}




.NavbarIcone[b-rsek18nsyk] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 70px;
    height: 68px;
    border: 1px solid var(--accent-fill-rest);
    border-radius: 15px;
    cursor: pointer;
    background-color: var(--neutral-fill-layer-rest);
    /*z-index: 1;*/
    opacity: 0.4;
    transition: opacity 0.3s ease-in-out;
}

    /* .NavbarIcone::after {
        content: "";
        position: absolute;
        box-sizing: initial;
        height: 100%;
        width: 100%;
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        z-index: -1;
        opacity: 1;
        border-radius: 15px;
        background-color: var(--neutral-fill-layer-rest);
    }*/

    .NavbarIcone:hover[b-rsek18nsyk] {
        opacity: 0.8;
        background-color: var(--neutral-fill-layer-rest);
    }


.NavbarIconeActive[b-rsek18nsyk] {
    opacity: 1;
    background-color: var(--neutral-fill-layer-rest);
    /*z-index: 1;*/
}

    .NavbarIconeActive[b-rsek18nsyk]::before {
        content: "";
        position: absolute;
        box-sizing: initial;
        height: 100%;
        width: 100%;
        /*background-image: conic-gradient(from var(--angle), transparent 70%, red, orange, yellow, lime, cyan, blue, magenta, blue, cyan, lime, yellow, orange, red);*/
        background-image: conic-gradient(from var(--angle),transparent 70%, var(--accent-fill-rest));
        /*background-image: conic-gradient(from var(--angle), transparent 50%, blue );*/
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        z-index: -2;
        padding: 3px;
        border-radius: 16px;
        filter: blur(0.2rem);
        animation: ledmove-b-rsek18nsyk 10s linear infinite;
    }

.NavbarIconeDeactive[b-rsek18nsyk] {
    opacity: 0.4;
}



.NavbarIconeError[b-rsek18nsyk] {
    fill: red;
    border: 1px solid red;
    /*z-index: 1;*/
}



.NationalPlateBox[b-rsek18nsyk] {
    /*background-image: url('./Images/plate/National/national_plate.png');*/
    background-repeat: no-repeat;
    background-size: auto;
    background-color: white;
    position: relative;
    width: 165px;
    height: 35px;
    font-size: 18px;
    color: #312a2a;
    border-radius: 5px;
}







@media (max-width: 768px) {

    .image-row[b-rsek18nsyk], .table-row[b-rsek18nsyk] {
        flex-direction: column;
    }


    .box-container[b-rsek18nsyk] {
        width: 100%;
    }


    .image-container[b-rsek18nsyk], table[b-rsek18nsyk] {
        width: 100%;
    }
}











/* ========== EFFECT 4: White Shine ========== */
.CompanyLogoForVideoPlayer[b-rsek18nsyk] {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #11000000;
    height: 100%;
    width: 100%;
}

    .CompanyLogoForVideoPlayer h3[b-rsek18nsyk] {
        margin-top: 15px;
        font-family: 'Segoe UI', Arial, sans-serif;
        color: #333;
        text-shadow: 1px 1px 2px rgba(255,255,255,0.8);
    }

/* ========== BASE CONTAINER ========== */
.shine-masked[b-rsek18nsyk] {
    position: relative;
    width: 75%;
    height: 75%;
}

    .shine-masked img[b-rsek18nsyk] {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .shine-masked .overlay[b-rsek18nsyk] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        pointer-events: none;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
    }

/* ========== EFFECT 4: Double Shine ========== */
.double-shine .overlay[b-rsek18nsyk] {
    -webkit-mask-image: url('/Images/Movaled/Movaled_480.png');
    mask-image: url('/Images/Movaled/Movaled_480.png');
}

    .double-shine .overlay[b-rsek18nsyk]::before,
    .double-shine .overlay[b-rsek18nsyk]::after {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 30%;
        height: 100%;
        transform: skewX(-25deg);
        animation: doubleShine-b-rsek18nsyk 2s ease infinite;
    }

    .double-shine .overlay[b-rsek18nsyk]::before {
        background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.8), transparent );
    }

    .double-shine .overlay[b-rsek18nsyk]::after {
        background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.5), transparent );
        animation-delay: 0.2s;
    }

@keyframes doubleShine-b-rsek18nsyk {
    0% {
        left: -100%;
    }

    50%, 100% {
        left: 180%;
    }
}
