/* @font-face {
    font-family: 'Varela';
    src: url('../fonts/VarelaRound-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'Pixelify';
    src: url('../fonts/PixelifySans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} 
/*
@font-face {
    font-family: 'PixelifyBold';
    src: url('../fonts/PixelifySans-Bold.ttf') format('truetype');
    font-weight: bold;
    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: 30px 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 {
    display: inline-block;
    font-family: 'Pixelify';
}

.loaded #logo:hover {
    transition-delay: 0s;
}

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

.loaded #logo:hover {
    scale: 0.95;
}

::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,
.generator-wrap {
    min-height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 750px;
    max-width: 98%;
    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 {
    font-family: sans-serif;
    color: #eaeaea;
    /* font-weight: 400; */
}

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

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

.site-name h1 {
    font-size: 26px;
    font-family: 'Pixelify';
}

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%;
}

h1#entry-title span {
    font-size: 18px;
    position: relative;
    white-space: nowrap;
}

h1#entry-title>span {
    padding: 3px 12px;
    line-height: 29px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

#site-content h1#entry-title>span {
    border-color: #48658b;
}

h1#entry-title>span:first-of-type {
    border-color: #fad373;
}

.checked-symbol.one,
.compare-item:first-of-type:after,
h1#entry-title>span:first-of-type:after {
    background-color: #fad373;
}

.compare-item:first-of-type,
h1#entry-title>span:first-of-type {
    color: #fad373;
}

h1#entry-title>span:nth-of-type(2) {
    border-color: #6afcff;
}

.checked-symbol.two,
.compare-item:nth-of-type(2):after,
h1#entry-title>span:nth-of-type(2):after {
    background-color: #6afcff;
}

.compare-item:nth-of-type(2),
h1#entry-title>span:nth-of-type(2) {
    color: #6afcff;
}

h1#entry-title>span:nth-of-type(3) {
    border-color: #c2b8ff;
}

.checked-symbol.three,
.compare-item:nth-of-type(3):after,
h1#entry-title>span:nth-of-type(3):after {
    background-color: #c2b8ff;
}

.compare-item:nth-of-type(3),
h1#entry-title>span:nth-of-type(3) {
    color: #c2b8ff;
}

h1#entry-title>span:nth-of-type(4) {
    border-color: #f69e6a;
}

.checked-symbol.four,
.compare-item:nth-of-type(4):after,
h1#entry-title>span:nth-of-type(4):after {
    background-color: #f69e6a;
}

.compare-item:nth-of-type(4),
h1#entry-title>span:nth-of-type(4) {
    color: #f69e6a;
}

h1#entry-title>span:nth-of-type(5) {
    border-color: #f685f0;
}

.checked-symbol.five,
.compare-item:nth-of-type(5):after,
h1#entry-title>span:nth-of-type(5):after {
    background-color: #f685f0;
}

.compare-item:nth-of-type(5),
h1#entry-title>span:nth-of-type(5) {
    color: #f685f0;
}

.compare-item:hover {
    color: #f84949;
}

h1#entry-title .asset-name,
h1#entry-title .asset-symbol,
h1#entry-title .asset-type {
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Standard syntax */
}

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: 10000;
}

#center-text {
    text-align: center;
}

/* Gallery */
#gallery-wrap {
    display: flex;
    margin: 0 auto;
    gap: 0;
    max-width: 100%;
    width: 100%;
    align-items: flex-start;
}

