@import '_content/InflueriComponents/InflueriComponents.bundle.scp.css';

/* /Components/Campaigns/InsightsView/Screenshot/Screenshot.razor.rz.scp.css */
[b-mg7p077jv1] .container {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    cursor: pointer;
}

[b-mg7p077jv1] .striped {

    background: repeating-linear-gradient(
            45deg,
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.2) 10px,
            rgba(0, 0, 0, 0.3) 10px,
            rgba(0, 0, 0, 0.3) 20px
    );
}

[b-mg7p077jv1] .black{
    background-color: #000;
}

[b-mg7p077jv1] .image {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

[b-mg7p077jv1] .add-icon {
    width: 86px;
    height: 86px;
}
/* /Components/Campaigns/InsightsView/Screenshot/ScreenshotsLibrary.razor.rz.scp.css */
.file-button[b-0hq6snph5k]{
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--mud-palette-secondary-lighten);
}

.file-button:hover[b-0hq6snph5k]{
    background-color: var(--mud-palette-secondary-darken);
}

[b-0hq6snph5k] .active{
    border: 4px solid var(--mud-palette-primary);
}
/* /Components/Campaigns/ProposalsView/CommentsDialog.razor.rz.scp.css */
[b-88f1y9if4c] .header {
    background-color: #fafafa !important;
    height: 5rem;
}

.comment-area[b-88f1y9if4c] {
    border: none;
    overflow: auto;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none;
    font-weight: 200;
}

[b-88f1y9if4c] .post-button {
    position: absolute;
    top: 4px;
    right: 5px;
    
}


[b-88f1y9if4c] .post-button span{
    background-color: white;
}
/* /Components/Campaigns/ProposalsView/ProposalsItem.razor.rz.scp.css */
.container[b-gakwfutks3] {
    /*width: 100%;*/
}

.container[b-gakwfutks3]  .actions-panel {
    /*height: 3rem;*/
}

.container[b-gakwfutks3]  .button-container {
}

.container[b-gakwfutks3]  .button-container {
    /*border-top: 1px solid #FFA5C7;*/
    /*border-left: 1px solid #FFA5C7;*/
}

/* /Components/Join/YourMission.razor.rz.scp.css */

[b-5lnhl2bo3z] .hashtag {
    background-color: var(--mud-palette-primary);
    color: var(--mud-palette-white);
    font-weight: 100;
    padding: 4px 12px;
    border-radius: 8px;
}
/* /Components/Proposals/ProposalCommentsPill.razor.rz.scp.css */
.container[b-0zd3un8vcz] {
    position: absolute;
    display: flex;
    flex-direction: column;
    overflow:hidden;
    bottom: 4rem;
    background-color: white;
    left: 50%;
    transform: translateX(-50%);
    padding: 1rem;
    border-radius: 10px;
    white-space: nowrap;
    max-width: 90%;
    width:100%;
    max-height: 32%;
    opacity: 0;
}

.container.visible[b-0zd3un8vcz] {
    opacity: 100%;
}

[b-0zd3un8vcz] .comment{
    white-space: pre-wrap;
    width: 100%;
    overflow-y: scroll;
    overflow-x: scroll;
}
/* /Components/ToC.razor.rz.scp.css */
[b-yvdyf0n5dx] .toc-wrapper {
    border: 4px solid pink;
}

[b-yvdyf0n5dx] .toc-wrapper > .content {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid red;
}

.dialog-actions[b-yvdyf0n5dx] {
    /*position: absolute;*/

    /*bottom: 0;*/

}


[b-yvdyf0n5dx] .outline-none {
    border: 2px solid red !important;
}
/* /Pages/Campaigns/Index.razor.rz.scp.css */
/* /Pages/Join/Index.razor.rz.scp.css */
.campaign-image-wrapper[b-3xqo9jr5uo] {
    top: 0;
    left: 0;
    right: 0;
    margin-top: calc(-1 * (var(--mud-appbar-height) - var(--mud-appbar-height) / 8));
}

.accepted-badge[b-3xqo9jr5uo] {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 135, 180, 0.9); 
    color: white;
    padding: 5px 12px;
    border-top-left-radius: var(--mud-default-borderradius);
    /*opacity:0.8;*/
}

.campaign-image-wrapper[b-3xqo9jr5uo]  .campaign-image {
    width: 100% !important;
    height: 100% !important;
}

.button-fixed-container[b-3xqo9jr5uo] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.75);
    height: 4.5rem;
}
/* /Shared/Layouts/CampaignPageLayout.razor.rz.scp.css */
.button-group[b-bvhamyvhv7] {
}

.button-group[b-bvhamyvhv7]  .nav-button:not(:first-of-type) {
    border-left-width: 3px !important;
}

.button-group[b-bvhamyvhv7]  .nav-button:first-of-type {
    border-left-width: 3px !important;
}

.button-group[b-bvhamyvhv7]  .nav-button:last-of-type {
    border-right-width: 3px !important;
}

.button-group[b-bvhamyvhv7]  .nav-button {
    border-top-width: 3px !important;
    border-bottom-width: 3px !important;
}

.button-group[b-bvhamyvhv7]  .nav-button.active {
    background-color: var(--mud-palette-primary) !important;
    color: var(--mud-palette-white) !important;
}
/* /Shared/Menu/Navbar.razor.rz.scp.css */
[b-lbvfhdht2n] .logo-img {
    max-width: 140px;
    width: 100%;
    vertical-align: middle;
}

@media (max-width: 550px) {
    [b-lbvfhdht2n] .logo-img {
        max-width: 110px;
        width: 100%;
        vertical-align: center;
    }
}
/* /Shared/Menu/NavMenu.razor.rz.scp.css */
.nav-link[b-bm937gdonl]{
    display: none;
}
/* /Shared/Proposals/ProposalMedia.razor.rz.scp.css */
[b-92tw2i0a3l] .status-container {
    position: absolute;
    top: 4%;
    background-color: white;

    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

[b-92tw2i0a3l] .visible {
    opacity: 1;
}
/* /Shared/Proposals/ProposalStatusPill.razor.rz.scp.css */
.container[b-4molergs2l] {
    min-width: 17rem;
    max-width: 80%;
    position: absolute !important;
    top: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    display: flex;
    background-color: white;
    align-items: center;
    padding: 0.7rem 1.35rem;
    border-radius: 10px;
    opacity: 0;
}

.visible[b-4molergs2l] {
    opacity: 100%;
}
