/* _content/ser/../nat/Pages/Index.razor.rz.scp.css */
/*==========================
L A Y O U T
==========================*/
.header_dr[b-8q6d8wy0dr] {
    background-color: #dcefe6;
    padding: 0px;
    text-align: center;
}

.button_dr[b-8q6d8wy0dr] {
    padding: 4px 12px;
}

/* Style the top navigation bar */
.topnav_dr[b-8q6d8wy0dr] {
    overflow: hidden;
    background-color: #a3dfff;
}
    /* Style the topnav links */
    .topnav_dr a[b-8q6d8wy0dr] {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 3px 12px;
        text-decoration: none;
    }

        /* Change color on hover */
        .topnav_dr a:hover[b-8q6d8wy0dr] {
            background-color: #ddd;
            color: black;
        }

/* Create three equal columns that floats next to each other */
.column_dr[b-8q6d8wy0dr] {
    float: left;
    width: 100%;
    padding: 15px;
}

/* Clear floats after the columns */
.row_dr[b-8q6d8wy0dr]:after {
    content: "";
    display: table;
    clear: both;
}
/*==========================
L A Y O U T
==========================*/



/*==========================
S L I D E R
==========================*/
#slideshow[b-8q6d8wy0dr] {
    /*    margin: 80px auto;*/
    position: relative;
    width: 140px;
    height: 100px;
    /* padding: 10px;*/
    display: none;
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);*/
}

    #slideshow > div[b-8q6d8wy0dr] {
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }
/*==========================
S L I D E R
==========================*/


/*==========================
M O D A L - N O T E
==========================*/
.Row_note[b-8q6d8wy0dr] {
    display: table;
    width: 100%; /*Optional*/
    /*table-layout: fixed;*/ /*Optional*/
    border-spacing: 5px; /*Optional*/
}

.Column_note[b-8q6d8wy0dr] {
    display: table-cell;
    font-size: 10px;
}
/*==========================
M O D A L - N O T E
==========================*/


/*==========================
C O U N T E R
==========================*/
body[b-8q6d8wy0dr] {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: radial-gradient(#93d9f9, #0cb0b5);
}

.countdown[b-8q6d8wy0dr] {
    position: relative;
    width: 400px;
    height: 400px;
    transform-style: preserve-3d;
    perspective: 1000px;
}

    .countdown[b-8q6d8wy0dr]:before {
        content: '';
        position: absolute;
        bottom: -50px;
        left: 0;
        width: 100%;
        height: 10px;
        background: #000;
        border-radius: 50%;
        filter: blur(14px);
        animation: shadow-b-8q6d8wy0dr 1s linear infinite;
    }

@keyframes shadow-b-8q6d8wy0dr {
    0%, 100% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1);
    }
}

.countdown .number[b-8q6d8wy0dr] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotateY(270deg);
    animation: animate-b-8q6d8wy0dr 10s linear infinite;
}

    .countdown .number:nth-child(1)[b-8q6d8wy0dr] {
        animation-delay: 0s;
    }

    .countdown .number:nth-child(2)[b-8q6d8wy0dr] {
        animation-delay: 1s;
    }

    .countdown .number:nth-child(3)[b-8q6d8wy0dr] {
        animation-delay: 2s;
    }

    .countdown .number:nth-child(4)[b-8q6d8wy0dr] {
        animation-delay: 3s;
    }

    .countdown .number:nth-child(5)[b-8q6d8wy0dr] {
        animation-delay: 4s;
    }

    .countdown .number:nth-child(6)[b-8q6d8wy0dr] {
        animation-delay: 5s;
    }

    .countdown .number:nth-child(7)[b-8q6d8wy0dr] {
        animation-delay: 6s;
    }

    .countdown .number:nth-child(8)[b-8q6d8wy0dr] {
        animation-delay: 7s;
    }

    .countdown .number:nth-child(9)[b-8q6d8wy0dr] {
        animation-delay: 8s;
    }

    .countdown .number:nth-child(10)[b-8q6d8wy0dr] {
        animation-delay: 9s;
    }

    .countdown .number h2[b-8q6d8wy0dr] {
        margin: 0;
        padding: 0;
        font-size: 20em;
        color: #fff;
    }

@keyframes animate-b-8q6d8wy0dr {
    0% {
        transform: rotateY(90deg);
    }

    10%, 100% {
        transform: rotateY(-90deg);
    }
}
/*==========================
C O U N T E R
==========================*/
/* _content/ser/../nat/Shared/NavMenu.razor.rz.scp.css */


#menu[b-fj016ut283] {
    margin-top: -3px;
}

#login[b-fj016ut283] {
    min-width: 40px;
    text-align: center;
}

/*Strip the ul of padding and list styling*/
ul[b-fj016ut283] {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
}
/*Create a horizontal list with spacing*/
li[b-fj016ut283] {
    display: inline-block;
    float: left;
    margin-right: 1px;
    color: #FFF;
}
    /*Style for menu links*/
    li a[b-fj016ut283] {
        display: block;
        margin-left: 10px;
        min-width: 100px;
        height: 30px;
        text-align: left;
        line-height: 30px;
        /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
        color: #fff;
        background: #09385A;
        text-decoration: none;
    }
    /*Hover state for top level links*/
    li:hover a[b-fj016ut283] {
        background: #d4d4d4;
    }
    /*Style for dropdown links*/
    li:hover ul a[b-fj016ut283] {
        background: #d4d4d4;
        color: #2f3036;
        height: 40px;
        line-height: 40px;
    }
        /*Hover state for dropdown links*/
        li:hover ul a:hover[b-fj016ut283] {
            background: #09385A;
            color: #fff;
        }
    /*Hide dropdown links until they are needed*/
    li ul[b-fj016ut283] {
        display: none;
    }
        /*Make dropdown links vertical*/
        li ul li[b-fj016ut283] {
            display: block;
            float: none;
        }
            /*Prevent text wrapping*/
            li ul li a[b-fj016ut283] {
                width: auto;
                min-width: 100px;
                padding: 0 20px;
            }
/*Display the dropdown on hover*/
ul li a:hover + .hidden[b-fj016ut283], .hidden:hover[b-fj016ut283] {
    display: block;
    z-index: 100;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu[b-fj016ut283] {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    text-decoration: none;
    color: #fff;
    background: #09385A;
    padding: 10px 0;
    display: none;
    text-align: left;
}
/*Hide checkbox*/
input[type=checkbox][b-fj016ut283] {
    display: none;
}
    /* Show menu when invisible checkbox is checked*/
    input[type=checkbox]:checked ~ #menu[b-fj016ut283] {
        display: block;
    }
/*Responsive Styles*/
@media screen and (max-width : 760px) {
    /* Make dropdown links appear inline*/
    ul[b-fj016ut283] {
        position: static;
        display: none;
    }
    /*Create vertical spacing*/
    li[b-fj016ut283] {
        margin-bottom: 1px;
    }
        /*Make all menu links full width*/
        ul li[b-fj016ut283], li a[b-fj016ut283] {
            width: 100%;
        }
    /*Display 'show menu' link*/
    .show-menu[b-fj016ut283] {
        display: block;
    }
}
/* _content/ser/Shared/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