.gallery-image {
    cursor: pointer;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

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

.gallery-image {
    position: relative;
}

.gallery-image:hover {
    z-index: 100;
    border-radius: 2px;
    scale: 1.09;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

/* .gallery-image video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

.img-prompt-desc {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 5px;
}

.img-prompt-desc span {
    display: inline-block;
    margin: 0 auto;
    border-radius: 3px;
    padding: 5px 15px;
    color: #f0f0f0;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Video preview overlay */
/* .gallery-image[data-media-type="video"]::after {
    content: "▶";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    pointer-events: none;
    z-index: 2;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.gallery-image[data-media-type="video"]:hover::after,
.gallery-image[data-media-type="video"]:has(video)::after {
    opacity: 0;
} */

/* Gallery item container */
.gallery-item {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
}

/* Masonry columns */
.gallery-column {
    display: flex;
    flex-direction: column;
    width: 25%; /* Default 4 columns */
    flex: 0 0 25%;
}
.gallery-item:hover {
    z-index: 2651;
}

.gallery-item:hover .time-since-upload,
.gallery-item:hover .view-count,
.gallery-item:hover .video-duration {
    opacity: 0;
    z-index: 2651;
}

/* Time since upload overlay - bottom left */
.time-since-upload {
    position: absolute;
    bottom: 4px;
    left: 4px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    z-index: 2560;
    pointer-events: none;
    backdrop-filter: blur(2px);
    transition: opacity 0.3s ease;
}

/* View count overlay - top left */
.view-count {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 2560;
    background: rgba(139, 69, 19, 0.8); /* Brown background to distinguish from time */
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    z-index: 10;
    pointer-events: none;
    backdrop-filter: blur(2px);
    transition: opacity 0.3s ease;
}

/* Video duration overlay - bottom right */
.video-duration {
    position: absolute;
    bottom: 4px;
    right: 4px;
    z-index: 2560;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    z-index: 10;
    pointer-events: none;
    backdrop-filter: blur(2px);
    font-family: monospace;
    transition: opacity 0.3s ease;
 }

#gallery-wrap video {
    border-radius: 2px;
    scale: 1.09;
    transition: scale 0.3s ease;
}

.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: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.lightbox-content {
    position: relative;
    max-width: 100vw;
    max-height: 100vh;
}

.lightbox-content img {
    max-width: 100%;
    max-height: 100vh;
    object-fit: contain;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.lightbox-content video {
    max-width: 100%;
    max-height: 100vh;
    object-fit: contain;
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); */
}

.lightbox-close {
    position: fixed;
    z-index: 1000;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font-family: sans-serif;
    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;
    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;
}

#feedback-btn-wrap {
    position: fixed;
    left: 0;
    right: 0;
    display: flex;
    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;
}

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

#imagePreview img {
    width: 550px;
    height: auto;
    /* float: left; */
    /* object-fit: contain; */
    /* float: left; */
    margin: auto;
}

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

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

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

textarea {
    width: 100%;
    padding: 8px;
    background-color: #000;
    border: 1px solid #aeaeae;
    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;
}

.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;
}

.generator-wrap {
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #000000;
}

.generator-wrap h1 {
    margin: 15px 0 0 0;
    font-weight: normal;
    font-size: 20px;
    color: #43e852;
}

.generator-wrap .sub-title {
    font-size: 15px;
    color: #f0f0f0;
    width: 100%;
    float: left;
    margin: 5px 0 10px;
}

.generator-wrap .generator-desc {
    margin: 0 0 25px;
}

.output-error {
    color: red;
    margin: 50px 0 0;
    float: left;
    width: 100%;
}

.output-item .output-error {
    margin: 25px 0 15px;
}

.notice {
    margin-bottom: 0;
}

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

#hide-desc-btn {
    background: transparent;
    padding: 0;
    color: inherit;
    text-decoration: underline;
}

#hide-desc-btn:hover {
    text-decoration: none;
    color: #f0f0f0;
}

.generator-wrap h2 {
    margin: 0;
}

.generator-output {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.user-input-wrap {
    float: left;
    width: 100%;
    margin: 0 -20px;
    padding: 15px 20px;
}

/* When mousexit */
.loaded button,
.loaded a.choose-sub,
.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 button.generating,
.loaded a.choose-sub:hover,
.loaded a.choose-sub:active,
.loaded a.choose-sub:focus,
.loaded a.choose-sub.generating,
.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;
    font-family: sans-serif;
}

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,
#affiliate-register {
    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,
#affiliate-register:hover,
#affiliate-register: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);
}

/* Affiliate */

#affiliate-register,
#affiliate-dashboard {
    float: left;
    margin: 25px 15px;
}

#affiliate-register-form {
    float: left;
    width: 550px;
    max-width: 100%;
}

#affiliate-register-form select {
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
}

.affiliate-register-bottom {
    float: left;
    width: 100%;
    margin: 5px 0;
    text-align: center;
}

.affiliate-stats-table {
    float: left;
    width: 100%;
    margin: 15px 0;
    border-collapse: collapse;
}

.affiliate-stats-table th,
.affiliate-stats-table td {
    padding: 10px;
    border: 1px solid #48658b;
}

.affiliate #page-wrap {
    width: 1050px;
}

