html, body {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    font-family: 'Inter', sans-serif;
}

#root .radix-themes {
    height: 100%;
    width: 100%;
    display: flex;
}

.nav .nav-link {
    color: #000;
    opacity: 0.5;
}

.nav .nav-link.active {
    opacity: 1;
}

#ad_description, #blog-post-topic-container textarea, #blogPost_outline {
    min-height: 16rem;
}

a.card {
    text-decoration: none;
    transition: all 0.1s;
}
a.card:hover {
    border: 1px solid #2b7df8;
    background-color: hsl(216deg 94% 93%);
}

#ad-text-pos {
    border: 1px solid transparent;
    transition: border 0.1s;
    user-select: none;
}

#ad-text-pos:hover {
    border: 1px solid black;
}
#ad-preview-img {
    max-height: 300px;
    object-fit: cover;
}

.select-image img {
    border: 4px solid transparent;
}

.select-image .active {
    border: 4px solid #0d6efd;
}

label {
    font-weight: bold;
    font-size: 12px;
    color: rgb(75, 85, 99);
    user-select: none;
}

#new-message-container form {
    flex-wrap: wrap;
}
@media (min-width: 900px) {
    .generated-text-actions {
        opacity: 0;
        transition: all 0.1s;
    }
}

.generated-text-actions .material-icons {
    font-size: 18px;
}

.generated-text:hover .generated-text-actions {
    opacity: 1;
}

.generated-text .generated-text-actions a {
    color: #6c757d;
}

.integrated-generator .generated-text:hover {
    border: 1px solid #2b7df8;
    background-color: hsl(216deg 94% 93%);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    cursor: pointer;
    transform: scale(0.99);
    transition: all 0.2s;
}
.generated-text.is-used {
    border: 1px solid #2b7df8;
    background-color: hsl(216deg 94% 93%);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    cursor: pointer;
    transform: scale(0);
    transition: all 0.3s;
}

.standalone-generator .generated-text-actions {
}

.integrated-generator .generated-text-actions {
    position: absolute;
    top: 12px;
    right: 12px;
}

#outline-loading-indicator div {
    margin-bottom: 1rem;
}

#outline-loading-indicator h2 {
    font-size: 1rem;
    font-weight: bold;
}


#draft h2 {
    font-size: 1rem;
    font-weight: bold;
}

#form-group-blogPost_keywords {
    position: relative;
}

#form-group-blogPost_keywords .spinner-border {
    position: absolute;
    top: 42px;
    left: 12px;
}

#blog-post-topic-container label {
    font-weight: 500;
    font-size: 1rem;
    color: #6c757d;
    display: block;
    margin-bottom: 1rem;
}

.workflow-step {
    opacity: 0.5;
    transition: all 0.2s;
}

.workflow-step.active{
    opacity: 1;
}

#blog-post-editor-container {
    min-height: 100vh;
}
#blog-post-editor {
    position: relative;
    height: 100%;
}

#blog-post-editor h1 {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

#blog-post-editor h2 {
    font-size: 1.25rem;
    font-weight: bold;
}

.generator-card img {
    width: 32px;
}

.editor-toolbar {
    position: sticky !important;
    background: white;
    z-index: 10000;
    left: 0;
    right: 0;
    top: 0;
}

#blog-post-editor h2 {
    position: relative;
}

#blog-post-editor h2 button {
    display: none;
    position: absolute;
    top: -6px;
    right: 0;
}

#blog-post-editor h2:hover button {
    display: inline-block;
}

#navbar-logo {
    height: 42px;
}

a .card-title {
    color: #17120a;
    font-size: 1rem;
    font-weight: bold;
}

#startpage h2 {
    font-size: 1.24rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.navbar-nav .nav-item .nav-link {
    font-weight: 500
}

.navbar-nav .nav-item .nav-link.active {
    color: rgb(0 0 0)
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
    margin-right: auto;
    margin-left: auto
}

.generated-text.is-favorite textarea {
    border: 1px solid #0d6efd;
}

textarea[name="description"] {
    min-height: 16rem;   
}
.popover {
    --bs-popover-max-width: 600px;
}

.standalone-generator .generated-texts .generated-text textarea {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.standalone-generator .generated-texts .generated-text {
    position: relative;
}
.standalone-generator .card {
    min-height: 160px;
}

.back-to-documents-icon img {
    width: 32px;
}

.back-to-documents-icon {
    padding: 1rem;
    border-radius: 100%;
    display: inline-block;
    transition: all 0.1s;
}

.back-to-documents-icon:hover {
    background-color: hsl(216deg 94% 93%);
}

#file-header {
    color: rgb(75, 85, 99);
    padding-top: 1rem;
    display: flex;
    padding-bottom: 1.5rem;
}

