/* This wesbite is powered by the m11f free premium adult tube theme: pornaffiliate.xxx/themes/m11f */
@font-face {
    font-family: 'Pacifico';
    src: url('../fonts/Pacifico-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BitcountPropSingleasd';
    src: url('../fonts/BitcountPropSingle-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BitcountPropSingle';
    src: url('../fonts/BitcountPropSingle-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AnnieUseYourTelescope';
    src: url('../fonts/AnnieUseYourTelescope-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    cursor: default;
    font-size: 16.5px;
    line-height: 1.5;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, Segoe UI,
        Noto Sans, Helvetica, Arial, sans-serif;
    text-align: center;
    background-color: #000000;
    color: #aeaeae;
}

.logo-wrap {
    float: left;
    width: 100%;
    margin: 5px 0 15px;
    text-align: center;
}

.logo-inner-wrap {
    display: inline-block;
    width: 94px;
    height: 94px;
    margin: auto;
}

.logo-bg {
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    box-shadow: 1px 1px 0px inset #a5a5a5;
    background: linear-gradient(-45deg, #525252, #8e8e8e);
    position: relative;
    margin: 0 auto;
}

#logo {
    font-family: "Pacifico", sans-serif;
    font-size: 61px;
    text-decoration: none;
    line-height: 60px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

#logo .logo-dot-com {
    font-size: 24px;
}

#logo span {
    margin: 0 -7px 0 2px;
    font-family: BitcountPropSingle;
    font-size: 90px;
    /* width: 10px; */
    /* float: left; */
    display: inline-block;
    line-height: 60px;
}

.loaded #logo:hover {
    transition: all 0.15s linear;
}

.loaded a#logo {
    transition: all 0.15s linear;
}

.loaded #logo:hover {
    scale: 1.09;
    rotate: 1deg;
}

.loaded #logo:hover span, .loaded #logo span {
    transition: scale 0.15s linear, rotate 0.15s linear;
    scale: 1.19;
    rotate: -1deg;
}

.loaded #logo:hover span {
    scale: 1.29;
    rotate: -2deg;
}

.stars-wrap {
    font-family: BitcountPropSingle;
    font-size: 58px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 0;
}

.star {
    cursor: pointer;
    width: 39px;
    display: inline-block;
    font-family: BitcountPropSingle;
}

.loaded .star::before, .loaded .star::after {
    transition: all 0.25s linear;
}

.star::before {
    content: "x";
    color: #ffffff;
}

.star.off::before {
    content: "x";
    color: #cccccc;
    text-shadow: 1px 1px 1px black, 0 0 3px black, 0 0 5px black, 0 0 4px #fff, 0 0 7px #fff, 0 0 9px #535353;
}

.rating-score-value {
    margin: 0 0 -4px 10px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-size: 120%;
    font-family: "Pacifico", sans-serif;
    line-height: 63px;
}

.rating-count {
    font-family: "Pacifico", sans-serif;
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    line-height: 81px;
    margin-left: 10px;
    color: #cccccc;
    text-shadow: 1px 1px 1px black, 0 0 3px black, 0 0 5px black, 0 0 4px #fff, 0 0 7px #fff, 0 0 9px #535353;
}

.pulsate {
    animation: pulsate 2s ease-in-out infinite;
}

@keyframes pulsate {
    100% {
        text-shadow: 1px 1px 1px black, 0 0 3px black, 0 0 5px black, 0 0 4px #fff, 0 0 17px #fb0000, 0 0 17px red;
    }
    50% {
        text-shadow: 1px 1px 0px black, 0 0 1px black, 0 0 2px black, 0 0 4px #fff, 0 0 10px #ff4f4f, 0 0 5px red;
    }
    0% {
        text-shadow: 1px 1px 1px black, 0 0 3px black, 0 0 5px black, 0 0 4px #fff, 0 0 17px #ff0000, 0 0 17px red;
    }
}

.star-page {
    max-width: 1200px;
    margin: 0 auto;
}

.star-container-page {
    text-align: center;
}

