.main-content,
html {
    overflow-x: hidden
}

.default-btn {
    outline: none;
    border: none;
    cursor: pointer;
}

aside {
    background-color: var(--color-white-2);
    height: calc(100vh - 48px);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 999999999;
    transition: width .3s ease-in-out;
    width: fit-content;
    position: relative;
    min-width: 48px;
    border-right: 1px solid var(--color-gray-light);
    max-width: 48px;
    position: sticky;
    top: 48px;
    left: 0;
}

aside,
aside * {
    font-family: var(--font-family);
}

aside.opened {
    width: 200px;
    max-width: 200px;
}

aside:not(.hide-sidebar) .hide-on-open-sidebar {
    display: none !important;
}

.mianSidebar {
    transition: var(--sidebar-transition);
}

@media screen and (min-width:940px) {
    aside:not(.hide-sidebar):not(.opened) .mianSidebar {
        height: calc(100vh - 48px);
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        max-width: 200px;
        background-color: var(--color-white);
        border-right: 1px solid var(--color-gray-light);
    }

    aside.hide-sidebar .mianSidebar {
        width: 48px;
        max-width: 48px;
        position: static;
    }

    aside.hide-sidebar .sidebar-option {
        display: flex;
        justify-content: center;
    }

    aside.hide-sidebar .skeleton {
        height: 24px;
    }

    aside.hide-sidebar .sidebar-hide-part {
        display: none;
    }

    aside.hide-sidebar .sidebar_add_note {
        padding: 8px;

        .create__new__note {
            padding: 10px;
        }
    }

}

.main-container,
body {
    min-height: 100vh
}

aside a {
    transition: none;
}

.holder,
.label__dropdown,
.main-content,
aside a,
body {
    position: relative
}

.popup,
.secondPopUp {
    transition: .3s cubic-bezier(.175, .885, .32, 1.275)
}

#searchResult,
.errorSnap .popup__header div:first-of-type {
    max-width: 350px
}


.applicationsPopup .row a:hover {
    background-color: var(--color-gray-accent);
    color: var(--hover-text) !important;
}

#content,
#viewAllBox {
    padding: 0 0 30px
}

:root {
    --sidebar-transition:width 0.2s cubic-bezier(0.42, 0, 0, 1.03);
    --bg-gray: #F0F0F0;
    --color-paragraph: #5E5D5D;
    --color-primary: #18639c;
    --color-secondary: #02dac5;
    --color-gray: #a0a0a0;
    --color-gray-shadow: #77777725;
    --color-gray-light: #eceef0;
    --color-gray-accent: #F9F9F9;
    --color-white: #fff;
    --color-white-2: #fff;
    --color-light-blue: #CAEBFF;
    --toogle-switch: #00549c;
    --color-blue-light:#EBF5FE;
    --gray-gradient: #F4F6F7;
    --filter-inverse: invert(0);
    --color-black: #000;
    --default-font-size: 18px;
    --default-14-font-size: 14px;
    --border-radius-default: 5px;
    color-scheme: light;
    --font-family: "Open Sans", sans-serif;
    --profile-icon: brightness(0) saturate(100%) invert(0%) sepia(5%) saturate(7500%) hue-rotate(202deg) brightness(101%) contrast(96%);
    --theme-btn: #18639c;
    --topbar-color: #5E5D5D;
    --doc-icon: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(11%) hue-rotate(250deg) brightness(99%) contrast(99%);
    --popup-activecolor: #18639c;
    --black-icon: brightness(0) saturate(100%) invert(71%) sepia(3%) saturate(10%) hue-rotate(353deg) brightness(92%) contrast(82%);
    --danger-icon: brightness(0) saturate(100%) invert(41%) sepia(29%) saturate(1094%) hue-rotate(313deg) brightness(106%) contrast(99%);
    --filter-pragraph: brightness(0) saturate(100%) invert(39%) sepia(15%) saturate(0%) hue-rotate(283deg) brightness(87%) contrast(88%);
    --copy-hover: black;
    --border-color-gray-light: #EAECF0;
}

:root.dark {
    --bg-gray: #252525;
    --color-paragraph: #fff;
    --color-primary: #248DDD;
    --color-secondary: #02dac5;
    --color-gray: #ececec;
    --color-gray-shadow: #3838382c;
    --color-gray-light: #424242;
    --color-gray-accent: #424242;
    --color-white: #181818;
    --color-white-2: #181818;
    --gray-gradient: #000000;
    --color-black: #e0e0e0;
    --toogle-switch: #00549c;
    --filter-inverse: invert(1);
    --default-font-size: 18px;
    --border-radius-default: 5px;
    --font-family: "Open Sans", sans-serif;
    color-scheme: dark;
    --profile-icon: brightness(0) saturate(100%) invert(94%) sepia(96%) saturate(0%) hue-rotate(229deg) brightness(105%) contrast(103%);
    --theme-btn: transparent;
    --topbar-color: #fff;
    --filter-pragraph: brightness(0) saturate(100%) invert(100%) sepia(92%) saturate(185%) hue-rotate(327deg) brightness(122%) contrast(99%);
    --doc-icon: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(331deg) brightness(102%) contrast(101%);
    --black-icon: brightness(0) saturate(100%) invert(97%) sepia(99%) saturate(1%) hue-rotate(89deg) brightness(105%) contrast(100%);
    --popup-activecolor: #18639c
}

