/* /Pages/ComSubMen.razor.rz.scp.css */
body[b-raqccqm8dt] {
}

/*zoooom in out*/
.zoom-in-out-box[b-raqccqm8dt] {
    margin: 24px;
    height: 45px;
    width: 45px;
    animation: zoom-in-zoom-out-b-raqccqm8dt 1.5s ease infinite;
}

@keyframes zoom-in-zoom-out-b-raqccqm8dt {
    0% {
        transform: scale(1, 1);
        color: white;
        opacity: 1;
    }

    50% {
        transform: scale(1.5, 1.5);
        color: #A7FFEB;
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        color: white;
        opacity: 1;
    }
}
/* /Pages/Index.razor.rz.scp.css */
body[b-mgyqaqvb1l] {
   
}
.theme-a[b-mgyqaqvb1l] {
    background: #dca;
    color: #731;
}

@media (prefers-color-scheme: dark) {
    .theme-a.adaptive[b-mgyqaqvb1l] {
        background: #753;
        color: #dcb;
        outline: 5px dashed #000;
    }
}
    .svg_Style[b-mgyqaqvb1l] {
        width: 90px;
        height: 90px;
        fill: currentColor;
    }

    .DivCardBorder[b-mgyqaqvb1l] {
        padding: 3px;
        text-align: center;
        border-right: 4px solid plum;
        background-color: whitesmoke;
    }

    .DivCardDisplay[b-mgyqaqvb1l] {
        display: grid;
        grid-template: 100px / auto 90px;
        grid-gap: 0px;
        padding: 0px;
    }


    .scroll-container[b-mgyqaqvb1l] {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }

        /*// to hide the button when page first loaded*/
        .scroll-container[b-mgyqaqvb1l]:before {
            content: '';
            display: block;
            height: 100vh;
            pointer-events: none;
        }

        /*// fixed to right bottom of page*/
        .scroll-container a[b-mgyqaqvb1l] {
            position: sticky;
            top: 88vh;
            cursor: pointer;
            font-size: 20px;
        }
.scrollHover[b-mgyqaqvb1l] {
    opacity: 0.5;
}
    .scrollHover:hover[b-mgyqaqvb1l] {
        opacity: 1;
    }
