.feedbot-wrapper:not(.collapsed) .feedbot-header{
    background-color: #ffffff !important;
}

.wc-message-callout {
    display: none !important;
}
.feedbot-wrapper.collapsed .feedbot-title {
    display: none !important;
}



body .feedbot-wrapper .wc-chatview-panel {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.wc-app .wc-console {
    margin: 15px 15px !important;
    border-radius: 100px !important;
}

.wc-app .wc-chatview-panel {
    top: 62px !important;
}



.wc-message-groups {
    bottom: 55px !important;
}

.feedbot-wrapper .wc-message-content {
    padding: 12px 16px !important;
    border-radius: 10px !important;
}

.feedbot-wrapper {
    -webkit-box-shadow: 0px 0px 45px 0px rgba(167, 167, 167, 0.3) !important;
    -moz-box-shadow: 0px 0px 45px 0px rgba(167, 167, 167, 0.3) !important;
    box-shadow: 0px 0px 45px 0px rgba(167, 167, 167, 0.3) !important;
}

.wc-message-group-content{
    margin-top:0px!important;
}

button.wc-send svg {
    display: none !important;
}

button.wc-send {
    color: #FFFFFF;
    width: 44px;
    height: 38px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M4.71912%2011L2.50244%202.1333L22.236%2012.0001L2.50244%2021.8668L4.71915%2013H9.99992V11H4.71912Z'%20fill='black'/%3E%3C/svg%3E");
}
.feedbot-minimize{
    display: flex;
    align-items: center;
    justify-content: center;

    color: #000 !important;
    text-decoration: none;


    width: 40px;
    height: 40px;

    transition: transform 160ms ease;
    transform-origin: center;
}

.feedbot-minimize svg{
    width: 30px;
    height: 30px;
    display: block;
}

.feedbot-minimize:hover{
    transform: scale(1.08);
}


body .wc-app, .wc-app button, .wc-app input, .wc-app textarea, .popup-message{
    font-size: 14px !important;
}

.feedbot-header{
    align-items: center !important;
}

.feedbot-wrapper:not(.collapsed) .feedbot-header{
    border-bottom: 1px solid #f1f1f1 !important;
}
.wc-app .wc-console{
    border: 1px solid #f1f1f1 !important;
    border-radius: 10px !important;
}
.feedbot-signature{
    display:none !important;
}


.wc-console .wc-textbox textarea.wc-shellinput::-webkit-scrollbar{
    width: 4px;
}


body .feedbot-wrapper.collapsed .feedbot-header {

    background-size: 40px 40px;
    background-position: center 15px;
}

.feedbot-wrapper.collapsed .feedbot-maximize {
    display: none !important;
}

.feedbot-wrapper.maximised {
    height: 90vh !important;
}

.wc-console {
    display: flex !important;
    align-items: flex-end;
    gap: 8px;
    height: auto !important;
    min-height: 50px;
    padding: 5px 8px;
    box-sizing: border-box;
}

.wc-console > .wc-upload,
.wc-console > .wc-textbox,
.wc-console > .wc-send {
    position: static !important;
    top: auto !important;
}

.wc-console .wc-textbox {
    flex: 1 1 auto;
    min-width: 0;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
}

.wc-console textarea.wc-shellinput {
    field-sizing: content;
    min-height: 28px;
    max-height: 160px;
    overflow-y: auto;
    padding-top: 7px;
    line-height: 1.4;
}

.wc-console .wc-upload,
.wc-console .wc-send {
    right: auto !important;
    align-self: flex-end;
    flex: 0 0 auto;
}

.feedbot-wrapper.collapsed .feedbot-header {
    display: none;
}

body .feedbot-wrapper.collapsed {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}


.wc-message-buttons * {
    box-sizing: initial !important;
}

html:not(.feedbot-visible) .feedbot-wrapper {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

html.feedbot-visible .feedbot-wrapper {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

html.feedbot-visible .feedbot-wrapper.collapsed {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
