.speak-highlight {
  background-color: var(--rcc-color-brand-co);
}

.volume-container {
  height: 300px;
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: var(--rcc-color-bg-1-medium);
}

.volume-bar {
  background-color: var(--rcc-color-brand-cr);
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.frequency-container {
  height: 300px;
  width: 256px;
  background-color: var(--rcc-color-bg-1-medium);
}

.frequency-container canvas {
  height: 100%;
  width: 100%;
}

.timedomain-container {
  height: 300px;
  width: 256px;
  background-color: var(--rcc-color-bg-1-medium);
}

.timedomain-container canvas {
  height: 100%;
  width: 100%;
}

.microphone {
  font-size: 4rem;
  cursor: pointer;
  background-color: var(--rcc-color-bg-1-light);
  width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
}

.microphone:hover {
  color: var(--rcc-color-bg-action-hover);
}

.microphone.listening {
  color: var(--rcc-color-brand-re);
}

.search-result-item {
  margin-bottom: 4rem;
}

.search-result-item h5 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.microphone.recording {
  color: var(--rcc-color-brand-cr) !important;
}

.audiopanel {
  display: flex;
  flex-direction: row;
  margin-left: 4rem;
  background-color: #EEEEEE;
  padding: 0.5rem;
  width: 16rem;
}

.audiopanel.audiopanel > button.btn.btn.btn.btn.btn {
  padding: 0.1rem 0.8rem !important;
}

.audiopanel.audiopanel > button.btn.btn.btn.btn.btn i {
  font-size: calc(0.8 * var(--rcc-font-size-smallest)) !important;
}

.audiopanel > div {
  margin: 2rem;
}

.resources ul {
  height: 2.2rem;
  cursor: pointer;
  overflow: hidden;
  background-color: #e6e6e6;
}

.resources ul.ul-open {
  height: auto;
}

.stream-target-rccTalk,
.stream-target-1,
.highlight-target {
  min-height: 100px;
  background-color: #e6e6e6;
  padding: 1rem;
}

h4.no-layout {
  margin: 0;
  padding: 0;
}

.AiAssistant-vue-range .aibot {
  border: unset;
}

body.new-feature .nav-tabs.button-like {
  border-bottom: 0;
}

body.new-feature .nav-tabs.button-like li {
  width: 100%;
  margin-bottom: 0.2rem;
  padding: 0.5rem;
}

body.new-feature .nav-tabs.button-like li a {
  background-color: var(--rcc-color-bg-alt-1);
  color: black;
  border-radius: 1rem;
}

body.new-feature .nav-tabs.button-like li a + div {
  color: black;
}

body.new-feature .nav-tabs.button-like li a.active {
  background-color: var(--rcc-color-bg-action);
  color: white;
}

body.new-feature .nav-tabs.button-like li a.active + div {
  color: white;
}

.aibot {
  border: 2px solid gray;
}

.aibot textarea {
  min-height: 150px !important;
}

.aibot .face {
  width: 100px;
  height: 100px;
}

.aibot button.disabled {
  background-color: #CCCCCC !important;
}

.aibot button.disabled:hover {
  color: white !important;
}

.aibot button.disabled:hover i {
  color: white !important;
}

.aibot .settings-panel label {
  cursor: pointer;
}

.aibot .settings > div.col-12 > label:first-child {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 1rem;
}

.aibot .settings-toggler-box {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 360px) {
  .aibot .settings-toggler-box {
    flex-wrap: wrap;
  }
  .aibot .settings-toggler-box .settings-toggler {
    width: 100%;
  }
}

.aibot .settings-toggler-box .settings-toggler {
  font-size: var(--rcc-font-size-smallest);
  color: var(--rcc-color-bg-action);
  cursor: pointer;
  margin-left: 1rem;
}

.aibot .settings-toggler-box .settings-toggler .box {
  padding: 0.2rem;
  border-bottom: 2px solid var(--rcc-color-bg-action);
}

.aibot .settings-toggler-box .settings-toggler .box-alt {
  background-color: var(--rcc-color-bg-1-light);
  padding: 0.7rem;
  border-radius: 0.5rem;
  text-transform: uppercase;
}

.aibot .settings-toggler-box .settings-toggler .box-opened-symbol {
  transition: transform ease 0.7s;
}

.aibot .settings-toggler-box .settings-toggler.open .box-opened-symbol {
  transform: rotate(180deg);
}

.aibot .settings-toggler-box .settings-toggler.special .box {
  background-color: var(--rcc-color-bg-1-medium);
  color: var(--rcc-color-fg-alt-1);
}

.aibot .settings-toggler-box .settings-toggler:hover {
  color: var(--rcc-color-bg-action-hover);
}

.aibot .settings-toggler-box .settings-toggler:hover .box {
  border-bottom-color: var(--rcc-color-bg-action-hover);
}

.aibot .settings {
  width: 100%;
}

.aibot .settings {
  font-size: var(--rcc-font-size-smallest);
  line-height: calc(var(--rcc-font-size-smallest) * 1.6);
  padding: 0 2rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease;
}

.aibot .settings.focus-settings {
  position: absolute;
  z-index: 10000;
  background-color: var(--rcc-color-bg-alt-1);
  box-shadow: 5px 5px 5px gray;
  margin: 0.5rem;
  width: calc(100% - 1rem);
}

.aibot .settings .form-check {
  cursor: pointer;
}

.aibot .settings .form-check label {
  padding: 0.4rem 0;
}

.aibot .settings label.section {
  font-weight: bold;
  width: 100%;
}

.aibot .settings p {
  font-size: var(--rcc-font-size-smallest) !important;
  line-height: calc(var(--rcc-font-size-smallest) * 1.5) !important;
}

.aibot .settings.open {
  max-height: 200vh;
}

.aibot .settings.focus-settings i,
.aibot .settings.sttings-panel i 
{
  cursor: pointer;
  color: var(--rcc-color-bg-action);
  display: block;
  width: 2rem;
  margin-right: 0;
  margin-left: auto;
}

.aibot .input-container,
.aibot .search-input-container {
  position: relative;
}

.aibot .search-input-container {
  background-color: var(--rcc-color-bg-1-light);
}

.aibot .timedomain-box {
  width: 100px;
  height: 100%;
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  pointer-events: none;
}

.aibot .timedomain-container {
  width: 100px !important;
  height: 100px !important;
  background-color: transparent !important;
  pointer-events: none;
}

.aibot svg {
  width: 100%;
  height: 100%;
}

.aibot .maintask {
  background-color: var(--rcc-color-fg-alt-2);
  color: black;
}

.aibot header.mainchoice.mb-4 ul[role="tablist"] {
  justify-content: space-around;
}

.aibot .dummy-tab {
  border-bottom: 1px solid var(--rcc-color-bg-action);
  display: flex;
  justify-content: space-around;
}

.aibot .dummy-tab .tab {
  padding: 1rem;
  color: var(--rcc-color-bg-action);
  cursor: pointer;
}

.aibot .dummy-tab .tab.active {
  color: var(--rcc-color-bg-action);
  font-weight: bold;
  border-bottom: 3px solid var(--rcc-color-bg-action);
}

.aibot .to-right {
  margin-right: 2rem;
}

.aibot .bubble {
  position: relative;
}

.aibot .bubble .tail {
  position: absolute;
  content: " ";
  width: 3rem;
  height: 3rem;
}

.aibot .bubble .chat-image-big img {
  width: 100%;
  height: auto;
}

.aibot .bubble.person .tail {
  background-color: var(--rcc-color-bg-1-medium);
  right: 4rem;
  top: 0.8rem;
  transform: rotate(28deg) skew(-44deg, 0deg);
}

.aibot .bubble .text {
  min-height: 50px;
  line-height: calc(var(--rcc-font-size-base)*1.3);
  overflow: hidden;
  hyphens: auto;
}

.aibot .bubble .text li {
  font-size: var(--rcc-font-size-base) !important;
}

.aibot .bubble .text a {
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  display: inline-block;
  hyphens: auto;
}

.aibot .bubble a.short-link {
  margin-right: 2rem;
}

.aibot .bubble a.short-link:before {
  content: '\f061 ';
  font: normal normal 900 var(--rcc-font-size-smallest)/1 "Font Awesome 5 Free";
  margin-right: 0.3rem;
}

.aibot .bubble.section {
  background-color: var(--rcc-color-brand-co);
  font-size: var(--rcc-font-size-bigger);
  color: white;
  text-align: center;
  line-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: 50px;
}

.aibot .bubble.section .tools {
  display: none;
  visibility: hidden;
}

.aibot .bubble.section .tail {
  display: none;
  visibility: hidden;
}

.aibot .bubble.section .text {
  margin: 0 !important;
  min-height: unset !important;
  font-weight: bold;
  font-size: 110%;
}

@media (max-width: 576px) {
  .aibot .welcome {
    flex-wrap: wrap;
  }
  .aibot .welcome .bubble.bot .text {
    margin: 1rem 1rem 1rem 1rem;
  }
  .aibot .welcome .bubble.bot .tail {
    display: none;
  }
}

.aibot .bubble.bot .tail {
  display: block;
  left: 3.8rem;
  top: 0.8rem;
  background-color: var(--rcc-color-bg-alt-1-light);
  transform: rotate(28deg) skew(-44deg, 0deg);
}

.aibot .bubble.person .text {
  padding: 10px;
  margin: 1rem 4rem 1rem 1rem;
  border-radius: 1rem;
  position: relative;
  margin-left: 2rem;
  background-color: var(--rcc-color-bg-1-medium);
  color: black;
}

.aibot .bubble.bot .text {
  padding: 10px;
  margin: 1rem 1rem 1rem 4rem;
  border-radius: 1rem;
  position: relative;
  background-color: var(--rcc-color-bg-alt-1-light);
  color: black;
}

.aibot .bubble.guide img {
  margin: auto;
  display: block;
  width: 5rem;
}

.aibot .bubble.debug {
  display: none;
  visibility: hidden;
  max-height: 5rem;
  overflow: hidden;
  transition: height 1s ease;
}

.aibot .with-debug .bubble.debug {
  display: block;
  visibility: visible;
}

.aibot .bubble.debug.expanded {
  max-height: 500vh;
}

.aibot .bubble.person .tools {
  position: absolute;
  color: var(--rcc-color-bg-action);
  z-index: 1;
  left: 1rem;
  font-size: var(--rcc-font-size-smaller);
  top: -8px;
}

.aibot .bubble.bot .tools {
  position: absolute;
  right: 1rem;
  color: var(--rcc-color-bg-action);
  z-index: 1;
  font-size: var(--rcc-font-size-smaller);
  top: -8px;
}

.aibot .bubble.debug .tools {
  position: absolute;
  right: 1rem;
  color: var(--rcc-color-bg-action);
  font-size: var(--rcc-font-size-smaller);
  z-index: 1;
  top: -8px;
}

.aibot .bubble.debug .tools i,
.aibot .bubble.person .tools i {
  margin-left: 1rem;
}

.aibot .bubble .tools i {
  cursor: pointer;
}

.aibot .bubble.debug.expand {
  max-height: 100vh;
}

.aibot .bubble.debug .text {
  padding: 10px;
  margin: 1rem 2rem 1rem 2rem;
  border-radius: 1rem;
  position: relative;
  margin-left: 2rem;
  background-color: #EEEEEE;
  color: black;
}

.aibot .bubble:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 10px solid transparent;
}

