#chat_widget_main {
    margin-bottom: 40px;
    visibility: hidden;
    background-image: url("https://objectstorage.ap-mumbai-1.oraclecloud.com/n/bajajbot/b/bajajdev-SAM/o/%2Fimages%2Fbackground-small.png");
}
.oda-chat-message-actions .oda-chat-action-postback {
    overflow-wrap: anywhere;
    min-width: 40px;
}
.oda-chat-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.oda-chat-user-input {
    font-size: 13px;
}
.oda-chat-expanded .oda-chat-button {
    border: none;
}

.oda-chat-button{
    background-color: transparent;
}

.oda-chat-button img{
    display: block !important;
    height: 95px !important;
    max-height: 148% !important;
    max-width: 160% !important;
    width: 90px !important;
}

.oda-chat-left .oda-chat-message-bubble, .oda-chat-left .oda-chat-message-header, .oda-chat-left .oda-chat-message-footer {
    background: #f4f4f4 !important;
    color: #424242 !important;
    font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.oda-chat-left .oda-chat-message-bubble {
    margin-right: 20px !important;
    border-radius: 24px 24px 24px 0 !important;
}

.oda-chat-message-bubble{
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    margin: 0 !important;
    max-width: 350px !important;
    padding: 9px !important;
    position: relative !important;
}
.oda-chat-message-actions .oda-chat-action-postback {
    overflow-wrap: anywhere;
    min-width: 40px;
    color: #ffffff;
    white-space: inherit;
    padding-top: 5px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 100 !important;
    line-height: 20.2px;
    transition-duration: 0.1s;
    transition-timing-function: ease;
    transition-delay: 0s;
    align-items: center;
    font-size: 12px;
    background: rgb(128, 0, 0);
    border: 1px solid rgb(128, 0, 0);
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 3px;
    margin: 3px 3px;
    text-decoration: none;
    float: left;
}

.oda-chat-message-content {
    line-height: 1.5;
    margin: 4px;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 13px;
    white-space: pre-wrap;
}
.oda-chat-message-actions .oda-chat-action-postback:hover{
    background: rgb(128, 0, 0) !important;
}
.oda-chat-message-actions .oda-chat-action-postback.oda-chat-disabled {
    background: rgb(128, 0, 0) !important;
    border-color: 1px solid rgb(128, 0, 0);
    color: #ffffff;
    cursor: default;
}
/* Select Profile Card Styling start */
.oda-chat-card{
    background: #f4f4f4 !important;
    font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    }
    
    .oda-chat-card-title{
    font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: bold !important;
    }
    
    .oda-chat-card-description{
    font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #424242;
    line-break: anywhere !important;
    }
    .oda-chat-next {
        width: 8% !important;
        right: -12px !important;
    }
    .oda-chat-previous {
        width: 8% !important;
        left: -13px !important;
    }
    .oda-chat-card-actions .oda-chat-action-postback {
        background-color: rgb(128, 0, 0);
        border-color: rgb(128, 0, 0);
        border-style: solid;
        border-width: 1px;
        color: #fff;
        font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        height: 2px !important;
    }
    .oda-chat-card-actions .oda-chat-action-postback:hover {
        background: rgb(128, 0, 0) !important;
    }
    .oda-chat-round svg {
        fill: white;
    }
   
    .oda-chat-round {
        /* width: 8%;
        margin-right: 7px !important; */
        background-color: rgb(128, 0, 0);
    }
    .oda-chat-round:hover {
        background-color: rgb(128, 0, 0) !important;
        color: #fff;
    }
    .oda-chat-card-actions .oda-chat-action-postback:hover:enabled {
        background-color: rgb(128, 0, 0) !important;
    }
    .oda-chat-card-actions button.oda-chat-disabled {
        background-color: rgb(128, 0, 0) !important;
        border-color: rgb(128, 0, 0) !important;
        color: #ffffff !important;
        cursor: default;
    }
    .oda-chat-card-actions button.oda-chat-disabled:hover {
        background-color: rgb(128, 0, 0) !important;
    }

    p.chat-bot-space {
        font-size: 13px !important;
        padding-bottom: 10px;
    }

/* Select Profile Card Styling end */