p {
    margin-bottom: 15px;
}
h1 {
    font-size: 2em;
    margin-bottom: 1em;
    letter-spacing: 1px;
    line-height: 1.5em;
}
textarea::placeholder,
input::placeholder {
    color: #bec6ce !important;
    /*color: #adb5bd !important;*/
    font-style: normal !important;
}
select, input[type=checkbox] {
    outline: none;
}
.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;
}


.user-badge {
    border-radius: 5px;
    padding: 5px 10px;
    padding-top: 10px;
    display: inline-block;
    background: #fff;
    /* border: 1px solid #eee; */
    overflow: hidden;
}
.user-badge:hover {
    background: #fafafa;
}

.user-badge img {
    border: 3px #eee solid;
    border-radius: 100%;
    height: 40px;
    margin-top: -5px;
}
.user-badge .name {
    font-size: 1.3em;
    margin-left: 5px;
}

.tags-block {
    display: inline-block;
    margin-left: 20px;
}
.tags-block .tag {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    line-height: 2.3em;
    padding: 0px 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
}
.tags-block .tag:hover {
    background: #fafafa;
}
.tags-block .tag.small-tag {
    padding: 4px 15px;
    background: #eaeaea;
    border: 0px;
}
.tags-block .tag.small-tag.active {
    border: 1px solid #fafafa;
}
.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;
}


.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 {
    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.3em;
    color: #888;
}
.generators-new .text-prompt {
    margin-bottom: 30px;
}
.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;
}
.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;
}

.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 {
    color: #eba133;
    padding: 4px 12px;
    border: 1px solid #ddd;
    background: #fff;
    display: inline-block;
    margin: 4px;
    border-radius: 15px;
    font-weight: bold;
    position: relative;
}
.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;
}
.t2d-modifiers .modifier .delete-btn {
    position: absolute;
    right: -11px;
    top: -5px;
    background: #fff;
    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 {
    border: 1px solid #eee;
    background-color: #fafafa;
    padding: 20px 15px;
    margin-bottom: 20px;
    line-height: 2em;
}
.prompt-wrapper strong {
    font-size: 1.2em;
}
.prompt-wrapper .modifiers-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
}
.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;
}