:root.dark-green {
    --color-primary: #00e980;
    --color-secondary: #00e980;
    --color-gray: #ececec;
    --color-gray-shadow: #3838382c;
    --color-gray-light: #012e46;
    --color-white: #011926;
    --color-white-2: #000c13;
    --toogle-switch: #00e980;
    --gray-gradient: linear-gradient(#00151f, #011926);
    --color-black: #e0e0e0;
    --filter-inverse: invert(1);
    --default-font-size: 18px;
    --border-radius-default: 5px;
    --font-family: "Open Sans", sans-serif;
    color-scheme: dark;
    --profile-icon: brightness(0) saturate(100%) invert(83%) sepia(36%) saturate(4851%) hue-rotate(98deg) brightness(92%) contrast(107%);
    --theme-btn: transparent;
    --topbar-color: #fff;
    --doc-icon: brightness(0) saturate(100%) invert(83%) sepia(36%) saturate(4851%) hue-rotate(98deg) brightness(92%) contrast(107%) !important;
    --black-icon: brightness(0) saturate(100%) invert(97%) sepia(99%) saturate(1%) hue-rotate(89deg) brightness(105%) contrast(100%);
    --filter-pragraph: brightness(0) saturate(100%) invert(39%) sepia(15%) saturate(0%) hue-rotate(283deg) brightness(87%) contrast(88%)
}

:root.light-blue {
    --color-primary: #385eca;
    --color-secondary: #385eca;
    --color-gray: #000;
    --color-gray-shadow: #385eca;
    --color-gray-light: #b6bdd1;
    --color-white: #fff;
    --color-white-2: #c8cedf;
    --gray-gradient: linear-gradient(#f2f4f5, #e1e4ee);
    --filter-inverse: invert(0);
    --color-black: #000;
    --default-font-size: 18px;
    --border-radius-default: 5px;
    color-scheme: light;
    --font-family: "Open Sans", sans-serif;
    --profile-icon: brightness(0) saturate(100%) invert(0%) sepia(5%) saturate(7500%) hue-rotate(202deg) brightness(101%) contrast(96%);
    --theme-btn: #18639c;
    --topbar-color: #000;
    --doc-icon: brightness(0) saturate(100%) invert(0%) sepia(5%) saturate(7500%) hue-rotate(202deg) brightness(101%) contrast(96%);
    --popup-activecolor: #18639c;
    --black-icon: brightness(0)
}

:root.dark {

    .toolbar i,
    .toolbar .icon,
    .dropdown .icon,
    .dropdown i,
    .draggable-block-menu button,
    .draggable-block-menu .icon,
    .floating-text-format-popup i,
    .floating-text-format-popup .icon,
    .typeahead-popover ul li i {
        filter: brightness(0) invert(1);
    }

    .ContentEditable__root>*:not(.PlaygroundEditorTheme__layoutContainer) {
        filter: invert(1);
    }

    .PlaygroundEditorTheme__layoutContainer {
        color: var(--color-black);
    }

    .sidebar-notes .hide-on-open-sidebar {
        filter: invert(1);
    }

}

body {
    background: var(--gray-gradient);
    font-size: var(--default-font-size);
    font-family: var(--font-family);
    line-height: 1.8
}

.d-none {
    display: none !important
}

.main-content {
    width: 100%;
    display: flex;
}

#img_toggler {
    filter: var(--filter-inverse)
}


#viewAllBox,
.active .tooltip p,
.formating__langauge {
    display: none
}


.nav__toggler {
    display: none;
    z-index: 9999;
    padding: 6px;
    width: 32px;
    height: 32px;
    padding: 4px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-gray-light);
    border-radius: 4px;
    background-color: transparent;
}

.nav__toggler:hover {
    background-color: var(--bg-gray);
}
.close-image {
    display: none;
    padding: 6px;
    width: 24px;
    height: 24px;
}
.nav__toggler.iconVisible .close-image {
    display: block;
}
.nav__toggler.iconVisible .bar-image {
    display: none;
}


#searchResult {
    border: 1px solid var(--color-gray-light)
}


aside nav {
    display: flex;
    flex-direction: column;
    height: 100%
}


aside::-webkit-scrollbar {
    display: none !important
}

.header-main {
    grid-column: span 2;
    position: sticky;
    top: 0;
    z-index: 10;
}




.sidebar_add_note {
    padding: 16px 12px 8px 12px;
}

.create__new__note {
    padding: 12px;
    border-radius: 8px;
    background-color: var(--color-light-blue);
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-primary);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    transition: box-shadow .08s linear, min-width .15s cubic-bezier(0.4, 0, 0.2, 1);
}

.create__new__note:hover {
    box-shadow: 0 1px 3px 0 rgba(60, 64, 67, .3), 0 4px 8px 3px rgba(60, 64, 67, .15);
    background-color: #c2e7ff;
}

.alignment-center {
    display: flex;
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

.container__header {
    padding: 12px;
}

.container__header span {
    color: #5E5D5D;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
}

.view__all__notes_btn {
    background-color: transparent;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    color: var(--color-primary);
}
.view__all__notes_btn:hover {
    text-decoration: underline;
}

.notes__view__container {
    display: flex;
    flex-direction: column;
    max-height: 200px;
    overflow: hidden;
}

.sidebar-notes {
    position: relative;
}

.sidebar-notes .deleteBtn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.sidebar-notes .deleteBtn:hover img{
    filter: invert(16%) sepia(95%) saturate(7475%) hue-rotate(2deg) brightness(105%) contrast(110%) !important;
}

.sidebar-notes .skeleton {
    display: block;
    height: 20px;
    border-radius: 5px;
    background: var(--color-gray-light);
    position: relative;
    overflow: hidden;
}

.sidebar-notes:nth-child(1) .skeleton {
    width: 120px;
}

.sidebar-notes:nth-child(2) .skeleton {
    width: 60px;
}

.sidebar-notes:nth-child(3) .skeleton {
    width: 150px;
}

.sidebar-notes:nth-child(4) .skeleton {
    width: 100px;
}

.sidebar-notes .skeleton::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150px;
    height: 100%;
    width: 150px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    animation: shimmer 1.2s infinite;
}

.sidebar-notes span,
.sidebar-option,
.create__new__note span,
.container__header {
    text-wrap: nowrap !important;
}

.sidebar-notes span {
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


@keyframes shimmer {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(250px);
    }
}

.notes__view__container:has(a.remaining-notes.show) {
    max-height: fit-content;
}

.notes__view__container a {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: var(--color-black);
}

.notes__view__container a.remaining-notes {
    display: flex;
    overflow: hidden;

    max-height: 0;
    opacity: 0;
    transform: translateX(40px);

    transition:
        max-height 0.25s ease,
        opacity 0.2s ease,
        transform 0.25s ease;
}

/* stagger delays */
.notes__view__container a.remaining-notes.show>*:nth-child(1) {
    transition-delay: 0.05s;
}

.notes__view__container a.remaining-notes.show>*:nth-child(2) {
    transition-delay: 0.1s;
}

.notes__view__container a.remaining-notes.show>*:nth-child(3) {
    transition-delay: 0.15s;
}

.notes__view__container a.remaining-notes.show>*:nth-child(4) {
    transition-delay: 0.2s;
}

