/* Hide GitHub link */
a[href*='https://github.com/Chainlit/chainlit'] {
    visibility: hidden;
}

#header > img:nth-child(2) {
    max-height: 60px !important;
    margin-top: 40px; /* Adjust the value as needed */
}

after opening the sidebar
.css-14k6mw7 > img:nth-child(1) {
    max-height: 40px !important;
    margin-top: 20px; /* Adjust the value as needed */
}

.css-9vo64t{
    direction: rtl;
}

.css-23t83e{
    direction: rtl;
}

body{
	background: rgb(246, 246, 246);
    	background-image: linear-gradient(90deg, rgba(246, 246, 246, 1) 0%, rgba(121, 9, 99, 0.1195071778711485) 39%, rgba(57, 158, 179, 0.26516544117647056) 100%), url(https://chatmoi.novitastech.com/images/moi-logo-light.svg);
    	background-repeat: no-repeat;
    	background-size: cover;
}

.css-1avg5o6{
	border: 2px solid #5e3fa3;
}


.markdown-body {
    overflow-x: auto;
    overflow-y: hidden;
    font-size: 1.35rem;
}

.css-1x4hqld {
    font-size: 1.1rem !important;
    background: #9334e9 !important;
    color: white !important;
}