.fn__token_info .text {
    line-height: 16px;
    font-size: 12px;
    background-color: var(--techwave-main-color);
    color: #fff;
    padding: 2px 4px;
    border-radius: 5px;
}

.fn__nav_bar .bar__item_notification.opened .user_opener,.fn__nav_bar .bar__item_notification:hover .user_opener {
    border-color: var(--techwave-main-color)
}

.fn__nav_bar .bar__item_notification .user_profile {
    display: flex;
    padding: 0 10px 20px;
    border-bottom: 1px solid var(--techwave-border-color);
    -ms-align-items: center;
    align-items: center
}

.fn__nav_bar .bar__item_notification .user_img {
    margin-right: 15px;
    width: 60px;
    min-width: 60px
}

.fn__nav_bar .bar__item_notification .user_img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    border: 2px solid var(--techwave-border-color);
    border-radius: 5px
}

.fn__nav_bar .bar__item_notification .user_name {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px
}

.fn__nav_bar .bar__item_notification .user_name span {
    height: 16px;
    line-height: 16px;
    display: inline-block;
    padding: 0 5px;
    border-radius: 5px;
    background-color: #ab0cdf;
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    font-family: var(--techwave-heading-font-family);
    margin-left: 10px;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.fn__nav_bar .bar__item_language .item_popup a,.fn__nav_bar .bar__item_language .item_popup span,.fn__nav_bar .bar__item_notification .user_nav a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -ms-align-items: center;
    height: 36px;
    border-radius: 5px;
    font-family: var(--techwave-heading-font-family)
}

.fn__nav_bar .bar__item_notification .user_nav a,.fn__nav_bar .bar__item_notification .user_profile a {
    color: var(--techwave-heading-color);
    text-decoration: none
}

.fn__nav_bar .bar__item_notification .user_profile p {
    margin: 0;
    padding: 0;
    font-family: var(--techwave-heading-font-family);
    font-size: 12px;
    letter-spacing: 0
}

.fn__nav_bar .bar__item_notification .user_nav {
    padding-top: 20px
}

.fn__nav_bar .bar__item_notification .user_nav li {
    margin-bottom: 4px
}

.fn__nav_bar .bar__item_notification .user_nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.fn__nav_bar .bar__item_notification .user_nav a {
    font-weight: 400;
    padding: 0 10px 0 42px;
    display: flex;
    align-items: center;
    position: relative
}

.fn__nav_bar .bar__item_notification .user_nav .icon {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -8px;
    display: block
}

.fn__nav_bar .bar__item_notification .user_nav .icon .fn__svg {
    width: 16px;
    height: 16px;
    display: block
}

.fn__nav_bar .bar__item_notification .user_nav .text {
    position: relative;
    top: 1px
}

#user_history .group__list li {
    display: flex;
    align-items: center; /* Vertically center the text and the trash icon */
    justify-content: space-between; /* Ensure the text and trash icon are on opposite sides */
    padding: 0px 10px;
}

#user_history .group__list a {
    flex-grow: 1; /* Make the text take up as much space as possible */
    text-decoration: none; /* Ensure the link style remains intact */
    color: inherit; /* Inherit the color from the parent container */
    padding: 5px 10px 5px 0px;
}

#user_history .delete {
    color: var(--techwave-main-color);
    padding-top: 7px;
    cursor: pointer;
}

@media (min-width: 1041px) {
    .panel-opened .techwave_fn_leftpanel #user_history {
        display: none;
    }
}

.techwave_fn_user_settings #username {
    padding-left: 20px;
}

.auth-logo {
    margin: 0 auto;
    display: block;
    height: 4rem;
    margin-bottom: 20px;
}

/* Styles for the light theme */
html[data-techwave-skin="light"] .retina_logo {
    display: none;
}

html[data-techwave-skin="light"] .desktop_logo {
    display: block;
}

/* Styles for the dark theme */
html[data-techwave-skin="dark"] .desktop_logo {
    display: none;
}

html[data-techwave-skin="dark"] .retina_logo {
    display: block;
}


[data-techwave-skin=light]:root {
    color-scheme: light;
    --techwave-site-bg-color: #fff;
    --techwave-header-bg-color: #f9fafb;
    --techwave-some-r-bg-color: #f9fafb;
    --techwave-some-a-bg-color: #f9fafb;
    --techwave-heading-color: #333;
    --techwave-body-color: #444;
    --techwave-border-color: #f9fafb;
    --techwave-button-bg-color: #f9fafb;
    --techwave-hover-color: #000;
}

.fn__chat_comment textarea {
    border: none;
    background-color: #f3f4f6;
    border-radius: 1rem;
}