canvas {
    max-width: 100%;
}

form input.date-input {
    width: 150px;
    color-scheme: dark;
    text-shadow: none;
    font-family: inherit;
}

input.date-input {
    border: none;
    max-width: 100%;
    box-sizing: border-box;
    padding: 6px 10px;
    cursor: pointer;
    background-color: #48658b;
    font-size: inherit;
    border: 1px solid #48658b;
}

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

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

#datepicker-form label {
    position: absolute;
    margin: -29px 0 0;
    left: 0;
}

.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);
    }
}

.save-chart-btn {
    width: 38px;
    height: auto;
}

.save-chart-btn svg path {
    fill: #f0f0f0;
}

.visible {
    display: block;
}

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

.chart-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    padding: 10px 15px;
}

.pie .chart-wrap {
    overflow: visible;
}

.chart-wrap-background {
    /* background-color: #1b3351; */
    margin-bottom: 25px;
    height: 575px;
    height: 85vh;
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
    margin-left: -15px;
}

.pie.chart-wrap-background {
    height: 435px;
    max-width: calc(33% - 35px);
    margin: 0 5px 25px 0;
    width: 350px;
    text-align: center;
}

.chart-desc {
    margin-bottom: 40px;
}

/* .chart-desc span {
    margin-bottom: 15px;
    float: left;
    width: 100%;
  } */

.volatility-chart-desc {
    float: left;
    margin-bottom: 15px;
}

.disclaimer-notice {
    grid-column: 1/4;
    margin: 15px 0 -15px;
    text-align: center;
}

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

.full-screen-btn svg {
    scale: 1;
    transition: scale 0.25s ease-in;
}

.full-screen-btn .full-screen-exit-svg {
    display: none;
}

.body-full-screen-chart .full-screen-btn .full-screen-exit-svg {
    display: block;
}

.body-full-screen-chart .full-screen-btn .full-screen-svg {
    display: none;
}

.full-screen-btn:hover .full-screen-svg {
    scale: 1.15;
}

.full-screen-btn:hover .full-screen-exit-svg {
    scale: 0.85;
}

.full-screen-btn svg g path,
.full-screen-btn svg path {
    fill: #f0f0f0;
}

.chart-header-wrap {
    float: left;
    width: 100%;
    margin: 5px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

label {
    cursor: pointer;
}

.switch-wrap {
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-size: 15px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 19px;
    border-radius: 20px;
    background-color: #000;
    border: 1px solid #48658b;
}

.switch.focus {
    border: 1px solid #f0f0f0;
}

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

.switch-wrap input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: #000; */
    /* border: none; */
    /* border-radius: 10px; */
}

.slider,
.slider:before {
    position: absolute;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 2px;
    background-color: #f0f0f0;
    box-shadow: 2px 2px 0px #284261;
    border-radius: 20px;
}

input:checked+.slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

/* Datepicker */

.datepicker-container {
    position: relative;
    display: inline-block;
}

#datepicker-input {
    width: 200px;
    padding: 8px;
    font-size: 16px;
    cursor: pointer;
}

.datepicker-calendar {
    position: absolute;
    top: 45px;
    left: 0;
    width: 240px;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.datepicker-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #f0f0f0;
    align-items: center;
}

.datepicker-nav {
    cursor: pointer;
    font-size: 18px;
    user-select: none;
}

#datepicker-table {
    width: 100%;
    border-collapse: collapse;
}

#datepicker-table th,
#datepicker-table td {
    width: 14.28%;
    text-align: center;
    padding: 8px;
    cursor: pointer;
}

#datepicker-table th {
    background: #f9f9f9;
    font-weight: normal;
}

#datepicker-table td:hover {
    background: #e0e0e0;
}

.datepicker-selected {
    background: #007bff;
    color: #fff;
}

.datepicker-empty {
    cursor: default;
    background: #f9f9f9;
}

/* 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;
}

.list {
    display: flex;
    flex-direction: column;
    /* overflow: hidden; */
}

/* .list .item:hover {
    border: 1px solid #00c36b;
    background-color: #00000085;
    box-shadow: 0px 0px 9px #06be6b inset, 0 0 6px black, 0px 0px 30px #13c474;
} */


