.lottie-animation-container svg {
    transform: scale(2) !important
}

.kig-loading-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: hsla(0,0%,100%,.5);
    z-index: 9999;
    font-size: 1.25em;
    color: #0077b3
}

.kig-chat-container {
    position: fixed;
    bottom: 84px;
    right: 20px
}

    .kig-chat-container, .kig-chat-container .kig-chat-container-inner {
        display: flex;
        flex-direction: column;
        font-family: Roboto,sans-serif;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    }

        .kig-chat-container .kig-chat-container-inner {
            background-color: #fff;
            width: 400px;
            margin: auto;
            height: 700px;
            min-height: 80px;
            box-shadow: 0 5px 40px rgba(0,0,0,.1)
        }

            .kig-chat-container .kig-chat-container-inner .kig-chat-header {
                padding: 10px;
                background-color: rgba(0,119,179,.9);
                color: #fff;
                display: flex;
                align-items: center;
                width: 100%;
                height: 90px;
                box-sizing: border-box;
                margin: 0;
                flex-direction: column;
                transition: background-color .3s ease;
                -webkit-backdrop-filter: blur(3.5px);
                backdrop-filter: blur(3.5px);
                z-index: 99;
                position: absolute;
                top: 0;
                left: 0
            }

                .kig-chat-container .kig-chat-container-inner .kig-chat-header.noterms {
                    background-color: #989898
                }

                .kig-chat-container .kig-chat-container-inner .kig-chat-header .kig-logo-container {
                    width: 40px;
                    height: 40px;
                    margin-bottom: 10px;
                    align-content: center
                }

                    .kig-chat-container .kig-chat-container-inner .kig-chat-header .kig-logo-container img {
                        margin: 0 auto 0 auto;
                        max-width: 100%
                    }

                .kig-chat-container .kig-chat-container-inner .kig-chat-header .kig-logo-text {
                    margin-top: 0;
                    font-size: 12px;
                    line-height: 1;
                    cursor: pointer
                }

            .kig-chat-container .kig-chat-container-inner .kig-messages {
                flex-grow: 1;
                padding: 10px 10px 0 10px;
                display: flex;
                flex-direction: column;
                max-height: calc(100% - 95px);
                height: auto;
                min-height: 50px;
                position: relative;
                transition: height .3s ease;
                scrollbar-width: none;
                -ms-overflow-style: none
            }

                .kig-chat-container .kig-chat-container-inner .kig-messages::-webkit-scrollbar {
                    display: none
                }

                .kig-chat-container .kig-chat-container-inner .kig-messages .kig-messages-inner {
                    overflow-y: auto;
                    overflow-x: hidden;
                    height: 100%;
                    text-align: right
                }

                    .kig-chat-container .kig-chat-container-inner .kig-messages .kig-messages-inner .kig-spacer {
                        height: 80px
                    }

                    .kig-chat-container .kig-chat-container-inner .kig-messages .kig-messages-inner .kig-message {
                        display: flex;
                        align-items: flex-end;
                        max-width: 76%;
                        padding: 7px 12px;
                        margin: 7px 5px;
                        border-radius: 15px;
                        position: relative;
                        font-size: 14px;
                        overflow-wrap: anywhere
                    }

                        .kig-chat-container .kig-chat-container-inner .kig-messages .kig-messages-inner .kig-message.assistant {
                            max-width: 87%;
                            background-color: #fff;
                            align-self: flex-start;
                            margin-right: auto;
                            text-align: left
                        }

                            .kig-chat-container .kig-chat-container-inner .kig-messages .kig-messages-inner .kig-message.assistant:after {
                                content: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 239.52 166.42'%3E%3Cpath d='M140.93.64 239.1 89S44.36 198.42.49 156.67c0 0 154.86-42.49 140.44-156.03Z' style='fill:%23e9e9eb;stroke:%23e9e9eb;stroke-miterlimit:10;stroke-width:.5px' data-name='Layer 1'/%3E%3C/svg%3E");
                                position: absolute;
                                bottom: -1px;
                                left: 44px;
                                width: 20px;
                                height: 20px
                            }

                        .kig-chat-container .kig-chat-container-inner .kig-messages .kig-messages-inner .kig-message.mine {
                            background-color: #0077b3;
                            color: #fff;
                            text-align: left;
                            display: inline-block !important
                        }

                            .kig-chat-container .kig-chat-container-inner .kig-messages .kig-messages-inner .kig-message.mine:after {
                                content: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 239.52 166.42'%3E%3Cpath d='M98.6.64.43 88.99s194.73 109.43 238.61 67.68c0 0-154.85-42.49-140.43-156.04Z' style='fill:%230077b3;stroke:%230077b3;stroke-miterlimit:10;stroke-width:.5px' data-name='Layer 1'/%3E%3C/svg%3E");
                                position: absolute;
                                bottom: -11px;
                                right: -5px;
                                width: 20px;
                                height: 20px
                            }

            .kig-chat-container .kig-chat-container-inner .kig-suggested-questions {
                font-size: 14px;
                margin-left: 25px;
                bottom: 130px;
                color: #000;
                overflow-x: auto;
                word-wrap: break-word;
                overflow-wrap: break-word;
                padding: 7px;
                display: flex;
                flex-direction: column;
                text-align: right;
                gap: 10px;
                white-space: normal;
                position: absolute;
                bottom: 110px;
                right: 5px;
                opacity: 0;
                transition: opacity .2s ease
            }

                .kig-chat-container .kig-chat-container-inner .kig-suggested-questions.active {
                    opacity: 1
                }

                .kig-chat-container .kig-chat-container-inner .kig-suggested-questions .kig-suggested-question {
                    background-color: #fff;
                    padding: 10px 20px;
                    margin: 10px 0;
                    cursor: pointer;
                    transition: all .3s ease;
                    font-size: 14px;
                    box-shadow: 0 4px 4px rgba(0,0,0,.15);
                    border-radius: 20px;
                    display: inline-block;
                    text-align: left
                }

                    .kig-chat-container .kig-chat-container-inner .kig-suggested-questions .kig-suggested-question:hover {
                        background-color: #0077b3;
                        color: #fff
                    }

            .kig-chat-container .kig-chat-container-inner .kig-message-input {
                display: flex;
                padding: 2px 30px 10px 10px;
                background-color: #fff;
                align-items: center;
                width: 100%;
                min-height: 52px;
                z-index: 99
            }

                .kig-chat-container .kig-chat-container-inner .kig-message-input .kig-message-input-field {
                    font-family: Roboto,sans-serif;
                    flex-grow: 1;
                    padding: 7px 35px 7px 10px;
                    border-radius: 20px;
                    border: 1px solid #c8c8cc;
                    margin-right: -20px;
                    margin-left: 10px;
                    font-size: 16px;
                    overflow: hidden;
                    resize: none;
                    line-height: 1.5;
                    transition: all .3s ease;
                    max-height: 150px;
                    min-height: 40px;
                    overflow-y: auto
                }

                    .kig-chat-container .kig-chat-container-inner .kig-message-input .kig-message-input-field:focus {
                        border-width: 1px;
                        outline: none
                    }

                .kig-chat-container .kig-chat-container-inner .kig-message-input .kig-send-button {
                    padding: 0;
                    margin: 0 7px 0 0;
                    background-color: #0077b3;
                    color: #fff;
                    border: none;
                    cursor: pointer;
                    transition: background-color .2s;
                    width: 24px;
                    height: 24px;
                    border-radius: 50%;
                    position: fixed;
                    right: 32px;
                    bottom: 153px
                }

                    .kig-chat-container .kig-chat-container-inner .kig-message-input .kig-send-button:disabled {
                        background-color: #ccc;
                        cursor: not-allowed;
                        visibility: hidden
                    }

                    .kig-chat-container .kig-chat-container-inner .kig-message-input .kig-send-button:hover:not(:disabled) {
                        background-color: #0077b3
                    }

                    .kig-chat-container .kig-chat-container-inner .kig-message-input .kig-send-button i, .kig-chat-container .kig-chat-container-inner .kig-message-input .kig-send-button span {
                        color: #fff;
                        font-size: 12px
                    }