.notes__view__container a.remaining-notes.show {
    max-height: 80px;
    opacity: 1;
    transform: translateX(0);
}

.notes__view__container a button {
    display: none;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.notes__view__container a button img {
    width: 12px;
    height: 12px;
}

.notes__view__container a:hover {
    background-color: var(--hover-doc);
}
.notes__view__container a.active {
    background-color: var(--color-blue-light);
}

.notes__view__container a:hover button {
    display: block;
}

.notes__view__container a:hover img {
    filter: var(--doc-icon);
}

.sidebar__block__wrapper {
    border: 1px solid var(--color-gray-light);
    border-left: none;
    border-right: none;
}

.sidebar__option__container a:hover {
    background-color: var(--hover-doc);
}

.sidebar-option {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: var(--color-black);
}

.sidebar_application .sidebar-option {
    padding: 8px 12px;
}

.sidebar_application .sidebar-option:hover img[alt="Application"] {
    width: 16px;
    height: 16px;
}

.sidebar-option .alignment-center {
    gap: 8px;
}

.sidebar-option .sidebar__option__new__tag {
    color: var(--color-red);
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0;
    min-width: 24px;
}

.sidebar__bottom_container {
    border-bottom: 0;
}

.sidebar__bottom_container .sidebar-option {
    padding: 8px 12px;
}

.inverted-image {
    filter: invert(1);
}

.rotate-180 {
    transform: rotate(180deg);
}

.sidebar__body {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar__body::-webkit-scrollbar {
    display: none;
}

aside:hover .sidebar__body::-webkit-scrollbar {
    display: block;
}

.new-tools.sidebar-option,
.sidebar_application .sidebar-option {
    position: relative;
}

.new-tools.sidebar-option .sidebar__option__new__tag,
.sidebar_application .sidebar-option img[alt="Application"] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 150ms ease-in-out;
}

aside:not(.hide-sidebar) .new-tools.sidebar-option,
aside:not(.hide-sidebar) .sidebar_application .sidebar-option {
    min-width: 200px;
}


.holder-menu {
    padding-bottom: 50px;
}

.about_tool_img {
    width: 24;
    height: 24;
    padding: 4px;
}

.mianSidebar .nav-btn-MinMax,
aside a {
    align-items: center;
    display: flex;
    width: 100%;
    cursor: pointer
}

aside a {
    text-decoration: none;
}

.header__search_bar_input_label {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.search__with__icon_container {
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    padding: 2px 8px;
    background: var(--color-white);
    border: 1px solid var(--color-gray-light);
    min-height: 32px;
}

.header__search_bar_input {
    border: none;
    outline: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    width: 128px;
    background-color: transparent;
}

.top_header_shortcut {
    border-radius: 4px;
    min-width: 28px;
    min-height: 20px;
    background-color: var(--hover-doc);
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--shortcut-key-bg);
}

.top_header_shortcut.search__short__key_2 {
    min-width: 20px;
}

.search-input-container:has(.header__search_bar_input:focus) .search__with__icon_container {
    background-color: var(--hover-doc);
}

.header__search_bar_input:focus {
    width: 184px;
}

.search-input-container:has(.header__search_bar_input:focus) .top_header_shortcut {
    display: none;
}

.mianSidebar {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.mianSidebar .nav-btn-MinMax {
    text-align: center;
    padding: 16px;
    justify-content: center
}

.mianSidebar .nav-btn-MinMax img {
    width: 32px;
    height: 32px
}


header .right__header .icon__btn {
    min-width: 32px !important;
    height: 32px
}



.sponser_link {
    display: flex;
    align-items: center;
    gap: 15px
}

::-webkit-scrollbar {
    background: var(--color-gray);
    width: 6px;
    height: 4px
}

.popup__wrapper::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
    background: var(--color-primary)
}

#searchResult {
    background-color: var(--color-white)
}

.row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.left__header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sidebar-menu-toggle-container {
    display: flex;
    align-items: center;
    height: fit-content;
}

.file__section {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 148px;
}

.file__section img {
    cursor: pointer;
}

.file__section span {
    cursor: pointer;
}


.right__header {
    justify-content: end
}

#trustpilot {
    display: none;
    flex-direction: column;
    padding: 24px 30px 28px 30px;
    gap: 16px;
    position: fixed;
    right: 40px;
    bottom: 210px;
    align-items: center;
    justify-content: center;
    background: var(--color-white-2);
    border: 1px solid var(--color-gray-light);
    border-radius: 8px;
    z-index: 50;
    animation: slideUp 0.2s ease-out forwards;
    width: fit-content;
    box-shadow: 1px 4px 12px 0px #00000014;

    .like_our_site {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: var(--color-black);
    }

    #close-trustpilot {
        position: absolute;
        top: 8px;
        right: 8px;
        cursor: pointer;
    }

    #js-rating-btn {
        padding: 8px 24px;
        background-color: var(--color-white);
        border: 1px solid var(--color-gray-light);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        text-decoration: none;
        color: var(--color-paragraph);
        border-radius: 8px;

        &:hover {
            border: 1px solid #02DAC5;
        }

        .rate_us_on {
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0%;
        }

    }
}

@keyframes slideUp {
    0% {
        bottom: 210px;
    }

    100% {
        bottom: 110px;
    }
}

@media only screen and (max-width:1120px) {
    .sponser_link {
        display: none
    }
}

@media only screen and (max-width:768px) {
    aside nav {
        overflow: auto;
        height: 100%;
    }

    .auto-save-popup-container {
        right: 0 !important;
        bottom: 124px !important;
    }

    .file__section {
        display: block;
        display: flex;
        align-items: center;
        gap: 10px
    }

    .file__section img {
        display: block;
        width: 24px;
        height: 24px
    }

    .file__section span {
        font-size: 14px !important
    }

    .input__group {
        position: relative !important;
        gap: 0 !important;
        height: unset !important;
        margin-bottom: 0
    }
}

@media only screen and (max-width:660px) {
    .right__header {
        flex-direction: row
    }
}

