html,
body {
    height: 100%;
    background-color: white;
}

body {
    margin: 0;
}

h1 {
    color: whitesmoke;
    font-family: Segoe UI;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0 20px;
}

.webchat__send-box__main {
    border-radius: 8px !important;
    border: 1px solid var(--modeColor-modeContent-content-low-contrast, #6A6E79) !important;   
}

.webchat__upload-button {
    display: none !important;
}

.webchat__send-box-text-box {
    padding: 7px 8px 7px 8px !important;
    color: #464B52 !important;
    height: 32px;
    font-size: 16px !important;
    line-height: 18px !important;
    font-family: Inter !important;
    font-variation-settings: 'wght' 400 !important;
}

.webchat__icon-button img {
    height: 24px;
    width: 24px;
    padding: 12px 8px 12px 8px !important;
}

.webchat__basic-transcript__transcript 
 {
    width: 100% !important;
    align-self: stretch !important;
}

.webchat__stacked-layout__attachment {
    width: 100% !important;
    max-width: 100% !important;
    align-self: stretch !important;
}

.webchat__suggested-actions__stack {
    padding: 2.5px 30px !important;
}

.webchat__suggested-action {
    max-width: auto !important;
    width: fit-content !important;
    height: 32px !important;
}

.webchat__text-content {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  box-sizing: border-box !important;
}


header {
    align-items: center;
    background: linear-gradient(90deg, #0063A3 0%, #FC2BFA 100%);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
}

@media (max-width: 850px) {
    header {
        padding: 8px 16px 8px 16px;
    }
}

@media (min-width: 851px) {
    header {
        padding: 8px 162px 8px 162px;
    }
}

#webchat {
    overflow: hidden;
    flex: 1;
    align-self: stretch;
}


@media (max-width: 850px) {
    #webchat {
        padding: 16px 24px 16px 24px;
    }
}



@media (min-width: 851px) {
    #webchat {
        padding: 16px 162px 16px 162px;
    }
}


#logo {
    height: 63%; 
    width: min-content;
    padding: 3px 0px 3px 10px;
    object-fit: cover;
    border-radius: 20%;
    background-color: #0062a385;
}


#left-section {
    display: flex;
    align-items: center;
    height: inherit;
    gap: 8px;
}

#left-section span {
    /* padding: 3px 0px 5px 3px;  */
    color: white;
    line-height: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-variation-settings: 'wght' 600;
    letter-spacing: 0%;
    font-size: 14px; 
    vertical-align: middle;
}

#right-section {
    gap: 16px;
       
}

.icon-button {
    background: transparent;
    border: none;
}

#chat-container {
    display: flex; 
    flex-direction: column; 
    height: calc(100% - 40px);
    width: 100%;
    position: fixed;
    justify-content: space-between;
}

footer {
    background: var(--modeColor-modeContent-level1, #F1F1F6);
    height: fit-content;
    gap: 8px;
}

@media (max-width: 850px) {
    footer {
        padding: 16px 24px 16px 24px;
    }
}



@media (min-width: 851px) {
    footer {
        padding: 16px 162px 16px 162px;
    }
}


footer div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
    
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.015em;
    
}