.list .item::before {
    content: "";
    width: 26px;
    height: 26px;
    background: url(https://aIpr0n/img/favicon/favicon-32x32.png) no-repeat center center;
    background-size: cover;
    margin-right: 10px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.list .item {
    float: left;
    width: 100%;
    color: #43e852;
    text-decoration: none;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    padding: 0 15px 0 50px;
    height: 46px;
    position: relative;
    text-align: left;
    border: 1px solid #6400ad;
    background-color: #00000085;
    box-shadow: 0px 0px 9px #6e00cd inset, 0 0 6px black, 0px 0px 30px #9400ff;
    margin-bottom: 10px;
    border-radius: 3px;
}

.sidebar .list .item {
    padding: 5px 15px;
}

.list .item .desc {
    /* font-size: 13px; */
    color: #f0f0f0;
    margin-top: 5px;
    /* font-style: italic; */
    /* float: left; */
    /* width: 100%; */
}

a.compare-link {
    text-align: center;
    background: #f0f0f0;
    width: fit-content;
    margin: 15px auto 0;
    padding: 5px 20px;
    color: #000;
    transition: all 0.25s linear;
}

a.compare-link:hover {
    color: #000;
}

.rec .chart-wrap {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.rec .pie .entry-details {
    margin-bottom: 10px;
}

.rec .chart {
    height: 78%;
}

.rec #mobile-bot-bar {
    display: none;
}

.numbers-and-text {
    grid-column: 1/3;
    margin: 0;
}

.numbers-and-text-content {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-column-gap: 2%;
}

.chart-wrap-background.pie,
.numbers-and-text-content div {
    grid-column: auto;
}

.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;
}

.review-box {
    float: left;
    width: 100%;
    margin: 10px 0 20px;
}

.generator-output .review-star {
    background-color: transparent;
    height: 26px;
    width: 26px;
    padding: 0;
    border-radius: 100%;
    margin-right: 5px;
}

.generator-output .review-star.toggled svg path,
.generator-output .review-star.rated svg path {
    fill: #fad373;
    stroke: #fad373;
}

.output-item-footer {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 10px;
}

.output-item-footer div {
    position: relative;
}

.output-item-rate-share {
    display: flex;
    margin: 0 0 25px;
    align-items: center;
    justify-content: space-evenly;
    gap: 15px;
}

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

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

footer p {
    margin: 10px 0;
}

#left-sidebar-wrap {
    position: fixed;
    width: 265px;
    width: 0px;
    top: 0;
    bottom: 0;
    left: -10px;
    height: 100vh;
    overflow-y: auto;
    box-sizing: border-box;
    border: none;
    border-right: 1px solid #48658b;
    background-color: #000000;
    border-radius: 0;
    display: flex;
    align-items: center;
}

.sidebar-header {
    float: left;
    width: 100%;
    text-align: center;
    width: 300px;
}

.loaded #logo .logo-text,
.loaded #logo .logo-dot-com,
.loaded #logo .logo-subtext {
    transition: all 0.25s linear;
}

#logo-item {
    float: left;
    width: 60px;
    height: auto;
    margin-right: 7px;
}

.sidebar .logo-text {
    float: left;
    font-size: 27px;
    margin: 0px 0 0 2px;
    font-weight: 700;
}

.sidebar .logo-dot-com {
    float: left;
    color: #eaeaea;
    font-size: 13px;
    margin-top: 16px;
    margin-left: -4px;
}

.sidebar .logo-subtext {
    float: left;
    font-size: 18px;
    margin: -12px 0 0 3px;
    color: #b7b7b7;
    font-weight: 400;
}

.loaded #logo:hover .logo-text,
.loaded #logo:hover .logo-dot-com {
    color: #f0f0f0;
}

.checked-symbol,
.count,
.sidebar-title-info {
    float: right;
    margin-top: 2px;
}

.checked-symbol {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50px;
    margin: 3px 0 0;
    transition: background-color 0.25s ease-in;
}

.hover .checked-symbol {
    background-color: #f84949;
}

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

.checked-wrap .count {
    display: none;
}

#oomph-bar {
    float: left;
    width: 100%;
    height: 20px;
    margin: 25px 0 15px;
}

.oomph-bar-bg {
    float: left;
    width: 100%;
    border-radius: 20px;
    /* background: linear-gradient(to right, #5b5b5b, #747474); */
    height: 100%;
    border: 1px solid #48658b;
    overflow: hidden;
    position: relative;
}

