
html{
    scroll-behavior:smooth
}

.logo {
    font-family: 'Inter';
    font-weight: bold;
}

.buy {
    background-color: #c7e8c1;
}

.sell {
    background-color: #e8c1c1;
}

.ambiguous {
    background-color: #f5ca56;
}

.card {
    height: 100%;
    box-shadow: none;
}

.section {
    padding: 0.5rem 0.5rem;
    border-bottom-style: dashed;
    border-bottom-width: thin;
}

.tag {
    margin: 0.5rem 0.5rem;
}

.align-right{
    text-align: end;
}

.longTextSmall {
    height: 5rem;
    overflow: hidden;
}


.showmoreContainer {
    position: relative;
}

.fadeout {
    text-align: center;
    height: 3.5rem;
    background-image: linear-gradient(to bottom, transparent, white);
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.showmore {
    text-align: center;
    cursor: pointer;
    background-image: linear-gradient(to bottom, transparent, white);
    width: 100%;
    position: absolute;
    bottom: 10px;
    margin-top: 1rem;
}

li.is-active a {
    color: #000000 !important;
}
