@charset "UTF-8";

.trade-plan .buy-pc.select {
    position: relative;
    width: 200px;
    height: 32px;
    margin: 10px 0 0;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    background: #F9F9F9;
    color: #5F6575;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.trade-plan .buy-pc.select svg {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 11px;
    transition: 0.3s all linear;
    color: #5F6575;
}

.trade-plan .buy-pc.select.active {
    border: 1px solid #485FEF;
}

.trade-plan .buy-pc.select.active svg {
    transform: rotate(180deg);
    color: #485FEF;
}

.trade-plan .buy-pc.select .this-txt {
    width: 100%;
    height: 32px;
    padding: 0 11px;
    color: rgba(0, 0, 0, 0.60);
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 31px;
}

.trade-plan .buy-choose {
    display: none;
    position: relative;
    padding: 4px;
    color: rgba(0, 0, 0, 0.90);
    border-radius: 3px;
    border: 0.5px solid #DCDCDC;
    background: #FFF;
    box-shadow: 2px 4px 10px 0px rgba(43, 44, 225, 0.10);
    overflow: hidden;
}

.trade-plan .buy-choose>div {
    height: 30px;
    padding: 0 8px;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    line-height: 30px;
    border-radius: 3px;
    cursor: pointer;
}

.trade-plan .buy-choose>div:hover {
    background: #EFF6FF;
}

.trade-plan .buy-choose>div:not(:last-child) {
    margin-bottom: 2px;
}

.trade-plan .select.active .buy-choose {
    display: block;
    margin-top: 4px;
}

.trade-plan .plan-prices .plan-price,
.trade-plan .prices .average-price,
.trade-plan .btns .btn-box {
    display: none;
}

.trade-plan .plan-prices .plan-price.active,
.trade-plan .prices .average-price.active,
.trade-plan .btns .btn-box.active {
    display: block;
}

.trade-plate .trade-plan.best-seller {
    position: relative;
    background: #161A34;
    padding-top: 40px;
    padding-bottom: 20px;
}

.trade-plate .trade-plan.best-seller .buy-pc.select {
    color: rgba(255, 255, 255, 0.60);
    border-radius: 4px;
    border: 1px solid rgba(217, 217, 217, 0.20);
    background: rgba(249, 249, 249, 0.10);
}

.trade-plate .trade-plan.best-seller .buy-pc.select .this-txt {
    color: rgba(255, 255, 255, 0.60);
    font-family: 'Poppins Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.trade-plate .trade-plan.best-seller .buy-choose {
    border-radius: 3px;
    border: 0.5px solid rgba(220, 220, 220, 0.20);
    background: #2E3046;
    box-shadow: 2px 4px 10px 0px rgba(43, 44, 225, 0.10);
}

.trade-plate .trade-plan.best-seller .buy-choose>div:hover {
    border-radius: 3px;
    background: rgba(239, 246, 255, 0.10);
}

.trade-plate .trade-plan.best-seller .buy-choose>div {
    color: #FFF;
    font-family: 'Poppins Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.trade-plate .trade-plan.best-seller .btns {
    position: relative;
}

.trade-plate .trade-plan.best-seller .btn-box {
    position: unset;
    margin-top: 45px;
}

.trade-plate .trade-plan.best-seller .btns .count-down {
    position: absolute;
    right: 9px;
    top: -25px;
    padding: 0 5px;
    color: #fff;
    background: #FF9933;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}