:root {
    --instilla-green: #08c6c0;
    --primary-color: var(--instilla-green) !important;
    /*--dark-blue: #03141a;*/
    /*--primary-blue: #051e26;*/
    --color-primary: var(--instilla-green) !important;
    --button-primary-bg: var(--primary-color) !important;
    --link-color: var(--primary-color) !important;
}

.ea-dark-scheme, .ea-light-scheme {
    --button-primary-bg: var(--primary-color) !important;
    --link-color: var(--primary-color) !important;
    --dropdown-settings-active-item-color: var(--primary-color) !important;
    --table-thead-sorted-color: var(--primary-color) !important;
    --color-primary: var(--instilla-green) !important;
}

.ea-dark-scheme {
    /*--body-bg: var(--dark-blue) !important;*/
    /*--sidebar-bg: var(--primary-blue) !important;*/
    --button-primary-color: black !important;
    --sidebar-menu-active-item-bg: var(--instilla-green) !important;
    --form-switch-checked-bg: var(--instilla-green) !important;
}

.ea-light-scheme{
    --sidebar-menu-active-item-bg: var(--instilla-green) !important;
    --form-switch-checked-bg: var(--instilla-green) !important;
    --sidebar-menu-active-item-color: white !important;
}

.ai-generate-button{
    border-radius: 2rem !important;
}

textarea{
    overflow: auto !important;
    resize: vertical !important;

}