section.trading-bot-trades {
    margin: var(--margin) 0;
}
section.trading-bot-trades .slider-main {
    padding-bottom: 5px;
}
section.trading-bot-trades .pro-message {
    text-align: center;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 15px 0 10px;
}
section.trading-bot-trades .c:hover .pro-message {
    opacity: 0.75;
}
section.trading-bot-trades .duration {
    text-align: center;
    font-size: 12px;
    position: absolute !important;
    right: 5px;
    top: 10px;
    opacity: 0.4;
}
section.trading-bot-trades .duration span {
    color: var(--color);
}
section.trading-bot-trades .pro-message span {
    color: var(--color);
    font-weight: 600;
}
section.trading-bot-trades .item .grid {
    grid-template-columns: 1fr 1fr;
}
section.trading-bot-trades .items {
    overflow: hidden;
    overflow-y: scroll;
    height: calc(50vh + -40px);
    line-height: 13px;
    padding-left: 17px;
}
section.trading-bot-trades .item>div {
    position: relative;
}
section.trading-bot-trades .item .data {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
section.trading-bot-trades .item .text-smaller {
    line-height: 13px;
}
section.trading-bot-trades .item.sell {
    border-left-color: rgb(255 138 138 / 50%);
}
section.trading-bot-trades .item.buy {
    border-left-color: rgb(126 172 0 / 50%);
}
section.trading-bot-trades .header {
    padding-left: 40px !important;
    padding-right: 55px !important;
    font-weight: 900;
    color: white;
}
section.trading-bot-trades .details {
    padding: 2px;
}
section.trading-bot-trades .details li.price {
    font-size: 16px;
    line-height: 16px;
    color: white;
    margin-bottom: 1px;
}
section.trading-bot-trades .swiper-slide .pro-badge {
    white-space: nowrap;
    position: absolute;
    right: 10px;
    width: 70px;
    margin: auto;
    position: absolute;
    top: 10px;
}
section.trading-bot-trades .details li.date {
    font-size: 13px;
    line-height: 13px;
}
section.trading-bot-trades .details li:last-of-type {
    border: unset;
}
section.trading-bot-trades .details span {
    float: right;
    font-weight: 600;
    color: white;
}
section.trading-bot-trades .details li.awaiting {
    text-align: center;
    font-size: 24px;
    margin-top: 4px;
    color: var(--color);
    opacity: 0.5;
}
section.trading-bot-trades .item {
    background: var(--dark);
    border-radius: var(--border-radius);
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1);
    z-index: 1;
    position: relative;
    font-size: 15px;
    overflow: hidden;
    display: grid;
    padding: 10px;
}
section.trading-bot-trades .top {
    color: var(--color);
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
}
section.trading-bot-trades .top li {
    display: inline-block;
}
section.trading-bot-trades .top li:after {
    content: "|";
    margin-left: 4px;
    margin-right: 2px;
}
section.trading-bot-trades .top li:last-of-type:after {
    content: "";
}
section.trading-bot-trades .item.green {
    border-bottom-color: var(--green);
}
section.trading-bot-trades .item.red {
    border-color: var(--red);
}
section.trading-bot-trades .col {
    border: var(--border);
    padding: 11px;
    border-radius: var(--border-radius);
}
section.trading-bot-trades .caption {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    color: var(--color);
}
section.trading-bot-trades .percent {
    text-align: center;
    font-weight: 600;
    font-size: 34px;
    line-height: 43px;
    color: white;
    margin-bottom: 10px;
}
section.trading-bot-trades .percent.green {
    color: var(--green);
}
section.trading-bot-trades .percent.red {
    color: var(--red);
}
section.trading-bot-trades .warning {
    position: absolute;
    background: var(--red);
    color: white;
    text-align: center;
    padding: 5px;
    border-radius: 50%;
    top: -4px;
    right: -5px;
    width: 24px;
    height: 24px;
    font-size: 16px;
    border: 2px solid #ff7c7c;
    width: 28px;
    height: 28px;
}
section.trading-bot-trades .pro-onoing {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    text-align: center;
    color: white;
    z-index: 3;
    text-shadow: 0 0 30px black;
}
section.trading-bot-trades .pro-onoing-text{
    font-size:14px;
    line-height:14px;
    margin-top:2px;
}
section.trading-bot-trades .pro-onoing span {
    color: var(--color);
    font-weight: 900;
}
@media all and (max-width: 720px) {
    section.trading-bot-trades .box {
        padding: 10px;
    }
}