/* WebKit browsers */
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
    background: #fff;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* Firefox */
.scrollable-container {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

p {
    margin-bottom: 15px;
}
h1 {
    font-size: 2em;
    /* margin-bottom: 1em; */
    letter-spacing: 1px;
    line-height: 1.5em;
    width: 100%;
    text-align: center;
}
.alert-info a {
    color: #fff !important;
    text-decoration: underline;
    font-weight: bold;
}
@media (max-width: 460px) {
    .alert.alert-info:after {
        content: none;
    }
    .alert.alert-info {
        padding: 25px;
    }
}
textarea::placeholder,
input::placeholder {
    color: #bec6ce !important;
    /*color: #adb5bd !important;*/
    font-style: normal !important;
}
select, input[type=checkbox] {
    outline: none;
}
.alert-box-message {
    font-size: 1.3em;
    margin: 25px;
    margin-bottom: 0px;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    min-width: 100px;
}

select.ddg-drop-down {
    height: 42px;
    margin-bottom: 20px;
    font-size: 1.1em;
    padding-left: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;

    -webkit-appearance: none;
    background-image: url('/assets/img/chevron-down.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 22px;
}



@media (min-width: 1400px) {
    .container {
      width: 1360px;
    }
}
@media (max-width: 1400px) {
    .container {
        width: 100%;
      }
}
.ddg-message {
    line-height: 23px;
    background: #ffffe6;
    border: 1px solid #e9e9cc;
    border-radius: 10px;
    margin-bottom: 35px;
    min-height: 20px;
    padding: 19px;
    transition: 0.2s;
}
.ddg-message.clickable {
    cursor: pointer;
}
.ddg-message.clickable:hover {
    background: #fafadd;
    border: 1px solid #d8d8bb;
}

/* YouTube video */
.youtube-video {
    margin: 30px auto;
    text-align: center;
    width: 850px;
}
.youtube-video .youtube-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    max-width: 850px;
}
.youtube-video iframe {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}
@media (max-width: 768px) {
    .youtube-video .youtube-video-wrapper {
        max-width: 96% !important;
    }
    .youtube-video {
        max-width: 96% !important;
    }
}
@media (min-width: 769px) {
    .youtube-video {
        /* max-width: 70% !important; */
    }
}

/* Release notes */
.release-notes h1 {
    font-size: 2.5em;
}
.beta-mark {
    color: red;
}
.content-page ul li {
    padding-bottom: 8px;
}
.release-notes h2 {
    font-size: 1.4em;
    color: #161616;
    margin-top: 25px;
    margin-bottom: 15px;
}
.release-notes h2.orange-line {
    font-size: 2em;
    margin-top: 40px;
}
.release-notes h3 {
    margin-top: 10px;
}
.fit-image {
    display: inline-block;
    padding: 30px;
    padding-top: 0px;
}
.fit-image img {
    width: 100%;
    border: 2px solid #eee;
    border-radius: 10px;
}
.fit-image:hover img {
}

/* DDG Table */
.ddg-table {
    font-size: 1.2em;
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.ddg-table th, .ddg-table td {
    padding: 10px 20px;
    border: 1px solid #ddd;
    text-align: left;
}
.ddg-table td.text-center {
  text-align: center;
}
.ddg-table tr {
    background-color: #f8f8f8;
}
.ddg-table tr:nth-child(even) {
    background-color: #eee;
}
.ddg-table tr:nth-child(odd) {
    background-color: #f9f9f9;
}
.ddg-table .energy-icon {
    margin-right: 5px;
}
@media (max-width: 768px) {
    .ddg-table th, .ddg-table td {
        padding: 5px 5px;
        padding-left: 10px;
        font-size: 90%;
        text-align: center;
    }
}
@media (max-width: 460px) {
    .ddg-table th, .ddg-table td {
        padding: 3px;
        padding-left: 5px;
    }
}


/* Before/after image slider */
img-comparison-slider .before, img-comparison-slider .after {
    margin: 0;
}
img-comparison-slider .before figcaption, img-comparison-slider .after figcaption {
    background: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 12px;
    color: #2e3452;
    opacity: 0.8;
    padding: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 100%;
}
img-comparison-slider .before figcaption {
    left: 12px;
}
img-comparison-slider .after figcaption {
    right: 12px;
}
img-comparison-slider {
    outline-color: #ccc;
    outline-offset: 0px;
    border-radius: 16px;
    outline-width: 3px;
}


/* Forever badge */
.forever-badge {
    background: #777;
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
}
@media (max-width: 460px) {
  .forever-badge {
    font-size: 80%;
    padding: 5px;
  }
}


/* Home welcome box */
.home-welcome-box {
    margin-top: -10px;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px 20px !important;
}
.home-welcome-box::after {
    display: none !important;
}
.home-welcome-box h1, .home-welcome-box h2 {
    color: #555;
    line-height: 1em;
}
.home-welcome-box h2 {
    color: #777;
    font-size: 1em;
}
@media only screen and (max-width: 960px) {
    .home-welcome-box h1 {
        font-size: 1.5em;
    }
    .home-login-section {
        display: inline-block !important;
        text-align: center;
        width: 100%;
    }
    .home-login-section > a {
        display: inline-block;
        width: 240px;
    }
}


/* Home login section */
.home-login-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.home-login-section > a {
    font-size: 16px;
    border-radius: 10px;
    margin: 5px;
    min-width: 240px;
}
.home-login-section > a * {
    color: #555 !important;
}
.google-btn {
    transition: 0.2s;
    background-color: #FFFFFF;
    color: #555;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
}
.google-logo {
    width: 20px;
    margin-right: 10px;
}
.google-btn:hover {
    background-color: #f8f8f8;
}



.jconfirm-box-container .jconfirm-title-c {
    text-align: center;
}
.jconfirm-box-container .jconfirm-buttons {
    text-align: center;
    width: 100%;
}
.jconfirm-box-container .jconfirm-buttons .btn {
    margin: 7px !important;
}
.bigger-font {
    font-size: 1.3em;
}
.simple-select {
    width: 70px;
    text-align: center;
    margin-bottom: 10px;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}


.table>tbody>tr>td, .table>tfoot>tr>td, .table>thead>tr>td, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>th {
    vertical-align: middle;
}
.careers ul li {
    list-style-type: disc;
    margin-left: 25px;
    padding-left: 5px;
}

.delete-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #FFF !important;
    background-color: #FF4C4C;
    border: none;
    border-radius: 4px;
    padding: 11px 20px;
    margin-right: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
.delete-btn i.fa {
    margin-right: 8px;
    margin-left: -5px;
}
  .delete-btn:hover {
    /* background-color: #FF7676; */
  }
  .delete-btn:active {
    background-color: #FF3232;
  }


.loader {
    display: inline-block;
    margin: 5px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #eba133;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    animation: spin 1.4s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.popup-help {
    text-align: left;
}
.popup-help .section {
    margin-bottom: 40px;
}
.popup-help h3 {
    font-size: 1.3em;
}
.popup-help p {
    margin-bottom: 20px;
}

.responsive-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* Aspect ratio (16:9) */
    width: 100%;
}

.responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.user-badge {
    display: inline-flex;
    gap: 12px;
}
.user-badge a:hover > img {
    border: 3px #e6e6e6 solid;
    opacity: 1.0;
}
.user-badge img {
    border: 3px #eee solid;
    border-radius: 100%;
    opacity: 0.7;
}

.tags-block {
    display: inline-block;
    /* margin-left: 20px; */
}
.tags-block .tag {
    display: inline-flex;
    margin-bottom: 5px;
    margin-right: 1px;
    padding: 1px 7px;
    -webkit-box-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    vertical-align: middle;
    line-height: 20px;
    border-radius: 4px;
    color: #6c7176;
    background: #f5f6f8;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}
.tags-block .tag:hover {
    background: #d2d3d5;
}
.tags-block .tag.small-tag {
    padding: 8px 20px;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 1em;
}
.tags-block .tag.small-tag.active {
    border: 1px solid #ccc;
    background: #eee;
}
.tags-block .tag .count {
    border-radius: 10px;
    padding: 3px 10px;
    font-size: 0.8em;
    font-weight: bold;
}
.tags-list .tag {
    margin: 10px;
}



.publish-dream .left {
    text-align: center;
}
.publish-dream .left img {
    border: 1px solid #eee;
    border-radius: 3px;
    max-height: 400px;
    max-width: 500px;
}
.publish-dream .auto-fill-box {
    display: block;
    margin-top: 20px;
}
.publish-dream .auto-fill-with-ai-button.disabled {
    pointer-events: none;
}
@media (max-width: 1199px) {
    .publish-dream .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .publish-dream .auto-fill-box {
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .publish-dream .left img {
        max-width: 100%;
        margin-bottom: 30px;
    }
}


.remove-bottom-margin input {
    margin-bottom: 0px;
}
.checkboxes input[type=checkbox]:checked+span {
    color: #666;
}
.checkboxes input[type=checkbox]:checked+span::before {
    border-color: #ddd;
    content: "\2714";
}
.simple-inputs input, .simple-inputs select,
.simple-inputs textarea {
    border: 1px solid #eee;
}
ul.with-bullets {
    /*padding-left: 20px;*/
}
ul.with-bullets li {
    list-style-position: inside;
    list-style-type: disc;

}
.form-group.error input {
    border-color: #ff7f7f !important;
    background: #fff6f6;
}
.nav-stacked .active {
    text-decoration: none;
    background-color: #eee;
}
.settings-item select {
    display: inline-block;
    padding: 6px 8px;
}
.settings-item select:focus {
    outline: none;
}
.settings-item select option {
    outline: none;
}
.settings-item.simple-drop-down label {
    padding-top: 10px;
    margin-bottom: 10px !important;
}
.settings-item.simple-drop-down select {
    margin-top: 4px;
}
.settings-item .radiobuttons {
    margin-bottom: -10px;
}
.settings-divider {
    margin: 15px 0;
}


.alert-info a {
    color: #fdc355;
}


.search-form {
    margin-top: 30px;
}
.search-form .form-group  {
    display: inline-block;
    width: 100%;
}
.search-form .query  {
    float: left;
    width: 75%;
    border-color: #eba133;
    font-size: 1.2em;
}
.search-form .submit {
    height: 46px;
    width: 25%;
    margin-left: -2px;
}
.search-results {
    min-height: 200px;
}

.user-object {
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fafafa;
}
.user-object .user-link {
    text-align: center;
}
.user-object .user-info {
    margin-top: 10px;
}
.user-object .short-bio {
    margin-top: 15px;
}
.user-object img {
    display: inline-block;
    max-height: 60px;
    margin-bottom: 5px;
    border-radius: 100%;
    border: 3px solid #aaa;
}
.user-object .level {
    display: inline-block;
    background: rgba(0,0,0,0.7);
    padding: 5px 12px !important;
    border-radius: 15px;
    color: #eba133;
}

.energy-icon {
    color: #fdc355;
    font-size: 1em !important;
    margin-right: 4px !important;
}
.energy-log-link {
    margin-left: 17px;
}

.generators-new > .nav {
    /* margin-bottom: 15px; */
}
.generators-new #t2d-form,
.generators-new #t2v-form {
    margin-top: 15px;
}
.generators-new .btn.fm-choose-file {
    margin-top: 25px;
    margin-bottom: 25px;
}
.generators-new .btn {
    margin: 10px;
    font-size: 110%;

}
.generators-new .generator-settings-styles {
    background: #eee;
    padding-bottom: 25px;
    border: 1px solid #eaeaea;
    border-top: 3px solid #ddd;
}
.generators-new .popular-styles-button .settings-image {
    background: #eee;
    border: 1px solid #e6e6e6;
}
.generators-new .popular-styles-button .settings-image i {
    font-size: 50px;
    padding-top: 12px;
    color: #999;
}
.generators-new .popular-styles-button .title {
    display: inline-block; opacity: 1;
}
.generators-new .calculated-energy {
    font-size: 1.5em;
    padding: 5px;
}

.generators-new .help-link,
.generators-new .help-popup {
    float: right;
    font-size: 1.2em;
    color: #9999;
    margin-top: 5px;
}
.generators-new .text-prompt .text-input {
    margin-bottom: 0px;
    min-height: 125px;
    font-size: 1.1em;
    resize: vertical;
}
.generators-new .text-prompt .btn {
    margin: 0px;
    margin-top: 10px;
    font-size: 12px;
}
@media screen and (max-width: 500px) {
    .generators-new .text-prompt .btn {
        font-size: 70%;
    }
}
.generators-new .negative-prompt {
    padding-top: 5px;
    padding-bottom: 5px;
    resize: vertical;
    min-height: 71px;
    margin-bottom: 0px;
}

.generators-new #init-image-weight {
    margin-top: 15px;
    margin-bottom: 25px;
    padding-top: 12px;
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
}
.generators-new .effect-strength-custom {
    max-width: 70px;
    display: inline-block;
    height: 30px;
    padding: 0px 10px 0px 10px;
}
.generators-new .effect-strength-switch:hover {
    background: #eee;
}
.generators-new .effect-strength-switch {
    cursor: pointer;
    padding: 3px;
    border-radius: 5px;
}
.generators-new .generate-center {
    padding-left: 60px;
    padding-right: 60px;
}
@media (max-width: 1200px) {
    .generators-new .generate-center {
        padding-left: 0px;
        padding-right: 0px;
    }
}


.advanced-settings .form-group > label {
    color: #888;
    font-weight: bold;
}


.text-2-dream-grid .image-wrapper {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin: 7px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.text-2-dream-grid .selected-icon,
.text-2-dream-grid img {
    -webkit-transition: all 0.1s ease-in-out;
       -moz-transition: all 0.1s ease-in-out;
         -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
    margin: 0px !important;
    display: inline-block;
    border: 0px !important;
}
.text-2-dream-grid .image-wrapper:hover img {
    opacity: 0.8;
}
.text-2-dream-grid .selected img {
    opacity: 0.6 !important;
    filter: blur(1px);
}
.text-2-dream-grid .selected-icon  {
    top: 37%;
    font-size: 50px;
    opacity: 0;
}
.text-2-dream-grid .selected .selected-icon  {
    opacity: 1;
}
.text-2-dream-grid .selected {
    border: 2px sold red;
}

.text-2-dream-grid .settings {
    /* margin-top: 0px; */
    padding: 50px;
}
.text-2-dream-grid .settings label {
    color: #888;
    font-weight: bold;
}
.sub-dream-job.gallery {
    margin-top: 50px;
}
.sub-dream-job.gallery .progress-wrapper .dream img {
    margin: 0px;
    width: auto;
    height: auto;
    max-height: 180px;
}
.text2dream-fast .dream-link img {
    width: 30%;
    margin: 5px;
}
.t2d-modifiers .modifier {
    max-width: 90%;
    position: relative;
    margin: 4px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: inline-block;
    font-size: 1.1em;
    vertical-align: middle;
    line-height: 20px;
    color: #6c7176;
    background: #fff;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}
.t2d-modifiers a.modifier > span {
    overflow: hidden;
    width: 100%;
    display: inline-block;
}
.t2d-modifiers .action-btn {
    margin: 10px;
}

.t2d-modifiers .modifier.selected {
    background: #ddd !important;
    border: 1px solid #ccc;
}
.t2d-modifiers.modifiers-list .modifier {
    margin-top: 10px;
    margin-bottom: 0px;
    overflow: hidden;
}
.t2d-modifiers .modifier .delete-btn {
    position: absolute;
    right: -20px;
    top: -10px;
    background: #fff;
    color: #777 !important;
    padding: 4px 6px;
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #aaa;
}
.t2d-modifiers .modifier .delete-btn:hover {
    background: #ddd;
    border: 1px solid #ccc;
    color: #999;
}
.t2d-modifiers .modifier:hover {
    background: #fafafa;
}
.t2d-modifiers .section-title {
    color: #aaa;
    font-size: 1.6em;
    font-weight: bold;
    margin-top: 10px;
}
.t2d-modifiers .wrapper {
    margin-bottom: 40px;
}
.t2d-modifiers .action-btn {
    background: #eee;
    background: #fafafa;
    border-radius: 5px;
}
.t2d-modifiers .action-btn:hover {
    background: #e3e3e3;
    border-color: #ccc;
}
.t2d-modifiers .new-modifier {
    display: inline-block;
    max-width: 300px;
    margin-left: 20px;
    margin-right: 20px;
}
.t2d-modifiers .remove {
    color: #aaa;
    margin: 0 5px 0 10px;
    padding: 3px 5px;
}
label.subscriber-only {
    opacity: 0.6;
    color: #999;
}

.generate-button-wrapper .subscribe-message {
    display: none;
}
.generate-button-wrapper.subscribe .subscribe-message {
    display: inline-block !important;
}
.generate-button-wrapper.subscribe button,
.generate-button-wrapper.subscribe .calculated-energy {
    display: none;
}

.generate-button-wrapper .subscribe-message {
    margin-bottom: 30px;
    font-size: 1.2em;
}

.prompt-wrapper {
    padding-top: 20px;
    margin-bottom: 20px;
    line-height: 2em;
    /* word-break: break-all; */
    overflow-wrap: break-word;
}
.prompt-wrapper strong {
    font-size: 1.2em;
}
.prompt-wrapper .modifiers-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
}
.prompt-wrapper .video-image {
    display: inline-block;
    width: 150px;
    height: 150px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    border-radius: 10px;
}
.t2d-init-image {
    border-radius: 10%;
    /* min-width: 150px;
    min-height: 150px; */
    -webkit-transition: all 0.1s ease-in-out;
       -moz-transition: all 0.1s ease-in-out;
         -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
}
.evolution-view .t2d-init-image:hover {
    cursor: pointer;
    opacity: 0.8;
}
.try-it-btn strong {
    font-size: 1em;
}
.evolution-wrapper .step-wrapper {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    margin-top: 25px;
}
.evolution-wrapper .step-wrapper:hover {
    opacity: 0.85;
}
.evolution-wrapper .step {
    position: absolute;
    text-align: center;
    color: #777;
    border-radius: 10px 10px 0 0;
    width: 100%;
    font-weight: bold;
    background: rgba(250,250,250,0.7);
    background: #ddd;
    top: -15px;
}
.evolution-view .step-wrapper {
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
    font-size: 2em;
}
.evolution-view .step-wrapper img {
    min-width: 100%;
    /* min-height: 260px; */
}
.step-wrapper .revert {
    position: absolute;
    display: inline-block;
    bottom: -10px;
    left: 23px;
}
.evolution-title-popup {
    font-size: 20px;
}
.evolution-title-popup strong {
    color: #eba133;
}

div.single-dream div.prompt-wrapper span.dream-ticker,
ul.dream-info-popup span.dream-ticker {
    display: inline-block;
    font-size: 90%;
    background: #999;
    padding: 0px 6px;
    margin-right: 5px;
    color: #eee;
    color: #e3e3e3;
    font-weight: bold;
    border-radius: 5px;
}

.guidelines-popup {
    text-align: left;
}
.guidelines-popup li {
    font-size: 1.2em;
    line-height: 1.5em;
}


.success-page-message {
    text-align: center;
    padding: 40px 0;
    padding-bottom: 100px;
}
.success-page-message h1.green {
    color: #88B04B;
    font-weight: bold;
}
.success-page-message h1 {
    color: #444;
    font-size: 35px;
    margin-bottom: 0px;
}
.success-page-message p {
    color: #404F5E;
    margin: 0;
    line-height: 28px;
}
.success-page-message .buttons .btn {
    margin: 5px;
    margin-bottom: 10px;
    min-width: 200px;
}
