:root {
    --ass-secondary: #f5365c;
    --ass-secondary-hover: #c22947;
    --ass-primary: #1b1464;
    --ass-primary-hover: #120e46;
    --ass-tertiary: #d8e6f2;
    --ass-background-gray: #f0f0f0;
}

@-moz-document url-prefix() {
    .ass-es-custom-scrollbar {
        scrollbar-width: thin;
        scrollbar-color: #1b1464c0 #f0f0f0;
    }
}
.ass-es-custom-scrollbar::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
.ass-es-custom-scrollbar::-webkit-scrollbar-track {
    background: #f0f0f0;
}
.ass-es-custom-scrollbar::-webkit-scrollbar-thumb {
    background: #1b1464c0;
}
.ass-es-custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: var(--ass-primary);
}
.ass-es-gradient-primary {
    background: linear-gradient(125deg,rgba(245, 54, 92, 1) 0%, rgba(27, 20, 100, 1) 75%);
}
.ass-es-alert-info {
    padding: 5px 10px;
    background-color: #cff4fc;
    border: 1px solid #b6effb;
    border-radius: 10px;
    color: #055160;
}
.ass-es-border-primary {
    border: 1px solid var(--ass-primary) !important;
}
.ass-wp-btn-image-add {
    margin-left: 16px !important;
    background-color: rgb(255, 255, 255) !important;
    color: rgb(0, 124, 186) !important;
    border: 1px solid rgb(0, 124, 186) !important;
    height: 40px !important;
}
.ass-wp-btn-image-add:hover {
    background: color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000) !important;
    color: #005a87 !important;
    border-color: #005a87 !important;
}
.ass-es h1,
.ass-es h2,
.ass-es h3,
.ass-es h4,
.ass-es h5,
.ass-es h6 {
    font-family: 'Nunito', sans-serif;
}
.ass-es-oveflow-hidden {
    overflow: hidden;
}
.ass-date-color {
    color: rgba(0, 0, 0, 0.4);
}
.ass-es-opacity-80 {
    opacity: .8 !important;
}
.ass-es-gray-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.ass-w-50 {
    width: 50% !important;
}
.ass-w-100 {
    width: 100% !important;
}
.ass-max-w-50 {
    width: 50% !important;
}
.ass-text-center {
    text-align: center !important;
}
.ass-text-gray {
    color: #7c7c7c !important;
}
.ass-text-info {
    color: darkturquoise;
}
.ass-flex {
    display: flex;
}
.ass-justify-center {
    justify-content: center;
}
.ass-justify-between {
    justify-content: space-between;
}
.ass-justify-end {
    justify-content: end;
}
.ass-justify-self-end {
    justify-self: end;
}
.ass-align-center {
    align-items: center;
}
.ass-self-align-center {
    align-self: center;
}
.ass-self-align-end {
    align-self: flex-end;
}
.ass-flex-column {
    display: flex;
    flex-direction: column;
}
.ass-flex-row {
    display: flex;
    flex-direction: row;
}
.ass-gap-5 {
    gap: 5px;
}
.ass-gap-7 {
    gap: 7px;
}
.ass-gap-8 {
    gap: 8px;
}
.ass-gap-10 {
    gap: 10px;
}
.ass-gap-15 {
    gap: 15px;
}
.ass-gap-50 {
    gap: 50px;
}
.ass-fw-500 {
    font-weight: 500;
}
.ass-fw-600 {
    font-weight: 600;
}
.ass-fs-10 {
    font-size: 10px;
}
.ass-fs-11 {
    font-size: 11px;
}
.ass-fs-12 {
    font-size: 12px;
}
.ass-fs-13 {
    font-size: 13px;
}
.ass-fs-14 {
    font-size: 14px;
}
.ass-fs-15 {
    font-size: 15px;
}
.ass-fs-16 {
    font-size: 16px;
}
.ass-fs-17 {
    font-size: 17px;
}
.ass-fs-18 {
    font-size: 18px;
}
.ass-fs-20 {
    font-size: 20px;
}
.ass-fs-22 {
    font-size: 22px;
}
.ass-fs-24 {
    font-size: 24px;
}
.ass-fs-26 {
    font-size: 26px;
}
.ass-fs-28 {
    font-size: 28px;
}
.ass-m-0 {
    margin: 0 !important;
}
.ass-mt-0 {
    margin-top: 0;
}
.ass-mb-0 {
    margin-bottom: 0;
}
.ass-mt-5 {
    margin-top: 5px;
}
.ass-mt-10 {
    margin-top: 10px;
}
.ass-mt-20 {
    margin-top: 20px;
}
.ass-mt-40 {
    margin-top: 40px;
}
.ass-mb-5 {
    margin-bottom: 5px;
}
.ass-mb-10 {
    margin-bottom: 10px;
}
.ass-mb-20 {
    margin-bottom: 20px;
}
.ass-mb-45 {
    margin-bottom: 45px;
}
.ass-text-primary {
    color: var(--ass-primary) !important;
}
.ass-text-secondary {
    color: var(--ass-secondary) !important;
}
.ass-text-white {
    color: white !important;
}
.ass-primary-badge {
    color: white;
    background-color: var(--ass-secondary);
    padding: 2px 5px;
    border-radius: 5px;
}
.ass-new-badge {
    color: #F9FAFB;
    background-color: #0BDF9B;
    padding: 0px 5px;
    border-radius: 5px;
    font-size: 12px;
    position: relative;
    top: -3px;
    font-weight: 600;
}
.mce-i-ass_is_smart::after{
    color: white;
    content: "Smart";
    background-color: var(--ass-secondary);
    padding: 3px 5px;
    border-radius: 5px;
    margin-left: 115px;
    font-size: 11px;
}
.mce-i-ass_is_smart::before, .mce-i-ass_is_free::before{
    content: "•";
  color: #333;
  font-weight: bold;
  display: inline-block;
  margin-left: 0.2em !important;
    
}

