@font-face {
    font-family: 'Roboto Light';
    src: url('../fonts/Roboto-Light.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: "Roboto Light", "Open Sans", -apple-system, BlinkMacSystemFont, Segoe UI,
        Noto Sans, Helvetica, Arial, sans-serif;
    text-align: center;
    background-color: #000;
    color: #ccc;
}

#logo {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#logo .logo-text {
    font-family: Georgia;
    font-size: 39px;
}

.logo-img {
    border-radius: 100%;    width: 128px;
    height: 128px;
}

::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;
    text-align: center;
}

#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: "Georgia", serif;
    color: #eaeaea;
    font-weight: 300;
}

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

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

h2 {
    font-size: 20px;
}

h3 {
    font-size: 27px;
    margin: 20px 0;
}

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

.floater,
.chart-wrap-background {
    border: 1px solid #48658b;
    /* background-color: #122236; */
}

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

.dim {
    color: #5277a5;
}

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

.frontpage .list {
    display: grid;
    border-radius: 4px;
}

.frontpage .list .item a:hover {
    text-decoration: underline;
    background-color: #071526;
}

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

.header-wrap svg {
    width: 80px;
    margin: 15px 0;
    height: auto;
}

.register-clicker {
    margin-top: 15px
}

.form-section {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.list .item,
.event-item {
    padding: 10px;
}

.list .item:last-of-type,
.event-item:last-of-type {
    border-bottom: none;
}

.event-list {
    float: left;
    width: 100%;
}

.body-full-screen-chart {
    overflow: hidden;
}

.output-item-footer.one-btn {
    justify-content: center;
    margin-top: 0;
}

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

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

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

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

a,
#site-content #chart-menu-wrap a,
#site-content a.item {
    color: inherit;
    /* text-decoration: none; */
}

.loaded a {
    transition: all 0.25s ease-in;
}

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

/* #site-content {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-column-gap: 2%;
    grid-auto-flow: dense; 
  } */
.full-width {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

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

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

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

.generator-wrap h1 {
    margin: 25px 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: 15px 0;
    float: left;
    width: 100%;
}

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

.notice {
    margin-bottom: 0;
}

.notice .notice-inner {
    font-size: 14px;
    color: #f0f0f0;
}

/* .notice .notice-inner::before {
    content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDI1NiAyNTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgZmlsbD0ibm9uZSIgaGVpZ2h0PSIyNTYiIHdpZHRoPSIyNTYiLz48Y2lyY2xlIGN4PSIxMjgiIGN5PSIxMjgiIGZpbGw9Im5vbmUiIHI9Ijk2IiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxNiIvPjxwb2x5bGluZSBmaWxsPSJub25lIiBwb2ludHM9IjEyMCAxMjAgMTI4IDEyMCAxMjggMTc2IDEzNiAxNzYiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjE2Ii8+PGNpcmNsZSBjeD0iMTI2IiBjeT0iODQiIHI9IjEyIi8+PC9zdmc+');
} */

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

.audio-container {
    margin: 15px 0;
    float: left;
    width: 100%;
    border-radius: 4px;
    /* border: 1px solid #48658b; */
    padding: 10px;
    box-sizing: border-box;
}

.audio-footer {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.user-input-wrap {
    float: left;
    width: 550px;
    max-width: 100%;
    margin: 25px -20px 35px;
    padding: 15px 20px;
}

.user-input-wrap label {
    color: #f0f0f0;
}

.section {
    margin: 35px 0 15px;
}

.speech .settings-wrap,
.podcast .settings-wrap {
    padding-bottom: 10px;
}

.step-two-wrap {
    display: none;
}

button,
a.button {
    height: 36px;
}

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

button.default-btn:hover,
button.default-btn:active,
a.button:hover,
a.button: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,
.choose-sub,
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,
.choose-sub:hover,
.choose-sub:active,
button.info-clicker:hover,
button.info-clicker:active,
#affiliate-register:hover,
#affiliate-register: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,
#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,
#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;
}

.chart {
    float: left;
    width: 100%;
    height: calc(100% - 40px);
    position: relative;
}

.expand-chart-btn {
    cursor: pointer;
}

.chart-full-width {
    width: 100%;
}

.chart-wrap.chart-full-screen,
.rec .chart-wrap.chart-full-screen {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 5px;
    z-index: 101;
    background-color: #122236;
}

.rec .chart-header-wrap {
    display: none;
}

.chart-full-screen canvas {
    margin: auto;
    width: 100% !important;
    height: 100% !important;
}

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,
textarea {
    color: #f0f0f0;
    background-color: #000000;
    border: 1px solid #48658b;
    padding: 5px 15px;
    text-align: left;
}

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

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

textarea {
    float: left;
    width: 100%;
    padding: 10px;
    height: 250px;
    border: 1px solid #48658b;
    line-height: 1.5;
}

textarea.expandable-textarea,
textarea.medium-height {
    height: 100px;
}

textarea.expandable-textarea:focus {
    height: 250px;
}

input,
select,
textarea,
.oomph-bar-bg,
#hover-desc {
    box-shadow: 1px 1px 3px #000000, 0 0 5px black;
}

