/* _content/EasyQuorum/Components/Meeting/LiveVote/AgendaBlock/Resolutions.razor.rz.scp.css */
.dropdown-description-content[b-xq0da4ftio],
[b-xq0da4ftio] .dropdown-description-content {
    max-height: 250px;
    overflow: auto;
}

    [b-xq0da4ftio] .dropdown-description-content img {
        max-width: 100%;
    }

[b-xq0da4ftio] .chapter-list li {
    margin-top: 0 !important;
}

[b-xq0da4ftio] li .cursor-grab {
    cursor: grab;
}

[b-xq0da4ftio] .candidates {
    max-height: 173px;
    overflow: auto;
}
/* _content/EasyQuorum/Components/Meeting/LiveVote/ChatBlock.razor.rz.scp.css */
.chat-block__messages[b-uzawzmaoge] {
    min-height: 300px;
    max-height: 400px;
    overflow: auto;
}
/* _content/EasyQuorum/Components/Meeting/LiveVote/LiveVotePage.razor.rz.scp.css */
.presentation-block[b-7ftng832c7] {
    background: bottom right no-repeat url('./images/Home/generation-document-ag.png');
    background-size: 60px;
    background-position: calc(100% - 15px) calc(100% - 10px);
}

.block-quorum-container[b-7ftng832c7] {
    transition: 0.2s ease-out;
}

.block-quorum[b-7ftng832c7] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: 0.2s ease-out;
}

.block-quorum-container:hover .block-quorum[b-7ftng832c7],
.block-quorum-container:hover[b-7ftng832c7] {
    background-color: var(--grey3) !important;
}

.livevote-hover:hover[b-7ftng832c7] {
    background-color: var(--grey4) !important;
}

.livevote-hover-2:hover[b-7ftng832c7] {
    opacity: .7;
}

div[aria-expanded=false] i.fa-chevron-down[b-7ftng832c7] {
    transform: rotate(0deg);
    transition: 0.2s ease-out;
}

div[aria-expanded=true] i.fa-chevron-down[b-7ftng832c7] {
    transform: rotate(-180deg);
    transition: 0.2s ease-out;
}

div[aria-expanded=false] i.fa-angle-right[b-7ftng832c7] {
    transform: rotate(0deg);
    transition: 0.2s ease-out;
}

div[aria-expanded=true] i.fa-angle-right[b-7ftng832c7] {
    transform: rotate(90deg);
    transition: 0.2s ease-out;
}

/* width */
.live-vote-page-container [b-7ftng832c7]::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.live-vote-page-container [b-7ftng832c7]::-webkit-scrollbar-track {
    background: var(--grey4);
    border-radius: 10px;
}

/* Handle */
.live-vote-page-container [b-7ftng832c7]::-webkit-scrollbar-thumb {
    background: var(--grey3);
    border-radius: 10px;
}

    /* Handle on hover */
    .live-vote-page-container [b-7ftng832c7]::-webkit-scrollbar-thumb:hover {
        background: var(--grey5);
    }

[b-7ftng832c7] .mainTabs {
    z-index: 100;
    top: -1px;
    transition: 0.1s;
}
/* _content/EasyQuorum/Components/Meeting/LiveVote/QuorumBlock/QuorumBlock.razor.rz.scp.css */
.refresh-quorum-icon[b-30e9raegmm] {
    transition: 0.2s ease-out;
}

    .refresh-quorum-icon:hover[b-30e9raegmm] {
        transform: scale(1.15);
    }


.quorum-link[b-30e9raegmm],
.quorum-link i[b-30e9raegmm] {
    transition: 0.1s ease-out;
}

    .quorum-link i[b-30e9raegmm] {
        opacity: 0;
    }

    .quorum-link:hover[b-30e9raegmm] {
        text-decoration: underline;
    }

        .quorum-link:hover i[b-30e9raegmm] {
            opacity: 1;
        }