@media only screen and (max-width:940px) {
    .formating__langauge {
        display: flex
    }

    aside .hide-on-open-sidebar {
        display: none !important;
    }

    .nav-btn-MinMax {
        display: none !important
    }

    .mianSidebar {
        position: absolute !important;
        left: 0 !important;
        z-index: 9999 !important;
        width: 100% !important;
        /* background-color: var(--color-white); */
        top: 0 !important
    }

    aside {
        position: fixed;
        height: 100vh !important;
        border-right: 1px solid var(--color-gray-light);
    }

    .main-content {
        width: 100%;
        padding-left: 0;
        position: relative;
        grid-column: span 2;
    }

    .sidebar {
        transition: .3s cubic-bezier(.175, .885, .32, 1.275);
        left: -100%
    }

    .popup,
    .secondPopUp {
        min-width: 280px !important;
        width: 90%
    }

    .right__header {
        display: none
    }

    .nav__toggler {
        display: flex;
    }

    .downloadPopup,
    .feedback__popup,
    .login_popup,
    .popup__header {
        min-width: 280px
    }

    .input__group {
        gap: 5px
    }

    .sidebar-menu-toggle-container {
        display: none;
    }

    .file__section {
        min-width: fit-content;
    }

    .doc__title__wrapper {
        width: 100%;
    }

    .doc__title__wrapper #doc__title {
        width: 100% !important;
        max-width: 100% !important;
        max-height: fit-content !important;
        padding: 8px 12px !important;
        border: none !important;
        border-bottom: 1px solid var(--color-gray-light) !important;
    }
}


@media only screen and (max-width:450px) {
    .nav_btn {
        align-self: end
    }
}

@media only screen and (max-width:400px) {
    header .right__header .icon__btn {
        min-width: 30px !important;
        height: 30px
    }

    .responsive-logo {
        width: 25px
    }

    .login_popup .row button {
        padding: 5px !important
    }

    .login_popup .popup__body .row {
        padding-right: 0 !important
    }

    #contact_success .popup__body img {
        width: 100% !important
    }
}

@media only screen and (max-width:375px) {

    .file__section span {
        font-size: 14px !important
    }
}

.file__section span {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    max-width: 52px;
}

#searchResult,
.input__group input {
    font-size: var(--default-font-size)
}

.nav_btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px
}

.filter-paragraph {
    filter: var(--filter-pragraph) !important
}

@media only screen and (max-width:640px) {

    .viewcard__searchbar,
    .viewcard__searchbar>div {
        flex-direction: column
    }

    .viewcard__searchbar div select {
        padding: 16px 10px
    }

    .assign__label {
        min-width: 320px !important;
        width: 90%
    }

    body {
        background-color: var(--color-white) !important
    }

    .responsive-logo {
        width: 30px
    }

    .mianSidebar {
        top: 58px
    }


    .input__group {
        position: relative !important;
        gap: 0 !important;
        height: unset !important;
        margin-bottom: 0
    }

    .input__group input {
        padding: 10px !important
    }

}

#searchResult,
.popup__wrapper {
    position: fixed;
    width: 100%;
    overflow: auto
}

.row {
    gap: 20px
}

.input__group {
    display: flex;
    flex-direction: column
}

.input__group input {
    padding: 10px 20px;
    border: 1px solid var(--color-gray-light) !important;
    border-radius: var(--border-radius-default);
    background: var(--color-white-2);
    color: var(--color-black)
}

.input__group input:focus {
    outline: 0;
    border: 1px solid var(--color-primary) !important
}

#searchResult {
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999999990;
    display: none;
    max-height: 250px;
    box-shadow: 13px 12px 20px 4px #0000000f;
    margin-top: 10px;
    border-radius: 5px
}

#searchPopup {
    min-width: 420px
}

#searchPopup .popup__header {
    display: flex;
    justify-content: end;
    height: auto;
    padding: 0 !important
}

#searchPopup .popup__header .popup__close {
    color: var(--color-black);
    position: relative;
    padding: 3px 20px
}

#searchPopup .popup__body {
    padding: 0 2em 2em
}

.search {
    display: flex;
    flex-direction: row;
    padding: 5px 15px;
    border: 1px solid var(--color-gray-light);
    border-radius: 5px;
    gap: 10px
}

.search input,
.search input:focus {
    border: none !important
}

.search img {
    height: 24px;
    filter: var(--filter-inverse);
    transform: scale(-1) rotate(270deg)
}

.search input {
    padding: 0 !important;
    width: 100%
}

.popup__wrapper {
    background-color: rgba(0, 0, 0, .4);
    z-index: 999999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    justify-content: center;
    padding: 0;
    display: none
}

.popup,
.secondPopUp,
.sharePopup .row a {
    color: var(--color-black);
    background-color: var(--color-white)
}

.popup,
.secondPopUp {
    min-width: 300px;
    border-radius: 10px;
    width: 800px;
    height: max-content;
    overflow-x: hidden;
    position: relative;
    top: 0
}

.popup .popup__body {
    height: 70vh
}

.secondPopUp {
    width: auto;
    max-height: 800px;
    margin-top: 50px;
    min-width: 350px
}

.secondPopUp .popup__header {
    background-color: var(--color-primary);
    padding: 0 0 0 1rem;
    border-bottom: 1px solid var(--color-border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color-white);
    font-size: var(--default-font-size);
    border-radius: 10px 10px 0 0;
    position: sticky;
    top: 0;
    left: 0;
    width: 101%;
    z-index: 3333;
    height: 55px
}

.popup .popup__header {
    width: 100%;
    padding: 16px 24px;
    border-bottom: 1px solid var(--color-border);

    .popup__title {
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
    }

    .popup__close {
        color: var(--color-black);
        font-size: 24px;
        padding: 16px 20px;
    }
}

#new__label__dropdown p span,
#filter__by__label p span {
    color: var(--color-black);
}

.label__dropdown>div:nth-child(2) p span:nth-child(1) {
    display: flex;
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

.label__dropdown>div:nth-child(2) p {
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 4px;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid var(--color-gray-light) !important;
}

.secondPopUp .popup__header {
    color: var(--color-black) !important;
    padding: 10px 30px !important
}

.errorSnap .popup__header {
    gap: 40px
}

.applicationsPopup,
.downloadPopup,
.feedback__popup,
.login_popup,
.popup__header {
    min-width: 450px
}

.applicationsPopup .popup__body a span:not(.file_size),
.downloadPopup .popup__body button span:not(.file_size),
.login_popup .popup__body button span:not(.file_size) {
    font-size: 18px !important;
    color: var(--color-black) !important;
    font-weight: 700 !important
}

.applicationsPopup .popup__footer {
    padding: 0 30px 15px;
    justify-content: center;
    align-items: center;
    display: flex
}

.applicationsPopup .row a img {
    width: 45px;
    height: 45px
}

.applicationsPopup .row a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 20px;
    text-decoration: none
}

