.cont-sw-butt {
    width: fit-content;
}

/* stil implicit butoane */
#swbutton1 .elementor-button,
#swbutton2 .elementor-button {
  background: #ffffff;
  color: #222222;
}

/* buton activ */
.sw-active .elementor-button {
  background: #005BFE !important;
  color: #ffffff !important;
}

/* stare inițială */
#swbutton1.sw-active .elementor-button {
  background: #005BFE;
  color: #ffffff;
}

/* contvar2 ascuns inițial */
/*#contvar2 {
  display: none;
    align-items: center;
}

#contvar1 {
    display: flex;
    align-items: center;
}*/
.sw-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  height: 0 !important;
  overflow: hidden !important;
}

.sw-visible {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  height: auto !important;
}