/* _content/EasyQuorum/Components/Meeting/Report/PresentationBlock.razor.rz.scp.css */
.reduce-size[b-8ubx1vwk9w],
[b-8ubx1vwk9w] .reduce-size {
    font-size: 0.8rem;
}
/* _content/EasyQuorum/Components/Meeting/Report/ReportPage.razor.rz.scp.css */
[b-nt1gd0zcgd] .mainTabs {
    z-index: 100;
    top: -1px;
    transition: 0.1s;
}
/* _content/EasyQuorum/Components/Members/Add/AddMemberModal.razor.rz.scp.css */
/* _content/EasyQuorum/Components/Members/Add/AddMemberStep1.razor.rz.scp.css */
.table-search-member tr td[b-xiyam7i7fs], .table-search-member tr th[b-xiyam7i7fs] {
    text-align: left !important;
    vertical-align: middle;
}

.table-search-member tr td.no-member[b-xiyam7i7fs] {
    text-align: center !important;
}

.table-search-member thead td[b-xiyam7i7fs] {
    font-weight: bold;
}

.table-search-member tr:hover[b-xiyam7i7fs] {
    background: var(--grey3);
}

.table-search-member thead tr[b-xiyam7i7fs] {
    position: sticky;
    top: 0;
}

.table-search-member thead th[b-xiyam7i7fs] {
    position: sticky;
    top: 0;
    z-index: 1;
    background: var(--grey3);
}

.td-border-blue[b-xiyam7i7fs] {
   position: relative;
}

.td-border-blue[b-xiyam7i7fs]::after {
    position: absolute;
    background: var(--blue1);
    content: "";
    top: 0;
    left: 0;
    width: 5px;
    height: calc(100% + 1px);
}
/* _content/EasyQuorum/Components/Members/Common/Persona.razor.rz.scp.css */
.avatar[b-656u51wll3] {
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    display: flex !important;
    align-content: center !important;
    align-items: center !important;
    justify-content: center !important;
    text-transform: uppercase;
    background-color: var(--blue1);
    display: inline-block;
    color: #fff;
}
/* _content/EasyQuorum/Components/Members/Edit/EditMemberModal.razor.rz.scp.css */
/* _content/EasyQuorum/Components/Shared/Accordion.razor.rz.scp.css */
.additional-content-overlay[b-u5pjjfij1u] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #1111117d;
}

.additional-content[b-u5pjjfij1u] {
    animation: fadeinUp-b-u5pjjfij1u 0.5s;
    background-color: #fff;
    /*flex: 1;*/
    z-index: 1050;
}

@keyframes fadeinUp-b-u5pjjfij1u {
    from {
        opacity: 0;
        transform: translateY(80%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/EasyQuorum/Components/Shared/Chat/MessageArticle.razor.rz.scp.css */
img.message-image[b-nt5rdbqvoe] {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.message-content[b-nt5rdbqvoe] {
    word-break: break-word;
    white-space: break-spaces;
}
/* _content/EasyQuorum/Components/Shared/Chat/SendMessagePanel.razor.rz.scp.css */
.form-send-message input[b-o7v65cmm9y] {
    outline: none;
}

.button-message[b-o7v65cmm9y] {
    background: none;
}

input:disabled[b-o7v65cmm9y] {
    cursor: no-drop;
}

.btn-blazor[b-o7v65cmm9y] {
    opacity: 1;
    transition: 0.2s ease-out;
}

    .btn-blazor:hover[b-o7v65cmm9y] {
        opacity: 0.8;
    }

.input-control[b-o7v65cmm9y] {
    word-break: break-word;
    white-space: break-spaces;
    outline: 0;
}

    .input-control[placeholder]:empty:not(:focus)[b-o7v65cmm9y]:before {
        content: attr(placeholder);
    }

    .input-control img[b-o7v65cmm9y] {
        display: none;
    }
/* _content/EasyQuorum/Components/Shared/Forms/EQInputSearch.razor.rz.scp.css */
.search-container[b-otyzi230h6] {
    position: relative;
    width: 100%;
}

.input-underline[b-otyzi230h6] {
    width: 100%;
    border: none;
    padding: .5em;
    outline: none;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.input-underline:focus[b-otyzi230h6] {
    border-bottom-color: var(--blue1);
}

.search-icon[b-otyzi230h6] {
    position: absolute;
    top: 1rem;
    right: .1rem;
}
