@import '_content/RobinMood.SharedComponents/RobinMood.SharedComponents.oghrlgh2ae.bundle.scp.css';

/* /Components/RedButton.razor.rz.scp.css */
@keyframes flyInFromRight-b-4k9xc75fzv {
    0% {
        right: 20px;
        opacity: 0;
        transform: scale(0.3);
    }
    100% {
        right: 110px;
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes flyInFromRightSmall-b-4k9xc75fzv {
    0% {
        right: 20px;
        opacity: 0;
        transform: scale(0.3);
    }
    100% {
        right: 90px;
        opacity: 1;
        transform: scale(1);
    }
}

.speech-bubble[b-4k9xc75fzv] {
    position: fixed;
    right: 110px;
    left: auto;
    bottom: 35px;
    z-index: 1001;
    border-radius: 12px;
    animation: flyInFromRight-b-4k9xc75fzv 0.6s ease-out forwards;
}

.speech-bubble-content[b-4k9xc75fzv] {
    border-radius: 12px;
    background-color: white;
    /*border: 2px solid #333;*/
    padding: 12px 16px;
    max-width: 350px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
}

.speech-bubble-content[b-4k9xc75fzv]::after {
    content: '';
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
}

.speech-bubble-content[b-4k9xc75fzv]::before {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid white;
    z-index: 1;
}

.red-button[b-4k9xc75fzv] {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.red-button i[b-4k9xc75fzv] {
    font-size: 36px;
}

.red-button:hover[b-4k9xc75fzv] {
    transform: scale(1.1);
    transition: transform 0.2s;
}

@media (max-width: 400px) {
    .speech-bubble[b-4k9xc75fzv] {
        right: 110px !important;
        left: auto !important;
        max-width: min(200px, calc(100vw - 110px));
        animation: flyInFromRightSmall-b-4k9xc75fzv 0.6s ease-out forwards;
    }
    
    .speech-bubble-content[b-4k9xc75fzv] {
        max-width: min(200px, calc(100vw - 110px));
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        width: fit-content;
        min-width: fit-content;
    }
}

/* /Components/RedButtonContact.razor.rz.scp.css */
input[readonly][b-4rfqwatiui]{
    background-color: #fff;
    max-width: 500px;
}

a[b-4rfqwatiui] {
    font-size: 25px;
}

.contact-div[b-4rfqwatiui]{
    border-radius: 10px;
    border: 1px solid #ddd;
}
/* /Pages/Index.razor.rz.scp.css */
#questionContainer[b-71py0wvbhc]{
    background-color: white;
    border-radius: 10px;
}

#question[b-71py0wvbhc] {
    font-family: trade-gothic-next-condensed;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: var(--rm-black);
    font-size: 170%;
    line-height: 1.2;
}

#questionCounter[b-71py0wvbhc] {
    top: 10px;
    left: 15px;
}

/*pagination*/
/*.sres-li-item {
    width: 47px;
    height: 47px;
    text-align: center;
}

.page-link {
    margin-right: 2px;
    margin-left: 2px;
    border-radius: 50%;
}

.page-link {
    font-size: 0.9rem;
    color: #212529;
    background-color: transparent;
    border: 0;
    outline: 0;
    transition: all 0.3s linear;
    box-sizing: border-box !important;
    font-weight: bold !important;
    padding: 0.75rem !important;
    border: 1px solid var(--rm-fg-main) !important;
    position: relative;
    display: block;
    line-height: 1.25;
}

.not-active-pageination {
    color: var(--rm-fg-main) !important;
}

.active-pageination {
    background-color: var(--rm-fg-main) !important;
    color: var(--rm-main) !important;
}*/

.btn:focus[b-71py0wvbhc] {
    outline: 0;
    box-shadow: none;
}

#nextButton[b-71py0wvbhc]{
    height: 45px;
    padding: 0px 30px;
    text-transform: uppercase;
}

/*LOADER =====================================================================================================*/

svg.pulse-svg[b-71py0wvbhc] {
    overflow: visible;
}

    svg.pulse-svg .first-circle[b-71py0wvbhc] {
        fill: #ffffff;
        transform: scale(0.5);
        transform-origin: center center;
        animation: pulse-me-b-71py0wvbhc 3s linear infinite;
    }

    svg.pulse-svg .second-circle[b-71py0wvbhc] {
        fill: #ffffff;
        transform: scale(0.5);
        transform-origin: center center;
        animation: pulse-me-b-71py0wvbhc 3s linear infinite;
        animation-delay: 1s;
        opacity: 0;
    }

    svg.pulse-svg .third-circle[b-71py0wvbhc] {
        fill: #ffffff;
        transform: scale(0.5);
        transform-origin: center center;
        animation: pulse-me-b-71py0wvbhc 3s linear infinite;
        animation-delay: 2s;
        opacity: 0;
    }


