@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0-2/css/all.min.css);

html.font_base_10, html.font_base_10 .modal
{
    font-size: 10px;
}

html.font_base_12-5, html.font_base_12-5 .modal
{
    font-size: 12.5px;
}

html.font_base_15, html.font_base_15 .modal
{
    font-size: 15px;
}

textarea, input, select, div.input[contenteditable=true]
{
    font-size: 1.33333rem;
}

[contenteditable] {
  outline: 0px solid transparent;
}

input[type='checkbox'], input[type='radio'] {
    display:none;
}

input[type='checkbox']:not(.filter):not(.no_button) + label:before, .show_tool_tips input[type='checkbox'] + label:before, input[type='radio']:not(.filter):not(.no_button) + label:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f204";
    /* color: #000; */
    font-weight:900;
    letter-spacing: 8px;
    cursor: pointer;
}

input[type='checkbox']:not(.filter):not(.no_button).delete_checkbox + label:before {
    content: "\f0c8";
}

/* font weight is the only important one. The size and padding makes it look nicer */
input[type='checkbox']:not(.tiamat_webhook):not(.filter):checked + label:before, .show_tool_tips input[type='checkbox']:checked + label:before, input[type='radio']:not(.filter):not(.no_button):checked + label:before {
    content: "\f205";
}

input[type='checkbox']:not(.tiamat_webhook):not(.filter).delete_checkbox:checked + label:before {
    content: "\f14a";
}

input[type="checkbox"]:not(.filter):checked + label::after,
input[type="radio"]:not(.filter):checked + label::after,
.show_tool_tips input[type="checkbox"]:not(.filter):checked + label::after {
    content: "";
}

.filter[type='radio'] + label, input[type='checkbox'].filter + label, label.pretty_style {
    border: 2px #202020 solid;
    padding: 4px 16px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    white-space: nowrap;
}

.filter[type='radio'] + label:hover, input[type='checkbox'].filter + label:hover {
    border-color: #39A9EA;
}

.filter[type='radio']:checked + label, input[type='checkbox'].filter:checked + label {
    background-color: #202020;
    color: #FFFFFF;
}

.filter[type='radio']:checked + label:hover, input[type='checkbox'].filter:checked + label:hover, label.pretty_style:hover {
    background-color: #39A9EA;
    color: #FFFFFF;
}

#Resources .cell.width-175.no-overflow
{
    display: flex;
    align-items: center;
    margin-top: 16px;
}

#Resources .list-content-container .cell.inline.no-overflow.width-300
{
    line-height: 150%;
}


#Updates .row .cell.title
{
    margin-bottom: 8px;
    margin-top: 32px;
}

.cell.logout
{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px;
}

input::placeholder, textarea::placeholder
{
    color: rgba(32, 32, 32, 0.75);
}

body, #Login button, textarea
{
    font-family: "Montserrat", sans-serif;
}

body, #Login button
{
    font-size: 1.6rem;
    background: #F0F0F3;
}

body
{
    background-attachment: fixed !important;
    position: relative;
    display: flex;
    min-height: calc(100vh - 16px);
    flex-direction: column;
}

.site_title
{
    font-size: 4rem;
    margin: 12px 0px;
    text-transform: uppercase;
    margin-top: 24px;
}

.site_subtitle
{
    text-transform: uppercase;
    margin: 4px 0px;
    font-size: 1.8rem;
    font-weight: 500;
}

/* Style the buttons that are used to open and close the accordion panel */
.question {
    cursor: pointer;
    padding: 16px;
    text-align: left;
    border: 1px solid transparent;
    outline: none;
    transition: 0.4s;
}

