#Content_Muse {
    .row {
        display: flex;
        align-items: start;
    }

    .input:not(.no_style)
    {
        height: 2.4rem;
        background-color: #E9E9EE;
        border: 0;
        border-radius: 8px;
        padding: 0px 8px;
        width: calc(100% - 0rem);
    }

    textarea.input:not(.no_style) {
        width: 36rem;
        height: 12rem;
    }

    i.fas.fa-arrows-alt-v {
        color: #E8901F;
    }

    input[type='checkbox']:not(.filter):checked + label:before {
        padding-left: 6px;
    }

    .cell .input[name=subreddit] {
        width: calc(100% - 6.9rem);
    }

    button.pretty_style {
        min-width: 0px;
    }

    .cell .input {
        margin-bottom: 0px;
    }

    .muse_controls .row {
        margin-bottom: 1.6rem;
    }

    .input[name='subreddit_hash_tag_list']:not(.no_style) {
        margin-top: 0.8rem;
        width: 16.9rem;
        height: 30rem;
    }

    .scheduleMusePost.disabled {
        background-image:linear-gradient(to bottom, #9D9D9D, #868686);
        color: #FFFFFF;
    }

    .blurb {
        margin-bottom: 1.6rem;
    }

    .muse_controls {
        position: -webkit-sticky;
        position: sticky;
        top: 5.6rem;
    }

    .subreddit_results .row .cell:nth-child(2) .input {
        margin-bottom: 1.6rem;
    }

    .subreddit_results label.pretty_style i {
        font-size: 1.6rem;
    }

    .subreddit_results .row {
        padding: 1.6rem;
        margin-right: 1.6rem;
        margin-bottom: 1.6rem;
        margin-top: 0.8rem;
        font-size: 1.4rem;
        background: #F0F0F3;
        box-shadow: -10px -10px 30px #FFFFFF, 10px 10px 30px rgba(174, 174, 192, 0.4);
        border-radius: 0.8rem;
    }

    .subreddit_results .row .reddit_image {
        height: 21.3rem;
        border-radius: 0.8rem;
        padding-left: 0px;
        margin-left: 8px;

        img {
            border-radius: 0.8rem;
            max-width: 320px;
        }
    }

    .subreddit_results .row .reddit_image .controls, .modal.image_picker .answer .cell .image_controls {
        color: #E8901F;
        position: absolute;
        padding: 0.8rem;
        padding-bottom: 1.6rem;
        width: 100%;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0.75), rgba(0,0,0,0));        
    }

    .subreddit_results .row .reddit_image .controls i, .modal.image_picker .answer .cell .image_controls i {
        cursor: pointer;
        padding-right: 0.8rem;
    }

    .modal.image_picker .answer .cell {
        padding: 0rem;
        margin: 0.8rem;
        vertical-align: top;
    }

    .modal.image_picker .answer .cell img {
        border-radius: 0.8rem;
    }

    .tia.bluesky::before {
        height: 1.4rem;
        width: 1.4rem;
    }

    .green {
        color: #00EE00;
    }

    .red {
        color: #EE0000;
    }
}