.aibot .chat-image-big {
  margin-bottom: 2rem;
}

.aibot .hidden {
  display: block !important;
  visibility: visible !important;
}

.aibot .input-container,
.aibot .search-input-container {
  display: flex;
  align-items: stretch;
  width: auto;
}

.aibot .input-container textarea,
.aibot .search-input-container textarea {
  flex: 1;
}

.aibot .input-container input,
.aibot .search-input-container input {
  flex: 1;
}

.aibot input[type="text"] {
  flex: 1;
  padding: 10px;
  margin: 10px;
}

.aibot .fa-microphone {
  margin: 10px;
  cursor: pointer;
}

.aibot .search-placeholder .p-1 {
  border-radius: 2px;
  height: var(--rcc-font-line-height-base);
  background-color: rgba(230, 230, 230, 0.8);
  margin-bottom: 1rem;
  animation: ai-placeholder-background-animation 3s linear infinite;
  background-image: linear-gradient(45deg, #e6e6e6 0%, #f0f0f0 35%, silver 55%, #e6e6e6 100%);
  background-size: 200% 200%;
}

.aibot .search-placeholder .p-2 {
  border-radius: 2px;
  height: calc(var(--rcc-font-line-height-base) * 3);
  background-color: rgba(230, 230, 230, 0.8);
  margin-bottom: 3rem;
  animation: ai-placeholder-background-animation 3s linear infinite;
  background-image: linear-gradient(45deg, #e6e6e6 0%, #f0f0f0 35%, silver 55%, #e6e6e6 100%);
  background-size: 200% 200%;
}

.aibot .btn-rcc-secondary i:before {
  color: var(--rcc-color-bg-action) !important;
}

.aibot .input-container.dragover:after {
  content: ' ';
  background-color: rgba(255, 255, 255, 0.7);
  border: 3px solid var(--rcc-color-bg-action);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.aibot .thumbs {
  display: flex;
}

.aibot .thumbs.thumbs-big {
  justify-content: flex-end;
  flex-direction: column;
}

.aibot .thumbs.thumbs-big .thumb-img {
  width: 100%;
  height: 100%;
}

.aibot .thumbs .thumb-img .lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(100, 100, 100, 0.9);
  z-index: 10000;
  /*
            &:before {
                content: ' ';
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: rgba(100, 100, 100, 0.5);
            }
    */
}

.aibot .thumbs .thumb-img .lightbox .close-cross {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.aibot .thumbs .thumb-img .lightbox .close-cross.badge-single {
  font-size: var(--rcc-font-size-bigger);
  line-height: calc(var(--rcc-font-size-bigger) * 2);
  width: calc(var(--rcc-font-size-bigger) * 2.2);
  height: calc(var(--rcc-font-size-bigger) * 2.2);
  background-color: white;
  cursor: pointer;
  border: 2px solid var(--rcc-color-bg-action);
  color: var(--rcc-color-bg-action);
  border-radius: 50%;
  text-align: center;
}

.aibot .thumbs .thumb-img .lightbox .close-cross.badge-single i {
  font-size: inherit;
  line-height: inherit;
  margin-left: 0;
}

.aibot .thumbs .thumb-img .lightbox .close-cross.badge-single:hover {
  background-color: --rcc-color-bg-1-light;
  border-color: var(--rcc-color-bg-action-hover);
  color: var(--rcc-color-bg-action-hover);
}

.aibot .thumbs .thumb-img .lightbox img {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 70vw;
  max-height: 90%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  background-color: transparent;
  border: 2px solid white;
}

.aibot .thumbs .thumb-img {
  width: calc(6rem + var(--rcc-font-size-smallest) * 1.8);
  height: 6rem;
  position: relative;
  margin: 0.5rem;
  font-size: var(--rcc-font-size-smallest);
  padding-right: calc(var(--rcc-font-size-smallest) * 1.8);
}

.aibot .thumbs .thumb-img img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  object-fit: cover;
}

.aibot .thumbs .thumb-img .tools {
  position: absolute;
  top: -1rem;
  height: 120%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  right: 2rem;
  width: var(--rcc-font-size-base);
}

.aibot .thumbs .thumb-img .tools .badge-single {
  width: calc(var(--rcc-font-size-smallest) * 2.2);
  height: calc(var(--rcc-font-size-smallest) * 2.2);
  background-color: white;
  cursor: pointer;
  border: 2px solid var(--rcc-color-bg-action);
  color: var(--rcc-color-bg-action);
  border-radius: 50%;
  text-align: center;
}

.aibot .thumbs .thumb-img .tools .badge-single i {
  font-size: inherit;
  line-height: inherit;
  margin-left: 0;
}

.aibot .thumbs .thumb-img .tools .badge-single:hover {
  background-color: --rcc-color-bg-1-light;
  border-color: var(--rcc-color-bg-action-hover);
  color: var(--rcc-color-bg-action-hover);
}

.aibot .upload-container {
  position: absolute;
  width: 35%;
  right: 0;
  left: auto;
}

.aibot .upload-container input {
  overflow: hidden;
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}

.aibot .upload-container input:hover + div {
  color: var(--rcc-color-bg-action-hover);
}

.aibot .upload-container div {
  cursor: pointer;
  color: var(--rcc-color-bg-action);
  font-size: calc(var(--rcc-font-size-bigger) * 1.3);
  z-index: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.aibot .upload-container div:hover {
  color: var(--rcc-color-bg-action-hover);
}

@keyframes ai-placeholder-background-animation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}

.chat-stop-button {
  background-color: var(--rcc-color-alert-light) !important;
}

.chat-stop-button:hover {
  background-color: var(--rcc-color-alert-lighter) !important;
}

.offcanvas-body {
  overflow-x: hidden;
}

.offcanvas-body.offcanvas-body-scroll-100 [data-bs-dismiss="offcanvas"] {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  right: 1.5rem;
  left: unset;
  z-index: 1000;
}

.offcanvas-body [data-bs-dismiss="offcanvas"] {
  position: absolute;
  left: calc(100% - 3.5rem);
  font-size: var(--rcc-font-size-smallest);
  padding: 1rem !important;
}

.ai-fullview button[data-bs-dismiss="offcanvas"] {
  display: none;
  visibility: hidden;
}

.ai-fullview .aibot {
  border: unset;
}

.ai-fullview #offcanvasAiAssistant {
  width: unset;
}

.ai-fullview .welcome {
  width: 100% !important;
}

.ai-full-bg-1 {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: unset;
  opacity: 0.1;
}

.ai-full-bg-1 .ai-full-bg-2 {
  width: 200%;
  height: 200%;
  background-color: #b3dce7;
  border-radius: 50%;
  position: relative;
  left: 2%;
  top: 16%;
}

.mainrange {
  padding-top: 1rem;
}

.mainrange h1:first-child, .mainrange h2:first-child, .mainrange h3:first-child, .mainrange h4:first-child {
  margin-top: 0;
}

.mainrange h1 {
  font-size: calc(var(--rcc-font-size-heading-1) * 0.5);
  margin-bottom: calc(var(--rcc-font-size-heading-1-margin-bottom) * 0.5);
  line-height: calc(var(--rcc-font-size-heading-1) * 1.1);
}

.mainrange h2 {
  font-size: calc(var(--rcc-font-size-heading-2) * 0.55);
  margin-bottom: calc(var(--rcc-font-size-heading-2-margin-bottom) * 0.55);
  line-height: calc(var(--rcc-font-size-heading-2) * 1.1);
}

.mainrange h3 {
  font-size: calc(var(--rcc-font-size-heading-3) * 0.56);
  margin-bottom: calc(var(--rcc-font-size-heading-3-margin-bottom) * 0.56);
}

.mainrange h4 {
  font-size: calc(var(--rcc-font-size-heading-4) * 0.7);
  margin-bottom: calc(var(--rcc-font-size-heading-4-margin-bottom) * 0.7);
}

.widget-outer {
  background-color: unset !important;
}

.widget-intro {
  padding-left: 0.5rem;
}

.widget-intro,
.widget-intro p {
  font-size: var(--rcc-font-size-smaller);
  line-height: var(--rcc-font-line-height-smaller);
}

.editor-inner .placeholder {
  background-color: var(--rcc-color-bg-alt-1) !important;
}

.widget-outer .widget-inner .widget-header .widget-signals .tooltip {
  margin-left: -105%;
}

body.new-feature .subrange {
  display: initial;
  width: 48%;
  padding: 0rem;
  margin-right: 1rem;
}

body.new-feature .subrange .freeable {
  padding: 1rem;
  opacity: 1;
}

body.vertical-free-offcanvas.new-feature .freeable {
  position: fixed;
  top: 50px;
  bottom: 50px;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: gray 0 0rem 1.5rem;
}

@media (min-width: 576px) {
  body.vertical-free-offcanvas.new-feature .freeable {
    width: calc(540px * 0.5 - 4rem);
  }
}

@media (min-width: 768px) {
  body.vertical-free-offcanvas.new-feature .freeable {
    width: calc(720px * 0.5 - 4rem);
  }
}

@media (min-width: 992px) {
  body.vertical-free-offcanvas.new-feature .freeable {
    width: calc(960px * 0.5 - 4rem);
  }
}

@media (min-width: 1200px) {
  body.vertical-free-offcanvas.new-feature .freeable {
    width: calc(1140px * 0.5 - 4rem);
  }
}

@media (min-width: 1400px) {
  body.vertical-free-offcanvas.new-feature .freeable {
    width: calc(1320px * 0.5 - 4rem);
  }
}

.optional-title {
  display: none;
}

body.new-feature .optional-title {
  display: block;
}

.subrange {
  transition: width 0.5s ease;
  width: 0;
  overflow: hidden;
  padding: 0;
  margin-right: 0;
  max-height: calc(100vh - 14rem);
  overflow-x: hidden;
  overflow-y: auto;
}

.subrange .editor-inner .view {
  background-color: var(--rcc-color-bg-alt-1) !important;
}

.subrange .freeable {
  transition: opacity 0.4s ease;
  opacity: 0;
}

.subrange .freeable .form-switch-end label {
  flex: 0 1 45%;
}

.subrange .freeable .nav-tabs .form-switch-end {
  width: 26rem;
}

.subrange .feature-toggler {
  position: absolute;
  right: 3rem;
  top: 1rem;
  z-index: 9970;
  width: 27rem;
  opacity: 1;
}

.subrange .form-switch-end {
  pointer-events: none;
  padding: 0;
}

.subrange .form-switch-end > * {
  margin-right: 1rem;
}

.subrange .form-switch-end.small-text {
  font-size: var(--rcc-font-size-smaller);
}

.subrange .form-switch-end label {
  padding: 0;
  flex: 0 1 65%;
  float: unset;
  width: fit-content;
  pointer-events: all;
  cursor: pointer;
}

.subrange .form-switch-end input {
  flex: 0 0 3.5rem;
  float: unset;
  pointer-events: all;
  cursor: pointer;
}

.subrange .form-switch-end .form-check-input:checked {
  background-color: var(--rcc-color-brand-re);
  border-color: var(--rcc-color-brand-re);
}

.subrange i.opener {
  margin-top: 0.4rem;
  pointer-events: none;
  cursor: pointer;
}

.subrange [data-bs-toggle] + .form-switch-end .opener-closed {
  display: inline-block;
  visibility: visible;
  opacity: 0.4;
  color: var(--rcc-color-bg-action);
}

.subrange [data-bs-toggle] + .form-switch-end .opener-opened {
  display: none;
  visibility: hidden;
}

.subrange [data-bs-toggle].active + .form-switch-end .opener-closed {
  display: none;
  visibility: hidden;
}

.subrange [data-bs-toggle].active + .form-switch-end .opener-opened {
  display: inline-block;
  visibility: visible;
}


.welcome > .bubble.bot p.optional {
	transition: max-height ease 0.5s, margin ease 0.5s;
}

.welcome button.toggle-dataconf {
	
}

.welcome .show-dataconf {
	display: none; 
	visibility: hidden;
}

.welcome p.optional {
	max-height: 50rem;
	overflow: hidden;
}

.welcome .hide-dataconf {
	margin: auto;
	display: flex;
}

.welcome.short p.optional {
	max-height: 0;
	margin: 0;
	margin-bottom: 0 !important;
}

.welcome.short.short button.hide-dataconf {
	display: none;
	visibility: hidden;
}
.welcome.short  .show-dataconf {
	display: inline-block; 
	visibility: visible;
	cursor: pointer;
	color: var(--rcc-color-bg-action);
	font-size: var(--rcc-font-size-smallest);
}




/* MANUAL ADDITION */ 
/* MOVE TO SCSS */ 

.bubble.bot.hidden {
    display: none !important;
    visibility: hidden !important;
}