.ass-btn-primary:disabled,
.ass-btn-secondary:disabled,
.ass-btn-white:disabled {
    opacity: 0.7; /* optional: etwas transparenter */
    pointer-events: none;
}

.ass-btn-primary {
    background-color: var(--ass-primary);
    border: none;
    border-radius: 5px;
    color: white;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    transition: 0.2s;
}
.ass-btn-primary:hover {
    background-color: var(--ass-primary-hover);
}
.ass-btn-secondary {
    background-color: var(--ass-secondary);
    border: none;
    border-radius: 5px;
    color: white;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    transition: 0.2s;
}
.ass-btn-secondary:hover {
    background-color: var(--ass-secondary-hover);
}
.ass-btn-white {
    background-color: white;
    border: none;
    border-radius: 5px;
    color: var(--ass-primary);
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    transition: 0.2s;
}
.ass-btn-white:hover {
    background-color: rgb(214, 214, 214);
}
.ass-btn-link {
    background-color: transparent;
    border: 1px solid #d3d3d3;
    color: #0f6efd;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    transition: 0.2s;
    text-decoration: none;
}
.ass-btn-link:hover {
    background-color: var(--ass-primary);
    border: 1px solid var(--ass-primary);
    /* border: none; */
    color: #fff;
}
.ass-custom-input {
    font-size: 13px !important;
    /* padding: 2px 10px !important; */
    border-radius: 5px !important;
    border: 1px solid #d9d9d9 !important;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2) !important;
    transition: 0.2s !important;
}
.ass-custom-input:disabled {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .04) !important;
    background-color: #f0f0f0 !important;
}
select.ass-custom-input:disabled {
    color: #1d1d1d !important;
}
select.ass-custom-input {
    max-width: 100% !important;
}
textarea.ass-custom-input {
    resize: none;
}
.ass-es-toggle-btn-default, 
.ass-es-toggle-btn-classic {
    border: none;
    padding: .45rem .5rem;
    background-color: var(--ass-secondary);
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
}
.ass-es-toggle-btn:hover {
    opacity: 0.9;
}
.ass-es-toggle-logo {
    width: 17px;
    filter: brightness(0) invert(1);
}
.ass-es-default {
    position: relative;
    top: 0;
    right: 0;
    width: 0%;
    min-width: 0px;
    max-width: 500px;
    height: 100%;
    background-color: #fff; /* Halbtransparentes Schwarz */
    overflow-y: hidden;
    overflow-x: hidden;
    transition: width 0.2s ease;
    z-index: 90; /* Sicherstellen, dass die Sidebar über dem Inhalt liegt */
    box-shadow: -27px 0px 40px black;
    font-family: 'Poppins', sans-serif;
    border-radius: 0 10px 0 0;
}
.ass-es-classic {
    position: fixed;
    top: 32px;
    right: 0;
    width: 450px;
    min-width: 450px;
    max-width: 500px;
    height: calc(100% - 32px);
    background-color: #fff; /* Halbtransparentes Schwarz */
    overflow-y: hidden;
    overflow-x: hidden;
    transform: translateX(100%); /* Sidebar ist anfangs außerhalb des sichtbaren Bereichs */
    transition: transform 0.2s ease;
    z-index: 100000; /* Sicherstellen, dass die Sidebar über dem Inhalt liegt */
    box-shadow: 27px 0px 40px black;
    font-family: 'Poppins', sans-serif;
}
.ass-es-headline {
    background-color: var(--ass-secondary);
    color: #fff;
    padding: 0px 10px;
    height: 50px;
}
.ass-es-headline p {
    font-size: 22px;
    margin: 10px 0px 5px;
}
.ass-es-headline-logo {
    height: 35px;
    width: 35px;
    filter: brightness(0) invert(1);
}
.ass-es-close {
    font-size: 32px;
    height: fit-content;
    border: none;
    color: #fff;
    background-color: transparent;
    cursor: pointer;
}
.ass-es-template {
    padding: 10px 0;
    overflow: hidden;
}
.ass-es-template > div {
    padding: 0 10px;
}
.ass-es-template-disabled {
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.075);
}
/* .ass-es-template-type {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.ass-es-template-type > div {
    padding: 12px 5px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}
.ass-es-template-type > div:hover {
    background-color: #f0f0f0;
}
.ass-es-template-type > .ass-active {
    background-color: #f0f0f0;
} */

