/* _content/GazpromQuizBlazor/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-gzax34poqn] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-gzax34poqn] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/GazpromQuizBlazor/Components/Pages/AuthorizationPage.razor.rz.scp.css */
/* Demo Background */
body[b-bi93t1sdv5] {
    /*background: url(/images/bg/bg-6.png);*/
    font-family: 'Arial', Arial, sans-serif;
}

.fixed-right[b-bi93t1sdv5] {
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 15px;
}

.custom-something[b-bi93t1sdv5] {
    color: red;
}

/* Form Style */
.form-horizontal[b-bi93t1sdv5] {
    background: #fff;
    padding-bottom: 10px;
    border-radius: 15px;
    text-align: center;
}

    .form-horizontal .heading[b-bi93t1sdv5] {
        display: block;
        font-size: 30px;
        font-weight: 700;
        padding: 15px 6px;
        border-bottom: 1px solid #f0f0f0;
        margin: 6px 16px;
    }

    .form-horizontal .form-group[b-bi93t1sdv5] {
        padding: 0 40px;
        margin: 0 0 25px 0;
        position: relative;
    }

    .form-horizontal .form-control[b-bi93t1sdv5] {
        background: #f0f0f0;
        border: none;
        border-radius: 20px;
        box-shadow: none;
        padding: 0 20px 0 45px;
        height: 40px;
        transition: all 0.3s ease 0s;
    }

        .form-horizontal .form-control:focus[b-bi93t1sdv5] {
            background: #e0e0e0;
            box-shadow: none;
            outline: 0 none;
        }

    .form-horizontal .form-group i[b-bi93t1sdv5] {
        position: absolute;
        top: 12px;
        left: 60px;
        font-size: 17px;
        color: #c8c8c8;
        transition: all 0.5s ease 0s;
    }

    .form-horizontal .form-control:focus + i[b-bi93t1sdv5] {
        color: #00b4ef;
    }

    .form-horizontal .fa-question-circle[b-bi93t1sdv5] {
        display: inline-block;
        position: absolute;
        top: 12px;
        right: 60px;
        font-size: 20px;
        color: #808080;
        transition: all 0.5s ease 0s;
    }

        .form-horizontal .fa-question-circle:hover[b-bi93t1sdv5] {
            color: #000;
        }

    .form-horizontal .main-checkbox[b-bi93t1sdv5] {
        float: left;
        width: 20px;
        height: 20px;
        background: #11a3fc;
        border-radius: 50%;
        position: relative;
        margin: 5px 0 0 5px;
        border: 1px solid #11a3fc;
    }

        .form-horizontal .main-checkbox label[b-bi93t1sdv5] {
            width: 20px;
            height: 20px;
            position: absolute;
            top: 0;
            left: 0;
            cursor: pointer;
        }

            .form-horizontal .main-checkbox label[b-bi93t1sdv5]:after {
                content: "";
                width: 10px;
                height: 5px;
                position: absolute;
                top: 5px;
                left: 4px;
                border: 3px solid #fff;
                border-top: none;
                border-right: none;
                background: transparent;
                opacity: 0;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        .form-horizontal .main-checkbox input[type=checkbox][b-bi93t1sdv5] {
            visibility: hidden;
        }

            .form-horizontal .main-checkbox input[type=checkbox]:checked + label[b-bi93t1sdv5]:after {
                opacity: 1;
            }

    .form-horizontal .text[b-bi93t1sdv5] {
        float: left;
        margin-left: 7px;
        line-height: 20px;
        padding-top: 5px;
        text-transform: capitalize;
    }

    .form-horizontal .btn[b-bi93t1sdv5] {
        float: none;
        font-size: 14px;
        color: #f7f7f2;
        background: #0e0f0f;
        border-radius: 30px;
        padding: 10px 25px;
        border: none;
        text-transform: capitalize;
        transition: all 0.5s ease 0s;
    }

    .form-horizontal .form-group[b-bi93t1sdv5] {
        padding: 0 25px;
    }

        .form-horizontal .form-group i[b-bi93t1sdv5] {
            left: 45px;
        }

    .form-horizontal .btn[b-bi93t1sdv5] {
        padding: 10px 20px;
    }
/* _content/GazpromQuizBlazor/Components/Pages/ChooseProfessionPage.razor.rz.scp.css */
.profession[b-rg9rwm6u8i] {
}

.secondary-position[b-rg9rwm6u8i] {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;    
}

.priority-position[b-rg9rwm6u8i] {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

/* _content/GazpromQuizBlazor/Components/Pages/ChooseTestPage.razor.rz.scp.css */
/*.custom-next-button {
    border-radius: 15px;
    border-width: 2px 2px;
    background-color: #74CC3B;
    border-color: #64B133;
    font-size: 1px;
    width: 200px;
    height: 50px;
    outline: none;
    outline-color: rgb(0,0,0,0);
}

.btn:focus, .btn:active {
    box-shadow: none !important;
}

.custom-next-button:hover {
    background: #97DB6B;
    box-shadow: inset 0 0 0 3px #97DB6B;
}*/

.backing[b-g822jww7f4] {
    opacity: 0.2;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.create-line[b-g822jww7f4] {
    max-width: 90%;
    border-top: 3px solid #E8F3F9;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* _content/GazpromQuizBlazor/Components/Pages/Elements/ActionButtonElement.razor.rz.scp.css */
.actionButton:hover .hoverPanel[b-6s3099pr0l]{
    opacity: 1;
}

.hoverPanel[b-6s3099pr0l]{
    opacity: 0;
}

.active-Button[b-6s3099pr0l]{

}

.inactive-button[b-6s3099pr0l]{

}

.steps-button[b-6s3099pr0l]{

}

.blob[b-6s3099pr0l] {
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(59, 204, 62, 1);
    transform: scale(1);
    animation: pulse-b-6s3099pr0l 2s infinite;
}

@keyframes pulse-b-6s3099pr0l {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(59, 204, 62, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(59, 204, 62, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(59, 204, 62, 0);
    }
}
/* _content/GazpromQuizBlazor/Components/Pages/Elements/AnswerButton.razor.rz.scp.css */
.selected-button[b-rwqbaue22i] {
    border-radius: 15px;
    border-width: 2px 2px;
    box-shadow: none !important;
    background-color: #A5DFF3;
    border-color: #A5DFF3;
    color: #0049A5;
}

.unselected-button[b-rwqbaue22i] {
    border-radius: 15px;
    border-width: 2px 2px;
    background-color: #E8F3F9;
    border-color: #E8F3F9;
    color: #0049A5;
    box-shadow: none !important;
}

    .unselected-button:hover[b-rwqbaue22i] {
        border-color: #00497B;
        color: #0049A5;
    }

.correct-answer[b-rwqbaue22i] {
    border-radius: 15px;
    border-width: 2px 2px;
    box-shadow: none !important;
    background-color: #36988E;
    border-color: #36988E;
    color: #0049A5;
}

.incorrect-answer[b-rwqbaue22i] {
    border-radius: 15px;
    border-width: 2px 2px;
    box-shadow: none !important;
    background-color: #CA5B3B;
    border-color: #CA5B3B;
    color: #0049A5;
}

/* _content/GazpromQuizBlazor/Components/Pages/Elements/IsometricResultsPage.razor.rz.scp.css */
/*.custom-next-button {
    border-radius: 10px;
    border-width: 2px 2px;
    background-color: #D6D6D6;
    border-color: black;
    width: 180px;
    height: 50px;
    outline: none;
    outline-color: rgb(0,0,0,0);
}*/

.btn:focus[b-92vc7rq262], .btn:active[b-92vc7rq262] {
    box-shadow: none !important;
}

.level-nav[b-92vc7rq262] {
    text-decoration: none;
    color: black;
}

.selected-button[b-92vc7rq262] {
    color: black;
}

.unselected-button[b-92vc7rq262] {
    color: black;
}

    .unselected-button:hover[b-92vc7rq262] {
        color: black;
        border: none;
    }

.profession-description[b-92vc7rq262] {
    max-height: 100%;
    max-width: 100%;
}

.wrap[b-92vc7rq262] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-new[b-92vc7rq262] {
    min-width: 300px;
    min-height: 60px;
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #313133;
    background: #4FD1C5;
    background: linear-gradient(90deg, rgba(129,230,217,1) 0%, rgba(79,209,197,1) 100%);
    border: none;
    border-radius: 1000px;
    box-shadow: 12px 12px 24px rgba(79,209,197,.64);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
}

button-new[b-92vc7rq262]::before {
    content: '';
    border-radius: 1000px;
    min-width: calc(300px + 12px);
    min-height: calc(60px + 12px);
    border: 6px solid #00FFCB;
    box-shadow: 0 0 60px rgba(0,255,203,.64);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
}

.button-new:hover[b-92vc7rq262], .button-new:focus[b-92vc7rq262] {
    color: #313133;
    transform: translateY(-6px);
}

button-new:hover[b-92vc7rq262]::before, button-new:focus[b-92vc7rq262]::before {
    opacity: 1;
}

button-new[b-92vc7rq262]::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 6px solid #00FFCB;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring-b-92vc7rq262 1.5s infinite;
}

button-new:hover[b-92vc7rq262]::after, button-new:focus[b-92vc7rq262]::after {
    animation: none;
    display: none;
}

@keyframes ring-b-92vc7rq262 {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }

    100% {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
}

.backing[b-92vc7rq262] {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.body[b-92vc7rq262] {
    display: flex;

}

.center[b-92vc7rq262] {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    /*width: 100px;
    height: 100px;*/
}
/* _content/GazpromQuizBlazor/Components/Pages/Elements/Level.razor.rz.scp.css */
.custom-level-button[b-udm4zvx900] {
    border: 2px solid #CA5B3B;
    background-color: rgb(0,0,0,0);
    border-radius: 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    padding: 8px 16px;
    margin: 16px;
    width: 200px;
    height: 50px;
}

    .custom-level-button:hover[b-udm4zvx900] {
        border-color: #00497B;
        border: 2px solid #00497B;
    }

.btn:focus[b-udm4zvx900], .btn:active[b-udm4zvx900] {
    box-shadow: none !important;
}

.custom-level-button-completed[b-udm4zvx900] {
    border: 2px solid #7CB7DF;
    background-color: rgb(0,0,0,0);
    border-radius: 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    padding: 8px 16px;
    margin: 16px;
    width: 200px;
    height: 50px;
}

    .custom-level-button-completed:hover[b-udm4zvx900] {
        border-color: #00497B;
        border: 2px solid #00497B;
    }

.custom-level-button-close[b-udm4zvx900] {
    border: 2px solid #8F8F8F;
    background-color: rgb(0,0,0,0);
    border-radius: 16px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    padding: 8px 16px;
    margin: 16px;
    width: 200px;
    height: 50px;
}

.level-nav[b-udm4zvx900] {
    text-decoration: none;
    color: black;
}
/* _content/GazpromQuizBlazor/Components/Pages/Elements/ObjectivesPanel.razor.rz.scp.css */
.scroll-container[b-b07v0hrqx9] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
}

.grid[b-b07v0hrqx9] {
    display: grid;
    grid-template-columns:1fr 3fr;
    grid-gap: 10px;
    height: 20%; 
    width: 100%;
}

.right[b-b07v0hrqx9] {
    display: grid;    
    grid-gap: 3px;
    grid-auto-rows: 80px; 
    overflow: auto; 
}

.blink[b-b07v0hrqx9] {
    -webkit-animation: blink5 2s linear infinite;
    animation: blink5-b-b07v0hrqx9 2s linear infinite;
}

@-webkit-keyframes blink5 {
    0% {
        color: rgb(0, 73, 123);
    }

    50% {
        color: rgb(26, 18, 87);
    }

    100% {
        color: rgb(0, 73, 123);
    }
}

@keyframes blink5-b-b07v0hrqx9 {
    0% {
        color: rgb(0, 73, 123);
    }

    50% {
        color: rgb(26, 18, 87);
    }

    100% {
        color: rgb(0, 73, 123);
    }
}

@keyframes blink-b-b07v0hrqx9 {
    from {
        opacity: 1; /* Непрозрачный текст */
    }

    to {
        opacity: 0.5; /* Прозрачный текст */
    }
}

.vertical-snap[b-b07v0hrqx9] {
    margin: 0 auto;
    display: grid;
    grid-auto-flow: row;
    gap: 1rem;
    width: 90%;
    padding: 1rem;
    height: 550px;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    scroll-snap-type: y mandatory;
    scrollbar-color: #FFFFFF rgba(250, 250, 250, 0.59);
}

    .vertical-snap[b-b07v0hrqx9]::-webkit-scrollbar-thumb {
        border-radius: 15px;
    }


    .vertical-snap > a[b-b07v0hrqx9] {
        scroll-snap-align: center;
    }

.glassmorphism[b-b07v0hrqx9] {
    background: rgba(250, 250, 250, 0.59);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.6px);
    -webkit-backdrop-filter: blur(6.6px);
    border: 1px solid rgba(250, 250, 250, 0.3);
}

.question-text[b-b07v0hrqx9] {
    font-size: 14px;
    line-height: 16px;
    flex-direction: column;
    color: black;
    white-space: pre-line;
    hyphens: auto;
}

@media (max-width: 480px) {
    .question-text[b-b07v0hrqx9] {
        font-size: 4px;
    }
}

/* _content/GazpromQuizBlazor/Components/Pages/Elements/ProfessionCard.razor.rz.scp.css */
/*.selected-button {
    border-radius: 15px;
    border-width: 2px 2px;
    box-shadow: none !important;
    background-color: #74CC3B;
    border-color: #58E7E1;
    color: black;
}*/

.unselected-button[b-a1byio7ttd] {
    border-radius: 15px;
    border-width: 2px 2px;
    background-color: rgb(0,0,0,0);
    border-color: #2F86C0;
    color: black;
    box-shadow: none !important;
}

    .unselected-button:hover[b-a1byio7ttd] {
        border-color: #00497B;
        color: white;
    }

/*.selected-button {
    border-radius: 15px;
    border-width: 2px 2px;
    box-shadow: none !important;
    background-color: #A5DFF3;
    border-color: #A5DFF3;
    color: #0049A5;
}

.unselected-button {
    border-radius: 15px;
    border-width: 2px 2px;
    background-color: #ffffff;
    border-color: #ffffff;
    color: #0049A5;
    box-shadow: none !important;
}

    .unselected-button:hover {
        border-color: #00497B;
        color: #0049A5;
    }*/

.profession[b-a1byio7ttd] {
   max-height: 100%;
   max-width: 100%;
}

.secondary-position[b-a1byio7ttd] {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;    
}

.priority-position[b-a1byio7ttd] {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.color-Back[b-a1byio7ttd] {
        
    margin-left: auto;
    margin-right: auto;
}
/* _content/GazpromQuizBlazor/Components/Pages/Elements/QuestionPanel.razor.rz.scp.css */
.custom-button[b-sxzrvswyio] {
    background-color: #f1f1f1;
    border: 2px solid #B3B3B3;
    background-color: rgb(0,0,0,0);
    border-radius: 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    padding: 8px 16px;
    margin: 16px;
    width: 200px;
    height: 50px;
}

.btn:focus[b-sxzrvswyio], .btn:active[b-sxzrvswyio] {
    box-shadow: none !important;
}

.level-nav[b-sxzrvswyio] {
    text-decoration: none;
    color: black;
}

.selected-button[b-sxzrvswyio] {
    color: black;
}

.unselected-button[b-sxzrvswyio] {
    color: black;
}

.unselected-button:hover[b-sxzrvswyio] {
   color: black;
   border: none;
}

.create-line[b-sxzrvswyio] {
    max-width: 90%;
    border-top: 3px solid #00497B;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.higlight-area[b-sxzrvswyio] {
}

.custom-higlight-area-correct[b-sxzrvswyio] {
    background-color: #0AFF60;
}

.custom-higlight-area-incorrect[b-sxzrvswyio] {
    background-color: #CA5B3B;
}

.custom-higlight-area[b-sxzrvswyio] {
    background-color: rgb(0,0,0, 0);
}

.color-progressbar[b-sxzrvswyio] {
    background-color: #0AFF60;
}

.word[b-sxzrvswyio] {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}


/* _content/GazpromQuizBlazor/Components/Pages/Elements/QuestionPanelNoJS.razor.rz.scp.css */
.selected-button[b-sv6ccrewrp] {
    border-radius: 15px;
    border-width: 2px 2px;
    box-shadow: none !important;
    background-color: #A5DFF3;
    border-color: #A5DFF3;
    color: #0049A5;
}

.unselected-button[b-sv6ccrewrp] {
    border-radius: 15px;
    border-width: 2px 2px;
    background-color: #E8F3F9;
    border-color: #E8F3F9;
    color: #0049A5;
    box-shadow: none !important;
}

    .unselected-button:hover[b-sv6ccrewrp] {
        border-color: #00497B;
        color: #0049A5;
    }

.correct-answer[b-sv6ccrewrp] {
    border-radius: 15px;
    border-width: 2px 2px;
    box-shadow: none !important;
    background-color: #70FF70;
    border-color: #36988E;
    color: #0049A5;
}

.incorrect-answer[b-sv6ccrewrp] {
    border-radius: 15px;
    border-width: 2px 2px;
    box-shadow: none !important;
    background-color: #CA5B3B;
    border-color: #CA5B3B;
    color: #0049A5;
}

.custom-button[b-sv6ccrewrp] {
    background-color: #f1f1f1;
    border: 2px solid #B3B3B3;
    background-color: rgb(0,0,0,0);
    border-radius: 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    padding: 8px 16px;
    margin: 16px;
    width: 200px;
    height: 50px;
}

.btn:focus[b-sv6ccrewrp], .btn:active[b-sv6ccrewrp] {
    box-shadow: none !important;
}

.level-nav[b-sv6ccrewrp] {
    text-decoration: none;
    color: black;
}

.create-line[b-sv6ccrewrp] {
    max-width: 90%;
    border-top: 3px solid #FFFFFF;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

create-line-white[b-sv6ccrewrp] {
    max-width: 90%;    
    border-top: 3px solid #FFFFFF;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.custom-highlight-area[b-sv6ccrewrp] {
    background-color: #FFFFFF;
    border-top: 3px solid #00497B;
    width: 100%
}

    .custom-highlight-area.correct[b-sv6ccrewrp] {
        background-color: #70FF70;
    }

    .custom-highlight-area.wrong[b-sv6ccrewrp] {
        background-color: #CA5B3B;
    }

.question-text[b-sv6ccrewrp] {
    font-size: 30px;
    line-height: 30px;
    flex-direction: column;
    color: #00497B;
    white-space: pre-line;
    hyphens: auto;
}

@media (max-width: 560px) {
    .question-text[b-sv6ccrewrp] {
        font-size: 20px;
    }
}

.menu-bottom[b-sv6ccrewrp] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
/* _content/GazpromQuizBlazor/Components/Pages/Elements/ResultsPanel.razor.rz.scp.css */
.custom-text-center[b-gz3cpgjvgc] {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);    
    transform: translateX(-50%) translateY(-50%);
}
/*.custom-next-button {
    border-radius: 15px;
    border-width: 2px 2px;
    background-color: #74CC3B;
    border-color: #64B133;
    font-size: 1px;
    width: 200px;
    height: 50px;
    outline: none;
    outline-color: rgb(0,0,0,0);
}*/

.btn:focus[b-gz3cpgjvgc], .btn:active[b-gz3cpgjvgc] {
    box-shadow: none !important;
}

/*.custom-next-button:hover {
    background: #97DB6B;
    box-shadow: inset 0 0 0 3px #97DB6B;
}*/

.visible[b-gz3cpgjvgc] {
    visibility: visible;
}

.not-visible[b-gz3cpgjvgc] {
    visibility: hidden;
}

.priority-position[b-gz3cpgjvgc] {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.secondary-position[b-gz3cpgjvgc] {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.size-fire[b-gz3cpgjvgc]{
    width: 324px;
}

@media (max-width: 933px) {
    .size-fire[b-gz3cpgjvgc] {
        width: 124px;
    }
}
/* _content/GazpromQuizBlazor/Components/Pages/InstructionPage.razor.rz.scp.css */
.create-line[b-9qj1jv4kti] {
    max-width: 90%;
    border-top: 3px solid #00497B;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* _content/GazpromQuizBlazor/Components/Pages/IsometricMapPage.razor.rz.scp.css */
.custom-next-button[b-vupa1w4wt0] {
    border-radius: 10px;
    border-width: 2px 2px;
    background-color: #D6D6D6;
    border-color: black;
    width: 180px;
    height: 50px;
    outline: none;
    outline-color: rgb(0,0,0,0);
}

.btn:focus[b-vupa1w4wt0], .btn:active[b-vupa1w4wt0] {
    box-shadow: none !important;
}

.level-nav[b-vupa1w4wt0] {
    text-decoration: none;
    color: black;
}

.selected-button[b-vupa1w4wt0] {
    color: black;
}

.unselected-button[b-vupa1w4wt0] {
    color: black;
}

    .unselected-button:hover[b-vupa1w4wt0] {
        color: black;
        border: none;
    }

.profession-description[b-vupa1w4wt0] {
    max-height: 100%;
    max-width: 100%;
}


html[b-vupa1w4wt0], body[b-vupa1w4wt0] {
    height: 100%;
}

.menu-bottom[b-vupa1w4wt0] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.menu-left[b-vupa1w4wt0] {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
}

.create-line[b-vupa1w4wt0] {
    max-width: 90%;
    border-top: 3px solid #CFCFCE;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* _content/GazpromQuizBlazor/Components/Pages/ProfessionFullCardPage.razor.rz.scp.css */

.profession-description[b-w64zz0gsso] {
    max-height: 100%;
    max-width: 100%;
}

.secondary-position[b-w64zz0gsso] {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.priority-position[b-w64zz0gsso] {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.scroll-container[b-w64zz0gsso] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
}

.grid[b-w64zz0gsso] {
    display: grid;
    grid-template-columns:1fr 3fr;
    grid-gap: 10px;
    height: 50%; 
    width: 100%;
}

.right[b-w64zz0gsso] {
    display: grid;    
    grid-gap: 3px;
    grid-auto-rows: 80px; 
    overflow: auto; 
}

.vertical-snap[b-w64zz0gsso] {
    margin: 0 auto;
    display: grid;
    grid-auto-flow: row;
    gap: 1rem;
    width: 100%;
    padding: 1rem;
    height: 600px;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    scroll-snap-type: y mandatory;
    scrollbar-color: #FFFFFF #CCCCCC;   
}

    .vertical-snap[b-w64zz0gsso]::-webkit-scrollbar-thumb {
        border-radius: 100px;
    }


    .vertical-snap > a[b-w64zz0gsso] {
        scroll-snap-align: center;
    }
/* _content/GazpromQuizBlazor/Components/Pages/SubmitPage.razor.rz.scp.css */
.scroll-container[b-4odleyjssg] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
}

.grid[b-4odleyjssg] {
    display: grid;
    grid-template-columns:1fr 3fr;
    grid-gap: 10px;
    height: 50%; 
    width: 100%;
}

.right[b-4odleyjssg] {
    display: grid;    
    grid-gap: 3px;
    grid-auto-rows: 80px; 
    overflow: auto; 
}

.vertical-snap[b-4odleyjssg] {
    margin: 0 auto;
    display: grid;
    grid-auto-flow: row;
    gap: 1rem;
    width: 100%;
    padding: 1rem;
    height: 600px;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    scroll-snap-type: y mandatory;
    scrollbar-color: #FFFFFF #CCCCCC;   
}

    .vertical-snap[b-4odleyjssg]::-webkit-scrollbar-thumb {
        border-radius: 100px;
    }


    .vertical-snap > a[b-4odleyjssg] {
        scroll-snap-align: center;
    }

.menu-top[b-4odleyjssg] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