/*////////////zom in*/
.zoomIn[b-mgyqaqvb1l] {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn-b-mgyqaqvb1l;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

        .zoomIn:hover[b-mgyqaqvb1l] {
/*            -webkit-animation-name: rubberBand;
            animation-name: rubberBand;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;*/

           /* transform: scale(1.005);*/ /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        }

    @-webkit-keyframes zoomIn {
        0% {
            opacity: 0;
            -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
        }

        50% {
            opacity: 1;
        }
    }

    @keyframes zoomIn-b-mgyqaqvb1l {
        0% {
            opacity: 0;
            -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
        }

        50% {
            opacity: 1;
        }
    }



    /*shak*/ /**/

    .rubberBand[b-mgyqaqvb1l] {
        -webkit-animation-name: rubberBand;
        animation-name: rubberBand-b-mgyqaqvb1l;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    @-webkit-keyframes rubberBand {
        0% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

        30% {
            -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
        }

        40% {
            -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
        }

        50% {
            -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
        }

        65% {
            -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
        }

        75% {
            -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
        }

        100% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }

    @keyframes rubberBand-b-mgyqaqvb1l {
        0% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

        30% {
            -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
        }

        40% {
            -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
        }

        50% {
            -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
        }

        65% {
            -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
        }

        75% {
            -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
        }

        100% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }

    /*effect*/ /**/
    .wobble[b-mgyqaqvb1l] {
        -webkit-animation-name: wobble;
        animation-name: wobble-b-mgyqaqvb1l;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    @-webkit-keyframes wobble {
        0% {
            -webkit-transform: none;
            transform: none;
        }

        15% {
            -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        }

        30% {
            -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        }

        45% {
            -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        }

        60% {
            -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        }

        75% {
            -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        }

        100% {
            -webkit-transform: none;
            transform: none;
        }
    }

    @keyframes wobble-b-mgyqaqvb1l {
        0% {
            -webkit-transform: none;
            transform: none;
        }

        15% {
            -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        }

        30% {
            -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        }

        45% {
            -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        }

        60% {
            -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        }

        75% {
            -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        }

        100% {
            -webkit-transform: none;
            transform: none;
        }
    }


    /*efff2*/


    .bounceIn[b-mgyqaqvb1l] {
        -webkit-animation-name: bounceIn;
        animation-name: bounceIn-b-mgyqaqvb1l;
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    @-webkit-keyframes bounceIn {
        0%, 20%, 40%, 60%, 80%, 100% {
            -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        }

        0% {
            opacity: 0;
            -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
        }

        20% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
        }

        40% {
            -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
        }

        60% {
            opacity: 1;
            -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
        }

        80% {
            -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
        }

        100% {
            opacity: 1;
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }

    @keyframes bounceIn-b-mgyqaqvb1l {
        0%, 20%, 40%, 60%, 80%, 100% {
            -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        }

        0% {
            opacity: 0;
            -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
        }

        20% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
        }

        40% {
            -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
        }

        60% {
            opacity: 1;
            -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
        }

        80% {
            -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
        }

        100% {
            opacity: 1;
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }


@media (prefers-color-scheme: dark) {
    .element[b-mgyqaqvb1l] {
        color: var(--bs-primary-text-emphasis);
        background-color: red;
        --bs-body-bg: var(--bs-blue);
    }
}



/*///////////*/
.bg[b-mgyqaqvb1l] {
    position: fixed;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    width: 150%;
    height: 150vh;
    background-color: #E8BA9B;
    background: transparent url('bg_.png') repeat 0 0;
    background-repeat: repeat;
    animation: bg-animation-b-mgyqaqvb1l 120s infinite;
    opacity: .5;
    visibility: visible;
}

@keyframes bg-animation-b-mgyqaqvb1l {
    0% {
        transform: translate(0,0)
    }

    10% {
        transform: translate(4,3%)
    }

    20% {
        transform: translate(4%,8%)
    }

    30% {
        transform: translate(10%,12%)
    }

    40% {
        transform: translate(14%,9%)
    }

    50% {
        transform: translate(18%,12%)
    }

    60% {
        transform: translate(16%,14%)
    }

    70% {
        transform: translate(14%,11%)
    }

    80% {
        transform: translate(10%,8%)
    }

    90% {
        transform: translate(5%,5%)
    }

    100% {
        transform: translate(0%,0%)
    }
}
/* /Pages/Login.razor.rz.scp.css */
body[b-bw3f1nin06] {
}


.popup[b-bw3f1nin06] {
    position: fixed;
    top: 54%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*///////////*/
.bg[b-bw3f1nin06] {
    position: fixed;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    width: 150%;
    height: 150vh;
    background-color: #E8BA9B;
    background: transparent url('bg_.png') repeat 0 0;
    background-repeat: repeat;
    animation: bg-animation-b-bw3f1nin06 120s infinite;
    opacity: .5;
    visibility: visible;
}

@keyframes bg-animation-b-bw3f1nin06 {
    0% {
        transform: translate(0,0)
    }

    10% {
        transform: translate(4,3%)
    }

    20% {
        transform: translate(4%,8%)
    }

    30% {
        transform: translate(10%,12%)
    }

    40% {
        transform: translate(14%,9%)
    }

    50% {
        transform: translate(18%,12%)
    }

    60% {
        transform: translate(16%,14%)
    }

    70% {
        transform: translate(14%,11%)
    }

    80% {
        transform: translate(10%,8%)
    }

    90% {
        transform: translate(5%,5%)
    }

    100% {
        transform: translate(0%,0%)
    }
}


/*//////back /*/
@keyframes scrollBg-b-bw3f1nin06 {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-330px);
    }
}

.scroll-bg[b-bw3f1nin06] {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    /*    padding-bottom: 330px;*/
    background-color: #E8BA9B;
    background-image: url('https://andreivictor.ro/codepen/scroll-bg-animation-pinterest/bg_pasta_grid-3f880df3.jpg');
    background-repeat: repeat-y;
    background-size: cover;
    animation: scrollBg-b-bw3f1nin06 35s linear forwards infinite;
}
@media (prefers-reduced-motion) {
    .croll-bg[b-bw3f1nin06] {
        animation: scroll 800s linear infinite;
    }
}
/*//////////*/


/*////////////zom in*/
.zoomIn[b-bw3f1nin06] {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn-b-bw3f1nin06;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*
    .zoomIn:hover {
                -webkit-animation-name: bounceIn;
        animation-name: bounceIn;
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        transform: scale(1.05);  (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) 
    }*/

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn-b-bw3f1nin06 {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}
/* /Pages/Motor.razor.rz.scp.css */
body[b-apiricqv62] {
    
}


@media print {
    body *[b-apiricqv62] {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    #myTabContentTab4Sub1_to7[b-apiricqv62] {
        height: 100%;
        width: 100%;
        position: fixed;
    }
  
}
    /*///////////*/
    .bg[b-apiricqv62] {
        position: fixed;
        top: -50%;
        left: -50%;
        right: -50%;
        bottom: -50%;
        width: 150%;
        height: 150vh;
        background-color: #E8BA9B;
        background: transparent url('bg_.png') repeat 0 0;
        background-repeat: repeat;
        animation: bg-animation-b-apiricqv62 120s infinite;
        opacity: .5;
        visibility: visible;
    }

    @keyframes bg-animation-b-apiricqv62 {
        0% {
            transform: translate(0,0)
        }

        10% {
            transform: translate(4,3%)
        }

        20% {
            transform: translate(4%,8%)
        }

        30% {
            transform: translate(10%,12%)
        }

        40% {
            transform: translate(14%,9%)
        }

        50% {
            transform: translate(18%,12%)
        }

        60% {
            transform: translate(16%,14%)
        }

        70% {
            transform: translate(14%,11%)
        }

        80% {
            transform: translate(10%,8%)
        }

        90% {
            transform: translate(5%,5%)
        }

        100% {
            transform: translate(0%,0%)
        }
    }


    .container-Filter[b-apiricqv62] {
        position: sticky;
        top: 90px;
        left: 0;
        height: 100%;
    }

    .DivCardBorder[b-apiricqv62] {
        padding: 3px;
        text-align: center;
        border-right: 4px solid plum;
        background-color: whitesmoke;
    }

    .DivCardDisplay[b-apiricqv62] {
        display: grid;
        grid-template: 100px / auto 90px;
        grid-gap: 0px;
        padding: 0px;
    }


    .scroll-container[b-apiricqv62] {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }

        /*// to hide the button when page first loaded*/
        .scroll-container[b-apiricqv62]:before {
            content: '';
            display: block;
            height: 100vh;
            pointer-events: none;
        }

        /*// fixed to right bottom of page*/
        .scroll-container a[b-apiricqv62] {
            position: sticky;
            top: 88vh;
            cursor: pointer;
            font-size: 20px;
        }


    /*////////////zom in*/
    .zoomIn[b-apiricqv62] {
        -webkit-animation-name: zoomIn;
        animation-name: zoomIn-b-apiricqv62;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

        .zoomIn:hover[b-apiricqv62] {
            /*        -webkit-animation-name: bounceIn;
        animation-name: bounceIn;
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;*/
            /*transform: scale(1.05);*/ /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        }

    @-webkit-keyframes zoomIn {
        0% {
            opacity: 0;
            -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
            
        }

        50% {
            opacity: 1;
            
        }
    }

    @keyframes zoomIn-b-apiricqv62 {
        0% {
            opacity: 0;
            -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
            
        }

        50% {
            opacity: 1;
            
        }
    }



    /*shak*/ /**/

    .rubberBand[b-apiricqv62] {
        -webkit-animation-name: rubberBand;
        animation-name: rubberBand-b-apiricqv62;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    @-webkit-keyframes rubberBand {
        0% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

        30% {
            -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
        }

        40% {
            -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
        }

        50% {
            -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
        }

        65% {
            -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
        }

        75% {
            -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
        }

        100% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }

    @keyframes rubberBand-b-apiricqv62 {
        0% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

        30% {
            -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
        }

        40% {
            -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
        }

        50% {
            -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
        }

        65% {
            -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
        }

        75% {
            -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
        }

        100% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }

    /*effect*/ /**/
    .wobble[b-apiricqv62] {
        -webkit-animation-name: wobble;
        animation-name: wobble-b-apiricqv62;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    @-webkit-keyframes wobble {
        0% {
            -webkit-transform: none;
            transform: none;
        }

        15% {
            -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        }

        30% {
            -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        }

        45% {
            -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        }

        60% {
            -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        }

        75% {
            -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        }

        100% {
            -webkit-transform: none;
            transform: none;
        }
    }

    @keyframes wobble-b-apiricqv62 {
        0% {
            -webkit-transform: none;
            transform: none;
        }

        15% {
            -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        }

        30% {
            -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        }

        45% {
            -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        }

        60% {
            -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        }

        75% {
            -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        }

        100% {
            -webkit-transform: none;
            transform: none;
        }
    }


    /*efff2*/


    .bounceIn[b-apiricqv62] {
        -webkit-animation-name: bounceIn;
        animation-name: bounceIn-b-apiricqv62;
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    @-webkit-keyframes bounceIn {
        0%, 20%, 40%, 60%, 80%, 100% {
            -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        }

        0% {
            opacity: 0;
            -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
        }

        20% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
        }

        40% {
            -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
        }

        60% {
            opacity: 1;
            -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
        }

        80% {
            -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
        }

        100% {
            opacity: 1;
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }

    @keyframes bounceIn-b-apiricqv62 {
        0%, 20%, 40%, 60%, 80%, 100% {
            -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        }

        0% {
            opacity: 0;
            -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
        }

        20% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
        }

        40% {
            -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
        }

        60% {
            opacity: 1;
            -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
        }

        80% {
            -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
        }

        100% {
            opacity: 1;
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }



    /*efff text*/ /**/
    /* lineup class and keyframes */
    .lineUp[b-apiricqv62] {
        animation: 2s anim-lineUp-b-apiricqv62 ease-out infinite;
    }

    @keyframes anim-lineUp-b-apiricqv62 {
        0% {
            opacity: 0;
            transform: translateY(80%);
        }

        20% {
            opacity: 0;
        }

        50% {
            opacity: 1;
            transform: translateY(0%);
        }

        100% {
            opacity: 1;
            transform: translateY(0%);
        }
    }

    /* flipping class and key frames*/
    .flipX[b-apiricqv62] {
        animation: 1s anim-flipX-b-apiricqv62 ease infinite;
    }

    @keyframes anim-flipX-b-apiricqv62 {
        0% {
            opacity: 0;
            transform: rotateX(90def);
        }

        50% {
            opacity: 1;
            transform: rotateX(720deg);
        }

        100% {
            /* animate nothing to pause animation at the end */
            opacity: 1;
            transform: rotateX(720deg);
        }
    }


    .hide-bg[b-apiricqv62] {
        mix-blend-mode: multiply;
        filter: contrast(1);
    }




    /*zoooom in out*/
    .zoom-in-out-box[b-apiricqv62] {
        margin: 24px;
        height: 45px;
        width: 45px;
        animation: zoom-in-zoom-out-b-apiricqv62 1.5s ease infinite;
    }

    @keyframes zoom-in-zoom-out-b-apiricqv62 {
        0% {
            transform: scale(1, 1);
            color: white;
            opacity: 1;
        }

        50% {
            transform: scale(1.5, 1.5);
            color: #A7FFEB;
            opacity: 0.5;
        }

        100% {
            transform: scale(1, 1);
            color: white;
            opacity: 1;
        }
    }
    /*Range Start*/
    /*.slider {
    width: 60%;
    margin: 50px auto;
    -webkit-appearance: none;
    height: 8px;
    border-radius: 4px;
    margin-bottom: 15px;
    background-color: rgb(200, 200, 200);
}

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 10px;
        background-color: #00476F;
        overflow: visible;
        cursor: pointer;
    }

.slidecontainer {
    transform: translateY(-10px);
}
*/

/* /Pages/MotorTaxInvoice.razor.rz.scp.css */
body[b-k5pr701dkg] {
    margin: 0;
    background-color: white;
    object-fit: cover;
}

@media print {
    body *[b-k5pr701dkg] {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
        margin: 0px !important;
    }
    #divprint[b-k5pr701dkg]{
        width:100%;
        height:100%;
    }
}
/* /Pages/MotorTaxInvoiceSales.razor.rz.scp.css */
body[b-1yven4bu75] {
    margin: 0;
    background-color: white;
    object-fit: cover;
}

@media print {
    body *[b-1yven4bu75] {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
        margin: 0px !important;
    }

    #divprint[b-1yven4bu75] {
        width: 100%;
        height: 100%;
    }
}
/* /Pages/PrivacyPolicy.razor.rz.scp.css */
body[b-jobusyinae] {

}


/*////////////zom in*/
.zoomIn[b-jobusyinae] {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn-b-jobusyinae;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .zoomIn:hover[b-jobusyinae] {
        /*        -webkit-animation-name: bounceIn;
        animation-name: bounceIn;
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;*/
        /*transform: scale(1.05);*/ /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn-b-jobusyinae {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

/*shak*/ /**/

.rubberBand[b-jobusyinae] {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand-b-jobusyinae;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand-b-jobusyinae {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
/* /Shared/Com_BackGround.razor.rz.scp.css */
body[b-lvrf8tgfxb] {
}

.myVideo[b-lvrf8tgfxb] {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    /*background-color: #1f1b29;*/
    opacity: 0.6;
    /*    filter: blur(5px);
    -webkit-filter: blur(5px);*/
}

@media screen and (max-width: 435px) {
    .myVideo[b-lvrf8tgfxb] {
        display: none;
    }
}
    /*///////////*/
@media screen and (min-width: 435px) {
    .bg[b-lvrf8tgfxb] {
        display: none;
    }
}
        .bg[b-lvrf8tgfxb] {
            position: fixed;
            top: -50%;
            left: -50%;
            right: -50%;
            bottom: -50%;
            width: 150%;
            height: 150vh;
            background-color: #1f1b29;
            background: transparent url('bg_.jpg') repeat 0 0;
            background-repeat: repeat;
            animation: bg-animation-b-lvrf8tgfxb 120s infinite;
            opacity: .5;
            visibility: visible;
        }

        @keyframes bg-animation-b-lvrf8tgfxb {
            0% {
                transform: translate(0,20%)
            }

            10% {
                transform: translate(0%,25%)
            }

            20% {
                transform: translate(0%,28%)
            }

            30% {
                transform: translate(0%,30%)
            }

            40% {
                transform: translate(0%,39%)
            }

            50% {
                transform: translate(0%,32%)
            }

            60% {
                transform: translate(0%,24%)
            }

            70% {
                transform: translate(0%,21%)
            }

            80% {
                transform: translate(0%,18%)
            }

            90% {
                transform: translate(0%,15%)
            }

            100% {
                transform: translate(0%,20%)
            }
        }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-o8gtj4aun9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-o8gtj4aun9] {
    flex: 1;
}

.sidebar[b-o8gtj4aun9] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #04446c 70%);
}

.top-row[b-o8gtj4aun9] {
    /*background-color: #f7f7f7;*/
    background-color: #04446c;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-o8gtj4aun9]  a, .top-row[b-o8gtj4aun9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-o8gtj4aun9]  a:hover, .top-row[b-o8gtj4aun9]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-o8gtj4aun9]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-o8gtj4aun9] {
        display: none;
    }

    .top-row.auth[b-o8gtj4aun9] {
        justify-content: space-between;
    }

    .top-row[b-o8gtj4aun9]  a, .top-row[b-o8gtj4aun9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-o8gtj4aun9] {
        flex-direction: row;
    }

    .sidebar[b-o8gtj4aun9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-o8gtj4aun9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-o8gtj4aun9]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-o8gtj4aun9], article[b-o8gtj4aun9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


/*shak*/ /**/

.Bill-tilt-shake[b-o8gtj4aun9] {
    animation: tilt-shaking-b-o8gtj4aun9 0.3s infinite;
}

@keyframes tilt-shaking-b-o8gtj4aun9 {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(7deg);
    }

    50% {
        transform: rotate(0eg);
    }

    75% {
        transform: rotate(-7deg);
    }

    100% {
        transform: rotate(0deg);
    }
}





/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-zk4lfdd2b7] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-zk4lfdd2b7] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-zk4lfdd2b7] {
    font-size: 1.1rem;
}

.oi[b-zk4lfdd2b7] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-zk4lfdd2b7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-zk4lfdd2b7] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-zk4lfdd2b7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-zk4lfdd2b7]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-zk4lfdd2b7]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-zk4lfdd2b7]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-zk4lfdd2b7] {
        display: none;
    }

    .collapse[b-zk4lfdd2b7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-zk4lfdd2b7] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/NotificationsToasts.razor.rz.scp.css */