.oomph-bar-level {
    float: left;
    width: 0%;
    height: 100%;
    background: linear-gradient(to right, #76ffa2, #2ab357);
}

.loaded .oomph-bar-level {
    transition: width 1s linear;
}

.outlink-wrap {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.oomph-bar-text {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 13px;
    color: #f0f0f0;
}

.outlink {
    position: relative;
    width: 450px;
    max-width: 80%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.outlink:after {
    content: "Ad";
    position: absolute;
    left: 0;
    top: -20px;
    font-size: 15px;
}

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

.max-notice {
    margin-top: 15px;
    font-size: 15px;
    float: left;
    box-sizing: border-box;
}

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

.generate-btn-wrap {
    float: left;
    width: 100%;
    margin: 35px 0 0 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.generate-btn-wrap>div {
    position: relative;
}

.generate-btn-wrap label,
.output-item-footer label {
    position: absolute;
    left: 0;
    top: -25px;
    padding: 0;
    margin: 0;
}

.generate-btn-wrap input,
.output-item-footer input {
    margin: 0;
    width: 150px;
}

button.generate-btn.generating,
button.generate-img-btn.generating,
button.upscale-btn.generating {
    pointer-events: none;
}

button.generate-btn.generating,
button.generate-img-btn.generating,
button.upscale-btn.generating {
    animation: loading-animation 10s ease-in-out infinite;
}

/* Keyframes for the border animation */
@keyframes loading-animation {
    20% {
        background-color: #f685f0;
    }

    40% {
        background-color: #6afcff;
    }

    60% {
        background-color: #c2b8ff;
    }

    80% {
        background-color: #fad373;
    }
}

.generate-img-btn {
    height: 40px;
}

.settings-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 15px 0 10px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #48658b;
    padding: 10px;
    box-sizing: border-box;
}

.settings-wrap::before {
    content: "Settings";
    font-size: 17px;
    margin-bottom: -15px;
    text-align: left;
    width: 100%;
    position: absolute;
    left: 0;
    top: -21px;
}

.settings-wrap label {
    text-align: right;
    margin: 0;
}

.settings-wrap select {
    float: left;
    clear: left;
    height: 35px;
}

.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;
}

.elaborate-btn {
    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: #000000;
    transition: all 0.25s linear;
}

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

.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;
}

#live-chat-btn {
    float: left;
    margin: 5px 0 30px;
}

.why-modal {
    padding: 0;
    color: #f0f0f0;
    font-size: 20px;
    margin: 25px 0;
    padding: 0 20px;
    box-sizing: border-box;
}

.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;
}

#search-modal.modal {
    overflow: hidden;
    width: 450px;
}

.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;
}

.choose-frequency {
    float: left;
    display: flex;
}

.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,
#affiliate-campaign-form {
    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,
#affiliate-register-form label.checkbox {
    margin: 0 auto 15px;
    float: none;
    width: 300px;
}


#search-box-form {
    padding-top: 16px;
}

#search-box-form label {
    margin: 0;
    padding: 0;
}

.modal input#search-input {
    padding-bottom: 0;
    margin-bottom: 5px;
}

#search-results {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    height: calc(100% - 66px);
    /* height: calc(100% - 100px); */
    overflow-y: auto;
}

.search-result-item {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    float: left;
    width: 100%;
    margin-top: 3px;
    text-align: left;
    padding: 0 5px 3px 0;
    box-sizing: border-box;
    font-size: 15px;
    border-bottom: 1px solid #48658b;
}

.search-result-item div:nth-of-type(2) {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.search-result-item:first-of-type {
    margin-top: 10px;
}

.search-result-item:last-of-type {
    border-bottom: none;
}

.denominate-msg {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    font-size: 15px;
    color: #f0f0f0;
}

#site-wrap .plus-asset,
#site-wrap .denominate-asset,
#search-modal .plus-asset,
#search-modal .denominate-asset {
    float: right;
    position: relative;
}

button.default-btn.sidebar-login-btn {
    margin: 20px 0 0;
    background-color: #66ff94;
}

#pricing-modal.modal {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 1250px;
    padding: 15px;
    box-sizing: border-box;
    text-align: left;
    column-gap: 15px;
    overflow: auto;
}