.star-image-container {
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.star-image {
    max-width: 400px;
    width: 100%;
    height: auto;
    display: block;
}

.star-details {
    background: rgba(0,0,0,0.8);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.star-info h1 {
    color: #fff;
    margin-bottom: 0;
    font-size: 36px;
}

.star-info h3 {
    color: #fff;
}

.star-gender p,
.star-description p,
.star-meta p {
    color: #ccc;
    line-height: 1.6;
}

.niches-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.niches-list a {
    background: #333;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 14px;
    border: 1px solid #555;
    text-decoration: none;
}

.loaded .niches-list a {
    transition: all 0.25s linear;
}

.niches-list a:hover {
    background: #555;
    color: #fff;
    border: 1px solid #777;
}

.star-actions {
    margin-top: 20px;
}

.edit-btn {
    background: #007cba;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
}

.edit-btn:hover {
    background: #005a8b;
}

.rating-section {
    margin-top: 30px;
    text-align: center;
    background: rgba(0,0,0,0.6);
    padding: 20px;
    border-radius: 8px;
}

.rating-section h3 {
    color: #fff;
    margin-bottom: 15px;
}

.star-videos-section {
    background: rgba(0,0,0,0.8);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.star-videos-section h2 {
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.videos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.video-card {
    background: rgba(0,0,0,0.6);
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.video-card:hover {
    transform: translateY(-5px);
}

.video-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.video-thumbnail {
    position: relative;
    width: 100%;
    height: 170px;
    overflow: hidden;
}

.video-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rating-overlay {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 24px;
}

.rating-overlay .rating-score-value {
    line-height: 40px;
}

.rating-badge {
    color: #ffd700;
    font-size: 12px;
    font-weight: bold;
}

.video-card-info {
    padding: 15px;
}

.video-card-info h3 {
    color: #fff;
    margin: 0 0 8px 0;
    font-size: 16px;
}

.video-date {
    color: #4a9eff;
    font-size: 13px;
    margin-bottom: 8px;
}

.video-desc-preview {
    color: #ccc;
    font-size: 13px;
    line-height: 1.4;
}

.no-videos {
    text-align: center;
    padding: 40px 20px;
}

.no-videos h2 {
    color: #fff;
    margin-bottom: 10px;
}

.no-videos p {
    color: #ccc;
}

@media (max-width: 768px) {
    .star-image {
        max-width: 300px;
    }
    
    .star-details,
    .star-videos-section {
        padding: 15px;
    }
    
    .videos-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 15px;
    }
}

.site-page {
    max-width: 1200px;
    margin: 0 auto;
}

.site-container-page {
    text-align: center;
    margin-bottom: 30px;
}

.site-logo-container {
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    width: 250px;
}

.site-logo {
    max-width: 600px;
    width: 100%;
    height: auto;
    display: block;
}

.site-details {
    background: rgba(0,0,0,0.8);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.site-info h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 2em;
}

.site-info h3 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.site-url p,
.site-category p,
.site-description p,
.site-meta p {
    color: #ccc;
    line-height: 1.6;
}

.site-link {
    color: #4a9eff;
    text-decoration: none;
}

.site-link:hover {
    color: #6bb2ff;
    text-decoration: underline;
}

.visit-btn {
    background: #28a745;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 6px;
    display: inline-block;
    margin-top: 15px;
    font-weight: bold;
}

.visit-btn:hover {
    background: #218838;
}

.site-actions {
    margin-top: 20px;
}

.edit-btn {
    background: #007cba;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
}

.edit-btn:hover {
    background: #005a8b;
}

.rating-section {
    /* margin-top: 30px; */
    /* text-align: center; */
    background: rgba(0,0,0,0.6);
    padding: 20px;
    border-radius: 8px;
}

.rating-section h3 {
    color: #fff;
    margin-bottom: 15px;
}

.site-videos-section {
    background: rgba(0,0,0,0.8);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.site-videos-section h2 {
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.videos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.video-card {
    background: rgba(0,0,0,0.6);
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.video-card:hover {
    transform: translateY(-5px);
}

.video-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.video-thumbnail {
    position: relative;
    width: 100%;
    height: 170px;
    overflow: hidden;
}

.video-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .rating-badge {
    color: #ffd700;
    font-size: 12px;
    font-weight: bold;
} */

.video-card-info {
    padding: 15px;
}

.video-card-info h3 {
    color: #fff;
    margin: 0 0 8px 0;
    font-size: 16px;
}

.video-date {
    color: #4a9eff;
    font-size: 13px;
    margin-bottom: 8px;
}

.video-desc-preview {
    color: #ccc;
    font-size: 13px;
    line-height: 1.4;
}

.no-videos {
    text-align: center;
    padding: 40px 20px;
}

.no-videos h2 {
    color: #fff;
    margin-bottom: 10px;
}

.no-videos p {
    color: #ccc;
}

@media (max-width: 768px) {
    .site-logo {
        max-width: 400px;
    }
    
    .site-details,
    .site-videos-section {
        padding: 15px;
    }
    
    .videos-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 15px;
    }
}


.stars-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
}

.star-card {
    background: rgba(0,0,0,0.6);
    border-radius: 8px;
    padding: 10px;
    min-width: 120px;
    text-align: center;
}

.star-link {
    text-decoration: none;
    color: inherit;
}

.star-thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 8px;
    background: rgba(255,255,255,0.1); /* Subtle background for transparent images */
}

.star-info strong {
    color: #fff;
    display: block;
    margin-bottom: 4px;
}

.star-rating {
    font-size: 12px;
    color: #ccc;
}

.sites-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
}

.site-card {
    background: rgba(0,0,0,0.6);
    border-radius: 8px;
    padding: 10px;
    min-width: 200px;
}

.site-link {
    text-decoration: none;
    color: inherit;
}

.site-thumb {
    width: 100%;
    height: 60px;
    border-radius: 4px;
    object-fit: cover;
    margin-bottom: 8px;
    background: rgba(255,255,255,0.1); /* Subtle background for transparent logos */
}

.site-info strong {
    color: #fff;
    display: block;
    margin-bottom: 4px;
}

.site-rating {
    font-size: 12px;
    color: #ccc;
    margin-bottom: 8px;
}

.visit-link {
    background: #28a745;
    color: white;
    padding: 4px 8px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 12px;
}

.visit-link:hover {
    background: #218838;
}

.video-rating-section {
    text-align: center;
    background: rgba(0,0,0,0.6);
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.video-rating-section h3 {
    color: #fff;
    margin-bottom: 15px;
}

.sites-list-page {
    max-width: 1200px;
    margin: 0 auto;
}

.sites-list-page h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.sites-listing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.site-listing-card {
    background: rgba(0,0,0,0.8);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.site-image-section {
    background: rgba(255,255,255,0.1); /* Light background to help with transparent logos */
}

.site-listing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.5);
}

.site-listing-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.site-image-section {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.site-listing-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rating-badge {
    color: #ffd700;
    font-weight: bold;
    font-size: 14px;
}

.votes-count {
    color: #ccc;
    font-size: 12px;
    margin-top: 2px;
}

.site-card-info {
    padding: 15px;
}

.site-card-info h3 {
    color: #fff;
    margin: 0 0 8px 0;
    font-size: 18px;
}

.site-category {
    color: #4a9eff;
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: bold;
}

.site-url-display {
    color: #28a745;
    font-size: 13px;
    margin-bottom: 8px;
    font-family: monospace;
}

.site-preview-desc {
    color: #ccc;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 12px;
}

.site-actions {
    text-align: center;
}

.visit-btn {
    background: #28a745;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.visit-btn:hover {
    background: #218838;
}

.admin-actions {
    text-align: center;
    margin-top: 30px;
}

.action-btn {
    background: #007cba;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    display: inline-block;
    margin: 0 10px;
}

.action-btn:hover {
    background: #005a8b;
}

@media (max-width: 768px) {
    .sites-listing-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 15px;
    }
    
    .site-image-section {
        height: 160px;
    }
    
    #page-wrap {
        padding: 0 15px 15px;
    }
}
.stars-list-page {
    max-width: 1200px;
    margin: 0 auto;
}

.stars-list-page h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.stars-listing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.star-listing-card {
    background: rgba(0,0,0,0.8);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.star-image-section {
    background: rgba(255,255,255,0.1); /* Light background to help with transparent images */
}

.star-listing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.5);
}

.star-listing-link {
    text-decoration: none;
    color: inherit;
    display: block;
    position: relative;
    transition: all 0.25s linear;
}

.star-listing-link:hover {
    scale: 1.09;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    rotate: 1deg;
}

.star-listing-link:hover img {
    border-radius: 5px;
}

.star-image-section {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.star-listing-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rating-badge {
    color: #ffd700;
    font-weight: bold;
    font-size: 14px;
}

.votes-count {
    color: #ccc;
    font-size: 12px;
    margin-top: 2px;
}

.star-card-info {
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: #00000063; */
}

.star-card-info h3 {
    color: #fff;
    margin: 0 0 0px 0;
    font-size: 25px;
    text-shadow: 1px 1px 1px black;
    font-family: "Pacifico", sans-serif;
    font-weight: normal;
    /* background: red; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 53px;
}

.star-gender {
    color: #4a9eff;
    font-size: 14px;
    margin-bottom: 8px;
}

.star-preview-desc {
    color: #ccc;
    font-size: 14px;
    line-height: 1.4;
}

.admin-actions {
    text-align: center;
    margin-top: 30px;
}

.action-btn {
    background: #007cba;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    display: inline-block;
    margin: 0 10px;
}

.action-btn:hover {
    background: #005a8b;
}

@media (max-width: 768px) {
    .stars-listing-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 15px;
    }
    
    .star-image-section {
        height: 250px;
    }
    
    #page-wrap {
        padding: 0 15px 15px;
    }
}
canvas#starryBackground {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: none;
}
::selection {
    text-shadow: none;
    background-color: #8ec4ff;
    color: #0b1521;
}

input::selection {
    text-shadow: none;
    background-color: #8ec4ff;
    color: #0b1521;
}

input::-moz-selection {
    text-shadow: none;
    background-color: #8ec4ff;
    color: #0b1521;
}

input::-webkit-selection {
    text-shadow: none;
    background-color: #8ec4ff;
    color: #0b1521;
}

#site-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 0 20px;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#page-wrap,
footer {
    box-sizing: border-box;
    width: 100%;
    padding: 0 25px 15px;
}

#page-wrap {
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 750px;
    max-width: 98%;
    margin: 25px auto;
    margin: 0 auto;
    text-align: center;
}

.site-name-span,
caption,
h1,
h2,
h3,
h4,
.sub-tier-header,
.sidebar .logo-dot-com,
.modal-x-btn,
#logo {
    color: #eaeaea;
    /* font-weight: 400; */
}
h1,
h2,
h3,
h4 {
    font-family: "Pacifico", sans-serif;
    font-weight: normal;
}

h1,
h1#entry-title,
.sidebar .logo-text,
.sidebar .logo-dot-com {
    color: #eaeaea;
}

h1 {
    font-size: 24px;
    margin: 0 0 5px;
    padding: 5px 15px;
}

h1 a {
    text-decoration: none;
}

#site-name h1 {
    font-size: 26px;
}

h2 {
    font-size: 20px;
}

.before-title {
    margin: 15px 0;
}

h1#entry-title {
    font-size: 13px;
    width: fit-content;
    z-index: 110;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    align-items: center;
    justify-content: start;
    row-gap: 10px;
    transition: top 0.25s linear;
}