#support-btn {
    position: fixed;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
}

#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-month-year {
    font-weight: bold;
}

#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: #122236;
    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 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    padding: 0;
    border-bottom: 1px solid #48658b;
    text-align: left;
}

.list .item a {
    font-family: 'Varela', sans-serif;
    float: left;
    width: 100%;
    color: #43e852;
    text-decoration: none;
    padding: 15px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

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

.list .item .desc {
    font-family: 'Roboto Light', sans-serif;
    color: #f0f0f0;
    margin-top: 5px;
}

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;
    padding: 2px 8px;
    box-sizing: border-box;
    max-width: calc(100vw - 30px);
    z-index: 1000;
    background-color: #122236;
    color: #f0f0f0;
    border-radius: 4px;
    animation: fadeIn 0.25s linear forwards;
}

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

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

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

.two .review-stars button {
    transition: none;
    background: none;
    box-shadow: none;
}

.two .review-stars button:hover,
.two .review-stars button:active,
.two .review-stars button.toggled {
    box-shadow: none;
    transform: none;
}

.output-item-footer {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 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;
}

.oomph-cost {
    pointer-events: none;
}

.oomph-icon {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICA8ZGVmcz4NCiAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyZWVuR3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPg0KICAgICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3R5bGU9InN0b3AtY29sb3I6IzQzZTg1MiIvPg0KICAgICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdHlsZT0ic3RvcC1jb2xvcjojMjhiMjM3Ii8+DQogICAgPC9saW5lYXJHcmFkaWVudD4NCiAgPC9kZWZzPg0KICA8cG9seWdvbiBmaWxsPSJ1cmwoI2dyZWVuR3JhZGllbnQpIiBwb2ludHM9IjIzLDEgMTEsMSA5LDE5IDEzLDE5IDExLDMxIDIzLDExIDE5LDExIi8+DQo8L3N2Zz4=");
    background-size: contain;
    float: left;
    width: 26px;
    height: 26px;
}

footer {
    padding: 15px 25px 0;
    margin: auto 0 0;
    text-align: center;
}

footer p {
    margin: 10px 0;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

#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: #122236;
    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;
}

.sidebar {
    padding: 15px 15px 0;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

#cryptocurrency-sidebar .sidebar {
    padding-top: 0;
}

.sidebar h2 {
    text-align: center;
    margin-top: 0;
}

.sidebar h3 {
    float: left;
    margin: 0 0 5px;
}

