@import '_content/Origin.Client.Common/Origin.Client.Common.bundle.scp.css';

/* /Controls/BackLink.razor.rz.scp.css */
a[b-dubmayhxke] {
    height: 50px;
    display: flex;
    align-items: center;
}

    a:hover svg[b-dubmayhxke] {
        transform: translateX(-4px);
        fill: var(--origin-brand);
        stroke: var(--origin-brand);
        transition: transform 1s ease;
    }

    a:not(:hover) svg[b-dubmayhxke] {
        fill: var(--rz-text-tertiary-color);
        stroke: var(--rz-text-tertiary-color);
        transition: transform 0.5s ease;
    }
/* /Controls/CheckBoxCard.razor.rz.scp.css */
.check-box-card-content[b-ajogfaxp16] {
    width: 100%;
    transition: 0.3s;
}

.check-box-card-inner-container:not(.disabled):hover .check-box-card-content[b-ajogfaxp16],
.check-box-card-inner-container:not(.disabled):focus-within .check-box-card-content[b-ajogfaxp16] {
    transform: translateY(-2px) scale(1.005);
}
/* /Controls/CountryPicker.razor.rz.scp.css */
.country-picker-map[b-2j4v4ua1d0] {
    display: flex;
    border: 1px solid var(--origin-border);
    border-right: none;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    padding: 8px 0 8px 11px;
}

.country-picker-link[b-2j4v4ua1d0] {
    display: flex;
    border: 1px solid var(--origin-border);
    height: 42px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    padding: 8px 11px 8px 5px;
    background-color: var(--origin-brand);
    color: var(--origin-country-picker-link-text);
}
    .country-picker-link:focus[b-2j4v4ua1d0] {
        text-decoration: none;
        color: var(--origin-country-picker-link-text);
    }

    .country-picker-link:hover[b-2j4v4ua1d0] {
        text-decoration: none;
        color: var(--origin-country-picker-link-text);
    }

        .country-picker-link:hover div[b-2j4v4ua1d0] {
            animation-duration: 2s;
            animation-iteration-count: infinite;
            transform-origin: bottom;
        }

.bounce-7[b-2j4v4ua1d0] {
    animation-name: bounce-7-b-2j4v4ua1d0;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}

@keyframes bounce-7-b-2j4v4ua1d0 {
    0% {
        transform: scale(1,1) translateY(0);
    }

    10% {
        transform: scale(1.1,.9) translateY(0);
    }

    30% {
        transform: scale(.9,1.1) translateY(-3px);
    }

    50% {
        transform: scale(1.05,.95) translateY(0);
    }

    57% {
        transform: scale(1,1) translateY(-1px);
    }

    64% {
        transform: scale(1,1) translateY(0);
    }

    100% {
        transform: scale(1,1) translateY(0);
    }
}
/* /Controls/DefinitionField.razor.rz.scp.css */
.passage-text[b-a034q4xzry] {
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}

.markdown[b-a034q4xzry] {
    width: 100%;
    min-height: 100px;
    max-height: 400px;
    overflow: scroll;
}

.definition-field-container[b-a034q4xzry] {
    display: flex;
    align-items: flex-start;
}

.definition-field[b-a034q4xzry] {
    flex-grow: 1;
}

.trace-tooltip[b-a034q4xzry] {
    display: flex;
    margin: 8px 0 0px 8px;
    justify-content: center;
}
/* /Controls/OrderableList.razor.rz.scp.css */
.add-header-container[b-3m9dul8obp] {
    display: flex;
}

.add-icon[b-3m9dul8obp] {
    border: 2px solid;
    border-radius: 100%;
    height: 24px;
    margin-right: 8px;
}

.document-type[b-3m9dul8obp] {
    color: var(--origin-info);
    border: 1px solid;
    border-radius: 25px;
    padding: 4px 8px;
    display: flex;
    align-items: center;
}

.document-name[b-3m9dul8obp] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.toggle-menu-btn[b-m4on1orkxc] {
    position: absolute;
    z-index: 1;
    top: 76px;
}
    .toggle-menu-btn.collapsed[b-m4on1orkxc] {
        left: 80px;
    }
    .toggle-menu-btn.expanded[b-m4on1orkxc] {
        left: 250px;
    }
/* /Pages/AskCuido/AskCuidoPage.razor.rz.scp.css */
.ask-cuido[b-ropzupb2w2] {
    padding: 0;
    margin: 0;
}

.conversation-history[b-ropzupb2w2] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.conversation-headers[b-ropzupb2w2] {
    flex-grow: 1;
    overflow-y: scroll;
    margin-top: 24px;
}

.conversation-header[b-ropzupb2w2] {
    text-decoration: none;
    padding: 8px;
    border-radius: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .conversation-header.inactive[b-ropzupb2w2] {
        cursor: default;
    }

.rating-stars[b-ropzupb2w2] {
    padding-right: 40px;
}

.rating-comment[b-ropzupb2w2] {
    width: 80%;
    min-width: 372px;
    padding: 0;
    background-color: var(--origin-background);
    border: 1px solid var(--rz-base-500);
    border-radius: 8px;
    margin-bottom: 12px;
}

.conversation[b-ropzupb2w2] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.conversation-filter[b-ropzupb2w2] {
    position: relative;
}

.conversation-filter .badge[b-ropzupb2w2] {
    position: absolute;
    z-index: 10;
    left: -5px;
    bottom: -5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--origin-notification-badge);
}

.conversation-body[b-ropzupb2w2] {
    flex-grow: 1;
    display: flex;
    flex-direction: column-reverse;
    overflow-y: scroll;
}

.heading1[b-ropzupb2w2], .heading3[b-ropzupb2w2] {
    text-align: center;
}

.divider[b-ropzupb2w2] {
    margin: 0;
    height: 1px;
    border-color: var(--rz-base-600);
}

.current-question-container[b-ropzupb2w2] {
    height: 130px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--origin-border);
    border-radius: 8px;
    padding: 12px;
    margin: 10px;
    background-color: var(--origin-on-primary);
}

.current-question[b-ropzupb2w2] {
    flex-grow: 1;
}

@media (max-width: 1479px) {
    .hide-below-1480[b-ropzupb2w2] {
        display: none;
    }
}

@media (min-width: 1480px) {
    .hide-above-1480[b-ropzupb2w2] {
        display: none;
    }
}
/* /Pages/AskCuido/ConversationMessage.razor.rz.scp.css */
.question-message[b-j8g63ib2r7] {
    min-width: 60px;
    display: inline-block;
    border: 1px solid var(--origin-border);
    border-radius: 8px;
    background-color: var(--origin-ask-cuido-question);
    padding: 12px;
}

.question-answer[b-j8g63ib2r7] {
    display: inline-block;
    border: 1px solid var(--origin-border);
    border-radius: 8px;
    color: var(--origin-primary-button-text);
    background-color: var(--origin-ask-cuido-answer);
    padding: 12px;
}

.citation[b-j8g63ib2r7] {
    align-self: start;
    border: 1px solid var(--origin-on-primary);
    border-radius: 12px;
    padding: 0px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: var(--origin-on-primary);
}

.citation:hover[b-j8g63ib2r7] {
    background-color: var(--origin-on-primary);
    color: var(--rz-text-color);
}
/* /Pages/Representations/RepresentationAgreements.razor.rz.scp.css */
.text-container-border[b-9rqvr7d04e] {
    border: 1px solid;
    border-radius: 10px;
    padding: 16px;
}

.text-container-border > p:first-child[b-9rqvr7d04e] {
    margin: 0 !important;
}