.medium-font {
    font-size: 15px;
}

.dim {
    color: #5277a5;
}

#site-content {
    float: left;
    width: 100%;
}

h2 span {
    float: right;
    font-size: 14px;
    font-style: italic;
}

#site-name {
    position: absolute;
    text-shadow: 1px 1px black, 2px 2px black, 3px 3px black;
    z-index: 120;
}

/* Gallery */
#gallery-wrap {
    column-count: 3;
    margin: 0 auto;
    gap: 0;
    max-width: 100%;
}

.gallery-image-wrap {
    position: relative;
}

.gallery-image {
    cursor: pointer;
    max-width: 100%;
    display: block;
    /* border-radius: 4px; */
    object-fit: cover;
}

.loaded .gallery-image-wrap {
    transition: all 0.25s linear;
}

.gallery-image-wrap:hover {
    position: relative;
    z-index: 100;
    border-radius: 5px;
    scale: 1.09;
    rotate: 1deg;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.loaded .gallery-image-wrap:hover .rating-overlay, .loaded .gallery-image-wrap .rating-overlay {
    transition: all 0.25s linear;
}

.gallery-image-wrap:hover .rating-overlay {
    scale: 1.19;
    rotate: -1deg;
}

.gallery-desc {
    margin: 15px 0;
    font-size: 14px;
    text-align: center;
}

.gallery-empty #gallery-wrap {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: center;
}

