body   {
    background-image: url(https://pikaly.com/css/img/home-bg.png);
    background-size: cover;
    height: 100%;
    background-color: #242359;
  margin: 0 auto;
	font-size: 1rem;
		font-family: san-serif;
		background-color:  #40364D;
		color: #fff;
}

html {
  font-size: 18px;
}

header {
	text-align: center;
}

h1 {
  font-family: helvetica;
}

.bot-wrapper {
  margin: 0 auto !important;
  max-width: 750px;
  max-height: 90vh;
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

.botui-messages-container {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

.botui-messages-container::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

.botui-container,
.botui-messages-container {
	background: transparent;
}

.human.botui-message-content.text {
	background: #D83C70;
	color: '#fff';
}

.botui-message-content {
	font-size: 1rem;
	font-family: helvetica;
    background: #fff;
    color: rgb(69, 33, 98);
    box-shadow: 0 1px 28px 0 rgba(90,60,122,.22);
  padding: 15px 25px;
  border-radius: 20px;
}

.botui-message:last-child .botui-message-content {
  border-radius: 30px 30px 30px 3px;
}

.botui-messages-container {
	overflow-y: auto;
}

.botui-actions-buttons-button {
	background-color: wheat;
	font-size: 1.2rem ;
	font-family: helvetica;
  border-radius: 8px !important;
	font-weight: bold;
	transition: 300ms ease-in-out;
}
	
.botui-actions-buttons-button:focus {
		color: blueviolet;
		background-color: white;
	}
	
.botui-actions-buttons-button:not(:focus) {
		box-shadow: none;
	}

button.botui-actions-buttons-button:not(:last-child) {
    margin-right: 20px;
}

.botui-actions-text-input {
    color: blueviolet;
    background: #fff;
    font-size: 18px !important;
    border: solid 1px rgb(238, 0, 118);     
    border-radius: 4px;
    padding: 15px 20px;
    font-family: helvetica;
    transition: box-shadow .25s,border-color .25s;
    min-width: 300px;
    box-shadow: 0px 0px 3px 1px #ee0076
}
.botui-actions-text-input:focus {
    box-shadow: 0px 0px 14px 1px #ee0076
}

.botui-action-text-icon {
	color: currentColor;
}

.logo-wrapper {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: -30px 50px 0;
	font-style: italic;
}

.bot-wrapper {
	margin: 0 25%;
}

button:hover {
  background-color: black;
  
  color: white;
}

.botui-actions-buttons-button, .botui-actions-buttons-button:active {
    color: black;
    background-repeat: no-repeat;
    background-color: white;
    border: 2px solid floralwhite;
    transition: background-color .25s,border-color .25s,color .75s;
    background-position: top;
    background-position-y: 30%;
    border-radius: 5px !important;
    font-size: 20px !important;
    font-weight: normal !important;
    width: 130px;
    background-size: 100px;
    padding: 110px 0px 0px 0px;
    height: 140px;
    width: 140px;
}

.botui-actions-buttons-button:hover, .botui-actions-buttons-button:active {
  background-position-y: 20%;
}

@media only screen and (max-width: 700px) {
.event-image, .wedding-image, .professional-image, .other-image, .botui-actions-buttons-button:active {
    width: calc(50% - 20px);
    height: 120px; 
    padding: 70px 0px 0px 0px;
  }
}

.wedding-image {
    background-image: url(https://c.tenor.com/GuVumRrbQL0AAAAS/marajtwt-nicki.gif);
}

.event-image {
    background-image: url(https://c.tenor.com/jL2BCGBAZPIAAAAM/hinting-grace.gif);
}

.professional-image {
    background-image: url(https://c.tenor.com/iop9oAWeyVkAAAAC/nelson-simpsons.gif);
}

.other-image {
    background-image: url(https://c.tenor.com/z_rWymRBM-0AAAAS/girl-baby.gif);
}