@font-face {
    font-family: inter;
    src: url(assets/inter.ttf);
}

*{
    font-family: inter;
    font-weight: 600;
    color: white;
}

.fixed{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}


.t-tile{
    display: flex;
    box-sizing: border-box;
    border-bottom: 1px rgb(255, 255, 255) solid;
    height: auto;
    width: 100%;
    padding: 14px;
}

.i-i{
    height: 30px;
}

.text-area{
    overflow-wrap: break-word;
    width: 266px;
}

.more{
    height: auto;
    flex: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.list-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.trash-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.mid-area{
    width: 100%;
    display: flex;
}

.con-top{
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-bottom: 1px rgb(255, 255, 255) solid;
    transition: 200ms ease;
}

.plus-bef{
    justify-content: center;
    align-items: center;
}

.plus-aft{
    justify-content: left;
    align-items: left;
}

.plus-tile{
    display: flex;
    background: linear-gradient(#050505, #101010);
    border-bottom: 1px rgb(255, 255, 255) solid;
    height: 90px;
    width: 100%;
}

.mrgn{
    height: 140px;
    background-color: black;
    width: 100%;
}

.send-con{
    flex: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

textarea{
    box-sizing: border-box;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-right: 12px;
    margin-left: 6px;
    height: 67px;
    flex: 10;
    font-size: 16px;
    background: transparent;
    border: 0;
    outline: none;
    overflow: hidden;
    resize: none;
}

.f3{
    flex: 3;
    background-color: black;
}

.f7{
    flex: 7;
    background: linear-gradient(#050505, #101010);
}

.inbox{
    border-right: 1px rgb(255, 255, 255) solid;
}

body{
    background-color: black;
    height: 100vh;
    margin: 0;
}

.ctr{
    display: flex;
    justify-content: center;
    align-items: center;
}

.small-icon-top{
    height: 55px;
}

.logo-top{
    height: 105px;
}

.top-area{
    background-color: black;
    width: 100%;
    height: 100px;
    border-bottom: 1px rgb(255, 255, 255) solid;
    display: flex;
    justify-content: center;
    align-items: center;
}