/* Lightbox */
.lightbox-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 35%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.lightbox-content {
    position: relative;
    max-width: 100vw;
    max-height: 100vh;
    padding: 5px;
    /* width: 800px; */
    /* margin: auto; */
    /* height: auto; */
}

/* Custom Video Player Styles */
.custom-video-player {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100vw;
    max-height: 100vh;
    /* width: 800px; */
    margin: auto;
    height: auto;
    border-radius: 5px;
}

.custom-video-player video {
    width: 100%;
    height: auto;
    max-width: 100vw;
    max-height: calc(100vh - 80px); /* Leave space for controls */
    object-fit: contain;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 43%);
    cursor: pointer;
    border-radius: 5px;
}

.video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    padding: 20px 15px 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.control-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
}

.control-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.progress-container {
    flex-grow: 1;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    cursor: pointer;
    position: relative;
}

.progress-bar {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.progress {
    height: 100%;
    background-color: #6afcff;
    width: 0%;
    border-radius: 3px;
    transition: width 0.1s ease;
}

.progress-container:hover {
    height: 8px;
    margin: -1px 0;
}

.time-display {
    color: #fff;
    font-size: 12px;
    font-family: monospace;
    white-space: nowrap;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    min-width: 85px;
}

.volume-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.volume-slider {
    width: 80px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.volume-slider::-webkit-slider-thumb {
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #6afcff;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.volume-slider::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #6afcff;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .video-controls {
        padding: 15px 10px 10px;
        gap: 10px;
    }
    
    .control-btn {
        font-size: 16px;
        min-width: 35px;
        height: 35px;
    }
    
    .time-display {
        font-size: 11px;
        min-width: 75px;
    }
    
    .volume-slider {
        width: 60px;
    }
}

/* Fullscreen styles */
.custom-video-player:fullscreen {
    width: 100vw;
    height: 100vh;
    background: #000;
}

.custom-video-player:fullscreen video {
    max-width: 100vw;
    max-height: 100vh;
    width: 100%;
    height: 100%;
}

.custom-video-player:-webkit-full-screen {
    width: 100vw;
    height: 100vh;
    background: #000;
}

.custom-video-player:-webkit-full-screen video {
    max-width: 100vw;
    max-height: 100vh;
    width: 100%;
    height: 100%;
}

.custom-video-player:-moz-full-screen {
    width: 100vw;
    height: 100vh;
    background: #000;
}

.custom-video-player:-moz-full-screen video {
    max-width: 100vw;
    max-height: 100vh;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .fullscreen-btn {
        display: none; /* Hide fullscreen button on mobile as it's less useful */
    }
}

@media (max-width: 480px) {
    .volume-container {
        display: none; /* Hide volume controls on very small screens */
    }
    
    .video-controls {
        gap: 8px;
    }
}

/* Login notification for non-logged-in users */
.login-notification {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
    z-index: 1000;
    border: 2px solid #6afcff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    animation: slideInNotification 0.3s ease-out;
    max-width: 80%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

@keyframes slideInNotification {
    from {
        opacity: 0;
        transform: translate(-50%, -60%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 768px) {
    .login-notification {
        font-size: 13px;
        padding: 10px 16px;
        max-width: 90%;
    }
}

/* Video Page Styles */
.video-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.video-container-page {
    margin-bottom: 30px;
}

.video-container-page .custom-video-player {
    max-width: 100%;
    margin: 0 auto;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.video-details {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
}

.video-info h1.video-title {
    font-size: 28px;
    margin-bottom: 20px;
    color: #fff;
    font-family: "Pacifico", sans-serif;
    font-weight: normal;
}

.video-info h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #6afcff;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
}

.video-description p {
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 20px;
}

.actor-niches, .niche-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.actor-niche, .niche-link {
    background: #333;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.2s ease;
}

.actor-niche {
    background: #6afcff;
    color: #000;
}

.niche-link:hover {
    background: #6afcff;
    color: #000;
}

.source-link {
    color: #6afcff;
    text-decoration: underline;
}

.source-link:hover {
    color: #fff;
}

.video-meta {
    color: #888;
    margin-top: 20px;
}

.feedback-section {
    background: #111;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.feedback-section h3 {
    color: #6afcff;
    margin-bottom: 10px;
}

.feedback-question {
    color: #ccc;
    margin-bottom: 15px;
}

.feedback-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.feedback-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.2s ease;
    background: #333;
    color: #fff;
}

.feedback-btn.softer-btn {
    background: #ff6b6b;
}

.feedback-btn.harder-btn {
    background: #4ecdc4;
}

.feedback-btn.cum-btn {
    background: #45b7d1;
}

.feedback-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.feedback-btn.submitted {
    background: #6afcff;
    color: #000;
    transform: none;
}

/* Mobile adjustments for video page */
@media (max-width: 768px) {
    .video-page {
        padding: 15px;
    }
    
    .video-info h1.video-title {
        font-size: 24px;
    }
    
    .feedback-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .feedback-btn {
        width: 100%;
        max-width: 200px;
    }
}

.lightbox-close {
    position: fixed;
    z-index: 1000;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 4px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
    background: linear-gradient(274deg, #fff, #fff);
    box-shadow: 1px 1px 2px #ffffff inset, 1px 1px #8e8e8e, 2px 2px #b5b5b5, 3px 3px #b5b5b5;
}

.lightbox-close:hover {
    text-decoration: none;
}

.lightbox-content .niche-list {
    position: fixed;
    display: none;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.15);
}

.lightbox-content .niche-list a {
    color: #fff;
    text-align: left;
    margin: 0 10px 5px;
    font-size: 14px;
    text-shadow: 1px 1px #333;
    display: inline-block;
    text-decoration: none;
}

.lightbox-content .website-link {
    position: fixed;
    z-index: 10;
    bottom: 54px;
    left: 0;
    right: 0;
    padding: 10px 20px;
    background-color: rgb(0 0 0);
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    border-radius: 3px;
}

#feedback-btn-wrap {
    position: fixed;
    display: flex;
    display:none;
    left: 0;
    right: 0;
    gap: 10px;
    align-items: center;
    justify-content: center;
    bottom: 10px;
}

.feedback-desc {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    text-shadow: 1px 1px #333;
}

/* .page #site-name,
.page #header-menu {
    display: none;
} */

#header-menu { 
    position: fixed;
    top: 0;
    right: 0;
}

/* Dash */
#videoPreview, #thumbnailPreview {
    margin-top: 10px;
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#videoPreview video {
    width: 550px;
    height: auto;
    margin: auto;
}

