@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0');

:root {
    --ch_bgcolor: #ffffff;
    --ch_head_txtcolor: #ffffff;
    --dark_blue: rgb(0,9,47);
    --medium_blue: rgb(0,98,150);
    --font-size: 14px;
}

body {
    min-width: 350px !important;
}

.cb_container {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: fixed;
    display: inline-table;
    bottom: 60px;
    z-index: 10000;
    right: -10000rem;
    color: #3b3030;
    font-size: var(--font-size);
    transition: 0.5s;
}

@media screen and (max-width: 600px) {
    .cb_container {
        width: 100% !important;
        bottom: 0 !important;
        height: 100% !important;
    }
}

.cb_container_show {
    right: 0;
}

.cb_header_container {
    background: linear-gradient(180deg, var(--dark_blue) 0%, var(--medium_blue) 100%);
    display: flex;
    align-items: center;
    color: var(--ch_head_txtcolor);
    height: 50px;
    border-top-left-radius: 13px;
}

.cb_header_logo {
    height: 35px;
    margin: 13px;
    content: url('/-/media/Images/Chat/icon-chat-AKCS-logo-light-trails.ashx') !important;
}

#cb_collapse {
    position: absolute;
    right: 24px;
    cursor: pointer;
}

#cb_close {
    position: absolute;
    right: 0;
    cursor: pointer;
}

.cb_sidebar_shadow {
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.cb_sidebar {
    padding: 0px;
    margin: 0px;
    border-radius: 1.5rem;
    position: fixed;
    top: 50%;
    right: 0;
    transition: box-shadow 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.cb_sidebar_smallCont {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .cb_sidebar_smallCont img {
        content: url('/-/media/Images/Chat/chat-tab.ashx');
        width: 30px;
        height: auto;
        position: fixed;
        top: 50%;
        right: 0;
    }

.popMsg {
    background-color: white;
    font-size: 1.3rem;
    right: -300px;
    border-radius: 0.8rem;
    width: 200px;
    top: 50%;
    height: 60px;
    font-weight: 600;
    font-family: 'Source Sans Pro',sans-serif;
    text-rendering: optimizeLegibility !important;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: right 0.5s ease-in-out;
}

.popMsgClose {
    background-color: #656565;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: fixed;
    top: 50%;
    right: -200px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: white;
    cursor: pointer;
    transition: right 0.5s ease-in-out;
}

.cb_footer {
    background-color: var(--ch_bgcolor);
    text-align: center;
    font-size: 13px;
}




/*Default Style Overrides*/
.webchat__keyboard-help {
    display: none !important;
}

.webchat__bubble--from-user .webchat__bubble__content {
    border: 1px solid var(--dark_blue) !important;
    border-radius: 0.8rem !important;
}

.webchat__imageAvatar__image img {
    content: url('/-/media/Images/Chat/icon-chat-virtual-assistant.ashx') !important;
}

.webchat__defaultAvatar--fromUser {
    border-radius: unset !important;
}

    .webchat__defaultAvatar--fromUser img {
        content: url('/-/media/Images/Chat/icon-chat-visitor.ashx') !important;
    }

.webchat__bubble__content {
    border: 1px solid var(--medium_blue) !important;
    border-radius: 0.8rem !important;
}

.webchat__bubble p {
    font-size: var(--font-size) !important;
}

section {
    width: 100% !important;
}

.markdown p {
    font-size: var(--font-size) !important;
}

.react-film__filmstrip__list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    float: right;
    font-size: 16px !important;
    width: 100% !important;
}

.react-film__filmstrip__item {
    display: flex !important;
    justify-content: center !important;
}

.webchat__suggested-action {
    width: unset !important;
    height: 30px !important;
    border-radius: 15px !important;
}

    .webchat__suggested-action:hover {
        background-color: var(--medium_blue) !important;
        color: #ffffff !important;
    }

.webchat__basic-transcript__filler {
    flex: unset !important;
}