#file-header img {
    height: 1rem;
}

img#cloud-sync-status {
    height: 24px;
}

#saving-changes {
    font-size: 14px;
    user-select: none;
}

.editor-toolbar {
    position: relative;
    padding: 1px 18px 17px;
    margin: 0 -20px;
    border-bottom: 2px solid #eee;
    margin-bottom: 20px;
    display: flex;
}

@media (min-width: 900px) {
}

.hovering-toolbar {
    position: absolute;
    z-index: 10000;
    top: -10000px;
    left: -10000px;
    margin-top: -6px;
    opacity: 0;
    background-color: rgb(37, 37, 37);
    border-radius: 4px;
    transition: opacity 0.5s;
    display: flex;
}

.hovering-toolbar .material-icons, .hovering-toolbar span {
    font-size: 18px !important;
}

.hovering-toolbar > span {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    transition: all 0.1s;
}

.hovering-toolbar > span:hover {
    background-color: rgba(255 255 255 / 0.155);
}

.hovering-toolbar > span.active {
    color: rgb(13 110 253);
}

.hovering-toolbar .expand {
    border-left: 1px solid rgba(255 255 255 / 0.155);

    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#testimonials {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    grid-auto-rows: minmax(50px, auto);
    text-align: center;
}

#testimonials > div {
    text-align: center;
}

#testimonials img {
    height: 32px;
    max-width: 100%;
    object-fit: contain;
    opacity: 0.7;
}
#quotes figure {
    width: 320px;
    margin-left: 1rem;
}

#quotes .stars img {
    height: 1.5rem
}

#quotes .stars {
    margin-bottom: 1rem;
}

#quotes .verified img {
    height: 1rem;
    margin-right: 8px;
}

#quotes .verified {
    display: flex;
    align-items: center;
    font-size: 12px;
    letter-spacing: 1.5px;
    color: rgb(3 161 154);
    font-weight: bold;
}

#company-dropdown {
    display: flex;
    align-items: center;
}

#company-dropdown img {
    height: 1rem;
}

#company-dropdown.dropdown-toggle::after {
    display: none;
}

.character-counter {
    color: #6c757d;
    opacity: 0.5;
    font-size: 12px;
    font-weight: 600;
}

.label-and-character-counter {
    display: flex;
    justify-content: space-between;
}

textarea.long-text {
    min-height: 16rem;
}

.title-suggestions button {
    text-align: left;
}

.lengths img {
    height: 1rem;
}

.lengths button.selected {
    border: 1px solid #0d6efd !important;
}

.lengths button.btn.btn-outline-light:hover {
    border: 1px solid hsl(216deg 98% 86%);
}

.lengths button.btn.btn-outline-light {
    overflow: hidden;
    border: 1px solid white;
}

.section-filters .btn {
    margin-right: 0.5rem;
    border: 1px solid #dee2e6;
    background-color: white;
    
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    font-size: 12px;
    color: #6c757d;
    transition: all 0.1s;
    border-radius: 20px;
    font-weight: 600;
}

.section-filters .btn.active, .section-filters .btn.active:hover {
    background-color: hsl(216deg 94% 51%);
    border: 1px solid hsl(216deg 100% 51%);
    color: hsl(216deg 100% 95%);
}

.section-filters .btn:hover {
    background-color: hsl(216deg 94% 93%);
    border: 1px solid #2b7df8;
    color: #2b7df8;
}

#upgrade-now-button svg {
}

.generated-text .voice {
    position: absolute;
    top: -8px;
    font-size: 10px;
    font-weight: 400;
    left: 30px;
}

.navbar .material-icons {
    font-size: 1rem;
}

#editor-sidebar .category {
    padding-bottom: 2rem;
}

#editor-sidebar .category h2 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.generator-card.requires-upgrade {
    opacity: 0.5;
    cursor: not-allowed;
}


.generator-card:hover {
    background-color: var(--accent-5);
    border-color: var(--accent-5) !important;
}


#users-new #testimonials {
    opacity: 0.7;
}

#chat-prompt {
    resize: none;
}

#editor-sidebar-container {
    transition: all 0.2s;
}

@media (max-width: 1000px) {
    .atlaskit-portal-container div[role="menu"] {
        max-height: 300px !important;
    }
}

#startpage .card-title {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#startpage .card-inner {
    overflow: hidden;
}