@charset "utf-8";

#assets-02 {
    padding:40px 0 90px;
    text-align:center;
}
#assets-02 h2 {
    margin-bottom: 50px;
}
#assets-02 .slick-list {
    width: 100%;
    padding: 0 5px 0!important;
}
#assets-02 .slick-initialized .slick-slide {
    width:auto;
}
#assets-02 .company__icon {
    width:43px;
    height:43px;
    background:white;
    border-radius: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#assets-02 .company__icon img{
    width: 54%;
}
#assets-02 .company__text {
    margin-left: 10px;
}
#assets-02 .company__title{
    display:flex;
    justify-content: start;
    align-items:center;
    margin-bottom:10px;
}

#assets-02 .company__text .symbol {
    font-size: 21px;
    line-height: 1em;
    margin-bottom: 3px;
}
#assets-02 .company__text .text {
    font-size: 18px;
    line-height: 1em;
}

#assets-02 .company__in{
    position: relative;
    width:100%;
    height:100%;
    border: 1px solid rgba(255, 255, 255, .5);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.00) 100%);
    border-radius: 16px;
    padding:20px;
    text-align:left;
    box-shadow: 2px 2px 7px 2px rgb(0 0 0 / 30%);
}
#assets-02 .company__in::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#assets-02 .company__price{margin-bottom:8px;font-size:20px}

#assets-02 .company__graph{height:65px;display:inline-block;margin-bottom:5px}
#assets-02 .company__graph img{display:block;max-width:100%;max-height:100%}

#assets-02 .company__plus{font-size:20px;color:#59a753;font-family:montbold,sans-serif,sans-serif}

#assets-02 .company__more{
    font-family:montbold,sans-serif,sans-serif;
    color:#828282;
    overflow: hidden;
    height:140px;
}
#assets-02  .tradingview-widget-container {
    position: relative;
    top: -45px;
    height: 187px;
}
#assets-02 .company__item{
    border-radius: 16px;
    width: 315px;
    padding:0 14px;
    margin: 7px 0 28px;
}

#assets-02 .company__list{
    display:flex;
    flex-wrap:wrap;
    margin:-10px 0 50px;
}
#assets-02 .btn {
    margin-top: 20px;
}
#assets-02 .slick-dots {
    bottom: -30px
}