#pricing-modal h3 {
    margin: 0;
    grid-column: 1 / 4;
}

#pricing-modal h3,
#pricing-switch-wrap {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
}

.pricing-modal-footer {
    margin: 10px 0 0;
    text-align: center;
    grid-column: 1 / 5;
}

.sub-tier {
    display: flex;
    flex-direction: column;
    padding: 15px;
    border: 1px solid #48658b;
    border-radius: 4px;
}

.sub-tier-header {
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    color: #6afcff;
}

.small {
    font-size: 13px;
}

#pricing-modal .yearly {
    display: none;
}

#pricing-modal .monthly {
    display: flex;
}

#pricing-modal.yearly .monthly {
    display: none;
}

#pricing-modal.yearly .yearly {
    display: flex;
}

.sub-tier-sub-header {
    font-size: 19px;
    color: #fad373;
    margin: -5px 0 0;
}

.sub-tier-benefits {
    margin: 15px 0;
}

.sub-tier-benefits span {
    float: left;
    margin-bottom: 12px;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: start;
    line-height: 20px;
}

.sub-tier-benefits span:before {
    content: "\2714";
    color: #6afcff;
    font-size: 20px;
    float: left;
    margin: auto 10px auto 0;
}

#pricing-switch-wrap.switch-wrap {
    justify-content: end;
    grid-column: 4/ 5;
}

.choose-sub {
    padding: 5px 20px;
    width: 100%;
    box-sizing: border-box;
    background: #fad373;
    color: #000;
    margin: auto 0 0;
    text-align: center;
    border-radius: 4px;
}

.choose-sub:hover {
    text-decoration: none;
    color: #000;
}

#header-menu {
    position: absolute;
    top: 13px;
    right: 10px;
    text-transform: uppercase;
    font-size: 15px;
    z-index: 11000;
}

#header-menu a {
    text-decoration: none;
}

#map-wrap {
    width: 100%;
    height: 350px;
    display: inline-block;
    margin: 0 auto;
}

#map {
    width: 750px;
    max-width: 100%;
    height: 350px;
    display: inline-block;
    margin: 0 auto;
}

ul li {
    margin-bottom: 5px;
}

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

.italic {
    font-style: italic;
}

#mobile-bot-bar {
    position: fixed;
    bottom: 0;
    right: 0;
}

/* Menu Btn */
.menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 22px;
    width: 22px;
}

.menu-btn .bar {
    height: 4px;
    width: 100%;
    background-color: black;
    transition: all 0.25s linear;

}

.menu-btn:hover {
    cursor: pointer;
}

.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;
}

#mobile-bot-bar button#menu-btn,
#mobile-bot-bar button#search-btn,
#mobile-bot-bar button#share-btn,
#plus-btn,
#site-header-right button#share-btn,
#update-btn {
    width: 50px;
    height: 50px;
    background: #f0f0f0;
    border-radius: 100%;
    cursor: pointer;
    border: none;
    float: right;
    margin: 0 15px 15px 0;
    text-align: center;
}

#mobile-bot-bar button#menu-btn {
    display: flex;
    padding: 15px;
}

#plus-btn,
#update-btn {
    visibility: hidden;
    bottom: 65px;
    position: absolute;
    right: 0;
    opacity: 0;
}

.loaded #plus-btn,
.loaded #update-btn {
    transition: all 0.25s ease-in;
}

#plus-btn svg,
#update-btn svg {
    margin: 0 0 -3px;
}

#plus-btn.visible,
#update-btn.visible {
    visibility: visible;
    opacity: 1;
}

#mobile-bot-bar button#menu-btn {
    display: none;
}

#mobile-bot-bar button#menu-btn svg,
#mobile-bot-bar button#search-btn svg,
#mobile-bot-bar button#share-btn svg {
    width: 25px;
    height: 25px;
    margin-top: 3px;
    fill: #0b1521;
}

#mobile-bot-bar button#menu-btn svg {
    width: 23px;
    height: 23px;
    margin-top: 3px;
}

#mobile-bot-bar button#share-btn svg {
    margin-left: -2px;
}

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

.share {
    float: right;
}

#share-btns-wrap.visible {
    opacity: 1;
    visibility: visible;
}

#share-btns-wrap {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 101;
    bottom: 71px;
    width: 69px;
    margin-left: -11px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 35px;
    background: none;
    transition: opacity 0.25s ease-in;
    text-align: center;
}

