@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
* {
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track { 
    background: #13254c;
}

::-webkit-scrollbar-thumb {
    background: #061128;
}

body {
    font-family: 'Tajawal' !important;
    background: #15001c;
    /* #05113b; */
}

.arrow {
    width: 40px;
    height: 50px;
    font-size: 18px;
}

.avatar {
    width: 50px;
    height: 50px;
}

.avatar-img {
    border-radius: 1rem;
}

#content-box {
    height: calc(100vh - 130px);
    overflow-y: scroll;
}

.row-box {
    height: calc(100vh - 70px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.upper-line {
    background: #0f275c;
    height: 2px;
}

.send-container {
    background: #1e294d;
    height: 62px;
}

.input-send {
    background: #ffffff1c;
    width: calc(100% - 45px);
    border-radius: 5px;
}

#input {
    background: none;
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
}

#button-submit {
    background: #8f04ba;
    /* #4acfee; */
    height: 100%;
    width: 50px;
    border-radius: 5px;
    border: none;
}

#logout-button{
    background: #6f0490;
    /* #a53f3f; */
    height: 100%;
    width: 50px;
    border-radius: 5px;
    border: none;
    float: left !important;
    padding: 0.5rem;
}

.button-submit-icon {
    line-height: 45px;
}

.sender-area {
    width: 45rem;
    background: #f1c4ff;
    /* #4acfee; */
    border-radius: 10px;
    float: right;
    font-size: 85%;
}

.clr-both {
    clear: both;
}

.ai-container {
    width: 45px;
    height: 45px;
}

.robot-avatar {
    border-radius: 50rem;
}

.user-avatar {
    border-radius: 50rem;
}

.robot-text {
    width: 45rem;
    background: #42244d;
    /* #13254b; */
    border-radius: 10px;
    font-size: 85%;
}

.history-area {
    border: none;
    height: 2rem;
    width: 35rem;
    background: #87449c;
    /* #6aacbb; */
    border-radius: 10px;
    font-size: 75%;
    padding-left: 5px;
    padding-right: 5px;
}

.history-area-new {
    border: none;
    height: 2.5rem;
    width: 35rem;
    background:#8f05ba;
     /* #326976; */
    border-radius: 10px;
    font-size: 130%;
    padding-left: 5px;
    padding-right: 5px;
}

.history-bg {
    background: #3b4874; 
}

.history-title {
    float: right;
    font-size: 85%;
    color: #ffffff;
}

.history-date {
    float: left;
    font-size: 80%;
    color: #d3dfe2;
}

.new-chat {
    float: center;
    font-size: 100%;
    color: #d3dfe2;
}

.btn-primary {
    color: #fff;
    background-color: #7e00a6 !important;
    border-color: #7e00a6 !important;
    border-radius: 1rem;
}

.btn-primary:hover {
    color: #fff;
    background-color: #b11de2 !important;
    border-color: #b11de2 !important;
}

.alert-warning {
    color: #350145;
    background-color: #e696ff;
    border-color: #350145;
}

.alert-primary {
    color: #350145;
    background-color: #d859ff;
    border-color: #350145;
}

.alert-info {
    color: #198754;
    background-color: #b1dfca;
    border-color: #198754;
}