.fn__chat_comment button, .fn__new_chat_link {
    color: #9ca3af;
    background-color: #f3f4f6;
}

::placeholder {
  color: #9ca3af;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #9ca3af;
}

code, pre {
    padding: 10px;
    border-left: none;
    background: #1f2937!important;
    color: #e5e7eb;
}

/*
pre code {
    line-height: 30px;
    border-left: none;
}
*/

pre {
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 1rem;
}

.fn__chatbot .chat {
    border-radius: 1rem;
}

.techwave_fn_footer {
    border-top: none;
}

.techwave_fn_footer .copyright p, .techwave_fn_footer .menu_items a  {
    color: #9ca3afe6;
}

.fn__chatbot .your__chat .chat {
    background-color: transparent;
    padding: 10px 0;
}

.fn__chatbot .bot__chat .author,
.fn__chatbot .your__chat .author {
    display: none;
}

/*
.fn__chatbot .your__chat .chat p::before {
  content: "• "; 
  color: var(--techwave-main-color); 
  font-weight: 900;
  margin-right: 2px;
}
*/

.techwave_fn_user_settings .input {
    background-color: #f3f4f6!important;
    border-radius: 1rem!important;
    border: none!important;
}

.fn__submit input, .techwave_fn_button {
    text-transform: none;
}

.fn__submit:before, .techwave_fn_button:before {
    box-shadow: none
}

.techwave_fn_leftpanel {
    border-right: none;
}

.techwave_fn_leftpanel .leftpanel_logo {
    border-bottom: none;
}

.techwave_fn_header:after {
    background-color: transparent;
}

body, select, .fn__chatbot .chat {
    font-size: 15px;
}

.techwave_fn_content {
    margin-top: 0;
}

.techwave_fn_content {
    min-height: 100vh;
}

.section_home, .techwave_fn_aichatbot_page {
    min-height: calc(100vh - 71px);
}

p {
    margin-bottom: 0px;
}

.techwave_fn_sign input[type="password"], .techwave_fn_sign input[type="text"] {
  display: block;
  width: 100%;
  border-radius: 5px;
  height: 60px;
  min-width: 100%;
  background-color: white;
}

@media (max-width: 1040px) {
  .fn__title_holder .title {
    margin-left: 4rem;
  }
}

p code {
    padding: 0;
    border-radius: .3rem;
    background-color: transparent !important;
    color: var(--techwave-body-color);
}

.techwave_fn_image_generation_page {
    min-height: calc(100vh - 71px);
    display: flex;
}
.techwave_fn_image_generation_page .generation__page {
    width: 100%;
	padding-top: 38px;
}
.techwave_fn_image_generation_page .generation_header {
    height: 100%;
    display: flex;
    flex-direction: column;
	padding: 0;
}
.techwave_fn_image_generation_page .header_top {
    width: 100%;
    max-width: 1400px;
    padding: 0 40px;
    margin: 0 auto;
}
.techwave_fn_image_generation_page .header_bottom {
    margin-top: auto;
    position: sticky;
    bottom: 0;
}
.techwave_fn_image_generation_page #result {
    text-align: center;
    margin-top: 5rem;
}
.techwave_fn_image_generation_page .include_area {
    padding: 20px 0;
    margin-bottom: 0;
}
.techwave_fn_image_generation_page .include_area textarea {
    border: none;
    background-color: #f3f4f6;
    border-radius: 1rem;
}
.generation_page_submit_btn {
    position: absolute;
    width: 60px;
    height: 44px;
    bottom: 28px;
    right: 8px;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    outline: 0;
    cursor: pointer;
    border: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    transition: .3s;
    color: #9ca3af;
    background-color: #f3f4f6;
}

.techwave_fn_image_generation_page .generation__sidebar {
    top: 0!important;
}
.techwave_fn_image_generation_page .generation__sidebar .sidebar_model {
    padding: 50px 20px 0px 20px;
}
.techwave_fn_image_generation_page .generation__sidebar .sidebar_details .sidebar_input {
    margin-bottom: 30px;
}
.techwave_fn_image_generation_page .generation__sidebar .sidebar_details .sidebar_input select, #negative_text {
    background-color: #e7e7e757;
}
.techwave_fn_image_generation_page .generation__sidebar .sidebar_details .fn__quantity input {
    border: 2px solid #e7e7e757;
}
.techwave_fn_image_generation_page .generation__sidebar .sidebar_details .techwave_fn_button {
    cursor: pointer;
    border: none;
}
.techwave_fn_image_generation_page .generation__sidebar .sidebar_details .sidebar_input .title {
    margin-bottom: 10px;
}

.techwave_fn_leftpanel .group__list a.active, .techwave_fn_leftpanel .group__list a:hover {
    background-color: #e7e7e757;
}