.share-img {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0 0 15px;
    color: inherit;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #f0f0f0;
    transition: background-color 0.5s;
    float: left;
    overflow: hidden;
}

.share-img:last-of-type {
    margin-bottom: 0;
}

.share-img svg path {
    fill: #0b1521;
}

#fb-svg {
    margin: 0 -4px -21px 0;
    width: 17px;
    height: auto;
}

#tw-svg {
    width: 27px;
    height: auto;
    margin: 6px 0 0;
}

#em-svg {
    width: 26px;
    height: auto;
    margin: 5px 0 0 1px;
}

#link-svg {
    width: 23px;
    height: auto;
    margin: 13px 0 0;
}

#title-field,
#url-field {
    position: absolute;
    left: -999999px;
}

/* CSS */
.dropdown-wrap {
    position: relative;
    box-sizing: border-box;

    background-color: #000000;
    text-shadow: 2px 2px 0px #284261;
    color: inherit;
    margin-bottom: 10px;
    font-size: inherit;
    border: 1px solid #48658b;
    width: calc(100% + 20px);
    text-align: left;
    margin-left: -10px;
}

.dropdown-wrap button {
    border: none;
    padding: 10px;
    background: none;
    color: #f0f0f0;
    font-size: inherit;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.dropdown-wrap button:hover {
    background-color: #48658b;
}

.dropdown-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.expanded .dropdown-menu {
    max-height: 250px;
}

.dropdown-button:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 18px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #f0f0f0;
    /* Arrow color */

    /* Rounded edges */
    transition: transform 0.25s ease-in-out;
}

.expanded .dropdown-button:after {
    transform: translateY(-50%) rotate(180deg);
}

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-column {
        width: 20%; /* 5 columns */
        flex: 0 0 20%;
    }
}

@media (min-width: 1250px) {
    .gallery-column {
        width: 16.666667%; /* 6 columns */
        flex: 0 0 16.666667%;
    }
}

@media (min-width: 1500px) {
    .gallery-column {
        width: 14.285714%; /* 7 columns */
        flex: 0 0 14.285714%;
    }
}

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

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

    .sidebar {
        position: static;
        float: left;
        height: auto;
    }

    #left-sidebar-wrap .sidebar {
        top: unset;
        transform: unset;
    }

    #left-sidebar-wrap {
        position: fixed;
        visibility: hidden;
        margin: 0;
        width: 275px;
        z-index: 150;
        transform: translateX(-100%);
    }

    .loaded #left-sidebar-wrap {
        transition: all 0.5s linear;
    }

    #left-sidebar-wrap.visible {
        visibility: visible;
        transform: translateX(0);
    }

    #left-sidebar-wrap::-webkit-scrollbar-thumb {
        background: #48658b;
    }

    #mobile-bot-bar button#menu-btn {
        display: flex;
        display: none;
    }

    .home #mobile-bot-bar button#menu-btn {
        display: none;
    }

    .outlink-wrap {
        justify-content: center;
    }

    #pricing-modal.modal {
        row-gap: 20px;
    }

    #pricing-modal h3,
    #pricing-switch-wrap.switch-wrap,
    #pricing-modal.modal .sub-tier {
        grid-column: 1/5;
        justify-content: center;
    }

    #pricing-modal h3,
    #pricing-switch-wrap {
        text-align: center;
        margin: 0;
    }
}

@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;
    }

    h2.chart-page-separator {
        font-size: 24px;
    }

    .gallery-column {
        width: 33.333333%; /* 3 columns */
        flex: 0 0 33.333333%;
    }

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

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

    .settings-wrap input,
    .settings-wrap select {
        font-size: 14px;
    }

    .output-item-footer {
        flex-direction: column;
        gap: 15px;
        margin-top: 15px;
    }

    .image-footer {
        flex-direction: column;
        gap: 15px;
    }

    .generate-btn-wrap {
        flex-direction: column;
    }

    .generate-btn-wrap input,
    .output-item-footer input {
        width: 100%;
    }

    .generate-btn-wrap button,
    .output-item-footer button {
        margin-bottom: 25px;
        margin-top: 10px;
    }
}

@media (max-width: 500px) {
    .gallery-column {
        width: 50%; /* 2 columns */
        flex: 0 0 50%;
    }
}