@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800');
*{
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
}
body{
    margin: 0px;
}
#close-popup:hover{
    transform:scale(1.18);
}
i:hover{
    color: #555
}
::-webkit-scrollbar {
width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
background: #dcdcdc;
margin: 10px 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
cursor:auto;
border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}

textarea {
    outline:0px none transparent;
    border: none;
    resize: none;
    font-size: 18px;
    padding: 10px 0px 10px 20px;
    line-height: normal;
    height:92px;
    overflow-y: scroll;
    width: calc(100% - 60px);
    text-align: left;
    
    background-color: #dcdcdc;
    border-radius: 20px;
}
#textbox{
    width: inherit;
    background-color: #dcdcdc;
    border-radius: 20px;
    position: absolute;
    bottom: 10px;
    display: flex;
}
textarea:focus, input:focus{
    outline: 0;
}

*:focus {
    outline: 0;
}
#messages{
    width: 100%;
    height: calc(100vh - 210px);
    position:relative;
    bottom: 0px;
    left: 0px;
    overflow-y: scroll;
    background-color: unset;
    font-size: 18px;
}
.wrapper{
    margin: auto;
    text-align: center;
    width: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
h1{
    font-size: 38px;
}
#logo img{
    width: 50px;
    height: 50px;
    align-self: center;
    margin-left: 30px;
}
#logo{
    gap: 15px;
    display:flex;
    flex-wrap: nowrap;
}
p{
    font-size: 20px;
}

/* Element | http://127.0.0.1:5000/?options=10 */

.messagetrinityResponse > div:nth-child(2) {
padding-top: 10px;
font-size: .8rem !important;
text-align: right;
}

/* Element | http://127.0.0.1:5000/?options=10 */

.messagetrinityResponse > div:nth-child(2) > select:nth-child(2) {
/* width: 200px; */
font-size: .8rem;
background-color: rgba(0,0,0,0);
outline: none;
cursor: pointer;
border: none;
border-radius: 5px;
width: 40px;
}

/* Element | http://127.0.0.1:5000/?options=10 */

.messagetrinityResponse > div:nth-child(2) > button:nth-child(3) {
border: 0px;
border-radius: 3px;
padding: 2px 6px;
font-size: 0.8rem;
}


/* Element | http://127.0.0.1:5000/?options=10 */

.messagetrinityResponse > div:nth-child(2) > p:nth-child(1) {
padding: 0px;
margin: 0px;
font-size: 0.8rem;
}