#thumbnailPreview img {
    max-width: 300px;
    max-height: 300px;
    width: auto;
    height: auto;
    margin: auto;
    border-radius: 4px;
    object-fit: contain;
}

.admin-desc-form {
    float: left;
    width: 100%;
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

textarea, select {
    width: 100%;
    padding: 8px;
    background-color: #000;
    border: 1px solid #aeaeae;
    color: #aeaeae;
}

select option {
    background-color: #000;
    color: #aeaeae;
}

.submit-btn {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
}

.submit-btn:hover {
    background-color: #45a049;
}

/* Prevent body scroll when modal is open */
body.lightbox-open {
    overflow: hidden;
}

h3.sub-header {
    margin: -20px 0 20px;
    grid-column: 1/4;
}

h3.sub-header::before {
    content: "\2013\00A0";
}

h3.sub-header::after {
    content: "\00A0\2013";
}

.entry-details h2,
h3.sub-header {
    font-size: 15px;
    font-weight: 400;
}

.entry-details h2 {
    float: left;
    width: 100%;
    margin: 15px 0;
}

h3 {
    font-size: 24px;
    font-family: "Pacifico", sans-serif;
}

.chart-wrap h3 {
    font-size: 15px;
}

a,
#site-content #chart-menu-wrap a,
#site-content a.item {
    color: #f0f0f0;
}

.loaded a {
    transition: all 0.25s linear;
}

a:hover,
#site-content #chart-menu-wrap a:hover,
#site-content a.item:hover {
    color: #f0f0f0;
    text-decoration: none;
}

#site-content a,
#cookie-banner a {
    text-decoration: underline;
}

#site-content a:hover,
#cookie-banner a:hover {
    text-decoration: none;
}

#site-header {
    float: left;
    width: 100%;
    text-align: center;
    padding: 11px;
    background: #0b1521;
    margin: 0 0 15px;
    box-sizing: border-box;
}

.dashboard #site-header {
    display: none;
}

