div#sharedContainer {
    display: flex;
    flex-wrap: wrap;
}

div#sharedContainer .bot-block {
    background: linear-gradient(45deg, #b5eeff, transparent);
}
div#config-ch input {
  padding: 9px;
  border-radius: 5px;
  border: 1px solid darkgray;
  margin: 3px;
}
label span {
  color: gray;
  font-size: 12px;
}
div#config-ch button {
  border: 0;
  border-radius: 7px;
  padding: 11px;
  margin-top: 1em;
}
.stec.mainc.header {
  width: 100%;
  height: 50px;
}
div#botsContainer {
}

div#m-content {
    width: 100%;
}

.bot-block {
    flex-basis: 32%;
}



.stec.mainc.header {
  display: flex;
  background: #ffffffd4;
}
.stec.mainc.header button {
  border: 0;
  padding: 10px;
  width: 9vw;
  border: 1px solid gray;
  border-radius: 6px;
  margin: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5746b4;
  font-size: 14px;
  cursor: pointer;
  color: white;
}.stec.mainc.header button i {
  margin-right: 10px;
}
.minibtn {
  width: 2.5vw !important;
  background: white !important;
}

.minibtn i {
  margin: 0 !important;
  color: white;
}
.minibtn img {
  width: 100%;
}

button#aidrive-button, button#insights-button {
  width: 10.6vw !important;
}
 
.stec.mainc.header button:hover {
  scale: 0.95;
  opacity: 0.8;
}
img#product-logo {
  scale: 0.7;
  margin-right: -2vmin;
}
button#playchat-button {
  background: #5746b4 !important;
  width: 4vw !important;
  font-size: large;
  border: 0;
}
 
 
div#botsContainer,  #sharedContaine{
  display: flex;
  flex-wrap: wrap;
}
.usercn.stecconnect.stname {
  display: none;
}

img#product-logo {
  width: 155px !important;
}

section {
  width: 100vw;
  padding: 10px;
}

div#app {
  width: 100vw;
}
p.chatids {
  font-size: 10px;
  margin: 0;
  opacity: 0.7;
  display: flex;
}
.bot-block {
  flex-shrink: 0;
  flex-basis: 32%;
  padding: 10px;
   display: flex;
  border-radius: 9px;
  background: linear-gradient(45deg, #f7f7f7, transparent);
  margin: 4px;
   flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
div#botsContainer,  #sharedContaine {
  width: 91%;
  padding: 10px;
}
body {
  background: linear-gradient(45deg, #3631c6, #c27ee8);
  height: 100vh;
  font-family: system-ui;
  display: flex;
  color: white;
  flex-direction: column;
  align-items: center;
}

div button {border: 0;padding: 5px;margin: 1px;border-radius: 8px;background: #6053c4;color: white;font-size: 14px;}


div#app {
  display: flex;
}
button.nav-btn {
  display: flex;
  align-items: center;
}
button.nav-btn {
  transition: 0.3s;
}
button.nav-btn {
  padding: 7px;
  border-radius: 6px;
  text-align: left;
  border: 0;
  cursor: pointer;
  background: #49419f;
  width: 193px;
  margin: 4px;
}
button.nav-btn i {
  padding: 8px;
}
button.nav-btn i {
  float: left;
  margin-right: 9px;
}
.merlin-avtr {
  width: 100px;
  height: 100px;
  margin-left: 10px;
  display: block;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 100%;
}

.panel-edmt-me button {width: 100%;}

p.timestamp {
  font-size: 11px;
  opacity: 0.6;
}

h2.bottitle {
  padding: 7px;
  letter-spacing: -1px;
  font-size: 23px;
}

 
div#from_scratch {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(45deg, black, transparent);
  color: white;
}

button {
  padding: 10px !important;
  cursor: pointer;
}

button:hover {
  filter: brightness(1.5);
  transition: 0.2s;
}

section.active {
  display: flex;
}

section {
  display: none;
}

button:active {
  scale: 0.9;
  transition: 0.2s;
}