
.links-section {
    margin-bottom: 30px;
}

.section-title {
    font-weight: bold;
    margin-bottom: 10px;
    color: #555;
}

.link-item {
    padding: 8px 10px;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    color: #333;
}

.link-item .icon {
    margin-right: 8px;
}

.link-item:hover {
    background-color: #eee;
}

.bottom-sidebar {
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.bottom-sidebar .item {
    padding: 8px 10px;
    cursor: pointer;
    color: #555;
}

.bottom-sidebar .item:hover {
    background-color: #eee;
}

.location {
    color: #777;
    font-size: 0.8em;
    padding: 10px 0;
}

.main-content {
    flex-grow: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 900px;
    margin-bottom: 40px;
}

.ai-info {
    display: flex;
    align-items: center;
}

.ai-logo {
    font-size: 1.5em;
    font-weight: bold;
    color: #4285f4;
    margin-right: 8px;
}

.version {
    color: #777;
    font-size: 0.9em;
}

.header-actions button {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    font-size: 0.9em;
}

.header-actions .try-advanced-button {
    background-color: #f0f0f0;
}

.header-actions span {
    margin-left: 10px;
    font-size: 1.2em;
    color: #555;
    cursor: pointer;
}

.suggestion-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    float: right;
    margin-bottom: 1rem;
}

.suggestion-button {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 20px;
    background-color: inherit;
    color: inherit;
    cursor: pointer;
    font-size: 0.9rem;
    line-height: 0;
    height: 20px;
}

.chat-input-container {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 8px;
    margin-bottom: 10px;
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    line-height: 4;
}

.chat-ta-container {
    width: 100%;
}

.chat-input-ta {
    border: none;
    outline: none;
    padding: 8px;
    margin: 4px 10px 0px 10px;
    font-size: 14px;
    resize: none;
    min-height: 100%;
    width: calc(100% - 20px);
    overflow: hidden;
    background-color: inherit;
    color: inherit;
    line-height: 1.25;
}

.chat-input-ta:hover, .chat-input-ta:focus {
    border: none;
}

.assistant-download-btn{
    position: absolute;
    bottom: -25px;
    padding: 0;
    line-height: 1;
    border: none !important;
    color: inherit;
    font-size: 12px;
}

.assistant-download-btn i{
    margin-right: 5px;
}

.cr-msg-main:hover .assistant-download-btn{
    display: block !important;
}

.msg-container {
    height: calc(100% - 120px);
    overflow: auto;
    font-size: 13px;
}

.msg-container .cr-msg {
    border-radius: 12px;
    word-wrap: break-word;
    width: fit-content;
    position: relative;
}

.msg-container .cr-msg p {
    margin-bottom: 0;
    display: inline-block;
}

.msg-container .cr-msg ul {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
}

.msg-container .cr-msg li {
    margin-bottom: 0;
}

.msg-container .cr-msg table {
    font-size: 12px;
}

.msg-container .cr-msg table td {
    padding: 3px;
}

.cr-select-msg {
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
    margin-left: 21px;
    margin-right: 21px;
    margin-bottom: 21px;
    color: inherit;
    background-color: inherit;
}

.cr-select-msg .Select-control .Select-value-label, .cr-select-msg .Select-control {
    background-color: inherit;
    color: inherit !important;
}

.cr-select-msg .Select-menu-outer {
    background-color: inherit;
    color: inherit;
}

.dash-dropdown {
    margin-top: 40px;
}

.thinking-div-main {
        color: inherit;
    margin-left: 21px;
    font-weight: bold;
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.2;
  }
}

.chat-icon {
    display: inline-block;
    border: 1px solid black;
    line-height: 1;
    height: 4rem;
    width: 4rem;
    text-align: center;
    padding-top: 0.6rem;
    border-radius: 50%;
}

.chat-icon-left {
    margin-right: 2rem;
}

.chat-icon-right {
    margin-left: 2rem;
}


.chat-page-sm-item:hover, .chat-page-sm-item:focus {
    border: 1px;
    color: inherit;
    background-color: inherit;
    background-image: linear-gradient(rgb(0 0 0/10%) 0 0);
}