/* pulse in CSS */
.pulse-css[b-71py0wvbhc] {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: tomato;
    position: relative;
}

    .pulse-css[b-71py0wvbhc]:before,
    .pulse-css[b-71py0wvbhc]:after {
        content: "";
        width: 30px;
        height: 30px;
        border-radius: 15px;
        background-color: tomato;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        transform: scale(0.5);
        transform-origin: center center;
        animation: pulse-me-b-71py0wvbhc 3s linear infinite;
    }

    .pulse-css[b-71py0wvbhc]:after {
        animation-delay: 2s;
    }


@keyframes pulse-me-b-71py0wvbhc {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 0.1;
    }

    70% {
        opacity: 0.09;
    }

    100% {
        transform: scale(5);
        opacity: 0;
    }
}

#loaderWrapper[b-71py0wvbhc] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

#pulsatingLogo[b-71py0wvbhc] {
    height: 300px;
    transform: scale(1);
    animation: pulse-logo-b-71py0wvbhc 1s infinite;
}

#loaderWrapper[b-71py0wvbhc] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

@keyframes pulse-logo-b-71py0wvbhc {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

#pagination span[b-71py0wvbhc] {
    margin-right: 2.5px;
    margin-left: 2.5px;
    margin-top: 5px;
    background-color: transparent;
    border: 1px solid var(--rm-fg-main) !important;
    border-radius: 50%;
    height: 47px;
    width: 47px;
}

    #pagination span.not-active[b-71py0wvbhc] {
        color: var(--rm-fg-main) !important;
    }

    #pagination span.active[b-71py0wvbhc] {
        background-color: var(--rm-fg-main) !important;
        color: var(--rm-main) !important;
    }


@media (max-width: 768px) {
    .container[b-71py0wvbhc] {
        max-width: unset !important;
    }
}

@media (max-width: 576px){
    #question[b-71py0wvbhc] {
        font-size: 4vw;
        line-height: 5.2vw;
    }
}

/*===========PRE SURVEY DIV============================*/
[b-71py0wvbhc].pre-survey-div * {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

[b-71py0wvbhc].pre-survey-div ul {
    list-style-type: disc;
}

[b-71py0wvbhc].pre-survey-div .ql-align-center {
    text-align: center;
}

[b-71py0wvbhc].pre-survey-div .ql-align-justify {
    text-align: justify;
}

[b-71py0wvbhc] strong {
    font-weight: bolder;
}
/*
::deep.pre-survey-div h2 {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

::deep.pre-survey-div h3 {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

::deep.pre-survey-div h4 {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

::deep.pre-survey-div ul {
    list-style-type: disc !important;
}

::deep.pre-survey-div p {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

::deep.pre-survey-div ul {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

::deep.pre-survey-div ul {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}*/

/*LIGHTBOX*/
#lightbox[b-71py0wvbhc] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#inner[b-71py0wvbhc] {
    width: 100%;
    height: 100%;
    max-width: 80vw;
    max-height: 80vh;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#image[b-71py0wvbhc] {
    max-width: 100%;
    height: auto;
}

#close[b-71py0wvbhc] {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    cursor: pointer;
}

.required[b-71py0wvbhc]:before {
    content: '*';
    font-weight: 800;
    color: var(--rm-icon-main);
}

#requiredText[b-71py0wvbhc] {
    font-size: 10px;
    font-weight: bold;
}

/*preview*/
/*#previewWatermark {
    position: absolute;
    font-size: 2rem !important;
    line-height: 2rem;
    font-weight: bold;
    top: 0px;
    right: 0px;
    padding: 10px;
    color: var(--rm-main);*/
    /*background-color: var(--rm-fg-main);*/
    /*border-bottom-left-radius: 10px;
    border-left: 5px solid var(--rm-main);
    border-bottom: 5px solid var(--rm-main);
    z-index: 9999;*/
    /*animation: colorChange 1s infinite;*/
/*}*/

@keyframes colorChange-b-71py0wvbhc {
    0% {
        color: black;
    }
     49%{
         color: black;
     }
     50%{
         color: red;
     }
    100% {
        color: red;
    }

}

#previewText[b-71py0wvbhc] {
    animation: colorChange-b-71py0wvbhc 2s infinite;
    /*color: red;*/
}

.red-button-padding-bottom[b-71py0wvbhc]{
    padding-bottom: 110px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-okbyrpstkp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-okbyrpstkp] {
    flex: 1;
}

.sidebar[b-okbyrpstkp] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-okbyrpstkp] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-okbyrpstkp]  a, .top-row .btn-link[b-okbyrpstkp] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-okbyrpstkp] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-okbyrpstkp] {
        display: none;
    }

    .top-row.auth[b-okbyrpstkp] {
        justify-content: space-between;
    }

    .top-row a[b-okbyrpstkp], .top-row .btn-link[b-okbyrpstkp] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-okbyrpstkp] {
        flex-direction: row;
    }

    .sidebar[b-okbyrpstkp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-okbyrpstkp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-okbyrpstkp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