.sidebar h4 {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.sidebar-list a {
    float: left;
    width: 170px;
    text-align: left;
    font-size: 14px;
    margin: 0 0 5px;
    color: #8ec4ff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sidebar-list a.sidebar-asset-link {
    clear: left;
    width: fit-content;
    max-width: calc(100% - 55px);
}

.sidebar-list a:hover {
    color: #f0f0f0;
}

.sidebar-list.max .item {
    float: left;
    width: 100%;
}

.sidebar-list.max .item span:first-of-type {
    max-width: calc(100% - 40px);
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 5px;
}

.sidebar-list a.selected {
    color: #f0f0f0;
    position: relative;
}

.compare-item:hover,
.sidebar-list a.selected:hover {
    text-decoration: underline;
    cursor: pointer;
}

.compare-item {
    float: left;
    width: 100%;
    padding: 0 0 5px;
    position: relative;
    box-sizing: border-box;
}

.compare-item::after {
    /* content: ""; */
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    top: 5px;
    right: 0;
    transition: background-color 0.25s ease-in;
}

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

.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: 17px 0 15px;
}

.oomph-bar-bg {
    float: left;
    width: 100%;
    border-radius: 20px;
    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);
    box-shadow: 1px 1px 0px #36f17c inset;
}

.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: center;
    align-items: center;
    gap: 15px;
    flex-direction: column;
}

.generate-btn-wrap.center {
    justify-content: center;
}

.generate-btn-wrap>div {
    /* position: relative; */
    /* width: 29%; */
    /* text-align: center; */
}

.generate-btn-wrap label,
.output-item-footer label {
    white-space: nowrap;
    text-align: center;
    width: 100%;
}

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

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: 35px;
}

.center-text,
.page #page-wrap.center-text {
    text-align: center;
}

.center-text ul,
.page #page-wrap ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.settings-wrap {
    display: grid;
    grid-template-columns: 36% 1fr;
    gap: 10px;
    width: 100%;
    margin: 25px 0 10px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #48658b;
    padding: 10px 10px 0;
    box-sizing: border-box;
    overflow: hidden;
}

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

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

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

.settings-wrap input {
    text-align: left;
    height: 35px;
    margin: 0;
}

input#prompt {
    height: 40px;
}

#output .oomph-btn {
    background: none;
    box-shadow: none;
    color: #f0f0f0;
    transition: none;
}

#output .oomph-btn:hover,
#output .oomph-btn:active {
    transition: none;
    transform: none;
}

#show-more-settings-btn {
    display: inline-block;
    margin: 10px auto 0;
}

#show-more-btn {
    display: inline-block;
    margin: 25px auto 0;
}

#show-more-settings {
    visibility: hidden;
    max-height: 0;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 36% 1fr;
    gap: 10px;
    transition: all 0.25s linear;
}

#show-more-settings.visible {
    visibility: visible;
    max-height: 750px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

#show-more-wrap {
    visibility: hidden;
    max-height: 0;
    transition: all 0.25s linear;
}

#show-more-wrap.visible {
    visibility: visible;
    max-height: 600px;
}

/* Image */

.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: 35px;
}

.elaborate-btn {
    height: 35px;
}

button.disabled {
    pointer-events: none;
}

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

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

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

#welcome-wrap {
    margin: 0 0 20px;
    text-align: center;
}

.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: #00000085;
    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: 20px 0 0;
    color: #f0f0f0;
    font-size: 15px;
}

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

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

/* button:hover,
.choose-sub:hover {
    text-decoration: underline;
} */

#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: 15px;
    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;
}

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

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

button.info-clicker {
    content: "";
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 100%;
    cursor: pointer;
    background-color: #98c3ff;
    color: black;
    transition: all 0.25s linear;
}

button.info-clicker:hover {
    background-color: #f0f0f0;
}

.info-clicker:hover {
    text-decoration: none;
}

#info-modal {
    width: 375px;
}

#info-modal .item {
    margin-bottom: 15px;
}

#info-modal audio {
    margin: 15px 0;
}

#pricing-modal.modal {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 15px;
    width: 1250px;
    padding: 15px;
    box-sizing: border-box;
    text-align: left;
    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-tiers {
    display: grid;
    grid-column: 1 / 5;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 15px;
}

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

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

