﻿/* bubble from user */
.css-1s9x7dr.from-user {
    border-radius: 12px 12px 0 12px;
    border: none;
}

/* bubble from the bot */
.css-1s9x7dr:not(.from-user) {
    border-radius: 0px 12px 12px 12px;
    border: none;
}

/* action button */
.ac-actionSet .ac-pushButton {
    letter-spacing: 0.2px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    color: #212121;
    background-color: #FDBF38;
    transition: all 0.1s ease-in;
}

button > div {
    white-space: normal !important;
}

.css-1fcty0h .ac-pushButton {
    border: none;
}

.ac-actionSet .ac-pushButton:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

button.ac-pushButton.style-default.expandable {
    letter-spacing: 0.2px;
    color: #212121;
    /*background: #ffffff;*/
    font-weight: 700;
    border: 1px solid #BDBDBD;
    letter-spacing: 0.35px;
}

button.ac-pushButton.style-default.expandable.expanded {
    letter-spacing: 0.2px;
    color: #003E6A;
    /*background: #ffffff;*/
    font-weight: 700;
    letter-spacing: 0.35px;
}

div.ac-container div div div.ac-actionSet button.ac-pushButton.style-emphasis {
    letter-spacing: 0.3px;
    font-weight: 600;
    color: #003E6A;
    /*background: #ffffff;*/
    border: 1px solid #BDBDBD;
}

div.ac-container img {
    width: 100%;
}


div.ac-container div div div.ac-actionSet button.ac-pushButton.style-emphasis:hover {
    background-color: #f5f5f5;
}

#webchat p {
    font-size: 14px !important;
    line-height: 1.5rem;  
}

.ac-textBlock {
    font-size: 14px !important;
    line-height: 1.5rem;
}

.ac-textBlock p {
    font-size: 14px;
    line-height: 1.5rem;
    font-weight: 400;
}

.ac-input {
    border-radius: 2px;
    font-size: 14px;
    padding: 4px 8px;
}

.css-tzrydz > button:not(:disabled) {
    color: #FFFFFF;
    border-color: #008484;
}

.css-t5tjj9 > button:not(:disabled) {
    background: #FFFFFF;
    border: none;
    color: #212121;
}


/* March 13, Wed changes  */
.css-1hac9h6 {
    color: #FFFFFF;
    background-color: #767676;
    transition: all 0.1s ease-in;
}

    .css-1hac9h6:hover {
        background-color: #616161;
    }

.bubble {
    font-weight: 400;
}

.css-18iizmm {
    color: #FFFFFF;
}




/* forms overlay */
.overlay {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}