* {
    outline: 0;
}

.wc-header {
    background-color: #fafafa;
    box-shadow: 0 1px 5px silver;
    padding: 5px 15px 11px;
    color: #4b5785;
    font-size: 20px;
    text-align: center;
}

.wc-header span::before {
    content: "●";
    color: #68d883;
    font-size: 25px;
    padding-right: 6px;
}

.wc-message-groups {
    top: 47px;
    bottom: 70px;
}

.wc-message-callout {
    display: none;
}

.wc-message-from-me .wc-message-content {
    border-radius: 13px 13px 0 13px;
}

.wc-message-from-bot .wc-message-content {
    border-radius: 0px 13px 13px 13px;
}

.wc-adaptive-card {
    border-radius: 7px;
}

.wc-card button {
    border-radius: 30px;
}

.wc-carousel li .wc-adaptive-card p {
    min-height: auto;
}

.wc-console {
    border: none;
    height: auto;
    padding: 4px 19px 16px;
    background: #fff;
    display: flex;
}

.wc-console svg {
    margin: auto;
}

.wc-console .wc-upload {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 1px 2px 13px 0px grey;
    margin-right: 1rem;
    flex-shrink: 0;
    margin-bottom: 0;
}

.wc-console .wc-upload:hover {
    background-color: #0078d7;
}

.wc-console .wc-upload:hover svg {
    fill: #fff;
}

.wc-console.has-upload-button .wc-textbox {
    left: 73px;
    box-shadow: 1px 2px 13px 0px grey;
    border-radius: 20px;
    border: none;
    padding: 14px 22px;
    position: static;
    width: 100%;
    margin-right: 1rem;
    background-color: #fff;
    flex-grow: 1;
}

.wc-console .wc-mic {
    display: none;
}

.wc-console .wc-send {
    position: static;
    box-shadow: 1px 2px 13px 0px grey;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.wc-console.has-text .wc-send {
    background: #0078d7;
}

.wc-console.has-text .wc-send svg {
    fill: #fff;
}

.wc-message-wrapper .wc-message-from-bot:first-child::before {
    content: "";
    width: 36px;
    height: 36px;
    background-image: url("/public/images/sp-d-man-launcher.png");
    background-size: cover;
    position: absolute;
    left: -48px;
}

.wc-message-wrapper .wc-message-from-bot {
    max-width: 276px;
    margin-left: 48px;
}

.wc-adaptive-card {
    width: 260px;
    max-width: 100%;
}

.wc-carousel {
    max-width: 268px;
}

@media only screen and (min-width: 1080.98px) {
    .wc-carousel {
        max-width: 320px;
    }
}

@media only screen and (min-width: 1199.98px) {
    .wc-carousel {
        max-width: 380px;
    }
}

.wc-carousel button.scroll.previous {
    z-index: 99;
}