.full-width {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.quick-stat-desc,
.regression-chart-desc,
.yearly-returns-chart-desc {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.full-width-wrap {
    float: left;
    width: 100%;
}

.header-wrap {
    z-index: 100;
}

.notice {
    margin-bottom: 0;
}

.notice .notice-inner {
    font-size: 13px;
}

/* When mousexit */
.loaded button,
.loaded a.button {
    transition: transform 0.15s linear, box-shadow 0.125s linear;
}

/* When mouseenter */
.loaded button:hover,
.loaded button:active,
.loaded button:focus,
.loaded a.choose-sub:hover,
.loaded a.choose-sub:active,
.loaded a.choose-sub:focus,
.loaded a.button:hover,
.loaded a.button:active,
.loaded a.button:focus {
    transition: transform 0.15s linear, box-shadow 0.3s linear;
}

button.default-btn,
a.button {
    background: linear-gradient(274deg, #eaeaea, #fff);
    box-shadow: 1px 1px 2px #ffffff inset, 1px 1px #8e8e8e, 2px 2px #b5b5b5, 3px 3px #b5b5b5;
}

button.default-btn:hover,
button.default-btn:active,
a.button:hover,
a.button:active,
.lightbox-close:hover,
.lightbox-close:active {
    box-shadow: 1px 1px 2px #ffffff inset, 1px 1px #8e8e8e, 2px 2px #b5b5b5;
    transform: translateY(2px) translateX(2px);
}

a.button {
    display: block;
    color: black;
    text-decoration: none;
    box-sizing: border-box;
}

.one h2,
.one input,
.one select,
.one textarea,
.one textarea::placeholder,
.one input::placeholder {
    color: #fad373;
}

.one input:focus,
.one select:focus,
.one textarea:focus {
    border-color: #fad373;
    outline: none;
}

.one button,
.default-btn.one,
#feedback-btn-wrap button.default-btn.submitted,
button.info-clicker,
#accept-all-cookies-btn {
    position: relative;
    overflow: hidden;
    background: linear-gradient(274deg, #ffce54, #faeb73);
    box-shadow: 1px 1px 2px #ffffff inset, 1px 1px #b29100, 2px 2px #c09c00, 3px 3px #c09c00;
}

.one button:hover,
.one button:active,
.one button.generating,
.one button.disabled,
#feedback-btn-wrap button.default-btn.submitted,
.choose-sub:hover,
.choose-sub:active,
button.info-clicker:hover,
button.info-clicker:active,
.default-btn.one:hover,
.default-btn.one:active {
    box-shadow: 1px 1px 2px #ffffff inset, 1px 1px #b29100, 2px 2px #c09c00;
    transform: translateY(2px) translateX(2px);
}

.two h2,
.two input,
.two textarea,
.two textarea::placeholder,
.two input::placeholder {
    color: #6afcff;
}

.two input:focus,
.two textarea:focus {
    border-color: #6afcff;
}

.two button,
.modal #register-btn,
#affiliate-dashboard {
    background: linear-gradient(274deg, #32ebef, #67fcff);
    box-shadow: 1px 1px 2px #a4fdff inset, 1px 1px #008183, 2px 2px #09afb2, 3px 3px #09afb2;
}

.two button:hover,
.two button:active,
.two button.generating,
.two button.disabled,
.modal #register-btn:hover,
.modal #register-btn:active,
.modal #register-btn.disabled,
#affiliate-dashboard:hover,
#affiliate-dashboard:active {
    box-shadow: 1px 1px 2px #a4fdff inset, 1px 1px #008183, 2px 2px #09afb2;
    transform: translateY(2px) translateX(2px);
}

.three h2,
.three input,
.three textarea,
.three textarea::placeholder,
.three input::placeholder {
    color: #c2b8ff;
}

.three input:focus,
.three textarea:focus {
    border-color: #c2b8ff;
}

.three button {
    background: linear-gradient(274deg, #b08cff, #d0bbff);
    box-shadow: 1px 1px 2px #e4b2ff inset, 1px 1px #7e3bd2, 2px 2px #8966b5, 3px 3px #8966b5;
}

.three button:hover,
.three button:active,
.three button.generating,
.three button.disabled {
    box-shadow: 1px 1px 2px #e4b2ff inset, 1px 1px #7e3bd2, 2px 2px #8966b5;
    transform: translateY(2px) translateX(2px);
}

.four h2,
.four input,
.four textarea,
.four textarea::placeholder,
.four input::placeholder {
    color: #f69e6a;
}

.four input:focus,
.four textarea:focus {
    border-color: #f69e6a;
}

.four button,
.modal .default-btn#reset-toggle-btn,
.modal button.default-btn#reset-btn,
.modal button.default-btn#save-pass-btn {
    background: linear-gradient(274deg, #f69e6a, #ffcbac);
    box-shadow: 1px 1px 2px #ffdac5 inset, 1px 1px #c07a50, 2px 2px #d59169, 3px 3px #d59169;
}

.four button:hover,
.four button:active,
.four button.generating,
.four button.disabled,
.modal .default-btn#reset-toggle-btn:hover,
.modal button.default-btn#reset-btn:hover,
.modal .default-btn#reset-toggle-btn:active,
.modal button.default-btn#reset-btn:active,
.modal button.default-btn#save-pass-btn:hover,
.modal button.default-btn#save-pass-btn:active {
    box-shadow: 1px 1px 2px #ffdac5 inset, 1px 1px #c07a50, 2px 2px #d59169;
    transform: translateY(2px) translateX(2px);
}

.five h2,
.five input,
.five textarea,
.five textarea::placeholder,
.five input::placeholder {
    color: #f685f0;
}

.five input:focus,
.five textarea:focus {
    border-color: #f685f0;
}

.five button,
.modal .default-btn#login-btn,
.modal .default-btn.toggle-login-btn {
    background: linear-gradient(274deg, #f685f0, #ffbcfb);
    box-shadow: 1px 1px 2px #ffc4fc inset, 1px 1px #b54daf, 2px 2px #d76ed1, 3px 3px #d76ed1;
}

.five button:hover,
.five button:active,
.five button.generating,
.five button.disabled,
.modal .default-btn#login-btn:hover,
.modal .default-btn#login-btn:active,
.modal .default-btn.toggle-login-btn:hover,
.modal .default-btn.toggle-login-btn:active {
    box-shadow: 1px 1px 2px #ffc4fc inset, 1px 1px #b54daf, 2px 2px #d76ed1;
    transform: translateY(2px) translateX(2px);
}

canvas {
    max-width: 100%;
}

input,
select {
    color: #f0f0f0;
    background-color: #000000;
    border: 1px solid #48658b;
    padding: 5px 15px;
}

select {
    height: 36px;
    cursor: pointer;
}

.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    /* Center the spinner */
    border: 5px solid rgb(18 34 54);
    border-top: 5px solid #b7abff;
    border-radius: 50%;
    /* Make it circular */
    animation: spin 1s linear infinite;
    /* Infinite spinning animation */
    z-index: 10;
    /* Ensure it appears above the chart */
}

/* Spinner animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.visible {
    display: block;
}

.home #site-content {
    display: block;
    grid-template-columns: unset;
    grid-column-gap: unset;
    grid-auto-flow: unset;
}

.full-screen-btn {
    width: 32px;
    height: 32px;
    float: right;
    cursor: pointer;
}

label {
    cursor: pointer;
}

label[for="info-consent"].checkbox.focus .checkmark,
label[for="marketing-consent"].checkbox.focus .checkmark {
    border: 1px solid #6afcff;
}

/* Cookie Banner */
#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: auto;
    padding: 0 20px;
    width: 600px;
    max-width: calc(100% - 30px);
    text-align: center;
    border: 1px solid #48658b;
    background-color: #000000;
    box-shadow: 2px 2px 0px #0f1b2a;

    font-size: 15px;
    box-sizing: border-box;
    z-index: 150;
}

#accept-all-cookies-btn,
#accept-functional-cookies-btn,
#decline-all-cookies-btn,
#decline-functional-cookies-btn {
    border: none;
    padding: 9px 15px;
    font-size: 15px;
    line-height: 16px;
    margin: 0 10px 20px;
    cursor: pointer;
    background-color: #f0f0f0;
}