.ass-es-template-search {
    margin-top: 10px;
}
.ass-es-template-search > input {
    width: 100%;
    font-size: 15px;
    padding: 2px 5px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.ass-es-template-toggle {
    margin-top: 15px;
}
.ass-es-template-toggle > span {
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
}
.ass-es-template-toggle > span:hover {
    background-color: #f0f0f0;
}
.ass-es-template-toggle > .ass-active {
    background-color: var(--ass-primary) !important;
    color: #fff;
}
.ass-es-template-list {
    margin-top: 10px;
    overflow-y: auto;
    padding-top: 2px;
    transition: 0.2s ease;
}
.ass-es-template-list-item {
    border: 1px solid #d9d9d9;
    padding: 10px;
    margin: 5px 0px;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, height 0.2s ease, padding 0.2s ease, margin 0.2s ease;
}
.ass-es-template-list-item:hover {
    transform: translateY(-2px);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.ass-es-template-list-item > .ass-es-template-list-item-title,
.ass-es-template-list-item > div > .ass-es-template-list-item-title {
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ass-es-template-list-item > .ass-es-template-list-item-info,
.ass-es-template-list-item > div > .ass-es-template-list-item-info {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ass-es-template-list-item-text-ctn {
    max-width: 340px;
}
.ass-es-hidden {
    transition: height 0.2s ease, padding-top 0.2s ease, padding-bottom 0.2s ease, margin-top 0.2s ease, margin-bottom 0.2s ease;
    height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: none !important;
    overflow: hidden;
}
.ass-es-page-template-ctn {
    height: -webkit-fill-available;
    padding-top: 10px;
    background-color: var(--ass-background-gray);
    position: relative;
}
.ass-es-page-template-default {
    position: absolute;
    height: calc(100% - 50px);
    top: 50px;
    width: 450px;
    min-width: 400px;
    max-width: 500px;
    background-color: #fff;
    transform: translateX(-100%);
    transition: transform 0.2s ease;
    overflow-y: hidden;
}
.ass-es-page-template-classic {
    position: inherit;
    height: calc(100% - 50px);
    top: 50px;
    width: 450px;
    background-color: #fff;
    transform: translateX(100%);
    transition: transform 0.2s ease;
    overflow-y: hidden;
}
.ass-es-page-template-close {
    cursor: pointer;
    color: #696969;
    font-size: 20px;
    transition: 0.2s;
    padding: 2px;
    border-radius: 10px;
}
.ass-es-page-template-close-ctn {
    padding: 2px 8px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
    background-color: #f0f0f0;
}
.ass-es-page-template-close-ctn:hover {
    background-color: #cecece;
}
.ass-es-page-template-title {
    font-weight: 600;
    font-size: 20px;
}
.ass-es-page-template-info {
    font-size: 16px;
}
.ass-es-page-template-submit-btn,
.ass-es-page-template-submit-edit-btn {
    margin-left: 5px;
    margin-right: 5px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}
.ass-es-page-template-submit-btn:hover,
.ass-es-page-template-submit-edit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.ass-es-page-error-auth {
    position: inherit;
    height: inherit;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.ass-page-error-auth-ctn {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
}
.ass-page-error-auth-btn {
    background-color: var(--ass-primary);
    color: white;
    border: none;
    border-radius: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}
.ass-page-error-auth-btn:hover {
    background-color: var(--ass-primary-hover);
    transform: translateY(-2px);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
dialog {
    border: none;
    outline: none;
}
.ass-es-modal {
    max-width: 500px;
    padding: 0;
    border: 1px lightgray solid !important;
    border-radius: 10px;
}
.ass-es-modal:focus-visible {
    border: 1px lightgray solid !important;
}
.ass-es-modal-content {
    width: 90%;
    max-width: 500px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.ass-es-modal-header {
    font-size: 20px;
    padding: 10px 10px;
}
.ass-es-modal-body {
    font-size: 16px;
    padding: 20px 10px;
}
.ass-es-modal-footer {
    font-size: 16px;
    padding: 10px 10px;
}
.ass-es-modal-close-x {
    cursor: pointer;
    font-size: 28px;
    color: #424242;
    padding: 5px;
}
.ass-es-template-licence {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 10px !important;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.ass-licence-progress-ctn {
    height: 10px;
    border-radius: 5px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
.ass-licence-progress-bar {
    height: 10px;
    background-color: var(--ass-primary);
}
.ass-licence-progress-bar-promo {
    height: 10px;
    background-color: #6ca7f9;
}
.ass-es-licence-pin {
    height: 10px;
    width: 10px;
    border-radius: 2px;
    background-color: var(--ass-primary);
}
.ass-es-licence-pin-promo {
    height: 10px;
    width: 10px;
    border-radius: 2px;
    background-color: #6ca7f9;
}
.ass-es-licence-collapse,
.ass-es-licence-expand {
    cursor: pointer;
    border-radius: 5px;
    transition: 0.2s;
    padding: 0 5px;
}
.ass-es-licence-collapse:hover,
.ass-es-licence-expand:hover {
    background-color: rgba(0, 0, 0, 0.15);
}
.ass-es-page-template-result-item {
    border-radius: 5px;
    padding: 10px 0px;
    border: 1px solid var(--ass-primary);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.ass-es-page-template-result-item-content {
    padding: 0px 10px;
}
.ass-es-page-template-image-result-item,
.ass-es-page-template-audio-result-item,
.ass-es-page-template-timeout-result-item {
    border-radius: 5px;
    padding: 10px 0px;
    border: 1px solid var(--ass-primary);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.ass-es-page-template-image-result-item-content,
.ass-es-page-template-audio-result-item-content,
.ass-es-page-template-timeout-result-item-content {
    padding: 0px 10px;
}
.ass-es-copy-btn {
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    transition: 0.2s;
    padding: 0 5px;
}
.ass-es-copy-btn:hover {
    border: none;
    background-color: rgba(0, 0, 0, 0.15);
}
.ass-es-save-image-to-library-btn,
.ass-es-save-image-download-btn,
.ass-es-save-audio-to-library-btn,
.ass-es-save-audio-download-btn {
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    transition: 0.2s;
    padding: 0 5px;
}
.ass-es-save-image-to-library-btn:hover,
.ass-es-save-image-download-btn:hover,
.ass-es-save-audio-to-library-btn:hover,
.ass-es-save-audio-download-btn:hover {
    border: none;
    background-color: rgba(0, 0, 0, 0.15);
}

.ass-copy-tooltip,
.ass-save-tooltip {
    position: absolute;
    top: -30px;
    right: 0;
    background: #333;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 999;
    display: none;
}
.ass-es-red-border {
    border-color: var(--ass-secondary) !important;
}
/* HTML: <div class="loader"></div> */
.ass-es-template-result-loader {
    width: 40%;
    height: 15px;
    border-radius: 4px;
    background: 
        linear-gradient(90deg,#0001 33%,#0005 50%,#0001 66%)
        #f2f2f2;
    background-size:300% 100%;
    animation: l1 1s infinite linear;
}
.ass-es-template-image-result-loader,
.ass-es-template-audio-result-loader {
    position: relative;
    width: 100%;
    border-radius: 4px;
    background: 
        linear-gradient(90deg,#0001 33%,#0005 50%,#0001 66%)
        #f2f2f2;
    background-size:300% 100%;
    animation: l1 1s infinite linear;
}
@keyframes l1 {
  0% {background-position: right}
}

.mce-i-assi_shortcode_icon_classic {
    background-image: url('../images/ass_sidebar_logo.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 20px !important;
    height: 20px !important;
}

.ass-es-open-ai-status {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    /* padding: 10px; */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.ass-es-open-ai-status-header {
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #d9d9d9;
}
.ass-es-open-ai-status-body {
    padding: 10px;
}
.ass-es-open-ai-status-body-icon {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    align-self: center;
}
.ass-es-open-ai-status-link {
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 0 5px 5px 0;
    border-left: 1px solid #d9d9d9;
}
.ass-es-open-ai-status-color-dark {
    background-color: rgba(33, 37, 41, 1);
}
.ass-es-open-ai-status-color-green {
    background-color: rgba(25, 135, 84, 1);
}
.ass-es-open-ai-status-color-yellow {
    background-color: rgba(255, 193, 7, 1);
}
.ass-es-open-ai-status-color-red {
    background-color: rgba(220, 53, 69, 1);
}
.ass-es-template-category-item {
    padding: 10px 0px;
    border-radius: 5px;
    background-color: #f0f0f0;
    cursor: pointer;
    transition: 0.2s;
}
.ass-es-template-category-item:hover {
    background-color: #dddddd;
}
.ass-es-template-category > .ass-active {
    background-color: var(--ass-primary) !important;
    color: #fff;
}
.ass-es-basic-loader {
  width: 35px;
  padding: 5px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--ass-primary);
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}
.ass-es-template-image-save-loader,
.ass-es-template-audio-save-loader {
  width: 17px;
  padding: 3px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--ass-primary);
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}
.ass-es-modal-custom-style-loader {
  width: 17px;
  padding: 3px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}

.ass-es-page-template-image-upload {
    background-color: var(--ass-primary);
    /* border: 1px solid var(--ass-primary); */
    border: none;
    border-radius: 5px;
    /* padding: 10px; */
    color: #fff;
    cursor: pointer;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.2s;
    min-width: 130px;
}
.ass-es-page-template-image-upload:hover {
    background-color: var(--ass-primary-hover);
    transform: translateY(-2px);
    /* border: 1px solid var(--ass-primary-hover); */
}
.ass-es-page-template-image-error-ctn {
    height: 0px;
    overflow: hidden;
}
.ass-es-page-template-image-error {
    color: #842029;
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
    border-radius: 5px;
    padding: 10px;
}
.ass-es-page-template-image-result-item-image-tag {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.ass-es-page-template-audio-result-item-audio-tag {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 50px;
}
.ass-es-page-template-result-divider {
    border-top: 2px solid #dcdcde !important;
}
#ass-es-circle-progress-text,
#ass-es-circle-progress-image,
#ass-es-circle-progress-audio {
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    margin: 10px;
    height: 80px;
}
.ass-es-circle-progress-image-text,
.ass-es-circle-progress-audio-text {
    position: absolute;
}
.ass-es-notification-icon-ctn {
    position: relative;
}
.ass-es-notification-icon {
    padding: 6px;
    cursor: pointer;
    transition: 0.2s;
    border-radius: 50%;
}
.ass-es-notification-icon:hover {
    background-color: #fff;
    color: var(--ass-primary);
}
.ass-es-notification-icon.ass-es-show-dot::after {
    content: '';
    position: absolute;
    background-color: var(--ass-secondary);
    border-radius: 50%;
    width: 6px;
    height: 6px;
    margin-top: 0px;
    margin-left: -6px;
}
.ass-es-notification-icon-dot {
    position: absolute;
    background-color: var(--ass-secondary);
    border-radius: 50%;
    width: 5px;
    height: 5px;
}
.ass-es-notification-dropdown {
    position: absolute;
    max-height: 400px;
    width: 330px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.3);
    left: -290px;
    top: 45px;
    z-index: 1100;
    overflow: hidden;
    color: black;
}
.ass-es-notification-empty {
    color: gray;
    padding: 10px 0px;
}
.ass-es-notification-list {
    max-height: inherit;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px;
}
.ass-es-notification-list-item {
    margin: 0px !important;
    border-radius: 10px;
    padding: 5px 5px;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, height 0.2s ease, padding 0.2s ease, margin 0.2s ease;
}
.ass-es-notification-list-item:hover {
    transform: translateY(-2px);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.ass-es-notification-list-header-icon {
    color: white;
    border-radius: 50%;
    padding: 7px;   
}
.ass-es-notification-list-delete-icon {
    margin-left: auto;
    color: var(--ass-secondary);
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    transition: 0.2s;
}
.ass-es-notification-list-delete-icon:hover {
    background-color: #ddd;
}
.ass-es-page-template-conversation-list {
    margin: 0px !important;
    padding: 0px !important;
}
.ass-es-page-template-conversation-list-item:first-of-type {
    border-top: 1px solid #d9d9d9;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}
.ass-es-page-template-conversation-list-item:last-of-type {
    border-bottom: 1px solid #d9d9d9;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.ass-es-page-template-conversation-list-item {
    position: relative;
    font-size: 13px !important;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    transition: 0.1s !important;
    padding: 10px 0px;
    background-color: var(--ass-background-gray);
    cursor: move;
    margin: 0 !important;
    overflow: hidden;
}
.ass-es-page-template-conversation-list-item-dragging {
    opacity: 0.5;
}
.ass-es-page-template-conversation-list-item-drag {
    cursor: move;
    padding: 0px 2px;
    color: gray;
}
.ass-es-page-template-conversation-list-item-drag-placeholder {
    border: 1px dashed rgba(0, 0, 0, 0.2) !important;
    box-shadow: none !important;
}
.ass-es-page-template-speaker-list-item {
    font-size: 13px !important;
    border-radius: 5px !important;
    border: 1px solid #d9d9d9;
    transition: 0.1s !important;
    padding: 5px 10px;
    background-color: var(--ass-background-gray);
}
.ass-es-page-template-speaker-list-item-delete {
    cursor: pointer;
}
.ass-es-page-template-conversation-list-item-delete {
    cursor: pointer;
    padding-right: 10px;
}
.ass-es-page-template-group {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    margin: 2px 4px;
}
.ass-es-switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
}

.ass-es-switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.ass-es-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 34px;
  box-shadow: inset 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
}

.ass-es-switch-slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 50%;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
}

input:checked + .ass-es-switch-slider {
  background-color: #1B1464;
}

input:checked + .ass-es-switch-slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.ass-es-page-template-conversation-speaker-1::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 3px;
    height: 100%;
    background-color: var(--ass-primary);
}
.ass-es-page-template-conversation-speaker-2::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 3px;
    height: 100%;
    background-color: var(--ass-secondary);
}
.ass-es-page-template-submit-ctn {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px -2px 5px -2px rgba(0, 0, 0, 0.2);
}
.ass-es-page-template-submit-ctn > div {
    padding: 5px 5px 5px 5px;
}
.ass-es-page-template-history-toggle {
    padding: 2px 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
}
.ass-es-page-template-history-toggle:hover {
    background-color: rgba(0, 0, 0, 0.15);
}
.ass-es-page-template-history-toggle.ass-es-active {
    transform: rotate(180deg);
}
.ass-es-page-template-history-wrapper {
    padding-top: 10px;
}
.ass-es-page-template-history {
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2) !important;
}
.ass-es-page-template-history-item {
    padding: 8px 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    transition: background-color 0.2s;
    cursor: pointer;
}
.ass-es-page-template-history-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.ass-es-page-template-history-item:first-of-type {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.ass-es-page-template-history-item:last-of-type {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.ass-es-page-template-history-item-variants-badge {
    border-radius: 10px;
    padding: 1px 7px;
    background-color: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.7);
}
.ass-es-page-template-history-item-toggle {
    padding: 1px 4px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 7px;
    cursor: pointer;
    transition: 0.2s;
}
.ass-es-page-template-history-item-toggle.ass-es-active {
    color: var(--ass-secondary);
    background-color: rgba(245, 54, 92, 0.2);
    transform: rotate(180deg);
}
.ass-es-page-template-history-variants-ctn {
    padding-left: 18px;
    padding-right: 10px;
}
.ass-es-page-template-history-variants-item {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 5px 10px;
    transition: 0.2s;
    position: relative;
    background-color: white;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2) !important;
    cursor: default;
}
.ass-es-page-template-history-variants-item:hover {
    border: 1px solid var(--ass-secondary);
}
.ass-es-page-template-history-variants-item-number {
    position: absolute;
    background-color: var(--ass-secondary);
    top: 6px;
    left: -9px;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    color: white;
}
.ass-es-page-template-history-item-action-reload {
    border: none;
    border-radius: 5px;
    padding: 2px 5px;
    cursor: pointer;
    transition: 0.2s;
    color: var(--ass-primary);
    background-color: transparent;
}
.ass-es-page-template-history-item-action-reload:hover {
    background-color: rgba(27, 20, 100, 0.2);
}
.ass-es-page-template-history-item-action-delete {
    border: none;
    border-radius: 5px;
    padding: 2px 5px;
    cursor: pointer;
    transition: 0.2s;
    color: var(--ass-secondary);
    background-color: transparent;
}
.ass-es-page-template-history-item-action-delete:hover {
    background-color: rgba(245, 54, 92, 0.2);
}
.ass-es-page-template-history-variants-item-copy,
.ass-es-page-template-history-variants-item-download,
.ass-es-page-template-history-variants-item-library {
    border: none;
    border-radius: 5px;
    padding: 2px 5px;
    cursor: pointer;
    transition: 0.2s;
    color: rgba(0, 0, 0, 0.7);
    background-color: rgba(0, 0, 0, 0.05);
}
.ass-es-page-template-history-variants-item-copy:hover,
.ass-es-page-template-history-variants-item-download:hover,
.ass-es-page-template-history-variants-item-library:hover {
    color: var(--ass-secondary);
    background-color: rgba(245, 54, 92, 0.2);   
}
.ass-es-page-template-history-variants-item-copy.ass-es-active,
.ass-es-page-template-history-variants-item-download.ass-es-active,
.ass-es-page-template-history-variants-item-library.ass-es-active {
    color: #008236 !important;
    background-color: #dcfce7 !important;
}
.ass-es-page-template-history-variants-item-library.ass-es-loading {
    color: var(--ass-primary) !important;
    background-color: rgba(27, 20, 100, 0.2) !important;
}
.ass-es-page-template-history-variants-item-library.ass-es-failed {
    color: var(--ass-secondary) !important;
    background-color: rgba(245, 54, 92, 0.2) !important;
}
.ass-es-page-template-history-variants-item-img {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.ass-es-page-template-history-variants-item-audio {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 50px;
}
.ass-es-page-template-result-item-text > h1,
.ass-es-page-template-history-variants-item-text > h1 {
    line-height: 2rem !important;
}
.ass-es-page-template-result-item-text > p,
.ass-es-page-template-history-variants-item-text > p {
    margin: 0px !important;
}
@media only screen and (max-width: 700px) {
    .ass-es-toggle-btn-text {
        display: none;
    }
    .ass-es-toggle-logo {
        max-width: none !important;
    }
    .ass-es-toggle-btn {
        padding: .5rem .6rem;
    }
}