.downloadPopup .popup__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px 15px
}

.sharePopup .row a {
    text-decoration: none;
    border: 1px solid var(--color-gray);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 20px 10px;
    width: 130px;
    height: 90px;
    font-size: 14px
}

.sharePopup .row a span {
    margin-top: 10px
}

.sharePopup .row a:hover {
    background-color: var(--color-gray-shadow)
}

#notes__filter,
#popup__searchBtn,
.feedback__popup .row button:hover {
    background-color: var(--color-white)
}

.downloadPopup .btn_dark {
    color: var(--color-white);
    background-color: var(--color-black);
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px
}

.popup__close {
    background-color: transparent;
    padding: 10px 20px;
    border: none;
    color: var(--color-white);
    font-size: 30px;
    cursor: pointer;
    border-radius: 10px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5555
}

.popup__body {
    padding: 16px 24px;
    overflow: auto
}

.btn__primary {
    background-color: var(--color-secondary);
    border: none;
    color: var(--color-white-2);
    font-size: var(--default-font-size);
    padding: 10px 20px;
    margin: 30px auto 10px;
    text-align: center;
    border-radius: var(--border-radius-default);
    cursor: pointer
}

.card__footer small,
.popup__dismiss {
    color: var(--color-gray)
}

#popup__searchBtn,
.assign__label>div,
.card__footer {
    padding: 10px;
    display: flex
}

.cardsRow {
    display: flex;
    flex-wrap: wrap
}

.popup__search__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 7px;
    flex: 1;
    border: 1px solid var(--color-gray-light);
    padding: 8px 12px;
    background-color: var(--color-white-2)
}

.popup__search__wrapper img {
    width: 20px;
    height: 20px;
    flex-shrink: 0 !important;
    flex: unset !important;
}

#popup__searchBtn {
    border: none;
    outline: 0;
    background: transparent;
    flex: 1;
    font-size: 16px;
    font-family: inherit;
    color: var(--color-text);
    padding: 0
}

#popup__searchBtn::placeholder {
    color: var(--color-gray-dark)
}

.viewcard__searchbar {
    display: flex;
    margin-bottom: 20px;
    gap: 20px
}

#notes__filter {
    border: 1px solid var(--color-gray-light);
    border-radius: 7px;
    min-width: 150px
}

.viewcard__searchbar>div {
    display: flex;
    gap: 20px;
    flex: 1
}

.viewcard__searchbar>div>* {
    flex: 1
}

.viewCard {
    flex: 1;
    min-width: 100%;
    position: relative;
    transition: .3s ease-in-out;
    border-bottom: 1px solid var(--color-gray-light);

    .card__footer small {
        color: var(--color-paragraph);
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
}

.viewCard .card__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;

    a {
        color: var(--color-black);
        text-decoration: none;
    }
}

.viewCard:hover {
    background-color: #f7f7f7;
}

.card__footer {
    justify-content: space-between;
    padding: 0 10px;
    position: relative;

    a::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
}

.card__footer>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 12px 0 0;

    &:first-child {
        justify-content: space-between;
        flex: 1;
        padding: 0 24px 0 0;
        flex-wrap: wrap;
    }
}

.card__footer>div:nth-child(2) {
    align-self: flex-end;
    /* flex-direction: column; */
    gap: 12px;
}

.filtered__content .card__footer>div:nth-child(2) {
    margin-block: 12px;
}

.viewCard .noteColorList {
    /* display: flex; */
    display: none;
    gap: 10px;
    padding-top: 0;
    align-items: end;
    background: var(--color-white-2)
}

.card__footer>div>div {
    display: flex;
    margin: 12px 0;
}

.card__footer>div>div:nth-child(2) {
    gap: 8px
}

.notes-section-btns {
    gap: 12px !important;
}

.card__footer .deleteBtn,
.card__footer .labelBtn {
    background: 0 0;
    border: none;
    color: var(--color-white);
    cursor: pointer;
    position: relative
}

.card__footer .labelBtn>img {
    width: 20px !important;
    height: 20px !important
}

.card__footer .deleteBtn>img,
.card__footer .labelBtn>img {
    filter: none !important;
    width: 16px !important;
    height: 16px !important;
    filter: var(--filter-inverse) !important;
    transition: .2s ease-in-out;
    filter: invert(1) !important;
}

.card__footer .deleteBtn:hover img,
.card__footer .labelBtn:hover>img {
    transform: scale(1.1);
    filter: var(--doc-icon)
}

.assign__label {
    position: absolute;
    min-width: 400px;
    max-width: 400px;
    background: var(--color-white);
    z-index: 10000;
    flex-direction: column;
    border: 1px solid var(--color-gray-light);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    display: none
}

.assign__label.show {
    display: flex !important;
}

#new__label__dropdown.show,
#filter__by__label.show {
    display: flex !important;
    flex-direction: column;
    gap: 8px;
    background-color: var(--color-white-2);
}

.notes-updated-at {
    min-width: 140px;
}

.notes-label {
    display: inline-block;
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
    padding: 4px 6px;
    border-radius: 2rem;
    border: 1px solid var(--label-color);
    color: var(--label-color);
}

#dismissLabelPopup {
    cursor: pointer
}

#create__new__label {
    display: flex;
    align-items: center;
    gap: 6px
}

.assign__label>div {
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-gray-light)
}

.assign__label>div:nth-child(2) {
    flex-direction: column;
    padding: 10px !important
}

.label__dropdown>div:first-child {
    width: 100%;
    border: 1px solid var(--color-gray-light) !important;
    padding: 6px 10px;
    border-radius: 7px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    cursor: pointer
}

.label__dropdown>div:nth-child(2) {
    padding: 6px 10px;
    border: 1px solid var(--color-gray-light) !important;
    border-radius: 7px;
    position: absolute;
    margin-top: 10px;
    width: 100%;
    background: #fff;
    display: none;
    max-height: 300px;
    overflow-y: auto;
    cursor: pointer
}

