﻿.propose-coin-trade {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 15px;
    width: 100%;
    flex-wrap: nowrap;
    z-index: 100;
    background-color: #ECECEC;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

    .propose-coin-trade.counter {
        margin-top: 47px !important;
    }

    .propose-coin-trade .cust_select {
        background-color: #FFF;
    }

    .propose-coin-trade .input-arrow-container {
        display: flex;
        /* flex-direction: column; */
        gap: 23px;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }

        .propose-coin-trade .input-arrow-container span {
            white-space: nowrap;
        }

        .propose-coin-trade .input-arrow-container .green-arrow {
            transition: all ease-in-out 0.5s;
        }

            .propose-coin-trade .input-arrow-container .green-arrow svg {
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .propose-coin-trade .input-arrow-container .green-arrow.opposite {
                transform: rotate(180deg);
            }

    .propose-coin-trade input {
        width: 100%;
        max-width: 320px;
        height: 42px;
        font-size: 13px;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        background: #fff;
        color: #000000;
        padding: 0 18px;
        box-sizing: border-box;
        border: none !important;
        border-color: transparent !important;
    }

        .propose-coin-trade input::placeholder {
            font-size: 11px;
            color: #000;
            font: inherit;
            opacity: .35;
        }

@media(max-width:768px) {
    .propose-coin-trade .tag_select {
        display: block;
        margin-top: 15px;
    }

        .propose-coin-trade .tag_select select {
            padding-right: 23px;
        }

    .propose-coin-trade .input-container {
        width: 100%;
    }

    .propose-coin-trade .input-arrow-container {
        font: inherit;
        font-size: 13px;
        margin-top: -20px;
    }

    .propose-coin-trade {
        flex-wrap: wrap;
        padding-bottom: 45px !important;
    }

        .propose-coin-trade.view-offer {
            padding-bottom: 20px !important;
            margin-top: 40px;
        }

            .propose-coin-trade.view-offer .input-arrow-container {
                margin-top: 0 !important;
            }
}

.propose-coin-trade.view-offer {
    margin-top: 20px;
}

    .propose-coin-trade.view-offer .input-arrow-container {
        flex-wrap: nowrap !important;
        white-space: nowrap !important;
    }

.propose-coin-trade .input-container {
    position: relative;
}

    .propose-coin-trade .input-container span {
        font-size: 11px;
        color: #000;
        position: absolute;
        width: 100%;
        bottom: -18px;
        left: 0;
    }

    .propose-coin-trade .input-container .coin-note {
        font-size: 11px;
        color: #666;
        font-style: italic;
        bottom: -34px;
        opacity: 0.8;
    }

.offerStep_modal .top_container {
    /*    background-color: #FFF;*/
}
.counter-coins-card-li.make-smaller-height{
    justify-content: end;
}
.coin-card {
    height: 100%;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 7px;
    border: 1px solid #000;
    position: relative;
    overflow: hidden;
    text-align: center;
}

    .coin-card.make-smaller-height {
        height:472px;
    }
    .coin-card.make-smaller-width{
        width: 150px;
    }
    .coin-card img {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: auto;
        aspect-ratio: 1;
        transform: rotate(45deg);
        opacity: 0.1;
    }

.coin-card {
}

.coin-amount-input {
    font-size: 1.5rem; /* match your previous <h3> size */
    font-weight: 700;
    background: transparent;
    border: solid 1px rgba(0, 0, 0, 0.3);
    text-align: center;
    outline: none;
    padding: 0;
    margin: 0;
    width: 70px;
    height: 30px;
    /* hide spinners (desktop Chrome/Firefox) */
    /*    -moz-appearance: textfield;*/
}

/*    .coin-amount-input::-webkit-outer-spin-button,
    .coin-amount-input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }*/
.bottom-coins-card-li {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 23px;
}

.counter-coins-card-li {
}

.bottom-coins-card-li span {
    font-size: 12px;
    /*        color:#04F604;*/
    margin-top: 4px;
    padding-left: 0;
}

.swiper-slide.fit-content {
    width: 95px;
    height: 100%;
}

.plus-coins {
    width: 40px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 37px;
    font-weight: 900;
}

.bottom-plus-coins {
    height: 534px;
    padding-left: 22px;
}

.counter-plus-coins {
    height: 345px;
    padding-left: 22px;
    padding-right: 20px;
}

.coins-input-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px
}

    .coins-input-container button {
        border: none;
        font-size: 30px;
        background-color: transparent;
    }
