/*  */
.pull-left {
    position: relative;
}
.pull-left:hover .amount-hover-info {
    display: block;
}
.colorA {
    color: #FB7403;
}
.amount-hover-info {
    /*position: relative;*/
    /*margin-top: 30px;*/
    /*margin-left: 30px;*/

    display: none;
    position: absolute;
    bottom: 32px;
    right: -51px;

    padding: 8px;
    width: max-content;
    min-width: 120px;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.popper_arrow {
    position: absolute;
    bottom: -6px;
    left: 24px;

    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;

    border-width: 6px;
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));

    border-bottom-width: 0;
    border-top-color: #ebeef5;
}
.popper_arrow:after {
    position: absolute;
    bottom: 1px;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;

    content: " ";
    border-width: 6px;

    margin-left: -6px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.amount-item {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    line-height: 18px;
}
.amount-item > div:first-child {
    margin-right: 10px;
}