.Bill-tilt-shake[b-mi6hhraneo] {
    animation: tilt-shaking-b-mi6hhraneo 0.3s infinite;
}

@keyframes tilt-shaking-b-mi6hhraneo {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(7deg);
    }

    50% {
        transform: rotate(0eg);
    }

    75% {
        transform: rotate(-7deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
/* /Shared/SVG/Logo/Logo_SVG.razor.rz.scp.css */
body[b-ofn31f9c65] {
}
/*.svg-shadow {
    animation: svg-shadow 1.0s ease-in-out infinite alternate;

}

@keyframes svg-shadow {
    from {
        filter: drop-shadow( 0 0 1px #fff) drop-shadow( 0 0 2px #00476F) drop-shadow( 0 0 3px #4EC1F0);
    }

    to {
        filter: drop-shadow( 0 0 2px #00476F) drop-shadow( 0 0 3px #00476F) drop-shadow( 0 0 4px #4EC1F0);
    }
}*/

.svg_g[b-ofn31f9c65] {
    filter: drop-shadow(0px 0px 3px #fff);
}
/* /Shared/SVG/SVG_MainMenu/Motor_SVG.razor.rz.scp.css */
body[b-aj0c0zfo9j] {
}
.S_svg[b-aj0c0zfo9j] {
    width: 70px;
    height: 70px;
    fill: currentColor;
}
/* /Shared/SVG/SVG_MainMenu/OurService_SVG.razor.rz.scp.css */
body[b-kdnl0agb0k] {
}
.S_svg[b-kdnl0agb0k] {
    width: 35px;
    height: 35px;
    fill: currentColor;
}