.kig-menu-toggle-button {
    padding: 0;
    background-color: #0077b3;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color .2s;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center
}

    .kig-menu-toggle-button img {
        max-width: 13px;
        margin: 0 auto
    }

    .kig-menu-toggle-button i {
        margin: 0 auto
    }

    .kig-menu-toggle-button.kig-menu-open {
        background-color: #969696
    }

        .kig-menu-toggle-button.kig-menu-open.kig-over {
            margin-left: 15px;
            margin-top: 12px;
            margin-bottom: 8px
        }

.kig-bottom-nav {
    background-color: #0077b3;
    height: 50px;
    width: 100%;
    transition: background-color .3s ease;
    z-index: 2000
}

    .kig-bottom-nav.noterms {
        background-color: #989898
    }

    .kig-bottom-nav ul {
        list-style: none;
        margin: 0;
        padding: 0 !important;
        display: grid;
        grid-template-columns: repeat(4,1fr)
    }

        .kig-bottom-nav ul li {
            margin: 0 !important;
            padding: 0;
            text-align: center;
            height: 50px
        }

            .kig-bottom-nav ul li button {
                background: none;
                border: none;
                cursor: pointer;
                display: block;
                width: 100%;
                height: 100%;
                transition: all .3s ease
            }

                .kig-bottom-nav ul li button:hover {
                    background-color: hsla(0,0%,100%,.1)
                }