#pricing-modal.monthly .monthly-price {
    display: block;
}

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

.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: "";
    color: #6afcff;
    font-size: 20px;
    float: left;
    margin: auto 5px auto 0;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjUxMnB4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBmaWxsPSIjNmFmY2ZmIiBkPSJNNDQ4LDcxLjljLTE3LjMtMTMuNC00MS41LTkuMy01NC4xLDkuMUwyMTQsMzQ0LjJsLTk5LjEtMTA3LjNjLTE0LjYtMTYuNi0zOS4xLTE3LjQtNTQuNy0xLjggIGMtMTUuNiwxNS41LTE2LjQsNDEuNi0xLjcsNTguMWMwLDAsMTIwLjQsMTMzLjYsMTM3LjcsMTQ3YzE3LjMsMTMuNCw0MS41LDkuMyw1NC4xLTkuMWwyMDYuMy0zMDEuNyAgQzQ2OS4yLDExMC45LDQ2NS4zLDg1LjIsNDQ4LDcxLjl6Ii8+PC9zdmc+");
    background-size: contain;
}

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

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

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

#header-menu {
    margin: 25px 0 0;
    /* padding: 0 0 10px; */
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    float: left;
    width: 100%;
}

#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: #122236;
    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,
a.button {
    font-family: inherit;
    border-radius: 4px;
    font-size: inherit;
}

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

/* Scrollbars */

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

::-webkit-scrollbar-track {
    opacity: 0;
    background: #122236;
    width: 0;
    /* border-radius: 0 0 0 4px; */
    /* border-left: 1px solid #48658b; */
}

::-webkit-scrollbar-thumb {
    background: #48658b;
    border-radius: 0;
    border: 1px solid #48658b;
    border-radius: 4px;
}

body.rec::-webkit-scrollbar-thumb {
    background: #122236;
}

::-webkit-scrollbar-thumb:active,
::-webkit-scrollbar-thumb:hover,
#left-sidebar-wrap:hover::-webkit-scrollbar-thumb:hover {
    background: #f0f0f0;
    cursor: pointer;
}

::-webkit-scrollbar-corner {
    background: #122236;
}

.hidden {
    display: none;
}

.output-list {
    float: left;
    width: 100%;
}

.output-item {
    float: left;
    width: 100%;
    padding: 5px 20px 15px;
    margin: 0 -20px 55px;
    border: 1px solid #48658b;
    border-radius: 4px;
    position: relative;
}

.output-item:first-of-type {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #48658b;
}

.output-item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    border-bottom: 1px solid #48658b;
}

.output-item h3 {
    margin: 5px 0 0;
}

.username .output-item h3 {
    margin-top: 30px;
}

.username .output-item:first-of-type {
    padding-top: 5px;
}

.output-item p {
    margin-bottom: 25px;
}

.output-item .text-idea {
    margin: 0 0 10px;
    position: absolute;
    top: -30px;
    left: 10px;
    color: #f0f0f0;
    background-color: #182234;
    border: 1px solid #48658b;
    border-bottom: none;
    padding: 5px 15px 0;
    border-radius: 4px 4px 0 0;
}

button.use-idea-btn {
    margin: 15px 0;
}

#left-sidebar-wrap::-webkit-scrollbar-track {
    border-color: #122236;
}

#left-sidebar-wrap:hover::-webkit-scrollbar-track {
    border-color: #48658b;
}

#left-sidebar-wrap::-webkit-scrollbar-thumb {
    border-color: #122236;
    background: #122236;
}

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

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@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;
        width: 350px;
    }

    #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: 700px) {
    h2 {
        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;
    }

    .settings-wrap,
    #show-more-settings {
        grid-template-columns: 1fr;
    }

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

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

    .generate-btn-wrap>div {
        width: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .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: 100px;
        box-sizing: border-box;
    }

    .settings-wrap button.info-clicker {
        left: unset;
        right: 0;
    }

    #affiliate-register,
    #affiliate-dashboard {
        float: none;
    }
}