html,
body {
    height: 100%;
    font-family: "Open Sans", sans-serif;
}

body {
    background: url("/images/bg1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.css-eycyw2 {
    background-color: #0000000a;
}

.main {
    background-color: #F1F0F0;
    margin: 15px;
}

.css-eycyw2 .main {
    border-top: none;
    border-radius: 5px;
}

.css-115fwte svg, [data-css-115fwte] svg {
    fill: #152e42;
}

.css-1vieo9r {
    background-color: #F1F0F0;
}

.css-o3xlyv {
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.css-1s8geyi,
[data-css-1s8geyi] {
    color: #b9b9b9;
}

.chat-window {
    display: flex;
    justify-content: center;
}

    .chat-window .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 10px;
    }

        .chat-window .logo img {
            height: 100px;
            filter: brightness(0) invert(1);
        }

.from-user .css-o3xlyv {
    background-color: #152e42;
    color: #fff;
}

.css-1dgbgmu, [data-css-1dgbgmu] {
    background-color: #fff !important;
}

.css-mhj5i1.from-user,
[data-css-mhj5i1].from-user {
    border-radius: 6px;
    border: none;
}

.css-mhj5i1:not(.from-user),
[data-css-mhj5i1]:not(.from-user) {
    border-radius: 6px;
}

body {
    margin: 0;
}

#chatwindow {
    width: 60%;
    padding: 30px;
}

.chat-section {
    height: calc(100vh - 126px);
    overflow: hidden;
    background-color: #39637f;
    border-radius: 10px;
    box-shadow: 0 0 10px #0000002b;
    position: relative;
}

.css-1fyy09s, [data-css-1fyy09s] {
    background-color: rgba(255, 255, 255, 0.7);
}

.css-nil {
    background: #39637f !important;
}

#heading {
    height: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0 12px;
    background-color: #34658b;
    display: none;
}

.css-1fyy09s {
    background-color: transparent;
}

h1 {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 800;
    color: #fff;
}

#webchat {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 100%;
    overflow: hidden;
}

    #webchat * {
        font-family: "Open Sans", sans-serif !important;
    }

.css-2p02md > .content > .webchat__row > .bubble,
[data-css-2p02md] > .content > .webchat__row > .bubble,
.css-2p02md > .content > .webchat__row > .timestamp,
[data-css-2p02md] > .content > .webchat__row > .timestamp {
    max-width: 90% !important;
}

    .css-2p02md > .content > .webchat__row > .bubble.from-user,
    [data-css-2p02md] > .content > .webchat__row > .bubble.from-user,
    .css-2p02md > .content > .webchat__row > .timestamp,
    [data-css-2p02md] > .content > .webchat__row > .timestamp {
        max-width: 70% !important;
    }

.css-1tdb3h1 > img,
[data-css-1tdb3h1] > img {
    transform: translate(-50%, -50%);
    height: 26px;
    width: auto;
}

.css-1dgbgmu,
[data-css-1dgbgmu] {
    background: #fff;
}

.css-u4skb7 > button,
[data-css-u4skb7] > button {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 13px;
    height: auto;
}

    .css-u4skb7 > button:not(:disabled),
    [data-css-u4skb7] > button:not(:disabled) {
        border: 1px solid #fff;
        color: #071b49;
        font-weight: 600;
        cursor: pointer;
    }

.css-1vieo9r .ac-pushButton,
[data-css-1vieo9r] .ac-pushButton {
    background-color: rgb(215 215 215);
    border-width: 0;
    color: #152e42;
}

.voice-button {
    background-color: #fff !important;
    color: #152e42 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .voice-button img {
        height: 22px;
        filter: brightness(0) invert(1);
    }

    .voice-button i {
        color: #000;
    }

.stop-button {
    background-color: #34658b !important;
    transition: all 0.6s ease;
}

.stop-button.wave-effect {
    box-shadow: 0px 0px 0px 5px #567a9363;
    transition: all 0.6s ease;
}

.stop-button i {
    color: #fff !important;
}

.wave-button {
    left: 10px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #fff;
    height: 37.5px;
    width: 37.5px;
}

    .wave-button img {
        height: 41.5px;
        width: 22px;
        filter: brightness(0);
    }

.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    position: absolute;
    z-index: 9;
    bottom: 0;
    right: 10px;
}

    .button-container.voice-control {
        background: #370410;
        left: 0;
        right: 0;
    }

    .button-container button {
        background-color: #d7d7d7;
        border: none;
        color: #152e42;
        padding: 2px 5px;
        border-radius: 20px;
        cursor: pointer;
        font-size: 18px;
        height: 41.5px;
        width: 41.5px;
    }

        .button-container button:disabled {
            background-color: #b9b9b9;
            cursor: not-allowed;
        }

.d-none {
    display: none;
}

.css-1wegtiu > ul, [data-css-1wegtiu] > ul {
    background: #1b99b8;
}

header {
    padding: 18px 30px;
    background: #34658bc2;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    row-gap: 10px;
    column-gap: 50px;
    flex-wrap: wrap;
}

    header h1 {
        margin-bottom: 0;
        font-weight: 800;
        color: #fff;
    }

    header img {
        display: none;
    }

    header ul {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 30px;
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        header ul li {
            font-weight: 600;
            color: #000;
            line-height: 20px;
        }

            header ul li a {
                color: #000;
            }

.css-u4skb7 > button:not(:disabled), [data-css-u4skb7] > button:not(:disabled) {
    border: 1px solid rgb(255 255 255) !important;
    color: #000 !important;
    font-weight: 400;
    font-size: 15px;
    padding: 6px 12px;
    height: auto;
}

.css-eycyw2 > .main, [data-css-eycyw2] > .main {
    margin-right: 65px;
    border-radius: 30px;
}

@media screen and (max-width:991px) {
    #chatwindow {
        width: 70%;
    }
    body {
        background-position: left;
    }
}

@media screen and (max-width:767px) {
    .chat-window {
        flex-wrap: wrap;
    }

    #chatwindow {
        width: 100%;
        padding: 20px;
    }

        .chat-window .logo img {
            height: 60px;
        }

    .chat-section {
        height: calc(100vh - 110px);
    }

    #heading {
        display: flex;
    }

    header {
        display: none;
    }

    header img {
        display: block;
        height: 60px;
        filter: brightness(0);
    }

    #webchat {
        height: calc(100% - 50px);
    }

    header ul {
        gap: 12px;
    }

    header {
        padding: 5px 12px;
        column-gap: 20px;
    }
}