#accept-all-cookies-btn,
#accept-functional-cookies-btn {
    background-color: #6afcff;
}

#functional-cookie-modal {
    visibility: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 5px 20px;
    background: #0b1521;
    width: 300px;
    max-width: 60%;
    text-align: center;
    height: fit-content;
}

#functional-cookie-modal.visible {
    visibility: visible;
}

.left {
    float: left;
}

.right {
    float: right;
}

#hover-desc {
    position: fixed;
    right: 15px;
    bottom: 15px;
    opacity: 0;
    scale: 0.95;
    font-size: 14px;
    padding: 2px 8px;
    box-sizing: border-box;
    max-width: calc(100vw - 30px);
    z-index: 1000;
    color: #f0f0f0;
}

.loaded #hover-desc {
    transition: all 0.25s linear;
}

#hover-desc.visible {
    opacity: 1;
    scale: 1;
    transition: all 0.25s linear;
}

.suggested-niches {
    float: left;
    width: 100%;
    margin: 10px 0 20px;
    text-align: center;
}

footer {
    padding: 15px 25px 0;
    margin: auto 0 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
}

footer p {
    margin: 10px 0;
}

.image-container {
    float: left;
    width: 100%;
    margin: 10px -10px;
    padding: 10px;
    border: 1px solid #48658b;
    border-radius: 4px;
}

.image-container img {
    max-width: 100%;
    height: auto;
}

.image-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px 0 0;
    box-sizing: border-box;
}

.image-footer button {
    height: 40px;
}

button.disabled {
    pointer-events: none;
}

#header-menu a {
    padding: 2px 5px;
}

#page-desc-wrap {
    margin: 30px auto 20px;
}

.page-desc {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.page #page-wrap {
    text-align: left;
}

.modal-wrap {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    pointer-events: none;
}

.modal-outer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 200;
}

.modal-bg {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.41);
    transition: all 0.25s linear;
}

.loaded #login-wrap,
.loaded #reset-wrap,
.loaded .modal-wrap {
    transition: all 0.25s linear;
}

.why-modal {
    color: #ffffff;
    text-shadow: 1px 1px 1px black;
}

.modal {
    box-sizing: border-box;
    border: 1px solid #48658b;
    background-color: 122236;
    width: 300px;
    padding: 0 15px;
    border-radius: 4px;
    max-height: 95vh;
    max-width: 95vw;
    pointer-events: all;
    position: relative;
    overflow-y: auto;
    opacity: 0;
    animation: fadeIn 0.25s linear forwards;
}

#login-modal button.default-btn.toggle-register-btn,
#login-modal button.default-btn.toggle-login-btn {
    margin-top: 15px;
}

.modal-msg {
    margin: 5px 0;
    float: left;
    width: 100%;
}

.modal-msg.success,
.modal-msg.error {
    margin: 10px 0 15px;
}

.success {
    color: #6afcff;
}

.error {
    color: #f84949;
}

.modal-x-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 130;
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    line-height: 33px;
    font-size: 27px;
    padding: 0px 10px;
    font-family: monospace;
    height: 21px;
    z-index: 300;
}

.modal-x-btn:hover {
    color: #f0f0f0;
    text-decoration: none;
}

.modal-x-btn::after,
.modal-x-btn::before {
    content: "";
    position: absolute;
    top: 9px;
    right: 0;
    width: 20px;
    height: 3px;
    border-radius: 10px;
    background-color: #98c3ff;
    transition: background-color 0.25s linear;
}

.modal-x-btn:hover::after,
.modal-x-btn:hover::before {
    background-color: #f0f0f0;
}


.modal-x-btn::before {
    transform: rotate(45deg);
}

.modal-x-btn::after {
    transform: rotate(-45deg);
}

.modal-notice {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
    color: #f0f0f0;
}

.modal-notice.medium-font {
    font-size: 15px;
}

.modal {
    opacity: 0;
}

.loaded .modal {
    transition: all 0.25s ease-in-out;
    opacity: 1;
}

.modal .default-btn {
    float: left;
    width: 100%;
    height: 35px;
    margin: 0 0 15px;
}

#init-verify-box input,
#register-form input:focus {
    border-color: #6afcff;
}

#login-form input:focus {
    border-color: #f685f0;
}

#reset-request-form input:focus {
    border-color: #fad373;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    background-color: #000000;
    color: #f0f0f0 !important;
    -webkit-box-shadow: 2px 2px 0px inset #000000, 0 0 0 30px #000000 inset !important;
    -webkit-box-shadow: 0 0 0 30px #000000 inset !important;
    -webkit-text-fill-color: #f0f0f0 !important;
}

#login-modal .before-two {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: -42px auto 0;
    padding: 16px;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    background: #122236;
}

#login-modal button.default-btn.toggle-login-btn {
    float: right;
    width: 50%;
    width: calc(50% - 5px);
}

#login-modal.register-success button.default-btn.toggle-login-btn {
    width: 100%;
    margin: 0 0 15px;
}

