#Resources input[type='checkbox']:not(.filter) + label
{
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 12px;
}

#Resources input[type='checkbox']:not(.filter) + label.disabled:before
{
    color: #AAAAAA;
}

#Resources .single_use_resource
{
    position: absolute;
    padding-bottom: 8px;
    padding-left: 8px;
    background-color: #262D3C;
    top: 0px;
    right: 0px;
    border-radius: 8px;
}

#Resources .cell .game_label
{
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
}

#Resources .row:first-child .cell.inline.no-overflow.width-300 .text_body
{
    padding-top: 2.8rem;
}

#Resources .cell.inline.list-content.disabled .row:first-child .cell .game_label {
    background-color: #333333;
}

#Resources .row:first-child .cell .game_label
{
    position: absolute;
    font-weight: bold;
    color: #0060da;
    background: #F0F0F3;
    padding-right: 8px;
    border-bottom-right-radius: 8px;
}

#Resources .rotate
{
    transform-origin: 0 0;
    transform: rotate(90deg);
    position: absolute;
    overflow: visible;
}

#Resources .cell.inline.list-content .cell.inline.width-300
{
    height: 16.875rem;
}

#Resources .cell.no-overflow
{
    overflow: visible;
}

#Resources .cell.no-overflow .avatar
{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    height: 50px;
    border-radius: 50%;
    transform: translate(25%, -25%);
}

#Resources .tabcontent .list-content:not(.visible), #Resources .hide
{
    display: none;
}

#Resources .cell .input.wrapper {
    padding: 0.8rem;
    width: calc(100% - 1.6rem);
    height: fit-content;
    resize: vertical;
    position: relative;
}

#Resources .cell .input.wrapper .input[name=text_body] {
    min-height: 16rem;
}

#Resources .cell .input.wrapper div.preview {
    position: relative;
}

#Resources .cell .input.wrapper div.preview img, #Resources .cell .input.wrapper div.preview video {
    width: 100%;
    border-radius: 0.8rem;
    margin-top: 0.8rem;
}

#Resources .cell .input.wrapper div.preview .remove_asset.hidden {
    display: none;
}

#Resources .cell .input.wrapper div.preview .remove_asset {
    position: absolute;
    top: 1.2rem;
    right: 0.8rem;
    cursor: pointer;
    font-size: 2rem;
    z-index: 2;
}

#Resources .cell .input.wrapper .input[name=text_body] url {
    background-image: linear-gradient(to bottom, #E8901F , #EA661F);
    box-shadow: 0px 8px 15px rgb(0 0 0 / 25%);
    border: none;
    height: 3.2rem;
    padding: 0px 0.8rem;
    border-radius: 16px;
    color: white;
    font-weight: 500;
    min-width: 52px;
}

.dark_mode #Resources .cell .input.wrapper .input[name=text_body] url.error, .dark_mode #Resources .cell .input.wrapper .input[name=text_body] excess {
    background-image: linear-gradient(to bottom, #EE0000 , #DD0000);
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

@keyframes bounce {
    0%   { transform: translateY(0); }
    10%  { transform: translateY(0); }
    30%  { transform: translateY(-5px); }
    50%  { transform: translateY(0); }
    57%  { transform: translateY(-1px); }
    64%  { transform: translateY(0); }
    100% { transform: translateY(0); }
}

#Resources .cell .input.wrapper .input[name=text_body] url .remove_url {
    cursor: pointer;
}

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

#Resources .resource_status
{
    position: absolute;
    right: 3.2rem;
    top: 0.4rem;
}

#Resources .input.resource_id
{
    width: calc(100% - 3.2rem);
}

#Resources .summary_check
{
    margin: 0.8rem;
    font-size: 1.4rem;
}

#Resources .summary_check .error:not(.required)
{
    color: #AAAAAA;
}

#Resources i.fa-hourglass-half
{
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#Resources .summary_check i.fa-paper-plane
{
    animation-name: bounce;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#Resources .resource_attributes
{
    z-index: 2;
    border: 1px solid #AAAAAA;
    padding: 0.4rem;
    padding-bottom: 0.8rem;
    border-left: 0px;
    border-top: 0px;
    border-radius: 0.8rem;
}

#Resources .summary_check .pass
{
    color: #00DD00;
}

#Resources .list-content-container
{
    width: 100%;
    margin-right: 24px;
}

#Resources .cell.width-175.no-overflow select
{
    margin: 0px;
    width: fit-content;
    height: 2.8rem;
    border: 2px solid #FFFFFF;
    border-radius: 16px;
}

#Resources iframe {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    border: 0;
}

/* #Resources .platform_twitch .row:first-child .cell.inline.no-overflow.width-300
{
    padding-right: 28px;
    width: 272px;
} */