.assign__label a,
.assign__label button {
    font-size: 16px;
    background: var(--color-white-2);
    border: none;
    outline: 0;
    padding: 8px 10px;
    border: 1px solid var(--color-gray-light) !important;
    min-width: 90px;
    border-radius: 7px;
    color: var(--color-black);
    text-decoration: none;
    cursor: pointer
}

.assign__label #assignLabelBtn {
    background-color: var(--color-primary);
    color: #fff
}

.secondPopUp {
    display: none
}

.secondPopUp .popup__header {
    background-color: transparent;
    overflow: hidden;
    height: 100%
}

.secondPopUp .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center
}

.secondPopUp .row button {
    background-color: transparent;
    border: none;
    outline: 0;
    cursor: pointer;
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    color: var(--color-gray)
}

.secondPopUp .row button img {
    transition: .3s ease-out
}

.secondPopUp .row button:hover img {
    transform: scale(1.1);
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, .2))
}

.applicationsPopup .row>a,
.download__btn {
    padding: 15px 50px;
    position: relative;
    border: 1px solid var(--color-gray) !important;
    border-radius: 5px
}

.download__btn.active {
    border-color: var(--color-primary) !important
}

.download__btn::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
    background-color: var(--color-gray);
    border-radius: 50%
}

.download__btn.active::after,
.shareLink::before {
    background-color: var(--color-primary)
}

.secondPopUp .row .download__btn img {
    width: 45px !important
}

.shareLink {
    cursor: pointer;
    position: relative
}

.shareLink::before {
    opacity: 0;
    visibility: hidden;
    content: "Copied";
    position: absolute;
    bottom: 0;
    left: 34px;
    color: var(--color-white);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    z-index: 9999999;
    transition: .1s ease-out
}

.btn-primary {
    background-color: var(--color-secondary) !important;
    padding: 10px 30px;
    cursor: pointer
}

#contact_success {
    max-width: 450px;
    text-align: center
}

#contact_success .btn-primary {
    margin: auto auto 30px;
    border-radius: 5px;
    border: none;
    position: relative !important;
    top: unset !important;
    left: unset !important;
    padding: 10px 30px;
    font-size: 18px
}

.login_popup .popup__header {
    border-bottom: 1px solid var(--color-gray)
}

.login_popup .row {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 20px !important
}

.login_popup .row button {
    display: flex !important;
    flex-direction: row !important;
    border: 1px solid var(--color-gray);
    padding: 15px 10px 15px 15%;
    width: 100%;
    border-radius: 5px
}

.login_popup .popup__footer {
    border-top: 1px solid var(--color-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0
}

.popup__dismiss {
    background: 0 0;
    border: none;
    cursor: pointer;
    text-align: center;
    font-size: 16px
}

.errorSnap .popup__footer,
.sharePopup .popup__footer {
    display: grid;
    place-content: center;
    margin-bottom: 20px;
    margin-top: 15px
}

.feedback__popup .row button {
    padding: 15px 30px 10px;
    background: var(--color-gray-light);
    border-radius: 5px;
    width: 100px
}

.feedback__popup .row button img {
    width: 30px;
    border-radius: 50%
}

.feedback__popup .row button:hover img {
    background-color: #ffd053
}

.feedback__popup .row button:hover {
    box-shadow: 0 3px 10px var(--color-gray-shadow);
    font-weight: 700
}

.message_div {
    display: flex;
    align-items: center;
    width: 90%;
    gap: 10px
}

.message_div textarea {
    width: 100%;
    min-height: 120px;
    border: 1px solid var(--color-gray);
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    resize: none
}

.message_div button img {
    width: 40px
}

.message_div button {
    background-color: transparent;
    border: none;
    cursor: pointer
}

.message_div textarea:focus {
    outline: 0
}

.emoji_box,
.message_box {
    position: absolute;
    transform: translate(0, -100px);
    opacity: 0;
    visibility: visible;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out
}

.message_box {
    width: 100%
}

.feedback__popup .popup__body {
    height: 180px;
    width: 635px
}

@media only screen and (max-width:768px) {
    .input__group {
        position: relative !important;
        gap: 0 !important;
        height: unset !important;
        margin-bottom: 0
    }
}

@media only screen and (max-width:940px) {

    .popup,
    .secondPopUp {
        min-width: 280px !important;
        width: 90%
    }

    .downloadPopup,
    .feedback__popup,
    .login_popup,
    .popup__header {
        min-width: 280px
    }

    .input__group {
        gap: 5px
    }

    .sideVisible.sidebar {
        visibility: visible;
        left: 0;
        /* width: 230px !important */
    }
}

@media only screen and (max-width:500px) {
    .popup__body {
        padding: 1em
    }

    .btn__primary {
        margin: 0
    }

    .feedback__popup .row button {
        padding: 10px
    }

    .feedback__popup .popup__body {
        height: 220px
    }

    .secondPopUp .row {
        padding-right: 15px
    }
}

@media only screen and (max-width:400px) {
    .login_popup .row button {
        padding: 5px !important
    }

    .login_popup .popup__body .row {
        padding-right: 0 !important
    }

    #contact_success .popup__body img {
        width: 100% !important
    }
}

.deleteBtn:hover>.labelNametooltip,
.labelBtn:hover>.labelNametooltip {
    display: flex;
    align-items: center;
    transition: .3s ease-in-out;
    justify-content: center;
    left: -18px;
    top: -30px !important
}

.labelNametooltip {
    display: none;
    position: absolute;
    background-color: #212121;
    color: #fff !important;
    top: -40px;
    z-index: 99999;
    padding: 5px 8px;
    width: max-content;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 100;
    pointer-events: none;
    opacity: 80%
}

.labelNametooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #212121 transparent transparent
}

.labelShow {
    display: flex
}

.labelShow div {
    display: flex;
    align-self: center;
    padding-left: 12px
}

.label__list__wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px 20px 20px;
    border-top: 1px solid #d3d3d3;
    min-height: 183px;
    box-shadow: 0 -11px 38px -3px #d3d3d3
}

.label__list__wrapper .close {
    background-color: transparent;
    padding: 10px 20px;
    border: none;
    color: var(--color-black);
    font-size: 30px;
    cursor: pointer;
    border-radius: 10px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5555;
    float: right
}