.modal .row.cell.answer
{
    display: block;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.question:hover {
    border: 1px solid #202020;
}

.modal .answer
{
    display: block;
}

.modal .answer p
{
    margin: 0px;
    margin-bottom: 5px;
}

/* Style the accordion panel. Note: hidden by default */
.answer {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
    font-weight: normal;
    border: 1px solid transparent;
}

.bold {
    font-weight: bold;
}

.tab.vertical {
    display: flex;
    flex-direction: column;
    width: fit-content;
}

.row.vertical_top .cell
{
    vertical-align: top;
}

.row.vertical_top .cell:nth-child(2) .nested-options
{
    margin-top: 0px;
}

.row.vertical_top .cell:nth-child(2), .row.vertical_top .cell:nth-child(2) .options_tab
{
    padding: 0px;
}

/* Style the tab */

.tab-wrapper, .tab.vertical button, .submenu, .answer, .question, .nested-options
{
    background-color: #F0F0F3;
    box-shadow: -10px -10px 30px #FFFFFF, 10px 10px 30px rgba(174, 174, 192, 0.4);
}

.tabcontent .row.list-content.visible:nth-of-type(odd)
{
    background-color: #E9E9EE;
}

.tabcontent .row.list-content.visible:nth-of-type(odd)
{
    border-radius: 8px;
}

.tabcontent .cell.title
{
    font-weight: 500;
    font-size: 1.8rem;
    text-transform: UPPERCASE;
}

.show_tool_tips
{
    position: relative;
    padding: 16px 0px;
    z-index: 1;
    max-width: 1824px;
    width: 100%;
    margin: 0px auto;
    text-align: right;
    margin-bottom: calc((32px + 1.6rem) * -1);
}

button#createResource, button#createWebhook, button.pretty_style
{
    background-image: linear-gradient(to bottom, #E8901F , #EA661F);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.25);
    border: none;
    height: 3.2rem;
    padding: 0px 1.6rem;
    border-radius: 16px;
    color: white;
    font-size: 1.6rem;
    font-weight: 500;
    min-width: 52px;
    cursor: pointer;
}

button#createResource.disabled, button#createWebhook.disabled, button.pretty_style.disabled
{
    cursor: not-allowed;
}

/* Style the tab content */
.tabcontent, .options_tab {
    display: none;
    padding: 16px;
    border-top: none;
    width: calc(100% - 32px);
    max-width: 1920px;
    margin: 0 auto;
}

.row .cell, .cell.inline
{
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 8px;
}

.cell.inline img, .cell.inline video, .cell.inline iframe
{
    border-radius: 8px;
}

.cell.flex
{
    display: inline-flex;
}

.cell.vertical-list
{
    position: absolute;
    bottom: -10px;
}

.cell.vertical-list.left
{
    left: 0px;
}

.cell.vertical-list.right
{
    right: 0px;
}

.cell.vertical-list.right .cell.inline:hover
{
    color: #E8901F;
}

.cell.vertical-list div
{
    height: 20px;
}

.cell.vertical-list i
{
    margin: 3px;
}

.cell.vertical-list i:first-of-type
{
    margin-top: 0px;
}

.tabcontent .cell.inline.list-content, #Help button.help_link
{
    padding: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
    margin-top: 8px;
    font-size: 1.4rem;
    background: #F0F0F3;
    box-shadow: -10px -10px 30px #FFFFFF, 10px 10px 30px rgba(174, 174, 192, 0.4);
    border-radius: 8px;
}

body .tabcontent .cell.inline.list-content.disabled {
    background: linear-gradient(180deg, #333333 0%, #1F1F1F 100%) !important;
}

.margin-top
{
    margin-top: 5px;
}

/* .row .cell .modal.graph
{
    height: calc(100% - 128px);
    width: calc(100% - 128px);
} */

.row .cell .shoutouts .row
{
    white-space: nowrap;
}

.cell
{
    position: relative;
}

.cell .disabled
{
    color: #AAAAAA;
}

.row .cell .fa-external-link-alt:hover > .shoutouts
{
    display: block;
}

.cell.no-overflow
{
    overflow: initial;
    white-space: initial;
}

.row.flex
{
    display: flex;
}

.resource_filter + label
{
    z-index: 2;
}

.cell .input:not(.no_style), .cell select.resource_filter
{
    margin-bottom: 12px;
}

a.twitter_account_options_clear
{
    margin-left: 8px;
}

.cell select.resource_filter
{
    height: 2.4rem;
    background-color: #E9E9EE;
    border: 0;
    border-radius: 8px;
    padding: 0px 8px;
    width: calc(100% - 1.6rem);
}

.cell .input:not(select):not(.no_style)
{
    border-bottom: 2px solid #202020;
}

div.input:not(.no_style)
{
    width: 100%;
    border: 1px solid #AAAAAA;
    height: 145px;
}

.row.bottom-border
{
    border-bottom: 1px solid #636a75;
    padding-bottom: 24px;
}

.cell.width-50vw {
    width: 50vw;
}

.cell.width-125
{
    width: 12.5rem;
}

.cell.width-150, input[type=number].width-150
{
    width: 15rem;
}

.cell.width-175
{
    width: 17.5rem;
}

.cell.width-75, input[type=number].width-75, input[type=text].width-75
{
    width: 7.5rem;
}

.cell.width-85
{
    width: 8.5rem;
}

.cell.width-200
{
    width: 20rem;
}

.cell.width-250
{
    width: 25rem;
}

.cell.width-100, input[type=number].width-100, input[type=text].width-100
{
    width: 10rem;
}

.cell.width-110
{
    width: 11rem;
}

.cell.margin-left-10
{
    margin-left: 1rem;
}

.cell.width-25
{
    width: 2.5rem;
}

.cell.width-25-percent
{
    width: 25%;
}

.cell.width-33-percent
{
    width: calc(100% / 3);
}

.cell.width-30
{
    width: 3rem;
}

.cell.width-40
{
    width: 4rem;
}

.cell.width-50
{
    width: 5rem;
}

.cell.width-60
{
    width: 6rem;
}

.cell.width-300
{
    width: 30rem;
}

.cell.width-400
{
    width: 40rem;
    min-width: 40rem;
}

.cell.width-575
{
    width: 57.5rem;
    min-width: 57.5rem;
}

.cell.width-900
{
    width: 90rem;
}

.cell.width-500
{
    width: 50rem;
}

.cell.width-650
{
    width: 65rem;
}

.cell.width-inherit
{
    width: inherit;
}

.cell.width-80vw
{
    width: 80vw;
}

.cell.width-800
{
    width: 80rem;
}

.cell.width-600
{
    width: 60rem;
}

.cell.title
{
    font-weight: bold;
    font-size: 2.4rem;
}

.row.flex-children .cell.title
{
    margin-bottom: 16px;
}

#Updates .cell.title
{
    text-align: left;
}

.cell.title.text-right-align i:not(.help) {
    position: relative;
    right: 1rem;
}

.modal
{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000000;
    border-radius: 8px;
    font-weight: normal;
    text-transform: none;
    max-height: 80vh;
    overflow-y: auto;
}

.background
{
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}

i.fas.fa-times-circle {
    float: right;
}

.important-show
{
    display: block !important;
}

.cell.text-right-align {
    text-align: right;
}

.cell.text-center-align {
    text-align: center;
}

.cell.text-right-align i.help {
    right: -1px;
}

.row.right-align {
    float: right;
}

.cell.right-margin-10 {
    margin-right: 1rem;
}

.cell.faded, i.sort:not(.selected) {
    opacity: 0.5;
}

.cell span.sort_direction {
    position: relative;
}

.cell.indent, span.indent{
    margin-left: 2rem;
}

a.download-button {
    text-transform: capitalize;
    font-weight: bold;
}

a, .remove_asset, #Resources .cell .input.wrapper .input[name=text_body] hash {
    color: #0060da;
    font-weight: bold;
    cursor: pointer;
}

span.code, div.code_block {
    font-family: "Courier New";
    background-color: #EEEEEE;
    padding: 2px;
    border: #AAAA 1px dashed;
}

div.code_block {
    white-space: pre;
}

div.code_block span.code_color_purple {
    color: purple;
}

div.code_block span.code_color_blue {
    color: blue;
}

div.code_block span.code_color_green {
    color: green;
}

div.code_block span.code_color_orange {
    color: orangered;
}

div.code_block span.line_number {
    color: grey;
    user-select: none;
}

span.important {
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}

.top.row {
    position: relative;
    height: 13rem;

    .status_messages-wrapper {
        position: absolute;
        height: 12.8rem;
        overflow-y: auto;

        .status_messages {
            z-index: 3;
            position: relative;
            padding: 0.8rem;
        }
    }
}

.top.row > .cell:not(.user)
{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.top.row .cell.user
{
    margin-top: 24px;
    position: absolute;
    right: 0px;
}

.top.row .cell.user a
{
    text-decoration: none;
}

.cell.user .row .cell
{
    text-align: right;
    width: 100%;
}

.top.row .cell.user .cell.title.big {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.4rem;
}

.user .row {
    display: flex;
}

.user .row:first-child {
    align-items: center;
}

.user .row .cell {
    padding: 2.5px;
}

.user .row .cell.no-padding {
    padding: 0px;
}

.user .row .cell.no-padding-left {
    padding-left: 0px;
}

i.missing-resource, i.fa-calendar-minus {
    color: #CC0000;
}

.predictive_twitter_account {
    position: absolute;
    background-color: #FFFFFF;
    display: none;
    top: 0px;
    border: 1px solid #AAAAAA;
    z-index: 1;
}

.predictive_twitter_account div {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 3px;
    padding-bottom: 3px;
}

.predictive_twitter_account div:first-child {
    padding-top: 1rem;
}

.predictive_twitter_account div:last-child {
    padding-bottom: 1rem;
}

.predictive_twitter_account .selected {
    color: #FFFFFF;
    background-color: #44a9db;
}

.no-results-found
{
    display: none;
    font-weight: bold;
}

.browser_restricted
{
    display: none;
}

h4
{
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

h2
{
    font-size: 2.4rem;
    text-transform: uppercase;
}

h3
{
    text-transform: uppercase;
    font-weight: 500;
}

.nested-options
{
    padding: 16px;
    margin-top: 24px;
    border-radius: 8px;
}

.nested-options h3
{
    margin-top: 0;
}

.nested-options .row
{
    margin: 8px 0px;
    display: flex;
    align-items: center;
}

.margin-bottom-10
{
    margin-bottom: 10;
}

.list-content .game_label
{
    padding: 5px 0px;
    font-size: 1.2rem;
    font-weight: 500;
}

.row.list-content
{
    line-height: 2.4rem;
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 0px;
}

#Options .cell.no-overflow
{
    display: inline;
}

a.affiliate_link.disabled
{
    text-decoration: line-through;
    cursor: not-allowed;
}

a.affiliate_link:not(.disabled), .pointer
{
    cursor: pointer;
}

.hidden
{
    display: none;
}

span.copy_toast
{
    display:none;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translate(-50%, 0px);
    padding: 8px;
    background-color: #000000;
    border-radius: 8px;
    z-index: 2;
}

div.triangle
{
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #000000;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.vertical-list .cell.inline
{
    margin-right: 8px;
}

#Directory .cell.title {
    text-align: left;
}

#Directory .row .cell,
#Retweets .row .cell
{
    margin-right: 24px;
}

#Resources .list-content .row:last-child
{
    position: relative;
    height: 24px;
}

/* .cell.activity-controls label
{
    padding: 8px 16px;
    line-height: 40px;
    background-color: #f1f1f1;
    margin: 0px 4px;
} */

.patch_note
{
    margin-bottom: 8px;
}

span.error_title, #Resources .summary_check .required.error, #Resources #character_count.error, .cell.error
{
    color: #EE0000;
    font-weight: bold;
    display: block;
}

.padding_right_16
{
    padding-right: 16px !important;
}

ul
{
    display: table;
}

ul li
{
    width: fit-content;
}