#login-modal button.default-btn.toggle-register-btn,
.modal button.default-btn.modal-close-btn {
    float: left;
    width: 100%;
    margin: 0 0 15px;
}

.modal button.default-btn.cancel-btn,
.modal button.default-btn.modal-close-btn {
    float: left;
    width: 100%;
    background-color: #f69e6a;
}

button,
.choose-sub,
a.button {
    cursor: pointer;
    border: none;
    position: relative;
    padding: 5px 15px;
    font-size: inherit;
    text-decoration: none;
}

#login-modal.login-toggled #login-form,
#login-modal.register-success .success-msg,
#login-modal.register-toggled #register-form,
#login-modal.reset-toggled #reset-request-form,
#reset-wrap.success .success-msg {
    display: block;
}

#login-modal.login-toggled .login-chooser,
#login-modal.register-success .login-chooser,
#login-modal.register-toggled .login-chooser,
#login-modal.reset-toggled .login-chooser,
#reset-wrap.success #reset-pass-form {
    display: none;
}

label {
    float: left;
    width: 100%;
    padding: 5px 0;
    margin-top: 5px;
    position: relative;
    cursor: pointer;
}

input {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    line-height: 34px;
    height: 35px;
    margin-bottom: 5px;
    font-size: inherit;
    border: 1px solid #48658b;
    text-align: center;
}

.modal .desc {
    font-size: 15px;
    text-align: left;
    position: absolute;
    margin: -95px 0 0 15px;
    padding: 10px;
    width: calc(100% - 50px);
    pointer-events: none;
    background-color: #0b1521;
    color: inherit;
}

form .desc {
    display: none;
}

form .focused .desc {
    display: block;
}

label:hover {
    text-decoration: underline;
}

input::placeholder,
textarea::placeholder {
    color: #f0f0f0;
    transition: opacity 0.25s linear;
}

#site-wrap input:focus::placeholder,
.modal input:focus::placeholder,
#site-wrap textarea:focus::placeholder {
    opacity: 0.65;
}

form input[type="radio"] {
    cursor: pointer;
}

.modal input[type="checkbox"] {
    width: auto;
    box-shadow: none;
    margin-right: 10px;
}

.checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

label.checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    padding: 2px 0 0 37px;
    box-sizing: border-box;
    text-align: left;
    font-weight: normal;
}

.checkbox .checkmark {
    position: absolute;
    left: 0;
    top: 11px;
    height: 20px;
    width: 20px;
    background-color: #000;
    /* box-shadow: 2px 2px 0px inset #284261; */
    border-radius: 100%;
    border: 1px solid #48658b;
}

.checkbox input[type="checkbox"]:checked+.checkmark {
    background-color: #6afcff;
    border-color: #6afcff;
    box-shadow: none;
}

.checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox input[type="checkbox"]:checked+.checkmark::after {
    display: block;
}

#account-wrap {
    text-align: center;
    width: 550px;
    margin: 0 0 25px;
}

#account-wrap h2 {
    margin-top: 35px;
}

#account-wrap button {
    margin: 25px 0;
}

#account-wrap label.checkbox {
    margin: 0 auto 15px;
    float: none;
    width: 300px;
}

.small {
    font-size: 13px;
}

ul li {
    margin-bottom: 5px;
}

ul.cookies li {
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
}

.italic {
    font-style: italic;
}

/* .x:nth-of-type(1) {
    transition: all 0.25s linear;
    transform: rotate(45deg);
    transform-origin: top left;
    width: 28px;
    margin: -2px 0 0 2px;
}

.x:nth-of-type(2) {
    transition: all 0.25s linear;
    transform-origin: center;
    width: 0;
}

.x:nth-of-type(3) {
    transition: all 0.25s linear;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    width: 28px;
    margin-left: 2px;
} */

#site-content.hidden {
    display: none;
}

input,
textarea,
button,
select {
    font-family: inherit;
    border-radius: 4px;
    font-size: inherit;
}

button {
    color: black;
}

input:focus {
    outline: none;
    border-color: #f0f0f0;
}

/* Scrollbars */

::-webkit-scrollbar {
    width: 7px;
}

.hidden {
    display: none;
}

/* @media (min-width: 1000px) {
    #gallery-wrap {
        column-count: 4;
    }
} */

/* @media (min-width: 1250px) {
    #gallery-wrap {
        column-count: 5;
    }
} */

@media (min-width: 1500px) {
    #gallery-wrap {
        column-count: 4;
    }
}

@media (max-width: 1000px) {
    #site-wrap {
        width: 100%;
        padding: 0 0 15px;
    }

    #site-content-wrap {
        margin: 0 50px 50px;
    }
}

@media (min-width: 701px) {
    h1#entry-title {
        margin-bottom: 10px;
    }
}

@media (max-width: 750px) {
    h2 {
        font-size: 23px;
    }

    h3 {
        font-size: 23px;
    }

    #site-content-wrap {
        margin: 0 10px 50px;
    }

    h1#entry-title {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    h1#entry-title>span {
        padding: 0px 9px;
    }

    h1#entry-title .asset-name,
    h1#entry-title .asset-type {
        font-size: 11px;
    }

    #gallery-wrap {
        column-count: 2;
    }

    .settings-wrap {
        grid-template-columns: 1fr;
    }

    .settings-wrap label {
        margin: 0 0 -5px;
        text-align: left;
        padding-bottom: 0;
    }
    
}

@media (max-width: 500px) {
    #gallery-wrap {
        column-count: 1;
    }
}