.label__list {
    display: flex;
    margin-top: 10px;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap
}

.done__label__list {
    position: absolute;
    bottom: 0;
    padding: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end
}

.done__label__list .btn__primary {
    background-color: var(--color-primary) !important;
    margin: 0 !important;
    padding: 6px 10px
}

@media only screen and (max-width:640px) {

    .viewcard__searchbar,
    .viewcard__searchbar>div {
        flex-direction: column
    }

    .viewcard__searchbar div select {
        padding: 16px 10px
    }

    .viewCard {
        max-width: 100%
    }

    .assign__label {
        min-width: 320px !important;
        width: 90%
    }

    .input__group {
        position: relative !important;
        gap: 0 !important;
        height: unset !important;
        margin-bottom: 0
    }

    .input__group input {
        padding: 10px !important
    }

    #popup__searchBtn {
        width: 100%;
    }
}


.ql-editor p {
    font-weight: 100;
}

strong {
    font-weight: bold !important;
    /* or 600/700 depending on what you want */
}


.inverse-tooltip[data-tooltip] {
    position: relative;

    &::before,
    &.initial::before {
        content: attr(data-tooltip);
        position: absolute;
        top: calc(100% + 9px);
        /* Changed from bottom */
        left: 50%;
        transform: translateX(-50%) translateY(0) scale(0);
        width: max-content;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        text-align: center;
        background: #333;
        color: #fff;
        padding: 6px 8px;
        border-radius: 4px;
        min-width: max-content;
        width: max-content;
        transition: all 100ms;
    }

    &::after,
    &.initial::after {
        content: '';
        position: absolute;
        top: 100%;
        /* Changed from bottom */
        left: 50%;
        transform: translateX(-50%) translateY(200%) scale(0);
        border: 5px solid transparent;
        border-bottom-color: #333;
        /* Changed from border-top-color */
        transition: all 100ms;
    }

    &:hover::before,
    &.initial::before,
    &:hover::after,
    &.initial::after {
        transform: translateX(-50%) translateY(0) scale(1);
    }
}

.sidebar-tools {
    text-align: center !important;
}

.sponser_link a {
    text-decoration: none;
    text-wrap: nowrap;
    font-weight: 500;
    color: var(--topbar-color) !important;
    font-size: var(--default-14-font-size);
}

.sponser_link {
    display: flex;
    align-items: center;
    gap: 15px;
}


.user__profile__btn {
    min-width: fit-content;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    color: var(--topbar-color) !important;
    font-size: 14px;
    line-height: 20px;
}


.user__profile__btn {
    background-color: var(--color-secondary) !important;
    color: #fff !important;
}

.user__profile__btn {
    width: 16px;
}


.profile__div {
    position: absolute;
    background-color: var(--color-white);
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    top: 55px;
    margin-left: 5px !important;
    min-width: 160px;
    z-index: 99999;
    border-radius: 7px;
}

.profile__div>a:nth-child(1) img {
    filter: var(--profile-icon);
}



.profile__div>* {
    border-bottom: 1px solid #eee;
    margin: 0 10px;
    font-size: 16px;
    display: flex;
    gap: 10px !important;
    padding-left: 10px !important;
    padding-bottom: 15px;
}

.profile__div>a {
    color: var(--color-black);
    text-decoration: none;
}

.profile__div>* img {
    width: 14px;
}



[data-tooltip]:not(.inverse-tooltip) {
    position: relative;

    &::before,
    &.initial::before {
        content: attr(data-tooltip);
        position: absolute;
        bottom: calc(100% + 9px);
        left: 50%;
        transform: translateX(-50%) translateY(0) scale(0);
        width: max-content;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        text-align: center;
        background: #333;
        color: var(--color-white);
        padding: 6px 8px;
        border-radius: 4px;
        min-width: 28px;
        transition: all 100ms;
    }

    &::after,
    &.initial::after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%) translateY(-200%) scale(0);
        border: 5px solid transparent;
        border-top-color: #333;
        transition: all 100ms;
    }

    &:hover::before,
    &.initial::before,
    &:hover::after,
    &.initial::after {
        transform: translateX(-50%) translateY(0) scale(1);
    }
}

.inverse-tooltip[data-tooltip] {
    position: relative;

    &::before,
    &.initial::before {
        content: attr(data-tooltip);
        position: absolute;
        top: calc(100% + 9px);
        /* Changed from bottom */
        left: 50%;
        transform: translateX(-50%) translateY(0) scale(0);
        width: max-content;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        text-align: center;
        background: #333;
        color: var(--color-white);
        padding: 6px 8px;
        border-radius: 4px;
        min-width: max-content;
        width: max-content;
        transition: all 100ms;
    }

    &::after,
    &.initial::after {
        content: '';
        position: absolute;
        top: 100%;
        /* Changed from bottom */
        left: 50%;
        transform: translateX(-50%) translateY(200%) scale(0);
        border: 5px solid transparent;
        border-bottom-color: #333;
        /* Changed from border-top-color */
        transition: all 100ms;
    }

    &:hover::before,
    &.initial::before,
    &:hover::after,
    &.initial::after {
        transform: translateX(-50%) translateY(0) scale(1);
    }
}

:root.dark {

    .close-auto-save-warning-popup {
        filter: invert(1);
    }

    #trustpilot {
        box-shadow: 1px 4px 12px 0px rgba(0, 0, 0, 0.6);
    }

    .trustpilot_image {
        filter: invert(1) hue-rotate(180deg) brightness(1.5);
    }

    #downloadFileBtn img {
        filter: invert();
    }

    [data-tooltip]::before,
    [data-tooltip].initial::before {
        background-color: var(--gray-gradient);
        color: var(--color-black);
    }

    [data-tooltip]:not(.inverse-tooltip)::after,
    [data-tooltip]:not(.inverse-tooltip).initial::after {
        border-top-color: var(--gray-gradient);
    }

    .inverse-tooltip[data-tooltip]::after,
    .inverse-tooltip[data-tooltip].initial::after {
        border-bottom-color: var(--gray-gradient);
    }

    .sidebar-menu-toggle-container img {
        filter: invert(1);
    }

    .file__section span {
        filter: invert(1);
    }

    .sidebar-option img:not(.application-icon) {
        filter: invert(1);
    }

}