.kig-loading-content:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100.56 76.71'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23e9e9eb;stroke:%23e9e9eb;stroke-miterlimit:10;stroke-width:.5px}%3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Ccircle class='cls-1' cx='16.99' cy='59.72' r='16.74'/%3E%3Ccircle class='cls-1' cx='67.02' cy='33.54' r='33.29'/%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    bottom: -10px;
    left: -25px;
    width: 20px;
    height: 20px
}

.assistant-message-layout {
    display: flex;
    align-items: center
}

.kig-assistant-logo {
    display: block;
    width: 30px;
    margin-right: 10px
}

.kig-message-content-container {
    background-color: #e9e9eb;
    border-radius: 15px;
    padding: 0 10px
}

    .kig-message-content-container.loading {
        width: 66px !important;
        height: 29px !important;
        padding: 0;
        position: relative
    }

        .kig-message-content-container.loading .kig-loading-content {
            position: absolute;
            top: 55%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%)
        }

    .kig-message-content-container .kig-message-content ol {
        display: block;
        padding: 0 0 0 26px;
        list-style: none;
        counter-reset: numList
    }

        .kig-message-content-container .kig-message-content ol > li {
            position: relative;
            margin-bottom: 15px;
            font-size: 12px
        }

            .kig-message-content-container .kig-message-content ol > li:before {
                counter-increment: numList;
                content: counter(numList);
                position: absolute;
                left: -26px;
                text-align: center;
                width: 20px;
                height: 18px;
                background: none;
                border: 1px solid #000;
                border-radius: 999px;
                padding-top: 3px;
                top: -4px
            }

            .kig-message-content-container .kig-message-content ol > li ul {
                padding-left: 15px;
                list-style: none;
                margin: 10px 0 20px 0
            }

                .kig-message-content-container .kig-message-content ol > li ul li {
                    font-size: 12px;
                    position: relative;
                    margin-bottom: 10px
                }

                    .kig-message-content-container .kig-message-content ol > li ul li:before {
                        content: "•";
                        position: absolute;
                        left: -15px;
                        top: -8px;
                        font-size: 24px;
                        text-align: center;
                        background: none;
                        border: none
                    }

    .kig-message-content-container .kig-message-content ul {
        padding-left: 15px;
        margin: 10px 0 20px 0
    }

        .kig-message-content-container .kig-message-content ul li {
            font-size: 1zpx;
            position: relative;
            margin-bottom: 5px
        }

.kig-message-content p {
    line-height: 1.25;
    margin: 14px 0px 14px 0px
}

