@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    width: 100vw;
    height: 100vh;;
    display: flex;
    align-items: center;
}

.left{
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 361px;
    justify-content: left;
    background-color: #202123;
    align-items: center;

}

.left .new-chat{
    display: flex;
    width: 244px;
    height: 45px;
    color: white;
    border: 1px solid #444654;
    border-radius: 6px;
    background-color: #202123;
    justify-content: start;
    padding-left: 10px;
    align-items: center;
    margin-top: 40px;
    cursor: pointer;
}

.left .text-box{
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: space-evenly;
    background-color: #343540;
    color: white;
    border-radius: 6px;
    width: 244px;
    height: 45px;
    font-size: 13.5px;
}

.left i{
    color: #C5C5D1;
    cursor: pointer;
    margin-right: 5px;
}

.left .icons-left p{
    color: rgb(156, 156, 156); 
    margin-bottom: 20px; 
}

.left .icons-left{
    margin-top: 490px;
    display: flex;
    flex-direction: column; 
    
}

.left a i{
    margin-right: 10px;
}

.left a{
    text-decoration: none;
    margin-bottom: 20px;
    color: white;
    margin-left: 40px;
}

.right{
    height: 100vh;
    width: 100vw;
    background-color: #343541;
    display: flex;
    flex-direction: column;
    justify-content: right;
}

.right .question{
    display: flex;
    align-items: center;
    justify-content: start;
    color: white;
    font-size: 15px;
    margin-top: 50px;
    margin-left: 280px;
}

.right .question i{
    color: white;
    background-color: #5536DA;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-right: 40px;
    font-size: 20px;
}

.right .answer{
    background-color: #444654;
    margin-top: 80px;
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    color: white;
    height: 162px;
    
}

.right .answer .like{
    color: white;
}

.right .answer img{
    padding-right: 40px;
    margin-bottom: 90px;
}

.right .text{
    width: 628px;
    height: 108px;
    margin-right: 280px;
    display: flex;
    justify-content: center;
}

.right .bottom{
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    margin-top: 460px;
    position: relative;
}

.right .bottom p{
    color: #9A9B9F;
    font-size: 12px;
}

.regenerate{
    border-radius: 4px;
    width: 184px;
    height: 37px;
    border: 1px solid #C5C5D1;
    background-color: #343541;
    color: #C5C5D1;
    cursor: pointer;
}

.regenerate a{
    color: #ffff;
    text-decoration: none;
}

.regenerate i{
    margin-right: 10px;

}

.fild{
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}

.right .bottom input{
    width: 768px;
    height: 48px;
    border-radius: 4px;
    background-color: #40414E;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;

    
}

.fild i{
    color: white;
    position: absolute;
    margin-right: 20px;
}