@media only screen and (max-width: 940px) {
    .header__lang {
        display: none !important;
    }

    .switch__langs {
        background: var(--color-white);
        border: none;
        padding: 10px 0;
        justify-content: space-between;
    }

    .langs__dropdown {
        bottom: 42px;
        top: unset;
    }
}

.search__notes__button {
    display: none !important;
}

.mobile__theme__btn {
    display: none !important;
}



@media screen and (max-width: 768px) {
    .search__with__icon_container {
        display: none;
    }

    .search__notes__button {
        display: grid !important;
    }

    #toggle {
        display: none;
    }

    .mobile__theme__btn {
        display: flex !important;
    }
}

@media screen and (max-width:420px) {
    .card__footer>div>div {
        margin-block: 6px;
    }

    .card__footer>div {
        &:first-child {
            flex-direction: column;
            align-items: start;
        }
    }
}

.new-tools {
    position: relative;
}


.visible {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

.dark .feedback__popup .row button img {
    filter: invert(1);
}

.secondPopUp .row button img {
    transition: 300ms all ease-out;
}

.feedback__popup .row button {
    padding: 15px 30px 10px;
    background: var(--color-gray-light) !important;
    border-radius: 5px;
    width: 100px;
}

.feedback__popup .row button img {
    width: 30px;
    border-radius: 50%;
}

.feedback__popup .row button:hover img,
.feedback__popup .row button.active img {
    background-color: #ffd053;
}

.feedback__popup .row button:hover,
.feedback__popup .row button.active {
    background-color: var(--color-white) !important;
    box-shadow: 0 3px 10px var(--color-gray-shadow) !important;
    font-weight: 700;
}

.secondPopUp .row button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    color: var(--color-gray);
}

.secondPopUp .row button img {
    transition: 300ms all ease-out;
}

.secondPopUp .row button:hover img {
    transform: scale(1.1);
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.2));
}

.feedback__success__msg {
    flex-direction: row;
    padding: 24px;
    align-items: center;
    gap: 24px;
}

.toolname-header-center {
    line-height: 22px;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    left: calc(50% - 46px);
    transform: translateX(-50%);

    @media screen and (max-width:940px) {
        left: calc(50% - 0px);
    }

    @media screen and (max-width: 580px) {
        display: none;
    }
}

.doc__title__wrapper {
    display: flex;
}

.doc__title__wrapper #doc__title {
    padding: 6px 8px;
    border: 1px solid var(--color-gray-light);
    outline: none;
    border-radius: 4px;
    background: var(--color-white-2);
    color: var(--color-black);
    max-width: 200px;
    width: 200px;
    min-width: 200px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    max-height: 32px;
}

.doc__title__wrapper #doc__title:focus {
    background-color: var(--hover-doc);
    color: var(--color-black);
}

@media screen and (min-width:941px) {
    .doc__title__wrapper {
        position: fixed;
        top: 8px;
        left: 216px;
        z-index: 11;
    }
}

.dynamic-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 9999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    pointer-events: none;
}

.dynamic-modal-open {
    visibility: visible;
    pointer-events: all;
}


.dynamic-modal-body {
    background: var(--color-white);
    border: 0.5px solid var(--color-gray-light);
    border-radius: 12px;
    max-width: 352px;
}

.dynamic-modal-header {
    padding: 16px 24px;
    border-bottom: 1px solid var(--color-gray-light);
}

.dynamic-modal-heading {
    margin-bottom: 8px;
    color: var(--color-black);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.dynamic-modal-para {
    color: var(--color-paragraph);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.dynamic-modal-footer {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 8px;
}

.dynamic-modal-footer-btns {
    padding: 6px 12px;
    border: 1px solid var(--color-gray-light);
    background: var(--color-white);
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-black);
}

.dynamic-modal-footer-btns.confirm-btn {
    background: #FF5963;
    color: white;
}

.dynamic-modal-footer-btns.confirm-btn:hover {
    background: #FA3642;
}

:root.dark {
    .viewCard:hover {
        background-color: var(--gray-gradient);
    }

    .card__footer .deleteBtn>img,
    .card__footer .labelBtn>img {
        filter: invert(0) brightness(2) !important;
    }
}

/* Main container */
.pwa-banner {
    position: fixed;
    top: 60px;
    right: 20px;
    width: calc(100% - 40px);
    max-width: 352px;
    background: var(--color-white);
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0px 0px 8px 0px #0000003D;

    z-index: 99999;
    display: none;
}

/* Blue badge */
.pwa-badge {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    background: #EBF5FE;
    color: var(--color-primary);
    padding: 4px 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    border-radius: 2rem;
    margin-bottom: 12px;
}

/* Title + description */
.pwa-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
    color: var(--color-black);
}

.pwa-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-paragraph);
}

/* Install + Close buttons */
.pwa-actions {
    display: flex;
    gap: 10px;
    margin-top: 8px;
    justify-content: flex-end;
}

.pwa-btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 6px 10px;
    border-radius: 6px;

    &:hover {
        cursor: pointer;
    }
}

.pwa-close {
    background: var(--color-white);
    color: var(--color-paragraph);
    border: 1px solid var(--color-gray-light);

    &:hover {
        background-color: var(--color-gray-accent);
    }
}

.pwa-install {
    background: var(--color-black);
    color: var(--color-white);
    border: 1px solid var(--color-black);

    &:hover {
        opacity: 0.8;
    }
}

/* Decorative right icon (as in screenshot) */
.pwa-angle-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 26px;
    height: 26px;
}

.auto-save-popup-container {
    position: fixed;
    bottom: 83px;
    right: 35px;
    width: 100%;
    max-width: 498px;
    border: 0.5px solid var(--color-gray-light);
    background-color: var(--color-white);
    box-shadow: 0px 4px 12px 2px #00000014;
    border-radius: 8px;
    padding: 16px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.close-auto-save-warning-popup { 
    opacity: 0.8;
}
.close-auto-save-warning-popup:hover { 
    opacity: 1;
}

.auto-save-popup-heading {
    color: var(--color-black);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.auto-save-popup-para {
    color: var(--color-paragraph);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

@media (width >=1024px) {
    .pwa-banner .mobile {
        display: none !important;
    }
}

@media (width < 1024px) {
    .pwa-banner .desktop {
        display: none !important;
    }
}