.kig-cont {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.kig-overlay {
    position: fixed;
    max-width: 704px;
    width: 400px;
    height: 610px;
    min-height: 80px;
    bottom: 84px;
    right: 20px;
    border-radius: 0 0 15px 15px;
    background: linear-gradient(21deg,#fff,hsla(0,0%,99%,.75) 120.71%);
    -webkit-backdrop-filter: blur(3.5px);
    backdrop-filter: blur(3.5px);
    opacity: 0;
    transition: opacity .2s ease;
    z-index: 900
}

    .kig-overlay.active {
        opacity: 1
    }

.kig-menu-container {
    position: absolute;
    bottom: 60px;
    left: -5px
}

    .kig-menu-container .kig-overlay-menu .kig-menu-list {
        margin-left: 15px
    }

.menu-toggle {
    position: absolute
}

.kig-menu-list, .kig-overlay-menu ul {
    list-style: none;
    padding: 0
}

.kig-menu-list {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

    .kig-menu-list li {
        display: flex;
        align-items: center;
        padding: 14px;
        width: 100%;
        border-radius: 6px;
        background-color: #d9d9d9;
        margin-bottom: 12px;
        transition: all .3s ease;
        font-size: 12px;
        color: #000;
        max-height: 46px;
        cursor: pointer
    }

        .kig-menu-list li .icon {
            margin-right: 0;
            color: #000
        }

        .kig-menu-list li:hover {
            background-color: #e6dfdf
        }

.menu-item-icon {
    min-width: 24px;
    color: #5a5a5a
}

.kig-title {
    color: #5a5a5a
}

.d-flex {
    display: flex
}

.kig-widget-toggle {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    background-color: #0077b3;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

    .kig-widget-toggle .kig-toggle-inner img {
        width: 32px;
        margin: 15px
    }

    .kig-widget-toggle:hover {
        background-color: rgba(0,119,179,.9)
    }

.kig-mob-menu-toggle {
    display: none
}

    .kig-mob-menu-toggle i {
        margin: 10px 0 0 0;
        color: #fff;
        font-size: 21px
    }

.widget-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

    .widget-menu ul li {
        flex: 1;
        margin: 5px 0
    }

        .widget-menu ul li p {
            text-align: center;
            border-radius: 5px;
            padding: 10px;
            background-color: #fff;
            display: inline-block;
            cursor: pointer;
            line-height: 1;
            margin: 0;
            font-size: 14px;
            box-shadow: 0 5px 40px rgba(0,0,0,.1)
        }

            .widget-menu ul li p i {
                color: #0077b3;
                margin-right: 5px;
                font-size: 16px
            }

.error-handler {
    text-align: center
}

    .error-handler p {
        color: #0077b3;
        line-height: 1;
        font-size: 14px;
        font-weight: 700
    }

.kig-export-success-notification {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    min-width: 300px;
    max-width: calc(100% - 20px);
    background-color: #0077b3;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    z-index: 100;
    animation: slideDown .3s ease-out forwards;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%) translateX(-50%)
    }

    to {
        transform: translateY(0) translateX(-50%)
    }
}

@media(min-width:450px) {
    .kig-message-input {
        max-height: 530px;
        z-index: 9999
    }
}

@media(max-width:450px) {
    .kig-terms-overlay {
        height: calc(100vh - 137px) !important
    }

    .mine {
        margin-right: 15px
    }

    .kig-contact-content {
        height: calc(100% - 233px);
        border-radius: 0 !important
    }

    .kig-chat-container {
        border-radius: 0;
        bottom: 0;
        right: 0
    }

        .kig-chat-container .kig-chat-container-inner {
            border-radius: 0;
            width: 100vw
        }

    .logo {
        width: 40px;
        height: 40px
    }

    .question-container {
        width: 100%
    }

    .kig-suggested-question {
        font-size: 16px;
        padding: 10px 20px 10px 10px;
        width: 80%
    }

    .kig-message-input {
        margin-bottom: 50px;
        width: calc(100% - 40px);
        max-height: calc(100vh - 170px)
    }

    .kig-message-input-field {
        font-size: 16px;
        padding-right: 40px
    }

    .kig-send-button {
        right: 10px
    }

    .kig-overlay {
        width: 100%;
        height: calc(100% - 100px);
        bottom: 0;
        right: 0;
        border-radius: 0
    }

        .kig-overlay .kig-cont .kig-menu-container {
            display: flex;
            align-items: flex-end
        }

    .kig-menu-container {
        width: 100%;
        height: 100%
    }

        .kig-menu-container ul {
            bottom: auto
        }

    .kig-mob-menu-toggle {
        display: block;
        position: absolute;
        top: 20px;
        left: 20px;
        height: 40px;
        width: 30px;
        cursor: pointer
    }

    .m-none {
        display: block
    }

    .m-block {
        display: none
    }

    .widget-menu {
        position: absolute;
        bottom: 100px;
        right: 20px
    }

    .kig-bottom-nav {
        position: absolute;
        bottom: 0;
        right: 0
    }

    .powered-by {
        position: absolute;
        bottom: 23px;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media(max-height:790px) {
    .kig-chat-container-inner {
        height: 80vh
    }
}

.kig-chat-container-inner {
    overflow: hidden;
    max-height: 0;
    max-width: 0
}

    .kig-chat-container-inner, .kig-chat-container-inner .kig-chat-item {
        transition: all .3s ease;
        opacity: 0
    }

        .kig-chat-container-inner.expanded .kig-chat-item {
            opacity: 1
        }

        .kig-chat-container-inner.expanded {
            max-height: 700px;
            max-width: 400px;
            opacity: 1
        }

@media(max-width:450px) {

    .kig-chat-container {
        position: fixed
    }
        .kig-chat-container.z-index-high {
            z-index: 10000; /* hoher z-index */
        }
        .kig-chat-container.z-index-high, .kig-chat-container-inner {
            width: 100%;
            height: 100%
        } 

        .kig-chat-container.z-index-low {
            z-index: 0; /* niedriger z-index */
               
        }
        .kig-chat-container.z-index-low, .kig-chat-container-inner {
            height: 50px;
            width: 50px;
        }

        .kig-chat-container .kig-chat-container-inner .kig-message-input .kig-send-button {
            padding: 0;
            margin: 0 7px 0 0;
            background-color: #0077b3;
            color: #fff;
            border: none;
            cursor: pointer;
            transition: background-color .2s;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            position: fixed;
            bottom: 68px;
            right: 10px;
        }
}

.kig-chat-container-inner.collapsed {
    max-height: 0;
    opacity: 0
}

.kig-widget-toggle {
    cursor: pointer;
    z-index: 10
}

.d-block {
    display: block
}

.d-none {
    display: none
}

@media(min-width:769px)and (max-height:915px) {
    .kig-chat-container-inner.expanded {
        height: 650px;
    }
}

@media(min-width:769px)and (max-height:860px) {
    .kig-chat-container-inner.expanded {
        height: 600px;
    }
}

@media(min-width:769px)and (max-height:810px) {
    .kig-chat-container-inner.expanded {
        height: 550px;
    }
}


.kig-terms-overlay {
    position: absolute;
    top: 86px;
    left: 0;
    width: 100%;
    background: #fff;
    height: 564px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center
}

    .kig-terms-overlay .kig-bar {
        position: absolute;
        bottom: -50px;
        left: 0;
        background-color: #989898;
        display: block;
        width: 100%;
        height: 50px
    }

    .kig-terms-overlay .kig-terms-inner {
        border: 1px solid #e3e3e3;
        border-radius: 15px;
        margin: 10px;
        min-height: 200px;
        text-align: center;
        padding: 10px
    }

        .kig-terms-overlay .kig-terms-inner .kig-logo-image {
            background-color: #0077b3;
            border-radius: 50%;
            height: 70px;
            width: 70px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin: -35px auto 0 auto
        }

            .kig-terms-overlay .kig-terms-inner .kig-logo-image img {
                margin: 0 auto;
                max-width: 50px
            }

        .kig-terms-overlay .kig-terms-inner p {
            line-height: 1.5;
            font-weight: 12px
        }

        .kig-terms-overlay .kig-terms-inner .kig-agree {
            border: none;
            background-color: #0077b3;
            width: 90%;
            padding: 15px 20px;
            color: #fff;
            text-align: center;
            margin: 10px;
            border-radius: 10px;
            cursor: pointer;
            transition: all .3s ease;
            opacity: 1;
            font-size: 16px
        }

            .kig-terms-overlay .kig-terms-inner .kig-agree:hover {
                opacity: .9
            }

.kig-contact-modal {
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 2004;
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 15px;
    transform: translateY(100%); 
    transition: transform .5s;
}

    .kig-contact-modal.active {
        transform: translateY(0)
    }

    .kig-contact-modal .kig-contact-header {
        border-radius: 15px 15px 0 0;
        background: linear-gradient(95.27deg,#0077b3 -19.88%,#004d64 58.81%);
        text-align: center;
        position: relative
    }

        .kig-contact-modal .kig-contact-header .kig-exit-contact {
            position: absolute;
            top: 10px;
            left: 10px;
            cursor: pointer;
            background-color: hsla(0,0%,85%,.5);
            border-radius: 50%;
            height: 30px;
            width: 30px;
            display: flex;
            align-items: center
        }

            .kig-contact-modal .kig-contact-header .kig-exit-contact img {
                margin-left: 8px;
                height: 17px
            }

        .kig-contact-modal .kig-contact-header .kig-logo-image img {
            max-width: 100px;
            padding-top: 40px;
            padding-bottom: 15px
        }

        .kig-contact-modal .kig-contact-header .kig-contact-name p {
            margin: 15px auto 25px auto;
            padding: 0;
            font-weight: 700;
            font-size: 21px;
            color: #fff
        }

        .kig-contact-modal .kig-contact-header .kig-contact-menu ul {
            list-style: none;
            margin: 0 auto;
            padding: 0 0 15px 0;
            display: flex;
            max-width: 320px;
            align-items: center;
            justify-content: center;
        }

            .kig-contact-modal .kig-contact-header .kig-contact-menu ul li {
                display: flex;
                flex-direction: column;
                justify-content: center;
                background-color: hsla(0,0%,100%,.1);
                padding: 5px 10px;
                border-radius: 10px;
                font-size: 12px;
                width: 95px;
                height: 60px;
                cursor: pointer;
                color: #fff
            }

                .kig-contact-modal .kig-contact-header .kig-contact-menu ul li img {
                    display: block;
                    margin: 0 auto 5px auto;
                    width: 18px
                }

                .kig-contact-modal .kig-contact-header .kig-contact-menu ul li:nth-of-type(2) {
                    margin: 0 20px
                }

                    .kig-contact-modal .kig-contact-header .kig-contact-menu ul li:nth-of-type(2) img {
                        margin-top: 3px;
                        margin-bottom: 7px
                    }

    .kig-contact-modal .kig-contact-content {
        padding: 10px 10px 0 10px;
        background-color: #f8f8f8;
        border-radius: 0 0 15px 15px;
        height: 100%
    }

        .kig-contact-modal .kig-contact-content p.kig-small-text {
            text-align: center;
            font-size: 12px;
            color: #979797;
            max-width: 300px;
            margin: 0 auto
        }

        .kig-contact-modal .kig-contact-content .kig-contact-details span {
            background-color: #fff;
            padding: 10px;
            display: block;
            border-radius: 7px;
            margin: 10px 0
        }

            .kig-contact-modal .kig-contact-content .kig-contact-details span p {
                margin: 0;
                padding: 0;
                font-size: 14px
            }

                .kig-contact-modal .kig-contact-content .kig-contact-details span p:nth-of-type(2) a {
                    color: #0077b3;
                    font-size: 12px
                }

        .kig-contact-modal .kig-contact-content .kig-menu-list {
            padding-left: 0
        }

            .kig-contact-modal .kig-contact-content .kig-menu-list li {
                margin-bottom: 5px
            }

                .kig-contact-modal .kig-contact-content .kig-menu-list li span {
                    color: #000 !important
                }

        .kig-contact-modal .kig-contact-content .powered-by {
            font-size: 10px;
            text-align: center;
            color: #616161;
            padding: 7px 0;
            display: block
        }

            .kig-contact-modal .kig-contact-content .powered-by a {
                color: #000;
                font-weight: 600;
                text-decoration: none
            }

.kig-messages-inner {
    scrollbar-width: 5px;
    scrollbar-color: #b8b8b8
}

    .kig-messages-inner::-webkit-scrollbar {
        width: 5px
    }

    .kig-messages-inner::-webkit-scrollbar-thumb {
        background-color: #b8b8b8;
        border-radius: 2px
    }

    .kig-messages-inner::-webkit-scrollbar-track {
        background-color: transparent
    }

.kig-message-input-field {
    scrollbar-width: thin;
    scrollbar-color: #b8b8b8
}

    .kig-message-input-field::-webkit-scrollbar {
        width: 5px
    }

    .kig-message-input-field::-webkit-scrollbar-thumb {
        background-color: #b8b8b8;
        border-radius: 2px
    }

    .kig-message-input-field::-webkit-scrollbar-track {
        background-color: transparent
    }

.kig-message-input[data-v-59b1968c] {
    display: flex;
    align-items: center
}

.kig-message-input-field[data-v-59b1968c] {
    flex-grow: 1;
    max-height: 525px;
    resize: none;
    overflow-y: auto
}

@media (max-width:450px) {
    .kig-message-input-field[data-v-59b1968c] {
        max-height: calc(100vh - 100px)
    }
}

.slide-enter-active[data-v-de410a20], .slide-leave-active[data-v-de410a20] {
    transition: transform .5s
}

.slide-enter[data-v-de410a20], .slide-leave-to[data-v-de410a20] {
    transform: translateY(100%)
}

.fade-enter-active[data-v-de410a20], .fade-leave-active[data-v-de410a20] {
    transition: opacity .5s
}

.fade-enter[data-v-de410a20], .fade-leave-to[data-v-de410a20] {
    opacity: 0
}
