body  {
    color: #e3e3e3;
    background: #000;
}

body footer {
    width: 100%;
    padding: 20px 0;
    background-color: #2c2c2c;
}

footer a {
    color: #868686;
}

#sleepy-logo {
    display: block;
    width: 70px;
    height: 50px;
    background-image: url("/images/sleepy-comics-logo.png");
    background-size: 50px;
    background-repeat: no-repeat;
}

.scene-thumbnail {
    width: 130px;
    height: 180px;
    overflow: hidden;
    border: solid 1px transparent;
    transition: all 0.25s;
}

.scene-thumbnail:hover {
    border: solid 1px white;
}

.scene-thumbnail img {
    min-width: 130px;
    min-height: 180px;
}

.scene-thumbnail.artwork {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 180px;
}

@media (min-width: 730px) {
    #front-image-grid {
        max-width: 715px;
    }
}

@media (min-width: 960px) {
    #front-image-grid {
        max-width: 1070px;
    }
}

@media (max-width: 640px) {
    .scene-thumbnail {
        width: 70px;
        height: 100px;
    }

    .scene-thumbnail img {
        min-width: 0;
        min-height: 0;
        max-height: 100px;
    }

    .scene-thumbnail.artwork {
        background-size: 100px;
    }
}

.small-font {
    font-size: 0.75em;
}

.border-bottom-1 {
    border-bottom: solid 1px rgba(255,255,255,0.2);
}

.border-top-1 {
    border-top: solid 1px rgba(255,255,255,0.2);
}

.border-selected {
    border: solid 3px red;
}

.lightweight {
    font-weight: 100;
}

.text-muted strong, .text-muted b {
    color: white;
}

.tooltip-inner {
    color: white;
    background-color: #6154a7;
}

.media-icon {
    width: 20px;
}

.gender-icons img {
    width: 20px;
}

/* Image gallery boxes*/
.image-box img {
    width: 130px;
}

#advanced-search {
    z-index: 2;
    position: absolute;
    top: 57px;
    right: 42px;
    width: 300px;
    background: #626694;
    font-size: 0.75em;
}

#advanced-search .form-check {
    justify-content: left;
}

#rating-form .rate-icon {
    font-size: 1.3em;
    cursor: pointer;
}
#rating-form .rate-icon:hover {
    color: white !important;
}

.sleepy-side-nav li {
    color: white;
    background: #1f1f1f;
}

.sleepy-side-nav a {
    display:block;
}

.sleepy-side-nav li.highlighted {
    background: #3c3642;
    font-weight: bold;
}

.category-check-label {
    opacity: 0.6;
}

.category-check-label.checked {
    opacity: 1;
    font-weight: bold;
}

#avatar_box img {
    border: solid 1px transparent;
    transition: all 0.25s;
}
#avatar_box img:hover {
    border: solid 1px white;
}

.dropzone .dz-message {
    color: black;
    font-size: 1.2em;
}

.dropzone.dz-drag-hover {
    border: 2px dashed #766ab7;
}
.sleepy-autocomplete-result {
    white-space: nowrap;
    overflow: hidden;
}
.sleepy-autocomplete-result img {
    width: 50px;
}

.sleepy-autocomplete-result .name {
    white-space: nowrap;
    overflow: hidden;
    max-width: 400px;
    text-overflow: ellipsis;
    vertical-align: top;
    width: 100%;
}

.sleepy-autocomplete-result .ui-state-active .categories {
    color: #ddd !important;
}

.scene-category-grid a {
    color: #e3e3e3;
}

.scene-category-grid a:visited {
    color: #9d95c2;
}

.artwork-name {
    letter-spacing: 2.5px;
    font-weight: 100;
}

.artwork-description {
    letter-spacing: 1.5px;
}

.artwork-description strong {
    color: white;
}

.artwork-card {
    width: 180px;
    height: 180px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 190px;
    border: solid 1px #0b0b0b;
    transition: border-color 0.25s;
    position: relative;
    margin-bottom: 2px;
    margin-right: 2px;
}

.artwork-card:hover {
    border: solid 1px white;
}

.artwork-card .small-banner {
    display: inline-block;
    text-align: center;
    pointer-events: none;
    position: absolute;
    top: 2px;
    left: 2px;
    color: rgb(0, 0, 0);
    background: rgb(255 228 37 / 93%);
    border-radius: 9px;
    font-size: 12px;
    padding: 0 8px;
}

#artwork-search {
    background-color: transparent;
    color: #ddd;
    border-bottom: solid 1px #ddd;
    border-radius: 0;
    min-width: 150px;
    width: 100%;
}

@media (max-width: 640px) {
    .artwork-card {
        width: 64px;
        height: 140px;
        background-size: 140px;
    }
    
    .artwork-card .small-banner {
        font-size: 8px;
    }

    .artwork-navigation {
        font-size: 11px;
    }

    .artwork-navigation input::placeholder {
        font-size: 11px;
    }

    #artwork-search {
        min-width: 80px;
    }
}

.artwork-card-spacer {
    width: 180px;
    height: 1px;
    border: solid 1px transparent;
}

.gallery-filter {
    display:block;
    color: white;
    margin-left: 12px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.25s, background-color 0.25s;
    background-color: rgba(255,255,255,0);
    padding: 3px 0 3px 8px;
    border-radius: 3px;
}
.gallery-filter:hover, .gallery-filter:focus {
    opacity: 1;
    text-decoration:none;
    color: white;
}

.gallery-filter.selected {
    background-color: rgb(115 94 255 / 50%);;
    opacity: 1;
}

#adult-content-warning {
    position: fixed;
    z-index: 2;
    top: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgb(16 34 167 / 30%);
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: white;
    font-weight: bold;
}